Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 586 Bytes

Functions.md

File metadata and controls

22 lines (18 loc) · 586 Bytes

Functions are the executable units of code.

Functions are usually defined inside a contract, but they can also be defined outside of contracts.

They have different levels of visibility towards other contracts.


Slide Screenshot

019.jpg


Slide Deck

  • Contract Functions
  • Executable Units of Code
  • Inside Contracts
  • File-level -> Free
  • Functions -> State
  • Modifications/Transitions

References