revoke_token_approval_evm
Revoke an ERC20 token approval from a spender by setting the allowance to zero, preventing unauthorized access to your tokens.
Instructions
Revoke approval for an ERC20 token from a spender (sets allowance to 0)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chainId | No | Optional EVM chain ID to run this tool on (e.g. 1 for Ethereum, 8453 for Base, 42161 for Arbitrum). Defaults to the active wallet chain. | |
| spender | Yes | The address whose approval should be revoked. | |
| tokenAddress | Yes | The contract address of the ERC20 token. |