Skip to content

Releases: tokensoft/swarm-contracts

Phase 2 Crowdsale

04 Oct 22:34
Compare
Choose a tag to compare
Phase 2 Crowdsale Pre-release
Pre-release

This release has the following enhancements:

  • Crowdsale contract uses time stamp instead of block number
  • Crowdsale can set the number of tokens already sold in the constructor and setBaseTokensSold()
  • Crowdsale can pre-allocate multiple token addresses in a single call via multiPresaleMint()
  • Token vesting parameters can be updated at later point via setVestingParams()

Audit Changes

05 Sep 18:30
Compare
Choose a tag to compare
Audit Changes Pre-release
Pre-release
Merge pull request #1 from tokensoft/add_controller

Audit changes

Minor Enhancements

30 Aug 07:24
Compare
Choose a tag to compare
Minor Enhancements Pre-release
Pre-release

This release includes 2 minor enhancements:

  • Changed the FinalizeableCrowdsale contract to be Pausable. This allows the owner to pause the crowdsale if something goes wrong. This is enforced in the buyTokens() function in SwarmCrowdsale.sol.
  • Added a hard cap of 65 million tokens being sold. This is enforced in the buyTokens() function as well.

Initial audit release

26 Aug 00:56
Compare
Choose a tag to compare
Initial audit release Pre-release
Pre-release
v0.1

Added comments