ETH Price: $2,477.67 (+2.49%)

Contract

0x2101ba900918345003585B0a17De91570609D706
 

Overview

ETH Balance

0 ETH

Eth Value

$0.00

Token Holdings

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Check If Funding...61630342018-08-17 9:46:442242 days ago1534499204IN
0x2101ba90...70609D706
0 ETH0.0008721541
Get Refund61630342018-08-17 9:46:442242 days ago1534499204IN
0x2101ba90...70609D706
0 ETH0.0008721541
Get Refund56021842018-05-12 18:45:512339 days ago1526150751IN
0x2101ba90...70609D706
0 ETH0.0002127210
Check If Funding...56021702018-05-12 18:42:262339 days ago1526150546IN
0x2101ba90...70609D706
0 ETH0.0002127210
Remove Contract43103212017-09-25 12:04:002568 days ago1506341040IN
0x2101ba90...70609D706
0 ETH0.00421185198.00000001
Remove Contract43103212017-09-25 12:04:002568 days ago1506341040IN
0x2101ba90...70609D706
0 ETH0.00959367451.00000001
Remove Contract43103212017-09-25 12:04:002568 days ago1506341040IN
0x2101ba90...70609D706
0 ETH0.015954750.0000001
Remove Contract43103202017-09-25 12:03:242568 days ago1506341004IN
0x2101ba90...70609D706
0 ETH0.0004467121
Remove Contract43103202017-09-25 12:03:242568 days ago1506341004IN
0x2101ba90...70609D706
0 ETH0.0004892523
Remove Contract43103202017-09-25 12:03:242568 days ago1506341004IN
0x2101ba90...70609D706
0 ETH0.0017230381.00000001
Remove Contract43103202017-09-25 12:03:242568 days ago1506341004IN
0x2101ba90...70609D706
0 ETH0.01084872510.0000001
Remove Contract43103182017-09-25 12:02:312568 days ago1506340951IN
0x2101ba90...70609D706
0 ETH0.0004892523
Check If Funding...43103182017-09-25 12:02:312568 days ago1506340951IN
0x2101ba90...70609D706
0 ETH0.0004892523
Remove Contract43103182017-09-25 12:02:312568 days ago1506340951IN
0x2101ba90...70609D706
0 ETH0.0004892523
Remove Contract43103182017-09-25 12:02:312568 days ago1506340951IN
0x2101ba90...70609D706
0 ETH0.0004892523
Remove Contract43103182017-09-25 12:02:312568 days ago1506340951IN
0x2101ba90...70609D706
0 ETH0.0004892523
Remove Contract43103182017-09-25 12:02:312568 days ago1506340951IN
0x2101ba90...70609D706
0 ETH0.0017230381.00000001
Remove Contract43103182017-09-25 12:02:312568 days ago1506340951IN
0x2101ba90...70609D706
0 ETH0.0021272100
Remove Contract43103182017-09-25 12:02:312568 days ago1506340951IN
0x2101ba90...70609D706
0 ETH0.00385023181.00000001
Remove Contract43103182017-09-25 12:02:312568 days ago1506340951IN
0x2101ba90...70609D706
0 ETH0.160624877,551
Remove Contract43103182017-09-25 12:02:312568 days ago1506340951IN
0x2101ba90...70609D706
0 ETH0.3210568,000
Remove Contract43103142017-09-25 11:59:532568 days ago1506340793IN
0x2101ba90...70609D706
0 ETH0.0041423
Remove Contract43098822017-09-25 8:22:592568 days ago1506327779IN
0x2101ba90...70609D706
0 ETH0.0041423
Check If Funding...43088032017-09-24 23:07:532569 days ago1506294473IN
0x2101ba90...70609D706
0 ETH0.0006585123
Get Refund43072222017-09-24 10:18:142569 days ago1506248294IN
0x2101ba90...70609D706
0 ETH0.0005631321
View all transactions

Latest 7 internal transactions

Advanced mode:
Parent Transaction Hash Block From To
43103182017-09-25 12:02:312568 days ago1506340951
0x2101ba90...70609D706
453.55521572 ETH
43072222017-09-24 10:18:142569 days ago1506248294
0x2101ba90...70609D706
0.132 ETH
42749432017-09-15 0:57:252579 days ago1505437045
0x2101ba90...70609D706
2 ETH
42689212017-09-13 8:37:362580 days ago1505291856
0x2101ba90...70609D706
3.45 ETH
42688772017-09-13 8:19:222580 days ago1505290762
0x2101ba90...70609D706
10 ETH
42671962017-09-12 20:54:262581 days ago1505249666
0x2101ba90...70609D706
660.21788674 ETH
41960722017-08-23 22:47:232601 days ago1503528443
0x2101ba90...70609D706
0.7922 ETH
Loading...
Loading
Contract Self Destruct called at Txn Hash 0x15809eb93408587b0cbf152040f20fc35faa8d399eed4df8788dda3209ca1927


Contract Source Code Verified (Exact Match)

Contract Name:
ClitCrowdFunder

Compiler Version
v0.4.11+commit.68ef5810

Optimization Enabled:
Yes with 200 runs

Other Settings:
default evmVersion

Contract Source Code (Solidity)

/**
 *Submitted for verification at Etherscan.io on 2017-07-07
*/

pragma solidity ^0.4.11;

/*
   Copyright 2017 DappHub, LLC

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.
*/

// Abstract contract for the full ERC 20 Token standard
// https://github.com/ethereum/EIPs/issues/20

contract ERC20Token {
	function totalSupply() constant returns (uint supply);

	/// @param _owner The address from which the balance will be retrieved
	/// @return The balance
	function balanceOf(address _owner) constant returns (uint256 balance);

	/// @notice send `_value` token to `_to` from `msg.sender`
	/// @param _to The address of the recipient
	/// @param _value The amount of token to be transferred
	/// @return Whether the transfer was successful or not
	function transfer(address _to, uint256 _value) returns (bool success);

	/// @notice send `_value` token to `_to` from `_from` on the condition it is approved by `_from`
	/// @param _from The address of the sender
	/// @param _to The address of the recipient
	/// @param _value The amount of token to be transferred
	/// @return Whether the transfer was successful or not
	function transferFrom(address _from, address _to, uint256 _value) returns (bool success);

	/// @notice `msg.sender` approves `_spender` to spend `_value` tokens
	/// @param _spender The address of the account able to transfer the tokens
	/// @param _value The amount of tokens to be approved for transfer
	/// @return Whether the approval was successful or not
	function approve(address _spender, uint256 _value) returns (bool success);

	/// @param _owner The address of the account owning tokens
	/// @param _spender The address of the account able to transfer the tokens
	/// @return Amount of remaining tokens allowed to spent
	function allowance(address _owner, address _spender) constant returns (uint256 remaining);

	event Transfer(address indexed _from, address indexed _to, uint256 _value);
	event Approval(address indexed _owner, address indexed _spender, uint256 _value);
}

pragma solidity ^0.4.11;

/*
    Copyright 2016, Jordi Baylina

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */

/// @title MiniMeToken Contract
/// @author Jordi Baylina
/// @dev This token contract's goal is to make it easy for anyone to clone this
///  token using the token distribution at a given block, this will allow DAO's
///  and DApps to upgrade their features in a decentralized manner without
///  affecting the original token
/// @dev It is ERC20 compliant, but still needs to under go further testing.


