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

ERC20ReturnFalseMockUpgradeable

Inherits: Initializable, ERC20Upgradeable

Functions

__ERC20ReturnFalseMock_init

function __ERC20ReturnFalseMock_init() internal onlyInitializing;

__ERC20ReturnFalseMock_init_unchained

function __ERC20ReturnFalseMock_init_unchained() internal onlyInitializing;

transfer

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

transferFrom

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

approve

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