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";
} = ...
Type Declaration
-
-
Readonlyname: "TokenCreated"
-
Readonlytype: "event"
The Odyssey
TokenCreated— fired when a curve opens.