Skip to main content

ComputeAddressERC1155

namestringrequired

Token's name

Example: TOKENNAME
symbolstringrequired

Token's symbol

Example: TN
baseURIstring

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: 0x123456A9571241e97cDb61E3FfD1937D885454dd
operatorstringrequired

Address of the operator's wallet

Possible values: Value must match regular expression ^0x[0-9a-fA-F]{40}$

Example: 0x123456A9571241e97cDb61E3FfD1937D885454dd
isTransferablebooleanrequired

Whether the deployed token will be transferable. Determines which implementation is used to compute the address.

Example: true
ComputeAddressERC1155
{
"name": "TOKENNAME",
"symbol": "TN",
"baseURI": "https://example.com/metadata/",
"issuer": "0x123456A9571241e97cDb61E3FfD1937D885454dd",
"operator": "0x123456A9571241e97cDb61E3FfD1937D885454dd",
"isTransferable": true
}