ODCdataManagersERC1155extensions

ERC1155MetadataUpgradeable

Abstract contract that provides metadata storage of the ERC1155 Data Manager

__ERC1155MetadataUpgradeable_init_unchained

function __ERC1155MetadataUpgradeable_init_unchained(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