ClaimDnner
Verified contract
Active on
Ethereum with 415 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 "ClaimDnner"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19375366 | 8 months ago | | | 0 | 0.0047318677 | |
| 19375363 | 8 months ago | | | 0 | 0.0033131526 | |
| 19305505 | 9 months ago | | | 0 | 0.0027960000 | |
| 19303435 | 9 months ago | | | 0 | 0.0018830648 | |
| 19301173 | 9 months ago | | | 0 | 0.0015304506 | |
| 19300994 | 9 months ago | | | 0 | 0.0017854887 | |
| 19300512 | 9 months ago | | | 0 | 0.0017449744 | |
| 19300166 | 9 months ago | | | 0 | 0.0016849632 | |
| 19300152 | 9 months ago | | | 0 | 0.0019885256 | |
| 19300126 | 9 months ago | | | 0 | 0.0017601291 |
ABI
ABI objects
Getter at block 21196103
open() view returns (bool)
true
owner() view returns (address result)
0x0000a55ef810004f7c21f03a742c820ef0d71ecb
token() view returns (address)
0x1c4ab1dcec906a78bcdf809ad99b7c83d26dd37d
Read-only
claimList(address) view returns (uint256)
claimed(address) view returns (bool)
ownershipHandoverExpiresAt(address pendingOwner) view returns (uint256 result)
State-modifying
Events cancelOwnershipHandover() payable
claim()
completeOwnershipHandover(address pendingOwner) payable
emergencyWithdraw()
renounceOwnership() payable
requestOwnershipHandover() payable
setClaimList(address[] addressList, uint256[] amount)
toggleOpen()
transferOwnership(address newOwner) payable
OwnershipHandoverCanceled(address indexed pendingOwner)
OwnershipHandoverRequested(address indexed pendingOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
constructor(address _tokenAddress)
This contract contains no fallback and receive objects.
AlreadyInitialized()
Claimed()
InvalidSender()
NewOwnerIsZeroAddress()
NoHandoverRequest()
NotEligible()
NotOpened()
Reentrancy()
Unauthorized()