/dala-smart-contracts

Smart contracts for the Dala token sale and ERC20 token

Primary LanguageJavaScriptMIT LicenseMIT

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