MiniByte
Source:Verified
Write Functions / setInviterpower
Overview

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.

Inputs
  • _inviterpower (uint256): The new value to be set for the inviterpower variable.
Outputs
  • None: This function does not return any values.
Emits Zero Events
Functions will often emit events during execution, often signifying key changes in state. There are no events emited by this function
Recent Transactions Calling This Function
This returns the latest 20 times that this function was called directly by a wallet or internally by another contract.
Looking for transactions where this function was called...