Testnet
Contract addresses
Bull Launch is running on Arc Chain Testnet. Balances are test units with no value, and the stack may be redeployed.

Integration

Contract addresses

Every Bull Launch deployment: addresses, creation transactions and blocks, per network.

View as Markdown

Every Bull Launch deployment, with the transaction that created each contract. The Bull Launch contracts reference each other in both directions, so any one of them can be checked against the rest on chain.

If there are contracts not listed here but claiming to be Bull Launch, they are not canonical. The hook address is part of every pool key, so a launch made against a different deployment is invisible to this one. Pin these addresses; do not resolve them at runtime from another source.

Mainnet deployments

None yet. Bull Launch runs on testnet only; this list will name the mainnet contracts once they are live.

Testnet deployments

Arc Testnet (5042002)

Bull Launch

  • Treasury: Receives the protocol share of every creator fee claim.
  • LauncherLocker (LP lock): Holds every launch’s liquidity forever: the tail band from launch, and the graduated position. It has no withdrawal function.
  • Hook: Prices the curve, takes the swap fee and the creator tax, graduates the pool, and pays creators their fees.
  • ConfigRegistry: Whitelists base assets and holds each one’s curve, plus the creator tax ceiling.
  • LauncherFactory: The one entry point for a launch: deploys the token, opens its pool, locks the tail band and runs the pre-buy.

Uniswap v4

Arc Testnet has no official Uniswap v4, so these are a separate deployment of the same bytecode. Wallets and aggregators pointed at the official addresses will not see Bull pools.

Base assets

ContractAddressTransactionBlock
USDC (native)0x0000...0000Chain native coin-
TestUSDT0x85C5...8b8a0xeb96...f30962,423,041
Use the UniversalRouter listed for the chain, never a same-chain router from another address registry. Each router is wired to one PoolManager, and a router on another PoolManager cannot reach a Bull Launch pool.

Versioning means new addresses, not upgrades. Deployed contracts are immutable, so a new version ships as a new factory and a new hook, and because the hook is part of every pool key, every pool id changes with it. Coins from an older deployment stay tradeable at their own addresses but are invisible to the new one. Pin the addresses for the version you integrated against.