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

wugnot state

Back to all declarations

ugnotMinDeposit

int64

Value

1000

wugnotMinDeposit

int64

Value

1

BalanceOf

func(owner .uverse.address) int64
Open
OID
0a4270…fe25:11
BalanceOf details

Inspect func

Allowance

func(owner .uverse.address, spender .uverse.address) int64
Open
OID
0a4270…fe25:12
Allowance details

Inspect func

Transfer

func(to .uverse.address, amount int64)
Open
OID
0a4270…fe25:13
Transfer details

Inspect func

Approve

func(spender .uverse.address, amount int64)
Open
OID
0a4270…fe25:14
Approve details

Inspect func

TransferFrom

func(from .uverse.address, to .uverse.address, amount int64)
Open
OID
0a4270…fe25:15
TransferFrom details

Inspect func

require

func(condition bool, msg string)
Open
OID
0a4270…fe25:16
require details

Inspect func

checkErr

func(err .uverse.error)
Open
OID
0a4270…fe25:17
checkErr details

Inspect func
Token : *grc20.Token Inspect
adm : *grc20.PrivateLedger Inspect
ugnotMinDeposit : int64 =1000
wugnotMinDeposit : int64 =1
init.4 : func() Inspect
Deposit : func() Inspect
Withdraw : func(amount int64) Inspect
Render : func(path string) string 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
TransferFrom : func(from .uverse.address, to .uverse.address, amount int64) Inspect
require : func(condition bool, msg string) Inspect
checkErr : func(err .uverse.error) Inspect