Drop Zone MultiSender User Guide

Welcome Dear Crypto Fans. This platform allows you to send ERC20 tokens to multiple accounts in a single transaction on the Ethereum blockchain. Follow these simple steps to use this tool effectively:

Accessing the System:

Make sure you have installed MetaMask or any other compatible Ethereum wallet extension on your browser.

Connecting to Your Ethereum Account:

Log in to your Ethereum account via MetaMask by selecting the Ethereum Mainnet network.

Entering Information:

Fill in the required fields:

Sending the Transaction:

Click the "MultiSend" button to send the transaction. You will be prompted to CONFIRM THE TRANSACTION VIA METAMASK, (Cost of a standard single transaction on the Ethereum blockchain).

Transaction Confirmation:

Once the transaction is confirmed, the tokens will be sent to the specified accounts.

Tracking the Transaction:

You can track the status of the transaction using block explorers such as Etherscan via the link below.

That's it! You have now successfully used the MultiSender tool to send your tokens to multiple accounts in a single transaction. Enjoy this convenient feature for managing your token distributions or performing bulk sends effortlessly on the Ethereum blockchain.

Formatting Data for Bulk Transfers:

When using the Drop Zone MultiSender tool, you have the option to provide the recipient addresses and corresponding token amounts in either JSON or CSV format. Here's how to format your data:

Exemple JSON :

Use the JSON format when specifying recipient addresses and token amounts as key-value pairs.

            {
              "recipient_address_1": "amount_1",
              "recipient_address_2": "amount_2",
              "recipient_address_3": "amount_3",
              ...
            }
            

Exemple CSV :

Use the CSV format when specifying recipient addresses and token amounts as values separated by commas.

            recipient_address_1,amount_1
            recipient_address_2,amount_2
            recipient_address_3,amount_3
            ...
            

Using the Formatted Data:

Copy and paste your formatted data into the designated text area on the Drop Zone MultiSender platform. Ensure that each recipient address and token amount is correctly formatted and separated by either a comma (for CSV) or a colon (for JSON).


Thank you... We wish you great success in your Crypto Projects!