Skip to content

Commit

Permalink
add missing total supply
Browse files Browse the repository at this point in the history
  • Loading branch information
0xble committed Mar 20, 2024
1 parent bdd51d7 commit 771648f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contracts/crowdfund/ERC20LaunchCrowdfund.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 771648f

Please sign in to comment.