How to join airdrop? Please information.
How to join the Airdrop ?Since programming is all we live for, we decided to make an Airdrop smart contract. The contract will allow 250 participants to subscribe.
Once the airdrop reaches 250 participants, the airdrop will be closed and airdrop participants can claim their airdrop rewards.
Using MyEtherWallet1. Go to MyEtherwallet.com and click the '
contracts' tab. Make sure you select '
Interact with Contract'.
2. Enter the Airdrop contract address in the address field. The contract's address is
0x40128493f7e5b96b11b43b6ebb5ef5048e24dd103. Paste the ABI/JSON code written below in the '
ABI / JSON Interface' field[/li][/list]
[{"constant":true,"inputs":[],"name":"coin","outputs":[{"name":"","type":"address"}],"payable":false,"type":"function"},{"constant":true,"inputs":[{"name":"","type":"address"}],"name":"participators","outputs":[{"name":"state","type":"bool"},{"name":"registered","type":"bool"},{"name":"isInvestor","type":"bool"},{"name":"claimedRewards","type":"bool"}],"payable":false,"type":"function"},{"constant":false,"inputs":[],"name":"claimAirdrop","outputs":[{"name":"amount","type":"uint256"}],"payable":false,"type":"function"},{"constant":false,"inputs":[],"name":"registerAirdrop","outputs":[],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"participantCounter","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"AirdropRegistrationComplete","outputs":[{"name":"","type":"bool"}],"payable":false,"type":"function"},{"inputs":[{"name":"_token","type":"address"}],"payable":false,"type":"constructor"}]
4. Click '
Access' and select '
registerAirdrop' in the dropdown box.
5. Click '
Write' and '
Generate transaction'. You will send a small amount of Gas for this transaction.
6. You're subscribed for the Airdrop! To verify, select the '
participators' in the dropdown and enter your Ethereum address. '
Registered' should return
true.
7. Add ClusterToken as a custom token in your account. The ClusterToken address is
0x08fd34559f2ed8585d3810b4d96ab8a05c9f97c5 (verified token on Etherscan.io).
8.
Edit: Do NOT send any Ethereum to the contract, it will fail! Make sure that you send 0 Ether! We do NOT accept payments!