Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

IERC20

Git Source

Functions

transferFrom

function transferFrom(address sender, address recipient, uint256 value) external;

approve

function approve(address recipient, uint256 amount) external;

balanceOf

function balanceOf(address spender) external view returns (uint256);

transfer

function transfer(address spender, uint256 amount) external;