This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pragma solidity ^0.4.18; | |
// ---------------------------------------------------------------------------- | |
// 'FIXED' 'Example Fixed Supply Token' token contract | |
// | |
// Symbol : FIXED | |
// Name : Example Fixed Supply Token | |
// Total supply: 1,000,000.000000000000000000 | |
// Decimals : 18 | |
// |