[SOLVED] Historical Events not loading on Contract Watch Events after updating

Hello,

I realized one of my “Sync and Watch Contract Events” had skipped a couple transaction. I had tried to run job manually but that did not fix the issue. I then deleted the job and recreated with same name and also with new name. I am using exact same settings for everything else.

Now, no historical events are loading.

This happened on 0.0.272. I have now updated to 0.0.277 and still having issue.

Topic: 0xc57e1f0988a47e6b9b8d67e7981125d257b3e5bfb2f52a4d20cf975664598a05

Contract Address: 0xd1f29b32f0f3aebe3c1a7125c164eade1e78a523

ABI:

{
  "anonymous": false,
  "inputs": [
    {
      "indexed": false,
      "internalType": "address",
      "name": "redeemer",
      "type": "address"
    },
    {
      "indexed": false,
      "internalType": "bytes",
      "name": "gameID",
      "type": "bytes"
    },
    {
      "indexed": false,
      "internalType": "uint256",
      "name": "winningNumber",
      "type": "uint256"
    }
  ],
  "name": "TicketRedeemed",
  "type": "event"
}

Table Name: polygonLotteryTicketRedeemed

Subdomain: https://53n6d9g8znae.moralisweb3.com:2053/server

1 Like

We are investigating

1 Like

you can test again now, it should work fine now

It Syncs but does not have any data formatted according to ABI.

EDIT: It works now. Needed a hard reload

1 Like