Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Approval

Emitted when owner enables approved to manage the token_id token.

Fully qualified path: tokentable_v2::components::custom_erc721::ERC721Component::Approval

[derive(Drop, PartialEq, starknet::Event)]
pub struct Approval {
    pub owner: ContractAddress,
    pub approved: ContractAddress,
    pub token_id: u256,
}

Members

owner

Fully qualified path: tokentable_v2::components::custom_erc721::ERC721Component::Approval::owner

pub owner: ContractAddress

approved

Fully qualified path: tokentable_v2::components::custom_erc721::ERC721Component::Approval::approved

pub approved: ContractAddress

token_id

Fully qualified path: tokentable_v2::components::custom_erc721::ERC721Component::Approval::token_id

pub token_id: u256