
The data structures defined by this contract.
- { "name": "a", "base": "", "fields": [ { "name": "stuff", "type": "asset" } ] }
- { "name": "account", "base": "", "fields": [ { "name": "balance", "type": "asset" } ] }
- { "name": "b", "base": "", "fields": [ { "name": "stuff", "type": "float64" } ] }
- { "name": "c", "base": "", "fields": [ { "name": "stuff", "type": "float64" } ] }
- { "name": "g", "base": "", "fields": [ { "name": "g", "type": "uint8" }, { "name": "r", "type": "uint64" } ] }
- { "name": "hb", "base": "", "fields": [ { "name": "ts", "type": "int32" } ] }
- { "name": "market", "base": "", "fields": [ { "name": "mid", "type": "uint64" }, { "name": "contract0", "type": "name" }, { "name": "contract1", "type": "name" }, { "name": "sym0", "type": "symbol" }, { "name": "sym1", "type": "symbol" }, { "name": "reserve0", "type": "asset" }, { "name": "reserve1", "type": "asset" }, { "name": "liqudity_token", "type": "uint64" }, { "name": "price0_last", "type": "float64" }, { "name": "price1_last", "type": "float64" }, { "name": "price0_cumulative_last", "type": "uint64" }, { "name": "price1_cumulative_last", "type": "uint64" }, { "name": "last_update", "type": "time_point_sec" } ] }
- { "name": "mbb1", "base": "", "fields": [ { "name": "rs", "type": "string" }, { "name": "qty", "type": "asset" } ] }
- { "name": "mbdfb", "base": "", "fields": [ { "name": "pid", "type": "uint64" }, { "name": "qty", "type": "asset" } ] }
- { "name": "mbdfs", "base": "", "fields": [ { "name": "pid", "type": "uint64" }, { "name": "qty", "type": "asset" } ] }
- { "name": "mbn", "base": "", "fields": [ { "name": "pid", "type": "uint64" }, { "name": "qty", "type": "asset" } ] }
- { "name": "mbn2", "base": "", "fields": [ { "name": "s", "type": "string" }, { "name": "q", "type": "asset" }, { "name": "a", "type": "name" } ] }
- { "name": "msb1", "base": "", "fields": [ { "name": "rs", "type": "string" } ] }
- { "name": "msdfb", "base": "", "fields": [ { "name": "pid", "type": "uint64" } ] }
- { "name": "msdfs", "base": "", "fields": [ { "name": "pid", "type": "uint64" } ] }
- { "name": "msn", "base": "", "fields": [ { "name": "pid", "type": "uint64" } ] }
- { "name": "msn2", "base": "", "fields": [ { "name": "s", "type": "string" }, { "name": "a", "type": "name" } ] }
- { "name": "o", "base": "", "fields": [ { "name": "i", "type": "uint8" } ] }
- { "name": "order", "base": "", "fields": [ { "name": "order_id", "type": "uint64" }, { "name": "pair_id", "type": "uint64" }, { "name": "type", "type": "uint8" }, { "name": "owner", "type": "name" }, { "name": "placed_time", "type": "time_point_sec" }, { "name": "remain_quantity", "type": "asset" }, { "name": "remain_convert", "type": "asset" }, { "name": "price", "type": "float64" }, { "name": "contract", "type": "name" }, { "name": "count", "type": "uint8" }, { "name": "crosschain", "type": "uint8" }, { "name": "ext1", "type": "uint64" }, { "name": "extstr", "type": "string" } ] }
- { "name": "pair", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "token0", "type": "token" }, { "name": "token1", "type": "token" }, { "name": "reserve0", "type": "asset" }, { "name": "reserve1", "type": "asset" }, { "name": "liqudity_token", "type": "uint64" }, { "name": "price0_last", "type": "float64" }, { "name": "price1_last", "type": "float64" }, { "name": "price0_cumulative_last", "type": "uint64" }, { "name": "price1_cumulative_last", "type": "uint64" }, { "name": "block_time_last", "type": "time_point_sec" } ] }
- { "name": "token", "base": "", "fields": [ { "name": "contract", "type": "name" }, { "name": "symbol", "type": "symbol" } ] }