首页
新闻
博问
专区
闪存
班级
我的博客
我的园子
账号设置
退出登录
注册
登录
市井俗人
人,一定要有梦想! ---狗贼
博客园
首页
新随笔
联系
订阅
管理
随笔 - 68
文章 - 0
评论 - 16
2020年4月24日
以太坊:编写ERC20代币
摘要:1.ERC20的标准 contract ERC20 { function name() constant returns (string name) function symbol() constant returns (string symbol) function decimals() cons
阅读全文
posted @ 2020-04-24 15:25 市井俗人
阅读(224)
评论(0)
推荐(0)
编辑