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