深入理解 Solidity

深入理解 Solidity

此节将帮助你深入理解Solidity,如果有遗漏,请和我们联系Gitter或者在Githhub上发pull request

Layout of a Solidity Source File

  • Importing other Source Files

  • Comments

  • Structure of a Contract

  • Types

  • Value Types

  • Enums

  • 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

  • Control Structures

  • Function Calls

  • Order of Evaluation of Expressions

  • Assignment

  • Exceptions

  • Contracts

  • Creating Contracts

  • Visibility and Accessors

  • Function Modifiers

  • Constants

  • Fallback Function

  • Events

  • Inheritance

  • Abstract Contracts

  • Libraries

  • Using For

  • Miscellaneous

  • Layout of State Variables in Storage

  • Esoteric Features

  • Internals - the Optimizer

  • Using the Commandline Compiler

  • Tips and Tricks

  • Pitfalls

  • Cheatsheet

转自:
https://github.com/twq0076262/solidity-zh/edit/master/solidity-depth.md

你可能感兴趣的:(以太坊,区块链比特币以太坊EOS开发)