Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
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 ...
Andrii Kaplunenko's user avatar
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 ...
Andrii Kaplunenko's user avatar