SeriesNonceManager
Last updated
Last updated
A helper contract to manage nonce with the series
Advances nonce by one
Parameters:
series
uint8
Advances nonce by specified amount
Parameters:
series
uint8
amount
uint8
Checks if makerAddress
has specified makerNonce
for series
series
uint8
makerAddress
address
makerNonce
uint256
Result
bool
True if makerAddress
has specified nonce. Otherwise, false
maker
address
series
uint8
newNonce
uint256
Parameters:
Return Values:
Parameters: