MiniByte
Source:Verified
Read Functions / referralToAddress
Overview

The referralToAddress function in the MiniByte contract retrieves the address associated with a given referral string. It is a view function, meaning it does not modify the state of the contract and can be called without gas costs when invoked externally.

Inputs
  • referral (string): A string representing the referral identifier for which the associated address is being queried.
Outputs
  • Returns (address): The address linked to the provided referral string.
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...