ethereum-etl icon indicating copy to clipboard operation
ethereum-etl copied to clipboard

Add support for ABI parsing

Open allenday opened this issue 5 years ago • 1 comments

Proposed design to implement ABI parsing as part of Ethereum ETL. This allows us to extract more meaningful structured data from topics and events.

ABI-parsing

The design introduces a dependency on an ABI repository. How we will assemble these is TBD, probably we need a new repo with third-party PRs.

allenday avatar May 18 '20 02:05 allenday

See related issue #215 from @franckc which can use emitted events to trigger downstream processing (IPFS URI resolution and additional data retrieval).

allenday avatar May 18 '20 02:05 allenday