The setInviterpower
function in the MiniByte
contract allows the contract owner to set a new value for the inviterpower
variable. It ensures that only the owner can make this change by calling the _checkOwner
function, which verifies the caller's ownership.
_inviterpower
(uint256
): The new value to be set for the inviterpower
variable.