Vaulta

eostimecontr

Contract

  • Action parameter in rzcreate

    {
      "name": "rzcreate",
      "base": "",
      "fields": [
        {
          "name": "type",
          "type": "uint64"
        },
        {
          "name": "init_prize_pool",
          "type": "asset"
        },
        {
          "name": "init_bid_price",
          "type": "asset"
        },
        {
          "name": "bid_multiplier_x100k",
          "type": "uint64"
        },
        {
          "name": "clock_multiplier_x100k",
          "type": "uint64"
        },
        {
          "name": "house_portion_x100k",
          "type": "uint64"
        },
        {
          "name": "referrer_portion_x100k",
          "type": "uint64"
        },
        {
          "name": "bidder_timecoins_per_eos",
          "type": "uint64"
        },
        {
          "name": "winner_timecoins_per_eos",
          "type": "uint64"
        },
        {
          "name": "flags",
          "type": "uint64"
        },
        {
          "name": "init_bid_count",
          "type": "uint64"
        },
        {
          "name": "init_duration_secs",
          "type": "uint64"
        },
        {
          "name": "init_redzone_secs",
          "type": "uint64"
        },
        {
          "name": "tipping_point_bids_remaining",
          "type": "uint64"
        },
        {
          "name": "post_tip_redzone_secs",
          "type": "uint64"
        },
        {
          "name": "timecoins_per_second_bonus_x100k",
          "type": "int64"
        }
      ]
    }