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
onERC721Received(address,address,uint256,bytes)
operator
address
from
tokenId
uint256
data
bytes
Returns:
[0]
bytes4