hi, it is possible to make an airdrop using a smart contract? I already create my token and I'm planning to distrubuted to some especific token holders, sending 100 Tokens to 4000 diferent wallets, ty

Apr 29, 2020, 7:19 AM
To collect the holder data & do the Airdrop , I would advice you to do it offchain.

It is not directly possible to collect all the holder data onchain but when you have the data of holders you can read their previous token balances and do the Airdrop onchain within a smart contract as well

It might be a little less expensive doing inside a smart contract too. However break the distribution in chunks, I think you can safely loop an unoptimised transfer function for upto 150 addresses at a time at max
So you gotta have multiple triggers
Hello
Apr 29, 2020, 8:24 AM

© 2024 Draquery.com All rights reserved.