Core Contracts

IFT consists of four main contracts:

  1. Factory Implementation: The main contract with various logic including token creation and ENS integration.

  2. Factory Canonical Contract: A helper library facilitating trade routing to bonding curves.

  3. Bonding Curve Beacon: A reference contract for per-token bonding curves, enabling upgradability. Note that bonding curves are deployed on a per-token basis.

  4. Bonding Curve Implementation: The contract containing the bonding curve logic for price discovery.

Sepolia testnet

Ethereum Mainnet

Coming Soon

Last updated