{
"version": "eosio::abi/1.1",
"types": [],
"structs": [
{
"name": "clearing",
"base": "",
"fields": [
{
"name": "gid",
"type": "uint64"
}
]
},
{
"name": "dong",
"base": "",
"fields": [
{
"name": "user",
"type": "name"
}
]
},
{
"name": "games",
"base": "",
"fields": [
{
"name": "pid",
"type": "uint64"
},
{
"name": "user",
"type": "name"
},
{
"name": "last_play",
"type": "uint32"
},
{
"name": "times",
"type": "uint32"
},
{
"name": "reward",
"type": "asset"
},
{
"name": "payment",
"type": "uint32"
}
]
},
{
"name": "log",
"base": "",
"fields": [
{
"name": "player",
"type": "name"
},
{
"name": "logs",
"type": "string"
}
]
},
{
"name": "status",
"base": "",
"fields": [
{
"name": "gid",
"type": "uint64"
},
{
"name": "start",
"type": "uint32"
},
{
"name": "end",
"type": "uint32"
},
{
"name": "count",
"type": "uint32"
},
{
"name": "winid",
"type": "uint32"
},
{
"name": "over",
"type": "uint32"
}
]
}
],
"actions": [
{
"name": "clearing",
"type": "clearing",
"ricardian_contract": ""
},
{
"name": "dong",
"type": "dong",
"ricardian_contract": ""
},
{
"name": "log",
"type": "log",
"ricardian_contract": ""
}
],
"tables": [
{
"name": "games",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "games"
},
{
"name": "status",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "status"
}
],
"ricardian_clauses": [],
"error_messages": [],
"abi_extensions": [],
"variants": [],
"action_results": []
}