verify_authorization_signature
Verify an EIP-3009 authorization signature offline to confirm it recovers to the claimed signer for a specific token and chain, preventing costly invalid transactions.
Instructions
Verify an EIP-3009 signature offline: does it recover to the claimed signer, for this exact token and chain? Catches wrong-domain and cross-chain-replay signatures before they cost gas.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | ||
| from | Yes | ||
| nonce | Yes | ||
| token | No | USDG | |
| value | Yes | Base units | |
| signature | Yes | ||
| validAfter | Yes | ||
| validBefore | Yes |