You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This returns the expected transaction. I have tried with more topics, null placeholders, and ensured proper formatting. When using the second provided filter, the topics in the returned transaction match exactly what the topics of the first filter would look like.
I was stumped on this for a long time before I switched to a BscScan JsonRpcProvider where the first filter worked as intended. Thanks!
The text was updated successfully, but these errors were encountered:
When using a contract or provider event listener, the listener will NOT catch any logs if there are multiple topics in the filter.
Ex. 1:
This will not catch any logs/events at all. Whereas just one topic will work as expected.
Ex. 2:
This returns the expected transaction. I have tried with more topics, null placeholders, and ensured proper formatting. When using the second provided filter, the topics in the returned transaction match exactly what the topics of the first filter would look like.
I was stumped on this for a long time before I switched to a BscScan JsonRpcProvider where the first filter worked as intended. Thanks!
The text was updated successfully, but these errors were encountered: