ProtoClaim
Verified contract
Active on
Ethereum with 17,892 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb9f5…344e
Balances ($0.00)
No balances found for "ProtoClaim"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20495801 | 4 months ago | | | 0 | 0.000031978012 | |
| 20145671 | 5 months ago | | | 0 | 0.000066791067 | |
| 19920831 | 6 months ago | | | 0 | 0.00051284003 | |
| 19836009 | 7 months ago | | | 0 | 0.00013062609 | |
| 19836009 | 7 months ago | | | 0 | 0.00013232001 | |
| 19796793 | 7 months ago | | | 0 | 0.00022390629 | |
| 19796793 | 7 months ago | | | 0 | 0.00022390729 | |
| 19796793 | 7 months ago | | | 0 | 0.00022390633 | |
| 19796793 | 7 months ago | | | 0 | 0.00022663939 | |
| 19796792 | 7 months ago | | | 0 | 0.00021610654 |
ABI
ABI objects
Getter at block 21270464
canEndAfterTime() view returns (uint256)
86400
distilleryAddress() view returns (address)
0xa7467696cf741e30ee14461d5a891f579b99b6ea
ended() view returns (bool)
true
merkleRoot() view returns (bytes32)
0x61883d6eea8a0a3350705a7b4ec4e60968aad8da4e017930af8a24062490fe7b
openedAtTimestamp() view returns (uint256)
1707832463
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()