Hello, I created a smart contract which emits an event whenever a token is minted. I also added a database sync for that event. It works fine for other contracts but not this particular one. The link of the contract is -
https://rinkeby.etherscan.io/address/0x89bc01006c4071f7da3e01299787b9fb393e8749
The event name is “CreateEstate”. The function which emits the event is called by another smart contract.