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

keyA

untyped string

The only two lines that differ between two instances.

Value

"gno.land/r/moul/x/pairs/aaa/v0.AAA"

keyB

untyped string

The only two lines that differ between two instances.

Value

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

AddLiquidity

func(maxA int64, maxB int64) int64
Open
OID
07148f…8a04:6
AddLiquidity details

Inspect func

RemoveLiquidity

func(shares int64) (int64, int64)
Open
OID
07148f…8a04:7
RemoveLiquidity details

Inspect func

Swap

func(keyIn string, amountIn int64, minOut int64) int64
Open
OID
07148f…8a04:8
Swap details

Inspect func

Quote

func(keyIn string, amountIn int64) int64
Open
OID
07148f…8a04:9
Quote details

Inspect func

SharesOf

func(owner .uverse.address) int64
Open
OID
07148f…8a04:11
SharesOf details

Inspect func
keyA : untyped string ="gno.land/r/moul/x/pairs/aaa/v0.AAA"
keyB : untyped string ="gno.land/r/moul/x/pairs/bbb/v0.BBB"
p : *v0.Pair Inspect
init.3 : func() Inspect
AddLiquidity : func(maxA int64, maxB int64) int64 Inspect
RemoveLiquidity : func(shares int64) (int64, int64) Inspect
Swap : func(keyIn string, amountIn int64, minOut int64) int64 Inspect
Quote : func(keyIn string, amountIn int64) int64 Inspect
Reserves : func() (int64, int64) Inspect
SharesOf : func(owner .uverse.address) int64 Inspect
TotalShares : func() int64 Inspect
Keys : func() (string, string) Inspect
Render : func(path string) string Inspect