/// @dev The token controller contract must implement these functions
contract TokenController {
    /// @notice Called when `_owner` sends ether to the MiniMe Token contract
    /// @param _owner The address that sent the ether to create tokens
    /// @return True if the ether is accepted, false if it throws
    function proxyPayment(address _owner) payable returns(bool);

    /// @notice Notifies the controller about a token transfer allowing the
    ///  controller to react if desired
    /// @param _from The origin of the transfer
    /// @param _to The destination of the transfer
    /// @param _amount The amount of the transfer
    /// @return False if the controller does not authorize the transfer
    function onTransfer(address _from, address _to, uint _amount) returns(bool);

    /// @notice Notifies the controller about an approval allowing the
    ///  controller to react if desired
    /// @param _owner The address that calls `approve()`
    /// @param _spender The spender in the `approve()` call
    /// @param _amount The amount in the `approve()` call
    /// @return False if the controller does not authorize the approval
    function onApprove(address _owner, address _spender, uint _amount)
        returns(bool);
}

contract Controlled {
    /// @notice The address of the controller is the only address that can call
    ///  a function with this modifier
    modifier onlyController { if (msg.sender != controller) throw; _; }

    address public controller;

    function Controlled() { controller = msg.sender;}

    /// @notice Changes the controller of the contract
    /// @param _newController The new controller of the contract
    function changeController(address _newController) onlyController {
        controller = _newController;
    }
}

contract ApproveAndCallFallBack {
    function receiveApproval(address from, uint256 _amount, address _token, bytes _data);
}

