Navigation Menu

Skip to content

Commit

Permalink
import FUEl Token instead of duplicating code for FuelCrowdfund
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Walsh committed Sep 21, 2017
1 parent 2217e0e commit 91f8920
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions contracts/FuelCrowdfund.sol
Expand Up @@ -3,11 +3,7 @@ pragma solidity ^0.4.15;
import 'zeppelin-solidity/contracts/math/SafeMath.sol';
import 'zeppelin-solidity/contracts/ownership/Ownable.sol';
import "./helpers/NonZero.sol";

contract FuelToken {
function transferFromCrowdfund(address _to, uint256 _amount) returns (bool success);
function finalizeCrowdfund() returns (bool success);
}
import "./FuelToken.sol";

contract FuelCrowdfund is NonZero, Ownable {

Expand Down

0 comments on commit 91f8920

Please sign in to comment.