Search Apps Documentation Source Content File Folder Download Copy Actions Download State String Boolean Number Struct Map Slice Pointer Function Closure Reference Nil Package Type Interface Unknown

position package

Function

GetPositionFeeGrowthInsideLastX128

func GetPositionFeeGrowthInsideLastX128(positionId uint64) (string, string, error)

GetPositionFeeGrowthInsideLastX128 returns the last fee-growth checkpoints inside the position's range for both tokens.

Parameters:

  • positionId: position NFT token ID whose fee-growth checkpoints are queried

Returns:

  • feeGrowthInside0LastX128: token0 fee-growth checkpoint, represented as a decimal string
  • feeGrowthInside1LastX128: token1 fee-growth checkpoint, represented as a decimal string
  • err: non-nil when positionId cannot be resolved

Param

Command

gnokey query vm/qeval -remote "http://127.0.0.1:26657" -data "gno.land/r/gnoswap/position.GetPositionFeeGrowthInsideLastX128()"

Result