Vaulta

eegg.io

Contract

The data tables defined by this contract.

  • rows of counter

    Field Type
    id uint64
    order_id uint64
    is_using uint64
  • rows of egg

    Field Type
    id uint64
    name_suffix name
    min_price uint64
    max_price uint64
    sold_count uint64
    hatch_count uint64
    queue_count uint64
    consume_count uint64
    sell_price uint64
    pack_price uint64
    pack_condition uint64
    pack_is_double uint64
    delay_time uint64
    delay_multiple uint64
    team_ratio uint64
    proxy_ratio uint64
    stake_ratio uint64
    bidding_ratio uint64
    referrer_ratio uint64
  • rows of game

    Field Type
    id uint64
    team_fee uint64
    stake_fee uint64
    bidding_fee uint64
    referrer_fee uint64
    team_jackpot uint64
    bidding_jackpot uint64
    parallel_count uint64
    stake_time uint64
    stake_owner uint64
    stake_token uint64
    stake_token_mirror uint64
    stake_jackpot uint64
    stake_jackpot_mirror uint64
    total_sell_count uint64
    total_hatch_count uint64
    total_order_count uint64
    total_player_count uint64
    total_mining_count uint64
    total_counter_count uint64
    total_drawing_count uint64
    total_hatching_count uint64
    total_transfer_count uint64
    total_identity_count uint64
  • rows of market

    Field Type
    id uint64
    owner name
    count uint64
    price uint64
    length uint64
  • rows of order

    Field Type
    id uint64
    owner name
    delay_time uint64
    count_index uint64
    name_length uint64
    hatch_price uint64
    hatch_count uint64
    hatch_status uint64
    hatch_number uint64
    result_number uint64
    result_hashcode string
    order_time time_point
    start_time time_point
    hatch_time time_point
  • rows of player

    Field Type
    id uint64
    owner name
    referrer name
    sell_count uint64
    sell_profit uint64
    hatch_time uint64
    hatch_count uint64
    hatch_amount uint64
    proxy_ratio uint64
    proxy_profit uint64
    stake_amount uint64
    stake_profit uint64
    unstake_time uint64
    unstake_amount uint64
    mining_amount uint64
    referrer_profit uint64
    modify_time uint64
  • Field Type
    supply asset
    base connector
    quote connector
  • rows of setting

    Field Type
    id uint64
    is_buying uint64
    is_mining uint64
    is_bidding uint64
    is_staking uint64
    is_hatching uint64
    hatch_max uint64
    hatch_water uint64
    hatch_chance uint64
    stake_time_offset uint64
    stake_time_redeem uint64
    stake_share_ratio uint64
    eosio_stake_cpu uint64
    eosio_stake_net uint64
    eosio_stake_ram uint64
    eosio_stake_max uint64
    eosio_stake_time uint64
  • rows of store

    Field Type
    id uint64
    owner name
    egg_count uint64
    egg_price uint64
    egg_length uint64
    sold_count uint64
    hatch_count uint64
    queue_count uint64
    consume_count uint64
    sold_amount uint64
    hatch_amount uint64
    profit_amount uint64
  • rows of suffix

    Field Type
    symbol name