Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: nickmayhem on April 23, 2018, 12:46:15 PM



Title: Airdrop tokens in batches
Post by: nickmayhem on April 23, 2018, 12:46:15 PM
Hello,

I do have some smart contracts that are boasting of airdropping the tokens in batches. But none works so far.

Is there any code that I can use to airdrop tokens to multiple addresses and save some Gas fees?

thanks


Title: Re: Airdrop tokens in batches
Post by: JanEmil on April 23, 2018, 06:18:21 PM
I don't understand 100% what you write and I could not get the article to work myself.
But maybe this one ?

https://hackernoon.com/how-to-script-an-automatic-token-airdrop-for-40k-subscribers-e40c8b1a02c6


Title: Re: Airdrop tokens in batches
Post by: nickmayhem on April 24, 2018, 10:27:42 AM
Yes I have taken some ideas from there and published this one on testnet.

https://ropsten.etherscan.io/address/0x73fbda249cafdd067c6025276161103963453c6f#code

Now the issue is I am not able to invoke the Airdrop functions.

Thanks.