paradigmxyz / cryo

cryo is the easiest way to extract blockchain data to parquet, csv, json, or python dataframes
Apache License 2.0
1.12k stars 97 forks source link

add deployed "contract_address" as an optional column to transactions #189

Open LatentSpaceExplorer opened 4 months ago

LatentSpaceExplorer commented 4 months ago

Motivation

Cryo currently does not support the extraction of deployed contract addresses for nodes without tracing api.

Solution

Added optional contract_address column, extracted from transaction receipts to transactions dataset.

PR Checklist