TotalSupply
TotalSupply returns the total amount minted of token `id`.
Command
gnokey query vm/qeval -remote "https://rpc.gno.land" -data "gno.land/r/moul/x/daily/erc1155/v0.TotalSupply()"
Result
Package erc1155 is an idiomatic gno.land port of the Solidity ERC-1155 multi-token standard. A single realm tracks many distinct token ids, each with its own fungible balances. Balances are keyed by (owner, id) in an avl.Tree so Render can iterate deterministically.
TotalSupply returns the total amount minted of token `id`.
gnokey query vm/qeval -remote "https://rpc.gno.land" -data "gno.land/r/moul/x/daily/erc1155/v0.TotalSupply()"