Vaulta

theconsensus

Contract

The data tables defined by this contract.

  • Field Type
    id uint64
    author name
    json string
    created_time time_point_sec
    asked_count uint16
    down_votes uint8
    super_down_votes uint8
    total_deposited asset
    total_withdrawn asset
    balance asset
    question_bid asset
    score uint64
  • rows of game

    Field Type
    id uint32
    start_time time_point_sec
    min_players uint16
    max_players uint16
    question_count int8
    max_secs_per_question uint16
    send_response_delay uint16
    player_count uint16
    current_question_id int8
    question_start_time time_point_sec
    question_end_time time_point_sec
    question_ids_used uint64[]
    entry_fee asset
    fee_fund asset
    winner name
    prize_payout asset
    state string
  • rows of global

    Field Type
    id uint8
    all_questions_count int16
    prize_percentage float64
    question_percentage float64
    random_seed int64
    active_questions_count uint8
    down_vote_response string
    question_fund asset
    host_income asset
  • rows of player

    Field Type
    account name
    score int16
    total_response_time_secs int16
  • Field Type
    id uint16
    json string
    author name
    allquestions_id uint64
  • Field Type
    account name
    texthash checksum256
    text string