intentWithdrawFromSlow
Withdraw unlocked tokens from SLOW contracts on Ethereum by specifying chain, addresses, token ID, and amount. Execute token withdrawals from vesting schedules.
Instructions
Withdraw unlocked tokens from SLOW contract
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chainId | Yes | The chainId to execute the intent on. | |
| from | Yes | The address to withdraw from | |
| to | Yes | The recipient address | |
| id | Yes | The token ID to withdraw | |
| amount | Yes | The amount to withdraw |