CvxCrvStrategy
Verified contract
Active on
Ethereum with 4 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 9 additional slots
Balances ($97.91)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CVX | ERC-20 | 48.472304 | $2.02 |
$97.91 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14525995 | 3 years ago | | | 0 | 0.021684957 | |
| 14402961 | 3 years ago | | | 0 | 0.0069144346 | |
| 14396673 | 3 years ago | | | 0 | 0.0084499111 | |
| 14249295 | 3 years ago | | | 0 | 0.018063600 |
ABI
ABI objects
Getter at block 21181682
MAX_BPS() view returns (uint256)
10000
balanceOf() view returns (uint256)
0
controller() view returns (address)
0xed6dce58903dabc1f54bc6a57f766159c1fd6c52
owner() view returns (address)
0x4bcc53bc266ff41bc108e736991758c1d7d63d87
poolSettings() view returns (address crvRewards, address cvxRewards, address convexBooster, address crvDepositor, address crvToken, uint256 poolIndex, address cvxCrvToken, address curveCvxCrvStableSwapPool, uint256 curveCvxCrvIndexInStableSwapPool, uint256 curveAddLiquiditySlippageTolerance)
(crvRewards=0x0392321e86f42c2f94fbb0c6853052487db521f0, cvxRewards=0xcf50b810e57ac33b91dcf525c6ddd9881b139332, convexBooster=0xf403c135812408bfbe8713b5a23a04b3d48aae31, crvDepositor=0x8014595f2ab54cd7c604b00e9fb932176fdc86ae, crvToken=0xd533a949740bb3306d119cc777fa900ba034cd52, poolIndex=41, cvxCrvToken=0x62b9c7356a2dc64a1969e19c23e4f579f9810aa7, curveCvxCrvStableSwapPool=0x9d0464996170c6b9e75eed71c68b99ddedf279e8, curveCvxCrvIndexInStableSwapPool=1, curveAddLiquiditySlippageTolerance=9500)
want() view returns (address)
0x9d0464996170c6b9e75eed71c68b99ddedf279e8
Read-only
checkPoolIndex(uint256 index) view returns (bool)
State-modifying
Events claim(address _rewardToken) returns (uint256)
configure(address _wantAddress, address _controllerAddress, address _governance, struct CvxCrvStrategySettings _poolSettings)
convertAndStakeTokens(uint256 _amount, uint256 minCurveCvxCrvLPAmount)
convertTokens(uint256 _amount)
deposit()
getRewards()
renounceOwnership()
setController(address _newController)
setPoolIndex(uint256 _newPoolIndex)
setWant(address _newWant)
transferOwnership(address newOwner)
withdraw(address _token)
withdraw(uint256 _amount)
ClaimedReward(address rewardToken, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdrawn(address indexed _token, uint256 indexed _amount, address indexed _to)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.