batch_send_erc20
Send ERC-20 tokens to multiple recipients in one transaction on Base, automatically handling token approval and reducing gas costs.
Instructions
Send ERC-20 tokens to multiple recipients in a single transaction on Base. Automatically handles token approval. Requires DEPLOYER_PRIVATE_KEY. Batch fee: 0.0005 ETH.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | ERC-20 token contract address | |
| recipients | Yes | Array of recipient wallet addresses | |
| amounts | Yes | Array of token amounts to send (human-readable, e.g. ['100', '200']) |