hoodchain - v0.1.0
    Preparing search index...

    Variable odysseyTokenCreatedEventConst

    odysseyTokenCreatedEvent: {
        inputs: readonly [
            { indexed: true; name: "token"; type: "address" },
            { indexed: true; name: "creator"; type: "address" },
            { indexed: false; name: "backingWallet"; type: "address" },
            { indexed: false; name: "isMarginBacked"; type: "bool" },
            { indexed: false; name: "threshold"; type: "uint256" },
        ];
        name: "TokenCreated";
        type: "event";
    } = ...

    The Odyssey TokenCreated — fired when a curve opens.

    Type Declaration

    • Readonlyinputs: readonly [
          { indexed: true; name: "token"; type: "address" },
          { indexed: true; name: "creator"; type: "address" },
          { indexed: false; name: "backingWallet"; type: "address" },
          { indexed: false; name: "isMarginBacked"; type: "bool" },
          { indexed: false; name: "threshold"; type: "uint256" },
      ]
    • Readonlyname: "TokenCreated"
    • Readonlytype: "event"