@merkl/contracts 1.2.33 → 1.2.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (139) hide show
  1. package/dist/src/ArrakisGaugeFactory.d.ts +107 -0
  2. package/dist/src/ArrakisGaugeFactory.js +2 -0
  3. package/dist/src/ArrakisGaugeFactory.js.map +1 -0
  4. package/dist/src/ArrakisV2Factory.d.ts +279 -0
  5. package/dist/src/ArrakisV2Factory.js +2 -0
  6. package/dist/src/ArrakisV2Factory.js.map +1 -0
  7. package/dist/src/DefiEdgeAlgebraFactory.d.ts +739 -0
  8. package/dist/src/DefiEdgeAlgebraFactory.js +2 -0
  9. package/dist/src/DefiEdgeAlgebraFactory.js.map +1 -0
  10. package/dist/src/DefiEdgeAlgebraStrategy.d.ts +727 -0
  11. package/dist/src/DefiEdgeAlgebraStrategy.js +2 -0
  12. package/dist/src/DefiEdgeAlgebraStrategy.js.map +1 -0
  13. package/dist/src/DefiEdgeFactory.d.ts +669 -0
  14. package/dist/src/DefiEdgeFactory.js +2 -0
  15. package/dist/src/DefiEdgeFactory.js.map +1 -0
  16. package/dist/src/DefiEdgeStrategy.d.ts +669 -0
  17. package/dist/src/DefiEdgeStrategy.js +2 -0
  18. package/dist/src/DefiEdgeStrategy.js.map +1 -0
  19. package/dist/src/GaugeV2CL.d.ts +688 -0
  20. package/dist/src/GaugeV2CL.js +2 -0
  21. package/dist/src/GaugeV2CL.js.map +1 -0
  22. package/dist/src/JonesCompounder.d.ts +941 -0
  23. package/dist/src/JonesCompounder.js +2 -0
  24. package/dist/src/JonesCompounder.js.map +1 -0
  25. package/dist/src/JonesFactory.d.ts +889 -0
  26. package/dist/src/JonesFactory.js +2 -0
  27. package/dist/src/JonesFactory.js.map +1 -0
  28. package/dist/src/JonesSingleRewardTracker.d.ts +968 -0
  29. package/dist/src/JonesSingleRewardTracker.js +2 -0
  30. package/dist/src/JonesSingleRewardTracker.js.map +1 -0
  31. package/dist/src/JonesToken0Tracker.d.ts +968 -0
  32. package/dist/src/JonesToken0Tracker.js +2 -0
  33. package/dist/src/JonesToken0Tracker.js.map +1 -0
  34. package/dist/src/JonesToken1Tracker.d.ts +968 -0
  35. package/dist/src/JonesToken1Tracker.js +2 -0
  36. package/dist/src/JonesToken1Tracker.js.map +1 -0
  37. package/dist/src/JonesVault.d.ts +1115 -0
  38. package/dist/src/JonesVault.js +2 -0
  39. package/dist/src/JonesVault.js.map +1 -0
  40. package/dist/src/RangeFactory.d.ts +211 -0
  41. package/dist/src/RangeFactory.js +2 -0
  42. package/dist/src/RangeFactory.js.map +1 -0
  43. package/dist/src/RangeVault.d.ts +1095 -0
  44. package/dist/src/RangeVault.js +2 -0
  45. package/dist/src/RangeVault.js.map +1 -0
  46. package/dist/src/SpNFTFactory.d.ts +113 -0
  47. package/dist/src/SpNFTFactory.js +2 -0
  48. package/dist/src/SpNFTFactory.js.map +1 -0
  49. package/dist/src/SwapXGaugeV2Factory.d.ts +266 -0
  50. package/dist/src/SwapXGaugeV2Factory.js +2 -0
  51. package/dist/src/SwapXGaugeV2Factory.js.map +1 -0
  52. package/dist/src/SwapXGaugeV3Factory.d.ts +1106 -0
  53. package/dist/src/SwapXGaugeV3Factory.js +2 -0
  54. package/dist/src/SwapXGaugeV3Factory.js.map +1 -0
  55. package/dist/src/SwapXV2Vault.d.ts +634 -0
  56. package/dist/src/SwapXV2Vault.js +2 -0
  57. package/dist/src/SwapXV2Vault.js.map +1 -0
  58. package/dist/src/SwapXV3Vault.d.ts +688 -0
  59. package/dist/src/SwapXV3Vault.js +2 -0
  60. package/dist/src/SwapXV3Vault.js.map +1 -0
  61. package/dist/src/UnipilotFactory.d.ts +149 -0
  62. package/dist/src/UnipilotFactory.js +2 -0
  63. package/dist/src/UnipilotFactory.js.map +1 -0
  64. package/dist/src/UnipilotVault.d.ts +566 -0
  65. package/dist/src/UnipilotVault.js +2 -0
  66. package/dist/src/UnipilotVault.js.map +1 -0
  67. package/dist/src/factories/ArrakisGaugeFactory__factory.d.ts +94 -0
  68. package/dist/src/factories/ArrakisGaugeFactory__factory.js +128 -0
  69. package/dist/src/factories/ArrakisGaugeFactory__factory.js.map +1 -0
  70. package/dist/src/factories/ArrakisV2Factory__factory.d.ts +271 -0
  71. package/dist/src/factories/ArrakisV2Factory__factory.js +359 -0
  72. package/dist/src/factories/ArrakisV2Factory__factory.js.map +1 -0
  73. package/dist/src/factories/DefiEdgeAlgebraFactory__factory.d.ts +767 -0
  74. package/dist/src/factories/DefiEdgeAlgebraFactory__factory.js +1003 -0
  75. package/dist/src/factories/DefiEdgeAlgebraFactory__factory.js.map +1 -0
  76. package/dist/src/factories/DefiEdgeAlgebraStrategy__factory.d.ts +886 -0
  77. package/dist/src/factories/DefiEdgeAlgebraStrategy__factory.js +1150 -0
  78. package/dist/src/factories/DefiEdgeAlgebraStrategy__factory.js.map +1 -0
  79. package/dist/src/factories/DefiEdgeFactory__factory.d.ts +690 -0
  80. package/dist/src/factories/DefiEdgeFactory__factory.js +902 -0
  81. package/dist/src/factories/DefiEdgeFactory__factory.js.map +1 -0
  82. package/dist/src/factories/DefiEdgeStrategy__factory.d.ts +825 -0
  83. package/dist/src/factories/DefiEdgeStrategy__factory.js +1073 -0
  84. package/dist/src/factories/DefiEdgeStrategy__factory.js.map +1 -0
  85. package/dist/src/factories/GaugeV2CL__factory.d.ts +648 -0
  86. package/dist/src/factories/GaugeV2CL__factory.js +841 -0
  87. package/dist/src/factories/GaugeV2CL__factory.js.map +1 -0
  88. package/dist/src/factories/JonesCompounder__factory.d.ts +1017 -0
  89. package/dist/src/factories/JonesCompounder__factory.js +1320 -0
  90. package/dist/src/factories/JonesCompounder__factory.js.map +1 -0
  91. package/dist/src/factories/JonesFactory__factory.d.ts +1131 -0
  92. package/dist/src/factories/JonesFactory__factory.js +1464 -0
  93. package/dist/src/factories/JonesFactory__factory.js.map +1 -0
  94. package/dist/src/factories/JonesSingleRewardTracker__factory.d.ts +991 -0
  95. package/dist/src/factories/JonesSingleRewardTracker__factory.js +1288 -0
  96. package/dist/src/factories/JonesSingleRewardTracker__factory.js.map +1 -0
  97. package/dist/src/factories/JonesToken0Tracker__factory.d.ts +991 -0
  98. package/dist/src/factories/JonesToken0Tracker__factory.js +1288 -0
  99. package/dist/src/factories/JonesToken0Tracker__factory.js.map +1 -0
  100. package/dist/src/factories/JonesToken1Tracker__factory.d.ts +991 -0
  101. package/dist/src/factories/JonesToken1Tracker__factory.js +1288 -0
  102. package/dist/src/factories/JonesToken1Tracker__factory.js.map +1 -0
  103. package/dist/src/factories/JonesVault__factory.d.ts +1225 -0
  104. package/dist/src/factories/JonesVault__factory.js +1588 -0
  105. package/dist/src/factories/JonesVault__factory.js.map +1 -0
  106. package/dist/src/factories/RangeFactory__factory.d.ts +215 -0
  107. package/dist/src/factories/RangeFactory__factory.js +282 -0
  108. package/dist/src/factories/RangeFactory__factory.js.map +1 -0
  109. package/dist/src/factories/RangeVault__factory.d.ts +1145 -0
  110. package/dist/src/factories/RangeVault__factory.js +1480 -0
  111. package/dist/src/factories/RangeVault__factory.js.map +1 -0
  112. package/dist/src/factories/SpNFTFactory__factory.d.ts +121 -0
  113. package/dist/src/factories/SpNFTFactory__factory.js +165 -0
  114. package/dist/src/factories/SpNFTFactory__factory.js.map +1 -0
  115. package/dist/src/factories/SwapXGaugeV2Factory__factory.d.ts +223 -0
  116. package/dist/src/factories/SwapXGaugeV2Factory__factory.js +293 -0
  117. package/dist/src/factories/SwapXGaugeV2Factory__factory.js.map +1 -0
  118. package/dist/src/factories/SwapXGaugeV3Factory__factory.d.ts +1186 -0
  119. package/dist/src/factories/SwapXGaugeV3Factory__factory.js +1546 -0
  120. package/dist/src/factories/SwapXGaugeV3Factory__factory.js.map +1 -0
  121. package/dist/src/factories/SwapXV2Vault__factory.d.ts +586 -0
  122. package/dist/src/factories/SwapXV2Vault__factory.js +759 -0
  123. package/dist/src/factories/SwapXV2Vault__factory.js.map +1 -0
  124. package/dist/src/factories/SwapXV3Vault__factory.d.ts +648 -0
  125. package/dist/src/factories/SwapXV3Vault__factory.js +841 -0
  126. package/dist/src/factories/SwapXV3Vault__factory.js.map +1 -0
  127. package/dist/src/factories/UnipilotFactory__factory.d.ts +199 -0
  128. package/dist/src/factories/UnipilotFactory__factory.js +260 -0
  129. package/dist/src/factories/UnipilotFactory__factory.js.map +1 -0
  130. package/dist/src/factories/UnipilotVault__factory.d.ts +649 -0
  131. package/dist/src/factories/UnipilotVault__factory.js +841 -0
  132. package/dist/src/factories/UnipilotVault__factory.js.map +1 -0
  133. package/dist/src/factories/index.d.ts +22 -0
  134. package/dist/src/factories/index.js +22 -0
  135. package/dist/src/factories/index.js.map +1 -1
  136. package/dist/src/index.d.ts +44 -0
  137. package/dist/src/index.js +44 -0
  138. package/dist/src/index.js.map +1 -1
  139. package/package.json +1 -1
