Vaulta

hundredxrekt

Contract

  • Table row type of config

    {
      "name": "config",
      "base": "",
      "fields": [
        {
          "name": "current_game_id",
          "type": "uint64"
        },
        {
          "name": "current_bet_id",
          "type": "uint64"
        },
        {
          "name": "game_duration",
          "type": "microseconds"
        },
        {
          "name": "paused",
          "type": "bool"
        },
        {
          "name": "bets_to_process",
          "type": "uint16"
        },
        {
          "name": "monkey_delta_4_decimals",
          "type": "uint32"
        },
        {
          "name": "jackpot_duration",
          "type": "microseconds"
        },
        {
          "name": "referrer_percentage",
          "type": "float64"
        }
      ]
    }