IERC721Receiver
Last updated
ERC721 token receiver interface
Developer note: Interface for any contract that wants to support safeTransfers from ERC721 asset contracts.
onERC721Received(address,address,uint256,bytes) external
operator
address
from
address
tokenId
uint256
data
bytes
Returns:
[0]
bytes4
Last updated