Clanker
Source:Verified
Read Functions / deploymentInfoForToken
Overview

The deploymentInfoForToken function in the Clanker contract retrieves deployment information for a specific token based on its address. It returns the token's address, its associated position ID, and the locker address, providing essential details for token management.

Inputs
  • tokenAddress (address): The address of the token for which deployment information is being requested.
Outputs
  • token (address): The address of the token.
  • positionId (uint256): The unique identifier associated with the token's position.
  • locker (address): The address of the locker related to 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...