1.0.1 • Published 6 years ago

altafan-sample-crowdsale v1.0.1

Weekly downloads
-
License
MIT
Repository
bitbucket
Last release
6 years ago

sample crowdsale

This repository contains 2 types of crowdsale Smart Contract:

  • TierCrowdsale.sol is based on tiers and aims to attract investors giving them an extra bonus amount at the early stage of the sale.
  • CappedCrowdsale.sol has a fixed purchase limit in the first 24 hours, in order to distribute the largest possible amount of token equally between contributors.

Two smart contract security audit reports made by ZK Labs Auditing are also included. These documents audited the SingularityNet crowdsale smart contract, which has been implemented with CappedCrowdsale.sol

Flattening

solidity_flattener contracts/Contract.sol --solc-paths=zeppelin-solidity=$(pwd)/node_modules/zeppelin-solidity/ --output contract.sol

1.0.1

6 years ago

1.0.0

6 years ago