-
I'm looking for something like Wildcard Indexing, but which works like this: I want to get hold of all events emitted by a particular contract. I don't care about their particular parameters. I only care about the standard Ethereum fields ( Can this be done? |
Beta Was this translation helpful? Give feedback.
Answered by
DZakh
Aug 20, 2025
Replies: 1 comment
-
Currently no. I'm close to finishing Block Handlers early next week; they might be used as a workaround. @JonoPrest What do you think of the feature? |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
PaulRBerg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently no. I'm close to finishing Block Handlers early next week; they might be used as a workaround.
@JonoPrest What do you think of the feature?