ChipBurner
Verified contract
Active on
Ethereum with 1,419 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "ChipBurner"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21287066 | 5 days ago | | | 0 | 0.0017471881 | |
| 21286384 | 5 days ago | | | 0 | 0.0033334968 | |
| 21263781 | 8 days ago | | | 0 | 0.0010878375 | |
| 21203819 | 17 days ago | | | 0 | 0.0027665271 | |
| 21185391 | 19 days ago | | | 0 | 0.0034579409 | |
| 21162012 | 22 days ago | | | 0 | 0.0023771695 | |
| 21156490 | 23 days ago | | | 0 | 0.0015497131 | |
| 21146318 | 25 days ago | | | 0 | 0.00092718012 | |
| 21005294 | a month ago | | | 0 | 0.00094951673 | |
| 20969426 | 2 months ago | | | 0 | 0.0051627207 |
ABI
ABI objects
Getter at block 21322279
chip() view returns (address)
0xeb127cfb2972f56093862525023e117cf9dc8c38
maxBatchSize() view returns (uint256)
50
owner() view returns (address)
0xb90286f15117cb8ba62e5a2468db7cd8394281cf
paused() view returns (bool)
false
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
burnedTokenOwners(uint256) view returns (address)
userBurnedCount(address) view returns (uint256)
State-modifying
Events acceptOwnership()
batchBurn(uint256[] tokenIds)
pause()
renounceOwnership()
setMaxBatchSize(uint256 newSize)
transferOwnership(address newOwner)
unpause()
ChipBurned(uint256 tokenId, address owner)
MaxBatchSizeUpdated(uint256 size)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
constructor(address chip_)
This contract contains no fallback and receive objects.
EnforcedPause()
ExceedMaxBatchSize()
ExpectedPause()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()