Skip to main content

INonceManager

LooksRare protocol team (👀,💎)

INonceManager

Events​

NewBidAskNonces​

event NewBidAskNonces(address user, uint256 bidNonce, uint256 askNonce)

It is emitted when there is an update of the global bid/ask nonces for a user.

Parameters​

NameTypeDescription
useraddressAddress of the user
bidNonceuint256New bid nonce
askNonceuint256New ask nonce

OrderNoncesCancelled​

event OrderNoncesCancelled(address user, uint256[] orderNonces)

It is emitted when order nonces are cancelled for a user.

Parameters​

NameTypeDescription
useraddressAddress of the user
orderNoncesuint256[]Array of order nonces cancelled

SubsetNoncesCancelled​

event SubsetNoncesCancelled(address user, uint256[] subsetNonces)

It is emitted when subset nonces are cancelled for a user.

Parameters​

NameTypeDescription
useraddressAddress of the user
subsetNoncesuint256[]Array of subset nonces cancelled