Skip to content

Instantly share code, notes, and snippets.

View true-eye's full-sized avatar
🚀
halfmooneye

true-eye

🚀
halfmooneye
View GitHub Profile
<!DOCTYPE html><html><head><meta charset="utf-8"><title>Commonwealth</title><link rel="stylesheet" href="/static/fontello/css/fontello.css"><link rel="stylesheet" href="/static/fontello/css/animation.css"><link rel="stylesheet" href="/static/fonts/calibre.css"><link rel="preload" href="/static/fonts/Calibre-Semibold.woff2" as="font" crossorigin="anonymous"><link rel="preload" href="/static/fonts/Calibre-SemiboldItalic.woff2" as="font" crossorigin="anonymous"><link rel="preload" href="/static/fonts/Calibre-Medium.woff2" as="font" crossorigin="anonymous"><link rel="preload" href="/static/fonts/Calibre-MediumItalic.woff2" as="font" crossorigin="anonymous"><link rel="preload" href="/static/fonts/Calibre-Regular.woff2" as="font" crossorigin="anonymous"><link rel="preload" href="/static/fonts/Calibre-RegularItalic.woff2" as="font" crossorigin="anonymous"><link rel="preload" href="/static/fontello/font/fontello.woff2?80376133" as="font" crossorigin="anonymous"><meta name="title" content="Edgeware priorities "><meta

Keybase proof

I hereby claim:

  • I am true-eye on github.
  • I am trueeye (https://keybase.io/trueeye) on keybase.
  • I have a public key ASB7utU8QoT1JyoGjJ0VbceSAsacqJ0dLQyiyTu65xC0pQo

To claim this, I am signing this object:

pragma solidity ^0.5.10;
contract Dice2Win {
/// *** Constants section
// Each bet is deducted 1% in favour of the house, but no less than some minimum.
// The lower bound is dictated by gas costs of the settleBet transaction, providing
// headroom for up to 10 Gwei prices.
uint constant HOUSE_EDGE_PERCENT = 1;
uint constant HOUSE_EDGE_MINIMUM_AMOUNT = 0.0003 ether;