Earn
An abstract contract that inherits from Strategy. All Vesper Earn pools are implementations of the Earn contract.
address dripToken
uint256 dripPeriod
Accounting total stable coin earned after fee. This amount is not reported to the pool.
uint256 totalEarned
event DripPeriodUpdated(uint256 oldDripPeriod, uint256 newDripPeriod)
function updateDripPeriod(uint256 _dripPeriod) external
Update update period of distribution of earning done in one rebalance
_dripPeriod in seconds
function approveGrowToken() external
Approves EarnDrip' Grow token to spend dripToken
Last modified 7mo ago