MiniByte
Source:Verified
Read Functions / lastCheckin
Overview

The lastCheckin function in the MiniByte contract retrieves the last check-in timestamp for a specified address. It is a view function, meaning it does not modify the state of the contract and simply returns a value.

Inputs
  • address: The Ethereum address for which the last check-in timestamp is being queried.
Outputs
  • uint256: The function returns a timestamp indicating the last check-in time for the specified address.
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...