ERC20 token smart contract which contains method to Airdrop tokens to whitelisted users . Only Admin of the contract will be able to add whitelist addresses and users can claim their tokens by interacting with the web page. Users will pay transaction gas fees for token transfers.
The Token Airdrop Smart Contract is an ERC20 token smart contract that allows for the airdropping of tokens to whitelisted users. The contract is designed to only allow the admin to add whitelist addresses, and users can then claim their tokens. Users are required to pay transaction gas fees for token transfers. The contract is hosted on the Ropsten Testnet Network with an initial supply of 100,000 ATN (Airdrop Token).
To get started with the Token Airdrop Smart Contract, follow these steps:
git clone https://github.com/akshay-na/erc20-airdrop-contractcd erc20-airdrop-contract/token/contractsnpm startnpm testnpm run buildbuild folder and can be deployed to a server.The Token Airdrop Smart Contract is a useful tool for distributing tokens to whitelisted users. With features like a maximum token limit for airdrops, automatic extraction of addresses from Metamask, and the ability for the admin to manage the whitelist through the front-end, this smart contract provides a streamlined and secure way for conducting token airdrops. The front-end interface hosted on Heroku allows for easy interaction and claiming of tokens for users.