Vaulta

eosjobcasino

Contract

The data structures defined by this contract.

  • Table row type of bannedplayer

    {
      "name": "bannedplayer",
      "base": "",
      "fields": [
        {
          "name": "accountname",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in banplayer

    {
      "name": "banplayer",
      "base": "",
      "fields": [
        {
          "name": "account",
          "type": "name"
        }
      ]
    }
  • Action parameter in delplayergame

    {
      "name": "delplayergame",
      "base": "",
      "fields": [
        {
          "name": "account",
          "type": "name"
        }
      ]
    }
  • Action parameter in drawcards

    {
      "name": "drawcards",
      "base": "",
      "fields": [
        {
          "name": "account",
          "type": "name"
        },
        {
          "name": "cardschoice",
          "type": "uint8[]"
        }
      ]
    }
  • Action parameter in getreferral

    {
      "name": "getreferral",
      "base": "",
      "fields": [
        {
          "name": "account",
          "type": "name"
        }
      ]
    }
  • Table row type of jackpot

    {
      "name": "jackpot",
      "base": "",
      "fields": [
        {
          "name": "jackpotid",
          "type": "uint64"
        },
        {
          "name": "jackpotamt",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in payoutwin

    {
      "name": "payoutwin",
      "base": "",
      "fields": [
        {
          "name": "trxid",
          "type": "uint64"
        }
      ]
    }
  • Table row type of playergame

    {
      "name": "playergame",
      "base": "",
      "fields": [
        {
          "name": "accountname",
          "type": "uint64"
        },
        {
          "name": "referral",
          "type": "uint64"
        },
        {
          "name": "trxid",
          "type": "uint64"
        },
        {
          "name": "state",
          "type": "uint64"
        },
        {
          "name": "lastbettime",
          "type": "time_point_sec"
        },
        {
          "name": "dealtcards",
          "type": "uint64[]"
        },
        {
          "name": "cardschoice",
          "type": "uint8[]"
        },
        {
          "name": "finalcards",
          "type": "uint64[]"
        },
        {
          "name": "betamount",
          "type": "uint64[]"
        },
        {
          "name": "winamount",
          "type": "uint64[]"
        },
        {
          "name": "wintype",
          "type": "uint8[]"
        },
        {
          "name": "candoubleamount",
          "type": "uint64"
        },
        {
          "name": "doubleupcards",
          "type": "uint64[]"
        }
      ]
    }
  • Table row type of referrals

    {
      "name": "referrals",
      "base": "",
      "fields": [
        {
          "name": "accountname",
          "type": "uint64"
        },
        {
          "name": "referralamount",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in refundbet

    {
      "name": "refundbet",
      "base": "",
      "fields": [
        {
          "name": "account",
          "type": "name"
        },
        {
          "name": "trxid",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in resolvebet

    {
      "name": "resolvebet",
      "base": "",
      "fields": [
        {
          "name": "account",
          "type": "name"
        },
        {
          "name": "trxid",
          "type": "uint64"
        },
        {
          "name": "state",
          "type": "uint8"
        },
        {
          "name": "seeds",
          "type": "uint64[]"
        }
      ]
    }
  • Action parameter in setconfig

    {
      "name": "setconfig",
      "base": "",
      "fields": [
        {
          "name": "pauseDeal",
          "type": "bool"
        },
        {
          "name": "pauseDraw",
          "type": "bool"
        },
        {
          "name": "minBet",
          "type": "uint64"
        },
        {
          "name": "maxBet",
          "type": "uint64"
        },
        {
          "name": "payLookup",
          "type": "uint16[]"
        }
      ]
    }
  • Action parameter in setjackpot

    {
      "name": "setjackpot",
      "base": "",
      "fields": [
        {
          "name": "jackpotamt",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in setreferral

    {
      "name": "setreferral",
      "base": "",
      "fields": [
        {
          "name": "receiver",
          "type": "name"
        },
        {
          "name": "amount",
          "type": "uint64"
        }
      ]
    }
  • Table row type of systemconfig

    {
      "name": "systemconfig",
      "base": "",
      "fields": [
        {
          "name": "systemconfigid",
          "type": "uint64"
        },
        {
          "name": "dealpaused",
          "type": "bool"
        },
        {
          "name": "drawpaused",
          "type": "bool"
        },
        {
          "name": "trxid",
          "type": "uint64"
        },
        {
          "name": "totalbet",
          "type": "uint64"
        },
        {
          "name": "totalwin",
          "type": "uint64"
        },
        {
          "name": "totalliability",
          "type": "uint64"
        },
        {
          "name": "totalheldbonus",
          "type": "uint64"
        },
        {
          "name": "minbetamount",
          "type": "uint64"
        },
        {
          "name": "maxbetamount",
          "type": "uint64"
        },
        {
          "name": "paylookup",
          "type": "uint16[]"
        }
      ]
    }
  • Table row type of winnings

    {
      "name": "winnings",
      "base": "",
      "fields": [
        {
          "name": "trxid",
          "type": "uint64"
        },
        {
          "name": "accountname",
          "type": "uint64"
        },
        {
          "name": "winamount",
          "type": "uint64"
        }
      ]
    }