Update all solidity versions to 0.4.18
This commit is contained in:
0
.node-xmlhttprequest-sync-22450
Normal file
0
.node-xmlhttprequest-sync-22450
Normal file
@ -1,4 +1,4 @@
|
|||||||
pragma solidity ^0.4.11;
|
pragma solidity ^0.4.18;
|
||||||
|
|
||||||
|
|
||||||
import './payment/PullPayment.sol';
|
import './payment/PullPayment.sol';
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
pragma solidity ^0.4.11;
|
pragma solidity ^0.4.18;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @title DayLimit
|
* @title DayLimit
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
pragma solidity ^0.4.11;
|
pragma solidity ^0.4.18;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
pragma solidity ^0.4.11;
|
pragma solidity ^0.4.18;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
pragma solidity ^0.4.11;
|
pragma solidity ^0.4.18;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* @title MerkleProof
|
* @title MerkleProof
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
pragma solidity ^0.4.11;
|
pragma solidity ^0.4.18;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @title Helps contracts guard agains rentrancy attacks.
|
* @title Helps contracts guard agains rentrancy attacks.
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
pragma solidity ^0.4.11;
|
pragma solidity ^0.4.18;
|
||||||
|
|
||||||
import '../math/SafeMath.sol';
|
import '../math/SafeMath.sol';
|
||||||
import './Crowdsale.sol';
|
import './Crowdsale.sol';
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
pragma solidity ^0.4.11;
|
pragma solidity ^0.4.18;
|
||||||
|
|
||||||
import '../token/MintableToken.sol';
|
import '../token/MintableToken.sol';
|
||||||
import '../math/SafeMath.sol';
|
import '../math/SafeMath.sol';
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
pragma solidity ^0.4.11;
|
pragma solidity ^0.4.18;
|
||||||
|
|
||||||
import '../math/SafeMath.sol';
|
import '../math/SafeMath.sol';
|
||||||
import '../ownership/Ownable.sol';
|
import '../ownership/Ownable.sol';
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
pragma solidity ^0.4.11;
|
pragma solidity ^0.4.18;
|
||||||
|
|
||||||
import '../math/SafeMath.sol';
|
import '../math/SafeMath.sol';
|
||||||
import '../ownership/Ownable.sol';
|
import '../ownership/Ownable.sol';
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
pragma solidity ^0.4.11;
|
pragma solidity ^0.4.18;
|
||||||
|
|
||||||
|
|
||||||
import '../math/SafeMath.sol';
|
import '../math/SafeMath.sol';
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
pragma solidity ^0.4.11;
|
pragma solidity ^0.4.18;
|
||||||
|
|
||||||
import "../crowdsale/CappedCrowdsale.sol";
|
import "../crowdsale/CappedCrowdsale.sol";
|
||||||
import "../crowdsale/RefundableCrowdsale.sol";
|
import "../crowdsale/RefundableCrowdsale.sol";
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
pragma solidity ^0.4.11;
|
pragma solidity ^0.4.18;
|
||||||
|
|
||||||
|
|
||||||
import "../token/StandardToken.sol";
|
import "../token/StandardToken.sol";
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
pragma solidity ^0.4.11;
|
pragma solidity ^0.4.18;
|
||||||
|
|
||||||
|
|
||||||
import "../ownership/Ownable.sol";
|
import "../ownership/Ownable.sol";
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
pragma solidity ^0.4.11;
|
pragma solidity ^0.4.18;
|
||||||
|
|
||||||
|
|
||||||
import '../ownership/Ownable.sol';
|
import '../ownership/Ownable.sol';
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
pragma solidity ^0.4.11;
|
pragma solidity ^0.4.18;
|
||||||
|
|
||||||
|
|
||||||
import "../ownership/Ownable.sol";
|
import "../ownership/Ownable.sol";
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
pragma solidity ^0.4.11;
|
pragma solidity ^0.4.18;
|
||||||
|
|
||||||
|
|
||||||
import "../ownership/Ownable.sol";
|
import "../ownership/Ownable.sol";
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
pragma solidity ^0.4.11;
|
pragma solidity ^0.4.18;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @title Math
|
* @title Math
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
pragma solidity ^0.4.11;
|
pragma solidity ^0.4.18;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
pragma solidity ^0.4.11;
|
pragma solidity ^0.4.18;
|
||||||
|
|
||||||
import "./Ownable.sol";
|
import "./Ownable.sol";
|
||||||
import "../token/ERC20Basic.sol";
|
import "../token/ERC20Basic.sol";
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
pragma solidity ^0.4.11;
|
pragma solidity ^0.4.18;
|
||||||
|
|
||||||
|
|
||||||
import './Ownable.sol';
|
import './Ownable.sol';
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
pragma solidity ^0.4.11;
|
pragma solidity ^0.4.18;
|
||||||
|
|
||||||
import './Ownable.sol';
|
import './Ownable.sol';
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
pragma solidity ^0.4.11;
|
pragma solidity ^0.4.18;
|
||||||
|
|
||||||
|
|
||||||
import './Claimable.sol';
|
import './Claimable.sol';
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
pragma solidity ^0.4.11;
|
pragma solidity ^0.4.18;
|
||||||
|
|
||||||
import "./Ownable.sol";
|
import "./Ownable.sol";
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
pragma solidity ^0.4.11;
|
pragma solidity ^0.4.18;
|
||||||
|
|
||||||
import "./Ownable.sol";
|
import "./Ownable.sol";
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
pragma solidity ^0.4.11;
|
pragma solidity ^0.4.18;
|
||||||
|
|
||||||
import "./CanReclaimToken.sol";
|
import "./CanReclaimToken.sol";
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
pragma solidity ^0.4.11;
|
pragma solidity ^0.4.18;
|
||||||
|
|
||||||
import "./HasNoEther.sol";
|
import "./HasNoEther.sol";
|
||||||
import "./HasNoTokens.sol";
|
import "./HasNoTokens.sol";
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
pragma solidity ^0.4.11;
|
pragma solidity ^0.4.18;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
pragma solidity ^0.4.11;
|
pragma solidity ^0.4.18;
|
||||||
|
|
||||||
|
|
||||||
import '../math/SafeMath.sol';
|
import '../math/SafeMath.sol';
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
pragma solidity ^0.4.11;
|
pragma solidity ^0.4.18;
|
||||||
|
|
||||||
import '../math/SafeMath.sol';
|
import '../math/SafeMath.sol';
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
pragma solidity ^0.4.11;
|
pragma solidity ^0.4.18;
|
||||||
|
|
||||||
|
|
||||||
import './ERC20Basic.sol';
|
import './ERC20Basic.sol';
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
pragma solidity ^0.4.13;
|
pragma solidity ^0.4.18;
|
||||||
|
|
||||||
import './StandardToken.sol';
|
import './StandardToken.sol';
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
pragma solidity ^0.4.11;
|
pragma solidity ^0.4.18;
|
||||||
|
|
||||||
import './ERC20.sol';
|
import './ERC20.sol';
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
pragma solidity ^0.4.11;
|
pragma solidity ^0.4.18;
|
||||||
|
|
||||||
|
|
||||||
import './ERC20Basic.sol';
|
import './ERC20Basic.sol';
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
pragma solidity ^0.4.11;
|
pragma solidity ^0.4.18;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
pragma solidity ^0.4.11;
|
pragma solidity ^0.4.18;
|
||||||
|
|
||||||
|
|
||||||
import './StandardToken.sol';
|
import './StandardToken.sol';
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
pragma solidity ^0.4.11;
|
pragma solidity ^0.4.18;
|
||||||
|
|
||||||
import './StandardToken.sol';
|
import './StandardToken.sol';
|
||||||
import '../lifecycle/Pausable.sol';
|
import '../lifecycle/Pausable.sol';
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
pragma solidity ^0.4.11;
|
pragma solidity ^0.4.18;
|
||||||
|
|
||||||
import './ERC20Basic.sol';
|
import './ERC20Basic.sol';
|
||||||
import './ERC20.sol';
|
import './ERC20.sol';
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
pragma solidity ^0.4.11;
|
pragma solidity ^0.4.18;
|
||||||
|
|
||||||
|
|
||||||
import './BasicToken.sol';
|
import './BasicToken.sol';
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
pragma solidity ^0.4.11;
|
pragma solidity ^0.4.18;
|
||||||
|
|
||||||
|
|
||||||
import './ERC20Basic.sol';
|
import './ERC20Basic.sol';
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
pragma solidity ^0.4.11;
|
pragma solidity ^0.4.18;
|
||||||
|
|
||||||
import './ERC20Basic.sol';
|
import './ERC20Basic.sol';
|
||||||
import './SafeERC20.sol';
|
import './SafeERC20.sol';
|
||||||
|
|||||||
Reference in New Issue
Block a user