NonfungiblePositionManager
Last updated
Last updated
해당 컨트랙트는 ERC721 대체 불가능한 토큰 인터페이스의 KLAYswap V3 포지션을 wrapping합니다.
Github Link: (Will be updated after official launch)
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
tokenId
uint256
The ID of the token for which liquidity was increased
liquidity
uint128
The amount by which liquidity for the NFT position was increased
amount0
uint256
The amount of token0 that was paid for the increase in liquidity
amount1
uint256
The amount of token1 that was paid for the increase in liquidity
tokenId
uint256
The ID of the token for which liquidity was decreased
liquidity
uint128
The amount by which liquidity for the NFT position was decreased
amount0
uint256
The amount of token0 that was accounted for the decrease in liquidity
amount1
uint256
The amount of token1 that was accounted for the decrease in liquidity
tokenId
uint256
포지션 NFT ID
recipient
address
수집된 토큰을 받은 계정의 주소
amount0
uint256
수집된 포지션에 빚진 token0의 양
amount1
uint256
수집된 포지션에 빚진 token1의 양
tokenId
uint256
포지션을 나타내는 토큰의 ID
nonce
uint96
permit에 대한 nonce 값
operator
address
지출이 승인된 주소
token0
address
특정 풀에 대한 token0의 주소
token1
address
특정 풀에 대한 token1의 주소
fee
uint24
풀과 관련된 수수료
tickLower
int24
위치에 대한 틱 범위의 하단
tickUpper
int24
위치에 대한 틱 범위의 상단
liquidity
uint128
포지션의 유동성
feeGrowthInside0LastX128
uint256
개별 포지션에 대한 마지막 조치를 기준으로 token0의 수수료 증가
feeGrowthInside1LastX128
uint256
개별 포지션에 대한 마지막 조치를 기준으로 token1의 수수료 증가
tokensOwed0
uint128
마지막 계산 시점의 위치에 대한 미수금된 token0의 양
tokensOwed1
uint128
마지막 계산 시점의 위치에 대한 미수금된 token1의 양
tokenId
uint256
포지션을 나타내는 토큰의 ID
rewardGrowthInsideLastX128
uint256
개별 포지션에 대한 마지막 행동에 따른 보상 증가
reward
uint128
미수령 보상 금액
fee0Sum
uint128
token0의 누적 수수료
fee1Sum
uint128
token1의 누적 수수료
rewardSum
uint128
적립된 리워드 금액
tokenId
uint256
발행된 포지션을 나타내는 토큰의 ID
params
struct INonfungiblePositionManager.MintParams
calldata에서 MintParams로 인코딩된 위치를 생성하는 데 필요한 매개변수
tokenId
uint256
발행된 포지션을 나타내는 토큰의 ID
liquidity
uint128
이 포지션의 유동성 양
amount0
uint256
token0의 수량
amount1
uint256
token1의 수량
params
struct INonfungiblePositionManager.IncreaseLiquidityParams
calldata에서 IncreaseLiquidityParams로 인코딩된 포지션의 유동성을 증가시키는 데 필요한 매개변수
liquidity
uint128
증가에 따른 새로운 유동성 양
amount0
uint256
유동성을 달성하기 위한 token0의 양
amount1
uint256
유동성을 달성하기 위한 token1의 양
params
struct INonfungiblePositionManager.DecreaseLiquidityParams
calldata에서 IncreaseLiquidityParams로 인코딩된 포지션의 유동성을 줄이는 데 필요한 매개변수
amount0
uint256
포지션의 빚진 토큰에 해당하는 token0의 양
amount1
uint256
포지션의 빚진 토큰에 해당하는 token1의 양
params
struct INonfungiblePositionManager.CollectParams
calldata에서 CollectParams로 인코딩된 수집에 필요한 매개변수
amount0
uint256
token0에서 징수된 수수료 금액
amount1
uint256
token1에서 징수된 수수료 금액
tokenId
uint256
소각되는 토큰의 ID