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

Check all failed transactions in last 100 blocks #84

Open
ghost opened this issue Sep 4, 2020 · 0 comments
Open

Check all failed transactions in last 100 blocks #84

ghost opened this issue Sep 4, 2020 · 0 comments

Comments

@ghost
Copy link

ghost commented Sep 4, 2020

How do I get all the failed transactions in last 100 blocks using etherscan? Also the reason for failure and gas involved in the transaction

Examples mentioned here don't look helpful:

https://github.com/corpetty/py-etherscan-api/tree/master/examples/blocks

https://github.com/corpetty/py-etherscan-api/tree/master/examples/transactions

So I will have to request last 100 blocks, get transactions in them, get transactions details and filter for gas and status. How do I achieve this using etherscan?

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

0 participants