{
"version": "eosio::abi/1.2",
"types": [],
"structs": [
{
"name": "donatelog",
"base": "",
"fields": [
{
"name": "owner",
"type": "name"
},
{
"name": "token",
"type": "name"
},
{
"name": "donation",
"type": "uint64"
},
{
"name": "total_donation",
"type": "uint64"
},
{
"name": "memo",
"type": "string"
}
]
},
{
"name": "eos_row",
"base": "",
"fields": [
{
"name": "owner",
"type": "name"
},
{
"name": "quantity",
"type": "asset"
}
]
},
{
"name": "ram_row",
"base": "",
"fields": [
{
"name": "owner",
"type": "name"
},
{
"name": "bytes",
"type": "uint64"
}
]
},
{
"name": "usdt_row",
"base": "",
"fields": [
{
"name": "owner",
"type": "name"
},
{
"name": "quantity",
"type": "asset"
}
]
}
],
"actions": [
{
"name": "donatelog",
"type": "donatelog",
"ricardian_contract": ""
}
],
"tables": [
{
"name": "eos",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "eos_row"
},
{
"name": "ram",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "ram_row"
},
{
"name": "usdt",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "usdt_row"
}
],
"ricardian_clauses": [],
"error_messages": [],
"abi_extensions": [],
"variants": [],
"action_results": []
}