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

ERC1363NoReturnMockUpgradeable

Inherits: Initializable, ERC1363Upgradeable

Functions

__ERC1363NoReturnMock_init

function __ERC1363NoReturnMock_init() internal onlyInitializing;

__ERC1363NoReturnMock_init_unchained

function __ERC1363NoReturnMock_init_unchained() internal onlyInitializing;

transferAndCall

function transferAndCall(address to, uint256 value, bytes memory data) public override returns (bool);

transferFromAndCall

function transferFromAndCall(address from, address to, uint256 value, bytes memory data)
    public
    override
    returns (bool);

approveAndCall

function approveAndCall(address spender, uint256 value, bytes memory data) public override returns (bool);