Vaulta

monstereosio

Contract

The data tables defined by this contract.

  • rows of st_pets

    Field Type
    id uuid
    owner name
    name string
    type uint8
    created_at uint32
    death_at uint32
    last_fed_at uint32
    last_bed_at uint32
    last_awake_at uint32
    last_play_at uint32
    last_shower_at uint32
  • Field Type
    pet_id uuid
  • Field Type
    player name
  • Field Type
    balance asset
  • Field Type
    id uint64
    ratios uint8[]
  • Field Type
    id uint64
    elements uint8[]
  • Field Type
    host name
    mode battle_mode
    started_at uint32
    last_move_at uint32
    commits st_commit[]
    pets_stats st_pet_stat[]
  • rows of st_orders

    Field Type
    id uuid
    user name
    type order_type
    pet_id uuid
    new_owner name
    value asset
    placed_at uint32
    ends_at uint32
    transfer_ends_at uint32
  • Field Type
    last_id uuid
    creation_awake int64
    market_fee uint64
    max_health uint8
    hunger_to_zero uint32
    min_hunger_interval uint32
    max_hunger_points uint8
    hunger_hp_modifier uint8
    min_awake_interval uint32
    min_sleep_period uint32
    creation_tolerance uint32
    battle_idle_tolerance uint32
    attack_min_factor uint8
    attack_max_factor uint8
    battle_max_arenas uint16
    battle_busy_arenas uint16
    last_element_id uint16
    last_pet_type_id uint16