2. Solidity智能合約-構造函數與析構函數

本小節討論Solidity的構造函數和析構函數 1. 把以下代碼拷貝到 http://remix.ethereum.org/ 其中標記藍色的部分爲構造函數,標記紅色的部分爲析構函數,與java中的一樣, 構造函數主要用於初始化,析構函數主要用於銷燬,在構造函數中初始化amount爲90 pragma solidity ^0.4.13; contract MyCoin{     uint amoun
相關文章
相關標籤/搜索