[SOLVED] Event contract sync stores duplicate fields

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!

Yes, that is by design in case that the field with decimal helps you.

1 Like