Skip to content

Instantly share code, notes, and snippets.

View cylon56's full-sized avatar

Michael Lewellen cylon56

View GitHub Profile
pragma solidity ^0.5.2;
//Sol Sigma Example Contract
//Michael Lewellen
contract Workflow {
address[] public stageOwners;
uint public currentStage;
private key = 302e020100300506032b6570042204205cc0824ddd5a38e9ffa9d942dcbdf801b146ad6b1599969116c0f6f1d4e4ea86
public key = 302a300506032b657003210001b7239580fed95d34a7d377b7ae5e9b8fa99435642c0a7afc8e0ab451896f1d
account = 0.0.1827
@cylon56
cylon56 / CometCoin.sol
Created May 8, 2019 18:40
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.5.6+commit.b259423e.js&optimize=false&gist=
pragma solidity ^0.5.0;
import "./ERC20.sol";
import "./ERC20Detailed.sol";
/**
* @title SimpleToken
* @dev Very simple ERC20 Token example, where all tokens are pre-assigned to the creator.
* Note they can later distribute these tokens as they wish using `transfer` and other
* `ERC20` functions.
@cylon56
cylon56 / BasicToken.sol
Created April 27, 2019 20:41
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.4.25+commit.59dbf8f1.js&optimize=false&gist=
pragma solidity ^0.4.24;
import "./ERC20Basic.sol";
import "./SafeMath.sol";
/**
* @title Basic token
* @dev Basic version of StandardToken, with no allowances.
@cylon56
cylon56 / BasicToken.sol
Created April 27, 2019 20:37
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.4.25+commit.59dbf8f1.js&optimize=false&gist=
pragma solidity ^0.4.24;
import "./ERC20Basic.sol";
import "./SafeMath.sol";
/**
* @title Basic token
* @dev Basic version of StandardToken, with no allowances.
@cylon56
cylon56 / BasicToken.sol
Created April 27, 2019 20:37
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.4.25+commit.59dbf8f1.js&optimize=false&gist=
pragma solidity ^0.4.24;
import "./ERC20Basic.sol";
import "./SafeMath.sol";
/**
* @title Basic token
* @dev Basic version of StandardToken, with no allowances.
@cylon56
cylon56 / BasicToken.sol
Created April 25, 2019 15:13
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.4.25+commit.59dbf8f1.js&optimize=false&gist=
pragma solidity ^0.4.24;
import "./ERC20Basic.sol";
import "./SafeMath.sol";
/**
* @title Basic token
* @dev Basic version of StandardToken, with no allowances.
pragma solidity ^0.4.24;
contract SmartKx {
uint8 public n; // number of accounts
mapping(uint16 => mapping(uint8 => mapping(uint8 => uint40))) public a;
constructor(uint8 _n)
public
{
n = _n; // account limit
@cylon56
cylon56 / XmasCoin Interface
Last active December 2, 2017 23:21 — forked from anonymous/creative-winter-themed-website-template.markdown
Creative winter-themed website template
Creative winter-themed website template
---------------------------------------
Scroll down!
A [Pen](https://codepen.io/cylon56/pen/OOdOay) by [Michael Lewellen](https://codepen.io/cylon56) on [CodePen](https://codepen.io).
[License](https://codepen.io/cylon56/pen/OOdOay/license).
0x7d5De55B7aaB2a9873E8754a88d78c433dFdfa51