智能合约 Solidity编程手册
创建时间:
2018-05-20
访问量:
7907
:
4
:
0
Solidity智能合约文件结构
智能合约源文件的基本要素概览(Structure of a Contract)
源文件映射
特殊特性(Esoteric Features)
内部机制
调用数据的布局(Layout of CallData)
内存变量的布局(Layout in Memory)
状态变量的存储模型(Layout of State Variables in Storage)
独立的汇编语言
Solidity Assembly
接口
抽象(Abstract Contracts)
继承(Inheritance)
事件(Events)
回退函数(fallback function)
常量(constant state variables)
函数修改器(Function Modifiers)
访问函数(Getter Functions)
可见性或权限控制(Visibility And Accessors)
合约
内联汇编(Inline Assembly)
异常(Excepions)
作用范围和声明(Scoping And Decarations)
赋值(Assignment)
表达式的执行顺序(Order of Evaluation of Expressions)
创建合约实例(Creating Contracts via `new`)
函数调用(Function Calls)
控制结构
入参和出参(Input Parameters and Output Parameters)
地址相关(Address Related)
数学和加密函数(Mathematical and Cryptographic Functions)
特殊变量及函数(Special Variables and Functions)
时间单位(Time Units)
货币单位(Ether Units)
类型推断(Type Deduction)
基本类型间的转换
左值的相关运算符
映射/字典(mappings)
结构体(struct)
数组
数据位置(Data location)
引用类型(Reference Types)
函数(Function Types)
枚举
十六进制字面量
字符串(String literal)
小数
字节数组(byte arrays)
地址(Address)
整型(Integer)
布尔(Booleans)
值类型与引用类型
智能合约 Solidity编程手册
文档简介:
智能合约 Solidity编程手册
赞
踩
评论
首页