Function: setSelfClaim(bool _selfClaim)
This function is used to set the self-claim property for claiming. It is only callable by the owner.
Inputs
_selfClaimControl: Arbitrary bool.
Constraints: None.
Impact: Self-claim property for claiming.
Branches and code coverage
Intended branches
Update
selfClaim.Emit the
SelfClaimUpdatedevent.
Negative behavior
Revert if the caller is not the owner.