{
"version": "eosio::abi/1.1",
"types": [],
"structs": [
{
"name": "buildlog",
"base": "",
"fields": [
{
"name": "direction",
"type": "uint32"
},
{
"name": "user",
"type": "name"
},
{
"name": "contract_in",
"type": "name"
},
{
"name": "contract_out",
"type": "name"
},
{
"name": "quantity_in",
"type": "asset"
},
{
"name": "quantity_out",
"type": "asset"
},
{
"name": "price",
"type": "float64"
}
]
},
{
"name": "createlog",
"base": "",
"fields": [
{
"name": "pair_id",
"type": "uint64"
},
{
"name": "creator",
"type": "name"
},
{
"name": "contract0",
"type": "name"
},
{
"name": "contract1",
"type": "name"
},
{
"name": "symbol0",
"type": "symbol"
},
{
"name": "symbol1",
"type": "symbol"
}
]
},
{
"name": "liquiditylog",
"base": "",
"fields": [
{
"name": "pair_id",
"type": "uint64"
},
{
"name": "user",
"type": "name"
},
{
"name": "pre_quantity0",
"type": "asset"
},
{
"name": "pre_quantity1",
"type": "asset"
},
{
"name": "quantity0",
"type": "asset"
},
{
"name": "quantity1",
"type": "asset"
},
{
"name": "now_quantity0",
"type": "asset"
},
{
"name": "now_quantity1",
"type": "asset"
},
{
"name": "reserve0",
"type": "asset"
},
{
"name": "reserve1",
"type": "asset"
},
{
"name": "pre_token",
"type": "uint64"
},
{
"name": "token",
"type": "uint64"
},
{
"name": "liquidity_token",
"type": "uint64"
}
]
},
{
"name": "removelog",
"base": "",
"fields": [
{
"name": "pair_id",
"type": "uint64"
}
]
},
{
"name": "swaplog",
"base": "",
"fields": [
{
"name": "pair_id",
"type": "uint64"
},
{
"name": "user",
"type": "name"
},
{
"name": "contract_in",
"type": "name"
},
{
"name": "contract_out",
"type": "name"
},
{
"name": "quantity_in",
"type": "asset"
},
{
"name": "quantity_out",
"type": "asset"
},
{
"name": "fee",
"type": "asset"
},
{
"name": "top1_fee",
"type": "asset"
},
{
"name": "top2_fee",
"type": "asset"
},
{
"name": "top3_fee",
"type": "asset"
},
{
"name": "reserve0",
"type": "asset"
},
{
"name": "reserve1",
"type": "asset"
},
{
"name": "price",
"type": "float64"
}
]
}
],
"actions": [
{
"name": "buildlog",
"type": "buildlog",
"ricardian_contract": ""
},
{
"name": "createlog",
"type": "createlog",
"ricardian_contract": ""
},
{
"name": "liquiditylog",
"type": "liquiditylog",
"ricardian_contract": ""
},
{
"name": "removelog",
"type": "removelog",
"ricardian_contract": ""
},
{
"name": "swaplog",
"type": "swaplog",
"ricardian_contract": ""
}
],
"tables": [],
"ricardian_clauses": [],
"error_messages": [],
"abi_extensions": [],
"variants": [],
"action_results": []
}