Vaulta

ffgameniuniu

Contract

The data tables defined by this contract.

  • rows of st_room

    Field Type
    id uint64
    game_id uint64
    banker name
    continue_count uint8
    pledge_amount asset
    total_bet asset
    player_count uint64
    asset_contract name
    level uint8
    status uint8
    code string
    room_size uint64
    user_combine string
    startup_time uint64
    created_at uint64
  • Field Type
    room_id uint64
    owner name
    available_earn_amt asset
    total_earn_amt asset
    last_game_time uint64
  • Field Type
    id uint64
    room_id uint64
    game_id uint64
    account name
    bets asset[]
    win_amount asset
    join_time uint64
  • rows of st_pledge

    Field Type
    player name
    amount asset
    lock_amount asset
  • Field Type
    id uint64
    room_id uint64
    game_id uint64
    banker_win_amt asset
    pokers m_poker[]
  • Field Type
    id uint64
    room_id uint64
    player name
    asset_contract name
    apply_time uint64
  • Field Type
    token_name name
    low_min_bet asset
    mid_min_bet asset
    high_min_bet asset
    chip_list string
    sort uint64
  • Field Type
    room_id uint64
    game_id uint64
    status uint8
    update_time uint64
  • rows of st_cards

    Field Type
    room_id uint64
    game_id uint64
    hand_cards m_hand_card[]
  • Field Type
    room_id uint64
    owner name
    created_at uint64
  • Field Type
    room_id uint64
    defer_trx_id uint64
    status uint64
    create_room_cost asset