Ethereum

Current Version : MCDW v1.2 (Mar 2024)

Migration to MCDW v1.2 data model 13-Mar-2024

To get access to the data see Accessing Token Flow data guides

Ethereum Core

TableDescription

Record of all blocks ever stored on the blockchain. Each block is uniquely identified by its BLOCK number.

Record of all transactions ever executed on the blockchain. Each transaction is uniquely identified by its TX_HASH.

Complete history of all events (logs) emitted on the blockchain.

Detailed log of all internal transaction calls (traces) executed on the blockchain.

Changes made to the blockchain state during on-chain executions.

Changes made to the storage of smart contracts during on-chain operations (SSTORE), in decoded pre-hashed format.

Changes made to the transient / volatile storage of smart contracts during on-chain operations (TSTORE), in decoded pre-hashed format (EIP-1153).

Ethereum Business Data

TableDescription

Record of all token transfers executed on chain

List of tokens - currently supported standard : ERC20, ERC721, ERC1155, ERC4626

Last updated