MerkleRedeem
Verified contract
Active on
Ethereum with 2,183 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x716f…ffab
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
sePSP1 | ERC-20 | 4.181513M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21377969 | 6 hours ago | | | 0 | 0.0044176398 | |
| 21377235 | 8 hours ago | | | 0 | 0.0010890154 | |
| 21376506 | 11 hours ago | | | 0 | 0.0013021615 | |
| 21366034 | 2 days ago | | | 0 | 0.0042051799 | |
| 21364272 | 2 days ago | | | 0 | 0.0010364983 | |
| 21360928 | 3 days ago | | | 0 | 0.0016578096 | |
| 21359701 | 3 days ago | | | 0 | 0.00092838697 | |
| 21357551 | 3 days ago | | | 0 | 0.0018182207 | |
| 21357111 | 3 days ago | | | 0 | 0.0030435380 | |
| 21355559 | 3 days ago | | | 0 | 0.0012348275 |
ABI
ABI objects
Getter at block 21379666
owner() view returns (address)
0x619bbf92fd6ba59893327676b2685a3762a49a33
token() view returns (address)
0x716fbc68e0c761684d9280484243ff094cc5ffab
Read-only
claimStatus(address _liquidityProvider, uint256 _begin, uint256 _end) view returns (bool[])
claimed(uint256, address) view returns (bool)
merkleRoots(uint256 _begin, uint256 _end) view returns (bytes32[])
verifyClaim(address _liquidityProvider, uint256 _week, uint256 _claimedBalance, bytes32[] _merkleProof) view returns (bool valid)
weekMerkleRoots(uint256) view returns (bytes32)
State-modifying
Events claimWeek(address _liquidityProvider, uint256 _week, uint256 _claimedBalance, bytes32[] _merkleProof)
claimWeeks(address _liquidityProvider, struct MerkleRedeemClaim[] claims)
renounceOwnership()
seedAllocations(uint256 _week, bytes32 _merkleRoot, uint256 _totalAllocation)
transferOwnership(address newOwner)
Claimed(address _claimant, uint256 _balance)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _token)
This contract contains no fallback and receive objects.
This contract contains no error objects.