/// @dev The actual token contract, the default controller is the msg.sender
///  that deploys the contract, so usually this token will be deployed by a
///  token controller contract, which Giveth will call a "Campaign"
contract MiniMeToken is Controlled, ERC20Token {

    string public name;                //The Token's name: e.g. DigixDAO Tokens
    uint8 public decimals;             //Number of decimals of the smallest unit
    string public symbol;              //An identifier: e.g. REP
    string public version = 'MMT_0.1'; //An arbitrary versioning scheme

    /// @dev `Checkpoint` is the structure that attaches a block number to a
    ///  given value, the block number attached is the one that last changed the
    ///  value
    struct  Checkpoint {

        // `fromBlock` is the block number that the value was generated from
        uint128 fromBlock;

        // `value` is the amount of tokens at a specific block number
        uint128 value;
    }

    // `parentToken` is the Token address that was cloned to produce this token;
    //  it will be 0x0 for a token that was not cloned
    MiniMeToken public parentToken;

    // `parentSnapShotBlock` is the block number from the Parent Token that was
    //  used to determine the initial distribution of the Clone Token
    uint public parentSnapShotBlock;

    // `creationBlock` is the block number that the Clone Token was created
    uint public creationBlock;

    // `balances` is the map that tracks the balance of each address, in this
    //  contract when the balance changes the block number that the change
    //  occurred is also included in the map
    mapping (address => Checkpoint[]) balances;

    // `allowed` tracks any extra transfer rights as in all ERC20 tokens
    mapping (address => mapping (address => uint256)) allowed;

    // Tracks the history of the `totalSupply` of the token
    Checkpoint[] totalSupplyHistory;

    // Flag that determines if the token is transferable or not.
    bool public transfersEnabled;

    // The factory used to create new clone tokens
    MiniMeTokenFactory public tokenFactory;

////////////////
// Constructor
////////////////

    /// @notice Constructor to create a MiniMeToken
    /// @param _tokenFactory The address of the MiniMeTokenFactory contract that
    ///  will create the Clone token contracts, the token factory needs to be
    ///  deployed first
    /// @param _parentToken Address of the parent token, set to 0x0 if it is a
    ///  new token
    /// @param _parentSnapShotBlock Block of the parent token that will
    ///  determine the initial distribution of the clone token, set to 0 if it
    ///  is a new token
    /// @param _tokenName Name of the new token
    /// @param _decimalUnits Number of decimals of the new token
    /// @param _tokenSymbol Token Symbol for the new token
    /// @param _transfersEnabled If true, tokens will be able to be transferred
    function MiniMeToken(
        address _tokenFactory,
        address _parentToken,
        uint _parentSnapShotBlock,
        string _tokenName,
        uint8 _decimalUnits,
        string _tokenSymbol,
        bool _transfersEnabled
    ) {
        tokenFactory = MiniMeTokenFactory(_tokenFactory);
        name = _tokenName;                                 // Set the name
        decimals = _decimalUnits;                          // Set the decimals
        symbol = _tokenSymbol;                             // Set the symbol
        parentToken = MiniMeToken(_parentToken);
        parentSnapShotBlock = _parentSnapShotBlock;
        transfersEnabled = _transfersEnabled;
        creationBlock = block.number;
    }


///////////////////
// ERC20 Methods
///////////////////

	/**
	*
	* Fix for the ERC20 short address attack
	*
	* http://vessenes.com/the-erc20-short-address-attack-explained/
	*/
	modifier onlyPayloadSize(uint size) {
		if(msg.data.length != size + 4) {
		throw;
		}
		_;
	}

	/// @notice Send `_amount` tokens to `_to` from `msg.sender`
	/// @param _to The address of the recipient
	/// @param _amount The amount of tokens to be transferred
	/// @return Whether the transfer was successful or not
	function transfer(address _to, uint256 _amount) onlyPayloadSize(2 * 32) returns (bool success) {
		if (!transfersEnabled) throw;
		return doTransfer(msg.sender, _to, _amount);
    }

    /// @notice Send `_amount` tokens to `_to` from `_from` on the condition it
    ///  is approved by `_from`
    /// @param _from The address holding the tokens being transferred
    /// @param _to The address of the recipient
    /// @param _amount The amount of tokens to be transferred
    /// @return True if the transfer was successful
    function transferFrom(address _from, address _to, uint256 _amount
    ) returns (bool success) {

        // The controller of this contract can move tokens around at will,
        //  this is important to recognize! Confirm that you trust the
        //  controller of this contract, which in most situations should be
        //  another open source smart contract or 0x0
        if (msg.sender != controller) {
            if (!transfersEnabled) throw;

            // The standard ERC 20 transferFrom functionality
            if (allowed[_from][msg.sender] < _amount) return false;
            allowed[_from][msg.sender] -= _amount;
        }
        return doTransfer(_from, _to, _amount);
    }

    /// @dev This is the actual transfer function in the token contract, it can
    ///  only be called by other functions in this contract.
    /// @param _from The address holding the tokens being transferred
    /// @param _to The address of the recipient
    /// @param _amount The amount of tokens to be transferred
    /// @return True if the transfer was successful
    function doTransfer(address _from, address _to, uint _amount
    ) internal returns(bool) {

           if (_amount == 0) {
               return true;
           }

           if (parentSnapShotBlock >= block.number) throw;

           // Do not allow transfer to 0x0 or the token contract itself
           if ((_to == 0) || (_to == address(this))) throw;

           // If the amount being transfered is more than the balance of the
           //  account the transfer returns false
           var previousBalanceFrom = balanceOfAt(_from, block.number);
           if (previousBalanceFrom < _amount) {
               return false;
           }

           // Alerts the token controller of the transfer
           if (isContract(controller)) {
               if (!TokenController(controller).onTransfer(_from, _to, _amount))
               throw;
           }

           // First update the balance array with the new value for the address
           //  sending the tokens
           updateValueAtNow(balances[_from], previousBalanceFrom - _amount);

           // Then update the balance array with the new value for the address
           //  receiving the tokens
           var previousBalanceTo = balanceOfAt(_to, block.number);
           if (previousBalanceTo + _amount < previousBalanceTo) throw; // Check for overflow
           updateValueAtNow(balances[_to], previousBalanceTo + _amount);

           // An event to make the transfer easy to find on the blockchain
           Transfer(_from, _to, _amount);

           return true;
    }

    /// @param _owner The address that's balance is being requested
    /// @return The balance of `_owner` at the current block
    function balanceOf(address _owner) constant returns (uint256 balance) {
        return balanceOfAt(_owner, block.number);
    }

    /// @notice `msg.sender` approves `_spender` to spend `_amount` tokens on
    ///  its behalf. This is a modified version of the ERC20 approve function
    ///  to be a little bit safer
    /// @param _spender The address of the account able to transfer the tokens
    /// @param _amount The amount of tokens to be approved for transfer
    /// @return True if the approval was successful
    function approve(address _spender, uint256 _amount) returns (bool success) {
        if (!transfersEnabled) throw;

        // To change the approve amount you first have to reduce the addresses`
        //  allowance to zero by calling `approve(_spender,0)` if it is not
        //  already 0 to mitigate the race condition described here:
        //  https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729
        if ((_amount!=0) && (allowed[msg.sender][_spender] !=0)) throw;

        // Alerts the token controller of the approve function call
        if (isContract(controller)) {
            if (!TokenController(controller).onApprove(msg.sender, _spender, _amount))
                throw;
        }

        allowed[msg.sender][_spender] = _amount;
        Approval(msg.sender, _spender, _amount);
        return true;
    }

    /// @dev This function makes it easy to read the `allowed[]` map
    /// @param _owner The address of the account that owns the token
    /// @param _spender The address of the account able to transfer the tokens
    /// @return Amount of remaining tokens of _owner that _spender is allowed
    ///  to spend
    function allowance(address _owner, address _spender
    ) constant returns (uint256 remaining) {
        return allowed[_owner][_spender];
    }

    /// @notice `msg.sender` approves `_spender` to send `_amount` tokens on
    ///  its behalf, and then a function is triggered in the contract that is
    ///  being approved, `_spender`. This allows users to use their tokens to
    ///  interact with contracts in one function call instead of two
    /// @param _spender The address of the contract able to transfer the tokens
    /// @param _amount The amount of tokens to be approved for transfer
    /// @return True if the function call was successful
    function approveAndCall(address _spender, uint256 _amount, bytes _extraData
    ) returns (bool success) {
        if (!approve(_spender, _amount)) throw;

        ApproveAndCallFallBack(_spender).receiveApproval(
            msg.sender,
            _amount,
            this,
            _extraData
        );

        return true;
    }

    /// @dev This function makes it easy to get the total number of tokens
    /// @return The total number of tokens
    function totalSupply() constant returns (uint) {
        return totalSupplyAt(block.number);
    }


////////////////
// Query balance and totalSupply in History
////////////////

    /// @dev Queries the balance of `_owner` at a specific `_blockNumber`
    /// @param _owner The address from which the balance will be retrieved
    /// @param _blockNumber The block number when the balance is queried
    /// @return The balance at `_blockNumber`
    function balanceOfAt(address _owner, uint _blockNumber) constant
        returns (uint) {

        // These next few lines are used when the balance of the token is
        //  requested before a check point was ever created for this token, it
        //  requires that the `parentToken.balanceOfAt` be queried at the
        //  genesis block for that token as this contains initial balance of
        //  this token
        if ((balances[_owner].length == 0)
            || (balances[_owner][0].fromBlock > _blockNumber)) {
            if (address(parentToken) != 0) {
                return parentToken.balanceOfAt(_owner, min(_blockNumber, parentSnapShotBlock));
            } else {
                // Has no parent
                return 0;
            }

        // This will return the expected balance during normal situations
        } else {
            return getValueAt(balances[_owner], _blockNumber);
        }
    }

    /// @notice Total amount of tokens at a specific `_blockNumber`.
    /// @param _blockNumber The block number when the totalSupply is queried
    /// @return The total amount of tokens at `_blockNumber`
    function totalSupplyAt(uint _blockNumber) constant returns(uint) {

        // These next few lines are used when the totalSupply of the token is
        //  requested before a check point was ever created for this token, it
        //  requires that the `parentToken.totalSupplyAt` be queried at the
        //  genesis block for this token as that contains totalSupply of this
        //  token at this block number.
        if ((totalSupplyHistory.length == 0)
            || (totalSupplyHistory[0].fromBlock > _blockNumber)) {
            if (address(parentToken) != 0) {
                return parentToken.totalSupplyAt(min(_blockNumber, parentSnapShotBlock));
            } else {
                return 0;
            }

        // This will return the expected totalSupply during normal situations
        } else {
            return getValueAt(totalSupplyHistory, _blockNumber);
        }
    }

////////////////
// Clone Token Method
////////////////

    /// @notice Creates a new clone token with the initial distribution being
    ///  this token at `_snapshotBlock`
    /// @param _cloneTokenName Name of the clone token
    /// @param _cloneDecimalUnits Number of decimals of the smallest unit
    /// @param _cloneTokenSymbol Symbol of the clone token
    /// @param _snapshotBlock Block when the distribution of the parent token is
    ///  copied to set the initial distribution of the new clone token;
    ///  if the block is zero than the actual block, the current block is used
    /// @param _transfersEnabled True if transfers are allowed in the clone
    /// @return The address of the new MiniMeToken Contract
    function createCloneToken(
        string _cloneTokenName,
        uint8 _cloneDecimalUnits,
        string _cloneTokenSymbol,
        uint _snapshotBlock,
        bool _transfersEnabled
        ) onlyController returns(address) {
        if (_snapshotBlock == 0) _snapshotBlock = block.number;
        MiniMeToken cloneToken = tokenFactory.createCloneToken(
            this,
            _snapshotBlock,
            _cloneTokenName,
            _cloneDecimalUnits,
            _cloneTokenSymbol,
            _transfersEnabled
            );

        cloneToken.changeController(msg.sender);

        // An event to make the token easy to find on the blockchain
        NewCloneToken(address(cloneToken), _snapshotBlock);
        return address(cloneToken);
    }

////////////////
// Generate and destroy tokens
////////////////

    /// @notice Generates `_amount` tokens that are assigned to `_owner`
    /// @param _owner The address that will be assigned the new tokens
    /// @param _amount The quantity of tokens generated
    /// @return True if the tokens are generated correctly
    function generateTokens(address _owner, uint _amount) onlyController returns (bool) {
        uint curTotalSupply = getValueAt(totalSupplyHistory, block.number);
        if (curTotalSupply + _amount < curTotalSupply) throw; // Check for overflow
		
        updateValueAtNow(totalSupplyHistory, curTotalSupply + _amount);
        var previousBalanceTo = balanceOf(_owner);
        if (previousBalanceTo + _amount < previousBalanceTo) throw; // Check for overflow
		
        updateValueAtNow(balances[_owner], previousBalanceTo + _amount);
        Transfer(0, _owner, _amount);
        return true;
    }


    /// @notice Burns `_amount` tokens from `_owner`
    /// @param _owner The address that will lose the tokens
    /// @param _amount The quantity of tokens to burn
    /// @return True if the tokens are burned correctly
    function destroyTokens(address _owner, uint _amount
    ) onlyController returns (bool) {
        uint curTotalSupply = getValueAt(totalSupplyHistory, block.number);
        if (curTotalSupply < _amount) throw;
        updateValueAtNow(totalSupplyHistory, curTotalSupply - _amount);
        var previousBalanceFrom = balanceOf(_owner);
        if (previousBalanceFrom < _amount) throw;
        updateValueAtNow(balances[_owner], previousBalanceFrom - _amount);
        Transfer(_owner, 0, _amount);
        return true;
    }

////////////////
// Enable tokens transfers
////////////////


    /// @notice Enables token holders to transfer their tokens freely if true
    /// @param _transfersEnabled True if transfers are allowed in the clone
    function enableTransfers(bool _transfersEnabled) onlyController {
        transfersEnabled = _transfersEnabled;
    }

////////////////
// Internal helper functions to query and set a value in a snapshot array
////////////////

    /// @dev `getValueAt` retrieves the number of tokens at a given block number
    /// @param checkpoints The history of values being queried
    /// @param _block The block number to retrieve the value at
    /// @return The number of tokens being queried
    function getValueAt(Checkpoint[] storage checkpoints, uint _block
    ) constant internal returns (uint) {
        if (checkpoints.length == 0) return 0;

        // Shortcut for the actual value
        if (_block >= checkpoints[checkpoints.length-1].fromBlock)
            return checkpoints[checkpoints.length-1].value;
        if (_block < checkpoints[0].fromBlock) return 0;

        // Binary search of the value in the array
        uint min = 0;
        uint max = checkpoints.length-1;
        while (max > min) {
            uint mid = (max + min + 1)/ 2;
            if (checkpoints[mid].fromBlock<=_block) {
                min = mid;
            } else {
                max = mid-1;
            }
        }
        return checkpoints[min].value;
    }

    /// @dev `updateValueAtNow` used to update the `balances` map and the
    ///  `totalSupplyHistory`
    /// @param checkpoints The history of data being updated
    /// @param _value The new number of tokens
    function updateValueAtNow(Checkpoint[] storage checkpoints, uint _value
    ) internal  {
        if ((checkpoints.length == 0)
        || (checkpoints[checkpoints.length -1].fromBlock < block.number)) {
               Checkpoint newCheckPoint = checkpoints[ checkpoints.length++ ];
               newCheckPoint.fromBlock =  uint128(block.number);
               newCheckPoint.value = uint128(_value);
           } else {
               Checkpoint oldCheckPoint = checkpoints[checkpoints.length-1];
               oldCheckPoint.value = uint128(_value);
           }
    }

    /// @dev Internal function to determine if an address is a contract
    /// @param _addr The address being queried
    /// @return True if `_addr` is a contract
    function isContract(address _addr) constant internal returns(bool) {
        uint size;
        if (_addr == 0) return false;
        assembly {
            size := extcodesize(_addr)
        }
        return size>0;
    }

    /// @dev Helper function to return a min betwen the two uints
    function min(uint a, uint b) internal returns (uint) {
        return a < b ? a : b;
    }

    /// @notice The fallback function: If the contract's controller has not been
    ///  set to 0, then the `proxyPayment` method is called which relays the
    ///  ether and creates tokens as described in the token controller contract
    function ()  payable {
        if (isContract(controller)) {
            if (! TokenController(controller).proxyPayment.value(msg.value)(msg.sender))
                throw;
        } else {
            throw;
        }
    }


	////////////////
	// Events
	////////////////
	event Transfer(address indexed _from, address indexed _to, uint256 _amount);
	event NewCloneToken(address indexed _cloneToken, uint _snapshotBlock);
	event Approval(address indexed _owner, address indexed _spender, uint256 _amount);

}

