agentek-eth

by NaniDAO
Verified

intentWithdrawFromSlow

Withdraw unlocked tokens from the SLOW contract to a specified address by specifying chainId, token ID, amount, and recipient details.

Instructions

Withdraw unlocked tokens from SLOW contract

Input Schema

NameRequiredDescriptionDefault
amountYesThe amount to withdraw
chainIdYesThe chainId to execute the intent on.
fromYesThe address to withdraw from
idYesThe token ID to withdraw
toYesThe recipient address

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "amount": { "description": "The amount to withdraw", "type": "string" }, "chainId": { "description": "The chainId to execute the intent on.", "type": "number" }, "from": { "description": "The address to withdraw from", "type": "string" }, "id": { "description": "The token ID to withdraw", "type": "string" }, "to": { "$ref": "#/properties/from", "description": "The recipient address" } }, "required": [ "chainId", "from", "to", "id", "amount" ], "type": "object" }

You must be authenticated.

Other Tools from agentek-eth

Related Tools

ID: embaq2gcce