{
"version": "eosio::abi/1.2",
"types": [],
"structs": [
{
"name": "account",
"base": "",
"fields": [
{
"name": "account",
"type": "name"
},
{
"name": "buyorders",
"type": "pair_uint64_uint16[]"
},
{
"name": "sellorders",
"type": "pair_uint64_uint16[]"
},
{
"name": "orders_total",
"type": "uint16"
},
{
"name": "orders_limit",
"type": "uint16"
}
]
},
{
"name": "ban",
"base": "",
"fields": [
{
"name": "acc",
"type": "name"
}
]
},
{
"name": "banlist",
"base": "",
"fields": [
{
"name": "accounts",
"type": "name[]"
}
]
},
{
"name": "buymatch",
"base": "",
"fields": [
{
"name": "record",
"type": "match_record"
}
]
},
{
"name": "buyorder",
"base": "",
"fields": [
{
"name": "id",
"type": "uint64"
},
{
"name": "account",
"type": "name"
},
{
"name": "bid",
"type": "asset"
},
{
"name": "ask",
"type": "asset"
},
{
"name": "unit_price",
"type": "uint128"
},
{
"name": "timestamp",
"type": "uint32"
}
]
},
{
"name": "buyreceipt",
"base": "",
"fields": [
{
"name": "market_id",
"type": "uint64"
},
{
"name": "buy_order",
"type": "buyorder"
}
]
},
{
"name": "cancelbuy",
"base": "",
"fields": [
{
"name": "executor",
"type": "name"
},
{
"name": "market_id",
"type": "uint64"
},
{
"name": "order_id",
"type": "uint64"
}
]
},
{
"name": "cancelsell",
"base": "",
"fields": [
{
"name": "executor",
"type": "name"
},
{
"name": "market_id",
"type": "uint64"
},
{
"name": "order_id",
"type": "uint64"
}
]
},
{
"name": "clean",
"base": "",
"fields": [
{
"name": "market_id",
"type": "uint64"
},
{
"name": "message",
"type": "string"
},
{
"name": "limit",
"type": "uint64"
}
]
},
{
"name": "closemarket",
"base": "",
"fields": [
{
"name": "market_id",
"type": "int64"
}
]
},
{
"name": "consumefords",
"base": "",
"fields": [
{
"name": "amount",
"type": "uint64"
}
]
},
{
"name": "consumeords",
"base": "",
"fields": [
{
"name": "amount",
"type": "uint64"
}
]
},
{
"name": "extended_symbol",
"base": "",
"fields": [
{
"name": "sym",
"type": "symbol"
},
{
"name": "contract",
"type": "name"
}
]
},
{
"name": "freeorder",
"base": "",
"fields": [
{
"name": "id",
"type": "uint64"
},
{
"name": "account",
"type": "name"
},
{
"name": "bid",
"type": "asset"
},
{
"name": "ask",
"type": "asset"
},
{
"name": "unit_price",
"type": "uint128"
},
{
"name": "timestamp",
"type": "uint32"
}
]
},
{
"name": "market",
"base": "",
"fields": [
{
"name": "id",
"type": "uint64"
},
{
"name": "base_token",
"type": "extended_symbol"
},
{
"name": "quote_token",
"type": "extended_symbol"
},
{
"name": "min_buy",
"type": "asset"
},
{
"name": "min_sell",
"type": "asset"
},
{
"name": "frozen",
"type": "bool"
},
{
"name": "fee",
"type": "uint8"
}
]
},
{
"name": "match_record",
"base": "",
"fields": [
{
"name": "id",
"type": "uint64"
},
{
"name": "market",
"type": "market"
},
{
"name": "bidder",
"type": "name"
},
{
"name": "asker",
"type": "name"
},
{
"name": "bidder_balance_before",
"type": "asset"
},
{
"name": "bid",
"type": "asset"
},
{
"name": "ask",
"type": "asset"
},
{
"name": "unit_price",
"type": "uint128"
},
{
"name": "timestamp",
"type": "uint64"
}
]
},
{
"name": "news",
"base": "",
"fields": [
{
"name": "message",
"type": "string"
},
{
"name": "to",
"type": "name[]"
}
]
},
{
"name": "openmarket",
"base": "",
"fields": [
{
"name": "base_con",
"type": "name"
},
{
"name": "base_sym",
"type": "asset"
},
{
"name": "quote_con",
"type": "name"
},
{
"name": "quote_sym",
"type": "asset"
}
]
},
{
"name": "pair_uint64_uint16",
"base": "",
"fields": [
{
"name": "first",
"type": "uint64"
},
{
"name": "second",
"type": "uint16"
}
]
},
{
"name": "payforcpu",
"base": "",
"fields": []
},
{
"name": "reset",
"base": "",
"fields": []
},
{
"name": "rmaccount",
"base": "",
"fields": [
{
"name": "acc",
"type": "name"
}
]
},
{
"name": "sellmatch",
"base": "",
"fields": [
{
"name": "record",
"type": "match_record"
}
]
},
{
"name": "sellorder",
"base": "",
"fields": [
{
"name": "id",
"type": "uint64"
},
{
"name": "account",
"type": "name"
},
{
"name": "bid",
"type": "asset"
},
{
"name": "ask",
"type": "asset"
},
{
"name": "unit_price",
"type": "uint128"
},
{
"name": "timestamp",
"type": "uint32"
}
]
},
{
"name": "sellreceipt",
"base": "",
"fields": [
{
"name": "market_id",
"type": "uint64"
},
{
"name": "sell_order",
"type": "sellorder"
}
]
},
{
"name": "setacclimit",
"base": "",
"fields": [
{
"name": "acc",
"type": "name"
},
{
"name": "limit",
"type": "uint16"
}
]
},
{
"name": "setfrozen",
"base": "",
"fields": [
{
"name": "frozen",
"type": "bool"
}
]
},
{
"name": "setmfee",
"base": "",
"fields": [
{
"name": "market_id",
"type": "uint64"
},
{
"name": "fee",
"type": "uint8"
}
]
},
{
"name": "setmfrozen",
"base": "",
"fields": [
{
"name": "market_id",
"type": "uint64"
},
{
"name": "frozen",
"type": "bool"
}
]
},
{
"name": "setmins",
"base": "",
"fields": [
{
"name": "market_id",
"type": "uint64"
},
{
"name": "min_buy",
"type": "asset"
},
{
"name": "min_sell",
"type": "asset"
}
]
},
{
"name": "settings",
"base": "",
"fields": [
{
"name": "frozen",
"type": "bool"
},
{
"name": "freeorders",
"type": "int16"
},
{
"name": "firstorders",
"type": "uint16"
}
]
},
{
"name": "test",
"base": "",
"fields": []
}
],
"actions": [
{
"name": "ban",
"type": "ban",
"ricardian_contract": ""
},
{
"name": "buymatch",
"type": "buymatch",
"ricardian_contract": ""
},
{
"name": "buyreceipt",
"type": "buyreceipt",
"ricardian_contract": ""
},
{
"name": "cancelbuy",
"type": "cancelbuy",
"ricardian_contract": ""
},
{
"name": "cancelsell",
"type": "cancelsell",
"ricardian_contract": ""
},
{
"name": "clean",
"type": "clean",
"ricardian_contract": ""
},
{
"name": "closemarket",
"type": "closemarket",
"ricardian_contract": ""
},
{
"name": "consumefords",
"type": "consumefords",
"ricardian_contract": ""
},
{
"name": "consumeords",
"type": "consumeords",
"ricardian_contract": ""
},
{
"name": "news",
"type": "news",
"ricardian_contract": ""
},
{
"name": "openmarket",
"type": "openmarket",
"ricardian_contract": ""
},
{
"name": "payforcpu",
"type": "payforcpu",
"ricardian_contract": ""
},
{
"name": "reset",
"type": "reset",
"ricardian_contract": ""
},
{
"name": "rmaccount",
"type": "rmaccount",
"ricardian_contract": ""
},
{
"name": "sellmatch",
"type": "sellmatch",
"ricardian_contract": ""
},
{
"name": "sellreceipt",
"type": "sellreceipt",
"ricardian_contract": ""
},
{
"name": "setacclimit",
"type": "setacclimit",
"ricardian_contract": ""
},
{
"name": "setfrozen",
"type": "setfrozen",
"ricardian_contract": ""
},
{
"name": "setmfee",
"type": "setmfee",
"ricardian_contract": ""
},
{
"name": "setmfrozen",
"type": "setmfrozen",
"ricardian_contract": ""
},
{
"name": "setmins",
"type": "setmins",
"ricardian_contract": ""
},
{
"name": "test",
"type": "test",
"ricardian_contract": ""
}
],
"tables": [
{
"name": "account",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "account"
},
{
"name": "ban",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "banlist"
},
{
"name": "buyorder",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "buyorder"
},
{
"name": "freeorders",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "freeorder"
},
{
"name": "markets",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "market"
},
{
"name": "sellorder",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "sellorder"
},
{
"name": "settings",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "settings"
}
],
"ricardian_clauses": [],
"error_messages": [],
"abi_extensions": [],
"variants": [],
"action_results": []
}