Send ERC20 Token or ETH to thousands of addresses out in 1 minute.

cointool
3 min readJan 19, 2021

Go To Dapp

https://cointool.app

Token BatchSender

This DAPP was used to send any ERC20 token or ETH to many addresses in one transaction

This DAPP was used to send token or ETH to many addresses in one transaction, and that can help user to save tx fee

Demo

Problem:

Previously in Ethereum Network, additional tools were required in order to transfer many ERC20 tokens at once. Many people still do this manually, one transaction at a time. This process is time consuming and prone to an error.

Solution:

This DAPP allows a user to send thousands of token transfers in a very effecient way by batching them in groups of 1–200 token transfers per Ethereum transaction. This automation saves time by automatically generating transactions to MetaMask. Finally, this tool allows a user to maintain security of their account by delegating the trust of their private keys to a secure MetaMask wallet.

How to use:

  1. Install MetaMask.
  2. Make sure you have an account in MetaMask which has a token balance.
  3. Make sure your MetaMask is pointed to the network that you would like to use.
  4. Make sure your MetaMask account is unlocked.
  5. Go to https://cointool.app
  6. Wait for the full page to load.
  7. Select a token from the dropdown that you would like to send.
  8. Provide either EXCEL or CSV or TXT file with addresses and values.
  9. Click next.
  10. You need to approve a enough amount to our contract.
  11. Once the approve transaction is complete, click Next, go to the Send List, click Send, MetaMask will automatically generate a transaction for your token (200 addresses per transaction).
  12. Done!

You can test this tool on Ropsten test network, if you want to make sure that everything will work as expected.

Example TXT:

0x7edbaa86b8d2757322342157d3a44ed0f583514e,12
0x2f6321db2461f68676f42f396330a4dc4a8f49df,1123.126
0x001dbj28905DEA1a67940093fFeaCeee58cA91nc,1.03
Proof of work:
https://ropsten.etherscan.io/tx/0xd79502721c914f32d42c83d326c62ce635d2df3f012cd6bc667659505e3a4de2

Contract deployed and Source Code

Contracts deployed:
Mainnet, ropsten
Mainnet: 0x2f6321db2461f68676f42f396330a4dc4a8f49df
Ropsten: 0xfe25a97b5e3257e6e7164ede813c3d4fbb1c2e3b

Source Code:
Mainnet: https://etherscan.io/address/0x2f6321db2461f68676f42f396330a4dc4a8f49df#code
Ropsten: https://ropsten.etherscan.io/address/0xfe25a97b5e3257e6e7164ede813c3d4fbb1c2e3b#code

Disclaimer

I am not responsible for any loss from transactions derived by CoinTool. Some of the underlying JavaScript libraries and Ethereum tools that were used are under active development. The website and smart contract has been thoroughly tested, there is always the possibility something unexpected happens resulting in losses of Ethereum and/or tokens.

Any ERC20 tokens you transfer to the CoinTool will be sent out to the addresses that you provided.

I encourage you to assess its security before using the CoinTool DAPP.

Contact me

If you want to join a community to talk about how to build DAPPs in Ethereum or have any questions about sending ERC20 tokens, please check out my Telegram group.

Telegram(English): https://t.me/cointool

--

--