Vaulta

eosreeladmin

Contract

  • Table row type of doorbets

    Table row type of doorhugewins

    Table row type of doorpendings

    {
      "name": "doorbet",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "timestamp",
          "type": "uint64"
        },
        {
          "name": "betId",
          "type": "uint64"
        },
        {
          "name": "betCount",
          "type": "uint64"
        },
        {
          "name": "bettor",
          "type": "name"
        },
        {
          "name": "betAmount",
          "type": "asset"
        },
        {
          "name": "payoutAmount",
          "type": "asset"
        },
        {
          "name": "gameType",
          "type": "string"
        },
        {
          "name": "freeSpinCount",
          "type": "uint16"
        },
        {
          "name": "freeSpinTotal",
          "type": "uint16"
        },
        {
          "name": "freeSpinsPayoutAmount",
          "type": "asset"
        },
        {
          "name": "gameHashPattern",
          "type": "string"
        },
        {
          "name": "gameSymbolPattern",
          "type": "string[]"
        },
        {
          "name": "winLinePattern",
          "type": "uint8[]"
        },
        {
          "name": "winSymbol",
          "type": "string[]"
        },
        {
          "name": "winSymbolPattern",
          "type": "string[]"
        },
        {
          "name": "winSymbolIndex",
          "type": "string[]"
        },
        {
          "name": "winSymbolCount",
          "type": "uint8[]"
        },
        {
          "name": "winLinePayout",
          "type": "string[]"
        },
        {
          "name": "winLinePayoutAmount",
          "type": "asset[]"
        },
        {
          "name": "winTotalLine",
          "type": "uint8"
        },
        {
          "name": "jackpotCount",
          "type": "uint8"
        },
        {
          "name": "jackpotResult",
          "type": "string"
        },
        {
          "name": "gameResult",
          "type": "string"
        },
        {
          "name": "hashSeed",
          "type": "string"
        },
        {
          "name": "ref",
          "type": "name"
        },
        {
          "name": "sig",
          "type": "signature"
        }
      ]
    }