Solidity
v0.4.18
  • Introduction to Smart Contracts
  • Installing Solidity
  • Solidity by Example
  • Solidity in Depth
    • Layout of a Solidity Source File
    • Structure of a Contract
    • Types
    • Units and Globally Available Variables
    • Expressions and Control Structures
    • Contracts
    • Solidity Assembly
    • Miscellaneous
  • Security Considerations
  • Using the compiler
  • Contract Metadata
  • Application Binary Interface Specification
  • Style Guide
  • Common Patterns
  • List of Known Bugs
  • Contributing
  • Frequently Asked Questions
Solidity
  • Docs »
  • Solidity in Depth
  • Edit on GitHub

Solidity in DepthΒΆ

This section should provide you with all you need to know about Solidity. If something is missing here, please contact us on Gitter or make a pull request on Github.

  • Layout of a Solidity Source File
    • Version Pragma
    • Importing other Source Files
    • Comments
  • Structure of a Contract
    • State Variables
    • Functions
    • Function Modifiers
    • Events
    • Structs Types
    • Enum Types
  • Types
    • Value Types
    • Reference Types
    • Mappings
    • Operators Involving LValues
    • Conversions between Elementary Types
    • Type Deduction
  • Units and Globally Available Variables
    • Ether Units
    • Time Units
    • Special Variables and Functions
  • Expressions and Control Structures
    • Input Parameters and Output Parameters
    • Control Structures
    • Function Calls
    • Creating Contracts via new
    • Order of Evaluation of Expressions
    • Assignment
    • Scoping and Declarations
    • Error handling: Assert, Require, Revert and Exceptions
  • Contracts
    • Creating Contracts
    • Visibility and Getters
    • Function Modifiers
    • Constant State Variables
    • View Functions
    • Pure Functions
    • Fallback Function
    • Events
    • Inheritance
    • Abstract Contracts
    • Interfaces
    • Libraries
    • Using For
  • Solidity Assembly
    • Inline Assembly
    • Standalone Assembly
  • Miscellaneous
    • Layout of State Variables in Storage
    • Layout in Memory
    • Layout of Call Data
    • Internals - Cleaning Up Variables
    • Internals - The Optimizer
    • Source Mappings
    • Tips and Tricks
    • Cheatsheet
Next Previous

© Copyright 2016-2017, Ethereum. Revision 9cf6e910.

Built with Sphinx using a theme provided by Read the Docs.
Read the Docs v: v0.4.18
Versions
latest
stable
v0.4.19
v0.4.18
v0.4.17
v0.4.16
v0.4.15
v0.4.14
v0.4.13
v0.4.12
v0.4.11
v0.4.10
v0.4.9
v0.4.8
v0.4.7
v0.4.6
v0.4.5
v0.4.4
v0.4.3
v0.4.2
v0.4.1
v0.4.0
v0.3.6
v0.3.5
v0.3.4
v0.3.3
v0.3.2
v0.3.1
v0.3.0
v0.2.2
v0.2.1
v0.2.0
v0.1.7
v0.1.6
v0.1.5
v0.1.4
v0.1.3
v0.1.2
develop
Downloads
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.