You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Develop functions to estimate the value of Uniswap V3 positions, both individually and based on the owner:
Position Value by ID:
Implement a function that accepts a UniswapV3 position ID and a currency address.
Return the total value of the position expressed in the provided currency.
Latest Position Value by Owner:
Create a function that takes an owner's address and a currency address.
Return the value of the owner's latest position expressed in the given currency.
Simplified Version:
For an easier initial implementation, positions evaluated should have the provided currency as one of the pair in the liquidity pool. Implement this restriction.
Ensure tests validate this constraint and accurate value estimation.
The text was updated successfully, but these errors were encountered:
Develop functions to estimate the value of Uniswap V3 positions, both individually and based on the owner:
Position Value by ID:
Latest Position Value by Owner:
Simplified Version:
The text was updated successfully, but these errors were encountered: