Error when passing BigNumber to abi function errorName="Panic" #1852
Unanswered
defikintaro
asked this question in
Q&A
Replies: 1 comment 3 replies
-
A
(moving to discussions) |
Beta Was this translation helpful? Give feedback.
3 replies
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.
-
Hello,
I've faced an interesting error, when I try to pass a BigNumber to a contract's view function. My code basically is, I'm waiting for an Event(uint256) is thrown from the contract, get the uint256 as BigNumber then pass this BigNumber to contract's view function, and then get the data returned.
Environment: "ethers": "5.1.4", NodeJs v14.17.1
Thanks !
Beta Was this translation helpful? Give feedback.
All reactions