{
"version": "eosio::abi/1.1",
"types": [],
"structs": [
{
"name": "addreserve",
"base": "",
"fields": [
{
"name": "pool_id",
"type": "uint64"
},
{
"name": "quantity",
"type": "asset"
}
]
},
{
"name": "addwhite",
"base": "",
"fields": [
{
"name": "owner",
"type": "name"
}
]
},
{
"name": "cancel",
"base": "",
"fields": [
{
"name": "owner",
"type": "name"
},
{
"name": "pool_id",
"type": "uint64"
}
]
},
{
"name": "clear",
"base": "",
"fields": []
},
{
"name": "createpool",
"base": "",
"fields": [
{
"name": "creator",
"type": "name"
},
{
"name": "tokens",
"type": "string"
},
{
"name": "swap_fee",
"type": "uint16"
}
]
},
{
"name": "deposit",
"base": "",
"fields": [
{
"name": "owner",
"type": "name"
},
{
"name": "quantities",
"type": "asset[]"
}
]
},
{
"name": "extended_symbol",
"base": "",
"fields": [
{
"name": "symbol",
"type": "symbol"
},
{
"name": "contract",
"type": "name"
}
]
},
{
"name": "global",
"base": "",
"fields": [
{
"name": "id",
"type": "uint64"
},
{
"name": "status",
"type": "uint8"
},
{
"name": "creator",
"type": "name"
}
]
},
{
"name": "lptoken",
"base": "",
"fields": [
{
"name": "owner",
"type": "name"
},
{
"name": "token",
"type": "uint64"
}
]
},
{
"name": "pool",
"base": "",
"fields": [
{
"name": "id",
"type": "uint64"
},
{
"name": "code",
"type": "symbol_code"
},
{
"name": "swap_fee",
"type": "uint16"
},
{
"name": "total_lptoken",
"type": "uint64"
},
{
"name": "create_time",
"type": "uint32"
},
{
"name": "last_update_time",
"type": "uint32"
},
{
"name": "tokens",
"type": "pooltoken[]"
}
]
},
{
"name": "poolhash",
"base": "",
"fields": [
{
"name": "id",
"type": "uint64"
},
{
"name": "hash",
"type": "checksum256"
}
]
},
{
"name": "pooltoken",
"base": "",
"fields": [
{
"name": "weight",
"type": "uint32"
},
{
"name": "symbol",
"type": "extended_symbol"
},
{
"name": "reserve",
"type": "asset"
}
]
},
{
"name": "removepool",
"base": "",
"fields": [
{
"name": "pool_id",
"type": "uint64"
}
]
},
{
"name": "remwhite",
"base": "",
"fields": [
{
"name": "owner",
"type": "name"
}
]
},
{
"name": "setcreator",
"base": "",
"fields": [
{
"name": "creator",
"type": "name"
}
]
},
{
"name": "setstatus",
"base": "",
"fields": [
{
"name": "status",
"type": "uint8"
}
]
},
{
"name": "whitelist",
"base": "",
"fields": [
{
"name": "owner",
"type": "name"
}
]
},
{
"name": "withdraw",
"base": "",
"fields": [
{
"name": "owner",
"type": "name"
},
{
"name": "pool_id",
"type": "uint64"
},
{
"name": "amount",
"type": "uint64"
}
]
}
],
"actions": [
{
"name": "addreserve",
"type": "addreserve",
"ricardian_contract": ""
},
{
"name": "addwhite",
"type": "addwhite",
"ricardian_contract": ""
},
{
"name": "cancel",
"type": "cancel",
"ricardian_contract": ""
},
{
"name": "clear",
"type": "clear",
"ricardian_contract": ""
},
{
"name": "createpool",
"type": "createpool",
"ricardian_contract": ""
},
{
"name": "removepool",
"type": "removepool",
"ricardian_contract": ""
},
{
"name": "remwhite",
"type": "remwhite",
"ricardian_contract": ""
},
{
"name": "setcreator",
"type": "setcreator",
"ricardian_contract": ""
},
{
"name": "setstatus",
"type": "setstatus",
"ricardian_contract": ""
},
{
"name": "withdraw",
"type": "withdraw",
"ricardian_contract": ""
}
],
"tables": [
{
"name": "deposits",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "deposit"
},
{
"name": "global",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "global"
},
{
"name": "lptokens",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "lptoken"
},
{
"name": "poolhashs",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "poolhash"
},
{
"name": "pools",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "pool"
},
{
"name": "whitelist",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "whitelist"
}
],
"ricardian_clauses": [],
"error_messages": [],
"abi_extensions": [],
"variants": [],
"action_results": []
}