ODCdataManagersERC1155extensions

ERC1155Metadata

Abstract contract that provides metadata storage of the ERC1155 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