@animoca/ethereum-contracts-assets
Version:
Base assets contracts
35 lines (34 loc) • 777 B
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "IERC721BatchTransfer",
"sourceName": "contracts/token/ERC721/interfaces/IERC721BatchTransfer.sol",
"abi": [
{
"inputs": [
{
"internalType": "address",
"name": "from",
"type": "address"
},
{
"internalType": "address",
"name": "to",
"type": "address"
},
{
"internalType": "uint256[]",
"name": "tokenIds",
"type": "uint256[]"
}
],
"name": "batchTransferFrom",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}