@yodlpay/tokenlists 0.8.38 → 0.8.40
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-ts/YodlRouterV0.8.abi.d.ts +986 -93
- package/dist/fiatCurrencies.json +7 -1
- package/dist/index.d.ts +986 -93
- package/dist/tokenlist-featured.json +83 -125
- package/dist/tokenlist-generated.json +16 -13
- package/dist/tokenlists.cjs.development.js +117 -177
- package/dist/tokenlists.cjs.development.js.map +1 -1
- package/dist/tokenlists.cjs.production.min.js +1 -1
- package/dist/tokenlists.cjs.production.min.js.map +1 -1
- package/dist/tokenlists.esm.js +118 -180
- package/dist/tokenlists.esm.js.map +1 -1
- package/dist/types.d.ts +2 -14
- package/package.json +1 -1
|
@@ -1,93 +1,986 @@
|
|
|
1
|
-
export declare const yodlRouterAbiV08:
|
|
2
|
-
inputs:
|
|
3
|
-
stateMutability:
|
|
4
|
-
type:
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
name:
|
|
28
|
-
type:
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
internalType:
|
|
39
|
-
name:
|
|
40
|
-
type:
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
anonymous
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
internalType:
|
|
74
|
-
name:
|
|
75
|
-
type:
|
|
76
|
-
}
|
|
77
|
-
name:
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
1
|
+
export declare const yodlRouterAbiV08: readonly [{
|
|
2
|
+
readonly inputs: readonly [];
|
|
3
|
+
readonly stateMutability: "nonpayable";
|
|
4
|
+
readonly type: "constructor";
|
|
5
|
+
}, {
|
|
6
|
+
readonly inputs: readonly [];
|
|
7
|
+
readonly name: "ECDSAInvalidSignature";
|
|
8
|
+
readonly type: "error";
|
|
9
|
+
}, {
|
|
10
|
+
readonly inputs: readonly [{
|
|
11
|
+
readonly internalType: "uint256";
|
|
12
|
+
readonly name: "length";
|
|
13
|
+
readonly type: "uint256";
|
|
14
|
+
}];
|
|
15
|
+
readonly name: "ECDSAInvalidSignatureLength";
|
|
16
|
+
readonly type: "error";
|
|
17
|
+
}, {
|
|
18
|
+
readonly inputs: readonly [{
|
|
19
|
+
readonly internalType: "bytes32";
|
|
20
|
+
readonly name: "s";
|
|
21
|
+
readonly type: "bytes32";
|
|
22
|
+
}];
|
|
23
|
+
readonly name: "ECDSAInvalidSignatureS";
|
|
24
|
+
readonly type: "error";
|
|
25
|
+
}, {
|
|
26
|
+
readonly inputs: readonly [];
|
|
27
|
+
readonly name: "ReentrancyGuardReentrantCall";
|
|
28
|
+
readonly type: "error";
|
|
29
|
+
}, {
|
|
30
|
+
readonly anonymous: false;
|
|
31
|
+
readonly inputs: readonly [{
|
|
32
|
+
readonly indexed: true;
|
|
33
|
+
readonly internalType: "address";
|
|
34
|
+
readonly name: "priceFeed0";
|
|
35
|
+
readonly type: "address";
|
|
36
|
+
}, {
|
|
37
|
+
readonly indexed: true;
|
|
38
|
+
readonly internalType: "address";
|
|
39
|
+
readonly name: "priceFeed1";
|
|
40
|
+
readonly type: "address";
|
|
41
|
+
}, {
|
|
42
|
+
readonly indexed: false;
|
|
43
|
+
readonly internalType: "int256";
|
|
44
|
+
readonly name: "exchangeRate0";
|
|
45
|
+
readonly type: "int256";
|
|
46
|
+
}, {
|
|
47
|
+
readonly indexed: false;
|
|
48
|
+
readonly internalType: "int256";
|
|
49
|
+
readonly name: "exchangeRate1";
|
|
50
|
+
readonly type: "int256";
|
|
51
|
+
}];
|
|
52
|
+
readonly name: "Convert";
|
|
53
|
+
readonly type: "event";
|
|
54
|
+
}, {
|
|
55
|
+
readonly anonymous: false;
|
|
56
|
+
readonly inputs: readonly [{
|
|
57
|
+
readonly indexed: true;
|
|
58
|
+
readonly internalType: "string";
|
|
59
|
+
readonly name: "currency0";
|
|
60
|
+
readonly type: "string";
|
|
61
|
+
}, {
|
|
62
|
+
readonly indexed: true;
|
|
63
|
+
readonly internalType: "address";
|
|
64
|
+
readonly name: "priceFeed1";
|
|
65
|
+
readonly type: "address";
|
|
66
|
+
}, {
|
|
67
|
+
readonly indexed: false;
|
|
68
|
+
readonly internalType: "int256";
|
|
69
|
+
readonly name: "exchangeRate0";
|
|
70
|
+
readonly type: "int256";
|
|
71
|
+
}, {
|
|
72
|
+
readonly indexed: false;
|
|
73
|
+
readonly internalType: "int256";
|
|
74
|
+
readonly name: "exchangeRate1";
|
|
75
|
+
readonly type: "int256";
|
|
76
|
+
}];
|
|
77
|
+
readonly name: "ConvertWithExternalRate";
|
|
78
|
+
readonly type: "event";
|
|
79
|
+
}, {
|
|
80
|
+
readonly anonymous: false;
|
|
81
|
+
readonly inputs: readonly [{
|
|
82
|
+
readonly indexed: true;
|
|
83
|
+
readonly internalType: "address";
|
|
84
|
+
readonly name: "sender";
|
|
85
|
+
readonly type: "address";
|
|
86
|
+
}, {
|
|
87
|
+
readonly indexed: true;
|
|
88
|
+
readonly internalType: "address";
|
|
89
|
+
readonly name: "receiver";
|
|
90
|
+
readonly type: "address";
|
|
91
|
+
}, {
|
|
92
|
+
readonly indexed: false;
|
|
93
|
+
readonly internalType: "address";
|
|
94
|
+
readonly name: "token";
|
|
95
|
+
readonly type: "address";
|
|
96
|
+
}, {
|
|
97
|
+
readonly indexed: false;
|
|
98
|
+
readonly internalType: "uint256";
|
|
99
|
+
readonly name: "amount";
|
|
100
|
+
readonly type: "uint256";
|
|
101
|
+
}, {
|
|
102
|
+
readonly indexed: false;
|
|
103
|
+
readonly internalType: "uint256";
|
|
104
|
+
readonly name: "fees";
|
|
105
|
+
readonly type: "uint256";
|
|
106
|
+
}, {
|
|
107
|
+
readonly indexed: false;
|
|
108
|
+
readonly internalType: "bytes32";
|
|
109
|
+
readonly name: "memo";
|
|
110
|
+
readonly type: "bytes32";
|
|
111
|
+
}];
|
|
112
|
+
readonly name: "Yodl";
|
|
113
|
+
readonly type: "event";
|
|
114
|
+
}, {
|
|
115
|
+
readonly anonymous: false;
|
|
116
|
+
readonly inputs: readonly [{
|
|
117
|
+
readonly indexed: true;
|
|
118
|
+
readonly internalType: "address";
|
|
119
|
+
readonly name: "sender";
|
|
120
|
+
readonly type: "address";
|
|
121
|
+
}, {
|
|
122
|
+
readonly indexed: true;
|
|
123
|
+
readonly internalType: "address";
|
|
124
|
+
readonly name: "receiver";
|
|
125
|
+
readonly type: "address";
|
|
126
|
+
}, {
|
|
127
|
+
readonly indexed: true;
|
|
128
|
+
readonly internalType: "uint256";
|
|
129
|
+
readonly name: "amount";
|
|
130
|
+
readonly type: "uint256";
|
|
131
|
+
}];
|
|
132
|
+
readonly name: "YodlNativeTokenTransfer";
|
|
133
|
+
readonly type: "event";
|
|
134
|
+
}, {
|
|
135
|
+
readonly inputs: readonly [];
|
|
136
|
+
readonly name: "CHAINLINK_FEED";
|
|
137
|
+
readonly outputs: readonly [{
|
|
138
|
+
readonly internalType: "int8";
|
|
139
|
+
readonly name: "";
|
|
140
|
+
readonly type: "int8";
|
|
141
|
+
}];
|
|
142
|
+
readonly stateMutability: "view";
|
|
143
|
+
readonly type: "function";
|
|
144
|
+
}, {
|
|
145
|
+
readonly inputs: readonly [];
|
|
146
|
+
readonly name: "EXTERNAL_FEED";
|
|
147
|
+
readonly outputs: readonly [{
|
|
148
|
+
readonly internalType: "int8";
|
|
149
|
+
readonly name: "";
|
|
150
|
+
readonly type: "int8";
|
|
151
|
+
}];
|
|
152
|
+
readonly stateMutability: "view";
|
|
153
|
+
readonly type: "function";
|
|
154
|
+
}, {
|
|
155
|
+
readonly inputs: readonly [];
|
|
156
|
+
readonly name: "MAX_EXTRA_FEE_BPS";
|
|
157
|
+
readonly outputs: readonly [{
|
|
158
|
+
readonly internalType: "uint256";
|
|
159
|
+
readonly name: "";
|
|
160
|
+
readonly type: "uint256";
|
|
161
|
+
}];
|
|
162
|
+
readonly stateMutability: "view";
|
|
163
|
+
readonly type: "function";
|
|
164
|
+
}, {
|
|
165
|
+
readonly inputs: readonly [];
|
|
166
|
+
readonly name: "NATIVE_TOKEN";
|
|
167
|
+
readonly outputs: readonly [{
|
|
168
|
+
readonly internalType: "address";
|
|
169
|
+
readonly name: "";
|
|
170
|
+
readonly type: "address";
|
|
171
|
+
}];
|
|
172
|
+
readonly stateMutability: "view";
|
|
173
|
+
readonly type: "function";
|
|
174
|
+
}, {
|
|
175
|
+
readonly inputs: readonly [];
|
|
176
|
+
readonly name: "NULL_FEED";
|
|
177
|
+
readonly outputs: readonly [{
|
|
178
|
+
readonly internalType: "int8";
|
|
179
|
+
readonly name: "";
|
|
180
|
+
readonly type: "int8";
|
|
181
|
+
}];
|
|
182
|
+
readonly stateMutability: "view";
|
|
183
|
+
readonly type: "function";
|
|
184
|
+
}, {
|
|
185
|
+
readonly inputs: readonly [];
|
|
186
|
+
readonly name: "RATE_VERIFIER";
|
|
187
|
+
readonly outputs: readonly [{
|
|
188
|
+
readonly internalType: "address";
|
|
189
|
+
readonly name: "";
|
|
190
|
+
readonly type: "address";
|
|
191
|
+
}];
|
|
192
|
+
readonly stateMutability: "view";
|
|
193
|
+
readonly type: "function";
|
|
194
|
+
}, {
|
|
195
|
+
readonly inputs: readonly [];
|
|
196
|
+
readonly name: "acrossSpokePool";
|
|
197
|
+
readonly outputs: readonly [{
|
|
198
|
+
readonly internalType: "contract V3SpokePoolInterface";
|
|
199
|
+
readonly name: "";
|
|
200
|
+
readonly type: "address";
|
|
201
|
+
}];
|
|
202
|
+
readonly stateMutability: "view";
|
|
203
|
+
readonly type: "function";
|
|
204
|
+
}, {
|
|
205
|
+
readonly inputs: readonly [{
|
|
206
|
+
readonly internalType: "uint256";
|
|
207
|
+
readonly name: "amount";
|
|
208
|
+
readonly type: "uint256";
|
|
209
|
+
}, {
|
|
210
|
+
readonly internalType: "uint256";
|
|
211
|
+
readonly name: "feeBps";
|
|
212
|
+
readonly type: "uint256";
|
|
213
|
+
}];
|
|
214
|
+
readonly name: "calculateFee";
|
|
215
|
+
readonly outputs: readonly [{
|
|
216
|
+
readonly internalType: "uint256";
|
|
217
|
+
readonly name: "";
|
|
218
|
+
readonly type: "uint256";
|
|
219
|
+
}];
|
|
220
|
+
readonly stateMutability: "pure";
|
|
221
|
+
readonly type: "function";
|
|
222
|
+
}, {
|
|
223
|
+
readonly inputs: readonly [];
|
|
224
|
+
readonly name: "curveRouter";
|
|
225
|
+
readonly outputs: readonly [{
|
|
226
|
+
readonly internalType: "contract ICurveRouterNG";
|
|
227
|
+
readonly name: "";
|
|
228
|
+
readonly type: "address";
|
|
229
|
+
}];
|
|
230
|
+
readonly stateMutability: "view";
|
|
231
|
+
readonly type: "function";
|
|
232
|
+
}, {
|
|
233
|
+
readonly inputs: readonly [{
|
|
234
|
+
readonly components: readonly [{
|
|
235
|
+
readonly internalType: "address";
|
|
236
|
+
readonly name: "feedAddress";
|
|
237
|
+
readonly type: "address";
|
|
238
|
+
}, {
|
|
239
|
+
readonly internalType: "int8";
|
|
240
|
+
readonly name: "feedType";
|
|
241
|
+
readonly type: "int8";
|
|
242
|
+
}, {
|
|
243
|
+
readonly internalType: "string";
|
|
244
|
+
readonly name: "currency";
|
|
245
|
+
readonly type: "string";
|
|
246
|
+
}, {
|
|
247
|
+
readonly internalType: "uint256";
|
|
248
|
+
readonly name: "amount";
|
|
249
|
+
readonly type: "uint256";
|
|
250
|
+
}, {
|
|
251
|
+
readonly internalType: "uint256";
|
|
252
|
+
readonly name: "deadline";
|
|
253
|
+
readonly type: "uint256";
|
|
254
|
+
}, {
|
|
255
|
+
readonly internalType: "bytes";
|
|
256
|
+
readonly name: "signature";
|
|
257
|
+
readonly type: "bytes";
|
|
258
|
+
}];
|
|
259
|
+
readonly internalType: "struct AbstractYodlRouter.PriceFeed[2]";
|
|
260
|
+
readonly name: "priceFeeds";
|
|
261
|
+
readonly type: "tuple[2]";
|
|
262
|
+
}, {
|
|
263
|
+
readonly internalType: "int256[2]";
|
|
264
|
+
readonly name: "prices";
|
|
265
|
+
readonly type: "int256[2]";
|
|
266
|
+
}];
|
|
267
|
+
readonly name: "emitConversionEvent";
|
|
268
|
+
readonly outputs: readonly [];
|
|
269
|
+
readonly stateMutability: "nonpayable";
|
|
270
|
+
readonly type: "function";
|
|
271
|
+
}, {
|
|
272
|
+
readonly inputs: readonly [{
|
|
273
|
+
readonly components: readonly [{
|
|
274
|
+
readonly internalType: "address";
|
|
275
|
+
readonly name: "feedAddress";
|
|
276
|
+
readonly type: "address";
|
|
277
|
+
}, {
|
|
278
|
+
readonly internalType: "int8";
|
|
279
|
+
readonly name: "feedType";
|
|
280
|
+
readonly type: "int8";
|
|
281
|
+
}, {
|
|
282
|
+
readonly internalType: "string";
|
|
283
|
+
readonly name: "currency";
|
|
284
|
+
readonly type: "string";
|
|
285
|
+
}, {
|
|
286
|
+
readonly internalType: "uint256";
|
|
287
|
+
readonly name: "amount";
|
|
288
|
+
readonly type: "uint256";
|
|
289
|
+
}, {
|
|
290
|
+
readonly internalType: "uint256";
|
|
291
|
+
readonly name: "deadline";
|
|
292
|
+
readonly type: "uint256";
|
|
293
|
+
}, {
|
|
294
|
+
readonly internalType: "bytes";
|
|
295
|
+
readonly name: "signature";
|
|
296
|
+
readonly type: "bytes";
|
|
297
|
+
}];
|
|
298
|
+
readonly internalType: "struct AbstractYodlRouter.PriceFeed[2]";
|
|
299
|
+
readonly name: "priceFeeds";
|
|
300
|
+
readonly type: "tuple[2]";
|
|
301
|
+
}, {
|
|
302
|
+
readonly internalType: "uint256";
|
|
303
|
+
readonly name: "amount";
|
|
304
|
+
readonly type: "uint256";
|
|
305
|
+
}];
|
|
306
|
+
readonly name: "exchangeRate";
|
|
307
|
+
readonly outputs: readonly [{
|
|
308
|
+
readonly internalType: "uint256";
|
|
309
|
+
readonly name: "converted";
|
|
310
|
+
readonly type: "uint256";
|
|
311
|
+
}, {
|
|
312
|
+
readonly internalType: "address[2]";
|
|
313
|
+
readonly name: "priceFeedsUsed";
|
|
314
|
+
readonly type: "address[2]";
|
|
315
|
+
}, {
|
|
316
|
+
readonly internalType: "int256[2]";
|
|
317
|
+
readonly name: "prices";
|
|
318
|
+
readonly type: "int256[2]";
|
|
319
|
+
}];
|
|
320
|
+
readonly stateMutability: "view";
|
|
321
|
+
readonly type: "function";
|
|
322
|
+
}, {
|
|
323
|
+
readonly inputs: readonly [{
|
|
324
|
+
readonly internalType: "address";
|
|
325
|
+
readonly name: "token";
|
|
326
|
+
readonly type: "address";
|
|
327
|
+
}];
|
|
328
|
+
readonly name: "sweep";
|
|
329
|
+
readonly outputs: readonly [];
|
|
330
|
+
readonly stateMutability: "nonpayable";
|
|
331
|
+
readonly type: "function";
|
|
332
|
+
}, {
|
|
333
|
+
readonly inputs: readonly [];
|
|
334
|
+
readonly name: "uniswapRouter";
|
|
335
|
+
readonly outputs: readonly [{
|
|
336
|
+
readonly internalType: "contract ISwapRouter02";
|
|
337
|
+
readonly name: "";
|
|
338
|
+
readonly type: "address";
|
|
339
|
+
}];
|
|
340
|
+
readonly stateMutability: "view";
|
|
341
|
+
readonly type: "function";
|
|
342
|
+
}, {
|
|
343
|
+
readonly inputs: readonly [{
|
|
344
|
+
readonly components: readonly [{
|
|
345
|
+
readonly internalType: "address";
|
|
346
|
+
readonly name: "feedAddress";
|
|
347
|
+
readonly type: "address";
|
|
348
|
+
}, {
|
|
349
|
+
readonly internalType: "int8";
|
|
350
|
+
readonly name: "feedType";
|
|
351
|
+
readonly type: "int8";
|
|
352
|
+
}, {
|
|
353
|
+
readonly internalType: "string";
|
|
354
|
+
readonly name: "currency";
|
|
355
|
+
readonly type: "string";
|
|
356
|
+
}, {
|
|
357
|
+
readonly internalType: "uint256";
|
|
358
|
+
readonly name: "amount";
|
|
359
|
+
readonly type: "uint256";
|
|
360
|
+
}, {
|
|
361
|
+
readonly internalType: "uint256";
|
|
362
|
+
readonly name: "deadline";
|
|
363
|
+
readonly type: "uint256";
|
|
364
|
+
}, {
|
|
365
|
+
readonly internalType: "bytes";
|
|
366
|
+
readonly name: "signature";
|
|
367
|
+
readonly type: "bytes";
|
|
368
|
+
}];
|
|
369
|
+
readonly internalType: "struct AbstractYodlRouter.PriceFeed";
|
|
370
|
+
readonly name: "priceFeed";
|
|
371
|
+
readonly type: "tuple";
|
|
372
|
+
}];
|
|
373
|
+
readonly name: "verifyRateSignature";
|
|
374
|
+
readonly outputs: readonly [{
|
|
375
|
+
readonly internalType: "bool";
|
|
376
|
+
readonly name: "";
|
|
377
|
+
readonly type: "bool";
|
|
378
|
+
}];
|
|
379
|
+
readonly stateMutability: "view";
|
|
380
|
+
readonly type: "function";
|
|
381
|
+
}, {
|
|
382
|
+
readonly inputs: readonly [];
|
|
383
|
+
readonly name: "version";
|
|
384
|
+
readonly outputs: readonly [{
|
|
385
|
+
readonly internalType: "string";
|
|
386
|
+
readonly name: "";
|
|
387
|
+
readonly type: "string";
|
|
388
|
+
}];
|
|
389
|
+
readonly stateMutability: "view";
|
|
390
|
+
readonly type: "function";
|
|
391
|
+
}, {
|
|
392
|
+
readonly inputs: readonly [];
|
|
393
|
+
readonly name: "wrappedNativeToken";
|
|
394
|
+
readonly outputs: readonly [{
|
|
395
|
+
readonly internalType: "contract IWETH9";
|
|
396
|
+
readonly name: "";
|
|
397
|
+
readonly type: "address";
|
|
398
|
+
}];
|
|
399
|
+
readonly stateMutability: "view";
|
|
400
|
+
readonly type: "function";
|
|
401
|
+
}, {
|
|
402
|
+
readonly inputs: readonly [];
|
|
403
|
+
readonly name: "yodlFeeBps";
|
|
404
|
+
readonly outputs: readonly [{
|
|
405
|
+
readonly internalType: "uint256";
|
|
406
|
+
readonly name: "";
|
|
407
|
+
readonly type: "uint256";
|
|
408
|
+
}];
|
|
409
|
+
readonly stateMutability: "view";
|
|
410
|
+
readonly type: "function";
|
|
411
|
+
}, {
|
|
412
|
+
readonly inputs: readonly [];
|
|
413
|
+
readonly name: "yodlFeeTreasury";
|
|
414
|
+
readonly outputs: readonly [{
|
|
415
|
+
readonly internalType: "address";
|
|
416
|
+
readonly name: "";
|
|
417
|
+
readonly type: "address";
|
|
418
|
+
}];
|
|
419
|
+
readonly stateMutability: "view";
|
|
420
|
+
readonly type: "function";
|
|
421
|
+
}, {
|
|
422
|
+
readonly inputs: readonly [{
|
|
423
|
+
readonly components: readonly [{
|
|
424
|
+
readonly internalType: "bytes32";
|
|
425
|
+
readonly name: "memo";
|
|
426
|
+
readonly type: "bytes32";
|
|
427
|
+
}, {
|
|
428
|
+
readonly internalType: "uint256";
|
|
429
|
+
readonly name: "amount";
|
|
430
|
+
readonly type: "uint256";
|
|
431
|
+
}, {
|
|
432
|
+
readonly components: readonly [{
|
|
433
|
+
readonly internalType: "address";
|
|
434
|
+
readonly name: "feedAddress";
|
|
435
|
+
readonly type: "address";
|
|
436
|
+
}, {
|
|
437
|
+
readonly internalType: "int8";
|
|
438
|
+
readonly name: "feedType";
|
|
439
|
+
readonly type: "int8";
|
|
440
|
+
}, {
|
|
441
|
+
readonly internalType: "string";
|
|
442
|
+
readonly name: "currency";
|
|
443
|
+
readonly type: "string";
|
|
444
|
+
}, {
|
|
445
|
+
readonly internalType: "uint256";
|
|
446
|
+
readonly name: "amount";
|
|
447
|
+
readonly type: "uint256";
|
|
448
|
+
}, {
|
|
449
|
+
readonly internalType: "uint256";
|
|
450
|
+
readonly name: "deadline";
|
|
451
|
+
readonly type: "uint256";
|
|
452
|
+
}, {
|
|
453
|
+
readonly internalType: "bytes";
|
|
454
|
+
readonly name: "signature";
|
|
455
|
+
readonly type: "bytes";
|
|
456
|
+
}];
|
|
457
|
+
readonly internalType: "struct AbstractYodlRouter.PriceFeed[2]";
|
|
458
|
+
readonly name: "priceFeeds";
|
|
459
|
+
readonly type: "tuple[2]";
|
|
460
|
+
}, {
|
|
461
|
+
readonly internalType: "address";
|
|
462
|
+
readonly name: "token";
|
|
463
|
+
readonly type: "address";
|
|
464
|
+
}, {
|
|
465
|
+
readonly internalType: "address";
|
|
466
|
+
readonly name: "receiver";
|
|
467
|
+
readonly type: "address";
|
|
468
|
+
}, {
|
|
469
|
+
readonly internalType: "address";
|
|
470
|
+
readonly name: "extraFeeReceiver";
|
|
471
|
+
readonly type: "address";
|
|
472
|
+
}, {
|
|
473
|
+
readonly internalType: "uint256";
|
|
474
|
+
readonly name: "extraFeeBps";
|
|
475
|
+
readonly type: "uint256";
|
|
476
|
+
}, {
|
|
477
|
+
readonly internalType: "uint256";
|
|
478
|
+
readonly name: "yd";
|
|
479
|
+
readonly type: "uint256";
|
|
480
|
+
}, {
|
|
481
|
+
readonly components: readonly [{
|
|
482
|
+
readonly internalType: "address";
|
|
483
|
+
readonly name: "guardAddress";
|
|
484
|
+
readonly type: "address";
|
|
485
|
+
}, {
|
|
486
|
+
readonly internalType: "bytes[]";
|
|
487
|
+
readonly name: "payload";
|
|
488
|
+
readonly type: "bytes[]";
|
|
489
|
+
}];
|
|
490
|
+
readonly internalType: "struct AbstractYodlRouter.Guard[]";
|
|
491
|
+
readonly name: "guards";
|
|
492
|
+
readonly type: "tuple[]";
|
|
493
|
+
}, {
|
|
494
|
+
readonly components: readonly [{
|
|
495
|
+
readonly internalType: "address";
|
|
496
|
+
readonly name: "webhookAddress";
|
|
497
|
+
readonly type: "address";
|
|
498
|
+
}, {
|
|
499
|
+
readonly internalType: "bytes[]";
|
|
500
|
+
readonly name: "payload";
|
|
501
|
+
readonly type: "bytes[]";
|
|
502
|
+
}];
|
|
503
|
+
readonly internalType: "struct AbstractYodlRouter.Webhook[]";
|
|
504
|
+
readonly name: "webhooks";
|
|
505
|
+
readonly type: "tuple[]";
|
|
506
|
+
}, {
|
|
507
|
+
readonly internalType: "address";
|
|
508
|
+
readonly name: "outputToken";
|
|
509
|
+
readonly type: "address";
|
|
510
|
+
}, {
|
|
511
|
+
readonly internalType: "uint256";
|
|
512
|
+
readonly name: "outputAmount";
|
|
513
|
+
readonly type: "uint256";
|
|
514
|
+
}, {
|
|
515
|
+
readonly internalType: "uint256";
|
|
516
|
+
readonly name: "destinationChainId";
|
|
517
|
+
readonly type: "uint256";
|
|
518
|
+
}, {
|
|
519
|
+
readonly internalType: "address";
|
|
520
|
+
readonly name: "exclusiveRelayer";
|
|
521
|
+
readonly type: "address";
|
|
522
|
+
}, {
|
|
523
|
+
readonly internalType: "uint32";
|
|
524
|
+
readonly name: "quoteTimestamp";
|
|
525
|
+
readonly type: "uint32";
|
|
526
|
+
}, {
|
|
527
|
+
readonly internalType: "uint32";
|
|
528
|
+
readonly name: "fillDeadline";
|
|
529
|
+
readonly type: "uint32";
|
|
530
|
+
}, {
|
|
531
|
+
readonly internalType: "uint32";
|
|
532
|
+
readonly name: "exclusivityDeadline";
|
|
533
|
+
readonly type: "uint32";
|
|
534
|
+
}, {
|
|
535
|
+
readonly internalType: "bytes";
|
|
536
|
+
readonly name: "message";
|
|
537
|
+
readonly type: "bytes";
|
|
538
|
+
}];
|
|
539
|
+
readonly internalType: "struct YodlAcrossRouter.YodlAcrossParams";
|
|
540
|
+
readonly name: "params";
|
|
541
|
+
readonly type: "tuple";
|
|
542
|
+
}];
|
|
543
|
+
readonly name: "yodlWithAcross";
|
|
544
|
+
readonly outputs: readonly [{
|
|
545
|
+
readonly internalType: "uint256";
|
|
546
|
+
readonly name: "";
|
|
547
|
+
readonly type: "uint256";
|
|
548
|
+
}];
|
|
549
|
+
readonly stateMutability: "payable";
|
|
550
|
+
readonly type: "function";
|
|
551
|
+
}, {
|
|
552
|
+
readonly inputs: readonly [{
|
|
553
|
+
readonly components: readonly [{
|
|
554
|
+
readonly internalType: "address";
|
|
555
|
+
readonly name: "sender";
|
|
556
|
+
readonly type: "address";
|
|
557
|
+
}, {
|
|
558
|
+
readonly internalType: "address";
|
|
559
|
+
readonly name: "receiver";
|
|
560
|
+
readonly type: "address";
|
|
561
|
+
}, {
|
|
562
|
+
readonly internalType: "uint256";
|
|
563
|
+
readonly name: "amountIn";
|
|
564
|
+
readonly type: "uint256";
|
|
565
|
+
}, {
|
|
566
|
+
readonly internalType: "uint256";
|
|
567
|
+
readonly name: "amountOut";
|
|
568
|
+
readonly type: "uint256";
|
|
569
|
+
}, {
|
|
570
|
+
readonly internalType: "bytes32";
|
|
571
|
+
readonly name: "memo";
|
|
572
|
+
readonly type: "bytes32";
|
|
573
|
+
}, {
|
|
574
|
+
readonly internalType: "address[11]";
|
|
575
|
+
readonly name: "route";
|
|
576
|
+
readonly type: "address[11]";
|
|
577
|
+
}, {
|
|
578
|
+
readonly internalType: "uint256[5][5]";
|
|
579
|
+
readonly name: "swapParams";
|
|
580
|
+
readonly type: "uint256[5][5]";
|
|
581
|
+
}, {
|
|
582
|
+
readonly internalType: "address[5]";
|
|
583
|
+
readonly name: "pools";
|
|
584
|
+
readonly type: "address[5]";
|
|
585
|
+
}, {
|
|
586
|
+
readonly components: readonly [{
|
|
587
|
+
readonly internalType: "address";
|
|
588
|
+
readonly name: "feedAddress";
|
|
589
|
+
readonly type: "address";
|
|
590
|
+
}, {
|
|
591
|
+
readonly internalType: "int8";
|
|
592
|
+
readonly name: "feedType";
|
|
593
|
+
readonly type: "int8";
|
|
594
|
+
}, {
|
|
595
|
+
readonly internalType: "string";
|
|
596
|
+
readonly name: "currency";
|
|
597
|
+
readonly type: "string";
|
|
598
|
+
}, {
|
|
599
|
+
readonly internalType: "uint256";
|
|
600
|
+
readonly name: "amount";
|
|
601
|
+
readonly type: "uint256";
|
|
602
|
+
}, {
|
|
603
|
+
readonly internalType: "uint256";
|
|
604
|
+
readonly name: "deadline";
|
|
605
|
+
readonly type: "uint256";
|
|
606
|
+
}, {
|
|
607
|
+
readonly internalType: "bytes";
|
|
608
|
+
readonly name: "signature";
|
|
609
|
+
readonly type: "bytes";
|
|
610
|
+
}];
|
|
611
|
+
readonly internalType: "struct AbstractYodlRouter.PriceFeed[2]";
|
|
612
|
+
readonly name: "priceFeeds";
|
|
613
|
+
readonly type: "tuple[2]";
|
|
614
|
+
}, {
|
|
615
|
+
readonly internalType: "address";
|
|
616
|
+
readonly name: "extraFeeReceiver";
|
|
617
|
+
readonly type: "address";
|
|
618
|
+
}, {
|
|
619
|
+
readonly internalType: "uint256";
|
|
620
|
+
readonly name: "extraFeeBps";
|
|
621
|
+
readonly type: "uint256";
|
|
622
|
+
}, {
|
|
623
|
+
readonly internalType: "uint256";
|
|
624
|
+
readonly name: "yd";
|
|
625
|
+
readonly type: "uint256";
|
|
626
|
+
}, {
|
|
627
|
+
readonly components: readonly [{
|
|
628
|
+
readonly internalType: "address";
|
|
629
|
+
readonly name: "guardAddress";
|
|
630
|
+
readonly type: "address";
|
|
631
|
+
}, {
|
|
632
|
+
readonly internalType: "bytes[]";
|
|
633
|
+
readonly name: "payload";
|
|
634
|
+
readonly type: "bytes[]";
|
|
635
|
+
}];
|
|
636
|
+
readonly internalType: "struct AbstractYodlRouter.Guard[]";
|
|
637
|
+
readonly name: "guards";
|
|
638
|
+
readonly type: "tuple[]";
|
|
639
|
+
}, {
|
|
640
|
+
readonly components: readonly [{
|
|
641
|
+
readonly internalType: "address";
|
|
642
|
+
readonly name: "webhookAddress";
|
|
643
|
+
readonly type: "address";
|
|
644
|
+
}, {
|
|
645
|
+
readonly internalType: "bytes[]";
|
|
646
|
+
readonly name: "payload";
|
|
647
|
+
readonly type: "bytes[]";
|
|
648
|
+
}];
|
|
649
|
+
readonly internalType: "struct AbstractYodlRouter.Webhook[]";
|
|
650
|
+
readonly name: "webhooks";
|
|
651
|
+
readonly type: "tuple[]";
|
|
652
|
+
}];
|
|
653
|
+
readonly internalType: "struct YodlCurveRouter.YodlCurveParams";
|
|
654
|
+
readonly name: "params";
|
|
655
|
+
readonly type: "tuple";
|
|
656
|
+
}];
|
|
657
|
+
readonly name: "yodlWithCurve";
|
|
658
|
+
readonly outputs: readonly [{
|
|
659
|
+
readonly internalType: "uint256";
|
|
660
|
+
readonly name: "";
|
|
661
|
+
readonly type: "uint256";
|
|
662
|
+
}];
|
|
663
|
+
readonly stateMutability: "payable";
|
|
664
|
+
readonly type: "function";
|
|
665
|
+
}, {
|
|
666
|
+
readonly inputs: readonly [{
|
|
667
|
+
readonly components: readonly [{
|
|
668
|
+
readonly internalType: "address";
|
|
669
|
+
readonly name: "sender";
|
|
670
|
+
readonly type: "address";
|
|
671
|
+
}, {
|
|
672
|
+
readonly internalType: "address";
|
|
673
|
+
readonly name: "receiver";
|
|
674
|
+
readonly type: "address";
|
|
675
|
+
}, {
|
|
676
|
+
readonly internalType: "uint256";
|
|
677
|
+
readonly name: "amountIn";
|
|
678
|
+
readonly type: "uint256";
|
|
679
|
+
}, {
|
|
680
|
+
readonly internalType: "uint256";
|
|
681
|
+
readonly name: "amountOut";
|
|
682
|
+
readonly type: "uint256";
|
|
683
|
+
}, {
|
|
684
|
+
readonly internalType: "bytes32";
|
|
685
|
+
readonly name: "memo";
|
|
686
|
+
readonly type: "bytes32";
|
|
687
|
+
}, {
|
|
688
|
+
readonly internalType: "bytes";
|
|
689
|
+
readonly name: "path";
|
|
690
|
+
readonly type: "bytes";
|
|
691
|
+
}, {
|
|
692
|
+
readonly components: readonly [{
|
|
693
|
+
readonly internalType: "address";
|
|
694
|
+
readonly name: "feedAddress";
|
|
695
|
+
readonly type: "address";
|
|
696
|
+
}, {
|
|
697
|
+
readonly internalType: "int8";
|
|
698
|
+
readonly name: "feedType";
|
|
699
|
+
readonly type: "int8";
|
|
700
|
+
}, {
|
|
701
|
+
readonly internalType: "string";
|
|
702
|
+
readonly name: "currency";
|
|
703
|
+
readonly type: "string";
|
|
704
|
+
}, {
|
|
705
|
+
readonly internalType: "uint256";
|
|
706
|
+
readonly name: "amount";
|
|
707
|
+
readonly type: "uint256";
|
|
708
|
+
}, {
|
|
709
|
+
readonly internalType: "uint256";
|
|
710
|
+
readonly name: "deadline";
|
|
711
|
+
readonly type: "uint256";
|
|
712
|
+
}, {
|
|
713
|
+
readonly internalType: "bytes";
|
|
714
|
+
readonly name: "signature";
|
|
715
|
+
readonly type: "bytes";
|
|
716
|
+
}];
|
|
717
|
+
readonly internalType: "struct AbstractYodlRouter.PriceFeed[2]";
|
|
718
|
+
readonly name: "priceFeeds";
|
|
719
|
+
readonly type: "tuple[2]";
|
|
720
|
+
}, {
|
|
721
|
+
readonly internalType: "address";
|
|
722
|
+
readonly name: "extraFeeReceiver";
|
|
723
|
+
readonly type: "address";
|
|
724
|
+
}, {
|
|
725
|
+
readonly internalType: "uint256";
|
|
726
|
+
readonly name: "extraFeeBps";
|
|
727
|
+
readonly type: "uint256";
|
|
728
|
+
}, {
|
|
729
|
+
readonly internalType: "enum YodlUniswapRouter.SwapType";
|
|
730
|
+
readonly name: "swapType";
|
|
731
|
+
readonly type: "uint8";
|
|
732
|
+
}, {
|
|
733
|
+
readonly internalType: "uint256";
|
|
734
|
+
readonly name: "yd";
|
|
735
|
+
readonly type: "uint256";
|
|
736
|
+
}, {
|
|
737
|
+
readonly components: readonly [{
|
|
738
|
+
readonly internalType: "address";
|
|
739
|
+
readonly name: "guardAddress";
|
|
740
|
+
readonly type: "address";
|
|
741
|
+
}, {
|
|
742
|
+
readonly internalType: "bytes[]";
|
|
743
|
+
readonly name: "payload";
|
|
744
|
+
readonly type: "bytes[]";
|
|
745
|
+
}];
|
|
746
|
+
readonly internalType: "struct AbstractYodlRouter.Guard[]";
|
|
747
|
+
readonly name: "guards";
|
|
748
|
+
readonly type: "tuple[]";
|
|
749
|
+
}, {
|
|
750
|
+
readonly components: readonly [{
|
|
751
|
+
readonly internalType: "address";
|
|
752
|
+
readonly name: "webhookAddress";
|
|
753
|
+
readonly type: "address";
|
|
754
|
+
}, {
|
|
755
|
+
readonly internalType: "bytes[]";
|
|
756
|
+
readonly name: "payload";
|
|
757
|
+
readonly type: "bytes[]";
|
|
758
|
+
}];
|
|
759
|
+
readonly internalType: "struct AbstractYodlRouter.Webhook[]";
|
|
760
|
+
readonly name: "webhooks";
|
|
761
|
+
readonly type: "tuple[]";
|
|
762
|
+
}];
|
|
763
|
+
readonly internalType: "struct YodlUniswapRouter.YodlUniswapParams";
|
|
764
|
+
readonly name: "params";
|
|
765
|
+
readonly type: "tuple";
|
|
766
|
+
}];
|
|
767
|
+
readonly name: "yodlWithPancake";
|
|
768
|
+
readonly outputs: readonly [{
|
|
769
|
+
readonly internalType: "uint256";
|
|
770
|
+
readonly name: "";
|
|
771
|
+
readonly type: "uint256";
|
|
772
|
+
}];
|
|
773
|
+
readonly stateMutability: "payable";
|
|
774
|
+
readonly type: "function";
|
|
775
|
+
}, {
|
|
776
|
+
readonly inputs: readonly [{
|
|
777
|
+
readonly components: readonly [{
|
|
778
|
+
readonly internalType: "bytes32";
|
|
779
|
+
readonly name: "memo";
|
|
780
|
+
readonly type: "bytes32";
|
|
781
|
+
}, {
|
|
782
|
+
readonly internalType: "uint256";
|
|
783
|
+
readonly name: "amount";
|
|
784
|
+
readonly type: "uint256";
|
|
785
|
+
}, {
|
|
786
|
+
readonly components: readonly [{
|
|
787
|
+
readonly internalType: "address";
|
|
788
|
+
readonly name: "feedAddress";
|
|
789
|
+
readonly type: "address";
|
|
790
|
+
}, {
|
|
791
|
+
readonly internalType: "int8";
|
|
792
|
+
readonly name: "feedType";
|
|
793
|
+
readonly type: "int8";
|
|
794
|
+
}, {
|
|
795
|
+
readonly internalType: "string";
|
|
796
|
+
readonly name: "currency";
|
|
797
|
+
readonly type: "string";
|
|
798
|
+
}, {
|
|
799
|
+
readonly internalType: "uint256";
|
|
800
|
+
readonly name: "amount";
|
|
801
|
+
readonly type: "uint256";
|
|
802
|
+
}, {
|
|
803
|
+
readonly internalType: "uint256";
|
|
804
|
+
readonly name: "deadline";
|
|
805
|
+
readonly type: "uint256";
|
|
806
|
+
}, {
|
|
807
|
+
readonly internalType: "bytes";
|
|
808
|
+
readonly name: "signature";
|
|
809
|
+
readonly type: "bytes";
|
|
810
|
+
}];
|
|
811
|
+
readonly internalType: "struct AbstractYodlRouter.PriceFeed[2]";
|
|
812
|
+
readonly name: "priceFeeds";
|
|
813
|
+
readonly type: "tuple[2]";
|
|
814
|
+
}, {
|
|
815
|
+
readonly internalType: "address";
|
|
816
|
+
readonly name: "token";
|
|
817
|
+
readonly type: "address";
|
|
818
|
+
}, {
|
|
819
|
+
readonly internalType: "address";
|
|
820
|
+
readonly name: "receiver";
|
|
821
|
+
readonly type: "address";
|
|
822
|
+
}, {
|
|
823
|
+
readonly internalType: "address";
|
|
824
|
+
readonly name: "extraFeeReceiver";
|
|
825
|
+
readonly type: "address";
|
|
826
|
+
}, {
|
|
827
|
+
readonly internalType: "uint256";
|
|
828
|
+
readonly name: "extraFeeBps";
|
|
829
|
+
readonly type: "uint256";
|
|
830
|
+
}, {
|
|
831
|
+
readonly internalType: "uint256";
|
|
832
|
+
readonly name: "yd";
|
|
833
|
+
readonly type: "uint256";
|
|
834
|
+
}, {
|
|
835
|
+
readonly components: readonly [{
|
|
836
|
+
readonly internalType: "address";
|
|
837
|
+
readonly name: "guardAddress";
|
|
838
|
+
readonly type: "address";
|
|
839
|
+
}, {
|
|
840
|
+
readonly internalType: "bytes[]";
|
|
841
|
+
readonly name: "payload";
|
|
842
|
+
readonly type: "bytes[]";
|
|
843
|
+
}];
|
|
844
|
+
readonly internalType: "struct AbstractYodlRouter.Guard[]";
|
|
845
|
+
readonly name: "guards";
|
|
846
|
+
readonly type: "tuple[]";
|
|
847
|
+
}, {
|
|
848
|
+
readonly components: readonly [{
|
|
849
|
+
readonly internalType: "address";
|
|
850
|
+
readonly name: "webhookAddress";
|
|
851
|
+
readonly type: "address";
|
|
852
|
+
}, {
|
|
853
|
+
readonly internalType: "bytes[]";
|
|
854
|
+
readonly name: "payload";
|
|
855
|
+
readonly type: "bytes[]";
|
|
856
|
+
}];
|
|
857
|
+
readonly internalType: "struct AbstractYodlRouter.Webhook[]";
|
|
858
|
+
readonly name: "webhooks";
|
|
859
|
+
readonly type: "tuple[]";
|
|
860
|
+
}];
|
|
861
|
+
readonly internalType: "struct YodlTransferRouter.YodlTransferParams";
|
|
862
|
+
readonly name: "params";
|
|
863
|
+
readonly type: "tuple";
|
|
864
|
+
}];
|
|
865
|
+
readonly name: "yodlWithToken";
|
|
866
|
+
readonly outputs: readonly [{
|
|
867
|
+
readonly internalType: "uint256";
|
|
868
|
+
readonly name: "";
|
|
869
|
+
readonly type: "uint256";
|
|
870
|
+
}];
|
|
871
|
+
readonly stateMutability: "payable";
|
|
872
|
+
readonly type: "function";
|
|
873
|
+
}, {
|
|
874
|
+
readonly inputs: readonly [{
|
|
875
|
+
readonly components: readonly [{
|
|
876
|
+
readonly internalType: "address";
|
|
877
|
+
readonly name: "sender";
|
|
878
|
+
readonly type: "address";
|
|
879
|
+
}, {
|
|
880
|
+
readonly internalType: "address";
|
|
881
|
+
readonly name: "receiver";
|
|
882
|
+
readonly type: "address";
|
|
883
|
+
}, {
|
|
884
|
+
readonly internalType: "uint256";
|
|
885
|
+
readonly name: "amountIn";
|
|
886
|
+
readonly type: "uint256";
|
|
887
|
+
}, {
|
|
888
|
+
readonly internalType: "uint256";
|
|
889
|
+
readonly name: "amountOut";
|
|
890
|
+
readonly type: "uint256";
|
|
891
|
+
}, {
|
|
892
|
+
readonly internalType: "bytes32";
|
|
893
|
+
readonly name: "memo";
|
|
894
|
+
readonly type: "bytes32";
|
|
895
|
+
}, {
|
|
896
|
+
readonly internalType: "bytes";
|
|
897
|
+
readonly name: "path";
|
|
898
|
+
readonly type: "bytes";
|
|
899
|
+
}, {
|
|
900
|
+
readonly components: readonly [{
|
|
901
|
+
readonly internalType: "address";
|
|
902
|
+
readonly name: "feedAddress";
|
|
903
|
+
readonly type: "address";
|
|
904
|
+
}, {
|
|
905
|
+
readonly internalType: "int8";
|
|
906
|
+
readonly name: "feedType";
|
|
907
|
+
readonly type: "int8";
|
|
908
|
+
}, {
|
|
909
|
+
readonly internalType: "string";
|
|
910
|
+
readonly name: "currency";
|
|
911
|
+
readonly type: "string";
|
|
912
|
+
}, {
|
|
913
|
+
readonly internalType: "uint256";
|
|
914
|
+
readonly name: "amount";
|
|
915
|
+
readonly type: "uint256";
|
|
916
|
+
}, {
|
|
917
|
+
readonly internalType: "uint256";
|
|
918
|
+
readonly name: "deadline";
|
|
919
|
+
readonly type: "uint256";
|
|
920
|
+
}, {
|
|
921
|
+
readonly internalType: "bytes";
|
|
922
|
+
readonly name: "signature";
|
|
923
|
+
readonly type: "bytes";
|
|
924
|
+
}];
|
|
925
|
+
readonly internalType: "struct AbstractYodlRouter.PriceFeed[2]";
|
|
926
|
+
readonly name: "priceFeeds";
|
|
927
|
+
readonly type: "tuple[2]";
|
|
928
|
+
}, {
|
|
929
|
+
readonly internalType: "address";
|
|
930
|
+
readonly name: "extraFeeReceiver";
|
|
931
|
+
readonly type: "address";
|
|
932
|
+
}, {
|
|
933
|
+
readonly internalType: "uint256";
|
|
934
|
+
readonly name: "extraFeeBps";
|
|
935
|
+
readonly type: "uint256";
|
|
936
|
+
}, {
|
|
937
|
+
readonly internalType: "enum YodlUniswapRouter.SwapType";
|
|
938
|
+
readonly name: "swapType";
|
|
939
|
+
readonly type: "uint8";
|
|
940
|
+
}, {
|
|
941
|
+
readonly internalType: "uint256";
|
|
942
|
+
readonly name: "yd";
|
|
943
|
+
readonly type: "uint256";
|
|
944
|
+
}, {
|
|
945
|
+
readonly components: readonly [{
|
|
946
|
+
readonly internalType: "address";
|
|
947
|
+
readonly name: "guardAddress";
|
|
948
|
+
readonly type: "address";
|
|
949
|
+
}, {
|
|
950
|
+
readonly internalType: "bytes[]";
|
|
951
|
+
readonly name: "payload";
|
|
952
|
+
readonly type: "bytes[]";
|
|
953
|
+
}];
|
|
954
|
+
readonly internalType: "struct AbstractYodlRouter.Guard[]";
|
|
955
|
+
readonly name: "guards";
|
|
956
|
+
readonly type: "tuple[]";
|
|
957
|
+
}, {
|
|
958
|
+
readonly components: readonly [{
|
|
959
|
+
readonly internalType: "address";
|
|
960
|
+
readonly name: "webhookAddress";
|
|
961
|
+
readonly type: "address";
|
|
962
|
+
}, {
|
|
963
|
+
readonly internalType: "bytes[]";
|
|
964
|
+
readonly name: "payload";
|
|
965
|
+
readonly type: "bytes[]";
|
|
966
|
+
}];
|
|
967
|
+
readonly internalType: "struct AbstractYodlRouter.Webhook[]";
|
|
968
|
+
readonly name: "webhooks";
|
|
969
|
+
readonly type: "tuple[]";
|
|
970
|
+
}];
|
|
971
|
+
readonly internalType: "struct YodlUniswapRouter.YodlUniswapParams";
|
|
972
|
+
readonly name: "params";
|
|
973
|
+
readonly type: "tuple";
|
|
974
|
+
}];
|
|
975
|
+
readonly name: "yodlWithUniswap";
|
|
976
|
+
readonly outputs: readonly [{
|
|
977
|
+
readonly internalType: "uint256";
|
|
978
|
+
readonly name: "";
|
|
979
|
+
readonly type: "uint256";
|
|
980
|
+
}];
|
|
981
|
+
readonly stateMutability: "payable";
|
|
982
|
+
readonly type: "function";
|
|
983
|
+
}, {
|
|
984
|
+
readonly stateMutability: "payable";
|
|
985
|
+
readonly type: "receive";
|
|
986
|
+
}];
|