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.
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.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.