Git Source

Interface of ERC721 token receiver.

Functions

onERC721Received

function onERC721Received(address operator, address from, uint256 tokenId, bytes calldata data)
    external
    returns (bytes4);