PathrockNetwork Gno Explorer
HomeBlocksTransactionsTokensRealmsPackagesValidatorsAnalytics

PathrockNetwork Gno Explorer — an independent explorer for Gno.land Mainnet (gnoland-1), operated by PathrockNetwork. Not an official Gno.land service.

gnowebarchive RPC

gno.land/r/nym-thegnomic001/gnomic

Realm
Open in gnoweb ↗

Overview

Kind
Realm (renderable)
Name
gnomic
Namespace
nym-thegnomic001
Files
3 (gnomod.toml)
Exported functions
21
Module
gno.land/r/nym-thegnomic001/gnomic
gno
0.9
This realm implements a recognized token.GNOMIC →

Files (3)

  • gnomod.tomltoml
  • config.gnogno
  • token.gnogno
config.gnogno
1
package gnomic
2
3// GENERATED by scripts/render.sh from config.env. Do not edit by hand.
4
5const (
6 tokenName = "Gnomic"
7 tokenSymbol = "GNOMIC"
8 tokenDecimals = 6
9 initialSupply = int64(21000000)
10 maxSupply = int64(21000000)
11)
12
13const (
14 tokenDescription = "Fixed supply of 21 million, distributed to GNOT holders on gno.land."
15 tokenLogoURI = "https://gnomic.wtf/icon-512.png"
16 tokenWebsite = "https://gnomic.wtf"
17 tokenTwitter = ""
18)
19
20// Empty = the owner is the address that runs the deploy.
21const ownerAddress = "g1z0c0wrmwpzpd0gq4q67hl9508dtgv4epr0z5ml"
22

Functions

  • Allowance(owner string, spender string) int64

  • Approve(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}, spender string, amount int64)

  • BalanceOf(owner string) int64

  • Burn(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}, amount int64)

  • Burned() int64

  • Decimals() int

  • DropOwnership(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})

  • Holders() int

  • MaxSupply() int64

  • 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, amount int64)

  • Name() string

  • Owner() string

  • RealmAddress() string

  • Render(path string) string

  • Symbol() string

  • TokenKey() string

  • TotalMinted() int64

  • TotalSupply() int64

  • Transfer(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, amount int64)

  • TransferFrom(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}, from string, to string, amount int64)

  • TransferOwnership(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}, newOwner string)

Signatures reconstructed verbatim from vm/qfuncs — interface params keep their inline definitions.

Rendered

RenderedRawgnoweb ↗

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.