Contract Address: 0xD193a8D7d4fEC4a9961de2ab38D830b1FA727B5E
Network: HyperEVM
A lightweight smart contract that lets you distribute ERC-20 tokens to many wallets in a single transaction. Fully on-chain and optimized for simplicity.
AirdropExecuted
event for trackingairdrop(token, recipients[], amounts[])
🔹 Distributes tokens to each wallet with the specified amount.
Parameters:
token (address)
: The ERC-20 token contractrecipients (address[])
: Array of recipient addressesamounts (uint256[])
: Amounts to send to each address (same length as recipients
)Requirements:
totalAmount
of your tokens