40,000 USDC
View results
Submission Details
Severity: gas

Should use arguments instead of state variable

Summary

[G-4] Should use arguments instead of state variable

state variables should not used in emit , This will save near 97 gas

file: /src/Escrow.sol
96 emit Confirmed(i_seller);

https://github.com/Cyfrin/2023-07-escrow/blob/main/src/Escrow.sol#L96

file: /src/Escrow.sol
117 emit Resolved(i_buyer, i_seller);

https://github.com/Cyfrin/2023-07-escrow/blob/main/src/Escrow.sol#L117

Support

FAQs

Can't find an answer? Chat with us on Discord, Twitter or Linkedin.