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 from, address to, uint256 amount) external;

transfer

function transfer(address recipient, uint256 amount) external;

balanceOf

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