
The data structures defined by this contract.
Table row type of packglobal
{ "name": "st_eosgame_global", "base": "", "fields": [ { "name": "recharge_id", "type": "uint64" }, { "name": "withdraw_id", "type": "uint64" } ] }
Table row type of redprecharge
{ "name": "user_recharge_1", "base": "", "fields": [ { "name": "recharge_id", "type": "uint64" }, { "name": "transction_id", "type": "checksum256" }, { "name": "user", "type": "name" }, { "name": "amount", "type": "uint64" }, { "name": "timestap", "type": "uint64" }, { "name": "shit", "type": "uint64" } ] }
Table row type of redwithdraw
{ "name": "user_withdraw_1", "base": "", "fields": [ { "name": "withdraw_id", "type": "uint64" }, { "name": "user", "type": "name" }, { "name": "amount", "type": "uint64" }, { "name": "timestap", "type": "uint64" }, { "name": "other", "type": "uint64" } ] }
-
{ "name": "withdraw", "base": "", "fields": [ { "name": "account", "type": "name" }, { "name": "balance", "type": "uint64" } ] }