# Dune Docs ## Docs - [Dune MCP](https://docs.dune.com/api-reference/agents/mcp.md): Connect Dune's MCP server to your favorite AI coding clients. - [Data API Overview](https://docs.dune.com/api-reference/api-overview.md) - [Analyze Onchain Data](https://docs.dune.com/api-reference/apis/quickstart-analyze.md): Execute SQL queries and build custom analytics pipelines with Dune's query execution engine - [Build Custom Dashboards & Reports](https://docs.dune.com/api-reference/apis/quickstart-dashboards.md): Fetch query results, manage executions, and create dynamic visualizations in your own applications - [CI/CD & Workflows](https://docs.dune.com/api-reference/connectors/dbt/cicd-workflows.md): Set up development workflows and GitHub Actions for dbt on Dune - [Getting Started](https://docs.dune.com/api-reference/connectors/dbt/getting-started.md): Set up your dbt project and connect to Dune - [Incremental Models](https://docs.dune.com/api-reference/connectors/dbt/incremental-models.md): Efficiently update large tables with merge, delete+insert, and append strategies - [dbt Connector Overview](https://docs.dune.com/api-reference/connectors/dbt/overview.md): Run production-grade dbt projects directly on Dune with full incremental model support - [Pricing & Best Practices](https://docs.dune.com/api-reference/connectors/dbt/pricing-best-practices.md): Credit consumption, optimization tips, and best practices for dbt on Dune - [Supported SQL Operations](https://docs.dune.com/api-reference/connectors/sql-operations.md): Comprehensive reference of DDL and DML statements supported for data transformations - [DBeaver](https://docs.dune.com/api-reference/connectors/trino/dbeaver.md): Connect Dune to DBeaver for direct SQL access - [Hex](https://docs.dune.com/api-reference/connectors/trino/hex.md): Connect Dune to Hex's notebook-native analytics platform - [Metabase](https://docs.dune.com/api-reference/connectors/trino/metabase.md): Connect Dune to Metabase for BI dashboards - [Trino Connector Overview](https://docs.dune.com/api-reference/connectors/trino/overview.md): Access Dune's blockchain data through Trino/Presto-compatible tools and SDKs - [Trino SDKs](https://docs.dune.com/api-reference/connectors/trino/sdks.md): Connect to Dune using Trino SDKs in your preferred programming language - [Get Dataset](https://docs.dune.com/api-reference/datasets/endpoint/get.md): Retrieve dataset information including columns, metadata, and ownership details - [List Datasets](https://docs.dune.com/api-reference/datasets/endpoint/list.md): Retrieve a paginated list of datasets with optional filtering by owner and type - [Overview](https://docs.dune.com/api-reference/datasets/introduction.md) - [Cancel Execution](https://docs.dune.com/api-reference/executions/endpoint/cancel-execution.md): Cancel a triggered execution request given the execution ID - [Execute Query](https://docs.dune.com/api-reference/executions/endpoint/execute-query.md): Execute, or run a query for the specified query ID - [Execute Query Pipeline](https://docs.dune.com/api-reference/executions/endpoint/execute-query-pipeline.md): Builds a query pipeline from the specified query and executes it. A pipeline allows you to chain multiple queries together and execute them as a single unit. - [Execute SQL](https://docs.dune.com/api-reference/executions/endpoint/execute-sql.md): Execute raw SQL queries directly without needing to create a saved query first - [Get Execution Result](https://docs.dune.com/api-reference/executions/endpoint/get-execution-result.md): Given an execution ID, returns result of a an execution request - [Get Execution Result in CSV](https://docs.dune.com/api-reference/executions/endpoint/get-execution-result-csv.md): Given a query ID, returns the latest executed result of a query on Dune in CSV format - [Get Execution Status](https://docs.dune.com/api-reference/executions/endpoint/get-execution-status.md): Check the status of an execution request - [Get Latest Query Result](https://docs.dune.com/api-reference/executions/endpoint/get-query-result.md): Given a query ID, returns the latest executed result of a query on Dune in JSON format - [Get Latest Query Result in CSV](https://docs.dune.com/api-reference/executions/endpoint/get-query-result-csv.md): Given a query ID, returns the latest executed result of a query on Dune as CSV - [Overview](https://docs.dune.com/api-reference/executions/execution-object.md) - [Result Filtering](https://docs.dune.com/api-reference/executions/filtering.md): Filter query results server-side using SQL-like WHERE clauses - unique to Dune's API - [Pagination](https://docs.dune.com/api-reference/executions/pagination.md) - [Sampling](https://docs.dune.com/api-reference/executions/sampling.md) - [Sorting](https://docs.dune.com/api-reference/executions/sorting.md) - [Upsert Materialized View](https://docs.dune.com/api-reference/materialized-views/create.md): This upserts a materialized view from an existing query. If the materialized view with the given name - [Delete Materialized View](https://docs.dune.com/api-reference/materialized-views/delete.md): This deletes a materialized view given a full name - [Get Materialized View](https://docs.dune.com/api-reference/materialized-views/get.md): This fetches a materialized view given a name - [List Materialized Views](https://docs.dune.com/api-reference/materialized-views/list.md): This lists all materialized view owned by the account tied to the API key - [Overview](https://docs.dune.com/api-reference/materialized-views/overview.md) - [Refresh Materialized View](https://docs.dune.com/api-reference/materialized-views/refresh.md): This refreshes a materialized view - [Authentication](https://docs.dune.com/api-reference/overview/authentication.md) - [Billing](https://docs.dune.com/api-reference/overview/billing.md) - [FAQ](https://docs.dune.com/api-reference/overview/faq.md) - [Getting Started](https://docs.dune.com/api-reference/overview/getting-started.md): Learn how to authenticate and make your first API request to Dune - [Overview](https://docs.dune.com/api-reference/overview/introduction.md) - [Rate Limits](https://docs.dune.com/api-reference/overview/rate-limits.md) - [Troubleshooting Errors](https://docs.dune.com/api-reference/overview/troubleshooting.md) - [Execute Pipeline](https://docs.dune.com/api-reference/pipelines/endpoint/execute-pipeline.md): Executes a specified pipeline. A pipeline allows you to chain multiple queries and materialized view refreshes together and execute them as a single unit. - [Get Pipeline Execution Status](https://docs.dune.com/api-reference/pipelines/endpoint/get-pipeline-status.md): Retrieves the status of a pipeline execution, including the status of each node in the pipeline. - [Overview](https://docs.dune.com/api-reference/pipelines/overview.md) - [Archive Query](https://docs.dune.com/api-reference/queries/endpoint/archive.md): This API allows for anyone to archive a query. Only the API key generated under the context of the owner of that query will work. This does not delete the query, but will make it uneditable/unexecutable - [Create Query](https://docs.dune.com/api-reference/queries/endpoint/create.md): This API allows for anyone to create a query. The owner of the query will be under the context of the API key. - [Get Query Pipeline](https://docs.dune.com/api-reference/queries/endpoint/get-query-pipeline.md): Builds a query pipeline from the specified query and returns the pipeline definition containing all the nested materialized views that the query depends on. A pipeline allows you to chain multiple queries together and execute them as a single unit. - [List Queries](https://docs.dune.com/api-reference/queries/endpoint/list.md): Retrieve a paginated list of queries owned by the account tied to the API key - [Private Query](https://docs.dune.com/api-reference/queries/endpoint/private.md): This API allows for anyone to private a query. Only the API key generated under the context of the owner of that query will work. - [Overview](https://docs.dune.com/api-reference/queries/endpoint/query-object.md) - [Read Query](https://docs.dune.com/api-reference/queries/endpoint/read.md): This API allows for anyone to read the sql text, parameters, name, tags, and state of a query. For private queries, only the API key generated under the context of the owner of that query will work. - [Unarchive Query](https://docs.dune.com/api-reference/queries/endpoint/unarchive.md): This API allows for anyone to unarchive a query. Only the API key generated under the context of the owner of that query will work. - [Unprivate Query](https://docs.dune.com/api-reference/queries/endpoint/unprivate.md): This API allows for anyone to unprivate a query. Only the API key generated under the context of the owner of that query will work. - [Update Query](https://docs.dune.com/api-reference/queries/endpoint/update.md): This API allows for anyone to update the sql text, parameters, name, tags, and state of a query. Only the API key generated under the context of the owner of that query will work. - [Query Management](https://docs.dune.com/api-reference/quickstart/queries-eg.md) - [Execution & Results](https://docs.dune.com/api-reference/quickstart/results-eg.md) - [Tables Management](https://docs.dune.com/api-reference/quickstart/tables-eg.md) - [Overview](https://docs.dune.com/api-reference/realtime/overview.md) - [Go](https://docs.dune.com/api-reference/sdks/go.md): Go SDK for Dune Data API - [Python](https://docs.dune.com/api-reference/sdks/python.md): Official Python SDK for Dune Data API - [TypeScript](https://docs.dune.com/api-reference/sdks/typescript.md): TypeScript/JavaScript SDK for Dune Data API - [Migration Guide](https://docs.dune.com/api-reference/tables/endpoint/migration.md): Migrate from deprecated /v1/table/* endpoints to /v1/uploads/* - [Overview](https://docs.dune.com/api-reference/tables/endpoint/overview.md) - [Clear Data](https://docs.dune.com/api-reference/tables/endpoint/uploads-clear.md): Removes all data from the specified uploaded table while preserving the table structure and schema. - [Create Table](https://docs.dune.com/api-reference/tables/endpoint/uploads-create.md): Creates an empty uploaded table that can be inserted into with the /insert endpoint. Each successful table creation consumes 10 credits. - [Upload CSV](https://docs.dune.com/api-reference/tables/endpoint/uploads-csv.md): Upload a CSV file to create a table with automatic schema inference. The size limit per upload is 200MB. Storage limits: 100MB (free), 15GB (plus), 200GB+ (enterprise). - [Delete Table](https://docs.dune.com/api-reference/tables/endpoint/uploads-delete.md): Permanently deletes the specified uploaded table and all its data. - [Insert Data](https://docs.dune.com/api-reference/tables/endpoint/uploads-insert.md): Inserts data into an existing table. Accepts CSV (text/csv) or NDJSON (application/x-ndjson) content types. - [List Uploaded Tables](https://docs.dune.com/api-reference/tables/endpoint/uploads-list.md): Get a paginated list of uploaded tables - [Get Usage](https://docs.dune.com/api-reference/usage/endpoint/get-usage.md): Retrieve customer usage data for billing periods - [Overview](https://docs.dune.com/api-reference/usage/overview.md) - [Create Webhook](https://docs.dune.com/api-reference/webhooks/webhook.md): How to receive data into webhooks from Dune queries - [Dune Catalyst](https://docs.dune.com/catalyst/overview.md): Empower Your Blockchain with the Leading Data Platform. - [aptos.blocks](https://docs.dune.com/data-catalog/aptos/blocks.md): Aptos block metadata — block height, timestamp, epoch, and round information. - [aptos.events](https://docs.dune.com/data-catalog/aptos/events.md): Aptos on-chain events — emitted by Move modules during transaction execution. - [aptos.move_modules](https://docs.dune.com/data-catalog/aptos/move_modules.md): Aptos Move module deployments — published module bytecode, package metadata, and addresses. - [aptos.move_resources](https://docs.dune.com/data-catalog/aptos/move_resources.md): Aptos Move resource snapshots — on-chain state stored in Move structs by account. - [aptos.move_table_items](https://docs.dune.com/data-catalog/aptos/move_table_items.md): Aptos Move table operations — key-value store changes during transaction execution. - [Aptos data](https://docs.dune.com/data-catalog/aptos/overview.md): Aptos is a next-generation blockchain designed for scalability, security, and reliability. - [aptos.signatures](https://docs.dune.com/data-catalog/aptos/signatures.md): Aptos transaction signatures — authentication data including public keys and signature schemes. - [aptos.transactions](https://docs.dune.com/data-catalog/aptos/transactions.md): Aptos transactions — payload type, gas used, success status, and version number. - [aptos.user_transactions](https://docs.dune.com/data-catalog/aptos/user_transactions.md): Aptos user-initiated transactions — function calls, gas details, and sender information. - [bitcoin.blocks](https://docs.dune.com/data-catalog/bitcoin/blocks.md): Bitcoin block headers — height, timestamp, difficulty, nonce, Merkle root, and miner reward. - [bitcoin.inputs](https://docs.dune.com/data-catalog/bitcoin/inputs.md): Bitcoin transaction inputs — spent UTXOs with previous transaction references and script signatures. - [bitcoin.outputs](https://docs.dune.com/data-catalog/bitcoin/outputs.md): Bitcoin transaction outputs — created UTXOs with value, script type, and locking conditions. - [Bitcoin data](https://docs.dune.com/data-catalog/bitcoin/overview.md): Bitcoin is the first and most well-known blockchain. - [bitcoin.transactions](https://docs.dune.com/data-catalog/bitcoin/transactions.md): Bitcoin transactions — version, locktime, size, weight, fee, and input/output counts. - [Bring your Data](https://docs.dune.com/data-catalog/bring-your-own-data.md): Dune offers several ways to bring your data to the platform. - [dune.neynar.dataset_farcaster_casts](https://docs.dune.com/data-catalog/community/farcaster/casts.md): Farcaster casts — posts, replies, and threads across the Farcaster social protocol. - [dune.neynar.dataset_farcaster_fids](https://docs.dune.com/data-catalog/community/farcaster/fids.md): Farcaster FIDs — unique user identifiers and registration data. - [dune.neynar.dataset_farcaster_fnames](https://docs.dune.com/data-catalog/community/farcaster/fnames.md): Farcaster usernames — fname registrations and ownership history. - [dune.neynar.dataset_farcaster_links](https://docs.dune.com/data-catalog/community/farcaster/links.md): Farcaster social links — follow/unfollow relationships between users. - [Farcaster data from Neynar](https://docs.dune.com/data-catalog/community/farcaster/overview.md): Neynar is the development platform for web3 social protocols. Neynar makes Farcaster protocol data available on Dune. - [dune.neynar.dataset_farcaster_warpcast_power_users](https://docs.dune.com/data-catalog/community/farcaster/power_badge.md): Warpcast power badge holders — users with the verified power badge on Warpcast. - [dune.neynar.dataset_farcaster_profile_with_addresses](https://docs.dune.com/data-catalog/community/farcaster/profile_with_addresses.md): Farcaster profiles with verified addresses — user profiles linked to Ethereum addresses. - [dune.neynar.dataset_farcaster_reactions](https://docs.dune.com/data-catalog/community/farcaster/reactions.md): Farcaster reactions — likes and recasts on posts. - [dune.neynar.dataset_farcaster_signers](https://docs.dune.com/data-catalog/community/farcaster/signers.md): Farcaster signers — authorized signing keys for user accounts. - [dune.neynar.dataset_farcaster_storage](https://docs.dune.com/data-catalog/community/farcaster/storage.md): Farcaster storage allocations — storage units purchased per user. - [dune.neynar.dataset_farcaster_user_data](https://docs.dune.com/data-catalog/community/farcaster/user_data.md): Farcaster user data — profile fields like bio, display name, and avatar. - [dune.neynar.dataset_farcaster_verifications](https://docs.dune.com/data-catalog/community/farcaster/verifications.md): Farcaster address verifications — Ethereum addresses verified by Farcaster users. - [dune.flashbots.dataset_mempool_dumpster](https://docs.dune.com/data-catalog/community/flashbots/mempool-dumpster.md): Flashbots mempool data — pending transactions captured from the public mempool. - [Flashbots Data](https://docs.dune.com/data-catalog/community/flashbots/overview.md): Flashbots data on Dune - [hyperliquid.market_data](https://docs.dune.com/data-catalog/community/hyperliquid/market-data.md): Hyperliquid market data — order book snapshots, funding rates, open interest, and trade history. - [Hyperliquid data](https://docs.dune.com/data-catalog/community/hyperliquid/overview.md): Hyperliquid data on Dune - [dune.lens.namespace_handle](https://docs.dune.com/data-catalog/community/lens/namespace-handle.md): Lens Protocol handles — registered usernames in the Lens namespace. - [dune.lens.namespace_handle_link](https://docs.dune.com/data-catalog/community/lens/namespace-handle-link.md): Lens handle-to-profile links — mappings between handles and profile NFTs. - [Lens data](https://docs.dune.com/data-catalog/community/lens/overview.md): Lens.xyz data on Dune - [dune.lens.profile_follow_module](https://docs.dune.com/data-catalog/community/lens/profile-follow-module.md): Lens follow modules — follow conditions and configurations per profile. - [dune.lens.profile_follow_module_record](https://docs.dune.com/data-catalog/community/lens/profile-follow-module-record.md): Lens follow module events — follow module activation and update records. - [dune.lens.profile_follower](https://docs.dune.com/data-catalog/community/lens/profile-follower.md): Lens follower relationships — who follows whom on the Lens Protocol. - [dune.lens.profile_metadata](https://docs.dune.com/data-catalog/community/lens/profile-metadata.md): Lens profile metadata — display names, bios, avatars, and profile attributes. - [dune.lens.profile_record](https://docs.dune.com/data-catalog/community/lens/profile-record.md): Lens profile records — profile creation and ownership data. - [dune.lens.publication_metadata](https://docs.dune.com/data-catalog/community/lens/publication-metadata.md): Lens publication metadata — content type, tags, and media attachments for posts. - [dune.lens.publication_open_action_module](https://docs.dune.com/data-catalog/community/lens/publication-open-action-module.md): Lens open action modules — collect, tip, and custom action configurations on publications. - [dune.lens.publication_open_action_module_multirecipient](https://docs.dune.com/data-catalog/community/lens/publication-open-action-module-acted-multirecipient.md): Lens multi-recipient action modules — revenue split configurations for publication actions. - [dune.lens.publication_open_action_module_acted_record](https://docs.dune.com/data-catalog/community/lens/publication-open-action-module-acted-recorded.md): Lens open action events — records of users executing actions on publications. - [dune.lens.publication_reaction](https://docs.dune.com/data-catalog/community/lens/publication-reaction.md): Lens reactions — likes, mirrors, and other reactions on publications. - [dune.lens.publication_record](https://docs.dune.com/data-catalog/community/lens/publication-record.md): Lens publication records — posts, comments, and mirrors with content references. - [dune.lens.publication_reference_module](https://docs.dune.com/data-catalog/community/lens/publication-reference-module.md): Lens reference modules — comment and mirror permission configurations. - [Ask Events](https://docs.dune.com/data-catalog/community/reservoir/ask-events.md) - [Asks](https://docs.dune.com/data-catalog/community/reservoir/asks.md) - [Attribute Keys](https://docs.dune.com/data-catalog/community/reservoir/attribute-keys.md) - [Attributes](https://docs.dune.com/data-catalog/community/reservoir/attributes.md) - [Bid Events](https://docs.dune.com/data-catalog/community/reservoir/bid-events.md) - [Bids](https://docs.dune.com/data-catalog/community/reservoir/bids.md) - [Collection Floor Ask Events](https://docs.dune.com/data-catalog/community/reservoir/collection-floor-ask-events.md) - [Collection Top Bid Events](https://docs.dune.com/data-catalog/community/reservoir/collection-top-bid-events.md) - [Collections](https://docs.dune.com/data-catalog/community/reservoir/collections.md) - [Reservoir NFT trading data](https://docs.dune.com/data-catalog/community/reservoir/overview.md): Reservoir makes open-source NFT trading infrastructure enabling the next generation of NFT products. - [Sales](https://docs.dune.com/data-catalog/community/reservoir/sales.md) - [Token Attributes](https://docs.dune.com/data-catalog/community/reservoir/token-attributes.md) - [Token Floor Ask Events](https://docs.dune.com/data-catalog/community/reservoir/token-floor-ask-events.md) - [Tokens](https://docs.dune.com/data-catalog/community/reservoir/tokens.md) - [dune.shot.dataset_follows](https://docs.dune.com/data-catalog/community/snapshot/follows.md): Snapshot space follows — users subscribed to governance spaces. - [Snapshot Data](https://docs.dune.com/data-catalog/community/snapshot/overview.md): Snapshot data is available on Dune - [dune.shot.dataset_proposals_view](https://docs.dune.com/data-catalog/community/snapshot/proposals.md): Snapshot governance proposals — proposal text, voting options, and results. - [dune.shot.dataset_spaces_view](https://docs.dune.com/data-catalog/community/snapshot/spaces.md): Snapshot governance spaces — DAO and protocol governance space metadata. - [dune.shot.dataset_users](https://docs.dune.com/data-catalog/community/snapshot/users.md): Snapshot users — governance participant profiles and activity. - [dune.shot.dataset_votes_view](https://docs.dune.com/data-catalog/community/snapshot/votes.md): Snapshot votes — individual voting records with choice, voting power, and timestamp. - [EVM Token & NFT Balances](https://docs.dune.com/data-catalog/curated/balances/evm-balances.md): Balances for addresses on EVM networks. - [Balances](https://docs.dune.com/data-catalog/curated/balances/overview.md): Token and asset balance data across EVM and Solana networks - [solana_utils.daily_balances](https://docs.dune.com/data-catalog/curated/balances/solana-daily-balances.md): Historical daily SOL and SPL token balances for every address on Solana. - [solana_utils.latest_balances](https://docs.dune.com/data-catalog/curated/balances/solana-latest-balances.md): Current SOL and SPL token balances for every address on Solana. - [bridges_evms.deposits](https://docs.dune.com/data-catalog/curated/bridges/deposits.md): Cross-chain bridge deposits — tokens locked or burned on the source chain for bridging to another network. - [bridges_evms.flows](https://docs.dune.com/data-catalog/curated/bridges/flows.md): Matched cross-chain bridge flows — deposits paired with withdrawals for complete bridge transfer tracking. - [Bridges](https://docs.dune.com/data-catalog/curated/bridges/overview.md): Curated cross-chain bridge datasets across 41 EVM chains on Dune - [bridges_evms.withdrawals](https://docs.dune.com/data-catalog/curated/bridges/withdrawals.md): Cross-chain bridge withdrawals — tokens minted or released on the destination chain after bridging. - [cex.addresses](https://docs.dune.com/data-catalog/curated/cex-flows/addresses.md): Centralized exchange address directory — all known addresses attributed to major exchanges. - [cex.deposit_addresses](https://docs.dune.com/data-catalog/curated/cex-flows/deposit_addresses.md): Known centralized exchange deposit addresses — identified user-facing deposit wallets by exchange. - [cex.flows](https://docs.dune.com/data-catalog/curated/cex-flows/flows.md): Token flows to and from centralized exchanges — deposits, withdrawals, and internal transfers with exchange entity attribution. - [CEX Flows](https://docs.dune.com/data-catalog/curated/cex-flows/overview.md): Curated centralized exchange flow datasets across 29 chains on Dune - [dex_aggregator.trades](https://docs.dune.com/data-catalog/curated/dex-trades/evm/dex-aggregator-trades.md): The `dex_aggregator.trades` table captures data on actions taken on aggregators - recording all events across various aggregators and blockchains. - [dex.sandwiched](https://docs.dune.com/data-catalog/curated/dex-trades/evm/dex-sandwiched.md): The `dex.sandwiched` table captures detailed data on the victim trades of sandwich attacks in decentralized exchanges (DEXs), recording transactions that have been sandwiched across various EVM networks. - [dex.sandwiches](https://docs.dune.com/data-catalog/curated/dex-trades/evm/dex-sandwiches.md): The `dex.sandwiches` table captures detailed data on the outer trades of sandwich attacks in decentralized exchanges (DEXs), recording front-running and back-running trades across various EVM networks. - [dex.trades](https://docs.dune.com/data-catalog/curated/dex-trades/evm/dex-trades.md): The `dex.trades` table captures detailed data on decentralized exchange (DEX) trades, recording all raw trade events across various protocols and blockchains. - [DEX Data](https://docs.dune.com/data-catalog/curated/dex-trades/overview.md): Curated DEX trading data across multiple blockchain networks - [jupiter_solana.aggregator_swaps](https://docs.dune.com/data-catalog/curated/dex-trades/solana/jupiter-aggregator-trades.md): The `jupiter_solana.aggregator_swaps` table captures data on trades executed through the Jupiter aggregator on Solana. - [Trading](https://docs.dune.com/data-catalog/curated/dex-trades/solana/overview.md): Analyzing trading activity across Solana's decentralized exchanges. - [dex_solana.trades](https://docs.dune.com/data-catalog/curated/dex-trades/solana/solana-dex-trades.md): The `dex_solana.trades` table captures detailed data on decentralized exchange (DEX) trades on the Solana blockchain, recording all raw trade events across various protocols. - [gas.fees](https://docs.dune.com/data-catalog/curated/gas-fees/fees.md): Transaction-level gas fee data across EVM chains — base fee, priority fee, L1/L2 breakdowns, and gas consumption. - [Gas & Fees](https://docs.dune.com/data-catalog/curated/gas-fees/overview.md): Curated transaction fee datasets across 55+ EVM chains and Solana on Dune - [gas_solana.fees](https://docs.dune.com/data-catalog/curated/gas-fees/solana_fees.md): Solana transaction fee data — compute units, priority fees, and fee payer details per transaction. - [labels.addresses](https://docs.dune.com/data-catalog/curated/labels/address-labels.md): Comprehensive address labeling and attribution data — maps blockchain addresses to known entities, categories, and usage metrics across all supported chains - [labels.ens](https://docs.dune.com/data-catalog/curated/labels/ens-labels.md): Ethereum Name Service (ENS) domain resolution data — links human-readable .eth names to blockchain addresses for identity verification and aggregation - [Labels Data](https://docs.dune.com/data-catalog/curated/labels/overview.md): Labels provide valuable context and clarity to blockchain addresses, enhancing the readability and understanding of blockchain transaction data. - [labels.owner_addresses](https://docs.dune.com/data-catalog/curated/labels/owner-addresses.md): Owner-to-address mapping data — associates blockchain addresses with known entities for tracking ownership, contract deployments, and operational scope - [labels.owner_details](https://docs.dune.com/data-catalog/curated/labels/owner-details.md): Entity profile data — operational details, categories, social presence, and technical profiles for known blockchain entities - [lending.borrow](https://docs.dune.com/data-catalog/curated/lending/borrow.md): DeFi borrowing events — borrows and repayments across major lending protocols with rates and collateral context. - [lending.flashloans](https://docs.dune.com/data-catalog/curated/lending/flashloans.md): Flash loan executions across DeFi protocols — borrowed amounts, fees, and initiator details. - [lending.info](https://docs.dune.com/data-catalog/curated/lending/info.md): DeFi lending market snapshots — supply rates, borrow rates, utilization, and total value locked by protocol and asset. - [Lending](https://docs.dune.com/data-catalog/curated/lending/overview.md): Curated DeFi lending datasets across 15+ EVM chains on Dune - [lending.supply](https://docs.dune.com/data-catalog/curated/lending/supply.md): DeFi lending supply events — deposits and withdrawals across Aave, Compound, and other lending protocols. - [NFT Metadata](https://docs.dune.com/data-catalog/curated/nft-trades/evm/nft-metadata.md): Metadata for NFTs across EVM networks. - [nft.mints](https://docs.dune.com/data-catalog/curated/nft-trades/evm/nft-mints.md): Dataset capturing NFT minting events across multiple blockchains, providing crucial insights into NFT creation and project launches. - [nft.trades](https://docs.dune.com/data-catalog/curated/nft-trades/evm/nft-trades.md): NFT trade execution data across EVM chains — captures sales, bids, and listings across major marketplaces with pricing, buyer/seller details, and collection metadata - [NFT Transfers](https://docs.dune.com/data-catalog/curated/nft-trades/evm/nft-transfers.md): NFT transfer events across EVM networks. - [nft.wash_trades](https://docs.dune.com/data-catalog/curated/nft-trades/evm/nft-wash-trades.md): Dataset for identifying and analyzing potential wash trading activities in NFT transactions across various marketplaces and blockchains - [NFT Data](https://docs.dune.com/data-catalog/curated/nft-trades/overview.md): Curated NFT market data across multiple blockchain networks - [Solana NFT Metadata](https://docs.dune.com/data-catalog/curated/nft-trades/solana/solana-nft-metadata.md): Metadata for non-fungible tokens (NFTs) on the Solana blockchain. - [Solana NFT Transfers](https://docs.dune.com/data-catalog/curated/nft-trades/solana/solana-nft-transfers.md): NFT transfer events on the Solana blockchain. - [Curated Data Overview](https://docs.dune.com/data-catalog/curated/overview.md): Pre-built, cross-chain datasets maintained by Dune — the fastest path from raw blockchain data to production analytics. - [All Prediction Market Tables](https://docs.dune.com/data-catalog/curated/prediction-markets/all-tables-overview.md): Complete inventory of all prediction market tables available on Dune - [kalshi.market_report](https://docs.dune.com/data-catalog/curated/prediction-markets/kalshi/market_report.md): Kalshi market metadata — event contract details, categories, settlement rules, and current status. - [Kalshi](https://docs.dune.com/data-catalog/curated/prediction-markets/kalshi/overview.md): Curated Kalshi prediction market datasets on Dune - [kalshi.trade_report](https://docs.dune.com/data-catalog/curated/prediction-markets/kalshi/trade_report.md): Kalshi trade data — individual trades on event contracts with price, size, and execution details. - [Prediction Markets](https://docs.dune.com/data-catalog/curated/prediction-markets/overview.md): Curated prediction market datasets for Polymarket and Kalshi on Dune - [polymarket_polygon.market_details](https://docs.dune.com/data-catalog/curated/prediction-markets/polymarket/market_details.md): Polymarket market metadata — questions, categories, resolution sources, and outcome token addresses. - [polymarket_polygon.market_prices_daily](https://docs.dune.com/data-catalog/curated/prediction-markets/polymarket/market_prices_daily.md): Polymarket daily price snapshots — outcome token prices aggregated by day. - [polymarket_polygon.market_prices_hourly](https://docs.dune.com/data-catalog/curated/prediction-markets/polymarket/market_prices_hourly.md): Polymarket hourly price snapshots — outcome token prices aggregated by hour. - [polymarket_polygon.market_prices_latest](https://docs.dune.com/data-catalog/curated/prediction-markets/polymarket/market_prices_latest.md): Polymarket latest prices — most recent outcome token prices for all active markets. - [polymarket_polygon.market_trades](https://docs.dune.com/data-catalog/curated/prediction-markets/polymarket/market_trades.md): Polymarket trade events — buy/sell orders with prices, amounts, and trader addresses. - [Polymarket](https://docs.dune.com/data-catalog/curated/prediction-markets/polymarket/overview.md): Curated Polymarket prediction market datasets on Dune - [polymarket_polygon.positions](https://docs.dune.com/data-catalog/curated/prediction-markets/polymarket/positions.md): Polymarket open positions — current outcome token holdings by address and market. - [Prices overview](https://docs.dune.com/data-catalog/curated/prices/overview.md): Token price data across multiple blockchains - [Daily Prices](https://docs.dune.com/data-catalog/curated/prices/prices_day.md): Daily token price data across 70+ blockchains - hybrid approach combining centralized exchange and decentralized exchange data for comprehensive coverage - [Hourly Prices](https://docs.dune.com/data-catalog/curated/prices/prices_hour.md): Hourly token price data across 70+ blockchains - hybrid approach combining centralized exchange and decentralized exchange data for comprehensive coverage - [Latest Prices](https://docs.dune.com/data-catalog/curated/prices/prices_latest.md): Most recent price data for tokens across all supported blockchains - [Minute Prices](https://docs.dune.com/data-catalog/curated/prices/prices_minute.md): Minute-by-minute token price data across 70+ blockchains - hybrid approach combining centralized exchange and decentralized exchange data for comprehensive coverage - [USD Prices (Legacy)](https://docs.dune.com/data-catalog/curated/prices/prices_usd.md): Legacy price tables with limited token coverage - [rollup_economics_ethereum.l1_fees](https://docs.dune.com/data-catalog/curated/rollup-economics/l1_fees.md): L2 rollup posting costs — data availability and verification fees paid to Ethereum L1 by each rollup. - [rollup_economics_ethereum.l2_revenue](https://docs.dune.com/data-catalog/curated/rollup-economics/l2_revenue.md): L2 rollup revenue — transaction fees collected from users on each rollup. - [Rollup Economics](https://docs.dune.com/data-catalog/curated/rollup-economics/overview.md): Curated rollup profitability datasets for Ethereum L2s on Dune - [Stablecoin Activity Enriched (EVM)](https://docs.dune.com/data-catalog/curated/stablecoins/activity-enriched/stablecoins-evm-activity-enriched.md): Transfer-level stablecoin activity classification across 37 supported EVM chains - [Stablecoin Activity Enriched (Solana)](https://docs.dune.com/data-catalog/curated/stablecoins/activity-enriched/stablecoins-solana-activity-enriched.md): Transfer-level stablecoin activity classification on Solana - [Stablecoin Activity Enriched (Tron)](https://docs.dune.com/data-catalog/curated/stablecoins/activity-enriched/stablecoins-tron-activity-enriched.md): Planned transfer-level stablecoin activity classification on Tron - [Stablecoin Balances Enriched (EVM)](https://docs.dune.com/data-catalog/curated/stablecoins/balances-enriched/stablecoins-evm-balances-enriched.md): Daily stablecoin balances with address-type enrichment across 37 supported EVM chains - [Stablecoin Balances Enriched (Solana)](https://docs.dune.com/data-catalog/curated/stablecoins/balances-enriched/stablecoins-solana-balances-enriched.md): Daily stablecoin balances with address-type enrichment on Solana - [Stablecoin Balances Enriched (Tron)](https://docs.dune.com/data-catalog/curated/stablecoins/balances-enriched/stablecoins-tron-balances-enriched.md): Planned daily stablecoin balances with address-type enrichment on Tron - [Stablecoin Balances (EVM)](https://docs.dune.com/data-catalog/curated/stablecoins/balances/stablecoins-evm-balances.md): Daily stablecoin balances per address across 37 supported EVM chains - [Stablecoin Balances (Multichain)](https://docs.dune.com/data-catalog/curated/stablecoins/balances/stablecoins-multichain-balances.md): Normalized daily stablecoin balances across EVM, Solana, and Tron - [Stablecoin Balances (Solana)](https://docs.dune.com/data-catalog/curated/stablecoins/balances/stablecoins-solana-balances.md): Daily stablecoin balances per wallet on Solana - [Stablecoin Balances (Tron)](https://docs.dune.com/data-catalog/curated/stablecoins/balances/stablecoins-tron-balances.md): Daily stablecoin balances per wallet on Tron - [Stablecoins](https://docs.dune.com/data-catalog/curated/stablecoins/overview.md): Curated stablecoin transfers and balances across EVM, Solana, Tron, and multichain views - [Stablecoin Transfers (EVM)](https://docs.dune.com/data-catalog/curated/stablecoins/transfers/stablecoins-evm-transfers.md): Stablecoin transfer events across 37 supported EVM chains - [Stablecoin Transfers (Solana)](https://docs.dune.com/data-catalog/curated/stablecoins/transfers/stablecoins-solana-transfers.md): Stablecoin transfer events on Solana - [Stablecoin Transfers (Tron)](https://docs.dune.com/data-catalog/curated/stablecoins/transfers/stablecoins-tron-transfers.md): Stablecoin transfer events on Tron - [staking_ethereum.deposits](https://docs.dune.com/data-catalog/curated/staking/deposits.md): Ethereum beacon chain deposit events — validator activations with amounts, withdrawal credentials, and entity attribution. - [staking_ethereum.entities](https://docs.dune.com/data-catalog/curated/staking/entities.md): Ethereum staking entities — known operators, institutional stakers, and liquid staking protocols. - [staking_ethereum.flows](https://docs.dune.com/data-catalog/curated/staking/flows.md): Ethereum staking net flows — ETH movements in and out of the beacon chain by entity over time. - [staking_ethereum.info](https://docs.dune.com/data-catalog/curated/staking/info.md): Ethereum validator snapshots — current status, balance, activation epoch, and entity attribution. - [Staking](https://docs.dune.com/data-catalog/curated/staking/overview.md): Curated Ethereum staking datasets with entity identification on Dune - [ERC20 Token Metadata](https://docs.dune.com/data-catalog/curated/token-metadata/evm/erc20-metadata.md): Metadata like symbol, name, decimals, and contract address for ERC20 tokens across EVM networks. - [Token Metadata](https://docs.dune.com/data-catalog/curated/token-metadata/overview.md): Comprehensive token metadata across blockchain networks - [Token Accounts](https://docs.dune.com/data-catalog/curated/token-metadata/solana/token-accounts.md): Information about token accounts on the Solana blockchain. - [Token Metadata](https://docs.dune.com/data-catalog/curated/token-metadata/solana/token-metadata.md): Metadata for fungible tokens on the Solana blockchain. - [Token Transfers](https://docs.dune.com/data-catalog/curated/token-transfers/evm/token-transfers.md): Curated and enriched token transfer events across all EVM networks for fungible tokens. - [Token Transfers](https://docs.dune.com/data-catalog/curated/token-transfers/overview.md): Comprehensive token and asset tracking across multiple blockchain networks - [Solana Token Transfers](https://docs.dune.com/data-catalog/curated/token-transfers/solana/solana-token-transfers.md): Token transfer events on the Solana blockchain. - [utils.days](https://docs.dune.com/data-catalog/curated/utilities/days.md): Calendar date scaffold — one row per day for time-series joins and aggregation windows. - [Utilities](https://docs.dune.com/data-catalog/curated/utilities/overview.md): Time-series scaffolding tables for blockchain analytics on Dune - [Data Freshness](https://docs.dune.com/data-catalog/data-freshness.md): Understand the frequency of updates for various data types on Dune. - [Data Trust & Reliability](https://docs.dune.com/data-catalog/data-quality.md): How Dune ensures complete, accurate, and reliable blockchain data through continuous automated verification across 100+ blockchains. - [Transaction Fees](https://docs.dune.com/data-catalog/dune-index/gas-fees.md): Understanding transaction fees and their relationship to transaction costs in blockchain networks - [Dune Index](https://docs.dune.com/data-catalog/dune-index/introduction.md): The Dune Index is a comprehensive indicator of blockchain adoption across the industry. - [Net USD Transferred](https://docs.dune.com/data-catalog/dune-index/net-transfers.md): Understanding net USD transferred as a component of the Dune Index - [Transactions](https://docs.dune.com/data-catalog/dune-index/transactions.md): Understanding transactions as a foundational component of the Dune Index - [Block Events](https://docs.dune.com/data-catalog/echelon/block_events.md): Echelon blockchain block events data - [Blocks](https://docs.dune.com/data-catalog/echelon/blocks.md): Echelon blockchain blocks data - [Message Events](https://docs.dune.com/data-catalog/echelon/message_events.md): Echelon blockchain message events data - [Echelon Data](https://docs.dune.com/data-catalog/echelon/overview.md): Echelon blockchain data on Dune - [Transactions](https://docs.dune.com/data-catalog/echelon/transactions.md): Echelon blockchain transactions data - [Transaction Messages](https://docs.dune.com/data-catalog/echelon/tx_messages.md): Echelon blockchain transaction messages data - [dex.trades on abstract](https://docs.dune.com/data-catalog/evm/abstract/curated-data/dex/dex-trades.md): The `dex.trades` table captures detailed data on decentralized exchange (DEX) trades, recording all raw trade events across various protocols on abstract. - [NFT.trades on abstract](https://docs.dune.com/data-catalog/evm/abstract/curated-data/nft/nft-trades.md): The `nft.trades` table captures detailed data on NFT marketplaces, recording all trade events across various protocols on abstract. - [Abstract Call Tables](https://docs.dune.com/data-catalog/evm/abstract/decoded/call-tables.md): On Dune, we parse all message calls and transactions made to smart contracts on the Abstract network in their own tables. - [abstract.contracts](https://docs.dune.com/data-catalog/evm/abstract/decoded/contracts.md): Verified contract registry on Abstract — contract name, namespace, ABI, and deployment metadata. - [Event Logs - Abstract](https://docs.dune.com/data-catalog/evm/abstract/decoded/event-logs.md): Smart contracts on Abstract emit event logs when certain predefined actions are completed. - [abstract.logs_decoded](https://docs.dune.com/data-catalog/evm/abstract/decoded/logs-decoded.md): ABI-decoded event logs on Abstract — human-readable event names and parsed parameters from verified contracts. - [Abstract Chain Decoded Overview](https://docs.dune.com/data-catalog/evm/abstract/decoded/overview.md): Simplifying Abstract Chain smart contract analysis through human-readable tables. - [abstract.traces_decoded](https://docs.dune.com/data-catalog/evm/abstract/decoded/traces-decoded.md): ABI-decoded function calls on Abstract — parsed function names, inputs, and outputs from verified contracts. - [Abstract Chain Overview](https://docs.dune.com/data-catalog/evm/abstract/overview.md): Abstract blockchain data on Dune - [abstract.blocks](https://docs.dune.com/data-catalog/evm/abstract/raw/blocks.md): Block headers, timestamps, gas limits, base fees, and validator/miner data for Abstract. - [abstract.creation_traces](https://docs.dune.com/data-catalog/evm/abstract/raw/creation-traces.md): Contract deployment records on Abstract — deployer address, factory context, and deployed bytecode. - [abstract.logs](https://docs.dune.com/data-catalog/evm/abstract/raw/logs.md): Smart contract event logs on Abstract — indexed topics and data fields from token transfers, swaps, and protocol actions. - [abstract.traces](https://docs.dune.com/data-catalog/evm/abstract/raw/traces.md): Internal transaction traces on Abstract — cross-contract calls, delegate calls, and value transfers with full call stack context. - [abstract.transactions](https://docs.dune.com/data-catalog/evm/abstract/raw/transactions.md): Every transaction on Abstract — from, to, value, gas, calldata, and receipt status. - [dex_aggregator.trades on apechain](https://docs.dune.com/data-catalog/evm/apechain/curated-data/dex/dex-aggregator-trades.md): DEX aggregator swaps on ApeChain — trades routed through aggregators like 1inch, Paraswap, and CoW Swap with pricing and routing details. - [dex.trades on apechain](https://docs.dune.com/data-catalog/evm/apechain/curated-data/dex/dex-trades.md): The `dex.trades` table captures detailed data on decentralized exchange (DEX) trades, recording all raw trade events across various protocols on apechain. - [NFT.trades on apechain](https://docs.dune.com/data-catalog/evm/apechain/curated-data/nft/nft-trades.md): The `nft.trades` table captures detailed data on NFT marketplaces, recording all trade events across various protocols on apechain. - [ApeChain Call Tables](https://docs.dune.com/data-catalog/evm/apechain/decoded/call-tables.md): On Dune, we parse all message calls and transactions made to smart contracts on the ApeChain network in their own tables. - [apechain.contracts](https://docs.dune.com/data-catalog/evm/apechain/decoded/contracts.md): Verified contract registry on ApeChain — contract name, namespace, ABI, and deployment metadata. - [Event Logs - Apechain](https://docs.dune.com/data-catalog/evm/apechain/decoded/event-logs.md): Smart contracts on Apechain emit event logs when certain predefined actions are completed. - [apechain.logs_decoded](https://docs.dune.com/data-catalog/evm/apechain/decoded/logs-decoded.md): ABI-decoded event logs on ApeChain — human-readable event names and parsed parameters from verified contracts. - [ApeChain Decoded Overview](https://docs.dune.com/data-catalog/evm/apechain/decoded/overview.md): Simplifying ApeChain smart contract analysis through human-readable tables. - [apechain.traces_decoded](https://docs.dune.com/data-catalog/evm/apechain/decoded/traces-decoded.md): ABI-decoded function calls on ApeChain — parsed function names, inputs, and outputs from verified contracts. - [ApeChain Overview](https://docs.dune.com/data-catalog/evm/apechain/overview.md): ApeChain data on Dune - [apechain.blocks](https://docs.dune.com/data-catalog/evm/apechain/raw/blocks.md): Block headers, timestamps, gas limits, base fees, and validator/miner data for ApeChain. - [apechain.creation_traces](https://docs.dune.com/data-catalog/evm/apechain/raw/creation-traces.md): Contract deployment records on ApeChain — deployer address, factory context, and deployed bytecode. - [apechain.logs](https://docs.dune.com/data-catalog/evm/apechain/raw/logs.md): Smart contract event logs on ApeChain — indexed topics and data fields from token transfers, swaps, and protocol actions. - [apechain.traces](https://docs.dune.com/data-catalog/evm/apechain/raw/traces.md): Internal transaction traces on ApeChain — cross-contract calls, delegate calls, and value transfers with full call stack context. - [apechain.transactions](https://docs.dune.com/data-catalog/evm/apechain/raw/transactions.md): Every transaction on ApeChain — from, to, value, gas, calldata, and receipt status. - [dex_aggregator.trades on Arbitrum Nova](https://docs.dune.com/data-catalog/evm/arbitrum-nova/curated-data/dex/dex-aggregator-trades.md): DEX aggregator swaps on Arbitrum Nova — trades routed through aggregators like 1inch, Paraswap, and CoW Swap with pricing and routing details. - [dex.trades on nova](https://docs.dune.com/data-catalog/evm/arbitrum-nova/curated-data/dex/dex-trades.md): The `dex.trades` table captures detailed data on decentralized exchange (DEX) trades, recording all raw trade events across various protocols on nova. - [NFT.trades on Nova](https://docs.dune.com/data-catalog/evm/arbitrum-nova/curated-data/nft/nft-trades.md): The `nft.trades` table captures detailed data on NFT marketplaces, recording all trade events across various protocols on Nova. - [Arbitrum Nova Call Tables](https://docs.dune.com/data-catalog/evm/arbitrum-nova/decoded/call-tables.md): On Dune, we parse all message calls and transactions made to smart contracts on the Arbitrum Nova network in their own tables. - [nova.contracts](https://docs.dune.com/data-catalog/evm/arbitrum-nova/decoded/contracts.md): Verified contract registry on Arbitrum Nova — contract name, namespace, ABI, and deployment metadata. - [Event Logs - Arbitrum Nova](https://docs.dune.com/data-catalog/evm/arbitrum-nova/decoded/event-logs.md): Smart contracts on Arbitrum Nova emit event logs when certain predefined actions are completed. - [nova.logs_decoded](https://docs.dune.com/data-catalog/evm/arbitrum-nova/decoded/logs-decoded.md): ABI-decoded event logs on Arbitrum Nova — human-readable event names and parsed parameters from verified contracts. - [Arbitrum Nova Decoded Overview](https://docs.dune.com/data-catalog/evm/arbitrum-nova/decoded/overview.md): Simplifying Arbitrum Nova smart contract analysis through human-readable tables. - [nova.traces_decoded](https://docs.dune.com/data-catalog/evm/arbitrum-nova/decoded/traces-decoded.md): ABI-decoded function calls on Arbitrum Nova — parsed function names, inputs, and outputs from verified contracts. - [Arbitrum Nova Overview](https://docs.dune.com/data-catalog/evm/arbitrum-nova/overview.md): Arbitrum Nova data on Dune - [nova.blocks](https://docs.dune.com/data-catalog/evm/arbitrum-nova/raw/blocks.md): Block headers, timestamps, gas limits, base fees, and validator/miner data for Arbitrum Nova. - [nova.creation_traces](https://docs.dune.com/data-catalog/evm/arbitrum-nova/raw/creation-traces.md): Contract deployment records on Arbitrum Nova — deployer address, factory context, and deployed bytecode. - [nova.logs](https://docs.dune.com/data-catalog/evm/arbitrum-nova/raw/logs.md): Smart contract event logs on Arbitrum Nova — indexed topics and data fields from token transfers, swaps, and protocol actions. - [nova.traces](https://docs.dune.com/data-catalog/evm/arbitrum-nova/raw/traces.md): Internal transaction traces on Arbitrum Nova — cross-contract calls, delegate calls, and value transfers with full call stack context. - [nova.transactions](https://docs.dune.com/data-catalog/evm/arbitrum-nova/raw/transactions.md): Every transaction on Arbitrum Nova — from, to, value, gas, calldata, and receipt status. - [dex_aggregator.trades on Arbitrum](https://docs.dune.com/data-catalog/evm/arbitrum/curated-data/dex/dex-aggregator-trades.md): DEX aggregator swaps on Arbitrum — trades routed through aggregators like 1inch, Paraswap, and CoW Swap with pricing and routing details. - [dex.trades on arbitrum](https://docs.dune.com/data-catalog/evm/arbitrum/curated-data/dex/dex-trades.md): The `dex.trades` table captures detailed data on decentralized exchange (DEX) trades, recording all raw trade events across various protocols on arbitrum. - [NFT.trades on Arbitrum](https://docs.dune.com/data-catalog/evm/arbitrum/curated-data/nft/nft-trades.md): The `nft.trades` table captures detailed data on NFT marketplaces, recording all trade events across various protocols on Arbitrum. - [Arbitrum One Call Tables](https://docs.dune.com/data-catalog/evm/arbitrum/decoded/call-tables.md): On Dune, we parse all message calls and transactions made to smart contracts on the Arbitrum One network in their own tables. - [arbitrum.contracts](https://docs.dune.com/data-catalog/evm/arbitrum/decoded/contracts.md): Verified contract registry on Arbitrum — contract name, namespace, ABI, and deployment metadata. - [Event Logs - Arbitrum](https://docs.dune.com/data-catalog/evm/arbitrum/decoded/event-logs.md): Smart contracts on Arbitrum emit event logs when certain predefined actions are completed. - [arbitrum.logs_decoded](https://docs.dune.com/data-catalog/evm/arbitrum/decoded/logs-decoded.md): ABI-decoded event logs on Arbitrum — human-readable event names and parsed parameters from verified contracts. - [Arbitrum One Decoded Overview](https://docs.dune.com/data-catalog/evm/arbitrum/decoded/overview.md): Simplifying Arbitrum One smart contract analysis through human-readable tables. - [arbitrum.traces_decoded](https://docs.dune.com/data-catalog/evm/arbitrum/decoded/traces-decoded.md): ABI-decoded function calls on Arbitrum — parsed function names, inputs, and outputs from verified contracts. - [Arbitrum One Overview](https://docs.dune.com/data-catalog/evm/arbitrum/overview.md): Arbitrum One data on Dune - [arbitrum.blocks](https://docs.dune.com/data-catalog/evm/arbitrum/raw/blocks.md): Block headers, timestamps, gas limits, base fees, and validator/miner data for Arbitrum. - [arbitrum.creation_traces](https://docs.dune.com/data-catalog/evm/arbitrum/raw/creation-traces.md): Contract deployment records on Arbitrum — deployer address, factory context, and deployed bytecode. - [arbitrum.logs](https://docs.dune.com/data-catalog/evm/arbitrum/raw/logs.md): Smart contract event logs on Arbitrum — indexed topics and data fields from token transfers, swaps, and protocol actions. - [arbitrum.traces](https://docs.dune.com/data-catalog/evm/arbitrum/raw/traces.md): Internal transaction traces on Arbitrum — cross-contract calls, delegate calls, and value transfers with full call stack context. - [arbitrum.transactions](https://docs.dune.com/data-catalog/evm/arbitrum/raw/transactions.md): Every transaction on Arbitrum — from, to, value, gas, calldata, and receipt status. - [dex_aggregator.trades on avalanche](https://docs.dune.com/data-catalog/evm/avalanche/curated-data/dex/dex-aggregator-trades.md): DEX aggregator swaps on Avalanche — trades routed through aggregators like 1inch, Paraswap, and CoW Swap with pricing and routing details. - [dex.trades on avalanche](https://docs.dune.com/data-catalog/evm/avalanche/curated-data/dex/dex-trades.md): The `dex.trades` table captures detailed data on decentralized exchange (DEX) trades, recording all raw trade events across various protocols on avalanche. - [NFT Trades on Avalanche](https://docs.dune.com/data-catalog/evm/avalanche/curated-data/nft/nft-trades.md): The `nft.trades` table captures detailed data on NFT marketplaces, recording all trade events across various protocols on Avalanche. - [Avalanche C-Chain Call Tables](https://docs.dune.com/data-catalog/evm/avalanche/decoded/call-tables.md): On Dune, we parse all message calls and transactions made to smart contracts on the Avalanche C-Chain network in their own tables. - [avalanche_c.contracts](https://docs.dune.com/data-catalog/evm/avalanche/decoded/contracts.md): Verified contract registry on Avalanche C-Chain — contract name, namespace, ABI, and deployment metadata. - [Event Logs - Avalanche](https://docs.dune.com/data-catalog/evm/avalanche/decoded/event-logs.md): Smart contracts on Avalanche emit event logs when certain predefined actions are completed. - [avalanche_c.logs_decoded](https://docs.dune.com/data-catalog/evm/avalanche/decoded/logs-decoded.md): ABI-decoded event logs on Avalanche C-Chain — human-readable event names and parsed parameters from verified contracts. - [Avalanche C-Chain Decoded Overview](https://docs.dune.com/data-catalog/evm/avalanche/decoded/overview.md): Simplifying Avalanche C-Chain smart contract analysis through human-readable tables. - [avalanche_c.traces_decoded](https://docs.dune.com/data-catalog/evm/avalanche/decoded/traces-decoded.md): ABI-decoded function calls on Avalanche C-Chain — parsed function names, inputs, and outputs from verified contracts. - [Avalanche C-Chain Overview](https://docs.dune.com/data-catalog/evm/avalanche/overview.md): Avalanche C-Chain data on Dune - [avalanche_c.blocks](https://docs.dune.com/data-catalog/evm/avalanche/raw/blocks.md): Block headers, timestamps, gas limits, base fees, and validator/miner data for Avalanche C-Chain. - [avalanche_c.creation_traces](https://docs.dune.com/data-catalog/evm/avalanche/raw/creation-traces.md): Contract deployment records on Avalanche C-Chain — deployer address, factory context, and deployed bytecode. - [avalanche_c.logs](https://docs.dune.com/data-catalog/evm/avalanche/raw/logs.md): Smart contract event logs on Avalanche C-Chain — indexed topics and data fields from token transfers, swaps, and protocol actions. - [avalanche_c.traces](https://docs.dune.com/data-catalog/evm/avalanche/raw/traces.md): Internal transaction traces on Avalanche C-Chain — cross-contract calls, delegate calls, and value transfers with full call stack context. - [avalanche_c.transactions](https://docs.dune.com/data-catalog/evm/avalanche/raw/transactions.md): Every transaction on Avalanche C-Chain — from, to, value, gas, calldata, and receipt status. - [dex_aggregator.trades on b3](https://docs.dune.com/data-catalog/evm/b3/curated-data/dex/dex-aggregator-trades.md): DEX aggregator swaps on B3 — trades routed through aggregators like 1inch, Paraswap, and CoW Swap with pricing and routing details. - [dex.trades on b3](https://docs.dune.com/data-catalog/evm/b3/curated-data/dex/dex-trades.md): The `dex.trades` table captures detailed data on decentralized exchange (DEX) trades, recording all raw trade events across various protocols on b3. - [NFT.trades on b3](https://docs.dune.com/data-catalog/evm/b3/curated-data/nft/nft-trades.md): The `nft.trades` table captures detailed data on NFT marketplaces, recording all trade events across various protocols on b3. - [B3 Call Tables](https://docs.dune.com/data-catalog/evm/b3/decoded/call-tables.md): On Dune, we parse all message calls and transactions made to smart contracts on the B3 network in their own tables. - [b3.contracts](https://docs.dune.com/data-catalog/evm/b3/decoded/contracts.md): Verified contract registry on B3 — contract name, namespace, ABI, and deployment metadata. - [Event Logs - B3](https://docs.dune.com/data-catalog/evm/b3/decoded/event-logs.md): Smart contracts on B3 emit event logs when certain predefined actions are completed. - [b3.logs_decoded](https://docs.dune.com/data-catalog/evm/b3/decoded/logs-decoded.md): ABI-decoded event logs on B3 — human-readable event names and parsed parameters from verified contracts. - [B3 Decoded Overview](https://docs.dune.com/data-catalog/evm/b3/decoded/overview.md): Simplifying B3 smart contract analysis through human-readable tables. - [b3.traces_decoded](https://docs.dune.com/data-catalog/evm/b3/decoded/traces-decoded.md): ABI-decoded function calls on B3 — parsed function names, inputs, and outputs from verified contracts. - [B3 Overview](https://docs.dune.com/data-catalog/evm/b3/overview.md): B3 data on Dune - [b3.blocks](https://docs.dune.com/data-catalog/evm/b3/raw/blocks.md): Block headers, timestamps, gas limits, base fees, and validator/miner data for B3. - [b3.creation_traces](https://docs.dune.com/data-catalog/evm/b3/raw/creation-traces.md): Contract deployment records on B3 — deployer address, factory context, and deployed bytecode. - [b3.logs](https://docs.dune.com/data-catalog/evm/b3/raw/logs.md): Smart contract event logs on B3 — indexed topics and data fields from token transfers, swaps, and protocol actions. - [b3.traces](https://docs.dune.com/data-catalog/evm/b3/raw/traces.md): Internal transaction traces on B3 — cross-contract calls, delegate calls, and value transfers with full call stack context. - [b3.transactions](https://docs.dune.com/data-catalog/evm/b3/raw/transactions.md): Every transaction on B3 — from, to, value, gas, calldata, and receipt status. - [dex_aggregator.trades on base](https://docs.dune.com/data-catalog/evm/base/curated-data/dex/dex-aggregator-trades.md): DEX aggregator swaps on Base — trades routed through aggregators like 1inch, Paraswap, and CoW Swap with pricing and routing details. - [dex.trades on base](https://docs.dune.com/data-catalog/evm/base/curated-data/dex/dex-trades.md): The `dex.trades` table captures detailed data on decentralized exchange (DEX) trades, recording all raw trade events across various protocols on base. - [NFT.trades on Base](https://docs.dune.com/data-catalog/evm/base/curated-data/nft/nft-trades.md): The `nft.trades` table captures detailed data on NFT marketplaces, recording all trade events across various protocols on Base. - [Base Call Tables](https://docs.dune.com/data-catalog/evm/base/decoded/call-tables.md): On Dune, we parse all message calls and transactions made to smart contracts on the Base network in their own tables. - [base.contracts](https://docs.dune.com/data-catalog/evm/base/decoded/contracts.md): Verified contract registry on Base — contract name, namespace, ABI, and deployment metadata. - [Event Logs - Base](https://docs.dune.com/data-catalog/evm/base/decoded/event-logs.md): Smart contracts on Base emit event logs when certain predefined actions are completed. - [base.logs_decoded](https://docs.dune.com/data-catalog/evm/base/decoded/logs-decoded.md): ABI-decoded event logs on Base — human-readable event names and parsed parameters from verified contracts. - [Base Decoded Overview](https://docs.dune.com/data-catalog/evm/base/decoded/overview.md): Simplifying Base smart contract analysis through human-readable tables. - [base.traces_decoded](https://docs.dune.com/data-catalog/evm/base/decoded/traces-decoded.md): A description of the base.traces_decoded table on Dune - [Base Overview](https://docs.dune.com/data-catalog/evm/base/overview.md): Base data on Dune - [base.blocks](https://docs.dune.com/data-catalog/evm/base/raw/blocks.md): Block headers, timestamps, gas limits, base fees, and validator/miner data for Base. - [base.creation_traces](https://docs.dune.com/data-catalog/evm/base/raw/creation-traces.md): Contract deployment records on Base — deployer address, factory context, and deployed bytecode. - [base.logs](https://docs.dune.com/data-catalog/evm/base/raw/logs.md): Smart contract event logs on Base — indexed topics and data fields from token transfers, swaps, and protocol actions. - [base.traces](https://docs.dune.com/data-catalog/evm/base/raw/traces.md): Internal transaction traces on Base — cross-contract calls, delegate calls, and value transfers with full call stack context. - [base.transactions](https://docs.dune.com/data-catalog/evm/base/raw/transactions.md): Every transaction on Base — from, to, value, gas, calldata, and receipt status. - [beacon.attestations](https://docs.dune.com/data-catalog/evm/beacon/attestations.md): Beacon chain attestations — validator votes on source, target, and head checkpoints. - [beacon.attester_slashings](https://docs.dune.com/data-catalog/evm/beacon/attester-slashings.md): Beacon chain attester slashings — contradictory attestation violations. - [beacon.blobs](https://docs.dune.com/data-catalog/evm/beacon/blobs.md): Beacon chain blob data — EIP-4844 blob sidecar data for rollup data availability. - [beacon.blocks](https://docs.dune.com/data-catalog/evm/beacon/blocks.md): Ethereum beacon chain blocks — slot, proposer, attestation count, and execution payload. - [beacon.bls_to_execution_changes](https://docs.dune.com/data-catalog/evm/beacon/bls-to-execution-changes.md): Beacon chain BLS-to-execution credential changes — withdrawal address updates. - [beacon.deposits](https://docs.dune.com/data-catalog/evm/beacon/deposits.md): Beacon chain deposits — ETH staking deposits with validator pubkeys and withdrawal credentials. - [beacon.epoch_summaries](https://docs.dune.com/data-catalog/evm/beacon/epoch-summaries.md): Beacon chain epoch summaries — participation rates, rewards, and finality data per epoch. - [beacon.operators](https://docs.dune.com/data-catalog/evm/beacon/operators.md): Beacon chain operators — validator groupings by known staking entity or operator. - [Beacon Overview](https://docs.dune.com/data-catalog/evm/beacon/overview.md): Beacon Chain data on Dune - [beacon.proposer_slashings](https://docs.dune.com/data-catalog/evm/beacon/proposer-slashings.md): Beacon chain proposer slashings — double-proposal violations and penalized validators. - [beacon.raw](https://docs.dune.com/data-catalog/evm/beacon/raw.md): Raw beacon chain data — unprocessed consensus layer records. - [beacon.validator_day_summaries](https://docs.dune.com/data-catalog/evm/beacon/validator-day-summaries.md): Daily beacon chain validator summaries — rewards, penalties, and attestation performance. - [beacon.validators](https://docs.dune.com/data-catalog/evm/beacon/validators.md): Beacon chain validator registry — pubkey, status, balance, and activation/exit epochs. - [beacon.voluntary_exits](https://docs.dune.com/data-catalog/evm/beacon/voluntary-exits.md): Beacon chain voluntary exits — validators initiating the exit process. - [beacon.withdrawals](https://docs.dune.com/data-catalog/evm/beacon/withdrawals.md): Beacon chain withdrawals — validator ETH withdrawals with amounts and recipient addresses. - [dex_aggregator.trades on berachain](https://docs.dune.com/data-catalog/evm/berachain/curated-data/dex/dex-aggregator-trades.md): DEX aggregator swaps on Berachain — trades routed through aggregators like 1inch, Paraswap, and CoW Swap with pricing and routing details. - [dex.trades on berachain](https://docs.dune.com/data-catalog/evm/berachain/curated-data/dex/dex-trades.md): The `dex.trades` table captures detailed data on decentralized exchange (DEX) trades, recording all raw trade events across various protocols on berachain. - [NFT.trades on berachain](https://docs.dune.com/data-catalog/evm/berachain/curated-data/nft/nft-trades.md): The `nft.trades` table captures detailed data on NFT marketplaces, recording all trade events across various protocols on berachain. - [Berachain Call Tables](https://docs.dune.com/data-catalog/evm/berachain/decoded/call-tables.md): On Dune, we parse all message calls and transactions made to smart contracts on the Berachain network in their own tables. - [berachain.contracts](https://docs.dune.com/data-catalog/evm/berachain/decoded/contracts.md): Verified contract registry on Berachain — contract name, namespace, ABI, and deployment metadata. - [Event Logs - Berachain](https://docs.dune.com/data-catalog/evm/berachain/decoded/event-logs.md): Smart contracts on Berachain emit event logs when certain predefined actions are completed. - [berachain.logs_decoded](https://docs.dune.com/data-catalog/evm/berachain/decoded/logs-decoded.md): ABI-decoded event logs on Berachain — human-readable event names and parsed parameters from verified contracts. - [Berachain Decoded Overview](https://docs.dune.com/data-catalog/evm/berachain/decoded/overview.md): Simplifying Berachain smart contract analysis through human-readable tables. - [berachain.traces_decoded](https://docs.dune.com/data-catalog/evm/berachain/decoded/traces-decoded.md): ABI-decoded function calls on Berachain — parsed function names, inputs, and outputs from verified contracts. - [Berachain Overview](https://docs.dune.com/data-catalog/evm/berachain/overview.md): Berachain data on Dune - [berachain.blocks](https://docs.dune.com/data-catalog/evm/berachain/raw/blocks.md): Block headers, timestamps, gas limits, base fees, and validator/miner data for Berachain. - [berachain.creation_traces](https://docs.dune.com/data-catalog/evm/berachain/raw/creation-traces.md): Contract deployment records on Berachain — deployer address, factory context, and deployed bytecode. - [berachain.logs](https://docs.dune.com/data-catalog/evm/berachain/raw/logs.md): Smart contract event logs on Berachain — indexed topics and data fields from token transfers, swaps, and protocol actions. - [berachain.traces](https://docs.dune.com/data-catalog/evm/berachain/raw/traces.md): Internal transaction traces on Berachain — cross-contract calls, delegate calls, and value transfers with full call stack context. - [berachain.transactions](https://docs.dune.com/data-catalog/evm/berachain/raw/transactions.md): Every transaction on Berachain — from, to, value, gas, calldata, and receipt status. - [dex_aggregator.trades on blast](https://docs.dune.com/data-catalog/evm/blast/curated-data/dex/dex-aggregator-trades.md): DEX aggregator swaps on Blast — trades routed through aggregators like 1inch, Paraswap, and CoW Swap with pricing and routing details. - [dex.trades on Blast](https://docs.dune.com/data-catalog/evm/blast/curated-data/dex/dex-trades.md): The `dex.trades` table captures detailed data on decentralized exchange (DEX) trades, recording all raw trade events across various protocols on Blast. - [NFT.trades on Blast](https://docs.dune.com/data-catalog/evm/blast/curated-data/nft/nft-trades.md): The `nft.trades` table captures detailed data on NFT marketplaces, recording all trade events across various protocols on Blast. - [Blast Call Tables](https://docs.dune.com/data-catalog/evm/blast/decoded/call-tables.md): On Dune, we parse all message calls and transactions made to smart contracts on the Blast network in their own tables. - [blast.contracts](https://docs.dune.com/data-catalog/evm/blast/decoded/contracts.md): Verified contract registry on Blast — contract name, namespace, ABI, and deployment metadata. - [Event Logs - Blast](https://docs.dune.com/data-catalog/evm/blast/decoded/event-logs.md): Smart contracts on Blast emit event logs when certain predefined actions are completed. - [blast.logs_decoded](https://docs.dune.com/data-catalog/evm/blast/decoded/logs-decoded.md): ABI-decoded event logs on Blast — human-readable event names and parsed parameters from verified contracts. - [Blast Decoded Overview](https://docs.dune.com/data-catalog/evm/blast/decoded/overview.md): Simplifying Blast smart contract analysis through human-readable tables. - [blast.traces_decoded](https://docs.dune.com/data-catalog/evm/blast/decoded/traces-decoded.md): ABI-decoded function calls on Blast — parsed function names, inputs, and outputs from verified contracts. - [Blast Overview](https://docs.dune.com/data-catalog/evm/blast/overview.md): Blast data on Dune Analytics - [blast.blocks](https://docs.dune.com/data-catalog/evm/blast/raw/blocks.md): Block headers, timestamps, gas limits, base fees, and validator/miner data for Blast. - [blast.creation_traces](https://docs.dune.com/data-catalog/evm/blast/raw/creation-traces.md): Contract deployment records on Blast — deployer address, factory context, and deployed bytecode. - [blast.logs](https://docs.dune.com/data-catalog/evm/blast/raw/logs.md): Smart contract event logs on Blast — indexed topics and data fields from token transfers, swaps, and protocol actions. - [blast.traces](https://docs.dune.com/data-catalog/evm/blast/raw/traces.md): Internal transaction traces on Blast — cross-contract calls, delegate calls, and value transfers with full call stack context. - [blast.transactions](https://docs.dune.com/data-catalog/evm/blast/raw/transactions.md): Every transaction on Blast — from, to, value, gas, calldata, and receipt status. - [dex_aggregator.trades on bnb](https://docs.dune.com/data-catalog/evm/bnb/curated-data/dex/dex-aggregator-trades.md): DEX aggregator swaps on BNB Chain — trades routed through aggregators like 1inch, Paraswap, and CoW Swap with pricing and routing details. - [dex.trades on bnb](https://docs.dune.com/data-catalog/evm/bnb/curated-data/dex/dex-trades.md): The `dex.trades` table captures detailed data on decentralized exchange (DEX) trades, recording all raw trade events across various protocols on bnb. - [NFT.trades on bnb](https://docs.dune.com/data-catalog/evm/bnb/curated-data/nft/nft-trades.md): The `nft.trades` table captures detailed data on NFT marketplaces, recording all trade events across various protocols on bnb. - [BNB Chain Call Tables](https://docs.dune.com/data-catalog/evm/bnb/decoded/call-tables.md): On Dune, we parse all message calls and transactions made to smart contracts on the BNB Chain network in their own tables. - [bnb.contracts](https://docs.dune.com/data-catalog/evm/bnb/decoded/contracts.md): Verified contract registry on BNB Chain — contract name, namespace, ABI, and deployment metadata. - [Event Logs - BNB](https://docs.dune.com/data-catalog/evm/bnb/decoded/event-logs.md): Smart contracts on BNB emit event logs when certain predefined actions are completed. - [bnb.logs_decoded](https://docs.dune.com/data-catalog/evm/bnb/decoded/logs-decoded.md): ABI-decoded event logs on BNB Chain — human-readable event names and parsed parameters from verified contracts. - [BNB Chain Decoded Overview](https://docs.dune.com/data-catalog/evm/bnb/decoded/overview.md): Simplifying BNB Chain smart contract analysis through human-readable tables. - [bnb.traces_decoded](https://docs.dune.com/data-catalog/evm/bnb/decoded/traces-decoded.md): ABI-decoded function calls on BNB Chain — parsed function names, inputs, and outputs from verified contracts. - [BNB Chain Overview](https://docs.dune.com/data-catalog/evm/bnb/overview.md): BNB Chain data on Dune - [bnb.blocks](https://docs.dune.com/data-catalog/evm/bnb/raw/blocks.md): Block headers, timestamps, gas limits, base fees, and validator/miner data for BNB Chain. - [bnb.creation_traces](https://docs.dune.com/data-catalog/evm/bnb/raw/creation-traces.md): Contract deployment records on BNB Chain — deployer address, factory context, and deployed bytecode. - [bnb.logs](https://docs.dune.com/data-catalog/evm/bnb/raw/logs.md): Smart contract event logs on BNB Chain — indexed topics and data fields from token transfers, swaps, and protocol actions. - [bnb.traces](https://docs.dune.com/data-catalog/evm/bnb/raw/traces.md): Internal transaction traces on BNB Chain — cross-contract calls, delegate calls, and value transfers with full call stack context. - [bnb.transactions](https://docs.dune.com/data-catalog/evm/bnb/raw/transactions.md): Every transaction on BNB Chain — from, to, value, gas, calldata, and receipt status. - [BOB Overview](https://docs.dune.com/data-catalog/evm/bob/overview.md): BOB data on Dune - [bob.blocks](https://docs.dune.com/data-catalog/evm/bob/raw/blocks.md): Block headers, timestamps, gas limits, base fees, and validator/miner data for BOB. - [bob.logs](https://docs.dune.com/data-catalog/evm/bob/raw/logs.md): Smart contract event logs on BOB — indexed topics and data fields from token transfers, swaps, and protocol actions. - [bob.traces](https://docs.dune.com/data-catalog/evm/bob/raw/traces.md): Internal transaction traces on BOB — cross-contract calls, delegate calls, and value transfers with full call stack context. - [bob.transactions](https://docs.dune.com/data-catalog/evm/bob/raw/transactions.md): Every transaction on BOB — from, to, value, gas, calldata, and receipt status. - [dex_aggregator.trades on boba](https://docs.dune.com/data-catalog/evm/boba/curated-data/dex/dex-aggregator-trades.md): DEX aggregator swaps on Boba — trades routed through aggregators like 1inch, Paraswap, and CoW Swap with pricing and routing details. - [dex.trades on boba](https://docs.dune.com/data-catalog/evm/boba/curated-data/dex/dex-trades.md): The `dex.trades` table captures detailed data on decentralized exchange (DEX) trades, recording all raw trade events across various protocols on boba. - [NFT.trades on Boba](https://docs.dune.com/data-catalog/evm/boba/curated-data/nft/nft-trades.md): The `nft.trades` table captures detailed data on NFT marketplaces, recording all trade events across various protocols on Boba. - [Boba Call Tables](https://docs.dune.com/data-catalog/evm/boba/decoded/call-tables.md): On Dune, we parse all message calls and transactions made to smart contracts on the Boba network in their own tables. - [boba.contracts](https://docs.dune.com/data-catalog/evm/boba/decoded/contracts.md): Verified contract registry on Boba — contract name, namespace, ABI, and deployment metadata. - [Event Logs - Boba](https://docs.dune.com/data-catalog/evm/boba/decoded/event-logs.md): Smart contracts on Boba emit event logs when certain predefined actions are completed. - [boba.logs_decoded](https://docs.dune.com/data-catalog/evm/boba/decoded/logs-decoded.md): ABI-decoded event logs on Boba — human-readable event names and parsed parameters from verified contracts. - [Boba Decoded Overview](https://docs.dune.com/data-catalog/evm/boba/decoded/overview.md): Simplifying Boba smart contract analysis through human-readable tables. - [boba.traces_decoded](https://docs.dune.com/data-catalog/evm/boba/decoded/traces-decoded.md): ABI-decoded function calls on Boba — parsed function names, inputs, and outputs from verified contracts. - [Boba Overview](https://docs.dune.com/data-catalog/evm/boba/overview.md): Boba data on Dune Analytics - [boba.blocks](https://docs.dune.com/data-catalog/evm/boba/raw/blocks.md): Block headers, timestamps, gas limits, base fees, and validator/miner data for Boba. - [boba.creation_traces](https://docs.dune.com/data-catalog/evm/boba/raw/creation-traces.md): Contract deployment records on Boba — deployer address, factory context, and deployed bytecode. - [boba.logs](https://docs.dune.com/data-catalog/evm/boba/raw/logs.md): Smart contract event logs on Boba — indexed topics and data fields from token transfers, swaps, and protocol actions. - [boba.traces](https://docs.dune.com/data-catalog/evm/boba/raw/traces.md): Internal transaction traces on Boba — cross-contract calls, delegate calls, and value transfers with full call stack context. - [boba.transactions](https://docs.dune.com/data-catalog/evm/boba/raw/transactions.md): Every transaction on Boba — from, to, value, gas, calldata, and receipt status. - [dex_aggregator.trades on Celo](https://docs.dune.com/data-catalog/evm/celo/curated-data/dex/dex-aggregator-trades.md): DEX aggregator swaps on Celo — trades routed through aggregators like 1inch, Paraswap, and CoW Swap with pricing and routing details. - [dex.trades on Celo](https://docs.dune.com/data-catalog/evm/celo/curated-data/dex/dex-trades.md): The `dex.trades` table captures detailed data on decentralized exchange (DEX) trades, recording all raw trade events across various protocols on Celo. - [NFT.trades on Celo](https://docs.dune.com/data-catalog/evm/celo/curated-data/nft/nft-trades.md): The `nft.trades` table captures detailed data on NFT marketplaces, recording all trade events across various protocols on Celo. - [Celo Call Tables](https://docs.dune.com/data-catalog/evm/celo/decoded/call-tables.md): On Dune, we parse all message calls and transactions made to smart contracts on the Celo network in their own tables. - [celo.contracts](https://docs.dune.com/data-catalog/evm/celo/decoded/contracts.md): Verified contract registry on Celo — contract name, namespace, ABI, and deployment metadata. - [Event Logs](https://docs.dune.com/data-catalog/evm/celo/decoded/event-logs.md): Smart Contracts emit event logs when certain predefined actions are completed. - [celo.logs_decoded](https://docs.dune.com/data-catalog/evm/celo/decoded/logs-decoded.md): ABI-decoded event logs on Celo — human-readable event names and parsed parameters from verified contracts. - [Celo Decoded Overview](https://docs.dune.com/data-catalog/evm/celo/decoded/overview.md): Simplifying Celo smart contract analysis through human-readable tables. - [celo.traces_decoded](https://docs.dune.com/data-catalog/evm/celo/decoded/traces-decoded.md): ABI-decoded function calls on Celo — parsed function names, inputs, and outputs from verified contracts. - [Celo Overview](https://docs.dune.com/data-catalog/evm/celo/overview.md): Celo data on Dune - [celo.blocks](https://docs.dune.com/data-catalog/evm/celo/raw/blocks.md): Block headers, timestamps, gas limits, base fees, and validator/miner data for Celo. - [celo.creation_traces](https://docs.dune.com/data-catalog/evm/celo/raw/creation-traces.md): Contract deployment records on Celo — deployer address, factory context, and deployed bytecode. - [celo.logs](https://docs.dune.com/data-catalog/evm/celo/raw/logs.md): Smart contract event logs on Celo — indexed topics and data fields from token transfers, swaps, and protocol actions. - [celo.traces](https://docs.dune.com/data-catalog/evm/celo/raw/traces.md): Internal transaction traces on Celo — cross-contract calls, delegate calls, and value transfers with full call stack context. - [celo.transactions](https://docs.dune.com/data-catalog/evm/celo/raw/transactions.md): Every transaction on Celo — from, to, value, gas, calldata, and receipt status. - [dex_aggregator.trades on corn](https://docs.dune.com/data-catalog/evm/corn/curated-data/dex/dex-aggregator-trades.md): DEX aggregator swaps on Corn — trades routed through aggregators like 1inch, Paraswap, and CoW Swap with pricing and routing details. - [dex.trades on corn](https://docs.dune.com/data-catalog/evm/corn/curated-data/dex/dex-trades.md): The `dex.trades` table captures detailed data on decentralized exchange (DEX) trades, recording all raw trade events across various protocols on corn. - [NFT.trades on corn](https://docs.dune.com/data-catalog/evm/corn/curated-data/nft/nft-trades.md): The `nft.trades` table captures detailed data on NFT marketplaces, recording all trade events across various protocols on corn. - [Corn Call Tables](https://docs.dune.com/data-catalog/evm/corn/decoded/call-tables.md): On Dune, we parse all message calls and transactions made to smart contracts on the Corn network in their own tables. - [corn.contracts](https://docs.dune.com/data-catalog/evm/corn/decoded/contracts.md): Verified contract registry on Corn — contract name, namespace, ABI, and deployment metadata. - [Event Logs](https://docs.dune.com/data-catalog/evm/corn/decoded/event-logs.md): Smart Contracts emit event logs when certain predefined actions are completed. - [corn.logs_decoded](https://docs.dune.com/data-catalog/evm/corn/decoded/logs-decoded.md): ABI-decoded event logs on Corn — human-readable event names and parsed parameters from verified contracts. - [Corn Decoded Overview](https://docs.dune.com/data-catalog/evm/corn/decoded/overview.md): Simplifying Corn smart contract analysis through human-readable tables. - [corn.traces_decoded](https://docs.dune.com/data-catalog/evm/corn/decoded/traces-decoded.md): ABI-decoded function calls on Corn — parsed function names, inputs, and outputs from verified contracts. - [Corn Overview](https://docs.dune.com/data-catalog/evm/corn/overview.md): Corn data on Dune - [corn.blocks](https://docs.dune.com/data-catalog/evm/corn/raw/blocks.md): Block headers, timestamps, gas limits, base fees, and validator/miner data for Corn. - [corn.creation_traces](https://docs.dune.com/data-catalog/evm/corn/raw/creation-traces.md): Contract deployment records on Corn — deployer address, factory context, and deployed bytecode. - [corn.logs](https://docs.dune.com/data-catalog/evm/corn/raw/logs.md): Smart contract event logs on Corn — indexed topics and data fields from token transfers, swaps, and protocol actions. - [corn.traces](https://docs.dune.com/data-catalog/evm/corn/raw/traces.md): Internal transaction traces on Corn — cross-contract calls, delegate calls, and value transfers with full call stack context. - [corn.transactions](https://docs.dune.com/data-catalog/evm/corn/raw/transactions.md): Every transaction on Corn — from, to, value, gas, calldata, and receipt status. - [degen Overview](https://docs.dune.com/data-catalog/evm/degen/overview.md): degen data on Dune - [degen.blocks](https://docs.dune.com/data-catalog/evm/degen/raw/blocks.md): Block headers, timestamps, gas limits, base fees, and validator/miner data for Degen. - [degen.logs](https://docs.dune.com/data-catalog/evm/degen/raw/logs.md): Smart contract event logs on Degen — indexed topics and data fields from token transfers, swaps, and protocol actions. - [degen.traces](https://docs.dune.com/data-catalog/evm/degen/raw/traces.md): Internal transaction traces on Degen — cross-contract calls, delegate calls, and value transfers with full call stack context. - [degen.transactions](https://docs.dune.com/data-catalog/evm/degen/raw/transactions.md): Every transaction on Degen — from, to, value, gas, calldata, and receipt status. - [dex_aggregator.trades on ethereum](https://docs.dune.com/data-catalog/evm/ethereum/curated-data/dex/dex-aggregator-trades.md): DEX aggregator swaps on Ethereum — trades routed through aggregators like 1inch, Paraswap, and CoW Swap with pricing and routing details. - [dex.trades on ethereum](https://docs.dune.com/data-catalog/evm/ethereum/curated-data/dex/dex-trades.md): The `dex.trades` table captures detailed data on decentralized exchange (DEX) trades, recording all raw trade events across various protocols on ethereum. - [NFT Trades on Ethereum](https://docs.dune.com/data-catalog/evm/ethereum/curated-data/nft/nft-trades.md): The `nft.trades` table captures detailed data on NFT marketplaces, recording all trade events across various protocols on Ethereum. - [Ethereum Call Tables](https://docs.dune.com/data-catalog/evm/ethereum/decoded/call-tables.md): On Dune, we parse all message calls and transactions made to smart contracts on the Ethereum network in their own tables. - [ethereum.contracts](https://docs.dune.com/data-catalog/evm/ethereum/decoded/contracts.md): Verified contract registry on Ethereum — contract name, namespace, ABI, and deployment metadata. - [Event Logs](https://docs.dune.com/data-catalog/evm/ethereum/decoded/event-logs.md): Smart Contracts emit event logs when certain predefined actions are completed. - [ethereum.logs_decoded](https://docs.dune.com/data-catalog/evm/ethereum/decoded/logs-decoded.md): ABI-decoded event logs on Ethereum — human-readable event names and parsed parameters from verified contracts. - [Ethereum Decoded Overview](https://docs.dune.com/data-catalog/evm/ethereum/decoded/overview.md): Simplifying Ethereum smart contract analysis through human-readable tables. - [ethereum.traces_decoded](https://docs.dune.com/data-catalog/evm/ethereum/decoded/traces-decoded.md): ABI-decoded function calls on Ethereum — parsed function names, inputs, and outputs from verified contracts. - [Ethereum Overview](https://docs.dune.com/data-catalog/evm/ethereum/overview.md): Ethereum data on Dune - [ethereum.blocks](https://docs.dune.com/data-catalog/evm/ethereum/raw/blocks.md): Block headers, timestamps, gas limits, base fees, and validator/miner data for Ethereum. - [ethereum.creation_traces](https://docs.dune.com/data-catalog/evm/ethereum/raw/creation-traces.md): Contract deployment records on Ethereum — deployer address, factory context, and deployed bytecode. - [ethereum.logs](https://docs.dune.com/data-catalog/evm/ethereum/raw/logs.md): Smart contract event logs on Ethereum — indexed topics and data fields from token transfers, swaps, and protocol actions. - [ethereum.traces](https://docs.dune.com/data-catalog/evm/ethereum/raw/traces.md): Internal transaction traces on Ethereum — cross-contract calls, delegate calls, and value transfers with full call stack context. - [ethereum.transactions](https://docs.dune.com/data-catalog/evm/ethereum/raw/transactions.md): Every transaction on Ethereum — from, to, value, gas, calldata, and receipt status. - [ethereum.withdrawals](https://docs.dune.com/data-catalog/evm/ethereum/raw/withdrawals.md): Beacon chain ETH withdrawals on Ethereum — validator index, amount, and recipient address. - [dex_aggregator.trades on fantom](https://docs.dune.com/data-catalog/evm/fantom/curated-data/dex/dex-aggregator-trades.md): DEX aggregator swaps on Fantom — trades routed through aggregators like 1inch, Paraswap, and CoW Swap with pricing and routing details. - [dex.trades on fantom](https://docs.dune.com/data-catalog/evm/fantom/curated-data/dex/dex-trades.md): The `dex.trades` table captures detailed data on decentralized exchange (DEX) trades, recording all raw trade events across various protocols on fantom. - [NFT.trades on fantom](https://docs.dune.com/data-catalog/evm/fantom/curated-data/nft/nft-trades.md): The `nft.trades` table captures detailed data on NFT marketplaces, recording all trade events across various protocols on fantom. - [Fantom Call Tables](https://docs.dune.com/data-catalog/evm/fantom/decoded/call-tables.md): On Dune, we parse all message calls and transactions made to smart contracts on the Fantom network in their own tables. - [fantom.contracts](https://docs.dune.com/data-catalog/evm/fantom/decoded/contracts.md): Verified contract registry on Fantom — contract name, namespace, ABI, and deployment metadata. - [Event Logs](https://docs.dune.com/data-catalog/evm/fantom/decoded/event-logs.md): Smart Contracts emit event logs when certain predefined actions are completed. - [fantom.logs_decoded](https://docs.dune.com/data-catalog/evm/fantom/decoded/logs-decoded.md): ABI-decoded event logs on Fantom — human-readable event names and parsed parameters from verified contracts. - [Fantom Decoded Overview](https://docs.dune.com/data-catalog/evm/fantom/decoded/overview.md): Simplifying Fantom smart contract analysis through human-readable tables. - [fantom.traces_decoded](https://docs.dune.com/data-catalog/evm/fantom/decoded/traces-decoded.md): ABI-decoded function calls on Fantom — parsed function names, inputs, and outputs from verified contracts. - [Fantom Overview](https://docs.dune.com/data-catalog/evm/fantom/overview.md): Fantom data on Dune - [fantom.blocks](https://docs.dune.com/data-catalog/evm/fantom/raw/blocks.md): Block headers, timestamps, gas limits, base fees, and validator/miner data for Fantom. - [fantom.creation_traces](https://docs.dune.com/data-catalog/evm/fantom/raw/creation-traces.md): Contract deployment records on Fantom — deployer address, factory context, and deployed bytecode. - [fantom.logs](https://docs.dune.com/data-catalog/evm/fantom/raw/logs.md): Smart contract event logs on Fantom — indexed topics and data fields from token transfers, swaps, and protocol actions. - [fantom.traces](https://docs.dune.com/data-catalog/evm/fantom/raw/traces.md): Internal transaction traces on Fantom — cross-contract calls, delegate calls, and value transfers with full call stack context. - [fantom.transactions](https://docs.dune.com/data-catalog/evm/fantom/raw/transactions.md): Every transaction on Fantom — from, to, value, gas, calldata, and receipt status. - [dex.trades on flare](https://docs.dune.com/data-catalog/evm/flare/curated-data/dex/dex-trades.md): The `dex.trades` table captures detailed data on decentralized exchange (DEX) trades, recording all raw trade events across various protocols on flare. - [NFT.trades on flare](https://docs.dune.com/data-catalog/evm/flare/curated-data/nft/nft-trades.md): The `nft.trades` table captures detailed data on NFT marketplaces, recording all trade events across various protocols on flare. - [Flare Call Tables](https://docs.dune.com/data-catalog/evm/flare/decoded/call-tables.md): On Dune, we parse all message calls and transactions made to smart contracts on the Flare network in their own tables. - [flare.contracts](https://docs.dune.com/data-catalog/evm/flare/decoded/contracts.md): Verified contract registry on Flare — contract name, namespace, ABI, and deployment metadata. - [Event Logs](https://docs.dune.com/data-catalog/evm/flare/decoded/event-logs.md): Smart Contracts emit event logs when certain predefined actions are completed. - [flare.logs_decoded](https://docs.dune.com/data-catalog/evm/flare/decoded/logs-decoded.md): ABI-decoded event logs on Flare — human-readable event names and parsed parameters from verified contracts. - [Flare Chain Decoded Overview](https://docs.dune.com/data-catalog/evm/flare/decoded/overview.md): Simplifying Flare Chain smart contract analysis through human-readable tables. - [flare.traces_decoded](https://docs.dune.com/data-catalog/evm/flare/decoded/traces-decoded.md): ABI-decoded function calls on Flare — parsed function names, inputs, and outputs from verified contracts. - [Flare Chain Overview](https://docs.dune.com/data-catalog/evm/flare/overview.md): Flare blockchain data on Dune - [flare.blocks](https://docs.dune.com/data-catalog/evm/flare/raw/blocks.md): Block headers, timestamps, gas limits, base fees, and validator/miner data for Flare. - [flare.creation_traces](https://docs.dune.com/data-catalog/evm/flare/raw/creation-traces.md): Contract deployment records on Flare — deployer address, factory context, and deployed bytecode. - [flare.logs](https://docs.dune.com/data-catalog/evm/flare/raw/logs.md): Smart contract event logs on Flare — indexed topics and data fields from token transfers, swaps, and protocol actions. - [flare.traces](https://docs.dune.com/data-catalog/evm/flare/raw/traces.md): Internal transaction traces on Flare — cross-contract calls, delegate calls, and value transfers with full call stack context. - [flare.transactions](https://docs.dune.com/data-catalog/evm/flare/raw/transactions.md): Every transaction on Flare — from, to, value, gas, calldata, and receipt status. - [dex_aggregator.trades on gnosis](https://docs.dune.com/data-catalog/evm/gnosis/curated-data/dex/dex-aggregator-trades.md): DEX aggregator swaps on Gnosis — trades routed through aggregators like 1inch, Paraswap, and CoW Swap with pricing and routing details. - [dex.trades on gnosis](https://docs.dune.com/data-catalog/evm/gnosis/curated-data/dex/dex-trades.md): The `dex.trades` table captures detailed data on decentralized exchange (DEX) trades, recording all raw trade events across various protocols on gnosis. - [NFT.trades on gnosis](https://docs.dune.com/data-catalog/evm/gnosis/curated-data/nft/nft-trades.md): The `nft.trades` table captures detailed data on NFT marketplaces, recording all trade events across various protocols on gnosis. - [Gnosis Chain Call Tables](https://docs.dune.com/data-catalog/evm/gnosis/decoded/call-tables.md): On Dune, we parse all message calls and transactions made to smart contracts on the Gnosis Chain network in their own tables. - [gnosis.contracts](https://docs.dune.com/data-catalog/evm/gnosis/decoded/contracts.md): Verified contract registry on Gnosis — contract name, namespace, ABI, and deployment metadata. - [Event Logs](https://docs.dune.com/data-catalog/evm/gnosis/decoded/event-logs.md): Smart Contracts emit event logs when certain predefined actions are completed. - [gnosis.logs_decoded](https://docs.dune.com/data-catalog/evm/gnosis/decoded/logs-decoded.md): ABI-decoded event logs on Gnosis — human-readable event names and parsed parameters from verified contracts. - [Gnosis Chain Decoded Overview](https://docs.dune.com/data-catalog/evm/gnosis/decoded/overview.md): Simplifying Gnosis Chain smart contract analysis through human-readable tables. - [gnosis.traces_decoded](https://docs.dune.com/data-catalog/evm/gnosis/decoded/traces-decoded.md): ABI-decoded function calls on Gnosis — parsed function names, inputs, and outputs from verified contracts. - [Gnosis Chain Overview](https://docs.dune.com/data-catalog/evm/gnosis/overview.md): Gnosis Chain data on Dune - [gnosis.blocks](https://docs.dune.com/data-catalog/evm/gnosis/raw/blocks.md): Block headers, timestamps, gas limits, base fees, and validator/miner data for Gnosis. - [gnosis.creation_traces](https://docs.dune.com/data-catalog/evm/gnosis/raw/creation-traces.md): Contract deployment records on Gnosis — deployer address, factory context, and deployed bytecode. - [gnosis.logs](https://docs.dune.com/data-catalog/evm/gnosis/raw/logs.md): Smart contract event logs on Gnosis — indexed topics and data fields from token transfers, swaps, and protocol actions. - [gnosis.traces](https://docs.dune.com/data-catalog/evm/gnosis/raw/traces.md): Internal transaction traces on Gnosis — cross-contract calls, delegate calls, and value transfers with full call stack context. - [gnosis.transactions](https://docs.dune.com/data-catalog/evm/gnosis/raw/transactions.md): Every transaction on Gnosis — from, to, value, gas, calldata, and receipt status. - [dex.trades on hemi](https://docs.dune.com/data-catalog/evm/hemi/curated-data/dex/dex-trades.md): The `dex.trades` table captures detailed data on decentralized exchange (DEX) trades, recording all raw trade events across various protocols on hemi. - [Hemi Call Tables](https://docs.dune.com/data-catalog/evm/hemi/decoded/call-tables.md): On Dune, we parse all message calls and transactions made to smart contracts on the Hemi network in their own tables. - [hemi.contracts](https://docs.dune.com/data-catalog/evm/hemi/decoded/contracts.md): Verified contract registry on Hemi — contract name, namespace, ABI, and deployment metadata. - [hemi.event_logs](https://docs.dune.com/data-catalog/evm/hemi/decoded/event-logs.md): Smart contract event logs on Hemi — indexed topics and data fields emitted during transaction execution. - [hemi.logs_decoded](https://docs.dune.com/data-catalog/evm/hemi/decoded/logs-decoded.md): ABI-decoded event logs on Hemi — human-readable event names and parsed parameters from verified contracts. - [Hemi Decoded Overview](https://docs.dune.com/data-catalog/evm/hemi/decoded/overview.md): Simplifying Hemi smart contract analysis through human-readable tables. - [hemi.traces_decoded](https://docs.dune.com/data-catalog/evm/hemi/decoded/traces-decoded.md): ABI-decoded function calls on Hemi — parsed function names, inputs, and outputs from verified contracts. - [Hemi Overview](https://docs.dune.com/data-catalog/evm/hemi/overview.md): Hemi data on Dune - [hemi.blocks](https://docs.dune.com/data-catalog/evm/hemi/raw/blocks.md): Block headers, timestamps, gas limits, base fees, and validator/miner data for Hemi. - [hemi.creation_traces](https://docs.dune.com/data-catalog/evm/hemi/raw/creation-traces.md): Contract deployment records on Hemi — deployer address, factory context, and deployed bytecode. - [hemi.logs](https://docs.dune.com/data-catalog/evm/hemi/raw/logs.md): Smart contract event logs on Hemi — indexed topics and data fields from token transfers, swaps, and protocol actions. - [hemi.traces](https://docs.dune.com/data-catalog/evm/hemi/raw/traces.md): Internal transaction traces on Hemi — cross-contract calls, delegate calls, and value transfers with full call stack context. - [hemi.transactions](https://docs.dune.com/data-catalog/evm/hemi/raw/transactions.md): Every transaction on Hemi — from, to, value, gas, calldata, and receipt status. - [Henesys Call Tables](https://docs.dune.com/data-catalog/evm/henesys/decoded/call-tables.md): On Dune, we parse all message calls and transactions made to smart contracts on the Henesys network in their own tables. - [henesys.contracts](https://docs.dune.com/data-catalog/evm/henesys/decoded/contracts.md): Verified contract registry on Henesys — contract name, namespace, ABI, and deployment metadata. - [henesys.event_logs](https://docs.dune.com/data-catalog/evm/henesys/decoded/event-logs.md): Smart contract event logs on Henesys — indexed topics and data fields emitted during transaction execution. - [henesys.logs_decoded](https://docs.dune.com/data-catalog/evm/henesys/decoded/logs-decoded.md): ABI-decoded event logs on Henesys — human-readable event names and parsed parameters from verified contracts. - [Henesys Decoded Overview](https://docs.dune.com/data-catalog/evm/henesys/decoded/overview.md): Simplifying Henesys smart contract analysis through human-readable tables. - [henesys.traces_decoded](https://docs.dune.com/data-catalog/evm/henesys/decoded/traces-decoded.md): ABI-decoded function calls on Henesys — parsed function names, inputs, and outputs from verified contracts. - [Henesys Overview](https://docs.dune.com/data-catalog/evm/henesys/overview.md): Henesys data on Dune - [henesys.blocks](https://docs.dune.com/data-catalog/evm/henesys/raw/blocks.md): Block headers, timestamps, gas limits, base fees, and validator/miner data for Henesys. - [henesys.creation_traces](https://docs.dune.com/data-catalog/evm/henesys/raw/creation-traces.md): Contract deployment records on Henesys — deployer address, factory context, and deployed bytecode. - [henesys.logs](https://docs.dune.com/data-catalog/evm/henesys/raw/logs.md): Smart contract event logs on Henesys — indexed topics and data fields from token transfers, swaps, and protocol actions. - [henesys.traces](https://docs.dune.com/data-catalog/evm/henesys/raw/traces.md): Internal transaction traces on Henesys — cross-contract calls, delegate calls, and value transfers with full call stack context. - [henesys.transactions](https://docs.dune.com/data-catalog/evm/henesys/raw/transactions.md): Every transaction on Henesys — from, to, value, gas, calldata, and receipt status. - [dex.trades on hyperevm](https://docs.dune.com/data-catalog/evm/hyperevm/curated-data/dex/dex-trades.md): The `dex.trades` table captures detailed data on decentralized exchange (DEX) trades, recording all raw trade events across various protocols on hyperevm. - [hyperevm.contracts](https://docs.dune.com/data-catalog/evm/hyperevm/decoded/contracts.md): Verified contract registry on HyperEVM — contract name, namespace, ABI, and deployment metadata. - [hyperevm.event_logs](https://docs.dune.com/data-catalog/evm/hyperevm/decoded/event-logs.md): Smart contract event logs on HyperEVM — indexed topics and data fields emitted during transaction execution. - [hyperevm.logs_decoded](https://docs.dune.com/data-catalog/evm/hyperevm/decoded/logs-decoded.md): ABI-decoded event logs on HyperEVM — human-readable event names and parsed parameters from verified contracts. - [HyperEVM Decoded Overview](https://docs.dune.com/data-catalog/evm/hyperevm/decoded/overview.md): Simplifying HyperEVM smart contract analysis through human-readable tables. - [HyperEVM Overview](https://docs.dune.com/data-catalog/evm/hyperevm/overview.md): HyperEVM data on Dune - [hyperevm.blocks](https://docs.dune.com/data-catalog/evm/hyperevm/raw/blocks.md): Block headers, timestamps, gas limits, base fees, and validator/miner data for HyperEVM. - [hyperevm.logs](https://docs.dune.com/data-catalog/evm/hyperevm/raw/logs.md): Smart contract event logs on HyperEVM — indexed topics and data fields from token transfers, swaps, and protocol actions. - [hyperevm.transactions](https://docs.dune.com/data-catalog/evm/hyperevm/raw/transactions.md): Every transaction on HyperEVM — from, to, value, gas, calldata, and receipt status. - [dex_aggregator.trades on ink](https://docs.dune.com/data-catalog/evm/ink/curated-data/dex/dex-aggregator-trades.md): DEX aggregator swaps on Ink — trades routed through aggregators like 1inch, Paraswap, and CoW Swap with pricing and routing details. - [dex.trades on ink](https://docs.dune.com/data-catalog/evm/ink/curated-data/dex/dex-trades.md): The `dex.trades` table captures detailed data on decentralized exchange (DEX) trades, recording all raw trade events across various protocols on ink. - [NFT.trades on ink](https://docs.dune.com/data-catalog/evm/ink/curated-data/nft/nft-trades.md): The `nft.trades` table captures detailed data on NFT marketplaces, recording all trade events across various protocols on ink. - [Ink Call Tables](https://docs.dune.com/data-catalog/evm/ink/decoded/call-tables.md): On Dune, we parse all message calls and transactions made to smart contracts on the Ink network in their own tables. - [ink.contracts](https://docs.dune.com/data-catalog/evm/ink/decoded/contracts.md): Verified contract registry on Ink — contract name, namespace, ABI, and deployment metadata. - [Event Logs](https://docs.dune.com/data-catalog/evm/ink/decoded/event-logs.md): Smart Contracts emit event logs when certain predefined actions are completed. - [ink.logs_decoded](https://docs.dune.com/data-catalog/evm/ink/decoded/logs-decoded.md): ABI-decoded event logs on Ink — human-readable event names and parsed parameters from verified contracts. - [Ink Decoded Overview](https://docs.dune.com/data-catalog/evm/ink/decoded/overview.md): Simplifying Ink smart contract analysis through human-readable tables. - [ink.traces_decoded](https://docs.dune.com/data-catalog/evm/ink/decoded/traces-decoded.md): ABI-decoded function calls on Ink — parsed function names, inputs, and outputs from verified contracts. - [Ink Overview](https://docs.dune.com/data-catalog/evm/ink/overview.md): Ink data on Dune - [ink.blocks](https://docs.dune.com/data-catalog/evm/ink/raw/blocks.md): Block headers, timestamps, gas limits, base fees, and validator/miner data for Ink. - [ink.creation_traces](https://docs.dune.com/data-catalog/evm/ink/raw/creation-traces.md): Contract deployment records on Ink — deployer address, factory context, and deployed bytecode. - [ink.logs](https://docs.dune.com/data-catalog/evm/ink/raw/logs.md): Smart contract event logs on Ink — indexed topics and data fields from token transfers, swaps, and protocol actions. - [ink.traces](https://docs.dune.com/data-catalog/evm/ink/raw/traces.md): Internal transaction traces on Ink — cross-contract calls, delegate calls, and value transfers with full call stack context. - [ink.transactions](https://docs.dune.com/data-catalog/evm/ink/raw/transactions.md): Every transaction on Ink — from, to, value, gas, calldata, and receipt status. - [dex.trades on kaia](https://docs.dune.com/data-catalog/evm/kaia/curated-data/dex/dex-trades.md): The `dex.trades` table captures detailed data on decentralized exchange (DEX) trades, recording all raw trade events across various protocols on kaia. - [NFT.trades on kaia](https://docs.dune.com/data-catalog/evm/kaia/curated-data/nft/nft-trades.md): The `nft.trades` table captures detailed data on NFT marketplaces, recording all trade events across various protocols on kaia. - [KAIA Call Tables](https://docs.dune.com/data-catalog/evm/kaia/decoded/call-tables.md): On Dune, we parse all message calls and transactions made to smart contracts on the KAIA network in their own tables. - [kaia.contracts](https://docs.dune.com/data-catalog/evm/kaia/decoded/contracts.md): Verified contract registry on KAIA — contract name, namespace, ABI, and deployment metadata. - [Event Logs](https://docs.dune.com/data-catalog/evm/kaia/decoded/event-logs.md): Smart Contracts emit event logs when certain predefined actions are completed. - [kaia.logs_decoded](https://docs.dune.com/data-catalog/evm/kaia/decoded/logs-decoded.md): ABI-decoded event logs on KAIA — human-readable event names and parsed parameters from verified contracts. - [KAIA Chain Decoded Overview](https://docs.dune.com/data-catalog/evm/kaia/decoded/overview.md): Simplifying KAIA Chain smart contract analysis through human-readable tables. - [kaia.traces_decoded](https://docs.dune.com/data-catalog/evm/kaia/decoded/traces-decoded.md): ABI-decoded function calls on KAIA — parsed function names, inputs, and outputs from verified contracts. - [KAIA Chain Overview](https://docs.dune.com/data-catalog/evm/kaia/overview.md): KAIA blockchain data on Dune - [kaia.blocks](https://docs.dune.com/data-catalog/evm/kaia/raw/blocks.md): Block headers, timestamps, gas limits, base fees, and validator/miner data for KAIA. - [kaia.creation_traces](https://docs.dune.com/data-catalog/evm/kaia/raw/creation-traces.md): Contract deployment records on KAIA — deployer address, factory context, and deployed bytecode. - [kaia.logs](https://docs.dune.com/data-catalog/evm/kaia/raw/logs.md): Smart contract event logs on KAIA — indexed topics and data fields from token transfers, swaps, and protocol actions. - [kaia.traces](https://docs.dune.com/data-catalog/evm/kaia/raw/traces.md): Internal transaction traces on KAIA — cross-contract calls, delegate calls, and value transfers with full call stack context. - [kaia.transactions](https://docs.dune.com/data-catalog/evm/kaia/raw/transactions.md): Every transaction on KAIA — from, to, value, gas, calldata, and receipt status. - [dex_aggregator.trades on katana](https://docs.dune.com/data-catalog/evm/katana/curated-data/dex/dex-aggregator-trades.md): DEX aggregator swaps on Katana — trades routed through aggregators like 1inch, Paraswap, and CoW Swap with pricing and routing details. - [dex.trades on katana](https://docs.dune.com/data-catalog/evm/katana/curated-data/dex/dex-trades.md): The `dex.trades` table captures detailed data on DEX trade events across various protocols on katana. - [Call Tables](https://docs.dune.com/data-catalog/evm/katana/decoded/call-tables.md): On Dune, we parse all message calls and transactions made to smart contracts in their own tables. - [katana.contracts](https://docs.dune.com/data-catalog/evm/katana/decoded/contracts.md): Verified contract registry on Katana — contract name, namespace, ABI, and deployment metadata. - [Event Logs](https://docs.dune.com/data-catalog/evm/katana/decoded/event-logs.md): Smart Contracts emit event logs when certain predefined actions are completed. - [katana.logs_decoded](https://docs.dune.com/data-catalog/evm/katana/decoded/logs-decoded.md): ABI-decoded event logs on Katana — human-readable event names and parsed parameters from verified contracts. - [Decoded Data Overview](https://docs.dune.com/data-catalog/evm/katana/decoded/overview.md): Overview of decoded data on Katana - [katana.traces_decoded](https://docs.dune.com/data-catalog/evm/katana/decoded/traces-decoded.md): ABI-decoded function calls on Katana — parsed function names, inputs, and outputs from verified contracts. - [Katana Overview](https://docs.dune.com/data-catalog/evm/katana/overview.md): Katana data on Dune - [katana.blocks](https://docs.dune.com/data-catalog/evm/katana/raw/blocks.md): Block headers, timestamps, gas limits, base fees, and validator/miner data for Katana. - [katana.creation_traces](https://docs.dune.com/data-catalog/evm/katana/raw/creation-traces.md): Contract deployment records on Katana — deployer address, factory context, and deployed bytecode. - [katana.logs](https://docs.dune.com/data-catalog/evm/katana/raw/logs.md): Smart contract event logs on Katana — indexed topics and data fields from token transfers, swaps, and protocol actions. - [katana.traces](https://docs.dune.com/data-catalog/evm/katana/raw/traces.md): Internal transaction traces on Katana — cross-contract calls, delegate calls, and value transfers with full call stack context. - [katana.transactions](https://docs.dune.com/data-catalog/evm/katana/raw/transactions.md): Every transaction on Katana — from, to, value, gas, calldata, and receipt status. - [dex.trades on lens](https://docs.dune.com/data-catalog/evm/lens/curated-data/dex/dex-trades.md): The `dex.trades` table captures detailed data on decentralized exchange (DEX) trades, recording all raw trade events across various protocols on lens. - [NFT.trades on lens](https://docs.dune.com/data-catalog/evm/lens/curated-data/nft/nft-trades.md): The `nft.trades` table captures detailed data on NFT marketplaces, recording all trade events across various protocols on lens. - [Lens Call Tables](https://docs.dune.com/data-catalog/evm/lens/decoded/call-tables.md): On Dune, we parse all message calls and transactions made to smart contracts on the Lens network in their own tables. - [lens.contracts](https://docs.dune.com/data-catalog/evm/lens/decoded/contracts.md): Verified contract registry on Lens — contract name, namespace, ABI, and deployment metadata. - [Event Logs](https://docs.dune.com/data-catalog/evm/lens/decoded/event-logs.md): Smart Contracts emit event logs when certain predefined actions are completed. - [lens.logs_decoded](https://docs.dune.com/data-catalog/evm/lens/decoded/logs-decoded.md): ABI-decoded event logs on Lens — human-readable event names and parsed parameters from verified contracts. - [Lens Decoded Overview](https://docs.dune.com/data-catalog/evm/lens/decoded/overview.md): Simplifying Lens smart contract analysis through human-readable tables. - [lens.traces_decoded](https://docs.dune.com/data-catalog/evm/lens/decoded/traces-decoded.md): ABI-decoded function calls on Lens — parsed function names, inputs, and outputs from verified contracts. - [Lens Overview](https://docs.dune.com/data-catalog/evm/lens/overview.md): Lens data on Dune - [lens.blocks](https://docs.dune.com/data-catalog/evm/lens/raw/blocks.md): Block headers, timestamps, gas limits, base fees, and validator/miner data for Lens. - [lens.creation_traces](https://docs.dune.com/data-catalog/evm/lens/raw/creation-traces.md): Contract deployment records on Lens — deployer address, factory context, and deployed bytecode. - [lens.logs](https://docs.dune.com/data-catalog/evm/lens/raw/logs.md): Smart contract event logs on Lens — indexed topics and data fields from token transfers, swaps, and protocol actions. - [lens.traces](https://docs.dune.com/data-catalog/evm/lens/raw/traces.md): Internal transaction traces on Lens — cross-contract calls, delegate calls, and value transfers with full call stack context. - [lens.transactions](https://docs.dune.com/data-catalog/evm/lens/raw/transactions.md): Every transaction on Lens — from, to, value, gas, calldata, and receipt status. - [dex_aggregator.trades on linea](https://docs.dune.com/data-catalog/evm/linea/curated-data/dex/dex-aggregator-trades.md): DEX aggregator swaps on Linea — trades routed through aggregators like 1inch, Paraswap, and CoW Swap with pricing and routing details. - [dex.trades on linea](https://docs.dune.com/data-catalog/evm/linea/curated-data/dex/dex-trades.md): The `dex.trades` table captures detailed data on decentralized exchange (DEX) trades, recording all raw trade events across various protocols on linea. - [NFT.trades on linea](https://docs.dune.com/data-catalog/evm/linea/curated-data/nft/nft-trades.md): The `nft.trades` table captures detailed data on NFT marketplaces, recording all trade events across various protocols on linea. - [Linea Call Tables](https://docs.dune.com/data-catalog/evm/linea/decoded/call-tables.md): On Dune, we parse all message calls and transactions made to smart contracts on the Linea network in their own tables. - [linea.contracts](https://docs.dune.com/data-catalog/evm/linea/decoded/contracts.md): Verified contract registry on Linea — contract name, namespace, ABI, and deployment metadata. - [Event Logs](https://docs.dune.com/data-catalog/evm/linea/decoded/event-logs.md): Smart Contracts emit event logs when certain predefined actions are completed. - [linea.logs_decoded](https://docs.dune.com/data-catalog/evm/linea/decoded/logs-decoded.md): ABI-decoded event logs on Linea — human-readable event names and parsed parameters from verified contracts. - [Linea Decoded Overview](https://docs.dune.com/data-catalog/evm/linea/decoded/overview.md): Simplifying Linea smart contract analysis through human-readable tables. - [linea.traces_decoded](https://docs.dune.com/data-catalog/evm/linea/decoded/traces-decoded.md): ABI-decoded function calls on Linea — parsed function names, inputs, and outputs from verified contracts. - [Linea Overview](https://docs.dune.com/data-catalog/evm/linea/overview.md): Linea data on Dune - [linea.blocks](https://docs.dune.com/data-catalog/evm/linea/raw/blocks.md): Block headers, timestamps, gas limits, base fees, and validator/miner data for Linea. - [linea.creation_traces](https://docs.dune.com/data-catalog/evm/linea/raw/creation-traces.md): Contract deployment records on Linea — deployer address, factory context, and deployed bytecode. - [linea.logs](https://docs.dune.com/data-catalog/evm/linea/raw/logs.md): Smart contract event logs on Linea — indexed topics and data fields from token transfers, swaps, and protocol actions. - [linea.traces](https://docs.dune.com/data-catalog/evm/linea/raw/traces.md): Internal transaction traces on Linea — cross-contract calls, delegate calls, and value transfers with full call stack context. - [linea.transactions](https://docs.dune.com/data-catalog/evm/linea/raw/transactions.md): Every transaction on Linea — from, to, value, gas, calldata, and receipt status. - [dex_aggregator.trades on mantle](https://docs.dune.com/data-catalog/evm/mantle/curated-data/dex/dex-aggregator-trades.md): DEX aggregator swaps on Mantle — trades routed through aggregators like 1inch, Paraswap, and CoW Swap with pricing and routing details. - [dex.trades on mantle](https://docs.dune.com/data-catalog/evm/mantle/curated-data/dex/dex-trades.md): The `dex.trades` table captures detailed data on decentralized exchange (DEX) trades, recording all raw trade events across various protocols on mantle. - [NFT.trades on mantle](https://docs.dune.com/data-catalog/evm/mantle/curated-data/nft/nft-trades.md): The `nft.trades` table captures detailed data on NFT marketplaces, recording all trade events across various protocols on mantle. - [Mantle Call Tables](https://docs.dune.com/data-catalog/evm/mantle/decoded/call-tables.md): On Dune, we parse all message calls and transactions made to smart contracts on the Mantle network in their own tables. - [mantle.contracts](https://docs.dune.com/data-catalog/evm/mantle/decoded/contracts.md): Verified contract registry on Mantle — contract name, namespace, ABI, and deployment metadata. - [Event Logs](https://docs.dune.com/data-catalog/evm/mantle/decoded/event-logs.md): Smart Contracts emit event logs when certain predefined actions are completed. - [mantle.logs_decoded](https://docs.dune.com/data-catalog/evm/mantle/decoded/logs-decoded.md): ABI-decoded event logs on Mantle — human-readable event names and parsed parameters from verified contracts. - [Mantle Decoded Overview](https://docs.dune.com/data-catalog/evm/mantle/decoded/overview.md): Simplifying Mantle smart contract analysis through human-readable tables. - [mantle.traces_decoded](https://docs.dune.com/data-catalog/evm/mantle/decoded/traces-decoded.md): ABI-decoded function calls on Mantle — parsed function names, inputs, and outputs from verified contracts. - [Mantle Overview](https://docs.dune.com/data-catalog/evm/mantle/overview.md): Mantle data on Dune - [mantle.blocks](https://docs.dune.com/data-catalog/evm/mantle/raw/blocks.md): Block headers, timestamps, gas limits, base fees, and validator/miner data for Mantle. - [mantle.creation_traces](https://docs.dune.com/data-catalog/evm/mantle/raw/creation-traces.md): Contract deployment records on Mantle — deployer address, factory context, and deployed bytecode. - [mantle.logs](https://docs.dune.com/data-catalog/evm/mantle/raw/logs.md): Smart contract event logs on Mantle — indexed topics and data fields from token transfers, swaps, and protocol actions. - [mantle.traces](https://docs.dune.com/data-catalog/evm/mantle/raw/traces.md): Internal transaction traces on Mantle — cross-contract calls, delegate calls, and value transfers with full call stack context. - [mantle.transactions](https://docs.dune.com/data-catalog/evm/mantle/raw/transactions.md): Every transaction on Mantle — from, to, value, gas, calldata, and receipt status. - [dex.trades on megaeth](https://docs.dune.com/data-catalog/evm/megaeth/curated-data/dex/dex-trades.md): The `dex.trades` table captures detailed data on decentralized exchange (DEX) trades, recording all raw trade events across various protocols on megaeth. - [MegaETH Call Tables](https://docs.dune.com/data-catalog/evm/megaeth/decoded/call-tables.md): On Dune, we parse all message calls and transactions made to smart contracts on the MegaETH network in their own tables. - [megaeth.contracts](https://docs.dune.com/data-catalog/evm/megaeth/decoded/contracts.md): Verified contract registry on MegaETH — contract name, namespace, ABI, and deployment metadata. - [megaeth.event_logs](https://docs.dune.com/data-catalog/evm/megaeth/decoded/event-logs.md): Smart contract event logs on MegaETH — indexed topics and data fields emitted during transaction execution. - [megaeth.logs_decoded](https://docs.dune.com/data-catalog/evm/megaeth/decoded/logs-decoded.md): ABI-decoded event logs on MegaETH — human-readable event names and parsed parameters from verified contracts. - [MegaETH Decoded Overview](https://docs.dune.com/data-catalog/evm/megaeth/decoded/overview.md): Simplifying MegaETH smart contract analysis through human-readable tables. - [megaeth.traces_decoded](https://docs.dune.com/data-catalog/evm/megaeth/decoded/traces-decoded.md): ABI-decoded function calls on MegaETH — parsed function names, inputs, and outputs from verified contracts. - [MegaETH Overview](https://docs.dune.com/data-catalog/evm/megaeth/overview.md): MegaETH data on Dune - [megaeth.blocks](https://docs.dune.com/data-catalog/evm/megaeth/raw/blocks.md): Block headers, timestamps, gas limits, base fees, and validator/miner data for MegaETH. - [megaeth.creation_traces](https://docs.dune.com/data-catalog/evm/megaeth/raw/creation-traces.md): Contract deployment records on MegaETH — deployer address, factory context, and deployed bytecode. - [megaeth.logs](https://docs.dune.com/data-catalog/evm/megaeth/raw/logs.md): Smart contract event logs on MegaETH — indexed topics and data fields from token transfers, swaps, and protocol actions. - [megaeth.traces](https://docs.dune.com/data-catalog/evm/megaeth/raw/traces.md): Internal transaction traces on MegaETH — cross-contract calls, delegate calls, and value transfers with full call stack context. - [megaeth.transactions](https://docs.dune.com/data-catalog/evm/megaeth/raw/transactions.md): Every transaction on MegaETH — from, to, value, gas, calldata, and receipt status. - [dex.trades on mezo](https://docs.dune.com/data-catalog/evm/mezo/curated-data/dex/dex-trades.md): The `dex.trades` table captures detailed data on decentralized exchange (DEX) trades, recording all raw trade events across various protocols on mezo. - [Mezo Call Tables](https://docs.dune.com/data-catalog/evm/mezo/decoded/call-tables.md): On Dune, we parse all message calls and transactions made to smart contracts on the Mezo network in their own tables. - [mezo.contracts](https://docs.dune.com/data-catalog/evm/mezo/decoded/contracts.md): Verified contract registry on Mezo — contract name, namespace, ABI, and deployment metadata. - [Event Logs](https://docs.dune.com/data-catalog/evm/mezo/decoded/event-logs.md): Smart Contracts emit event logs when certain predefined actions are completed. - [mezo.logs_decoded](https://docs.dune.com/data-catalog/evm/mezo/decoded/logs-decoded.md): ABI-decoded event logs on Mezo — human-readable event names and parsed parameters from verified contracts. - [Mezo Decoded Overview](https://docs.dune.com/data-catalog/evm/mezo/decoded/overview.md): Simplifying Mezo smart contract analysis through human-readable tables. - [mezo.traces_decoded](https://docs.dune.com/data-catalog/evm/mezo/decoded/traces-decoded.md): ABI-decoded function calls on Mezo — parsed function names, inputs, and outputs from verified contracts. - [Mezo Overview](https://docs.dune.com/data-catalog/evm/mezo/overview.md): Mezo data on Dune - [mezo.blocks](https://docs.dune.com/data-catalog/evm/mezo/raw/blocks.md): Block headers, timestamps, gas limits, base fees, and validator/miner data for Mezo. - [mezo.creation_traces](https://docs.dune.com/data-catalog/evm/mezo/raw/creation-traces.md): Contract deployment records on Mezo — deployer address, factory context, and deployed bytecode. - [mezo.logs](https://docs.dune.com/data-catalog/evm/mezo/raw/logs.md): Smart contract event logs on Mezo — indexed topics and data fields from token transfers, swaps, and protocol actions. - [mezo.traces](https://docs.dune.com/data-catalog/evm/mezo/raw/traces.md): Internal transaction traces on Mezo — cross-contract calls, delegate calls, and value transfers with full call stack context. - [mezo.transactions](https://docs.dune.com/data-catalog/evm/mezo/raw/transactions.md): Every transaction on Mezo — from, to, value, gas, calldata, and receipt status. - [Monad Testnet Call Tables](https://docs.dune.com/data-catalog/evm/monad-testnet/decoded/call-tables.md): On Dune, we parse all message calls and transactions made to smart contracts on the Monad testnet in their own tables. - [monad_testnet.contracts](https://docs.dune.com/data-catalog/evm/monad-testnet/decoded/contracts.md): Verified contract registry on Monad Testnet — contract name, namespace, ABI, and deployment metadata. - [monad_testnet.event_logs](https://docs.dune.com/data-catalog/evm/monad-testnet/decoded/event-logs.md): Smart contract event logs on Monad Testnet — indexed topics and data fields emitted during transaction execution. - [monad_testnet.logs_decoded](https://docs.dune.com/data-catalog/evm/monad-testnet/decoded/logs-decoded.md): ABI-decoded event logs on Monad Testnet — human-readable event names and parsed parameters from verified contracts. - [Monad Testnet Decoded Overview](https://docs.dune.com/data-catalog/evm/monad-testnet/decoded/overview.md): Simplifying Monad testnet smart contract analysis through human-readable tables. - [monad_testnet.traces_decoded](https://docs.dune.com/data-catalog/evm/monad-testnet/decoded/traces-decoded.md): ABI-decoded function calls on Monad Testnet — parsed function names, inputs, and outputs from verified contracts. - [Monad Testnet Overview](https://docs.dune.com/data-catalog/evm/monad-testnet/overview.md): Monad Testnet data on Dune - [monad_testnet.blocks](https://docs.dune.com/data-catalog/evm/monad-testnet/raw/blocks.md): Block headers, timestamps, gas limits, base fees, and validator/miner data for Monad Testnet. - [monad_testnet.creation_traces](https://docs.dune.com/data-catalog/evm/monad-testnet/raw/creation-traces.md): Contract deployment records on Monad Testnet — deployer address, factory context, and deployed bytecode. - [monad_testnet.logs](https://docs.dune.com/data-catalog/evm/monad-testnet/raw/logs.md): Smart contract event logs on Monad Testnet — indexed topics and data fields from token transfers, swaps, and protocol actions. - [monad_testnet.traces](https://docs.dune.com/data-catalog/evm/monad-testnet/raw/traces.md): Internal transaction traces on Monad Testnet — cross-contract calls, delegate calls, and value transfers with full call stack context. - [monad_testnet.transactions](https://docs.dune.com/data-catalog/evm/monad-testnet/raw/transactions.md): Every transaction on Monad Testnet — from, to, value, gas, calldata, and receipt status. - [dex.trades on monad](https://docs.dune.com/data-catalog/evm/monad/curated-data/dex/dex-trades.md): The `dex.trades` table captures detailed data on decentralized exchange (DEX) trades, recording all raw trade events across various protocols on monad. - [Monad Call Tables](https://docs.dune.com/data-catalog/evm/monad/decoded/call-tables.md): On Dune, we parse all message calls and transactions made to smart contracts on the Monad in their own tables. - [monad.contracts](https://docs.dune.com/data-catalog/evm/monad/decoded/contracts.md): Verified contract registry on Monad — contract name, namespace, ABI, and deployment metadata. - [monad.event_logs](https://docs.dune.com/data-catalog/evm/monad/decoded/event-logs.md): Smart contract event logs on Monad — indexed topics and data fields emitted during transaction execution. - [monad.logs_decoded](https://docs.dune.com/data-catalog/evm/monad/decoded/logs-decoded.md): ABI-decoded event logs on Monad — human-readable event names and parsed parameters from verified contracts. - [Monad Decoded Overview](https://docs.dune.com/data-catalog/evm/monad/decoded/overview.md): Simplifying Monad smart contract analysis through human-readable tables. - [monad.traces_decoded](https://docs.dune.com/data-catalog/evm/monad/decoded/traces-decoded.md): ABI-decoded function calls on Monad — parsed function names, inputs, and outputs from verified contracts. - [Monad Overview](https://docs.dune.com/data-catalog/evm/monad/overview.md): Monad data on Dune - [monad.blocks](https://docs.dune.com/data-catalog/evm/monad/raw/blocks.md): Block headers, timestamps, gas limits, base fees, and validator/miner data for Monad. - [monad.creation_traces](https://docs.dune.com/data-catalog/evm/monad/raw/creation-traces.md): Contract deployment records on Monad — deployer address, factory context, and deployed bytecode. - [monad.logs](https://docs.dune.com/data-catalog/evm/monad/raw/logs.md): Smart contract event logs on Monad — indexed topics and data fields from token transfers, swaps, and protocol actions. - [monad.traces](https://docs.dune.com/data-catalog/evm/monad/raw/traces.md): Internal transaction traces on Monad — cross-contract calls, delegate calls, and value transfers with full call stack context. - [monad.transactions](https://docs.dune.com/data-catalog/evm/monad/raw/transactions.md): Every transaction on Monad — from, to, value, gas, calldata, and receipt status. - [dex_aggregator.trades on opbnb](https://docs.dune.com/data-catalog/evm/opbnb/curated-data/dex/dex-aggregator-trades.md): DEX aggregator swaps on opBNB — trades routed through aggregators like 1inch, Paraswap, and CoW Swap with pricing and routing details. - [dex.trades on opbnb](https://docs.dune.com/data-catalog/evm/opbnb/curated-data/dex/dex-trades.md): The `dex.trades` table captures detailed data on decentralized exchange (DEX) trades, recording all raw trade events across various protocols on opbnb. - [NFT.trades on opbnb](https://docs.dune.com/data-catalog/evm/opbnb/curated-data/nft/nft-trades.md): The `nft.trades` table captures detailed data on NFT marketplaces, recording all trade events across various protocols on opbnb. - [opBNB Call Tables](https://docs.dune.com/data-catalog/evm/opbnb/decoded/call-tables.md): On Dune, we parse all message calls and transactions made to smart contracts on the opBNB network in their own tables. - [opbnb.contracts](https://docs.dune.com/data-catalog/evm/opbnb/decoded/contracts.md): Verified contract registry on opBNB — contract name, namespace, ABI, and deployment metadata. - [Event Logs](https://docs.dune.com/data-catalog/evm/opbnb/decoded/event-logs.md): Smart Contracts emit event logs when certain predefined actions are completed. - [opbnb.logs_decoded](https://docs.dune.com/data-catalog/evm/opbnb/decoded/logs-decoded.md): ABI-decoded event logs on opBNB — human-readable event names and parsed parameters from verified contracts. - [opBNB Decoded Overview](https://docs.dune.com/data-catalog/evm/opbnb/decoded/overview.md): Simplifying opBNB smart contract analysis through human-readable tables. - [opbnb.traces_decoded](https://docs.dune.com/data-catalog/evm/opbnb/decoded/traces-decoded.md): ABI-decoded function calls on opBNB — parsed function names, inputs, and outputs from verified contracts. - [opBNB Overview](https://docs.dune.com/data-catalog/evm/opbnb/overview.md): opBNB data on Dune - [opbnb.blocks](https://docs.dune.com/data-catalog/evm/opbnb/raw/blocks.md): Block headers, timestamps, gas limits, base fees, and validator/miner data for opBNB. - [opbnb.creation_traces](https://docs.dune.com/data-catalog/evm/opbnb/raw/creation-traces.md): Contract deployment records on opBNB — deployer address, factory context, and deployed bytecode. - [opbnb.logs](https://docs.dune.com/data-catalog/evm/opbnb/raw/logs.md): Smart contract event logs on opBNB — indexed topics and data fields from token transfers, swaps, and protocol actions. - [opbnb.traces](https://docs.dune.com/data-catalog/evm/opbnb/raw/traces.md): Internal transaction traces on opBNB — cross-contract calls, delegate calls, and value transfers with full call stack context. - [opbnb.transactions](https://docs.dune.com/data-catalog/evm/opbnb/raw/transactions.md): Every transaction on opBNB — from, to, value, gas, calldata, and receipt status. - [dex_aggregator.trades on optimism](https://docs.dune.com/data-catalog/evm/optimism/curated-data/dex/dex-aggregator-trades.md): DEX aggregator swaps on Optimism — trades routed through aggregators like 1inch, Paraswap, and CoW Swap with pricing and routing details. - [dex.trades on optimism](https://docs.dune.com/data-catalog/evm/optimism/curated-data/dex/dex-trades.md): The `dex.trades` table captures detailed data on decentralized exchange (DEX) trades, recording all raw trade events across various protocols on optimism. - [NFT.trades on optimism](https://docs.dune.com/data-catalog/evm/optimism/curated-data/nft/nft-trades.md): The `nft.trades` table captures detailed data on NFT marketplaces, recording all trade events across various protocols on optimism. - [Optimism Call Tables](https://docs.dune.com/data-catalog/evm/optimism/decoded/call-tables.md): On Dune, we parse all message calls and transactions made to smart contracts on the Optimism network in their own tables. - [optimism.contracts](https://docs.dune.com/data-catalog/evm/optimism/decoded/contracts.md): Verified contract registry on Optimism — contract name, namespace, ABI, and deployment metadata. - [Event Logs](https://docs.dune.com/data-catalog/evm/optimism/decoded/event-logs.md): Smart Contracts emit event logs when certain predefined actions are completed. - [optimism.logs_decoded](https://docs.dune.com/data-catalog/evm/optimism/decoded/logs-decoded.md): ABI-decoded event logs on Optimism — human-readable event names and parsed parameters from verified contracts. - [Optimism Decoded Overview](https://docs.dune.com/data-catalog/evm/optimism/decoded/overview.md): Simplifying Optimism smart contract analysis through human-readable tables. - [ethereum.traces_decoded](https://docs.dune.com/data-catalog/evm/optimism/decoded/traces-decoded.md): ABI-decoded function calls on Ethereum — parsed function names, inputs, and outputs from verified contracts. - [Optimism Overview](https://docs.dune.com/data-catalog/evm/optimism/overview.md): Optimism data on Dune - [optimism.blocks](https://docs.dune.com/data-catalog/evm/optimism/raw/blocks.md): Block headers, timestamps, gas limits, base fees, and validator/miner data for Optimism. - [optimism.creation_traces](https://docs.dune.com/data-catalog/evm/optimism/raw/creation-traces.md): Contract deployment records on Optimism — deployer address, factory context, and deployed bytecode. - [optimism.logs](https://docs.dune.com/data-catalog/evm/optimism/raw/logs.md): Smart contract event logs on Optimism — indexed topics and data fields from token transfers, swaps, and protocol actions. - [optimism.traces](https://docs.dune.com/data-catalog/evm/optimism/raw/traces.md): Internal transaction traces on Optimism — cross-contract calls, delegate calls, and value transfers with full call stack context. - [optimism.transactions](https://docs.dune.com/data-catalog/evm/optimism/raw/transactions.md): Every transaction on Optimism — from, to, value, gas, calldata, and receipt status. - [EVM Overview](https://docs.dune.com/data-catalog/evm/overview.md): EVM chains on Dune - [dex.trades on peaq](https://docs.dune.com/data-catalog/evm/peaq-evm/curated-data/dex/dex-trades.md): The `dex.trades` table captures detailed data on decentralized exchange (DEX) trades, recording all raw trade events across various protocols on peaq. - [Peaq EVM Call Tables](https://docs.dune.com/data-catalog/evm/peaq-evm/decoded/call-tables.md): On Dune, we parse all message calls and transactions made to smart contracts on the peaq network in their own tables. - [peaq.contracts](https://docs.dune.com/data-catalog/evm/peaq-evm/decoded/contracts.md): Verified contract registry on Peaq — contract name, namespace, ABI, and deployment metadata. - [Event Logs](https://docs.dune.com/data-catalog/evm/peaq-evm/decoded/event-logs.md): Smart Contracts emit event logs when certain predefined actions are completed. - [peaq.logs_decoded](https://docs.dune.com/data-catalog/evm/peaq-evm/decoded/logs-decoded.md): ABI-decoded event logs on Peaq — human-readable event names and parsed parameters from verified contracts. - [Peaq Decoded Overview](https://docs.dune.com/data-catalog/evm/peaq-evm/decoded/overview.md): Simplifying peaq smart contract analysis through human-readable tables. - [peaq.traces_decoded](https://docs.dune.com/data-catalog/evm/peaq-evm/decoded/traces-decoded.md): ABI-decoded function calls on Peaq — parsed function names, inputs, and outputs from verified contracts. - [Peaq EVM Overview](https://docs.dune.com/data-catalog/evm/peaq-evm/overview.md): Peaq EVM data on Dune - [peaq.evm_blocks](https://docs.dune.com/data-catalog/evm/peaq-evm/raw/blocks.md): Peaq EVM-compatible block data. - [peaq.creation_traces](https://docs.dune.com/data-catalog/evm/peaq-evm/raw/creation-traces.md): Contract deployment records on Peaq — deployer address, factory context, and deployed bytecode. - [peaq.logs](https://docs.dune.com/data-catalog/evm/peaq-evm/raw/logs.md): Smart contract event logs on Peaq — indexed topics and data fields from token transfers, swaps, and protocol actions. - [peaq.traces](https://docs.dune.com/data-catalog/evm/peaq-evm/raw/traces.md): Internal transaction traces on Peaq — cross-contract calls, delegate calls, and value transfers with full call stack context. - [peaq.transactions](https://docs.dune.com/data-catalog/evm/peaq-evm/raw/transactions.md): Every transaction on Peaq — from, to, value, gas, calldata, and receipt status. - [dex.trades on plasma](https://docs.dune.com/data-catalog/evm/plasma/curated-data/dex/dex-trades.md): The `dex.trades` table captures detailed data on decentralized exchange (DEX) trades, recording all raw trade events across various protocols on plasma. - [Plasma Call Tables](https://docs.dune.com/data-catalog/evm/plasma/decoded/call-tables.md): On Dune, we parse all message calls and transactions made to smart contracts on the Plasma network in their own tables. - [plasma.contracts](https://docs.dune.com/data-catalog/evm/plasma/decoded/contracts.md): Verified contract registry on Plasma — contract name, namespace, ABI, and deployment metadata. - [plasma.event_logs](https://docs.dune.com/data-catalog/evm/plasma/decoded/event-logs.md): Smart contract event logs on Plasma — indexed topics and data fields emitted during transaction execution. - [plasma.logs_decoded](https://docs.dune.com/data-catalog/evm/plasma/decoded/logs-decoded.md): ABI-decoded event logs on Plasma — human-readable event names and parsed parameters from verified contracts. - [Plasma Decoded Overview](https://docs.dune.com/data-catalog/evm/plasma/decoded/overview.md): Simplifying Plasma smart contract analysis through human-readable tables. - [plasma.traces_decoded](https://docs.dune.com/data-catalog/evm/plasma/decoded/traces-decoded.md): ABI-decoded function calls on Plasma — parsed function names, inputs, and outputs from verified contracts. - [Plasma Overview](https://docs.dune.com/data-catalog/evm/plasma/overview.md): Plasma data on Dune - [plasma.blocks](https://docs.dune.com/data-catalog/evm/plasma/raw/blocks.md): Block headers, timestamps, gas limits, base fees, and validator/miner data for Plasma. - [plasma.creation_traces](https://docs.dune.com/data-catalog/evm/plasma/raw/creation-traces.md): Contract deployment records on Plasma — deployer address, factory context, and deployed bytecode. - [plasma.logs](https://docs.dune.com/data-catalog/evm/plasma/raw/logs.md): Smart contract event logs on Plasma — indexed topics and data fields from token transfers, swaps, and protocol actions. - [plasma.traces](https://docs.dune.com/data-catalog/evm/plasma/raw/traces.md): Internal transaction traces on Plasma — cross-contract calls, delegate calls, and value transfers with full call stack context. - [plasma.transactions](https://docs.dune.com/data-catalog/evm/plasma/raw/transactions.md): Every transaction on Plasma — from, to, value, gas, calldata, and receipt status. - [plume.dex_aggregator_trades](https://docs.dune.com/data-catalog/evm/plume/curated-data/dex/dex-aggregator-trades.md): DEX aggregator swaps on Plume — trades routed through aggregators like 1inch, Paraswap, and CoW Swap with pricing and routing details. - [plume.dex_trades](https://docs.dune.com/data-catalog/evm/plume/curated-data/dex/dex-trades.md): DEX trade data on Plume — swaps across Uniswap, SushiSwap, and other decentralized exchanges with token amounts and USD pricing. - [plume.contracts](https://docs.dune.com/data-catalog/evm/plume/decoded/contracts.md): Verified contract registry on Plume — contract name, namespace, ABI, and deployment metadata. - [plume.event_logs](https://docs.dune.com/data-catalog/evm/plume/decoded/event-logs.md): Smart contract event logs on Plume — indexed topics and data fields emitted during transaction execution. - [plume.logs_decoded](https://docs.dune.com/data-catalog/evm/plume/decoded/logs-decoded.md): ABI-decoded event logs on Plume — human-readable event names and parsed parameters from verified contracts. - [Plume Decoded Overview](https://docs.dune.com/data-catalog/evm/plume/decoded/overview.md): Simplifying Plume smart contract analysis through human-readable tables. - [plume.traces_decoded](https://docs.dune.com/data-catalog/evm/plume/decoded/traces-decoded.md): ABI-decoded function calls on Plume — parsed function names, inputs, and outputs from verified contracts. - [Plume Overview](https://docs.dune.com/data-catalog/evm/plume/overview.md): Plume data on Dune - [plume.blocks](https://docs.dune.com/data-catalog/evm/plume/raw/blocks.md): Block headers, timestamps, gas limits, base fees, and validator/miner data for Plume. - [plume.creation_traces](https://docs.dune.com/data-catalog/evm/plume/raw/creation-traces.md): Contract deployment records on Plume — deployer address, factory context, and deployed bytecode. - [plume.logs](https://docs.dune.com/data-catalog/evm/plume/raw/logs.md): Smart contract event logs on Plume — indexed topics and data fields from token transfers, swaps, and protocol actions. - [plume.traces](https://docs.dune.com/data-catalog/evm/plume/raw/traces.md): Internal transaction traces on Plume — cross-contract calls, delegate calls, and value transfers with full call stack context. - [plume.transactions](https://docs.dune.com/data-catalog/evm/plume/raw/transactions.md): Every transaction on Plume — from, to, value, gas, calldata, and receipt status. - [dex_aggregator.trades on Polygon zkEVM](https://docs.dune.com/data-catalog/evm/polygon-zkEVM/curated-data/dex/dex-aggregator-trades.md): DEX aggregator swaps on Polygon zkEVM — trades routed through aggregators like 1inch, Paraswap, and CoW Swap with pricing and routing details. - [dex.trades on Polygon zkEVM](https://docs.dune.com/data-catalog/evm/polygon-zkEVM/curated-data/dex/dex-trades.md): The `dex.trades` table captures detailed data on decentralized exchange (DEX) trades, recording all raw trade events across various protocols on Polygon zkEVM. - [NFT.trades on Polygon zkEVM](https://docs.dune.com/data-catalog/evm/polygon-zkEVM/curated-data/nft/nft-trades.md): The `nft.trades` table captures detailed data on NFT marketplaces, recording all trade events across various protocols on Polygon zkEVM. - [Polygon zkEVM Call Tables](https://docs.dune.com/data-catalog/evm/polygon-zkEVM/decoded/call-tables.md): On Dune, we parse all message calls and transactions made to smart contracts on the Polygon zkEVM network in their own tables. - [zkevm.contracts](https://docs.dune.com/data-catalog/evm/polygon-zkEVM/decoded/contracts.md): Verified contract registry on Polygon zkEVM — contract name, namespace, ABI, and deployment metadata. - [Event Logs](https://docs.dune.com/data-catalog/evm/polygon-zkEVM/decoded/event-logs.md): Smart Contracts emit event logs when certain predefined actions are completed. - [zkevm.logs_decoded](https://docs.dune.com/data-catalog/evm/polygon-zkEVM/decoded/logs-decoded.md): ABI-decoded event logs on Polygon zkEVM — human-readable event names and parsed parameters from verified contracts. - [Polygon zkEVM Decoded Overview](https://docs.dune.com/data-catalog/evm/polygon-zkEVM/decoded/overview.md): Simplifying Polygon zkEVM smart contract analysis through human-readable tables. - [zkevm.traces_decoded](https://docs.dune.com/data-catalog/evm/polygon-zkEVM/decoded/traces-decoded.md): ABI-decoded function calls on Polygon zkEVM — parsed function names, inputs, and outputs from verified contracts. - [Polygon zkEVM Overview](https://docs.dune.com/data-catalog/evm/polygon-zkEVM/overview.md): Polygon zkEVM data on Dune - [zkevm.blocks](https://docs.dune.com/data-catalog/evm/polygon-zkEVM/raw/blocks.md): Block headers, timestamps, gas limits, base fees, and validator/miner data for Polygon zkEVM. - [zkevm.creation_traces](https://docs.dune.com/data-catalog/evm/polygon-zkEVM/raw/creation-traces.md): Contract deployment records on Polygon zkEVM — deployer address, factory context, and deployed bytecode. - [zkevm.logs](https://docs.dune.com/data-catalog/evm/polygon-zkEVM/raw/logs.md): Smart contract event logs on Polygon zkEVM — indexed topics and data fields from token transfers, swaps, and protocol actions. - [zkevm.traces](https://docs.dune.com/data-catalog/evm/polygon-zkEVM/raw/traces.md): Internal transaction traces on Polygon zkEVM — cross-contract calls, delegate calls, and value transfers with full call stack context. - [zkevm.transactions](https://docs.dune.com/data-catalog/evm/polygon-zkEVM/raw/transactions.md): Every transaction on Polygon zkEVM — from, to, value, gas, calldata, and receipt status. - [dex_aggregator.trades on polygon](https://docs.dune.com/data-catalog/evm/polygon/curated-data/dex/dex-aggregator-trades.md): DEX aggregator swaps on Polygon — trades routed through aggregators like 1inch, Paraswap, and CoW Swap with pricing and routing details. - [dex.trades on polygon](https://docs.dune.com/data-catalog/evm/polygon/curated-data/dex/dex-trades.md): The `dex.trades` table captures detailed data on decentralized exchange (DEX) trades, recording all raw trade events across various protocols on polygon. - [NFT.trades on polygon](https://docs.dune.com/data-catalog/evm/polygon/curated-data/nft/nft-trades.md): The `nft.trades` table captures detailed data on NFT marketplaces, recording all trade events across various protocols on polygon. - [Polygon PoS Network Call Tables](https://docs.dune.com/data-catalog/evm/polygon/decoded/call-tables.md): On Dune, we parse all message calls and transactions made to smart contracts on the Polygon PoS Network network in their own tables. - [polygon.contracts](https://docs.dune.com/data-catalog/evm/polygon/decoded/contracts.md): Verified contract registry on Polygon — contract name, namespace, ABI, and deployment metadata. - [Event Logs](https://docs.dune.com/data-catalog/evm/polygon/decoded/event-logs.md): Smart Contracts emit event logs when certain predefined actions are completed. - [polygon.logs_decoded](https://docs.dune.com/data-catalog/evm/polygon/decoded/logs-decoded.md): ABI-decoded event logs on Polygon — human-readable event names and parsed parameters from verified contracts. - [Polygon PoS Network Decoded Overview](https://docs.dune.com/data-catalog/evm/polygon/decoded/overview.md): Simplifying Polygon PoS Network smart contract analysis through human-readable tables. - [polygon.traces_decoded](https://docs.dune.com/data-catalog/evm/polygon/decoded/traces-decoded.md): ABI-decoded function calls on Polygon — parsed function names, inputs, and outputs from verified contracts. - [Polygon PoS Network Overview](https://docs.dune.com/data-catalog/evm/polygon/overview.md): Polygon PoS Network data on Dune - [polygon.blocks](https://docs.dune.com/data-catalog/evm/polygon/raw/blocks.md): Block headers, timestamps, gas limits, base fees, and validator/miner data for Polygon. - [polygon.creation_traces](https://docs.dune.com/data-catalog/evm/polygon/raw/creation-traces.md): Contract deployment records on Polygon — deployer address, factory context, and deployed bytecode. - [polygon.logs](https://docs.dune.com/data-catalog/evm/polygon/raw/logs.md): Smart contract event logs on Polygon — indexed topics and data fields from token transfers, swaps, and protocol actions. - [polygon.traces](https://docs.dune.com/data-catalog/evm/polygon/raw/traces.md): Internal transaction traces on Polygon — cross-contract calls, delegate calls, and value transfers with full call stack context. - [polygon.transactions](https://docs.dune.com/data-catalog/evm/polygon/raw/transactions.md): Every transaction on Polygon — from, to, value, gas, calldata, and receipt status. - [dex.trades on ronin](https://docs.dune.com/data-catalog/evm/ronin/curated-data/dex/dex-trades.md): The `dex.trades` table captures detailed data on decentralized exchange (DEX) trades, recording all raw trade events across various protocols on ronin. - [NFT.trades on ronin](https://docs.dune.com/data-catalog/evm/ronin/curated-data/nft/nft-trades.md): The `nft.trades` table captures detailed data on NFT marketplaces, recording all trade events across various protocols on ronin. - [Ronin Call Tables](https://docs.dune.com/data-catalog/evm/ronin/decoded/call-tables.md): On Dune, we parse all message calls and transactions made to smart contracts on the Ronin network in their own tables. - [ronin.contracts](https://docs.dune.com/data-catalog/evm/ronin/decoded/contracts.md): Verified contract registry on Ronin — contract name, namespace, ABI, and deployment metadata. - [Event Logs](https://docs.dune.com/data-catalog/evm/ronin/decoded/event-logs.md): Smart Contracts emit event logs when certain predefined actions are completed. - [ronin.logs_decoded](https://docs.dune.com/data-catalog/evm/ronin/decoded/logs-decoded.md): ABI-decoded event logs on Ronin — human-readable event names and parsed parameters from verified contracts. - [Ronin Chain Decoded Overview](https://docs.dune.com/data-catalog/evm/ronin/decoded/overview.md): Simplifying Ronin Chain smart contract analysis through human-readable tables. - [ronin.traces_decoded](https://docs.dune.com/data-catalog/evm/ronin/decoded/traces-decoded.md): ABI-decoded function calls on Ronin — parsed function names, inputs, and outputs from verified contracts. - [Ronin Chain Overview](https://docs.dune.com/data-catalog/evm/ronin/overview.md): Ronin blockchain data on Dune - [ronin.blocks](https://docs.dune.com/data-catalog/evm/ronin/raw/blocks.md): Block headers, timestamps, gas limits, base fees, and validator/miner data for Ronin. - [ronin.creation_traces](https://docs.dune.com/data-catalog/evm/ronin/raw/creation-traces.md): Contract deployment records on Ronin — deployer address, factory context, and deployed bytecode. - [ronin.logs](https://docs.dune.com/data-catalog/evm/ronin/raw/logs.md): Smart contract event logs on Ronin — indexed topics and data fields from token transfers, swaps, and protocol actions. - [ronin.traces](https://docs.dune.com/data-catalog/evm/ronin/raw/traces.md): Internal transaction traces on Ronin — cross-contract calls, delegate calls, and value transfers with full call stack context. - [ronin.transactions](https://docs.dune.com/data-catalog/evm/ronin/raw/transactions.md): Every transaction on Ronin — from, to, value, gas, calldata, and receipt status. - [dex_aggregator.trades on scroll](https://docs.dune.com/data-catalog/evm/scroll/curated-data/dex/dex-aggregator-trades.md): DEX aggregator swaps on Scroll — trades routed through aggregators like 1inch, Paraswap, and CoW Swap with pricing and routing details. - [dex.trades on scroll](https://docs.dune.com/data-catalog/evm/scroll/curated-data/dex/dex-trades.md): The `dex.trades` table captures detailed data on decentralized exchange (DEX) trades, recording all raw trade events across various protocols on scroll. - [NFT.trades on scroll](https://docs.dune.com/data-catalog/evm/scroll/curated-data/nft/nft-trades.md): The `nft.trades` table captures detailed data on NFT marketplaces, recording all trade events across various protocols on scroll. - [Scroll Call Tables](https://docs.dune.com/data-catalog/evm/scroll/decoded/call-tables.md): On Dune, we parse all message calls and transactions made to smart contracts on the Scroll network in their own tables. - [scroll.contracts](https://docs.dune.com/data-catalog/evm/scroll/decoded/contracts.md): Verified contract registry on Scroll — contract name, namespace, ABI, and deployment metadata. - [Event Logs](https://docs.dune.com/data-catalog/evm/scroll/decoded/event-logs.md): Smart Contracts emit event logs when certain predefined actions are completed. - [scroll.logs_decoded](https://docs.dune.com/data-catalog/evm/scroll/decoded/logs-decoded.md): ABI-decoded event logs on Scroll — human-readable event names and parsed parameters from verified contracts. - [Scroll Decoded Overview](https://docs.dune.com/data-catalog/evm/scroll/decoded/overview.md): Simplifying Scroll smart contract analysis through human-readable tables. - [scroll.traces_decoded](https://docs.dune.com/data-catalog/evm/scroll/decoded/traces-decoded.md): ABI-decoded function calls on Scroll — parsed function names, inputs, and outputs from verified contracts. - [Scroll Overview](https://docs.dune.com/data-catalog/evm/scroll/overview.md): Scroll data on Dune - [scroll.blocks](https://docs.dune.com/data-catalog/evm/scroll/raw/blocks.md): Block headers, timestamps, gas limits, base fees, and validator/miner data for Scroll. - [scroll.creation_traces](https://docs.dune.com/data-catalog/evm/scroll/raw/creation-traces.md): Contract deployment records on Scroll — deployer address, factory context, and deployed bytecode. - [scroll.logs](https://docs.dune.com/data-catalog/evm/scroll/raw/logs.md): Smart contract event logs on Scroll — indexed topics and data fields from token transfers, swaps, and protocol actions. - [scroll.traces](https://docs.dune.com/data-catalog/evm/scroll/raw/traces.md): Internal transaction traces on Scroll — cross-contract calls, delegate calls, and value transfers with full call stack context. - [scroll.transactions](https://docs.dune.com/data-catalog/evm/scroll/raw/transactions.md): Every transaction on Scroll — from, to, value, gas, calldata, and receipt status. - [sei.cosmos_block_events](https://docs.dune.com/data-catalog/evm/sei/cosmos/cosmos_block_events.md): Block-level events emitted during block processing on Sei. - [sei.cosmos_blocks](https://docs.dune.com/data-catalog/evm/sei/cosmos/cosmos_blocks.md): Block data — block height, timestamp, proposer, and transaction count on Sei. - [sei.cosmos_message_events](https://docs.dune.com/data-catalog/evm/sei/cosmos/cosmos_message_events.md): Message-level events — events emitted by specific transaction messages on Sei. - [sei.cosmos_transactions](https://docs.dune.com/data-catalog/evm/sei/cosmos/cosmos_transactions.md): Transaction records — messages, fees, gas, and execution status on Sei. - [sei.cosmos_tx_messages](https://docs.dune.com/data-catalog/evm/sei/cosmos/cosmos_tx_messages.md): Transaction messages — individual message types and payloads on Sei. - [sei.cosmos_validators](https://docs.dune.com/data-catalog/evm/sei/cosmos/cosmos_validators.md): Validator set data — operator address, voting power, and commission on Sei. - [dex_aggregator.trades on sei](https://docs.dune.com/data-catalog/evm/sei/curated-data/dex/dex-aggregator-trades.md): DEX aggregator swaps on Sei — trades routed through aggregators like 1inch, Paraswap, and CoW Swap with pricing and routing details. - [dex.trades on sei](https://docs.dune.com/data-catalog/evm/sei/curated-data/dex/dex-trades.md): The `dex.trades` table captures detailed data on decentralized exchange (DEX) trades, recording all raw trade events across various protocols on sei. - [NFT.trades on sei](https://docs.dune.com/data-catalog/evm/sei/curated-data/nft/nft-trades.md): The `nft.trades` table captures detailed data on NFT marketplaces, recording all trade events across various protocols on sei. - [Sei Call Tables](https://docs.dune.com/data-catalog/evm/sei/decoded/call-tables.md): On Dune, we parse all message calls and transactions made to smart contracts on the Sei network in their own tables. - [sei.contracts](https://docs.dune.com/data-catalog/evm/sei/decoded/contracts.md): Verified contract registry on Sei — contract name, namespace, ABI, and deployment metadata. - [Event Logs](https://docs.dune.com/data-catalog/evm/sei/decoded/event-logs.md): Smart Contracts emit event logs when certain predefined actions are completed. - [sei.logs_decoded](https://docs.dune.com/data-catalog/evm/sei/decoded/logs-decoded.md): ABI-decoded event logs on Sei — human-readable event names and parsed parameters from verified contracts. - [Sei Decoded Overview](https://docs.dune.com/data-catalog/evm/sei/decoded/overview.md): Simplifying Sei smart contract analysis through human-readable tables. - [sei.traces_decoded](https://docs.dune.com/data-catalog/evm/sei/decoded/traces-decoded.md): ABI-decoded function calls on Sei — parsed function names, inputs, and outputs from verified contracts. - [Sei Overview](https://docs.dune.com/data-catalog/evm/sei/overview.md): Sei data on Dune - [sei.blocks](https://docs.dune.com/data-catalog/evm/sei/raw/blocks.md): Block data — block height, timestamp, and metadata on Sei. - [sei.creation_traces](https://docs.dune.com/data-catalog/evm/sei/raw/creation-traces.md): Contract deployment records on Sei — deployer address, factory context, and deployed bytecode. - [sei.logs](https://docs.dune.com/data-catalog/evm/sei/raw/logs.md): Smart contract event logs on Sei — indexed topics and data fields from token transfers, swaps, and protocol actions. - [sei.traces](https://docs.dune.com/data-catalog/evm/sei/raw/traces.md): Internal transaction traces on Sei — cross-contract calls, delegate calls, and value transfers with full call stack context. - [sei.transactions](https://docs.dune.com/data-catalog/evm/sei/raw/transactions.md): Transaction records — messages, fees, and execution results on Sei. - [Sepolia Call Tables](https://docs.dune.com/data-catalog/evm/sepolia/decoded/call-tables.md): On Dune, we parse all message calls and transactions made to smart contracts on the Sepolia network in their own tables. - [sepolia.contracts](https://docs.dune.com/data-catalog/evm/sepolia/decoded/contracts.md): Verified contract registry on Sepolia — contract name, namespace, ABI, and deployment metadata. - [Event Logs](https://docs.dune.com/data-catalog/evm/sepolia/decoded/event-logs.md): Smart Contracts emit event logs when certain predefined actions are completed. - [sepolia.logs_decoded](https://docs.dune.com/data-catalog/evm/sepolia/decoded/logs-decoded.md): ABI-decoded event logs on Sepolia — human-readable event names and parsed parameters from verified contracts. - [Sepolia Testnet Decoded Overview](https://docs.dune.com/data-catalog/evm/sepolia/decoded/overview.md): Simplifying Sepolia Testnet smart contract analysis through human-readable tables. - [sepolia.traces_decoded](https://docs.dune.com/data-catalog/evm/sepolia/decoded/traces-decoded.md): ABI-decoded function calls on Sepolia — parsed function names, inputs, and outputs from verified contracts. - [Sepolia Testnet Overview](https://docs.dune.com/data-catalog/evm/sepolia/overview.md): Sepolia data on Dune Analytics - [sepolia.blocks](https://docs.dune.com/data-catalog/evm/sepolia/raw/blocks.md): Block headers, timestamps, gas limits, base fees, and validator/miner data for Sepolia. - [sepolia.creation_traces](https://docs.dune.com/data-catalog/evm/sepolia/raw/creation-traces.md): Contract deployment records on Sepolia — deployer address, factory context, and deployed bytecode. - [sepolia.logs](https://docs.dune.com/data-catalog/evm/sepolia/raw/logs.md): Smart contract event logs on Sepolia — indexed topics and data fields from token transfers, swaps, and protocol actions. - [sepolia.traces](https://docs.dune.com/data-catalog/evm/sepolia/raw/traces.md): Internal transaction traces on Sepolia — cross-contract calls, delegate calls, and value transfers with full call stack context. - [sepolia.transactions](https://docs.dune.com/data-catalog/evm/sepolia/raw/transactions.md): Every transaction on Sepolia — from, to, value, gas, calldata, and receipt status. - [dex_aggregator.trades on shape](https://docs.dune.com/data-catalog/evm/shape/curated-data/dex/dex-aggregator-trades.md): DEX aggregator swaps on Shape — trades routed through aggregators like 1inch, Paraswap, and CoW Swap with pricing and routing details. - [dex.trades on shape](https://docs.dune.com/data-catalog/evm/shape/curated-data/dex/dex-trades.md): The `dex.trades` table captures detailed data on decentralized exchange (DEX) trades, recording all raw trade events across various protocols on shape. - [NFT.trades on shape](https://docs.dune.com/data-catalog/evm/shape/curated-data/nft/nft-trades.md): The `nft.trades` table captures detailed data on NFT marketplaces, recording all trade events across various protocols on shape. - [Shape Call Tables](https://docs.dune.com/data-catalog/evm/shape/decoded/call-tables.md): On Dune, we parse all message calls and transactions made to smart contracts on the Shape network in their own tables. - [shape.contracts](https://docs.dune.com/data-catalog/evm/shape/decoded/contracts.md): Verified contract registry on Shape — contract name, namespace, ABI, and deployment metadata. - [Event Logs](https://docs.dune.com/data-catalog/evm/shape/decoded/event-logs.md): Smart Contracts emit event logs when certain predefined actions are completed. - [shape.logs_decoded](https://docs.dune.com/data-catalog/evm/shape/decoded/logs-decoded.md): ABI-decoded event logs on Shape — human-readable event names and parsed parameters from verified contracts. - [Shape Decoded Overview](https://docs.dune.com/data-catalog/evm/shape/decoded/overview.md): Simplifying Shape smart contract analysis through human-readable tables. - [shape.traces_decoded](https://docs.dune.com/data-catalog/evm/shape/decoded/traces-decoded.md): ABI-decoded function calls on Shape — parsed function names, inputs, and outputs from verified contracts. - [Shape Overview](https://docs.dune.com/data-catalog/evm/shape/overview.md): Shape data on Dune - [shape.blocks](https://docs.dune.com/data-catalog/evm/shape/raw/blocks.md): Block headers, timestamps, gas limits, base fees, and validator/miner data for Shape. - [shape.creation_traces](https://docs.dune.com/data-catalog/evm/shape/raw/creation-traces.md): Contract deployment records on Shape — deployer address, factory context, and deployed bytecode. - [shape.logs](https://docs.dune.com/data-catalog/evm/shape/raw/logs.md): Smart contract event logs on Shape — indexed topics and data fields from token transfers, swaps, and protocol actions. - [shape.traces](https://docs.dune.com/data-catalog/evm/shape/raw/traces.md): Internal transaction traces on Shape — cross-contract calls, delegate calls, and value transfers with full call stack context. - [shape.transactions](https://docs.dune.com/data-catalog/evm/shape/raw/transactions.md): Every transaction on Shape — from, to, value, gas, calldata, and receipt status. - [dex.trades on somnia](https://docs.dune.com/data-catalog/evm/somnia/curated-data/dex/dex-trades.md): The `dex.trades` table captures detailed data on decentralized exchange (DEX) trades, recording all raw trade events across various protocols on somnia. - [Somnia Call Tables](https://docs.dune.com/data-catalog/evm/somnia/decoded/call-tables.md): On Dune, we parse all message calls and transactions made to smart contracts on the Somnia network in their own tables. - [somnia.contracts](https://docs.dune.com/data-catalog/evm/somnia/decoded/contracts.md): Verified contract registry on Somnia — contract name, namespace, ABI, and deployment metadata. - [somnia.event_logs](https://docs.dune.com/data-catalog/evm/somnia/decoded/event-logs.md): Smart contract event logs on Somnia — indexed topics and data fields emitted during transaction execution. - [somnia.logs_decoded](https://docs.dune.com/data-catalog/evm/somnia/decoded/logs-decoded.md): ABI-decoded event logs on Somnia — human-readable event names and parsed parameters from verified contracts. - [Somnia Decoded Overview](https://docs.dune.com/data-catalog/evm/somnia/decoded/overview.md): Simplifying Somnia smart contract analysis through human-readable tables. - [somnia.traces_decoded](https://docs.dune.com/data-catalog/evm/somnia/decoded/traces-decoded.md): ABI-decoded function calls on Somnia — parsed function names, inputs, and outputs from verified contracts. - [Somnia Overview](https://docs.dune.com/data-catalog/evm/somnia/overview.md): Somnia data on Dune - [somnia.blocks](https://docs.dune.com/data-catalog/evm/somnia/raw/blocks.md): Block headers, timestamps, gas limits, base fees, and validator/miner data for Somnia. - [somnia.creation_traces](https://docs.dune.com/data-catalog/evm/somnia/raw/creation-traces.md): Contract deployment records on Somnia — deployer address, factory context, and deployed bytecode. - [somnia.logs](https://docs.dune.com/data-catalog/evm/somnia/raw/logs.md): Smart contract event logs on Somnia — indexed topics and data fields from token transfers, swaps, and protocol actions. - [somnia.traces](https://docs.dune.com/data-catalog/evm/somnia/raw/traces.md): Internal transaction traces on Somnia — cross-contract calls, delegate calls, and value transfers with full call stack context. - [somnia.transactions](https://docs.dune.com/data-catalog/evm/somnia/raw/transactions.md): Every transaction on Somnia — from, to, value, gas, calldata, and receipt status. - [dex_aggregator.trades on sonic](https://docs.dune.com/data-catalog/evm/sonic/curated-data/dex/dex-aggregator-trades.md): DEX aggregator swaps on Sonic — trades routed through aggregators like 1inch, Paraswap, and CoW Swap with pricing and routing details. - [dex.trades on sonic](https://docs.dune.com/data-catalog/evm/sonic/curated-data/dex/dex-trades.md): The `dex.trades` table captures detailed data on decentralized exchange (DEX) trades, recording all raw trade events across various protocols on sonic. - [NFT.trades on sonic](https://docs.dune.com/data-catalog/evm/sonic/curated-data/nft/nft-trades.md): The `nft.trades` table captures detailed data on NFT marketplaces, recording all trade events across various protocols on sonic. - [Sonic Call Tables](https://docs.dune.com/data-catalog/evm/sonic/decoded/call-tables.md): On Dune, we parse all message calls and transactions made to smart contracts on the Sonic network in their own tables. - [sonic.contracts](https://docs.dune.com/data-catalog/evm/sonic/decoded/contracts.md): Verified contract registry on Sonic — contract name, namespace, ABI, and deployment metadata. - [Event Logs](https://docs.dune.com/data-catalog/evm/sonic/decoded/event-logs.md): Smart Contracts emit event logs when certain predefined actions are completed. - [sonic.logs_decoded](https://docs.dune.com/data-catalog/evm/sonic/decoded/logs-decoded.md): ABI-decoded event logs on Sonic — human-readable event names and parsed parameters from verified contracts. - [Sonic Decoded Overview](https://docs.dune.com/data-catalog/evm/sonic/decoded/overview.md): Simplifying Sonic smart contract analysis through human-readable tables. - [sonic.traces_decoded](https://docs.dune.com/data-catalog/evm/sonic/decoded/traces-decoded.md): ABI-decoded function calls on Sonic — parsed function names, inputs, and outputs from verified contracts. - [Sonic Overview](https://docs.dune.com/data-catalog/evm/sonic/overview.md): Sonic data on Dune - [sonic.blocks](https://docs.dune.com/data-catalog/evm/sonic/raw/blocks.md): Block headers, timestamps, gas limits, base fees, and validator/miner data for Sonic. - [sonic.creation_traces](https://docs.dune.com/data-catalog/evm/sonic/raw/creation-traces.md): Contract deployment records on Sonic — deployer address, factory context, and deployed bytecode. - [sonic.logs](https://docs.dune.com/data-catalog/evm/sonic/raw/logs.md): Smart contract event logs on Sonic — indexed topics and data fields from token transfers, swaps, and protocol actions. - [sonic.traces](https://docs.dune.com/data-catalog/evm/sonic/raw/traces.md): Internal transaction traces on Sonic — cross-contract calls, delegate calls, and value transfers with full call stack context. - [sonic.transactions](https://docs.dune.com/data-catalog/evm/sonic/raw/transactions.md): Every transaction on Sonic — from, to, value, gas, calldata, and receipt status. - [dex_aggregator.trades on sophon](https://docs.dune.com/data-catalog/evm/sophon/curated-data/dex/dex-aggregator-trades.md): DEX aggregator swaps on Sophon — trades routed through aggregators like 1inch, Paraswap, and CoW Swap with pricing and routing details. - [dex.trades on sophon](https://docs.dune.com/data-catalog/evm/sophon/curated-data/dex/dex-trades.md): The `dex.trades` table captures detailed data on decentralized exchange (DEX) trades, recording all raw trade events across various protocols on sophon. - [NFT.trades on sophon](https://docs.dune.com/data-catalog/evm/sophon/curated-data/nft/nft-trades.md): The `nft.trades` table captures detailed data on NFT marketplaces, recording all trade events across various protocols on sophon. - [Sophon Call Tables](https://docs.dune.com/data-catalog/evm/sophon/decoded/call-tables.md): On Dune, we parse all message calls and transactions made to smart contracts on the Sophon network in their own tables. - [sophon.contracts](https://docs.dune.com/data-catalog/evm/sophon/decoded/contracts.md): Verified contract registry on Sophon — contract name, namespace, ABI, and deployment metadata. - [Event Logs](https://docs.dune.com/data-catalog/evm/sophon/decoded/event-logs.md): Smart Contracts emit event logs when certain predefined actions are completed. - [sophon.logs_decoded](https://docs.dune.com/data-catalog/evm/sophon/decoded/logs-decoded.md): ABI-decoded event logs on Sophon — human-readable event names and parsed parameters from verified contracts. - [Sophon Decoded Overview](https://docs.dune.com/data-catalog/evm/sophon/decoded/overview.md): Simplifying Sophon smart contract analysis through human-readable tables. - [sophon.traces_decoded](https://docs.dune.com/data-catalog/evm/sophon/decoded/traces-decoded.md): ABI-decoded function calls on Sophon — parsed function names, inputs, and outputs from verified contracts. - [Sophon Overview](https://docs.dune.com/data-catalog/evm/sophon/overview.md): Sophon data on Dune - [sophon.blocks](https://docs.dune.com/data-catalog/evm/sophon/raw/blocks.md): Block headers, timestamps, gas limits, base fees, and validator/miner data for Sophon. - [sophon.creation_traces](https://docs.dune.com/data-catalog/evm/sophon/raw/creation-traces.md): Contract deployment records on Sophon — deployer address, factory context, and deployed bytecode. - [sophon.logs](https://docs.dune.com/data-catalog/evm/sophon/raw/logs.md): Smart contract event logs on Sophon — indexed topics and data fields from token transfers, swaps, and protocol actions. - [sophon.traces](https://docs.dune.com/data-catalog/evm/sophon/raw/traces.md): Internal transaction traces on Sophon — cross-contract calls, delegate calls, and value transfers with full call stack context. - [sophon.transactions](https://docs.dune.com/data-catalog/evm/sophon/raw/transactions.md): Every transaction on Sophon — from, to, value, gas, calldata, and receipt status. - [dex.trades on story](https://docs.dune.com/data-catalog/evm/story/curated-data/dex/dex-trades.md): The `dex.trades` table captures detailed data on decentralized exchange (DEX) trades, recording all raw trade events across various protocols on story. - [Story Call Tables](https://docs.dune.com/data-catalog/evm/story/decoded/call-tables.md): On Dune, we parse all message calls and transactions made to smart contracts on the Story network in their own tables. - [story.contracts](https://docs.dune.com/data-catalog/evm/story/decoded/contracts.md): Verified contract registry on Story — contract name, namespace, ABI, and deployment metadata. - [Event Logs](https://docs.dune.com/data-catalog/evm/story/decoded/event-logs.md): Smart Contracts emit event logs when certain predefined actions are completed. - [story.logs_decoded](https://docs.dune.com/data-catalog/evm/story/decoded/logs-decoded.md): ABI-decoded event logs on Story — human-readable event names and parsed parameters from verified contracts. - [Story Decoded Overview](https://docs.dune.com/data-catalog/evm/story/decoded/overview.md): Simplifying Story smart contract analysis through human-readable tables. - [story.traces_decoded](https://docs.dune.com/data-catalog/evm/story/decoded/traces-decoded.md): ABI-decoded function calls on Story — parsed function names, inputs, and outputs from verified contracts. - [Story Overview](https://docs.dune.com/data-catalog/evm/story/overview.md): Story data on Dune - [story.blocks](https://docs.dune.com/data-catalog/evm/story/raw/blocks.md): Block headers, timestamps, gas limits, base fees, and validator/miner data for Story. - [story.creation_traces](https://docs.dune.com/data-catalog/evm/story/raw/creation-traces.md): Contract deployment records on Story — deployer address, factory context, and deployed bytecode. - [story.logs](https://docs.dune.com/data-catalog/evm/story/raw/logs.md): Smart contract event logs on Story — indexed topics and data fields from token transfers, swaps, and protocol actions. - [story.traces](https://docs.dune.com/data-catalog/evm/story/raw/traces.md): Internal transaction traces on Story — cross-contract calls, delegate calls, and value transfers with full call stack context. - [story.transactions](https://docs.dune.com/data-catalog/evm/story/raw/transactions.md): Every transaction on Story — from, to, value, gas, calldata, and receipt status. - [dex.trades on superseed](https://docs.dune.com/data-catalog/evm/superseed/curated-data/dex/dex-trades.md): The `dex.trades` table captures detailed data on decentralized exchange (DEX) trades, recording all raw trade events across various protocols on superseed. - [Hemi Call Tables](https://docs.dune.com/data-catalog/evm/superseed/decoded/call-tables.md): On Dune, we parse all message calls and transactions made to smart contracts on the Hemi network in their own tables. - [superseed.contracts](https://docs.dune.com/data-catalog/evm/superseed/decoded/contracts.md): Verified contract registry on Superseed — contract name, namespace, ABI, and deployment metadata. - [superseed.event_logs](https://docs.dune.com/data-catalog/evm/superseed/decoded/event-logs.md): Smart contract event logs on Superseed — indexed topics and data fields emitted during transaction execution. - [superseed.logs_decoded](https://docs.dune.com/data-catalog/evm/superseed/decoded/logs-decoded.md): ABI-decoded event logs on Superseed — human-readable event names and parsed parameters from verified contracts. - [Superseed Decoded Overview](https://docs.dune.com/data-catalog/evm/superseed/decoded/overview.md): Simplifying Superseed smart contract analysis through human-readable tables. - [superseed.traces_decoded](https://docs.dune.com/data-catalog/evm/superseed/decoded/traces-decoded.md): ABI-decoded function calls on Superseed — parsed function names, inputs, and outputs from verified contracts. - [Superseed Overview](https://docs.dune.com/data-catalog/evm/superseed/overview.md): Superseed data on Dune - [superseed.blocks](https://docs.dune.com/data-catalog/evm/superseed/raw/blocks.md): Block headers, timestamps, gas limits, base fees, and validator/miner data for Superseed. - [superseed.creation_traces](https://docs.dune.com/data-catalog/evm/superseed/raw/creation-traces.md): Contract deployment records on Superseed — deployer address, factory context, and deployed bytecode. - [superseed.logs](https://docs.dune.com/data-catalog/evm/superseed/raw/logs.md): Smart contract event logs on Superseed — indexed topics and data fields from token transfers, swaps, and protocol actions. - [superseed.traces](https://docs.dune.com/data-catalog/evm/superseed/raw/traces.md): Internal transaction traces on Superseed — cross-contract calls, delegate calls, and value transfers with full call stack context. - [superseed.transactions](https://docs.dune.com/data-catalog/evm/superseed/raw/transactions.md): Every transaction on Superseed — from, to, value, gas, calldata, and receipt status. - [dex.trades on tac](https://docs.dune.com/data-catalog/evm/tac/curated-data/dex/dex-trades.md): The `dex.trades` table captures detailed data on decentralized exchange (DEX) trades, recording all raw trade events across various protocols on tac. - [TAC Call Tables](https://docs.dune.com/data-catalog/evm/tac/decoded/call-tables.md): On Dune, we parse all message calls and transactions made to smart contracts on the TAC network in their own tables. - [tac.contracts](https://docs.dune.com/data-catalog/evm/tac/decoded/contracts.md): Verified contract registry on Tac — contract name, namespace, ABI, and deployment metadata. - [tac.event_logs](https://docs.dune.com/data-catalog/evm/tac/decoded/event-logs.md): Smart contract event logs on Tac — indexed topics and data fields emitted during transaction execution. - [tac.logs_decoded](https://docs.dune.com/data-catalog/evm/tac/decoded/logs-decoded.md): ABI-decoded event logs on Tac — human-readable event names and parsed parameters from verified contracts. - [TAC Decoded Overview](https://docs.dune.com/data-catalog/evm/tac/decoded/overview.md): Simplifying TAC smart contract analysis through human-readable tables. - [tac.traces_decoded](https://docs.dune.com/data-catalog/evm/tac/decoded/traces-decoded.md): ABI-decoded function calls on Tac — parsed function names, inputs, and outputs from verified contracts. - [TAC Overview](https://docs.dune.com/data-catalog/evm/tac/overview.md): TAC data on Dune - [tac.blocks](https://docs.dune.com/data-catalog/evm/tac/raw/blocks.md): Block headers, timestamps, gas limits, base fees, and validator/miner data for Tac. - [tac.creation_traces](https://docs.dune.com/data-catalog/evm/tac/raw/creation-traces.md): Contract deployment records on Tac — deployer address, factory context, and deployed bytecode. - [tac.logs](https://docs.dune.com/data-catalog/evm/tac/raw/logs.md): Smart contract event logs on Tac — indexed topics and data fields from token transfers, swaps, and protocol actions. - [tac.traces](https://docs.dune.com/data-catalog/evm/tac/raw/traces.md): Internal transaction traces on Tac — cross-contract calls, delegate calls, and value transfers with full call stack context. - [tac.transactions](https://docs.dune.com/data-catalog/evm/tac/raw/transactions.md): Every transaction on Tac — from, to, value, gas, calldata, and receipt status. - [dex.trades on taiko](https://docs.dune.com/data-catalog/evm/taiko/curated-data/dex/dex-trades.md): The `dex.trades` table captures detailed data on decentralized exchange (DEX) trades, recording all raw trade events across various protocols on taiko. - [Taiko Call Tables](https://docs.dune.com/data-catalog/evm/taiko/decoded/call-tables.md): On Dune, we parse all message calls and transactions made to smart contracts on the Taiko network in their own tables. - [taiko.contracts](https://docs.dune.com/data-catalog/evm/taiko/decoded/contracts.md): Verified contract registry on Taiko — contract name, namespace, ABI, and deployment metadata. - [taiko.event_logs](https://docs.dune.com/data-catalog/evm/taiko/decoded/event-logs.md): Smart contract event logs on Taiko — indexed topics and data fields emitted during transaction execution. - [taiko.logs_decoded](https://docs.dune.com/data-catalog/evm/taiko/decoded/logs-decoded.md): ABI-decoded event logs on Taiko — human-readable event names and parsed parameters from verified contracts. - [Taiko Decoded Overview](https://docs.dune.com/data-catalog/evm/taiko/decoded/overview.md): Simplifying Taiko smart contract analysis through human-readable tables. - [taiko.traces_decoded](https://docs.dune.com/data-catalog/evm/taiko/decoded/traces-decoded.md): ABI-decoded function calls on Taiko — parsed function names, inputs, and outputs from verified contracts. - [Taiko Overview](https://docs.dune.com/data-catalog/evm/taiko/overview.md): Taiko data on Dune - [taiko.blocks](https://docs.dune.com/data-catalog/evm/taiko/raw/blocks.md): Block headers, timestamps, gas limits, base fees, and validator/miner data for Taiko. - [taiko.creation_traces](https://docs.dune.com/data-catalog/evm/taiko/raw/creation-traces.md): Contract deployment records on Taiko — deployer address, factory context, and deployed bytecode. - [taiko.logs](https://docs.dune.com/data-catalog/evm/taiko/raw/logs.md): Smart contract event logs on Taiko — indexed topics and data fields from token transfers, swaps, and protocol actions. - [taiko.traces](https://docs.dune.com/data-catalog/evm/taiko/raw/traces.md): Internal transaction traces on Taiko — cross-contract calls, delegate calls, and value transfers with full call stack context. - [taiko.transactions](https://docs.dune.com/data-catalog/evm/taiko/raw/transactions.md): Every transaction on Taiko — from, to, value, gas, calldata, and receipt status. - [dex_aggregator.trades on unichain](https://docs.dune.com/data-catalog/evm/unichain/curated-data/dex/dex-aggregator-trades.md): DEX aggregator swaps on Unichain — trades routed through aggregators like 1inch, Paraswap, and CoW Swap with pricing and routing details. - [dex.trades on unichain](https://docs.dune.com/data-catalog/evm/unichain/curated-data/dex/dex-trades.md): The `dex.trades` table captures detailed data on decentralized exchange (DEX) trades, recording all raw trade events across various protocols on unichain. - [NFT.trades on unichain](https://docs.dune.com/data-catalog/evm/unichain/curated-data/nft/nft-trades.md): The `nft.trades` table captures detailed data on NFT marketplaces, recording all trade events across various protocols on unichain. - [Unichain Call Tables](https://docs.dune.com/data-catalog/evm/unichain/decoded/call-tables.md): On Dune, we parse all message calls and transactions made to smart contracts on the Unichain network in their own tables. - [unichain.contracts](https://docs.dune.com/data-catalog/evm/unichain/decoded/contracts.md): Verified contract registry on Unichain — contract name, namespace, ABI, and deployment metadata. - [Event Logs](https://docs.dune.com/data-catalog/evm/unichain/decoded/event-logs.md): Smart Contracts emit event logs when certain predefined actions are completed. - [unichain.logs_decoded](https://docs.dune.com/data-catalog/evm/unichain/decoded/logs-decoded.md): ABI-decoded event logs on Unichain — human-readable event names and parsed parameters from verified contracts. - [Unichain Decoded Overview](https://docs.dune.com/data-catalog/evm/unichain/decoded/overview.md): Simplifying Unichain smart contract analysis through human-readable tables. - [unichain.traces_decoded](https://docs.dune.com/data-catalog/evm/unichain/decoded/traces-decoded.md): ABI-decoded function calls on Unichain — parsed function names, inputs, and outputs from verified contracts. - [Unichain Overview](https://docs.dune.com/data-catalog/evm/unichain/overview.md): Unichain data on Dune - [unichain.blocks](https://docs.dune.com/data-catalog/evm/unichain/raw/blocks.md): Block headers, timestamps, gas limits, base fees, and validator/miner data for Unichain. - [unichain.creation_traces](https://docs.dune.com/data-catalog/evm/unichain/raw/creation-traces.md): Contract deployment records on Unichain — deployer address, factory context, and deployed bytecode. - [unichain.logs](https://docs.dune.com/data-catalog/evm/unichain/raw/logs.md): Smart contract event logs on Unichain — indexed topics and data fields from token transfers, swaps, and protocol actions. - [unichain.traces](https://docs.dune.com/data-catalog/evm/unichain/raw/traces.md): Internal transaction traces on Unichain — cross-contract calls, delegate calls, and value transfers with full call stack context. - [unichain.transactions](https://docs.dune.com/data-catalog/evm/unichain/raw/transactions.md): Every transaction on Unichain — from, to, value, gas, calldata, and receipt status. - [dex.trades on viction](https://docs.dune.com/data-catalog/evm/viction/curated-data/dex/dex-trades.md): The `dex.trades` table captures detailed data on decentralized exchange (DEX) trades, recording all raw trade events across various protocols on viction. - [NFT.trades on viction](https://docs.dune.com/data-catalog/evm/viction/curated-data/nft/nft-trades.md): The `nft.trades` table captures detailed data on NFT marketplaces, recording all trade events across various protocols on viction. - [Viction Call Tables](https://docs.dune.com/data-catalog/evm/viction/decoded/call-tables.md): On Dune, we parse all message calls and transactions made to smart contracts on the Viction network in their own tables. - [viction.contracts](https://docs.dune.com/data-catalog/evm/viction/decoded/contracts.md): Verified contract registry on Viction — contract name, namespace, ABI, and deployment metadata. - [Event Logs](https://docs.dune.com/data-catalog/evm/viction/decoded/event-logs.md): Smart Contracts emit event logs when certain predefined actions are completed. - [viction.logs_decoded](https://docs.dune.com/data-catalog/evm/viction/decoded/logs-decoded.md): ABI-decoded event logs on Viction — human-readable event names and parsed parameters from verified contracts. - [Viction Chain Decoded Overview](https://docs.dune.com/data-catalog/evm/viction/decoded/overview.md): Simplifying Viction Chain smart contract analysis through human-readable tables. - [viction.traces_decoded](https://docs.dune.com/data-catalog/evm/viction/decoded/traces-decoded.md): ABI-decoded function calls on Viction — parsed function names, inputs, and outputs from verified contracts. - [Viction Chain Overview](https://docs.dune.com/data-catalog/evm/viction/overview.md): Viction blockchain data on Dune - [viction.blocks](https://docs.dune.com/data-catalog/evm/viction/raw/blocks.md): Block headers, timestamps, gas limits, base fees, and validator/miner data for Viction. - [viction.creation_traces](https://docs.dune.com/data-catalog/evm/viction/raw/creation-traces.md): Contract deployment records on Viction — deployer address, factory context, and deployed bytecode. - [viction.logs](https://docs.dune.com/data-catalog/evm/viction/raw/logs.md): Smart contract event logs on Viction — indexed topics and data fields from token transfers, swaps, and protocol actions. - [viction.traces](https://docs.dune.com/data-catalog/evm/viction/raw/traces.md): Internal transaction traces on Viction — cross-contract calls, delegate calls, and value transfers with full call stack context. - [viction.transactions](https://docs.dune.com/data-catalog/evm/viction/raw/transactions.md): Every transaction on Viction — from, to, value, gas, calldata, and receipt status. - [dex_aggregator.trades on worldchain](https://docs.dune.com/data-catalog/evm/worldchain/curated-data/dex/dex-aggregator-trades.md): DEX aggregator swaps on World Chain — trades routed through aggregators like 1inch, Paraswap, and CoW Swap with pricing and routing details. - [dex.trades on worldchain](https://docs.dune.com/data-catalog/evm/worldchain/curated-data/dex/dex-trades.md): The `dex.trades` table captures detailed data on decentralized exchange (DEX) trades, recording all raw trade events across various protocols on worldchain. - [NFT.trades on worldchain](https://docs.dune.com/data-catalog/evm/worldchain/curated-data/nft/nft-trades.md): The `nft.trades` table captures detailed data on NFT marketplaces, recording all trade events across various protocols on worldchain. - [World Chain Call Tables](https://docs.dune.com/data-catalog/evm/worldchain/decoded/call-tables.md): On Dune, we parse all message calls and transactions made to smart contracts on the World Chain network in their own tables. - [worldchain.contracts](https://docs.dune.com/data-catalog/evm/worldchain/decoded/contracts.md): Verified contract registry on World Chain — contract name, namespace, ABI, and deployment metadata. - [Event Logs](https://docs.dune.com/data-catalog/evm/worldchain/decoded/event-logs.md): Smart Contracts emit event logs when certain predefined actions are completed. - [worldchain.logs_decoded](https://docs.dune.com/data-catalog/evm/worldchain/decoded/logs-decoded.md): ABI-decoded event logs on World Chain — human-readable event names and parsed parameters from verified contracts. - [World Chain Decoded Overview](https://docs.dune.com/data-catalog/evm/worldchain/decoded/overview.md): Simplifying World Chain smart contract analysis through human-readable tables. - [worldchain.traces_decoded](https://docs.dune.com/data-catalog/evm/worldchain/decoded/traces-decoded.md): ABI-decoded function calls on World Chain — parsed function names, inputs, and outputs from verified contracts. - [World Chain Overview](https://docs.dune.com/data-catalog/evm/worldchain/overview.md): World Chain data on Dune - [worldchain.blocks](https://docs.dune.com/data-catalog/evm/worldchain/raw/blocks.md): Block headers, timestamps, gas limits, base fees, and validator/miner data for World Chain. - [worldchain.creation_traces](https://docs.dune.com/data-catalog/evm/worldchain/raw/creation-traces.md): Contract deployment records on World Chain — deployer address, factory context, and deployed bytecode. - [worldchain.logs](https://docs.dune.com/data-catalog/evm/worldchain/raw/logs.md): Smart contract event logs on World Chain — indexed topics and data fields from token transfers, swaps, and protocol actions. - [worldchain.traces](https://docs.dune.com/data-catalog/evm/worldchain/raw/traces.md): Internal transaction traces on World Chain — cross-contract calls, delegate calls, and value transfers with full call stack context. - [worldchain.transactions](https://docs.dune.com/data-catalog/evm/worldchain/raw/transactions.md): Every transaction on World Chain — from, to, value, gas, calldata, and receipt status. - [dex.trades on xlayer](https://docs.dune.com/data-catalog/evm/xlayer/curated-data/dex/dex-trades.md): The `dex.trades` table captures detailed data on decentralized exchange (DEX) trades, recording all raw trade events across various protocols on xlayer. - [X Layer Call Tables](https://docs.dune.com/data-catalog/evm/xlayer/decoded/call-tables.md): On Dune, we parse all message calls and transactions made to smart contracts on the X Layer network in their own tables. - [xlayer.contracts](https://docs.dune.com/data-catalog/evm/xlayer/decoded/contracts.md): Verified contract registry on X Layer — contract name, namespace, ABI, and deployment metadata. - [Event Logs](https://docs.dune.com/data-catalog/evm/xlayer/decoded/event-logs.md): Smart Contracts emit event logs when certain predefined actions are completed. - [xlayer.logs_decoded](https://docs.dune.com/data-catalog/evm/xlayer/decoded/logs-decoded.md): ABI-decoded event logs on X Layer — human-readable event names and parsed parameters from verified contracts. - [X Layer Decoded Overview](https://docs.dune.com/data-catalog/evm/xlayer/decoded/overview.md): Simplifying X Layer smart contract analysis through human-readable tables. - [xlayer.traces_decoded](https://docs.dune.com/data-catalog/evm/xlayer/decoded/traces-decoded.md): ABI-decoded function calls on X Layer — parsed function names, inputs, and outputs from verified contracts. - [X Layer Overview](https://docs.dune.com/data-catalog/evm/xlayer/overview.md): X Layer data on Dune - [xlayer.blocks](https://docs.dune.com/data-catalog/evm/xlayer/raw/blocks.md): Block headers, timestamps, gas limits, base fees, and validator/miner data for X Layer. - [xlayer.creation_traces](https://docs.dune.com/data-catalog/evm/xlayer/raw/creation-traces.md): Contract deployment records on X Layer — deployer address, factory context, and deployed bytecode. - [xlayer.logs](https://docs.dune.com/data-catalog/evm/xlayer/raw/logs.md): Smart contract event logs on X Layer — indexed topics and data fields from token transfers, swaps, and protocol actions. - [xlayer.traces](https://docs.dune.com/data-catalog/evm/xlayer/raw/traces.md): Internal transaction traces on X Layer — cross-contract calls, delegate calls, and value transfers with full call stack context. - [xlayer.transactions](https://docs.dune.com/data-catalog/evm/xlayer/raw/transactions.md): Every transaction on X Layer — from, to, value, gas, calldata, and receipt status. - [dex_aggregator.trades on zksync](https://docs.dune.com/data-catalog/evm/zksync/curated-data/dex/dex-aggregator-trades.md): DEX aggregator swaps on zkSync — trades routed through aggregators like 1inch, Paraswap, and CoW Swap with pricing and routing details. - [dex.trades on zksync](https://docs.dune.com/data-catalog/evm/zksync/curated-data/dex/dex-trades.md): The `dex.trades` table captures detailed data on decentralized exchange (DEX) trades, recording all raw trade events across various protocols on zksync. - [NFT.trades on zksync](https://docs.dune.com/data-catalog/evm/zksync/curated-data/nft/nft-trades.md): The `nft.trades` table captures detailed data on NFT marketplaces, recording all trade events across various protocols on zksync. - [zkSync Call Tables](https://docs.dune.com/data-catalog/evm/zksync/decoded/call-tables.md): On Dune, we parse all message calls and transactions made to smart contracts on the zkSync network in their own tables. - [zksync.contracts](https://docs.dune.com/data-catalog/evm/zksync/decoded/contracts.md): Verified contract registry on zkSync — contract name, namespace, ABI, and deployment metadata. - [Event Logs](https://docs.dune.com/data-catalog/evm/zksync/decoded/event-logs.md): Smart Contracts emit event logs when certain predefined actions are completed. - [zksync.logs_decoded](https://docs.dune.com/data-catalog/evm/zksync/decoded/logs-decoded.md): ABI-decoded event logs on zkSync — human-readable event names and parsed parameters from verified contracts. - [zkSync Decoded Overview](https://docs.dune.com/data-catalog/evm/zksync/decoded/overview.md): Simplifying zkSync smart contract analysis through human-readable tables. - [zksync.traces_decoded](https://docs.dune.com/data-catalog/evm/zksync/decoded/traces-decoded.md): ABI-decoded function calls on zkSync — parsed function names, inputs, and outputs from verified contracts. - [zkSync Overview](https://docs.dune.com/data-catalog/evm/zksync/overview.md): zkSync data on Dune - [zksync.blocks](https://docs.dune.com/data-catalog/evm/zksync/raw/blocks.md): Block headers, timestamps, gas limits, base fees, and validator/miner data for zkSync. - [zksync.creation_traces](https://docs.dune.com/data-catalog/evm/zksync/raw/creation-traces.md): Contract deployment records on zkSync — deployer address, factory context, and deployed bytecode. - [zksync.logs](https://docs.dune.com/data-catalog/evm/zksync/raw/logs.md): Smart contract event logs on zkSync — indexed topics and data fields from token transfers, swaps, and protocol actions. - [zksync.traces](https://docs.dune.com/data-catalog/evm/zksync/raw/traces.md): Internal transaction traces on zkSync — cross-contract calls, delegate calls, and value transfers with full call stack context. - [zksync.transactions](https://docs.dune.com/data-catalog/evm/zksync/raw/transactions.md): Every transaction on zkSync — from, to, value, gas, calldata, and receipt status. - [dex_aggregator.trades on zora](https://docs.dune.com/data-catalog/evm/zora/curated-data/dex/dex-aggregator-trades.md): DEX aggregator swaps on Zora — trades routed through aggregators like 1inch, Paraswap, and CoW Swap with pricing and routing details. - [dex.trades on zora](https://docs.dune.com/data-catalog/evm/zora/curated-data/dex/dex-trades.md): The `dex.trades` table captures detailed data on decentralized exchange (DEX) trades, recording all raw trade events across various protocols on zora. - [NFT.trades on zora](https://docs.dune.com/data-catalog/evm/zora/curated-data/nft/nft-trades.md): The `nft.trades` table captures detailed data on NFT marketplaces, recording all trade events across various protocols on zora. - [Zora Call Tables](https://docs.dune.com/data-catalog/evm/zora/decoded/call-tables.md): On Dune, we parse all message calls and transactions made to smart contracts on the Zora network in their own tables. - [zora.contracts](https://docs.dune.com/data-catalog/evm/zora/decoded/contracts.md): Verified contract registry on Zora — contract name, namespace, ABI, and deployment metadata. - [Event Logs](https://docs.dune.com/data-catalog/evm/zora/decoded/event-logs.md): Smart Contracts emit event logs when certain predefined actions are completed. - [zora.logs_decoded](https://docs.dune.com/data-catalog/evm/zora/decoded/logs-decoded.md): ABI-decoded event logs on Zora — human-readable event names and parsed parameters from verified contracts. - [Zora Decoded Overview](https://docs.dune.com/data-catalog/evm/zora/decoded/overview.md): Simplifying Zora smart contract analysis through human-readable tables. - [zora.traces_decoded](https://docs.dune.com/data-catalog/evm/zora/decoded/traces-decoded.md): ABI-decoded function calls on Zora — parsed function names, inputs, and outputs from verified contracts. - [Zora Overview](https://docs.dune.com/data-catalog/evm/zora/overview.md): Zora data on Dune - [zora.blocks](https://docs.dune.com/data-catalog/evm/zora/raw/blocks.md): Block headers, timestamps, gas limits, base fees, and validator/miner data for Zora. - [zora.creation_traces](https://docs.dune.com/data-catalog/evm/zora/raw/creation-traces.md): Contract deployment records on Zora — deployer address, factory context, and deployed bytecode. - [zora.logs](https://docs.dune.com/data-catalog/evm/zora/raw/logs.md): Smart contract event logs on Zora — indexed topics and data fields from token transfers, swaps, and protocol actions. - [zora.traces](https://docs.dune.com/data-catalog/evm/zora/raw/traces.md): Internal transaction traces on Zora — cross-contract calls, delegate calls, and value transfers with full call stack context. - [zora.transactions](https://docs.dune.com/data-catalog/evm/zora/raw/transactions.md): Every transaction on Zora — from, to, value, gas, calldata, and receipt status. - [flow.cadence_blocks](https://docs.dune.com/data-catalog/flow/cadence/blocks.md): Flow Cadence block data — block details specific to Flow's Cadence execution environment. - [flow.cadence_contracts](https://docs.dune.com/data-catalog/flow/cadence/contracts.md): Flow Cadence contract deployments — contract code and account bindings. - [flow.cadence_events](https://docs.dune.com/data-catalog/flow/cadence/events.md): Flow Cadence events — structured events emitted by Cadence smart contracts. - [flow.cadence_native_token_balances](https://docs.dune.com/data-catalog/flow/cadence/native-token-balances.md): Flow native FLOW token balances — account holdings over time. - [flow.cadence_participations](https://docs.dune.com/data-catalog/flow/cadence/participations.md): Flow network participations — staking, delegation, and epoch participation records. - [flow.cadence_token_collections](https://docs.dune.com/data-catalog/flow/cadence/token-collections.md): Flow Cadence NFT collections — collection metadata and token types. - [flow.cadence_token_transfers](https://docs.dune.com/data-catalog/flow/cadence/token-transfers.md): Flow Cadence token transfers — fungible and NFT movement events. - [flow.cadence_tokens](https://docs.dune.com/data-catalog/flow/cadence/tokens.md): Flow Cadence token metadata — fungible and non-fungible token type definitions. - [flow.cadence_transaction_receipts](https://docs.dune.com/data-catalog/flow/cadence/transaction-receipts.md): Flow Cadence transaction receipts — execution results, events, and status. - [flow.cadence_transactions](https://docs.dune.com/data-catalog/flow/cadence/transactions.md): Flow Cadence transactions — script and transaction interactions with the Cadence runtime. - [dex.trades on flow](https://docs.dune.com/data-catalog/flow/curated-data/dex/dex-trades.md): The `dex.trades` table captures detailed data on decentralized exchange (DEX) trades, recording all raw trade events across various protocols on flow. - [Flow EVM Call Tables](https://docs.dune.com/data-catalog/flow/decoded/call-tables.md): On Dune, we parse all message calls and transactions made to smart contracts on the Flow EVM network in their own tables. - [flow.contracts](https://docs.dune.com/data-catalog/flow/decoded/contracts.md): Verified contract registry on Flow — contract name, code, and deployment metadata. - [flow.event_logs](https://docs.dune.com/data-catalog/flow/decoded/event-logs.md): Smart contract event logs on Flow — indexed topics and data fields emitted during transaction execution. - [flow.logs_decoded](https://docs.dune.com/data-catalog/flow/decoded/logs-decoded.md): ABI-decoded Flow event logs — parsed event names and parameters. - [Flow EVM Decoded Overview](https://docs.dune.com/data-catalog/flow/decoded/overview.md): Simplifying Flow EVM smart contract analysis through human-readable tables. - [flow.traces_decoded](https://docs.dune.com/data-catalog/flow/decoded/traces-decoded.md): ABI-decoded Flow function calls — parsed function names and arguments. - [Flow Overview](https://docs.dune.com/data-catalog/flow/overview.md): Flow blockchain data on Dune - EVM and Cadence - [flow.blocks](https://docs.dune.com/data-catalog/flow/raw/blocks.md): Flow block data — block height, timestamp, and collection guarantees. - [flow.creation_traces](https://docs.dune.com/data-catalog/flow/raw/creation-traces.md): Flow contract deployment records — deployer and deployed contract details. - [flow.logs](https://docs.dune.com/data-catalog/flow/raw/logs.md): Flow event logs — events emitted during Cadence smart contract execution. - [flow.traces](https://docs.dune.com/data-catalog/flow/raw/traces.md): Flow execution traces — internal call data during transaction processing. - [flow.transactions](https://docs.dune.com/data-catalog/flow/raw/transactions.md): Flow transaction records — authorizers, payer, gas limit, and execution status. - [Blocks](https://docs.dune.com/data-catalog/fuel/blocks.md): Fuel blockchain blocks data - [Fuel Data](https://docs.dune.com/data-catalog/fuel/overview.md): Fuel blockchain data on Dune - [Receipts](https://docs.dune.com/data-catalog/fuel/receipts.md): Fuel blockchain receipts data - [Transactions](https://docs.dune.com/data-catalog/fuel/transactions.md): Fuel blockchain transactions data - [Balances](https://docs.dune.com/data-catalog/initia/balances.md): Initia blockchain account balances data - [Block Events](https://docs.dune.com/data-catalog/initia/block_events.md): Initia blockchain block events data - [Blocks](https://docs.dune.com/data-catalog/initia/blocks.md): Initia blockchain blocks data - [Bridge Transfers](https://docs.dune.com/data-catalog/initia/bridge_transfers.md): Initia blockchain cross-chain bridge transfer data - [Message Events](https://docs.dune.com/data-catalog/initia/message_events.md): Initia blockchain message events data - [Initia Data](https://docs.dune.com/data-catalog/initia/overview.md): Initia blockchain data on Dune - [Swaps](https://docs.dune.com/data-catalog/initia/swaps.md): Initia blockchain token swap transactions data - [Transactions](https://docs.dune.com/data-catalog/initia/transactions.md): Initia blockchain transactions data - [Transaction Messages](https://docs.dune.com/data-catalog/initia/tx_messages.md): Initia blockchain transaction messages data - [Validators](https://docs.dune.com/data-catalog/initia/validators.md): Initia blockchain validators data - [kalshi.market_report](https://docs.dune.com/data-catalog/kalshi/market_report.md): Kalshi market metadata — event contract details, categories, settlement rules, and current status. - [Kalshi](https://docs.dune.com/data-catalog/kalshi/overview.md): Kalshi event contracts data on Dune - [kalshi.trade_report](https://docs.dune.com/data-catalog/kalshi/trade_report.md): Kalshi trade data — individual trades on event contracts with price, size, and execution details. - [layerzero.messages](https://docs.dune.com/data-catalog/layerzero/messages.md): LayerZero cross-chain messages — message payloads, endpoints, and routing data. - [LayerZero](https://docs.dune.com/data-catalog/layerzero/overview.md): LayerZero crosschain data on Dune - [layerzero.transfers](https://docs.dune.com/data-catalog/layerzero/transfers.md): LayerZero cross-chain token transfers — bridged assets with source/destination chain details. - [near.actions](https://docs.dune.com/data-catalog/near/actions.md): NEAR Protocol actions — function calls, transfers, and account operations. - [near.balances](https://docs.dune.com/data-catalog/near/balances.md): NEAR account balances — native NEAR token holdings by account. - [near.block_chunks](https://docs.dune.com/data-catalog/near/block_chunks.md): NEAR block chunks — block data with chunk-level transaction groupings. - [near.circulating_supply](https://docs.dune.com/data-catalog/near/circulating_supply.md): NEAR circulating supply snapshots — total and circulating NEAR over time. - [near.ft_transfers](https://docs.dune.com/data-catalog/near/ft_transfers.md): NEAR fungible token transfers — NEP-141 token movements. - [near.function_call](https://docs.dune.com/data-catalog/near/function_call.md): NEAR function call actions — contract method invocations with arguments. - [near.logs](https://docs.dune.com/data-catalog/near/logs.md): NEAR execution logs — log output from smart contract execution. - [near.nft_transfers](https://docs.dune.com/data-catalog/near/nft_transfers.md): NEAR NFT transfers — NEP-171 non-fungible token movements. - [NEAR Data](https://docs.dune.com/data-catalog/near/overview.md): NEAR blockchain data on Dune - [Block Events](https://docs.dune.com/data-catalog/noble/block_events.md): Noble blockchain block events data - [Blocks](https://docs.dune.com/data-catalog/noble/blocks.md): Noble blockchain blocks data - [Bridge Transfers](https://docs.dune.com/data-catalog/noble/bridge_transfers.md): Noble blockchain cross-chain bridge transfer data - [CCTP Transactions](https://docs.dune.com/data-catalog/noble/cctp_transactions.md): Noble blockchain Cross-Chain Transfer Protocol transactions data - [Message Events](https://docs.dune.com/data-catalog/noble/message_events.md): Noble blockchain message events data - [Noble Data](https://docs.dune.com/data-catalog/noble/overview.md): Noble blockchain data on Dune - [Swaps](https://docs.dune.com/data-catalog/noble/swaps.md): Noble blockchain token swap transactions data - [Transactions](https://docs.dune.com/data-catalog/noble/transactions.md): Noble blockchain transactions data - [Transaction Messages](https://docs.dune.com/data-catalog/noble/tx_messages.md): Noble blockchain transaction messages data - [Validators](https://docs.dune.com/data-catalog/noble/validators.md): Noble blockchain validators data - [Data Catalog](https://docs.dune.com/data-catalog/overview.md): Explore Dune's comprehensive blockchain data catalog — raw, decoded, and curated datasets across 100+ blockchains, accessible via the web app, API, and Datashare. - [peaq.balances](https://docs.dune.com/data-catalog/peaq/balances.md): Peaq account balances. - [peaq.evm_blocks](https://docs.dune.com/data-catalog/peaq/blocks.md): Peaq EVM-compatible block data. - [peaq.calls](https://docs.dune.com/data-catalog/peaq/calls.md): Peaq dispatch calls — pallet function calls within extrinsics. - [peaq.events](https://docs.dune.com/data-catalog/peaq/events.md): Peaq runtime events — pallet-level events emitted during execution. - [peaq.extrinsics](https://docs.dune.com/data-catalog/peaq/extrinsics.md): Peaq extrinsics — signed and unsigned transactions. - [Peaq Overview](https://docs.dune.com/data-catalog/peaq/overview.md): Peaq blockchain data on Dune - [peaq.transfers](https://docs.dune.com/data-catalog/peaq/transfers.md): Peaq native token transfers. - [solana.account_activity](https://docs.dune.com/data-catalog/solana/account-activity.md): Track every SOL and SPL token balance change per account per transaction — essential for wallet activity monitoring, treasury tracking, compliance auditing, and building real-time portfolio analytics on Solana. - [solana.blocks](https://docs.dune.com/data-catalog/solana/blocks.md): Solana block-level data including slot numbers, leader identity, rewards, and transaction counts. Blocks contain transactions which contain instructions that alter the state of the Solana blockchain. Use this data for network throughput analysis, validator performance benchmarking, and infrastructure monitoring. - [Solana Decoded Tables](https://docs.dune.com/data-catalog/solana/idl-tables.md): Decoded Solana program data using Interface Description Language (IDL) definitions — human-readable instruction and event data for DeFi protocols, NFT marketplaces, and any Solana program. The fastest path from raw bytes to actionable analytics. - [solana.instruction_calls](https://docs.dune.com/data-catalog/solana/instruction-calls.md): Every program instruction executed on Solana with decoded arguments, inner instruction traces, and execution context. Critical for protocol analytics, smart contract auditing, cross-program invocation analysis, and DeFi flow tracing. - [Solana Overview](https://docs.dune.com/data-catalog/solana/overview.md): Solana raw and decoded data on Dune — transactions, blocks, instructions, account activity, rewards, and vote data for trading, compliance, wallet engineering, and research. - [solana.rewards](https://docs.dune.com/data-catalog/solana/rewards.md): Validator and staker reward distributions on Solana — staking rewards, voting rewards, and fee distributions. Use this data for APY calculations, validator economics research, staking yield analysis, and custodial reporting. - [solana.transactions](https://docs.dune.com/data-catalog/solana/transactions.md): Complete Solana transaction records with signatures, signers, fees, compute units, and execution status. The foundational table for on-chain analysis — from trading flow attribution and fee optimization to compliance monitoring and application usage tracking. - [solana.vote_transactions](https://docs.dune.com/data-catalog/solana/vote-transactions.md): Solana validator consensus vote transactions — track validator participation, voting patterns, and network health. Essential for staking providers, validator operators, and researchers analyzing Solana's consensus mechanism. - [starknet.blocks](https://docs.dune.com/data-catalog/starknet/blocks.md): StarkNet block data — block numbers, timestamps, sequencer identity, and state roots. - [starknet.calls](https://docs.dune.com/data-catalog/starknet/calls.md): StarkNet internal calls — function call traces within StarkNet transaction execution. - [starknet.events](https://docs.dune.com/data-catalog/starknet/events.md): StarkNet contract events — event data emitted by Cairo smart contracts during execution. - [Starknet data](https://docs.dune.com/data-catalog/starknet/overview.md): Starknet data on Dune - [starknet.transactions](https://docs.dune.com/data-catalog/starknet/transactions.md): StarkNet transaction records — invoke, deploy, and declare transactions with fees and execution status. - [stellar.accounts](https://docs.dune.com/data-catalog/stellar/accounts.md): Stellar account data — public keys, sequence numbers, balances, and thresholds. - [stellar.contract_data](https://docs.dune.com/data-catalog/stellar/contract_data.md): Stellar Soroban smart contract data entries. - [EVM vs Stellar Comparison](https://docs.dune.com/data-catalog/stellar/evm_v_stellar.md): A comparison between EVM-based blockchains and Stellar - [stellar.history_contract_events](https://docs.dune.com/data-catalog/stellar/history_contract_events.md): Stellar Soroban contract events — events emitted by smart contracts. - [stellar.history_effects](https://docs.dune.com/data-catalog/stellar/history_effects.md): Stellar operation effects — balance changes, trustline modifications, and other state changes. - [stellar.history_ledgers](https://docs.dune.com/data-catalog/stellar/history_ledgers.md): Stellar ledger data — sequence number, transaction count, and protocol version. - [stellar.history_operations](https://docs.dune.com/data-catalog/stellar/history_operations.md): Stellar operations — payments, offers, account changes, and other operation types. - [stellar.history_trades](https://docs.dune.com/data-catalog/stellar/history_trades.md): Stellar DEX trades — orderbook-based trades on the Stellar decentralized exchange. - [stellar.history_transactions](https://docs.dune.com/data-catalog/stellar/history_transactions.md): Stellar transaction records — source account, fee, memo, and operation count. - [stellar.liquidity_pools](https://docs.dune.com/data-catalog/stellar/liquidity_pools.md): Stellar AMM liquidity pools — pool assets, reserves, and share supply. - [Stellar Data](https://docs.dune.com/data-catalog/stellar/overview.md): Stellar blockchain data on Dune - [stellar.trust_lines](https://docs.dune.com/data-catalog/stellar/trust_lines.md): Stellar trustlines — authorized asset holdings per account. - [stellar.ttl](https://docs.dune.com/data-catalog/stellar/ttl.md): Stellar contract data time-to-live records. - [polkadot.balances](https://docs.dune.com/data-catalog/substrate/balances.md): Description of Substrate balances tables on Dune. - [polkadot.blocks](https://docs.dune.com/data-catalog/substrate/blocks.md): Description of Substrate blocks table on Dune. - [polkadot.calls](https://docs.dune.com/data-catalog/substrate/calls.md): Description of Substrate calls tables on Dune. - [polkadot.events](https://docs.dune.com/data-catalog/substrate/events.md): Substrate runtime events across Polkadot, Kusama, and parachain networks. - [polkadot.extrinsics](https://docs.dune.com/data-catalog/substrate/extrinsics.md): Description of Substrate extrinsics table on Dune. - [Materialized Views](https://docs.dune.com/data-catalog/substrate/materialized_views.md): Useful materialized views for Polkadot, Kusama & their parachains. - [Polkadot & Substrate Overview](https://docs.dune.com/data-catalog/substrate/overview.md): Substrate chains (e.g. Polkadot and its parachains) are on Dune. - [polkadot.stakings](https://docs.dune.com/data-catalog/substrate/stakings.md): Polkadot staking data — validator nominations, staking rewards, and slash events. - [polkadot.traces](https://docs.dune.com/data-catalog/substrate/traces.md): Polkadot execution traces — detailed runtime execution data across pallets. - [polkadot.transfers](https://docs.dune.com/data-catalog/substrate/transfers.md): Polkadot native token (DOT) transfers — sender, recipient, amount, and transfer type. - [succinct.bids](https://docs.dune.com/data-catalog/succinct/bids.md): Succinct prover bids — bid amounts, prover addresses, and auction outcomes. - [Succinct](https://docs.dune.com/data-catalog/succinct/overview.md): Succinct protocol data on Dune - [succinct.requests](https://docs.dune.com/data-catalog/succinct/requests.md): Succinct proof generation requests — proof type, input parameters, and submission details. - [sui.checkpoints](https://docs.dune.com/data-catalog/sui/checkpoints.md): Sui checkpoints — finalized checkpoint data with transaction digests and timestamps. - [sui.events](https://docs.dune.com/data-catalog/sui/events.md): Sui on-chain events — events emitted by Move packages during execution. - [sui.move_call](https://docs.dune.com/data-catalog/sui/move_call.md): Sui Move function calls — package, module, and function invocations. - [sui.move_package](https://docs.dune.com/data-catalog/sui/move_package.md): Sui Move package deployments — published packages and upgrade records. - [sui.objects](https://docs.dune.com/data-catalog/sui/objects.md): Sui object data — owned and shared objects with type, version, and ownership info. - [Sui Data](https://docs.dune.com/data-catalog/sui/overview.md): Sui blockchain data on Dune - [sui.transaction_objects](https://docs.dune.com/data-catalog/sui/transaction_objects.md): Sui transaction-object relationships — objects created, mutated, or deleted per transaction. - [sui.transactions](https://docs.dune.com/data-catalog/sui/transactions.md): Sui transaction records — sender, gas, status, and transaction kind. - [sui.wrapped_object](https://docs.dune.com/data-catalog/sui/wrapped_object.md): Sui wrapped object records — objects contained within other objects. - [thorchain.core_block](https://docs.dune.com/data-catalog/thorchain/core_block.md): THORChain block data — block height, timestamp, and chain metadata. - [thorchain.core_instantiate_events](https://docs.dune.com/data-catalog/thorchain/core_instantiate_events.md): THORChain module instantiation events. - [thorchain.core_network_version_events](https://docs.dune.com/data-catalog/thorchain/core_network_version_events.md): THORChain network version upgrade events. - [thorchain.core_set_mimir_events](https://docs.dune.com/data-catalog/thorchain/core_set_mimir_events.md): THORChain Mimir governance parameter change events. - [thorchain.core_thorname_change_events](https://docs.dune.com/data-catalog/thorchain/core_thorname_change_events.md): THORChain THORName registration and update events. - [thorchain.core_transfer_events](https://docs.dune.com/data-catalog/thorchain/core_transfer_events.md): THORChain native RUNE transfer events. - [thorchain.core_transfers](https://docs.dune.com/data-catalog/thorchain/core_transfers.md): THORChain token transfer records — RUNE and synth movements. - [thorchain.core_tss_keygen_failure_events](https://docs.dune.com/data-catalog/thorchain/core_tss_keygen_failure_events.md): THORChain TSS key generation failure events. - [thorchain.core_tss_keygen_success_events](https://docs.dune.com/data-catalog/thorchain/core_tss_keygen_success_events.md): THORChain TSS key generation success events. - [thorchain.core_wasm_contracts_events](https://docs.dune.com/data-catalog/thorchain/core_wasm_contracts_events.md): THORChain CosmWasm contract execution events. - [thorchain.defi_active_vault_events](https://docs.dune.com/data-catalog/thorchain/defi_active_vault_events.md): THORChain active vault rotation events. - [thorchain.defi_add_events](https://docs.dune.com/data-catalog/thorchain/defi_add_events.md): THORChain liquidity add events — assets deposited to pools. - [thorchain.defi_affiliate_fee_events](https://docs.dune.com/data-catalog/thorchain/defi_affiliate_fee_events.md): THORChain affiliate fee collection events. - [thorchain.defi_asgard_fund_yggdrasil_events](https://docs.dune.com/data-catalog/thorchain/defi_asgard_fund_yggdrasil_events.md): THORChain vault funding events — Asgard to Yggdrasil transfers. - [thorchain.defi_block_pool_depths](https://docs.dune.com/data-catalog/thorchain/defi_block_pool_depths.md): THORChain pool depth snapshots per block — asset and RUNE balances. - [thorchain.defi_block_rewards](https://docs.dune.com/data-catalog/thorchain/defi_block_rewards.md): THORChain block reward distributions — emissions to pools and node operators. - [thorchain.defi_bond_actions](https://docs.dune.com/data-catalog/thorchain/defi_bond_actions.md): THORChain node bond actions — bond and unbond operations. - [thorchain.defi_bond_events](https://docs.dune.com/data-catalog/thorchain/defi_bond_events.md): THORChain bond lifecycle events — deposits, withdrawals, and slashes. - [thorchain.defi_daily_earnings](https://docs.dune.com/data-catalog/thorchain/defi_daily_earnings.md): THORChain daily protocol earnings — fees, rewards, and revenue breakdown. - [thorchain.defi_daily_pool_stats](https://docs.dune.com/data-catalog/thorchain/defi_daily_pool_stats.md): THORChain daily pool statistics — volume, fees, APY, and depth by pool. - [thorchain.defi_daily_tvl](https://docs.dune.com/data-catalog/thorchain/defi_daily_tvl.md): THORChain daily total value locked — aggregate TVL across all pools. - [thorchain.defi_errata_events](https://docs.dune.com/data-catalog/thorchain/defi_errata_events.md): THORChain errata correction events — manual adjustments to chain state. - [thorchain.defi_failed_deposit_messages](https://docs.dune.com/data-catalog/thorchain/defi_failed_deposit_messages.md): THORChain failed deposit attempts — rejected inbound transactions. - [thorchain.defi_fee_events](https://docs.dune.com/data-catalog/thorchain/defi_fee_events.md): THORChain fee collection events — swap fees, network fees, and outbound fees. - [thorchain.defi_gas_events](https://docs.dune.com/data-catalog/thorchain/defi_gas_events.md): THORChain gas reimbursement events — gas costs for outbound transactions. - [thorchain.defi_inactive_vault_events](https://docs.dune.com/data-catalog/thorchain/defi_inactive_vault_events.md): THORChain vault deactivation events. - [thorchain.defi_liquidity_actions](https://docs.dune.com/data-catalog/thorchain/defi_liquidity_actions.md): THORChain liquidity actions — adds, withdrawals, and position changes. - [thorchain.defi_loan_open_events](https://docs.dune.com/data-catalog/thorchain/defi_loan_open_events.md): THORChain lending — loan origination events with collateral and debt details. - [thorchain.defi_loan_repayment_events](https://docs.dune.com/data-catalog/thorchain/defi_loan_repayment_events.md): THORChain lending — loan repayment events. - [thorchain.defi_mint_burn_events](https://docs.dune.com/data-catalog/thorchain/defi_mint_burn_events.md): THORChain synthetic asset mint and burn events. - [thorchain.defi_outbound_events](https://docs.dune.com/data-catalog/thorchain/defi_outbound_events.md): THORChain outbound transaction events — assets sent to external chains. - [thorchain.defi_pending_liquidity_events](https://docs.dune.com/data-catalog/thorchain/defi_pending_liquidity_events.md): THORChain pending liquidity events — asymmetric deposits awaiting pairing. - [thorchain.defi_pool_balance_change_events](https://docs.dune.com/data-catalog/thorchain/defi_pool_balance_change_events.md): THORChain pool balance change events — triggered by swaps, adds, and withdrawals. - [thorchain.defi_pool_block_balances](https://docs.dune.com/data-catalog/thorchain/defi_pool_block_balances.md): THORChain pool balances per block — RUNE and asset depths. - [thorchain.defi_pool_block_fees](https://docs.dune.com/data-catalog/thorchain/defi_pool_block_fees.md): THORChain pool fees per block — swap and liquidity fees collected. - [thorchain.defi_pool_block_statistics](https://docs.dune.com/data-catalog/thorchain/defi_pool_block_statistics.md): THORChain pool statistics per block — volume, swap count, and slip. - [thorchain.defi_pool_events](https://docs.dune.com/data-catalog/thorchain/defi_pool_events.md): THORChain pool lifecycle events — creation, suspension, and status changes. - [thorchain.defi_refund_events](https://docs.dune.com/data-catalog/thorchain/defi_refund_events.md): THORChain refund events — returned transactions that couldn't be processed. - [thorchain.defi_reserve_events](https://docs.dune.com/data-catalog/thorchain/defi_reserve_events.md): THORChain reserve fund events — emissions from the protocol reserve. - [thorchain.defi_rewards_event_entries](https://docs.dune.com/data-catalog/thorchain/defi_rewards_event_entries.md): THORChain reward distribution entries — per-pool reward allocations. - [thorchain.defi_rewards_events](https://docs.dune.com/data-catalog/thorchain/defi_rewards_events.md): THORChain reward distribution events — block-level reward summaries. - [thorchain.defi_rune_pool_deposit_events](https://docs.dune.com/data-catalog/thorchain/defi_rune_pool_deposit_events.md): THORChain RUNEPool deposit events. - [thorchain.defi_rune_pool_withdraw_events](https://docs.dune.com/data-catalog/thorchain/defi_rune_pool_withdraw_events.md): THORChain RUNEPool withdrawal events. - [thorchain.defi_scheduled_outbound_events](https://docs.dune.com/data-catalog/thorchain/defi_scheduled_outbound_events.md): THORChain scheduled outbound queue — pending external chain transactions. - [thorchain.defi_secure_asset_deposit_events](https://docs.dune.com/data-catalog/thorchain/defi_secure_asset_deposit_events.md): THORChain secure asset deposit events. - [thorchain.defi_secure_asset_withdraw_events](https://docs.dune.com/data-catalog/thorchain/defi_secure_asset_withdraw_events.md): THORChain secure asset withdrawal events. - [thorchain.defi_send_messages](https://docs.dune.com/data-catalog/thorchain/defi_send_messages.md): THORChain send messages — internal transfer directives. - [thorchain.defi_stake_events](https://docs.dune.com/data-catalog/thorchain/defi_stake_events.md): THORChain staking events (legacy) — bond operations. - [thorchain.defi_streaming_swap_details_events](https://docs.dune.com/data-catalog/thorchain/defi_streaming_swap_details_events.md): THORChain streaming swap progress — partial fill details for large swaps. - [thorchain.defi_swap_events](https://docs.dune.com/data-catalog/thorchain/defi_swap_events.md): THORChain swap events — cross-chain and intra-chain asset swaps with pricing. - [thorchain.defi_swaps](https://docs.dune.com/data-catalog/thorchain/defi_swaps.md): THORChain swap records — comprehensive swap data with fees, slip, and routing. - [thorchain.defi_switch_events](https://docs.dune.com/data-catalog/thorchain/defi_switch_events.md): THORChain BEP2/ERC20 to native RUNE switch events. - [thorchain.defi_tcy_claim_events](https://docs.dune.com/data-catalog/thorchain/defi_tcy_claim_events.md): THORChain TCY claim events. - [thorchain.defi_tcy_distribution_events](https://docs.dune.com/data-catalog/thorchain/defi_tcy_distribution_events.md): THORChain TCY distribution events. - [thorchain.defi_tcy_stake_events](https://docs.dune.com/data-catalog/thorchain/defi_tcy_stake_events.md): THORChain TCY staking events. - [thorchain.defi_tcy_unstake_events](https://docs.dune.com/data-catalog/thorchain/defi_tcy_unstake_events.md): THORChain TCY unstaking events. - [thorchain.defi_total_block_rewards](https://docs.dune.com/data-catalog/thorchain/defi_total_block_rewards.md): THORChain total block rewards — aggregate emissions per block. - [thorchain.defi_total_value_locked](https://docs.dune.com/data-catalog/thorchain/defi_total_value_locked.md): THORChain TVL snapshots — total value locked across all pools and features. - [thorchain.defi_trade_account_deposit_events](https://docs.dune.com/data-catalog/thorchain/defi_trade_account_deposit_events.md): THORChain trade account deposit events. - [thorchain.defi_trade_account_withdraw_events](https://docs.dune.com/data-catalog/thorchain/defi_trade_account_withdraw_events.md): THORChain trade account withdrawal events. - [thorchain.defi_update_node_account_status_events](https://docs.dune.com/data-catalog/thorchain/defi_update_node_account_status_events.md): THORChain node status update events — active, standby, and disabled transitions. - [thorchain.defi_upgrades](https://docs.dune.com/data-catalog/thorchain/defi_upgrades.md): THORChain protocol upgrade events — version changes and migration records. - [thorchain.defi_withdraw_events](https://docs.dune.com/data-catalog/thorchain/defi_withdraw_events.md): THORChain liquidity withdrawal events — assets removed from pools. - [thorchain.gov_new_node_events](https://docs.dune.com/data-catalog/thorchain/gov_new_node_events.md): THORChain new node registration events. - [thorchain.gov_set_ip_address_events](https://docs.dune.com/data-catalog/thorchain/gov_set_ip_address_events.md): THORChain node IP address configuration events. - [thorchain.gov_set_node_keys_events](https://docs.dune.com/data-catalog/thorchain/gov_set_node_keys_events.md): THORChain node key rotation events. - [thorchain.gov_set_node_mimir_events](https://docs.dune.com/data-catalog/thorchain/gov_set_node_mimir_events.md): THORChain node Mimir vote events — node operator governance votes. - [thorchain.gov_set_version_events](https://docs.dune.com/data-catalog/thorchain/gov_set_version_events.md): THORChain node version declaration events. - [thorchain.gov_slash_events](https://docs.dune.com/data-catalog/thorchain/gov_slash_events.md): THORChain slash events — validator penalties for misbehavior. - [thorchain.gov_slash_points_events](https://docs.dune.com/data-catalog/thorchain/gov_slash_points_events.md): THORChain slash point accumulation events. - [thorchain.gov_validator_request_leave_events](https://docs.dune.com/data-catalog/thorchain/gov_validator_request_leave_events.md): THORChain validator leave request events — nodes signaling intent to exit. - [THORChain Data](https://docs.dune.com/data-catalog/thorchain/overview.md): THORChain blockchain data on Dune - [ton.accounts](https://docs.dune.com/data-catalog/ton/accounts.md): TON account data — wallet addresses, contract types, balances, and status. - [ton.balances_history](https://docs.dune.com/data-catalog/ton/balances_history.md): TON account balance history — Toncoin holdings over time. - [ton.blocks](https://docs.dune.com/data-catalog/ton/blocks.md): TON block data — workchain, shard, seqno, and global block identifiers. - [ton.dex_pools](https://docs.dune.com/data-catalog/ton/dex_pools.md): TON DEX liquidity pools — pool assets, reserves, and protocol. - [ton.dex_trades](https://docs.dune.com/data-catalog/ton/dex_trades.md): TON DEX trades — swaps on DeDust, STON.fi, and other TON decentralized exchanges. - [ton.jetton_events](https://docs.dune.com/data-catalog/ton/jetton_events.md): TON Jetton token events — transfers, mints, and burns. - [ton.jetton_metadata](https://docs.dune.com/data-catalog/ton/jetton_metadata.md): TON Jetton token metadata — name, symbol, decimals, and master contract. - [ton.messages](https://docs.dune.com/data-catalog/ton/messages.md): TON messages — internal and external messages between accounts. - [ton.nft_events](https://docs.dune.com/data-catalog/ton/nft_events.md): TON NFT events — transfers, sales, and ownership changes. - [ton.jetton_metadata](https://docs.dune.com/data-catalog/ton/nft_metadata.md): TON NFT metadata — collection info, item details, and content URLs. - [TON Data](https://docs.dune.com/data-catalog/ton/overview.md): TON blockchain data on Dune - [ton.prices_daily](https://docs.dune.com/data-catalog/ton/prices_daily.md): TON daily token price aggregates — historical pricing data for Toncoin and Jetton tokens. - [ton.transactions](https://docs.dune.com/data-catalog/ton/transactions.md): TON transaction records — account, fees, compute phase, and action results. - [tron.contracts](https://docs.dune.com/data-catalog/tron/decoded/contracts.md): Verified contract registry on Tron — contract name, ABI, and deployment details. - [Event Logs](https://docs.dune.com/data-catalog/tron/decoded/event-logs.md): Smart Contracts emit event logs when certain predefined actions are completed. - [Decoded Tron data](https://docs.dune.com/data-catalog/tron/decoded/overview.md): Simplifying smart contract analysis through human-readable tables. - [TRON Overview](https://docs.dune.com/data-catalog/tron/overview.md): TRON data on Dune - [tron.blocks](https://docs.dune.com/data-catalog/tron/raw/blocks.md): Tron block data — block number, timestamp, witness address, and transaction count. - [tron.logs](https://docs.dune.com/data-catalog/tron/raw/logs.md): Tron smart contract event logs — topics and data from TRC-20 transfers and protocol interactions. - [tron.transactions](https://docs.dune.com/data-catalog/tron/raw/transactions.md): Tron transaction records — sender, recipient, contract calls, fees, and execution results. - [USDT on tron](https://docs.dune.com/data-catalog/tron/tether.md): Decoded USDT data on the Tron network. - [Tokens](https://docs.dune.com/data-catalog/tron/tokens/overview.md): Exploring the landscape of digital assets on the blockchain. - [TRC1155 Transfers](https://docs.dune.com/data-catalog/tron/tokens/transfers/erc1155-transfers.md): Event logs for TRC1155 token transfers on the Tron blockchain. - [TRC20 Transfers](https://docs.dune.com/data-catalog/tron/tokens/transfers/erc20-transfers.md): Event logs for TRC20 token transfers on the Tron blockchain. - [TRC721 Transfers](https://docs.dune.com/data-catalog/tron/tokens/transfers/erc721-transfers.md): Event logs for TRC721 token transfers on the tron blockchain. - [xrpl.aggregated_metrics_daily](https://docs.dune.com/data-catalog/xrpl/aggregated_metrics_daily.md): XRP Ledger daily metrics — transaction volume, active accounts, and fee statistics. - [xrpl.ledger](https://docs.dune.com/data-catalog/xrpl/ledger.md): XRP Ledger data — ledger index, close time, transaction count, and fees. - [XRPL Data](https://docs.dune.com/data-catalog/xrpl/overview.md): XRP Ledger data on Dune - [xrpl.transactions](https://docs.dune.com/data-catalog/xrpl/transactions.md): XRP Ledger transactions — payments, offers, trust sets, and other transaction types. - [Block Events](https://docs.dune.com/data-catalog/yominet/block_events.md): Yominet blockchain block events data - [Blocks](https://docs.dune.com/data-catalog/yominet/blocks.md): Yominet blockchain blocks data - [Message Events](https://docs.dune.com/data-catalog/yominet/message_events.md): Yominet blockchain message events data - [Yominet Data](https://docs.dune.com/data-catalog/yominet/overview.md): Yominet blockchain data on Dune - [Transactions](https://docs.dune.com/data-catalog/yominet/transactions.md): Yominet blockchain transactions data - [Transaction Messages](https://docs.dune.com/data-catalog/yominet/tx_messages.md): Yominet blockchain transaction messages data - [Datashare Overview](https://docs.dune.com/datashare/datashare.md): Access all of Dune's blockchain data directly in your data warehouse for privacy and control. - [BigQuery Datashare](https://docs.dune.com/datashare/datashare-bigquery.md): Access Dune's blockchain data directly in your BigQuery environment - [Databricks Datashare](https://docs.dune.com/datashare/datashare-databricks.md): Access Dune's blockchain data directly in your Databricks environment - [Datashare FAQs](https://docs.dune.com/datashare/datashare-faqs.md): Frequently Asked Questions about Dune Datashare - [Snowflake Datashare](https://docs.dune.com/datashare/datashare-snowflake.md): Access Dune's blockchain data through the Snowflake Marketplace - [Getting Started with Datashare](https://docs.dune.com/datashare/datashare-trial.md): Interested in Dune Datashare? Test out our data on Snowflake or BigQuery! - [Changelog](https://docs.dune.com/docs/changelog.md) - [Products Overview](https://docs.dune.com/docs/product-comparison.md): Compare Dune's core products: Data Hub, Datashare, and Sim (Realtime APIs) - [Sim (Realtime APIs)](https://docs.dune.com/docs/sim-real-time-apis.md) - [Accounting, Audit & AML](https://docs.dune.com/docs/use-cases/accounting-audit-aml.md): Power transaction monitoring, reconciliation, and compliance workflows with onchain data - [Analytics](https://docs.dune.com/docs/use-cases/analytics.md): Query, visualize, and analyze blockchain data with Data Hub and Datashare - [Engineering](https://docs.dune.com/docs/use-cases/engineering.md): Transform, model, and pipeline onchain data with dbt, Datashare, and APIs - [Enterprise Plan](https://docs.dune.com/enterprise/data-hub/overview.md): Enterprise features for crypto native or crypto adjacent teams with advanced security, unlimited resources, and dedicated support. - [Datashare Enterprise](https://docs.dune.com/enterprise/datashare/overview.md): Enterprise data delivery with SLAs and dedicated support. - [Dune Docs](https://docs.dune.com/index.md): Dune is the onchain data platform for analytics, data engineering, and application development. - [Migrating from Flipside to Dune](https://docs.dune.com/learning/flipside-migration-guide.md): A comprehensive guide for Flipside users transitioning to Dune, including table mappings and SQL syntax differences - [Create your first query](https://docs.dune.com/learning/how-tos/create-your-first-query.md): Learn to analyze daily DEX trading volumes across different blockchains - [Create your first visualization](https://docs.dune.com/learning/how-tos/create-your-first-visualization.md): How to create a combination bar chart and line chart to visualize the monthly $ gas spent for your wallet - [Export Data](https://docs.dune.com/learning/how-tos/export-data-out.md): Export query results from Dune via CSV download or the API. - [FAQs](https://docs.dune.com/learning/how-tos/pricing-faqs.md): Frequently asked questions about Dune's pricing, credits, billing, plans, and more - [Query Templates](https://docs.dune.com/learning/how-tos/query-templates.md): Pre-built query templates to jumpstart your Dune journey with common blockchain analytics patterns - [Aggregate functions](https://docs.dune.com/query-engine/Functions-and-operators/aggregate.md) - [Array functions and operators](https://docs.dune.com/query-engine/Functions-and-operators/array.md) - [ASOF Join](https://docs.dune.com/query-engine/Functions-and-operators/asof-join.md): ASOF JOIN in DuneSQL performs nearest-neighbor matching using inequality predicates, making it ideal for temporal lookups like "latest price at trade time" or forward-fill balance snapshots. - [Base58 functions](https://docs.dune.com/query-engine/Functions-and-operators/base58.md) - [Binary](https://docs.dune.com/query-engine/Functions-and-operators/binary.md): Overview of binary operators and functions in DuneSQL. - [Bitwise](https://docs.dune.com/query-engine/Functions-and-operators/bitwise.md) - [Chain Utility Functions](https://docs.dune.com/query-engine/Functions-and-operators/chain-utility-functions.md): Helper functions for linking to chain explorers and transactions. - [Comparisons](https://docs.dune.com/query-engine/Functions-and-operators/comparison.md) - [Conditional expressions](https://docs.dune.com/query-engine/Functions-and-operators/conditional.md): Guide to CASE, IF, and other conditional logic in DuneSQL. - [Conversions](https://docs.dune.com/query-engine/Functions-and-operators/conversion.md) - [Date and time functions and operators](https://docs.dune.com/query-engine/Functions-and-operators/datetime.md) - [Decimal functions and operators](https://docs.dune.com/query-engine/Functions-and-operators/decimal.md) - [EVM Decoding Functions](https://docs.dune.com/query-engine/Functions-and-operators/evm-decoding-functions.md): Functions to decode raw EVM events and function calls in DuneSQL. - [HyperLogLog functions](https://docs.dune.com/query-engine/Functions-and-operators/hyperloglog.md) - [Overview](https://docs.dune.com/query-engine/Functions-and-operators/index.md): DuneSQL supports a wide range of built-in functions and operators. - [JSON functions](https://docs.dune.com/query-engine/Functions-and-operators/json.md) - [Lambda expressions](https://docs.dune.com/query-engine/Functions-and-operators/lambda.md): Lambda expressions are anonymous functions which are passed as arguments to higher-order SQL functions. - [LiveFetch functions](https://docs.dune.com/query-engine/Functions-and-operators/live-fetch.md): LiveFetch functions send HTTP requests to a specified URL. - [Logical operators](https://docs.dune.com/query-engine/Functions-and-operators/logical.md) - [Map functions and operators](https://docs.dune.com/query-engine/Functions-and-operators/map.md) - [Mathematical functions and operators](https://docs.dune.com/query-engine/Functions-and-operators/math.md) - [Machine learning functions](https://docs.dune.com/query-engine/Functions-and-operators/ml.md): Use SVM-based classifiers and regressors directly within DuneSQL. - [Quantile digest functions](https://docs.dune.com/query-engine/Functions-and-operators/qdigest.md) - [Regular expression functions](https://docs.dune.com/query-engine/Functions-and-operators/regexp.md) - [Set Digest functions](https://docs.dune.com/query-engine/Functions-and-operators/setdigest.md): Functions for computing set digests and HyperLogLog structures. - [SS58 functions](https://docs.dune.com/query-engine/Functions-and-operators/ss58.md): Explanation of the SS58 address encoding scheme used in Substrate chains. - [String functions and operators](https://docs.dune.com/query-engine/Functions-and-operators/string.md) - [System information](https://docs.dune.com/query-engine/Functions-and-operators/system.md) - [T-Digest functions](https://docs.dune.com/query-engine/Functions-and-operators/tdigest.md) - [Teradata functions](https://docs.dune.com/query-engine/Functions-and-operators/teradata.md) - [TON address functions](https://docs.dune.com/query-engine/Functions-and-operators/tonaddress.md): Helpers for encoding and decoding TON blockchain addresses. - [Tron address functions](https://docs.dune.com/query-engine/Functions-and-operators/tronaddress.md): Utilities for working with TRON's custom address format. - [URL functions](https://docs.dune.com/query-engine/Functions-and-operators/url.md) - [UUID functions](https://docs.dune.com/query-engine/Functions-and-operators/uuid.md) - [Varbinary functions (DuneSQL)](https://docs.dune.com/query-engine/Functions-and-operators/varbinary.md) - [Varchar Utility Functions](https://docs.dune.com/query-engine/Functions-and-operators/varchar-utility-functions.md): Reference guide to string helper functions in Dune SQL. - [Window functions](https://docs.dune.com/query-engine/Functions-and-operators/window.md): Documentation for ranking and analytic window functions. - [Datatypes](https://docs.dune.com/query-engine/datatypes.md): Overview of the data types supported in DuneSQL. - [DuneSQL Architecture](https://docs.dune.com/query-engine/dunesql-architecture.md): Understand how DuneSQL's query engine works. - [Incremental Queries](https://docs.dune.com/query-engine/incremental-queries.md): Dramatically reduce query costs and execution time by only processing new data since your last run. - [Materialized Views](https://docs.dune.com/query-engine/materialized-views.md): Materialized tables are a way to store the results of a query in a table that can be queried like any other table. This is useful when you have a query that takes a long time to run, or when you want to use the results of a query in another query. - [Query Engine](https://docs.dune.com/query-engine/overview.md): DuneSQL, a Trino fork, is fine-tuned for blockchain analytics. - [Query Views](https://docs.dune.com/query-engine/query-a-query.md): The "Query View" feature in DuneSQL allows you to use an existing query as a view in another query. This powerful functionality enables you to create reusable queries, build complex queries, and take advantage of existing queries as views. - [Query Executions](https://docs.dune.com/query-engine/query-executions.md): Learn about query execution triggers and which engine size is best for your workload. - [Reserved keywords](https://docs.dune.com/query-engine/reserved-keywords.md): The following table lists all of the keywords that are reserved in DuneSQL, along with their status in the SQL standard. These reserved keywords must be quoted (using double quotes) in order to be used as an identifier. - [Writing Efficient Queries](https://docs.dune.com/query-engine/writing-efficient-queries.md): Get the most out of DuneSQL by writing efficient queries. - [How Credits Work](https://docs.dune.com/resources/credits-billing/how-credits-work.md): How Dune's usage-based credit system works for fair and flexible querying - [Overview](https://docs.dune.com/resources/credits-billing/overview.md): What is the credit system on Dune and how credits work on Dune - [Video Tutorials](https://docs.dune.com/resources/learning/video-tutorials.md): Watch step-by-step video guides covering all aspects of Dune - [Support & Contact](https://docs.dune.com/resources/support/overview.md): Get help with Dune and contact our team - [Web3 Data Resources](https://docs.dune.com/resources/web3-data-resources.md): Navigate the Ever-Expanding World of Web3 Data with Ease, from Beginners to Experts - [Set Up Alerts](https://docs.dune.com/web-app/alerts.md): Configure email and webhook notifications that trigger each time a scheduled query runs. - [Bug Bounty Submission](https://docs.dune.com/web-app/bug-bounty.md): Found a security issue within our application? - [Build Dashboards](https://docs.dune.com/web-app/dashboards.md): Create, customize, and schedule interactive dashboards to present your query results and visualizations. - [Submission Best Practices](https://docs.dune.com/web-app/decoding/best-practices.md): Best practices for submitting smart contracts for decoding on Dune, covering all contract types and patterns. - [How Contract Decoding Works](https://docs.dune.com/web-app/decoding/decoding-contracts.md): Dune decodes smart contract bytecode into human-readable, queryable data tables using contract ABIs. - [Decoding FAQs](https://docs.dune.com/web-app/decoding/faqs.md): Frequently asked questions about decoding contracts on Dune. - [Multichain Decoding](https://docs.dune.com/web-app/decoding/multichain-decoding.md): Consolidate decoded contract data across EVM chains into unified, queryable tables. - [Contract Submission Guide](https://docs.dune.com/web-app/decoding/short-guide-contract-submission.md): A guide for chains and protocols to submit contracts for decoding on Dune. - [AI Query Tools](https://docs.dune.com/web-app/dune-ai.md): Use AI-powered tools to generate, edit, and debug SQL queries in the Dune query editor. - [Google SSO Domain Restriction](https://docs.dune.com/web-app/google-sso-domain-restriction.md): Restrict team join requests via Google SSO to the admin's email domain. - [Okta SSO Setup](https://docs.dune.com/web-app/okta-sso.md): Configure Okta SSO (OIDC) for your Dune team, including domain verification and redirect URLs. - [Data Hub Overview](https://docs.dune.com/web-app/overview.md): The Dune Data Hub is your central workspace for querying, visualizing, and sharing blockchain data insights. - [Find Data Tables with the Data Explorer](https://docs.dune.com/web-app/query-editor/data-explorer.md): Use the Data Explorer in Dune's query editor to browse, search, and inspect blockchain data tables for your analysis. - [Query Editor Overview](https://docs.dune.com/web-app/query-editor/index.md): Navigate and use the Dune Query Editor to write, run, and manage SQL queries against blockchain data. - [Using Parameters](https://docs.dune.com/web-app/query-editor/parameters.md): Parameters allow you to implement variables in certain parts of your Query. This is useful if you want to create a Query that you can reuse with different parameters. - [Query Lineage](https://docs.dune.com/web-app/query-editor/query-lineage.md): Visualize and trace all tables, views, and nested query dependencies within a query to understand data relationships efficiently. - [Schedule Queries and Dashboards](https://docs.dune.com/web-app/query-editor/query-scheduler.md): Schedule queries and dashboards to run automatically at defined intervals to keep your data fresh. - [Writing Queries](https://docs.dune.com/web-app/query-editor/query-window.md): Write and execute SQL queries against blockchain data using Dune's query editor. - [Version History](https://docs.dune.com/web-app/query-editor/version-history.md): Queries have a version history, where you can compare and revert to previous query versions. - [Search and Discover Content](https://docs.dune.com/web-app/search.md): Find dashboards, queries, analysts, and data across Dune using search, discovery, and your library. - [Share and Embed](https://docs.dune.com/web-app/share.md): Share your Dune queries, dashboards, and visualizations via links, social media, or embedded iframes. - [Teams and Roles](https://docs.dune.com/web-app/teams.md): Create and manage team workspaces, invite members, assign roles, and collaborate on shared queries and dashboards. - [Upload Data](https://docs.dune.com/web-app/upload-data.md): Upload your own data to Dune - [Measuring User Activity](https://docs.dune.com/web-app/user-activity.md): Explains how Dune tracks contributions across queries and dashboards. - [Charts and Graphs](https://docs.dune.com/web-app/visualizations/charts-graphs.md): Create bar charts, line charts, area charts, scatter charts, pie charts, and mixed visualizations from query results. - [Counters](https://docs.dune.com/web-app/visualizations/counters.md): Display a single key metric prominently using counter visualizations. - [Tables](https://docs.dune.com/web-app/visualizations/tables.md): Format and customize table visualizations including column alignment, number formatting, and progress bars. ## OpenAPI Specs - [analytics-openapi](https://docs.dune.com/analytics-openapi.json) - [transaction-openapi](https://docs.dune.com/developer-apis/transaction-openapi.json) - [realtime-openapi](https://docs.dune.com/developer-apis/realtime-openapi.json) - [crud-openapi](https://docs.dune.com/api-reference/crud/crud-openapi.json) - [openapi_crud](https://docs.dune.com/api-reference/crud/openapi_crud.json) - [openapi_query](https://docs.dune.com/api-reference/query-api/openapi_query.json) - [openapi_upload](https://docs.dune.com/api-reference/upload/openapi_upload.json) - [tables-openapi](https://docs.dune.com/catalyst/tables-openapi.json) - [markets-openapi](https://docs.dune.com/api-reference/markets/markets-openapi.json)