NonfungiblePositionManager
Wraps Pancake V3 positions in the ERC721 non-fungible token interface
Contract Info
Solidity API
Position
struct Position {
uint96 nonce;
address operator;
uint80 poolId;
int24 tickLower;
int24 tickUpper;
uint128 liquidity;
uint256 feeGrowthInside0LastX128;
uint256 feeGrowthInside1LastX128;
uint128 tokensOwed0;
uint128 tokensOwed1;
}constructor
positions
Name
Type
Description
Name
Type
Description
mint
Name
Type
Description
Name
Type
Description
isAuthorizedForToken
tokenURI
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