Open

Description
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?
Metadata
Metadata
Assignees
Labels
No labels