Vaulta

ffgametongbi

Contract

The data tables defined by this contract.

  • rows of st_room

    Field Type
    id uint64
    game_id uint64
    owner name
    available_earn_amt asset
    total_earn_amt asset
    total_bet asset
    player_count uint64
    reveal_trigger_count uint64
    asset_contract name
    base_bet_amt asset
    level uint8
    status uint8
    code string
    room_size uint64
    seed string
    last_game_time uint64
    startup_time uint64
    created_at uint64
  • Field Type
    room_id uint64
    game_id uint64
    players m_player[]
  • Field Type
    id uint64
    room_id uint64
    game_id uint64
    winner name
    result m_sb_result[]
  • Field Type
    room_id uint64
    defer_trx_id uint64
    status uint64
    create_room_cost asset
  • Field Type
    token_name name
    low_min_bet asset
    mid_min_bet asset
    high_min_bet asset
    sort uint64
  • Field Type
    room_id uint64
    game_id uint64
    status uint8
    update_time uint64
  • rows of st_pledge

    Field Type
    player name
    amount asset
    lock_amount asset
  • rows of st_cards

    Field Type
    room_id uint64
    game_id uint64
    winner_index uint64
    hand_cards m_hand_card[]