A contract that allows for the distribution of tokens to a list of addresses.
This contract facilitates the airdrop of tokens to a predefined list of addresses. It ensures a secure and transparent distribution process.
To use the Airdrop contract, follow these steps:
The Airdrop contract utilizes a mapping to store the airdrop details for each recipient. The claim period is enforced using timestamps, ensuring that tokens can only be claimed within the designated window.
constructor(address _token, address[] memory _recipients, uint256[] memory _amounts, uint256 _claimPeriod)claimTokens()Press Enter to send your query
Powered by Neuron AI • Press Enter to send