Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Latest commit

 

History

History
184 lines (165 loc) · 5.33 KB

IERC20Detailed.md

File metadata and controls

184 lines (165 loc) · 5.33 KB

IERC20Detailed.sol

View Source: contracts/interfaces/IERC20Detailed.sol

↗ Extends: IERC20

IERC20Detailed

Functions

name

function name() external view
returns(string)

Arguments

Name Type Description
Source Code
function name() external view returns (string memory);

symbol

function symbol() external view
returns(string)

Arguments

Name Type Description
Source Code
function symbol() external view returns (string memory);

Contracts