Solidity
Getting Started
Solidity Language Tutorial
Ownership – Introduction
Ownership – Functions
Ownership – Variables
Ownership – Miscellaneous
Assets
States – Introduction
States – Manipulating State
States – Miscellaneous
States and Assets
Using Solidity on a Blockchain
Solidity
Docs
»
Solidity Tutorial
View page source
Solidity Tutorial
¶
Ownership – Introduction
Ownership – Functions
Function return types
Function parameters
Function receivers (
this
)
Ownership – Variables
Assignment
Fields
Local variables
Constructors
Ownership – Miscellaneous
Getting rid of ownership
Invoking functions
Handling Errors
Assets
States – Introduction
States and Ownership
States – Manipulating State
Changing state
Testing states with ==
States – Miscellaneous
Unowned references
Shared references
Implicit casts
States and Assets
Using Solidity on a Blockchain
Built-in types
Enumerated types
Structs
Constructors
Visibility
Assertions
Money
Messages
Security
Storage types
Automatic getters
Concurrency