Name | Type | |
|---|---|---|
| Nonces | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["H160","H160"],"value":"U256","keys_id":891,"value_id":448}} |
Name | Type | Value | |
|---|---|---|---|
| ChainId | U64 | 421b0f1900000000 |
Name | Docs |
|---|---|
| InvalidSignature | The permit signature is invalid. |
| SignerMismatch | The signer does not match the owner. |
| PermitExpired | The permit has expired (deadline passed). |
| SignatureSValueTooHigh | The signature's `s` value is too high (malleability protection). |
| InvalidVValue | The signature's `v` value is invalid. |
| NonceOverflow | Nonce overflow - account has used too many permits. |
| InvalidOwner | The owner address is invalid (e.g., zero address). |
| InvalidSpender | The spender address is invalid (e.g., zero address). |