Vaulta

eoscrashmain

Contract

The data tables defined by this contract.

  • Field Type
    id uint64
    bet_id uint64
    game_id uint64
  • Field Type
    name name
    game_id uint32
    fund_amount asset
    bet_size asset
    is_closed uint8
    time_stamp uint32
    max_players uint32
    total_players uint32
    bets aurora_user_bet[]
  • rows of bets

    Field Type
    id uint64
    maxpl uint64
    bets ubet[]
  • rows of cgame

    Field Type
    host name
    timestamp uint64
    interval uint64
    status uint8
    round_id uint64
    bets ubet[]
  • Field Type
    id uint64
    qdice_game_id uint64
  • Field Type
    username name
    id uint64
    ast asset
    range_number string
    coeficient uint64
    random_number uint32
    is_user_won uint32
    is_closed uint32
  • Field Type
    id uint64
    fees uint32
    dividends uint32
    referrals uint32
    mining_rate uint32
  • rows of sett

    Field Type
    id uint64
    game_id uint64
    pause uint32
    jackpot uint64
    fees uint32
    divs uint32
    bankpot asset
    min_ass asset
    max_ass asset
    total_bet asset
    total_win asset
  • rows of sts

    Field Type
    id uint64
    stop uint32
    bet_num uint64
    round_num uint64
    min_bet uint64
    max_bet uint64
    total_bets asset
  • Field Type
    t_name name
    buyin asset
    status uint8
    prize_pool asset
    cur_bet uint64
    ante uint64
    max_players uint32
    points uint64
    players name[]
    byebye name[]
  • Field Type
    id uint64
    t_name name
    username name
    token uint64
    place uint16
  • Field Type
    id uint64
    t_name name
    is_closed uint8
    time_stamp uint32
    total_bets uint64
    bets aurora_user_bet[]
  • Field Type
    id uint64
    players_id uint64
    tournament_id uint64
    round_id uint64
    bet_id uint64
  • rows of ubet

    Field Type
    player name
    quantity asset
    msg string
    sign string
    timestamp uint64
    bet_id uint64
  • rows of vplay

    Field Type
    username name
    game_id uint64
    mod uint8
    bet asset
    payout asset
    time_stamp uint64
    tx_id checksum256
    xmod uint8
    deck uint64
    start_hand string
    hold_cards string
    finish_hand string
    status string