check_allowance
Check the token allowance a wallet has granted to a spender on the Monad blockchain.
Instructions
Check the current allowance a wallet has granted to a specific spender for a specific token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | The wallet address (owner) | |
| token | Yes | The token contract address | |
| network | No | testnet | |
| spender | Yes | The spender contract address |