
The data structures defined by this contract.
-
{ "name": "calbonus", "base": "", "fields": [ { "name": "invest_id", "type": "uint64" }, { "name": "offset", "type": "uint64" } ] }
Action parameter in calrecommend
{ "name": "calrecommend", "base": "", "fields": [ { "name": "user_id", "type": "uint64" }, { "name": "offset", "type": "uint64" } ] }
-
{ "name": "doline", "base": "", "fields": [ { "name": "invest_id", "type": "uint64" }, { "name": "offset", "type": "uint64" } ] }
-
{ "name": "reset", "base": "", "fields": [ { "name": "user_id", "type": "uint64" }, { "name": "offset", "type": "uint64" } ] }
-
{ "name": "sendaward", "base": "", "fields": [ { "name": "user_id", "type": "uint64" }, { "name": "offset", "type": "uint64" } ] }
Table row type of fomouser
{ "name": "st_win_fomouser", "base": "", "fields": [ { "name": "fomo_id", "type": "uint64" }, { "name": "player", "type": "name" }, { "name": "amount", "type": "uint64" }, { "name": "timestamp", "type": "uint64" } ] }
Table row type of winglobal
{ "name": "st_win_global", "base": "", "fields": [ { "name": "total_money", "type": "uint64" }, { "name": "invest_id", "type": "uint64" }, { "name": "user_id", "type": "uint64" }, { "name": "daily_limit_amount", "type": "uint64" }, { "name": "line_amount", "type": "uint64" }, { "name": "curday_amount", "type": "uint64" }, { "name": "lastinvest_day", "type": "uint64" } ] }
Table row type of wininvest
{ "name": "st_win_invest", "base": "", "fields": [ { "name": "invest_id", "type": "uint64" }, { "name": "player", "type": "string" }, { "name": "amount", "type": "uint64" }, { "name": "timestamp", "type": "uint64" }, { "name": "lastbonus_time", "type": "uint64" }, { "name": "invite_code", "type": "string" }, { "name": "status", "type": "uint8" }, { "name": "times", "type": "uint32" } ] }
Table row type of winrecord
{ "name": "st_win_record", "base": "", "fields": [ { "name": "record_id", "type": "uint64" }, { "name": "player", "type": "string" }, { "name": "amount", "type": "uint64" }, { "name": "type", "type": "string" }, { "name": "timestamp", "type": "uint64" } ] }
Table row type of winuser
{ "name": "st_win_user", "base": "", "fields": [ { "name": "player", "type": "name" }, { "name": "user_id", "type": "uint64" }, { "name": "free_amount", "type": "uint64" }, { "name": "freeze_amount", "type": "uint64" }, { "name": "recharge_amount", "type": "uint64" }, { "name": "withdraw_amount", "type": "uint64" }, { "name": "invite_amount", "type": "uint64" }, { "name": "bonus_amount", "type": "uint64" }, { "name": "day_invite_amount", "type": "uint64" }, { "name": "day_bonus_amount", "type": "uint64" }, { "name": "line_amount", "type": "uint64" }, { "name": "level", "type": "uint8" }, { "name": "line_level", "type": "uint8" }, { "name": "timestamp", "type": "uint64" }, { "name": "invite_code", "type": "string" }, { "name": "invite_counter", "type": "uint64" }, { "name": "status", "type": "uint8" }, { "name": "lastrecommend_time", "type": "uint64" } ] }
Action parameter in updateline
{ "name": "updateline", "base": "", "fields": [ { "name": "amount", "type": "uint64" } ] }
-
{ "name": "withdraw", "base": "", "fields": [ { "name": "account", "type": "name" } ] }