hoodchain - v0.1.0
    Preparing search index...

    Variable ODYSSEY_ADDRESSESConst

    ODYSSEY_ADDRESSES: {
        bondingCurveFactory: `0x${string}`;
        instantFactory: `0x${string}`;
        legacyFactory: `0x${string}`;
        reflectionFactory: `0x${string}`;
        robinLock: `0x${string}`;
    } = ...

    The Odyssey launchpad contracts (mainnet 4663).

    Type Declaration

    • ReadonlybondingCurveFactory: `0x${string}`

      Current bonding-curve factory.

    • ReadonlyinstantFactory: `0x${string}`

      Variant that skips the curve and lists instantly.

    • ReadonlylegacyFactory: `0x${string}`

      Legacy first-generation factory (still emits historical launches).

    • ReadonlyreflectionFactory: `0x${string}`

      Variant that pays reflections in a reward token.

    • ReadonlyrobinLock: `0x${string}`