IERC721Metadata
Functions
name
function name() external view returns (string memory);
symbol
function symbol() external view returns (string memory);
tokenURI
function tokenURI(uint256 tokenId) external view returns (string memory);
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
function name() external view returns (string memory);
function symbol() external view returns (string memory);
function tokenURI(uint256 tokenId) external view returns (string memory);