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