Raw
Raw Ethereum data tables allow you to query for any transaction, block, log or trace across the Ethereum blockchain. These tables require basic to intermediate blockchain knowledge to query effectively.
Additional Resources:
Our Ethereum raw schema contains the following tables:
Schema | Description | Tables |
---|---|---|
Raw | Raw blockchain data. | blocks, transactions, logs, traces |
Raw+ | Deployed contracts with bytecode and ERC token data. | contracts, erc20_tokens, erc721_tokens, erc_1155_tokens |
Last updated