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

IErc721SafeTransferFromWithoutData

Git Source

Title: Auxiliary interface for encoding calls to ERC-721 safeTransferFrom with abi.encodeCall (which leverages Solidity type checker) instead of abi.encodeWithSignature (which does not type-check call arguments).

See https://github.com/argotorg/solidity/issues/3556

Functions

safeTransferFrom

function safeTransferFrom(address, address, uint256) external;