Select a file to view its exact on-chain source. Sorted README → gnomod → sources → tests.
BalanceOf(owner string, id int) uint64
Mint(cur interface {.seal func(); Address func() .uverse.address; IsCode func() bool; IsCurrent func() bool; IsEphemeral func() bool; IsUser func() bool; IsUserCall func() bool; IsUserRun func() bool; PkgPath func() string; Previous func() .uverse.realm; String func() string; Sub func(string) .uverse.realm; Subpath func() string}, to string, id int, amount uint64)
Render(path string) string
TotalSupply(id int) uint64
TransferSingle(cur interface {.seal func(); Address func() .uverse.address; IsCode func() bool; IsCurrent func() bool; IsEphemeral func() bool; IsUser func() bool; IsUserCall func() bool; IsUserRun func() bool; PkgPath func() string; Previous func() .uverse.realm; String func() string; Sub func(string) .uverse.realm; Subpath func() string}, to string, id int, amount uint64)
Signatures reconstructed verbatim from vm/qfuncs — interface params keep their inline definitions.
# ERC-1155 Multi-Token
A single realm holding many fungible token ids. Balances are keyed by `(owner, id)`.
## Balances
_No balances yet. Call `Mint` to create tokens._
## Supply per ID
_No tokens minted._
vm/qrender output, sanitized (docs/render-security.md) and displayed in an empty-sandbox iframe — scripts, forms and popups cannot run. Links stay inert in-preview; right-click to open.