- The ICO contracts of EARNET project.
- If you have any questions, please connect with us on our social channels.
- EarnetToken
- The contract of the standard token.
- Earnet1stPresale
- The contract of the 1st pre sale, non lock up time.
- Earnet1st1mPresale
- The contract of the 1st pre sale, lock up for one month from the exchange listing.
- Earnet1st3mPresale
- The contract of the 1st pre sale, lock up for three months from the exchange listing.
- Earnet1st6mPresale
- The contract of the 1st pre sale, lock up for six months from the exchange listing.
- Earnet2ndPresale
- The contract of the 2nd pre sale, non lock up time.
- Earnet2nd1mPresale
- The contract of the 2nd pre sale, lock up for one month from the exchange listing.
- Earnet2nd3mPresale
- The contract of the 2nd pre sale, lock up for three months from the exchange listing.
- Earnet2nd6mPresale
- The contract of the 2nd pre sale, lock up for six months from the exchange listing.
- EarnetCrowdsale
- The contract of the crowd sale, non lock up time.
- Earnet1mCrowdsale
- The contract of the crowd sale, lock up for one month from the exchange listing.
- Earnet3mCrowdsale
- The contract of the crowd sale, lock up for three months from the exchange listing.
- Earnet6mCrowdsale
- The contract of the crowd sale, lock up for six months from the exchange listing.
- EarnetTokwnPool
- The contract of the lock up token for one month.
- Earnet3mTokwnPool
- The contract of the lock up token for three months.
- Earnet6mTokwnPool
- The contract of the lock up token for six months.
- EarnetWhitelist
- The contract that records whitelist into the storage.
- EarnetWhitelistedCrowdsale
- The contract which extends in the sale contract in order to use the whitelist.
ID |
Name |
Scope |
param |
return value |
Note |
1 |
name |
public |
– |
– |
ERC20 |
2 |
symbol |
public |
– |
– |
ERC20 |
3 |
decimals |
public |
– |
– |
ERC20 |
4 |
totalSupply |
public |
– |
int |
ERC20 |
5 |
balanceOf |
public |
address |
int |
ERC20 |
6 |
transfer |
public |
to_address, int |
bool |
ERC20 |
7 |
transferFrom |
public |
to_address, from_adress, int |
bool |
ERC20 |
8 |
approve |
public |
– |
– |
ERC20 |
9 |
allowance |
public |
– |
– |
ERC20 |
10 |
mint |
public |
– |
– |
Zeppelin-solidity |
11 |
burn |
public |
– |
– |
Zeppelin-solidity |
- Earnet1stPresale, Earnet1st1mPresale, Earnet1st3mPresale, Earnet1st6mPresale, Earnet2ndPresale, Earnet2nd1mPresale, Earnet2nd3mPresale, Earnet2nd6mPresale, EarnetCrowdsale, Earnet1mCrowdsale, Earnet3mCrowdsale, Earnet6mCrowdsale
ID |
Name |
Scope |
param |
return value |
Note |
1 |
crowdsale |
public |
– |
– |
|
2 |
buyTokens |
public |
address |
int |
|
3 |
pause |
public |
– |
– |
Zeppelin-solidity |
4 |
unpause |
public |
– |
– |
Zeppelin-solidity |
5 |
hasClosed |
public |
– |
bool |
Zeppelin-solidity |
6 |
setVolume |
external |
_weiAmount, _rate |
|
|
- EarnetTokenPool, Earnet3mTokenPool, Earnet6mTokenPool,
ID |
Name |
Scope |
param |
return value |
Note |
1 |
deposit |
public |
address, amount |
bool |
|
2 |
contributable |
public |
address |
bool |
|
3 |
checkdeposit |
public |
|
bool |
|
4 |
withdraw |
public |
address, wallet |
bool |
|
5 |
unlock |
public |
|
|
|
6 |
managerble |
public |
address |
|
|
ID |
Name |
Scope |
param |
return value |
Note |
1 |
addToWhitelist |
public |
address |
|
|
2 |
addManyToWhitelist |
public |
address |
|
|
3 |
removeFromWhitelist |
public |
address |
|
|
4 |
removeManyFromWhitelist |
public |
address |
|
|
5 |
isWhitelisted |
public |
address |
bool |
|
- ropsten
- ganache 1.1.0-beta.0
- Code audit company
- Code audit date

https://github.com/EARNET/ico-contracts
Leave a Reply