////////////////
// MiniMeTokenFactory
////////////////

/// @dev This contract is used to generate clone contracts from a contract.
///  In solidity this is the way to create a contract from a contract of the
///  same class
contract MiniMeTokenFactory {

    /// @notice Update the DApp by creating a new token with new functionalities
    ///  the msg.sender becomes the controller of this clone token
    /// @param _parentToken Address of the token being cloned
    /// @param _snapshotBlock Block of the parent token that will
    ///  determine the initial distribution of the clone token
    /// @param _tokenName Name of the new token
    /// @param _decimalUnits Number of decimals of the new token
    /// @param _tokenSymbol Token Symbol for the new token
    /// @param _transfersEnabled If true, tokens will be able to be transferred
    /// @return The address of the new token contract
    function createCloneToken(
        address _parentToken,
        uint _snapshotBlock,
        string _tokenName,
        uint8 _decimalUnits,
        string _tokenSymbol,
        bool _transfersEnabled
    ) returns (MiniMeToken) {
        MiniMeToken newToken = new MiniMeToken(
            this,
            _parentToken,
            _snapshotBlock,
            _tokenName,
            _decimalUnits,
            _tokenSymbol,
            _transfersEnabled
            );

        newToken.changeController(msg.sender);
        return newToken;
    }
}

/// @title Clit Token (CLIT) - Crowd funding code for CLIT Coin project
/// 


contract ClitCoinToken is MiniMeToken {


	function ClitCoinToken(
		//address _tokenFactory
	) MiniMeToken(
		0x0,
		0x0,            // no parent token
		0,              // no snapshot block number from parent
		"CLIT Token", 	// Token name
		0,              // Decimals
		"CLIT",         // Symbol
		false            // Enable transfers
	) {
		version = "CLIT 1.0";
	}


}

/*
 * Math operations with safety checks
 */
contract SafeMath {
  function mul(uint a, uint b) internal returns (uint) {
    uint c = a * b;
    assert(a == 0 || c / a == b);
    return c;
  }

  function div(uint a, uint b) internal returns (uint) {
    assert(b > 0);
    uint c = a / b;
    assert(a == b * c + a % b);
    return c;
  }

  function sub(uint a, uint b) internal returns (uint) {
    assert(b <= a);
    return a - b;
  }

  function add(uint a, uint b) internal returns (uint) {
    uint c = a + b;
    assert(c >= a);
    return c;
  }
}


