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
This contract SuperDCAStaker is how DCA liquidity providers can deposit their LP into the UniswapV3Staker contract.
The contract purpose is to record the association between the Uni LP NFP and the owner of it. Currently, deposits to UniswapV3Staker mean that there is no way to find the owners NFP again, a posteriori the information about the NFP ID # is lost from on chain and would required an indexer to find.
Therefore this contract will maintain a look up table for owner to their NPID:
This contract
SuperDCAStaker
is how DCA liquidity providers can deposit their LP into theUniswapV3Staker
contract.The contract purpose is to record the association between the Uni LP NFP and the owner of it. Currently, deposits to UniswapV3Staker mean that there is no way to find the owners NFP again, a posteriori the information about the NFP ID # is lost from on chain and would required an indexer to find.
Therefore this contract will maintain a look up table for owner to their NPID:
tokenIdOfOwnerByIndex(owner, index)
to display all their staking deposits.The text was updated successfully, but these errors were encountered: