Skip to content

Instantly share code, notes, and snippets.

View joseluu's full-sized avatar

Jose Luu joseluu

  • Paris, France
View GitHub Profile
@joseluu
joseluu / Roulette.sol
Last active December 10, 2017 13:04 — forked from scastiel/Roulette.sol
pragma solidity ^0.4.0;
contract Roulette {
uint public lastRoundTimestamp;
uint public nextRoundTimestamp;
address _creator;
uint _interval;