function name( ) external returns (string)
Returns the name of the token.
function symbol( ) external returns (string)
Returns the symbol of the token.
function decimals( ) external returns (uint8)
Returns the decimals places of the token.
Last updated 9 months ago