Web3.js: How to multi-send ERC20 token?

Created on 2 Feb 2018  路  3Comments  路  Source: ChainSafe/web3.js

Hey all, I have written a simple script to send ERC20 token. Here is the code and it works fine.

But I have some problem with sending the ERC20 token to the different address at same time. Is there any simple way to do this?

Most helpful comment

efficiently distribute massive batches of tokens and airdrops in a single click using https://multisender.app

All 3 comments

+1
multi address
mulit transfer method

Hi @FradSer this question is more apropriate for the ethereum stack exchange.

https://ethereum.stackexchange.com

AFAK, if you want to send the token to multiple addresses in the same tx, you'll need to implement this on the contract site.

efficiently distribute massive batches of tokens and airdrops in a single click using https://multisender.app

Was this page helpful?
0 / 5 - 0 ratings