What is the MultiSender DApp?
The MultiSender DApp allows you to send ETH(basecoin) or ERC-20 tokens to multiple addresses in a single transaction, saving time and gas fees. You can input recipient addresses and amounts manually or upload a CSV file.
What networks does Token MultiSender support?
MultiSender supports Ethereum Mainnet, BNB Chain, Polygon, Avalanche, Arbitrum One, Optimism, Fantom, Moonbeam, Base, Scroll, Blast, Cronos, Mantle, Mode, Gnosis
How do I format the CSV file?
The CSV file should contain one recipient per line, with no header. Each line must follow the format: address,amount
. For example: 0x123...,1.5
. Ensure addresses are valid and amounts are in the correct token units.
Why do I need to approve token spend?
When sending ERC-20 tokens, you must approve the MultiSender contract to spend tokens on your behalf. This is a standard security measure in Ethereum smart contracts to ensure only authorized transactions occur.
How is the sending fee charged?
Sending ETH will charge ETH as the sending fee, and sending tokens will charge tokens as the sending fee.