Skip to content

Instantly share code, notes, and snippets.

@jcb82
jcb82 / ArbitrationTest.sol
Last active April 23, 2018 20:10 — forked from anonymous/ArbitrationTest.sol
Created using browser-solidity: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://ethereum.github.io/browser-solidity/#version=soljson-v0.4.19+commit.c4cbbb05.js&optimize=undefined&gist=
pragma solidity ^0.4.18;
import "./TestFramework.sol";
import "./Bidders.sol";
contract SimpleAuction is Auction {
// constructor
function SimpleAuction(address _sellerAddress,
address _judgeAddress,