Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
1 answer
94 views

Address Mismatch in Ethereum Signature Verification with Safe via WalletConnect

I'm facing an issue with Ethereum signature verification. When I sign a message using Safe through WalletConnect, the verified address does not match the signed wallet address. This problem occurs ...
MJ.'s user avatar
  • 1
0 votes
0 answers
18 views

send the request to take(transfer) the bid price without any confirmation from the bidder when the seller accept the bid offer

When an NFT seller attempts to sell their NFT using the "sell to the highest bid" option on OpenSea, and a bidder tries to place a bid, the price value set by the bidder will not be ...
unni krishnan's user avatar
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 ...
Ciirno's user avatar
  • 21
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/...
Recep Çankaya's user avatar
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 (...
Yasir Saeed's user avatar
0 votes
1 answer
38 views

Invalid BigNumber error when converting number fetched from NextRouter

I'm fetching a listing number for an item listed on a marketplace contract and then formatting it to ethers BigNumber. I'm getting error: invalid BigNumber value (argument="value", value=...
Miles Donald's user avatar