
The data structures defined by this contract.
-
{ "name": "bet", "base": "", "fields": [ { "name": "key", "type": "uint64" }, { "name": "house_owner", "type": "name" }, { "name": "house_key", "type": "uint64" }, { "name": "bet_timestamp", "type": "uint64" }, { "name": "result_timestamp", "type": "uint64" }, { "name": "straight", "type": "straight[]" }, { "name": "split", "type": "split[]" }, { "name": "street", "type": "street[]" }, { "name": "first_four_bet", "type": "uint64" }, { "name": "corner", "type": "corner[]" }, { "name": "sixline", "type": "sixline[]" }, { "name": "first_dozen_bet", "type": "uint64" }, { "name": "second_dozen_bet", "type": "uint64" }, { "name": "third_dozen_bet", "type": "uint64" }, { "name": "column1_bet", "type": "uint64" }, { "name": "column2_bet", "type": "uint64" }, { "name": "column3_bet", "type": "uint64" }, { "name": "red_bet", "type": "uint64" }, { "name": "black_bet", "type": "uint64" }, { "name": "lower_numbers_bet", "type": "uint64" }, { "name": "high_numbers_bet", "type": "uint64" }, { "name": "even_bet", "type": "uint64" }, { "name": "odd_bet", "type": "uint64" }, { "name": "payout", "type": "payout" }, { "name": "total_bet", "type": "extended_asset" }, { "name": "total_payout", "type": "extended_asset" }, { "name": "salt", "type": "uint64" }, { "name": "result", "type": "int32" } ] }
-
{ "name": "corner", "base": "", "fields": [ { "name": "numbers", "type": "int32[]" }, { "name": "bet", "type": "uint64" } ] }
-
{ "name": "downline", "base": "", "fields": [ { "name": "level", "type": "int8" }, { "name": "user", "type": "name" }, { "name": "profits", "type": "extended_asset[]" } ] }
Struct property of house
Struct property of newbet
Struct property of newhouse
Struct property of tophouse
{ "name": "extended_symbol", "base": "", "fields": [ { "name": "sym", "type": "symbol" }, { "name": "contract", "type": "name" } ] }
-
{ "name": "house", "base": "", "fields": [ { "name": "key", "type": "uint64" }, { "name": "ext_symbol", "type": "extended_symbol" }, { "name": "balance", "type": "extended_asset" } ] }
Action parameter in housecreate
{ "name": "housecreate", "base": "", "fields": [ { "name": "owner", "type": "name" }, { "name": "token_account", "type": "string" }, { "name": "token_symbol_code", "type": "string" }, { "name": "token_precision", "type": "uint8" } ] }
Action parameter in housedelete
{ "name": "housedelete", "base": "", "fields": [ { "name": "owner", "type": "name" }, { "name": "house_id", "type": "uint64" } ] }
Action parameter in housewithdrw
{ "name": "housewithdrw", "base": "", "fields": [ { "name": "owner", "type": "name" }, { "name": "house_id", "type": "uint64" } ] }
Action parameter in inittophouse
{ "name": "inittophouse", "base": "", "fields": [] }
-
{ "name": "join", "base": "", "fields": [ { "name": "user", "type": "name" }, { "name": "refer1", "type": "name" } ] }
-
{ "name": "member", "base": "", "fields": [ { "name": "user", "type": "name" }, { "name": "timestamp", "type": "uint64" }, { "name": "ml_refers", "type": "name[]" }, { "name": "ml_paid_profits", "type": "extended_asset[]" }, { "name": "ml_unpaid_profits", "type": "extended_asset[]" }, { "name": "ml_total_profits", "type": "extended_asset[]" } ] }
Action parameter in mlwithdraw
{ "name": "mlwithdraw", "base": "", "fields": [ { "name": "user", "type": "name" } ] }
-
{ "name": "n", "base": "", "fields": [] }
-
{ "name": "newbet", "base": "", "fields": [ { "name": "key", "type": "uint64" }, { "name": "timestamp", "type": "uint64" }, { "name": "bet_timestamp", "type": "uint64" }, { "name": "result_timestamp", "type": "uint64" }, { "name": "house_owner", "type": "name" }, { "name": "house_key", "type": "uint64" }, { "name": "ext_symbol", "type": "extended_symbol" }, { "name": "house_balance", "type": "extended_asset" }, { "name": "player", "type": "name" }, { "name": "total_bet", "type": "extended_asset" }, { "name": "is_player_win", "type": "bool" }, { "name": "result", "type": "int32" }, { "name": "total_payout", "type": "extended_asset" }, { "name": "profit", "type": "extended_asset" } ] }
-
{ "name": "newhouse", "base": "", "fields": [ { "name": "key", "type": "uint64" }, { "name": "owner", "type": "name" }, { "name": "house_key", "type": "uint64" }, { "name": "ext_symbol", "type": "extended_symbol" } ] }
-
{ "name": "news", "base": "", "fields": [ { "name": "to", "type": "name[]" }, { "name": "en", "type": "string" }, { "name": "cn", "type": "string" } ] }
-
{ "name": "payout", "base": "", "fields": [ { "name": "straight", "type": "uint64" }, { "name": "split", "type": "uint64" }, { "name": "street", "type": "uint64" }, { "name": "first_four", "type": "uint64" }, { "name": "corner", "type": "uint64" }, { "name": "sixline", "type": "uint64" }, { "name": "first_dozen", "type": "uint64" }, { "name": "second_dozen", "type": "uint64" }, { "name": "third_dozen", "type": "uint64" }, { "name": "column1", "type": "uint64" }, { "name": "column2", "type": "uint64" }, { "name": "column3", "type": "uint64" }, { "name": "red", "type": "uint64" }, { "name": "black", "type": "uint64" }, { "name": "lower_numbers", "type": "uint64" }, { "name": "high_numbers", "type": "uint64" }, { "name": "even", "type": "uint64" }, { "name": "odd", "type": "uint64" } ] }
-
{ "name": "placebet", "base": "", "fields": [ { "name": "player", "type": "name" }, { "name": "house_owner", "type": "name" }, { "name": "house_key", "type": "uint64" }, { "name": "straight", "type": "straight[]" }, { "name": "split", "type": "split[]" }, { "name": "street", "type": "street[]" }, { "name": "first_four_bet", "type": "uint64" }, { "name": "corner", "type": "corner[]" }, { "name": "sixline", "type": "sixline[]" }, { "name": "first_dozen_bet", "type": "uint64" }, { "name": "second_dozen_bet", "type": "uint64" }, { "name": "third_dozen_bet", "type": "uint64" }, { "name": "column1_bet", "type": "uint64" }, { "name": "column2_bet", "type": "uint64" }, { "name": "column3_bet", "type": "uint64" }, { "name": "red_bet", "type": "uint64" }, { "name": "black_bet", "type": "uint64" }, { "name": "lower_numbers_bet", "type": "uint64" }, { "name": "high_numbers_bet", "type": "uint64" }, { "name": "even_bet", "type": "uint64" }, { "name": "odd_bet", "type": "uint64" } ] }
-
{ "name": "popbet", "base": "", "fields": [ { "name": "count", "type": "int32" }, { "name": "player", "type": "name" } ] }
Action parameter in popdownline
{ "name": "popdownline", "base": "", "fields": [ { "name": "count", "type": "int32" }, { "name": "scope", "type": "name" } ] }
-
{ "name": "pophouse", "base": "", "fields": [ { "name": "count", "type": "int32" }, { "name": "owner", "type": "name" } ] }
-
{ "name": "popmember", "base": "", "fields": [ { "name": "count", "type": "int32" } ] }
-
{ "name": "popnewbet", "base": "", "fields": [ { "name": "count", "type": "int32" } ] }
Action parameter in popnewhouse
{ "name": "popnewhouse", "base": "", "fields": [ { "name": "count", "type": "int32" } ] }
Action parameter in poptophouse
{ "name": "poptophouse", "base": "", "fields": [ { "name": "count", "type": "int32" } ] }
-
{ "name": "sixline", "base": "", "fields": [ { "name": "numbers", "type": "int32[]" }, { "name": "bet", "type": "uint64" } ] }
-
{ "name": "split", "base": "", "fields": [ { "name": "numbers", "type": "int32[]" }, { "name": "bet", "type": "uint64" } ] }
-
{ "name": "straight", "base": "", "fields": [ { "name": "number", "type": "int32" }, { "name": "bet", "type": "uint64" } ] }
-
{ "name": "street", "base": "", "fields": [ { "name": "numbers", "type": "int32[]" }, { "name": "bet", "type": "uint64" } ] }
-
{ "name": "tophouse", "base": "", "fields": [ { "name": "key", "type": "uint64" }, { "name": "ext_symbol", "type": "extended_symbol" }, { "name": "house_owner", "type": "name" }, { "name": "house_key", "type": "uint64" }, { "name": "house_balance", "type": "extended_asset" } ] }