IERC20Metadata
ERC20Metadata interface
see https://github.com/ethereum/EIPs/issues/20
Methods
decimals
function decimals() external view returns (uint8)
Returns
| Name | Type | Description | 
|---|---|---|
| _0 | uint8 | undefined | 
name
function name() external view returns (string)
Returns
| Name | Type | Description | 
|---|---|---|
| _0 | string | undefined | 
symbol
function symbol() external view returns (string)
Returns
| Name | Type | Description | 
|---|---|---|
| _0 | string | undefined |