Skip to content

Latest commit

 

History

History
17 lines (17 loc) · 717 Bytes

File metadata and controls

17 lines (17 loc) · 717 Bytes

Any unused imports, inherited contracts, functions, parameters, variables, modifiers, events or return values should be removed (or used appropriately) after careful evaluation. This will not only reduce gas costs but improve readability and maintainability of the code.


Slide Screenshot

0156.jpg


Slide Text

  • Unuse Constructs
  • Imports/Contracts/Functions/Variables/Events/Returns
  • Reduce Gas Improve Auditability/Maintainability
  • Missing Logic & Assumptions
  • Remove/Use Unused Constructs

References


Tags