AbiErrorSignatureNotFoundError error #1577
Unanswered
NetFreak26
asked this question in
Question
Replies: 2 comments
-
I'm having kind of the same error, did you find a solution? I trying to call a function that exists in the ABI but I got the reverted error code, "functiondoesnotexists" but it is happening randomly some time works, suing viem 2.9, or If I call another function first that does no have any error and the the one that's erroring works. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Same issue |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using [email protected] and trying to estimate the gas cost:
This code is giving below error:
AbiErrorSignatureNotFoundError: Encoded error signature "***" not found on ABI.
Make sure you are using the correct ABI and that the error exists on it.
You can look up the signature here: https://openchain.xyz/signatures?query=
Can someone please help?
Beta Was this translation helpful? Give feedback.
All reactions