{
        "anonymous": false,
        "inputs": [
            {
                "indexed": false,
                "internalType": "address",
                "name": "owner",
                "type": "address"
            },
            {
                "components": [
                    {
                        "internalType": "uint256",
                        "name": "heroId",
                        "type": "uint256"
                    },
                    {
                        "internalType": "uint256",
                        "name": "types",
                        "type": "uint256"
                    },
                    {
                        "internalType": "string",
                        "name": "name",
                        "type": "string"
                    }
                ],
                "indexed": false,
                "internalType": "struct HeroNFT.Hero",
                "name": "hero",
                "type": "tuple"
            }
        ],
        "name": "HeroSpawn",
        "type": "event"
    },
I try to sync event with moralis, the table is created but has no record.
How can I sync event data with this abi. Thank you.
 
      
    
