Skip to content

Smart contracts for a token sale and ERC20 token

Notifications You must be signed in to change notification settings

reftoken/crowdsale

 
 

Repository files navigation

Table of Contents

Audit

  • The smart contracts were audited by Iosiro between 5 October 2017 and 13 October 2017.
  • See the audit results here.

Token

CentrallyIssuedToken.sol

  • The Dala ERC20 token that will be issued during the crowdsale.
  • The token is upgradeable, pausable, and releasable.
  • Tokens will be released for transfer once the crowdsale is complete, either by expiration or all tokens have been issued.

Crowdsale

AllocatedCrowdsale.sol

  • The crowdsale is based on the TokenMarket AllocatedCrowdsale contract with some alterations to support whitelisting and a dynamic ETH cap per user that increases over time.

Wallet

MultiSigWalletWithDailyLimit.sol

About

Smart contracts for a token sale and ERC20 token

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.9%
  • Shell 10.1%