{
"version": "eosio::abi/1.1",
"types": [],
"structs": [
{
"name": "checkin",
"base": "",
"fields": [
{
"name": "owner",
"type": "name"
},
{
"name": "helper",
"type": "name"
}
]
},
{
"name": "cls",
"base": "",
"fields": [
{
"name": "controller",
"type": "name"
},
{
"name": "owner",
"type": "name"
}
]
},
{
"name": "donate",
"base": "",
"fields": [
{
"name": "owner",
"type": "name"
},
{
"name": "quantity",
"type": "asset"
},
{
"name": "acttime",
"type": "uint64"
}
]
},
{
"name": "log_checkin",
"base": "",
"fields": [
{
"name": "user",
"type": "name"
},
{
"name": "nums",
"type": "uint64"
},
{
"name": "quality",
"type": "asset"
},
{
"name": "sum_quality",
"type": "asset"
},
{
"name": "actime",
"type": "uint64"
},
{
"name": "helper",
"type": "name"
}
]
},
{
"name": "log_helptotal",
"base": "",
"fields": [
{
"name": "helper",
"type": "name"
},
{
"name": "nums",
"type": "uint64"
},
{
"name": "actime",
"type": "uint64"
}
]
},
{
"name": "mgrnotice",
"base": "",
"fields": [
{
"name": "controller",
"type": "name"
},
{
"name": "id",
"type": "uint64"
},
{
"name": "notice_time",
"type": "string"
},
{
"name": "cid",
"type": "uint64"
},
{
"name": "content_cn",
"type": "string"
},
{
"name": "content_en",
"type": "string"
}
]
},
{
"name": "notice",
"base": "",
"fields": [
{
"name": "id",
"type": "uint64"
},
{
"name": "notice_time",
"type": "string"
},
{
"name": "cid",
"type": "uint64"
},
{
"name": "content_cn",
"type": "string"
},
{
"name": "content_en",
"type": "string"
},
{
"name": "acttime",
"type": "uint64"
}
]
}
],
"actions": [
{
"name": "checkin",
"type": "checkin",
"ricardian_contract": ""
},
{
"name": "cls",
"type": "cls",
"ricardian_contract": ""
},
{
"name": "mgrnotice",
"type": "mgrnotice",
"ricardian_contract": ""
}
],
"tables": [
{
"name": "donates",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "donate"
},
{
"name": "logcheckin",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "log_checkin"
},
{
"name": "loghelptotal",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "log_helptotal"
},
{
"name": "notices",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "notice"
}
],
"ricardian_clauses": [],
"error_messages": [],
"abi_extensions": [],
"variants": [],
"action_results": []
}