You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New update. I was able to overcome the error using a trick. But now there's a new error. Please help.
getTokenDecimal
position = val_list.index(decimal)
ValueError: 100000000 is not in list
I get this error when I try to run the program and enter a token's contract address. So far only ELONTECH token is working and none other tokens work.
File abi.py", line 38, in findAbi
f.write(abi[0].text)
IndexError: list index out of range
The text was updated successfully, but these errors were encountered: