Error syncing realtime event for topic

  1. 2021-06-09T16:44:39.267Z - Error syncing realtime event for topic 0x79075bc8e01a054a9d98a26a8da0ef5a887c4bbf1241ac94cc7c69a0d62ac39c {}

igrxmhw9ifel .moralis.io:2053/server

etherscan for contract events

any ideas?

Please read this guide first, might be the solution to your problem, if not, we need more data to help you properly FAQ - Common Issues & How To Get Help

Carlos Z

the other events are syncing fine.

i tried to remove the class and resave the plugin settings

the error seems so non explicitโ€ฆ what kind of error? at what part of the process? (it is not from the cloud function code it is from Moralis internal block sync code)

By going into the contract code of that topic.

https://rinkeby.etherscan.io/address/0x4e76d900cd4ff3fac38e69ad0ccc3b3bd02f597a#code

You can see the abi differs from the one you are using

  {
      "anonymous":false,
      "inputs":[
         {
            "indexed":false,
            "internalType":"address",
            "name":"owner",
            "type":"address"
         },
         {
            "indexed":true,
            "internalType":"uint256",
            "name":"tokenId",
            "type":"uint256"
         }
      ],
      "name":"Shipped",
      "type":"event"
   }

The indexed values do not match from the ones in your ABI.

2 Likes

awww, thats embarrassing!

thanks for your sharp eye!
itโ€™s working now!

1 Like

amazing, thanks for figuring this out :raised_hands::raised_hands:

1 Like