Skip to main content
Version: 0.4.2

IERC20Metadata

Functions

name

  function name(
  ) external returns (string)

Returns the name of the token.

symbol

  function symbol(
  ) external returns (string)

Returns the symbol of the token.

decimals

  function decimals(
  ) external returns (uint8)

Returns the decimals places of the token.