Git Product home page Git Product logo

crowdsale's Introduction

Crowdsale Contracts for the TokenBnk sale

We use Open Zeppelin for the base contracts: - Ownable.sol - Pausable.sol - SafeMath.sol - StandardToken.sol (and the smaller units of ERC20)

We implement the SmartToken.sol for our token NAME_HERE in order to maintain compatibility with the Bancor Changer contract.

We use the Vesting schedule written by the 0x team which has been vetted by them and additionally by us.

We implemented EtherDivvy.sol in order to manage founder shares raised in the crowdsale.

AO.sol is a wrapper over the SmartToken contract that implements our token.

Crowdsale.sol is our custom contract which was influenced by the Status and District0x token sale contracts.

Parameters of the contracts

Crowdsale

  • exchangeRate is the amount of OUR_TOKEN exchanged per every ether contributed.
  • hardCapAmount is the hard cap of our sale denominated in ether price.
  • startTime is UNIX timestamp seconds of the exact time the contribution period starts.
  • endTime is the Unix timestamp in seconds of the exact time the contribution period ends.
  • initialized will be switched to true if all parameters have been set.
  • isEnabled will be switched to true when the crowdsale is enabled for production and all parameters are finalized.
  • hardCapReached will be switched to true when the hard cap is hit.
  • tokenTransfersEnabled will be called at the end of the sale and allow all tokens which were sent in exchange for contribution to be transfered.

crowdsale's People

Watchers

shayne avatar

Forkers

8secz-johndpope

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.