Vaulta

skrxeosxdice

Contract

  • Table row type of activebets

    Table row type of highbets

    Table row type of largebets

    Table row type of nowroundbets

    {
      "name": "bet",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "bet_id",
          "type": "uint64"
        },
        {
          "name": "contract",
          "type": "name"
        },
        {
          "name": "bettor",
          "type": "name"
        },
        {
          "name": "inviter",
          "type": "name"
        },
        {
          "name": "bet_amt",
          "type": "uint64"
        },
        {
          "name": "payout",
          "type": "asset[]"
        },
        {
          "name": "roll_type",
          "type": "uint8"
        },
        {
          "name": "roll_border",
          "type": "uint64"
        },
        {
          "name": "roll_value",
          "type": "uint64"
        },
        {
          "name": "seed",
          "type": "checksum256"
        },
        {
          "name": "time",
          "type": "time_point_sec"
        }
      ]
    }