MerkleDistributor
Verified contract
Active on
Ethereum with 2,150 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) |
---|---|---|---|---|---|---|---|
| 15811780 | 2 years ago | | | 0 | 0.00053939360 | |
| 15557155 | 2 years ago | | | 0 | 0.00027946361 | |
| 15557142 | 2 years ago | | | 0 | 0.00030313390 | |
| 15494122 | 2 years ago | | | 0 | 0.00062087897 | |
| 15429070 | 2 years ago | | | 0 | 0.00098480200 | |
| 15203353 | 2 years ago | | | 0 | 0.00015474000 | |
| 15203353 | 2 years ago | | | 0 | 0.00015474000 | |
| 15203353 | 2 years ago | | | 0 | 0.00015474000 | |
| 15203353 | 2 years ago | | | 0 | 0.00015474000 | |
| 15203353 | 2 years ago | | | 0 | 0.00010831800 |
ABI
ABI objects
Getter at block 21287282
merkleRoot() view returns (bytes32)
0x9236daece19e2841788a2c2d999db5646994459fbf33fa6c94a21687d1c71a83
sender() view returns (address)
0x336252602b3a8a0be336ed942228305173e8082b
token() view returns (address)
0x333a4823466879eef910a04d473505da62142069
Read-only
isClaimed(uint256 index) view returns (bool)
State-modifying
Events claim(uint256 index, address recipient, uint256 amount, bytes32[] merkleProof)
Claimed(uint256 indexed index, address indexed recipient, uint256 amount)
constructor(address _sender, address _token, bytes32 _merkleRoot)
This contract contains no fallback and receive objects.
AlreadyClaimed()
InvalidProof()