Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/btc415/erc20-token-presale-smart-contract
ERC20 Token Presale Smart Contract
https://github.com/btc415/erc20-token-presale-smart-contract
erc20 presale presale-smart-contract solidity
Last synced: 1 day ago
JSON representation
ERC20 Token Presale Smart Contract
- Host: GitHub
- URL: https://github.com/btc415/erc20-token-presale-smart-contract
- Owner: BTC415
- License: mit
- Created: 2025-02-12T19:54:24.000Z (2 days ago)
- Default Branch: master
- Last Pushed: 2025-02-12T20:42:49.000Z (2 days ago)
- Last Synced: 2025-02-12T21:32:51.261Z (2 days ago)
- Topics: erc20, presale, presale-smart-contract, solidity
- Language: TypeScript
- Homepage:
- Size: 103 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ERC20-Token-Presale-Smart-Contract
Build ERC20 Token and Launch a Token Pre-Sale
The goal of this exercise is to build Ethereum-based ERC20 token and start a token pre-sale campaign (ICO).
The code of token will be written in Solidity. Before we get started, MetaMask must be installed. Throughout this project, we will use Sepolia Testnet.## Requirements
MetaMask, Phantom, Coinbase, WalletConnect, Rainbow wallet.## Network
Sepolia Testnet for testing
Ethereum Mainnet for deployment## Token features
- Type: ERC20
- Name: ERC20 Token
- Symbol: ECT
- Decimal: 18
- Total Supply: 100 billion## Presale features
- Presale Supply: 10 billion (10%)
- Presale Period: 30 days
- Presale Stage: 4
- Softcap: 500000 USDT
- Hardcap: 1020000 USDT
- Price and token amounts for each stage:
| Stage | Price | Token Amount |
| ----- | ----- | ----- |
| 1 | 0.00008 USDT | 3 billion |
| 2 | 0.00010 USDT | 4 billion |
| 3 | 0.00012 USDT | 2 billion |
| 4 | 0.00014 USDT | 1 billion |- Options for buying tokens: ETH, USDT, USDC, DAI
- Claim time: After second public sale ends
- Minimum amount for buying tokens: 100 USDTInvestors who bought tokens before sofcap reached are listed on early investors and can get bonus tokens after presale ends if unsold tokens exist.
## Funtion lists and descriptions
If you want to know more about the functions, please refer to the [function](https://github.com/BTC415/ERC20-Token-Presale-smart-contract/blob/master/function_description.md) description.## License
[MIT](./LICENSE)## Contact
- Email: [email protected]
- Telegram: @marksantiago02
- Discord: @marksantiago02
- Twitter: @MarkSantiago02
- Instagram: @marksantiago_0929
- Linkedin: https://www.linkedin.com/in/mark-santiago-373172339/