BalanceOf
BalanceOf returns the amount of token `id` held by `owner`.
Command
gnokey query vm/qeval -remote "https://rpc.gno.land" -data "gno.land/r/moul/x/daily/erc1155/v0.BalanceOf(,)"
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.
BalanceOf returns the amount of token `id` held by `owner`.
gnokey query vm/qeval -remote "https://rpc.gno.land" -data "gno.land/r/moul/x/daily/erc1155/v0.BalanceOf(,)"