Write functions are called by submitting a transaction from a wallet. You can click on any function below to view more details, past transactions, and have the agent help prepare, simulate, and execute transactions.
The `deployTokenWithCustomTeamRewardRecipient` function in the `Clanker` contract allows protocol admins to deploy a new token with a specified team reward recipient.
The `initialize` function in the `Clanker` contract sets up various configurations necessary for the contract's operation, including Uniswap and liquidity locker settings.
The `renounceOwnership` function in the `Ownable` contract allows the current owner to relinquish ownership of the contract, effectively disabling any owner-specific functionalities.
The `updateVault` function in the `Clanker` contract allows the contract owner to update the address of the vault.
call this function
Read Functions
Read functions are functions that return data from onchain when called, and do not require submitting a transaction (but can still be called during one). You can click on any function below to view more details, past transactions, and simulate read calls.
The `getTokensDeployedByUser` function in the `Clanker` contract retrieves an array of deployment information for tokens that have been deployed by a specified user.
The `liquidityLocker` function in the `Clanker` contract is a view function that returns the address of the liquidity locker contract, which is likely a public variable.