hoodchain - v0.1.0
    Preparing search index...

    Interface Launch

    A decoded token launch.

    interface Launch {
        blockNumber: bigint;
        creator: `0x${string}`;
        launchpad: LaunchpadName;
        pool: `0x${string}` | null;
        token: `0x${string}`;
        transactionHash: `0x${string}`;
    }
    Index
    blockNumber: bigint
    creator: `0x${string}`

    The wallet that launched it.

    launchpad: LaunchpadName
    pool: `0x${string}` | null

    The Uniswap v3 pool. Present immediately for NOXA (instant listing); null for Odyssey launches still on the bonding curve (appears at graduation via PoolMigrated).

    token: `0x${string}`

    The new token's contract address.

    transactionHash: `0x${string}`