IERC20Metadata

IERC20Metadata

Extension to IERC20 that includes token metadata

  function name(
  ) external returns (string)

Return Values:​arrow-up-right

Type
Description

string

name of the token

  function symbol(
  ) external returns (string)

Return Values:​arrow-up-right

Type
Description

string

symbol of the token

  function decimals(
  ) external returns (uint8)

Return Values:​arrow-up-right

Type
Description

uint8

number of decimal places the token has

Last updated