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

ERC1363ReturnFalseOnERC20Mock

Inherits: ERC1363

Functions

transfer

function transfer(address, uint256) public pure override(IERC20, ERC20) returns (bool);

transferFrom

function transferFrom(address, address, uint256) public pure override(IERC20, ERC20) returns (bool);

approve

function approve(address, uint256) public pure override(IERC20, ERC20) returns (bool);