ODCdataManagersERC20extensions

ERC20Metadata

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

constructor

constructor(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