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

ERC1363NoReturnMock

Inherits: ERC1363

Functions

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);