Not getting any return values from queryfilter. #3646
Unanswered
GodCrypto0616
asked this question in
Q&A
Replies: 3 comments
-
Do you mean the request hangs? Which rpc are you using? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I use goerli https://goerli.infura.io/v3/ |
Beta Was this translation helpful? Give feedback.
0 replies
-
My first guess would be that the ABI or address is incorrect, but if you can provide a concise example (only include the relevant ABI fragments, network, and address) that would be helpful to help debug the 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
Uh oh!
There was an error while loading. Please reload this page.
-
Ethers Version
5.7.0
Search Terms
No response
Describe the Problem
I tried to get events from queryFilter "TransferSingle".
But I can not get any return value.
const _events = await contract.queryFilter("TransferSingle", collection.fetchedLastBlockNumber);
console.log(_events.length);
Code Snippet
Contract ABI
Errors
No response
Environment
No response
Environment (Other)
No response
Beta Was this translation helpful? Give feedback.
All reactions