Vaulta

bankerbet111

Contract

The data structures defined by this contract.

  • Table row type of bets

    {
      "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"
        }
      ]
    }
  • Struct property of bet

    Struct property of placebet

    {
      "name": "corner",
      "base": "",
      "fields": [
        {
          "name": "numbers",
          "type": "int32[]"
        },
        {
          "name": "bet",
          "type": "uint64"
        }
      ]
    }
  • Table row type of downlines

    {
      "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"
        }
      ]
    }
  • Table row type of houses

    {
      "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": []
    }
  • Action parameter in join

    {
      "name": "join",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "refer1",
          "type": "name"
        }
      ]
    }
  • Table row type of members

    {
      "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"
        }
      ]
    }
  • n

    Action parameter in n

    {
      "name": "n",
      "base": "",
      "fields": []
    }
  • Table row type of newbets

    {
      "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"
        }
      ]
    }
  • Table row type of newhouses

    {
      "name": "newhouse",
      "base": "",
      "fields": [
        {
          "name": "key",
          "type": "uint64"
        },
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "house_key",
          "type": "uint64"
        },
        {
          "name": "ext_symbol",
          "type": "extended_symbol"
        }
      ]
    }
  • Action parameter in news

    {
      "name": "news",
      "base": "",
      "fields": [
        {
          "name": "to",
          "type": "name[]"
        },
        {
          "name": "en",
          "type": "string"
        },
        {
          "name": "cn",
          "type": "string"
        }
      ]
    }
  • Struct property of bet

    {
      "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"
        }
      ]
    }
  • Action parameter in placebet

    {
      "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"
        }
      ]
    }
  • Action parameter in popbet

    {
      "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"
        }
      ]
    }
  • Action parameter in pophouse

    {
      "name": "pophouse",
      "base": "",
      "fields": [
        {
          "name": "count",
          "type": "int32"
        },
        {
          "name": "owner",
          "type": "name"
        }
      ]
    }
  • Action parameter in popmember

    {
      "name": "popmember",
      "base": "",
      "fields": [
        {
          "name": "count",
          "type": "int32"
        }
      ]
    }
  • Action parameter in popnewbet

    {
      "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"
        }
      ]
    }
  • Struct property of bet

    Struct property of placebet

    {
      "name": "sixline",
      "base": "",
      "fields": [
        {
          "name": "numbers",
          "type": "int32[]"
        },
        {
          "name": "bet",
          "type": "uint64"
        }
      ]
    }
  • Struct property of bet

    Struct property of placebet

    {
      "name": "split",
      "base": "",
      "fields": [
        {
          "name": "numbers",
          "type": "int32[]"
        },
        {
          "name": "bet",
          "type": "uint64"
        }
      ]
    }
  • Struct property of bet

    Struct property of placebet

    {
      "name": "straight",
      "base": "",
      "fields": [
        {
          "name": "number",
          "type": "int32"
        },
        {
          "name": "bet",
          "type": "uint64"
        }
      ]
    }
  • Struct property of bet

    Struct property of placebet

    {
      "name": "street",
      "base": "",
      "fields": [
        {
          "name": "numbers",
          "type": "int32[]"
        },
        {
          "name": "bet",
          "type": "uint64"
        }
      ]
    }
  • Table row type of tophouses

    {
      "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"
        }
      ]
    }