evm_approve_token_spending
Approve an ERC-20 token allowance for a spender using raw token units, enabling the spender to transfer tokens up to the specified amount.
Instructions
Approve ERC-20 spender allowance using raw token units.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | Raw token allowance amount | |
| chainId | No | Chain ID (defaults to runtime config) | |
| tokenAddress | Yes | ERC-20 token address | |
| spenderAddress | Yes | Spender address or ENS name |