MerkleDistributorWithDelegation
Verified contract
Active on
Ethereum with 4,450 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "MerkleDistributorWithDelegation"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20654968 | 2 months ago | | | 0 | 0.000017528154 | |
| 20654968 | 2 months ago | | | 0 | 0.000015240000 | |
| 18180618 | a year ago | | | 0 | 0.00044272038 | |
| 17926926 | a year ago | | | 0 | 0.00082660324 | |
| 17926224 | a year ago | | | 0 | 0.00057367042 | |
| 17925381 | a year ago | | | 0 | 0.0030223715 | |
| 17925090 | a year ago | | | 0 | 0.0031158016 | |
| 17924534 | a year ago | | | 0 | 0.0030545770 | |
| 17924500 | a year ago | | | 0 | 0.0043239527 | |
| 17924314 | a year ago | | | 0 | 0.0032283848 |
ABI
ABI objects
Getter at block 21158780
acceptanceHash() view returns (bytes32)
0x3ad9409f26bbaad530dc91737f4d8c348e658391b754681c65e69f4a4687c1df
endTime() view returns (uint256)
1692165599
merkleRoot() view returns (bytes32)
0x29a1e34eeb8ac93a677fb3d1045ae6cb0ab26cba1c2ba722aba9893ab98f7f97
nonClaimedTokensReceiver() view returns (address)
0x4ebb20995b6264b4b1e25f4473a4636cdb6a9790
token() view returns (address)
0xbfabde619ed5c4311811cf422562709710db587d
Read-only
claim(uint256 _index, address _account, uint256 _amount, bytes32[] _merkleProof) pure
isClaimed(uint256 index) view returns (bool)
State-modifying
Events claimAndDelegate(uint256 _index, address _account, uint256 _amount, bytes32[] _merkleProof, bytes32 _acceptanceHash)
withdraw()
Claimed(uint256 index, address account, uint256 amount)
constructor(address token_, bytes32 merkleRoot_, uint256 endTime_, bytes32 acceptanceHash_, address nonClaimedTokensReceiver_)
This contract contains no fallback and receive objects.
AlreadyClaimed()
ClaimWindowFinished()
EndTimeInPast()
InvalidProof()
NoWithdrawDuringClaim()
NotUsingClaimAndDelegateMethod(uint256 _index, address _account, uint256 _amount, bytes32[] _merkleProof)
WrongAcceptanceHash(bytes32 _acceptanceHash)