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
amount
uint8
nonceEquals
Checks if makerAddress
has specified makerNonce
Parameters:
Name
Type
Description
makerAddress
address
makerNonce
uint256
Return Values:
Name
Type
Description
Result
bool
True if makerAddress
has specified nonce. Otherwise, false
Events
NonceIncreased
Parameters:
Name
Type
Description
maker
address
newNonce
uint256
Last updated