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

ERC20NoReturnMock

Inherits: ERC20

Functions

transfer

function transfer(address to, uint256 amount) public override returns (bool);

transferFrom

function transferFrom(address from, address to, uint256 amount) public override returns (bool);

approve

function approve(address spender, uint256 amount) public override returns (bool);