-
Using examples from the github repositories and using the documentation, I built a filter from the same topic
With this filter, I get logs by function with sending from a specific address. When I try to filter by the address being sent to, I get random logs
I think I'm probably doing something wrong. |
Beta Was this translation helpful? Give feedback.
Answered by
zemse
Oct 22, 2021
Replies: 1 comment 1 reply
-
I think you have an extra array in there. let topicSets = [
ethers.utils.id(func),
null,
ethers.utils.hexZeroPad(address, 32),
] |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
culnaen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think you have an extra array in there.