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