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

can't support proxy contract erc20 #414

Closed SuperEdison closed 10 months ago

SuperEdison commented 1 year ago

I looked at the source code and found that bytecode is used to judge whether it is erc20, but many contracts currently use the proxy contract upgrade solution to deploy the contract, which makes it impossible to judge whether it is erc20

l-jhon commented 1 year ago

I think you can consider the token_transfers as ecr20, right?

SuperEdison commented 1 year ago

yes

I think you can consider the token_transfers as ecr20, right?