ODCdataManagersERC20extensions

ERC20MetadataUpgradeable

Abstract contract that provides the metadata storage of the ERC20 Data Manager

__ERC20MetadataUpgradable_init_unchained

function __ERC20MetadataUpgradable_init_unchained(string name_, string symbol_) internal

decimals

function decimals() external pure returns (uint8)

Returns the decimals places of the token.

name

function name() external view returns (string)

Returns the name of the token.

symbol

function symbol() external view returns (string)

Returns the symbol of the token.

On this page