TotalSupply
TotalSupply returns the total number of NFTs minted.
Command
gnokey query vm/qeval -remote "https://rpc.topaz.testnets.gno.land" -data "gno.land/r/gnoswap/gnft.TotalSupply()"
Result
Package gnft implements GRC721-compliant NFTs for GnoSwap LP positions.
Each LP position in GnoSwap is represented as a unique NFT with dynamically generated SVG artwork. The contract manages ownership, transfers, and visual representation of positions while minimizing storage costs.
TotalSupply returns the total number of NFTs minted.
gnokey query vm/qeval -remote "https://rpc.topaz.testnets.gno.land" -data "gno.land/r/gnoswap/gnft.TotalSupply()"