Vaulta

trialclashhq

Contract

The data tables defined by this contract.

  • rows of avatar

    Field Type
    id uint64
    owner name
    moves strategy_move[]
    wins uint32
    losses uint32
    elo float32
    strength_gamma float32
    strength_score float32
    resilience_gamma float32
    resilience_score float32
    agility_gamma float32
    agility_score float32
    wisdom_gamma float32
    wisdom_score float32
    health_last_trained time_point_sec
    health_last_score uint16
    health_last_score_temp uint16
    health_kit_last_used time_point_sec
    experience uint64
    level uint32
    shards uint8
    training_started time_point_sec
    training_duration uint64
    training_counter int64
    nickname string
    faction string
    rarity uint8
    supporters supporter[]
    history uint64[]
  • rows of beta

    Field Type
    user name
    last_used time_point_sec
  • rows of clash

    Field Type
    id uint64
    date time_point_sec
    attacker uint64
    defender uint64
    attacker_moves strategy_move[]
    defender_moves strategy_move[]
    winner string
    attacker_elo_diff int16
    defender_elo_diff int16
    video_uri string
  • Field Type
    id uint64
    reserved string
    owner name
    network uint64
    avatar_id uint64?