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.87k stars 812 forks source link

token_trasnfer download not exporting anything #477

Open twhitehead00 opened 4 months ago

twhitehead00 commented 4 months ago

when I run the export_token_transfers command, the program runs successfully and logs its progress; however, no transfers are exported. Here is the output I receive when testing a small chunk of blocks.

python ethereumetl.py export_token_transfers --start-block 18500000 --end-block 18500500 --provider-uri <> --output token_transfers.csv

2024-03-01 09:50:55,673 - ProgressLogger [INFO] - Started work. Items to process: 501. 2024-03-01 09:50:56,087 - ProgressLogger [INFO] - 100 items processed. Progress is 19%. 2024-03-01 09:50:56,089 - ProgressLogger [INFO] - 200 items processed. Progress is 39%. 2024-03-01 09:50:56,090 - ProgressLogger [INFO] - 300 items processed. Progress is 59%. 2024-03-01 09:50:56,091 - ProgressLogger [INFO] - 400 items processed. Progress is 79%. 2024-03-01 09:50:56,092 - ProgressLogger [INFO] - 500 items processed. Progress is 99%. 2024-03-01 09:50:56,404 - ProgressLogger [INFO] - 501 items processed. Progress is 100%. 2024-03-01 09:50:56,405 - ProgressLogger [INFO] - Finished work. Total items processed: 501. Took 0:00:00.731214. 2024-03-01 09:50:56,405 - CompositeItemExporter [INFO] - token_transfer items exported: 0