Moralis sync watch not showing any data

hi everybody I’m stuck with the thing I want to get logs of historical data of the event this is the topic
its on Mumbai testnet
CreateCollectible(address,uint256,string,string,string,string,string,string,string,uint256)

  "anonymous": false,
  "inputs": [
    {
      "indexed": false,
      "internalType": "address",
      "name": "_creator",
      "type": "address"
    },
    {
      "indexed": false,
      "internalType": "uint256",
      "name": "_mintingTime",
      "type": "uint256"
    },
    {
      "indexed": false,
      "internalType": "string",
      "name": "_TIER",
      "type": "string"
    },
    {
      "indexed": false,
      "internalType": "string",
      "name": "_BREED_COUNT",
      "type": "string"
    },
    {
      "indexed": false,
      "internalType": "string",
      "name": "_AGILITY",
      "type": "string"
    },
    {
      "indexed": false,
      "internalType": "string",
      "name": "_WEIGHT",
      "type": "string"
    },
    {
      "indexed": false,
      "internalType": "string",
      "name": "_STAMINA",
      "type": "string"
    },
    {
      "indexed": false,
      "internalType": "string",
      "name": "_HEALTH",
      "type": "string"
    },
    {
      "indexed": false,
      "internalType": "string",
      "name": "_LUCK",
      "type": "string"
    },
    {
      "indexed": false,
      "internalType": "uint256",
      "name": "_tokenId",
      "type": "uint256"
    }
  ],
  "name": "CreateCollectible",
  "type": "event"
}```
this is the abi and 
here is the address of the contracts
0xc80Fd27169394D67adCDBdA5835C6F56b39E7D79
any kind of help would be appreciated I want to get all the historic log for this event but the syncing showing undefined in the

You have to change the names to not start with _ in the abi

You can edit directly in the abi

ok man I’ll try by the way thanx for reaching out