GetPositionFeeGrowthInside0LastX128
GetPositionFeeGrowthInside0LastX128 returns the last fee-growth checkpoint inside the position's range for token0.
Parameters:
- positionId: position NFT token ID whose token0 fee-growth checkpoint is queried
Returns:
- feeGrowthInside0LastX128: token0 fee-growth checkpoint, represented as a decimal string
- err: non-nil when positionId cannot be resolved
Command
gnokey query vm/qeval -remote "http://127.0.0.1:26657" -data "gno.land/r/gnoswap/position.GetPositionFeeGrowthInside0LastX128()"
Result