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.95k stars 849 forks source link

Verifying list of holders #329

Closed yaseenkhanmohmand closed 2 years ago

yaseenkhanmohmand commented 2 years ago

For each collection can we please make sure that we have the correct list of holders. We can do this by comparing the list of holders with information from etherscan.

image

|https://etherscan.io/token/0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d#balances

This is an important check because if we are getting our information from moralis api, one of it's API's does not give information on mints.

medvedev1088 commented 2 years ago

Not related to this repository