basememe-v4-contracts-configs 0.0.9 → 0.0.10
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/chainConfigs.d.ts +338 -4
- package/chainConfigs.d.ts.map +1 -1
- package/index.js +1263 -771
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/wagmiGenerated.d.ts +3080 -2243
- package/wagmiGenerated.d.ts.map +1 -1
package/index.js
CHANGED
|
@@ -29,6 +29,9 @@ __export(package_exports, {
|
|
|
29
29
|
basememeFactoryTradeHelperABI: () => basememeFactoryTradeHelperABI,
|
|
30
30
|
basememeFactoryTradeHelperAddress: () => basememeFactoryTradeHelperAddress,
|
|
31
31
|
basememeFactoryTradeHelperConfig: () => basememeFactoryTradeHelperConfig,
|
|
32
|
+
basememeLockVaultABI: () => basememeLockVaultABI,
|
|
33
|
+
basememeLockVaultAddress: () => basememeLockVaultAddress,
|
|
34
|
+
basememeLockVaultConfig: () => basememeLockVaultConfig,
|
|
32
35
|
basememeTokenABI: () => basememeTokenABI,
|
|
33
36
|
basememeTokenAddress: () => basememeTokenAddress,
|
|
34
37
|
basememeTokenConfig: () => basememeTokenConfig,
|
|
@@ -82,7 +85,7 @@ var basememeFactoryABI = [
|
|
|
82
85
|
{ type: "error", inputs: [], name: "FailedCall" }
|
|
83
86
|
];
|
|
84
87
|
var basememeFactoryAddress = {
|
|
85
|
-
8453: "
|
|
88
|
+
8453: "0xC0599137dbF994d238f68e96CA0AfaddeE57Af1B",
|
|
86
89
|
84532: "0xF8B83Da32D7722613A055005C8e4A8e98F8ED755"
|
|
87
90
|
};
|
|
88
91
|
var basememeFactoryConfig = {
|
|
@@ -90,7 +93,16 @@ var basememeFactoryConfig = {
|
|
|
90
93
|
abi: basememeFactoryABI
|
|
91
94
|
};
|
|
92
95
|
var basememeFactoryImplABI = [
|
|
93
|
-
{
|
|
96
|
+
{
|
|
97
|
+
stateMutability: "nonpayable",
|
|
98
|
+
type: "constructor",
|
|
99
|
+
inputs: [
|
|
100
|
+
{ name: "createModule", internalType: "address", type: "address" },
|
|
101
|
+
{ name: "configModule", internalType: "address", type: "address" },
|
|
102
|
+
{ name: "tradeModule", internalType: "address", type: "address" },
|
|
103
|
+
{ name: "migrationModule", internalType: "address", type: "address" }
|
|
104
|
+
]
|
|
105
|
+
},
|
|
94
106
|
{ stateMutability: "payable", type: "receive" },
|
|
95
107
|
{
|
|
96
108
|
stateMutability: "view",
|
|
@@ -110,9 +122,9 @@ var basememeFactoryImplABI = [
|
|
|
110
122
|
stateMutability: "payable",
|
|
111
123
|
type: "function",
|
|
112
124
|
inputs: [
|
|
113
|
-
{ name: "
|
|
114
|
-
{ name: "
|
|
115
|
-
{ name: "
|
|
125
|
+
{ name: "", internalType: "address", type: "address" },
|
|
126
|
+
{ name: "", internalType: "uint256", type: "uint256" },
|
|
127
|
+
{ name: "", internalType: "address", type: "address" }
|
|
116
128
|
],
|
|
117
129
|
name: "buyExactIn",
|
|
118
130
|
outputs: []
|
|
@@ -121,10 +133,10 @@ var basememeFactoryImplABI = [
|
|
|
121
133
|
stateMutability: "payable",
|
|
122
134
|
type: "function",
|
|
123
135
|
inputs: [
|
|
124
|
-
{ name: "
|
|
125
|
-
{ name: "
|
|
126
|
-
{ name: "
|
|
127
|
-
{ name: "
|
|
136
|
+
{ name: "", internalType: "address", type: "address" },
|
|
137
|
+
{ name: "", internalType: "uint256", type: "uint256" },
|
|
138
|
+
{ name: "", internalType: "address", type: "address" },
|
|
139
|
+
{ name: "", internalType: "address", type: "address" }
|
|
128
140
|
],
|
|
129
141
|
name: "buyExactInTo",
|
|
130
142
|
outputs: []
|
|
@@ -133,10 +145,10 @@ var basememeFactoryImplABI = [
|
|
|
133
145
|
stateMutability: "payable",
|
|
134
146
|
type: "function",
|
|
135
147
|
inputs: [
|
|
136
|
-
{ name: "
|
|
137
|
-
{ name: "
|
|
138
|
-
{ name: "
|
|
139
|
-
{ name: "
|
|
148
|
+
{ name: "", internalType: "address", type: "address" },
|
|
149
|
+
{ name: "", internalType: "uint256", type: "uint256" },
|
|
150
|
+
{ name: "", internalType: "uint256", type: "uint256" },
|
|
151
|
+
{ name: "", internalType: "address", type: "address" }
|
|
140
152
|
],
|
|
141
153
|
name: "buyExactInWithCollateral",
|
|
142
154
|
outputs: []
|
|
@@ -145,11 +157,11 @@ var basememeFactoryImplABI = [
|
|
|
145
157
|
stateMutability: "payable",
|
|
146
158
|
type: "function",
|
|
147
159
|
inputs: [
|
|
148
|
-
{ name: "
|
|
149
|
-
{ name: "
|
|
150
|
-
{ name: "
|
|
151
|
-
{ name: "
|
|
152
|
-
{ name: "
|
|
160
|
+
{ name: "", internalType: "address", type: "address" },
|
|
161
|
+
{ name: "", internalType: "uint256", type: "uint256" },
|
|
162
|
+
{ name: "", internalType: "uint256", type: "uint256" },
|
|
163
|
+
{ name: "", internalType: "address", type: "address" },
|
|
164
|
+
{ name: "", internalType: "address", type: "address" }
|
|
153
165
|
],
|
|
154
166
|
name: "buyExactInWithCollateralTo",
|
|
155
167
|
outputs: []
|
|
@@ -158,14 +170,10 @@ var basememeFactoryImplABI = [
|
|
|
158
170
|
stateMutability: "payable",
|
|
159
171
|
type: "function",
|
|
160
172
|
inputs: [
|
|
161
|
-
{ name: "
|
|
162
|
-
{ name: "
|
|
163
|
-
{
|
|
164
|
-
|
|
165
|
-
internalType: "uint256",
|
|
166
|
-
type: "uint256"
|
|
167
|
-
},
|
|
168
|
-
{ name: "_tradeReferrer", internalType: "address", type: "address" }
|
|
173
|
+
{ name: "", internalType: "address", type: "address" },
|
|
174
|
+
{ name: "", internalType: "uint256", type: "uint256" },
|
|
175
|
+
{ name: "", internalType: "uint256", type: "uint256" },
|
|
176
|
+
{ name: "", internalType: "address", type: "address" }
|
|
169
177
|
],
|
|
170
178
|
name: "buyExactOut",
|
|
171
179
|
outputs: []
|
|
@@ -174,15 +182,11 @@ var basememeFactoryImplABI = [
|
|
|
174
182
|
stateMutability: "payable",
|
|
175
183
|
type: "function",
|
|
176
184
|
inputs: [
|
|
177
|
-
{ name: "
|
|
178
|
-
{ name: "
|
|
179
|
-
{
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
type: "uint256"
|
|
183
|
-
},
|
|
184
|
-
{ name: "_tradeReferrer", internalType: "address", type: "address" },
|
|
185
|
-
{ name: "_to", internalType: "address", type: "address" }
|
|
185
|
+
{ name: "", internalType: "address", type: "address" },
|
|
186
|
+
{ name: "", internalType: "uint256", type: "uint256" },
|
|
187
|
+
{ name: "", internalType: "uint256", type: "uint256" },
|
|
188
|
+
{ name: "", internalType: "address", type: "address" },
|
|
189
|
+
{ name: "", internalType: "address", type: "address" }
|
|
186
190
|
],
|
|
187
191
|
name: "buyExactOutTo",
|
|
188
192
|
outputs: []
|
|
@@ -208,51 +212,74 @@ var basememeFactoryImplABI = [
|
|
|
208
212
|
name: "collateralConfigs",
|
|
209
213
|
outputs: [
|
|
210
214
|
{
|
|
211
|
-
name: "
|
|
212
|
-
internalType: "struct
|
|
215
|
+
name: "",
|
|
216
|
+
internalType: "struct IBasememeFactoryImpl.CollateralConfig",
|
|
213
217
|
type: "tuple",
|
|
214
218
|
components: [
|
|
215
219
|
{
|
|
216
|
-
name: "
|
|
217
|
-
internalType: "
|
|
218
|
-
type: "
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
220
|
+
name: "curveParams",
|
|
221
|
+
internalType: "struct IBondingCurve.CurveParams",
|
|
222
|
+
type: "tuple",
|
|
223
|
+
components: [
|
|
224
|
+
{
|
|
225
|
+
name: "initialTokenSupply",
|
|
226
|
+
internalType: "uint256",
|
|
227
|
+
type: "uint256"
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
name: "virtualCollateralReservesInitial",
|
|
231
|
+
internalType: "uint256",
|
|
232
|
+
type: "uint256"
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
name: "virtualTokenReservesInitial",
|
|
236
|
+
internalType: "uint256",
|
|
237
|
+
type: "uint256"
|
|
238
|
+
},
|
|
239
|
+
{ name: "feeBPS", internalType: "uint256", type: "uint256" },
|
|
240
|
+
{
|
|
241
|
+
name: "mcLowerLimit",
|
|
242
|
+
internalType: "uint256",
|
|
243
|
+
type: "uint256"
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
name: "mcUpperLimit",
|
|
247
|
+
internalType: "uint256",
|
|
248
|
+
type: "uint256"
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
name: "tokensMigrationThreshold",
|
|
252
|
+
internalType: "uint256",
|
|
253
|
+
type: "uint256"
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
name: "fixedMigrationFee",
|
|
257
|
+
internalType: "uint256",
|
|
258
|
+
type: "uint256"
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
name: "poolCreationFee",
|
|
262
|
+
internalType: "uint256",
|
|
263
|
+
type: "uint256"
|
|
264
|
+
},
|
|
265
|
+
{ name: "firstBuyFee", internalType: "uint256", type: "uint256" },
|
|
266
|
+
{
|
|
267
|
+
name: "targetCollectionAmount",
|
|
268
|
+
internalType: "uint256",
|
|
269
|
+
type: "uint256"
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
name: "collateralToken",
|
|
273
|
+
internalType: "address",
|
|
274
|
+
type: "address"
|
|
275
|
+
},
|
|
276
|
+
{ name: "v4LpFee", internalType: "uint24", type: "uint24" }
|
|
277
|
+
]
|
|
242
278
|
},
|
|
243
|
-
{ name: "
|
|
244
|
-
{ name: "
|
|
245
|
-
{
|
|
246
|
-
name: "targetCollectionAmount",
|
|
247
|
-
internalType: "uint256",
|
|
248
|
-
type: "uint256"
|
|
249
|
-
},
|
|
250
|
-
{ name: "collateralToken", internalType: "address", type: "address" },
|
|
251
|
-
{ name: "v4LpFee", internalType: "uint24", type: "uint24" }
|
|
279
|
+
{ name: "v4LiquidityConfig", internalType: "bytes", type: "bytes" },
|
|
280
|
+
{ name: "v4ConfigVersion", internalType: "uint8", type: "uint8" }
|
|
252
281
|
]
|
|
253
|
-
}
|
|
254
|
-
{ name: "v4LiquidityConfig", internalType: "bytes", type: "bytes" },
|
|
255
|
-
{ name: "v4ConfigVersion", internalType: "uint8", type: "uint8" }
|
|
282
|
+
}
|
|
256
283
|
]
|
|
257
284
|
},
|
|
258
285
|
{
|
|
@@ -273,14 +300,14 @@ var basememeFactoryImplABI = [
|
|
|
273
300
|
stateMutability: "nonpayable",
|
|
274
301
|
type: "function",
|
|
275
302
|
inputs: [
|
|
276
|
-
{ name: "
|
|
277
|
-
{ name: "
|
|
278
|
-
{ name: "
|
|
279
|
-
{ name: "
|
|
280
|
-
{ name: "
|
|
281
|
-
{ name: "
|
|
282
|
-
{ name: "
|
|
283
|
-
{ name: "
|
|
303
|
+
{ name: "", internalType: "string", type: "string" },
|
|
304
|
+
{ name: "", internalType: "string", type: "string" },
|
|
305
|
+
{ name: "", internalType: "string", type: "string" },
|
|
306
|
+
{ name: "", internalType: "uint256", type: "uint256" },
|
|
307
|
+
{ name: "", internalType: "bytes", type: "bytes" },
|
|
308
|
+
{ name: "", internalType: "address", type: "address" },
|
|
309
|
+
{ name: "", internalType: "address", type: "address" },
|
|
310
|
+
{ name: "", internalType: "bytes32", type: "bytes32" }
|
|
284
311
|
],
|
|
285
312
|
name: "createBasememeToken",
|
|
286
313
|
outputs: [{ name: "", internalType: "address", type: "address" }]
|
|
@@ -289,14 +316,14 @@ var basememeFactoryImplABI = [
|
|
|
289
316
|
stateMutability: "nonpayable",
|
|
290
317
|
type: "function",
|
|
291
318
|
inputs: [
|
|
292
|
-
{ name: "
|
|
293
|
-
{ name: "
|
|
294
|
-
{ name: "
|
|
295
|
-
{ name: "
|
|
296
|
-
{ name: "
|
|
297
|
-
{ name: "
|
|
298
|
-
{ name: "
|
|
299
|
-
{ name: "
|
|
319
|
+
{ name: "", internalType: "string", type: "string" },
|
|
320
|
+
{ name: "", internalType: "string", type: "string" },
|
|
321
|
+
{ name: "", internalType: "string", type: "string" },
|
|
322
|
+
{ name: "", internalType: "uint256", type: "uint256" },
|
|
323
|
+
{ name: "", internalType: "bytes", type: "bytes" },
|
|
324
|
+
{ name: "", internalType: "address", type: "address" },
|
|
325
|
+
{ name: "", internalType: "address", type: "address" },
|
|
326
|
+
{ name: "", internalType: "address", type: "address" }
|
|
300
327
|
],
|
|
301
328
|
name: "createBasememeToken",
|
|
302
329
|
outputs: [{ name: "", internalType: "address", type: "address" }]
|
|
@@ -305,15 +332,15 @@ var basememeFactoryImplABI = [
|
|
|
305
332
|
stateMutability: "payable",
|
|
306
333
|
type: "function",
|
|
307
334
|
inputs: [
|
|
308
|
-
{ name: "
|
|
309
|
-
{ name: "
|
|
310
|
-
{ name: "
|
|
311
|
-
{ name: "
|
|
312
|
-
{ name: "
|
|
313
|
-
{ name: "
|
|
314
|
-
{ name: "
|
|
315
|
-
{ name: "
|
|
316
|
-
{ name: "
|
|
335
|
+
{ name: "", internalType: "string", type: "string" },
|
|
336
|
+
{ name: "", internalType: "string", type: "string" },
|
|
337
|
+
{ name: "", internalType: "string", type: "string" },
|
|
338
|
+
{ name: "", internalType: "uint256", type: "uint256" },
|
|
339
|
+
{ name: "", internalType: "uint256", type: "uint256" },
|
|
340
|
+
{ name: "", internalType: "bytes", type: "bytes" },
|
|
341
|
+
{ name: "", internalType: "address", type: "address" },
|
|
342
|
+
{ name: "", internalType: "address", type: "address" },
|
|
343
|
+
{ name: "", internalType: "bytes32", type: "bytes32" }
|
|
317
344
|
],
|
|
318
345
|
name: "createBasememeTokenAndBuy",
|
|
319
346
|
outputs: [{ name: "", internalType: "address", type: "address" }]
|
|
@@ -322,15 +349,15 @@ var basememeFactoryImplABI = [
|
|
|
322
349
|
stateMutability: "payable",
|
|
323
350
|
type: "function",
|
|
324
351
|
inputs: [
|
|
325
|
-
{ name: "
|
|
326
|
-
{ name: "
|
|
327
|
-
{ name: "
|
|
328
|
-
{ name: "
|
|
329
|
-
{ name: "
|
|
330
|
-
{ name: "
|
|
331
|
-
{ name: "
|
|
332
|
-
{ name: "
|
|
333
|
-
{ name: "
|
|
352
|
+
{ name: "", internalType: "string", type: "string" },
|
|
353
|
+
{ name: "", internalType: "string", type: "string" },
|
|
354
|
+
{ name: "", internalType: "string", type: "string" },
|
|
355
|
+
{ name: "", internalType: "uint256", type: "uint256" },
|
|
356
|
+
{ name: "", internalType: "uint256", type: "uint256" },
|
|
357
|
+
{ name: "", internalType: "bytes", type: "bytes" },
|
|
358
|
+
{ name: "", internalType: "address", type: "address" },
|
|
359
|
+
{ name: "", internalType: "address", type: "address" },
|
|
360
|
+
{ name: "", internalType: "address", type: "address" }
|
|
334
361
|
],
|
|
335
362
|
name: "createBasememeTokenAndBuy",
|
|
336
363
|
outputs: [{ name: "", internalType: "address", type: "address" }]
|
|
@@ -339,17 +366,17 @@ var basememeFactoryImplABI = [
|
|
|
339
366
|
stateMutability: "payable",
|
|
340
367
|
type: "function",
|
|
341
368
|
inputs: [
|
|
342
|
-
{ name: "
|
|
343
|
-
{ name: "
|
|
344
|
-
{ name: "
|
|
345
|
-
{ name: "
|
|
346
|
-
{ name: "
|
|
347
|
-
{ name: "
|
|
348
|
-
{ name: "
|
|
349
|
-
{ name: "
|
|
350
|
-
{ name: "
|
|
351
|
-
{ name: "
|
|
352
|
-
{ name: "
|
|
369
|
+
{ name: "", internalType: "string", type: "string" },
|
|
370
|
+
{ name: "", internalType: "string", type: "string" },
|
|
371
|
+
{ name: "", internalType: "string", type: "string" },
|
|
372
|
+
{ name: "", internalType: "uint256", type: "uint256" },
|
|
373
|
+
{ name: "", internalType: "uint256", type: "uint256" },
|
|
374
|
+
{ name: "", internalType: "uint256", type: "uint256" },
|
|
375
|
+
{ name: "", internalType: "bytes", type: "bytes" },
|
|
376
|
+
{ name: "", internalType: "address", type: "address" },
|
|
377
|
+
{ name: "", internalType: "address", type: "address" },
|
|
378
|
+
{ name: "", internalType: "bytes32", type: "bytes32" },
|
|
379
|
+
{ name: "", internalType: "address", type: "address" }
|
|
353
380
|
],
|
|
354
381
|
name: "createBasememeTokenAndBuyWithCollateral",
|
|
355
382
|
outputs: [{ name: "", internalType: "address", type: "address" }]
|
|
@@ -358,46 +385,192 @@ var basememeFactoryImplABI = [
|
|
|
358
385
|
stateMutability: "nonpayable",
|
|
359
386
|
type: "function",
|
|
360
387
|
inputs: [
|
|
361
|
-
{ name: "
|
|
362
|
-
{ name: "
|
|
363
|
-
{ name: "
|
|
364
|
-
{ name: "
|
|
365
|
-
{ name: "
|
|
366
|
-
{ name: "
|
|
367
|
-
{ name: "
|
|
368
|
-
{ name: "
|
|
369
|
-
{ name: "
|
|
388
|
+
{ name: "", internalType: "string", type: "string" },
|
|
389
|
+
{ name: "", internalType: "string", type: "string" },
|
|
390
|
+
{ name: "", internalType: "string", type: "string" },
|
|
391
|
+
{ name: "", internalType: "uint256", type: "uint256" },
|
|
392
|
+
{ name: "", internalType: "bytes", type: "bytes" },
|
|
393
|
+
{ name: "", internalType: "address", type: "address" },
|
|
394
|
+
{ name: "", internalType: "address", type: "address" },
|
|
395
|
+
{ name: "", internalType: "bytes32", type: "bytes32" },
|
|
396
|
+
{ name: "", internalType: "uint256", type: "uint256" },
|
|
397
|
+
{ name: "", internalType: "uint16", type: "uint16" },
|
|
398
|
+
{ name: "", internalType: "bytes32", type: "bytes32" },
|
|
399
|
+
{ name: "", internalType: "uint16", type: "uint16" },
|
|
400
|
+
{ name: "", internalType: "uint64", type: "uint64" },
|
|
401
|
+
{ name: "", internalType: "uint64", type: "uint64" },
|
|
402
|
+
{ name: "", internalType: "address", type: "address" }
|
|
403
|
+
],
|
|
404
|
+
name: "createBasememeTokenDynamic",
|
|
405
|
+
outputs: [{ name: "", internalType: "address", type: "address" }]
|
|
406
|
+
},
|
|
407
|
+
{
|
|
408
|
+
stateMutability: "nonpayable",
|
|
409
|
+
type: "function",
|
|
410
|
+
inputs: [
|
|
411
|
+
{ name: "", internalType: "string", type: "string" },
|
|
412
|
+
{ name: "", internalType: "string", type: "string" },
|
|
413
|
+
{ name: "", internalType: "string", type: "string" },
|
|
414
|
+
{ name: "", internalType: "uint256", type: "uint256" },
|
|
415
|
+
{ name: "", internalType: "bytes", type: "bytes" },
|
|
416
|
+
{ name: "", internalType: "address", type: "address" },
|
|
417
|
+
{ name: "", internalType: "address", type: "address" },
|
|
418
|
+
{ name: "", internalType: "bytes32", type: "bytes32" },
|
|
419
|
+
{ name: "", internalType: "uint256", type: "uint256" },
|
|
420
|
+
{ name: "", internalType: "uint16", type: "uint16" },
|
|
421
|
+
{ name: "", internalType: "bytes32", type: "bytes32" }
|
|
422
|
+
],
|
|
423
|
+
name: "createBasememeTokenDynamic",
|
|
424
|
+
outputs: [{ name: "", internalType: "address", type: "address" }]
|
|
425
|
+
},
|
|
426
|
+
{
|
|
427
|
+
stateMutability: "nonpayable",
|
|
428
|
+
type: "function",
|
|
429
|
+
inputs: [
|
|
430
|
+
{ name: "", internalType: "string", type: "string" },
|
|
431
|
+
{ name: "", internalType: "string", type: "string" },
|
|
432
|
+
{ name: "", internalType: "string", type: "string" },
|
|
433
|
+
{ name: "", internalType: "uint256", type: "uint256" },
|
|
434
|
+
{ name: "", internalType: "bytes", type: "bytes" },
|
|
435
|
+
{ name: "", internalType: "address", type: "address" },
|
|
436
|
+
{ name: "", internalType: "address", type: "address" },
|
|
437
|
+
{ name: "", internalType: "bytes32", type: "bytes32" },
|
|
438
|
+
{ name: "", internalType: "address", type: "address" },
|
|
439
|
+
{ name: "", internalType: "uint256", type: "uint256" },
|
|
440
|
+
{ name: "", internalType: "uint16", type: "uint16" },
|
|
441
|
+
{ name: "", internalType: "bytes32", type: "bytes32" },
|
|
442
|
+
{ name: "", internalType: "uint16", type: "uint16" },
|
|
443
|
+
{ name: "", internalType: "uint64", type: "uint64" },
|
|
444
|
+
{ name: "", internalType: "uint64", type: "uint64" },
|
|
445
|
+
{ name: "", internalType: "address", type: "address" }
|
|
446
|
+
],
|
|
447
|
+
name: "createBasememeTokenDynamicWithCollateral",
|
|
448
|
+
outputs: [{ name: "", internalType: "address", type: "address" }]
|
|
449
|
+
},
|
|
450
|
+
{
|
|
451
|
+
stateMutability: "nonpayable",
|
|
452
|
+
type: "function",
|
|
453
|
+
inputs: [
|
|
454
|
+
{ name: "", internalType: "string", type: "string" },
|
|
455
|
+
{ name: "", internalType: "string", type: "string" },
|
|
456
|
+
{ name: "", internalType: "string", type: "string" },
|
|
457
|
+
{ name: "", internalType: "uint256", type: "uint256" },
|
|
458
|
+
{ name: "", internalType: "bytes", type: "bytes" },
|
|
459
|
+
{ name: "", internalType: "address", type: "address" },
|
|
460
|
+
{ name: "", internalType: "address", type: "address" },
|
|
461
|
+
{ name: "", internalType: "bytes32", type: "bytes32" },
|
|
462
|
+
{ name: "", internalType: "address", type: "address" },
|
|
463
|
+
{ name: "", internalType: "uint256", type: "uint256" },
|
|
464
|
+
{ name: "", internalType: "uint16", type: "uint16" },
|
|
465
|
+
{ name: "", internalType: "bytes32", type: "bytes32" }
|
|
466
|
+
],
|
|
467
|
+
name: "createBasememeTokenDynamicWithCollateral",
|
|
468
|
+
outputs: [{ name: "", internalType: "address", type: "address" }]
|
|
469
|
+
},
|
|
470
|
+
{
|
|
471
|
+
stateMutability: "nonpayable",
|
|
472
|
+
type: "function",
|
|
473
|
+
inputs: [
|
|
474
|
+
{ name: "", internalType: "string", type: "string" },
|
|
475
|
+
{ name: "", internalType: "string", type: "string" },
|
|
476
|
+
{ name: "", internalType: "string", type: "string" },
|
|
477
|
+
{ name: "", internalType: "uint256", type: "uint256" },
|
|
478
|
+
{ name: "", internalType: "bytes", type: "bytes" },
|
|
479
|
+
{ name: "", internalType: "address", type: "address" },
|
|
480
|
+
{ name: "", internalType: "address", type: "address" },
|
|
481
|
+
{ name: "", internalType: "bytes32", type: "bytes32" },
|
|
482
|
+
{ name: "", internalType: "address", type: "address" }
|
|
370
483
|
],
|
|
371
484
|
name: "createBasememeTokenWithCollateral",
|
|
372
485
|
outputs: [{ name: "", internalType: "address", type: "address" }]
|
|
373
486
|
},
|
|
487
|
+
{
|
|
488
|
+
stateMutability: "view",
|
|
489
|
+
type: "function",
|
|
490
|
+
inputs: [],
|
|
491
|
+
name: "defaultLockVault",
|
|
492
|
+
outputs: [{ name: "", internalType: "address", type: "address" }]
|
|
493
|
+
},
|
|
494
|
+
{
|
|
495
|
+
stateMutability: "view",
|
|
496
|
+
type: "function",
|
|
497
|
+
inputs: [{ name: "", internalType: "address", type: "address" }],
|
|
498
|
+
name: "getDynamicCreateCollateralConfig",
|
|
499
|
+
outputs: [
|
|
500
|
+
{
|
|
501
|
+
name: "",
|
|
502
|
+
internalType: "struct IBasememeFactoryImpl.DynamicCreateCollateralConfig",
|
|
503
|
+
type: "tuple",
|
|
504
|
+
components: [
|
|
505
|
+
{
|
|
506
|
+
name: "defaultProfileId",
|
|
507
|
+
internalType: "bytes32",
|
|
508
|
+
type: "bytes32"
|
|
509
|
+
},
|
|
510
|
+
{
|
|
511
|
+
name: "defaultTargetRaise",
|
|
512
|
+
internalType: "uint256",
|
|
513
|
+
type: "uint256"
|
|
514
|
+
},
|
|
515
|
+
{
|
|
516
|
+
name: "initialTokenSupply",
|
|
517
|
+
internalType: "uint256",
|
|
518
|
+
type: "uint256"
|
|
519
|
+
},
|
|
520
|
+
{ name: "firstBuyFee", internalType: "uint256", type: "uint256" },
|
|
521
|
+
{ name: "tradeFeeBps", internalType: "uint16", type: "uint16" },
|
|
522
|
+
{ name: "migrationFeeBps", internalType: "uint16", type: "uint16" },
|
|
523
|
+
{ name: "defaultSellBps", internalType: "uint16", type: "uint16" },
|
|
524
|
+
{ name: "v4LpFee", internalType: "uint24", type: "uint24" }
|
|
525
|
+
]
|
|
526
|
+
}
|
|
527
|
+
]
|
|
528
|
+
},
|
|
374
529
|
{
|
|
375
530
|
stateMutability: "view",
|
|
376
531
|
type: "function",
|
|
377
532
|
inputs: [],
|
|
378
533
|
name: "getV4LiquidityConfig",
|
|
379
534
|
outputs: [
|
|
380
|
-
{ name: "
|
|
381
|
-
{ name: "
|
|
535
|
+
{ name: "", internalType: "bytes", type: "bytes" },
|
|
536
|
+
{ name: "", internalType: "uint8", type: "uint8" }
|
|
537
|
+
]
|
|
538
|
+
},
|
|
539
|
+
{
|
|
540
|
+
stateMutability: "view",
|
|
541
|
+
type: "function",
|
|
542
|
+
inputs: [{ name: "", internalType: "bytes32", type: "bytes32" }],
|
|
543
|
+
name: "getV4LiquidityProfile",
|
|
544
|
+
outputs: [
|
|
545
|
+
{ name: "", internalType: "bytes", type: "bytes" },
|
|
546
|
+
{ name: "", internalType: "uint8", type: "uint8" },
|
|
547
|
+
{ name: "", internalType: "bytes32", type: "bytes32" }
|
|
382
548
|
]
|
|
383
549
|
},
|
|
384
550
|
{
|
|
385
551
|
stateMutability: "nonpayable",
|
|
386
552
|
type: "function",
|
|
387
553
|
inputs: [
|
|
388
|
-
{ name: "
|
|
389
|
-
{ name: "
|
|
554
|
+
{ name: "factoryOwner", internalType: "address", type: "address" },
|
|
555
|
+
{ name: "signer_", internalType: "address", type: "address" },
|
|
390
556
|
{
|
|
391
|
-
name: "
|
|
557
|
+
name: "bondingCurveImplementation_",
|
|
392
558
|
internalType: "address",
|
|
393
559
|
type: "address"
|
|
394
560
|
},
|
|
395
|
-
{ name: "
|
|
396
|
-
{ name: "
|
|
561
|
+
{ name: "chainV4LiquidityConfig_", internalType: "bytes", type: "bytes" },
|
|
562
|
+
{ name: "chainV4ConfigVersion_", internalType: "uint8", type: "uint8" }
|
|
397
563
|
],
|
|
398
564
|
name: "initialize",
|
|
399
565
|
outputs: []
|
|
400
566
|
},
|
|
567
|
+
{
|
|
568
|
+
stateMutability: "nonpayable",
|
|
569
|
+
type: "function",
|
|
570
|
+
inputs: [{ name: "data", internalType: "bytes", type: "bytes" }],
|
|
571
|
+
name: "inspect",
|
|
572
|
+
outputs: [{ name: "result", internalType: "bytes", type: "bytes" }]
|
|
573
|
+
},
|
|
401
574
|
{
|
|
402
575
|
stateMutability: "view",
|
|
403
576
|
type: "function",
|
|
@@ -415,7 +588,7 @@ var basememeFactoryImplABI = [
|
|
|
415
588
|
{
|
|
416
589
|
stateMutability: "nonpayable",
|
|
417
590
|
type: "function",
|
|
418
|
-
inputs: [{ name: "
|
|
591
|
+
inputs: [{ name: "", internalType: "address", type: "address" }],
|
|
419
592
|
name: "migrate",
|
|
420
593
|
outputs: []
|
|
421
594
|
},
|
|
@@ -458,14 +631,10 @@ var basememeFactoryImplABI = [
|
|
|
458
631
|
stateMutability: "nonpayable",
|
|
459
632
|
type: "function",
|
|
460
633
|
inputs: [
|
|
461
|
-
{ name: "
|
|
462
|
-
{ name: "
|
|
463
|
-
{
|
|
464
|
-
|
|
465
|
-
internalType: "uint256",
|
|
466
|
-
type: "uint256"
|
|
467
|
-
},
|
|
468
|
-
{ name: "_tradeReferrer", internalType: "address", type: "address" }
|
|
634
|
+
{ name: "", internalType: "address", type: "address" },
|
|
635
|
+
{ name: "", internalType: "uint256", type: "uint256" },
|
|
636
|
+
{ name: "", internalType: "uint256", type: "uint256" },
|
|
637
|
+
{ name: "", internalType: "address", type: "address" }
|
|
469
638
|
],
|
|
470
639
|
name: "sellExactIn",
|
|
471
640
|
outputs: []
|
|
@@ -474,15 +643,11 @@ var basememeFactoryImplABI = [
|
|
|
474
643
|
stateMutability: "nonpayable",
|
|
475
644
|
type: "function",
|
|
476
645
|
inputs: [
|
|
477
|
-
{ name: "
|
|
478
|
-
{ name: "
|
|
479
|
-
{ name: "
|
|
480
|
-
{
|
|
481
|
-
|
|
482
|
-
internalType: "uint256",
|
|
483
|
-
type: "uint256"
|
|
484
|
-
},
|
|
485
|
-
{ name: "_tradeReferrer", internalType: "address", type: "address" }
|
|
646
|
+
{ name: "", internalType: "address", type: "address" },
|
|
647
|
+
{ name: "", internalType: "address", type: "address" },
|
|
648
|
+
{ name: "", internalType: "uint256", type: "uint256" },
|
|
649
|
+
{ name: "", internalType: "uint256", type: "uint256" },
|
|
650
|
+
{ name: "", internalType: "address", type: "address" }
|
|
486
651
|
],
|
|
487
652
|
name: "sellExactInFrom",
|
|
488
653
|
outputs: []
|
|
@@ -491,10 +656,10 @@ var basememeFactoryImplABI = [
|
|
|
491
656
|
stateMutability: "nonpayable",
|
|
492
657
|
type: "function",
|
|
493
658
|
inputs: [
|
|
494
|
-
{ name: "
|
|
495
|
-
{ name: "
|
|
496
|
-
{ name: "
|
|
497
|
-
{ name: "
|
|
659
|
+
{ name: "", internalType: "address", type: "address" },
|
|
660
|
+
{ name: "", internalType: "uint256", type: "uint256" },
|
|
661
|
+
{ name: "", internalType: "uint256", type: "uint256" },
|
|
662
|
+
{ name: "", internalType: "address", type: "address" }
|
|
498
663
|
],
|
|
499
664
|
name: "sellExactOut",
|
|
500
665
|
outputs: []
|
|
@@ -503,11 +668,11 @@ var basememeFactoryImplABI = [
|
|
|
503
668
|
stateMutability: "nonpayable",
|
|
504
669
|
type: "function",
|
|
505
670
|
inputs: [
|
|
506
|
-
{ name: "
|
|
507
|
-
{ name: "
|
|
508
|
-
{ name: "
|
|
509
|
-
{ name: "
|
|
510
|
-
{ name: "
|
|
671
|
+
{ name: "", internalType: "address", type: "address" },
|
|
672
|
+
{ name: "", internalType: "address", type: "address" },
|
|
673
|
+
{ name: "", internalType: "uint256", type: "uint256" },
|
|
674
|
+
{ name: "", internalType: "uint256", type: "uint256" },
|
|
675
|
+
{ name: "", internalType: "address", type: "address" }
|
|
511
676
|
],
|
|
512
677
|
name: "sellExactOutFrom",
|
|
513
678
|
outputs: []
|
|
@@ -515,13 +680,7 @@ var basememeFactoryImplABI = [
|
|
|
515
680
|
{
|
|
516
681
|
stateMutability: "nonpayable",
|
|
517
682
|
type: "function",
|
|
518
|
-
inputs: [
|
|
519
|
-
{
|
|
520
|
-
name: "_bondingCurveImplementation",
|
|
521
|
-
internalType: "address",
|
|
522
|
-
type: "address"
|
|
523
|
-
}
|
|
524
|
-
],
|
|
683
|
+
inputs: [{ name: "", internalType: "address", type: "address" }],
|
|
525
684
|
name: "setBondingCurveImplementation",
|
|
526
685
|
outputs: []
|
|
527
686
|
},
|
|
@@ -529,9 +688,9 @@ var basememeFactoryImplABI = [
|
|
|
529
688
|
stateMutability: "nonpayable",
|
|
530
689
|
type: "function",
|
|
531
690
|
inputs: [
|
|
532
|
-
{ name: "
|
|
691
|
+
{ name: "", internalType: "address", type: "address" },
|
|
533
692
|
{
|
|
534
|
-
name: "
|
|
693
|
+
name: "",
|
|
535
694
|
internalType: "struct IBondingCurve.CurveParams",
|
|
536
695
|
type: "tuple",
|
|
537
696
|
components: [
|
|
@@ -574,35 +733,158 @@ var basememeFactoryImplABI = [
|
|
|
574
733
|
{ name: "v4LpFee", internalType: "uint24", type: "uint24" }
|
|
575
734
|
]
|
|
576
735
|
},
|
|
577
|
-
{ name: "
|
|
578
|
-
{ name: "
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
736
|
+
{ name: "", internalType: "bytes", type: "bytes" },
|
|
737
|
+
{ name: "", internalType: "uint8", type: "uint8" },
|
|
738
|
+
{
|
|
739
|
+
name: "",
|
|
740
|
+
internalType: "struct IBasememeFactoryImpl.DynamicCreateCollateralConfig",
|
|
741
|
+
type: "tuple",
|
|
742
|
+
components: [
|
|
743
|
+
{
|
|
744
|
+
name: "defaultProfileId",
|
|
745
|
+
internalType: "bytes32",
|
|
746
|
+
type: "bytes32"
|
|
747
|
+
},
|
|
748
|
+
{
|
|
749
|
+
name: "defaultTargetRaise",
|
|
750
|
+
internalType: "uint256",
|
|
751
|
+
type: "uint256"
|
|
752
|
+
},
|
|
753
|
+
{
|
|
754
|
+
name: "initialTokenSupply",
|
|
755
|
+
internalType: "uint256",
|
|
756
|
+
type: "uint256"
|
|
757
|
+
},
|
|
758
|
+
{ name: "firstBuyFee", internalType: "uint256", type: "uint256" },
|
|
759
|
+
{ name: "tradeFeeBps", internalType: "uint16", type: "uint16" },
|
|
760
|
+
{ name: "migrationFeeBps", internalType: "uint16", type: "uint16" },
|
|
761
|
+
{ name: "defaultSellBps", internalType: "uint16", type: "uint16" },
|
|
762
|
+
{ name: "v4LpFee", internalType: "uint24", type: "uint24" }
|
|
763
|
+
]
|
|
764
|
+
}
|
|
589
765
|
],
|
|
590
|
-
name: "
|
|
766
|
+
name: "setCollateralAllConfigs",
|
|
591
767
|
outputs: []
|
|
592
768
|
},
|
|
593
769
|
{
|
|
594
770
|
stateMutability: "nonpayable",
|
|
595
771
|
type: "function",
|
|
596
772
|
inputs: [
|
|
597
|
-
{ name: "
|
|
773
|
+
{ name: "", internalType: "address", type: "address" },
|
|
774
|
+
{
|
|
775
|
+
name: "",
|
|
776
|
+
internalType: "struct IBondingCurve.CurveParams",
|
|
777
|
+
type: "tuple",
|
|
778
|
+
components: [
|
|
779
|
+
{
|
|
780
|
+
name: "initialTokenSupply",
|
|
781
|
+
internalType: "uint256",
|
|
782
|
+
type: "uint256"
|
|
783
|
+
},
|
|
784
|
+
{
|
|
785
|
+
name: "virtualCollateralReservesInitial",
|
|
786
|
+
internalType: "uint256",
|
|
787
|
+
type: "uint256"
|
|
788
|
+
},
|
|
789
|
+
{
|
|
790
|
+
name: "virtualTokenReservesInitial",
|
|
791
|
+
internalType: "uint256",
|
|
792
|
+
type: "uint256"
|
|
793
|
+
},
|
|
794
|
+
{ name: "feeBPS", internalType: "uint256", type: "uint256" },
|
|
795
|
+
{ name: "mcLowerLimit", internalType: "uint256", type: "uint256" },
|
|
796
|
+
{ name: "mcUpperLimit", internalType: "uint256", type: "uint256" },
|
|
797
|
+
{
|
|
798
|
+
name: "tokensMigrationThreshold",
|
|
799
|
+
internalType: "uint256",
|
|
800
|
+
type: "uint256"
|
|
801
|
+
},
|
|
802
|
+
{
|
|
803
|
+
name: "fixedMigrationFee",
|
|
804
|
+
internalType: "uint256",
|
|
805
|
+
type: "uint256"
|
|
806
|
+
},
|
|
807
|
+
{ name: "poolCreationFee", internalType: "uint256", type: "uint256" },
|
|
808
|
+
{ name: "firstBuyFee", internalType: "uint256", type: "uint256" },
|
|
809
|
+
{
|
|
810
|
+
name: "targetCollectionAmount",
|
|
811
|
+
internalType: "uint256",
|
|
812
|
+
type: "uint256"
|
|
813
|
+
},
|
|
814
|
+
{ name: "collateralToken", internalType: "address", type: "address" },
|
|
815
|
+
{ name: "v4LpFee", internalType: "uint24", type: "uint24" }
|
|
816
|
+
]
|
|
817
|
+
},
|
|
818
|
+
{ name: "", internalType: "bytes", type: "bytes" },
|
|
819
|
+
{ name: "", internalType: "uint8", type: "uint8" }
|
|
820
|
+
],
|
|
821
|
+
name: "setCollateralConfig",
|
|
822
|
+
outputs: []
|
|
823
|
+
},
|
|
824
|
+
{
|
|
825
|
+
stateMutability: "nonpayable",
|
|
826
|
+
type: "function",
|
|
827
|
+
inputs: [
|
|
828
|
+
{ name: "", internalType: "address", type: "address" },
|
|
829
|
+
{ name: "", internalType: "bool", type: "bool" }
|
|
598
830
|
],
|
|
831
|
+
name: "setCollateralEnabled",
|
|
832
|
+
outputs: []
|
|
833
|
+
},
|
|
834
|
+
{
|
|
835
|
+
stateMutability: "nonpayable",
|
|
836
|
+
type: "function",
|
|
837
|
+
inputs: [{ name: "", internalType: "address", type: "address" }],
|
|
838
|
+
name: "setDefaultLockVault",
|
|
839
|
+
outputs: []
|
|
840
|
+
},
|
|
841
|
+
{
|
|
842
|
+
stateMutability: "nonpayable",
|
|
843
|
+
type: "function",
|
|
844
|
+
inputs: [
|
|
845
|
+
{ name: "", internalType: "address", type: "address" },
|
|
846
|
+
{
|
|
847
|
+
name: "",
|
|
848
|
+
internalType: "struct IBasememeFactoryImpl.DynamicCreateCollateralConfig",
|
|
849
|
+
type: "tuple",
|
|
850
|
+
components: [
|
|
851
|
+
{
|
|
852
|
+
name: "defaultProfileId",
|
|
853
|
+
internalType: "bytes32",
|
|
854
|
+
type: "bytes32"
|
|
855
|
+
},
|
|
856
|
+
{
|
|
857
|
+
name: "defaultTargetRaise",
|
|
858
|
+
internalType: "uint256",
|
|
859
|
+
type: "uint256"
|
|
860
|
+
},
|
|
861
|
+
{
|
|
862
|
+
name: "initialTokenSupply",
|
|
863
|
+
internalType: "uint256",
|
|
864
|
+
type: "uint256"
|
|
865
|
+
},
|
|
866
|
+
{ name: "firstBuyFee", internalType: "uint256", type: "uint256" },
|
|
867
|
+
{ name: "tradeFeeBps", internalType: "uint16", type: "uint16" },
|
|
868
|
+
{ name: "migrationFeeBps", internalType: "uint16", type: "uint16" },
|
|
869
|
+
{ name: "defaultSellBps", internalType: "uint16", type: "uint16" },
|
|
870
|
+
{ name: "v4LpFee", internalType: "uint24", type: "uint24" }
|
|
871
|
+
]
|
|
872
|
+
}
|
|
873
|
+
],
|
|
874
|
+
name: "setDynamicCreateCollateralConfig",
|
|
875
|
+
outputs: []
|
|
876
|
+
},
|
|
877
|
+
{
|
|
878
|
+
stateMutability: "nonpayable",
|
|
879
|
+
type: "function",
|
|
880
|
+
inputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
599
881
|
name: "setIsSignatureEnabled",
|
|
600
882
|
outputs: []
|
|
601
883
|
},
|
|
602
884
|
{
|
|
603
885
|
stateMutability: "nonpayable",
|
|
604
886
|
type: "function",
|
|
605
|
-
inputs: [{ name: "
|
|
887
|
+
inputs: [{ name: "", internalType: "address", type: "address" }],
|
|
606
888
|
name: "setSigner",
|
|
607
889
|
outputs: []
|
|
608
890
|
},
|
|
@@ -610,8 +892,8 @@ var basememeFactoryImplABI = [
|
|
|
610
892
|
stateMutability: "nonpayable",
|
|
611
893
|
type: "function",
|
|
612
894
|
inputs: [
|
|
613
|
-
{ name: "
|
|
614
|
-
{ name: "
|
|
895
|
+
{ name: "", internalType: "address", type: "address" },
|
|
896
|
+
{ name: "", internalType: "bool", type: "bool" }
|
|
615
897
|
],
|
|
616
898
|
name: "setTrustedCaller",
|
|
617
899
|
outputs: []
|
|
@@ -620,12 +902,22 @@ var basememeFactoryImplABI = [
|
|
|
620
902
|
stateMutability: "nonpayable",
|
|
621
903
|
type: "function",
|
|
622
904
|
inputs: [
|
|
623
|
-
{ name: "
|
|
624
|
-
{ name: "
|
|
905
|
+
{ name: "", internalType: "bytes", type: "bytes" },
|
|
906
|
+
{ name: "", internalType: "uint8", type: "uint8" }
|
|
625
907
|
],
|
|
626
908
|
name: "setV4LiquidityConfig",
|
|
627
909
|
outputs: []
|
|
628
910
|
},
|
|
911
|
+
{
|
|
912
|
+
stateMutability: "nonpayable",
|
|
913
|
+
type: "function",
|
|
914
|
+
inputs: [
|
|
915
|
+
{ name: "", internalType: "bytes32", type: "bytes32" },
|
|
916
|
+
{ name: "", internalType: "bytes", type: "bytes" }
|
|
917
|
+
],
|
|
918
|
+
name: "setV4LiquidityProfile",
|
|
919
|
+
outputs: []
|
|
920
|
+
},
|
|
629
921
|
{
|
|
630
922
|
stateMutability: "view",
|
|
631
923
|
type: "function",
|
|
@@ -665,116 +957,18 @@ var basememeFactoryImplABI = [
|
|
|
665
957
|
outputs: []
|
|
666
958
|
},
|
|
667
959
|
{
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
inputs: [
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
internalType: "address",
|
|
674
|
-
type: "address",
|
|
675
|
-
indexed: true
|
|
676
|
-
},
|
|
677
|
-
{
|
|
678
|
-
name: "token",
|
|
679
|
-
internalType: "address",
|
|
680
|
-
type: "address",
|
|
681
|
-
indexed: true
|
|
682
|
-
},
|
|
683
|
-
{
|
|
684
|
-
name: "tokenAmount",
|
|
685
|
-
internalType: "uint256",
|
|
686
|
-
type: "uint256",
|
|
687
|
-
indexed: false
|
|
688
|
-
},
|
|
689
|
-
{
|
|
690
|
-
name: "collateralAmount",
|
|
691
|
-
internalType: "uint256",
|
|
692
|
-
type: "uint256",
|
|
693
|
-
indexed: false
|
|
694
|
-
},
|
|
695
|
-
{
|
|
696
|
-
name: "refund",
|
|
697
|
-
internalType: "uint256",
|
|
698
|
-
type: "uint256",
|
|
699
|
-
indexed: false
|
|
700
|
-
},
|
|
701
|
-
{
|
|
702
|
-
name: "tradeFee",
|
|
703
|
-
internalType: "uint256",
|
|
704
|
-
type: "uint256",
|
|
705
|
-
indexed: false
|
|
706
|
-
},
|
|
707
|
-
{
|
|
708
|
-
name: "curveProgressBps",
|
|
709
|
-
internalType: "uint256",
|
|
710
|
-
type: "uint256",
|
|
711
|
-
indexed: false
|
|
712
|
-
},
|
|
713
|
-
{
|
|
714
|
-
name: "virtualCollateralReserves",
|
|
715
|
-
internalType: "uint256",
|
|
716
|
-
type: "uint256",
|
|
717
|
-
indexed: false
|
|
718
|
-
},
|
|
719
|
-
{
|
|
720
|
-
name: "virtualTokenReserves",
|
|
721
|
-
internalType: "uint256",
|
|
722
|
-
type: "uint256",
|
|
723
|
-
indexed: false
|
|
724
|
-
},
|
|
725
|
-
{
|
|
726
|
-
name: "collateralReserves",
|
|
727
|
-
internalType: "uint256",
|
|
728
|
-
type: "uint256",
|
|
729
|
-
indexed: false
|
|
730
|
-
},
|
|
731
|
-
{
|
|
732
|
-
name: "tokenReserves",
|
|
733
|
-
internalType: "uint256",
|
|
734
|
-
type: "uint256",
|
|
735
|
-
indexed: false
|
|
736
|
-
}
|
|
737
|
-
],
|
|
738
|
-
name: "Buy"
|
|
739
|
-
},
|
|
740
|
-
{
|
|
741
|
-
type: "event",
|
|
742
|
-
anonymous: false,
|
|
743
|
-
inputs: [
|
|
744
|
-
{
|
|
745
|
-
name: "caller",
|
|
746
|
-
internalType: "address",
|
|
747
|
-
type: "address",
|
|
748
|
-
indexed: true
|
|
749
|
-
},
|
|
750
|
-
{
|
|
751
|
-
name: "recipient",
|
|
752
|
-
internalType: "address",
|
|
753
|
-
type: "address",
|
|
754
|
-
indexed: true
|
|
755
|
-
},
|
|
756
|
-
{
|
|
757
|
-
name: "token",
|
|
758
|
-
internalType: "address",
|
|
759
|
-
type: "address",
|
|
760
|
-
indexed: true
|
|
761
|
-
}
|
|
762
|
-
],
|
|
763
|
-
name: "BuyRecipient"
|
|
960
|
+
stateMutability: "view",
|
|
961
|
+
type: "function",
|
|
962
|
+
inputs: [{ name: "", internalType: "bytes32", type: "bytes32" }],
|
|
963
|
+
name: "v4LiquidityProfileVersions",
|
|
964
|
+
outputs: [{ name: "", internalType: "uint8", type: "uint8" }]
|
|
764
965
|
},
|
|
765
966
|
{
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
inputs: [
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
internalType: "address",
|
|
772
|
-
type: "address",
|
|
773
|
-
indexed: true
|
|
774
|
-
},
|
|
775
|
-
{ name: "enabled", internalType: "bool", type: "bool", indexed: false }
|
|
776
|
-
],
|
|
777
|
-
name: "CollateralEnabledUpdated"
|
|
967
|
+
stateMutability: "view",
|
|
968
|
+
type: "function",
|
|
969
|
+
inputs: [{ name: "", internalType: "bytes32", type: "bytes32" }],
|
|
970
|
+
name: "v4LiquidityProfiles",
|
|
971
|
+
outputs: [{ name: "", internalType: "bytes", type: "bytes" }]
|
|
778
972
|
},
|
|
779
973
|
{
|
|
780
974
|
type: "event",
|
|
@@ -789,228 +983,6 @@ var basememeFactoryImplABI = [
|
|
|
789
983
|
],
|
|
790
984
|
name: "Initialized"
|
|
791
985
|
},
|
|
792
|
-
{
|
|
793
|
-
type: "event",
|
|
794
|
-
anonymous: false,
|
|
795
|
-
inputs: [
|
|
796
|
-
{
|
|
797
|
-
name: "token",
|
|
798
|
-
internalType: "address",
|
|
799
|
-
type: "address",
|
|
800
|
-
indexed: false
|
|
801
|
-
}
|
|
802
|
-
],
|
|
803
|
-
name: "MarketcapReached"
|
|
804
|
-
},
|
|
805
|
-
{
|
|
806
|
-
type: "event",
|
|
807
|
-
anonymous: false,
|
|
808
|
-
inputs: [
|
|
809
|
-
{
|
|
810
|
-
name: "token",
|
|
811
|
-
internalType: "address",
|
|
812
|
-
type: "address",
|
|
813
|
-
indexed: false
|
|
814
|
-
},
|
|
815
|
-
{
|
|
816
|
-
name: "tokenId",
|
|
817
|
-
internalType: "uint256",
|
|
818
|
-
type: "uint256",
|
|
819
|
-
indexed: false
|
|
820
|
-
},
|
|
821
|
-
{
|
|
822
|
-
name: "liquidity",
|
|
823
|
-
internalType: "uint128",
|
|
824
|
-
type: "uint128",
|
|
825
|
-
indexed: false
|
|
826
|
-
},
|
|
827
|
-
{
|
|
828
|
-
name: "amount0",
|
|
829
|
-
internalType: "uint256",
|
|
830
|
-
type: "uint256",
|
|
831
|
-
indexed: false
|
|
832
|
-
},
|
|
833
|
-
{
|
|
834
|
-
name: "amount1",
|
|
835
|
-
internalType: "uint256",
|
|
836
|
-
type: "uint256",
|
|
837
|
-
indexed: false
|
|
838
|
-
},
|
|
839
|
-
{
|
|
840
|
-
name: "migrationFee",
|
|
841
|
-
internalType: "uint256",
|
|
842
|
-
type: "uint256",
|
|
843
|
-
indexed: false
|
|
844
|
-
}
|
|
845
|
-
],
|
|
846
|
-
name: "Migrated"
|
|
847
|
-
},
|
|
848
|
-
{
|
|
849
|
-
type: "event",
|
|
850
|
-
anonymous: false,
|
|
851
|
-
inputs: [
|
|
852
|
-
{
|
|
853
|
-
name: "addr",
|
|
854
|
-
internalType: "address",
|
|
855
|
-
type: "address",
|
|
856
|
-
indexed: false
|
|
857
|
-
},
|
|
858
|
-
{
|
|
859
|
-
name: "bondingCurve",
|
|
860
|
-
internalType: "address",
|
|
861
|
-
type: "address",
|
|
862
|
-
indexed: false
|
|
863
|
-
},
|
|
864
|
-
{
|
|
865
|
-
name: "creator",
|
|
866
|
-
internalType: "address",
|
|
867
|
-
type: "address",
|
|
868
|
-
indexed: false
|
|
869
|
-
},
|
|
870
|
-
{
|
|
871
|
-
name: "signature",
|
|
872
|
-
internalType: "bytes",
|
|
873
|
-
type: "bytes",
|
|
874
|
-
indexed: false
|
|
875
|
-
},
|
|
876
|
-
{
|
|
877
|
-
name: "platformReferrer",
|
|
878
|
-
internalType: "address",
|
|
879
|
-
type: "address",
|
|
880
|
-
indexed: false
|
|
881
|
-
},
|
|
882
|
-
{
|
|
883
|
-
name: "payoutRecipient",
|
|
884
|
-
internalType: "address",
|
|
885
|
-
type: "address",
|
|
886
|
-
indexed: false
|
|
887
|
-
},
|
|
888
|
-
{
|
|
889
|
-
name: "owner",
|
|
890
|
-
internalType: "address",
|
|
891
|
-
type: "address",
|
|
892
|
-
indexed: false
|
|
893
|
-
},
|
|
894
|
-
{
|
|
895
|
-
name: "nonce",
|
|
896
|
-
internalType: "uint256",
|
|
897
|
-
type: "uint256",
|
|
898
|
-
indexed: false
|
|
899
|
-
},
|
|
900
|
-
{ name: "name", internalType: "string", type: "string", indexed: false },
|
|
901
|
-
{
|
|
902
|
-
name: "symbol",
|
|
903
|
-
internalType: "string",
|
|
904
|
-
type: "string",
|
|
905
|
-
indexed: false
|
|
906
|
-
},
|
|
907
|
-
{
|
|
908
|
-
name: "tokenURI",
|
|
909
|
-
internalType: "string",
|
|
910
|
-
type: "string",
|
|
911
|
-
indexed: false
|
|
912
|
-
},
|
|
913
|
-
{
|
|
914
|
-
name: "version",
|
|
915
|
-
internalType: "string",
|
|
916
|
-
type: "string",
|
|
917
|
-
indexed: false
|
|
918
|
-
}
|
|
919
|
-
],
|
|
920
|
-
name: "NewBasememeToken"
|
|
921
|
-
},
|
|
922
|
-
{
|
|
923
|
-
type: "event",
|
|
924
|
-
anonymous: false,
|
|
925
|
-
inputs: [
|
|
926
|
-
{ name: "addr", internalType: "address", type: "address", indexed: true },
|
|
927
|
-
{
|
|
928
|
-
name: "bondingCurve",
|
|
929
|
-
internalType: "address",
|
|
930
|
-
type: "address",
|
|
931
|
-
indexed: true
|
|
932
|
-
},
|
|
933
|
-
{
|
|
934
|
-
name: "initialTokenSupply",
|
|
935
|
-
internalType: "uint256",
|
|
936
|
-
type: "uint256",
|
|
937
|
-
indexed: false
|
|
938
|
-
},
|
|
939
|
-
{
|
|
940
|
-
name: "virtualCollateralReservesInitial",
|
|
941
|
-
internalType: "uint256",
|
|
942
|
-
type: "uint256",
|
|
943
|
-
indexed: false
|
|
944
|
-
},
|
|
945
|
-
{
|
|
946
|
-
name: "virtualTokenReservesInitial",
|
|
947
|
-
internalType: "uint256",
|
|
948
|
-
type: "uint256",
|
|
949
|
-
indexed: false
|
|
950
|
-
},
|
|
951
|
-
{
|
|
952
|
-
name: "feeBPS",
|
|
953
|
-
internalType: "uint256",
|
|
954
|
-
type: "uint256",
|
|
955
|
-
indexed: false
|
|
956
|
-
},
|
|
957
|
-
{
|
|
958
|
-
name: "mcLowerLimit",
|
|
959
|
-
internalType: "uint256",
|
|
960
|
-
type: "uint256",
|
|
961
|
-
indexed: false
|
|
962
|
-
},
|
|
963
|
-
{
|
|
964
|
-
name: "mcUpperLimit",
|
|
965
|
-
internalType: "uint256",
|
|
966
|
-
type: "uint256",
|
|
967
|
-
indexed: false
|
|
968
|
-
},
|
|
969
|
-
{
|
|
970
|
-
name: "tokensMigrationThreshold",
|
|
971
|
-
internalType: "uint256",
|
|
972
|
-
type: "uint256",
|
|
973
|
-
indexed: false
|
|
974
|
-
},
|
|
975
|
-
{
|
|
976
|
-
name: "fixedMigrationFee",
|
|
977
|
-
internalType: "uint256",
|
|
978
|
-
type: "uint256",
|
|
979
|
-
indexed: false
|
|
980
|
-
},
|
|
981
|
-
{
|
|
982
|
-
name: "poolCreationFee",
|
|
983
|
-
internalType: "uint256",
|
|
984
|
-
type: "uint256",
|
|
985
|
-
indexed: false
|
|
986
|
-
},
|
|
987
|
-
{
|
|
988
|
-
name: "firstBuyFee",
|
|
989
|
-
internalType: "uint256",
|
|
990
|
-
type: "uint256",
|
|
991
|
-
indexed: false
|
|
992
|
-
},
|
|
993
|
-
{
|
|
994
|
-
name: "targetCollectionAmount",
|
|
995
|
-
internalType: "uint256",
|
|
996
|
-
type: "uint256",
|
|
997
|
-
indexed: false
|
|
998
|
-
},
|
|
999
|
-
{
|
|
1000
|
-
name: "collateralToken",
|
|
1001
|
-
internalType: "address",
|
|
1002
|
-
type: "address",
|
|
1003
|
-
indexed: false
|
|
1004
|
-
},
|
|
1005
|
-
{
|
|
1006
|
-
name: "v4LpFee",
|
|
1007
|
-
internalType: "uint24",
|
|
1008
|
-
type: "uint24",
|
|
1009
|
-
indexed: false
|
|
1010
|
-
}
|
|
1011
|
-
],
|
|
1012
|
-
name: "NewBasememeTokenCurveParams"
|
|
1013
|
-
},
|
|
1014
986
|
{
|
|
1015
987
|
type: "event",
|
|
1016
988
|
anonymous: false,
|
|
@@ -1020,121 +992,15 @@ var basememeFactoryImplABI = [
|
|
|
1020
992
|
internalType: "address",
|
|
1021
993
|
type: "address",
|
|
1022
994
|
indexed: true
|
|
1023
|
-
},
|
|
1024
|
-
{
|
|
1025
|
-
name: "newOwner",
|
|
1026
|
-
internalType: "address",
|
|
1027
|
-
type: "address",
|
|
1028
|
-
indexed: true
|
|
1029
|
-
}
|
|
1030
|
-
],
|
|
1031
|
-
name: "OwnershipTransferred"
|
|
1032
|
-
},
|
|
1033
|
-
{
|
|
1034
|
-
type: "event",
|
|
1035
|
-
anonymous: false,
|
|
1036
|
-
inputs: [
|
|
1037
|
-
{
|
|
1038
|
-
name: "seller",
|
|
1039
|
-
internalType: "address",
|
|
1040
|
-
type: "address",
|
|
1041
|
-
indexed: true
|
|
1042
|
-
},
|
|
1043
|
-
{
|
|
1044
|
-
name: "token",
|
|
1045
|
-
internalType: "address",
|
|
1046
|
-
type: "address",
|
|
1047
|
-
indexed: true
|
|
1048
|
-
},
|
|
1049
|
-
{
|
|
1050
|
-
name: "tokenAmount",
|
|
1051
|
-
internalType: "uint256",
|
|
1052
|
-
type: "uint256",
|
|
1053
|
-
indexed: false
|
|
1054
|
-
},
|
|
1055
|
-
{
|
|
1056
|
-
name: "collateralAmount",
|
|
1057
|
-
internalType: "uint256",
|
|
1058
|
-
type: "uint256",
|
|
1059
|
-
indexed: false
|
|
1060
|
-
},
|
|
1061
|
-
{
|
|
1062
|
-
name: "tradeFee",
|
|
1063
|
-
internalType: "uint256",
|
|
1064
|
-
type: "uint256",
|
|
1065
|
-
indexed: false
|
|
1066
|
-
},
|
|
1067
|
-
{
|
|
1068
|
-
name: "curveProgressBps",
|
|
1069
|
-
internalType: "uint256",
|
|
1070
|
-
type: "uint256",
|
|
1071
|
-
indexed: false
|
|
1072
|
-
},
|
|
1073
|
-
{
|
|
1074
|
-
name: "virtualCollateralReserves",
|
|
1075
|
-
internalType: "uint256",
|
|
1076
|
-
type: "uint256",
|
|
1077
|
-
indexed: false
|
|
1078
|
-
},
|
|
1079
|
-
{
|
|
1080
|
-
name: "virtualTokenReserves",
|
|
1081
|
-
internalType: "uint256",
|
|
1082
|
-
type: "uint256",
|
|
1083
|
-
indexed: false
|
|
1084
|
-
},
|
|
1085
|
-
{
|
|
1086
|
-
name: "collateralReserves",
|
|
1087
|
-
internalType: "uint256",
|
|
1088
|
-
type: "uint256",
|
|
1089
|
-
indexed: false
|
|
1090
|
-
},
|
|
1091
|
-
{
|
|
1092
|
-
name: "tokenReserves",
|
|
1093
|
-
internalType: "uint256",
|
|
1094
|
-
type: "uint256",
|
|
1095
|
-
indexed: false
|
|
1096
|
-
}
|
|
1097
|
-
],
|
|
1098
|
-
name: "Sell"
|
|
1099
|
-
},
|
|
1100
|
-
{
|
|
1101
|
-
type: "event",
|
|
1102
|
-
anonymous: false,
|
|
1103
|
-
inputs: [
|
|
1104
|
-
{
|
|
1105
|
-
name: "caller",
|
|
1106
|
-
internalType: "address",
|
|
1107
|
-
type: "address",
|
|
1108
|
-
indexed: true
|
|
1109
|
-
},
|
|
1110
|
-
{
|
|
1111
|
-
name: "recipient",
|
|
1112
|
-
internalType: "address",
|
|
1113
|
-
type: "address",
|
|
1114
|
-
indexed: true
|
|
1115
|
-
},
|
|
1116
|
-
{
|
|
1117
|
-
name: "token",
|
|
1118
|
-
internalType: "address",
|
|
1119
|
-
type: "address",
|
|
1120
|
-
indexed: true
|
|
1121
|
-
}
|
|
1122
|
-
],
|
|
1123
|
-
name: "SellRecipient"
|
|
1124
|
-
},
|
|
1125
|
-
{
|
|
1126
|
-
type: "event",
|
|
1127
|
-
anonymous: false,
|
|
1128
|
-
inputs: [
|
|
995
|
+
},
|
|
1129
996
|
{
|
|
1130
|
-
name: "
|
|
997
|
+
name: "newOwner",
|
|
1131
998
|
internalType: "address",
|
|
1132
999
|
type: "address",
|
|
1133
1000
|
indexed: true
|
|
1134
|
-
}
|
|
1135
|
-
{ name: "allowed", internalType: "bool", type: "bool", indexed: false }
|
|
1001
|
+
}
|
|
1136
1002
|
],
|
|
1137
|
-
name: "
|
|
1003
|
+
name: "OwnershipTransferred"
|
|
1138
1004
|
},
|
|
1139
1005
|
{
|
|
1140
1006
|
type: "event",
|
|
@@ -1163,75 +1029,12 @@ var basememeFactoryImplABI = [
|
|
|
1163
1029
|
],
|
|
1164
1030
|
name: "V4ChainConfigUpdated"
|
|
1165
1031
|
},
|
|
1166
|
-
{
|
|
1167
|
-
type: "event",
|
|
1168
|
-
anonymous: false,
|
|
1169
|
-
inputs: [
|
|
1170
|
-
{
|
|
1171
|
-
name: "token",
|
|
1172
|
-
internalType: "address",
|
|
1173
|
-
type: "address",
|
|
1174
|
-
indexed: false
|
|
1175
|
-
},
|
|
1176
|
-
{
|
|
1177
|
-
name: "pairedToken",
|
|
1178
|
-
internalType: "address",
|
|
1179
|
-
type: "address",
|
|
1180
|
-
indexed: false
|
|
1181
|
-
},
|
|
1182
|
-
{
|
|
1183
|
-
name: "tokensToMigrate",
|
|
1184
|
-
internalType: "uint256",
|
|
1185
|
-
type: "uint256",
|
|
1186
|
-
indexed: false
|
|
1187
|
-
},
|
|
1188
|
-
{
|
|
1189
|
-
name: "tokensToBurn",
|
|
1190
|
-
internalType: "uint256",
|
|
1191
|
-
type: "uint256",
|
|
1192
|
-
indexed: false
|
|
1193
|
-
},
|
|
1194
|
-
{
|
|
1195
|
-
name: "collateralAmount",
|
|
1196
|
-
internalType: "uint256",
|
|
1197
|
-
type: "uint256",
|
|
1198
|
-
indexed: false
|
|
1199
|
-
},
|
|
1200
|
-
{
|
|
1201
|
-
name: "positionId",
|
|
1202
|
-
internalType: "uint256",
|
|
1203
|
-
type: "uint256",
|
|
1204
|
-
indexed: false
|
|
1205
|
-
},
|
|
1206
|
-
{
|
|
1207
|
-
name: "poolkey",
|
|
1208
|
-
internalType: "struct PoolKey",
|
|
1209
|
-
type: "tuple",
|
|
1210
|
-
components: [
|
|
1211
|
-
{ name: "currency0", internalType: "Currency", type: "address" },
|
|
1212
|
-
{ name: "currency1", internalType: "Currency", type: "address" },
|
|
1213
|
-
{ name: "fee", internalType: "uint24", type: "uint24" },
|
|
1214
|
-
{ name: "tickSpacing", internalType: "int24", type: "int24" },
|
|
1215
|
-
{ name: "hooks", internalType: "contract IHooks", type: "address" }
|
|
1216
|
-
],
|
|
1217
|
-
indexed: false
|
|
1218
|
-
}
|
|
1219
|
-
],
|
|
1220
|
-
name: "V4Migrated"
|
|
1221
|
-
},
|
|
1222
1032
|
{
|
|
1223
1033
|
type: "error",
|
|
1224
1034
|
inputs: [{ name: "target", internalType: "address", type: "address" }],
|
|
1225
1035
|
name: "AddressEmptyCode"
|
|
1226
1036
|
},
|
|
1227
|
-
{
|
|
1228
|
-
type: "error",
|
|
1229
|
-
inputs: [],
|
|
1230
|
-
name: "BuyExactInUnsupportedForErc20Collateral"
|
|
1231
|
-
},
|
|
1232
|
-
{ type: "error", inputs: [], name: "CollateralDisabled" },
|
|
1233
|
-
{ type: "error", inputs: [], name: "CurveParamsNotSet" },
|
|
1234
|
-
{ type: "error", inputs: [], name: "DexTreasuryZeroValue" },
|
|
1037
|
+
{ type: "error", inputs: [], name: "CallReverted" },
|
|
1235
1038
|
{
|
|
1236
1039
|
type: "error",
|
|
1237
1040
|
inputs: [
|
|
@@ -1241,32 +1044,9 @@ var basememeFactoryImplABI = [
|
|
|
1241
1044
|
},
|
|
1242
1045
|
{ type: "error", inputs: [], name: "ERC1967NonPayable" },
|
|
1243
1046
|
{ type: "error", inputs: [], name: "FailedCall" },
|
|
1244
|
-
{ type: "error", inputs: [], name: "FailedDeployment" },
|
|
1245
|
-
{ type: "error", inputs: [], name: "FailedToSendETH" },
|
|
1246
|
-
{ type: "error", inputs: [], name: "FeeBPSCheckFailed" },
|
|
1247
|
-
{
|
|
1248
|
-
type: "error",
|
|
1249
|
-
inputs: [
|
|
1250
|
-
{ name: "balance", internalType: "uint256", type: "uint256" },
|
|
1251
|
-
{ name: "needed", internalType: "uint256", type: "uint256" }
|
|
1252
|
-
],
|
|
1253
|
-
name: "InsufficientBalance"
|
|
1254
|
-
},
|
|
1255
|
-
{ type: "error", inputs: [], name: "InvalidExactInCollateralAmount" },
|
|
1256
|
-
{ type: "error", inputs: [], name: "InvalidFrom" },
|
|
1257
1047
|
{ type: "error", inputs: [], name: "InvalidInitialization" },
|
|
1258
|
-
{ type: "error", inputs: [], name: "
|
|
1259
|
-
{ type: "error", inputs: [], name: "InvalidRecipient" },
|
|
1260
|
-
{ type: "error", inputs: [], name: "InvalidSignature" },
|
|
1261
|
-
{ type: "error", inputs: [], name: "InvalidV4Contracts" },
|
|
1262
|
-
{ type: "error", inputs: [], name: "McLowerLimitGreaterThanUpperLimit" },
|
|
1263
|
-
{ type: "error", inputs: [], name: "McLowerLimitZeroValue" },
|
|
1264
|
-
{ type: "error", inputs: [], name: "McUpperLimitZeroValue" },
|
|
1265
|
-
{ type: "error", inputs: [], name: "MigrationFeeTooHigh" },
|
|
1266
|
-
{ type: "error", inputs: [], name: "NotBasememeToken" },
|
|
1048
|
+
{ type: "error", inputs: [], name: "ModuleNotSet" },
|
|
1267
1049
|
{ type: "error", inputs: [], name: "NotInitializing" },
|
|
1268
|
-
{ type: "error", inputs: [], name: "NotReadyForMigration" },
|
|
1269
|
-
{ type: "error", inputs: [], name: "NotTrustedCaller" },
|
|
1270
1050
|
{
|
|
1271
1051
|
type: "error",
|
|
1272
1052
|
inputs: [{ name: "owner", internalType: "address", type: "address" }],
|
|
@@ -1278,29 +1058,17 @@ var basememeFactoryImplABI = [
|
|
|
1278
1058
|
name: "OwnableUnauthorizedAccount"
|
|
1279
1059
|
},
|
|
1280
1060
|
{ type: "error", inputs: [], name: "ReentrancyGuardReentrantCall" },
|
|
1281
|
-
{
|
|
1282
|
-
type: "error",
|
|
1283
|
-
inputs: [{ name: "token", internalType: "address", type: "address" }],
|
|
1284
|
-
name: "SafeERC20FailedOperation"
|
|
1285
|
-
},
|
|
1286
|
-
{ type: "error", inputs: [], name: "SignerZeroValue" },
|
|
1287
|
-
{ type: "error", inputs: [], name: "TokensMigrationThresholdZeroValue" },
|
|
1288
|
-
{ type: "error", inputs: [], name: "TotalSupplyWrongValue" },
|
|
1289
|
-
{ type: "error", inputs: [], name: "TotalSupplyZeroValue" },
|
|
1290
|
-
{ type: "error", inputs: [], name: "TreasuryZeroValue" },
|
|
1291
1061
|
{ type: "error", inputs: [], name: "UUPSUnauthorizedCallContext" },
|
|
1292
1062
|
{
|
|
1293
1063
|
type: "error",
|
|
1294
1064
|
inputs: [{ name: "slot", internalType: "bytes32", type: "bytes32" }],
|
|
1295
1065
|
name: "UUPSUnsupportedProxiableUUID"
|
|
1296
1066
|
},
|
|
1297
|
-
{ type: "error", inputs: [], name: "
|
|
1298
|
-
{ type: "error", inputs: [], name: "VirtualCollateralReservesZeroValue" },
|
|
1299
|
-
{ type: "error", inputs: [], name: "VirtualTokenReservesZeroValue" }
|
|
1067
|
+
{ type: "error", inputs: [], name: "UnsupportedSelector" }
|
|
1300
1068
|
];
|
|
1301
1069
|
var basememeFactoryImplAddress = {
|
|
1302
|
-
8453: "
|
|
1303
|
-
84532: "
|
|
1070
|
+
8453: "0xcD0e09526341CA0D4961f7fD27Ab52a1A59f0f88",
|
|
1071
|
+
84532: "0xd6a8725Bd8a1FE1273403bdaf8Cd6af02218A208"
|
|
1304
1072
|
};
|
|
1305
1073
|
var basememeFactoryImplConfig = {
|
|
1306
1074
|
address: basememeFactoryImplAddress,
|
|
@@ -1667,12 +1435,249 @@ var basememeFactoryTradeHelperABI = [
|
|
|
1667
1435
|
}
|
|
1668
1436
|
];
|
|
1669
1437
|
var basememeFactoryTradeHelperAddress = {
|
|
1438
|
+
8453: "0xBd6bc115a8c944305b341f294c57F4eB44C1E2F4",
|
|
1670
1439
|
84532: "0x0993F0d51aaCaa059c5cC9EF2E285660837540C9"
|
|
1671
1440
|
};
|
|
1672
1441
|
var basememeFactoryTradeHelperConfig = {
|
|
1673
1442
|
address: basememeFactoryTradeHelperAddress,
|
|
1674
1443
|
abi: basememeFactoryTradeHelperABI
|
|
1675
1444
|
};
|
|
1445
|
+
var basememeLockVaultABI = [
|
|
1446
|
+
{
|
|
1447
|
+
stateMutability: "nonpayable",
|
|
1448
|
+
type: "constructor",
|
|
1449
|
+
inputs: [{ name: "factory_", internalType: "address", type: "address" }]
|
|
1450
|
+
},
|
|
1451
|
+
{
|
|
1452
|
+
stateMutability: "view",
|
|
1453
|
+
type: "function",
|
|
1454
|
+
inputs: [{ name: "", internalType: "address", type: "address" }],
|
|
1455
|
+
name: "allocation",
|
|
1456
|
+
outputs: [
|
|
1457
|
+
{ name: "token", internalType: "address", type: "address" },
|
|
1458
|
+
{ name: "amountTotal", internalType: "uint256", type: "uint256" },
|
|
1459
|
+
{ name: "amountClaimed", internalType: "uint256", type: "uint256" },
|
|
1460
|
+
{ name: "lockupDuration", internalType: "uint256", type: "uint256" },
|
|
1461
|
+
{ name: "vestingDuration", internalType: "uint256", type: "uint256" },
|
|
1462
|
+
{ name: "startTime", internalType: "uint256", type: "uint256" },
|
|
1463
|
+
{ name: "admin", internalType: "address", type: "address" },
|
|
1464
|
+
{ name: "lockBps", internalType: "uint16", type: "uint16" }
|
|
1465
|
+
]
|
|
1466
|
+
},
|
|
1467
|
+
{
|
|
1468
|
+
stateMutability: "view",
|
|
1469
|
+
type: "function",
|
|
1470
|
+
inputs: [{ name: "token", internalType: "address", type: "address" }],
|
|
1471
|
+
name: "amountAvailableToClaim",
|
|
1472
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
|
|
1473
|
+
},
|
|
1474
|
+
{
|
|
1475
|
+
stateMutability: "nonpayable",
|
|
1476
|
+
type: "function",
|
|
1477
|
+
inputs: [{ name: "token", internalType: "address", type: "address" }],
|
|
1478
|
+
name: "claim",
|
|
1479
|
+
outputs: []
|
|
1480
|
+
},
|
|
1481
|
+
{
|
|
1482
|
+
stateMutability: "pure",
|
|
1483
|
+
type: "function",
|
|
1484
|
+
inputs: [],
|
|
1485
|
+
name: "contractVersion",
|
|
1486
|
+
outputs: [{ name: "", internalType: "string", type: "string" }]
|
|
1487
|
+
},
|
|
1488
|
+
{
|
|
1489
|
+
stateMutability: "nonpayable",
|
|
1490
|
+
type: "function",
|
|
1491
|
+
inputs: [
|
|
1492
|
+
{ name: "token", internalType: "address", type: "address" },
|
|
1493
|
+
{ name: "admin", internalType: "address", type: "address" },
|
|
1494
|
+
{ name: "amountTotal", internalType: "uint256", type: "uint256" },
|
|
1495
|
+
{ name: "lockupDuration", internalType: "uint256", type: "uint256" },
|
|
1496
|
+
{ name: "vestingDuration", internalType: "uint256", type: "uint256" },
|
|
1497
|
+
{ name: "lockBps", internalType: "uint16", type: "uint16" }
|
|
1498
|
+
],
|
|
1499
|
+
name: "createAllocation",
|
|
1500
|
+
outputs: []
|
|
1501
|
+
},
|
|
1502
|
+
{
|
|
1503
|
+
stateMutability: "nonpayable",
|
|
1504
|
+
type: "function",
|
|
1505
|
+
inputs: [
|
|
1506
|
+
{ name: "token", internalType: "address", type: "address" },
|
|
1507
|
+
{ name: "newAdmin", internalType: "address", type: "address" }
|
|
1508
|
+
],
|
|
1509
|
+
name: "editAllocationAdmin",
|
|
1510
|
+
outputs: []
|
|
1511
|
+
},
|
|
1512
|
+
{
|
|
1513
|
+
stateMutability: "view",
|
|
1514
|
+
type: "function",
|
|
1515
|
+
inputs: [],
|
|
1516
|
+
name: "factory",
|
|
1517
|
+
outputs: [{ name: "", internalType: "address", type: "address" }]
|
|
1518
|
+
},
|
|
1519
|
+
{
|
|
1520
|
+
stateMutability: "nonpayable",
|
|
1521
|
+
type: "function",
|
|
1522
|
+
inputs: [{ name: "token", internalType: "address", type: "address" }],
|
|
1523
|
+
name: "start",
|
|
1524
|
+
outputs: []
|
|
1525
|
+
},
|
|
1526
|
+
{
|
|
1527
|
+
type: "event",
|
|
1528
|
+
anonymous: false,
|
|
1529
|
+
inputs: [
|
|
1530
|
+
{
|
|
1531
|
+
name: "token",
|
|
1532
|
+
internalType: "address",
|
|
1533
|
+
type: "address",
|
|
1534
|
+
indexed: true
|
|
1535
|
+
},
|
|
1536
|
+
{
|
|
1537
|
+
name: "oldAdmin",
|
|
1538
|
+
internalType: "address",
|
|
1539
|
+
type: "address",
|
|
1540
|
+
indexed: true
|
|
1541
|
+
},
|
|
1542
|
+
{
|
|
1543
|
+
name: "newAdmin",
|
|
1544
|
+
internalType: "address",
|
|
1545
|
+
type: "address",
|
|
1546
|
+
indexed: true
|
|
1547
|
+
}
|
|
1548
|
+
],
|
|
1549
|
+
name: "AllocationAdminUpdated"
|
|
1550
|
+
},
|
|
1551
|
+
{
|
|
1552
|
+
type: "event",
|
|
1553
|
+
anonymous: false,
|
|
1554
|
+
inputs: [
|
|
1555
|
+
{
|
|
1556
|
+
name: "token",
|
|
1557
|
+
internalType: "address",
|
|
1558
|
+
type: "address",
|
|
1559
|
+
indexed: true
|
|
1560
|
+
},
|
|
1561
|
+
{
|
|
1562
|
+
name: "admin",
|
|
1563
|
+
internalType: "address",
|
|
1564
|
+
type: "address",
|
|
1565
|
+
indexed: true
|
|
1566
|
+
},
|
|
1567
|
+
{
|
|
1568
|
+
name: "amount",
|
|
1569
|
+
internalType: "uint256",
|
|
1570
|
+
type: "uint256",
|
|
1571
|
+
indexed: false
|
|
1572
|
+
},
|
|
1573
|
+
{
|
|
1574
|
+
name: "remainingAmount",
|
|
1575
|
+
internalType: "uint256",
|
|
1576
|
+
type: "uint256",
|
|
1577
|
+
indexed: false
|
|
1578
|
+
}
|
|
1579
|
+
],
|
|
1580
|
+
name: "AllocationClaimed"
|
|
1581
|
+
},
|
|
1582
|
+
{
|
|
1583
|
+
type: "event",
|
|
1584
|
+
anonymous: false,
|
|
1585
|
+
inputs: [
|
|
1586
|
+
{
|
|
1587
|
+
name: "token",
|
|
1588
|
+
internalType: "address",
|
|
1589
|
+
type: "address",
|
|
1590
|
+
indexed: true
|
|
1591
|
+
},
|
|
1592
|
+
{
|
|
1593
|
+
name: "admin",
|
|
1594
|
+
internalType: "address",
|
|
1595
|
+
type: "address",
|
|
1596
|
+
indexed: true
|
|
1597
|
+
},
|
|
1598
|
+
{
|
|
1599
|
+
name: "amountTotal",
|
|
1600
|
+
internalType: "uint256",
|
|
1601
|
+
type: "uint256",
|
|
1602
|
+
indexed: false
|
|
1603
|
+
},
|
|
1604
|
+
{
|
|
1605
|
+
name: "lockupDuration",
|
|
1606
|
+
internalType: "uint256",
|
|
1607
|
+
type: "uint256",
|
|
1608
|
+
indexed: false
|
|
1609
|
+
},
|
|
1610
|
+
{
|
|
1611
|
+
name: "vestingDuration",
|
|
1612
|
+
internalType: "uint256",
|
|
1613
|
+
type: "uint256",
|
|
1614
|
+
indexed: false
|
|
1615
|
+
},
|
|
1616
|
+
{
|
|
1617
|
+
name: "lockBps",
|
|
1618
|
+
internalType: "uint16",
|
|
1619
|
+
type: "uint16",
|
|
1620
|
+
indexed: false
|
|
1621
|
+
}
|
|
1622
|
+
],
|
|
1623
|
+
name: "AllocationCreated"
|
|
1624
|
+
},
|
|
1625
|
+
{
|
|
1626
|
+
type: "event",
|
|
1627
|
+
anonymous: false,
|
|
1628
|
+
inputs: [
|
|
1629
|
+
{
|
|
1630
|
+
name: "token",
|
|
1631
|
+
internalType: "address",
|
|
1632
|
+
type: "address",
|
|
1633
|
+
indexed: true
|
|
1634
|
+
},
|
|
1635
|
+
{
|
|
1636
|
+
name: "startTime",
|
|
1637
|
+
internalType: "uint256",
|
|
1638
|
+
type: "uint256",
|
|
1639
|
+
indexed: false
|
|
1640
|
+
},
|
|
1641
|
+
{
|
|
1642
|
+
name: "lockupEndTime",
|
|
1643
|
+
internalType: "uint256",
|
|
1644
|
+
type: "uint256",
|
|
1645
|
+
indexed: false
|
|
1646
|
+
},
|
|
1647
|
+
{
|
|
1648
|
+
name: "vestingEndTime",
|
|
1649
|
+
internalType: "uint256",
|
|
1650
|
+
type: "uint256",
|
|
1651
|
+
indexed: false
|
|
1652
|
+
}
|
|
1653
|
+
],
|
|
1654
|
+
name: "AllocationStarted"
|
|
1655
|
+
},
|
|
1656
|
+
{ type: "error", inputs: [], name: "AllocationAlreadyExists" },
|
|
1657
|
+
{ type: "error", inputs: [], name: "AllocationAlreadyStarted" },
|
|
1658
|
+
{ type: "error", inputs: [], name: "AllocationNotFound" },
|
|
1659
|
+
{ type: "error", inputs: [], name: "AllocationNotStarted" },
|
|
1660
|
+
{ type: "error", inputs: [], name: "AllocationNotUnlocked" },
|
|
1661
|
+
{ type: "error", inputs: [], name: "InvalidAdmin" },
|
|
1662
|
+
{ type: "error", inputs: [], name: "InvalidAmount" },
|
|
1663
|
+
{ type: "error", inputs: [], name: "InvalidDuration" },
|
|
1664
|
+
{ type: "error", inputs: [], name: "InvalidToken" },
|
|
1665
|
+
{ type: "error", inputs: [], name: "NoBalanceToClaim" },
|
|
1666
|
+
{ type: "error", inputs: [], name: "ReentrancyGuardReentrantCall" },
|
|
1667
|
+
{
|
|
1668
|
+
type: "error",
|
|
1669
|
+
inputs: [{ name: "token", internalType: "address", type: "address" }],
|
|
1670
|
+
name: "SafeERC20FailedOperation"
|
|
1671
|
+
},
|
|
1672
|
+
{ type: "error", inputs: [], name: "Unauthorized" }
|
|
1673
|
+
];
|
|
1674
|
+
var basememeLockVaultAddress = {
|
|
1675
|
+
84532: "0x4b76688E3017Dc6BF2372a52e57595e339899bf9"
|
|
1676
|
+
};
|
|
1677
|
+
var basememeLockVaultConfig = {
|
|
1678
|
+
address: basememeLockVaultAddress,
|
|
1679
|
+
abi: basememeLockVaultABI
|
|
1680
|
+
};
|
|
1676
1681
|
var basememeTokenABI = [
|
|
1677
1682
|
{ stateMutability: "nonpayable", type: "constructor", inputs: [] },
|
|
1678
1683
|
{
|
|
@@ -2039,7 +2044,7 @@ var basememeTokenABI = [
|
|
|
2039
2044
|
{ type: "error", inputs: [], name: "TransfersRestricted" }
|
|
2040
2045
|
];
|
|
2041
2046
|
var basememeTokenAddress = {
|
|
2042
|
-
8453: "
|
|
2047
|
+
8453: "0xBbD5C86CcFAD9914B269647f80aD829D2cfA406e",
|
|
2043
2048
|
84532: "0x0DCCB05a4FF9C97370Ce954EA4ac1D1d9330408B"
|
|
2044
2049
|
};
|
|
2045
2050
|
var basememeTokenConfig = {
|
|
@@ -2487,6 +2492,7 @@ var basememeTokenSwapABI = [
|
|
|
2487
2492
|
{ type: "error", inputs: [], name: "UnsupportedDexType" }
|
|
2488
2493
|
];
|
|
2489
2494
|
var basememeTokenSwapAddress = {
|
|
2495
|
+
8453: "0x2c8E47a09196505Dbc96229510A4B9ff91a8534b",
|
|
2490
2496
|
84532: "0x08b523EF90E056778EF8c0D2F68ff7Df88fCcbB4"
|
|
2491
2497
|
};
|
|
2492
2498
|
var basememeTokenSwapConfig = {
|
|
@@ -2594,6 +2600,16 @@ var bondingCurveABI = [
|
|
|
2594
2600
|
name: "V4_MAX_POSITIONS",
|
|
2595
2601
|
outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
|
|
2596
2602
|
},
|
|
2603
|
+
{
|
|
2604
|
+
stateMutability: "nonpayable",
|
|
2605
|
+
type: "function",
|
|
2606
|
+
inputs: [
|
|
2607
|
+
{ name: "vault", internalType: "address", type: "address" },
|
|
2608
|
+
{ name: "amount", internalType: "uint256", type: "uint256" }
|
|
2609
|
+
],
|
|
2610
|
+
name: "allocateLockedTokens",
|
|
2611
|
+
outputs: []
|
|
2612
|
+
},
|
|
2597
2613
|
{
|
|
2598
2614
|
stateMutability: "nonpayable",
|
|
2599
2615
|
type: "function",
|
|
@@ -2916,6 +2932,20 @@ var bondingCurveABI = [
|
|
|
2916
2932
|
{ name: "hook", internalType: "address", type: "address" }
|
|
2917
2933
|
]
|
|
2918
2934
|
},
|
|
2935
|
+
{
|
|
2936
|
+
stateMutability: "view",
|
|
2937
|
+
type: "function",
|
|
2938
|
+
inputs: [],
|
|
2939
|
+
name: "lockVault",
|
|
2940
|
+
outputs: [{ name: "", internalType: "address", type: "address" }]
|
|
2941
|
+
},
|
|
2942
|
+
{
|
|
2943
|
+
stateMutability: "view",
|
|
2944
|
+
type: "function",
|
|
2945
|
+
inputs: [],
|
|
2946
|
+
name: "lockedTokenAmount",
|
|
2947
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
|
|
2948
|
+
},
|
|
2919
2949
|
{
|
|
2920
2950
|
stateMutability: "view",
|
|
2921
2951
|
type: "function",
|
|
@@ -3211,6 +3241,31 @@ var bondingCurveABI = [
|
|
|
3211
3241
|
],
|
|
3212
3242
|
name: "Initialized"
|
|
3213
3243
|
},
|
|
3244
|
+
{
|
|
3245
|
+
type: "event",
|
|
3246
|
+
anonymous: false,
|
|
3247
|
+
inputs: [
|
|
3248
|
+
{
|
|
3249
|
+
name: "token",
|
|
3250
|
+
internalType: "address",
|
|
3251
|
+
type: "address",
|
|
3252
|
+
indexed: true
|
|
3253
|
+
},
|
|
3254
|
+
{
|
|
3255
|
+
name: "lockVault",
|
|
3256
|
+
internalType: "address",
|
|
3257
|
+
type: "address",
|
|
3258
|
+
indexed: true
|
|
3259
|
+
},
|
|
3260
|
+
{
|
|
3261
|
+
name: "amount",
|
|
3262
|
+
internalType: "uint256",
|
|
3263
|
+
type: "uint256",
|
|
3264
|
+
indexed: false
|
|
3265
|
+
}
|
|
3266
|
+
],
|
|
3267
|
+
name: "LockVaultBound"
|
|
3268
|
+
},
|
|
3214
3269
|
{
|
|
3215
3270
|
type: "event",
|
|
3216
3271
|
anonymous: false,
|
|
@@ -3339,8 +3394,12 @@ var bondingCurveABI = [
|
|
|
3339
3394
|
{ type: "error", inputs: [], name: "InsufficientTokenReserves" },
|
|
3340
3395
|
{ type: "error", inputs: [], name: "InvalidInitialization" },
|
|
3341
3396
|
{ type: "error", inputs: [], name: "InvalidLiquidity" },
|
|
3397
|
+
{ type: "error", inputs: [], name: "InvalidLockAllocation" },
|
|
3398
|
+
{ type: "error", inputs: [], name: "InvalidLockVault" },
|
|
3342
3399
|
{ type: "error", inputs: [], name: "InvalidPairedToken" },
|
|
3400
|
+
{ type: "error", inputs: [], name: "InvalidRatio" },
|
|
3343
3401
|
{ type: "error", inputs: [], name: "LegacyMigrationDisabled" },
|
|
3402
|
+
{ type: "error", inputs: [], name: "LockedTokensAlreadyAllocated" },
|
|
3344
3403
|
{ type: "error", inputs: [], name: "MarketCapNotAvailableAfterMigration" },
|
|
3345
3404
|
{
|
|
3346
3405
|
type: "error",
|
|
@@ -3404,8 +3463,8 @@ var bondingCurveABI = [
|
|
|
3404
3463
|
{ type: "error", inputs: [], name: "V4TooManyPositions" }
|
|
3405
3464
|
];
|
|
3406
3465
|
var bondingCurveAddress = {
|
|
3407
|
-
8453: "
|
|
3408
|
-
84532: "
|
|
3466
|
+
8453: "0x800eCB34F8E19d9BB6984409fDf33f08e134cAd4",
|
|
3467
|
+
84532: "0x53f21C4165348Ab14afb410903eAd6cf170B2cf4"
|
|
3409
3468
|
};
|
|
3410
3469
|
var bondingCurveConfig = {
|
|
3411
3470
|
address: bondingCurveAddress,
|
|
@@ -3662,7 +3721,7 @@ var protocolRewardsABI = [
|
|
|
3662
3721
|
{ type: "error", inputs: [], name: "TRANSFER_FAILED" }
|
|
3663
3722
|
];
|
|
3664
3723
|
var protocolRewardsAddress = {
|
|
3665
|
-
8453: "
|
|
3724
|
+
8453: "0xdA6Fc394054553C1A954967281b88874297807c3",
|
|
3666
3725
|
84532: "0x3Ce39C0136A557799D0f7f25d70ba8863510D986"
|
|
3667
3726
|
};
|
|
3668
3727
|
var protocolRewardsConfig = {
|
|
@@ -3688,9 +3747,9 @@ var chainConfigs = {
|
|
|
3688
3747
|
"TARGET_ETH_COLLECTION_AMOUNT": "2500759732077910169",
|
|
3689
3748
|
"TARGET_COLLECTION_AMOUNT": "2500759732077910169",
|
|
3690
3749
|
"SIGNER": "0x0000000000000000000000000000000000000000",
|
|
3691
|
-
"DEPLOYER": "
|
|
3692
|
-
"FACTORY_OWNER": "
|
|
3693
|
-
"PROTOCOL_REWARD_RECIPIENT": "
|
|
3750
|
+
"DEPLOYER": "0x34527950b5dDe5039139Fd4fE8944dD392941F1f",
|
|
3751
|
+
"FACTORY_OWNER": "0x3851F305EcC728c3e78c2F6Ff0BAC9B9fF1BF0ff",
|
|
3752
|
+
"PROTOCOL_REWARD_RECIPIENT": "0x3851F305EcC728c3e78c2F6Ff0BAC9B9fF1BF0ff",
|
|
3694
3753
|
"UNISWAP_V3_NONFUNGIBLE_POSITION_MANAGER": "0x03a520b32C04BF3bEEf7BEb72E919cf822Ed34f1",
|
|
3695
3754
|
"QUOTER_V2": "0x3d4e44Eb1374240CE5F1B871ab261CD16335B76a",
|
|
3696
3755
|
"SWAP_ROUTER_V2": "0x2626664c2603336E57B271c5C0b26F421741e481",
|
|
@@ -3699,16 +3758,57 @@ var chainConfigs = {
|
|
|
3699
3758
|
"V3_POOL_FEE": "10000",
|
|
3700
3759
|
"TRADE_REFERRER_FEE_BPS": "1000",
|
|
3701
3760
|
"CONTRACT_VERSION": "2.1.0",
|
|
3702
|
-
"V4_POOL_MANAGER": "
|
|
3703
|
-
"V4_POSITION_MANAGER": "
|
|
3761
|
+
"V4_POOL_MANAGER": "0x498581fF718922c3f8e6A244956aF099B2652b2b",
|
|
3762
|
+
"V4_POSITION_MANAGER": "0x7C5f5A4bBd8fD63184577525326123B519429bDc",
|
|
3763
|
+
"QUOTER_V4": "0x0d5e0F971ED27FBfF6c2837bf31316121532048D",
|
|
3704
3764
|
"PERMIT2": "0x000000000022D473030F116dDEE9F6B43aC78BA3",
|
|
3705
|
-
"UNIVERSAL_ROUTER": "
|
|
3765
|
+
"UNIVERSAL_ROUTER": "0x6fF5693b99212Da76ad316178A184AB56D299b43",
|
|
3706
3766
|
"V4_LP_FEE": "20000",
|
|
3707
|
-
"V4_TICK_SPACING": "60",
|
|
3708
3767
|
"V4_LIQUIDITY_CONFIG": "0x00000000000000000000000000000000000000000000000000000000000000c800000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000001c000000000000000000000000000000000000000000000000000000000000002c000000000000000000000000000000000000000000000000000000000000003c000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff27660fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffcced0fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd3780fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd6278fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd92e8fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe4a80fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe81300000000000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffcced0fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd36b8fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd6278fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe4a80fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe4a80fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffecf50fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffecf5000000000000000000000000000000000000000000000000000000000000000070000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003e8000000000000000000000000000000000000000000000000000000000000138800000000000000000000000000000000000000000000000000000000000005dc00000000000000000000000000000000000000000000000000000000000007d000000000000000000000000000000000000000000000000000000000000001f40000000000000000000000000000000000000000000000000000000000000007000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000270600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
3768
|
+
"V4_LIQUIDITY_PROFILES": {
|
|
3769
|
+
"0x56cc40852adcac48f8a9dd4a79fcfb3699ec8841c3a94fa5accc4a7d804b7814": {
|
|
3770
|
+
"NAME": "U10_SINGLE_SIDED_OVERLAP_V1_SP200",
|
|
3771
|
+
"VERSION": 1,
|
|
3772
|
+
"ENCODED_PROFILE": "0x00000000000000000000000000000000000000000000000000000000000000c800000000000000000000000000000000000000000000000000000000000000e000000000000000000000000000000000000000000000000000000000000001a00000000000000000000000000000000000000000000000000000000000000260000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000027060000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002af80000000000000000000000000000000000000000000000000000000000005b68000000000000000000000000000000000000000000000000000000000001130000000000000000000000000000000000000000000000000000000000000149b000000000000000000000000000000000000000000000000000000000000000050000000000000000000000000000000000000000000000000000000000002af80000000000000000000000000000000000000000000000000000000000011300000000000000000000000000000000000000000000000000000000000001130000000000000000000000000000000000000000000000000000000000000197d000000000000000000000000000000000000000000000000000000000000197d0000000000000000000000000000000000000000000000000000000000000000500000000000000000000000000000000000000000000000000000000000003e8000000000000000000000000000000000000000000000000000000000000138800000000000000000000000000000000000000000000000000000000000005dc00000000000000000000000000000000000000000000000000000000000007d000000000000000000000000000000000000000000000000000000000000001f4",
|
|
3773
|
+
"TICK_SPACING": 200,
|
|
3774
|
+
"TOKEN_ONLY_TICK_LOWER_DELTA": [
|
|
3775
|
+
0,
|
|
3776
|
+
11e3,
|
|
3777
|
+
23400,
|
|
3778
|
+
70400,
|
|
3779
|
+
84400
|
|
3780
|
+
],
|
|
3781
|
+
"TOKEN_ONLY_TICK_UPPER_DELTA": [
|
|
3782
|
+
11e3,
|
|
3783
|
+
70400,
|
|
3784
|
+
70400,
|
|
3785
|
+
104400,
|
|
3786
|
+
104400
|
|
3787
|
+
],
|
|
3788
|
+
"TOKEN_ONLY_POSITION_TOKEN_BPS": [
|
|
3789
|
+
1e3,
|
|
3790
|
+
5e3,
|
|
3791
|
+
1500,
|
|
3792
|
+
2e3,
|
|
3793
|
+
500
|
|
3794
|
+
],
|
|
3795
|
+
"PAIRED_POSITION_BPS": {
|
|
3796
|
+
"deep": 10,
|
|
3797
|
+
"main": 9990
|
|
3798
|
+
},
|
|
3799
|
+
"LABELS": [
|
|
3800
|
+
"lowerAbove\u2192130k",
|
|
3801
|
+
"130k\u219250m",
|
|
3802
|
+
"450k\u219250m",
|
|
3803
|
+
"50m\u21921p5b",
|
|
3804
|
+
"200m\u21921p5b"
|
|
3805
|
+
]
|
|
3806
|
+
}
|
|
3807
|
+
},
|
|
3709
3808
|
"COLLATERAL_TEMPLATES": {
|
|
3710
3809
|
"ETH": {
|
|
3711
3810
|
"ID": "ETH_DEFAULT",
|
|
3811
|
+
"MODE": "DYNAMIC_ONLY",
|
|
3712
3812
|
"COLLATERAL_TOKEN": "0x0000000000000000000000000000000000000000",
|
|
3713
3813
|
"SYMBOL": "ETH",
|
|
3714
3814
|
"DECIMALS": 18,
|
|
@@ -3719,6 +3819,7 @@ var chainConfigs = {
|
|
|
3719
3819
|
"FEE_BASIS_POINTS": "200",
|
|
3720
3820
|
"FIXED_MIGRATION_FEE": "100000000000000000",
|
|
3721
3821
|
"POOL_CREATION_FEE": "50000000000000000",
|
|
3822
|
+
"MIGRATION_FEE_BPS": 600,
|
|
3722
3823
|
"FIRST_BUY_FEE": "1500000000000000",
|
|
3723
3824
|
"MC_UPPER_LIMIT": "11835000000000000000",
|
|
3724
3825
|
"MC_LOWER_LIMIT": "11795000000000000000",
|
|
@@ -3726,10 +3827,14 @@ var chainConfigs = {
|
|
|
3726
3827
|
"TARGET_ETH_COLLECTION_AMOUNT": "2500759732077910169",
|
|
3727
3828
|
"TARGET_COLLECTION_AMOUNT": "2500759732077910169",
|
|
3728
3829
|
"V4_LP_FEE": "20000",
|
|
3830
|
+
"DEFAULT_PROFILE_ID": "0x56cc40852adcac48f8a9dd4a79fcfb3699ec8841c3a94fa5accc4a7d804b7814",
|
|
3831
|
+
"DEFAULT_TARGET_RAISE": "2500759732077910169",
|
|
3832
|
+
"DEFAULT_SELL_BPS": 8e3,
|
|
3729
3833
|
"V4_LIQUIDITY_CONFIG": "0x00000000000000000000000000000000000000000000000000000000000000c800000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000001c000000000000000000000000000000000000000000000000000000000000002c000000000000000000000000000000000000000000000000000000000000003c000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff27660fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffcced0fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd3780fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd6278fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd92e8fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe4a80fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe81300000000000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffcced0fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd36b8fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd6278fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe4a80fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe4a80fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffecf50fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffecf5000000000000000000000000000000000000000000000000000000000000000070000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003e8000000000000000000000000000000000000000000000000000000000000138800000000000000000000000000000000000000000000000000000000000005dc00000000000000000000000000000000000000000000000000000000000007d000000000000000000000000000000000000000000000000000000000000001f40000000000000000000000000000000000000000000000000000000000000007000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000270600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
|
|
3730
3834
|
},
|
|
3731
3835
|
"USDC": {
|
|
3732
3836
|
"ID": "USDC_DEFAULT",
|
|
3837
|
+
"MODE": "DYNAMIC_ONLY",
|
|
3733
3838
|
"COLLATERAL_TOKEN": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
|
|
3734
3839
|
"SYMBOL": "USDC",
|
|
3735
3840
|
"DECIMALS": 6,
|
|
@@ -3740,6 +3845,7 @@ var chainConfigs = {
|
|
|
3740
3845
|
"FEE_BASIS_POINTS": "200",
|
|
3741
3846
|
"FIXED_MIGRATION_FEE": "300000000",
|
|
3742
3847
|
"POOL_CREATION_FEE": "200000000",
|
|
3848
|
+
"MIGRATION_FEE_BPS": 600,
|
|
3743
3849
|
"FIRST_BUY_FEE": "5000000",
|
|
3744
3850
|
"MC_UPPER_LIMIT": "37560000000",
|
|
3745
3851
|
"MC_LOWER_LIMIT": "37500000000",
|
|
@@ -3747,10 +3853,14 @@ var chainConfigs = {
|
|
|
3747
3853
|
"TARGET_USDC_COLLECTION_AMOUNT": "8000000000",
|
|
3748
3854
|
"TARGET_COLLECTION_AMOUNT": "8000000000",
|
|
3749
3855
|
"V4_LP_FEE": "20000",
|
|
3856
|
+
"DEFAULT_PROFILE_ID": "0x56cc40852adcac48f8a9dd4a79fcfb3699ec8841c3a94fa5accc4a7d804b7814",
|
|
3857
|
+
"DEFAULT_TARGET_RAISE": "8000000000",
|
|
3858
|
+
"DEFAULT_SELL_BPS": 8e3,
|
|
3750
3859
|
"V4_LIQUIDITY_CONFIG": "0x00000000000000000000000000000000000000000000000000000000000000c800000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000001c000000000000000000000000000000000000000000000000000000000000002c000000000000000000000000000000000000000000000000000000000000003c000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff27660fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff9d2c0fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa3aa8fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa6a50fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa9b88fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffb5320fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffb89080000000000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff9d2c0fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa39e0fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa6a50fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffb5320fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffb5320fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffbd7f0fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffbd7f000000000000000000000000000000000000000000000000000000000000000070000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003e8000000000000000000000000000000000000000000000000000000000000138800000000000000000000000000000000000000000000000000000000000005dc00000000000000000000000000000000000000000000000000000000000007d000000000000000000000000000000000000000000000000000000000000001f40000000000000000000000000000000000000000000000000000000000000007000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000270600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
|
|
3751
3860
|
},
|
|
3752
3861
|
"SOL": {
|
|
3753
3862
|
"ID": "SOL_DEFAULT",
|
|
3863
|
+
"MODE": "DYNAMIC_ONLY",
|
|
3754
3864
|
"COLLATERAL_TOKEN": "0x311935Cd80B76769bF2ecC9D8Ab7635b2139cf82",
|
|
3755
3865
|
"SYMBOL": "SOL",
|
|
3756
3866
|
"DECIMALS": 9,
|
|
@@ -3761,29 +3871,33 @@ var chainConfigs = {
|
|
|
3761
3871
|
"FEE_BASIS_POINTS": "200",
|
|
3762
3872
|
"FIXED_MIGRATION_FEE": "2400000000",
|
|
3763
3873
|
"POOL_CREATION_FEE": "1600000000",
|
|
3874
|
+
"MIGRATION_FEE_BPS": 600,
|
|
3764
3875
|
"FIRST_BUY_FEE": "40000000",
|
|
3765
3876
|
"MC_UPPER_LIMIT": "300480000003",
|
|
3766
3877
|
"MC_LOWER_LIMIT": "300000000003",
|
|
3767
3878
|
"TOKENS_MIGRATION_THRESHOLD": "800000000000000000000000000",
|
|
3768
3879
|
"TARGET_COLLECTION_AMOUNT": "64000000000",
|
|
3769
3880
|
"V4_LP_FEE": "20000",
|
|
3881
|
+
"DEFAULT_PROFILE_ID": "0x56cc40852adcac48f8a9dd4a79fcfb3699ec8841c3a94fa5accc4a7d804b7814",
|
|
3882
|
+
"DEFAULT_TARGET_RAISE": "64000000000",
|
|
3883
|
+
"DEFAULT_SELL_BPS": 8e3,
|
|
3770
3884
|
"V4_LIQUIDITY_CONFIG": "0x00000000000000000000000000000000000000000000000000000000000000c800000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000001c000000000000000000000000000000000000000000000000000000000000002c000000000000000000000000000000000000000000000000000000000000003c000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff27660fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa2400fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa8be8fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffabb90fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffaecc8fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffba460fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffbda480000000000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa2400fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa8b20fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffabb90fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffba460fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffba460fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc2930fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc293000000000000000000000000000000000000000000000000000000000000000070000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003e8000000000000000000000000000000000000000000000000000000000000138800000000000000000000000000000000000000000000000000000000000005dc00000000000000000000000000000000000000000000000000000000000007d000000000000000000000000000000000000000000000000000000000000001f40000000000000000000000000000000000000000000000000000000000000007000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000270600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
|
|
3771
3885
|
}
|
|
3772
3886
|
}
|
|
3773
3887
|
},
|
|
3774
3888
|
"1.0.12": {
|
|
3775
3889
|
"TOTAL_SUPPLY": "1000000000000000000000000000",
|
|
3776
|
-
"VIRTUAL_TOKEN_RESERVES": "
|
|
3777
|
-
"VIRTUAL_COLLATERAL_RESERVES": "
|
|
3890
|
+
"VIRTUAL_TOKEN_RESERVES": "1080700000000000000000000000",
|
|
3891
|
+
"VIRTUAL_COLLATERAL_RESERVES": "878387280000000000",
|
|
3778
3892
|
"FEE_BASIS_POINTS": "200",
|
|
3779
3893
|
"DEX_FEE_BASIS_POINTS": "5000",
|
|
3780
|
-
"FIXED_MIGRATION_FEE": "
|
|
3894
|
+
"FIXED_MIGRATION_FEE": "50000000000000000",
|
|
3781
3895
|
"POOL_CREATION_FEE": "50000000000000000",
|
|
3782
3896
|
"FIRST_BUY_FEE": "1500000000000000",
|
|
3783
|
-
"MC_UPPER_LIMIT": "
|
|
3784
|
-
"MC_LOWER_LIMIT": "
|
|
3785
|
-
"TOKENS_MIGRATION_THRESHOLD": "
|
|
3786
|
-
"TARGET_ETH_COLLECTION_AMOUNT": "
|
|
3897
|
+
"MC_UPPER_LIMIT": "12064000000000000000",
|
|
3898
|
+
"MC_LOWER_LIMIT": "12024000000000000000",
|
|
3899
|
+
"TOKENS_MIGRATION_THRESHOLD": "799722780172704663715426611",
|
|
3900
|
+
"TARGET_ETH_COLLECTION_AMOUNT": "2500082811203397937",
|
|
3787
3901
|
"SIGNER": "0x0000000000000000000000000000000000000000",
|
|
3788
3902
|
"DEPLOYER": "0x34527950b5dDe5039139Fd4fE8944dD392941F1f",
|
|
3789
3903
|
"FACTORY_OWNER": "0x3851F305EcC728c3e78c2F6Ff0BAC9B9fF1BF0ff",
|
|
@@ -3797,7 +3911,7 @@ var chainConfigs = {
|
|
|
3797
3911
|
"TRADE_REFERRER_FEE_BPS": "1000",
|
|
3798
3912
|
"CONTRACT_VERSION": "1.0.12"
|
|
3799
3913
|
},
|
|
3800
|
-
"1.0.
|
|
3914
|
+
"1.0.13": {
|
|
3801
3915
|
"TOTAL_SUPPLY": "1000000000000000000000000000",
|
|
3802
3916
|
"VIRTUAL_TOKEN_RESERVES": "1088264899999999783900020736",
|
|
3803
3917
|
"VIRTUAL_COLLATERAL_RESERVES": "902103736559999872",
|
|
@@ -3810,7 +3924,32 @@ var chainConfigs = {
|
|
|
3810
3924
|
"MC_LOWER_LIMIT": "11795000000000000000",
|
|
3811
3925
|
"TOKENS_MIGRATION_THRESHOLD": "799764393968807750154100378",
|
|
3812
3926
|
"TARGET_ETH_COLLECTION_AMOUNT": "2500759732077910169",
|
|
3813
|
-
"
|
|
3927
|
+
"SIGNER": "0x0000000000000000000000000000000000000000",
|
|
3928
|
+
"DEPLOYER": "0x34527950b5dDe5039139Fd4fE8944dD392941F1f",
|
|
3929
|
+
"FACTORY_OWNER": "0x3851F305EcC728c3e78c2F6Ff0BAC9B9fF1BF0ff",
|
|
3930
|
+
"PROTOCOL_REWARD_RECIPIENT": "0x3851F305EcC728c3e78c2F6Ff0BAC9B9fF1BF0ff",
|
|
3931
|
+
"UNISWAP_V3_NONFUNGIBLE_POSITION_MANAGER": "0x03a520b32C04BF3bEEf7BEb72E919cf822Ed34f1",
|
|
3932
|
+
"QUOTER_V2": "0x3d4e44Eb1374240CE5F1B871ab261CD16335B76a",
|
|
3933
|
+
"SWAP_ROUTER_V2": "0x2626664c2603336E57B271c5C0b26F421741e481",
|
|
3934
|
+
"UNISWAP_V2_ROUTER": "0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24",
|
|
3935
|
+
"WETH": "0x4200000000000000000000000000000000000006",
|
|
3936
|
+
"V3_POOL_FEE": "10000",
|
|
3937
|
+
"TRADE_REFERRER_FEE_BPS": "1000",
|
|
3938
|
+
"CONTRACT_VERSION": "1.0.13"
|
|
3939
|
+
},
|
|
3940
|
+
"1.0.8": {
|
|
3941
|
+
"TOTAL_SUPPLY": "1000000000000000000000000000",
|
|
3942
|
+
"VIRTUAL_TOKEN_RESERVES": "1060000000000000000000000000",
|
|
3943
|
+
"VIRTUAL_COLLATERAL_RESERVES": "1600000000000000000",
|
|
3944
|
+
"FEE_BASIS_POINTS": "200",
|
|
3945
|
+
"DEX_FEE_BASIS_POINTS": "5000",
|
|
3946
|
+
"FIXED_MIGRATION_FEE": "100000000000000000",
|
|
3947
|
+
"POOL_CREATION_FEE": "50000000000000000",
|
|
3948
|
+
"FIRST_BUY_FEE": "1500000000000000",
|
|
3949
|
+
"MC_UPPER_LIMIT": "27000000000000000000",
|
|
3950
|
+
"MC_LOWER_LIMIT": "25000000000000000000",
|
|
3951
|
+
"TOKENS_MIGRATION_THRESHOLD": "799538870462404697804703491",
|
|
3952
|
+
"TARGET_ETH_COLLECTION_AMOUNT": "4911528238439880951",
|
|
3814
3953
|
"SIGNER": "0x0000000000000000000000000000000000000000",
|
|
3815
3954
|
"DEPLOYER": "0x30d197dd771d8f75378aad9428ed9d5e24bdbbbb",
|
|
3816
3955
|
"FACTORY_OWNER": "0x2730B29aCbBCD34A59B720338e8d06619Fd71ACa",
|
|
@@ -3822,13 +3961,39 @@ var chainConfigs = {
|
|
|
3822
3961
|
"WETH": "0x4200000000000000000000000000000000000006",
|
|
3823
3962
|
"V3_POOL_FEE": "10000",
|
|
3824
3963
|
"TRADE_REFERRER_FEE_BPS": "1000",
|
|
3825
|
-
"CONTRACT_VERSION": "1.0.8"
|
|
3826
|
-
|
|
3827
|
-
|
|
3964
|
+
"CONTRACT_VERSION": "1.0.8"
|
|
3965
|
+
},
|
|
3966
|
+
"2.0.0": {
|
|
3967
|
+
"TOTAL_SUPPLY": "1000000000000000000000000000",
|
|
3968
|
+
"VIRTUAL_TOKEN_RESERVES": "1088264899999999783900020736",
|
|
3969
|
+
"VIRTUAL_COLLATERAL_RESERVES": "902103736559999872",
|
|
3970
|
+
"FEE_BASIS_POINTS": "200",
|
|
3971
|
+
"DEX_FEE_BASIS_POINTS": "5000",
|
|
3972
|
+
"FIXED_MIGRATION_FEE": "100000000000000000",
|
|
3973
|
+
"POOL_CREATION_FEE": "50000000000000000",
|
|
3974
|
+
"FIRST_BUY_FEE": "1500000000000000",
|
|
3975
|
+
"MC_UPPER_LIMIT": "11835000000000000000",
|
|
3976
|
+
"MC_LOWER_LIMIT": "11795000000000000000",
|
|
3977
|
+
"TOKENS_MIGRATION_THRESHOLD": "799764393968807750154100378",
|
|
3978
|
+
"TARGET_ETH_COLLECTION_AMOUNT": "2500759732077910169",
|
|
3979
|
+
"SIGNER": "0x0000000000000000000000000000000000000000",
|
|
3980
|
+
"DEPLOYER": "0x34527950b5dDe5039139Fd4fE8944dD392941F1f",
|
|
3981
|
+
"FACTORY_OWNER": "0x3851F305EcC728c3e78c2F6Ff0BAC9B9fF1BF0ff",
|
|
3982
|
+
"PROTOCOL_REWARD_RECIPIENT": "0x3851F305EcC728c3e78c2F6Ff0BAC9B9fF1BF0ff",
|
|
3983
|
+
"UNISWAP_V3_NONFUNGIBLE_POSITION_MANAGER": "0x03a520b32C04BF3bEEf7BEb72E919cf822Ed34f1",
|
|
3984
|
+
"QUOTER_V2": "0x3d4e44Eb1374240CE5F1B871ab261CD16335B76a",
|
|
3985
|
+
"SWAP_ROUTER_V2": "0x2626664c2603336E57B271c5C0b26F421741e481",
|
|
3986
|
+
"UNISWAP_V2_ROUTER": "0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24",
|
|
3987
|
+
"WETH": "0x4200000000000000000000000000000000000006",
|
|
3988
|
+
"V3_POOL_FEE": "10000",
|
|
3989
|
+
"TRADE_REFERRER_FEE_BPS": "1000",
|
|
3990
|
+
"CONTRACT_VERSION": "2.0.0",
|
|
3991
|
+
"V4_POOL_MANAGER": "0x498581fF718922c3f8e6A244956aF099B2652b2b",
|
|
3992
|
+
"V4_POSITION_MANAGER": "0x7C5f5A4bBd8fD63184577525326123B519429bDc",
|
|
3993
|
+
"QUOTER_V4": "0x0d5e0F971ED27FBfF6c2837bf31316121532048D",
|
|
3828
3994
|
"PERMIT2": "0x000000000022D473030F116dDEE9F6B43aC78BA3",
|
|
3829
|
-
"UNIVERSAL_ROUTER": "
|
|
3995
|
+
"UNIVERSAL_ROUTER": "0x6fF5693b99212Da76ad316178A184AB56D299b43",
|
|
3830
3996
|
"V4_LP_FEE": "20000",
|
|
3831
|
-
"V4_TICK_SPACING": "60",
|
|
3832
3997
|
"V4_LIQUIDITY_CONFIG": "0x00000000000000000000000000000000000000000000000000000000000000c800000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000001c000000000000000000000000000000000000000000000000000000000000002c000000000000000000000000000000000000000000000000000000000000003c000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff27660fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffcced0fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd3780fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd6278fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd92e8fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe4a80fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe81300000000000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffcced0fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd36b8fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd6278fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe4a80fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe4a80fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffecf50fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffecf5000000000000000000000000000000000000000000000000000000000000000070000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003e8000000000000000000000000000000000000000000000000000000000000138800000000000000000000000000000000000000000000000000000000000005dc00000000000000000000000000000000000000000000000000000000000007d000000000000000000000000000000000000000000000000000000000000001f40000000000000000000000000000000000000000000000000000000000000007000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000270600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
|
|
3833
3998
|
},
|
|
3834
3999
|
"2.1.0": {
|
|
@@ -3846,9 +4011,9 @@ var chainConfigs = {
|
|
|
3846
4011
|
"TARGET_ETH_COLLECTION_AMOUNT": "2500759732077910169",
|
|
3847
4012
|
"TARGET_COLLECTION_AMOUNT": "2500759732077910169",
|
|
3848
4013
|
"SIGNER": "0x0000000000000000000000000000000000000000",
|
|
3849
|
-
"DEPLOYER": "
|
|
3850
|
-
"FACTORY_OWNER": "
|
|
3851
|
-
"PROTOCOL_REWARD_RECIPIENT": "
|
|
4014
|
+
"DEPLOYER": "0x34527950b5dDe5039139Fd4fE8944dD392941F1f",
|
|
4015
|
+
"FACTORY_OWNER": "0x3851F305EcC728c3e78c2F6Ff0BAC9B9fF1BF0ff",
|
|
4016
|
+
"PROTOCOL_REWARD_RECIPIENT": "0x3851F305EcC728c3e78c2F6Ff0BAC9B9fF1BF0ff",
|
|
3852
4017
|
"UNISWAP_V3_NONFUNGIBLE_POSITION_MANAGER": "0x03a520b32C04BF3bEEf7BEb72E919cf822Ed34f1",
|
|
3853
4018
|
"QUOTER_V2": "0x3d4e44Eb1374240CE5F1B871ab261CD16335B76a",
|
|
3854
4019
|
"SWAP_ROUTER_V2": "0x2626664c2603336E57B271c5C0b26F421741e481",
|
|
@@ -3857,16 +4022,57 @@ var chainConfigs = {
|
|
|
3857
4022
|
"V3_POOL_FEE": "10000",
|
|
3858
4023
|
"TRADE_REFERRER_FEE_BPS": "1000",
|
|
3859
4024
|
"CONTRACT_VERSION": "2.1.0",
|
|
3860
|
-
"V4_POOL_MANAGER": "
|
|
3861
|
-
"V4_POSITION_MANAGER": "
|
|
4025
|
+
"V4_POOL_MANAGER": "0x498581fF718922c3f8e6A244956aF099B2652b2b",
|
|
4026
|
+
"V4_POSITION_MANAGER": "0x7C5f5A4bBd8fD63184577525326123B519429bDc",
|
|
4027
|
+
"QUOTER_V4": "0x0d5e0F971ED27FBfF6c2837bf31316121532048D",
|
|
3862
4028
|
"PERMIT2": "0x000000000022D473030F116dDEE9F6B43aC78BA3",
|
|
3863
|
-
"UNIVERSAL_ROUTER": "
|
|
4029
|
+
"UNIVERSAL_ROUTER": "0x6fF5693b99212Da76ad316178A184AB56D299b43",
|
|
3864
4030
|
"V4_LP_FEE": "20000",
|
|
3865
|
-
"V4_TICK_SPACING": "60",
|
|
3866
4031
|
"V4_LIQUIDITY_CONFIG": "0x00000000000000000000000000000000000000000000000000000000000000c800000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000001c000000000000000000000000000000000000000000000000000000000000002c000000000000000000000000000000000000000000000000000000000000003c000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff27660fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffcced0fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd3780fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd6278fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd92e8fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe4a80fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe81300000000000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffcced0fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd36b8fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd6278fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe4a80fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe4a80fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffecf50fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffecf5000000000000000000000000000000000000000000000000000000000000000070000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003e8000000000000000000000000000000000000000000000000000000000000138800000000000000000000000000000000000000000000000000000000000005dc00000000000000000000000000000000000000000000000000000000000007d000000000000000000000000000000000000000000000000000000000000001f40000000000000000000000000000000000000000000000000000000000000007000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000270600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
4032
|
+
"V4_LIQUIDITY_PROFILES": {
|
|
4033
|
+
"0x56cc40852adcac48f8a9dd4a79fcfb3699ec8841c3a94fa5accc4a7d804b7814": {
|
|
4034
|
+
"NAME": "U10_SINGLE_SIDED_OVERLAP_V1_SP200",
|
|
4035
|
+
"VERSION": 1,
|
|
4036
|
+
"ENCODED_PROFILE": "0x00000000000000000000000000000000000000000000000000000000000000c800000000000000000000000000000000000000000000000000000000000000e000000000000000000000000000000000000000000000000000000000000001a00000000000000000000000000000000000000000000000000000000000000260000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000027060000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002af80000000000000000000000000000000000000000000000000000000000005b68000000000000000000000000000000000000000000000000000000000001130000000000000000000000000000000000000000000000000000000000000149b000000000000000000000000000000000000000000000000000000000000000050000000000000000000000000000000000000000000000000000000000002af80000000000000000000000000000000000000000000000000000000000011300000000000000000000000000000000000000000000000000000000000001130000000000000000000000000000000000000000000000000000000000000197d000000000000000000000000000000000000000000000000000000000000197d0000000000000000000000000000000000000000000000000000000000000000500000000000000000000000000000000000000000000000000000000000003e8000000000000000000000000000000000000000000000000000000000000138800000000000000000000000000000000000000000000000000000000000005dc00000000000000000000000000000000000000000000000000000000000007d000000000000000000000000000000000000000000000000000000000000001f4",
|
|
4037
|
+
"TICK_SPACING": 200,
|
|
4038
|
+
"TOKEN_ONLY_TICK_LOWER_DELTA": [
|
|
4039
|
+
0,
|
|
4040
|
+
11e3,
|
|
4041
|
+
23400,
|
|
4042
|
+
70400,
|
|
4043
|
+
84400
|
|
4044
|
+
],
|
|
4045
|
+
"TOKEN_ONLY_TICK_UPPER_DELTA": [
|
|
4046
|
+
11e3,
|
|
4047
|
+
70400,
|
|
4048
|
+
70400,
|
|
4049
|
+
104400,
|
|
4050
|
+
104400
|
|
4051
|
+
],
|
|
4052
|
+
"TOKEN_ONLY_POSITION_TOKEN_BPS": [
|
|
4053
|
+
1e3,
|
|
4054
|
+
5e3,
|
|
4055
|
+
1500,
|
|
4056
|
+
2e3,
|
|
4057
|
+
500
|
|
4058
|
+
],
|
|
4059
|
+
"PAIRED_POSITION_BPS": {
|
|
4060
|
+
"deep": 10,
|
|
4061
|
+
"main": 9990
|
|
4062
|
+
},
|
|
4063
|
+
"LABELS": [
|
|
4064
|
+
"lowerAbove\u2192130k",
|
|
4065
|
+
"130k\u219250m",
|
|
4066
|
+
"450k\u219250m",
|
|
4067
|
+
"50m\u21921p5b",
|
|
4068
|
+
"200m\u21921p5b"
|
|
4069
|
+
]
|
|
4070
|
+
}
|
|
4071
|
+
},
|
|
3867
4072
|
"COLLATERAL_TEMPLATES": {
|
|
3868
4073
|
"ETH": {
|
|
3869
4074
|
"ID": "ETH_DEFAULT",
|
|
4075
|
+
"MODE": "DYNAMIC_ONLY",
|
|
3870
4076
|
"COLLATERAL_TOKEN": "0x0000000000000000000000000000000000000000",
|
|
3871
4077
|
"SYMBOL": "ETH",
|
|
3872
4078
|
"DECIMALS": 18,
|
|
@@ -3877,6 +4083,7 @@ var chainConfigs = {
|
|
|
3877
4083
|
"FEE_BASIS_POINTS": "200",
|
|
3878
4084
|
"FIXED_MIGRATION_FEE": "100000000000000000",
|
|
3879
4085
|
"POOL_CREATION_FEE": "50000000000000000",
|
|
4086
|
+
"MIGRATION_FEE_BPS": 600,
|
|
3880
4087
|
"FIRST_BUY_FEE": "1500000000000000",
|
|
3881
4088
|
"MC_UPPER_LIMIT": "11835000000000000000",
|
|
3882
4089
|
"MC_LOWER_LIMIT": "11795000000000000000",
|
|
@@ -3884,10 +4091,14 @@ var chainConfigs = {
|
|
|
3884
4091
|
"TARGET_ETH_COLLECTION_AMOUNT": "2500759732077910169",
|
|
3885
4092
|
"TARGET_COLLECTION_AMOUNT": "2500759732077910169",
|
|
3886
4093
|
"V4_LP_FEE": "20000",
|
|
4094
|
+
"DEFAULT_PROFILE_ID": "0x56cc40852adcac48f8a9dd4a79fcfb3699ec8841c3a94fa5accc4a7d804b7814",
|
|
4095
|
+
"DEFAULT_TARGET_RAISE": "2500759732077910169",
|
|
4096
|
+
"DEFAULT_SELL_BPS": 8e3,
|
|
3887
4097
|
"V4_LIQUIDITY_CONFIG": "0x00000000000000000000000000000000000000000000000000000000000000c800000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000001c000000000000000000000000000000000000000000000000000000000000002c000000000000000000000000000000000000000000000000000000000000003c000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff27660fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffcced0fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd3780fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd6278fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd92e8fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe4a80fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe81300000000000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffcced0fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd36b8fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd6278fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe4a80fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe4a80fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffecf50fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffecf5000000000000000000000000000000000000000000000000000000000000000070000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003e8000000000000000000000000000000000000000000000000000000000000138800000000000000000000000000000000000000000000000000000000000005dc00000000000000000000000000000000000000000000000000000000000007d000000000000000000000000000000000000000000000000000000000000001f40000000000000000000000000000000000000000000000000000000000000007000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000270600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
|
|
3888
4098
|
},
|
|
3889
4099
|
"USDC": {
|
|
3890
4100
|
"ID": "USDC_DEFAULT",
|
|
4101
|
+
"MODE": "DYNAMIC_ONLY",
|
|
3891
4102
|
"COLLATERAL_TOKEN": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
|
|
3892
4103
|
"SYMBOL": "USDC",
|
|
3893
4104
|
"DECIMALS": 6,
|
|
@@ -3898,6 +4109,7 @@ var chainConfigs = {
|
|
|
3898
4109
|
"FEE_BASIS_POINTS": "200",
|
|
3899
4110
|
"FIXED_MIGRATION_FEE": "300000000",
|
|
3900
4111
|
"POOL_CREATION_FEE": "200000000",
|
|
4112
|
+
"MIGRATION_FEE_BPS": 600,
|
|
3901
4113
|
"FIRST_BUY_FEE": "5000000",
|
|
3902
4114
|
"MC_UPPER_LIMIT": "37560000000",
|
|
3903
4115
|
"MC_LOWER_LIMIT": "37500000000",
|
|
@@ -3905,10 +4117,14 @@ var chainConfigs = {
|
|
|
3905
4117
|
"TARGET_USDC_COLLECTION_AMOUNT": "8000000000",
|
|
3906
4118
|
"TARGET_COLLECTION_AMOUNT": "8000000000",
|
|
3907
4119
|
"V4_LP_FEE": "20000",
|
|
4120
|
+
"DEFAULT_PROFILE_ID": "0x56cc40852adcac48f8a9dd4a79fcfb3699ec8841c3a94fa5accc4a7d804b7814",
|
|
4121
|
+
"DEFAULT_TARGET_RAISE": "8000000000",
|
|
4122
|
+
"DEFAULT_SELL_BPS": 8e3,
|
|
3908
4123
|
"V4_LIQUIDITY_CONFIG": "0x00000000000000000000000000000000000000000000000000000000000000c800000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000001c000000000000000000000000000000000000000000000000000000000000002c000000000000000000000000000000000000000000000000000000000000003c000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff27660fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff9d2c0fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa3aa8fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa6a50fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa9b88fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffb5320fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffb89080000000000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff9d2c0fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa39e0fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa6a50fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffb5320fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffb5320fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffbd7f0fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffbd7f000000000000000000000000000000000000000000000000000000000000000070000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003e8000000000000000000000000000000000000000000000000000000000000138800000000000000000000000000000000000000000000000000000000000005dc00000000000000000000000000000000000000000000000000000000000007d000000000000000000000000000000000000000000000000000000000000001f40000000000000000000000000000000000000000000000000000000000000007000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000270600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
|
|
3909
4124
|
},
|
|
3910
4125
|
"SOL": {
|
|
3911
4126
|
"ID": "SOL_DEFAULT",
|
|
4127
|
+
"MODE": "DYNAMIC_ONLY",
|
|
3912
4128
|
"COLLATERAL_TOKEN": "0x311935Cd80B76769bF2ecC9D8Ab7635b2139cf82",
|
|
3913
4129
|
"SYMBOL": "SOL",
|
|
3914
4130
|
"DECIMALS": 9,
|
|
@@ -3919,12 +4135,16 @@ var chainConfigs = {
|
|
|
3919
4135
|
"FEE_BASIS_POINTS": "200",
|
|
3920
4136
|
"FIXED_MIGRATION_FEE": "2400000000",
|
|
3921
4137
|
"POOL_CREATION_FEE": "1600000000",
|
|
4138
|
+
"MIGRATION_FEE_BPS": 600,
|
|
3922
4139
|
"FIRST_BUY_FEE": "40000000",
|
|
3923
4140
|
"MC_UPPER_LIMIT": "300480000003",
|
|
3924
4141
|
"MC_LOWER_LIMIT": "300000000003",
|
|
3925
4142
|
"TOKENS_MIGRATION_THRESHOLD": "800000000000000000000000000",
|
|
3926
4143
|
"TARGET_COLLECTION_AMOUNT": "64000000000",
|
|
3927
4144
|
"V4_LP_FEE": "20000",
|
|
4145
|
+
"DEFAULT_PROFILE_ID": "0x56cc40852adcac48f8a9dd4a79fcfb3699ec8841c3a94fa5accc4a7d804b7814",
|
|
4146
|
+
"DEFAULT_TARGET_RAISE": "64000000000",
|
|
4147
|
+
"DEFAULT_SELL_BPS": 8e3,
|
|
3928
4148
|
"V4_LIQUIDITY_CONFIG": "0x00000000000000000000000000000000000000000000000000000000000000c800000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000001c000000000000000000000000000000000000000000000000000000000000002c000000000000000000000000000000000000000000000000000000000000003c000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff27660fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa2400fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa8be8fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffabb90fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffaecc8fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffba460fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffbda480000000000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa2400fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa8b20fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffabb90fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffba460fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffba460fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc2930fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc293000000000000000000000000000000000000000000000000000000000000000070000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003e8000000000000000000000000000000000000000000000000000000000000138800000000000000000000000000000000000000000000000000000000000005dc00000000000000000000000000000000000000000000000000000000000007d000000000000000000000000000000000000000000000000000000000000001f40000000000000000000000000000000000000000000000000000000000000007000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000270600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
|
|
3929
4149
|
}
|
|
3930
4150
|
}
|
|
@@ -3943,8 +4163,8 @@ var chainConfigs = {
|
|
|
3943
4163
|
"MC_UPPER_LIMIT": "11835000000000000000",
|
|
3944
4164
|
"MC_LOWER_LIMIT": "11795000000000000000",
|
|
3945
4165
|
"TOKENS_MIGRATION_THRESHOLD": "799764393968807750154100378",
|
|
3946
|
-
"TARGET_ETH_COLLECTION_AMOUNT": "
|
|
3947
|
-
"TARGET_COLLECTION_AMOUNT": "
|
|
4166
|
+
"TARGET_ETH_COLLECTION_AMOUNT": "2500000000000000000",
|
|
4167
|
+
"TARGET_COLLECTION_AMOUNT": "2500000000000000000",
|
|
3948
4168
|
"SIGNER": "0x0000000000000000000000000000000000000000",
|
|
3949
4169
|
"DEPLOYER": "0x9575b2d4eeb082f777af9dae93702aea6d2769d3",
|
|
3950
4170
|
"FACTORY_OWNER": "0x9575b2d4eeb082f777af9dae93702aea6d2769d3",
|
|
@@ -3956,7 +4176,7 @@ var chainConfigs = {
|
|
|
3956
4176
|
"WETH": "0x4200000000000000000000000000000000000006",
|
|
3957
4177
|
"V3_POOL_FEE": "10000",
|
|
3958
4178
|
"TRADE_REFERRER_FEE_BPS": "1000",
|
|
3959
|
-
"CONTRACT_VERSION": "2.
|
|
4179
|
+
"CONTRACT_VERSION": "2.2.0",
|
|
3960
4180
|
"V4_POOL_MANAGER": "0x05E73354cFDd6745C338b50BcFDfA3Aa6fA03408",
|
|
3961
4181
|
"V4_POSITION_MANAGER": "0x4B2C77d209D3405F41a037Ec6c77F7F5b8e2ca80",
|
|
3962
4182
|
"QUOTER_V4": "0x4A6513c898fe1B2d0E78d3b0e0A4a151589B1cBa",
|
|
@@ -3964,9 +4184,50 @@ var chainConfigs = {
|
|
|
3964
4184
|
"UNIVERSAL_ROUTER": "0x492E6456D9528771018DeB9E87ef7750EF184104",
|
|
3965
4185
|
"V4_LP_FEE": "20000",
|
|
3966
4186
|
"V4_LIQUIDITY_CONFIG": "0x00000000000000000000000000000000000000000000000000000000000000c800000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000001c000000000000000000000000000000000000000000000000000000000000002c000000000000000000000000000000000000000000000000000000000000003c000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff27660fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffcced0fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd3780fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd6278fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd92e8fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe4a80fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe81300000000000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffcced0fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd36b8fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd6278fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe4a80fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe4a80fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffecf50fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffecf5000000000000000000000000000000000000000000000000000000000000000070000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003e8000000000000000000000000000000000000000000000000000000000000138800000000000000000000000000000000000000000000000000000000000005dc00000000000000000000000000000000000000000000000000000000000007d000000000000000000000000000000000000000000000000000000000000001f40000000000000000000000000000000000000000000000000000000000000007000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000270600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
4187
|
+
"V4_LIQUIDITY_PROFILES": {
|
|
4188
|
+
"0x56cc40852adcac48f8a9dd4a79fcfb3699ec8841c3a94fa5accc4a7d804b7814": {
|
|
4189
|
+
"NAME": "U10_SINGLE_SIDED_OVERLAP_V1_SP200",
|
|
4190
|
+
"VERSION": 1,
|
|
4191
|
+
"ENCODED_PROFILE": "0x00000000000000000000000000000000000000000000000000000000000000c800000000000000000000000000000000000000000000000000000000000000e000000000000000000000000000000000000000000000000000000000000001a00000000000000000000000000000000000000000000000000000000000000260000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000027060000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002af80000000000000000000000000000000000000000000000000000000000005b68000000000000000000000000000000000000000000000000000000000001130000000000000000000000000000000000000000000000000000000000000149b000000000000000000000000000000000000000000000000000000000000000050000000000000000000000000000000000000000000000000000000000002af80000000000000000000000000000000000000000000000000000000000011300000000000000000000000000000000000000000000000000000000000001130000000000000000000000000000000000000000000000000000000000000197d000000000000000000000000000000000000000000000000000000000000197d0000000000000000000000000000000000000000000000000000000000000000500000000000000000000000000000000000000000000000000000000000003e8000000000000000000000000000000000000000000000000000000000000138800000000000000000000000000000000000000000000000000000000000005dc00000000000000000000000000000000000000000000000000000000000007d000000000000000000000000000000000000000000000000000000000000001f4",
|
|
4192
|
+
"TICK_SPACING": 200,
|
|
4193
|
+
"TOKEN_ONLY_TICK_LOWER_DELTA": [
|
|
4194
|
+
0,
|
|
4195
|
+
11e3,
|
|
4196
|
+
23400,
|
|
4197
|
+
70400,
|
|
4198
|
+
84400
|
|
4199
|
+
],
|
|
4200
|
+
"TOKEN_ONLY_TICK_UPPER_DELTA": [
|
|
4201
|
+
11e3,
|
|
4202
|
+
70400,
|
|
4203
|
+
70400,
|
|
4204
|
+
104400,
|
|
4205
|
+
104400
|
|
4206
|
+
],
|
|
4207
|
+
"TOKEN_ONLY_POSITION_TOKEN_BPS": [
|
|
4208
|
+
1e3,
|
|
4209
|
+
5e3,
|
|
4210
|
+
1500,
|
|
4211
|
+
2e3,
|
|
4212
|
+
500
|
|
4213
|
+
],
|
|
4214
|
+
"PAIRED_POSITION_BPS": {
|
|
4215
|
+
"deep": 10,
|
|
4216
|
+
"main": 9990
|
|
4217
|
+
},
|
|
4218
|
+
"LABELS": [
|
|
4219
|
+
"lowerAbove\u2192130k",
|
|
4220
|
+
"130k\u219250m",
|
|
4221
|
+
"450k\u219250m",
|
|
4222
|
+
"50m\u21921p5b",
|
|
4223
|
+
"200m\u21921p5b"
|
|
4224
|
+
]
|
|
4225
|
+
}
|
|
4226
|
+
},
|
|
3967
4227
|
"COLLATERAL_TEMPLATES": {
|
|
3968
4228
|
"ETH": {
|
|
3969
4229
|
"ID": "ETH_DEFAULT",
|
|
4230
|
+
"MODE": "DYNAMIC_ONLY",
|
|
3970
4231
|
"COLLATERAL_TOKEN": "0x0000000000000000000000000000000000000000",
|
|
3971
4232
|
"SYMBOL": "ETH",
|
|
3972
4233
|
"DECIMALS": 18,
|
|
@@ -3977,17 +4238,22 @@ var chainConfigs = {
|
|
|
3977
4238
|
"FEE_BASIS_POINTS": "200",
|
|
3978
4239
|
"FIXED_MIGRATION_FEE": "100000000000000000",
|
|
3979
4240
|
"POOL_CREATION_FEE": "50000000000000000",
|
|
4241
|
+
"MIGRATION_FEE_BPS": 600,
|
|
3980
4242
|
"FIRST_BUY_FEE": "1500000000000000",
|
|
3981
4243
|
"MC_UPPER_LIMIT": "11835000000000000000",
|
|
3982
4244
|
"MC_LOWER_LIMIT": "11795000000000000000",
|
|
3983
4245
|
"TOKENS_MIGRATION_THRESHOLD": "799764393968807750154100378",
|
|
3984
|
-
"TARGET_ETH_COLLECTION_AMOUNT": "
|
|
3985
|
-
"TARGET_COLLECTION_AMOUNT": "
|
|
4246
|
+
"TARGET_ETH_COLLECTION_AMOUNT": "2500000000000000000",
|
|
4247
|
+
"TARGET_COLLECTION_AMOUNT": "2500000000000000000",
|
|
3986
4248
|
"V4_LP_FEE": "20000",
|
|
4249
|
+
"DEFAULT_PROFILE_ID": "0x56cc40852adcac48f8a9dd4a79fcfb3699ec8841c3a94fa5accc4a7d804b7814",
|
|
4250
|
+
"DEFAULT_TARGET_RAISE": "2500000000000000000",
|
|
4251
|
+
"DEFAULT_SELL_BPS": 8e3,
|
|
3987
4252
|
"V4_LIQUIDITY_CONFIG": "0x00000000000000000000000000000000000000000000000000000000000000c800000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000001c000000000000000000000000000000000000000000000000000000000000002c000000000000000000000000000000000000000000000000000000000000003c000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff27660fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffcced0fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd3780fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd6278fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd92e8fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe4a80fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe81300000000000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffcced0fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd36b8fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd6278fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe4a80fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe4a80fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffecf50fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffecf5000000000000000000000000000000000000000000000000000000000000000070000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003e8000000000000000000000000000000000000000000000000000000000000138800000000000000000000000000000000000000000000000000000000000005dc00000000000000000000000000000000000000000000000000000000000007d000000000000000000000000000000000000000000000000000000000000001f40000000000000000000000000000000000000000000000000000000000000007000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000270600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
|
|
3988
4253
|
},
|
|
3989
4254
|
"USDC": {
|
|
3990
4255
|
"ID": "USDC_DEFAULT",
|
|
4256
|
+
"MODE": "DYNAMIC_ONLY",
|
|
3991
4257
|
"COLLATERAL_TOKEN": "0x108219E8D6A004A5B15D922FE1A42fd282601DcC",
|
|
3992
4258
|
"SYMBOL": "USDC",
|
|
3993
4259
|
"DECIMALS": 6,
|
|
@@ -3998,6 +4264,7 @@ var chainConfigs = {
|
|
|
3998
4264
|
"FEE_BASIS_POINTS": "200",
|
|
3999
4265
|
"FIXED_MIGRATION_FEE": "300000000",
|
|
4000
4266
|
"POOL_CREATION_FEE": "200000000",
|
|
4267
|
+
"MIGRATION_FEE_BPS": 600,
|
|
4001
4268
|
"FIRST_BUY_FEE": "5000000",
|
|
4002
4269
|
"MC_UPPER_LIMIT": "37560000000",
|
|
4003
4270
|
"MC_LOWER_LIMIT": "37500000000",
|
|
@@ -4005,10 +4272,14 @@ var chainConfigs = {
|
|
|
4005
4272
|
"TARGET_USDC_COLLECTION_AMOUNT": "8000000000",
|
|
4006
4273
|
"TARGET_COLLECTION_AMOUNT": "8000000000",
|
|
4007
4274
|
"V4_LP_FEE": "20000",
|
|
4275
|
+
"DEFAULT_PROFILE_ID": "0x56cc40852adcac48f8a9dd4a79fcfb3699ec8841c3a94fa5accc4a7d804b7814",
|
|
4276
|
+
"DEFAULT_TARGET_RAISE": "8000000000",
|
|
4277
|
+
"DEFAULT_SELL_BPS": 8e3,
|
|
4008
4278
|
"V4_LIQUIDITY_CONFIG": "0x00000000000000000000000000000000000000000000000000000000000000c800000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000001c000000000000000000000000000000000000000000000000000000000000002c000000000000000000000000000000000000000000000000000000000000003c000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff27660fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff9d2c0fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa3aa8fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa6a50fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa9b88fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffb5320fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffb89080000000000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff9d2c0fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa39e0fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa6a50fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffb5320fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffb5320fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffbd7f0fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffbd7f000000000000000000000000000000000000000000000000000000000000000070000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003e8000000000000000000000000000000000000000000000000000000000000138800000000000000000000000000000000000000000000000000000000000005dc00000000000000000000000000000000000000000000000000000000000007d000000000000000000000000000000000000000000000000000000000000001f40000000000000000000000000000000000000000000000000000000000000007000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000270600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
|
|
4009
4279
|
},
|
|
4010
4280
|
"SOL": {
|
|
4011
4281
|
"ID": "SOL_DEFAULT",
|
|
4282
|
+
"MODE": "DYNAMIC_ONLY",
|
|
4012
4283
|
"COLLATERAL_TOKEN": "0x62458b06DdD0E886dc26837dcd8C386ADD548317",
|
|
4013
4284
|
"SYMBOL": "SOL",
|
|
4014
4285
|
"DECIMALS": 9,
|
|
@@ -4019,16 +4290,21 @@ var chainConfigs = {
|
|
|
4019
4290
|
"FEE_BASIS_POINTS": "200",
|
|
4020
4291
|
"FIXED_MIGRATION_FEE": "2400000000",
|
|
4021
4292
|
"POOL_CREATION_FEE": "1600000000",
|
|
4293
|
+
"MIGRATION_FEE_BPS": 600,
|
|
4022
4294
|
"FIRST_BUY_FEE": "40000000",
|
|
4023
4295
|
"MC_UPPER_LIMIT": "300480000003",
|
|
4024
4296
|
"MC_LOWER_LIMIT": "300000000003",
|
|
4025
4297
|
"TOKENS_MIGRATION_THRESHOLD": "800000000000000000000000000",
|
|
4026
4298
|
"TARGET_COLLECTION_AMOUNT": "64000000000",
|
|
4027
4299
|
"V4_LP_FEE": "20000",
|
|
4300
|
+
"DEFAULT_PROFILE_ID": "0x56cc40852adcac48f8a9dd4a79fcfb3699ec8841c3a94fa5accc4a7d804b7814",
|
|
4301
|
+
"DEFAULT_TARGET_RAISE": "64000000000",
|
|
4302
|
+
"DEFAULT_SELL_BPS": 8e3,
|
|
4028
4303
|
"V4_LIQUIDITY_CONFIG": "0x00000000000000000000000000000000000000000000000000000000000000c800000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000001c000000000000000000000000000000000000000000000000000000000000002c000000000000000000000000000000000000000000000000000000000000003c000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff27660fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa2400fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa8be8fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffabb90fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffaecc8fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffba460fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffbda480000000000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa2400fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa8b20fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffabb90fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffba460fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffba460fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc2930fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc293000000000000000000000000000000000000000000000000000000000000000070000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003e8000000000000000000000000000000000000000000000000000000000000138800000000000000000000000000000000000000000000000000000000000005dc00000000000000000000000000000000000000000000000000000000000007d000000000000000000000000000000000000000000000000000000000000001f40000000000000000000000000000000000000000000000000000000000000007000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000270600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
|
|
4029
4304
|
},
|
|
4030
4305
|
"MUSDC": {
|
|
4031
4306
|
"ID": "MUSDC_DEFAULT",
|
|
4307
|
+
"MODE": "DYNAMIC_ONLY",
|
|
4032
4308
|
"COLLATERAL_TOKEN": "0x4967BC4b61B3259856D1A925900263AB2B64F6de",
|
|
4033
4309
|
"SYMBOL": "USDC",
|
|
4034
4310
|
"DECIMALS": 6,
|
|
@@ -4039,6 +4315,7 @@ var chainConfigs = {
|
|
|
4039
4315
|
"FEE_BASIS_POINTS": "200",
|
|
4040
4316
|
"FIXED_MIGRATION_FEE": "300000000",
|
|
4041
4317
|
"POOL_CREATION_FEE": "200000000",
|
|
4318
|
+
"MIGRATION_FEE_BPS": 600,
|
|
4042
4319
|
"FIRST_BUY_FEE": "5000000",
|
|
4043
4320
|
"MC_UPPER_LIMIT": "37560000000",
|
|
4044
4321
|
"MC_LOWER_LIMIT": "37500000000",
|
|
@@ -4046,10 +4323,14 @@ var chainConfigs = {
|
|
|
4046
4323
|
"TARGET_USDC_COLLECTION_AMOUNT": "8000000000",
|
|
4047
4324
|
"TARGET_COLLECTION_AMOUNT": "8000000000",
|
|
4048
4325
|
"V4_LP_FEE": "20000",
|
|
4326
|
+
"DEFAULT_PROFILE_ID": "0x56cc40852adcac48f8a9dd4a79fcfb3699ec8841c3a94fa5accc4a7d804b7814",
|
|
4327
|
+
"DEFAULT_TARGET_RAISE": "8000000000",
|
|
4328
|
+
"DEFAULT_SELL_BPS": 8e3,
|
|
4049
4329
|
"V4_LIQUIDITY_CONFIG": "0x00000000000000000000000000000000000000000000000000000000000000c800000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000001c000000000000000000000000000000000000000000000000000000000000002c000000000000000000000000000000000000000000000000000000000000003c000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff27660fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff9d2c0fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa3aa8fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa6a50fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa9b88fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffb5320fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffb89080000000000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff9d2c0fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa39e0fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa6a50fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffb5320fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffb5320fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffbd7f0fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffbd7f000000000000000000000000000000000000000000000000000000000000000070000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003e8000000000000000000000000000000000000000000000000000000000000138800000000000000000000000000000000000000000000000000000000000005dc00000000000000000000000000000000000000000000000000000000000007d000000000000000000000000000000000000000000000000000000000000001f40000000000000000000000000000000000000000000000000000000000000007000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000270600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
|
|
4050
4330
|
},
|
|
4051
4331
|
"MSOL": {
|
|
4052
4332
|
"ID": "MSOL_DEFAULT",
|
|
4333
|
+
"MODE": "DYNAMIC_ONLY",
|
|
4053
4334
|
"COLLATERAL_TOKEN": "0x887847e42F068df9D9C248B355ad84DbC7527070",
|
|
4054
4335
|
"SYMBOL": "SOL",
|
|
4055
4336
|
"DECIMALS": 9,
|
|
@@ -4060,12 +4341,16 @@ var chainConfigs = {
|
|
|
4060
4341
|
"FEE_BASIS_POINTS": "200",
|
|
4061
4342
|
"FIXED_MIGRATION_FEE": "2400000000",
|
|
4062
4343
|
"POOL_CREATION_FEE": "1600000000",
|
|
4344
|
+
"MIGRATION_FEE_BPS": 600,
|
|
4063
4345
|
"FIRST_BUY_FEE": "40000000",
|
|
4064
4346
|
"MC_UPPER_LIMIT": "300480000003",
|
|
4065
4347
|
"MC_LOWER_LIMIT": "300000000003",
|
|
4066
4348
|
"TOKENS_MIGRATION_THRESHOLD": "800000000000000000000000000",
|
|
4067
4349
|
"TARGET_COLLECTION_AMOUNT": "64000000000",
|
|
4068
4350
|
"V4_LP_FEE": "20000",
|
|
4351
|
+
"DEFAULT_PROFILE_ID": "0x56cc40852adcac48f8a9dd4a79fcfb3699ec8841c3a94fa5accc4a7d804b7814",
|
|
4352
|
+
"DEFAULT_TARGET_RAISE": "64000000000",
|
|
4353
|
+
"DEFAULT_SELL_BPS": 8e3,
|
|
4069
4354
|
"V4_LIQUIDITY_CONFIG": "0x00000000000000000000000000000000000000000000000000000000000000c800000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000001c000000000000000000000000000000000000000000000000000000000000002c000000000000000000000000000000000000000000000000000000000000003c000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff27660fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa2400fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa8be8fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffabb90fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffaecc8fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffba460fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffbda480000000000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa2400fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa8b20fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffabb90fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffba460fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffba460fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc2930fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc293000000000000000000000000000000000000000000000000000000000000000070000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003e8000000000000000000000000000000000000000000000000000000000000138800000000000000000000000000000000000000000000000000000000000005dc00000000000000000000000000000000000000000000000000000000000007d000000000000000000000000000000000000000000000000000000000000001f40000000000000000000000000000000000000000000000000000000000000007000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000270600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
|
|
4070
4355
|
}
|
|
4071
4356
|
}
|
|
@@ -4267,6 +4552,210 @@ var chainConfigs = {
|
|
|
4267
4552
|
"V4_LIQUIDITY_CONFIG": "0x00000000000000000000000000000000000000000000000000000000000000c800000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000001c000000000000000000000000000000000000000000000000000000000000002c000000000000000000000000000000000000000000000000000000000000003c000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff27660fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa2400fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa8be8fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffabb90fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffaecc8fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffba460fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffbda480000000000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa2400fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa8b20fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffabb90fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffba460fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffba460fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc2930fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc293000000000000000000000000000000000000000000000000000000000000000070000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003e8000000000000000000000000000000000000000000000000000000000000138800000000000000000000000000000000000000000000000000000000000005dc00000000000000000000000000000000000000000000000000000000000007d000000000000000000000000000000000000000000000000000000000000001f40000000000000000000000000000000000000000000000000000000000000007000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000270600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
|
|
4268
4553
|
}
|
|
4269
4554
|
}
|
|
4555
|
+
},
|
|
4556
|
+
"2.2.0": {
|
|
4557
|
+
"TOTAL_SUPPLY": "1000000000000000000000000000",
|
|
4558
|
+
"VIRTUAL_TOKEN_RESERVES": "1088264899999999783900020736",
|
|
4559
|
+
"VIRTUAL_COLLATERAL_RESERVES": "902103736559999872",
|
|
4560
|
+
"FEE_BASIS_POINTS": "200",
|
|
4561
|
+
"DEX_FEE_BASIS_POINTS": "5000",
|
|
4562
|
+
"FIXED_MIGRATION_FEE": "100000000000000000",
|
|
4563
|
+
"POOL_CREATION_FEE": "50000000000000000",
|
|
4564
|
+
"FIRST_BUY_FEE": "1500000000000000",
|
|
4565
|
+
"MC_UPPER_LIMIT": "11835000000000000000",
|
|
4566
|
+
"MC_LOWER_LIMIT": "11795000000000000000",
|
|
4567
|
+
"TOKENS_MIGRATION_THRESHOLD": "799764393968807750154100378",
|
|
4568
|
+
"TARGET_ETH_COLLECTION_AMOUNT": "2500000000000000000",
|
|
4569
|
+
"TARGET_COLLECTION_AMOUNT": "2500000000000000000",
|
|
4570
|
+
"SIGNER": "0x0000000000000000000000000000000000000000",
|
|
4571
|
+
"DEPLOYER": "0x9575b2d4eeb082f777af9dae93702aea6d2769d3",
|
|
4572
|
+
"FACTORY_OWNER": "0x9575b2d4eeb082f777af9dae93702aea6d2769d3",
|
|
4573
|
+
"PROTOCOL_REWARD_RECIPIENT": "0x9575b2d4eeb082f777af9dae93702aea6d2769d3",
|
|
4574
|
+
"UNISWAP_V3_NONFUNGIBLE_POSITION_MANAGER": "0x27F971cb582BF9E50F397e4d29a5C7A34f11faA2",
|
|
4575
|
+
"QUOTER_V2": "0xC5290058841028F1614F3A6F0F5816cAd0df5E27",
|
|
4576
|
+
"SWAP_ROUTER_V2": "0x94cC0AaC535CCDB3C01d6787D6413C739ae12bc4",
|
|
4577
|
+
"UNISWAP_V2_ROUTER": "0x0000000000000000000000000000000000000000",
|
|
4578
|
+
"WETH": "0x4200000000000000000000000000000000000006",
|
|
4579
|
+
"V3_POOL_FEE": "10000",
|
|
4580
|
+
"TRADE_REFERRER_FEE_BPS": "1000",
|
|
4581
|
+
"CONTRACT_VERSION": "2.2.0",
|
|
4582
|
+
"V4_POOL_MANAGER": "0x05E73354cFDd6745C338b50BcFDfA3Aa6fA03408",
|
|
4583
|
+
"V4_POSITION_MANAGER": "0x4B2C77d209D3405F41a037Ec6c77F7F5b8e2ca80",
|
|
4584
|
+
"QUOTER_V4": "0x4A6513c898fe1B2d0E78d3b0e0A4a151589B1cBa",
|
|
4585
|
+
"PERMIT2": "0x000000000022D473030F116dDEE9F6B43aC78BA3",
|
|
4586
|
+
"UNIVERSAL_ROUTER": "0x492E6456D9528771018DeB9E87ef7750EF184104",
|
|
4587
|
+
"V4_LP_FEE": "20000",
|
|
4588
|
+
"V4_LIQUIDITY_CONFIG": "0x00000000000000000000000000000000000000000000000000000000000000c800000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000001c000000000000000000000000000000000000000000000000000000000000002c000000000000000000000000000000000000000000000000000000000000003c000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff27660fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffcced0fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd3780fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd6278fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd92e8fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe4a80fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe81300000000000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffcced0fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd36b8fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd6278fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe4a80fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe4a80fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffecf50fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffecf5000000000000000000000000000000000000000000000000000000000000000070000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003e8000000000000000000000000000000000000000000000000000000000000138800000000000000000000000000000000000000000000000000000000000005dc00000000000000000000000000000000000000000000000000000000000007d000000000000000000000000000000000000000000000000000000000000001f40000000000000000000000000000000000000000000000000000000000000007000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000270600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
4589
|
+
"V4_LIQUIDITY_PROFILES": {
|
|
4590
|
+
"0x56cc40852adcac48f8a9dd4a79fcfb3699ec8841c3a94fa5accc4a7d804b7814": {
|
|
4591
|
+
"NAME": "U10_SINGLE_SIDED_OVERLAP_V1_SP200",
|
|
4592
|
+
"VERSION": 1,
|
|
4593
|
+
"ENCODED_PROFILE": "0x00000000000000000000000000000000000000000000000000000000000000c800000000000000000000000000000000000000000000000000000000000000e000000000000000000000000000000000000000000000000000000000000001a00000000000000000000000000000000000000000000000000000000000000260000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000027060000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002af80000000000000000000000000000000000000000000000000000000000005b68000000000000000000000000000000000000000000000000000000000001130000000000000000000000000000000000000000000000000000000000000149b000000000000000000000000000000000000000000000000000000000000000050000000000000000000000000000000000000000000000000000000000002af80000000000000000000000000000000000000000000000000000000000011300000000000000000000000000000000000000000000000000000000000001130000000000000000000000000000000000000000000000000000000000000197d000000000000000000000000000000000000000000000000000000000000197d0000000000000000000000000000000000000000000000000000000000000000500000000000000000000000000000000000000000000000000000000000003e8000000000000000000000000000000000000000000000000000000000000138800000000000000000000000000000000000000000000000000000000000005dc00000000000000000000000000000000000000000000000000000000000007d000000000000000000000000000000000000000000000000000000000000001f4",
|
|
4594
|
+
"TICK_SPACING": 200,
|
|
4595
|
+
"TOKEN_ONLY_TICK_LOWER_DELTA": [
|
|
4596
|
+
0,
|
|
4597
|
+
11e3,
|
|
4598
|
+
23400,
|
|
4599
|
+
70400,
|
|
4600
|
+
84400
|
|
4601
|
+
],
|
|
4602
|
+
"TOKEN_ONLY_TICK_UPPER_DELTA": [
|
|
4603
|
+
11e3,
|
|
4604
|
+
70400,
|
|
4605
|
+
70400,
|
|
4606
|
+
104400,
|
|
4607
|
+
104400
|
|
4608
|
+
],
|
|
4609
|
+
"TOKEN_ONLY_POSITION_TOKEN_BPS": [
|
|
4610
|
+
1e3,
|
|
4611
|
+
5e3,
|
|
4612
|
+
1500,
|
|
4613
|
+
2e3,
|
|
4614
|
+
500
|
|
4615
|
+
],
|
|
4616
|
+
"PAIRED_POSITION_BPS": {
|
|
4617
|
+
"deep": 10,
|
|
4618
|
+
"main": 9990
|
|
4619
|
+
},
|
|
4620
|
+
"LABELS": [
|
|
4621
|
+
"lowerAbove\u2192130k",
|
|
4622
|
+
"130k\u219250m",
|
|
4623
|
+
"450k\u219250m",
|
|
4624
|
+
"50m\u21921p5b",
|
|
4625
|
+
"200m\u21921p5b"
|
|
4626
|
+
]
|
|
4627
|
+
}
|
|
4628
|
+
},
|
|
4629
|
+
"COLLATERAL_TEMPLATES": {
|
|
4630
|
+
"ETH": {
|
|
4631
|
+
"ID": "ETH_DEFAULT",
|
|
4632
|
+
"MODE": "DYNAMIC_ONLY",
|
|
4633
|
+
"COLLATERAL_TOKEN": "0x0000000000000000000000000000000000000000",
|
|
4634
|
+
"SYMBOL": "ETH",
|
|
4635
|
+
"DECIMALS": 18,
|
|
4636
|
+
"ENABLED": true,
|
|
4637
|
+
"TOTAL_SUPPLY": "1000000000000000000000000000",
|
|
4638
|
+
"VIRTUAL_TOKEN_RESERVES": "1088264899999999783900020736",
|
|
4639
|
+
"VIRTUAL_COLLATERAL_RESERVES": "902103736559999872",
|
|
4640
|
+
"FEE_BASIS_POINTS": "200",
|
|
4641
|
+
"FIXED_MIGRATION_FEE": "100000000000000000",
|
|
4642
|
+
"POOL_CREATION_FEE": "50000000000000000",
|
|
4643
|
+
"MIGRATION_FEE_BPS": 600,
|
|
4644
|
+
"FIRST_BUY_FEE": "1500000000000000",
|
|
4645
|
+
"MC_UPPER_LIMIT": "11835000000000000000",
|
|
4646
|
+
"MC_LOWER_LIMIT": "11795000000000000000",
|
|
4647
|
+
"TOKENS_MIGRATION_THRESHOLD": "799764393968807750154100378",
|
|
4648
|
+
"TARGET_ETH_COLLECTION_AMOUNT": "2500000000000000000",
|
|
4649
|
+
"TARGET_COLLECTION_AMOUNT": "2500000000000000000",
|
|
4650
|
+
"V4_LP_FEE": "20000",
|
|
4651
|
+
"DEFAULT_PROFILE_ID": "0x56cc40852adcac48f8a9dd4a79fcfb3699ec8841c3a94fa5accc4a7d804b7814",
|
|
4652
|
+
"DEFAULT_TARGET_RAISE": "2500000000000000000",
|
|
4653
|
+
"DEFAULT_SELL_BPS": 8e3,
|
|
4654
|
+
"V4_LIQUIDITY_CONFIG": "0x00000000000000000000000000000000000000000000000000000000000000c800000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000001c000000000000000000000000000000000000000000000000000000000000002c000000000000000000000000000000000000000000000000000000000000003c000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff27660fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffcced0fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd3780fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd6278fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd92e8fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe4a80fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe81300000000000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffcced0fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd36b8fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd6278fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe4a80fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe4a80fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffecf50fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffecf5000000000000000000000000000000000000000000000000000000000000000070000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003e8000000000000000000000000000000000000000000000000000000000000138800000000000000000000000000000000000000000000000000000000000005dc00000000000000000000000000000000000000000000000000000000000007d000000000000000000000000000000000000000000000000000000000000001f40000000000000000000000000000000000000000000000000000000000000007000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000270600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
|
|
4655
|
+
},
|
|
4656
|
+
"USDC": {
|
|
4657
|
+
"ID": "USDC_DEFAULT",
|
|
4658
|
+
"MODE": "DYNAMIC_ONLY",
|
|
4659
|
+
"COLLATERAL_TOKEN": "0x108219E8D6A004A5B15D922FE1A42fd282601DcC",
|
|
4660
|
+
"SYMBOL": "USDC",
|
|
4661
|
+
"DECIMALS": 6,
|
|
4662
|
+
"ENABLED": true,
|
|
4663
|
+
"TOTAL_SUPPLY": "1000000000000000000000000000",
|
|
4664
|
+
"VIRTUAL_TOKEN_RESERVES": "1090909090905000000000022918",
|
|
4665
|
+
"VIRTUAL_COLLATERAL_RESERVES": "2909090909",
|
|
4666
|
+
"FEE_BASIS_POINTS": "200",
|
|
4667
|
+
"FIXED_MIGRATION_FEE": "300000000",
|
|
4668
|
+
"POOL_CREATION_FEE": "200000000",
|
|
4669
|
+
"MIGRATION_FEE_BPS": 600,
|
|
4670
|
+
"FIRST_BUY_FEE": "5000000",
|
|
4671
|
+
"MC_UPPER_LIMIT": "37560000000",
|
|
4672
|
+
"MC_LOWER_LIMIT": "37500000000",
|
|
4673
|
+
"TOKENS_MIGRATION_THRESHOLD": "800000000000000000000000000",
|
|
4674
|
+
"TARGET_USDC_COLLECTION_AMOUNT": "8000000000",
|
|
4675
|
+
"TARGET_COLLECTION_AMOUNT": "8000000000",
|
|
4676
|
+
"V4_LP_FEE": "20000",
|
|
4677
|
+
"DEFAULT_PROFILE_ID": "0x56cc40852adcac48f8a9dd4a79fcfb3699ec8841c3a94fa5accc4a7d804b7814",
|
|
4678
|
+
"DEFAULT_TARGET_RAISE": "8000000000",
|
|
4679
|
+
"DEFAULT_SELL_BPS": 8e3,
|
|
4680
|
+
"V4_LIQUIDITY_CONFIG": "0x00000000000000000000000000000000000000000000000000000000000000c800000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000001c000000000000000000000000000000000000000000000000000000000000002c000000000000000000000000000000000000000000000000000000000000003c000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff27660fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff9d2c0fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa3aa8fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa6a50fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa9b88fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffb5320fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffb89080000000000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff9d2c0fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa39e0fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa6a50fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffb5320fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffb5320fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffbd7f0fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffbd7f000000000000000000000000000000000000000000000000000000000000000070000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003e8000000000000000000000000000000000000000000000000000000000000138800000000000000000000000000000000000000000000000000000000000005dc00000000000000000000000000000000000000000000000000000000000007d000000000000000000000000000000000000000000000000000000000000001f40000000000000000000000000000000000000000000000000000000000000007000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000270600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
|
|
4681
|
+
},
|
|
4682
|
+
"SOL": {
|
|
4683
|
+
"ID": "SOL_DEFAULT",
|
|
4684
|
+
"MODE": "DYNAMIC_ONLY",
|
|
4685
|
+
"COLLATERAL_TOKEN": "0x62458b06DdD0E886dc26837dcd8C386ADD548317",
|
|
4686
|
+
"SYMBOL": "SOL",
|
|
4687
|
+
"DECIMALS": 9,
|
|
4688
|
+
"ENABLED": true,
|
|
4689
|
+
"TOTAL_SUPPLY": "1000000000000000000000000000",
|
|
4690
|
+
"VIRTUAL_TOKEN_RESERVES": "1090909090905000000000022917",
|
|
4691
|
+
"VIRTUAL_COLLATERAL_RESERVES": "23272727272",
|
|
4692
|
+
"FEE_BASIS_POINTS": "200",
|
|
4693
|
+
"FIXED_MIGRATION_FEE": "2400000000",
|
|
4694
|
+
"POOL_CREATION_FEE": "1600000000",
|
|
4695
|
+
"MIGRATION_FEE_BPS": 600,
|
|
4696
|
+
"FIRST_BUY_FEE": "40000000",
|
|
4697
|
+
"MC_UPPER_LIMIT": "300480000003",
|
|
4698
|
+
"MC_LOWER_LIMIT": "300000000003",
|
|
4699
|
+
"TOKENS_MIGRATION_THRESHOLD": "800000000000000000000000000",
|
|
4700
|
+
"TARGET_COLLECTION_AMOUNT": "64000000000",
|
|
4701
|
+
"V4_LP_FEE": "20000",
|
|
4702
|
+
"DEFAULT_PROFILE_ID": "0x56cc40852adcac48f8a9dd4a79fcfb3699ec8841c3a94fa5accc4a7d804b7814",
|
|
4703
|
+
"DEFAULT_TARGET_RAISE": "64000000000",
|
|
4704
|
+
"DEFAULT_SELL_BPS": 8e3,
|
|
4705
|
+
"V4_LIQUIDITY_CONFIG": "0x00000000000000000000000000000000000000000000000000000000000000c800000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000001c000000000000000000000000000000000000000000000000000000000000002c000000000000000000000000000000000000000000000000000000000000003c000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff27660fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa2400fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa8be8fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffabb90fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffaecc8fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffba460fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffbda480000000000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa2400fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa8b20fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffabb90fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffba460fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffba460fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc2930fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc293000000000000000000000000000000000000000000000000000000000000000070000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003e8000000000000000000000000000000000000000000000000000000000000138800000000000000000000000000000000000000000000000000000000000005dc00000000000000000000000000000000000000000000000000000000000007d000000000000000000000000000000000000000000000000000000000000001f40000000000000000000000000000000000000000000000000000000000000007000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000270600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
|
|
4706
|
+
},
|
|
4707
|
+
"MUSDC": {
|
|
4708
|
+
"ID": "MUSDC_DEFAULT",
|
|
4709
|
+
"MODE": "DYNAMIC_ONLY",
|
|
4710
|
+
"COLLATERAL_TOKEN": "0x4967BC4b61B3259856D1A925900263AB2B64F6de",
|
|
4711
|
+
"SYMBOL": "USDC",
|
|
4712
|
+
"DECIMALS": 6,
|
|
4713
|
+
"ENABLED": true,
|
|
4714
|
+
"TOTAL_SUPPLY": "1000000000000000000000000000",
|
|
4715
|
+
"VIRTUAL_TOKEN_RESERVES": "1090909090905000000000022918",
|
|
4716
|
+
"VIRTUAL_COLLATERAL_RESERVES": "2909090909",
|
|
4717
|
+
"FEE_BASIS_POINTS": "200",
|
|
4718
|
+
"FIXED_MIGRATION_FEE": "300000000",
|
|
4719
|
+
"POOL_CREATION_FEE": "200000000",
|
|
4720
|
+
"MIGRATION_FEE_BPS": 600,
|
|
4721
|
+
"FIRST_BUY_FEE": "5000000",
|
|
4722
|
+
"MC_UPPER_LIMIT": "37560000000",
|
|
4723
|
+
"MC_LOWER_LIMIT": "37500000000",
|
|
4724
|
+
"TOKENS_MIGRATION_THRESHOLD": "800000000000000000000000000",
|
|
4725
|
+
"TARGET_USDC_COLLECTION_AMOUNT": "8000000000",
|
|
4726
|
+
"TARGET_COLLECTION_AMOUNT": "8000000000",
|
|
4727
|
+
"V4_LP_FEE": "20000",
|
|
4728
|
+
"DEFAULT_PROFILE_ID": "0x56cc40852adcac48f8a9dd4a79fcfb3699ec8841c3a94fa5accc4a7d804b7814",
|
|
4729
|
+
"DEFAULT_TARGET_RAISE": "8000000000",
|
|
4730
|
+
"DEFAULT_SELL_BPS": 8e3,
|
|
4731
|
+
"V4_LIQUIDITY_CONFIG": "0x00000000000000000000000000000000000000000000000000000000000000c800000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000001c000000000000000000000000000000000000000000000000000000000000002c000000000000000000000000000000000000000000000000000000000000003c000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff27660fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff9d2c0fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa3aa8fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa6a50fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa9b88fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffb5320fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffb89080000000000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff9d2c0fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa39e0fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa6a50fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffb5320fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffb5320fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffbd7f0fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffbd7f000000000000000000000000000000000000000000000000000000000000000070000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003e8000000000000000000000000000000000000000000000000000000000000138800000000000000000000000000000000000000000000000000000000000005dc00000000000000000000000000000000000000000000000000000000000007d000000000000000000000000000000000000000000000000000000000000001f40000000000000000000000000000000000000000000000000000000000000007000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000270600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
|
|
4732
|
+
},
|
|
4733
|
+
"MSOL": {
|
|
4734
|
+
"ID": "MSOL_DEFAULT",
|
|
4735
|
+
"MODE": "DYNAMIC_ONLY",
|
|
4736
|
+
"COLLATERAL_TOKEN": "0x887847e42F068df9D9C248B355ad84DbC7527070",
|
|
4737
|
+
"SYMBOL": "SOL",
|
|
4738
|
+
"DECIMALS": 9,
|
|
4739
|
+
"ENABLED": true,
|
|
4740
|
+
"TOTAL_SUPPLY": "1000000000000000000000000000",
|
|
4741
|
+
"VIRTUAL_TOKEN_RESERVES": "1090909090905000000000022917",
|
|
4742
|
+
"VIRTUAL_COLLATERAL_RESERVES": "23272727272",
|
|
4743
|
+
"FEE_BASIS_POINTS": "200",
|
|
4744
|
+
"FIXED_MIGRATION_FEE": "2400000000",
|
|
4745
|
+
"POOL_CREATION_FEE": "1600000000",
|
|
4746
|
+
"MIGRATION_FEE_BPS": 600,
|
|
4747
|
+
"FIRST_BUY_FEE": "40000000",
|
|
4748
|
+
"MC_UPPER_LIMIT": "300480000003",
|
|
4749
|
+
"MC_LOWER_LIMIT": "300000000003",
|
|
4750
|
+
"TOKENS_MIGRATION_THRESHOLD": "800000000000000000000000000",
|
|
4751
|
+
"TARGET_COLLECTION_AMOUNT": "64000000000",
|
|
4752
|
+
"V4_LP_FEE": "20000",
|
|
4753
|
+
"DEFAULT_PROFILE_ID": "0x56cc40852adcac48f8a9dd4a79fcfb3699ec8841c3a94fa5accc4a7d804b7814",
|
|
4754
|
+
"DEFAULT_TARGET_RAISE": "64000000000",
|
|
4755
|
+
"DEFAULT_SELL_BPS": 8e3,
|
|
4756
|
+
"V4_LIQUIDITY_CONFIG": "0x00000000000000000000000000000000000000000000000000000000000000c800000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000001c000000000000000000000000000000000000000000000000000000000000002c000000000000000000000000000000000000000000000000000000000000003c000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff27660fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa2400fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa8be8fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffabb90fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffaecc8fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffba460fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffbda480000000000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa2400fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa8b20fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffabb90fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffba460fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffba460fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc2930fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc293000000000000000000000000000000000000000000000000000000000000000070000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003e8000000000000000000000000000000000000000000000000000000000000138800000000000000000000000000000000000000000000000000000000000005dc00000000000000000000000000000000000000000000000000000000000007d000000000000000000000000000000000000000000000000000000000000001f40000000000000000000000000000000000000000000000000000000000000007000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000270600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
|
|
4757
|
+
}
|
|
4758
|
+
}
|
|
4270
4759
|
}
|
|
4271
4760
|
}
|
|
4272
4761
|
};
|
|
@@ -4281,6 +4770,9 @@ var chainConfigs = {
|
|
|
4281
4770
|
basememeFactoryTradeHelperABI,
|
|
4282
4771
|
basememeFactoryTradeHelperAddress,
|
|
4283
4772
|
basememeFactoryTradeHelperConfig,
|
|
4773
|
+
basememeLockVaultABI,
|
|
4774
|
+
basememeLockVaultAddress,
|
|
4775
|
+
basememeLockVaultConfig,
|
|
4284
4776
|
basememeTokenABI,
|
|
4285
4777
|
basememeTokenAddress,
|
|
4286
4778
|
basememeTokenConfig,
|