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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: