Skip to main content
Glama

agentek-eth

by NaniDAO

intentCoinchanAirdrop

Distribute Coinchan tokens to multiple addresses in a single transaction by specifying chain ID, coin ID, recipient addresses, and amounts. Streamlines cryptocurrency airdrops on Ethereum-based networks.

Instructions

Airdrop a Coinchan token to multiple addresses

Input Schema

NameRequiredDescriptionDefault
amountsYesArray of token amounts
chainIdYes
coinIdYes
recipientsYesArray of recipient addresses
totalSumYesTotal sum to transfer from sender

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "amounts": { "description": "Array of token amounts", "items": { "format": "int64", "type": "integer" }, "type": "array" }, "chainId": { "type": "number" }, "coinId": { "format": "int64", "type": "integer" }, "recipients": { "description": "Array of recipient addresses", "items": { "type": "string" }, "type": "array" }, "totalSum": { "description": "Total sum to transfer from sender", "format": "int64", "type": "integer" } }, "required": [ "chainId", "coinId", "recipients", "amounts", "totalSum" ], "type": "object" }
Install Server

Other Tools from agentek-eth

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/NaniDAO/agentek'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server