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