Clanker
Source:Verified
Read Functions / getTokensDeployedByUser
Overview

The getTokensDeployedByUser function in the Clanker contract retrieves an array of deployment information for tokens that have been deployed by a specified user. It returns a list of DeploymentInfo structs, which include details about each token's address, position ID, and associated locker.

Inputs
  • user (address): The Ethereum address of the user whose deployed tokens are being queried.
Outputs
  • Returns (DeploymentInfo[]): An array of structs containing:
    • token (address): The address of the deployed token.
    • positionId (uint256): The unique identifier for the token's position.
    • locker (address): The address of the locker associated with the 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...