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 state

Back to all declarations

Key

untyped string

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

Value

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

Faucet

func()

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

Open
OID
04e121…6a60:8
Faucet details

Inspect func

BalanceOf

func(owner .uverse.address) int64
Open
OID
04e121…6a60:10
BalanceOf details

Inspect func

Allowance

func(owner .uverse.address, spender .uverse.address) int64
Open
OID
04e121…6a60:11
Allowance details

Inspect func

Transfer

func(to .uverse.address, amount int64)
Open
OID
04e121…6a60:12
Transfer details

Inspect func

Approve

func(spender .uverse.address, amount int64)
Open
OID
04e121…6a60:13
Approve details

Inspect func
Token : *v0.Token Inspect
privateLedger : *v0.PrivateLedger Inspect
userTeller : *v0.fnTeller Inspect
Key : untyped string ="gno.land/r/moul/x/pairs/bbb/v0.BBB"
init.4 : func() Inspect
Faucet : func() Inspect
TotalSupply : func() int64 Inspect
BalanceOf : func(owner .uverse.address) int64 Inspect
Allowance : func(owner .uverse.address, spender .uverse.address) int64 Inspect
Transfer : func(to .uverse.address, amount int64) Inspect
Approve : func(spender .uverse.address, amount int64) Inspect
Render : func(string) string Inspect