ProtoClaim
Verified contract
Active on
Ethereum with 5,078 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x423f…1eea
Balances ($0.00)
No balances found for "ProtoClaim"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18267519 | a year ago | | | 0 | 0.00034320536 | |
| 18267484 | a year ago | | | 0 | 0.00057150424 | |
| 18267482 | a year ago | | | 0 | 0.00057116756 | |
| 18267481 | a year ago | | | 0 | 0.00051433332 | |
| 18267476 | a year ago | | | 0 | 0.00051961530 | |
| 18267474 | a year ago | | | 0 | 0.00054303558 | |
| 18267470 | a year ago | | | 0 | 0.00055798398 | |
| 18267464 | a year ago | | | 0 | 0.00056409504 | |
| 18267463 | a year ago | | | 0 | 0.00057937732 | |
| 18267463 | a year ago | | | 0 | 0.00057976913 |
ABI
ABI objects
Getter at block 21214478
canEndAfterTime() view returns (uint256)
86400
distilleryAddress() view returns (address)
0x17cc6042605381c158d2adab487434bde79aa61c
ended() view returns (bool)
true
merkleRoot() view returns (bytes32)
0x1bf5042bb32d2cf5613f4e604bc54165caab891789989f23db4116d2beb38dc8
openedAtTimestamp() view returns (uint256)
1696218947
opener() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xc687f96d50f70e20bd2c038901bf13a6c5e6d78e
rewardContract() view returns (address)
0x423f4e6138e475d85cf7ea071ac92097ed631eea
Read-only
alreadyClaimedByAddress(address) view returns (bool)
canClaim(address _address, uint256 _amount, bytes32[] _merkleProof) view returns (bool)
State-modifying
Events claim(uint256 _amount, bytes32[] _merkleProof)
claimForOther(address _address, uint256 _amount, bytes32[] _merkleProof)
closeWindow()
openWindow()
renounceOwnership()
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(bytes32 _merkleRoot, address _reward, address _distillery, uint256 _canEndAfterTime)
This contract contains no fallback and receive objects.
AlreadyActive()
AlreadyEnded()
InvalidClaim()
InvalidEndAfterTime()
NotOpener()
NotStarted()
TooEarlyToClose()