blockchain-etl / ethereum-etl-airflow

Airflow DAGs for exporting, loading, and parsing the Ethereum blockchain data. How to get any Ethereum smart contract into BigQuery https://towardsdatascience.com/how-to-get-any-ethereum-smart-contract-into-bigquery-in-8-mins-bab5db1fdeee
MIT License
405 stars 190 forks source link

Added SBTC events #776

Closed yilanzheng closed 2 months ago

yilanzheng commented 2 months ago

Used the Contract Parser: https://contract-parser.d5.ai

What?

Add support for sBTC contract events

How?

I used abi-parser(https://contract-parser.d5.ai) to build the table definitions

Related PRs (optional)

PRs that are related to this or may need to be deployed before this PR

Anything Else?