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/moul/x/daily/vestoken/v0

Realm
Open in gnoweb ↗

Overview

Kind
Realm (renderable)
Name
v0
Namespace
moul / x / daily / vestoken
Files
3 (README)(gnomod.toml)
Exported functions
9
Module
gno.land/r/moul/x/daily/vestoken/v0
gno
0.9

Files (3)

  • README.mdmarkdown
  • gnomod.tomltoml
  • vestoken.gnogno

Select a file to view its exact on-chain source. Sorted README → gnomod → sources → tests.

Functions

  • BalanceOf(holder string) uint64

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

uint64
  • GrantOf(beneficiary string) (total uint64, claimed uint64, claimable uint64)

  • MintVested(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 uint64, durationBlocks int64)

  • Name() string

  • Render(path string) string

  • Symbol() string

  • TotalSupply() uint64

  • 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 uint64)

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

    Rendered

    RenderedRawgnoweb ↗
    # VestToken (VEST)
    
    A linearly-vesting ERC-20-style token on gno.land — new supply unlocks block-by-block instead of landing instantly.
    
    - **Name:** VestToken
    - **Symbol:** VEST
    - **Total supply:** 0
    - **Current height:** 194817
    
    ## Active grants
    
    _No active grants — call `MintVested` to open one._
    
    ## Liquid balances
    
    _No claimed balances yet — call `Claim` once a grant has unlocked._
    

    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.