revoke_token_approval
Revoke a spender's token approval to prevent unauthorized access. Set approval to zero and secure your assets.
Instructions
Revoke (set to 0) a spender's approval to use your tokens
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | Network name (e.g. 'bsc', 'opbnb', 'ethereum', 'base', etc.) or chain ID. Supports others main popular networks. Defaults to BSC mainnet. | bsc |
| privateKey | Yes | Private key in hex format (with or without 0x prefix). SECURITY: This is used only for address derivation and is not stored. The private key will not be logged or displayed in chat history. | |
| tokenAddress | Yes | ERC20 token contract address | |
| spenderAddress | Yes | Spender address to revoke |