NonceManager
A helper contract for managing nonce of tx sender
Functions
increaseNonce
Advances nonce by one
advanceNonce
Advances nonce by specified amount
Parameters:
Name | Type | Description |
---|---|---|
| uint8 |
nonceEquals
Checks if makerAddress
has specified makerNonce
Parameters:
Name | Type | Description |
---|---|---|
| address | |
| uint256 |
Return Values:
Name | Type | Description |
---|---|---|
| bool | True if |
Events
NonceIncreased
Parameters:
Name | Type | Description |
---|---|---|
| address | |
| uint256 |
Last updated