check_authorization
Check whether an EIP-3009 authorization nonce has already been used by a given authorizer. Verify nonce validity before executing a signed transfer.
Instructions
Check whether an EIP-3009 authorization nonce has already been used. EIP-3009 nonces are random bytes32, not sequential.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nonce | Yes | 32-byte hex nonce | |
| token | No | USDG | |
| authorizer | Yes | The address that signed the authorization |