When I decoded and checked a transaction's log about the polygon contract (0x0000000000000000000000000000000000001010), I found the signature like "LogFeeTransfer(address,address,address,uint256,uint256,uint256,uint256,uint256)".
However I can't find that polygon contract emits this event.
What's this event for and where is used in the contract?
Thank you.
I searched the contract source code on polygonscan for "emit LogFeeContract".