Go to file
Roman Storm 75b72e2f7f fix auto-deploy 2017-11-09 21:04:04 -08:00
build/contracts init 2017-11-09 18:16:40 -08:00
contracts init 2017-11-09 18:16:40 -08:00
migrations init 2017-11-09 18:16:40 -08:00
mochawesome-report fix auto-deploy 2017-11-09 20:52:39 -08:00
scripts add scripts 2017-11-09 18:33:03 -08:00
test fix exception msg 2017-11-09 20:31:37 -08:00
.ethgas.js fix auto-deploy 2017-11-09 20:52:39 -08:00
.gitignore init 2017-11-09 18:16:40 -08:00
.python-version add travis 2017-11-09 18:22:19 -08:00
.solcover.js fix solcoverage 2017-11-09 20:47:23 -08:00
.soliumignore add travis 2017-11-09 18:22:19 -08:00
.travis.yml fix auto-deploy 2017-11-09 21:04:04 -08:00
README.md update readme with gas estimate 2017-11-09 20:53:47 -08:00
package-lock.json fix auto-deploy 2017-11-09 20:52:39 -08:00
package.json fix auto-deploy 2017-11-09 20:52:39 -08:00
truffle-config.js init 2017-11-09 18:16:40 -08:00
truffle.js add coverage network to truffle.js 2017-11-09 20:41:25 -08:00

README.md

Oracles Presale Contract

Build Status Coverage Status

Full Test Report

·------------------------------------------------------------------------|-----------------------------------·
│                                  Gas                                   ·  Block limit: 17592186044415 gas  │
··········································|······························|····································
│  Methods                                ·          1 gwei/gas          ·          320.09 usd/eth           │
···················|······················|·········|··········|·········|················|···················
│  Contract        ·  Method              ·  Min    ·  Max     ·  Avg    ·  # calls       ·  usd (avg)       │
···················|······················|·········|··········|·········|················|···················
│  PresaleOracles  ·  blacklistInvestor   ·  19691  ·   23538  ·  21615  ·             2  ·            0.01  │
···················|······················|·········|··········|·········|················|···················
│  PresaleOracles  ·  buy                 ·      -  ·       -  ·      -  ·             0  ·               -  │
···················|······················|·········|··········|·········|················|···················
│  PresaleOracles  ·  claimTokens         ·      -  ·       -  ·      -  ·             0  ·               -  │
···················|······················|·········|··········|·········|················|···················
│  PresaleOracles  ·  initialize          ·  23128  ·  125421  ·  46650  ·             9  ·            0.01  │
···················|······················|·········|··········|·········|················|···················
│  PresaleOracles  ·  Presale             ·      -  ·       -  ·      -  ·             0  ·               -  │
···················|······················|·········|··········|·········|················|···················
│  PresaleOracles  ·  transferOwnership   ·      -  ·       -  ·      -  ·             0  ·               -  │
···················|······················|·········|··········|·········|················|···················
│  PresaleOracles  ·  whitelistInvestor   ·  23428  ·   64377  ·  57552  ·             6  ·            0.02  │
···················|······················|·········|··········|·········|················|···················
│  PresaleOracles  ·  whitelistInvestors  ·  23688  ·  119866  ·  87807  ·             3  ·            0.03  │
·------------------|----------------------|---------|----------|---------|----------------|------------------·

  22 passing (3m)