Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 644 Bytes

Uncalled public functions.md

File metadata and controls

18 lines (17 loc) · 644 Bytes

public functions that are never called from within the contracts should be declared external to save gas. (see here)


Slide Screenshot

072.jpg


Slide Text

  • Function Visibility
  • Public vs External
  • Public -> More Gas
  • Function -> No Calls Within Contract
  • Public -> External Save Gas

References


Tags