Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

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
TransferEmitted when token_id token is transferred from from to to .
ApprovalEmitted when owner enables approved to manage the token_id token.
ApprovalForAllEmitted when owner enables or disables ( approved ) operator to manage all of its assets.
ComponentState

Enums

Event

Traits