0xbd3a292d…69e7sent to0xb9e80ce5…0028·#5,480,301·view on Etherscan
Ethereum Script / Contract for auto-transfer of ERC-20 tokensCreate a script / contract for auto-distribution of tokens (already deployed on ethereum mainnet), from one ETH address to multiple addresses (included in a csv file)
Following should be the process:
1. Take contract address of an ERC20 token deployed on mainnet (e.g. TRAC)
2. Take public and private key of an address which has the balance of tokens to be transferred.
3. Take csv files which contains multiple eth addresses (100-500) in one column, and number of tokens to be transferred to each address in second column
4. Take the ip address of the node to which one needs to connect
5. Take the gas limit and price for token transfer transaction
6. Take the number of addresses to be included in one ETH transaction (let's say 20 addresses per transaction)
7. Once all the fields have been filled out, execute the script, which transfers the tokens to all the addresses by breaking them down as per in transactions as per the number mentioned in point 6.