MerkleDistributor
Verified contract
Active on
Base with 86 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) |
---|---|---|---|---|---|---|---|
| 7814901 | a year ago | | | 0 | 2.1256015e-7 | |
| 7607440 | a year ago | | | 0 | 1.8448053e-7 | |
| 7603215 | a year ago | | | 0 | 0.000000022977555425 | |
| 7594681 | a year ago | | | 0 | 0.000000004154538024 | |
| 7578807 | a year ago | | | 0 | 0.000000022054723212 | |
| 7567746 | a year ago | | | 0 | 0.000000002346675136 | |
| 7567743 | a year ago | | | 0 | 0.000000002346675136 | |
| 7567742 | a year ago | | | 0 | 0.000000016635220576 | |
| 7545530 | a year ago | | | 0 | 4.5251800e-7 | |
| 7500807 | a year ago | | | 0 | 0.000000003928595286 |
ABI
ABI objects
Getter at block 23086053
collateralToken0() view returns (address)
0xf3c88bf4c1210eb196edcf334d52ee3de7840027
collateralToken1() view returns (address)
0xa7458714933e120b719a01807780cb834294da61
factory() view returns (address)
0x3d63296a60cd43bec06e5df667742973cca81afe
merkleRoot() view returns (bytes32)
0xb647299561765c7d6941ed10ef7475ae4b68f764db625c62de0cc69a54d2334d
runningClaims() view returns (uint8)
70
token0() view returns (address)
0x4200000000000000000000000000000000000006
token1() view returns (address)
0xd9aaec86b65d86f6a7b5b1b0c42ffa531710b6ca
Read-only
isClaimed(uint256 index) view returns (bool)
State-modifying
Events claim(uint256 index, uint256 depositToken0, uint256 depositToken1, bool permissionedAccount, bytes32[] merkleProof)
updateRoot(bytes32 _newRootHash)
This contract contains no event objects.
constructor(address _collateralToken0, address _collateralToken1, address _token0, address _token1)
This contract contains no fallback and receive objects.
InvalidClaim()
InvalidProof()
NotOwner()
claimsExceeded()