Substrate chains (e.g. Polkadot and its parachains) are on Dune.
polkadot.<tables>
to showcase how to use all other <substrate_chain>.<tables>
.
block_time
or ts
). Because Substrate is organized by pallets, several of the key tables (calls
, events
and extrinsics
) are usually filtered by the pallet section and method (call_section
and call_method
for calls
, or section
and method
for events
and extrinsics
). Decoded data is available in decoded_data
for these tables in JSON form.
polkadot
with the chain name, e.g. kusama
, interlay
, astar
etc.
events
table.