The smart contracts for the LA Token token (LAT) crowdsale.
Please see the contracts/ directory.
After the Token Sale the LATToken.sol
, LATokenMinter.sol
and ExchangeContract.sol
will be deployed. The supply of 400,000,000 LAT will be minted and stored in the teamPoolInstant
address.
200,000,000 of this tokens will be stored in the company pool and other 200,000,000 will be used for distribution of tokens to contributors. Every contributor will be able to request withdrawal from the LAT Wallet (wallet.latoken.com) and receive their LAT as ERC20 tokens in Ethereum.
Other 600,000,000 of tokens will be frozen in the next 5 years.
After 5 years, on 22th August, 2022 the distribution of frozen tokens will start and last for the next 5 years.
Every day a fixed amount of tokens (about 328,767 LAT) will be available for harvesting to the teamPoolForFrozenTokens
.
After 10 years the total supply will be 1,000,000,000 LAT.
Contracts are written in Solidity and tested using Truffle and testrpc.
# Install dependencies:
$ npm install
$ npm test