DocsPanel: Subscriptions

Panel Subscriptions

This page explains each control in Dashboard -> Subscriptions.

Chain

Choose the network where Kvasyr should watch logs. All contract/address checks in this form are evaluated against this chain.

Contract Scope

  • Single: one contract address.
  • Many: multiple addresses, limited to tracked contracts for the chosen chain.
  • Wildcard: all contracts on the chain (plan + operator gated).

Contract Addresses

Provide one address per line. Use Import tracked contracts for selected chain to replace the list with all currently enabled tracked contracts from Admin.

Contract Event Explorer

You can paste ABI JSON or Solidity source and parse event signatures.

  • Add one tab per contract.
  • Parse events/topics from that contract.
  • Push a contract address into the main address list.
  • Apply a selected event signature into the subscription form.

This removes most manual signature/topic entry when onboarding multiple contracts.

Event Signature

Choose a known signature, or select custom and enter either:

  • Solidity signature (for example Transfer(address,address,uint256)), or
  • Raw topic0 hash (0x + 64 hex chars).

Topic Filters

Advanced filters are optional include/exclude lists for indexed topics. Use comma-separated 0x... topic values.

Delivery Modes

  • Enable Webhook: sends matched events to your endpoint.
  • Enable Stored Events: keeps events queryable in panel event views.

At least one delivery mode must stay enabled.

Backfill requests are windowed and budget-throttled on the backend to protect provider limits. See Backfills for user-facing timing and status behavior.