Vaulta

eostimecontr

Contract

The data structures defined by this contract.

  • Table row type of redzones

    {
      "name": "redzone",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "type",
          "type": "uint64"
        },
        {
          "name": "creation_time",
          "type": "time_point_sec"
        },
        {
          "name": "prize_pool",
          "type": "asset"
        },
        {
          "name": "dividend",
          "type": "asset"
        },
        {
          "name": "bid_price",
          "type": "asset"
        },
        {
          "name": "last_bidder",
          "type": "name"
        },
        {
          "name": "last_bid_time",
          "type": "time_point_sec"
        },
        {
          "name": "last_bid_id",
          "type": "uint64"
        },
        {
          "name": "expires",
          "type": "time_point_sec"
        },
        {
          "name": "remaining_bid_count",
          "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": "bid_multiplier_x100k",
          "type": "uint64"
        },
        {
          "name": "clock_multiplier_x100k",
          "type": "uint64"
        },
        {
          "name": "init_prize_pool",
          "type": "asset"
        },
        {
          "name": "init_bid_count",
          "type": "uint64"
        },
        {
          "name": "init_bid_price",
          "type": "asset"
        },
        {
          "name": "init_duration_secs",
          "type": "uint64"
        },
        {
          "name": "init_redzone_secs",
          "type": "uint64"
        },
        {
          "name": "post_tip_redzone_secs",
          "type": "uint64"
        },
        {
          "name": "tipping_point_bids_remaining",
          "type": "uint64"
        },
        {
          "name": "timecoins_per_second_bonus_x100k",
          "type": "int64"
        },
        {
          "name": "flags",
          "type": "uint64"
        },
        {
          "name": "extra",
          "type": "uint64"
        }
      ]
    }
  • Table row type of globalvars

    {
      "name": "globalvar",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "val",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in initcontract

    {
      "name": "initcontract",
      "base": "",
      "fields": [
        {
          "name": "initial_redzone_id",
          "type": "uint64"
        },
        {
          "name": "initial_bid_id",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in rzbidreceipt

    {
      "name": "rzbidreceipt",
      "base": "",
      "fields": [
        {
          "name": "bidder",
          "type": "name"
        },
        {
          "name": "redzone_type",
          "type": "uint64"
        },
        {
          "name": "redzone_id",
          "type": "uint64"
        },
        {
          "name": "bid_id",
          "type": "uint64"
        },
        {
          "name": "bid_price",
          "type": "asset"
        },
        {
          "name": "house_portion",
          "type": "asset"
        },
        {
          "name": "referrer_bonus",
          "type": "asset"
        },
        {
          "name": "bidder_bonus",
          "type": "asset"
        },
        {
          "name": "timecoins_per_second_bonus",
          "type": "asset"
        },
        {
          "name": "amt_contract",
          "type": "name"
        }
      ]
    }
  • 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"
        }
      ]
    }
  • Action parameter in rzenable

    {
      "name": "rzenable",
      "base": "",
      "fields": [
        {
          "name": "redzone_id",
          "type": "uint64"
        },
        {
          "name": "enable",
          "type": "bool"
        }
      ]
    }
  • Action parameter in rzharpoon

    {
      "name": "rzharpoon",
      "base": "",
      "fields": [
        {
          "name": "sender",
          "type": "name"
        },
        {
          "name": "signature_str",
          "type": "string"
        },
        {
          "name": "redzone_id",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in rzdelete

    {
      "name": "rzdelete",
      "base": "",
      "fields": [
        {
          "name": "redzone_id",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in rzreceipt

    {
      "name": "rzreceipt",
      "base": "",
      "fields": [
        {
          "name": "winner",
          "type": "name"
        },
        {
          "name": "redzone_type",
          "type": "uint64"
        },
        {
          "name": "redzone_id",
          "type": "uint64"
        },
        {
          "name": "bid_id",
          "type": "uint64"
        },
        {
          "name": "amount",
          "type": "asset"
        },
        {
          "name": "winner_bonus",
          "type": "asset"
        },
        {
          "name": "timecoins_per_second_bonus",
          "type": "asset"
        },
        {
          "name": "amt_contract",
          "type": "name"
        }
      ]
    }
  • Action parameter in rzunpause

    {
      "name": "rzunpause",
      "base": "",
      "fields": [
        {
          "name": "redzone_id",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in rzrestart

    {
      "name": "rzrestart",
      "base": "",
      "fields": [
        {
          "name": "redzone_id",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in rzpaywinner

    {
      "name": "rzpaywinner",
      "base": "",
      "fields": [
        {
          "name": "redzone_id",
          "type": "uint64"
        },
        {
          "name": "issue_winner_bonus_time_coins",
          "type": "bool"
        }
      ]
    }