MerkleDistributor
Verified contract
Active on
Ethereum with 1,239 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "MerkleDistributor"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14935874 | 3 years ago | | | 0 | 0.0051064971 | |
| 14907681 | 3 years ago | | | 0 | 0.0028572930 | |
| 14883605 | 3 years ago | | | 0 | 0.0028166870 | |
| 14883567 | 3 years ago | | | 0 | 0.0033223710 | |
| 14839056 | 3 years ago | | | 0 | 0.0016127584 | |
| 14835282 | 3 years ago | | | 0 | 0.0011495898 | |
| 14832096 | 3 years ago | | | 0 | 0.0020738808 | |
| 14821544 | 3 years ago | | | 0 | 0.0021293621 | |
| 14785706 | 3 years ago | | | 0 | 0.0016457197 | |
| 14741731 | 3 years ago | | | 0 | 0.0015564574 |
ABI
ABI objects
Getter at block 21423504
merkleRoot() view returns (bytes32)
0xba0ccda021dd3008d51728ccd530dfe42d6bba07f8118d8a796e26d80e305009
sweeper() view returns (address)
0xaf28bcb48c40dbc86f52d459a6562f658fc94b1e
token() view returns (address)
0x3abf2a4f8452ccc2cf7b4c1e4663147600646f66
Read-only
hasClaimed(address) view returns (bool)
State-modifying
Events claim(address to, uint256 amount, bytes32[] proof)
sweep()
Claim(address indexed to, uint256 amount)
Sweeped(address indexed to, uint256 amount)
constructor(address token_, bytes32 merkleRoot_, address sweeper_)
This contract contains no fallback and receive objects.
AlreadyClaimed()
NotInMerkle()