After a sync smart contracts event the data table on the server is not showing the event, even after refreshing.
It’s a smart contract event with this ABI:
[{
“anonymous”: false,
“inputs”: [{
“indexed”: true,
“internalType”: “uint256”,
“name”: “nounId”,
“type”: “uint256”
}, {
“indexed”: false,
“internalType”: “uint256”,
“name”: “startTime”,
“type”: “uint256”
}, {
“indexed”: false,
“internalType”: “uint256”,
“name”: “endTime”,
“type”: “uint256”
}],
“name”: “AuctionCreated”,
“type”: “event”
}]
Using this contract (events):
https://etherscan.io/address/0x55e0f7a3bb39a28bd7bcc458e04b3cf00ad3219e#events
This is the topic:
AuctionCreated(uint256,uint256,uint256)
https://mmjbpfaodbtf.usemoralis.com:2053/server
Thanks