Uniswap V3 NF/Position Manager
INonfungiblePositionManager
The "UNI V3 NFPM" interface defines methods for managing liquidity positions in Uniswap V3 using non-fungible tokens (NFTs). These positions represent liquidity in a particular Uniswap V3 pool and can be transferred, authorized, and modified through the methods provided in this interface.
This interface wraps Uniswap V3 positions into NFTs, enabling transfer and authorization while allowing for the management of liquidity and collection of fees.
Struct defining parameters for decreasing liquidity.
Struct defining parameters for collecting fees.
Function to decrease liquidity from a Uniswap V3 position.
Function to collect fees from a Uniswap V3 position.
Last updated