ERC721EnumerableABIDispatcherTrait
Fully qualified path: openzeppelin_interfaces::token::erc721::ERC721EnumerableABIDispatcherTrait
Part of the group: dispatchers
pub trait ERC721EnumerableABIDispatcherTrait<T>
Trait functions
total_supply
Fully qualified path: openzeppelin_interfaces::token::erc721::ERC721EnumerableABIDispatcherTrait::total_supply
fn total_supply(self: T) -> u256
token_by_index
Fully qualified path: openzeppelin_interfaces::token::erc721::ERC721EnumerableABIDispatcherTrait::token_by_index
fn token_by_index(self: T, index: u256) -> u256
token_of_owner_by_index
Fully qualified path: openzeppelin_interfaces::token::erc721::ERC721EnumerableABIDispatcherTrait::token_of_owner_by_index
fn token_of_owner_by_index(self: T, owner: ContractAddress, index: u256) -> u256
all_tokens_of_owner
Fully qualified path: openzeppelin_interfaces::token::erc721::ERC721EnumerableABIDispatcherTrait::all_tokens_of_owner
fn all_tokens_of_owner(self: T, owner: ContractAddress) -> Span<u256>