PathrockNetwork Gno Explorer
HomeBlocksTransactionsRealmsPackagesValidatorsAnalytics

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/p/nt/grc20/v0

Package
Open in gnoweb ↗

Overview

Kind
Pure package
Name
v0
Namespace
nt / grc20
Files
12 (gnomod.toml)
Exported functions
n/a — not supported for pure packages by the node (vm/qfuncs)
Module
gno.land/p/nt/grc20/v0
gno
0.9

Files (12)

  • gnomod.tomltoml
  • mock.gnogno
  • tellers.gnogno
  • token.gnogno
  • types.gnogno
  • caller_teller_sub_realm_filetest.gnogno
  • event_provenance_filetest.gno
gno
  • examples_test.gnogno
  • newtoken_event_filetest.gnogno
  • tellers_test.gnogno
  • token_identity_filetest.gnogno
  • token_test.gnogno
  • examples_test.gnogno
    1package grc2023// XXX: write Examples45func ExampleInit()                            {}6func ExampleExposeBankForMaketxRunOrImports() {}7func ExampleCustomTellerImpl()                {}8func ExampleAllowance()                       {}9func ExampleRealmBanker()                     {}10func ExamplePreviousRealmBanker()             {}11func ExampleAccountBanker()                   {}12func ExampleTransfer()                        {}13func ExampleApprove()                         {}14func ExampleTransferFrom()                    {}15func ExampleMint()                            {}16func ExampleBurn()                            {}1718// ...19

    Functions

    not supported for pure packages by the node (vm/qfuncs)

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