Skip to content

Instantly share code, notes, and snippets.

@q6r
q6r / Bet.sol
Created December 4, 2017 00:52
Bet is a contract for betting on football matches between two teams
pragma solidity ^0.4.17;
// Bet is a contract for betting on football matches between two teams
contract Bet {
address public owner;
struct Bets {
address addr;
uint amount;

Keybase proof

I hereby claim:

  • I am q6r on github.
  • I am qnix (https://keybase.io/qnix) on keybase.
  • I have a public key whose fingerprint is 1DD6 630B 93FF 77B1 7462 A3D8 0F0F 149D B70A EF71

To claim this, I am signing this object:

bits 16
section .text
global _start
_start:
mov ax, 0x13
int 0x10
push 0xa000
pop ds
xor dx, dx
xor bp, bp