IERC20Metadata
Last updated
Extension to IERC20 that includes token metadata
function name(
) external returns (string)Return Values:β
string
name of the token
function symbol(
) external returns (string)Return Values:β
string
symbol of the token
function decimals(
) external returns (uint8)Return Values:β
uint8
number of decimal places the token has
Last updated