hoodchain - v0.1.0
    Preparing search index...

    Variable odysseyTradedEventConst

    odysseyTradedEvent: {
        inputs: readonly [
            { indexed: true; name: "token"; type: "address" },
            { indexed: true; name: "trader"; type: "address" },
            { indexed: false; name: "isBuy"; type: "bool" },
            { indexed: false; name: "tokenAmount"; type: "uint256" },
            { indexed: false; name: "quoteAmount"; type: "uint256" },
            { indexed: false; name: "fee"; type: "uint256" },
            { indexed: false; name: "virtualQuote"; type: "uint256" },
            { indexed: false; name: "virtualToken"; type: "uint256" },
        ];
        name: "Traded";
        type: "event";
    } = ...

    The Odyssey Traded — every curve buy/sell.

    Type Declaration

    • Readonlyinputs: readonly [
          { indexed: true; name: "token"; type: "address" },
          { indexed: true; name: "trader"; type: "address" },
          { indexed: false; name: "isBuy"; type: "bool" },
          { indexed: false; name: "tokenAmount"; type: "uint256" },
          { indexed: false; name: "quoteAmount"; type: "uint256" },
          { indexed: false; name: "fee"; type: "uint256" },
          { indexed: false; name: "virtualQuote"; type: "uint256" },
          { indexed: false; name: "virtualToken"; type: "uint256" },
      ]
    • Readonlyname: "Traded"
    • Readonlytype: "event"