Skip to main content

IERC20Metadata

View Source: contracts/interfaces/IERC20Metadata.sol

↗ Extends: IERC20

IERC20Metadata

Functions

name

Returns the name of the token.

function name() 
external
view
returns(string)

Returns

string

symbol

Returns the symbol of the token.

function symbol() 
external
view
returns(string)

Returns

string

decimals

Returns the decimals places of the token.

function decimals() 
external
view
returns(uint8)

Returns

uint8