INonce
Last modified:
Functions
nonce
function nonce() external view returns (uint256);Returns
| Name | Type | Description |
|---|---|---|
<none> | uint256 | The contract's nonce |
Errors
InvalidNonce
Thrown when a user-provided nonce is not equal to the contract's nonce
error InvalidNonce();