check_token_allowance
Check the ERC20 token allowance granted by an owner to a spender on any EVM network, ensuring you know the exact spending limit before authorizing transactions.
Instructions
Check ERC20 token allowance for a spender
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 |
| ownerAddress | Yes | Token owner address | |
| tokenAddress | Yes | ERC20 token contract address | |
| spenderAddress | Yes | Spender address to check |