GetEmissionLeftAmountByTimestamp
GetEmissionLeftAmountByTimestamp returns the stored unminted allocation for the halving year containing timestamp.
Parameters:
- timestamp: Unix timestamp used to select a halving year
Returns:
- amount: remaining GNS base units recorded for that halving year, or 0 outside the schedule
Command
gnokey query vm/qeval -remote "https://rpc.gno.land" -data "gno.land/r/gnoswap/gns.GetEmissionLeftAmountByTimestamp()"
Result