GetDepositInternalRewardLastCollectTimestamp
GetDepositInternalRewardLastCollectTimestamp returns the last internal reward collection time for a position.
Parameters:
- lpTokenId: Position NFT token ID whose internal reward cursor should be read.
Returns:
- timestamp: Unix timestamp of the deposit's last internal reward collection.
- err: Non-nil when lpTokenId does not resolve to a stored deposit.
Command
gnokey query vm/qeval -remote "https://rpc.gno.land" -data "gno.land/r/gnoswap/staker.GetDepositInternalRewardLastCollectTimestamp()"
Result