ODCdataManagersERC721extensions

ERC721Metadata

Abstract contract that provides metadata storage of the ERC721 Data Manager

constructor

constructor(string name_, string symbol_) internal

name

function name() public view returns (string)

Returns the name of the token

symbol

function symbol() public view returns (string)

Returns the symbol of the token

On this page