Vaulta

acegameeggs1

Contract

The data tables defined by this contract.

  • Field Type
    game_id uint64
    creator name
    referrer name
    server_seedhash string
    client_seed string
    client_hash string
    expiration uint32
    cur_price asset
    base_price asset
    total_bet asset
    played_nums string
    reward_nums string
  • rows of Bet

    Field Type
    bet_id uint64
    game_id uint64
    player name
    bet_quantity asset
    pos uint8
  • rows of eglobal

    Field Type
    next_game_id uint64
    next_bet_id uint64