Airdrop Contract + Sender
Airdrop Contract's main features are:
? Minimal gas - we have minimized gas costs to make contract deployment, sending, distribution (spam) and more as cheap as possible.
? EVM - with this contract you can create your own spam token and spam virtually all networks.
Sender - a powerful tool for sending tokens in bulk to EVM networks. Here are the main parameters and functionality of this script:
? Number of recipients:
Defines the number of recipients in each send, providing flexibility and scalability to your mailing.
? Number of tokens per user:
Determines the number of tokens sent to each recipient in a single transaction. Ensures accurate distribution of tokens.
? Market Gas Price Multiplier:
Allows you to adjust the multiplier based on the current market price of gas. This is important to optimize the process and ensure that the transaction is included in the blockchain.
? Delay Between Sends :
Sets the time interval between transaction sends. It is recommended to set the time to be at least as long as the time the block is online, which ensures stability and avoids possible problems.
? Send Type:
Allows you to select one of two sending modes.
Mode 1: Send the next transaction immediately after the previous transaction is completed.
Mode 0: fixed interval between transactions, which can speed up the process but at the risk of overloading the queue.
? Recipient List:
Allows you to add recipient wallet addresses in a convenient string format, providing easy list management.
? Sender:
Specifies the address of the sender to be displayed in the blockchain explorer. Any address can be specified.
? This script provides a convenient and flexible way to efficiently mass distribute tokens controlled by you.