ComputeAddressERC1155
namestringrequired
Token's name
Example:
TOKENNAMEsymbolstringrequired
Token's symbol
Example:
TNbaseURIstring
Base URI of the token metadata
Example:
https://example.com/metadata/issuerstringrequired
Address of the Issuer's wallet
Possible values: Value must match regular expression ^0x[0-9a-fA-F]{40}$
Example:
0x123456A9571241e97cDb61E3FfD1937D885454ddoperatorstringrequired
Address of the operator's wallet
Possible values: Value must match regular expression ^0x[0-9a-fA-F]{40}$
Example:
0x123456A9571241e97cDb61E3FfD1937D885454ddisTransferablebooleanrequired
Whether the deployed token will be transferable. Determines which implementation is used to compute the address.
Example:
trueComputeAddressERC1155
{
"name": "TOKENNAME",
"symbol": "TN",
"baseURI": "https://example.com/metadata/",
"issuer": "0x123456A9571241e97cDb61E3FfD1937D885454dd",
"operator": "0x123456A9571241e97cDb61E3FfD1937D885454dd",
"isTransferable": true
}