contract ClitCrowdFunder is Controlled, SafeMath {

	address public creator;
    address public fundRecipient;
	
	// State variables
    State public state = State.Fundraising; // initialize on create	
    uint public fundingGoal; 
	uint public totalRaised;
	uint public currentBalance;
	uint public issuedTokenBalance;
	uint public totalTokensIssued;
	uint public capTokenAmount;
	uint public startBlockNumber;
	uint public endBlockNumber;
	uint public eolBlockNumber;
	
	uint public firstExchangeRatePeriod;
	uint public secondExchangeRatePeriod;
	uint public thirdExchangeRatePeriod;
	uint public fourthExchangeRatePeriod;
	
	uint public firstTokenExchangeRate;
	uint public secondTokenExchangeRate;
	uint public thirdTokenExchangeRate;
	uint public fourthTokenExchangeRate;
	uint public finalTokenExchangeRate;	
	
	bool public fundingGoalReached;
	
    ClitCoinToken public exchangeToken;
	
	/* This generates a public event on the blockchain that will notify clients */
	event HardCapReached(address fundRecipient, uint amountRaised);
	event GoalReached(address fundRecipient, uint amountRaised);
	event FundTransfer(address backer, uint amount, bool isContribution);	
	event FrozenFunds(address target, bool frozen);
	event RefundPeriodStarted();

	/* data structure to hold information about campaign contributors */
	mapping(address => uint256) private balanceOf;
	mapping (address => bool) private frozenAccount;
	
	// Data structures
    enum State {
		Fundraising,
		ExpiredRefund,
		Successful,
		Closed
	}
	
	/*
     *  Modifiers
     */

	modifier inState(State _state) {
        if (state != _state) throw;
        _;
    }
	
	// Add one week to endBlockNumber
	modifier atEndOfLifecycle() {
        if(!((state == State.ExpiredRefund && block.number > eolBlockNumber) || state == State.Successful)) {
            throw;
        }
        _;
    }
	
	modifier accountNotFrozen() {
        if (frozenAccount[msg.sender] == true) throw;
        _;
    }
	
    modifier minInvestment() {
      // User has to send at least 0.01 Eth
      require(msg.value >= 10 ** 16);
      _;
    }
	
	modifier isStarted() {
		require(block.number >= startBlockNumber);
		_;
	}

	/*  at initialization, setup the owner */
	function ClitCrowdFunder(
		address _fundRecipient,
		uint _delayStartHours,
		ClitCoinToken _addressOfExchangeToken
	) {
		creator = msg.sender;
		
		fundRecipient = _fundRecipient;
		fundingGoal = 7000 * 1 ether;
		capTokenAmount = 140 * 10 ** 6;
		state = State.Fundraising;
		fundingGoalReached = false;
		
		totalRaised = 0;
		currentBalance = 0;
		totalTokensIssued = 0;
		issuedTokenBalance = 0;
		
		startBlockNumber = block.number + div(mul(3600, _delayStartHours), 14);
		endBlockNumber = startBlockNumber + div(mul(3600, 1080), 14); // 45 days 
		eolBlockNumber = endBlockNumber + div(mul(3600, 168), 14);  // one week - contract end of life

		firstExchangeRatePeriod = startBlockNumber + div(mul(3600, 24), 14);   // First 24 hour sale 
		secondExchangeRatePeriod = firstExchangeRatePeriod + div(mul(3600, 240), 14); // Next 10 days
		thirdExchangeRatePeriod = secondExchangeRatePeriod + div(mul(3600, 240), 14); // Next 10 days
		fourthExchangeRatePeriod = thirdExchangeRatePeriod + div(mul(3600, 240), 14); // Next 10 days
		
		uint _tokenExchangeRate = 1000;
		firstTokenExchangeRate = (_tokenExchangeRate + 1000);	
		secondTokenExchangeRate = (_tokenExchangeRate + 500);
		thirdTokenExchangeRate = (_tokenExchangeRate + 300);
		fourthTokenExchangeRate = (_tokenExchangeRate + 100);
		finalTokenExchangeRate = _tokenExchangeRate;
		
		exchangeToken = ClitCoinToken(_addressOfExchangeToken);
	}
	
	function freezeAccount(address target, bool freeze) onlyController {
        frozenAccount[target] = freeze;
        FrozenFunds(target, freeze);
    }	
	
	function getCurrentExchangeRate(uint amount) public constant returns(uint) {
		if (block.number <= firstExchangeRatePeriod) {
			return firstTokenExchangeRate * amount / 1 ether;
		} else if (block.number <= secondExchangeRatePeriod) {
			return secondTokenExchangeRate * amount / 1 ether;
		} else if (block.number <= thirdExchangeRatePeriod) {
			return thirdTokenExchangeRate * amount / 1 ether;
		} else if (block.number <= fourthExchangeRatePeriod) {
			return fourthTokenExchangeRate * amount / 1 ether;
		} else if (block.number <= endBlockNumber) {
			return finalTokenExchangeRate * amount / 1 ether;
		}
		
		return finalTokenExchangeRate * amount / 1 ether;
	}

	function investment() public inState(State.Fundraising) isStarted accountNotFrozen minInvestment payable returns(uint)  {
		
		uint amount = msg.value;
		if (amount == 0) throw;
		
		balanceOf[msg.sender] += amount;	
		
		totalRaised += amount;
		currentBalance += amount;
						
		uint tokenAmount = getCurrentExchangeRate(amount);
		exchangeToken.generateTokens(msg.sender, tokenAmount);
		totalTokensIssued += tokenAmount;
		issuedTokenBalance += tokenAmount;
		
		FundTransfer(msg.sender, amount, true); 
		
		checkIfFundingCompleteOrExpired();
		
		return balanceOf[msg.sender];
	}

	function checkIfFundingCompleteOrExpired() {
		if (block.number > endBlockNumber || totalTokensIssued >= capTokenAmount ) {
			// Hard limit reached
			if (currentBalance > fundingGoal || fundingGoalReached == true) {
				state = State.Successful;
				payOut();
				
				HardCapReached(fundRecipient, totalRaised);
				
				// Contract can be immediately closed out
				removeContract();

			} else  {
				state = State.ExpiredRefund; // backers can now collect refunds by calling getRefund()
				
				RefundPeriodStarted();
			}
		} else if (currentBalance > fundingGoal && fundingGoalReached == false) {
			// Once goal reached
			fundingGoalReached = true;
			
			state = State.Successful;
			payOut();
			
			// Continue allowing users to buy in
			state = State.Fundraising;
			
			// currentBalance is zero after pay out
			GoalReached(fundRecipient, totalRaised);
		}
	}

	function payOut() public inState(State.Successful) {
		// Ethereum balance
		var amount = currentBalance;
		currentBalance = 0;

		fundRecipient.transfer(amount);
		
		// Update the token reserve amount so that 50% of tokens remain in reserve
		var tokenCount = issuedTokenBalance;
		issuedTokenBalance = 0;
		
		exchangeToken.generateTokens(fundRecipient, tokenCount);		
	}

	function getRefund() public inState(State.ExpiredRefund) {	
		uint amountToRefund = balanceOf[msg.sender];
		balanceOf[msg.sender] = 0;
		
		// throws error if fails
		msg.sender.transfer(amountToRefund);
		currentBalance -= amountToRefund;
		
		FundTransfer(msg.sender, amountToRefund, false);
	}
	
	function removeContract() public atEndOfLifecycle {		
		state = State.Closed;
		
		// Allow clit owners to freely trade coins on the open market
		exchangeToken.enableTransfers(true);
		
		// Restore ownership to controller
		exchangeToken.changeController(controller);

		selfdestruct(msg.sender);
	}
	
	/* The function without name is the default function that is called whenever anyone sends funds to a contract */
	function () payable { 
		investment(); 
	}	

}

Contract Security Audit

Contract ABI

