课程: Building an Ethereum Blockchain App: 8 Supply Chain Smart Contract dApp
今天就学习课程吧!
今天就开通帐号,24,700 门业界名师课程任您挑!
Token smart contract data, part 2 - Ethereum教程
课程: Building an Ethereum Blockchain App: 8 Supply Chain Smart Contract dApp
Token smart contract data, part 2
- Now let's open up the ERC 20 token. All right, the first thing that we see here is, again, this is just downloaded code, there's nothing new here. We have pragma, we're going to say that I need to have a compiler that is equal to, or greater than 4.21 and less than 060. So our current compiler of 058 fits in that range, so we're going to be fine. Here is the import directive and I talked about this in a previous episode, but this is how we can import code that was written and stored in another file. So we just showed you the ERC 20 interface, so I'm going to import it right here, and it's just as if I type it at line seven, the whole file. Then we define our contract and here's where the magic happens. Our contract is an ERC 20 token. Okay, that's okay. But we say our token is an ERC 20 interface. What that means is that my token conforms to the minimum definitions that come from the ERC 20 interface. All right, I'm…
随堂练习,边学边练
下载课堂讲义。学练结合,紧跟进度,轻松巩固知识。
内容
-
-
Designing your supply chain app4 分钟 19 秒
-
(已锁定)
What are dApps?6 分钟 25 秒
-
Token smart contract details7 分钟 29 秒
-
Supply chain smart contract details6 分钟 19 秒
-
(已锁定)
Smart contract road map1 分钟 49 秒
-
(已锁定)
Token smart contract data, part 16 分钟 40 秒
-
(已锁定)
Token smart contract data, part 28 分钟 32 秒
-
(已锁定)
Supply chain smart contract data, part 14 分钟 37 秒
-
(已锁定)
Supply chain smart contract data, part 23 分钟 15 秒
-
(已锁定)
Token smart contract functions, part 15 分钟 1 秒
-
(已锁定)
Token smart contract functions, part 24 分钟 6 秒
-
(已锁定)
Supply chain smart contract functions, part 19 分钟 41 秒
-
(已锁定)
Supply chain smart contract functions, part 28 分钟 36 秒
-
(已锁定)
Using events6 分钟 30 秒
-
(已锁定)
Implementing events4 分钟 48 秒
-
(已锁定)
More on ownership8 分钟 23 秒
-
(已锁定)
Designing for security9 分钟 9 秒
-
(已锁定)
Implementing minimal functionality6 分钟 17 秒
-