ClaimTokens
Verified contract
Active on
Ethereum with 1,570 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xa7fb…15f6
Balances ($0.00)
No balances found for "ClaimTokens"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19757306 | 7 months ago | | | 0 | 0.00018482400 | |
| 19750103 | 7 months ago | | | 0 | 0.00018471200 | |
| 18054588 | a year ago | | | 0 | 0.00042253628 | |
| 17882555 | a year ago | | | 0 | 0.0062390820 | |
| 17789404 | a year ago | | | 0 | 0.0081841179 | |
| 17776628 | a year ago | | | 0 | 0.00089225990 | |
| 17776618 | a year ago | | | 0 | 0.012782611 | |
| 17776617 | a year ago | | | 0 | 0.012720546 | |
| 17776316 | a year ago | | | 0 | 0.0093482978 | |
| 17775291 | a year ago | | | 0 | 0.0092242834 |
ABI
ABI objects
Getter at block 21290718
_getToken() view returns (address)
0xa7fbd9254f10f8e20a31a593c9e8bc0d041e15f6
_getTokenHolder() view returns (address)
0x62ce5217b52cd63bc7d8e313a3628c7c682f5699
owner() view returns (address)
0x62ce5217b52cd63bc7d8e313a3628c7c682f5699
paused() view returns (bool)
false
root() view returns (bytes32)
0x82f194de1758fad546c2b509784344b8e605800b401671f6c1d3b142546358bb
totalClaimed() view returns (uint256)
188857329000000000
Read-only
isClaimed(address) view returns (bool)
isValid(bytes32[] proof, bytes32 leaf) view returns (bool)
State-modifying
Events Claim(uint256 _amount, bytes32[] proof)
_setToken(address _token)
_setTokenHolder(address _tokenholder)
pause()
renounceOwnership()
setRoot(bytes32 _root)
transferOwnership(address newOwner)
unpause()
Claimed(address indexed tokenAddress, address indexed user, uint256 amount, uint256 indexed timestamp)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
constructor(address _token, address _tokenholder, bytes32 _root)
fallback()
receive()
This contract contains no error objects.