Skip to content

Instantly share code, notes, and snippets.

View vvronskyFX's full-sized avatar
🎯
Focusing

Vladlen Vronsky vvronskyFX

🎯
Focusing
View GitHub Profile
@vvronskyFX
vvronskyFX / FixedSupplyToken.sol
Created September 25, 2020 07:12
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.7.2-nightly.2020.9.24+commit.5711d664.js&optimize=true&gist=
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
//