NonfungiblePositionManager
Functionsβ
constructorβ
function constructor(
) publicpositionsβ
function positions(
uint256 tokenId
) external view returns (uint96 nonce, address operator, address token0, address token1, uint24 fee, int24 tickLower, int24 tickUpper, uint128 liquidity, uint256 feeGrowthInside0LastX128, uint256 feeGrowthInside1LastX128, uint128 tokensOwed0, uint128 tokensOwed1)Name
Type
Description
Name
Type
Description
mintβ
Name
Type
Description
Name
Type
Description
tokenURIβ
Name
Type
Description
baseURIβ
increaseLiquidityβ
Name
Type
Description
Name
Type
Description
decreaseLiquidityβ
Name
Type
Description
Name
Type
Description
collectβ
Name
Type
Description
Name
Type
Description
burnβ
Name
Type
Description
_getAndIncrementNonceβ
getApprovedβ
_approveβ
Last updated