Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Runtime Error #25

Open
ImtiyazG opened this issue Apr 14, 2022 · 2 comments
Open

Runtime Error #25

ImtiyazG opened this issue Apr 14, 2022 · 2 comments

Comments

@ImtiyazG
Copy link

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

@ImtiyazG
Copy link
Author

ImtiyazG commented Apr 15, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@ImtiyazG and others