Vaulta

powerup.nfts

Contract

The data tables defined by this contract.

  • Field Type
    template_id uint32
    balance uint16
  • rows of claimed

    Field Type
    account name
    bronze_unclaimed uint8
    bronze_claimed uint16
    silver_claimed uint8
    gold_claimed uint8
  • rows of config

    Field Type
    round_length_sec uint64
    start_time time_point_sec
    minimum_donation asset
    enabled bool
    compound_decay_pct float32
    decay_step_sec uint64
    start_decay_after_steps uint64
    nft nft_config
  • Field Type
    donator name
    score uint64
    donated asset
    times uint64
    last_donation time_point_sec
  • rows of rounds

    Field Type
    id uint64
    total_donated asset
    total_score uint64
    donators uint64
    start time_point_sec
    rewarded bool
  • rows of staked

    Field Type
    template_id uint32
    asset_id uint64
    locked_until time_point_sec