{
"version": "eosio::abi/1.1",
"types": [],
"structs": [
{
"name": "addnotify",
"base": "",
"fields": [
{
"name": "owner",
"type": "name"
}
]
},
{
"name": "depositlog",
"base": "",
"fields": [
{
"name": "user",
"type": "name"
},
{
"name": "mid",
"type": "uint64"
},
{
"name": "quantity0",
"type": "asset"
},
{
"name": "quantity1",
"type": "asset"
}
]
},
{
"name": "notify",
"base": "",
"fields": [
{
"name": "owner",
"type": "name"
}
]
},
{
"name": "record",
"base": "",
"fields": [
{
"name": "user",
"type": "name"
},
{
"name": "bal0",
"type": "asset"
},
{
"name": "bal1",
"type": "asset"
},
{
"name": "start",
"type": "time_point_sec"
}
]
},
{
"name": "rmnotify",
"base": "",
"fields": [
{
"name": "owner",
"type": "name"
}
]
},
{
"name": "swaplog",
"base": "",
"fields": [
{
"name": "user",
"type": "name"
},
{
"name": "mid",
"type": "uint64"
},
{
"name": "amountIn",
"type": "asset"
},
{
"name": "amountOut",
"type": "asset"
},
{
"name": "memo",
"type": "string"
}
]
},
{
"name": "withdrawlog",
"base": "",
"fields": [
{
"name": "user",
"type": "name"
},
{
"name": "mid",
"type": "uint64"
},
{
"name": "amount",
"type": "uint64"
},
{
"name": "quantity0",
"type": "asset"
},
{
"name": "quantity1",
"type": "asset"
}
]
}
],
"actions": [
{
"name": "addnotify",
"type": "addnotify",
"ricardian_contract": ""
},
{
"name": "depositlog",
"type": "depositlog",
"ricardian_contract": ""
},
{
"name": "rmnotify",
"type": "rmnotify",
"ricardian_contract": ""
},
{
"name": "swaplog",
"type": "swaplog",
"ricardian_contract": ""
},
{
"name": "withdrawlog",
"type": "withdrawlog",
"ricardian_contract": ""
}
],
"tables": [
{
"name": "notifys",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "notify"
},
{
"name": "records",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "record"
}
],
"ricardian_clauses": [],
"error_messages": [],
"abi_extensions": [],
"variants": [],
"action_results": []
}