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