ProtoClaim
Verified contract
Active on
Ethereum with 16,200 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 "ProtoClaim"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19586167 | 8 months ago | | | 0 | 0.00040302900 | |
| 19493767 | 8 months ago | | | 0 | 0.00060358747 | |
| 19459379 | 8 months ago | | | 0 | 0.00072250814 | |
| 19445184 | 8 months ago | | | 0 | 0.00092299102 | |
| 19443277 | 8 months ago | | | 0 | 0.0010174761 | |
| 19374323 | 8 months ago | | | 0 | 0.0019104769 | |
| 19344479 | 9 months ago | | | 0 | 0.0014433486 | |
| 19328694 | 9 months ago | | | 0 | 0.0019576694 | |
| 19324551 | 9 months ago | | | 0 | 0.0010708129 | |
| 19324531 | 9 months ago | | | 0 | 0.0012152196 |
ABI
ABI objects
Getter at block 21230388
canEndAfterTime() view returns (uint256)
86400
distilleryAddress() view returns (address)
0xa7467696cf741e30ee14461d5a891f579b99b6ea
ended() view returns (bool)
true
merkleRoot() view returns (bytes32)
0x15c80fe88f2ee47da829b6a3059bd0f5b235080c97f5419dd86b117ed556a397
openedAtTimestamp() view returns (uint256)
1708974179
opener() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x41332420fd2e224587c1fc97b06625b4bf04f7c1
rewardContract() view returns (address)
0xb9f599ce614feb2e1bbe58f180f370d05b39344e
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()