hoodchain - v0.1.0
    Preparing search index...

    Variable odysseyPoolMigratedEventConst

    odysseyPoolMigratedEvent: {
        inputs: readonly [
            { indexed: true; name: "token"; type: "address" },
            { indexed: false; name: "pool"; type: "address" },
            { indexed: false; name: "tokenId"; type: "uint256" },
            { indexed: false; name: "liquidity"; type: "uint128" },
            { indexed: false; name: "tokenUsed"; type: "uint256" },
            { indexed: false; name: "usdcUsed"; type: "uint256" },
        ];
        name: "PoolMigrated";
        type: "event";
    } = ...

    The Odyssey PoolMigrated — graduation to a locked Uniswap v3 pool.

    Type Declaration

    • Readonlyinputs: readonly [
          { indexed: true; name: "token"; type: "address" },
          { indexed: false; name: "pool"; type: "address" },
          { indexed: false; name: "tokenId"; type: "uint256" },
          { indexed: false; name: "liquidity"; type: "uint128" },
          { indexed: false; name: "tokenUsed"; type: "uint256" },
          { indexed: false; name: "usdcUsed"; type: "uint256" },
      ]
    • Readonlyname: "PoolMigrated"
    • Readonlytype: "event"