Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Transfer

Emitted when token_id token is transferred from from to to.

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

[derive(Drop, PartialEq, starknet::Event)]
pub struct Transfer {
    pub from: ContractAddress,
    pub to: ContractAddress,
    pub token_id: u256,
}

Members

from

Fully qualified path: tokentable_v2::components::custom_erc721::ERC721Component::Transfer::from

pub from: ContractAddress

to

Fully qualified path: tokentable_v2::components::custom_erc721::ERC721Component::Transfer::to

pub to: ContractAddress

token_id

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

pub token_id: u256