
The data structures defined by this contract.
-
{ "name": "claim", "base": "", "fields": [ { "name": "account", "type": "name" } ] }
Action parameter in lockreward
{ "name": "lockreward", "base": "", "fields": [ { "name": "step", "type": "uint64" } ] }
-
{ "name": "release", "base": "", "fields": [] }
-
{ "name": "remove", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "type", "type": "uint8" } ] }
Table row type of gameorders
{ "name": "st_game_order", "base": "", "fields": [ { "name": "order_id", "type": "uint64" }, { "name": "account", "type": "name" }, { "name": "quantity", "type": "asset" }, { "name": "timestamp", "type": "uint64" }, { "name": "status", "type": "uint8" } ] }
Table row type of lockinfo
{ "name": "st_lock_info", "base": "", "fields": [ { "name": "counter", "type": "uint64" }, { "name": "release_time", "type": "uint64" } ] }
Table row type of lockuser
{ "name": "st_lock_user", "base": "", "fields": [ { "name": "account", "type": "name" }, { "name": "ones", "type": "asset" }, { "name": "unclaimed", "type": "asset" }, { "name": "claimed", "type": "asset" }, { "name": "counter", "type": "uint64" } ] }
Table row type of luckydraw
{ "name": "st_lucky_global", "base": "", "fields": [ { "name": "draw_time", "type": "uint64" }, { "name": "balance", "type": "uint64" }, { "name": "counter", "type": "uint64" }, { "name": "factor", "type": "uint32" } ] }
Table row type of luckyrecords
{ "name": "st_lucky_record", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "player", "type": "name" }, { "name": "draw_time", "type": "uint64" }, { "name": "amount", "type": "uint64" } ] }
Table row type of luckyusers
{ "name": "st_lucky_user", "base": "", "fields": [ { "name": "player", "type": "name" }, { "name": "draw_time", "type": "uint64" }, { "name": "amount", "type": "uint64" }, { "name": "counter", "type": "uint32" }, { "name": "limit", "type": "uint8" } ] }
Table row type of onesorders
{ "name": "st_ones_order", "base": "", "fields": [ { "name": "order_id", "type": "uint64" }, { "name": "account", "type": "name" }, { "name": "quantity", "type": "asset" }, { "name": "timestamp", "type": "uint64" }, { "name": "status", "type": "uint8" } ] }
Table row type of onesusers
{ "name": "st_ones_user", "base": "", "fields": [ { "name": "order_id", "type": "uint64" }, { "name": "user_id", "type": "uint64" }, { "name": "account", "type": "name" }, { "name": "quantity", "type": "asset" }, { "name": "status", "type": "uint8" }, { "name": "timestamp", "type": "uint64" } ] }
Table row type of stakeinfo
{ "name": "st_stake_info", "base": "", "fields": [ { "name": "ones1", "type": "asset" }, { "name": "ones2", "type": "asset" } ] }
Table row type of stakeuser1
{ "name": "st_stake_user1", "base": "", "fields": [ { "name": "account", "type": "name" }, { "name": "ones", "type": "asset" }, { "name": "reward", "type": "asset" }, { "name": "status", "type": "uint64" } ] }
Table row type of stakeuser2
{ "name": "st_stake_user2", "base": "", "fields": [ { "name": "account", "type": "name" }, { "name": "ones", "type": "asset" }, { "name": "reward", "type": "asset" }, { "name": "status", "type": "uint64" } ] }
-
{ "name": "withdraw", "base": "", "fields": [ { "name": "account", "type": "uint64" }, { "name": "amount", "type": "uint64" } ] }