Indexing events in Child contracts

Hi Guys,

I need help with something, I need to know how to programmatically index events for child contracts in my code, this should be something similar to https://thegraph.com/docs/en/developer/create-subgraph-hosted/#data-source-templates

Any help would be appreciated

Can you post an example of this contractโ€™s address, code and ABI. Do you mean you want to sync these events? Iโ€™m not sure what you mean with that link.

If the contract addresses are retrievable from this main contract you can probably sync events dynamically from code if you know what those events are with the Moralis SDK.