TokenEngineeringCommunity/BalancerPools_Model

python convert_etherscan_csv.py failed

AngelaKTE opened this issue · 1 comments

parsing failed,
see screenshot and .csv

attached
Bildschirmfoto 2021-01-25 um 17 57 09

I think we have hit Etherscan's csv export limits.
The script fails in the last entry because the data is cut short in the csv, there are more token transfers happening for that tx hash so it's trying to classify with missing info.
For now, remove the last entry in the csv (hash: 0x431af6ed42072a164824e2573b888d7f0db745b45dfe5e349c2f16f4a3e9f0b7) and the script will work.
Note: we need to work on a better source of info in stage 2