{
"version": "eosio::abi/1.0",
"types": [],
"structs": [
{
"name": "uniqueid",
"base": "",
"fields": [
{
"name": "id",
"type": "uint64"
},
{
"name": "uid",
"type": "uint64"
}
]
},
{
"name": "payrecord",
"base": "",
"fields": [
{
"name": "order_id",
"type": "uint64"
},
{
"name": "to",
"type": "name"
},
{
"name": "quantity",
"type": "asset"
},
{
"name": "order_time",
"type": "uint32"
}
]
},
{
"name": "gameplayer",
"base": "",
"fields": [
{
"name": "status",
"type": "uint32"
},
{
"name": "update_time",
"type": "uint32"
},
{
"name": "uid",
"type": "uint64"
},
{
"name": "cid",
"type": "uint64"
},
{
"name": "acc_id",
"type": "uint64"
},
{
"name": "ex_data",
"type": "string"
}
]
},
{
"name": "notice",
"base": "",
"fields": [
{
"name": "notice_time",
"type": "uint32"
},
{
"name": "notice_id",
"type": "uint64"
},
{
"name": "content",
"type": "string"
}
]
},
{
"name": "forbid",
"base": "",
"fields": [
{
"name": "id",
"type": "name"
},
{
"name": "add_time",
"type": "uint32"
},
{
"name": "type",
"type": "uint8"
}
]
},
{
"name": "betcid",
"base": "",
"fields": [
{
"name": "cid",
"type": "uint64"
}
]
},
{
"name": "lotteryinfo",
"base": "",
"fields": [
{
"name": "id",
"type": "uint64"
},
{
"name": "action_id",
"type": "uint32"
},
{
"name": "end_time",
"type": "uint32"
},
{
"name": "block_id",
"type": "uint64"
},
{
"name": "status",
"type": "uint8"
},
{
"name": "seed_hash",
"type": "string"
},
{
"name": "no",
"type": "string"
},
{
"name": "lottery_data",
"type": "string"
},
{
"name": "memo",
"type": "string"
}
]
},
{
"name": "actbet",
"base": "",
"fields": [
{
"name": "acc_id",
"type": "uint64"
},
{
"name": "uid",
"type": "uint64"
},
{
"name": "bet",
"type": "asset"
},
{
"name": "cid",
"type": "uint64"
},
{
"name": "act_time",
"type": "uint32"
},
{
"name": "bet_info",
"type": "string"
},
{
"name": "trx_id",
"type": "checksum256"
}
]
},
{
"name": "removeitem",
"base": "",
"fields": [
{
"name": "table_name",
"type": "uint8"
},
{
"name": "id_list",
"type": "string"
}
]
},
{
"name": "updatelotery",
"base": "",
"fields": [
{
"name": "action_id",
"type": "uint32"
},
{
"name": "end_time",
"type": "uint32"
},
{
"name": "block_id",
"type": "uint64"
},
{
"name": "status",
"type": "uint8"
},
{
"name": "seed_hash",
"type": "string"
},
{
"name": "no",
"type": "string"
},
{
"name": "lottery_data",
"type": "string"
},
{
"name": "memo",
"type": "string"
}
]
},
{
"name": "updateplayer",
"base": "",
"fields": [
{
"name": "player",
"type": "uint64"
},
{
"name": "cid",
"type": "uint64"
},
{
"name": "uid",
"type": "uint64"
},
{
"name": "info",
"type": "string"
}
]
},
{
"name": "payeos",
"base": "",
"fields": [
{
"name": "to",
"type": "name"
},
{
"name": "quantity",
"type": "asset"
},
{
"name": "memo",
"type": "string"
},
{
"name": "order_id",
"type": "uint64"
}
]
},
{
"name": "payblue",
"base": "",
"fields": [
{
"name": "to",
"type": "name"
},
{
"name": "quantity",
"type": "asset"
},
{
"name": "memo",
"type": "string"
},
{
"name": "order_id",
"type": "uint64"
}
]
},
{
"name": "sendnotice",
"base": "",
"fields": [
{
"name": "notice_id",
"type": "uint64"
},
{
"name": "content",
"type": "string"
}
]
},
{
"name": "addforbid",
"base": "",
"fields": [
{
"name": "player",
"type": "name"
},
{
"name": "type",
"type": "uint8"
}
]
},
{
"name": "cleardb",
"base": "",
"fields": []
}
],
"actions": [
{
"name": "removeitem",
"type": "removeitem",
"ricardian_contract": ""
},
{
"name": "updatelotery",
"type": "updatelotery",
"ricardian_contract": ""
},
{
"name": "updateplayer",
"type": "updateplayer",
"ricardian_contract": ""
},
{
"name": "payeos",
"type": "payeos",
"ricardian_contract": ""
},
{
"name": "payblue",
"type": "payblue",
"ricardian_contract": ""
},
{
"name": "sendnotice",
"type": "sendnotice",
"ricardian_contract": ""
},
{
"name": "addforbid",
"type": "addforbid",
"ricardian_contract": ""
},
{
"name": "cleardb",
"type": "cleardb",
"ricardian_contract": ""
}
],
"tables": [
{
"name": "uidtb",
"index_type": "i64",
"key_names": [
"id"
],
"key_types": [
"uint64"
],
"type": "uniqueid"
},
{
"name": "payrecordtb",
"index_type": "i64",
"key_names": [
"order_id"
],
"key_types": [
"uint64"
],
"type": "payrecord"
},
{
"name": "playertb",
"index_type": "i64",
"key_names": [
"status",
"update_time"
],
"key_types": [
"uint32",
"uint32"
],
"type": "gameplayer"
},
{
"name": "noticetb",
"index_type": "i64",
"key_names": [
"notice_time",
"notice_id"
],
"key_types": [
"uint32",
"uint64"
],
"type": "notice"
},
{
"name": "forbidtb",
"index_type": "i64",
"key_names": [
"id"
],
"key_types": [
"name"
],
"type": "forbid"
},
{
"name": "cidtb",
"index_type": "i64",
"key_names": [
"cid"
],
"key_types": [
"uint64"
],
"type": "betcid"
},
{
"name": "lotterytb",
"index_type": "i64",
"key_names": [
"id"
],
"key_types": [
"uint64"
],
"type": "lotteryinfo"
},
{
"name": "actbettb",
"index_type": "i64",
"key_names": [
"acc_id"
],
"key_types": [
"uint64"
],
"type": "actbet"
}
],
"ricardian_clauses": [],
"error_messages": [],
"abi_extensions": [],
"variants": [],
"action_results": []
}