Skip to main content

Table description

The peaq.events table holds all events that occur on the Peaq chain, including their pallet section and method, as well as the decoded data involved in the event. This table is partitioned by year, month, section, and method for efficient querying. Events are emitted by the runtime and pallets to signal state changes, transaction results, and other important occurrences on the chain. Each event record includes the pallet section and method that emitted it, the block and extrinsic it belongs to, and event data in both raw and decoded formats. Common queries on the events table will typically filter on block_time, section and method and extract JSON encoded information from data or data_decoded.

Column Descriptions

Table Sample