v3.1.0

Core Contracts

Clanker consists of five main contracts:

  1. ClankerToken: A Superchain compatible ERC20 contract.

  2. Clanker: The primary contract responsible for token deployment, Uniswap V3 Pool creation, and single-sided liquidity position placement. Users can optionally perform an initial swap and deposit a portion of the token supply into a time-locked vault.

  3. ClankerDeployer: A helper library which exists to reduce the code size of the Clanker contract.

  4. ClankerVault: A contract for creators to manage and collect their locked tokens.

  5. LpLockerv2: A contract for creators to manage and collect their portion of the trading fees generated from their token's pool. This contract is also used by the Clanker team to collect their portion of the trading fees.

Last updated