Name | Type | Description |
---|---|---|
_uri | string | The base uri of the token. |
Name | Type | Description |
---|---|---|
to | address | The address of the recipient. |
tokenId | uint256 | The ID of the token to transfer. |
value | uint256 | The value of tokenId being transfered. |
data | bytes | Additional data to pass to the recipient contract. |
Name | Type | Description |
---|---|---|
to | address | The address of the recipient. |
tokenIds | uint256[] | The IDs of the tokens to transfer. |
values | uint256[] | The values of tokenIds being transfered. |
data | bytes | Additional data to pass to the recipient contract. |
Name | Type | Description |
---|---|---|
from | address | The address of the current token owner. |
to | address | The address of the recipient. |
tokenId | uint256 | The ID of the token to transfer. |
value | uint256 | The value of tokenId being transfered. |
data | bytes | Additional data to pass to the recipient contract. |
Name | Type | Description |
---|---|---|
from | address | The address of the current token owner. |
to | address | The address of the recipient. |
tokenIds | uint256[] | The IDs of the tokens to transfer. |
values | uint256[] | The values of tokenIds being transfered. |
data | bytes | Additional data to pass to the recipient 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.