Function: setSaleUUID(byte[16] newSaleUUID)
This function is used to set the new sale UUID. It is only callable by the owner.
Inputs
newSaleUUIDControl: Arbitrary
bytes16.Constraints: Must not be zero.
Impact: New sale UUID.
Branches and code coverage
Intended branches
Emit the
SaleUUIDUpdatedevent.Update
saleUUID.
Negative behavior
Revert if the caller is not the owner.
Revert if the new sale UUID is zero.