@@ -0,0 +1,94 @@
1
+ import { Signer } from "ethers";
2
+ import type { Provider } from "@ethersproject/providers";
3
+ import type { ArrakisGaugeFactory, ArrakisGaugeFactoryInterface } from "../ArrakisGaugeFactory";
4
+ export declare class ArrakisGaugeFactory__factory {
5
+ static readonly abi: readonly [{
6
+ readonly inputs: readonly [];
7
+ readonly stateMutability: "nonpayable";
8
+ readonly type: "constructor";
9
+ }, {
10
+ readonly anonymous: false;
11
+ readonly inputs: readonly [{
12
+ readonly indexed: false;
13
+ readonly internalType: "address";
14
+ readonly name: "gauge";
15
+ readonly type: "address";
16
+ }, {
17
+ readonly indexed: false;
18
+ readonly internalType: "address";
19
+ readonly name: "vault";
20
+ readonly type: "address";
21
+ }];
22
+ readonly name: "AddGauge";
23
+ readonly type: "event";
24
+ }, {
25
+ readonly anonymous: false;
26
+ readonly inputs: readonly [{
27
+ readonly indexed: false;
28
+ readonly internalType: "address";
29
+ readonly name: "gauge";
30
+ readonly type: "address";
31
+ }, {
32
+ readonly indexed: false;
33
+ readonly internalType: "address";
34
+ readonly name: "vault";
35
+ readonly type: "address";
36
+ }];
37
+ readonly name: "RemoveGauge";
38
+ readonly type: "event";
39
+ }, {
40
+ readonly inputs: readonly [{
41
+ readonly internalType: "address";
42
+ readonly name: "newGauge";
43
+ readonly type: "address";
44
+ }, {
45
+ readonly internalType: "address";
46
+ readonly name: "vault";
47
+ readonly type: "address";
48
+ }];
49
+ readonly name: "addGauge";
50
+ readonly outputs: readonly [];
51
+ readonly stateMutability: "nonpayable";
52
+ readonly type: "function";
53
+ }, {
54
+ readonly inputs: readonly [{
55
+ readonly internalType: "address";
56
+ readonly name: "";
57
+ readonly type: "address";
58
+ }];
59
+ readonly name: "gaugeToVault";
60
+ readonly outputs: readonly [{
61
+ readonly internalType: "address";
62
+ readonly name: "";
63
+ readonly type: "address";
64
+ }];
65
+ readonly stateMutability: "view";
66
+ readonly type: "function";
67
+ }, {
68
+ readonly inputs: readonly [{
69
+ readonly internalType: "uint256";
70
+ readonly name: "";
71
+ readonly type: "uint256";
72
+ }];
73
+ readonly name: "gauges";
74
+ readonly outputs: readonly [{
75
+ readonly internalType: "address";
76
+ readonly name: "";
77
+ readonly type: "address";
78
+ }];
79
+ readonly stateMutability: "view";
80
+ readonly type: "function";
81
+ }, {
82
+ readonly inputs: readonly [{
83
+ readonly internalType: "address";
84
+ readonly name: "gauge";
85
+ readonly type: "address";
86
+ }];
87
+ readonly name: "removeGauge";
88
+ readonly outputs: readonly [];
89
+ readonly stateMutability: "nonpayable";
90
+ readonly type: "function";
91
+ }];
92
+ static createInterface(): ArrakisGaugeFactoryInterface;
93
+ static connect(address: string, signerOrProvider: Signer | Provider): ArrakisGaugeFactory;
94
+ }
@@ -0,0 +1,128 @@
1
+ /* Autogenerated file. Do not edit manually. */
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ import { Contract, utils } from "ethers";
5
+ const _abi = [
6
+ {
7
+ inputs: [],
8
+ stateMutability: "nonpayable",
9
+ type: "constructor",
10
+ },
11
+ {
12
+ anonymous: false,
13
+ inputs: [
14
+ {
15
+ indexed: false,
16
+ internalType: "address",
17
+ name: "gauge",
18
+ type: "address",
19
+ },
20
+ {
21
+ indexed: false,
22
+ internalType: "address",
23
+ name: "vault",
24
+ type: "address",
25
+ },
26
+ ],
27
+ name: "AddGauge",
28
+ type: "event",
29
+ },
30
+ {
31
+ anonymous: false,
32
+ inputs: [
33
+ {
34
+ indexed: false,
35
+ internalType: "address",
36
+ name: "gauge",
37
+ type: "address",
38
+ },
39
+ {
40
+ indexed: false,
41
+ internalType: "address",
42
+ name: "vault",
43
+ type: "address",
44
+ },
45
+ ],
46
+ name: "RemoveGauge",
47
+ type: "event",
48
+ },
49
+ {
50
+ inputs: [
51
+ {
52
+ internalType: "address",
53
+ name: "newGauge",
54
+ type: "address",
55
+ },
56
+ {
57
+ internalType: "address",
58
+ name: "vault",
59
+ type: "address",
60
+ },
61
+ ],
62
+ name: "addGauge",
63
+ outputs: [],
64
+ stateMutability: "nonpayable",
65
+ type: "function",
66
+ },
67
+ {
68
+ inputs: [
69
+ {
70
+ internalType: "address",
71
+ name: "",
72
+ type: "address",
73
+ },
74
+ ],
75
+ name: "gaugeToVault",
76
+ outputs: [
77
+ {
78
+ internalType: "address",
79
+ name: "",
80
+ type: "address",
81
+ },
82
+ ],
83
+ stateMutability: "view",
84
+ type: "function",
85
+ },
86
+ {
87
+ inputs: [
88
+ {
89
+ internalType: "uint256",
90
+ name: "",
91
+ type: "uint256",
92
+ },
93
+ ],
94
+ name: "gauges",
95
+ outputs: [
96
+ {
97
+ internalType: "address",
98
+ name: "",
99
+ type: "address",
100
+ },
101
+ ],
102
+ stateMutability: "view",
103
+ type: "function",
104
+ },
105
+ {
106
+ inputs: [
107
+ {
108
+ internalType: "address",
109
+ name: "gauge",
110
+ type: "address",
111
+ },
112
+ ],
113
+ name: "removeGauge",
114
+ outputs: [],
115
+ stateMutability: "nonpayable",
116
+ type: "function",
117
+ },
118
+ ];
119
+ export class ArrakisGaugeFactory__factory {
120
+ static abi = _abi;
121
+ static createInterface() {
122
+ return new utils.Interface(_abi);
123
+ }
124
+ static connect(address, signerOrProvider) {
125
+ return new Contract(address, _abi, signerOrProvider);
126
+ }
127
+ }
128
+ //# sourceMappingURL=ArrakisGaugeFactory__factory.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ArrakisGaugeFactory__factory.js","sourceRoot":"","sources":["../../../src/factories/ArrakisGaugeFactory__factory.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,271 @@
1
+ import { Signer } from "ethers";
2
+ import type { Provider } from "@ethersproject/providers";
3
+ import type { ArrakisV2Factory, ArrakisV2FactoryInterface } from "../ArrakisV2Factory";
4
+ export declare class ArrakisV2Factory__factory {
5
+ static readonly abi: readonly [{
6
+ readonly inputs: readonly [{
7
+ readonly internalType: "contract IArrakisV2Beacon";
8
+ readonly name: "arrakisV2Beacon_";
9
+ readonly type: "address";
10
+ }];
11
+ readonly stateMutability: "nonpayable";
12
+ readonly type: "constructor";
13
+ }, {
14
+ readonly anonymous: false;
15
+ readonly inputs: readonly [{
16
+ readonly indexed: false;
17
+ readonly internalType: "address";
18
+ readonly name: "owner";
19
+ readonly type: "address";
20
+ }];
21
+ readonly name: "InitFactory";
22
+ readonly type: "event";
23
+ }, {
24
+ readonly anonymous: false;
25
+ readonly inputs: readonly [{
26
+ readonly indexed: false;
27
+ readonly internalType: "uint8";
28
+ readonly name: "version";
29
+ readonly type: "uint8";
30
+ }];
31
+ readonly name: "Initialized";
32
+ readonly type: "event";
33
+ }, {
34
+ readonly anonymous: false;
35
+ readonly inputs: readonly [{
36
+ readonly indexed: true;
37
+ readonly internalType: "address";
38
+ readonly name: "previousOwner";
39
+ readonly type: "address";
40
+ }, {
41
+ readonly indexed: true;
42
+ readonly internalType: "address";
43
+ readonly name: "newOwner";
44
+ readonly type: "address";
45
+ }];
46
+ readonly name: "OwnershipTransferred";
47
+ readonly type: "event";
48
+ }, {
49
+ readonly anonymous: false;
50
+ readonly inputs: readonly [{
51
+ readonly indexed: true;
52
+ readonly internalType: "address";
53
+ readonly name: "manager";
54
+ readonly type: "address";
55
+ }, {
56
+ readonly indexed: true;
57
+ readonly internalType: "address";
58
+ readonly name: "vault";
59
+ readonly type: "address";
60
+ }];
61
+ readonly name: "VaultCreated";
62
+ readonly type: "event";
63
+ }, {
64
+ readonly inputs: readonly [];
65
+ readonly name: "arrakisV2Beacon";
66
+ readonly outputs: readonly [{
67
+ readonly internalType: "contract IArrakisV2Beacon";
68
+ readonly name: "";
69
+ readonly type: "address";
70
+ }];
71
+ readonly stateMutability: "view";
72
+ readonly type: "function";
73
+ }, {
74
+ readonly inputs: readonly [{
75
+ readonly components: readonly [{
76
+ readonly internalType: "uint24[]";
77
+ readonly name: "feeTiers";
78
+ readonly type: "uint24[]";
79
+ }, {
80
+ readonly internalType: "address";
81
+ readonly name: "token0";
82
+ readonly type: "address";
83
+ }, {
84
+ readonly internalType: "address";
85
+ readonly name: "token1";
86
+ readonly type: "address";
87
+ }, {
88
+ readonly internalType: "address";
89
+ readonly name: "owner";
90
+ readonly type: "address";
91
+ }, {
92
+ readonly internalType: "uint256";
93
+ readonly name: "init0";
94
+ readonly type: "uint256";
95
+ }, {
96
+ readonly internalType: "uint256";
97
+ readonly name: "init1";
98
+ readonly type: "uint256";
99
+ }, {
100
+ readonly internalType: "address";
101
+ readonly name: "manager";
102
+ readonly type: "address";
103
+ }, {
104
+ readonly internalType: "address[]";
105
+ readonly name: "routers";
106
+ readonly type: "address[]";
107
+ }];
108
+ readonly internalType: "struct InitializePayload";
109
+ readonly name: "params_";
110
+ readonly type: "tuple";
111
+ }, {
112
+ readonly internalType: "bool";
113
+ readonly name: "isBeacon_";
114
+ readonly type: "bool";
115
+ }];
116
+ readonly name: "deployVault";
117
+ readonly outputs: readonly [{
118
+ readonly internalType: "address";
119
+ readonly name: "vault";
120
+ readonly type: "address";
121
+ }];
122
+ readonly stateMutability: "nonpayable";
123
+ readonly type: "function";
124
+ }, {
125
+ readonly inputs: readonly [{
126
+ readonly internalType: "address";
127
+ readonly name: "proxy";
128
+ readonly type: "address";
129
+ }];
130
+ readonly name: "getProxyAdmin";
131
+ readonly outputs: readonly [{
132
+ readonly internalType: "address";
133
+ readonly name: "";
134
+ readonly type: "address";
135
+ }];
136
+ readonly stateMutability: "view";
137
+ readonly type: "function";
138
+ }, {
139
+ readonly inputs: readonly [{
140
+ readonly internalType: "address";
141
+ readonly name: "proxy";
142
+ readonly type: "address";
143
+ }];
144
+ readonly name: "getProxyImplementation";
145
+ readonly outputs: readonly [{
146
+ readonly internalType: "address";
147
+ readonly name: "";
148
+ readonly type: "address";
149
+ }];
150
+ readonly stateMutability: "view";
151
+ readonly type: "function";
152
+ }, {
153
+ readonly inputs: readonly [{
154
+ readonly internalType: "address";
155
+ readonly name: "token0_";
156
+ readonly type: "address";
157
+ }, {
158
+ readonly internalType: "address";
159
+ readonly name: "token1_";
160
+ readonly type: "address";
161
+ }];
162
+ readonly name: "getTokenName";
163
+ readonly outputs: readonly [{
164
+ readonly internalType: "string";
165
+ readonly name: "";
166
+ readonly type: "string";
167
+ }];
168
+ readonly stateMutability: "view";
169
+ readonly type: "function";
170
+ }, {
171
+ readonly inputs: readonly [{
172
+ readonly internalType: "address";
173
+ readonly name: "_owner_";
174
+ readonly type: "address";
175
+ }];
176
+ readonly name: "initialize";
177
+ readonly outputs: readonly [];
178
+ readonly stateMutability: "nonpayable";
179
+ readonly type: "function";
180
+ }, {
181
+ readonly inputs: readonly [{
182
+ readonly internalType: "address[]";
183
+ readonly name: "vaults_";
184
+ readonly type: "address[]";
185
+ }];
186
+ readonly name: "makeVaultsImmutable";
187
+ readonly outputs: readonly [];
188
+ readonly stateMutability: "nonpayable";
189
+ readonly type: "function";
190
+ }, {
191
+ readonly inputs: readonly [];
192
+ readonly name: "numVaults";
193
+ readonly outputs: readonly [{
194
+ readonly internalType: "uint256";
195
+ readonly name: "result";
196
+ readonly type: "uint256";
197
+ }];
198
+ readonly stateMutability: "view";
199
+ readonly type: "function";
200
+ }, {
201
+ readonly inputs: readonly [];
202
+ readonly name: "owner";
203
+ readonly outputs: readonly [{
204
+ readonly internalType: "address";
205
+ readonly name: "";
206
+ readonly type: "address";
207
+ }];
208
+ readonly stateMutability: "view";
209
+ readonly type: "function";
210
+ }, {
211
+ readonly inputs: readonly [];
212
+ readonly name: "renounceOwnership";
213
+ readonly outputs: readonly [];
214
+ readonly stateMutability: "nonpayable";
215
+ readonly type: "function";
216
+ }, {
217
+ readonly inputs: readonly [{
218
+ readonly internalType: "address";
219
+ readonly name: "newOwner";
220
+ readonly type: "address";
221
+ }];
222
+ readonly name: "transferOwnership";
223
+ readonly outputs: readonly [];
224
+ readonly stateMutability: "nonpayable";
225
+ readonly type: "function";
226
+ }, {
227
+ readonly inputs: readonly [{
228
+ readonly internalType: "address[]";
229
+ readonly name: "vaults_";
230
+ readonly type: "address[]";
231
+ }];
232
+ readonly name: "upgradeVaults";
233
+ readonly outputs: readonly [];
234
+ readonly stateMutability: "nonpayable";
235
+ readonly type: "function";
236
+ }, {
237
+ readonly inputs: readonly [{
238
+ readonly internalType: "address[]";
239
+ readonly name: "vaults_";
240
+ readonly type: "address[]";
241
+ }, {
242
+ readonly internalType: "bytes[]";
243
+ readonly name: "datas_";
244
+ readonly type: "bytes[]";
245
+ }];
246
+ readonly name: "upgradeVaultsAndCall";
247
+ readonly outputs: readonly [];
248
+ readonly stateMutability: "nonpayable";
249
+ readonly type: "function";
250
+ }, {
251
+ readonly inputs: readonly [{
252
+ readonly internalType: "uint256";
253
+ readonly name: "startIndex_";
254
+ readonly type: "uint256";
255
+ }, {
256
+ readonly internalType: "uint256";
257
+ readonly name: "endIndex_";
258
+ readonly type: "uint256";
259
+ }];
260
+ readonly name: "vaults";
261
+ readonly outputs: readonly [{
262
+ readonly internalType: "address[]";
263
+ readonly name: "";
264
+ readonly type: "address[]";
265
+ }];
266
+ readonly stateMutability: "view";
267
+ readonly type: "function";
268
+ }];
269
+ static createInterface(): ArrakisV2FactoryInterface;
270
+ static connect(address: string, signerOrProvider: Signer | Provider): ArrakisV2Factory;
271
+ }