ClaimingStrat
Verified contract
Active on
Ethereum with 142 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2ffc…14ce
-
variable spans 2 additional slots
-
variable spans 2 additional slots
Balances ($0.78)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 0.777351 | $0.998806 |
$0.78 | |
DAI | ERC-20 | 0 | $0.99932 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19332243 | 9 months ago | | | 0 | 0.0030247568 | |
| 19197412 | 9 months ago | | | 0 | 0.0030625930 | |
| 19188844 | 9 months ago | | | 0 | 0.0039170500 | |
| 19188826 | 9 months ago | | | 0 | 0.0015719140 | |
| 19098766 | 10 months ago | | | 0 | 0.0028222607 | |
| 19090151 | 10 months ago | | | 0 | 0.0015211949 | |
| 19063980 | 10 months ago | | | 0 | 0.0019925577 | |
| 19055119 | 10 months ago | | | 0 | 0.0011752950 | |
| 19055039 | 10 months ago | | | 0 | 0.00037486953 | |
| 19028546 | 10 months ago | | | 0 | 0.0019250865 |
ABI
ABI objects
Getter at block 21209397 renounceOwnership() view totalHoldings() view returns (uint256)
canWithdrawClaim() view returns (bool)
false
currentBatch() view returns (uint256)
10
managementFees() view returns (uint256)
0
owner() view returns (address)
0xe9b2b067ee106a6e518fb0552f3296d22b82b32b
totalBalance() view returns (uint256)
5139727928662777403061282
zunami() view returns (address)
0x2ffcc661011bec72e1a9524e12060983e74d14ce
Read-only
batchesAmounts(uint256, uint256) view returns (uint256)
batchesFinished(uint256) view returns (bool)
batchesTotalBalance(uint256) view returns (uint256)
claims(address) view returns (address claimer, uint256 balance, uint256 batch, bool withdrew)
decimalsMultipliers(uint256) view returns (uint256)
tokens(uint256) view returns (address)
State-modifying
Events autoCompound()
claimManagementFees() returns (uint256)
createClaims(address[] _claimers, uint256[] _balances)
deposit(uint256[3] amounts) returns (uint256)
finishPreviousBatch(uint256[3] _batchAmounts)
requestClaim()
setZunami(address zunamiAddr)
startNewBatch()
transferOwnership(address newOwner)
withdraw(address withdrawer, uint256 userRatioOfCrvLps, uint256[3], uint256, uint128) returns (bool)
withdrawAll()
withdrawClaim()
withdrawStuckToken(address _token)
BatchFinished(uint256 batchFinished, uint256[3] totalBatchAmounts)
ClaimCreated(address indexed claimer, uint256 balance)
ClaimRequested(address indexed claimer, uint256 inBatch)
ClaimWithdrew(address indexed claimer, uint256[3] tokenAmounts)
NewBatchStarted(uint256 previousBatch, uint256 newBatch)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address[3] _tokens)
This contract contains no fallback and receive objects.
This contract contains no error objects.