PathrockNetwork Gno Explorer
HomeBlocksTransactionsRealmsPackagesValidators

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/g1w93f099t4pp9jamyghp88p60fvkg39dxz2qzrc/vprobe1789431234

Realm
Open in gnoweb ↗

Overview

Kind
Realm (renderable)
Name
vprobe1789431234
Namespace
g1w93f099t4pp9jamyghp88p60fvkg39dxz2qzrc
Files
2 (gnomod.toml)
Exported functions
1
Module
gno.land/r/g1w93f099t4pp9jamyghp88p60fvkg39dxz2qzrc/vprobe1789431234
gno
0.9

Files (2)

  • gnomod.tomltoml
  • vprobe1789431234.gnogno
vprobe1789431234.gnogno
1// Package vprobe1789431234 is a throwaway realm deployed ONLY to confirm2
// that gas fees and storage deposits can be paid from a vesting
3// account's LOCKED balance, not just its free balance -- deployed
4// deliberately while this account's free balance sits near zero, so
5// success here can only mean the locked portion covered the cost.
6package vprobe1789431234
7
8func Render(path string) string {
9 return "# vesting-payment probe\n\nConfirms gas/storage can be paid from a vesting account's locked balance."
10}
11

Functions

  • Render(path string) 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.