When my smartcontract event sync, the job saves some duplicate fields in database. For example, for this event:
event Fill(
address indexed makerAddress,
address indexed takerAddress,
bytes32 indexed swapHash,
uint256 filledTimeSeconds
);
It saves that:
Why?
Thank you very mutch!