Nonfungible Position Manager
Modifiers
isAuthorizedForToken
modifier isAuthorizedForToken(uint256 tokenId)Name
Type
Description
Structs
Position
struct Position {
uint88 nonce;
address operator;
uint80 poolId;
int24 tickLower;
int24 tickUpper;
uint128 liquidity;
uint256 feeGrowthInside0LastX128;
uint256 feeGrowthInside1LastX128;
uint128 tokensOwed0;
uint128 tokensOwed1;
}MintParams
IncreaseLiquidityParams
DecreaseLiquidityParams
CollectParams
Public variables
NONFUNGIBLE_POSITION_MANAGER_ADMINISTRATOR_ROLE
farmingCenter
farmingApprovals
tokenFarmedIn
Functions
constructor
Name
Type
Description
multicall
Name
Type
Description
Name
Type
Description
positions
Name
Type
Description
Name
Type
Description
mint
Name
Type
Description
Name
Type
Description
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
approveForFarming
Name
Type
Description
switchFarmingStatus
Name
Type
Description
setFarmingCenter
Name
Type
Description
tokenURI
Name
Type
Description
Name
Type
Description
getApproved
Name
Type
Description
Name
Type
Description
isApprovedOrOwner
Name
Type
Description
Name
Type
Description
Events
IncreaseLiquidity
Name
Type
Description
DecreaseLiquidity
Name
Type
Description
Collect
Name
Type
Description
FarmingFailed
Name
Type
Description
FarmingCenter
Name
Type
Description
Last updated