Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 441 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 441 Bytes

Solidity Quick Ref

Quick reference for Solidity v 0.4.25. Please open up an issue/pull request if you found or want to enchance this.

Live: https://topmonks.github.io/solidity_quick_ref/

TODO

  • constant modifier for variables
  • storage/memory for reference types
  • automatically generated getters
  • multi level arrays
  • operators
  • explicit function return vs. named var return
  • fallback function
  • hex and other literal notations