Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 615 Bytes

Free Functions.md

File metadata and controls

16 lines (14 loc) · 615 Bytes

Functions that are defined outside of contracts are called “free functions” and always have implicit internal visibility. Their code is included in all contracts that call them, similar to internal library functions.


Slide Screenshot

026.jpg


Slide Deck

  • Function Defined -> Outside Contracts
  • Contract Functions vs. Free Functions
  • Code Included in All Calling Contracts
  • Similar -> Internal Library Functions -> Rarely Seen

References