Denom
untyped stringDenom is the only asset this realm accepts.
Value
"ugnot"
owner
.uverse.addressValue
<gnolang.StringValue>
self
.uverse.addressValue
<gnolang.StringValue>
ledger
*feeledger.Ledger- OID
- 0e3324…c8d8:6
ledger details
init.4
func()- OID
- 0e3324…c8d8:10
init.4 details
Deposit
func()Deposit credits the caller with the attached GNOT, in full.
- OID
- 0e3324…c8d8:12
Deposit details
ClaimAll
func()ClaimAll sends the caller's entire balance back. Fails if empty.
- OID
- 0e3324…c8d8:13
ClaimAll details
Sweep
func()Sweep sends ugnot held above user liabilities to the owner. Owner only; user balances are reserved by construction.
- OID
- 0e3324…c8d8:14
Sweep details
TransferOwner
func(next .uverse.address)TransferOwner hands the sweep role to next. Owner only; zero address rejected (audit Y3: without rotation, key loss permanently orphans surplus sweeping).
- OID
- 0e3324…c8d8:15
TransferOwner details
Owner
func() .uverse.address- OID
- 0e3324…c8d8:16
Owner details
BalanceOf
func(addr .uverse.address) int64BalanceOf returns addr's claimable balance.
- OID
- 0e3324…c8d8:17
BalanceOf details
UsersTotal
func() int64UsersTotal returns the sum of all claimable balances.
- OID
- 0e3324…c8d8:18
UsersTotal details
Held
func() int64Held returns the ugnot actually held at the realm address.
- OID
- 0e3324…c8d8:19
Held details
Surplus
func() int64Surplus returns Held() - UsersTotal().
- OID
- 0e3324…c8d8:20
Surplus details
Address
func() .uverse.address- OID
- 0e3324…c8d8:21
Address details
Render
func(string) stringRender shows totals and the conservation check.
- OID
- 0e3324…c8d8:22
Render details
fmtInt
func(n int64) string- OID
- 0e3324…c8d8:23
fmtInt details
Denom
:
untyped string
="ugnot"
owner
:
.uverse.address
=<gnolang.StringValue>
self
:
.uverse.address
=<gnolang.StringValue>