Vaulta

hundredxrekt

Contract

The data tables defined by this contract.

  • rows of bet

    Field Type
    id uint64
    from name
    quantity asset
    game_id uint64
    strategy uint8
    referrer name
  • rows of config

    Field Type
    current_game_id uint64
    current_bet_id uint64
    game_duration microseconds
    paused bool
    bets_to_process uint16
    monkey_delta_4_decimals uint32
    jackpot_duration microseconds
    referrer_percentage float64
  • rows of game

    Field Type
    id uint64
    start_date time_point_sec
    end_date time_point_sec
    start_price uint64
    end_price uint64
    total_bear asset
    total_monkey asset
    total_bull asset
    total_players uint16
    refunded bool
  • Field Type
    last_action time_point_sec
    last_players name[]
  • rows of payout_s

    Field Type
    bet_id uint64
    to name
    eos_quantity asset
    hndrdx_quantity asset
    referrer name
    date time_point_sec
  • rows of bet

    Field Type
    id uint64
    from name
    quantity asset
    game_id uint64
    strategy uint8
    referrer name