BatchBurn
Verified contract
Active on
Ethereum with 2,412 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "BatchBurn"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19729477 | 7 months ago | | | 0 | 0.00016916864 | |
| 18005876 | a year ago | | | 0 | 0.00081588825 | |
| 16850943 | 2 years ago | | | 0 | 0.00065006832 | |
| 16850935 | 2 years ago | | | 0 | 0.0013126251 | |
| 16834526 | 2 years ago | | | 0 | 0.0017670566 | |
| 16034000 | 2 years ago | | | 0 | 0.00050716600 | |
| 15862387 | 2 years ago | | | 0 | 0.00056853436 | |
| 15858283 | 2 years ago | | | 0 | 0.00036702894 | |
| 15658419 | 2 years ago | | | 0 | 0.00021464402 | |
| 15658419 | 2 years ago | | | 0 | 0.00021425368 |
ABI
ABI objects
Getter at block 21215098
COST() view returns (uint256)
1000000000000000
MAX_FREE_PER_WALLET() view returns (uint256)
1
MAX_SUPPLY() view returns (uint256)
2500
contractURI() view returns (string)
ipfs://QmPUxEAwjogmPNkCZSHoH9H4TpEmk8KgnuYghHoD36C321
name() view returns (string)
Batch Burn
symbol() view returns (string)
BaBu
totalSupply() view returns (uint256)
2500
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
batchBurn(uint256[] ids)
freeMint()
mint(uint256 amount) payable
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setData(string _contract, string _base)
transferFrom(address from, address to, uint256 tokenId) payable
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()