ConvexPoolAdapter
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "ConvexPoolAdapter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "ConvexPoolAdapter"
ABI
ABI objects
Getter at block 21390502 isHealthy() view returns (bool) lpBalance() view returns (uint256 lpBal) totalClaimable() view returns (struct ConvexPoolAdapterRewardData[]) underlyingBalance() view returns (uint256 underlyingBal)
CONVEX_BOOSTER() view returns (address)
0xf403c135812408bfbe8713b5a23a04b3d48aae31
CURVE_TOKEN() view returns (address)
0xd533a949740bb3306d119cc777fa900ba034cd52
ETH() view returns (address)
0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
convexPid() view returns (uint256)
0
convexRewardPool() view returns (address)
0x0000000000000000000000000000000000000000
curveLpToken() view returns (address)
0x0000000000000000000000000000000000000000
curvePool() view returns (address)
0x0000000000000000000000000000000000000000
healthFactor() view returns (uint256)
0
indexUint() view returns (bool)
false
multiPoolStrategy() view returns (address)
0x0000000000000000000000000000000000000000
storedUnderlyingBalance() view returns (uint256)
0
tokensLength() view returns (uint256)
0
underlyingToken() view returns (address)
0x0000000000000000000000000000000000000000
underlyingTokenPoolIndex() view returns (int128)
0
useEth() view returns (bool)
false
zapper() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
rewardTokens(uint256) view returns (address)
State-modifying
Events claim()
deposit(uint256 _amount, uint256 _minCurveLpAmount)
initialize(address _curvePool, address _multiPoolStrategy, uint256 _convexPid, uint256 _tokensLength, address _zapper, bool _useEth, bool _indexUint, int128 _underlyingTokenPoolIndex)
setHealthFactor(uint256 _newHealthFactor)
withdraw(uint256 _amount, uint256 _minReceiveAmount)
Initialized(uint8 version)
constructor()
receive()
InvalidHealthFactor()
Unauthorized()