@flaunch/sdk 0.8.3-beta.1 → 0.8.3-beta.3
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.
- package/dist/abi/FlaunchPositionManagerV1_1_1.d.ts +2053 -0
- package/dist/abi/FlaunchPositionManagerV1_1_1.d.ts.map +1 -0
- package/dist/abi/FlaunchV1_1_1.d.ts +932 -0
- package/dist/abi/FlaunchV1_1_1.d.ts.map +1 -0
- package/dist/addresses/index.cjs +13 -3
- package/dist/addresses/index.cjs.map +1 -1
- package/dist/addresses/index.js +12 -4
- package/dist/addresses/index.js.map +1 -1
- package/dist/addresses.d.ts +2 -0
- package/dist/addresses.d.ts.map +1 -1
- package/dist/clients/FlaunchPositionManagerV1_1_1Client.d.ts +111 -0
- package/dist/clients/FlaunchPositionManagerV1_1_1Client.d.ts.map +1 -0
- package/dist/clients/FlaunchV1_1_1Client.d.ts +31 -0
- package/dist/clients/FlaunchV1_1_1Client.d.ts.map +1 -0
- package/dist/helpers/index.cjs.map +1 -1
- package/dist/helpers/index.js.map +1 -1
- package/dist/index.cjs.js +3691 -1164
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +3690 -1165
- package/dist/index.esm.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/sdk/FlaunchSDK.d.ts +5 -1
- package/dist/sdk/FlaunchSDK.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,2053 @@
|
|
|
1
|
+
export declare const FlaunchPositionManagerV1_1_1Abi: readonly [{
|
|
2
|
+
readonly inputs: readonly [{
|
|
3
|
+
readonly components: readonly [{
|
|
4
|
+
readonly internalType: "address";
|
|
5
|
+
readonly name: "nativeToken";
|
|
6
|
+
readonly type: "address";
|
|
7
|
+
}, {
|
|
8
|
+
readonly internalType: "contract IPoolManager";
|
|
9
|
+
readonly name: "poolManager";
|
|
10
|
+
readonly type: "address";
|
|
11
|
+
}, {
|
|
12
|
+
readonly components: readonly [{
|
|
13
|
+
readonly internalType: "uint24";
|
|
14
|
+
readonly name: "swapFee";
|
|
15
|
+
readonly type: "uint24";
|
|
16
|
+
}, {
|
|
17
|
+
readonly internalType: "uint24";
|
|
18
|
+
readonly name: "referrer";
|
|
19
|
+
readonly type: "uint24";
|
|
20
|
+
}, {
|
|
21
|
+
readonly internalType: "uint24";
|
|
22
|
+
readonly name: "protocol";
|
|
23
|
+
readonly type: "uint24";
|
|
24
|
+
}, {
|
|
25
|
+
readonly internalType: "bool";
|
|
26
|
+
readonly name: "active";
|
|
27
|
+
readonly type: "bool";
|
|
28
|
+
}];
|
|
29
|
+
readonly internalType: "struct FeeDistributor.FeeDistribution";
|
|
30
|
+
readonly name: "feeDistribution";
|
|
31
|
+
readonly type: "tuple";
|
|
32
|
+
}, {
|
|
33
|
+
readonly internalType: "contract IInitialPrice";
|
|
34
|
+
readonly name: "initialPrice";
|
|
35
|
+
readonly type: "address";
|
|
36
|
+
}, {
|
|
37
|
+
readonly internalType: "address";
|
|
38
|
+
readonly name: "protocolOwner";
|
|
39
|
+
readonly type: "address";
|
|
40
|
+
}, {
|
|
41
|
+
readonly internalType: "address";
|
|
42
|
+
readonly name: "protocolFeeRecipient";
|
|
43
|
+
readonly type: "address";
|
|
44
|
+
}, {
|
|
45
|
+
readonly internalType: "address";
|
|
46
|
+
readonly name: "flayGovernance";
|
|
47
|
+
readonly type: "address";
|
|
48
|
+
}, {
|
|
49
|
+
readonly internalType: "address";
|
|
50
|
+
readonly name: "feeEscrow";
|
|
51
|
+
readonly type: "address";
|
|
52
|
+
}, {
|
|
53
|
+
readonly internalType: "contract FeeExemptions";
|
|
54
|
+
readonly name: "feeExemptions";
|
|
55
|
+
readonly type: "address";
|
|
56
|
+
}, {
|
|
57
|
+
readonly internalType: "contract TreasuryActionManager";
|
|
58
|
+
readonly name: "actionManager";
|
|
59
|
+
readonly type: "address";
|
|
60
|
+
}, {
|
|
61
|
+
readonly internalType: "contract BidWall";
|
|
62
|
+
readonly name: "bidWall";
|
|
63
|
+
readonly type: "address";
|
|
64
|
+
}, {
|
|
65
|
+
readonly internalType: "contract FairLaunch";
|
|
66
|
+
readonly name: "fairLaunch";
|
|
67
|
+
readonly type: "address";
|
|
68
|
+
}];
|
|
69
|
+
readonly internalType: "struct PositionManager.ConstructorParams";
|
|
70
|
+
readonly name: "params";
|
|
71
|
+
readonly type: "tuple";
|
|
72
|
+
}];
|
|
73
|
+
readonly stateMutability: "nonpayable";
|
|
74
|
+
readonly type: "constructor";
|
|
75
|
+
}, {
|
|
76
|
+
readonly inputs: readonly [];
|
|
77
|
+
readonly name: "AlreadyInitialized";
|
|
78
|
+
readonly type: "error";
|
|
79
|
+
}, {
|
|
80
|
+
readonly inputs: readonly [];
|
|
81
|
+
readonly name: "CallerIsNotBidWall";
|
|
82
|
+
readonly type: "error";
|
|
83
|
+
}, {
|
|
84
|
+
readonly inputs: readonly [{
|
|
85
|
+
readonly internalType: "address";
|
|
86
|
+
readonly name: "_caller";
|
|
87
|
+
readonly type: "address";
|
|
88
|
+
}];
|
|
89
|
+
readonly name: "CallerNotCreator";
|
|
90
|
+
readonly type: "error";
|
|
91
|
+
}, {
|
|
92
|
+
readonly inputs: readonly [];
|
|
93
|
+
readonly name: "CannotBeInitializedDirectly";
|
|
94
|
+
readonly type: "error";
|
|
95
|
+
}, {
|
|
96
|
+
readonly inputs: readonly [];
|
|
97
|
+
readonly name: "CannotModifyLiquidityDuringFairLaunch";
|
|
98
|
+
readonly type: "error";
|
|
99
|
+
}, {
|
|
100
|
+
readonly inputs: readonly [];
|
|
101
|
+
readonly name: "CannotSellTokenDuringFairLaunch";
|
|
102
|
+
readonly type: "error";
|
|
103
|
+
}, {
|
|
104
|
+
readonly inputs: readonly [];
|
|
105
|
+
readonly name: "HookNotImplemented";
|
|
106
|
+
readonly type: "error";
|
|
107
|
+
}, {
|
|
108
|
+
readonly inputs: readonly [{
|
|
109
|
+
readonly internalType: "uint256";
|
|
110
|
+
readonly name: "_paid";
|
|
111
|
+
readonly type: "uint256";
|
|
112
|
+
}, {
|
|
113
|
+
readonly internalType: "uint256";
|
|
114
|
+
readonly name: "_required";
|
|
115
|
+
readonly type: "uint256";
|
|
116
|
+
}];
|
|
117
|
+
readonly name: "InsufficientFlaunchFee";
|
|
118
|
+
readonly type: "error";
|
|
119
|
+
}, {
|
|
120
|
+
readonly inputs: readonly [];
|
|
121
|
+
readonly name: "InvalidPool";
|
|
122
|
+
readonly type: "error";
|
|
123
|
+
}, {
|
|
124
|
+
readonly inputs: readonly [];
|
|
125
|
+
readonly name: "LockFailure";
|
|
126
|
+
readonly type: "error";
|
|
127
|
+
}, {
|
|
128
|
+
readonly inputs: readonly [];
|
|
129
|
+
readonly name: "NewOwnerIsZeroAddress";
|
|
130
|
+
readonly type: "error";
|
|
131
|
+
}, {
|
|
132
|
+
readonly inputs: readonly [];
|
|
133
|
+
readonly name: "NoHandoverRequest";
|
|
134
|
+
readonly type: "error";
|
|
135
|
+
}, {
|
|
136
|
+
readonly inputs: readonly [];
|
|
137
|
+
readonly name: "NotPoolManager";
|
|
138
|
+
readonly type: "error";
|
|
139
|
+
}, {
|
|
140
|
+
readonly inputs: readonly [];
|
|
141
|
+
readonly name: "NotSelf";
|
|
142
|
+
readonly type: "error";
|
|
143
|
+
}, {
|
|
144
|
+
readonly inputs: readonly [];
|
|
145
|
+
readonly name: "ProtocolFeeInvalid";
|
|
146
|
+
readonly type: "error";
|
|
147
|
+
}, {
|
|
148
|
+
readonly inputs: readonly [];
|
|
149
|
+
readonly name: "RecipientZeroAddress";
|
|
150
|
+
readonly type: "error";
|
|
151
|
+
}, {
|
|
152
|
+
readonly inputs: readonly [];
|
|
153
|
+
readonly name: "ReferrerFeeInvalid";
|
|
154
|
+
readonly type: "error";
|
|
155
|
+
}, {
|
|
156
|
+
readonly inputs: readonly [];
|
|
157
|
+
readonly name: "SwapFeeInvalid";
|
|
158
|
+
readonly type: "error";
|
|
159
|
+
}, {
|
|
160
|
+
readonly inputs: readonly [{
|
|
161
|
+
readonly internalType: "uint256";
|
|
162
|
+
readonly name: "_flaunchesAt";
|
|
163
|
+
readonly type: "uint256";
|
|
164
|
+
}];
|
|
165
|
+
readonly name: "TokenNotFlaunched";
|
|
166
|
+
readonly type: "error";
|
|
167
|
+
}, {
|
|
168
|
+
readonly inputs: readonly [];
|
|
169
|
+
readonly name: "Unauthorized";
|
|
170
|
+
readonly type: "error";
|
|
171
|
+
}, {
|
|
172
|
+
readonly inputs: readonly [{
|
|
173
|
+
readonly internalType: "PoolId";
|
|
174
|
+
readonly name: "_poolId";
|
|
175
|
+
readonly type: "bytes32";
|
|
176
|
+
}];
|
|
177
|
+
readonly name: "UnknownPool";
|
|
178
|
+
readonly type: "error";
|
|
179
|
+
}, {
|
|
180
|
+
readonly anonymous: false;
|
|
181
|
+
readonly inputs: readonly [{
|
|
182
|
+
readonly indexed: true;
|
|
183
|
+
readonly internalType: "PoolId";
|
|
184
|
+
readonly name: "_poolId";
|
|
185
|
+
readonly type: "bytes32";
|
|
186
|
+
}, {
|
|
187
|
+
readonly indexed: false;
|
|
188
|
+
readonly internalType: "uint24";
|
|
189
|
+
readonly name: "_allocation";
|
|
190
|
+
readonly type: "uint24";
|
|
191
|
+
}];
|
|
192
|
+
readonly name: "CreatorFeeAllocationUpdated";
|
|
193
|
+
readonly type: "event";
|
|
194
|
+
}, {
|
|
195
|
+
readonly anonymous: false;
|
|
196
|
+
readonly inputs: readonly [{
|
|
197
|
+
readonly indexed: true;
|
|
198
|
+
readonly internalType: "PoolId";
|
|
199
|
+
readonly name: "_poolId";
|
|
200
|
+
readonly type: "bytes32";
|
|
201
|
+
}, {
|
|
202
|
+
readonly indexed: false;
|
|
203
|
+
readonly internalType: "uint256";
|
|
204
|
+
readonly name: "_unsoldSupply";
|
|
205
|
+
readonly type: "uint256";
|
|
206
|
+
}];
|
|
207
|
+
readonly name: "FairLaunchBurn";
|
|
208
|
+
readonly type: "event";
|
|
209
|
+
}, {
|
|
210
|
+
readonly anonymous: false;
|
|
211
|
+
readonly inputs: readonly [{
|
|
212
|
+
readonly indexed: false;
|
|
213
|
+
readonly internalType: "address";
|
|
214
|
+
readonly name: "_feeCalculator";
|
|
215
|
+
readonly type: "address";
|
|
216
|
+
}];
|
|
217
|
+
readonly name: "FairLaunchFeeCalculatorUpdated";
|
|
218
|
+
readonly type: "event";
|
|
219
|
+
}, {
|
|
220
|
+
readonly anonymous: false;
|
|
221
|
+
readonly inputs: readonly [{
|
|
222
|
+
readonly indexed: false;
|
|
223
|
+
readonly internalType: "address";
|
|
224
|
+
readonly name: "_feeCalculator";
|
|
225
|
+
readonly type: "address";
|
|
226
|
+
}];
|
|
227
|
+
readonly name: "FeeCalculatorUpdated";
|
|
228
|
+
readonly type: "event";
|
|
229
|
+
}, {
|
|
230
|
+
readonly anonymous: false;
|
|
231
|
+
readonly inputs: readonly [{
|
|
232
|
+
readonly components: readonly [{
|
|
233
|
+
readonly internalType: "uint24";
|
|
234
|
+
readonly name: "swapFee";
|
|
235
|
+
readonly type: "uint24";
|
|
236
|
+
}, {
|
|
237
|
+
readonly internalType: "uint24";
|
|
238
|
+
readonly name: "referrer";
|
|
239
|
+
readonly type: "uint24";
|
|
240
|
+
}, {
|
|
241
|
+
readonly internalType: "uint24";
|
|
242
|
+
readonly name: "protocol";
|
|
243
|
+
readonly type: "uint24";
|
|
244
|
+
}, {
|
|
245
|
+
readonly internalType: "bool";
|
|
246
|
+
readonly name: "active";
|
|
247
|
+
readonly type: "bool";
|
|
248
|
+
}];
|
|
249
|
+
readonly indexed: false;
|
|
250
|
+
readonly internalType: "struct FeeDistributor.FeeDistribution";
|
|
251
|
+
readonly name: "_feeDistribution";
|
|
252
|
+
readonly type: "tuple";
|
|
253
|
+
}];
|
|
254
|
+
readonly name: "FeeDistributionUpdated";
|
|
255
|
+
readonly type: "event";
|
|
256
|
+
}, {
|
|
257
|
+
readonly anonymous: false;
|
|
258
|
+
readonly inputs: readonly [{
|
|
259
|
+
readonly indexed: true;
|
|
260
|
+
readonly internalType: "bytes32";
|
|
261
|
+
readonly name: "id";
|
|
262
|
+
readonly type: "bytes32";
|
|
263
|
+
}, {
|
|
264
|
+
readonly indexed: true;
|
|
265
|
+
readonly internalType: "address";
|
|
266
|
+
readonly name: "sender";
|
|
267
|
+
readonly type: "address";
|
|
268
|
+
}, {
|
|
269
|
+
readonly indexed: false;
|
|
270
|
+
readonly internalType: "uint128";
|
|
271
|
+
readonly name: "feeAmount0";
|
|
272
|
+
readonly type: "uint128";
|
|
273
|
+
}, {
|
|
274
|
+
readonly indexed: false;
|
|
275
|
+
readonly internalType: "uint128";
|
|
276
|
+
readonly name: "feeAmount1";
|
|
277
|
+
readonly type: "uint128";
|
|
278
|
+
}];
|
|
279
|
+
readonly name: "HookFee";
|
|
280
|
+
readonly type: "event";
|
|
281
|
+
}, {
|
|
282
|
+
readonly anonymous: false;
|
|
283
|
+
readonly inputs: readonly [{
|
|
284
|
+
readonly indexed: true;
|
|
285
|
+
readonly internalType: "bytes32";
|
|
286
|
+
readonly name: "id";
|
|
287
|
+
readonly type: "bytes32";
|
|
288
|
+
}, {
|
|
289
|
+
readonly indexed: true;
|
|
290
|
+
readonly internalType: "address";
|
|
291
|
+
readonly name: "sender";
|
|
292
|
+
readonly type: "address";
|
|
293
|
+
}, {
|
|
294
|
+
readonly indexed: false;
|
|
295
|
+
readonly internalType: "int128";
|
|
296
|
+
readonly name: "amount0";
|
|
297
|
+
readonly type: "int128";
|
|
298
|
+
}, {
|
|
299
|
+
readonly indexed: false;
|
|
300
|
+
readonly internalType: "int128";
|
|
301
|
+
readonly name: "amount1";
|
|
302
|
+
readonly type: "int128";
|
|
303
|
+
}, {
|
|
304
|
+
readonly indexed: false;
|
|
305
|
+
readonly internalType: "uint128";
|
|
306
|
+
readonly name: "hookLPfeeAmount0";
|
|
307
|
+
readonly type: "uint128";
|
|
308
|
+
}, {
|
|
309
|
+
readonly indexed: false;
|
|
310
|
+
readonly internalType: "uint128";
|
|
311
|
+
readonly name: "hookLPfeeAmount1";
|
|
312
|
+
readonly type: "uint128";
|
|
313
|
+
}];
|
|
314
|
+
readonly name: "HookSwap";
|
|
315
|
+
readonly type: "event";
|
|
316
|
+
}, {
|
|
317
|
+
readonly anonymous: false;
|
|
318
|
+
readonly inputs: readonly [{
|
|
319
|
+
readonly indexed: false;
|
|
320
|
+
readonly internalType: "address";
|
|
321
|
+
readonly name: "_initialPrice";
|
|
322
|
+
readonly type: "address";
|
|
323
|
+
}];
|
|
324
|
+
readonly name: "InitialPriceUpdated";
|
|
325
|
+
readonly type: "event";
|
|
326
|
+
}, {
|
|
327
|
+
readonly anonymous: false;
|
|
328
|
+
readonly inputs: readonly [{
|
|
329
|
+
readonly indexed: true;
|
|
330
|
+
readonly internalType: "address";
|
|
331
|
+
readonly name: "pendingOwner";
|
|
332
|
+
readonly type: "address";
|
|
333
|
+
}];
|
|
334
|
+
readonly name: "OwnershipHandoverCanceled";
|
|
335
|
+
readonly type: "event";
|
|
336
|
+
}, {
|
|
337
|
+
readonly anonymous: false;
|
|
338
|
+
readonly inputs: readonly [{
|
|
339
|
+
readonly indexed: true;
|
|
340
|
+
readonly internalType: "address";
|
|
341
|
+
readonly name: "pendingOwner";
|
|
342
|
+
readonly type: "address";
|
|
343
|
+
}];
|
|
344
|
+
readonly name: "OwnershipHandoverRequested";
|
|
345
|
+
readonly type: "event";
|
|
346
|
+
}, {
|
|
347
|
+
readonly anonymous: false;
|
|
348
|
+
readonly inputs: readonly [{
|
|
349
|
+
readonly indexed: true;
|
|
350
|
+
readonly internalType: "address";
|
|
351
|
+
readonly name: "oldOwner";
|
|
352
|
+
readonly type: "address";
|
|
353
|
+
}, {
|
|
354
|
+
readonly indexed: true;
|
|
355
|
+
readonly internalType: "address";
|
|
356
|
+
readonly name: "newOwner";
|
|
357
|
+
readonly type: "address";
|
|
358
|
+
}];
|
|
359
|
+
readonly name: "OwnershipTransferred";
|
|
360
|
+
readonly type: "event";
|
|
361
|
+
}, {
|
|
362
|
+
readonly anonymous: false;
|
|
363
|
+
readonly inputs: readonly [{
|
|
364
|
+
readonly indexed: true;
|
|
365
|
+
readonly internalType: "PoolId";
|
|
366
|
+
readonly name: "_poolId";
|
|
367
|
+
readonly type: "bytes32";
|
|
368
|
+
}, {
|
|
369
|
+
readonly indexed: false;
|
|
370
|
+
readonly internalType: "address";
|
|
371
|
+
readonly name: "_memecoin";
|
|
372
|
+
readonly type: "address";
|
|
373
|
+
}, {
|
|
374
|
+
readonly indexed: false;
|
|
375
|
+
readonly internalType: "address";
|
|
376
|
+
readonly name: "_memecoinTreasury";
|
|
377
|
+
readonly type: "address";
|
|
378
|
+
}, {
|
|
379
|
+
readonly indexed: false;
|
|
380
|
+
readonly internalType: "uint256";
|
|
381
|
+
readonly name: "_tokenId";
|
|
382
|
+
readonly type: "uint256";
|
|
383
|
+
}, {
|
|
384
|
+
readonly indexed: false;
|
|
385
|
+
readonly internalType: "bool";
|
|
386
|
+
readonly name: "_currencyFlipped";
|
|
387
|
+
readonly type: "bool";
|
|
388
|
+
}, {
|
|
389
|
+
readonly indexed: false;
|
|
390
|
+
readonly internalType: "uint256";
|
|
391
|
+
readonly name: "_flaunchFee";
|
|
392
|
+
readonly type: "uint256";
|
|
393
|
+
}, {
|
|
394
|
+
readonly components: readonly [{
|
|
395
|
+
readonly internalType: "string";
|
|
396
|
+
readonly name: "name";
|
|
397
|
+
readonly type: "string";
|
|
398
|
+
}, {
|
|
399
|
+
readonly internalType: "string";
|
|
400
|
+
readonly name: "symbol";
|
|
401
|
+
readonly type: "string";
|
|
402
|
+
}, {
|
|
403
|
+
readonly internalType: "string";
|
|
404
|
+
readonly name: "tokenUri";
|
|
405
|
+
readonly type: "string";
|
|
406
|
+
}, {
|
|
407
|
+
readonly internalType: "uint256";
|
|
408
|
+
readonly name: "initialTokenFairLaunch";
|
|
409
|
+
readonly type: "uint256";
|
|
410
|
+
}, {
|
|
411
|
+
readonly internalType: "uint256";
|
|
412
|
+
readonly name: "fairLaunchDuration";
|
|
413
|
+
readonly type: "uint256";
|
|
414
|
+
}, {
|
|
415
|
+
readonly internalType: "uint256";
|
|
416
|
+
readonly name: "premineAmount";
|
|
417
|
+
readonly type: "uint256";
|
|
418
|
+
}, {
|
|
419
|
+
readonly internalType: "address";
|
|
420
|
+
readonly name: "creator";
|
|
421
|
+
readonly type: "address";
|
|
422
|
+
}, {
|
|
423
|
+
readonly internalType: "uint24";
|
|
424
|
+
readonly name: "creatorFeeAllocation";
|
|
425
|
+
readonly type: "uint24";
|
|
426
|
+
}, {
|
|
427
|
+
readonly internalType: "uint256";
|
|
428
|
+
readonly name: "flaunchAt";
|
|
429
|
+
readonly type: "uint256";
|
|
430
|
+
}, {
|
|
431
|
+
readonly internalType: "bytes";
|
|
432
|
+
readonly name: "initialPriceParams";
|
|
433
|
+
readonly type: "bytes";
|
|
434
|
+
}, {
|
|
435
|
+
readonly internalType: "bytes";
|
|
436
|
+
readonly name: "feeCalculatorParams";
|
|
437
|
+
readonly type: "bytes";
|
|
438
|
+
}];
|
|
439
|
+
readonly indexed: false;
|
|
440
|
+
readonly internalType: "struct PositionManager.FlaunchParams";
|
|
441
|
+
readonly name: "_params";
|
|
442
|
+
readonly type: "tuple";
|
|
443
|
+
}];
|
|
444
|
+
readonly name: "PoolCreated";
|
|
445
|
+
readonly type: "event";
|
|
446
|
+
}, {
|
|
447
|
+
readonly anonymous: false;
|
|
448
|
+
readonly inputs: readonly [{
|
|
449
|
+
readonly indexed: true;
|
|
450
|
+
readonly internalType: "PoolId";
|
|
451
|
+
readonly name: "_poolId";
|
|
452
|
+
readonly type: "bytes32";
|
|
453
|
+
}, {
|
|
454
|
+
readonly components: readonly [{
|
|
455
|
+
readonly internalType: "uint24";
|
|
456
|
+
readonly name: "swapFee";
|
|
457
|
+
readonly type: "uint24";
|
|
458
|
+
}, {
|
|
459
|
+
readonly internalType: "uint24";
|
|
460
|
+
readonly name: "referrer";
|
|
461
|
+
readonly type: "uint24";
|
|
462
|
+
}, {
|
|
463
|
+
readonly internalType: "uint24";
|
|
464
|
+
readonly name: "protocol";
|
|
465
|
+
readonly type: "uint24";
|
|
466
|
+
}, {
|
|
467
|
+
readonly internalType: "bool";
|
|
468
|
+
readonly name: "active";
|
|
469
|
+
readonly type: "bool";
|
|
470
|
+
}];
|
|
471
|
+
readonly indexed: false;
|
|
472
|
+
readonly internalType: "struct FeeDistributor.FeeDistribution";
|
|
473
|
+
readonly name: "_feeDistribution";
|
|
474
|
+
readonly type: "tuple";
|
|
475
|
+
}];
|
|
476
|
+
readonly name: "PoolFeeDistributionUpdated";
|
|
477
|
+
readonly type: "event";
|
|
478
|
+
}, {
|
|
479
|
+
readonly anonymous: false;
|
|
480
|
+
readonly inputs: readonly [{
|
|
481
|
+
readonly indexed: true;
|
|
482
|
+
readonly internalType: "PoolId";
|
|
483
|
+
readonly name: "_poolId";
|
|
484
|
+
readonly type: "bytes32";
|
|
485
|
+
}, {
|
|
486
|
+
readonly indexed: false;
|
|
487
|
+
readonly internalType: "uint256";
|
|
488
|
+
readonly name: "_donateAmount";
|
|
489
|
+
readonly type: "uint256";
|
|
490
|
+
}, {
|
|
491
|
+
readonly indexed: false;
|
|
492
|
+
readonly internalType: "uint256";
|
|
493
|
+
readonly name: "_creatorAmount";
|
|
494
|
+
readonly type: "uint256";
|
|
495
|
+
}, {
|
|
496
|
+
readonly indexed: false;
|
|
497
|
+
readonly internalType: "uint256";
|
|
498
|
+
readonly name: "_bidWallAmount";
|
|
499
|
+
readonly type: "uint256";
|
|
500
|
+
}, {
|
|
501
|
+
readonly indexed: false;
|
|
502
|
+
readonly internalType: "uint256";
|
|
503
|
+
readonly name: "_governanceAmount";
|
|
504
|
+
readonly type: "uint256";
|
|
505
|
+
}, {
|
|
506
|
+
readonly indexed: false;
|
|
507
|
+
readonly internalType: "uint256";
|
|
508
|
+
readonly name: "_protocolAmount";
|
|
509
|
+
readonly type: "uint256";
|
|
510
|
+
}];
|
|
511
|
+
readonly name: "PoolFeesDistributed";
|
|
512
|
+
readonly type: "event";
|
|
513
|
+
}, {
|
|
514
|
+
readonly anonymous: false;
|
|
515
|
+
readonly inputs: readonly [{
|
|
516
|
+
readonly indexed: true;
|
|
517
|
+
readonly internalType: "PoolId";
|
|
518
|
+
readonly name: "_poolId";
|
|
519
|
+
readonly type: "bytes32";
|
|
520
|
+
}, {
|
|
521
|
+
readonly indexed: false;
|
|
522
|
+
readonly internalType: "uint256";
|
|
523
|
+
readonly name: "_amount0";
|
|
524
|
+
readonly type: "uint256";
|
|
525
|
+
}, {
|
|
526
|
+
readonly indexed: false;
|
|
527
|
+
readonly internalType: "uint256";
|
|
528
|
+
readonly name: "_amount1";
|
|
529
|
+
readonly type: "uint256";
|
|
530
|
+
}];
|
|
531
|
+
readonly name: "PoolFeesReceived";
|
|
532
|
+
readonly type: "event";
|
|
533
|
+
}, {
|
|
534
|
+
readonly anonymous: false;
|
|
535
|
+
readonly inputs: readonly [{
|
|
536
|
+
readonly indexed: true;
|
|
537
|
+
readonly internalType: "PoolId";
|
|
538
|
+
readonly name: "_poolId";
|
|
539
|
+
readonly type: "bytes32";
|
|
540
|
+
}, {
|
|
541
|
+
readonly indexed: false;
|
|
542
|
+
readonly internalType: "bool";
|
|
543
|
+
readonly name: "zeroForOne";
|
|
544
|
+
readonly type: "bool";
|
|
545
|
+
}, {
|
|
546
|
+
readonly indexed: false;
|
|
547
|
+
readonly internalType: "uint256";
|
|
548
|
+
readonly name: "_amount0";
|
|
549
|
+
readonly type: "uint256";
|
|
550
|
+
}, {
|
|
551
|
+
readonly indexed: false;
|
|
552
|
+
readonly internalType: "uint256";
|
|
553
|
+
readonly name: "_amount1";
|
|
554
|
+
readonly type: "uint256";
|
|
555
|
+
}];
|
|
556
|
+
readonly name: "PoolFeesSwapped";
|
|
557
|
+
readonly type: "event";
|
|
558
|
+
}, {
|
|
559
|
+
readonly anonymous: false;
|
|
560
|
+
readonly inputs: readonly [{
|
|
561
|
+
readonly indexed: true;
|
|
562
|
+
readonly internalType: "PoolId";
|
|
563
|
+
readonly name: "_poolId";
|
|
564
|
+
readonly type: "bytes32";
|
|
565
|
+
}, {
|
|
566
|
+
readonly indexed: false;
|
|
567
|
+
readonly internalType: "int256";
|
|
568
|
+
readonly name: "_premineAmount";
|
|
569
|
+
readonly type: "int256";
|
|
570
|
+
}];
|
|
571
|
+
readonly name: "PoolPremine";
|
|
572
|
+
readonly type: "event";
|
|
573
|
+
}, {
|
|
574
|
+
readonly anonymous: false;
|
|
575
|
+
readonly inputs: readonly [{
|
|
576
|
+
readonly indexed: true;
|
|
577
|
+
readonly internalType: "PoolId";
|
|
578
|
+
readonly name: "_poolId";
|
|
579
|
+
readonly type: "bytes32";
|
|
580
|
+
}, {
|
|
581
|
+
readonly indexed: false;
|
|
582
|
+
readonly internalType: "uint256";
|
|
583
|
+
readonly name: "_flaunchesAt";
|
|
584
|
+
readonly type: "uint256";
|
|
585
|
+
}];
|
|
586
|
+
readonly name: "PoolScheduled";
|
|
587
|
+
readonly type: "event";
|
|
588
|
+
}, {
|
|
589
|
+
readonly anonymous: false;
|
|
590
|
+
readonly inputs: readonly [{
|
|
591
|
+
readonly indexed: true;
|
|
592
|
+
readonly internalType: "PoolId";
|
|
593
|
+
readonly name: "_poolId";
|
|
594
|
+
readonly type: "bytes32";
|
|
595
|
+
}, {
|
|
596
|
+
readonly indexed: false;
|
|
597
|
+
readonly internalType: "uint160";
|
|
598
|
+
readonly name: "_sqrtPriceX96";
|
|
599
|
+
readonly type: "uint160";
|
|
600
|
+
}, {
|
|
601
|
+
readonly indexed: false;
|
|
602
|
+
readonly internalType: "int24";
|
|
603
|
+
readonly name: "_tick";
|
|
604
|
+
readonly type: "int24";
|
|
605
|
+
}, {
|
|
606
|
+
readonly indexed: false;
|
|
607
|
+
readonly internalType: "uint24";
|
|
608
|
+
readonly name: "_protocolFee";
|
|
609
|
+
readonly type: "uint24";
|
|
610
|
+
}, {
|
|
611
|
+
readonly indexed: false;
|
|
612
|
+
readonly internalType: "uint24";
|
|
613
|
+
readonly name: "_swapFee";
|
|
614
|
+
readonly type: "uint24";
|
|
615
|
+
}, {
|
|
616
|
+
readonly indexed: false;
|
|
617
|
+
readonly internalType: "uint128";
|
|
618
|
+
readonly name: "_liquidity";
|
|
619
|
+
readonly type: "uint128";
|
|
620
|
+
}];
|
|
621
|
+
readonly name: "PoolStateUpdated";
|
|
622
|
+
readonly type: "event";
|
|
623
|
+
}, {
|
|
624
|
+
readonly anonymous: false;
|
|
625
|
+
readonly inputs: readonly [{
|
|
626
|
+
readonly indexed: true;
|
|
627
|
+
readonly internalType: "PoolId";
|
|
628
|
+
readonly name: "poolId";
|
|
629
|
+
readonly type: "bytes32";
|
|
630
|
+
}, {
|
|
631
|
+
readonly indexed: false;
|
|
632
|
+
readonly internalType: "int256";
|
|
633
|
+
readonly name: "flAmount0";
|
|
634
|
+
readonly type: "int256";
|
|
635
|
+
}, {
|
|
636
|
+
readonly indexed: false;
|
|
637
|
+
readonly internalType: "int256";
|
|
638
|
+
readonly name: "flAmount1";
|
|
639
|
+
readonly type: "int256";
|
|
640
|
+
}, {
|
|
641
|
+
readonly indexed: false;
|
|
642
|
+
readonly internalType: "int256";
|
|
643
|
+
readonly name: "flFee0";
|
|
644
|
+
readonly type: "int256";
|
|
645
|
+
}, {
|
|
646
|
+
readonly indexed: false;
|
|
647
|
+
readonly internalType: "int256";
|
|
648
|
+
readonly name: "flFee1";
|
|
649
|
+
readonly type: "int256";
|
|
650
|
+
}, {
|
|
651
|
+
readonly indexed: false;
|
|
652
|
+
readonly internalType: "int256";
|
|
653
|
+
readonly name: "ispAmount0";
|
|
654
|
+
readonly type: "int256";
|
|
655
|
+
}, {
|
|
656
|
+
readonly indexed: false;
|
|
657
|
+
readonly internalType: "int256";
|
|
658
|
+
readonly name: "ispAmount1";
|
|
659
|
+
readonly type: "int256";
|
|
660
|
+
}, {
|
|
661
|
+
readonly indexed: false;
|
|
662
|
+
readonly internalType: "int256";
|
|
663
|
+
readonly name: "ispFee0";
|
|
664
|
+
readonly type: "int256";
|
|
665
|
+
}, {
|
|
666
|
+
readonly indexed: false;
|
|
667
|
+
readonly internalType: "int256";
|
|
668
|
+
readonly name: "ispFee1";
|
|
669
|
+
readonly type: "int256";
|
|
670
|
+
}, {
|
|
671
|
+
readonly indexed: false;
|
|
672
|
+
readonly internalType: "int256";
|
|
673
|
+
readonly name: "uniAmount0";
|
|
674
|
+
readonly type: "int256";
|
|
675
|
+
}, {
|
|
676
|
+
readonly indexed: false;
|
|
677
|
+
readonly internalType: "int256";
|
|
678
|
+
readonly name: "uniAmount1";
|
|
679
|
+
readonly type: "int256";
|
|
680
|
+
}, {
|
|
681
|
+
readonly indexed: false;
|
|
682
|
+
readonly internalType: "int256";
|
|
683
|
+
readonly name: "uniFee0";
|
|
684
|
+
readonly type: "int256";
|
|
685
|
+
}, {
|
|
686
|
+
readonly indexed: false;
|
|
687
|
+
readonly internalType: "int256";
|
|
688
|
+
readonly name: "uniFee1";
|
|
689
|
+
readonly type: "int256";
|
|
690
|
+
}];
|
|
691
|
+
readonly name: "PoolSwap";
|
|
692
|
+
readonly type: "event";
|
|
693
|
+
}, {
|
|
694
|
+
readonly anonymous: false;
|
|
695
|
+
readonly inputs: readonly [{
|
|
696
|
+
readonly indexed: false;
|
|
697
|
+
readonly internalType: "address";
|
|
698
|
+
readonly name: "_referralEscrow";
|
|
699
|
+
readonly type: "address";
|
|
700
|
+
}];
|
|
701
|
+
readonly name: "ReferralEscrowUpdated";
|
|
702
|
+
readonly type: "event";
|
|
703
|
+
}, {
|
|
704
|
+
readonly anonymous: false;
|
|
705
|
+
readonly inputs: readonly [{
|
|
706
|
+
readonly indexed: true;
|
|
707
|
+
readonly internalType: "PoolId";
|
|
708
|
+
readonly name: "_poolId";
|
|
709
|
+
readonly type: "bytes32";
|
|
710
|
+
}, {
|
|
711
|
+
readonly indexed: false;
|
|
712
|
+
readonly internalType: "address";
|
|
713
|
+
readonly name: "_recipient";
|
|
714
|
+
readonly type: "address";
|
|
715
|
+
}, {
|
|
716
|
+
readonly indexed: false;
|
|
717
|
+
readonly internalType: "address";
|
|
718
|
+
readonly name: "_token";
|
|
719
|
+
readonly type: "address";
|
|
720
|
+
}, {
|
|
721
|
+
readonly indexed: false;
|
|
722
|
+
readonly internalType: "uint256";
|
|
723
|
+
readonly name: "_amount";
|
|
724
|
+
readonly type: "uint256";
|
|
725
|
+
}];
|
|
726
|
+
readonly name: "ReferrerFeePaid";
|
|
727
|
+
readonly type: "event";
|
|
728
|
+
}, {
|
|
729
|
+
readonly inputs: readonly [];
|
|
730
|
+
readonly name: "BURN_ADDRESS";
|
|
731
|
+
readonly outputs: readonly [{
|
|
732
|
+
readonly internalType: "address";
|
|
733
|
+
readonly name: "";
|
|
734
|
+
readonly type: "address";
|
|
735
|
+
}];
|
|
736
|
+
readonly stateMutability: "view";
|
|
737
|
+
readonly type: "function";
|
|
738
|
+
}, {
|
|
739
|
+
readonly inputs: readonly [];
|
|
740
|
+
readonly name: "MAX_PROTOCOL_ALLOCATION";
|
|
741
|
+
readonly outputs: readonly [{
|
|
742
|
+
readonly internalType: "uint24";
|
|
743
|
+
readonly name: "";
|
|
744
|
+
readonly type: "uint24";
|
|
745
|
+
}];
|
|
746
|
+
readonly stateMutability: "view";
|
|
747
|
+
readonly type: "function";
|
|
748
|
+
}, {
|
|
749
|
+
readonly inputs: readonly [];
|
|
750
|
+
readonly name: "MIN_DISTRIBUTE_THRESHOLD";
|
|
751
|
+
readonly outputs: readonly [{
|
|
752
|
+
readonly internalType: "uint256";
|
|
753
|
+
readonly name: "";
|
|
754
|
+
readonly type: "uint256";
|
|
755
|
+
}];
|
|
756
|
+
readonly stateMutability: "view";
|
|
757
|
+
readonly type: "function";
|
|
758
|
+
}, {
|
|
759
|
+
readonly inputs: readonly [];
|
|
760
|
+
readonly name: "actionManager";
|
|
761
|
+
readonly outputs: readonly [{
|
|
762
|
+
readonly internalType: "contract TreasuryActionManager";
|
|
763
|
+
readonly name: "";
|
|
764
|
+
readonly type: "address";
|
|
765
|
+
}];
|
|
766
|
+
readonly stateMutability: "view";
|
|
767
|
+
readonly type: "function";
|
|
768
|
+
}, {
|
|
769
|
+
readonly inputs: readonly [{
|
|
770
|
+
readonly internalType: "address";
|
|
771
|
+
readonly name: "_sender";
|
|
772
|
+
readonly type: "address";
|
|
773
|
+
}, {
|
|
774
|
+
readonly components: readonly [{
|
|
775
|
+
readonly internalType: "Currency";
|
|
776
|
+
readonly name: "currency0";
|
|
777
|
+
readonly type: "address";
|
|
778
|
+
}, {
|
|
779
|
+
readonly internalType: "Currency";
|
|
780
|
+
readonly name: "currency1";
|
|
781
|
+
readonly type: "address";
|
|
782
|
+
}, {
|
|
783
|
+
readonly internalType: "uint24";
|
|
784
|
+
readonly name: "fee";
|
|
785
|
+
readonly type: "uint24";
|
|
786
|
+
}, {
|
|
787
|
+
readonly internalType: "int24";
|
|
788
|
+
readonly name: "tickSpacing";
|
|
789
|
+
readonly type: "int24";
|
|
790
|
+
}, {
|
|
791
|
+
readonly internalType: "contract IHooks";
|
|
792
|
+
readonly name: "hooks";
|
|
793
|
+
readonly type: "address";
|
|
794
|
+
}];
|
|
795
|
+
readonly internalType: "struct PoolKey";
|
|
796
|
+
readonly name: "_key";
|
|
797
|
+
readonly type: "tuple";
|
|
798
|
+
}, {
|
|
799
|
+
readonly components: readonly [{
|
|
800
|
+
readonly internalType: "int24";
|
|
801
|
+
readonly name: "tickLower";
|
|
802
|
+
readonly type: "int24";
|
|
803
|
+
}, {
|
|
804
|
+
readonly internalType: "int24";
|
|
805
|
+
readonly name: "tickUpper";
|
|
806
|
+
readonly type: "int24";
|
|
807
|
+
}, {
|
|
808
|
+
readonly internalType: "int256";
|
|
809
|
+
readonly name: "liquidityDelta";
|
|
810
|
+
readonly type: "int256";
|
|
811
|
+
}, {
|
|
812
|
+
readonly internalType: "bytes32";
|
|
813
|
+
readonly name: "salt";
|
|
814
|
+
readonly type: "bytes32";
|
|
815
|
+
}];
|
|
816
|
+
readonly internalType: "struct IPoolManager.ModifyLiquidityParams";
|
|
817
|
+
readonly name: "";
|
|
818
|
+
readonly type: "tuple";
|
|
819
|
+
}, {
|
|
820
|
+
readonly internalType: "BalanceDelta";
|
|
821
|
+
readonly name: "_delta";
|
|
822
|
+
readonly type: "int256";
|
|
823
|
+
}, {
|
|
824
|
+
readonly internalType: "BalanceDelta";
|
|
825
|
+
readonly name: "_feesAccrued";
|
|
826
|
+
readonly type: "int256";
|
|
827
|
+
}, {
|
|
828
|
+
readonly internalType: "bytes";
|
|
829
|
+
readonly name: "";
|
|
830
|
+
readonly type: "bytes";
|
|
831
|
+
}];
|
|
832
|
+
readonly name: "afterAddLiquidity";
|
|
833
|
+
readonly outputs: readonly [{
|
|
834
|
+
readonly internalType: "bytes4";
|
|
835
|
+
readonly name: "selector_";
|
|
836
|
+
readonly type: "bytes4";
|
|
837
|
+
}, {
|
|
838
|
+
readonly internalType: "BalanceDelta";
|
|
839
|
+
readonly name: "";
|
|
840
|
+
readonly type: "int256";
|
|
841
|
+
}];
|
|
842
|
+
readonly stateMutability: "nonpayable";
|
|
843
|
+
readonly type: "function";
|
|
844
|
+
}, {
|
|
845
|
+
readonly inputs: readonly [{
|
|
846
|
+
readonly internalType: "address";
|
|
847
|
+
readonly name: "_sender";
|
|
848
|
+
readonly type: "address";
|
|
849
|
+
}, {
|
|
850
|
+
readonly components: readonly [{
|
|
851
|
+
readonly internalType: "Currency";
|
|
852
|
+
readonly name: "currency0";
|
|
853
|
+
readonly type: "address";
|
|
854
|
+
}, {
|
|
855
|
+
readonly internalType: "Currency";
|
|
856
|
+
readonly name: "currency1";
|
|
857
|
+
readonly type: "address";
|
|
858
|
+
}, {
|
|
859
|
+
readonly internalType: "uint24";
|
|
860
|
+
readonly name: "fee";
|
|
861
|
+
readonly type: "uint24";
|
|
862
|
+
}, {
|
|
863
|
+
readonly internalType: "int24";
|
|
864
|
+
readonly name: "tickSpacing";
|
|
865
|
+
readonly type: "int24";
|
|
866
|
+
}, {
|
|
867
|
+
readonly internalType: "contract IHooks";
|
|
868
|
+
readonly name: "hooks";
|
|
869
|
+
readonly type: "address";
|
|
870
|
+
}];
|
|
871
|
+
readonly internalType: "struct PoolKey";
|
|
872
|
+
readonly name: "_key";
|
|
873
|
+
readonly type: "tuple";
|
|
874
|
+
}, {
|
|
875
|
+
readonly internalType: "uint256";
|
|
876
|
+
readonly name: "_amount0";
|
|
877
|
+
readonly type: "uint256";
|
|
878
|
+
}, {
|
|
879
|
+
readonly internalType: "uint256";
|
|
880
|
+
readonly name: "_amount1";
|
|
881
|
+
readonly type: "uint256";
|
|
882
|
+
}, {
|
|
883
|
+
readonly internalType: "bytes";
|
|
884
|
+
readonly name: "";
|
|
885
|
+
readonly type: "bytes";
|
|
886
|
+
}];
|
|
887
|
+
readonly name: "afterDonate";
|
|
888
|
+
readonly outputs: readonly [{
|
|
889
|
+
readonly internalType: "bytes4";
|
|
890
|
+
readonly name: "selector_";
|
|
891
|
+
readonly type: "bytes4";
|
|
892
|
+
}];
|
|
893
|
+
readonly stateMutability: "nonpayable";
|
|
894
|
+
readonly type: "function";
|
|
895
|
+
}, {
|
|
896
|
+
readonly inputs: readonly [{
|
|
897
|
+
readonly internalType: "address";
|
|
898
|
+
readonly name: "";
|
|
899
|
+
readonly type: "address";
|
|
900
|
+
}, {
|
|
901
|
+
readonly components: readonly [{
|
|
902
|
+
readonly internalType: "Currency";
|
|
903
|
+
readonly name: "currency0";
|
|
904
|
+
readonly type: "address";
|
|
905
|
+
}, {
|
|
906
|
+
readonly internalType: "Currency";
|
|
907
|
+
readonly name: "currency1";
|
|
908
|
+
readonly type: "address";
|
|
909
|
+
}, {
|
|
910
|
+
readonly internalType: "uint24";
|
|
911
|
+
readonly name: "fee";
|
|
912
|
+
readonly type: "uint24";
|
|
913
|
+
}, {
|
|
914
|
+
readonly internalType: "int24";
|
|
915
|
+
readonly name: "tickSpacing";
|
|
916
|
+
readonly type: "int24";
|
|
917
|
+
}, {
|
|
918
|
+
readonly internalType: "contract IHooks";
|
|
919
|
+
readonly name: "hooks";
|
|
920
|
+
readonly type: "address";
|
|
921
|
+
}];
|
|
922
|
+
readonly internalType: "struct PoolKey";
|
|
923
|
+
readonly name: "";
|
|
924
|
+
readonly type: "tuple";
|
|
925
|
+
}, {
|
|
926
|
+
readonly internalType: "uint160";
|
|
927
|
+
readonly name: "";
|
|
928
|
+
readonly type: "uint160";
|
|
929
|
+
}, {
|
|
930
|
+
readonly internalType: "int24";
|
|
931
|
+
readonly name: "";
|
|
932
|
+
readonly type: "int24";
|
|
933
|
+
}];
|
|
934
|
+
readonly name: "afterInitialize";
|
|
935
|
+
readonly outputs: readonly [{
|
|
936
|
+
readonly internalType: "bytes4";
|
|
937
|
+
readonly name: "";
|
|
938
|
+
readonly type: "bytes4";
|
|
939
|
+
}];
|
|
940
|
+
readonly stateMutability: "nonpayable";
|
|
941
|
+
readonly type: "function";
|
|
942
|
+
}, {
|
|
943
|
+
readonly inputs: readonly [{
|
|
944
|
+
readonly internalType: "address";
|
|
945
|
+
readonly name: "_sender";
|
|
946
|
+
readonly type: "address";
|
|
947
|
+
}, {
|
|
948
|
+
readonly components: readonly [{
|
|
949
|
+
readonly internalType: "Currency";
|
|
950
|
+
readonly name: "currency0";
|
|
951
|
+
readonly type: "address";
|
|
952
|
+
}, {
|
|
953
|
+
readonly internalType: "Currency";
|
|
954
|
+
readonly name: "currency1";
|
|
955
|
+
readonly type: "address";
|
|
956
|
+
}, {
|
|
957
|
+
readonly internalType: "uint24";
|
|
958
|
+
readonly name: "fee";
|
|
959
|
+
readonly type: "uint24";
|
|
960
|
+
}, {
|
|
961
|
+
readonly internalType: "int24";
|
|
962
|
+
readonly name: "tickSpacing";
|
|
963
|
+
readonly type: "int24";
|
|
964
|
+
}, {
|
|
965
|
+
readonly internalType: "contract IHooks";
|
|
966
|
+
readonly name: "hooks";
|
|
967
|
+
readonly type: "address";
|
|
968
|
+
}];
|
|
969
|
+
readonly internalType: "struct PoolKey";
|
|
970
|
+
readonly name: "_key";
|
|
971
|
+
readonly type: "tuple";
|
|
972
|
+
}, {
|
|
973
|
+
readonly components: readonly [{
|
|
974
|
+
readonly internalType: "int24";
|
|
975
|
+
readonly name: "tickLower";
|
|
976
|
+
readonly type: "int24";
|
|
977
|
+
}, {
|
|
978
|
+
readonly internalType: "int24";
|
|
979
|
+
readonly name: "tickUpper";
|
|
980
|
+
readonly type: "int24";
|
|
981
|
+
}, {
|
|
982
|
+
readonly internalType: "int256";
|
|
983
|
+
readonly name: "liquidityDelta";
|
|
984
|
+
readonly type: "int256";
|
|
985
|
+
}, {
|
|
986
|
+
readonly internalType: "bytes32";
|
|
987
|
+
readonly name: "salt";
|
|
988
|
+
readonly type: "bytes32";
|
|
989
|
+
}];
|
|
990
|
+
readonly internalType: "struct IPoolManager.ModifyLiquidityParams";
|
|
991
|
+
readonly name: "";
|
|
992
|
+
readonly type: "tuple";
|
|
993
|
+
}, {
|
|
994
|
+
readonly internalType: "BalanceDelta";
|
|
995
|
+
readonly name: "_delta";
|
|
996
|
+
readonly type: "int256";
|
|
997
|
+
}, {
|
|
998
|
+
readonly internalType: "BalanceDelta";
|
|
999
|
+
readonly name: "_feesAccrued";
|
|
1000
|
+
readonly type: "int256";
|
|
1001
|
+
}, {
|
|
1002
|
+
readonly internalType: "bytes";
|
|
1003
|
+
readonly name: "";
|
|
1004
|
+
readonly type: "bytes";
|
|
1005
|
+
}];
|
|
1006
|
+
readonly name: "afterRemoveLiquidity";
|
|
1007
|
+
readonly outputs: readonly [{
|
|
1008
|
+
readonly internalType: "bytes4";
|
|
1009
|
+
readonly name: "selector_";
|
|
1010
|
+
readonly type: "bytes4";
|
|
1011
|
+
}, {
|
|
1012
|
+
readonly internalType: "BalanceDelta";
|
|
1013
|
+
readonly name: "";
|
|
1014
|
+
readonly type: "int256";
|
|
1015
|
+
}];
|
|
1016
|
+
readonly stateMutability: "nonpayable";
|
|
1017
|
+
readonly type: "function";
|
|
1018
|
+
}, {
|
|
1019
|
+
readonly inputs: readonly [{
|
|
1020
|
+
readonly internalType: "address";
|
|
1021
|
+
readonly name: "_sender";
|
|
1022
|
+
readonly type: "address";
|
|
1023
|
+
}, {
|
|
1024
|
+
readonly components: readonly [{
|
|
1025
|
+
readonly internalType: "Currency";
|
|
1026
|
+
readonly name: "currency0";
|
|
1027
|
+
readonly type: "address";
|
|
1028
|
+
}, {
|
|
1029
|
+
readonly internalType: "Currency";
|
|
1030
|
+
readonly name: "currency1";
|
|
1031
|
+
readonly type: "address";
|
|
1032
|
+
}, {
|
|
1033
|
+
readonly internalType: "uint24";
|
|
1034
|
+
readonly name: "fee";
|
|
1035
|
+
readonly type: "uint24";
|
|
1036
|
+
}, {
|
|
1037
|
+
readonly internalType: "int24";
|
|
1038
|
+
readonly name: "tickSpacing";
|
|
1039
|
+
readonly type: "int24";
|
|
1040
|
+
}, {
|
|
1041
|
+
readonly internalType: "contract IHooks";
|
|
1042
|
+
readonly name: "hooks";
|
|
1043
|
+
readonly type: "address";
|
|
1044
|
+
}];
|
|
1045
|
+
readonly internalType: "struct PoolKey";
|
|
1046
|
+
readonly name: "_key";
|
|
1047
|
+
readonly type: "tuple";
|
|
1048
|
+
}, {
|
|
1049
|
+
readonly components: readonly [{
|
|
1050
|
+
readonly internalType: "bool";
|
|
1051
|
+
readonly name: "zeroForOne";
|
|
1052
|
+
readonly type: "bool";
|
|
1053
|
+
}, {
|
|
1054
|
+
readonly internalType: "int256";
|
|
1055
|
+
readonly name: "amountSpecified";
|
|
1056
|
+
readonly type: "int256";
|
|
1057
|
+
}, {
|
|
1058
|
+
readonly internalType: "uint160";
|
|
1059
|
+
readonly name: "sqrtPriceLimitX96";
|
|
1060
|
+
readonly type: "uint160";
|
|
1061
|
+
}];
|
|
1062
|
+
readonly internalType: "struct IPoolManager.SwapParams";
|
|
1063
|
+
readonly name: "_params";
|
|
1064
|
+
readonly type: "tuple";
|
|
1065
|
+
}, {
|
|
1066
|
+
readonly internalType: "BalanceDelta";
|
|
1067
|
+
readonly name: "_delta";
|
|
1068
|
+
readonly type: "int256";
|
|
1069
|
+
}, {
|
|
1070
|
+
readonly internalType: "bytes";
|
|
1071
|
+
readonly name: "_hookData";
|
|
1072
|
+
readonly type: "bytes";
|
|
1073
|
+
}];
|
|
1074
|
+
readonly name: "afterSwap";
|
|
1075
|
+
readonly outputs: readonly [{
|
|
1076
|
+
readonly internalType: "bytes4";
|
|
1077
|
+
readonly name: "selector_";
|
|
1078
|
+
readonly type: "bytes4";
|
|
1079
|
+
}, {
|
|
1080
|
+
readonly internalType: "int128";
|
|
1081
|
+
readonly name: "hookDeltaUnspecified_";
|
|
1082
|
+
readonly type: "int128";
|
|
1083
|
+
}];
|
|
1084
|
+
readonly stateMutability: "nonpayable";
|
|
1085
|
+
readonly type: "function";
|
|
1086
|
+
}, {
|
|
1087
|
+
readonly inputs: readonly [{
|
|
1088
|
+
readonly internalType: "address";
|
|
1089
|
+
readonly name: "_sender";
|
|
1090
|
+
readonly type: "address";
|
|
1091
|
+
}, {
|
|
1092
|
+
readonly components: readonly [{
|
|
1093
|
+
readonly internalType: "Currency";
|
|
1094
|
+
readonly name: "currency0";
|
|
1095
|
+
readonly type: "address";
|
|
1096
|
+
}, {
|
|
1097
|
+
readonly internalType: "Currency";
|
|
1098
|
+
readonly name: "currency1";
|
|
1099
|
+
readonly type: "address";
|
|
1100
|
+
}, {
|
|
1101
|
+
readonly internalType: "uint24";
|
|
1102
|
+
readonly name: "fee";
|
|
1103
|
+
readonly type: "uint24";
|
|
1104
|
+
}, {
|
|
1105
|
+
readonly internalType: "int24";
|
|
1106
|
+
readonly name: "tickSpacing";
|
|
1107
|
+
readonly type: "int24";
|
|
1108
|
+
}, {
|
|
1109
|
+
readonly internalType: "contract IHooks";
|
|
1110
|
+
readonly name: "hooks";
|
|
1111
|
+
readonly type: "address";
|
|
1112
|
+
}];
|
|
1113
|
+
readonly internalType: "struct PoolKey";
|
|
1114
|
+
readonly name: "_key";
|
|
1115
|
+
readonly type: "tuple";
|
|
1116
|
+
}, {
|
|
1117
|
+
readonly components: readonly [{
|
|
1118
|
+
readonly internalType: "int24";
|
|
1119
|
+
readonly name: "tickLower";
|
|
1120
|
+
readonly type: "int24";
|
|
1121
|
+
}, {
|
|
1122
|
+
readonly internalType: "int24";
|
|
1123
|
+
readonly name: "tickUpper";
|
|
1124
|
+
readonly type: "int24";
|
|
1125
|
+
}, {
|
|
1126
|
+
readonly internalType: "int256";
|
|
1127
|
+
readonly name: "liquidityDelta";
|
|
1128
|
+
readonly type: "int256";
|
|
1129
|
+
}, {
|
|
1130
|
+
readonly internalType: "bytes32";
|
|
1131
|
+
readonly name: "salt";
|
|
1132
|
+
readonly type: "bytes32";
|
|
1133
|
+
}];
|
|
1134
|
+
readonly internalType: "struct IPoolManager.ModifyLiquidityParams";
|
|
1135
|
+
readonly name: "";
|
|
1136
|
+
readonly type: "tuple";
|
|
1137
|
+
}, {
|
|
1138
|
+
readonly internalType: "bytes";
|
|
1139
|
+
readonly name: "";
|
|
1140
|
+
readonly type: "bytes";
|
|
1141
|
+
}];
|
|
1142
|
+
readonly name: "beforeAddLiquidity";
|
|
1143
|
+
readonly outputs: readonly [{
|
|
1144
|
+
readonly internalType: "bytes4";
|
|
1145
|
+
readonly name: "selector_";
|
|
1146
|
+
readonly type: "bytes4";
|
|
1147
|
+
}];
|
|
1148
|
+
readonly stateMutability: "view";
|
|
1149
|
+
readonly type: "function";
|
|
1150
|
+
}, {
|
|
1151
|
+
readonly inputs: readonly [{
|
|
1152
|
+
readonly internalType: "address";
|
|
1153
|
+
readonly name: "";
|
|
1154
|
+
readonly type: "address";
|
|
1155
|
+
}, {
|
|
1156
|
+
readonly components: readonly [{
|
|
1157
|
+
readonly internalType: "Currency";
|
|
1158
|
+
readonly name: "currency0";
|
|
1159
|
+
readonly type: "address";
|
|
1160
|
+
}, {
|
|
1161
|
+
readonly internalType: "Currency";
|
|
1162
|
+
readonly name: "currency1";
|
|
1163
|
+
readonly type: "address";
|
|
1164
|
+
}, {
|
|
1165
|
+
readonly internalType: "uint24";
|
|
1166
|
+
readonly name: "fee";
|
|
1167
|
+
readonly type: "uint24";
|
|
1168
|
+
}, {
|
|
1169
|
+
readonly internalType: "int24";
|
|
1170
|
+
readonly name: "tickSpacing";
|
|
1171
|
+
readonly type: "int24";
|
|
1172
|
+
}, {
|
|
1173
|
+
readonly internalType: "contract IHooks";
|
|
1174
|
+
readonly name: "hooks";
|
|
1175
|
+
readonly type: "address";
|
|
1176
|
+
}];
|
|
1177
|
+
readonly internalType: "struct PoolKey";
|
|
1178
|
+
readonly name: "";
|
|
1179
|
+
readonly type: "tuple";
|
|
1180
|
+
}, {
|
|
1181
|
+
readonly internalType: "uint256";
|
|
1182
|
+
readonly name: "";
|
|
1183
|
+
readonly type: "uint256";
|
|
1184
|
+
}, {
|
|
1185
|
+
readonly internalType: "uint256";
|
|
1186
|
+
readonly name: "";
|
|
1187
|
+
readonly type: "uint256";
|
|
1188
|
+
}, {
|
|
1189
|
+
readonly internalType: "bytes";
|
|
1190
|
+
readonly name: "";
|
|
1191
|
+
readonly type: "bytes";
|
|
1192
|
+
}];
|
|
1193
|
+
readonly name: "beforeDonate";
|
|
1194
|
+
readonly outputs: readonly [{
|
|
1195
|
+
readonly internalType: "bytes4";
|
|
1196
|
+
readonly name: "";
|
|
1197
|
+
readonly type: "bytes4";
|
|
1198
|
+
}];
|
|
1199
|
+
readonly stateMutability: "nonpayable";
|
|
1200
|
+
readonly type: "function";
|
|
1201
|
+
}, {
|
|
1202
|
+
readonly inputs: readonly [{
|
|
1203
|
+
readonly internalType: "address";
|
|
1204
|
+
readonly name: "";
|
|
1205
|
+
readonly type: "address";
|
|
1206
|
+
}, {
|
|
1207
|
+
readonly components: readonly [{
|
|
1208
|
+
readonly internalType: "Currency";
|
|
1209
|
+
readonly name: "currency0";
|
|
1210
|
+
readonly type: "address";
|
|
1211
|
+
}, {
|
|
1212
|
+
readonly internalType: "Currency";
|
|
1213
|
+
readonly name: "currency1";
|
|
1214
|
+
readonly type: "address";
|
|
1215
|
+
}, {
|
|
1216
|
+
readonly internalType: "uint24";
|
|
1217
|
+
readonly name: "fee";
|
|
1218
|
+
readonly type: "uint24";
|
|
1219
|
+
}, {
|
|
1220
|
+
readonly internalType: "int24";
|
|
1221
|
+
readonly name: "tickSpacing";
|
|
1222
|
+
readonly type: "int24";
|
|
1223
|
+
}, {
|
|
1224
|
+
readonly internalType: "contract IHooks";
|
|
1225
|
+
readonly name: "hooks";
|
|
1226
|
+
readonly type: "address";
|
|
1227
|
+
}];
|
|
1228
|
+
readonly internalType: "struct PoolKey";
|
|
1229
|
+
readonly name: "";
|
|
1230
|
+
readonly type: "tuple";
|
|
1231
|
+
}, {
|
|
1232
|
+
readonly internalType: "uint160";
|
|
1233
|
+
readonly name: "";
|
|
1234
|
+
readonly type: "uint160";
|
|
1235
|
+
}];
|
|
1236
|
+
readonly name: "beforeInitialize";
|
|
1237
|
+
readonly outputs: readonly [{
|
|
1238
|
+
readonly internalType: "bytes4";
|
|
1239
|
+
readonly name: "";
|
|
1240
|
+
readonly type: "bytes4";
|
|
1241
|
+
}];
|
|
1242
|
+
readonly stateMutability: "view";
|
|
1243
|
+
readonly type: "function";
|
|
1244
|
+
}, {
|
|
1245
|
+
readonly inputs: readonly [{
|
|
1246
|
+
readonly internalType: "address";
|
|
1247
|
+
readonly name: "_sender";
|
|
1248
|
+
readonly type: "address";
|
|
1249
|
+
}, {
|
|
1250
|
+
readonly components: readonly [{
|
|
1251
|
+
readonly internalType: "Currency";
|
|
1252
|
+
readonly name: "currency0";
|
|
1253
|
+
readonly type: "address";
|
|
1254
|
+
}, {
|
|
1255
|
+
readonly internalType: "Currency";
|
|
1256
|
+
readonly name: "currency1";
|
|
1257
|
+
readonly type: "address";
|
|
1258
|
+
}, {
|
|
1259
|
+
readonly internalType: "uint24";
|
|
1260
|
+
readonly name: "fee";
|
|
1261
|
+
readonly type: "uint24";
|
|
1262
|
+
}, {
|
|
1263
|
+
readonly internalType: "int24";
|
|
1264
|
+
readonly name: "tickSpacing";
|
|
1265
|
+
readonly type: "int24";
|
|
1266
|
+
}, {
|
|
1267
|
+
readonly internalType: "contract IHooks";
|
|
1268
|
+
readonly name: "hooks";
|
|
1269
|
+
readonly type: "address";
|
|
1270
|
+
}];
|
|
1271
|
+
readonly internalType: "struct PoolKey";
|
|
1272
|
+
readonly name: "_key";
|
|
1273
|
+
readonly type: "tuple";
|
|
1274
|
+
}, {
|
|
1275
|
+
readonly components: readonly [{
|
|
1276
|
+
readonly internalType: "int24";
|
|
1277
|
+
readonly name: "tickLower";
|
|
1278
|
+
readonly type: "int24";
|
|
1279
|
+
}, {
|
|
1280
|
+
readonly internalType: "int24";
|
|
1281
|
+
readonly name: "tickUpper";
|
|
1282
|
+
readonly type: "int24";
|
|
1283
|
+
}, {
|
|
1284
|
+
readonly internalType: "int256";
|
|
1285
|
+
readonly name: "liquidityDelta";
|
|
1286
|
+
readonly type: "int256";
|
|
1287
|
+
}, {
|
|
1288
|
+
readonly internalType: "bytes32";
|
|
1289
|
+
readonly name: "salt";
|
|
1290
|
+
readonly type: "bytes32";
|
|
1291
|
+
}];
|
|
1292
|
+
readonly internalType: "struct IPoolManager.ModifyLiquidityParams";
|
|
1293
|
+
readonly name: "";
|
|
1294
|
+
readonly type: "tuple";
|
|
1295
|
+
}, {
|
|
1296
|
+
readonly internalType: "bytes";
|
|
1297
|
+
readonly name: "";
|
|
1298
|
+
readonly type: "bytes";
|
|
1299
|
+
}];
|
|
1300
|
+
readonly name: "beforeRemoveLiquidity";
|
|
1301
|
+
readonly outputs: readonly [{
|
|
1302
|
+
readonly internalType: "bytes4";
|
|
1303
|
+
readonly name: "selector_";
|
|
1304
|
+
readonly type: "bytes4";
|
|
1305
|
+
}];
|
|
1306
|
+
readonly stateMutability: "view";
|
|
1307
|
+
readonly type: "function";
|
|
1308
|
+
}, {
|
|
1309
|
+
readonly inputs: readonly [{
|
|
1310
|
+
readonly internalType: "address";
|
|
1311
|
+
readonly name: "_sender";
|
|
1312
|
+
readonly type: "address";
|
|
1313
|
+
}, {
|
|
1314
|
+
readonly components: readonly [{
|
|
1315
|
+
readonly internalType: "Currency";
|
|
1316
|
+
readonly name: "currency0";
|
|
1317
|
+
readonly type: "address";
|
|
1318
|
+
}, {
|
|
1319
|
+
readonly internalType: "Currency";
|
|
1320
|
+
readonly name: "currency1";
|
|
1321
|
+
readonly type: "address";
|
|
1322
|
+
}, {
|
|
1323
|
+
readonly internalType: "uint24";
|
|
1324
|
+
readonly name: "fee";
|
|
1325
|
+
readonly type: "uint24";
|
|
1326
|
+
}, {
|
|
1327
|
+
readonly internalType: "int24";
|
|
1328
|
+
readonly name: "tickSpacing";
|
|
1329
|
+
readonly type: "int24";
|
|
1330
|
+
}, {
|
|
1331
|
+
readonly internalType: "contract IHooks";
|
|
1332
|
+
readonly name: "hooks";
|
|
1333
|
+
readonly type: "address";
|
|
1334
|
+
}];
|
|
1335
|
+
readonly internalType: "struct PoolKey";
|
|
1336
|
+
readonly name: "_key";
|
|
1337
|
+
readonly type: "tuple";
|
|
1338
|
+
}, {
|
|
1339
|
+
readonly components: readonly [{
|
|
1340
|
+
readonly internalType: "bool";
|
|
1341
|
+
readonly name: "zeroForOne";
|
|
1342
|
+
readonly type: "bool";
|
|
1343
|
+
}, {
|
|
1344
|
+
readonly internalType: "int256";
|
|
1345
|
+
readonly name: "amountSpecified";
|
|
1346
|
+
readonly type: "int256";
|
|
1347
|
+
}, {
|
|
1348
|
+
readonly internalType: "uint160";
|
|
1349
|
+
readonly name: "sqrtPriceLimitX96";
|
|
1350
|
+
readonly type: "uint160";
|
|
1351
|
+
}];
|
|
1352
|
+
readonly internalType: "struct IPoolManager.SwapParams";
|
|
1353
|
+
readonly name: "_params";
|
|
1354
|
+
readonly type: "tuple";
|
|
1355
|
+
}, {
|
|
1356
|
+
readonly internalType: "bytes";
|
|
1357
|
+
readonly name: "_hookData";
|
|
1358
|
+
readonly type: "bytes";
|
|
1359
|
+
}];
|
|
1360
|
+
readonly name: "beforeSwap";
|
|
1361
|
+
readonly outputs: readonly [{
|
|
1362
|
+
readonly internalType: "bytes4";
|
|
1363
|
+
readonly name: "selector_";
|
|
1364
|
+
readonly type: "bytes4";
|
|
1365
|
+
}, {
|
|
1366
|
+
readonly internalType: "BeforeSwapDelta";
|
|
1367
|
+
readonly name: "beforeSwapDelta_";
|
|
1368
|
+
readonly type: "int256";
|
|
1369
|
+
}, {
|
|
1370
|
+
readonly internalType: "uint24";
|
|
1371
|
+
readonly name: "";
|
|
1372
|
+
readonly type: "uint24";
|
|
1373
|
+
}];
|
|
1374
|
+
readonly stateMutability: "nonpayable";
|
|
1375
|
+
readonly type: "function";
|
|
1376
|
+
}, {
|
|
1377
|
+
readonly inputs: readonly [];
|
|
1378
|
+
readonly name: "bidWall";
|
|
1379
|
+
readonly outputs: readonly [{
|
|
1380
|
+
readonly internalType: "contract BidWall";
|
|
1381
|
+
readonly name: "";
|
|
1382
|
+
readonly type: "address";
|
|
1383
|
+
}];
|
|
1384
|
+
readonly stateMutability: "view";
|
|
1385
|
+
readonly type: "function";
|
|
1386
|
+
}, {
|
|
1387
|
+
readonly inputs: readonly [];
|
|
1388
|
+
readonly name: "cancelOwnershipHandover";
|
|
1389
|
+
readonly outputs: readonly [];
|
|
1390
|
+
readonly stateMutability: "payable";
|
|
1391
|
+
readonly type: "function";
|
|
1392
|
+
}, {
|
|
1393
|
+
readonly inputs: readonly [{
|
|
1394
|
+
readonly components: readonly [{
|
|
1395
|
+
readonly internalType: "Currency";
|
|
1396
|
+
readonly name: "currency0";
|
|
1397
|
+
readonly type: "address";
|
|
1398
|
+
}, {
|
|
1399
|
+
readonly internalType: "Currency";
|
|
1400
|
+
readonly name: "currency1";
|
|
1401
|
+
readonly type: "address";
|
|
1402
|
+
}, {
|
|
1403
|
+
readonly internalType: "uint24";
|
|
1404
|
+
readonly name: "fee";
|
|
1405
|
+
readonly type: "uint24";
|
|
1406
|
+
}, {
|
|
1407
|
+
readonly internalType: "int24";
|
|
1408
|
+
readonly name: "tickSpacing";
|
|
1409
|
+
readonly type: "int24";
|
|
1410
|
+
}, {
|
|
1411
|
+
readonly internalType: "contract IHooks";
|
|
1412
|
+
readonly name: "hooks";
|
|
1413
|
+
readonly type: "address";
|
|
1414
|
+
}];
|
|
1415
|
+
readonly internalType: "struct PoolKey";
|
|
1416
|
+
readonly name: "_key";
|
|
1417
|
+
readonly type: "tuple";
|
|
1418
|
+
}];
|
|
1419
|
+
readonly name: "closeBidWall";
|
|
1420
|
+
readonly outputs: readonly [];
|
|
1421
|
+
readonly stateMutability: "nonpayable";
|
|
1422
|
+
readonly type: "function";
|
|
1423
|
+
}, {
|
|
1424
|
+
readonly inputs: readonly [{
|
|
1425
|
+
readonly internalType: "address";
|
|
1426
|
+
readonly name: "pendingOwner";
|
|
1427
|
+
readonly type: "address";
|
|
1428
|
+
}];
|
|
1429
|
+
readonly name: "completeOwnershipHandover";
|
|
1430
|
+
readonly outputs: readonly [];
|
|
1431
|
+
readonly stateMutability: "payable";
|
|
1432
|
+
readonly type: "function";
|
|
1433
|
+
}, {
|
|
1434
|
+
readonly inputs: readonly [];
|
|
1435
|
+
readonly name: "fairLaunch";
|
|
1436
|
+
readonly outputs: readonly [{
|
|
1437
|
+
readonly internalType: "contract FairLaunch";
|
|
1438
|
+
readonly name: "";
|
|
1439
|
+
readonly type: "address";
|
|
1440
|
+
}];
|
|
1441
|
+
readonly stateMutability: "view";
|
|
1442
|
+
readonly type: "function";
|
|
1443
|
+
}, {
|
|
1444
|
+
readonly inputs: readonly [];
|
|
1445
|
+
readonly name: "fairLaunchFeeCalculator";
|
|
1446
|
+
readonly outputs: readonly [{
|
|
1447
|
+
readonly internalType: "contract IFeeCalculator";
|
|
1448
|
+
readonly name: "";
|
|
1449
|
+
readonly type: "address";
|
|
1450
|
+
}];
|
|
1451
|
+
readonly stateMutability: "view";
|
|
1452
|
+
readonly type: "function";
|
|
1453
|
+
}, {
|
|
1454
|
+
readonly inputs: readonly [];
|
|
1455
|
+
readonly name: "feeCalculator";
|
|
1456
|
+
readonly outputs: readonly [{
|
|
1457
|
+
readonly internalType: "contract IFeeCalculator";
|
|
1458
|
+
readonly name: "";
|
|
1459
|
+
readonly type: "address";
|
|
1460
|
+
}];
|
|
1461
|
+
readonly stateMutability: "view";
|
|
1462
|
+
readonly type: "function";
|
|
1463
|
+
}, {
|
|
1464
|
+
readonly inputs: readonly [];
|
|
1465
|
+
readonly name: "feeEscrow";
|
|
1466
|
+
readonly outputs: readonly [{
|
|
1467
|
+
readonly internalType: "contract FeeEscrow";
|
|
1468
|
+
readonly name: "";
|
|
1469
|
+
readonly type: "address";
|
|
1470
|
+
}];
|
|
1471
|
+
readonly stateMutability: "view";
|
|
1472
|
+
readonly type: "function";
|
|
1473
|
+
}, {
|
|
1474
|
+
readonly inputs: readonly [];
|
|
1475
|
+
readonly name: "feeExemptions";
|
|
1476
|
+
readonly outputs: readonly [{
|
|
1477
|
+
readonly internalType: "contract FeeExemptions";
|
|
1478
|
+
readonly name: "";
|
|
1479
|
+
readonly type: "address";
|
|
1480
|
+
}];
|
|
1481
|
+
readonly stateMutability: "view";
|
|
1482
|
+
readonly type: "function";
|
|
1483
|
+
}, {
|
|
1484
|
+
readonly inputs: readonly [{
|
|
1485
|
+
readonly internalType: "PoolId";
|
|
1486
|
+
readonly name: "_poolId";
|
|
1487
|
+
readonly type: "bytes32";
|
|
1488
|
+
}, {
|
|
1489
|
+
readonly internalType: "uint256";
|
|
1490
|
+
readonly name: "_amount";
|
|
1491
|
+
readonly type: "uint256";
|
|
1492
|
+
}];
|
|
1493
|
+
readonly name: "feeSplit";
|
|
1494
|
+
readonly outputs: readonly [{
|
|
1495
|
+
readonly internalType: "uint256";
|
|
1496
|
+
readonly name: "bidWall_";
|
|
1497
|
+
readonly type: "uint256";
|
|
1498
|
+
}, {
|
|
1499
|
+
readonly internalType: "uint256";
|
|
1500
|
+
readonly name: "creator_";
|
|
1501
|
+
readonly type: "uint256";
|
|
1502
|
+
}, {
|
|
1503
|
+
readonly internalType: "uint256";
|
|
1504
|
+
readonly name: "protocol_";
|
|
1505
|
+
readonly type: "uint256";
|
|
1506
|
+
}];
|
|
1507
|
+
readonly stateMutability: "view";
|
|
1508
|
+
readonly type: "function";
|
|
1509
|
+
}, {
|
|
1510
|
+
readonly inputs: readonly [{
|
|
1511
|
+
readonly components: readonly [{
|
|
1512
|
+
readonly internalType: "string";
|
|
1513
|
+
readonly name: "name";
|
|
1514
|
+
readonly type: "string";
|
|
1515
|
+
}, {
|
|
1516
|
+
readonly internalType: "string";
|
|
1517
|
+
readonly name: "symbol";
|
|
1518
|
+
readonly type: "string";
|
|
1519
|
+
}, {
|
|
1520
|
+
readonly internalType: "string";
|
|
1521
|
+
readonly name: "tokenUri";
|
|
1522
|
+
readonly type: "string";
|
|
1523
|
+
}, {
|
|
1524
|
+
readonly internalType: "uint256";
|
|
1525
|
+
readonly name: "initialTokenFairLaunch";
|
|
1526
|
+
readonly type: "uint256";
|
|
1527
|
+
}, {
|
|
1528
|
+
readonly internalType: "uint256";
|
|
1529
|
+
readonly name: "fairLaunchDuration";
|
|
1530
|
+
readonly type: "uint256";
|
|
1531
|
+
}, {
|
|
1532
|
+
readonly internalType: "uint256";
|
|
1533
|
+
readonly name: "premineAmount";
|
|
1534
|
+
readonly type: "uint256";
|
|
1535
|
+
}, {
|
|
1536
|
+
readonly internalType: "address";
|
|
1537
|
+
readonly name: "creator";
|
|
1538
|
+
readonly type: "address";
|
|
1539
|
+
}, {
|
|
1540
|
+
readonly internalType: "uint24";
|
|
1541
|
+
readonly name: "creatorFeeAllocation";
|
|
1542
|
+
readonly type: "uint24";
|
|
1543
|
+
}, {
|
|
1544
|
+
readonly internalType: "uint256";
|
|
1545
|
+
readonly name: "flaunchAt";
|
|
1546
|
+
readonly type: "uint256";
|
|
1547
|
+
}, {
|
|
1548
|
+
readonly internalType: "bytes";
|
|
1549
|
+
readonly name: "initialPriceParams";
|
|
1550
|
+
readonly type: "bytes";
|
|
1551
|
+
}, {
|
|
1552
|
+
readonly internalType: "bytes";
|
|
1553
|
+
readonly name: "feeCalculatorParams";
|
|
1554
|
+
readonly type: "bytes";
|
|
1555
|
+
}];
|
|
1556
|
+
readonly internalType: "struct PositionManager.FlaunchParams";
|
|
1557
|
+
readonly name: "_params";
|
|
1558
|
+
readonly type: "tuple";
|
|
1559
|
+
}];
|
|
1560
|
+
readonly name: "flaunch";
|
|
1561
|
+
readonly outputs: readonly [{
|
|
1562
|
+
readonly internalType: "address";
|
|
1563
|
+
readonly name: "memecoin_";
|
|
1564
|
+
readonly type: "address";
|
|
1565
|
+
}];
|
|
1566
|
+
readonly stateMutability: "payable";
|
|
1567
|
+
readonly type: "function";
|
|
1568
|
+
}, {
|
|
1569
|
+
readonly inputs: readonly [];
|
|
1570
|
+
readonly name: "flaunchContract";
|
|
1571
|
+
readonly outputs: readonly [{
|
|
1572
|
+
readonly internalType: "contract IFlaunch";
|
|
1573
|
+
readonly name: "";
|
|
1574
|
+
readonly type: "address";
|
|
1575
|
+
}];
|
|
1576
|
+
readonly stateMutability: "view";
|
|
1577
|
+
readonly type: "function";
|
|
1578
|
+
}, {
|
|
1579
|
+
readonly inputs: readonly [{
|
|
1580
|
+
readonly internalType: "PoolId";
|
|
1581
|
+
readonly name: "_poolId";
|
|
1582
|
+
readonly type: "bytes32";
|
|
1583
|
+
}];
|
|
1584
|
+
readonly name: "flaunchesAt";
|
|
1585
|
+
readonly outputs: readonly [{
|
|
1586
|
+
readonly internalType: "uint256";
|
|
1587
|
+
readonly name: "_flaunchTime";
|
|
1588
|
+
readonly type: "uint256";
|
|
1589
|
+
}];
|
|
1590
|
+
readonly stateMutability: "view";
|
|
1591
|
+
readonly type: "function";
|
|
1592
|
+
}, {
|
|
1593
|
+
readonly inputs: readonly [];
|
|
1594
|
+
readonly name: "flayGovernance";
|
|
1595
|
+
readonly outputs: readonly [{
|
|
1596
|
+
readonly internalType: "address";
|
|
1597
|
+
readonly name: "";
|
|
1598
|
+
readonly type: "address";
|
|
1599
|
+
}];
|
|
1600
|
+
readonly stateMutability: "view";
|
|
1601
|
+
readonly type: "function";
|
|
1602
|
+
}, {
|
|
1603
|
+
readonly inputs: readonly [{
|
|
1604
|
+
readonly internalType: "bool";
|
|
1605
|
+
readonly name: "_isFairLaunch";
|
|
1606
|
+
readonly type: "bool";
|
|
1607
|
+
}];
|
|
1608
|
+
readonly name: "getFeeCalculator";
|
|
1609
|
+
readonly outputs: readonly [{
|
|
1610
|
+
readonly internalType: "contract IFeeCalculator";
|
|
1611
|
+
readonly name: "";
|
|
1612
|
+
readonly type: "address";
|
|
1613
|
+
}];
|
|
1614
|
+
readonly stateMutability: "view";
|
|
1615
|
+
readonly type: "function";
|
|
1616
|
+
}, {
|
|
1617
|
+
readonly inputs: readonly [{
|
|
1618
|
+
readonly internalType: "bytes";
|
|
1619
|
+
readonly name: "_initialPriceParams";
|
|
1620
|
+
readonly type: "bytes";
|
|
1621
|
+
}];
|
|
1622
|
+
readonly name: "getFlaunchingFee";
|
|
1623
|
+
readonly outputs: readonly [{
|
|
1624
|
+
readonly internalType: "uint256";
|
|
1625
|
+
readonly name: "";
|
|
1626
|
+
readonly type: "uint256";
|
|
1627
|
+
}];
|
|
1628
|
+
readonly stateMutability: "view";
|
|
1629
|
+
readonly type: "function";
|
|
1630
|
+
}, {
|
|
1631
|
+
readonly inputs: readonly [{
|
|
1632
|
+
readonly internalType: "bytes";
|
|
1633
|
+
readonly name: "_initialPriceParams";
|
|
1634
|
+
readonly type: "bytes";
|
|
1635
|
+
}];
|
|
1636
|
+
readonly name: "getFlaunchingMarketCap";
|
|
1637
|
+
readonly outputs: readonly [{
|
|
1638
|
+
readonly internalType: "uint256";
|
|
1639
|
+
readonly name: "";
|
|
1640
|
+
readonly type: "uint256";
|
|
1641
|
+
}];
|
|
1642
|
+
readonly stateMutability: "view";
|
|
1643
|
+
readonly type: "function";
|
|
1644
|
+
}, {
|
|
1645
|
+
readonly inputs: readonly [];
|
|
1646
|
+
readonly name: "getHookPermissions";
|
|
1647
|
+
readonly outputs: readonly [{
|
|
1648
|
+
readonly components: readonly [{
|
|
1649
|
+
readonly internalType: "bool";
|
|
1650
|
+
readonly name: "beforeInitialize";
|
|
1651
|
+
readonly type: "bool";
|
|
1652
|
+
}, {
|
|
1653
|
+
readonly internalType: "bool";
|
|
1654
|
+
readonly name: "afterInitialize";
|
|
1655
|
+
readonly type: "bool";
|
|
1656
|
+
}, {
|
|
1657
|
+
readonly internalType: "bool";
|
|
1658
|
+
readonly name: "beforeAddLiquidity";
|
|
1659
|
+
readonly type: "bool";
|
|
1660
|
+
}, {
|
|
1661
|
+
readonly internalType: "bool";
|
|
1662
|
+
readonly name: "afterAddLiquidity";
|
|
1663
|
+
readonly type: "bool";
|
|
1664
|
+
}, {
|
|
1665
|
+
readonly internalType: "bool";
|
|
1666
|
+
readonly name: "beforeRemoveLiquidity";
|
|
1667
|
+
readonly type: "bool";
|
|
1668
|
+
}, {
|
|
1669
|
+
readonly internalType: "bool";
|
|
1670
|
+
readonly name: "afterRemoveLiquidity";
|
|
1671
|
+
readonly type: "bool";
|
|
1672
|
+
}, {
|
|
1673
|
+
readonly internalType: "bool";
|
|
1674
|
+
readonly name: "beforeSwap";
|
|
1675
|
+
readonly type: "bool";
|
|
1676
|
+
}, {
|
|
1677
|
+
readonly internalType: "bool";
|
|
1678
|
+
readonly name: "afterSwap";
|
|
1679
|
+
readonly type: "bool";
|
|
1680
|
+
}, {
|
|
1681
|
+
readonly internalType: "bool";
|
|
1682
|
+
readonly name: "beforeDonate";
|
|
1683
|
+
readonly type: "bool";
|
|
1684
|
+
}, {
|
|
1685
|
+
readonly internalType: "bool";
|
|
1686
|
+
readonly name: "afterDonate";
|
|
1687
|
+
readonly type: "bool";
|
|
1688
|
+
}, {
|
|
1689
|
+
readonly internalType: "bool";
|
|
1690
|
+
readonly name: "beforeSwapReturnDelta";
|
|
1691
|
+
readonly type: "bool";
|
|
1692
|
+
}, {
|
|
1693
|
+
readonly internalType: "bool";
|
|
1694
|
+
readonly name: "afterSwapReturnDelta";
|
|
1695
|
+
readonly type: "bool";
|
|
1696
|
+
}, {
|
|
1697
|
+
readonly internalType: "bool";
|
|
1698
|
+
readonly name: "afterAddLiquidityReturnDelta";
|
|
1699
|
+
readonly type: "bool";
|
|
1700
|
+
}, {
|
|
1701
|
+
readonly internalType: "bool";
|
|
1702
|
+
readonly name: "afterRemoveLiquidityReturnDelta";
|
|
1703
|
+
readonly type: "bool";
|
|
1704
|
+
}];
|
|
1705
|
+
readonly internalType: "struct Hooks.Permissions";
|
|
1706
|
+
readonly name: "";
|
|
1707
|
+
readonly type: "tuple";
|
|
1708
|
+
}];
|
|
1709
|
+
readonly stateMutability: "pure";
|
|
1710
|
+
readonly type: "function";
|
|
1711
|
+
}, {
|
|
1712
|
+
readonly inputs: readonly [{
|
|
1713
|
+
readonly internalType: "PoolId";
|
|
1714
|
+
readonly name: "_poolId";
|
|
1715
|
+
readonly type: "bytes32";
|
|
1716
|
+
}];
|
|
1717
|
+
readonly name: "getPoolFeeDistribution";
|
|
1718
|
+
readonly outputs: readonly [{
|
|
1719
|
+
readonly components: readonly [{
|
|
1720
|
+
readonly internalType: "uint24";
|
|
1721
|
+
readonly name: "swapFee";
|
|
1722
|
+
readonly type: "uint24";
|
|
1723
|
+
}, {
|
|
1724
|
+
readonly internalType: "uint24";
|
|
1725
|
+
readonly name: "referrer";
|
|
1726
|
+
readonly type: "uint24";
|
|
1727
|
+
}, {
|
|
1728
|
+
readonly internalType: "uint24";
|
|
1729
|
+
readonly name: "protocol";
|
|
1730
|
+
readonly type: "uint24";
|
|
1731
|
+
}, {
|
|
1732
|
+
readonly internalType: "bool";
|
|
1733
|
+
readonly name: "active";
|
|
1734
|
+
readonly type: "bool";
|
|
1735
|
+
}];
|
|
1736
|
+
readonly internalType: "struct FeeDistributor.FeeDistribution";
|
|
1737
|
+
readonly name: "feeDistribution_";
|
|
1738
|
+
readonly type: "tuple";
|
|
1739
|
+
}];
|
|
1740
|
+
readonly stateMutability: "view";
|
|
1741
|
+
readonly type: "function";
|
|
1742
|
+
}, {
|
|
1743
|
+
readonly inputs: readonly [];
|
|
1744
|
+
readonly name: "initialPrice";
|
|
1745
|
+
readonly outputs: readonly [{
|
|
1746
|
+
readonly internalType: "contract IInitialPrice";
|
|
1747
|
+
readonly name: "";
|
|
1748
|
+
readonly type: "address";
|
|
1749
|
+
}];
|
|
1750
|
+
readonly stateMutability: "view";
|
|
1751
|
+
readonly type: "function";
|
|
1752
|
+
}, {
|
|
1753
|
+
readonly inputs: readonly [];
|
|
1754
|
+
readonly name: "nativeToken";
|
|
1755
|
+
readonly outputs: readonly [{
|
|
1756
|
+
readonly internalType: "address";
|
|
1757
|
+
readonly name: "";
|
|
1758
|
+
readonly type: "address";
|
|
1759
|
+
}];
|
|
1760
|
+
readonly stateMutability: "view";
|
|
1761
|
+
readonly type: "function";
|
|
1762
|
+
}, {
|
|
1763
|
+
readonly inputs: readonly [];
|
|
1764
|
+
readonly name: "notifier";
|
|
1765
|
+
readonly outputs: readonly [{
|
|
1766
|
+
readonly internalType: "contract Notifier";
|
|
1767
|
+
readonly name: "";
|
|
1768
|
+
readonly type: "address";
|
|
1769
|
+
}];
|
|
1770
|
+
readonly stateMutability: "view";
|
|
1771
|
+
readonly type: "function";
|
|
1772
|
+
}, {
|
|
1773
|
+
readonly inputs: readonly [];
|
|
1774
|
+
readonly name: "owner";
|
|
1775
|
+
readonly outputs: readonly [{
|
|
1776
|
+
readonly internalType: "address";
|
|
1777
|
+
readonly name: "result";
|
|
1778
|
+
readonly type: "address";
|
|
1779
|
+
}];
|
|
1780
|
+
readonly stateMutability: "view";
|
|
1781
|
+
readonly type: "function";
|
|
1782
|
+
}, {
|
|
1783
|
+
readonly inputs: readonly [{
|
|
1784
|
+
readonly internalType: "address";
|
|
1785
|
+
readonly name: "pendingOwner";
|
|
1786
|
+
readonly type: "address";
|
|
1787
|
+
}];
|
|
1788
|
+
readonly name: "ownershipHandoverExpiresAt";
|
|
1789
|
+
readonly outputs: readonly [{
|
|
1790
|
+
readonly internalType: "uint256";
|
|
1791
|
+
readonly name: "result";
|
|
1792
|
+
readonly type: "uint256";
|
|
1793
|
+
}];
|
|
1794
|
+
readonly stateMutability: "view";
|
|
1795
|
+
readonly type: "function";
|
|
1796
|
+
}, {
|
|
1797
|
+
readonly inputs: readonly [{
|
|
1798
|
+
readonly components: readonly [{
|
|
1799
|
+
readonly internalType: "Currency";
|
|
1800
|
+
readonly name: "currency0";
|
|
1801
|
+
readonly type: "address";
|
|
1802
|
+
}, {
|
|
1803
|
+
readonly internalType: "Currency";
|
|
1804
|
+
readonly name: "currency1";
|
|
1805
|
+
readonly type: "address";
|
|
1806
|
+
}, {
|
|
1807
|
+
readonly internalType: "uint24";
|
|
1808
|
+
readonly name: "fee";
|
|
1809
|
+
readonly type: "uint24";
|
|
1810
|
+
}, {
|
|
1811
|
+
readonly internalType: "int24";
|
|
1812
|
+
readonly name: "tickSpacing";
|
|
1813
|
+
readonly type: "int24";
|
|
1814
|
+
}, {
|
|
1815
|
+
readonly internalType: "contract IHooks";
|
|
1816
|
+
readonly name: "hooks";
|
|
1817
|
+
readonly type: "address";
|
|
1818
|
+
}];
|
|
1819
|
+
readonly internalType: "struct PoolKey";
|
|
1820
|
+
readonly name: "_poolKey";
|
|
1821
|
+
readonly type: "tuple";
|
|
1822
|
+
}];
|
|
1823
|
+
readonly name: "poolFees";
|
|
1824
|
+
readonly outputs: readonly [{
|
|
1825
|
+
readonly components: readonly [{
|
|
1826
|
+
readonly internalType: "uint256";
|
|
1827
|
+
readonly name: "amount0";
|
|
1828
|
+
readonly type: "uint256";
|
|
1829
|
+
}, {
|
|
1830
|
+
readonly internalType: "uint256";
|
|
1831
|
+
readonly name: "amount1";
|
|
1832
|
+
readonly type: "uint256";
|
|
1833
|
+
}];
|
|
1834
|
+
readonly internalType: "struct InternalSwapPool.ClaimableFees";
|
|
1835
|
+
readonly name: "";
|
|
1836
|
+
readonly type: "tuple";
|
|
1837
|
+
}];
|
|
1838
|
+
readonly stateMutability: "view";
|
|
1839
|
+
readonly type: "function";
|
|
1840
|
+
}, {
|
|
1841
|
+
readonly inputs: readonly [{
|
|
1842
|
+
readonly internalType: "address";
|
|
1843
|
+
readonly name: "_token";
|
|
1844
|
+
readonly type: "address";
|
|
1845
|
+
}];
|
|
1846
|
+
readonly name: "poolKey";
|
|
1847
|
+
readonly outputs: readonly [{
|
|
1848
|
+
readonly components: readonly [{
|
|
1849
|
+
readonly internalType: "Currency";
|
|
1850
|
+
readonly name: "currency0";
|
|
1851
|
+
readonly type: "address";
|
|
1852
|
+
}, {
|
|
1853
|
+
readonly internalType: "Currency";
|
|
1854
|
+
readonly name: "currency1";
|
|
1855
|
+
readonly type: "address";
|
|
1856
|
+
}, {
|
|
1857
|
+
readonly internalType: "uint24";
|
|
1858
|
+
readonly name: "fee";
|
|
1859
|
+
readonly type: "uint24";
|
|
1860
|
+
}, {
|
|
1861
|
+
readonly internalType: "int24";
|
|
1862
|
+
readonly name: "tickSpacing";
|
|
1863
|
+
readonly type: "int24";
|
|
1864
|
+
}, {
|
|
1865
|
+
readonly internalType: "contract IHooks";
|
|
1866
|
+
readonly name: "hooks";
|
|
1867
|
+
readonly type: "address";
|
|
1868
|
+
}];
|
|
1869
|
+
readonly internalType: "struct PoolKey";
|
|
1870
|
+
readonly name: "";
|
|
1871
|
+
readonly type: "tuple";
|
|
1872
|
+
}];
|
|
1873
|
+
readonly stateMutability: "view";
|
|
1874
|
+
readonly type: "function";
|
|
1875
|
+
}, {
|
|
1876
|
+
readonly inputs: readonly [];
|
|
1877
|
+
readonly name: "poolManager";
|
|
1878
|
+
readonly outputs: readonly [{
|
|
1879
|
+
readonly internalType: "contract IPoolManager";
|
|
1880
|
+
readonly name: "";
|
|
1881
|
+
readonly type: "address";
|
|
1882
|
+
}];
|
|
1883
|
+
readonly stateMutability: "view";
|
|
1884
|
+
readonly type: "function";
|
|
1885
|
+
}, {
|
|
1886
|
+
readonly inputs: readonly [];
|
|
1887
|
+
readonly name: "referralEscrow";
|
|
1888
|
+
readonly outputs: readonly [{
|
|
1889
|
+
readonly internalType: "contract ReferralEscrow";
|
|
1890
|
+
readonly name: "";
|
|
1891
|
+
readonly type: "address";
|
|
1892
|
+
}];
|
|
1893
|
+
readonly stateMutability: "view";
|
|
1894
|
+
readonly type: "function";
|
|
1895
|
+
}, {
|
|
1896
|
+
readonly inputs: readonly [];
|
|
1897
|
+
readonly name: "renounceOwnership";
|
|
1898
|
+
readonly outputs: readonly [];
|
|
1899
|
+
readonly stateMutability: "payable";
|
|
1900
|
+
readonly type: "function";
|
|
1901
|
+
}, {
|
|
1902
|
+
readonly inputs: readonly [];
|
|
1903
|
+
readonly name: "requestOwnershipHandover";
|
|
1904
|
+
readonly outputs: readonly [];
|
|
1905
|
+
readonly stateMutability: "payable";
|
|
1906
|
+
readonly type: "function";
|
|
1907
|
+
}, {
|
|
1908
|
+
readonly inputs: readonly [{
|
|
1909
|
+
readonly internalType: "contract IFeeCalculator";
|
|
1910
|
+
readonly name: "_feeCalculator";
|
|
1911
|
+
readonly type: "address";
|
|
1912
|
+
}];
|
|
1913
|
+
readonly name: "setFairLaunchFeeCalculator";
|
|
1914
|
+
readonly outputs: readonly [];
|
|
1915
|
+
readonly stateMutability: "nonpayable";
|
|
1916
|
+
readonly type: "function";
|
|
1917
|
+
}, {
|
|
1918
|
+
readonly inputs: readonly [{
|
|
1919
|
+
readonly internalType: "contract IFeeCalculator";
|
|
1920
|
+
readonly name: "_feeCalculator";
|
|
1921
|
+
readonly type: "address";
|
|
1922
|
+
}];
|
|
1923
|
+
readonly name: "setFeeCalculator";
|
|
1924
|
+
readonly outputs: readonly [];
|
|
1925
|
+
readonly stateMutability: "nonpayable";
|
|
1926
|
+
readonly type: "function";
|
|
1927
|
+
}, {
|
|
1928
|
+
readonly inputs: readonly [{
|
|
1929
|
+
readonly components: readonly [{
|
|
1930
|
+
readonly internalType: "uint24";
|
|
1931
|
+
readonly name: "swapFee";
|
|
1932
|
+
readonly type: "uint24";
|
|
1933
|
+
}, {
|
|
1934
|
+
readonly internalType: "uint24";
|
|
1935
|
+
readonly name: "referrer";
|
|
1936
|
+
readonly type: "uint24";
|
|
1937
|
+
}, {
|
|
1938
|
+
readonly internalType: "uint24";
|
|
1939
|
+
readonly name: "protocol";
|
|
1940
|
+
readonly type: "uint24";
|
|
1941
|
+
}, {
|
|
1942
|
+
readonly internalType: "bool";
|
|
1943
|
+
readonly name: "active";
|
|
1944
|
+
readonly type: "bool";
|
|
1945
|
+
}];
|
|
1946
|
+
readonly internalType: "struct FeeDistributor.FeeDistribution";
|
|
1947
|
+
readonly name: "_feeDistribution";
|
|
1948
|
+
readonly type: "tuple";
|
|
1949
|
+
}];
|
|
1950
|
+
readonly name: "setFeeDistribution";
|
|
1951
|
+
readonly outputs: readonly [];
|
|
1952
|
+
readonly stateMutability: "nonpayable";
|
|
1953
|
+
readonly type: "function";
|
|
1954
|
+
}, {
|
|
1955
|
+
readonly inputs: readonly [{
|
|
1956
|
+
readonly internalType: "address";
|
|
1957
|
+
readonly name: "_flaunchContract";
|
|
1958
|
+
readonly type: "address";
|
|
1959
|
+
}];
|
|
1960
|
+
readonly name: "setFlaunch";
|
|
1961
|
+
readonly outputs: readonly [];
|
|
1962
|
+
readonly stateMutability: "nonpayable";
|
|
1963
|
+
readonly type: "function";
|
|
1964
|
+
}, {
|
|
1965
|
+
readonly inputs: readonly [{
|
|
1966
|
+
readonly internalType: "address";
|
|
1967
|
+
readonly name: "_initialPrice";
|
|
1968
|
+
readonly type: "address";
|
|
1969
|
+
}];
|
|
1970
|
+
readonly name: "setInitialPrice";
|
|
1971
|
+
readonly outputs: readonly [];
|
|
1972
|
+
readonly stateMutability: "nonpayable";
|
|
1973
|
+
readonly type: "function";
|
|
1974
|
+
}, {
|
|
1975
|
+
readonly inputs: readonly [{
|
|
1976
|
+
readonly internalType: "PoolId";
|
|
1977
|
+
readonly name: "_poolId";
|
|
1978
|
+
readonly type: "bytes32";
|
|
1979
|
+
}, {
|
|
1980
|
+
readonly components: readonly [{
|
|
1981
|
+
readonly internalType: "uint24";
|
|
1982
|
+
readonly name: "swapFee";
|
|
1983
|
+
readonly type: "uint24";
|
|
1984
|
+
}, {
|
|
1985
|
+
readonly internalType: "uint24";
|
|
1986
|
+
readonly name: "referrer";
|
|
1987
|
+
readonly type: "uint24";
|
|
1988
|
+
}, {
|
|
1989
|
+
readonly internalType: "uint24";
|
|
1990
|
+
readonly name: "protocol";
|
|
1991
|
+
readonly type: "uint24";
|
|
1992
|
+
}, {
|
|
1993
|
+
readonly internalType: "bool";
|
|
1994
|
+
readonly name: "active";
|
|
1995
|
+
readonly type: "bool";
|
|
1996
|
+
}];
|
|
1997
|
+
readonly internalType: "struct FeeDistributor.FeeDistribution";
|
|
1998
|
+
readonly name: "_feeDistribution";
|
|
1999
|
+
readonly type: "tuple";
|
|
2000
|
+
}];
|
|
2001
|
+
readonly name: "setPoolFeeDistribution";
|
|
2002
|
+
readonly outputs: readonly [];
|
|
2003
|
+
readonly stateMutability: "nonpayable";
|
|
2004
|
+
readonly type: "function";
|
|
2005
|
+
}, {
|
|
2006
|
+
readonly inputs: readonly [{
|
|
2007
|
+
readonly internalType: "uint24";
|
|
2008
|
+
readonly name: "_protocol";
|
|
2009
|
+
readonly type: "uint24";
|
|
2010
|
+
}];
|
|
2011
|
+
readonly name: "setProtocolFeeDistribution";
|
|
2012
|
+
readonly outputs: readonly [];
|
|
2013
|
+
readonly stateMutability: "nonpayable";
|
|
2014
|
+
readonly type: "function";
|
|
2015
|
+
}, {
|
|
2016
|
+
readonly inputs: readonly [{
|
|
2017
|
+
readonly internalType: "address payable";
|
|
2018
|
+
readonly name: "_referralEscrow";
|
|
2019
|
+
readonly type: "address";
|
|
2020
|
+
}];
|
|
2021
|
+
readonly name: "setReferralEscrow";
|
|
2022
|
+
readonly outputs: readonly [];
|
|
2023
|
+
readonly stateMutability: "nonpayable";
|
|
2024
|
+
readonly type: "function";
|
|
2025
|
+
}, {
|
|
2026
|
+
readonly inputs: readonly [{
|
|
2027
|
+
readonly internalType: "address";
|
|
2028
|
+
readonly name: "newOwner";
|
|
2029
|
+
readonly type: "address";
|
|
2030
|
+
}];
|
|
2031
|
+
readonly name: "transferOwnership";
|
|
2032
|
+
readonly outputs: readonly [];
|
|
2033
|
+
readonly stateMutability: "payable";
|
|
2034
|
+
readonly type: "function";
|
|
2035
|
+
}, {
|
|
2036
|
+
readonly inputs: readonly [{
|
|
2037
|
+
readonly internalType: "bytes";
|
|
2038
|
+
readonly name: "data";
|
|
2039
|
+
readonly type: "bytes";
|
|
2040
|
+
}];
|
|
2041
|
+
readonly name: "unlockCallback";
|
|
2042
|
+
readonly outputs: readonly [{
|
|
2043
|
+
readonly internalType: "bytes";
|
|
2044
|
+
readonly name: "";
|
|
2045
|
+
readonly type: "bytes";
|
|
2046
|
+
}];
|
|
2047
|
+
readonly stateMutability: "nonpayable";
|
|
2048
|
+
readonly type: "function";
|
|
2049
|
+
}, {
|
|
2050
|
+
readonly stateMutability: "payable";
|
|
2051
|
+
readonly type: "receive";
|
|
2052
|
+
}];
|
|
2053
|
+
//# sourceMappingURL=FlaunchPositionManagerV1_1_1.d.ts.map
|