Skip to content

Commit 8ecb950

Browse files
Update README.md
Added explanation that all the code in this repo is unreachable/finalised.
1 parent cec35f2 commit 8ecb950

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

README.md

+13-4
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,28 @@
1-
GENERAL INFO
1+
**Note: In Q4 of 2017 the GET Protocol held a public token generation event (TGE). The contracts in this repo contain the contracts used to price, issue and eventually finalize the GET TGE. On the 28th of December in 2017 all minting and pricing contracts where finalized. This means that all the functions and their abilities are not accessible anymore.**
2+
3+
## About the GET ERC20 Token
4+
In a practical sense this means that that:
5+
- No more GET tokens can be minted by *anybody*, not even a token holder majority.
6+
- Since there is no admin function in the finalized contract GET ERC20 contract; no entity can pause, revert or interfere with token ownership.
7+
- In conclusion the GET token is completely trustless and new issuance is impossible.
8+
9+
10+
## GENERAL INFO Repository
211
============
312

413
This repo contains the contracts that are going to be used in the GET ICO. The Ico consists of a public presale phase starting on 25th of October and a sale phase starting on 15th of November. Both phases are whitelist only. The contract addresses will be revealed by GUTS through a customized version of the GUTS Tickets application. Presale and sale are handled by different contracts, so that we can assure that we can reveal the crowdsale address when it starts and be able to lock the token price at a closer date to the crowdsale start.
514

6-
Presale phase 25/10
15+
### Presale phase 25/10
716
-------------------
817

918
Presale uses the contracts GetPreCrowdsale, GetPrePricingStrategy and GetPreFinalizeAgent, following the TokenMarketNet structure for Crowdsales. Pricing is a flat price per coin. Presale has a total maximum cap and a maximum cap per user, which is applied by the GetWhitelist contract. When Presale is finalized, the variables holding the tokens sold and the wei raised are moved to the sale contract, so sale needs to be deployed before presale is finalized.
1019

11-
Sale phase 15/11
20+
### Sale phase 15/11
1221
----------------
1322

1423
Sale uses the contracts GetCrowdsale, GetPricingStrategy and GetFinalizeAgent, following the TokenMarketNet structure for Crowdsales. Pricing consists of four flat prices per coin (tiers) chosen depending on the amount of wei invested already in the sale. Sale has a total maximum cap and a maximum cap per user per tier, which is applied by the GetWhitelist contract. It also has a minimum funding goal, which will cause the contract to move to Refunding mode if it is not reached. When sale is finalized, tokens are minted to User Growth Multisig, Stability Fund Multisig and the Bounty Fund Multisig.
1524

16-
INSTALLATION - TESTING
25+
### INSTALLATION - TESTING
1726
======================
1827

1928
1. Install truffle https://github.com/trufflesuite/truffle

0 commit comments

Comments
 (0)