@animoca/ethereum-contracts-assets
Version:
Base assets contracts
48 lines (47 loc) • 1.03 kB
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "IERC721Burnable",
"sourceName": "contracts/token/ERC721/interfaces/IERC721Burnable.sol",
"abi": [
{
"inputs": [
{
"internalType": "address",
"name": "from",
"type": "address"
},
{
"internalType": "uint256[]",
"name": "tokenIds",
"type": "uint256[]"
}
],
"name": "batchBurnFrom",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "from",
"type": "address"
},
{
"internalType": "uint256",
"name": "tokenId",
"type": "uint256"
}
],
"name": "burnFrom",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}