Handling reverted transactions, status === 0 #3435
Unanswered
johnnyleejy
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all, I'm trying to find a list of reasons when a transactionReceipt's status will resolve to 0.
Basically, when a transaction will revert.
In my understanding, a transaction will only revert if the sender does not have enough funds or if the gas fees are too low.
Does anyone have an official list of reasons?
Want to figure out all the revert reasons that we will be dealing with and how to handle them.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions