TotalSupply
TotalSupply returns the total supply of GNS tokens in circulation.
Command
gnokey query vm/qeval -remote "https://rpc.topaz.testnets.gno.land" -data "gno.land/r/gnoswap/gns.TotalSupply()"
Result
Package gns implements the GNS governance and utility token for GnoSwap.
GNS is a GRC20-compliant token with a deflationary emission schedule. The emission follows a 12-year schedule with halving every 2 years:
Token Economics:
Key Functions:
The emission state tracks accumulated and remaining amounts per halving year, ensuring precise token distribution according to the schedule.
TotalSupply returns the total supply of GNS tokens in circulation.
gnokey query vm/qeval -remote "https://rpc.topaz.testnets.gno.land" -data "gno.land/r/gnoswap/gns.TotalSupply()"