{
"version": "eosio::abi/1.2",
"types": [],
"structs": [
{
"name": "claimall",
"base": "",
"fields": [
{
"name": "owner",
"type": "name"
}
]
},
{
"name": "createpool",
"base": "",
"fields": [
{
"name": "reserve_id",
"type": "uint64"
},
{
"name": "reward_contract",
"type": "name"
},
{
"name": "reward_symbol",
"type": "symbol"
}
]
},
{
"name": "notifyclaim",
"base": "",
"fields": [
{
"name": "code",
"type": "symbol_code"
},
{
"name": "rewards",
"type": "asset"
}
]
},
{
"name": "pool_item",
"base": "",
"fields": [
{
"name": "id",
"type": "uint64"
},
{
"name": "reserve_id",
"type": "uint64"
},
{
"name": "lpc",
"type": "symbol_code"
},
{
"name": "bsym",
"type": "symbol"
},
{
"name": "btokens",
"type": "uint64"
},
{
"name": "reward_contract",
"type": "name"
},
{
"name": "total_reward",
"type": "asset"
},
{
"name": "acc_reward_per_share",
"type": "uint128"
}
]
},
{
"name": "removepool",
"base": "",
"fields": [
{
"name": "pool_id",
"type": "uint64"
}
]
},
{
"name": "reward_item",
"base": "",
"fields": [
{
"name": "pool_id",
"type": "uint64"
},
{
"name": "btokens",
"type": "uint64"
},
{
"name": "debt",
"type": "uint64"
},
{
"name": "unclaimed",
"type": "asset"
},
{
"name": "claimed",
"type": "asset"
}
]
},
{
"name": "tableid",
"base": "",
"fields": [
{
"name": "key",
"type": "name"
},
{
"name": "value",
"type": "uint64"
}
]
}
],
"actions": [
{
"name": "claimall",
"type": "claimall",
"ricardian_contract": ""
},
{
"name": "createpool",
"type": "createpool",
"ricardian_contract": ""
},
{
"name": "notifyclaim",
"type": "notifyclaim",
"ricardian_contract": ""
},
{
"name": "removepool",
"type": "removepool",
"ricardian_contract": ""
}
],
"tables": [
{
"name": "pools",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "pool_item"
},
{
"name": "rewards",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "reward_item"
},
{
"name": "tableid",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "tableid"
}
],
"ricardian_clauses": [],
"error_messages": [],
"abi_extensions": [],
"variants": [],
"action_results": []
}