Events not showing up in database

Hi, I’m not sure what I did wrong here, I try to listen to an event on my rinkeby contract

abi:

{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"dealId","type":"uint256"},{"indexed":false,"internalType":"string","name":"symbol","type":"string"},{"indexed":false,"internalType":"uint256","name":"amount","type":"uint256"}],"name":"Payment","type":"event"}

topic: Payment(uint256,string,uint256)
address: 0xA0c83E0C2bC022f28BD498a1e0490fAeE208464f

It works for another event from the same contract, but for this one nothing is showing up in the dashboard browser. I activated listen to historic events, also emitted a new event while the sync was set up, neither show up.

I tried already restarting the server, deleted and added the Sync again.

Can you post the server url?

server is https://hvtduwpsk6x7.usemoralis.com:2053/server

fixed, I had to restart coreservices

1 Like

thanks! what should I do if this happens again? so its no my fault then?

for now I don’t think that it is something that you can do, you can write here if it happens again

1 Like