hoodchain - v0.1.0
    Preparing search index...

    Variable noxaTokenLaunchedEventConst

    noxaTokenLaunchedEvent: {
        inputs: readonly [
            { indexed: true; name: "token"; type: "address" },
            { indexed: true; name: "deployer"; type: "address" },
            { indexed: true; name: "dexFactory"; type: "address" },
            { indexed: false; name: "pairToken"; type: "address" },
            { indexed: false; name: "pool"; type: "address" },
            { indexed: false; name: "dexId"; type: "uint256" },
            { indexed: false; name: "launchConfigId"; type: "uint256" },
            { indexed: false; name: "positionId"; type: "uint256" },
            { indexed: false; name: "restrictionsEndBlock"; type: "uint256" },
            { indexed: false; name: "initialBuyAmount"; type: "uint256" },
        ];
        name: "TokenLaunched";
        type: "event";
    } = ...

    NOXA TokenLaunched — fired once per launch, carries the pool.

    Type Declaration

    • Readonlyinputs: readonly [
          { indexed: true; name: "token"; type: "address" },
          { indexed: true; name: "deployer"; type: "address" },
          { indexed: true; name: "dexFactory"; type: "address" },
          { indexed: false; name: "pairToken"; type: "address" },
          { indexed: false; name: "pool"; type: "address" },
          { indexed: false; name: "dexId"; type: "uint256" },
          { indexed: false; name: "launchConfigId"; type: "uint256" },
          { indexed: false; name: "positionId"; type: "uint256" },
          { indexed: false; name: "restrictionsEndBlock"; type: "uint256" },
          { indexed: false; name: "initialBuyAmount"; type: "uint256" },
      ]
    • Readonlyname: "TokenLaunched"
    • Readonlytype: "event"