graph-tooling
graph-tooling copied to clipboard
Fetch failed transactions to help % of failure and the reason why.
I would like to fetch failed transactions by contract function and group by revert reason. So that I can get how many tries in total, how many failures, and is this failure correct revert? Or unhandled exception?
Things like that. I found something related to this but can't find documentation.
Thanks.