CumulativeMerkleDistributor
Verified contract
Active on
Ethereum with 6,107 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($181,118.69)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 57.51023 | $3,149.33 |
$181,118.69 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21215027 | 9 hours ago | | | 0 | 0.00083866364 | |
| 21214580 | 11 hours ago | | | 0 | 0.00074038649 | |
| 21213752 | 14 hours ago | | | 0 | 0.00075131351 | |
| 21213242 | 15 hours ago | | | 0 | 0.00060263402 | |
| 21209848 | a day ago | | | 0 | 0.00063926516 | |
| 21208149 | a day ago | | | 0 | 0.00071547880 | |
| 21207862 | a day ago | | | 0 | 0.00063455694 | |
| 21207823 | a day ago | | | 0 | 0.00055884315 | |
| 21207620 | a day ago | | | 0 | 0.00062504122 | |
| 21207170 | a day ago | | | 0 | 0.00065552341 |
ABI
ABI objects
Getter at block 21217838
TOKEN() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
currRoot() view returns (bytes32)
0x3c4d4d9b76b49b592d82b85c9f5385ac650bd6691ed276b0ed97aa16ea476f9c
isWrappedNative() view returns (bool)
true
owner() view returns (address)
0x8d8673eb599610518a13d9e99daf7d8426897cdb
prevRoot() view returns (bytes32)
0xae117698a3dde6302b5e062dbb535da15a93f6db60505898b533cb8ab9109d64
Read-only
claimed(address) view returns (uint256)
State-modifying
Events claim(address _account, uint256 _claimable, bytes32[] _proof)
claimNative(address _account, uint256 _claimable, bytes32[] _proof)
renounceOwnership()
transferOwnership(address newOwner)
updateRoot(bytes32 _newRoot)
withdrawNative(address _to, uint256 _amount)
withdrawTokens(address _to, uint256 _amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardsClaimed(address account, uint256 amount, bool isNative)
RootUpdated(bytes32 newRoot)
Withdrawn(address to, uint256 amount, bool isNative)
constructor(address _token, bool _isWrappedNative)
receive()
AlreadyClaimed()
NativeNotSupported()
ProofInvalidOrExpired()
TransferEthFailed()