MiniByte
Source:Verified
Read Functions / referralTimestamps
Overview

The referralTimestamps function in the MiniByte contract is a view function that retrieves a timestamp associated with a specific address and a given index. It allows users to access referral-related data without modifying the state of the contract.

Inputs
  • address (address): The address for which the referral timestamp is being queried.
  • index (uint256): The index corresponding to the specific referral timestamp.
Outputs
  • Returns (uint256): The function returns a timestamp associated with the provided address and index.
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...