probe_token_capabilities
Check if a token supports EIP-3009 gasless transfers and EIP-2612 permits, including for Diamond contracts where bytecode scanning fails.
Instructions
Detect whether a token supports EIP-3009 (gasless transferWithAuthorization) and EIP-2612 (permit). Works correctly on EIP-2535 Diamonds, where scanning proxy bytecode reports false negatives.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | Symbol (e.g. USDG) or contract address |