IAlgebraEternalVirtualPool
Last updated
setRates(uint128,uint128) external
Change reward rates
rate0
uint128
The new rate of main token distribution per sec
rate1
uint128
The new rate of bonus token distribution per sec
addRewards(uint256,uint256) external
token0Amount
uint256
token1Amount
uint256
getInnerRewardsGrowth(int24,int24) view external
bottomTick
int24
topTick
int24
Returns:
rewardGrowthInside0
uint256
rewardGrowthInside1
uint256
Last updated