MiniByte
Source:Verified
Read Functions / users
Overview

The users function in the MiniByte contract is a view function that retrieves information about a specific user based on their Ethereum address. It returns various details including registration status, referral code, inviter address, claimed rewards, total power, and referral count.

Inputs
  • address: The Ethereum address of the user whose information is being queried.
Outputs
  • registered (bool): Indicates whether the user is registered.
  • referralCode (string): The referral code associated with the user.
  • inviter (address): The address of the user who invited this user.
  • claimedReward (uint256): The total rewards claimed by the user.
  • totalPower (uint256): The total power associated with the user.
  • refcount (uint256): The count of referrals made by the user.
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...