|
|
|
@ -18,12 +18,12 @@ contract ERC721Receiver { |
|
|
|
|
* @notice Handle the receipt of an NFT |
|
|
|
|
* @dev The ERC721 smart contract calls this function on the recipient |
|
|
|
|
* after a `safetransfer`. This function MAY throw to revert and reject the |
|
|
|
|
* transfer. Return of other than the magic value MUST result in the |
|
|
|
|
* transfer. Return of other than the magic value MUST result in the |
|
|
|
|
* transaction being reverted. |
|
|
|
|
* Note: the contract address is always the message sender. |
|
|
|
|
* @param _operator The address which called `safeTransferFrom` function |
|
|
|
|
* @param _from The address which previously owned the token |
|
|
|
|
* @param _tokenId The NFT identifier which is being transfered |
|
|
|
|
* @param _tokenId The NFT identifier which is being transferred |
|
|
|
|
* @param _data Additional data with no specified format |
|
|
|
|
* @return `bytes4(keccak256("onERC721Received(address,address,uint256,bytes)"))` |
|
|
|
|
*/ |
|
|
|
|