name
untyped stringValue
"MiniToken"
symbol
untyped stringValue
"MINI"
balances
map[.uverse.address]uint64- OID
- 0fe417…4a56:4
balances details
allowances
map[.uverse.address]map[.uverse.address]uint64- OID
- 0fe417…4a56:6
allowances details
totalSupply
uint64Value
0
errZeroAddress
*errors.errorString- OID
- 0fe417…4a56:9
errZeroAddress details
errInsufficient
*errors.errorString- OID
- 0fe417…4a56:12
errInsufficient details
errAllowanceLow
*errors.errorString- OID
- 0fe417…4a56:15
errAllowanceLow details
errOverflow
*errors.errorString- OID
- 0fe417…4a56:18
errOverflow details
errSpoofedRealm
*errors.errorString- OID
- 0fe417…4a56:21
errSpoofedRealm details
errNotUser
*errors.errorString- OID
- 0fe417…4a56:24
errNotUser details
caller
func() .uverse.address- OID
- 0fe417…4a56:26
caller details
Mint
func(to .uverse.address, amount uint64)Mint creates \`amount\` new tokens and credits them to \`to\`, increasing the total supply. Crossing function.
- OID
- 0fe417…4a56:28
Mint details
Transfer
func(to .uverse.address, amount uint64)Transfer moves \`amount\` tokens from the caller to \`to\`. Crossing function.
- OID
- 0fe417…4a56:29
Transfer details
Approve
func(spender .uverse.address, amount uint64)Approve authorizes \`spender\` to pull up to \`amount\` tokens from the caller. Crossing function.
- OID
- 0fe417…4a56:30
Approve details
TransferFrom
func(from .uverse.address, to .uverse.address, amount uint64)TransferFrom moves \`amount\` tokens from \`from\` to \`to\`, spending the caller's allowance granted by \`from\`. Crossing function.
- OID
- 0fe417…4a56:31
TransferFrom details
transfer
func(from .uverse.address, to .uverse.address, amount uint64) .uverse.errortransfer is the internal, non-crossing balance mover. Pure logic on package state; returns an error rather than panicking so callers control reverts.
- OID
- 0fe417…4a56:32
transfer details
BalanceOf
func(holder .uverse.address) uint64BalanceOf returns the token balance of \`holder\`. Read-only, non-crossing.
- OID
- 0fe417…4a56:33
BalanceOf details
Allowance
func(owner .uverse.address, spender .uverse.address) uint64Allowance returns how much \`spender\` may still pull from \`owner\`.
- OID
- 0fe417…4a56:34
Allowance details
TotalSupply
func() uint64TotalSupply returns the total number of tokens in existence.
- OID
- 0fe417…4a56:35
TotalSupply details
Name
func() stringName returns the token name.
- OID
- 0fe417…4a56:36
Name details
Symbol
func() stringSymbol returns the token symbol.
- OID
- 0fe417…4a56:37
Symbol details
Render
func(path string) stringRender produces the gnoweb Markdown view of the token: metadata plus a deterministically-ordered table of non-zero balances. Render is NOT a crossing function (no \`cur realm\` parameter).
- OID
- 0fe417…4a56:38