Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Smart Contract events aggregation (question) #13

Open
evgeny-s opened this issue May 15, 2023 · 0 comments
Open

Smart Contract events aggregation (question) #13

evgeny-s opened this issue May 15, 2023 · 0 comments

Comments

@evgeny-s
Copy link

evgeny-s commented May 15, 2023

Hello.
I have a use case - I want to listen to a bunch of the events from the Smart Contract.
Seems like Stream API is a good fit.
But I want to have the possibility to replay all the events from the moment of the contract deployments, is it possible?
Also, I don't see the information about the event itself (type) in the webhook payload.
So, let's say the smart contract emitted 3 events during the transaction, should I read it from the transaction itself, correct?
You had a cool option in the Moralis Servers when we had a possibility to listen to smart contract events, but I see Moralis Servers had been deprecated. Any other options?
How to understand the type of event? Or the only way is to read the transaction data by hash and fetch this info from there?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant