lynx-client 0.0.36 → 0.0.37

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (51) hide show
  1. package/dist/cjs/lib/addresses/lensAddresses.js +3 -3
  2. package/dist/cjs/lib/contractsIntegration/TriggersAndPortalLensService/ITriggersAndPortalLensService.js +8 -1
  3. package/dist/cjs/lib/contractsIntegration/TriggersAndPortalLensService/TriggersAndPortalLensService.js +24 -0
  4. package/dist/cjs/lib/typechain/contracts/Lynx/Incentives/SkewIncentive.js +2 -0
  5. package/dist/cjs/lib/typechain/contracts/Lynx/interfaces/ISkewIncentive.js +2 -0
  6. package/dist/cjs/lib/typechain/factories/contracts/Lynx/Incentives/SkewIncentive__factory.js +1118 -0
  7. package/dist/cjs/lib/typechain/factories/contracts/Lynx/interfaces/ISkewIncentive__factory.js +538 -0
  8. package/dist/cjs/lib/typechain/factories/contracts/Peripheral/Lens/TriggersAndPortalLens__factory.js +116 -1
  9. package/dist/esm/lib/addresses/lensAddresses.d.ts +3 -3
  10. package/dist/esm/lib/addresses/lensAddresses.js +3 -3
  11. package/dist/esm/lib/contractsIntegration/TriggersAndPortalLensService/ITriggersAndPortalLensService.d.ts +8 -1
  12. package/dist/esm/lib/contractsIntegration/TriggersAndPortalLensService/ITriggersAndPortalLensService.d.ts.map +1 -1
  13. package/dist/esm/lib/contractsIntegration/TriggersAndPortalLensService/ITriggersAndPortalLensService.js +8 -1
  14. package/dist/esm/lib/contractsIntegration/TriggersAndPortalLensService/TriggersAndPortalLensService.d.ts +2 -1
  15. package/dist/esm/lib/contractsIntegration/TriggersAndPortalLensService/TriggersAndPortalLensService.d.ts.map +1 -1
  16. package/dist/esm/lib/contractsIntegration/TriggersAndPortalLensService/TriggersAndPortalLensService.js +24 -0
  17. package/dist/esm/lib/typechain/contracts/Lynx/Incentives/SkewIncentive.d.ts +745 -0
  18. package/dist/esm/lib/typechain/contracts/Lynx/Incentives/SkewIncentive.d.ts.map +1 -0
  19. package/dist/esm/lib/typechain/contracts/Lynx/Incentives/SkewIncentive.js +2 -0
  20. package/dist/esm/lib/typechain/contracts/Lynx/interfaces/ISkewIncentive.d.ts +408 -0
  21. package/dist/esm/lib/typechain/contracts/Lynx/interfaces/ISkewIncentive.d.ts.map +1 -0
  22. package/dist/esm/lib/typechain/contracts/Lynx/interfaces/ISkewIncentive.js +2 -0
  23. package/dist/esm/lib/typechain/contracts/Peripheral/Lens/TriggersAndPortalLens.d.ts +50 -18
  24. package/dist/esm/lib/typechain/contracts/Peripheral/Lens/TriggersAndPortalLens.d.ts.map +1 -1
  25. package/dist/esm/lib/typechain/factories/contracts/Lynx/Incentives/SkewIncentive__factory.d.ts +861 -0
  26. package/dist/esm/lib/typechain/factories/contracts/Lynx/Incentives/SkewIncentive__factory.d.ts.map +1 -0
  27. package/dist/esm/lib/typechain/factories/contracts/Lynx/Incentives/SkewIncentive__factory.js +1118 -0
  28. package/dist/esm/lib/typechain/factories/contracts/Lynx/interfaces/ISkewIncentive__factory.d.ts +415 -0
  29. package/dist/esm/lib/typechain/factories/contracts/Lynx/interfaces/ISkewIncentive__factory.d.ts.map +1 -0
  30. package/dist/esm/lib/typechain/factories/contracts/Lynx/interfaces/ISkewIncentive__factory.js +538 -0
  31. package/dist/esm/lib/typechain/factories/contracts/Peripheral/Lens/TriggersAndPortalLens__factory.d.ts +90 -1
  32. package/dist/esm/lib/typechain/factories/contracts/Peripheral/Lens/TriggersAndPortalLens__factory.d.ts.map +1 -1
  33. package/dist/esm/lib/typechain/factories/contracts/Peripheral/Lens/TriggersAndPortalLens__factory.js +116 -1
  34. package/dist/types/lib/addresses/lensAddresses.d.ts +3 -3
  35. package/dist/types/lib/contractsIntegration/TriggersAndPortalLensService/ITriggersAndPortalLensService.d.ts +8 -1
  36. package/dist/types/lib/contractsIntegration/TriggersAndPortalLensService/ITriggersAndPortalLensService.d.ts.map +1 -1
  37. package/dist/types/lib/contractsIntegration/TriggersAndPortalLensService/TriggersAndPortalLensService.d.ts +2 -1
  38. package/dist/types/lib/contractsIntegration/TriggersAndPortalLensService/TriggersAndPortalLensService.d.ts.map +1 -1
  39. package/dist/types/lib/typechain/contracts/Lynx/Incentives/SkewIncentive.d.ts +745 -0
  40. package/dist/types/lib/typechain/contracts/Lynx/Incentives/SkewIncentive.d.ts.map +1 -0
  41. package/dist/types/lib/typechain/contracts/Lynx/interfaces/ISkewIncentive.d.ts +408 -0
  42. package/dist/types/lib/typechain/contracts/Lynx/interfaces/ISkewIncentive.d.ts.map +1 -0
  43. package/dist/types/lib/typechain/contracts/Peripheral/Lens/TriggersAndPortalLens.d.ts +50 -18
  44. package/dist/types/lib/typechain/contracts/Peripheral/Lens/TriggersAndPortalLens.d.ts.map +1 -1
  45. package/dist/types/lib/typechain/factories/contracts/Lynx/Incentives/SkewIncentive__factory.d.ts +861 -0
  46. package/dist/types/lib/typechain/factories/contracts/Lynx/Incentives/SkewIncentive__factory.d.ts.map +1 -0
  47. package/dist/types/lib/typechain/factories/contracts/Lynx/interfaces/ISkewIncentive__factory.d.ts +415 -0
  48. package/dist/types/lib/typechain/factories/contracts/Lynx/interfaces/ISkewIncentive__factory.d.ts.map +1 -0
  49. package/dist/types/lib/typechain/factories/contracts/Peripheral/Lens/TriggersAndPortalLens__factory.d.ts +90 -1
  50. package/dist/types/lib/typechain/factories/contracts/Peripheral/Lens/TriggersAndPortalLens__factory.d.ts.map +1 -1
  51. package/package.json +1 -1
@@ -0,0 +1,745 @@
1
+ import type { BaseContract, BigNumberish, BytesLike, FunctionFragment, Result, Interface, EventFragment, AddressLike, ContractRunner, ContractMethod, Listener } from "ethers";
2
+ import type { TypedContractEvent, TypedDeferredTopicFilter, TypedEventLog, TypedLogDescription, TypedListener, TypedContractMethod } from "../../../common";
3
+ export declare namespace ISkewIncentive {
4
+ type IncentiveConfigStruct = {
5
+ enabled: boolean;
6
+ skewThreshold: BigNumberish;
7
+ incentiveRate: BigNumberish;
8
+ minPositionSize: BigNumberish;
9
+ minHoldingTime: BigNumberish;
10
+ };
11
+ type IncentiveConfigStructOutput = [
12
+ enabled: boolean,
13
+ skewThreshold: bigint,
14
+ incentiveRate: bigint,
15
+ minPositionSize: bigint,
16
+ minHoldingTime: bigint
17
+ ] & {
18
+ enabled: boolean;
19
+ skewThreshold: bigint;
20
+ incentiveRate: bigint;
21
+ minPositionSize: bigint;
22
+ minHoldingTime: bigint;
23
+ };
24
+ type PositionSkewInfoStruct = {
25
+ incentiveRate: BigNumberish;
26
+ disabled: boolean;
27
+ openTimestamp: BigNumberish;
28
+ };
29
+ type PositionSkewInfoStructOutput = [
30
+ incentiveRate: bigint,
31
+ disabled: boolean,
32
+ openTimestamp: bigint
33
+ ] & {
34
+ incentiveRate: bigint;
35
+ disabled: boolean;
36
+ openTimestamp: bigint;
37
+ };
38
+ }
39
+ export interface SkewIncentiveInterface extends Interface {
40
+ getFunction(nameOrSignature: "ACCURACY_IMPROVEMENT_SCALE" | "CONTRACT_NAME" | "CONTRACT_VERSION" | "DEFAULT_PAIR_ID" | "FRACTION_SCALE" | "LEVERAGE_SCALE" | "PRECISION" | "_acceptAdmin" | "_setPendingAdmin" | "admin" | "exportPairConfigs" | "exportPositions" | "exportSettlementAssetData" | "getActivePositionCount" | "getConfiguredSettlementAssetCount" | "getContractName" | "getContractVersion" | "getEffectiveIncentiveRate" | "getIncentiveConfig" | "getPairConfigCount" | "getPositionSkewInfo" | "globalEnabled" | "importPairConfigsFromContract" | "importPositionsFromContract" | "importSettlementAssetsFromContract" | "incentiveConfigs" | "isPositionEligible" | "pendingAdmin" | "positionSkewInfo" | "pullIncentiveRate" | "recordPositionOpen" | "registry" | "removePairIncentiveConfig" | "setDefaultIncentiveConfig" | "setGlobalEnabled" | "setPairIncentiveConfig" | "setPositionDisabled" | "setPositionDisabledBatch"): FunctionFragment;
41
+ getEvent(nameOrSignatureOrTopic: "GlobalEnabledUpdated" | "IncentiveConfigUpdated" | "NewAdmin" | "NewPendingAdmin" | "PairIncentiveConfigRemoved" | "PairIncentiveConfigUpdated" | "PositionDisabledToggled" | "PositionSkewRecorded" | "SkewIncentiveRateEmitted"): EventFragment;
42
+ encodeFunctionData(functionFragment: "ACCURACY_IMPROVEMENT_SCALE", values?: undefined): string;
43
+ encodeFunctionData(functionFragment: "CONTRACT_NAME", values?: undefined): string;
44
+ encodeFunctionData(functionFragment: "CONTRACT_VERSION", values?: undefined): string;
45
+ encodeFunctionData(functionFragment: "DEFAULT_PAIR_ID", values?: undefined): string;
46
+ encodeFunctionData(functionFragment: "FRACTION_SCALE", values?: undefined): string;
47
+ encodeFunctionData(functionFragment: "LEVERAGE_SCALE", values?: undefined): string;
48
+ encodeFunctionData(functionFragment: "PRECISION", values?: undefined): string;
49
+ encodeFunctionData(functionFragment: "_acceptAdmin", values?: undefined): string;
50
+ encodeFunctionData(functionFragment: "_setPendingAdmin", values: [AddressLike]): string;
51
+ encodeFunctionData(functionFragment: "admin", values?: undefined): string;
52
+ encodeFunctionData(functionFragment: "exportPairConfigs", values: [AddressLike]): string;
53
+ encodeFunctionData(functionFragment: "exportPositions", values: [BigNumberish, BigNumberish]): string;
54
+ encodeFunctionData(functionFragment: "exportSettlementAssetData", values?: undefined): string;
55
+ encodeFunctionData(functionFragment: "getActivePositionCount", values?: undefined): string;
56
+ encodeFunctionData(functionFragment: "getConfiguredSettlementAssetCount", values?: undefined): string;
57
+ encodeFunctionData(functionFragment: "getContractName", values?: undefined): string;
58
+ encodeFunctionData(functionFragment: "getContractVersion", values?: undefined): string;
59
+ encodeFunctionData(functionFragment: "getEffectiveIncentiveRate", values: [BytesLike, AddressLike, BigNumberish]): string;
60
+ encodeFunctionData(functionFragment: "getIncentiveConfig", values: [AddressLike, BigNumberish]): string;
61
+ encodeFunctionData(functionFragment: "getPairConfigCount", values: [AddressLike]): string;
62
+ encodeFunctionData(functionFragment: "getPositionSkewInfo", values: [BytesLike]): string;
63
+ encodeFunctionData(functionFragment: "globalEnabled", values?: undefined): string;
64
+ encodeFunctionData(functionFragment: "importPairConfigsFromContract", values: [AddressLike, AddressLike]): string;
65
+ encodeFunctionData(functionFragment: "importPositionsFromContract", values: [AddressLike, BigNumberish, BigNumberish]): string;
66
+ encodeFunctionData(functionFragment: "importSettlementAssetsFromContract", values: [AddressLike]): string;
67
+ encodeFunctionData(functionFragment: "incentiveConfigs", values: [AddressLike, BigNumberish]): string;
68
+ encodeFunctionData(functionFragment: "isPositionEligible", values: [BytesLike]): string;
69
+ encodeFunctionData(functionFragment: "pendingAdmin", values?: undefined): string;
70
+ encodeFunctionData(functionFragment: "positionSkewInfo", values: [BytesLike]): string;
71
+ encodeFunctionData(functionFragment: "pullIncentiveRate", values: [BytesLike, AddressLike, BigNumberish]): string;
72
+ encodeFunctionData(functionFragment: "recordPositionOpen", values: [
73
+ BytesLike,
74
+ AddressLike,
75
+ AddressLike,
76
+ BigNumberish,
77
+ boolean,
78
+ BigNumberish,
79
+ BigNumberish
80
+ ]): string;
81
+ encodeFunctionData(functionFragment: "registry", values?: undefined): string;
82
+ encodeFunctionData(functionFragment: "removePairIncentiveConfig", values: [AddressLike, BigNumberish]): string;
83
+ encodeFunctionData(functionFragment: "setDefaultIncentiveConfig", values: [
84
+ AddressLike,
85
+ boolean,
86
+ BigNumberish,
87
+ BigNumberish,
88
+ BigNumberish,
89
+ BigNumberish
90
+ ]): string;
91
+ encodeFunctionData(functionFragment: "setGlobalEnabled", values: [boolean]): string;
92
+ encodeFunctionData(functionFragment: "setPairIncentiveConfig", values: [
93
+ AddressLike,
94
+ BigNumberish,
95
+ boolean,
96
+ BigNumberish,
97
+ BigNumberish,
98
+ BigNumberish,
99
+ BigNumberish
100
+ ]): string;
101
+ encodeFunctionData(functionFragment: "setPositionDisabled", values: [BytesLike, boolean]): string;
102
+ encodeFunctionData(functionFragment: "setPositionDisabledBatch", values: [BytesLike[], boolean]): string;
103
+ decodeFunctionResult(functionFragment: "ACCURACY_IMPROVEMENT_SCALE", data: BytesLike): Result;
104
+ decodeFunctionResult(functionFragment: "CONTRACT_NAME", data: BytesLike): Result;
105
+ decodeFunctionResult(functionFragment: "CONTRACT_VERSION", data: BytesLike): Result;
106
+ decodeFunctionResult(functionFragment: "DEFAULT_PAIR_ID", data: BytesLike): Result;
107
+ decodeFunctionResult(functionFragment: "FRACTION_SCALE", data: BytesLike): Result;
108
+ decodeFunctionResult(functionFragment: "LEVERAGE_SCALE", data: BytesLike): Result;
109
+ decodeFunctionResult(functionFragment: "PRECISION", data: BytesLike): Result;
110
+ decodeFunctionResult(functionFragment: "_acceptAdmin", data: BytesLike): Result;
111
+ decodeFunctionResult(functionFragment: "_setPendingAdmin", data: BytesLike): Result;
112
+ decodeFunctionResult(functionFragment: "admin", data: BytesLike): Result;
113
+ decodeFunctionResult(functionFragment: "exportPairConfigs", data: BytesLike): Result;
114
+ decodeFunctionResult(functionFragment: "exportPositions", data: BytesLike): Result;
115
+ decodeFunctionResult(functionFragment: "exportSettlementAssetData", data: BytesLike): Result;
116
+ decodeFunctionResult(functionFragment: "getActivePositionCount", data: BytesLike): Result;
117
+ decodeFunctionResult(functionFragment: "getConfiguredSettlementAssetCount", data: BytesLike): Result;
118
+ decodeFunctionResult(functionFragment: "getContractName", data: BytesLike): Result;
119
+ decodeFunctionResult(functionFragment: "getContractVersion", data: BytesLike): Result;
120
+ decodeFunctionResult(functionFragment: "getEffectiveIncentiveRate", data: BytesLike): Result;
121
+ decodeFunctionResult(functionFragment: "getIncentiveConfig", data: BytesLike): Result;
122
+ decodeFunctionResult(functionFragment: "getPairConfigCount", data: BytesLike): Result;
123
+ decodeFunctionResult(functionFragment: "getPositionSkewInfo", data: BytesLike): Result;
124
+ decodeFunctionResult(functionFragment: "globalEnabled", data: BytesLike): Result;
125
+ decodeFunctionResult(functionFragment: "importPairConfigsFromContract", data: BytesLike): Result;
126
+ decodeFunctionResult(functionFragment: "importPositionsFromContract", data: BytesLike): Result;
127
+ decodeFunctionResult(functionFragment: "importSettlementAssetsFromContract", data: BytesLike): Result;
128
+ decodeFunctionResult(functionFragment: "incentiveConfigs", data: BytesLike): Result;
129
+ decodeFunctionResult(functionFragment: "isPositionEligible", data: BytesLike): Result;
130
+ decodeFunctionResult(functionFragment: "pendingAdmin", data: BytesLike): Result;
131
+ decodeFunctionResult(functionFragment: "positionSkewInfo", data: BytesLike): Result;
132
+ decodeFunctionResult(functionFragment: "pullIncentiveRate", data: BytesLike): Result;
133
+ decodeFunctionResult(functionFragment: "recordPositionOpen", data: BytesLike): Result;
134
+ decodeFunctionResult(functionFragment: "registry", data: BytesLike): Result;
135
+ decodeFunctionResult(functionFragment: "removePairIncentiveConfig", data: BytesLike): Result;
136
+ decodeFunctionResult(functionFragment: "setDefaultIncentiveConfig", data: BytesLike): Result;
137
+ decodeFunctionResult(functionFragment: "setGlobalEnabled", data: BytesLike): Result;
138
+ decodeFunctionResult(functionFragment: "setPairIncentiveConfig", data: BytesLike): Result;
139
+ decodeFunctionResult(functionFragment: "setPositionDisabled", data: BytesLike): Result;
140
+ decodeFunctionResult(functionFragment: "setPositionDisabledBatch", data: BytesLike): Result;
141
+ }
142
+ export declare namespace GlobalEnabledUpdatedEvent {
143
+ type InputTuple = [enabled: boolean];
144
+ type OutputTuple = [enabled: boolean];
145
+ interface OutputObject {
146
+ enabled: boolean;
147
+ }
148
+ type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
149
+ type Filter = TypedDeferredTopicFilter<Event>;
150
+ type Log = TypedEventLog<Event>;
151
+ type LogDescription = TypedLogDescription<Event>;
152
+ }
153
+ export declare namespace IncentiveConfigUpdatedEvent {
154
+ type InputTuple = [
155
+ settlementAsset: AddressLike,
156
+ enabled: boolean,
157
+ skewThreshold: BigNumberish,
158
+ incentiveRate: BigNumberish,
159
+ minPositionSize: BigNumberish,
160
+ minHoldingTime: BigNumberish
161
+ ];
162
+ type OutputTuple = [
163
+ settlementAsset: string,
164
+ enabled: boolean,
165
+ skewThreshold: bigint,
166
+ incentiveRate: bigint,
167
+ minPositionSize: bigint,
168
+ minHoldingTime: bigint
169
+ ];
170
+ interface OutputObject {
171
+ settlementAsset: string;
172
+ enabled: boolean;
173
+ skewThreshold: bigint;
174
+ incentiveRate: bigint;
175
+ minPositionSize: bigint;
176
+ minHoldingTime: bigint;
177
+ }
178
+ type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
179
+ type Filter = TypedDeferredTopicFilter<Event>;
180
+ type Log = TypedEventLog<Event>;
181
+ type LogDescription = TypedLogDescription<Event>;
182
+ }
183
+ export declare namespace NewAdminEvent {
184
+ type InputTuple = [oldAdmin: AddressLike, newAdmin: AddressLike];
185
+ type OutputTuple = [oldAdmin: string, newAdmin: string];
186
+ interface OutputObject {
187
+ oldAdmin: string;
188
+ newAdmin: string;
189
+ }
190
+ type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
191
+ type Filter = TypedDeferredTopicFilter<Event>;
192
+ type Log = TypedEventLog<Event>;
193
+ type LogDescription = TypedLogDescription<Event>;
194
+ }
195
+ export declare namespace NewPendingAdminEvent {
196
+ type InputTuple = [
197
+ oldPendingAdmin: AddressLike,
198
+ newPendingAdmin: AddressLike
199
+ ];
200
+ type OutputTuple = [oldPendingAdmin: string, newPendingAdmin: string];
201
+ interface OutputObject {
202
+ oldPendingAdmin: string;
203
+ newPendingAdmin: string;
204
+ }
205
+ type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
206
+ type Filter = TypedDeferredTopicFilter<Event>;
207
+ type Log = TypedEventLog<Event>;
208
+ type LogDescription = TypedLogDescription<Event>;
209
+ }
210
+ export declare namespace PairIncentiveConfigRemovedEvent {
211
+ type InputTuple = [settlementAsset: AddressLike, pairId: BigNumberish];
212
+ type OutputTuple = [settlementAsset: string, pairId: bigint];
213
+ interface OutputObject {
214
+ settlementAsset: string;
215
+ pairId: bigint;
216
+ }
217
+ type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
218
+ type Filter = TypedDeferredTopicFilter<Event>;
219
+ type Log = TypedEventLog<Event>;
220
+ type LogDescription = TypedLogDescription<Event>;
221
+ }
222
+ export declare namespace PairIncentiveConfigUpdatedEvent {
223
+ type InputTuple = [
224
+ settlementAsset: AddressLike,
225
+ pairId: BigNumberish,
226
+ enabled: boolean,
227
+ skewThreshold: BigNumberish,
228
+ incentiveRate: BigNumberish,
229
+ minPositionSize: BigNumberish,
230
+ minHoldingTime: BigNumberish
231
+ ];
232
+ type OutputTuple = [
233
+ settlementAsset: string,
234
+ pairId: bigint,
235
+ enabled: boolean,
236
+ skewThreshold: bigint,
237
+ incentiveRate: bigint,
238
+ minPositionSize: bigint,
239
+ minHoldingTime: bigint
240
+ ];
241
+ interface OutputObject {
242
+ settlementAsset: string;
243
+ pairId: bigint;
244
+ enabled: boolean;
245
+ skewThreshold: bigint;
246
+ incentiveRate: bigint;
247
+ minPositionSize: bigint;
248
+ minHoldingTime: bigint;
249
+ }
250
+ type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
251
+ type Filter = TypedDeferredTopicFilter<Event>;
252
+ type Log = TypedEventLog<Event>;
253
+ type LogDescription = TypedLogDescription<Event>;
254
+ }
255
+ export declare namespace PositionDisabledToggledEvent {
256
+ type InputTuple = [positionId: BytesLike, disabled: boolean];
257
+ type OutputTuple = [positionId: string, disabled: boolean];
258
+ interface OutputObject {
259
+ positionId: string;
260
+ disabled: boolean;
261
+ }
262
+ type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
263
+ type Filter = TypedDeferredTopicFilter<Event>;
264
+ type Log = TypedEventLog<Event>;
265
+ type LogDescription = TypedLogDescription<Event>;
266
+ }
267
+ export declare namespace PositionSkewRecordedEvent {
268
+ type InputTuple = [positionId: BytesLike, incentiveRate: BigNumberish];
269
+ type OutputTuple = [positionId: string, incentiveRate: bigint];
270
+ interface OutputObject {
271
+ positionId: string;
272
+ incentiveRate: bigint;
273
+ }
274
+ type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
275
+ type Filter = TypedDeferredTopicFilter<Event>;
276
+ type Log = TypedEventLog<Event>;
277
+ type LogDescription = TypedLogDescription<Event>;
278
+ }
279
+ export declare namespace SkewIncentiveRateEmittedEvent {
280
+ type InputTuple = [positionId: BytesLike, incentiveRate: BigNumberish];
281
+ type OutputTuple = [positionId: string, incentiveRate: bigint];
282
+ interface OutputObject {
283
+ positionId: string;
284
+ incentiveRate: bigint;
285
+ }
286
+ type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
287
+ type Filter = TypedDeferredTopicFilter<Event>;
288
+ type Log = TypedEventLog<Event>;
289
+ type LogDescription = TypedLogDescription<Event>;
290
+ }
291
+ export interface SkewIncentive extends BaseContract {
292
+ connect(runner?: ContractRunner | null): SkewIncentive;
293
+ waitForDeployment(): Promise<this>;
294
+ interface: SkewIncentiveInterface;
295
+ queryFilter<TCEvent extends TypedContractEvent>(event: TCEvent, fromBlockOrBlockhash?: string | number | undefined, toBlock?: string | number | undefined): Promise<Array<TypedEventLog<TCEvent>>>;
296
+ queryFilter<TCEvent extends TypedContractEvent>(filter: TypedDeferredTopicFilter<TCEvent>, fromBlockOrBlockhash?: string | number | undefined, toBlock?: string | number | undefined): Promise<Array<TypedEventLog<TCEvent>>>;
297
+ on<TCEvent extends TypedContractEvent>(event: TCEvent, listener: TypedListener<TCEvent>): Promise<this>;
298
+ on<TCEvent extends TypedContractEvent>(filter: TypedDeferredTopicFilter<TCEvent>, listener: TypedListener<TCEvent>): Promise<this>;
299
+ once<TCEvent extends TypedContractEvent>(event: TCEvent, listener: TypedListener<TCEvent>): Promise<this>;
300
+ once<TCEvent extends TypedContractEvent>(filter: TypedDeferredTopicFilter<TCEvent>, listener: TypedListener<TCEvent>): Promise<this>;
301
+ listeners<TCEvent extends TypedContractEvent>(event: TCEvent): Promise<Array<TypedListener<TCEvent>>>;
302
+ listeners(eventName?: string): Promise<Array<Listener>>;
303
+ removeAllListeners<TCEvent extends TypedContractEvent>(event?: TCEvent): Promise<this>;
304
+ ACCURACY_IMPROVEMENT_SCALE: TypedContractMethod<[], [bigint], "view">;
305
+ CONTRACT_NAME: TypedContractMethod<[], [string], "view">;
306
+ CONTRACT_VERSION: TypedContractMethod<[], [string], "view">;
307
+ DEFAULT_PAIR_ID: TypedContractMethod<[], [bigint], "view">;
308
+ FRACTION_SCALE: TypedContractMethod<[], [bigint], "view">;
309
+ LEVERAGE_SCALE: TypedContractMethod<[], [bigint], "view">;
310
+ PRECISION: TypedContractMethod<[], [bigint], "view">;
311
+ _acceptAdmin: TypedContractMethod<[], [void], "nonpayable">;
312
+ _setPendingAdmin: TypedContractMethod<[
313
+ newPendingAdmin: AddressLike
314
+ ], [
315
+ void
316
+ ], "nonpayable">;
317
+ admin: TypedContractMethod<[], [string], "view">;
318
+ exportPairConfigs: TypedContractMethod<[
319
+ settlementAsset: AddressLike
320
+ ], [
321
+ [
322
+ bigint[],
323
+ ISkewIncentive.IncentiveConfigStructOutput[]
324
+ ] & {
325
+ pairIds: bigint[];
326
+ configs: ISkewIncentive.IncentiveConfigStructOutput[];
327
+ }
328
+ ], "view">;
329
+ exportPositions: TypedContractMethod<[
330
+ offset: BigNumberish,
331
+ limit: BigNumberish
332
+ ], [
333
+ [
334
+ string[],
335
+ ISkewIncentive.PositionSkewInfoStructOutput[],
336
+ boolean
337
+ ] & {
338
+ positionIds: string[];
339
+ skewInfos: ISkewIncentive.PositionSkewInfoStructOutput[];
340
+ hasMore: boolean;
341
+ }
342
+ ], "view">;
343
+ exportSettlementAssetData: TypedContractMethod<[
344
+ ], [
345
+ [
346
+ string[],
347
+ ISkewIncentive.IncentiveConfigStructOutput[]
348
+ ] & {
349
+ settlementAssets: string[];
350
+ configs: ISkewIncentive.IncentiveConfigStructOutput[];
351
+ }
352
+ ], "view">;
353
+ getActivePositionCount: TypedContractMethod<[], [bigint], "view">;
354
+ getConfiguredSettlementAssetCount: TypedContractMethod<[], [bigint], "view">;
355
+ getContractName: TypedContractMethod<[], [string], "view">;
356
+ getContractVersion: TypedContractMethod<[], [string], "view">;
357
+ getEffectiveIncentiveRate: TypedContractMethod<[
358
+ positionId: BytesLike,
359
+ settlementAsset: AddressLike,
360
+ pairId: BigNumberish
361
+ ], [
362
+ bigint
363
+ ], "view">;
364
+ getIncentiveConfig: TypedContractMethod<[
365
+ settlementAsset: AddressLike,
366
+ pairId: BigNumberish
367
+ ], [
368
+ [
369
+ boolean,
370
+ bigint,
371
+ bigint,
372
+ bigint,
373
+ bigint
374
+ ] & {
375
+ enabled: boolean;
376
+ skewThreshold: bigint;
377
+ incentiveRate: bigint;
378
+ minPositionSize: bigint;
379
+ minHoldingTime: bigint;
380
+ }
381
+ ], "view">;
382
+ getPairConfigCount: TypedContractMethod<[
383
+ settlementAsset: AddressLike
384
+ ], [
385
+ bigint
386
+ ], "view">;
387
+ getPositionSkewInfo: TypedContractMethod<[
388
+ positionId: BytesLike
389
+ ], [
390
+ [
391
+ bigint,
392
+ boolean,
393
+ bigint
394
+ ] & {
395
+ incentiveRate: bigint;
396
+ disabled: boolean;
397
+ openTimestamp: bigint;
398
+ }
399
+ ], "view">;
400
+ globalEnabled: TypedContractMethod<[], [boolean], "view">;
401
+ importPairConfigsFromContract: TypedContractMethod<[
402
+ source: AddressLike,
403
+ settlementAsset: AddressLike
404
+ ], [
405
+ void
406
+ ], "nonpayable">;
407
+ importPositionsFromContract: TypedContractMethod<[
408
+ source: AddressLike,
409
+ offset: BigNumberish,
410
+ limit: BigNumberish
411
+ ], [
412
+ void
413
+ ], "nonpayable">;
414
+ importSettlementAssetsFromContract: TypedContractMethod<[
415
+ source: AddressLike
416
+ ], [
417
+ void
418
+ ], "nonpayable">;
419
+ incentiveConfigs: TypedContractMethod<[
420
+ arg0: AddressLike,
421
+ arg1: BigNumberish
422
+ ], [
423
+ [
424
+ boolean,
425
+ bigint,
426
+ bigint,
427
+ bigint,
428
+ bigint
429
+ ] & {
430
+ enabled: boolean;
431
+ skewThreshold: bigint;
432
+ incentiveRate: bigint;
433
+ minPositionSize: bigint;
434
+ minHoldingTime: bigint;
435
+ }
436
+ ], "view">;
437
+ isPositionEligible: TypedContractMethod<[
438
+ positionId: BytesLike
439
+ ], [
440
+ boolean
441
+ ], "view">;
442
+ pendingAdmin: TypedContractMethod<[], [string], "view">;
443
+ positionSkewInfo: TypedContractMethod<[
444
+ arg0: BytesLike
445
+ ], [
446
+ [
447
+ bigint,
448
+ boolean,
449
+ bigint
450
+ ] & {
451
+ incentiveRate: bigint;
452
+ disabled: boolean;
453
+ openTimestamp: bigint;
454
+ }
455
+ ], "view">;
456
+ pullIncentiveRate: TypedContractMethod<[
457
+ positionId: BytesLike,
458
+ settlementAsset: AddressLike,
459
+ pairId: BigNumberish
460
+ ], [
461
+ bigint
462
+ ], "nonpayable">;
463
+ recordPositionOpen: TypedContractMethod<[
464
+ positionId: BytesLike,
465
+ accountant: AddressLike,
466
+ settlementAsset: AddressLike,
467
+ pairId: BigNumberish,
468
+ isLong: boolean,
469
+ collateral: BigNumberish,
470
+ positionSizeInUnits: BigNumberish
471
+ ], [
472
+ void
473
+ ], "nonpayable">;
474
+ registry: TypedContractMethod<[], [string], "view">;
475
+ removePairIncentiveConfig: TypedContractMethod<[
476
+ settlementAsset: AddressLike,
477
+ pairId: BigNumberish
478
+ ], [
479
+ void
480
+ ], "nonpayable">;
481
+ setDefaultIncentiveConfig: TypedContractMethod<[
482
+ settlementAsset: AddressLike,
483
+ enabled: boolean,
484
+ skewThreshold: BigNumberish,
485
+ incentiveRate: BigNumberish,
486
+ minPositionSize: BigNumberish,
487
+ minHoldingTime: BigNumberish
488
+ ], [
489
+ void
490
+ ], "nonpayable">;
491
+ setGlobalEnabled: TypedContractMethod<[
492
+ enabled: boolean
493
+ ], [
494
+ void
495
+ ], "nonpayable">;
496
+ setPairIncentiveConfig: TypedContractMethod<[
497
+ settlementAsset: AddressLike,
498
+ pairId: BigNumberish,
499
+ enabled: boolean,
500
+ skewThreshold: BigNumberish,
501
+ incentiveRate: BigNumberish,
502
+ minPositionSize: BigNumberish,
503
+ minHoldingTime: BigNumberish
504
+ ], [
505
+ void
506
+ ], "nonpayable">;
507
+ setPositionDisabled: TypedContractMethod<[
508
+ positionId: BytesLike,
509
+ disabled: boolean
510
+ ], [
511
+ void
512
+ ], "nonpayable">;
513
+ setPositionDisabledBatch: TypedContractMethod<[
514
+ positionIds: BytesLike[],
515
+ disabled: boolean
516
+ ], [
517
+ void
518
+ ], "nonpayable">;
519
+ getFunction<T extends ContractMethod = ContractMethod>(key: string | FunctionFragment): T;
520
+ getFunction(nameOrSignature: "ACCURACY_IMPROVEMENT_SCALE"): TypedContractMethod<[], [bigint], "view">;
521
+ getFunction(nameOrSignature: "CONTRACT_NAME"): TypedContractMethod<[], [string], "view">;
522
+ getFunction(nameOrSignature: "CONTRACT_VERSION"): TypedContractMethod<[], [string], "view">;
523
+ getFunction(nameOrSignature: "DEFAULT_PAIR_ID"): TypedContractMethod<[], [bigint], "view">;
524
+ getFunction(nameOrSignature: "FRACTION_SCALE"): TypedContractMethod<[], [bigint], "view">;
525
+ getFunction(nameOrSignature: "LEVERAGE_SCALE"): TypedContractMethod<[], [bigint], "view">;
526
+ getFunction(nameOrSignature: "PRECISION"): TypedContractMethod<[], [bigint], "view">;
527
+ getFunction(nameOrSignature: "_acceptAdmin"): TypedContractMethod<[], [void], "nonpayable">;
528
+ getFunction(nameOrSignature: "_setPendingAdmin"): TypedContractMethod<[newPendingAdmin: AddressLike], [void], "nonpayable">;
529
+ getFunction(nameOrSignature: "admin"): TypedContractMethod<[], [string], "view">;
530
+ getFunction(nameOrSignature: "exportPairConfigs"): TypedContractMethod<[
531
+ settlementAsset: AddressLike
532
+ ], [
533
+ [
534
+ bigint[],
535
+ ISkewIncentive.IncentiveConfigStructOutput[]
536
+ ] & {
537
+ pairIds: bigint[];
538
+ configs: ISkewIncentive.IncentiveConfigStructOutput[];
539
+ }
540
+ ], "view">;
541
+ getFunction(nameOrSignature: "exportPositions"): TypedContractMethod<[
542
+ offset: BigNumberish,
543
+ limit: BigNumberish
544
+ ], [
545
+ [
546
+ string[],
547
+ ISkewIncentive.PositionSkewInfoStructOutput[],
548
+ boolean
549
+ ] & {
550
+ positionIds: string[];
551
+ skewInfos: ISkewIncentive.PositionSkewInfoStructOutput[];
552
+ hasMore: boolean;
553
+ }
554
+ ], "view">;
555
+ getFunction(nameOrSignature: "exportSettlementAssetData"): TypedContractMethod<[
556
+ ], [
557
+ [
558
+ string[],
559
+ ISkewIncentive.IncentiveConfigStructOutput[]
560
+ ] & {
561
+ settlementAssets: string[];
562
+ configs: ISkewIncentive.IncentiveConfigStructOutput[];
563
+ }
564
+ ], "view">;
565
+ getFunction(nameOrSignature: "getActivePositionCount"): TypedContractMethod<[], [bigint], "view">;
566
+ getFunction(nameOrSignature: "getConfiguredSettlementAssetCount"): TypedContractMethod<[], [bigint], "view">;
567
+ getFunction(nameOrSignature: "getContractName"): TypedContractMethod<[], [string], "view">;
568
+ getFunction(nameOrSignature: "getContractVersion"): TypedContractMethod<[], [string], "view">;
569
+ getFunction(nameOrSignature: "getEffectiveIncentiveRate"): TypedContractMethod<[
570
+ positionId: BytesLike,
571
+ settlementAsset: AddressLike,
572
+ pairId: BigNumberish
573
+ ], [
574
+ bigint
575
+ ], "view">;
576
+ getFunction(nameOrSignature: "getIncentiveConfig"): TypedContractMethod<[
577
+ settlementAsset: AddressLike,
578
+ pairId: BigNumberish
579
+ ], [
580
+ [
581
+ boolean,
582
+ bigint,
583
+ bigint,
584
+ bigint,
585
+ bigint
586
+ ] & {
587
+ enabled: boolean;
588
+ skewThreshold: bigint;
589
+ incentiveRate: bigint;
590
+ minPositionSize: bigint;
591
+ minHoldingTime: bigint;
592
+ }
593
+ ], "view">;
594
+ getFunction(nameOrSignature: "getPairConfigCount"): TypedContractMethod<[settlementAsset: AddressLike], [bigint], "view">;
595
+ getFunction(nameOrSignature: "getPositionSkewInfo"): TypedContractMethod<[
596
+ positionId: BytesLike
597
+ ], [
598
+ [
599
+ bigint,
600
+ boolean,
601
+ bigint
602
+ ] & {
603
+ incentiveRate: bigint;
604
+ disabled: boolean;
605
+ openTimestamp: bigint;
606
+ }
607
+ ], "view">;
608
+ getFunction(nameOrSignature: "globalEnabled"): TypedContractMethod<[], [boolean], "view">;
609
+ getFunction(nameOrSignature: "importPairConfigsFromContract"): TypedContractMethod<[
610
+ source: AddressLike,
611
+ settlementAsset: AddressLike
612
+ ], [
613
+ void
614
+ ], "nonpayable">;
615
+ getFunction(nameOrSignature: "importPositionsFromContract"): TypedContractMethod<[
616
+ source: AddressLike,
617
+ offset: BigNumberish,
618
+ limit: BigNumberish
619
+ ], [
620
+ void
621
+ ], "nonpayable">;
622
+ getFunction(nameOrSignature: "importSettlementAssetsFromContract"): TypedContractMethod<[source: AddressLike], [void], "nonpayable">;
623
+ getFunction(nameOrSignature: "incentiveConfigs"): TypedContractMethod<[
624
+ arg0: AddressLike,
625
+ arg1: BigNumberish
626
+ ], [
627
+ [
628
+ boolean,
629
+ bigint,
630
+ bigint,
631
+ bigint,
632
+ bigint
633
+ ] & {
634
+ enabled: boolean;
635
+ skewThreshold: bigint;
636
+ incentiveRate: bigint;
637
+ minPositionSize: bigint;
638
+ minHoldingTime: bigint;
639
+ }
640
+ ], "view">;
641
+ getFunction(nameOrSignature: "isPositionEligible"): TypedContractMethod<[positionId: BytesLike], [boolean], "view">;
642
+ getFunction(nameOrSignature: "pendingAdmin"): TypedContractMethod<[], [string], "view">;
643
+ getFunction(nameOrSignature: "positionSkewInfo"): TypedContractMethod<[
644
+ arg0: BytesLike
645
+ ], [
646
+ [
647
+ bigint,
648
+ boolean,
649
+ bigint
650
+ ] & {
651
+ incentiveRate: bigint;
652
+ disabled: boolean;
653
+ openTimestamp: bigint;
654
+ }
655
+ ], "view">;
656
+ getFunction(nameOrSignature: "pullIncentiveRate"): TypedContractMethod<[
657
+ positionId: BytesLike,
658
+ settlementAsset: AddressLike,
659
+ pairId: BigNumberish
660
+ ], [
661
+ bigint
662
+ ], "nonpayable">;
663
+ getFunction(nameOrSignature: "recordPositionOpen"): TypedContractMethod<[
664
+ positionId: BytesLike,
665
+ accountant: AddressLike,
666
+ settlementAsset: AddressLike,
667
+ pairId: BigNumberish,
668
+ isLong: boolean,
669
+ collateral: BigNumberish,
670
+ positionSizeInUnits: BigNumberish
671
+ ], [
672
+ void
673
+ ], "nonpayable">;
674
+ getFunction(nameOrSignature: "registry"): TypedContractMethod<[], [string], "view">;
675
+ getFunction(nameOrSignature: "removePairIncentiveConfig"): TypedContractMethod<[
676
+ settlementAsset: AddressLike,
677
+ pairId: BigNumberish
678
+ ], [
679
+ void
680
+ ], "nonpayable">;
681
+ getFunction(nameOrSignature: "setDefaultIncentiveConfig"): TypedContractMethod<[
682
+ settlementAsset: AddressLike,
683
+ enabled: boolean,
684
+ skewThreshold: BigNumberish,
685
+ incentiveRate: BigNumberish,
686
+ minPositionSize: BigNumberish,
687
+ minHoldingTime: BigNumberish
688
+ ], [
689
+ void
690
+ ], "nonpayable">;
691
+ getFunction(nameOrSignature: "setGlobalEnabled"): TypedContractMethod<[enabled: boolean], [void], "nonpayable">;
692
+ getFunction(nameOrSignature: "setPairIncentiveConfig"): TypedContractMethod<[
693
+ settlementAsset: AddressLike,
694
+ pairId: BigNumberish,
695
+ enabled: boolean,
696
+ skewThreshold: BigNumberish,
697
+ incentiveRate: BigNumberish,
698
+ minPositionSize: BigNumberish,
699
+ minHoldingTime: BigNumberish
700
+ ], [
701
+ void
702
+ ], "nonpayable">;
703
+ getFunction(nameOrSignature: "setPositionDisabled"): TypedContractMethod<[
704
+ positionId: BytesLike,
705
+ disabled: boolean
706
+ ], [
707
+ void
708
+ ], "nonpayable">;
709
+ getFunction(nameOrSignature: "setPositionDisabledBatch"): TypedContractMethod<[
710
+ positionIds: BytesLike[],
711
+ disabled: boolean
712
+ ], [
713
+ void
714
+ ], "nonpayable">;
715
+ getEvent(key: "GlobalEnabledUpdated"): TypedContractEvent<GlobalEnabledUpdatedEvent.InputTuple, GlobalEnabledUpdatedEvent.OutputTuple, GlobalEnabledUpdatedEvent.OutputObject>;
716
+ getEvent(key: "IncentiveConfigUpdated"): TypedContractEvent<IncentiveConfigUpdatedEvent.InputTuple, IncentiveConfigUpdatedEvent.OutputTuple, IncentiveConfigUpdatedEvent.OutputObject>;
717
+ getEvent(key: "NewAdmin"): TypedContractEvent<NewAdminEvent.InputTuple, NewAdminEvent.OutputTuple, NewAdminEvent.OutputObject>;
718
+ getEvent(key: "NewPendingAdmin"): TypedContractEvent<NewPendingAdminEvent.InputTuple, NewPendingAdminEvent.OutputTuple, NewPendingAdminEvent.OutputObject>;
719
+ getEvent(key: "PairIncentiveConfigRemoved"): TypedContractEvent<PairIncentiveConfigRemovedEvent.InputTuple, PairIncentiveConfigRemovedEvent.OutputTuple, PairIncentiveConfigRemovedEvent.OutputObject>;
720
+ getEvent(key: "PairIncentiveConfigUpdated"): TypedContractEvent<PairIncentiveConfigUpdatedEvent.InputTuple, PairIncentiveConfigUpdatedEvent.OutputTuple, PairIncentiveConfigUpdatedEvent.OutputObject>;
721
+ getEvent(key: "PositionDisabledToggled"): TypedContractEvent<PositionDisabledToggledEvent.InputTuple, PositionDisabledToggledEvent.OutputTuple, PositionDisabledToggledEvent.OutputObject>;
722
+ getEvent(key: "PositionSkewRecorded"): TypedContractEvent<PositionSkewRecordedEvent.InputTuple, PositionSkewRecordedEvent.OutputTuple, PositionSkewRecordedEvent.OutputObject>;
723
+ getEvent(key: "SkewIncentiveRateEmitted"): TypedContractEvent<SkewIncentiveRateEmittedEvent.InputTuple, SkewIncentiveRateEmittedEvent.OutputTuple, SkewIncentiveRateEmittedEvent.OutputObject>;
724
+ filters: {
725
+ "GlobalEnabledUpdated(bool)": TypedContractEvent<GlobalEnabledUpdatedEvent.InputTuple, GlobalEnabledUpdatedEvent.OutputTuple, GlobalEnabledUpdatedEvent.OutputObject>;
726
+ GlobalEnabledUpdated: TypedContractEvent<GlobalEnabledUpdatedEvent.InputTuple, GlobalEnabledUpdatedEvent.OutputTuple, GlobalEnabledUpdatedEvent.OutputObject>;
727
+ "IncentiveConfigUpdated(address,bool,uint32,uint32,uint256,uint256)": TypedContractEvent<IncentiveConfigUpdatedEvent.InputTuple, IncentiveConfigUpdatedEvent.OutputTuple, IncentiveConfigUpdatedEvent.OutputObject>;
728
+ IncentiveConfigUpdated: TypedContractEvent<IncentiveConfigUpdatedEvent.InputTuple, IncentiveConfigUpdatedEvent.OutputTuple, IncentiveConfigUpdatedEvent.OutputObject>;
729
+ "NewAdmin(address,address)": TypedContractEvent<NewAdminEvent.InputTuple, NewAdminEvent.OutputTuple, NewAdminEvent.OutputObject>;
730
+ NewAdmin: TypedContractEvent<NewAdminEvent.InputTuple, NewAdminEvent.OutputTuple, NewAdminEvent.OutputObject>;
731
+ "NewPendingAdmin(address,address)": TypedContractEvent<NewPendingAdminEvent.InputTuple, NewPendingAdminEvent.OutputTuple, NewPendingAdminEvent.OutputObject>;
732
+ NewPendingAdmin: TypedContractEvent<NewPendingAdminEvent.InputTuple, NewPendingAdminEvent.OutputTuple, NewPendingAdminEvent.OutputObject>;
733
+ "PairIncentiveConfigRemoved(address,uint16)": TypedContractEvent<PairIncentiveConfigRemovedEvent.InputTuple, PairIncentiveConfigRemovedEvent.OutputTuple, PairIncentiveConfigRemovedEvent.OutputObject>;
734
+ PairIncentiveConfigRemoved: TypedContractEvent<PairIncentiveConfigRemovedEvent.InputTuple, PairIncentiveConfigRemovedEvent.OutputTuple, PairIncentiveConfigRemovedEvent.OutputObject>;
735
+ "PairIncentiveConfigUpdated(address,uint16,bool,uint32,uint32,uint256,uint256)": TypedContractEvent<PairIncentiveConfigUpdatedEvent.InputTuple, PairIncentiveConfigUpdatedEvent.OutputTuple, PairIncentiveConfigUpdatedEvent.OutputObject>;
736
+ PairIncentiveConfigUpdated: TypedContractEvent<PairIncentiveConfigUpdatedEvent.InputTuple, PairIncentiveConfigUpdatedEvent.OutputTuple, PairIncentiveConfigUpdatedEvent.OutputObject>;
737
+ "PositionDisabledToggled(bytes32,bool)": TypedContractEvent<PositionDisabledToggledEvent.InputTuple, PositionDisabledToggledEvent.OutputTuple, PositionDisabledToggledEvent.OutputObject>;
738
+ PositionDisabledToggled: TypedContractEvent<PositionDisabledToggledEvent.InputTuple, PositionDisabledToggledEvent.OutputTuple, PositionDisabledToggledEvent.OutputObject>;
739
+ "PositionSkewRecorded(bytes32,uint32)": TypedContractEvent<PositionSkewRecordedEvent.InputTuple, PositionSkewRecordedEvent.OutputTuple, PositionSkewRecordedEvent.OutputObject>;
740
+ PositionSkewRecorded: TypedContractEvent<PositionSkewRecordedEvent.InputTuple, PositionSkewRecordedEvent.OutputTuple, PositionSkewRecordedEvent.OutputObject>;
741
+ "SkewIncentiveRateEmitted(bytes32,uint32)": TypedContractEvent<SkewIncentiveRateEmittedEvent.InputTuple, SkewIncentiveRateEmittedEvent.OutputTuple, SkewIncentiveRateEmittedEvent.OutputObject>;
742
+ SkewIncentiveRateEmitted: TypedContractEvent<SkewIncentiveRateEmittedEvent.InputTuple, SkewIncentiveRateEmittedEvent.OutputTuple, SkewIncentiveRateEmittedEvent.OutputObject>;
743
+ };
744
+ }
745
+ //# sourceMappingURL=SkewIncentive.d.ts.map