Skip to content

cromlehg/GENSharesToken

Repository files navigation

GEN Shares Token

  • Standart : ERC20
  • Name : GEN Shares
  • Ticket : GEN
  • Decimals : 18
  • Emission : Mintable
  • Crowdsales : 2
  • Fiat dependency : No
  • Tokens locked : Locked

Smart-contracts description

Contract mint bounty, advisors and founders tokens after each stage finished. Crowdsale contracts have special function to retrieve transferred in errors tokens.

Contracts

  1. GENSharesToken - https://etherscan.io/token/0x48ca21691aba904a97a2f6807d5433b9b7ae3197
  2. Presale - https://etherscan.io/address/0x86b14014d74981ebe02af2981f0fc9d0ba73c2a2
  3. ICO - https://etherscan.io/address/0x548be6d7065be1870bac64435166871c6e82ea13
  4. Deployer - https://etherscan.io/address/0x01fbb42b56f38782d8db4ba8abba44eeaa472f81

How to manage contract

To start working with contract you should follow next steps:

  1. Compile it in Remix with enamble optimization flag and compiler 0.4.18
  2. Deploy bytecode with MyEtherWallet. Gas 5100000 (actually 5019453).
  3. Call 'deploy' function on addres from (3). Gas 4000000 (actually 3979551).

You can withdraw coins from presale at any time after softcap reached. You should call function withdraw to do this. All coins from presale transferred to special eth wallet, which specified in presale configuration.

After each crowdsale stage contract manager must call finishMinting.

If softcap not reached investors can retrieve coins by calling refund after presale finished.

How to invest

To purchase tokens investor should send ETH (more than minimum 0.1 EHT) to corresponding crowdsale contract. Recommended GAS: 200000, GAS PRICE - 21 Gwei.

Wallets with ERC20 support

  1. MyEtherWallet - https://www.myetherwallet.com/
  2. Parity
  3. Mist/Ethereum wallet

EXODUS not support ERC20, but have way to export key into MyEtherWallet - http://support.exodus.io/article/128-how-do-i-receive-unsupported-erc20-tokens

Investor must not use other wallets, coinmarkets or stocks. Can lose money.

Main network configuration

  • Base price : 250 per ETH

Crowdsale stages

Presale

  • Minimal insvested limit : 0.1 ETH
  • Softcap : 46 ETH
  • Hardcap : 50000 ETH
  • Bounty : 4% of total tokens
  • Advisors : 2% of total tokens
  • Developers : 10% of total tokens
  • Start : 25.11.2017 01:00 GMT
  • End : 24.12.2017 23:00 GMT
  • Founders tokens wallet : 0xa20C62282bEC52F9dA240dB8cFFc5B2fc8586652
  • Bounty tokens wallet : 0xcACBE5d8Fb017407907026804Fe8BE64B08511f4
  • Advisors tokens wallet : 0xD3D85a495c7E25eAd39793F959d04ACcDf87e01b
  • Contract manager : 0x379264aF7df7CF8141a23bC989aa44266DDD2c62
  • ETH Wallets : 0x4bB656423f5476FeC4AA729aB7B4EE0fc4d0B314, 0xEA15Adb66DC92a4BbCcC8Bf32fd25E2e86a2A770

Milestones

  1. 1 week : +50%
  2. 1 week : +40%
  3. 2 week : +35%

ICO

  • Minimal insvested limit : 0.1 ETH
  • Hardcap : 206000 ETH
  • Bounty : 4% of total tokens
  • Advisors : 2% of total tokens
  • Developres : 10% of total tokens
  • Start : 25.12.2017 01:00 GMT
  • End : 31.01.2018 00:00 GMT
  • Founders tokens wallet : 0x55A9E5b55F067078E045c72088C3888Bbcd9a64b
  • Bounty tokens wallet : 0x6b9f45A54cDe417640f7D49D13451D7e2e9b8918
  • Advisors tokens wallet : 0x3e11Ff0BDd160C1D85cdf04e012eA9286ae1A964
  • Contract manager : 0x379264aF7df7CF8141a23bC989aa44266DDD2c62
  • ETH Wallets : 0x65954fb8f45b40c9A60dffF3c8f4F39839Bf3596

Milestones

  1. 1 week : +25%
  2. 1 week : +10%
  3. 2 week : +0%

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published