For the complete documentation index, see llms.txt. This page is also available as Markdown.

IERC20Metadata

IERC20Metadata

Interface for ERC20 Metadata Extension to IERC20 that includes token metadata

Functions

name

name() view external

Returns:

Name
Type
Description

[0]

string

symbol

symbol() view external

Returns:

Name
Type
Description

[0]

string

decimals

decimals() view external

Returns:

Name
Type
Description

[0]

uint8


IERC20Metadata

Interface for ERC20 Metadata Extension to IERC20 that includes token metadata

Functions

name

name() view external

Returns:

Name
Type
Description

[0]

string

symbol

symbol() view external

Returns:

Name
Type
Description

[0]

string

decimals

decimals() view external

Returns:

Name
Type
Description

[0]

uint8


Last updated