Closed zlace0x closed 1 year ago
Having indexed event parameters makes it easier to search for these events using indexed event parameters as filters.
Path: ./src/lib/NativeMetaTransaction.sol : MetaTransactionExecuted()
Recommendation: The “indexed” keyword should be used for the event parameters.
Status: Reported (Consider also indexing relayerAddress)
This incur additional 200 gas to index address.
Having indexed event parameters makes it easier to search for these events using indexed event parameters as filters.
Path: ./src/lib/NativeMetaTransaction.sol : MetaTransactionExecuted()
Recommendation: The “indexed” keyword should be used for the event parameters.
Status: Reported (Consider also indexing relayerAddress)