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/r/gnoswap/halt/v1

Realm
Open in gnoweb ↗

Overview

Kind
Realm (renderable)
Name
v1
Namespace
gnoswap / halt
Files
11 (README)(gnomod.toml)
Exported functions
32
Module
gno.land/r/gnoswap/halt/v1
gno
0.9

Files (11)

  • README.mdmarkdown
  • gnomod.tomltoml
  • assert.gnogno
  • config.gnogno
  • doc.gnogno
  • errors.gnogno
  • getters.gnogno
  • halt_state.gnogno
  • halt.gnogno
  • render.gnogno
  • types.gnogno

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

Functions

  • AssertIsNotHaltedCommunityPool()

  • AssertIsNotHaltedEmission()

  • AssertIsNotHaltedGovernance()

  • AssertIsNotHaltedGovStaker()

  • AssertIsNotHaltedLaunchpad()

  • AssertIsNotHaltedOperation(op string)

  • AssertIsNotHaltedPool()

  • AssertIsNotHaltedPosition()

  • AssertIsNotHaltedProtocolFee()

  • AssertIsNotHaltedRouter()

  • AssertIsNotHaltedStaker()

  • AssertIsNotHaltedWithdraw()

  • AssertIsNotHaltedXGns()

  • GetHaltConfig() map[gno.land/r/gnoswap/halt/v1.OpType]bool

  • GetHaltConfigJson() string

  • IsHalted(opTypes ...gno.land/r/gnoswap/halt/v1.OpType) (bool, interface {Error func() string})

  • IsHaltedCommunityPool() bool

  • IsHaltedEmission() bool

  • IsHaltedGovernance() bool

  • IsHaltedGovStaker() bool

  • IsHaltedLaunchpad() bool

  • IsHaltedPool() bool

  • IsHaltedPosition() bool

  • IsHaltedProtocolFee() bool

  • IsHaltedRouter() bool

  • IsHaltedStaker() bool

  • IsHaltedWithdraw() bool

  • IsHaltedXGns() bool

  • OpTypes() []gno.land/r/gnoswap/halt/v1.OpType

  • Render(path string) string

  • SetHaltLevel(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}, level string)

  • SetOperationStatus(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}, op string, halted bool)

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

Rendered

RenderedRawgnoweb ↗
# Gnoswap Halt Status

## Operation status

| Operation | Halted |
| --- | --- |
| Pool | false |
| Position | false |
| Protocol fee | false |
| Router | false |
| Staker | false |
| Launchpad | false |
| Governance | false |
| Governance staker | false |
| xGNS | false |
| Community pool | false |
| Emission | false |
| Withdraw | false |

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.