Search Apps Documentation Source Content File Folder Download Copy Actions Download State String Boolean Number Struct Map Slice Pointer Function Closure Reference Nil Package Type Interface Unknown

v0 source realm

Package bbb is a throwaway GRC20 with an open faucet, used to exercise the pair instances in this repo. It has no val...

Readme View source

gno.land/r/moul/x/pairs/bbb/v0

A throwaway GRC20 (BBB, 6 decimals) with an open faucet, used to exercise the pair instances in this repo. No value, no owner controls, anyone can mint.

Faucet mints 1000 BBB to the caller. Registered in r/nt/grc20reg/v0 at deploy, so its key is gno.land/r/moul/x/pairs/bbb/v0.BBB, which is what an instance realm is configured with.


Part of moul/gno-contracts — moul's versioned gno.land contracts. See the repository for the full catalog, build/test tooling, and usage.

Dependency graph:

gno.land/r/moul/x/pairs/bbb/v0 dependency graph

🧪 Highly experimental — potentially vibe-coded. Not audited; may break, change, or be removed at any time. Do not use with anything of value. Full disclaimer: DISCLAIMER.

Overview

Package bbb is a throwaway GRC20 with an open faucet, used to exercise the pair instances in this repo. It has no value and no owner controls.

Constants 1

const Key

1const Key = "gno.land/r/moul/x/pairs/bbb/v0.BBB"
source

Key is this token's grc20reg key, the string an instance realm is configured with.

Variables 1

Functions 7

func Faucet

crossing Action
1func Faucet(cur realm)
source

Faucet mints a fixed amount to the caller. Unrestricted on purpose.

Imports 2

Source Files 4