BalanceOf
BalanceOf returns the number of NFTs owned by the specified address.
Command
gnokey query vm/qeval -remote "https://rpc.topaz.testnets.gno.land" -data "gno.land/r/gnoswap/gnft.BalanceOf()"
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.
BalanceOf returns the number of NFTs owned by the specified address.
gnokey query vm/qeval -remote "https://rpc.topaz.testnets.gno.land" -data "gno.land/r/gnoswap/gnft.BalanceOf()"