diff --git a/contracts/crowdfund/ERC20LaunchCrowdfund.sol b/contracts/crowdfund/ERC20LaunchCrowdfund.sol index 9227ff24..3b63f025 100644 --- a/contracts/crowdfund/ERC20LaunchCrowdfund.sol +++ b/contracts/crowdfund/ERC20LaunchCrowdfund.sol @@ -74,6 +74,8 @@ contract ERC20LaunchCrowdfund is ETHCrowdfundBase { // The symbol of the ERC20 token launched. string symbol; // The total supply to mint for the ERC20 token. + uint256 totalSupply; + // The number of tokens to distribute to the party. uint256 numTokensForDistribution; // The number of tokens to send to an arbitrary recipient. uint256 numTokensForRecipient;