The setInviteepower
function in the MiniByte
contract allows the contract owner to set a new value for the inviteepower
variable. It first verifies that the caller is the owner of the contract before updating the state variable.
_inviteepower
(uint256
): The new value to be assigned to the inviteepower
variable.