All Questions
3 questions
0
votes
1
answer
45
views
Solidity query works in dev environment but not in production build (nextJS)
I am calling a function that queries the token balance of a user. The query works on a dev environment but not in production build. I am using metamask and ethers to interact with my contract on the ...
1
vote
2
answers
276
views
Call revert exception error
I am getting this error when I try to access a string from a dynamic array
call revert exception; VM Exception while processing transaction: reverted with panic code 50 [ See: https://links.ethers.org/...
0
votes
2
answers
2k
views
TypeError: Cannot read properties of undefined (reading 'map')
Hello Everyone Here is my next js code actually I try to fetch the event data from smart contract but when I mapping the data this error is occur TypeError: Cannot read properties of undefined (...