Skip to main content
EVM normalizers process block data into structured, typed rows for EVM chains. Each normalizer maps a single entity type to a single output table with a fixed column schema.

BlocksNormalizer

Entity: blocks | Output table: blocks

TracesNormalizer

Entity: traces | Output table: traces

TransactionsNormalizer

Entity: transactions | Output table: transactions

LogsNormalizer

Entity: logs (alias: log) | Output table: logs

ReceiptsNormalizer

Entity: receipts | Output table: receipts

TransfersNormalizer

Entity: transfers (alias: transfer) | Output table: transfers

SwapsNormalizer

Entity: swaps | Output table: swaps