
{ "version": "eosio::abi/1.1", "types": [], "structs": [ { "name": "addrecipient", "base": "", "fields": [ { "name": "owner", "type": "name" }, { "name": "flag", "type": "uint32" } ] }, { "name": "createlog", "base": "", "fields": [ { "name": "pool_id", "type": "uint64" }, { "name": "creator", "type": "name" }, { "name": "tokens", "type": "string" }, { "name": "swap_fee", "type": "uint16" } ] }, { "name": "depositlog", "base": "", "fields": [ { "name": "pool_id", "type": "uint64" }, { "name": "owner", "type": "name" }, { "name": "token", "type": "uint64" }, { "name": "assets", "type": "asset[]" } ] }, { "name": "marketing", "base": "", "fields": [ { "name": "owner", "type": "name" }, { "name": "records", "type": "mktrecord[]" } ] }, { "name": "mktrecord", "base": "", "fields": [ { "name": "mid", "type": "uint64" }, { "name": "create_time", "type": "uint32" }, { "name": "last_update_time", "type": "uint32" }, { "name": "token", "type": "uint64" }, { "name": "assets", "type": "asset[]" } ] }, { "name": "recipient", "base": "", "fields": [ { "name": "owner", "type": "name" }, { "name": "flag", "type": "uint32" } ] }, { "name": "remrecipient", "base": "", "fields": [ { "name": "owner", "type": "name" } ] }, { "name": "swaplog", "base": "", "fields": [ { "name": "pool_id", "type": "uint64" }, { "name": "owner", "type": "name" }, { "name": "quantity_in", "type": "asset" }, { "name": "quantity_out", "type": "asset" }, { "name": "fee", "type": "asset" }, { "name": "trade_price", "type": "float64" } ] }, { "name": "swaprecord", "base": "", "fields": [ { "name": "owner", "type": "name" }, { "name": "records", "type": "swaprecordinfo[]" } ] }, { "name": "swaprecordinfo", "base": "", "fields": [ { "name": "mid", "type": "uint64" }, { "name": "quantity_in", "type": "asset" }, { "name": "quantity_out", "type": "asset" }, { "name": "fee", "type": "asset" }, { "name": "swap_time", "type": "uint32" }, { "name": "trade_price", "type": "float64" } ] }, { "name": "swapstat", "base": "", "fields": [ { "name": "mid", "type": "uint64" }, { "name": "last_update_time", "type": "uint32" }, { "name": "stats", "type": "swapstatinfo[]" } ] }, { "name": "swapstatinfo", "base": "", "fields": [ { "name": "fee", "type": "asset" }, { "name": "trading_volume", "type": "asset" }, { "name": "count", "type": "uint32" } ] }, { "name": "withdrawlog", "base": "", "fields": [ { "name": "pool_id", "type": "uint64" }, { "name": "owner", "type": "name" }, { "name": "token", "type": "uint64" }, { "name": "assets", "type": "asset[]" } ] } ], "actions": [ { "name": "addrecipient", "type": "addrecipient", "ricardian_contract": "" }, { "name": "createlog", "type": "createlog", "ricardian_contract": "" }, { "name": "depositlog", "type": "depositlog", "ricardian_contract": "" }, { "name": "remrecipient", "type": "remrecipient", "ricardian_contract": "" }, { "name": "swaplog", "type": "swaplog", "ricardian_contract": "" }, { "name": "withdrawlog", "type": "withdrawlog", "ricardian_contract": "" } ], "tables": [ { "name": "marketings", "index_type": "i64", "key_names": [], "key_types": [], "type": "marketing" }, { "name": "recipients", "index_type": "i64", "key_names": [], "key_types": [], "type": "recipient" }, { "name": "swaprecords", "index_type": "i64", "key_names": [], "key_types": [], "type": "swaprecord" }, { "name": "swapstats", "index_type": "i64", "key_names": [], "key_types": [], "type": "swapstat" } ], "ricardian_clauses": [], "error_messages": [], "abi_extensions": [], "variants": [], "action_results": [] }