@animoca/ethereum-contracts-assets
Version:
Base assets contracts
40 lines (39 loc) • 918 B
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "IERC1155721InventoryDeliverable",
"sourceName": "contracts/token/ERC1155721/interfaces/IERC1155721InventoryDeliverable.sol",
"abi": [
{
"inputs": [
{
"internalType": "address[]",
"name": "recipients",
"type": "address[]"
},
{
"internalType": "uint256[]",
"name": "ids",
"type": "uint256[]"
},
{
"internalType": "uint256[]",
"name": "values",
"type": "uint256[]"
},
{
"internalType": "bytes",
"name": "data",
"type": "bytes"
}
],
"name": "safeDeliver",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}