Vaulta

eosreeladmin

Contract

The data structures defined by this contract.

  • Table row type of globalvars

    {
      "name": "global_var",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "value",
          "type": "uint64"
        }
      ]
    }
  • Table row type of issuestate

    {
      "name": "issuestate",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "miningAmount",
          "type": "uint64"
        },
        {
          "name": "burstMiningAmount",
          "type": "uint64"
        },
        {
          "name": "referralAmount",
          "type": "uint64"
        },
        {
          "name": "burstReferralAmount",
          "type": "uint64"
        }
      ]
    }
  • Table row type of randkeys

    {
      "name": "randkey",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "key",
          "type": "public_key"
        }
      ]
    }
  • Table row type of awtslotbets

    Table row type of awtcrushbets

    Table row type of awtdoorbets

    Table row type of awtpixbets

    {
      "name": "awtbet",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "bet_count",
          "type": "uint64"
        },
        {
          "name": "bettor",
          "type": "name"
        },
        {
          "name": "bet_amount",
          "type": "asset"
        },
        {
          "name": "referral",
          "type": "name"
        },
        {
          "name": "seed",
          "type": "checksum256"
        },
        {
          "name": "reg_time",
          "type": "time_point_sec"
        }
      ]
    }
  • Table row type of slotbets

    Table row type of slothugewins

    Table row type of pendings

    Table row type of pixbets

    Table row type of pixhugewins

    Table row type of pixpendings

    {
      "name": "slotbet",
      "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": "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": "jackpotPayout",
          "type": "uint16"
        },
        {
          "name": "jackpotPayoutAmount",
          "type": "asset"
        },
        {
          "name": "jackpotResult",
          "type": "string"
        },
        {
          "name": "gameResult",
          "type": "string"
        },
        {
          "name": "hashSeed",
          "type": "string"
        },
        {
          "name": "ref",
          "type": "name"
        },
        {
          "name": "sig",
          "type": "signature"
        }
      ]
    }
  • Table row type of crushbets

    Table row type of crushugewins

    Table row type of crushpending

    {
      "name": "crushbet",
      "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": "stage",
          "type": "uint8"
        },
        {
          "name": "number",
          "type": "uint8"
        },
        {
          "name": "jackpotPayoutAmount",
          "type": "asset"
        },
        {
          "name": "gameResult",
          "type": "string"
        },
        {
          "name": "hashSeed",
          "type": "string"
        },
        {
          "name": "ref",
          "type": "name"
        },
        {
          "name": "sig",
          "type": "signature"
        }
      ]
    }
  • 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"
        }
      ]
    }
  • Table row type of doorfreespin

    {
      "name": "doorfreespin",
      "base": "",
      "fields": [
        {
          "name": "bettor",
          "type": "name"
        },
        {
          "name": "oneFreeTotal",
          "type": "uint16"
        },
        {
          "name": "oneFreeCount",
          "type": "uint16"
        },
        {
          "name": "oneFreeTotalPayout",
          "type": "asset"
        },
        {
          "name": "twoFreeTotal",
          "type": "uint16"
        },
        {
          "name": "twoFreeCount",
          "type": "uint16"
        },
        {
          "name": "twoFreeTotalPayout",
          "type": "asset"
        },
        {
          "name": "threeFreeTotal",
          "type": "uint16"
        },
        {
          "name": "threeFreeCount",
          "type": "uint16"
        },
        {
          "name": "threeFreeTotalPayout",
          "type": "asset"
        },
        {
          "name": "fourFreeTotal",
          "type": "uint16"
        },
        {
          "name": "fourFreeCount",
          "type": "uint16"
        },
        {
          "name": "fourFreeTotalPayout",
          "type": "asset"
        }
      ]
    }
  • Table row type of issuedtoken

    {
      "name": "issuedtoken",
      "base": "",
      "fields": [
        {
          "name": "name",
          "type": "symbol_name"
        },
        {
          "name": "mining",
          "type": "uint64"
        },
        {
          "name": "referral",
          "type": "uint64"
        },
        {
          "name": "team",
          "type": "uint64"
        },
        {
          "name": "promotion",
          "type": "uint64"
        }
      ]
    }
  • Table row type of accounts

    {
      "name": "accounts",
      "base": "",
      "fields": [
        {
          "name": "username",
          "type": "name"
        },
        {
          "name": "last_bet_time",
          "type": "uint64"
        },
        {
          "name": "amount",
          "type": "uint64"
        },
        {
          "name": "level",
          "type": "uint8"
        }
      ]
    }
  • Table row type of balances

    {
      "name": "balances",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "house",
          "type": "uint64"
        },
        {
          "name": "saver",
          "type": "uint64"
        },
        {
          "name": "progressive",
          "type": "uint64"
        }
      ]
    }
  • Table row type of crushstages

    {
      "name": "crushstage",
      "base": "",
      "fields": [
        {
          "name": "bettor",
          "type": "name"
        },
        {
          "name": "betAmount",
          "type": "asset"
        },
        {
          "name": "stage",
          "type": "uint8"
        }
      ]
    }
  • Action parameter in init

    {
      "name": "init",
      "base": "",
      "fields": []
    }
  • Action parameter in setglobal

    {
      "name": "setglobal",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "value",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in newrandkey

    {
      "name": "newrandkey",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "key",
          "type": "public_key"
        }
      ]
    }
  • Action parameter in betslot

    {
      "name": "betslot",
      "base": "",
      "fields": [
        {
          "name": "bet_id",
          "type": "uint64"
        },
        {
          "name": "sig",
          "type": "signature"
        }
      ]
    }
  • Action parameter in betcrush

    {
      "name": "betcrush",
      "base": "",
      "fields": [
        {
          "name": "bettor",
          "type": "name"
        },
        {
          "name": "referral",
          "type": "name"
        }
      ]
    }
  • Action parameter in resolvecrush

    {
      "name": "resolvecrush",
      "base": "",
      "fields": [
        {
          "name": "bet_id",
          "type": "uint64"
        },
        {
          "name": "sig",
          "type": "signature"
        }
      ]
    }
  • Action parameter in resolvedoor

    {
      "name": "resolvedoor",
      "base": "",
      "fields": [
        {
          "name": "bet_id",
          "type": "uint64"
        },
        {
          "name": "sig",
          "type": "signature"
        }
      ]
    }
  • Action parameter in resolvepix

    {
      "name": "resolvepix",
      "base": "",
      "fields": [
        {
          "name": "bet_id",
          "type": "uint64"
        },
        {
          "name": "sig",
          "type": "signature"
        }
      ]
    }
  • Action parameter in pay

    {
      "name": "pay",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "gameType",
          "type": "string"
        }
      ]
    }
  • Action parameter in slotreceipt

    {
      "name": "slotreceipt",
      "base": "",
      "fields": [
        {
          "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": "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": "jackpotPayout",
          "type": "uint16"
        },
        {
          "name": "jackpotPayoutAmount",
          "type": "asset"
        },
        {
          "name": "jackpotResult",
          "type": "string"
        },
        {
          "name": "gameResult",
          "type": "string"
        },
        {
          "name": "hashSeed",
          "type": "string"
        },
        {
          "name": "ref",
          "type": "name"
        },
        {
          "name": "sig",
          "type": "signature"
        }
      ]
    }
  • Action parameter in crushreceipt

    {
      "name": "crushreceipt",
      "base": "",
      "fields": [
        {
          "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": "stage",
          "type": "uint8"
        },
        {
          "name": "number",
          "type": "uint8"
        },
        {
          "name": "jackpotPayoutAmount",
          "type": "asset"
        },
        {
          "name": "gameResult",
          "type": "string"
        },
        {
          "name": "hashSeed",
          "type": "string"
        },
        {
          "name": "ref",
          "type": "name"
        },
        {
          "name": "sig",
          "type": "signature"
        }
      ]
    }
  • Action parameter in doorreceipt

    {
      "name": "doorreceipt",
      "base": "",
      "fields": [
        {
          "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"
        }
      ]
    }
  • Action parameter in pixreceipt

    {
      "name": "pixreceipt",
      "base": "",
      "fields": [
        {
          "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": "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": "jackpotPayout",
          "type": "uint16"
        },
        {
          "name": "jackpotPayoutAmount",
          "type": "asset"
        },
        {
          "name": "jackpotResult",
          "type": "string"
        },
        {
          "name": "gameResult",
          "type": "string"
        },
        {
          "name": "hashSeed",
          "type": "string"
        },
        {
          "name": "ref",
          "type": "name"
        },
        {
          "name": "sig",
          "type": "signature"
        }
      ]
    }
  • Action parameter in payoutcrush

    {
      "name": "payoutcrush",
      "base": "",
      "fields": [
        {
          "name": "bettor",
          "type": "name"
        }
      ]
    }
  • Action parameter in withdrawal

    {
      "name": "withdrawal",
      "base": "",
      "fields": []
    }