{
"version": "eosio::abi/1.1",
"types": [],
"structs": [
{
"name": "claim",
"base": "",
"fields": [
{
"name": "owner",
"type": "name"
},
{
"name": "sym",
"type": "symbol"
}
]
},
{
"name": "claim2",
"base": "",
"fields": [
{
"name": "owner",
"type": "name"
},
{
"name": "sym",
"type": "symbol_code"
},
{
"name": "precision",
"type": "uint8"
}
]
},
{
"name": "issue",
"base": "",
"fields": [
{
"name": "sym",
"type": "symbol"
}
]
},
{
"name": "reward",
"base": "",
"fields": [
{
"name": "owner",
"type": "name"
},
{
"name": "cumulative",
"type": "asset"
},
{
"name": "unclaimed",
"type": "asset"
}
]
},
{
"name": "withdraw",
"base": "",
"fields": [
{
"name": "quantity",
"type": "asset"
}
]
},
{
"name": "withdrawto",
"base": "",
"fields": [
{
"name": "to",
"type": "name"
},
{
"name": "quantity",
"type": "asset"
},
{
"name": "memo",
"type": "string"
}
]
}
],
"actions": [
{
"name": "claim",
"type": "claim",
"ricardian_contract": ""
},
{
"name": "claim2",
"type": "claim2",
"ricardian_contract": ""
},
{
"name": "issue",
"type": "issue",
"ricardian_contract": ""
},
{
"name": "withdraw",
"type": "withdraw",
"ricardian_contract": ""
},
{
"name": "withdrawto",
"type": "withdrawto",
"ricardian_contract": ""
}
],
"tables": [
{
"name": "rewards",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "reward"
}
],
"ricardian_clauses": [],
"error_messages": [],
"abi_extensions": [],
"variants": [],
"action_results": []
}