-
9.1 源文件映射
-
9.2 特殊特性(Esoteric Features)
-
9.3 新建目录
-
9.4 内部机制
-
9.5 调用数据的布局(Layout of CallData)
-
9.6 内存变量的布局(Layout in Memory)
-
9.7 状态变量的存储模型(Layout of State Variables in Storage)
-
9.8 独立的汇编语言
-
9.9 Solidity Assembly
-
9.10 库(Libraries)
-
9.11 接口
-
9.12 抽象合约(Abstract Contracts)
-
9.13 继承(Inheritance)
-
9.14 事件(Events)
-
9.15 回退函数(fallback function)
-
9.16 常量(constant state variables)
-
9.17 新建目录
-
9.18 函数修改器(Function Modifiers)
-
9.19 访问函数(Getter Functions)
-
9.20 可见性或权限控制(Visibility And Accessors)
-
9.21 合约
-
9.22 内联汇编(Inline Assembly)
-
9.23 异常(Excepions)
-
9.24 作用范围和声明(Scoping And Decarations)
-
9.25 赋值(Assignment)
-
9.26 表达式的执行顺序(Order of Evaluation of Expressions)
-
9.27 创建合约实例(Creating Contracts via `new`)
-
9.28 函数调用(Function Calls)
-
9.29 新建目录
-
9.30 控制结构
-
9.31 入参和出参(Input Parameters and Output Parameters)
-
9.32 地址相关(Address Related)
-
9.33 数学和加密函数(Mathematical and Cryptographic Functions)
-
9.34 特殊变量及函数(Special Variables and Functions)
-
9.35 时间单位(Time Units)
-
9.36 货币单位(Ether Units)
-
9.37 类型推断(Type Deduction)
-
9.38 基本类型间的转换
-
9.39 左值的相关运算符
-
9.40 映射/字典(mappings)
-
9.41 结构体(struct)
-
9.42 数组
-
9.43 数据位置(Data location)
-
9.44 引用类型(Reference Types)
-
9.45 函数(Function Types)
-
9.46 枚举
-
9.47 六进制字面量
-
9.48 字符串(String literal)
-
9.49 小数
-
9.50 字节数组(byte arrays)
-
9.51 地址(Address)
-
9.52 整型(Integer)
-
9.53 布尔(Booleans)
-
9.54 值类型与引用类型
-
9.55 智能合约源文件的基本要素概览(Structure of a Contract)
-
9.56 Solidity智能合约文件结构
-
9.57 solidity中的特殊函数
-
9.58 新建目录
-
9.59 新建目录