@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.
- package/dist/src/ArrakisGaugeFactory.d.ts +107 -0
- package/dist/src/ArrakisGaugeFactory.js +2 -0
- package/dist/src/ArrakisGaugeFactory.js.map +1 -0
- package/dist/src/ArrakisV2Factory.d.ts +279 -0
- package/dist/src/ArrakisV2Factory.js +2 -0
- package/dist/src/ArrakisV2Factory.js.map +1 -0
- package/dist/src/DefiEdgeAlgebraFactory.d.ts +739 -0
- package/dist/src/DefiEdgeAlgebraFactory.js +2 -0
- package/dist/src/DefiEdgeAlgebraFactory.js.map +1 -0
- package/dist/src/DefiEdgeAlgebraStrategy.d.ts +727 -0
- package/dist/src/DefiEdgeAlgebraStrategy.js +2 -0
- package/dist/src/DefiEdgeAlgebraStrategy.js.map +1 -0
- package/dist/src/DefiEdgeFactory.d.ts +669 -0
- package/dist/src/DefiEdgeFactory.js +2 -0
- package/dist/src/DefiEdgeFactory.js.map +1 -0
- package/dist/src/DefiEdgeStrategy.d.ts +669 -0
- package/dist/src/DefiEdgeStrategy.js +2 -0
- package/dist/src/DefiEdgeStrategy.js.map +1 -0
- package/dist/src/GaugeV2CL.d.ts +688 -0
- package/dist/src/GaugeV2CL.js +2 -0
- package/dist/src/GaugeV2CL.js.map +1 -0
- package/dist/src/JonesCompounder.d.ts +941 -0
- package/dist/src/JonesCompounder.js +2 -0
- package/dist/src/JonesCompounder.js.map +1 -0
- package/dist/src/JonesFactory.d.ts +889 -0
- package/dist/src/JonesFactory.js +2 -0
- package/dist/src/JonesFactory.js.map +1 -0
- package/dist/src/JonesSingleRewardTracker.d.ts +968 -0
- package/dist/src/JonesSingleRewardTracker.js +2 -0
- package/dist/src/JonesSingleRewardTracker.js.map +1 -0
- package/dist/src/JonesToken0Tracker.d.ts +968 -0
- package/dist/src/JonesToken0Tracker.js +2 -0
- package/dist/src/JonesToken0Tracker.js.map +1 -0
- package/dist/src/JonesToken1Tracker.d.ts +968 -0
- package/dist/src/JonesToken1Tracker.js +2 -0
- package/dist/src/JonesToken1Tracker.js.map +1 -0
- package/dist/src/JonesVault.d.ts +1115 -0
- package/dist/src/JonesVault.js +2 -0
- package/dist/src/JonesVault.js.map +1 -0
- package/dist/src/RangeFactory.d.ts +211 -0
- package/dist/src/RangeFactory.js +2 -0
- package/dist/src/RangeFactory.js.map +1 -0
- package/dist/src/RangeVault.d.ts +1095 -0
- package/dist/src/RangeVault.js +2 -0
- package/dist/src/RangeVault.js.map +1 -0
- package/dist/src/SpNFTFactory.d.ts +113 -0
- package/dist/src/SpNFTFactory.js +2 -0
- package/dist/src/SpNFTFactory.js.map +1 -0
- package/dist/src/SwapXGaugeV2Factory.d.ts +266 -0
- package/dist/src/SwapXGaugeV2Factory.js +2 -0
- package/dist/src/SwapXGaugeV2Factory.js.map +1 -0
- package/dist/src/SwapXGaugeV3Factory.d.ts +1106 -0
- package/dist/src/SwapXGaugeV3Factory.js +2 -0
- package/dist/src/SwapXGaugeV3Factory.js.map +1 -0
- package/dist/src/SwapXV2Vault.d.ts +634 -0
- package/dist/src/SwapXV2Vault.js +2 -0
- package/dist/src/SwapXV2Vault.js.map +1 -0
- package/dist/src/SwapXV3Vault.d.ts +688 -0
- package/dist/src/SwapXV3Vault.js +2 -0
- package/dist/src/SwapXV3Vault.js.map +1 -0
- package/dist/src/UnipilotFactory.d.ts +149 -0
- package/dist/src/UnipilotFactory.js +2 -0
- package/dist/src/UnipilotFactory.js.map +1 -0
- package/dist/src/UnipilotVault.d.ts +566 -0
- package/dist/src/UnipilotVault.js +2 -0
- package/dist/src/UnipilotVault.js.map +1 -0
- package/dist/src/factories/ArrakisGaugeFactory__factory.d.ts +94 -0
- package/dist/src/factories/ArrakisGaugeFactory__factory.js +128 -0
- package/dist/src/factories/ArrakisGaugeFactory__factory.js.map +1 -0
- package/dist/src/factories/ArrakisV2Factory__factory.d.ts +271 -0
- package/dist/src/factories/ArrakisV2Factory__factory.js +359 -0
- package/dist/src/factories/ArrakisV2Factory__factory.js.map +1 -0
- package/dist/src/factories/DefiEdgeAlgebraFactory__factory.d.ts +767 -0
- package/dist/src/factories/DefiEdgeAlgebraFactory__factory.js +1003 -0
- package/dist/src/factories/DefiEdgeAlgebraFactory__factory.js.map +1 -0
- package/dist/src/factories/DefiEdgeAlgebraStrategy__factory.d.ts +886 -0
- package/dist/src/factories/DefiEdgeAlgebraStrategy__factory.js +1150 -0
- package/dist/src/factories/DefiEdgeAlgebraStrategy__factory.js.map +1 -0
- package/dist/src/factories/DefiEdgeFactory__factory.d.ts +690 -0
- package/dist/src/factories/DefiEdgeFactory__factory.js +902 -0
- package/dist/src/factories/DefiEdgeFactory__factory.js.map +1 -0
- package/dist/src/factories/DefiEdgeStrategy__factory.d.ts +825 -0
- package/dist/src/factories/DefiEdgeStrategy__factory.js +1073 -0
- package/dist/src/factories/DefiEdgeStrategy__factory.js.map +1 -0
- package/dist/src/factories/GaugeV2CL__factory.d.ts +648 -0
- package/dist/src/factories/GaugeV2CL__factory.js +841 -0
- package/dist/src/factories/GaugeV2CL__factory.js.map +1 -0
- package/dist/src/factories/JonesCompounder__factory.d.ts +1017 -0
- package/dist/src/factories/JonesCompounder__factory.js +1320 -0
- package/dist/src/factories/JonesCompounder__factory.js.map +1 -0
- package/dist/src/factories/JonesFactory__factory.d.ts +1131 -0
- package/dist/src/factories/JonesFactory__factory.js +1464 -0
- package/dist/src/factories/JonesFactory__factory.js.map +1 -0
- package/dist/src/factories/JonesSingleRewardTracker__factory.d.ts +991 -0
- package/dist/src/factories/JonesSingleRewardTracker__factory.js +1288 -0
- package/dist/src/factories/JonesSingleRewardTracker__factory.js.map +1 -0
- package/dist/src/factories/JonesToken0Tracker__factory.d.ts +991 -0
- package/dist/src/factories/JonesToken0Tracker__factory.js +1288 -0
- package/dist/src/factories/JonesToken0Tracker__factory.js.map +1 -0
- package/dist/src/factories/JonesToken1Tracker__factory.d.ts +991 -0
- package/dist/src/factories/JonesToken1Tracker__factory.js +1288 -0
- package/dist/src/factories/JonesToken1Tracker__factory.js.map +1 -0
- package/dist/src/factories/JonesVault__factory.d.ts +1225 -0
- package/dist/src/factories/JonesVault__factory.js +1588 -0
- package/dist/src/factories/JonesVault__factory.js.map +1 -0
- package/dist/src/factories/RangeFactory__factory.d.ts +215 -0
- package/dist/src/factories/RangeFactory__factory.js +282 -0
- package/dist/src/factories/RangeFactory__factory.js.map +1 -0
- package/dist/src/factories/RangeVault__factory.d.ts +1145 -0
- package/dist/src/factories/RangeVault__factory.js +1480 -0
- package/dist/src/factories/RangeVault__factory.js.map +1 -0
- package/dist/src/factories/SpNFTFactory__factory.d.ts +121 -0
- package/dist/src/factories/SpNFTFactory__factory.js +165 -0
- package/dist/src/factories/SpNFTFactory__factory.js.map +1 -0
- package/dist/src/factories/SwapXGaugeV2Factory__factory.d.ts +223 -0
- package/dist/src/factories/SwapXGaugeV2Factory__factory.js +293 -0
- package/dist/src/factories/SwapXGaugeV2Factory__factory.js.map +1 -0
- package/dist/src/factories/SwapXGaugeV3Factory__factory.d.ts +1186 -0
- package/dist/src/factories/SwapXGaugeV3Factory__factory.js +1546 -0
- package/dist/src/factories/SwapXGaugeV3Factory__factory.js.map +1 -0
- package/dist/src/factories/SwapXV2Vault__factory.d.ts +586 -0
- package/dist/src/factories/SwapXV2Vault__factory.js +759 -0
- package/dist/src/factories/SwapXV2Vault__factory.js.map +1 -0
- package/dist/src/factories/SwapXV3Vault__factory.d.ts +648 -0
- package/dist/src/factories/SwapXV3Vault__factory.js +841 -0
- package/dist/src/factories/SwapXV3Vault__factory.js.map +1 -0
- package/dist/src/factories/UnipilotFactory__factory.d.ts +199 -0
- package/dist/src/factories/UnipilotFactory__factory.js +260 -0
- package/dist/src/factories/UnipilotFactory__factory.js.map +1 -0
- package/dist/src/factories/UnipilotVault__factory.d.ts +649 -0
- package/dist/src/factories/UnipilotVault__factory.js +841 -0
- package/dist/src/factories/UnipilotVault__factory.js.map +1 -0
- package/dist/src/factories/index.d.ts +22 -0
- package/dist/src/factories/index.js +22 -0
- package/dist/src/factories/index.js.map +1 -1
- package/dist/src/index.d.ts +44 -0
- package/dist/src/index.js +44 -0
- package/dist/src/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,886 @@
|
|
|
1
|
+
import { Signer } from "ethers";
|
|
2
|
+
import type { Provider } from "@ethersproject/providers";
|
|
3
|
+
import type { DefiEdgeAlgebraStrategy, DefiEdgeAlgebraStrategyInterface } from "../DefiEdgeAlgebraStrategy";
|
|
4
|
+
export declare class DefiEdgeAlgebraStrategy__factory {
|
|
5
|
+
static readonly abi: readonly [{
|
|
6
|
+
readonly inputs: readonly [{
|
|
7
|
+
readonly internalType: "contract IStrategyFactory";
|
|
8
|
+
readonly name: "_factory";
|
|
9
|
+
readonly type: "address";
|
|
10
|
+
}, {
|
|
11
|
+
readonly internalType: "contract IAlgebraPool";
|
|
12
|
+
readonly name: "_pool";
|
|
13
|
+
readonly type: "address";
|
|
14
|
+
}, {
|
|
15
|
+
readonly internalType: "contract FeedRegistryInterface";
|
|
16
|
+
readonly name: "_chainlinkRegistry";
|
|
17
|
+
readonly type: "address";
|
|
18
|
+
}, {
|
|
19
|
+
readonly internalType: "contract IStrategyManager";
|
|
20
|
+
readonly name: "_manager";
|
|
21
|
+
readonly type: "address";
|
|
22
|
+
}, {
|
|
23
|
+
readonly internalType: "bool[2]";
|
|
24
|
+
readonly name: "_usdAsBase";
|
|
25
|
+
readonly type: "bool[2]";
|
|
26
|
+
}, {
|
|
27
|
+
readonly components: readonly [{
|
|
28
|
+
readonly internalType: "int24";
|
|
29
|
+
readonly name: "tickLower";
|
|
30
|
+
readonly type: "int24";
|
|
31
|
+
}, {
|
|
32
|
+
readonly internalType: "int24";
|
|
33
|
+
readonly name: "tickUpper";
|
|
34
|
+
readonly type: "int24";
|
|
35
|
+
}];
|
|
36
|
+
readonly internalType: "struct IStrategyBase.Tick[]";
|
|
37
|
+
readonly name: "_ticks";
|
|
38
|
+
readonly type: "tuple[]";
|
|
39
|
+
}];
|
|
40
|
+
readonly stateMutability: "nonpayable";
|
|
41
|
+
readonly type: "constructor";
|
|
42
|
+
}, {
|
|
43
|
+
readonly anonymous: false;
|
|
44
|
+
readonly inputs: readonly [{
|
|
45
|
+
readonly indexed: true;
|
|
46
|
+
readonly internalType: "address";
|
|
47
|
+
readonly name: "owner";
|
|
48
|
+
readonly type: "address";
|
|
49
|
+
}, {
|
|
50
|
+
readonly indexed: true;
|
|
51
|
+
readonly internalType: "address";
|
|
52
|
+
readonly name: "spender";
|
|
53
|
+
readonly type: "address";
|
|
54
|
+
}, {
|
|
55
|
+
readonly indexed: false;
|
|
56
|
+
readonly internalType: "uint256";
|
|
57
|
+
readonly name: "value";
|
|
58
|
+
readonly type: "uint256";
|
|
59
|
+
}];
|
|
60
|
+
readonly name: "Approval";
|
|
61
|
+
readonly type: "event";
|
|
62
|
+
}, {
|
|
63
|
+
readonly anonymous: false;
|
|
64
|
+
readonly inputs: readonly [{
|
|
65
|
+
readonly indexed: true;
|
|
66
|
+
readonly internalType: "address";
|
|
67
|
+
readonly name: "user";
|
|
68
|
+
readonly type: "address";
|
|
69
|
+
}, {
|
|
70
|
+
readonly indexed: false;
|
|
71
|
+
readonly internalType: "uint256";
|
|
72
|
+
readonly name: "share";
|
|
73
|
+
readonly type: "uint256";
|
|
74
|
+
}, {
|
|
75
|
+
readonly indexed: false;
|
|
76
|
+
readonly internalType: "uint256";
|
|
77
|
+
readonly name: "amount0";
|
|
78
|
+
readonly type: "uint256";
|
|
79
|
+
}, {
|
|
80
|
+
readonly indexed: false;
|
|
81
|
+
readonly internalType: "uint256";
|
|
82
|
+
readonly name: "amount1";
|
|
83
|
+
readonly type: "uint256";
|
|
84
|
+
}];
|
|
85
|
+
readonly name: "Burn";
|
|
86
|
+
readonly type: "event";
|
|
87
|
+
}, {
|
|
88
|
+
readonly anonymous: false;
|
|
89
|
+
readonly inputs: readonly [{
|
|
90
|
+
readonly indexed: false;
|
|
91
|
+
readonly internalType: "uint256";
|
|
92
|
+
readonly name: "managerFee";
|
|
93
|
+
readonly type: "uint256";
|
|
94
|
+
}, {
|
|
95
|
+
readonly indexed: false;
|
|
96
|
+
readonly internalType: "uint256";
|
|
97
|
+
readonly name: "protocolFee";
|
|
98
|
+
readonly type: "uint256";
|
|
99
|
+
}];
|
|
100
|
+
readonly name: "ClaimFee";
|
|
101
|
+
readonly type: "event";
|
|
102
|
+
}, {
|
|
103
|
+
readonly anonymous: false;
|
|
104
|
+
readonly inputs: readonly [{
|
|
105
|
+
readonly indexed: true;
|
|
106
|
+
readonly internalType: "address";
|
|
107
|
+
readonly name: "strategy";
|
|
108
|
+
readonly type: "address";
|
|
109
|
+
}, {
|
|
110
|
+
readonly indexed: false;
|
|
111
|
+
readonly internalType: "uint256";
|
|
112
|
+
readonly name: "amount0";
|
|
113
|
+
readonly type: "uint256";
|
|
114
|
+
}, {
|
|
115
|
+
readonly indexed: false;
|
|
116
|
+
readonly internalType: "uint256";
|
|
117
|
+
readonly name: "amount1";
|
|
118
|
+
readonly type: "uint256";
|
|
119
|
+
}];
|
|
120
|
+
readonly name: "FeesClaim";
|
|
121
|
+
readonly type: "event";
|
|
122
|
+
}, {
|
|
123
|
+
readonly anonymous: false;
|
|
124
|
+
readonly inputs: readonly [];
|
|
125
|
+
readonly name: "Hold";
|
|
126
|
+
readonly type: "event";
|
|
127
|
+
}, {
|
|
128
|
+
readonly anonymous: false;
|
|
129
|
+
readonly inputs: readonly [{
|
|
130
|
+
readonly indexed: true;
|
|
131
|
+
readonly internalType: "address";
|
|
132
|
+
readonly name: "user";
|
|
133
|
+
readonly type: "address";
|
|
134
|
+
}, {
|
|
135
|
+
readonly indexed: false;
|
|
136
|
+
readonly internalType: "uint256";
|
|
137
|
+
readonly name: "share";
|
|
138
|
+
readonly type: "uint256";
|
|
139
|
+
}, {
|
|
140
|
+
readonly indexed: false;
|
|
141
|
+
readonly internalType: "uint256";
|
|
142
|
+
readonly name: "amount0";
|
|
143
|
+
readonly type: "uint256";
|
|
144
|
+
}, {
|
|
145
|
+
readonly indexed: false;
|
|
146
|
+
readonly internalType: "uint256";
|
|
147
|
+
readonly name: "amount1";
|
|
148
|
+
readonly type: "uint256";
|
|
149
|
+
}];
|
|
150
|
+
readonly name: "Mint";
|
|
151
|
+
readonly type: "event";
|
|
152
|
+
}, {
|
|
153
|
+
readonly anonymous: false;
|
|
154
|
+
readonly inputs: readonly [{
|
|
155
|
+
readonly components: readonly [{
|
|
156
|
+
readonly internalType: "uint256";
|
|
157
|
+
readonly name: "index";
|
|
158
|
+
readonly type: "uint256";
|
|
159
|
+
}, {
|
|
160
|
+
readonly internalType: "bool";
|
|
161
|
+
readonly name: "burn";
|
|
162
|
+
readonly type: "bool";
|
|
163
|
+
}, {
|
|
164
|
+
readonly internalType: "uint256";
|
|
165
|
+
readonly name: "amount0";
|
|
166
|
+
readonly type: "uint256";
|
|
167
|
+
}, {
|
|
168
|
+
readonly internalType: "uint256";
|
|
169
|
+
readonly name: "amount1";
|
|
170
|
+
readonly type: "uint256";
|
|
171
|
+
}];
|
|
172
|
+
readonly indexed: false;
|
|
173
|
+
readonly internalType: "struct DefiEdgeStrategy.PartialTick[]";
|
|
174
|
+
readonly name: "ticks";
|
|
175
|
+
readonly type: "tuple[]";
|
|
176
|
+
}];
|
|
177
|
+
readonly name: "PartialRebalance";
|
|
178
|
+
readonly type: "event";
|
|
179
|
+
}, {
|
|
180
|
+
readonly anonymous: false;
|
|
181
|
+
readonly inputs: readonly [{
|
|
182
|
+
readonly components: readonly [{
|
|
183
|
+
readonly internalType: "int24";
|
|
184
|
+
readonly name: "tickLower";
|
|
185
|
+
readonly type: "int24";
|
|
186
|
+
}, {
|
|
187
|
+
readonly internalType: "int24";
|
|
188
|
+
readonly name: "tickUpper";
|
|
189
|
+
readonly type: "int24";
|
|
190
|
+
}, {
|
|
191
|
+
readonly internalType: "uint256";
|
|
192
|
+
readonly name: "amount0";
|
|
193
|
+
readonly type: "uint256";
|
|
194
|
+
}, {
|
|
195
|
+
readonly internalType: "uint256";
|
|
196
|
+
readonly name: "amount1";
|
|
197
|
+
readonly type: "uint256";
|
|
198
|
+
}];
|
|
199
|
+
readonly indexed: false;
|
|
200
|
+
readonly internalType: "struct DefiEdgeStrategy.NewTick[]";
|
|
201
|
+
readonly name: "ticks";
|
|
202
|
+
readonly type: "tuple[]";
|
|
203
|
+
}];
|
|
204
|
+
readonly name: "Rebalance";
|
|
205
|
+
readonly type: "event";
|
|
206
|
+
}, {
|
|
207
|
+
readonly anonymous: false;
|
|
208
|
+
readonly inputs: readonly [{
|
|
209
|
+
readonly indexed: false;
|
|
210
|
+
readonly internalType: "uint256";
|
|
211
|
+
readonly name: "amountIn";
|
|
212
|
+
readonly type: "uint256";
|
|
213
|
+
}, {
|
|
214
|
+
readonly indexed: false;
|
|
215
|
+
readonly internalType: "uint256";
|
|
216
|
+
readonly name: "amountOut";
|
|
217
|
+
readonly type: "uint256";
|
|
218
|
+
}, {
|
|
219
|
+
readonly indexed: false;
|
|
220
|
+
readonly internalType: "bool";
|
|
221
|
+
readonly name: "_zeroForOne";
|
|
222
|
+
readonly type: "bool";
|
|
223
|
+
}];
|
|
224
|
+
readonly name: "Swap";
|
|
225
|
+
readonly type: "event";
|
|
226
|
+
}, {
|
|
227
|
+
readonly anonymous: false;
|
|
228
|
+
readonly inputs: readonly [{
|
|
229
|
+
readonly indexed: false;
|
|
230
|
+
readonly internalType: "uint256";
|
|
231
|
+
readonly name: "reserve0";
|
|
232
|
+
readonly type: "uint256";
|
|
233
|
+
}, {
|
|
234
|
+
readonly indexed: false;
|
|
235
|
+
readonly internalType: "uint256";
|
|
236
|
+
readonly name: "reserve1";
|
|
237
|
+
readonly type: "uint256";
|
|
238
|
+
}];
|
|
239
|
+
readonly name: "Sync";
|
|
240
|
+
readonly type: "event";
|
|
241
|
+
}, {
|
|
242
|
+
readonly anonymous: false;
|
|
243
|
+
readonly inputs: readonly [{
|
|
244
|
+
readonly indexed: true;
|
|
245
|
+
readonly internalType: "address";
|
|
246
|
+
readonly name: "from";
|
|
247
|
+
readonly type: "address";
|
|
248
|
+
}, {
|
|
249
|
+
readonly indexed: true;
|
|
250
|
+
readonly internalType: "address";
|
|
251
|
+
readonly name: "to";
|
|
252
|
+
readonly type: "address";
|
|
253
|
+
}, {
|
|
254
|
+
readonly indexed: false;
|
|
255
|
+
readonly internalType: "uint256";
|
|
256
|
+
readonly name: "value";
|
|
257
|
+
readonly type: "uint256";
|
|
258
|
+
}];
|
|
259
|
+
readonly name: "Transfer";
|
|
260
|
+
readonly type: "event";
|
|
261
|
+
}, {
|
|
262
|
+
readonly inputs: readonly [];
|
|
263
|
+
readonly name: "FEE_PRECISION";
|
|
264
|
+
readonly outputs: readonly [{
|
|
265
|
+
readonly internalType: "uint256";
|
|
266
|
+
readonly name: "";
|
|
267
|
+
readonly type: "uint256";
|
|
268
|
+
}];
|
|
269
|
+
readonly stateMutability: "view";
|
|
270
|
+
readonly type: "function";
|
|
271
|
+
}, {
|
|
272
|
+
readonly inputs: readonly [];
|
|
273
|
+
readonly name: "MAX_TICK_LENGTH";
|
|
274
|
+
readonly outputs: readonly [{
|
|
275
|
+
readonly internalType: "uint256";
|
|
276
|
+
readonly name: "";
|
|
277
|
+
readonly type: "uint256";
|
|
278
|
+
}];
|
|
279
|
+
readonly stateMutability: "view";
|
|
280
|
+
readonly type: "function";
|
|
281
|
+
}, {
|
|
282
|
+
readonly inputs: readonly [];
|
|
283
|
+
readonly name: "MINIMUM_LIQUIDITY";
|
|
284
|
+
readonly outputs: readonly [{
|
|
285
|
+
readonly internalType: "uint256";
|
|
286
|
+
readonly name: "";
|
|
287
|
+
readonly type: "uint256";
|
|
288
|
+
}];
|
|
289
|
+
readonly stateMutability: "view";
|
|
290
|
+
readonly type: "function";
|
|
291
|
+
}, {
|
|
292
|
+
readonly inputs: readonly [];
|
|
293
|
+
readonly name: "accManagementFeeShares";
|
|
294
|
+
readonly outputs: readonly [{
|
|
295
|
+
readonly internalType: "uint256";
|
|
296
|
+
readonly name: "";
|
|
297
|
+
readonly type: "uint256";
|
|
298
|
+
}];
|
|
299
|
+
readonly stateMutability: "view";
|
|
300
|
+
readonly type: "function";
|
|
301
|
+
}, {
|
|
302
|
+
readonly inputs: readonly [];
|
|
303
|
+
readonly name: "accPerformanceFeeShares";
|
|
304
|
+
readonly outputs: readonly [{
|
|
305
|
+
readonly internalType: "uint256";
|
|
306
|
+
readonly name: "";
|
|
307
|
+
readonly type: "uint256";
|
|
308
|
+
}];
|
|
309
|
+
readonly stateMutability: "view";
|
|
310
|
+
readonly type: "function";
|
|
311
|
+
}, {
|
|
312
|
+
readonly inputs: readonly [];
|
|
313
|
+
readonly name: "accProtocolPerformanceFeeShares";
|
|
314
|
+
readonly outputs: readonly [{
|
|
315
|
+
readonly internalType: "uint256";
|
|
316
|
+
readonly name: "";
|
|
317
|
+
readonly type: "uint256";
|
|
318
|
+
}];
|
|
319
|
+
readonly stateMutability: "view";
|
|
320
|
+
readonly type: "function";
|
|
321
|
+
}, {
|
|
322
|
+
readonly inputs: readonly [{
|
|
323
|
+
readonly internalType: "uint256";
|
|
324
|
+
readonly name: "amount0";
|
|
325
|
+
readonly type: "uint256";
|
|
326
|
+
}, {
|
|
327
|
+
readonly internalType: "uint256";
|
|
328
|
+
readonly name: "amount1";
|
|
329
|
+
readonly type: "uint256";
|
|
330
|
+
}, {
|
|
331
|
+
readonly internalType: "bytes";
|
|
332
|
+
readonly name: "data";
|
|
333
|
+
readonly type: "bytes";
|
|
334
|
+
}];
|
|
335
|
+
readonly name: "algebraMintCallback";
|
|
336
|
+
readonly outputs: readonly [];
|
|
337
|
+
readonly stateMutability: "nonpayable";
|
|
338
|
+
readonly type: "function";
|
|
339
|
+
}, {
|
|
340
|
+
readonly inputs: readonly [{
|
|
341
|
+
readonly internalType: "address";
|
|
342
|
+
readonly name: "";
|
|
343
|
+
readonly type: "address";
|
|
344
|
+
}, {
|
|
345
|
+
readonly internalType: "address";
|
|
346
|
+
readonly name: "";
|
|
347
|
+
readonly type: "address";
|
|
348
|
+
}];
|
|
349
|
+
readonly name: "allowance";
|
|
350
|
+
readonly outputs: readonly [{
|
|
351
|
+
readonly internalType: "uint256";
|
|
352
|
+
readonly name: "";
|
|
353
|
+
readonly type: "uint256";
|
|
354
|
+
}];
|
|
355
|
+
readonly stateMutability: "view";
|
|
356
|
+
readonly type: "function";
|
|
357
|
+
}, {
|
|
358
|
+
readonly inputs: readonly [{
|
|
359
|
+
readonly internalType: "address";
|
|
360
|
+
readonly name: "spender";
|
|
361
|
+
readonly type: "address";
|
|
362
|
+
}, {
|
|
363
|
+
readonly internalType: "uint256";
|
|
364
|
+
readonly name: "amount";
|
|
365
|
+
readonly type: "uint256";
|
|
366
|
+
}];
|
|
367
|
+
readonly name: "approve";
|
|
368
|
+
readonly outputs: readonly [{
|
|
369
|
+
readonly internalType: "bool";
|
|
370
|
+
readonly name: "";
|
|
371
|
+
readonly type: "bool";
|
|
372
|
+
}];
|
|
373
|
+
readonly stateMutability: "nonpayable";
|
|
374
|
+
readonly type: "function";
|
|
375
|
+
}, {
|
|
376
|
+
readonly inputs: readonly [{
|
|
377
|
+
readonly internalType: "address";
|
|
378
|
+
readonly name: "account";
|
|
379
|
+
readonly type: "address";
|
|
380
|
+
}];
|
|
381
|
+
readonly name: "balanceOf";
|
|
382
|
+
readonly outputs: readonly [{
|
|
383
|
+
readonly internalType: "uint256";
|
|
384
|
+
readonly name: "";
|
|
385
|
+
readonly type: "uint256";
|
|
386
|
+
}];
|
|
387
|
+
readonly stateMutability: "view";
|
|
388
|
+
readonly type: "function";
|
|
389
|
+
}, {
|
|
390
|
+
readonly inputs: readonly [{
|
|
391
|
+
readonly internalType: "uint256";
|
|
392
|
+
readonly name: "_shares";
|
|
393
|
+
readonly type: "uint256";
|
|
394
|
+
}, {
|
|
395
|
+
readonly internalType: "uint256";
|
|
396
|
+
readonly name: "_amount0Min";
|
|
397
|
+
readonly type: "uint256";
|
|
398
|
+
}, {
|
|
399
|
+
readonly internalType: "uint256";
|
|
400
|
+
readonly name: "_amount1Min";
|
|
401
|
+
readonly type: "uint256";
|
|
402
|
+
}];
|
|
403
|
+
readonly name: "burn";
|
|
404
|
+
readonly outputs: readonly [{
|
|
405
|
+
readonly internalType: "uint256";
|
|
406
|
+
readonly name: "collect0";
|
|
407
|
+
readonly type: "uint256";
|
|
408
|
+
}, {
|
|
409
|
+
readonly internalType: "uint256";
|
|
410
|
+
readonly name: "collect1";
|
|
411
|
+
readonly type: "uint256";
|
|
412
|
+
}];
|
|
413
|
+
readonly stateMutability: "nonpayable";
|
|
414
|
+
readonly type: "function";
|
|
415
|
+
}, {
|
|
416
|
+
readonly inputs: readonly [{
|
|
417
|
+
readonly internalType: "uint256";
|
|
418
|
+
readonly name: "_tickIndex";
|
|
419
|
+
readonly type: "uint256";
|
|
420
|
+
}];
|
|
421
|
+
readonly name: "burnLiquiditySingle";
|
|
422
|
+
readonly outputs: readonly [{
|
|
423
|
+
readonly internalType: "uint256";
|
|
424
|
+
readonly name: "amount0";
|
|
425
|
+
readonly type: "uint256";
|
|
426
|
+
}, {
|
|
427
|
+
readonly internalType: "uint256";
|
|
428
|
+
readonly name: "amount1";
|
|
429
|
+
readonly type: "uint256";
|
|
430
|
+
}, {
|
|
431
|
+
readonly internalType: "uint256";
|
|
432
|
+
readonly name: "fee0";
|
|
433
|
+
readonly type: "uint256";
|
|
434
|
+
}, {
|
|
435
|
+
readonly internalType: "uint256";
|
|
436
|
+
readonly name: "fee1";
|
|
437
|
+
readonly type: "uint256";
|
|
438
|
+
}];
|
|
439
|
+
readonly stateMutability: "nonpayable";
|
|
440
|
+
readonly type: "function";
|
|
441
|
+
}, {
|
|
442
|
+
readonly inputs: readonly [];
|
|
443
|
+
readonly name: "claimFee";
|
|
444
|
+
readonly outputs: readonly [];
|
|
445
|
+
readonly stateMutability: "nonpayable";
|
|
446
|
+
readonly type: "function";
|
|
447
|
+
}, {
|
|
448
|
+
readonly inputs: readonly [];
|
|
449
|
+
readonly name: "decimals";
|
|
450
|
+
readonly outputs: readonly [{
|
|
451
|
+
readonly internalType: "uint8";
|
|
452
|
+
readonly name: "";
|
|
453
|
+
readonly type: "uint8";
|
|
454
|
+
}];
|
|
455
|
+
readonly stateMutability: "view";
|
|
456
|
+
readonly type: "function";
|
|
457
|
+
}, {
|
|
458
|
+
readonly inputs: readonly [{
|
|
459
|
+
readonly internalType: "address";
|
|
460
|
+
readonly name: "spender";
|
|
461
|
+
readonly type: "address";
|
|
462
|
+
}, {
|
|
463
|
+
readonly internalType: "uint256";
|
|
464
|
+
readonly name: "subtractedValue";
|
|
465
|
+
readonly type: "uint256";
|
|
466
|
+
}];
|
|
467
|
+
readonly name: "decreaseAllowance";
|
|
468
|
+
readonly outputs: readonly [{
|
|
469
|
+
readonly internalType: "bool";
|
|
470
|
+
readonly name: "";
|
|
471
|
+
readonly type: "bool";
|
|
472
|
+
}];
|
|
473
|
+
readonly stateMutability: "nonpayable";
|
|
474
|
+
readonly type: "function";
|
|
475
|
+
}, {
|
|
476
|
+
readonly inputs: readonly [{
|
|
477
|
+
readonly internalType: "address";
|
|
478
|
+
readonly name: "_token";
|
|
479
|
+
readonly type: "address";
|
|
480
|
+
}, {
|
|
481
|
+
readonly internalType: "address";
|
|
482
|
+
readonly name: "_to";
|
|
483
|
+
readonly type: "address";
|
|
484
|
+
}, {
|
|
485
|
+
readonly internalType: "uint256";
|
|
486
|
+
readonly name: "_amount";
|
|
487
|
+
readonly type: "uint256";
|
|
488
|
+
}, {
|
|
489
|
+
readonly components: readonly [{
|
|
490
|
+
readonly internalType: "int24";
|
|
491
|
+
readonly name: "tickLower";
|
|
492
|
+
readonly type: "int24";
|
|
493
|
+
}, {
|
|
494
|
+
readonly internalType: "int24";
|
|
495
|
+
readonly name: "tickUpper";
|
|
496
|
+
readonly type: "int24";
|
|
497
|
+
}, {
|
|
498
|
+
readonly internalType: "uint256";
|
|
499
|
+
readonly name: "amount0";
|
|
500
|
+
readonly type: "uint256";
|
|
501
|
+
}, {
|
|
502
|
+
readonly internalType: "uint256";
|
|
503
|
+
readonly name: "amount1";
|
|
504
|
+
readonly type: "uint256";
|
|
505
|
+
}];
|
|
506
|
+
readonly internalType: "struct DefiEdgeStrategy.NewTick[]";
|
|
507
|
+
readonly name: "_newTicks";
|
|
508
|
+
readonly type: "tuple[]";
|
|
509
|
+
}];
|
|
510
|
+
readonly name: "emergencyWithdraw";
|
|
511
|
+
readonly outputs: readonly [];
|
|
512
|
+
readonly stateMutability: "nonpayable";
|
|
513
|
+
readonly type: "function";
|
|
514
|
+
}, {
|
|
515
|
+
readonly inputs: readonly [];
|
|
516
|
+
readonly name: "factory";
|
|
517
|
+
readonly outputs: readonly [{
|
|
518
|
+
readonly internalType: "contract IStrategyFactory";
|
|
519
|
+
readonly name: "";
|
|
520
|
+
readonly type: "address";
|
|
521
|
+
}];
|
|
522
|
+
readonly stateMutability: "view";
|
|
523
|
+
readonly type: "function";
|
|
524
|
+
}, {
|
|
525
|
+
readonly inputs: readonly [{
|
|
526
|
+
readonly internalType: "bool";
|
|
527
|
+
readonly name: "_includeFee";
|
|
528
|
+
readonly type: "bool";
|
|
529
|
+
}];
|
|
530
|
+
readonly name: "getAUMWithFees";
|
|
531
|
+
readonly outputs: readonly [{
|
|
532
|
+
readonly internalType: "uint256";
|
|
533
|
+
readonly name: "amount0";
|
|
534
|
+
readonly type: "uint256";
|
|
535
|
+
}, {
|
|
536
|
+
readonly internalType: "uint256";
|
|
537
|
+
readonly name: "amount1";
|
|
538
|
+
readonly type: "uint256";
|
|
539
|
+
}, {
|
|
540
|
+
readonly internalType: "uint256";
|
|
541
|
+
readonly name: "totalFee0";
|
|
542
|
+
readonly type: "uint256";
|
|
543
|
+
}, {
|
|
544
|
+
readonly internalType: "uint256";
|
|
545
|
+
readonly name: "totalFee1";
|
|
546
|
+
readonly type: "uint256";
|
|
547
|
+
}];
|
|
548
|
+
readonly stateMutability: "nonpayable";
|
|
549
|
+
readonly type: "function";
|
|
550
|
+
}, {
|
|
551
|
+
readonly inputs: readonly [];
|
|
552
|
+
readonly name: "getTicks";
|
|
553
|
+
readonly outputs: readonly [{
|
|
554
|
+
readonly components: readonly [{
|
|
555
|
+
readonly internalType: "int24";
|
|
556
|
+
readonly name: "tickLower";
|
|
557
|
+
readonly type: "int24";
|
|
558
|
+
}, {
|
|
559
|
+
readonly internalType: "int24";
|
|
560
|
+
readonly name: "tickUpper";
|
|
561
|
+
readonly type: "int24";
|
|
562
|
+
}];
|
|
563
|
+
readonly internalType: "struct IStrategyBase.Tick[]";
|
|
564
|
+
readonly name: "";
|
|
565
|
+
readonly type: "tuple[]";
|
|
566
|
+
}];
|
|
567
|
+
readonly stateMutability: "view";
|
|
568
|
+
readonly type: "function";
|
|
569
|
+
}, {
|
|
570
|
+
readonly inputs: readonly [{
|
|
571
|
+
readonly internalType: "address";
|
|
572
|
+
readonly name: "spender";
|
|
573
|
+
readonly type: "address";
|
|
574
|
+
}, {
|
|
575
|
+
readonly internalType: "uint256";
|
|
576
|
+
readonly name: "addedValue";
|
|
577
|
+
readonly type: "uint256";
|
|
578
|
+
}];
|
|
579
|
+
readonly name: "increaseAllowance";
|
|
580
|
+
readonly outputs: readonly [{
|
|
581
|
+
readonly internalType: "bool";
|
|
582
|
+
readonly name: "";
|
|
583
|
+
readonly type: "bool";
|
|
584
|
+
}];
|
|
585
|
+
readonly stateMutability: "nonpayable";
|
|
586
|
+
readonly type: "function";
|
|
587
|
+
}, {
|
|
588
|
+
readonly inputs: readonly [];
|
|
589
|
+
readonly name: "manager";
|
|
590
|
+
readonly outputs: readonly [{
|
|
591
|
+
readonly internalType: "contract IStrategyManager";
|
|
592
|
+
readonly name: "";
|
|
593
|
+
readonly type: "address";
|
|
594
|
+
}];
|
|
595
|
+
readonly stateMutability: "view";
|
|
596
|
+
readonly type: "function";
|
|
597
|
+
}, {
|
|
598
|
+
readonly inputs: readonly [{
|
|
599
|
+
readonly internalType: "uint256";
|
|
600
|
+
readonly name: "_amount0";
|
|
601
|
+
readonly type: "uint256";
|
|
602
|
+
}, {
|
|
603
|
+
readonly internalType: "uint256";
|
|
604
|
+
readonly name: "_amount1";
|
|
605
|
+
readonly type: "uint256";
|
|
606
|
+
}, {
|
|
607
|
+
readonly internalType: "uint256";
|
|
608
|
+
readonly name: "_amount0Min";
|
|
609
|
+
readonly type: "uint256";
|
|
610
|
+
}, {
|
|
611
|
+
readonly internalType: "uint256";
|
|
612
|
+
readonly name: "_amount1Min";
|
|
613
|
+
readonly type: "uint256";
|
|
614
|
+
}, {
|
|
615
|
+
readonly internalType: "uint256";
|
|
616
|
+
readonly name: "_minShare";
|
|
617
|
+
readonly type: "uint256";
|
|
618
|
+
}];
|
|
619
|
+
readonly name: "mint";
|
|
620
|
+
readonly outputs: readonly [{
|
|
621
|
+
readonly internalType: "uint256";
|
|
622
|
+
readonly name: "amount0";
|
|
623
|
+
readonly type: "uint256";
|
|
624
|
+
}, {
|
|
625
|
+
readonly internalType: "uint256";
|
|
626
|
+
readonly name: "amount1";
|
|
627
|
+
readonly type: "uint256";
|
|
628
|
+
}, {
|
|
629
|
+
readonly internalType: "uint256";
|
|
630
|
+
readonly name: "share";
|
|
631
|
+
readonly type: "uint256";
|
|
632
|
+
}];
|
|
633
|
+
readonly stateMutability: "nonpayable";
|
|
634
|
+
readonly type: "function";
|
|
635
|
+
}, {
|
|
636
|
+
readonly inputs: readonly [];
|
|
637
|
+
readonly name: "name";
|
|
638
|
+
readonly outputs: readonly [{
|
|
639
|
+
readonly internalType: "bytes32";
|
|
640
|
+
readonly name: "";
|
|
641
|
+
readonly type: "bytes32";
|
|
642
|
+
}];
|
|
643
|
+
readonly stateMutability: "view";
|
|
644
|
+
readonly type: "function";
|
|
645
|
+
}, {
|
|
646
|
+
readonly inputs: readonly [];
|
|
647
|
+
readonly name: "onHold";
|
|
648
|
+
readonly outputs: readonly [{
|
|
649
|
+
readonly internalType: "bool";
|
|
650
|
+
readonly name: "";
|
|
651
|
+
readonly type: "bool";
|
|
652
|
+
}];
|
|
653
|
+
readonly stateMutability: "view";
|
|
654
|
+
readonly type: "function";
|
|
655
|
+
}, {
|
|
656
|
+
readonly inputs: readonly [];
|
|
657
|
+
readonly name: "pool";
|
|
658
|
+
readonly outputs: readonly [{
|
|
659
|
+
readonly internalType: "contract IAlgebraPool";
|
|
660
|
+
readonly name: "";
|
|
661
|
+
readonly type: "address";
|
|
662
|
+
}];
|
|
663
|
+
readonly stateMutability: "view";
|
|
664
|
+
readonly type: "function";
|
|
665
|
+
}, {
|
|
666
|
+
readonly inputs: readonly [{
|
|
667
|
+
readonly internalType: "bool";
|
|
668
|
+
readonly name: "_zeroToOne";
|
|
669
|
+
readonly type: "bool";
|
|
670
|
+
}, {
|
|
671
|
+
readonly internalType: "uint256";
|
|
672
|
+
readonly name: "_amountIn";
|
|
673
|
+
readonly type: "uint256";
|
|
674
|
+
}, {
|
|
675
|
+
readonly internalType: "bool";
|
|
676
|
+
readonly name: "_isOneInchSwap";
|
|
677
|
+
readonly type: "bool";
|
|
678
|
+
}, {
|
|
679
|
+
readonly internalType: "bytes";
|
|
680
|
+
readonly name: "_swapData";
|
|
681
|
+
readonly type: "bytes";
|
|
682
|
+
}, {
|
|
683
|
+
readonly components: readonly [{
|
|
684
|
+
readonly internalType: "uint256";
|
|
685
|
+
readonly name: "index";
|
|
686
|
+
readonly type: "uint256";
|
|
687
|
+
}, {
|
|
688
|
+
readonly internalType: "bool";
|
|
689
|
+
readonly name: "burn";
|
|
690
|
+
readonly type: "bool";
|
|
691
|
+
}, {
|
|
692
|
+
readonly internalType: "uint256";
|
|
693
|
+
readonly name: "amount0";
|
|
694
|
+
readonly type: "uint256";
|
|
695
|
+
}, {
|
|
696
|
+
readonly internalType: "uint256";
|
|
697
|
+
readonly name: "amount1";
|
|
698
|
+
readonly type: "uint256";
|
|
699
|
+
}];
|
|
700
|
+
readonly internalType: "struct DefiEdgeStrategy.PartialTick[]";
|
|
701
|
+
readonly name: "_existingTicks";
|
|
702
|
+
readonly type: "tuple[]";
|
|
703
|
+
}, {
|
|
704
|
+
readonly components: readonly [{
|
|
705
|
+
readonly internalType: "int24";
|
|
706
|
+
readonly name: "tickLower";
|
|
707
|
+
readonly type: "int24";
|
|
708
|
+
}, {
|
|
709
|
+
readonly internalType: "int24";
|
|
710
|
+
readonly name: "tickUpper";
|
|
711
|
+
readonly type: "int24";
|
|
712
|
+
}, {
|
|
713
|
+
readonly internalType: "uint256";
|
|
714
|
+
readonly name: "amount0";
|
|
715
|
+
readonly type: "uint256";
|
|
716
|
+
}, {
|
|
717
|
+
readonly internalType: "uint256";
|
|
718
|
+
readonly name: "amount1";
|
|
719
|
+
readonly type: "uint256";
|
|
720
|
+
}];
|
|
721
|
+
readonly internalType: "struct DefiEdgeStrategy.NewTick[]";
|
|
722
|
+
readonly name: "_newTicks";
|
|
723
|
+
readonly type: "tuple[]";
|
|
724
|
+
}, {
|
|
725
|
+
readonly internalType: "bool";
|
|
726
|
+
readonly name: "_burnAll";
|
|
727
|
+
readonly type: "bool";
|
|
728
|
+
}];
|
|
729
|
+
readonly name: "rebalance";
|
|
730
|
+
readonly outputs: readonly [];
|
|
731
|
+
readonly stateMutability: "nonpayable";
|
|
732
|
+
readonly type: "function";
|
|
733
|
+
}, {
|
|
734
|
+
readonly inputs: readonly [];
|
|
735
|
+
readonly name: "reserve0";
|
|
736
|
+
readonly outputs: readonly [{
|
|
737
|
+
readonly internalType: "uint256";
|
|
738
|
+
readonly name: "";
|
|
739
|
+
readonly type: "uint256";
|
|
740
|
+
}];
|
|
741
|
+
readonly stateMutability: "view";
|
|
742
|
+
readonly type: "function";
|
|
743
|
+
}, {
|
|
744
|
+
readonly inputs: readonly [];
|
|
745
|
+
readonly name: "reserve1";
|
|
746
|
+
readonly outputs: readonly [{
|
|
747
|
+
readonly internalType: "uint256";
|
|
748
|
+
readonly name: "";
|
|
749
|
+
readonly type: "uint256";
|
|
750
|
+
}];
|
|
751
|
+
readonly stateMutability: "view";
|
|
752
|
+
readonly type: "function";
|
|
753
|
+
}, {
|
|
754
|
+
readonly inputs: readonly [{
|
|
755
|
+
readonly internalType: "address";
|
|
756
|
+
readonly name: "to";
|
|
757
|
+
readonly type: "address";
|
|
758
|
+
}];
|
|
759
|
+
readonly name: "skim";
|
|
760
|
+
readonly outputs: readonly [];
|
|
761
|
+
readonly stateMutability: "nonpayable";
|
|
762
|
+
readonly type: "function";
|
|
763
|
+
}, {
|
|
764
|
+
readonly inputs: readonly [{
|
|
765
|
+
readonly internalType: "bool";
|
|
766
|
+
readonly name: "zeroToOne";
|
|
767
|
+
readonly type: "bool";
|
|
768
|
+
}, {
|
|
769
|
+
readonly internalType: "uint256";
|
|
770
|
+
readonly name: "amountIn";
|
|
771
|
+
readonly type: "uint256";
|
|
772
|
+
}, {
|
|
773
|
+
readonly internalType: "bool";
|
|
774
|
+
readonly name: "isOneInchSwap";
|
|
775
|
+
readonly type: "bool";
|
|
776
|
+
}, {
|
|
777
|
+
readonly internalType: "bytes";
|
|
778
|
+
readonly name: "data";
|
|
779
|
+
readonly type: "bytes";
|
|
780
|
+
}];
|
|
781
|
+
readonly name: "swap";
|
|
782
|
+
readonly outputs: readonly [];
|
|
783
|
+
readonly stateMutability: "nonpayable";
|
|
784
|
+
readonly type: "function";
|
|
785
|
+
}, {
|
|
786
|
+
readonly inputs: readonly [];
|
|
787
|
+
readonly name: "symbol";
|
|
788
|
+
readonly outputs: readonly [{
|
|
789
|
+
readonly internalType: "bytes32";
|
|
790
|
+
readonly name: "";
|
|
791
|
+
readonly type: "bytes32";
|
|
792
|
+
}];
|
|
793
|
+
readonly stateMutability: "view";
|
|
794
|
+
readonly type: "function";
|
|
795
|
+
}, {
|
|
796
|
+
readonly inputs: readonly [];
|
|
797
|
+
readonly name: "sync";
|
|
798
|
+
readonly outputs: readonly [];
|
|
799
|
+
readonly stateMutability: "nonpayable";
|
|
800
|
+
readonly type: "function";
|
|
801
|
+
}, {
|
|
802
|
+
readonly inputs: readonly [{
|
|
803
|
+
readonly internalType: "uint256";
|
|
804
|
+
readonly name: "";
|
|
805
|
+
readonly type: "uint256";
|
|
806
|
+
}];
|
|
807
|
+
readonly name: "ticks";
|
|
808
|
+
readonly outputs: readonly [{
|
|
809
|
+
readonly internalType: "int24";
|
|
810
|
+
readonly name: "tickLower";
|
|
811
|
+
readonly type: "int24";
|
|
812
|
+
}, {
|
|
813
|
+
readonly internalType: "int24";
|
|
814
|
+
readonly name: "tickUpper";
|
|
815
|
+
readonly type: "int24";
|
|
816
|
+
}];
|
|
817
|
+
readonly stateMutability: "view";
|
|
818
|
+
readonly type: "function";
|
|
819
|
+
}, {
|
|
820
|
+
readonly inputs: readonly [];
|
|
821
|
+
readonly name: "totalSupply";
|
|
822
|
+
readonly outputs: readonly [{
|
|
823
|
+
readonly internalType: "uint256";
|
|
824
|
+
readonly name: "";
|
|
825
|
+
readonly type: "uint256";
|
|
826
|
+
}];
|
|
827
|
+
readonly stateMutability: "view";
|
|
828
|
+
readonly type: "function";
|
|
829
|
+
}, {
|
|
830
|
+
readonly inputs: readonly [{
|
|
831
|
+
readonly internalType: "address";
|
|
832
|
+
readonly name: "recipient";
|
|
833
|
+
readonly type: "address";
|
|
834
|
+
}, {
|
|
835
|
+
readonly internalType: "uint256";
|
|
836
|
+
readonly name: "amount";
|
|
837
|
+
readonly type: "uint256";
|
|
838
|
+
}];
|
|
839
|
+
readonly name: "transfer";
|
|
840
|
+
readonly outputs: readonly [{
|
|
841
|
+
readonly internalType: "bool";
|
|
842
|
+
readonly name: "";
|
|
843
|
+
readonly type: "bool";
|
|
844
|
+
}];
|
|
845
|
+
readonly stateMutability: "nonpayable";
|
|
846
|
+
readonly type: "function";
|
|
847
|
+
}, {
|
|
848
|
+
readonly inputs: readonly [{
|
|
849
|
+
readonly internalType: "address";
|
|
850
|
+
readonly name: "sender";
|
|
851
|
+
readonly type: "address";
|
|
852
|
+
}, {
|
|
853
|
+
readonly internalType: "address";
|
|
854
|
+
readonly name: "recipient";
|
|
855
|
+
readonly type: "address";
|
|
856
|
+
}, {
|
|
857
|
+
readonly internalType: "uint256";
|
|
858
|
+
readonly name: "amount";
|
|
859
|
+
readonly type: "uint256";
|
|
860
|
+
}];
|
|
861
|
+
readonly name: "transferFrom";
|
|
862
|
+
readonly outputs: readonly [{
|
|
863
|
+
readonly internalType: "bool";
|
|
864
|
+
readonly name: "";
|
|
865
|
+
readonly type: "bool";
|
|
866
|
+
}];
|
|
867
|
+
readonly stateMutability: "nonpayable";
|
|
868
|
+
readonly type: "function";
|
|
869
|
+
}, {
|
|
870
|
+
readonly inputs: readonly [{
|
|
871
|
+
readonly internalType: "uint256";
|
|
872
|
+
readonly name: "";
|
|
873
|
+
readonly type: "uint256";
|
|
874
|
+
}];
|
|
875
|
+
readonly name: "usdAsBase";
|
|
876
|
+
readonly outputs: readonly [{
|
|
877
|
+
readonly internalType: "bool";
|
|
878
|
+
readonly name: "";
|
|
879
|
+
readonly type: "bool";
|
|
880
|
+
}];
|
|
881
|
+
readonly stateMutability: "view";
|
|
882
|
+
readonly type: "function";
|
|
883
|
+
}];
|
|
884
|
+
static createInterface(): DefiEdgeAlgebraStrategyInterface;
|
|
885
|
+
static connect(address: string, signerOrProvider: Signer | Provider): DefiEdgeAlgebraStrategy;
|
|
886
|
+
}
|