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