Vaulta

clustergame2

Contract

  • Table row type of gameconf

    {
      "name": "conf",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "tokens_ttl",
          "type": "uint64"
        },
        {
          "name": "tokens_issued",
          "type": "uint64"
        },
        {
          "name": "tokens_refunded",
          "type": "uint64"
        },
        {
          "name": "value",
          "type": "uint64"
        },
        {
          "name": "init_price",
          "type": "uint64"
        },
        {
          "name": "latest_price",
          "type": "uint64"
        },
        {
          "name": "entry_bonus",
          "type": "asset"
        },
        {
          "name": "referer_bonus",
          "type": "asset"
        },
        {
          "name": "king_bonus",
          "type": "asset"
        },
        {
          "name": "refund_pool",
          "type": "asset"
        },
        {
          "name": "lottery_pool",
          "type": "asset"
        },
        {
          "name": "fund_pool",
          "type": "asset"
        },
        {
          "name": "lottery_par",
          "type": "asset"
        },
        {
          "name": "new_player_count",
          "type": "uint16"
        },
        {
          "name": "new_player_start",
          "type": "time_point_sec"
        },
        {
          "name": "kingwl_count",
          "type": "uint16"
        },
        {
          "name": "king_count",
          "type": "uint8"
        },
        {
          "name": "transfer_limit",
          "type": "uint8"
        },
        {
          "name": "transfer_delay",
          "type": "uint8"
        },
        {
          "name": "defer_nonce",
          "type": "uint128"
        },
        {
          "name": "last_proc_run",
          "type": "time_point_sec"
        }
      ]
    }