@safe-global/safe-contracts
Version:
Ethereum multisig contract
46 lines (45 loc) • 986 B
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "ERC721TokenReceiver",
"sourceName": "contracts/interfaces/ERC721TokenReceiver.sol",
"abi": [
{
"inputs": [
{
"internalType": "address",
"name": "_operator",
"type": "address"
},
{
"internalType": "address",
"name": "_from",
"type": "address"
},
{
"internalType": "uint256",
"name": "_tokenId",
"type": "uint256"
},
{
"internalType": "bytes",
"name": "_data",
"type": "bytes"
}
],
"name": "onERC721Received",
"outputs": [
{
"internalType": "bytes4",
"name": "",
"type": "bytes4"
}
],
"stateMutability": "nonpayable",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}