Hi there!
I have some trouble with the event sync that suddenly stopped working.
I tried everything from deleting/re-adding the event and classes in the new GUI as well as the legacy but except from creating a generic class (without the event specific columns) it does nothing, also doesn’t fetch the history
This is the event I’m trying to sync:
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "to",
"type": "address"
},
{
"indexed": false,
"internalType": "string",
"name": "signatureId",
"type": "string"
}
],
"name": "SignatureSaved",
"type": "event"
}
Contract address: 0x2af01c64331BC5dbF60148C56eD891e40c292b93
Server: https://ysxaaa5zt0nr.usemoralis.com:2053/server
I checked on the contract and the event’s hash is correct:
4591860d8389db414929b8e501748fe0abdc11185a8523f540c6d11ab879a048
Is there something I’m missing or doing wrong? It was working this morning which is weird.