blockchain-etl / ethereum-etl

Python scripts for ETL (extract, transform and load) jobs for Ethereum blocks, transactions, ERC20 / ERC721 tokens, transfers, receipts, logs, contracts, internal transactions. Data is available in Google BigQuery https://goo.gl/oY5BCQ
https://t.me/BlockchainETL
MIT License
2.97k stars 853 forks source link

In export_token_transfers there aren't ERC-1155 tokens #305

Open sebalodz opened 2 years ago

sebalodz commented 2 years ago

How can I get ERC-1155 tokens transfer?

TheBobFather1980 commented 2 years ago

Any update on this? This is a significant shortcoming considering the data is missing a good chunk of token transfers. Alternatively, is there any way to get this data?

medvedev1088 commented 2 years ago

See if these tables in BigQuery are useful:

adeelmalik1988 commented 2 months ago

Kindly confirm how can we extract ERC-1155 transfers from the geth node with the help of Ethereum ETL?