@azuro-org/toolkit 3.0.0 → 4.1.0
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/.eslintrc +166 -0
- package/README.md +7 -110
- package/codegen.ts +62 -0
- package/dist/abis/FreeBet.d.ts +426 -0
- package/dist/abis/LP.d.ts +1469 -0
- package/dist/abis/LiveCore.d.ts +694 -0
- package/dist/abis/PrematchComboCore.d.ts +740 -0
- package/dist/abis/PrematchCore.d.ts +819 -0
- package/dist/abis/ProxyFront.d.ts +137 -0
- package/dist/abis/index.d.ts +6 -0
- package/dist/config.d.ts +51 -0
- package/dist/docs/index.d.ts +22 -0
- package/dist/docs/live/condition.d.ts +28 -0
- package/dist/docs/live/conditions.d.ts +29 -0
- package/dist/docs/live/fragments/condition.d.ts +20 -0
- package/dist/docs/live/types.d.ts +1902 -0
- package/dist/docs/prematch/bettors.d.ts +21 -0
- package/dist/docs/prematch/condition.d.ts +40 -0
- package/dist/docs/prematch/conditions.d.ts +41 -0
- package/dist/docs/prematch/conditionsBatch.d.ts +22 -0
- package/dist/docs/prematch/fragments/bettor.d.ts +12 -0
- package/dist/docs/prematch/fragments/condition.d.ts +32 -0
- package/dist/docs/prematch/fragments/liveBet.d.ts +42 -0
- package/dist/docs/prematch/fragments/mainGameInfo.d.ts +31 -0
- package/dist/docs/prematch/fragments/prematchBet.d.ts +75 -0
- package/dist/docs/prematch/game.d.ts +39 -0
- package/dist/docs/prematch/gameBets.d.ts +54 -0
- package/dist/docs/prematch/games.d.ts +43 -0
- package/dist/docs/prematch/liveBets.d.ts +54 -0
- package/dist/docs/prematch/navigation.d.ts +34 -0
- package/dist/docs/prematch/prematchBets.d.ts +87 -0
- package/dist/docs/prematch/sports.d.ts +63 -0
- package/dist/docs/prematch/sportsNavigation.d.ts +22 -0
- package/dist/docs/prematch/types.d.ts +6307 -0
- package/dist/global.d.ts +6 -0
- package/dist/helpers/formatToFixed.d.ts +1 -0
- package/dist/index.d.ts +24 -1
- package/dist/index.js +5709 -0
- package/dist/utils/calcMindOdds.d.ts +6 -0
- package/dist/utils/calcOdds.d.ts +28 -0
- package/dist/utils/deBridge/createDeBridgeBet.d.ts +65 -0
- package/dist/utils/deBridge/getDeBridgeOrder.d.ts +39 -0
- package/dist/utils/deBridge/getDeBridgeSupportedChains.d.ts +4 -0
- package/dist/utils/deBridge/getDeBridgeSupportedTokens.d.ts +8 -0
- package/dist/utils/getBetStatus.d.ts +17 -0
- package/dist/utils/getEndpoints.d.ts +5 -0
- package/dist/utils/getFreebets.d.ts +35 -0
- package/dist/utils/getGameStatus.d.ts +16 -0
- package/dist/utils/getLiveBetFee.d.ts +14 -0
- package/dist/utils/getPrematchBetDataBytes.d.ts +3 -0
- package/dist/utils/groupByConditionId.d.ts +5 -0
- package/dist/utils/groupConditionsByMarket.d.ts +23 -0
- package/dist/utils/setupContracts.d.ts +37 -0
- package/dist/utils/wave/activateWave.d.ts +10 -0
- package/dist/utils/wave/getWaveLeaderBoard.d.ts +22 -0
- package/dist/utils/wave/getWaveLevels.d.ts +26 -0
- package/dist/utils/wave/getWavePeriods.d.ts +18 -0
- package/dist/utils/wave/getWaveStats.d.ts +30 -0
- package/graphql.config.yml +21 -0
- package/package.json +24 -8
- package/tsconfig.json +25 -10
- package/dist/aggregateOutcomesByMarkets.d.ts +0 -25
- package/dist/index.es.js +0 -109
- package/lib/aggregateOutcomesByMarkets.d.ts +0 -25
- package/lib/index.d.ts +0 -1
- package/lib/index.js +0 -109
|
@@ -0,0 +1,1469 @@
|
|
|
1
|
+
declare const _default: readonly [{
|
|
2
|
+
readonly inputs: readonly [];
|
|
3
|
+
readonly name: "BetExpired";
|
|
4
|
+
readonly type: "error";
|
|
5
|
+
}, {
|
|
6
|
+
readonly inputs: readonly [{
|
|
7
|
+
readonly internalType: "uint64";
|
|
8
|
+
readonly name: "waitTime";
|
|
9
|
+
readonly type: "uint64";
|
|
10
|
+
}];
|
|
11
|
+
readonly name: "ClaimTimeout";
|
|
12
|
+
readonly type: "error";
|
|
13
|
+
}, {
|
|
14
|
+
readonly inputs: readonly [];
|
|
15
|
+
readonly name: "CoreNotActive";
|
|
16
|
+
readonly type: "error";
|
|
17
|
+
}, {
|
|
18
|
+
readonly inputs: readonly [];
|
|
19
|
+
readonly name: "DepositDoesNotExist";
|
|
20
|
+
readonly type: "error";
|
|
21
|
+
}, {
|
|
22
|
+
readonly inputs: readonly [];
|
|
23
|
+
readonly name: "GameAlreadyCanceled";
|
|
24
|
+
readonly type: "error";
|
|
25
|
+
}, {
|
|
26
|
+
readonly inputs: readonly [];
|
|
27
|
+
readonly name: "GameAlreadyCreated";
|
|
28
|
+
readonly type: "error";
|
|
29
|
+
}, {
|
|
30
|
+
readonly inputs: readonly [];
|
|
31
|
+
readonly name: "GameCanceled_";
|
|
32
|
+
readonly type: "error";
|
|
33
|
+
}, {
|
|
34
|
+
readonly inputs: readonly [];
|
|
35
|
+
readonly name: "GameNotExists";
|
|
36
|
+
readonly type: "error";
|
|
37
|
+
}, {
|
|
38
|
+
readonly inputs: readonly [];
|
|
39
|
+
readonly name: "IncorrectCoreState";
|
|
40
|
+
readonly type: "error";
|
|
41
|
+
}, {
|
|
42
|
+
readonly inputs: readonly [];
|
|
43
|
+
readonly name: "IncorrectFee";
|
|
44
|
+
readonly type: "error";
|
|
45
|
+
}, {
|
|
46
|
+
readonly inputs: readonly [];
|
|
47
|
+
readonly name: "IncorrectGameId";
|
|
48
|
+
readonly type: "error";
|
|
49
|
+
}, {
|
|
50
|
+
readonly inputs: readonly [];
|
|
51
|
+
readonly name: "IncorrectMinBet";
|
|
52
|
+
readonly type: "error";
|
|
53
|
+
}, {
|
|
54
|
+
readonly inputs: readonly [];
|
|
55
|
+
readonly name: "IncorrectMinDepo";
|
|
56
|
+
readonly type: "error";
|
|
57
|
+
}, {
|
|
58
|
+
readonly inputs: readonly [];
|
|
59
|
+
readonly name: "IncorrectPercent";
|
|
60
|
+
readonly type: "error";
|
|
61
|
+
}, {
|
|
62
|
+
readonly inputs: readonly [];
|
|
63
|
+
readonly name: "IncorrectReinforcementAbility";
|
|
64
|
+
readonly type: "error";
|
|
65
|
+
}, {
|
|
66
|
+
readonly inputs: readonly [];
|
|
67
|
+
readonly name: "IncorrectTimestamp";
|
|
68
|
+
readonly type: "error";
|
|
69
|
+
}, {
|
|
70
|
+
readonly inputs: readonly [];
|
|
71
|
+
readonly name: "LeafNotExist";
|
|
72
|
+
readonly type: "error";
|
|
73
|
+
}, {
|
|
74
|
+
readonly inputs: readonly [];
|
|
75
|
+
readonly name: "LiquidityIsLocked";
|
|
76
|
+
readonly type: "error";
|
|
77
|
+
}, {
|
|
78
|
+
readonly inputs: readonly [];
|
|
79
|
+
readonly name: "LiquidityNotOwned";
|
|
80
|
+
readonly type: "error";
|
|
81
|
+
}, {
|
|
82
|
+
readonly inputs: readonly [];
|
|
83
|
+
readonly name: "NoLiquidity";
|
|
84
|
+
readonly type: "error";
|
|
85
|
+
}, {
|
|
86
|
+
readonly inputs: readonly [];
|
|
87
|
+
readonly name: "NotEnoughLiquidity";
|
|
88
|
+
readonly type: "error";
|
|
89
|
+
}, {
|
|
90
|
+
readonly inputs: readonly [];
|
|
91
|
+
readonly name: "OnlyFactory";
|
|
92
|
+
readonly type: "error";
|
|
93
|
+
}, {
|
|
94
|
+
readonly inputs: readonly [{
|
|
95
|
+
readonly internalType: "enum SafeCast.Type";
|
|
96
|
+
readonly name: "to";
|
|
97
|
+
readonly type: "uint8";
|
|
98
|
+
}];
|
|
99
|
+
readonly name: "SafeCastError";
|
|
100
|
+
readonly type: "error";
|
|
101
|
+
}, {
|
|
102
|
+
readonly inputs: readonly [];
|
|
103
|
+
readonly name: "SmallBet";
|
|
104
|
+
readonly type: "error";
|
|
105
|
+
}, {
|
|
106
|
+
readonly inputs: readonly [];
|
|
107
|
+
readonly name: "SmallDepo";
|
|
108
|
+
readonly type: "error";
|
|
109
|
+
}, {
|
|
110
|
+
readonly inputs: readonly [];
|
|
111
|
+
readonly name: "SmallDonation";
|
|
112
|
+
readonly type: "error";
|
|
113
|
+
}, {
|
|
114
|
+
readonly inputs: readonly [];
|
|
115
|
+
readonly name: "UnknownCore";
|
|
116
|
+
readonly type: "error";
|
|
117
|
+
}, {
|
|
118
|
+
readonly inputs: readonly [{
|
|
119
|
+
readonly internalType: "uint64";
|
|
120
|
+
readonly name: "waitTime";
|
|
121
|
+
readonly type: "uint64";
|
|
122
|
+
}];
|
|
123
|
+
readonly name: "WithdrawalTimeout";
|
|
124
|
+
readonly type: "error";
|
|
125
|
+
}, {
|
|
126
|
+
readonly anonymous: false;
|
|
127
|
+
readonly inputs: readonly [{
|
|
128
|
+
readonly indexed: true;
|
|
129
|
+
readonly internalType: "address";
|
|
130
|
+
readonly name: "owner";
|
|
131
|
+
readonly type: "address";
|
|
132
|
+
}, {
|
|
133
|
+
readonly indexed: true;
|
|
134
|
+
readonly internalType: "address";
|
|
135
|
+
readonly name: "approved";
|
|
136
|
+
readonly type: "address";
|
|
137
|
+
}, {
|
|
138
|
+
readonly indexed: true;
|
|
139
|
+
readonly internalType: "uint256";
|
|
140
|
+
readonly name: "tokenId";
|
|
141
|
+
readonly type: "uint256";
|
|
142
|
+
}];
|
|
143
|
+
readonly name: "Approval";
|
|
144
|
+
readonly type: "event";
|
|
145
|
+
}, {
|
|
146
|
+
readonly anonymous: false;
|
|
147
|
+
readonly inputs: readonly [{
|
|
148
|
+
readonly indexed: true;
|
|
149
|
+
readonly internalType: "address";
|
|
150
|
+
readonly name: "owner";
|
|
151
|
+
readonly type: "address";
|
|
152
|
+
}, {
|
|
153
|
+
readonly indexed: true;
|
|
154
|
+
readonly internalType: "address";
|
|
155
|
+
readonly name: "operator";
|
|
156
|
+
readonly type: "address";
|
|
157
|
+
}, {
|
|
158
|
+
readonly indexed: false;
|
|
159
|
+
readonly internalType: "bool";
|
|
160
|
+
readonly name: "approved";
|
|
161
|
+
readonly type: "bool";
|
|
162
|
+
}];
|
|
163
|
+
readonly name: "ApprovalForAll";
|
|
164
|
+
readonly type: "event";
|
|
165
|
+
}, {
|
|
166
|
+
readonly anonymous: false;
|
|
167
|
+
readonly inputs: readonly [{
|
|
168
|
+
readonly indexed: true;
|
|
169
|
+
readonly internalType: "address";
|
|
170
|
+
readonly name: "core";
|
|
171
|
+
readonly type: "address";
|
|
172
|
+
}, {
|
|
173
|
+
readonly indexed: true;
|
|
174
|
+
readonly internalType: "address";
|
|
175
|
+
readonly name: "bettor";
|
|
176
|
+
readonly type: "address";
|
|
177
|
+
}, {
|
|
178
|
+
readonly indexed: false;
|
|
179
|
+
readonly internalType: "uint256";
|
|
180
|
+
readonly name: "tokenId";
|
|
181
|
+
readonly type: "uint256";
|
|
182
|
+
}, {
|
|
183
|
+
readonly indexed: false;
|
|
184
|
+
readonly internalType: "uint256";
|
|
185
|
+
readonly name: "amount";
|
|
186
|
+
readonly type: "uint256";
|
|
187
|
+
}];
|
|
188
|
+
readonly name: "BettorWin";
|
|
189
|
+
readonly type: "event";
|
|
190
|
+
}, {
|
|
191
|
+
readonly anonymous: false;
|
|
192
|
+
readonly inputs: readonly [{
|
|
193
|
+
readonly indexed: false;
|
|
194
|
+
readonly internalType: "uint64";
|
|
195
|
+
readonly name: "newClaimTimeout";
|
|
196
|
+
readonly type: "uint64";
|
|
197
|
+
}];
|
|
198
|
+
readonly name: "ClaimTimeoutChanged";
|
|
199
|
+
readonly type: "event";
|
|
200
|
+
}, {
|
|
201
|
+
readonly anonymous: false;
|
|
202
|
+
readonly inputs: readonly [{
|
|
203
|
+
readonly indexed: true;
|
|
204
|
+
readonly internalType: "address";
|
|
205
|
+
readonly name: "core";
|
|
206
|
+
readonly type: "address";
|
|
207
|
+
}, {
|
|
208
|
+
readonly indexed: false;
|
|
209
|
+
readonly internalType: "enum ILP.CoreState";
|
|
210
|
+
readonly name: "state";
|
|
211
|
+
readonly type: "uint8";
|
|
212
|
+
}, {
|
|
213
|
+
readonly indexed: false;
|
|
214
|
+
readonly internalType: "uint64";
|
|
215
|
+
readonly name: "reinforcementAbility";
|
|
216
|
+
readonly type: "uint64";
|
|
217
|
+
}, {
|
|
218
|
+
readonly indexed: false;
|
|
219
|
+
readonly internalType: "uint128";
|
|
220
|
+
readonly name: "minBet";
|
|
221
|
+
readonly type: "uint128";
|
|
222
|
+
}];
|
|
223
|
+
readonly name: "CoreSettingsUpdated";
|
|
224
|
+
readonly type: "event";
|
|
225
|
+
}, {
|
|
226
|
+
readonly anonymous: false;
|
|
227
|
+
readonly inputs: readonly [{
|
|
228
|
+
readonly indexed: false;
|
|
229
|
+
readonly internalType: "address";
|
|
230
|
+
readonly name: "newDataProvider";
|
|
231
|
+
readonly type: "address";
|
|
232
|
+
}];
|
|
233
|
+
readonly name: "DataProviderChanged";
|
|
234
|
+
readonly type: "event";
|
|
235
|
+
}, {
|
|
236
|
+
readonly anonymous: false;
|
|
237
|
+
readonly inputs: readonly [{
|
|
238
|
+
readonly indexed: false;
|
|
239
|
+
readonly internalType: "enum ILP.FeeType";
|
|
240
|
+
readonly name: "feeType";
|
|
241
|
+
readonly type: "uint8";
|
|
242
|
+
}, {
|
|
243
|
+
readonly indexed: false;
|
|
244
|
+
readonly internalType: "uint64";
|
|
245
|
+
readonly name: "fee";
|
|
246
|
+
readonly type: "uint64";
|
|
247
|
+
}];
|
|
248
|
+
readonly name: "FeeChanged";
|
|
249
|
+
readonly type: "event";
|
|
250
|
+
}, {
|
|
251
|
+
readonly anonymous: false;
|
|
252
|
+
readonly inputs: readonly [{
|
|
253
|
+
readonly indexed: true;
|
|
254
|
+
readonly internalType: "uint256";
|
|
255
|
+
readonly name: "gameId";
|
|
256
|
+
readonly type: "uint256";
|
|
257
|
+
}];
|
|
258
|
+
readonly name: "GameCanceled";
|
|
259
|
+
readonly type: "event";
|
|
260
|
+
}, {
|
|
261
|
+
readonly anonymous: false;
|
|
262
|
+
readonly inputs: readonly [{
|
|
263
|
+
readonly indexed: true;
|
|
264
|
+
readonly internalType: "uint256";
|
|
265
|
+
readonly name: "gameId";
|
|
266
|
+
readonly type: "uint256";
|
|
267
|
+
}, {
|
|
268
|
+
readonly indexed: false;
|
|
269
|
+
readonly internalType: "uint64";
|
|
270
|
+
readonly name: "newStart";
|
|
271
|
+
readonly type: "uint64";
|
|
272
|
+
}];
|
|
273
|
+
readonly name: "GameShifted";
|
|
274
|
+
readonly type: "event";
|
|
275
|
+
}, {
|
|
276
|
+
readonly anonymous: false;
|
|
277
|
+
readonly inputs: readonly [{
|
|
278
|
+
readonly indexed: false;
|
|
279
|
+
readonly internalType: "uint8";
|
|
280
|
+
readonly name: "version";
|
|
281
|
+
readonly type: "uint8";
|
|
282
|
+
}];
|
|
283
|
+
readonly name: "Initialized";
|
|
284
|
+
readonly type: "event";
|
|
285
|
+
}, {
|
|
286
|
+
readonly anonymous: false;
|
|
287
|
+
readonly inputs: readonly [{
|
|
288
|
+
readonly indexed: true;
|
|
289
|
+
readonly internalType: "address";
|
|
290
|
+
readonly name: "account";
|
|
291
|
+
readonly type: "address";
|
|
292
|
+
}, {
|
|
293
|
+
readonly indexed: true;
|
|
294
|
+
readonly internalType: "uint48";
|
|
295
|
+
readonly name: "depositId";
|
|
296
|
+
readonly type: "uint48";
|
|
297
|
+
}, {
|
|
298
|
+
readonly indexed: false;
|
|
299
|
+
readonly internalType: "uint256";
|
|
300
|
+
readonly name: "amount";
|
|
301
|
+
readonly type: "uint256";
|
|
302
|
+
}];
|
|
303
|
+
readonly name: "LiquidityAdded";
|
|
304
|
+
readonly type: "event";
|
|
305
|
+
}, {
|
|
306
|
+
readonly anonymous: false;
|
|
307
|
+
readonly inputs: readonly [{
|
|
308
|
+
readonly indexed: true;
|
|
309
|
+
readonly internalType: "address";
|
|
310
|
+
readonly name: "account";
|
|
311
|
+
readonly type: "address";
|
|
312
|
+
}, {
|
|
313
|
+
readonly indexed: true;
|
|
314
|
+
readonly internalType: "uint48";
|
|
315
|
+
readonly name: "depositId";
|
|
316
|
+
readonly type: "uint48";
|
|
317
|
+
}, {
|
|
318
|
+
readonly indexed: false;
|
|
319
|
+
readonly internalType: "uint256";
|
|
320
|
+
readonly name: "amount";
|
|
321
|
+
readonly type: "uint256";
|
|
322
|
+
}];
|
|
323
|
+
readonly name: "LiquidityDonated";
|
|
324
|
+
readonly type: "event";
|
|
325
|
+
}, {
|
|
326
|
+
readonly anonymous: false;
|
|
327
|
+
readonly inputs: readonly [{
|
|
328
|
+
readonly indexed: false;
|
|
329
|
+
readonly internalType: "address";
|
|
330
|
+
readonly name: "newLiquidityManager";
|
|
331
|
+
readonly type: "address";
|
|
332
|
+
}];
|
|
333
|
+
readonly name: "LiquidityManagerChanged";
|
|
334
|
+
readonly type: "event";
|
|
335
|
+
}, {
|
|
336
|
+
readonly anonymous: false;
|
|
337
|
+
readonly inputs: readonly [{
|
|
338
|
+
readonly indexed: true;
|
|
339
|
+
readonly internalType: "address";
|
|
340
|
+
readonly name: "account";
|
|
341
|
+
readonly type: "address";
|
|
342
|
+
}, {
|
|
343
|
+
readonly indexed: true;
|
|
344
|
+
readonly internalType: "uint48";
|
|
345
|
+
readonly name: "depositId";
|
|
346
|
+
readonly type: "uint48";
|
|
347
|
+
}, {
|
|
348
|
+
readonly indexed: false;
|
|
349
|
+
readonly internalType: "uint256";
|
|
350
|
+
readonly name: "amount";
|
|
351
|
+
readonly type: "uint256";
|
|
352
|
+
}];
|
|
353
|
+
readonly name: "LiquidityRemoved";
|
|
354
|
+
readonly type: "event";
|
|
355
|
+
}, {
|
|
356
|
+
readonly anonymous: false;
|
|
357
|
+
readonly inputs: readonly [{
|
|
358
|
+
readonly indexed: false;
|
|
359
|
+
readonly internalType: "address";
|
|
360
|
+
readonly name: "core";
|
|
361
|
+
readonly type: "address";
|
|
362
|
+
}, {
|
|
363
|
+
readonly indexed: false;
|
|
364
|
+
readonly internalType: "uint128";
|
|
365
|
+
readonly name: "newMinBet";
|
|
366
|
+
readonly type: "uint128";
|
|
367
|
+
}];
|
|
368
|
+
readonly name: "MinBetChanged";
|
|
369
|
+
readonly type: "event";
|
|
370
|
+
}, {
|
|
371
|
+
readonly anonymous: false;
|
|
372
|
+
readonly inputs: readonly [{
|
|
373
|
+
readonly indexed: false;
|
|
374
|
+
readonly internalType: "uint128";
|
|
375
|
+
readonly name: "newMinDepo";
|
|
376
|
+
readonly type: "uint128";
|
|
377
|
+
}];
|
|
378
|
+
readonly name: "MinDepoChanged";
|
|
379
|
+
readonly type: "event";
|
|
380
|
+
}, {
|
|
381
|
+
readonly anonymous: false;
|
|
382
|
+
readonly inputs: readonly [{
|
|
383
|
+
readonly indexed: true;
|
|
384
|
+
readonly internalType: "uint256";
|
|
385
|
+
readonly name: "gameId";
|
|
386
|
+
readonly type: "uint256";
|
|
387
|
+
}, {
|
|
388
|
+
readonly indexed: false;
|
|
389
|
+
readonly internalType: "uint64";
|
|
390
|
+
readonly name: "startsAt";
|
|
391
|
+
readonly type: "uint64";
|
|
392
|
+
}, {
|
|
393
|
+
readonly indexed: false;
|
|
394
|
+
readonly internalType: "bytes";
|
|
395
|
+
readonly name: "data";
|
|
396
|
+
readonly type: "bytes";
|
|
397
|
+
}];
|
|
398
|
+
readonly name: "NewGame";
|
|
399
|
+
readonly type: "event";
|
|
400
|
+
}, {
|
|
401
|
+
readonly anonymous: false;
|
|
402
|
+
readonly inputs: readonly [{
|
|
403
|
+
readonly indexed: true;
|
|
404
|
+
readonly internalType: "address";
|
|
405
|
+
readonly name: "previousOwner";
|
|
406
|
+
readonly type: "address";
|
|
407
|
+
}, {
|
|
408
|
+
readonly indexed: true;
|
|
409
|
+
readonly internalType: "address";
|
|
410
|
+
readonly name: "newOwner";
|
|
411
|
+
readonly type: "address";
|
|
412
|
+
}];
|
|
413
|
+
readonly name: "OwnershipTransferred";
|
|
414
|
+
readonly type: "event";
|
|
415
|
+
}, {
|
|
416
|
+
readonly anonymous: false;
|
|
417
|
+
readonly inputs: readonly [{
|
|
418
|
+
readonly indexed: false;
|
|
419
|
+
readonly internalType: "uint128";
|
|
420
|
+
readonly name: "newReinforcementAbility";
|
|
421
|
+
readonly type: "uint128";
|
|
422
|
+
}];
|
|
423
|
+
readonly name: "ReinforcementAbilityChanged";
|
|
424
|
+
readonly type: "event";
|
|
425
|
+
}, {
|
|
426
|
+
readonly anonymous: false;
|
|
427
|
+
readonly inputs: readonly [{
|
|
428
|
+
readonly indexed: true;
|
|
429
|
+
readonly internalType: "address";
|
|
430
|
+
readonly name: "from";
|
|
431
|
+
readonly type: "address";
|
|
432
|
+
}, {
|
|
433
|
+
readonly indexed: true;
|
|
434
|
+
readonly internalType: "address";
|
|
435
|
+
readonly name: "to";
|
|
436
|
+
readonly type: "address";
|
|
437
|
+
}, {
|
|
438
|
+
readonly indexed: true;
|
|
439
|
+
readonly internalType: "uint256";
|
|
440
|
+
readonly name: "tokenId";
|
|
441
|
+
readonly type: "uint256";
|
|
442
|
+
}];
|
|
443
|
+
readonly name: "Transfer";
|
|
444
|
+
readonly type: "event";
|
|
445
|
+
}, {
|
|
446
|
+
readonly anonymous: false;
|
|
447
|
+
readonly inputs: readonly [{
|
|
448
|
+
readonly indexed: false;
|
|
449
|
+
readonly internalType: "uint64";
|
|
450
|
+
readonly name: "newWithdrawTimeout";
|
|
451
|
+
readonly type: "uint64";
|
|
452
|
+
}];
|
|
453
|
+
readonly name: "WithdrawTimeoutChanged";
|
|
454
|
+
readonly type: "event";
|
|
455
|
+
}, {
|
|
456
|
+
readonly inputs: readonly [];
|
|
457
|
+
readonly name: "access";
|
|
458
|
+
readonly outputs: readonly [{
|
|
459
|
+
readonly internalType: "contract IAccess";
|
|
460
|
+
readonly name: "";
|
|
461
|
+
readonly type: "address";
|
|
462
|
+
}];
|
|
463
|
+
readonly stateMutability: "view";
|
|
464
|
+
readonly type: "function";
|
|
465
|
+
}, {
|
|
466
|
+
readonly inputs: readonly [{
|
|
467
|
+
readonly internalType: "uint256";
|
|
468
|
+
readonly name: "gameId";
|
|
469
|
+
readonly type: "uint256";
|
|
470
|
+
}];
|
|
471
|
+
readonly name: "addCondition";
|
|
472
|
+
readonly outputs: readonly [{
|
|
473
|
+
readonly internalType: "uint64";
|
|
474
|
+
readonly name: "";
|
|
475
|
+
readonly type: "uint64";
|
|
476
|
+
}];
|
|
477
|
+
readonly stateMutability: "view";
|
|
478
|
+
readonly type: "function";
|
|
479
|
+
}, {
|
|
480
|
+
readonly inputs: readonly [{
|
|
481
|
+
readonly internalType: "address";
|
|
482
|
+
readonly name: "core";
|
|
483
|
+
readonly type: "address";
|
|
484
|
+
}];
|
|
485
|
+
readonly name: "addCore";
|
|
486
|
+
readonly outputs: readonly [];
|
|
487
|
+
readonly stateMutability: "nonpayable";
|
|
488
|
+
readonly type: "function";
|
|
489
|
+
}, {
|
|
490
|
+
readonly inputs: readonly [{
|
|
491
|
+
readonly internalType: "uint128";
|
|
492
|
+
readonly name: "amount";
|
|
493
|
+
readonly type: "uint128";
|
|
494
|
+
}, {
|
|
495
|
+
readonly internalType: "bytes";
|
|
496
|
+
readonly name: "data";
|
|
497
|
+
readonly type: "bytes";
|
|
498
|
+
}];
|
|
499
|
+
readonly name: "addLiquidity";
|
|
500
|
+
readonly outputs: readonly [{
|
|
501
|
+
readonly internalType: "uint48";
|
|
502
|
+
readonly name: "depositId";
|
|
503
|
+
readonly type: "uint48";
|
|
504
|
+
}];
|
|
505
|
+
readonly stateMutability: "nonpayable";
|
|
506
|
+
readonly type: "function";
|
|
507
|
+
}, {
|
|
508
|
+
readonly inputs: readonly [{
|
|
509
|
+
readonly internalType: "uint256";
|
|
510
|
+
readonly name: "gameId";
|
|
511
|
+
readonly type: "uint256";
|
|
512
|
+
}, {
|
|
513
|
+
readonly internalType: "uint128";
|
|
514
|
+
readonly name: "lockedReserve";
|
|
515
|
+
readonly type: "uint128";
|
|
516
|
+
}, {
|
|
517
|
+
readonly internalType: "uint128";
|
|
518
|
+
readonly name: "finalReserve";
|
|
519
|
+
readonly type: "uint128";
|
|
520
|
+
}, {
|
|
521
|
+
readonly internalType: "uint48";
|
|
522
|
+
readonly name: "depositId";
|
|
523
|
+
readonly type: "uint48";
|
|
524
|
+
}];
|
|
525
|
+
readonly name: "addReserve";
|
|
526
|
+
readonly outputs: readonly [];
|
|
527
|
+
readonly stateMutability: "nonpayable";
|
|
528
|
+
readonly type: "function";
|
|
529
|
+
}, {
|
|
530
|
+
readonly inputs: readonly [{
|
|
531
|
+
readonly internalType: "address";
|
|
532
|
+
readonly name: "to";
|
|
533
|
+
readonly type: "address";
|
|
534
|
+
}, {
|
|
535
|
+
readonly internalType: "uint256";
|
|
536
|
+
readonly name: "tokenId";
|
|
537
|
+
readonly type: "uint256";
|
|
538
|
+
}];
|
|
539
|
+
readonly name: "approve";
|
|
540
|
+
readonly outputs: readonly [];
|
|
541
|
+
readonly stateMutability: "nonpayable";
|
|
542
|
+
readonly type: "function";
|
|
543
|
+
}, {
|
|
544
|
+
readonly inputs: readonly [{
|
|
545
|
+
readonly internalType: "address";
|
|
546
|
+
readonly name: "owner";
|
|
547
|
+
readonly type: "address";
|
|
548
|
+
}];
|
|
549
|
+
readonly name: "balanceOf";
|
|
550
|
+
readonly outputs: readonly [{
|
|
551
|
+
readonly internalType: "uint256";
|
|
552
|
+
readonly name: "";
|
|
553
|
+
readonly type: "uint256";
|
|
554
|
+
}];
|
|
555
|
+
readonly stateMutability: "view";
|
|
556
|
+
readonly type: "function";
|
|
557
|
+
}, {
|
|
558
|
+
readonly inputs: readonly [{
|
|
559
|
+
readonly internalType: "address";
|
|
560
|
+
readonly name: "core";
|
|
561
|
+
readonly type: "address";
|
|
562
|
+
}, {
|
|
563
|
+
readonly internalType: "uint128";
|
|
564
|
+
readonly name: "amount";
|
|
565
|
+
readonly type: "uint128";
|
|
566
|
+
}, {
|
|
567
|
+
readonly internalType: "uint64";
|
|
568
|
+
readonly name: "expiresAt";
|
|
569
|
+
readonly type: "uint64";
|
|
570
|
+
}, {
|
|
571
|
+
readonly components: readonly [{
|
|
572
|
+
readonly internalType: "address";
|
|
573
|
+
readonly name: "affiliate";
|
|
574
|
+
readonly type: "address";
|
|
575
|
+
}, {
|
|
576
|
+
readonly internalType: "uint64";
|
|
577
|
+
readonly name: "minOdds";
|
|
578
|
+
readonly type: "uint64";
|
|
579
|
+
}, {
|
|
580
|
+
readonly internalType: "bytes";
|
|
581
|
+
readonly name: "data";
|
|
582
|
+
readonly type: "bytes";
|
|
583
|
+
}];
|
|
584
|
+
readonly internalType: "struct IBet.BetData";
|
|
585
|
+
readonly name: "betData";
|
|
586
|
+
readonly type: "tuple";
|
|
587
|
+
}];
|
|
588
|
+
readonly name: "bet";
|
|
589
|
+
readonly outputs: readonly [{
|
|
590
|
+
readonly internalType: "uint256";
|
|
591
|
+
readonly name: "";
|
|
592
|
+
readonly type: "uint256";
|
|
593
|
+
}];
|
|
594
|
+
readonly stateMutability: "nonpayable";
|
|
595
|
+
readonly type: "function";
|
|
596
|
+
}, {
|
|
597
|
+
readonly inputs: readonly [{
|
|
598
|
+
readonly internalType: "address";
|
|
599
|
+
readonly name: "bettor";
|
|
600
|
+
readonly type: "address";
|
|
601
|
+
}, {
|
|
602
|
+
readonly internalType: "address";
|
|
603
|
+
readonly name: "core";
|
|
604
|
+
readonly type: "address";
|
|
605
|
+
}, {
|
|
606
|
+
readonly internalType: "uint128";
|
|
607
|
+
readonly name: "amount";
|
|
608
|
+
readonly type: "uint128";
|
|
609
|
+
}, {
|
|
610
|
+
readonly internalType: "uint64";
|
|
611
|
+
readonly name: "expiresAt";
|
|
612
|
+
readonly type: "uint64";
|
|
613
|
+
}, {
|
|
614
|
+
readonly components: readonly [{
|
|
615
|
+
readonly internalType: "address";
|
|
616
|
+
readonly name: "affiliate";
|
|
617
|
+
readonly type: "address";
|
|
618
|
+
}, {
|
|
619
|
+
readonly internalType: "uint64";
|
|
620
|
+
readonly name: "minOdds";
|
|
621
|
+
readonly type: "uint64";
|
|
622
|
+
}, {
|
|
623
|
+
readonly internalType: "bytes";
|
|
624
|
+
readonly name: "data";
|
|
625
|
+
readonly type: "bytes";
|
|
626
|
+
}];
|
|
627
|
+
readonly internalType: "struct IBet.BetData";
|
|
628
|
+
readonly name: "betData";
|
|
629
|
+
readonly type: "tuple";
|
|
630
|
+
}];
|
|
631
|
+
readonly name: "betFor";
|
|
632
|
+
readonly outputs: readonly [{
|
|
633
|
+
readonly internalType: "uint256";
|
|
634
|
+
readonly name: "";
|
|
635
|
+
readonly type: "uint256";
|
|
636
|
+
}];
|
|
637
|
+
readonly stateMutability: "nonpayable";
|
|
638
|
+
readonly type: "function";
|
|
639
|
+
}, {
|
|
640
|
+
readonly inputs: readonly [{
|
|
641
|
+
readonly internalType: "uint256";
|
|
642
|
+
readonly name: "gameId";
|
|
643
|
+
readonly type: "uint256";
|
|
644
|
+
}];
|
|
645
|
+
readonly name: "cancelGame";
|
|
646
|
+
readonly outputs: readonly [];
|
|
647
|
+
readonly stateMutability: "nonpayable";
|
|
648
|
+
readonly type: "function";
|
|
649
|
+
}, {
|
|
650
|
+
readonly inputs: readonly [{
|
|
651
|
+
readonly internalType: "uint64";
|
|
652
|
+
readonly name: "newClaimTimeout";
|
|
653
|
+
readonly type: "uint64";
|
|
654
|
+
}];
|
|
655
|
+
readonly name: "changeClaimTimeout";
|
|
656
|
+
readonly outputs: readonly [];
|
|
657
|
+
readonly stateMutability: "nonpayable";
|
|
658
|
+
readonly type: "function";
|
|
659
|
+
}, {
|
|
660
|
+
readonly inputs: readonly [{
|
|
661
|
+
readonly internalType: "address";
|
|
662
|
+
readonly name: "newDataProvider";
|
|
663
|
+
readonly type: "address";
|
|
664
|
+
}];
|
|
665
|
+
readonly name: "changeDataProvider";
|
|
666
|
+
readonly outputs: readonly [];
|
|
667
|
+
readonly stateMutability: "nonpayable";
|
|
668
|
+
readonly type: "function";
|
|
669
|
+
}, {
|
|
670
|
+
readonly inputs: readonly [{
|
|
671
|
+
readonly internalType: "enum ILP.FeeType";
|
|
672
|
+
readonly name: "feeType";
|
|
673
|
+
readonly type: "uint8";
|
|
674
|
+
}, {
|
|
675
|
+
readonly internalType: "uint64";
|
|
676
|
+
readonly name: "newFee";
|
|
677
|
+
readonly type: "uint64";
|
|
678
|
+
}];
|
|
679
|
+
readonly name: "changeFee";
|
|
680
|
+
readonly outputs: readonly [];
|
|
681
|
+
readonly stateMutability: "nonpayable";
|
|
682
|
+
readonly type: "function";
|
|
683
|
+
}, {
|
|
684
|
+
readonly inputs: readonly [{
|
|
685
|
+
readonly internalType: "address";
|
|
686
|
+
readonly name: "newLiquidityManager";
|
|
687
|
+
readonly type: "address";
|
|
688
|
+
}];
|
|
689
|
+
readonly name: "changeLiquidityManager";
|
|
690
|
+
readonly outputs: readonly [];
|
|
691
|
+
readonly stateMutability: "nonpayable";
|
|
692
|
+
readonly type: "function";
|
|
693
|
+
}, {
|
|
694
|
+
readonly inputs: readonly [{
|
|
695
|
+
readonly internalType: "uint256";
|
|
696
|
+
readonly name: "gameId";
|
|
697
|
+
readonly type: "uint256";
|
|
698
|
+
}, {
|
|
699
|
+
readonly internalType: "int128";
|
|
700
|
+
readonly name: "deltaReserve";
|
|
701
|
+
readonly type: "int128";
|
|
702
|
+
}];
|
|
703
|
+
readonly name: "changeLockedLiquidity";
|
|
704
|
+
readonly outputs: readonly [];
|
|
705
|
+
readonly stateMutability: "nonpayable";
|
|
706
|
+
readonly type: "function";
|
|
707
|
+
}, {
|
|
708
|
+
readonly inputs: readonly [{
|
|
709
|
+
readonly internalType: "uint128";
|
|
710
|
+
readonly name: "newMinDepo";
|
|
711
|
+
readonly type: "uint128";
|
|
712
|
+
}];
|
|
713
|
+
readonly name: "changeMinDepo";
|
|
714
|
+
readonly outputs: readonly [];
|
|
715
|
+
readonly stateMutability: "nonpayable";
|
|
716
|
+
readonly type: "function";
|
|
717
|
+
}, {
|
|
718
|
+
readonly inputs: readonly [{
|
|
719
|
+
readonly internalType: "uint64";
|
|
720
|
+
readonly name: "newWithdrawTimeout";
|
|
721
|
+
readonly type: "uint64";
|
|
722
|
+
}];
|
|
723
|
+
readonly name: "changeWithdrawTimeout";
|
|
724
|
+
readonly outputs: readonly [];
|
|
725
|
+
readonly stateMutability: "nonpayable";
|
|
726
|
+
readonly type: "function";
|
|
727
|
+
}, {
|
|
728
|
+
readonly inputs: readonly [{
|
|
729
|
+
readonly internalType: "address";
|
|
730
|
+
readonly name: "account";
|
|
731
|
+
readonly type: "address";
|
|
732
|
+
}, {
|
|
733
|
+
readonly internalType: "address";
|
|
734
|
+
readonly name: "target";
|
|
735
|
+
readonly type: "address";
|
|
736
|
+
}, {
|
|
737
|
+
readonly internalType: "bytes4";
|
|
738
|
+
readonly name: "selector";
|
|
739
|
+
readonly type: "bytes4";
|
|
740
|
+
}];
|
|
741
|
+
readonly name: "checkAccess";
|
|
742
|
+
readonly outputs: readonly [];
|
|
743
|
+
readonly stateMutability: "nonpayable";
|
|
744
|
+
readonly type: "function";
|
|
745
|
+
}, {
|
|
746
|
+
readonly inputs: readonly [{
|
|
747
|
+
readonly internalType: "address";
|
|
748
|
+
readonly name: "core";
|
|
749
|
+
readonly type: "address";
|
|
750
|
+
}];
|
|
751
|
+
readonly name: "checkCore";
|
|
752
|
+
readonly outputs: readonly [];
|
|
753
|
+
readonly stateMutability: "view";
|
|
754
|
+
readonly type: "function";
|
|
755
|
+
}, {
|
|
756
|
+
readonly inputs: readonly [{
|
|
757
|
+
readonly internalType: "address";
|
|
758
|
+
readonly name: "account";
|
|
759
|
+
readonly type: "address";
|
|
760
|
+
}];
|
|
761
|
+
readonly name: "checkOwner";
|
|
762
|
+
readonly outputs: readonly [];
|
|
763
|
+
readonly stateMutability: "view";
|
|
764
|
+
readonly type: "function";
|
|
765
|
+
}, {
|
|
766
|
+
readonly inputs: readonly [];
|
|
767
|
+
readonly name: "claimReward";
|
|
768
|
+
readonly outputs: readonly [{
|
|
769
|
+
readonly internalType: "uint128";
|
|
770
|
+
readonly name: "claimedAmount";
|
|
771
|
+
readonly type: "uint128";
|
|
772
|
+
}];
|
|
773
|
+
readonly stateMutability: "nonpayable";
|
|
774
|
+
readonly type: "function";
|
|
775
|
+
}, {
|
|
776
|
+
readonly inputs: readonly [];
|
|
777
|
+
readonly name: "claimTimeout";
|
|
778
|
+
readonly outputs: readonly [{
|
|
779
|
+
readonly internalType: "uint64";
|
|
780
|
+
readonly name: "";
|
|
781
|
+
readonly type: "uint64";
|
|
782
|
+
}];
|
|
783
|
+
readonly stateMutability: "view";
|
|
784
|
+
readonly type: "function";
|
|
785
|
+
}, {
|
|
786
|
+
readonly inputs: readonly [{
|
|
787
|
+
readonly internalType: "address";
|
|
788
|
+
readonly name: "";
|
|
789
|
+
readonly type: "address";
|
|
790
|
+
}];
|
|
791
|
+
readonly name: "cores";
|
|
792
|
+
readonly outputs: readonly [{
|
|
793
|
+
readonly internalType: "enum ILP.CoreState";
|
|
794
|
+
readonly name: "state";
|
|
795
|
+
readonly type: "uint8";
|
|
796
|
+
}, {
|
|
797
|
+
readonly internalType: "uint64";
|
|
798
|
+
readonly name: "reinforcementAbility";
|
|
799
|
+
readonly type: "uint64";
|
|
800
|
+
}, {
|
|
801
|
+
readonly internalType: "uint128";
|
|
802
|
+
readonly name: "minBet";
|
|
803
|
+
readonly type: "uint128";
|
|
804
|
+
}, {
|
|
805
|
+
readonly internalType: "uint128";
|
|
806
|
+
readonly name: "lockedLiquidity";
|
|
807
|
+
readonly type: "uint128";
|
|
808
|
+
}];
|
|
809
|
+
readonly stateMutability: "view";
|
|
810
|
+
readonly type: "function";
|
|
811
|
+
}, {
|
|
812
|
+
readonly inputs: readonly [{
|
|
813
|
+
readonly internalType: "uint256";
|
|
814
|
+
readonly name: "gameId";
|
|
815
|
+
readonly type: "uint256";
|
|
816
|
+
}, {
|
|
817
|
+
readonly internalType: "uint64";
|
|
818
|
+
readonly name: "startsAt";
|
|
819
|
+
readonly type: "uint64";
|
|
820
|
+
}, {
|
|
821
|
+
readonly internalType: "bytes";
|
|
822
|
+
readonly name: "data";
|
|
823
|
+
readonly type: "bytes";
|
|
824
|
+
}];
|
|
825
|
+
readonly name: "createGame";
|
|
826
|
+
readonly outputs: readonly [];
|
|
827
|
+
readonly stateMutability: "nonpayable";
|
|
828
|
+
readonly type: "function";
|
|
829
|
+
}, {
|
|
830
|
+
readonly inputs: readonly [];
|
|
831
|
+
readonly name: "dataProvider";
|
|
832
|
+
readonly outputs: readonly [{
|
|
833
|
+
readonly internalType: "address";
|
|
834
|
+
readonly name: "";
|
|
835
|
+
readonly type: "address";
|
|
836
|
+
}];
|
|
837
|
+
readonly stateMutability: "view";
|
|
838
|
+
readonly type: "function";
|
|
839
|
+
}, {
|
|
840
|
+
readonly inputs: readonly [{
|
|
841
|
+
readonly internalType: "uint128";
|
|
842
|
+
readonly name: "amount";
|
|
843
|
+
readonly type: "uint128";
|
|
844
|
+
}, {
|
|
845
|
+
readonly internalType: "uint48";
|
|
846
|
+
readonly name: "depositId";
|
|
847
|
+
readonly type: "uint48";
|
|
848
|
+
}];
|
|
849
|
+
readonly name: "donateLiquidity";
|
|
850
|
+
readonly outputs: readonly [];
|
|
851
|
+
readonly stateMutability: "nonpayable";
|
|
852
|
+
readonly type: "function";
|
|
853
|
+
}, {
|
|
854
|
+
readonly inputs: readonly [];
|
|
855
|
+
readonly name: "factory";
|
|
856
|
+
readonly outputs: readonly [{
|
|
857
|
+
readonly internalType: "contract IOwnable";
|
|
858
|
+
readonly name: "";
|
|
859
|
+
readonly type: "address";
|
|
860
|
+
}];
|
|
861
|
+
readonly stateMutability: "view";
|
|
862
|
+
readonly type: "function";
|
|
863
|
+
}, {
|
|
864
|
+
readonly inputs: readonly [{
|
|
865
|
+
readonly internalType: "uint256";
|
|
866
|
+
readonly name: "";
|
|
867
|
+
readonly type: "uint256";
|
|
868
|
+
}];
|
|
869
|
+
readonly name: "fees";
|
|
870
|
+
readonly outputs: readonly [{
|
|
871
|
+
readonly internalType: "uint64";
|
|
872
|
+
readonly name: "";
|
|
873
|
+
readonly type: "uint64";
|
|
874
|
+
}];
|
|
875
|
+
readonly stateMutability: "view";
|
|
876
|
+
readonly type: "function";
|
|
877
|
+
}, {
|
|
878
|
+
readonly inputs: readonly [{
|
|
879
|
+
readonly internalType: "uint256";
|
|
880
|
+
readonly name: "";
|
|
881
|
+
readonly type: "uint256";
|
|
882
|
+
}];
|
|
883
|
+
readonly name: "games";
|
|
884
|
+
readonly outputs: readonly [{
|
|
885
|
+
readonly internalType: "bytes32";
|
|
886
|
+
readonly name: "unusedVariable";
|
|
887
|
+
readonly type: "bytes32";
|
|
888
|
+
}, {
|
|
889
|
+
readonly internalType: "uint128";
|
|
890
|
+
readonly name: "lockedLiquidity";
|
|
891
|
+
readonly type: "uint128";
|
|
892
|
+
}, {
|
|
893
|
+
readonly internalType: "uint64";
|
|
894
|
+
readonly name: "startsAt";
|
|
895
|
+
readonly type: "uint64";
|
|
896
|
+
}, {
|
|
897
|
+
readonly internalType: "bool";
|
|
898
|
+
readonly name: "canceled";
|
|
899
|
+
readonly type: "bool";
|
|
900
|
+
}];
|
|
901
|
+
readonly stateMutability: "view";
|
|
902
|
+
readonly type: "function";
|
|
903
|
+
}, {
|
|
904
|
+
readonly inputs: readonly [{
|
|
905
|
+
readonly internalType: "uint256";
|
|
906
|
+
readonly name: "tokenId";
|
|
907
|
+
readonly type: "uint256";
|
|
908
|
+
}];
|
|
909
|
+
readonly name: "getApproved";
|
|
910
|
+
readonly outputs: readonly [{
|
|
911
|
+
readonly internalType: "address";
|
|
912
|
+
readonly name: "";
|
|
913
|
+
readonly type: "address";
|
|
914
|
+
}];
|
|
915
|
+
readonly stateMutability: "view";
|
|
916
|
+
readonly type: "function";
|
|
917
|
+
}, {
|
|
918
|
+
readonly inputs: readonly [{
|
|
919
|
+
readonly internalType: "uint256";
|
|
920
|
+
readonly name: "gameId";
|
|
921
|
+
readonly type: "uint256";
|
|
922
|
+
}];
|
|
923
|
+
readonly name: "getGameInfo";
|
|
924
|
+
readonly outputs: readonly [{
|
|
925
|
+
readonly internalType: "uint64";
|
|
926
|
+
readonly name: "";
|
|
927
|
+
readonly type: "uint64";
|
|
928
|
+
}, {
|
|
929
|
+
readonly internalType: "bool";
|
|
930
|
+
readonly name: "";
|
|
931
|
+
readonly type: "bool";
|
|
932
|
+
}];
|
|
933
|
+
readonly stateMutability: "view";
|
|
934
|
+
readonly type: "function";
|
|
935
|
+
}, {
|
|
936
|
+
readonly inputs: readonly [];
|
|
937
|
+
readonly name: "getLastDepositId";
|
|
938
|
+
readonly outputs: readonly [{
|
|
939
|
+
readonly internalType: "uint48";
|
|
940
|
+
readonly name: "depositId";
|
|
941
|
+
readonly type: "uint48";
|
|
942
|
+
}];
|
|
943
|
+
readonly stateMutability: "view";
|
|
944
|
+
readonly type: "function";
|
|
945
|
+
}, {
|
|
946
|
+
readonly inputs: readonly [{
|
|
947
|
+
readonly internalType: "address";
|
|
948
|
+
readonly name: "core";
|
|
949
|
+
readonly type: "address";
|
|
950
|
+
}];
|
|
951
|
+
readonly name: "getLockedLiquidityLimit";
|
|
952
|
+
readonly outputs: readonly [{
|
|
953
|
+
readonly internalType: "uint128";
|
|
954
|
+
readonly name: "";
|
|
955
|
+
readonly type: "uint128";
|
|
956
|
+
}];
|
|
957
|
+
readonly stateMutability: "view";
|
|
958
|
+
readonly type: "function";
|
|
959
|
+
}, {
|
|
960
|
+
readonly inputs: readonly [];
|
|
961
|
+
readonly name: "getReserve";
|
|
962
|
+
readonly outputs: readonly [{
|
|
963
|
+
readonly internalType: "uint128";
|
|
964
|
+
readonly name: "reserve";
|
|
965
|
+
readonly type: "uint128";
|
|
966
|
+
}];
|
|
967
|
+
readonly stateMutability: "view";
|
|
968
|
+
readonly type: "function";
|
|
969
|
+
}, {
|
|
970
|
+
readonly inputs: readonly [{
|
|
971
|
+
readonly internalType: "address";
|
|
972
|
+
readonly name: "access_";
|
|
973
|
+
readonly type: "address";
|
|
974
|
+
}, {
|
|
975
|
+
readonly internalType: "address";
|
|
976
|
+
readonly name: "dataProvider_";
|
|
977
|
+
readonly type: "address";
|
|
978
|
+
}, {
|
|
979
|
+
readonly internalType: "address";
|
|
980
|
+
readonly name: "token_";
|
|
981
|
+
readonly type: "address";
|
|
982
|
+
}, {
|
|
983
|
+
readonly internalType: "uint128";
|
|
984
|
+
readonly name: "minDepo_";
|
|
985
|
+
readonly type: "uint128";
|
|
986
|
+
}, {
|
|
987
|
+
readonly internalType: "uint64";
|
|
988
|
+
readonly name: "daoFee";
|
|
989
|
+
readonly type: "uint64";
|
|
990
|
+
}, {
|
|
991
|
+
readonly internalType: "uint64";
|
|
992
|
+
readonly name: "dataProviderFee";
|
|
993
|
+
readonly type: "uint64";
|
|
994
|
+
}];
|
|
995
|
+
readonly name: "initialize";
|
|
996
|
+
readonly outputs: readonly [];
|
|
997
|
+
readonly stateMutability: "nonpayable";
|
|
998
|
+
readonly type: "function";
|
|
999
|
+
}, {
|
|
1000
|
+
readonly inputs: readonly [{
|
|
1001
|
+
readonly internalType: "address";
|
|
1002
|
+
readonly name: "owner";
|
|
1003
|
+
readonly type: "address";
|
|
1004
|
+
}, {
|
|
1005
|
+
readonly internalType: "address";
|
|
1006
|
+
readonly name: "operator";
|
|
1007
|
+
readonly type: "address";
|
|
1008
|
+
}];
|
|
1009
|
+
readonly name: "isApprovedForAll";
|
|
1010
|
+
readonly outputs: readonly [{
|
|
1011
|
+
readonly internalType: "bool";
|
|
1012
|
+
readonly name: "";
|
|
1013
|
+
readonly type: "bool";
|
|
1014
|
+
}];
|
|
1015
|
+
readonly stateMutability: "view";
|
|
1016
|
+
readonly type: "function";
|
|
1017
|
+
}, {
|
|
1018
|
+
readonly inputs: readonly [{
|
|
1019
|
+
readonly internalType: "uint256";
|
|
1020
|
+
readonly name: "depositId";
|
|
1021
|
+
readonly type: "uint256";
|
|
1022
|
+
}];
|
|
1023
|
+
readonly name: "isDepositExists";
|
|
1024
|
+
readonly outputs: readonly [{
|
|
1025
|
+
readonly internalType: "bool";
|
|
1026
|
+
readonly name: "";
|
|
1027
|
+
readonly type: "bool";
|
|
1028
|
+
}];
|
|
1029
|
+
readonly stateMutability: "view";
|
|
1030
|
+
readonly type: "function";
|
|
1031
|
+
}, {
|
|
1032
|
+
readonly inputs: readonly [{
|
|
1033
|
+
readonly internalType: "uint256";
|
|
1034
|
+
readonly name: "gameId";
|
|
1035
|
+
readonly type: "uint256";
|
|
1036
|
+
}];
|
|
1037
|
+
readonly name: "isGameCanceled";
|
|
1038
|
+
readonly outputs: readonly [{
|
|
1039
|
+
readonly internalType: "bool";
|
|
1040
|
+
readonly name: "";
|
|
1041
|
+
readonly type: "bool";
|
|
1042
|
+
}];
|
|
1043
|
+
readonly stateMutability: "view";
|
|
1044
|
+
readonly type: "function";
|
|
1045
|
+
}, {
|
|
1046
|
+
readonly inputs: readonly [];
|
|
1047
|
+
readonly name: "liquidityManager";
|
|
1048
|
+
readonly outputs: readonly [{
|
|
1049
|
+
readonly internalType: "contract ILiquidityManager";
|
|
1050
|
+
readonly name: "";
|
|
1051
|
+
readonly type: "address";
|
|
1052
|
+
}];
|
|
1053
|
+
readonly stateMutability: "view";
|
|
1054
|
+
readonly type: "function";
|
|
1055
|
+
}, {
|
|
1056
|
+
readonly inputs: readonly [];
|
|
1057
|
+
readonly name: "lockedLiquidity";
|
|
1058
|
+
readonly outputs: readonly [{
|
|
1059
|
+
readonly internalType: "uint128";
|
|
1060
|
+
readonly name: "";
|
|
1061
|
+
readonly type: "uint128";
|
|
1062
|
+
}];
|
|
1063
|
+
readonly stateMutability: "view";
|
|
1064
|
+
readonly type: "function";
|
|
1065
|
+
}, {
|
|
1066
|
+
readonly inputs: readonly [];
|
|
1067
|
+
readonly name: "minDepo";
|
|
1068
|
+
readonly outputs: readonly [{
|
|
1069
|
+
readonly internalType: "uint128";
|
|
1070
|
+
readonly name: "";
|
|
1071
|
+
readonly type: "uint128";
|
|
1072
|
+
}];
|
|
1073
|
+
readonly stateMutability: "view";
|
|
1074
|
+
readonly type: "function";
|
|
1075
|
+
}, {
|
|
1076
|
+
readonly inputs: readonly [];
|
|
1077
|
+
readonly name: "name";
|
|
1078
|
+
readonly outputs: readonly [{
|
|
1079
|
+
readonly internalType: "string";
|
|
1080
|
+
readonly name: "";
|
|
1081
|
+
readonly type: "string";
|
|
1082
|
+
}];
|
|
1083
|
+
readonly stateMutability: "view";
|
|
1084
|
+
readonly type: "function";
|
|
1085
|
+
}, {
|
|
1086
|
+
readonly inputs: readonly [];
|
|
1087
|
+
readonly name: "nextNode";
|
|
1088
|
+
readonly outputs: readonly [{
|
|
1089
|
+
readonly internalType: "uint48";
|
|
1090
|
+
readonly name: "";
|
|
1091
|
+
readonly type: "uint48";
|
|
1092
|
+
}];
|
|
1093
|
+
readonly stateMutability: "view";
|
|
1094
|
+
readonly type: "function";
|
|
1095
|
+
}, {
|
|
1096
|
+
readonly inputs: readonly [{
|
|
1097
|
+
readonly internalType: "uint48";
|
|
1098
|
+
readonly name: "leaf";
|
|
1099
|
+
readonly type: "uint48";
|
|
1100
|
+
}];
|
|
1101
|
+
readonly name: "nodeWithdrawView";
|
|
1102
|
+
readonly outputs: readonly [{
|
|
1103
|
+
readonly internalType: "uint128";
|
|
1104
|
+
readonly name: "withdrawAmount";
|
|
1105
|
+
readonly type: "uint128";
|
|
1106
|
+
}];
|
|
1107
|
+
readonly stateMutability: "view";
|
|
1108
|
+
readonly type: "function";
|
|
1109
|
+
}, {
|
|
1110
|
+
readonly inputs: readonly [];
|
|
1111
|
+
readonly name: "owner";
|
|
1112
|
+
readonly outputs: readonly [{
|
|
1113
|
+
readonly internalType: "address";
|
|
1114
|
+
readonly name: "";
|
|
1115
|
+
readonly type: "address";
|
|
1116
|
+
}];
|
|
1117
|
+
readonly stateMutability: "view";
|
|
1118
|
+
readonly type: "function";
|
|
1119
|
+
}, {
|
|
1120
|
+
readonly inputs: readonly [{
|
|
1121
|
+
readonly internalType: "uint256";
|
|
1122
|
+
readonly name: "tokenId";
|
|
1123
|
+
readonly type: "uint256";
|
|
1124
|
+
}];
|
|
1125
|
+
readonly name: "ownerOf";
|
|
1126
|
+
readonly outputs: readonly [{
|
|
1127
|
+
readonly internalType: "address";
|
|
1128
|
+
readonly name: "";
|
|
1129
|
+
readonly type: "address";
|
|
1130
|
+
}];
|
|
1131
|
+
readonly stateMutability: "view";
|
|
1132
|
+
readonly type: "function";
|
|
1133
|
+
}, {
|
|
1134
|
+
readonly inputs: readonly [{
|
|
1135
|
+
readonly internalType: "address";
|
|
1136
|
+
readonly name: "";
|
|
1137
|
+
readonly type: "address";
|
|
1138
|
+
}];
|
|
1139
|
+
readonly name: "rewards";
|
|
1140
|
+
readonly outputs: readonly [{
|
|
1141
|
+
readonly internalType: "int128";
|
|
1142
|
+
readonly name: "amount";
|
|
1143
|
+
readonly type: "int128";
|
|
1144
|
+
}, {
|
|
1145
|
+
readonly internalType: "uint64";
|
|
1146
|
+
readonly name: "claimedAt";
|
|
1147
|
+
readonly type: "uint64";
|
|
1148
|
+
}];
|
|
1149
|
+
readonly stateMutability: "view";
|
|
1150
|
+
readonly type: "function";
|
|
1151
|
+
}, {
|
|
1152
|
+
readonly inputs: readonly [{
|
|
1153
|
+
readonly internalType: "address";
|
|
1154
|
+
readonly name: "from";
|
|
1155
|
+
readonly type: "address";
|
|
1156
|
+
}, {
|
|
1157
|
+
readonly internalType: "address";
|
|
1158
|
+
readonly name: "to";
|
|
1159
|
+
readonly type: "address";
|
|
1160
|
+
}, {
|
|
1161
|
+
readonly internalType: "uint256";
|
|
1162
|
+
readonly name: "tokenId";
|
|
1163
|
+
readonly type: "uint256";
|
|
1164
|
+
}];
|
|
1165
|
+
readonly name: "safeTransferFrom";
|
|
1166
|
+
readonly outputs: readonly [];
|
|
1167
|
+
readonly stateMutability: "nonpayable";
|
|
1168
|
+
readonly type: "function";
|
|
1169
|
+
}, {
|
|
1170
|
+
readonly inputs: readonly [{
|
|
1171
|
+
readonly internalType: "address";
|
|
1172
|
+
readonly name: "from";
|
|
1173
|
+
readonly type: "address";
|
|
1174
|
+
}, {
|
|
1175
|
+
readonly internalType: "address";
|
|
1176
|
+
readonly name: "to";
|
|
1177
|
+
readonly type: "address";
|
|
1178
|
+
}, {
|
|
1179
|
+
readonly internalType: "uint256";
|
|
1180
|
+
readonly name: "tokenId";
|
|
1181
|
+
readonly type: "uint256";
|
|
1182
|
+
}, {
|
|
1183
|
+
readonly internalType: "bytes";
|
|
1184
|
+
readonly name: "data";
|
|
1185
|
+
readonly type: "bytes";
|
|
1186
|
+
}];
|
|
1187
|
+
readonly name: "safeTransferFrom";
|
|
1188
|
+
readonly outputs: readonly [];
|
|
1189
|
+
readonly stateMutability: "nonpayable";
|
|
1190
|
+
readonly type: "function";
|
|
1191
|
+
}, {
|
|
1192
|
+
readonly inputs: readonly [{
|
|
1193
|
+
readonly internalType: "address";
|
|
1194
|
+
readonly name: "operator";
|
|
1195
|
+
readonly type: "address";
|
|
1196
|
+
}, {
|
|
1197
|
+
readonly internalType: "bool";
|
|
1198
|
+
readonly name: "approved";
|
|
1199
|
+
readonly type: "bool";
|
|
1200
|
+
}];
|
|
1201
|
+
readonly name: "setApprovalForAll";
|
|
1202
|
+
readonly outputs: readonly [];
|
|
1203
|
+
readonly stateMutability: "nonpayable";
|
|
1204
|
+
readonly type: "function";
|
|
1205
|
+
}, {
|
|
1206
|
+
readonly inputs: readonly [{
|
|
1207
|
+
readonly internalType: "uint256";
|
|
1208
|
+
readonly name: "gameId";
|
|
1209
|
+
readonly type: "uint256";
|
|
1210
|
+
}, {
|
|
1211
|
+
readonly internalType: "uint64";
|
|
1212
|
+
readonly name: "startsAt";
|
|
1213
|
+
readonly type: "uint64";
|
|
1214
|
+
}];
|
|
1215
|
+
readonly name: "shiftGame";
|
|
1216
|
+
readonly outputs: readonly [];
|
|
1217
|
+
readonly stateMutability: "nonpayable";
|
|
1218
|
+
readonly type: "function";
|
|
1219
|
+
}, {
|
|
1220
|
+
readonly inputs: readonly [{
|
|
1221
|
+
readonly internalType: "bytes4";
|
|
1222
|
+
readonly name: "interfaceId";
|
|
1223
|
+
readonly type: "bytes4";
|
|
1224
|
+
}];
|
|
1225
|
+
readonly name: "supportsInterface";
|
|
1226
|
+
readonly outputs: readonly [{
|
|
1227
|
+
readonly internalType: "bool";
|
|
1228
|
+
readonly name: "";
|
|
1229
|
+
readonly type: "bool";
|
|
1230
|
+
}];
|
|
1231
|
+
readonly stateMutability: "view";
|
|
1232
|
+
readonly type: "function";
|
|
1233
|
+
}, {
|
|
1234
|
+
readonly inputs: readonly [];
|
|
1235
|
+
readonly name: "symbol";
|
|
1236
|
+
readonly outputs: readonly [{
|
|
1237
|
+
readonly internalType: "string";
|
|
1238
|
+
readonly name: "";
|
|
1239
|
+
readonly type: "string";
|
|
1240
|
+
}];
|
|
1241
|
+
readonly stateMutability: "view";
|
|
1242
|
+
readonly type: "function";
|
|
1243
|
+
}, {
|
|
1244
|
+
readonly inputs: readonly [];
|
|
1245
|
+
readonly name: "token";
|
|
1246
|
+
readonly outputs: readonly [{
|
|
1247
|
+
readonly internalType: "address";
|
|
1248
|
+
readonly name: "";
|
|
1249
|
+
readonly type: "address";
|
|
1250
|
+
}];
|
|
1251
|
+
readonly stateMutability: "view";
|
|
1252
|
+
readonly type: "function";
|
|
1253
|
+
}, {
|
|
1254
|
+
readonly inputs: readonly [{
|
|
1255
|
+
readonly internalType: "uint256";
|
|
1256
|
+
readonly name: "index";
|
|
1257
|
+
readonly type: "uint256";
|
|
1258
|
+
}];
|
|
1259
|
+
readonly name: "tokenByIndex";
|
|
1260
|
+
readonly outputs: readonly [{
|
|
1261
|
+
readonly internalType: "uint256";
|
|
1262
|
+
readonly name: "";
|
|
1263
|
+
readonly type: "uint256";
|
|
1264
|
+
}];
|
|
1265
|
+
readonly stateMutability: "view";
|
|
1266
|
+
readonly type: "function";
|
|
1267
|
+
}, {
|
|
1268
|
+
readonly inputs: readonly [{
|
|
1269
|
+
readonly internalType: "address";
|
|
1270
|
+
readonly name: "owner";
|
|
1271
|
+
readonly type: "address";
|
|
1272
|
+
}, {
|
|
1273
|
+
readonly internalType: "uint256";
|
|
1274
|
+
readonly name: "index";
|
|
1275
|
+
readonly type: "uint256";
|
|
1276
|
+
}];
|
|
1277
|
+
readonly name: "tokenOfOwnerByIndex";
|
|
1278
|
+
readonly outputs: readonly [{
|
|
1279
|
+
readonly internalType: "uint256";
|
|
1280
|
+
readonly name: "";
|
|
1281
|
+
readonly type: "uint256";
|
|
1282
|
+
}];
|
|
1283
|
+
readonly stateMutability: "view";
|
|
1284
|
+
readonly type: "function";
|
|
1285
|
+
}, {
|
|
1286
|
+
readonly inputs: readonly [{
|
|
1287
|
+
readonly internalType: "uint256";
|
|
1288
|
+
readonly name: "tokenId";
|
|
1289
|
+
readonly type: "uint256";
|
|
1290
|
+
}];
|
|
1291
|
+
readonly name: "tokenURI";
|
|
1292
|
+
readonly outputs: readonly [{
|
|
1293
|
+
readonly internalType: "string";
|
|
1294
|
+
readonly name: "";
|
|
1295
|
+
readonly type: "string";
|
|
1296
|
+
}];
|
|
1297
|
+
readonly stateMutability: "view";
|
|
1298
|
+
readonly type: "function";
|
|
1299
|
+
}, {
|
|
1300
|
+
readonly inputs: readonly [];
|
|
1301
|
+
readonly name: "totalSupply";
|
|
1302
|
+
readonly outputs: readonly [{
|
|
1303
|
+
readonly internalType: "uint256";
|
|
1304
|
+
readonly name: "";
|
|
1305
|
+
readonly type: "uint256";
|
|
1306
|
+
}];
|
|
1307
|
+
readonly stateMutability: "view";
|
|
1308
|
+
readonly type: "function";
|
|
1309
|
+
}, {
|
|
1310
|
+
readonly inputs: readonly [{
|
|
1311
|
+
readonly internalType: "address";
|
|
1312
|
+
readonly name: "from";
|
|
1313
|
+
readonly type: "address";
|
|
1314
|
+
}, {
|
|
1315
|
+
readonly internalType: "address";
|
|
1316
|
+
readonly name: "to";
|
|
1317
|
+
readonly type: "address";
|
|
1318
|
+
}, {
|
|
1319
|
+
readonly internalType: "uint256";
|
|
1320
|
+
readonly name: "tokenId";
|
|
1321
|
+
readonly type: "uint256";
|
|
1322
|
+
}];
|
|
1323
|
+
readonly name: "transferFrom";
|
|
1324
|
+
readonly outputs: readonly [];
|
|
1325
|
+
readonly stateMutability: "nonpayable";
|
|
1326
|
+
readonly type: "function";
|
|
1327
|
+
}, {
|
|
1328
|
+
readonly inputs: readonly [{
|
|
1329
|
+
readonly internalType: "address";
|
|
1330
|
+
readonly name: "newOwner";
|
|
1331
|
+
readonly type: "address";
|
|
1332
|
+
}];
|
|
1333
|
+
readonly name: "transferOwnership";
|
|
1334
|
+
readonly outputs: readonly [];
|
|
1335
|
+
readonly stateMutability: "nonpayable";
|
|
1336
|
+
readonly type: "function";
|
|
1337
|
+
}, {
|
|
1338
|
+
readonly inputs: readonly [{
|
|
1339
|
+
readonly internalType: "uint48";
|
|
1340
|
+
readonly name: "";
|
|
1341
|
+
readonly type: "uint48";
|
|
1342
|
+
}];
|
|
1343
|
+
readonly name: "treeNode";
|
|
1344
|
+
readonly outputs: readonly [{
|
|
1345
|
+
readonly internalType: "uint64";
|
|
1346
|
+
readonly name: "updateId";
|
|
1347
|
+
readonly type: "uint64";
|
|
1348
|
+
}, {
|
|
1349
|
+
readonly internalType: "uint128";
|
|
1350
|
+
readonly name: "amount";
|
|
1351
|
+
readonly type: "uint128";
|
|
1352
|
+
}];
|
|
1353
|
+
readonly stateMutability: "view";
|
|
1354
|
+
readonly type: "function";
|
|
1355
|
+
}, {
|
|
1356
|
+
readonly inputs: readonly [{
|
|
1357
|
+
readonly internalType: "address";
|
|
1358
|
+
readonly name: "core";
|
|
1359
|
+
readonly type: "address";
|
|
1360
|
+
}, {
|
|
1361
|
+
readonly internalType: "enum ILP.CoreState";
|
|
1362
|
+
readonly name: "state";
|
|
1363
|
+
readonly type: "uint8";
|
|
1364
|
+
}, {
|
|
1365
|
+
readonly internalType: "uint64";
|
|
1366
|
+
readonly name: "reinforcementAbility";
|
|
1367
|
+
readonly type: "uint64";
|
|
1368
|
+
}, {
|
|
1369
|
+
readonly internalType: "uint128";
|
|
1370
|
+
readonly name: "minBet";
|
|
1371
|
+
readonly type: "uint128";
|
|
1372
|
+
}];
|
|
1373
|
+
readonly name: "updateCoreSettings";
|
|
1374
|
+
readonly outputs: readonly [];
|
|
1375
|
+
readonly stateMutability: "nonpayable";
|
|
1376
|
+
readonly type: "function";
|
|
1377
|
+
}, {
|
|
1378
|
+
readonly inputs: readonly [];
|
|
1379
|
+
readonly name: "updateId";
|
|
1380
|
+
readonly outputs: readonly [{
|
|
1381
|
+
readonly internalType: "uint64";
|
|
1382
|
+
readonly name: "";
|
|
1383
|
+
readonly type: "uint64";
|
|
1384
|
+
}];
|
|
1385
|
+
readonly stateMutability: "view";
|
|
1386
|
+
readonly type: "function";
|
|
1387
|
+
}, {
|
|
1388
|
+
readonly inputs: readonly [{
|
|
1389
|
+
readonly internalType: "address";
|
|
1390
|
+
readonly name: "core";
|
|
1391
|
+
readonly type: "address";
|
|
1392
|
+
}, {
|
|
1393
|
+
readonly internalType: "uint256";
|
|
1394
|
+
readonly name: "tokenId";
|
|
1395
|
+
readonly type: "uint256";
|
|
1396
|
+
}];
|
|
1397
|
+
readonly name: "viewPayout";
|
|
1398
|
+
readonly outputs: readonly [{
|
|
1399
|
+
readonly internalType: "uint128";
|
|
1400
|
+
readonly name: "";
|
|
1401
|
+
readonly type: "uint128";
|
|
1402
|
+
}];
|
|
1403
|
+
readonly stateMutability: "view";
|
|
1404
|
+
readonly type: "function";
|
|
1405
|
+
}, {
|
|
1406
|
+
readonly inputs: readonly [{
|
|
1407
|
+
readonly internalType: "uint48";
|
|
1408
|
+
readonly name: "";
|
|
1409
|
+
readonly type: "uint48";
|
|
1410
|
+
}];
|
|
1411
|
+
readonly name: "withdrawAfter";
|
|
1412
|
+
readonly outputs: readonly [{
|
|
1413
|
+
readonly internalType: "uint64";
|
|
1414
|
+
readonly name: "";
|
|
1415
|
+
readonly type: "uint64";
|
|
1416
|
+
}];
|
|
1417
|
+
readonly stateMutability: "view";
|
|
1418
|
+
readonly type: "function";
|
|
1419
|
+
}, {
|
|
1420
|
+
readonly inputs: readonly [{
|
|
1421
|
+
readonly internalType: "uint48";
|
|
1422
|
+
readonly name: "depositId";
|
|
1423
|
+
readonly type: "uint48";
|
|
1424
|
+
}, {
|
|
1425
|
+
readonly internalType: "uint40";
|
|
1426
|
+
readonly name: "percent";
|
|
1427
|
+
readonly type: "uint40";
|
|
1428
|
+
}];
|
|
1429
|
+
readonly name: "withdrawLiquidity";
|
|
1430
|
+
readonly outputs: readonly [{
|
|
1431
|
+
readonly internalType: "uint128";
|
|
1432
|
+
readonly name: "withdrawnAmount";
|
|
1433
|
+
readonly type: "uint128";
|
|
1434
|
+
}];
|
|
1435
|
+
readonly stateMutability: "nonpayable";
|
|
1436
|
+
readonly type: "function";
|
|
1437
|
+
}, {
|
|
1438
|
+
readonly inputs: readonly [{
|
|
1439
|
+
readonly internalType: "address";
|
|
1440
|
+
readonly name: "core";
|
|
1441
|
+
readonly type: "address";
|
|
1442
|
+
}, {
|
|
1443
|
+
readonly internalType: "uint256";
|
|
1444
|
+
readonly name: "tokenId";
|
|
1445
|
+
readonly type: "uint256";
|
|
1446
|
+
}];
|
|
1447
|
+
readonly name: "withdrawPayout";
|
|
1448
|
+
readonly outputs: readonly [{
|
|
1449
|
+
readonly internalType: "uint128";
|
|
1450
|
+
readonly name: "amount";
|
|
1451
|
+
readonly type: "uint128";
|
|
1452
|
+
}];
|
|
1453
|
+
readonly stateMutability: "nonpayable";
|
|
1454
|
+
readonly type: "function";
|
|
1455
|
+
}, {
|
|
1456
|
+
readonly inputs: readonly [];
|
|
1457
|
+
readonly name: "withdrawTimeout";
|
|
1458
|
+
readonly outputs: readonly [{
|
|
1459
|
+
readonly internalType: "uint64";
|
|
1460
|
+
readonly name: "";
|
|
1461
|
+
readonly type: "uint64";
|
|
1462
|
+
}];
|
|
1463
|
+
readonly stateMutability: "view";
|
|
1464
|
+
readonly type: "function";
|
|
1465
|
+
}, {
|
|
1466
|
+
readonly stateMutability: "payable";
|
|
1467
|
+
readonly type: "receive";
|
|
1468
|
+
}];
|
|
1469
|
+
export default _default;
|