Interface of the ERC20 standard as defined in the EIP.
function name() external view returns (string)
Getter for the name of the token.
Name | Type | Description |
---|---|---|
[0] | string | string Name of the token. |
function symbol() external view returns (string)
Getter for the symbol of the token.
Name | Type | Description |
---|---|---|
[0] | string | string The symbol of the token. |
function decimals() external view returns (uint8)
Getter for the decimals of the token.
Name | Type | Description |
---|---|---|
[0] | uint8 | uint8 The decimals of the token. |