Interface for ERC20 Metadata
Extension to IERC20 that includes token metadata
function name() external view returns (string)
view external
Returns:
Name | Type | Description |
---|---|---|
function symbol() external view returns (string)
view external
Returns:
Name | Type | Description |
---|---|---|
function decimals() external view returns (uint8)
view external
Returns:
Name | Type | Description |
---|---|---|
[0]
string
The name of the token
[0]
string
The symbol of the token
[0]
uint8
The number of decimal places the token has