Skip to content

Instantly share code, notes, and snippets.

@ethDreamer
Created October 26, 2018 19:22
Show Gist options
  • Save ethDreamer/7b3e02eddd51cf4440fb17df79c4d7c7 to your computer and use it in GitHub Desktop.
Save ethDreamer/7b3e02eddd51cf4440fb17df79c4d7c7 to your computer and use it in GitHub Desktop.
pragma solidity ^0.4.0;
interface roller {
function roll2x() external payable;
function roll5x() external payable;
function roll10x() external payable;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment