All Questions
2 questions
0
votes
0
answers
18
views
How to correctly compose the KEY argument (bytes32) for positions() method in Sushi V3 Pool?
I'm trying to get pool position parameters, like:
liquidity
feeGrowthInside0LastX128
feeGrowthInside1LastX128
tokensOwed0
tokensOwed1
by polling positions() method in pool smart contract (I'm using ...
0
votes
0
answers
25
views
Too BIG feeGrowthInside0LastX128 and feeGrowthInside1LastX128 values in Sushi V3 pool positions, can't calculate fees correctly
I'm developing a system which continuously monitors Sushi pool positions and calculates their effectiveness (or, simply said, fees growth per unit of time).
Since Sushi is a fork of Uniswap, I often ...