ERC721Component
ERC721 Component
The ERC721 component provides implementations for both the IERC721 interface and the IERC721Metadata interface.
Fully qualified path: tokentable_v2::components::custom_erc721::ERC721Component
Modules
Free functions
Structs
| Storage | — |
| Transfer | Emitted when token_id token is transferred from from to to . |
| Approval | Emitted when owner enables approved to manage the token_id token. |
| ApprovalForAll | Emitted when owner enables or disables ( approved ) operator to manage all of its assets. |
| ComponentState | — |