timelock-sdk 0.0.192 → 0.0.194
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/abis.cjs +2 -2
- package/dist/abis.d.cts +364 -79
- package/dist/abis.d.ts +364 -79
- package/dist/abis.js +2 -2
- package/dist/{client-i-S2ZmAZ.d.cts → client-COGIhgfu.d.cts} +507 -283
- package/dist/{client-DiPQ92xm.d.ts → client-PzQKkikV.d.ts} +994 -770
- package/dist/client.cjs +20 -11
- package/dist/client.cjs.map +1 -1
- package/dist/client.d.cts +1 -1
- package/dist/client.d.ts +1 -1
- package/dist/client.js +21 -12
- package/dist/client.js.map +1 -1
- package/dist/{factory-DitVXzjQ.cjs → factory-BieDxxUI.cjs} +435 -103
- package/dist/factory-BieDxxUI.cjs.map +1 -0
- package/dist/{factory-y-iVl_er.js → factory-DvHmRBSB.js} +435 -103
- package/dist/factory-DvHmRBSB.js.map +1 -0
- package/dist/{optionUtils-96oUNrzV.js → optionUtils-BdSKsVVS.js} +9 -28
- package/dist/optionUtils-BdSKsVVS.js.map +1 -0
- package/dist/{optionUtils-DsqMIDm1.cjs → optionUtils-DfDohN6H.cjs} +8 -27
- package/dist/optionUtils-DfDohN6H.cjs.map +1 -0
- package/dist/{optionsMarket-B_dYiAnm.d.ts → optionsMarket-BVrCBIJQ.d.cts} +135 -2
- package/dist/{optionsMarket-B0Om62Sk.d.cts → optionsMarket-MkvkHTLL.d.ts} +135 -2
- package/dist/package.cjs +1 -1
- package/dist/package.d.cts +1 -1
- package/dist/package.d.ts +1 -1
- package/dist/package.js +1 -1
- package/dist/{statelessStateView-Cp4eOQME.js → statelessStateView-DW9FOpWt.js} +159 -2
- package/dist/statelessStateView-DW9FOpWt.js.map +1 -0
- package/dist/{statelessStateView-Dl3QIl1g.cjs → statelessStateView-WNW62g3Q.cjs} +159 -2
- package/dist/statelessStateView-WNW62g3Q.cjs.map +1 -0
- package/package.json +1 -1
- package/dist/factory-DitVXzjQ.cjs.map +0 -1
- package/dist/factory-y-iVl_er.js.map +0 -1
- package/dist/optionUtils-96oUNrzV.js.map +0 -1
- package/dist/optionUtils-DsqMIDm1.cjs.map +0 -1
- package/dist/statelessStateView-Cp4eOQME.js.map +0 -1
- package/dist/statelessStateView-Dl3QIl1g.cjs.map +0 -1
|
@@ -3,44 +3,56 @@
|
|
|
3
3
|
const singleOwnerVaultAbi = [
|
|
4
4
|
{
|
|
5
5
|
type: "constructor",
|
|
6
|
-
inputs: [
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
6
|
+
inputs: [
|
|
7
|
+
{
|
|
8
|
+
name: "poolManager_",
|
|
9
|
+
type: "address",
|
|
10
|
+
internalType: "contract IPoolManager"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
name: "token0_",
|
|
14
|
+
type: "address",
|
|
15
|
+
internalType: "contract IERC20"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
name: "token1_",
|
|
19
|
+
type: "address",
|
|
20
|
+
internalType: "contract IERC20"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
name: "poolFee_",
|
|
24
|
+
type: "uint24",
|
|
25
|
+
internalType: "uint24"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
name: "tickSpacing_",
|
|
29
|
+
type: "int24",
|
|
30
|
+
internalType: "int24"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
name: "hooks_",
|
|
34
|
+
type: "address",
|
|
35
|
+
internalType: "contract IHooks"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
name: "owner_",
|
|
39
|
+
type: "address",
|
|
40
|
+
internalType: "address"
|
|
41
|
+
}
|
|
42
|
+
],
|
|
42
43
|
stateMutability: "nonpayable"
|
|
43
44
|
},
|
|
45
|
+
{
|
|
46
|
+
type: "function",
|
|
47
|
+
name: "ADMIN_ROLE",
|
|
48
|
+
inputs: [],
|
|
49
|
+
outputs: [{
|
|
50
|
+
name: "",
|
|
51
|
+
type: "bytes32",
|
|
52
|
+
internalType: "bytes32"
|
|
53
|
+
}],
|
|
54
|
+
stateMutability: "view"
|
|
55
|
+
},
|
|
44
56
|
{
|
|
45
57
|
type: "function",
|
|
46
58
|
name: "BORROW",
|
|
@@ -52,6 +64,17 @@ const singleOwnerVaultAbi = [
|
|
|
52
64
|
}],
|
|
53
65
|
stateMutability: "view"
|
|
54
66
|
},
|
|
67
|
+
{
|
|
68
|
+
type: "function",
|
|
69
|
+
name: "BORROWER_ROLE",
|
|
70
|
+
inputs: [],
|
|
71
|
+
outputs: [{
|
|
72
|
+
name: "",
|
|
73
|
+
type: "bytes32",
|
|
74
|
+
internalType: "bytes32"
|
|
75
|
+
}],
|
|
76
|
+
stateMutability: "view"
|
|
77
|
+
},
|
|
55
78
|
{
|
|
56
79
|
type: "function",
|
|
57
80
|
name: "BURN",
|
|
@@ -63,6 +86,17 @@ const singleOwnerVaultAbi = [
|
|
|
63
86
|
}],
|
|
64
87
|
stateMutability: "view"
|
|
65
88
|
},
|
|
89
|
+
{
|
|
90
|
+
type: "function",
|
|
91
|
+
name: "DEFAULT_ADMIN_ROLE",
|
|
92
|
+
inputs: [],
|
|
93
|
+
outputs: [{
|
|
94
|
+
name: "",
|
|
95
|
+
type: "bytes32",
|
|
96
|
+
internalType: "bytes32"
|
|
97
|
+
}],
|
|
98
|
+
stateMutability: "view"
|
|
99
|
+
},
|
|
66
100
|
{
|
|
67
101
|
type: "function",
|
|
68
102
|
name: "MINT",
|
|
@@ -85,6 +119,17 @@ const singleOwnerVaultAbi = [
|
|
|
85
119
|
}],
|
|
86
120
|
stateMutability: "view"
|
|
87
121
|
},
|
|
122
|
+
{
|
|
123
|
+
type: "function",
|
|
124
|
+
name: "RESERVE",
|
|
125
|
+
inputs: [],
|
|
126
|
+
outputs: [{
|
|
127
|
+
name: "",
|
|
128
|
+
type: "uint8",
|
|
129
|
+
internalType: "uint8"
|
|
130
|
+
}],
|
|
131
|
+
stateMutability: "view"
|
|
132
|
+
},
|
|
88
133
|
{
|
|
89
134
|
type: "function",
|
|
90
135
|
name: "blocks",
|
|
@@ -118,6 +163,11 @@ const singleOwnerVaultAbi = [
|
|
|
118
163
|
name: "borrowedLiquidity",
|
|
119
164
|
type: "uint128",
|
|
120
165
|
internalType: "uint128"
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
name: "reservedLiquidity",
|
|
169
|
+
type: "uint128",
|
|
170
|
+
internalType: "uint128"
|
|
121
171
|
}
|
|
122
172
|
],
|
|
123
173
|
stateMutability: "view"
|
|
@@ -169,21 +219,6 @@ const singleOwnerVaultAbi = [
|
|
|
169
219
|
}],
|
|
170
220
|
stateMutability: "nonpayable"
|
|
171
221
|
},
|
|
172
|
-
{
|
|
173
|
-
type: "function",
|
|
174
|
-
name: "borrowerWhitelist",
|
|
175
|
-
inputs: [{
|
|
176
|
-
name: "",
|
|
177
|
-
type: "address",
|
|
178
|
-
internalType: "address"
|
|
179
|
-
}],
|
|
180
|
-
outputs: [{
|
|
181
|
-
name: "",
|
|
182
|
-
type: "bool",
|
|
183
|
-
internalType: "bool"
|
|
184
|
-
}],
|
|
185
|
-
stateMutability: "view"
|
|
186
|
-
},
|
|
187
222
|
{
|
|
188
223
|
type: "function",
|
|
189
224
|
name: "burn",
|
|
@@ -207,6 +242,21 @@ const singleOwnerVaultAbi = [
|
|
|
207
242
|
name: "refTick",
|
|
208
243
|
type: "int24",
|
|
209
244
|
internalType: "int24"
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
name: "amount0Min",
|
|
248
|
+
type: "int256",
|
|
249
|
+
internalType: "int256"
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
name: "amount1Min",
|
|
253
|
+
type: "int256",
|
|
254
|
+
internalType: "int256"
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
name: "deadline",
|
|
258
|
+
type: "uint256",
|
|
259
|
+
internalType: "uint256"
|
|
210
260
|
}
|
|
211
261
|
],
|
|
212
262
|
outputs: [
|
|
@@ -274,11 +324,65 @@ const singleOwnerVaultAbi = [
|
|
|
274
324
|
name: "borrowedLiquidity",
|
|
275
325
|
type: "uint128",
|
|
276
326
|
internalType: "uint128"
|
|
327
|
+
},
|
|
328
|
+
{
|
|
329
|
+
name: "reservedLiquidity",
|
|
330
|
+
type: "uint128",
|
|
331
|
+
internalType: "uint128"
|
|
277
332
|
}
|
|
278
333
|
]
|
|
279
334
|
}],
|
|
280
335
|
stateMutability: "view"
|
|
281
336
|
},
|
|
337
|
+
{
|
|
338
|
+
type: "function",
|
|
339
|
+
name: "getRoleAdmin",
|
|
340
|
+
inputs: [{
|
|
341
|
+
name: "role",
|
|
342
|
+
type: "bytes32",
|
|
343
|
+
internalType: "bytes32"
|
|
344
|
+
}],
|
|
345
|
+
outputs: [{
|
|
346
|
+
name: "",
|
|
347
|
+
type: "bytes32",
|
|
348
|
+
internalType: "bytes32"
|
|
349
|
+
}],
|
|
350
|
+
stateMutability: "view"
|
|
351
|
+
},
|
|
352
|
+
{
|
|
353
|
+
type: "function",
|
|
354
|
+
name: "grantRole",
|
|
355
|
+
inputs: [{
|
|
356
|
+
name: "role",
|
|
357
|
+
type: "bytes32",
|
|
358
|
+
internalType: "bytes32"
|
|
359
|
+
}, {
|
|
360
|
+
name: "account",
|
|
361
|
+
type: "address",
|
|
362
|
+
internalType: "address"
|
|
363
|
+
}],
|
|
364
|
+
outputs: [],
|
|
365
|
+
stateMutability: "nonpayable"
|
|
366
|
+
},
|
|
367
|
+
{
|
|
368
|
+
type: "function",
|
|
369
|
+
name: "hasRole",
|
|
370
|
+
inputs: [{
|
|
371
|
+
name: "role",
|
|
372
|
+
type: "bytes32",
|
|
373
|
+
internalType: "bytes32"
|
|
374
|
+
}, {
|
|
375
|
+
name: "account",
|
|
376
|
+
type: "address",
|
|
377
|
+
internalType: "address"
|
|
378
|
+
}],
|
|
379
|
+
outputs: [{
|
|
380
|
+
name: "",
|
|
381
|
+
type: "bool",
|
|
382
|
+
internalType: "bool"
|
|
383
|
+
}],
|
|
384
|
+
stateMutability: "view"
|
|
385
|
+
},
|
|
282
386
|
{
|
|
283
387
|
type: "function",
|
|
284
388
|
name: "highestTick",
|
|
@@ -290,6 +394,17 @@ const singleOwnerVaultAbi = [
|
|
|
290
394
|
}],
|
|
291
395
|
stateMutability: "view"
|
|
292
396
|
},
|
|
397
|
+
{
|
|
398
|
+
type: "function",
|
|
399
|
+
name: "hooks",
|
|
400
|
+
inputs: [],
|
|
401
|
+
outputs: [{
|
|
402
|
+
name: "",
|
|
403
|
+
type: "address",
|
|
404
|
+
internalType: "contract IHooks"
|
|
405
|
+
}],
|
|
406
|
+
stateMutability: "view"
|
|
407
|
+
},
|
|
293
408
|
{
|
|
294
409
|
type: "function",
|
|
295
410
|
name: "lowestTick",
|
|
@@ -324,6 +439,21 @@ const singleOwnerVaultAbi = [
|
|
|
324
439
|
name: "refTick",
|
|
325
440
|
type: "int24",
|
|
326
441
|
internalType: "int24"
|
|
442
|
+
},
|
|
443
|
+
{
|
|
444
|
+
name: "amount0Max",
|
|
445
|
+
type: "int256",
|
|
446
|
+
internalType: "int256"
|
|
447
|
+
},
|
|
448
|
+
{
|
|
449
|
+
name: "amount1Max",
|
|
450
|
+
type: "int256",
|
|
451
|
+
internalType: "int256"
|
|
452
|
+
},
|
|
453
|
+
{
|
|
454
|
+
name: "deadline",
|
|
455
|
+
type: "uint256",
|
|
456
|
+
internalType: "uint256"
|
|
327
457
|
}
|
|
328
458
|
],
|
|
329
459
|
outputs: [
|
|
@@ -367,12 +497,12 @@ const singleOwnerVaultAbi = [
|
|
|
367
497
|
},
|
|
368
498
|
{
|
|
369
499
|
type: "function",
|
|
370
|
-
name: "
|
|
500
|
+
name: "poolFee",
|
|
371
501
|
inputs: [],
|
|
372
502
|
outputs: [{
|
|
373
503
|
name: "",
|
|
374
|
-
type: "
|
|
375
|
-
internalType: "
|
|
504
|
+
type: "uint24",
|
|
505
|
+
internalType: "uint24"
|
|
376
506
|
}],
|
|
377
507
|
stateMutability: "view"
|
|
378
508
|
},
|
|
@@ -427,8 +557,16 @@ const singleOwnerVaultAbi = [
|
|
|
427
557
|
},
|
|
428
558
|
{
|
|
429
559
|
type: "function",
|
|
430
|
-
name: "
|
|
431
|
-
inputs: [
|
|
560
|
+
name: "renounceRole",
|
|
561
|
+
inputs: [{
|
|
562
|
+
name: "role",
|
|
563
|
+
type: "bytes32",
|
|
564
|
+
internalType: "bytes32"
|
|
565
|
+
}, {
|
|
566
|
+
name: "callerConfirmation",
|
|
567
|
+
type: "address",
|
|
568
|
+
internalType: "address"
|
|
569
|
+
}],
|
|
432
570
|
outputs: [],
|
|
433
571
|
stateMutability: "nonpayable"
|
|
434
572
|
},
|
|
@@ -468,6 +606,49 @@ const singleOwnerVaultAbi = [
|
|
|
468
606
|
}],
|
|
469
607
|
stateMutability: "nonpayable"
|
|
470
608
|
},
|
|
609
|
+
{
|
|
610
|
+
type: "function",
|
|
611
|
+
name: "reserve",
|
|
612
|
+
inputs: [
|
|
613
|
+
{
|
|
614
|
+
name: "tickLower",
|
|
615
|
+
type: "int24",
|
|
616
|
+
internalType: "int24"
|
|
617
|
+
},
|
|
618
|
+
{
|
|
619
|
+
name: "tickUpper",
|
|
620
|
+
type: "int24",
|
|
621
|
+
internalType: "int24"
|
|
622
|
+
},
|
|
623
|
+
{
|
|
624
|
+
name: "reservedLiquidity",
|
|
625
|
+
type: "uint128",
|
|
626
|
+
internalType: "uint128"
|
|
627
|
+
},
|
|
628
|
+
{
|
|
629
|
+
name: "refTick",
|
|
630
|
+
type: "int24",
|
|
631
|
+
internalType: "int24"
|
|
632
|
+
}
|
|
633
|
+
],
|
|
634
|
+
outputs: [],
|
|
635
|
+
stateMutability: "nonpayable"
|
|
636
|
+
},
|
|
637
|
+
{
|
|
638
|
+
type: "function",
|
|
639
|
+
name: "revokeRole",
|
|
640
|
+
inputs: [{
|
|
641
|
+
name: "role",
|
|
642
|
+
type: "bytes32",
|
|
643
|
+
internalType: "bytes32"
|
|
644
|
+
}, {
|
|
645
|
+
name: "account",
|
|
646
|
+
type: "address",
|
|
647
|
+
internalType: "address"
|
|
648
|
+
}],
|
|
649
|
+
outputs: [],
|
|
650
|
+
stateMutability: "nonpayable"
|
|
651
|
+
},
|
|
471
652
|
{
|
|
472
653
|
type: "function",
|
|
473
654
|
name: "settleAndTake",
|
|
@@ -485,14 +666,51 @@ const singleOwnerVaultAbi = [
|
|
|
485
666
|
},
|
|
486
667
|
{
|
|
487
668
|
type: "function",
|
|
488
|
-
name: "
|
|
669
|
+
name: "supportsInterface",
|
|
489
670
|
inputs: [{
|
|
490
|
-
name: "
|
|
671
|
+
name: "interfaceId",
|
|
672
|
+
type: "bytes4",
|
|
673
|
+
internalType: "bytes4"
|
|
674
|
+
}],
|
|
675
|
+
outputs: [{
|
|
676
|
+
name: "",
|
|
677
|
+
type: "bool",
|
|
678
|
+
internalType: "bool"
|
|
679
|
+
}],
|
|
680
|
+
stateMutability: "view"
|
|
681
|
+
},
|
|
682
|
+
{
|
|
683
|
+
type: "function",
|
|
684
|
+
name: "tickSpacing",
|
|
685
|
+
inputs: [],
|
|
686
|
+
outputs: [{
|
|
687
|
+
name: "",
|
|
688
|
+
type: "int24",
|
|
689
|
+
internalType: "int24"
|
|
690
|
+
}],
|
|
691
|
+
stateMutability: "view"
|
|
692
|
+
},
|
|
693
|
+
{
|
|
694
|
+
type: "function",
|
|
695
|
+
name: "token0",
|
|
696
|
+
inputs: [],
|
|
697
|
+
outputs: [{
|
|
698
|
+
name: "",
|
|
491
699
|
type: "address",
|
|
492
|
-
internalType: "
|
|
700
|
+
internalType: "contract IERC20"
|
|
493
701
|
}],
|
|
494
|
-
|
|
495
|
-
|
|
702
|
+
stateMutability: "view"
|
|
703
|
+
},
|
|
704
|
+
{
|
|
705
|
+
type: "function",
|
|
706
|
+
name: "token1",
|
|
707
|
+
inputs: [],
|
|
708
|
+
outputs: [{
|
|
709
|
+
name: "",
|
|
710
|
+
type: "address",
|
|
711
|
+
internalType: "contract IERC20"
|
|
712
|
+
}],
|
|
713
|
+
stateMutability: "view"
|
|
496
714
|
},
|
|
497
715
|
{
|
|
498
716
|
type: "function",
|
|
@@ -646,23 +864,38 @@ const singleOwnerVaultAbi = [
|
|
|
646
864
|
},
|
|
647
865
|
{
|
|
648
866
|
type: "event",
|
|
649
|
-
name: "
|
|
650
|
-
inputs: [
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
867
|
+
name: "Repay",
|
|
868
|
+
inputs: [
|
|
869
|
+
{
|
|
870
|
+
name: "user",
|
|
871
|
+
type: "address",
|
|
872
|
+
indexed: false,
|
|
873
|
+
internalType: "address"
|
|
874
|
+
},
|
|
875
|
+
{
|
|
876
|
+
name: "tickLower",
|
|
877
|
+
type: "int24",
|
|
878
|
+
indexed: false,
|
|
879
|
+
internalType: "int24"
|
|
880
|
+
},
|
|
881
|
+
{
|
|
882
|
+
name: "tickUpper",
|
|
883
|
+
type: "int24",
|
|
884
|
+
indexed: false,
|
|
885
|
+
internalType: "int24"
|
|
886
|
+
},
|
|
887
|
+
{
|
|
888
|
+
name: "liquidity",
|
|
889
|
+
type: "uint128",
|
|
890
|
+
indexed: false,
|
|
891
|
+
internalType: "uint128"
|
|
892
|
+
}
|
|
893
|
+
],
|
|
661
894
|
anonymous: false
|
|
662
895
|
},
|
|
663
896
|
{
|
|
664
897
|
type: "event",
|
|
665
|
-
name: "
|
|
898
|
+
name: "Reserve",
|
|
666
899
|
inputs: [
|
|
667
900
|
{
|
|
668
901
|
name: "user",
|
|
@@ -691,6 +924,81 @@ const singleOwnerVaultAbi = [
|
|
|
691
924
|
],
|
|
692
925
|
anonymous: false
|
|
693
926
|
},
|
|
927
|
+
{
|
|
928
|
+
type: "event",
|
|
929
|
+
name: "RoleAdminChanged",
|
|
930
|
+
inputs: [
|
|
931
|
+
{
|
|
932
|
+
name: "role",
|
|
933
|
+
type: "bytes32",
|
|
934
|
+
indexed: true,
|
|
935
|
+
internalType: "bytes32"
|
|
936
|
+
},
|
|
937
|
+
{
|
|
938
|
+
name: "previousAdminRole",
|
|
939
|
+
type: "bytes32",
|
|
940
|
+
indexed: true,
|
|
941
|
+
internalType: "bytes32"
|
|
942
|
+
},
|
|
943
|
+
{
|
|
944
|
+
name: "newAdminRole",
|
|
945
|
+
type: "bytes32",
|
|
946
|
+
indexed: true,
|
|
947
|
+
internalType: "bytes32"
|
|
948
|
+
}
|
|
949
|
+
],
|
|
950
|
+
anonymous: false
|
|
951
|
+
},
|
|
952
|
+
{
|
|
953
|
+
type: "event",
|
|
954
|
+
name: "RoleGranted",
|
|
955
|
+
inputs: [
|
|
956
|
+
{
|
|
957
|
+
name: "role",
|
|
958
|
+
type: "bytes32",
|
|
959
|
+
indexed: true,
|
|
960
|
+
internalType: "bytes32"
|
|
961
|
+
},
|
|
962
|
+
{
|
|
963
|
+
name: "account",
|
|
964
|
+
type: "address",
|
|
965
|
+
indexed: true,
|
|
966
|
+
internalType: "address"
|
|
967
|
+
},
|
|
968
|
+
{
|
|
969
|
+
name: "sender",
|
|
970
|
+
type: "address",
|
|
971
|
+
indexed: true,
|
|
972
|
+
internalType: "address"
|
|
973
|
+
}
|
|
974
|
+
],
|
|
975
|
+
anonymous: false
|
|
976
|
+
},
|
|
977
|
+
{
|
|
978
|
+
type: "event",
|
|
979
|
+
name: "RoleRevoked",
|
|
980
|
+
inputs: [
|
|
981
|
+
{
|
|
982
|
+
name: "role",
|
|
983
|
+
type: "bytes32",
|
|
984
|
+
indexed: true,
|
|
985
|
+
internalType: "bytes32"
|
|
986
|
+
},
|
|
987
|
+
{
|
|
988
|
+
name: "account",
|
|
989
|
+
type: "address",
|
|
990
|
+
indexed: true,
|
|
991
|
+
internalType: "address"
|
|
992
|
+
},
|
|
993
|
+
{
|
|
994
|
+
name: "sender",
|
|
995
|
+
type: "address",
|
|
996
|
+
indexed: true,
|
|
997
|
+
internalType: "address"
|
|
998
|
+
}
|
|
999
|
+
],
|
|
1000
|
+
anonymous: false
|
|
1001
|
+
},
|
|
694
1002
|
{
|
|
695
1003
|
type: "event",
|
|
696
1004
|
name: "TokenWithdrawn",
|
|
@@ -716,6 +1024,24 @@ const singleOwnerVaultAbi = [
|
|
|
716
1024
|
],
|
|
717
1025
|
anonymous: false
|
|
718
1026
|
},
|
|
1027
|
+
{
|
|
1028
|
+
type: "error",
|
|
1029
|
+
name: "AccessControlBadConfirmation",
|
|
1030
|
+
inputs: []
|
|
1031
|
+
},
|
|
1032
|
+
{
|
|
1033
|
+
type: "error",
|
|
1034
|
+
name: "AccessControlUnauthorizedAccount",
|
|
1035
|
+
inputs: [{
|
|
1036
|
+
name: "account",
|
|
1037
|
+
type: "address",
|
|
1038
|
+
internalType: "address"
|
|
1039
|
+
}, {
|
|
1040
|
+
name: "neededRole",
|
|
1041
|
+
type: "bytes32",
|
|
1042
|
+
internalType: "bytes32"
|
|
1043
|
+
}]
|
|
1044
|
+
},
|
|
719
1045
|
{
|
|
720
1046
|
type: "error",
|
|
721
1047
|
name: "AddressEmptyCode",
|
|
@@ -734,6 +1060,15 @@ const singleOwnerVaultAbi = [
|
|
|
734
1060
|
internalType: "address"
|
|
735
1061
|
}]
|
|
736
1062
|
},
|
|
1063
|
+
{
|
|
1064
|
+
type: "error",
|
|
1065
|
+
name: "DeadlinePassed",
|
|
1066
|
+
inputs: [{
|
|
1067
|
+
name: "deadline",
|
|
1068
|
+
type: "uint256",
|
|
1069
|
+
internalType: "uint256"
|
|
1070
|
+
}]
|
|
1071
|
+
},
|
|
737
1072
|
{
|
|
738
1073
|
type: "error",
|
|
739
1074
|
name: "FailedCall",
|
|
@@ -785,20 +1120,20 @@ const singleOwnerVaultAbi = [
|
|
|
785
1120
|
},
|
|
786
1121
|
{
|
|
787
1122
|
type: "error",
|
|
788
|
-
name: "
|
|
789
|
-
inputs: [
|
|
790
|
-
name: "owner",
|
|
791
|
-
type: "address",
|
|
792
|
-
internalType: "address"
|
|
793
|
-
}]
|
|
1123
|
+
name: "InvalidTickSpacing",
|
|
1124
|
+
inputs: []
|
|
794
1125
|
},
|
|
795
1126
|
{
|
|
796
1127
|
type: "error",
|
|
797
|
-
name: "
|
|
1128
|
+
name: "MintTooLarge",
|
|
798
1129
|
inputs: [{
|
|
799
|
-
name: "
|
|
800
|
-
type: "
|
|
801
|
-
internalType: "
|
|
1130
|
+
name: "existingLiquidity",
|
|
1131
|
+
type: "uint128",
|
|
1132
|
+
internalType: "uint128"
|
|
1133
|
+
}, {
|
|
1134
|
+
name: "addedLiquidity",
|
|
1135
|
+
type: "uint128",
|
|
1136
|
+
internalType: "uint128"
|
|
802
1137
|
}]
|
|
803
1138
|
},
|
|
804
1139
|
{
|
|
@@ -817,29 +1152,26 @@ const singleOwnerVaultAbi = [
|
|
|
817
1152
|
},
|
|
818
1153
|
{
|
|
819
1154
|
type: "error",
|
|
820
|
-
name: "
|
|
821
|
-
inputs: [
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
internalType: "uint128"
|
|
831
|
-
},
|
|
832
|
-
{
|
|
833
|
-
name: "maximum",
|
|
834
|
-
type: "uint128",
|
|
835
|
-
internalType: "uint128"
|
|
836
|
-
}
|
|
837
|
-
]
|
|
1155
|
+
name: "SlippageExceeded",
|
|
1156
|
+
inputs: [{
|
|
1157
|
+
name: "actual",
|
|
1158
|
+
type: "int256",
|
|
1159
|
+
internalType: "int256"
|
|
1160
|
+
}, {
|
|
1161
|
+
name: "limit",
|
|
1162
|
+
type: "int256",
|
|
1163
|
+
internalType: "int256"
|
|
1164
|
+
}]
|
|
838
1165
|
},
|
|
839
1166
|
{
|
|
840
1167
|
type: "error",
|
|
841
1168
|
name: "UnauthorizedCaller",
|
|
842
1169
|
inputs: []
|
|
1170
|
+
},
|
|
1171
|
+
{
|
|
1172
|
+
type: "error",
|
|
1173
|
+
name: "ZeroAddress",
|
|
1174
|
+
inputs: []
|
|
843
1175
|
}
|
|
844
1176
|
];
|
|
845
1177
|
|
|
@@ -1712,4 +2044,4 @@ Object.defineProperty(exports, 'singleOwnerVaultAbi', {
|
|
|
1712
2044
|
return singleOwnerVaultAbi;
|
|
1713
2045
|
}
|
|
1714
2046
|
});
|
|
1715
|
-
//# sourceMappingURL=factory-
|
|
2047
|
+
//# sourceMappingURL=factory-BieDxxUI.cjs.map
|