MerklePayout
Verified contract
Active on
Ethereum with 325 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "MerklePayout"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15143070 | 2 years ago | | | 0 | 0.0014629800 | |
| 15138538 | 2 years ago | | | 0 | 0.00077971173 | |
| 15138019 | 2 years ago | | | 0 | 0.00094787100 | |
| 15136048 | 2 years ago | | | 0 | 0.0030058772 | |
| 15135658 | 2 years ago | | | 0 | 0.0017719236 | |
| 15135348 | 2 years ago | | | 0 | 0.0013244559 | |
| 15135192 | 2 years ago | | | 0 | 0.0032779029 | |
| 15134994 | 2 years ago | | | 0 | 0.0031387517 | |
| 15134491 | 2 years ago | | | 0 | 0.0031829297 | |
| 15133677 | 2 years ago | | | 0 | 0.0011794567 |
ABI
ABI objects
Getter at block 21286986
funder() view returns (address)
0xde21f729137c5af1b01d73af1dc21effa2b8a0d6
merkleRoot() view returns (bytes32)
0x4b85f461e2bbd9bc9f622ff4c59fcc2cef20cec54446a2da07ea2ece9f283958
token() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
Read-only
hasClaimed(uint256 _index) view returns (bool)
State-modifying
Events batchClaim(struct MerklePayoutClaim[] _claims)
claim(struct MerklePayoutClaim _claim)
reclaimFunds(address _token)
BatchClaimTriggered(address indexed funder)
FundsClaimed(uint256 index, address indexed claimee, uint256 indexed amount)
ReclaimFunds(address indexed funder, address indexed token, uint256 indexed amount)
constructor(address _token, bytes32 _merkleRoot, address _funder)
This contract contains no fallback and receive objects.
This contract contains no error objects.