EarnVesperStrategy
Verified contract
Active on
Ethereum with 82 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xe382…2710
-
variable spans 1 additional slot
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
vaUSDC | ERC-20 | 0.000001 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16483242 | 2 years ago | | | 0 | 0.010832099 | |
| 16467622 | 2 years ago | | | 0 | 0.011505444 | |
| 16417473 | 2 years ago | | | 0 | 0.011544004 | |
| 16367362 | 2 years ago | | | 0 | 0.032299972 | |
| 16317210 | 2 years ago | | | 0 | 0.010970856 | |
| 16267048 | 2 years ago | | | 0 | 0.0093233693 | |
| 16216863 | 2 years ago | | | 0 | 0.0088218061 | |
| 16166752 | 2 years ago | | | 0 | 0.011191706 | |
| 16116724 | 2 years ago | | | 0 | 0.0096350872 | |
| 16080928 | 2 years ago | | | 0 | 0.0076244009 |
ABI
ABI objects
Getter at block 21200384 totalValue() view returns (uint256 _totalValue)
NAME() view returns (string)
EarnVesperStrategyUSDCLMR
VERSION() view returns (string)
4.0.1
collateralToken() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
dripPeriod() view returns (uint256)
1209600
dripToken() view returns (address)
0x4b1d0b9f081468d780ca1d5d79132b64301085d1
feeCollector() view returns (address)
0x80d426d65d926df121dc58c18d043b73e998ce2b
keepers() view returns (address[])
[0x76d266DFD3754f090488ae12F6Bd115cD7E77eBD, 0xdf826ff6518e609E4cEE86299d40611C148099d5, 0x1CbfaE0367a9B1e4Ac2c158E57B5F00cCb337271]
oraclePeriod() view returns (uint256)
3600
oracleRouterIdx() view returns (uint256)
0
pool() view returns (address)
0xa7c21fd948c44830541b8561b31abde09cc32719
receiptToken() view returns (address)
0xa8b607aa09b6a2e306f93e74c282fb13f6a80452
swapManager() view returns (address)
0xe382d9f2394a359b01006faa8a1864b8a60d2710
swapSlippage() view returns (uint256)
10000
token() view returns (address)
0xa8b607aa09b6a2e306f93e74c282fb13f6a80452
totalEarned() view returns (uint256)
33630128036646
Read-only
isReservedToken(address _token) view returns (bool)
State-modifying
Events addKeeper(address _keeperAddress)
approveGrowToken()
approveToken()
migrate(address _newStrategy)
rebalance()
removeKeeper(address _keeperAddress)
setupOracles()
sweepERC20(address _fromToken)
totalValueCurrent() returns (uint256)
updateDripPeriod(uint256 _dripPeriod)
updateFeeCollector(address _feeCollector)
updateOracleConfig(uint256 _newPeriod, uint256 _newRouterIdx)
updateSwapManager(address _swapManager)
updateSwapSlippage(uint256 _newSwapSlippage)
withdraw(uint256 _amount)
DripPeriodUpdated(uint256 oldDripPeriod, uint256 newDripPeriod)
UpdatedFeeCollector(address indexed previousFeeCollector, address indexed newFeeCollector)
UpdatedOracleConfig(uint256 oldPeriod, uint256 newPeriod, uint256 oldRouterIdx, uint256 newRouterIdx)
UpdatedSwapManager(address indexed previousSwapManager, address indexed newSwapManager)
UpdatedSwapSlippage(uint256 oldSwapSlippage, uint256 newSwapSlippage)
constructor(address _pool, address _swapManager, address _receiptToken, address _dripToken, address _vsp, string _name)
This contract contains no fallback and receive objects.
This contract contains no error objects.