Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

IERC721MetadataDispatcherTrait

Fully qualified path: openzeppelin_interfaces::token::erc721::IERC721MetadataDispatcherTrait

Part of the group: dispatchers

pub trait IERC721MetadataDispatcherTrait<T>

Trait functions

name

Fully qualified path: openzeppelin_interfaces::token::erc721::IERC721MetadataDispatcherTrait::name

fn name(self: T) -> ByteArray

symbol

Fully qualified path: openzeppelin_interfaces::token::erc721::IERC721MetadataDispatcherTrait::symbol

fn symbol(self: T) -> ByteArray

token_uri

Fully qualified path: openzeppelin_interfaces::token::erc721::IERC721MetadataDispatcherTrait::token_uri

fn token_uri(self: T, token_id: u256) -> ByteArray