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