ConvexCurveLPVault
Verified contract
Implementation
Active on
Ethereum with 1 txns
Storage
Map
Table
Raw
Constants and immutables
11
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "ConvexCurveLPVault"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15220494 | 2 years ago | | | 0 | 0.0024880800 |
ABI
ABI objects
Getter at block 21396815 getIncentiveToken() view returns (address) getYieldAmount() view returns (uint256) pricePerShare() view returns (uint256)
convexBooster() view returns (address)
0x0000000000000000000000000000000000000000
getCurrentTotalIncentiveAmount() view returns (uint256)
0
getIncentiveRatio() view returns (uint256)
0
getInternalAsset() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
This contract contains no read-only function objects.
State-modifying
Events depositCollateral(address _asset, uint256 _amount) payable
depositCollateralFrom(address _asset, uint256 _amount, address _user) payable
initialize(address _provider)
processExtraYield(uint256 _offset, uint256 _count) payable
processYield()
setConfiguration(address _lpToken, uint256 _poolId) payable
setIncentiveRatio(uint256 _ratio)
setTreasuryInfo(address _treasury, uint256 _fee) payable
withdrawCollateral(address _asset, uint256 _amount, uint256 _slippage, address _to)
withdrawOnLiquidation(address _asset, uint256 _amount) returns (uint256)
DepositCollateral(address indexed collateralAsset, address indexed from, uint256 amount)
ProcessYield(address indexed collateralAsset, uint256 yieldAmount)
SetIncentiveRatio(uint256 ratio)
SetParameters(address _curveLpToken, uint256 _convexPoolId, address _internalToken)
SetTreasuryInfo(address indexed treasuryAddress, uint256 fee)
WithdrawCollateral(address indexed collateralAsset, address indexed to, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.