Vaulta

hundredxrekt

Contract

  • Action parameter in setconfig

    {
      "name": "setconfig",
      "base": "",
      "fields": [
        {
          "name": "game_duration_seconds",
          "type": "uint64"
        },
        {
          "name": "paused",
          "type": "bool"
        },
        {
          "name": "bets_to_process",
          "type": "uint16"
        },
        {
          "name": "monkey_delta",
          "type": "float32"
        },
        {
          "name": "jackpot_duration_seconds",
          "type": "uint64"
        },
        {
          "name": "referrer_percentage",
          "type": "float64"
        }
      ]
    }