NonceManager
Last updated
Last updated
A helper contract for managing nonce of tx sender
Advances nonce by one
Advances nonce by specified amount
Parameters:
amount
uint8
Checks if makerAddress
has specified makerNonce
makerAddress
address
makerNonce
uint256
Result
bool
True if makerAddress
has specified nonce. Otherwise, false
maker
address
newNonce
uint256
Parameters:
Return Values:
Parameters: