Clanker
Source:Verified
Read Functions / tokensDeployedByUsers
Overview

The tokensDeployedByUsers function in the Clanker contract is a view function that retrieves information about tokens deployed by users. It returns the token address, position ID, and locker address associated with a specific user and token index.

Inputs
  • user (address): The address of the user whose deployed tokens are being queried.
  • index (uint256): The index of the token for which information is being retrieved.
Outputs
  • token (address): The address of the token deployed by the user.
  • positionId (uint256): The ID of the position associated with the deployed token.
  • locker (address): The address of the locker associated with the deployed token.
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...