[{"constant":true,"inputs":[],"name":"creator","outputs":[{"name":"","type":"address"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"secondTokenExchangeRate","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"firstTokenExchangeRate","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[{"name":"amount","type":"uint256"}],"name":"getCurrentExchangeRate","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"_newController","type":"address"}],"name":"changeController","outputs":[],"payable":false,"type":"function"},{"constant":false,"inputs":[],"name":"investment","outputs":[{"name":"","type":"uint256"}],"payable":true,"type":"function"},{"constant":true,"inputs":[],"name":"startBlockNumber","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"capTokenAmount","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"thirdExchangeRatePeriod","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"finalTokenExchangeRate","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"fundingGoal","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":false,"inputs":[],"name":"checkIfFundingCompleteOrExpired","outputs":[],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"totalTokensIssued","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"fourthExchangeRatePeriod","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"exchangeToken","outputs":[{"name":"","type":"address"}],"payable":false,"type":"function"},{"constant":false,"inputs":[],"name":"getRefund","outputs":[],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"endBlockNumber","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"thirdTokenExchangeRate","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"state","outputs":[{"name":"","type":"uint8"}],"payable":false,"type":"function"},{"constant":false,"inputs":[],"name":"payOut","outputs":[],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"totalRaised","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"secondExchangeRatePeriod","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"currentBalance","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"fundingGoalReached","outputs":[{"name":"","type":"bool"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"fourthTokenExchangeRate","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"issuedTokenBalance","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"fundRecipient","outputs":[{"name":"","type":"address"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"target","type":"address"},{"name":"freeze","type":"bool"}],"name":"freezeAccount","outputs":[],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"controller","outputs":[{"name":"","type":"address"}],"payable":false,"type":"function"},{"constant":false,"inputs":[],"name":"removeContract","outputs":[],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"eolBlockNumber","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"firstExchangeRatePeriod","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"inputs":[{"name":"_fundRecipient","type":"address"},{"name":"_delayStartHours","type":"uint256"},{"name":"_addressOfExchangeToken","type":"address"}],"payable":false,"type":"constructor"},{"payable":true,"type":"fallback"},{"anonymous":false,"inputs":[{"indexed":false,"name":"fundRecipient","type":"address"},{"indexed":false,"name":"amountRaised","type":"uint256"}],"name":"HardCapReached","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"name":"fundRecipient","type":"address"},{"indexed":false,"name":"amountRaised","type":"uint256"}],"name":"GoalReached","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"name":"backer","type":"address"},{"indexed":false,"name":"amount","type":"uint256"},{"indexed":false,"name":"isContribution","type":"bool"}],"name":"FundTransfer","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"name":"target","type":"address"},{"indexed":false,"name":"frozen","type":"bool"}],"name":"FrozenFunds","type":"event"},{"anonymous":false,"inputs":[],"name":"RefundPeriodStarted","type":"event"}]

6060604052600280546000919060a060020a60ff02191674010000000000000000000000000000000000000000835b021790555034156200003c57fe5b604051606080620013958339810160409081528151602083015191909201515b60005b60008054600160a060020a03191633600160a060020a03161790555b60018054600160a060020a03338116600160a060020a03199283161790925560028054928716929091169190911780825569017b7883c069166000006003556308583b006008556000919060a060020a60ff02191674010000000000000000000000000000000000000000835b02179055506015805460ff191690556000600481905560058190556007819055600655620001416200012b610e108564010000000062000f6f6200030782021704565b600e64010000000062000f9e6200033982021704565b43016009556200017e6200012b610e1061043864010000000062000f6f6200030782021704565b600e64010000000062000f9e6200033982021704565b60095401600a55620001bc6200012b610e1060a864010000000062000f6f6200030782021704565b600e64010000000062000f9e6200033982021704565b600a5401600b55620001fa6200012b610e10601864010000000062000f6f6200030782021704565b600e64010000000062000f9e6200033982021704565b60095401600c55620002386200012b610e1060f064010000000062000f6f6200030782021704565b600e64010000000062000f9e6200033982021704565b600c5401600d55620002766200012b610e1060f064010000000062000f6f6200030782021704565b600e64010000000062000f9e6200033982021704565b600d5401600e55620002b46200012b610e1060f064010000000062000f6f6200030782021704565b600e64010000000062000f9e6200033982021704565b600e5401600f55506107d06010556105dc60115561051460125561044c6013556103e860148190556015805461010060a860020a031916610100600160a060020a038516021790555b505050506200037c565b60008282028315806200032557508284828115156200032257fe5b04145b15156200032e57fe5b8091505b5092915050565b6000808083116200034657fe5b82848115156200035257fe5b04905082848115156200036157fe5b0681840201841415156200032e57fe5b8091505b5092915050565b611009806200038c6000396000f300606060405236156101935763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f81146101a557806319218eda146101d15780631eaa6c4b146101f35780632036e2f7146102155780633cebb8231461023a57806345fbfbca14610258578063498a4c2d146102725780634cb93ff81461029457806363c37984146102b65780636953ace4146102d85780637a3a0e84146102fa57806386f325861461031c5780639156a0031461032e57806392dcf35d14610350578063a25eb5d914610372578063b2d5ae441461039e578063b4999e85146103b0578063b5e1fe13146103d2578063c19d93fb146103f4578063c205240314610428578063c5c4744c1461043a578063ce5fa1e91461045c578063ce845d1d1461047e578063d424f628146104a0578063d735140d146104c4578063d869c681146104e6578063d939c96014610508578063e724529c14610534578063f77c479114610557578063fe389e0914610583578063fec74d3114610595578063feefee1b146105b7575b6101a35b61019f6105d9565b505b565b005b34156101ad57fe5b6101b56107cc565b60408051600160a060020a039092168252519081900360200190f35b34156101d957fe5b6101e16107db565b60408051918252519081900360200190f35b34156101fb57fe5b6101e16107e1565b60408051918252519081900360200190f35b341561021d57fe5b6101e16004356107e7565b60408051918252519081900360200190f35b341561024257fe5b6101a3600160a060020a03600435166108bc565b005b6101e16105d9565b60408051918252519081900360200190f35b341561027a57fe5b6101e1610905565b60408051918252519081900360200190f35b341561029c57fe5b6101e161090b565b60408051918252519081900360200190f35b34156102be57fe5b6101e1610911565b60408051918252519081900360200190f35b34156102e057fe5b6101e1610917565b60408051918252519081900360200190f35b341561030257fe5b6101e161091d565b60408051918252519081900360200190f35b341561032457fe5b6101a3610923565b005b341561033657fe5b6101e1610b15565b60408051918252519081900360200190f35b341561035857fe5b6101e1610b1b565b60408051918252519081900360200190f35b341561037a57fe5b6101b5610b21565b60408051600160a060020a039092168252519081900360200190f35b34156103a657fe5b6101a3610b35565b005b34156103b857fe5b6101e1610bf8565b60408051918252519081900360200190f35b34156103da57fe5b6101e1610bfe565b60408051918252519081900360200190f35b34156103fc57fe5b610404610c04565b6040518082600381111561041457fe5b60ff16815260200191505060405180910390f35b341561043057fe5b6101a3610c14565b005b341561044257fe5b6101e1610d19565b60408051918252519081900360200190f35b341561046457fe5b6101e1610d1f565b60408051918252519081900360200190f35b341561048657fe5b6101e1610d25565b60408051918252519081900360200190f35b34156104a857fe5b6104b0610d2b565b604080519115158252519081900360200190f35b34156104cc57fe5b6101e1610d34565b60408051918252519081900360200190f35b34156104ee57fe5b6101e1610d3a565b60408051918252519081900360200190f35b341561051057fe5b6101b5610d40565b60408051600160a060020a039092168252519081900360200190f35b341561053c57fe5b6101a3600160a060020a03600435166024351515610d4f565b005b341561055f57fe5b6101b5610dd1565b60408051600160a060020a039092168252519081900360200190f35b341561058b57fe5b6101a3610de0565b005b341561059d57fe5b6101e1610f63565b60408051918252519081900360200190f35b34156105bf57fe5b6101e1610f69565b60408051918252519081900360200190f35b6000808080805b60025460a060020a900460ff1660038111156105f857fe5b146106035760006000fd5b6009544310156106135760006000fd5b600160a060020a03331660009081526017602052604090205460ff1615156001141561063f5760006000fd5b662386f26fc100003410156106545760006000fd5b3492508215156106645760006000fd5b600160a060020a03331660009081526016602052604090208054840190556004805484019055600580548401905561069b836107e7565b9150601560019054906101000a9004600160a060020a0316600160a060020a031663827f32c033846000604051602001526040518363ffffffff167c01000000000000000000000000000000000000000000000000000000000281526004018083600160a060020a0316600160a060020a0316815260200182815260200192505050602060405180830381600087803b151561073357fe5b6102c65a03f1151561074157fe5b50506040805160078054860190556006805486019055600160a060020a03331681526020810186905260018183015290517fe842aea7a5f1b01049d752008c53c52890b1a6daf660cf39e8eec506112bbdf692509081900360600190a16107a6610923565b600160a060020a03331660009081526016602052604090205493505b5b5b5b5b50505090565b600154600160a060020a031681565b60115481565b60105481565b600c54600090431161080b57601054670de0b6b3a76400009083025b0490506108b7565b600d54431161083057601154670de0b6b3a7640000908302610803565b0490506108b7565b600e54431161085557601254670de0b6b3a7640000908302610803565b0490506108b7565b600f54431161087a57601354670de0b6b3a7640000908302610803565b0490506108b7565b600a54431161089f57601454670de0b6b3a7640000908302610803565b0490506108b7565b5b5b5b5b601454670de0b6b3a76400009083025b0490505b919050565b60005433600160a060020a039081169116146108d85760006000fd5b6000805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0383161790555b5b50565b60095481565b60085481565b600e5481565b60145481565b60035481565b600a54431180610937575060085460075410155b15610a3f576003546005541180610955575060155460ff1615156001145b156109e45760028054819074ff0000000000000000000000000000000000000000191660a060020a825b021790555061098c610c14565b60025460045460408051600160a060020a039093168352602083019190915280517f4ea0db6cf6038d1928eeedfb1395506aa3726a028f302b1093133bb7a0b85e089281900390910190a16109df610de0565b610a3a565b600280546001919074ff0000000000000000000000000000000000000000191660a060020a835b02179055506040517fb3965cecb26d1bf8f61a427e4094f133cea1806202cefdad435138ca4bd38f1390600090a15b6101a1565b600354600554118015610a55575060155460ff16155b156101a1576015805460ff1916600117905560028054819074ff0000000000000000000000000000000000000000191660a060020a825b0217905550610a99610c14565b600280546000919074ff0000000000000000000000000000000000000000191660a060020a835b021790555060025460045460408051600160a060020a039093168352602083019190915280517fec3f991caf7857d61663fd1bba1739e04abd4781238508cde554bb849d790c859281900390910190a15b5b5b565b60075481565b600f5481565b6015546101009004600160a060020a031681565b60006001805b60025460a060020a900460ff166003811115610b5357fe5b14610b5e5760006000fd5b600160a060020a033316600081815260166020526040808220805490839055905190945084156108fc0291859190818181858888f193505050501515610ba057fe5b60058054839003905560408051600160a060020a03331681526020810184905260008183015290517fe842aea7a5f1b01049d752008c53c52890b1a6daf660cf39e8eec506112bbdf69181900360600190a15b5b5050565b600a5481565b60125481565b60025460a060020a900460ff1681565b6000806002805b60025460a060020a900460ff166003811115610c3357fe5b14610c3e5760006000fd5b60058054600091829055600254604051919550600160a060020a03169185156108fc02918691818181858888f193505050501515610c7857fe5b6006805460009182905560155460025460408051602090810186905281517f827f32c0000000000000000000000000000000000000000000000000000000008152600160a060020a0393841660048201526024810186905291519497506101009093049091169363827f32c093604480840194939192918390030190829087803b1515610d0157fe5b6102c65a03f11515610d0f57fe5b5050505b5b505050565b60045481565b600d5481565b60055481565b60155460ff1681565b60135481565b60065481565b600254600160a060020a031681565b60005433600160a060020a03908116911614610d6b5760006000fd5b600160a060020a038216600081815260176020908152604091829020805460ff191685151590811790915582519384529083015280517f48335238b4855f35377ed80f164e8c6f3c366e54ac00b96a6402d4a9814a03a59281900390910190a15b5b5050565b600054600160a060020a031681565b60015b60025460a060020a900460ff166003811115610dfb57fe5b148015610e095750600b5443115b80610e2c575060025b60025460a060020a900460ff166003811115610e2a57fe5b145b1515610e385760006000fd5b600280546003919074ff0000000000000000000000000000000000000000191660a060020a835b0217905550601554604080517ff41e60c5000000000000000000000000000000000000000000000000000000008152600160048201529051610100909204600160a060020a03169163f41e60c59160248082019260009290919082900301818387803b1515610eca57fe5b6102c65a03f11515610ed857fe5b505060155460008054604080517f3cebb823000000000000000000000000000000000000000000000000000000008152600160a060020a03928316600482015290516101009094049091169350633cebb823926024808301939282900301818387803b1515610f4357fe5b6102c65a03f11515610f5157fe5b50505033600160a060020a0316ff5b5b565b600b5481565b600c5481565b6000828202831580610f8b5750828482811515610f8857fe5b04145b1515610f9357fe5b8091505b5092915050565b600080808311610faa57fe5b8284811515610fb557fe5b0490508284811515610fc357fe5b068184020184141515610f9357fe5b8091505b50929150505600a165627a7a72305820c367309a4496acbb9498d4f39d1387df09f9db68a045f533ae3521fb5a9b08df00290000000000000000000000005fc9d5f29c5ca9f5652523f0d206193cbecffa2b000000000000000000000000000000000000000000000000000000000000000f000000000000000000000000bfbfb19c2bd2ff3c577566cd514d96609b721498

Deployed Bytecode

0x606060405236156101935763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f81146101a557806319218eda146101d15780631eaa6c4b146101f35780632036e2f7146102155780633cebb8231461023a57806345fbfbca14610258578063498a4c2d146102725780634cb93ff81461029457806363c37984146102b65780636953ace4146102d85780637a3a0e84146102fa57806386f325861461031c5780639156a0031461032e57806392dcf35d14610350578063a25eb5d914610372578063b2d5ae441461039e578063b4999e85146103b0578063b5e1fe13146103d2578063c19d93fb146103f4578063c205240314610428578063c5c4744c1461043a578063ce5fa1e91461045c578063ce845d1d1461047e578063d424f628146104a0578063d735140d146104c4578063d869c681146104e6578063d939c96014610508578063e724529c14610534578063f77c479114610557578063fe389e0914610583578063fec74d3114610595578063feefee1b146105b7575b6101a35b61019f6105d9565b505b565b005b34156101ad57fe5b6101b56107cc565b60408051600160a060020a039092168252519081900360200190f35b34156101d957fe5b6101e16107db565b60408051918252519081900360200190f35b34156101fb57fe5b6101e16107e1565b60408051918252519081900360200190f35b341561021d57fe5b6101e16004356107e7565b60408051918252519081900360200190f35b341561024257fe5b6101a3600160a060020a03600435166108bc565b005b6101e16105d9565b60408051918252519081900360200190f35b341561027a57fe5b6101e1610905565b60408051918252519081900360200190f35b341561029c57fe5b6101e161090b565b60408051918252519081900360200190f35b34156102be57fe5b6101e1610911565b60408051918252519081900360200190f35b34156102e057fe5b6101e1610917565b60408051918252519081900360200190f35b341561030257fe5b6101e161091d565b60408051918252519081900360200190f35b341561032457fe5b6101a3610923565b005b341561033657fe5b6101e1610b15565b60408051918252519081900360200190f35b341561035857fe5b6101e1610b1b565b60408051918252519081900360200190f35b341561037a57fe5b6101b5610b21565b60408051600160a060020a039092168252519081900360200190f35b34156103a657fe5b6101a3610b35565b005b34156103b857fe5b6101e1610bf8565b60408051918252519081900360200190f35b34156103da57fe5b6101e1610bfe565b60408051918252519081900360200190f35b34156103fc57fe5b610404610c04565b6040518082600381111561041457fe5b60ff16815260200191505060405180910390f35b341561043057fe5b6101a3610c14565b005b341561044257fe5b6101e1610d19565b60408051918252519081900360200190f35b341561046457fe5b6101e1610d1f565b60408051918252519081900360200190f35b341561048657fe5b6101e1610d25565b60408051918252519081900360200190f35b34156104a857fe5b6104b0610d2b565b604080519115158252519081900360200190f35b34156104cc57fe5b6101e1610d34565b60408051918252519081900360200190f35b34156104ee57fe5b6101e1610d3a565b60408051918252519081900360200190f35b341561051057fe5b6101b5610d40565b60408051600160a060020a039092168252519081900360200190f35b341561053c57fe5b6101a3600160a060020a03600435166024351515610d4f565b005b341561055f57fe5b6101b5610dd1565b60408051600160a060020a039092168252519081900360200190f35b341561058b57fe5b6101a3610de0565b005b341561059d57fe5b6101e1610f63565b60408051918252519081900360200190f35b34156105bf57fe5b6101e1610f69565b60408051918252519081900360200190f35b6000808080805b60025460a060020a900460ff1660038111156105f857fe5b146106035760006000fd5b6009544310156106135760006000fd5b600160a060020a03331660009081526017602052604090205460ff1615156001141561063f5760006000fd5b662386f26fc100003410156106545760006000fd5b3492508215156106645760006000fd5b600160a060020a03331660009081526016602052604090208054840190556004805484019055600580548401905561069b836107e7565b9150601560019054906101000a9004600160a060020a0316600160a060020a031663827f32c033846000604051602001526040518363ffffffff167c01000000000000000000000000000000000000000000000000000000000281526004018083600160a060020a0316600160a060020a0316815260200182815260200192505050602060405180830381600087803b151561073357fe5b6102c65a03f1151561074157fe5b50506040805160078054860190556006805486019055600160a060020a03331681526020810186905260018183015290517fe842aea7a5f1b01049d752008c53c52890b1a6daf660cf39e8eec506112bbdf692509081900360600190a16107a6610923565b600160a060020a03331660009081526016602052604090205493505b5b5b5b5b50505090565b600154600160a060020a031681565b60115481565b60105481565b600c54600090431161080b57601054670de0b6b3a76400009083025b0490506108b7565b600d54431161083057601154670de0b6b3a7640000908302610803565b0490506108b7565b600e54431161085557601254670de0b6b3a7640000908302610803565b0490506108b7565b600f54431161087a57601354670de0b6b3a7640000908302610803565b0490506108b7565b600a54431161089f57601454670de0b6b3a7640000908302610803565b0490506108b7565b5b5b5b5b601454670de0b6b3a76400009083025b0490505b919050565b60005433600160a060020a039081169116146108d85760006000fd5b6000805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0383161790555b5b50565b60095481565b60085481565b600e5481565b60145481565b60035481565b600a54431180610937575060085460075410155b15610a3f576003546005541180610955575060155460ff1615156001145b156109e45760028054819074ff0000000000000000000000000000000000000000191660a060020a825b021790555061098c610c14565b60025460045460408051600160a060020a039093168352602083019190915280517f4ea0db6cf6038d1928eeedfb1395506aa3726a028f302b1093133bb7a0b85e089281900390910190a16109df610de0565b610a3a565b600280546001919074ff0000000000000000000000000000000000000000191660a060020a835b02179055506040517fb3965cecb26d1bf8f61a427e4094f133cea1806202cefdad435138ca4bd38f1390600090a15b6101a1565b600354600554118015610a55575060155460ff16155b156101a1576015805460ff1916600117905560028054819074ff0000000000000000000000000000000000000000191660a060020a825b0217905550610a99610c14565b600280546000919074ff0000000000000000000000000000000000000000191660a060020a835b021790555060025460045460408051600160a060020a039093168352602083019190915280517fec3f991caf7857d61663fd1bba1739e04abd4781238508cde554bb849d790c859281900390910190a15b5b5b565b60075481565b600f5481565b6015546101009004600160a060020a031681565b60006001805b60025460a060020a900460ff166003811115610b5357fe5b14610b5e5760006000fd5b600160a060020a033316600081815260166020526040808220805490839055905190945084156108fc0291859190818181858888f193505050501515610ba057fe5b60058054839003905560408051600160a060020a03331681526020810184905260008183015290517fe842aea7a5f1b01049d752008c53c52890b1a6daf660cf39e8eec506112bbdf69181900360600190a15b5b5050565b600a5481565b60125481565b60025460a060020a900460ff1681565b6000806002805b60025460a060020a900460ff166003811115610c3357fe5b14610c3e5760006000fd5b60058054600091829055600254604051919550600160a060020a03169185156108fc02918691818181858888f193505050501515610c7857fe5b6006805460009182905560155460025460408051602090810186905281517f827f32c0000000000000000000000000000000000000000000000000000000008152600160a060020a0393841660048201526024810186905291519497506101009093049091169363827f32c093604480840194939192918390030190829087803b1515610d0157fe5b6102c65a03f11515610d0f57fe5b5050505b5b505050565b60045481565b600d5481565b60055481565b60155460ff1681565b60135481565b60065481565b600254600160a060020a031681565b60005433600160a060020a03908116911614610d6b5760006000fd5b600160a060020a038216600081815260176020908152604091829020805460ff191685151590811790915582519384529083015280517f48335238b4855f35377ed80f164e8c6f3c366e54ac00b96a6402d4a9814a03a59281900390910190a15b5b5050565b600054600160a060020a031681565b60015b60025460a060020a900460ff166003811115610dfb57fe5b148015610e095750600b5443115b80610e2c575060025b60025460a060020a900460ff166003811115610e2a57fe5b145b1515610e385760006000fd5b600280546003919074ff0000000000000000000000000000000000000000191660a060020a835b0217905550601554604080517ff41e60c5000000000000000000000000000000000000000000000000000000008152600160048201529051610100909204600160a060020a03169163f41e60c59160248082019260009290919082900301818387803b1515610eca57fe5b6102c65a03f11515610ed857fe5b505060155460008054604080517f3cebb823000000000000000000000000000000000000000000000000000000008152600160a060020a03928316600482015290516101009094049091169350633cebb823926024808301939282900301818387803b1515610f4357fe5b6102c65a03f11515610f5157fe5b50505033600160a060020a0316ff5b5b565b600b5481565b600c5481565b6000828202831580610f8b5750828482811515610f8857fe5b04145b1515610f9357fe5b8091505b5092915050565b600080808311610faa57fe5b8284811515610fb557fe5b0490508284811515610fc357fe5b068184020184141515610f9357fe5b8091505b50929150505600a165627a7a72305820c367309a4496acbb9498d4f39d1387df09f9db68a045f533ae3521fb5a9b08df0029

Constructor Arguments (ABI-Encoded and is the last bytes of the Contract Creation Code above)

0000000000000000000000005Fc9d5f29C5cA9F5652523F0d206193CBEcFFA2B000000000000000000000000000000000000000000000000000000000000000f000000000000000000000000bFBfb19C2Bd2FF3c577566CD514d96609B721498

-----Decoded View---------------
Arg [0] : _fundRecipient (address): 0x5Fc9d5f29C5cA9F5652523F0d206193CBEcFFA2B
Arg [1] : _delayStartHours (uint256): 15
Arg [2] : _addressOfExchangeToken (address): 0xbFBfb19C2Bd2FF3c577566CD514d96609B721498

-----Encoded View---------------
3 Constructor Arguments found :
Arg [0] : 0000000000000000000000005Fc9d5f29C5cA9F5652523F0d206193CBEcFFA2B
Arg [1] : 000000000000000000000000000000000000000000000000000000000000000f
Arg [2] : 000000000000000000000000bFBfb19C2Bd2FF3c577566CD514d96609B721498


Swarm Source

bzzr://c367309a4496acbb9498d4f39d1387df09f9db68a045f533ae3521fb5a9b08df

Block Transaction Difficulty Gas Used Reward
View All Blocks Produced

Block Uncle Number Difficulty Gas Used Reward
View All Uncles
Loading...
Loading
Loading...
Loading

Validator Index Block Amount
View All Withdrawals

Transaction Hash Block Value Eth2 PubKey Valid
View All Deposits
Loading...
Loading
[ Download: CSV Export  ]
[ Download: CSV Export  ]

A contract address hosts a smart contract, which is a set of code stored on the blockchain that runs when predetermined conditions are met. Learn more about addresses in our Knowledge Base.