@@ -1,3 +1,4 @@
+pragma solidity ^0.4.0;
contract LimitFunds {
uint LIMIT = 5000;
import '../PullPayment.sol';
// UNSAFE CODE, DO NOT USE!
contract BadFailEarly {
contract BadPushPayments {
contract GoodArrayUse is PullPayment {
@@ -1,3 +1,5 @@
+
contract GoodFailEarly {
uint constant DEFAULT_SALARY = 50000;
contract GoodPullPayments {
address highestBidder;
uint highestBid;
import "../Rejector.sol";
/*
contract PullPaymentBid is PullPayment {
// Example class using PullPayment
import '../Stoppable.sol';
// mock class using PullPayment
import "truffle/Assert.sol";
import "truffle/DeployedAddresses.sol";
import "../contracts/Ownable.sol";