CenturionDEX
Launch App

INonce

Last modified:

Git Source

Functions

nonce

function nonce() external view returns (uint256);

Returns

NameTypeDescription
<none>uint256The contract's nonce

Errors

InvalidNonce

Thrown when a user-provided nonce is not equal to the contract's nonce

error InvalidNonce();