Name | Type | Description |
---|---|---|
_nameProto | string | Name of NFT |
_symbolProto | string | Symbol for the NFT |
_appManagerAddress | address | Address of App Manager |
_baseUri | string |
Name | Type | Description |
---|---|---|
_appManagerAddress | address | Address of App Manager |
Name | Type | Description |
---|---|---|
tokenId | uint256 | Id of token to be burned |
Name | Type | Description |
---|---|---|
<none> | string | baseUri URI link to NFT metadata |
Name | Type | Description |
---|---|---|
<none> | string | tokenURI link to NFT metadata |
Name | Type | Description |
---|---|---|
_baseUri | string | URI to the metadata file(s) for the contract |
interfaceId
. See the corresponding
https://eips.ethereum.org/EIPS/eip-165#how-interfaces-are-identified[EIP section]
to learn more about how these ids are created.
This function call must use less than 30 000 gas.
Name | Type | Description |
---|---|---|
to | address | Address of recipient |
Name | Type | Description |
---|---|---|
from | address | sender address |
to | address | recipient address |
tokenId | uint256 | Id of token to be transferred |
batchSize | uint256 | the amount of NFTs to mint in batch. If a value greater than 1 is given, tokenId will represent the first id to start the batch. |
Name | Type | Description |
---|---|---|
<none> | address | handlerAddress |
Name | Type | Description |
---|---|---|
_deployedHandlerAddress | address | address of the currently deployed Handler Address |