@pyratzlabs/react-fhevm-utils 3.2.2 → 3.3.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/dist/client/hooks/useEncryptedBatchTransfer.d.ts +1 -0
- package/dist/client/hooks/useEncryptedBatchTransfer.js +5 -1
- package/dist/client/hooks/useFinalizeUnwrap.d.ts +1 -1
- package/dist/client/hooks/useFinalizeUnwrap.js +2 -2
- package/dist/client/hooks/useUnwrap.js +1 -1
- package/dist/types/ABI/TransferBatcher.abi.d.ts +111 -5
- package/dist/types/ABI/TransferBatcher.abi.js +141 -5
- package/dist/types/ABI/Wrapper.abi.d.ts +575 -20
- package/dist/types/ABI/Wrapper.abi.js +745 -30
- package/package.json +1 -1
|
@@ -1,19 +1,51 @@
|
|
|
1
1
|
export declare const WRAPPER_ABI: readonly [{
|
|
2
|
+
readonly inputs: readonly [];
|
|
3
|
+
readonly stateMutability: "nonpayable";
|
|
4
|
+
readonly type: "constructor";
|
|
5
|
+
}, {
|
|
6
|
+
readonly inputs: readonly [];
|
|
7
|
+
readonly name: "AccessControlBadConfirmation";
|
|
8
|
+
readonly type: "error";
|
|
9
|
+
}, {
|
|
10
|
+
readonly inputs: readonly [{
|
|
11
|
+
readonly internalType: "uint48";
|
|
12
|
+
readonly name: "schedule";
|
|
13
|
+
readonly type: "uint48";
|
|
14
|
+
}];
|
|
15
|
+
readonly name: "AccessControlEnforcedDefaultAdminDelay";
|
|
16
|
+
readonly type: "error";
|
|
17
|
+
}, {
|
|
18
|
+
readonly inputs: readonly [];
|
|
19
|
+
readonly name: "AccessControlEnforcedDefaultAdminRules";
|
|
20
|
+
readonly type: "error";
|
|
21
|
+
}, {
|
|
2
22
|
readonly inputs: readonly [{
|
|
3
23
|
readonly internalType: "address";
|
|
4
|
-
readonly name: "
|
|
24
|
+
readonly name: "defaultAdmin";
|
|
5
25
|
readonly type: "address";
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
|
|
26
|
+
}];
|
|
27
|
+
readonly name: "AccessControlInvalidDefaultAdmin";
|
|
28
|
+
readonly type: "error";
|
|
29
|
+
}, {
|
|
30
|
+
readonly inputs: readonly [{
|
|
31
|
+
readonly internalType: "address";
|
|
32
|
+
readonly name: "account";
|
|
9
33
|
readonly type: "address";
|
|
10
34
|
}, {
|
|
11
|
-
readonly internalType: "
|
|
12
|
-
readonly name: "
|
|
35
|
+
readonly internalType: "bytes32";
|
|
36
|
+
readonly name: "neededRole";
|
|
37
|
+
readonly type: "bytes32";
|
|
38
|
+
}];
|
|
39
|
+
readonly name: "AccessControlUnauthorizedAccount";
|
|
40
|
+
readonly type: "error";
|
|
41
|
+
}, {
|
|
42
|
+
readonly inputs: readonly [{
|
|
43
|
+
readonly internalType: "address";
|
|
44
|
+
readonly name: "target";
|
|
13
45
|
readonly type: "address";
|
|
14
46
|
}];
|
|
15
|
-
readonly
|
|
16
|
-
readonly type: "
|
|
47
|
+
readonly name: "AddressEmptyCode";
|
|
48
|
+
readonly type: "error";
|
|
17
49
|
}, {
|
|
18
50
|
readonly inputs: readonly [];
|
|
19
51
|
readonly name: "CannotReceiveEthForTokenWrap";
|
|
@@ -22,6 +54,18 @@ export declare const WRAPPER_ABI: readonly [{
|
|
|
22
54
|
readonly inputs: readonly [];
|
|
23
55
|
readonly name: "CannotSendToZeroAddress";
|
|
24
56
|
readonly type: "error";
|
|
57
|
+
}, {
|
|
58
|
+
readonly inputs: readonly [{
|
|
59
|
+
readonly internalType: "address";
|
|
60
|
+
readonly name: "implementation";
|
|
61
|
+
readonly type: "address";
|
|
62
|
+
}];
|
|
63
|
+
readonly name: "ERC1967InvalidImplementation";
|
|
64
|
+
readonly type: "error";
|
|
65
|
+
}, {
|
|
66
|
+
readonly inputs: readonly [];
|
|
67
|
+
readonly name: "ERC1967NonPayable";
|
|
68
|
+
readonly type: "error";
|
|
25
69
|
}, {
|
|
26
70
|
readonly inputs: readonly [{
|
|
27
71
|
readonly internalType: "uint256";
|
|
@@ -34,10 +78,30 @@ export declare const WRAPPER_ABI: readonly [{
|
|
|
34
78
|
readonly inputs: readonly [];
|
|
35
79
|
readonly name: "EthFeeTransferFailed";
|
|
36
80
|
readonly type: "error";
|
|
81
|
+
}, {
|
|
82
|
+
readonly inputs: readonly [];
|
|
83
|
+
readonly name: "FailedCall";
|
|
84
|
+
readonly type: "error";
|
|
37
85
|
}, {
|
|
38
86
|
readonly inputs: readonly [];
|
|
39
87
|
readonly name: "IncorrectEthAmount";
|
|
40
88
|
readonly type: "error";
|
|
89
|
+
}, {
|
|
90
|
+
readonly inputs: readonly [];
|
|
91
|
+
readonly name: "InvalidInitialization";
|
|
92
|
+
readonly type: "error";
|
|
93
|
+
}, {
|
|
94
|
+
readonly inputs: readonly [];
|
|
95
|
+
readonly name: "InvalidKMSSignatures";
|
|
96
|
+
readonly type: "error";
|
|
97
|
+
}, {
|
|
98
|
+
readonly inputs: readonly [];
|
|
99
|
+
readonly name: "NotInitializing";
|
|
100
|
+
readonly type: "error";
|
|
101
|
+
}, {
|
|
102
|
+
readonly inputs: readonly [];
|
|
103
|
+
readonly name: "ReentrancyGuardReentrantCall";
|
|
104
|
+
readonly type: "error";
|
|
41
105
|
}, {
|
|
42
106
|
readonly inputs: readonly [{
|
|
43
107
|
readonly internalType: "uint8";
|
|
@@ -62,6 +126,159 @@ export declare const WRAPPER_ABI: readonly [{
|
|
|
62
126
|
readonly inputs: readonly [];
|
|
63
127
|
readonly name: "SenderNotAllowed";
|
|
64
128
|
readonly type: "error";
|
|
129
|
+
}, {
|
|
130
|
+
readonly inputs: readonly [];
|
|
131
|
+
readonly name: "UUPSUnauthorizedCallContext";
|
|
132
|
+
readonly type: "error";
|
|
133
|
+
}, {
|
|
134
|
+
readonly inputs: readonly [{
|
|
135
|
+
readonly internalType: "bytes32";
|
|
136
|
+
readonly name: "slot";
|
|
137
|
+
readonly type: "bytes32";
|
|
138
|
+
}];
|
|
139
|
+
readonly name: "UUPSUnsupportedProxiableUUID";
|
|
140
|
+
readonly type: "error";
|
|
141
|
+
}, {
|
|
142
|
+
readonly inputs: readonly [];
|
|
143
|
+
readonly name: "WrapperBalanceExceedsMaxSupply";
|
|
144
|
+
readonly type: "error";
|
|
145
|
+
}, {
|
|
146
|
+
readonly inputs: readonly [];
|
|
147
|
+
readonly name: "ZamaProtocolUnsupported";
|
|
148
|
+
readonly type: "error";
|
|
149
|
+
}, {
|
|
150
|
+
readonly inputs: readonly [];
|
|
151
|
+
readonly name: "ZeroAddressConfidentialToken";
|
|
152
|
+
readonly type: "error";
|
|
153
|
+
}, {
|
|
154
|
+
readonly inputs: readonly [];
|
|
155
|
+
readonly name: "ZeroAddressDeploymentCoordinator";
|
|
156
|
+
readonly type: "error";
|
|
157
|
+
}, {
|
|
158
|
+
readonly anonymous: false;
|
|
159
|
+
readonly inputs: readonly [];
|
|
160
|
+
readonly name: "DefaultAdminDelayChangeCanceled";
|
|
161
|
+
readonly type: "event";
|
|
162
|
+
}, {
|
|
163
|
+
readonly anonymous: false;
|
|
164
|
+
readonly inputs: readonly [{
|
|
165
|
+
readonly indexed: false;
|
|
166
|
+
readonly internalType: "uint48";
|
|
167
|
+
readonly name: "newDelay";
|
|
168
|
+
readonly type: "uint48";
|
|
169
|
+
}, {
|
|
170
|
+
readonly indexed: false;
|
|
171
|
+
readonly internalType: "uint48";
|
|
172
|
+
readonly name: "effectSchedule";
|
|
173
|
+
readonly type: "uint48";
|
|
174
|
+
}];
|
|
175
|
+
readonly name: "DefaultAdminDelayChangeScheduled";
|
|
176
|
+
readonly type: "event";
|
|
177
|
+
}, {
|
|
178
|
+
readonly anonymous: false;
|
|
179
|
+
readonly inputs: readonly [];
|
|
180
|
+
readonly name: "DefaultAdminTransferCanceled";
|
|
181
|
+
readonly type: "event";
|
|
182
|
+
}, {
|
|
183
|
+
readonly anonymous: false;
|
|
184
|
+
readonly inputs: readonly [{
|
|
185
|
+
readonly indexed: true;
|
|
186
|
+
readonly internalType: "address";
|
|
187
|
+
readonly name: "newAdmin";
|
|
188
|
+
readonly type: "address";
|
|
189
|
+
}, {
|
|
190
|
+
readonly indexed: false;
|
|
191
|
+
readonly internalType: "uint48";
|
|
192
|
+
readonly name: "acceptSchedule";
|
|
193
|
+
readonly type: "uint48";
|
|
194
|
+
}];
|
|
195
|
+
readonly name: "DefaultAdminTransferScheduled";
|
|
196
|
+
readonly type: "event";
|
|
197
|
+
}, {
|
|
198
|
+
readonly anonymous: false;
|
|
199
|
+
readonly inputs: readonly [{
|
|
200
|
+
readonly indexed: false;
|
|
201
|
+
readonly internalType: "uint64";
|
|
202
|
+
readonly name: "version";
|
|
203
|
+
readonly type: "uint64";
|
|
204
|
+
}];
|
|
205
|
+
readonly name: "Initialized";
|
|
206
|
+
readonly type: "event";
|
|
207
|
+
}, {
|
|
208
|
+
readonly anonymous: false;
|
|
209
|
+
readonly inputs: readonly [{
|
|
210
|
+
readonly indexed: false;
|
|
211
|
+
readonly internalType: "bytes32[]";
|
|
212
|
+
readonly name: "handlesList";
|
|
213
|
+
readonly type: "bytes32[]";
|
|
214
|
+
}, {
|
|
215
|
+
readonly indexed: false;
|
|
216
|
+
readonly internalType: "bytes";
|
|
217
|
+
readonly name: "abiEncodedCleartexts";
|
|
218
|
+
readonly type: "bytes";
|
|
219
|
+
}];
|
|
220
|
+
readonly name: "PublicDecryptionVerified";
|
|
221
|
+
readonly type: "event";
|
|
222
|
+
}, {
|
|
223
|
+
readonly anonymous: false;
|
|
224
|
+
readonly inputs: readonly [{
|
|
225
|
+
readonly indexed: true;
|
|
226
|
+
readonly internalType: "bytes32";
|
|
227
|
+
readonly name: "role";
|
|
228
|
+
readonly type: "bytes32";
|
|
229
|
+
}, {
|
|
230
|
+
readonly indexed: true;
|
|
231
|
+
readonly internalType: "bytes32";
|
|
232
|
+
readonly name: "previousAdminRole";
|
|
233
|
+
readonly type: "bytes32";
|
|
234
|
+
}, {
|
|
235
|
+
readonly indexed: true;
|
|
236
|
+
readonly internalType: "bytes32";
|
|
237
|
+
readonly name: "newAdminRole";
|
|
238
|
+
readonly type: "bytes32";
|
|
239
|
+
}];
|
|
240
|
+
readonly name: "RoleAdminChanged";
|
|
241
|
+
readonly type: "event";
|
|
242
|
+
}, {
|
|
243
|
+
readonly anonymous: false;
|
|
244
|
+
readonly inputs: readonly [{
|
|
245
|
+
readonly indexed: true;
|
|
246
|
+
readonly internalType: "bytes32";
|
|
247
|
+
readonly name: "role";
|
|
248
|
+
readonly type: "bytes32";
|
|
249
|
+
}, {
|
|
250
|
+
readonly indexed: true;
|
|
251
|
+
readonly internalType: "address";
|
|
252
|
+
readonly name: "account";
|
|
253
|
+
readonly type: "address";
|
|
254
|
+
}, {
|
|
255
|
+
readonly indexed: true;
|
|
256
|
+
readonly internalType: "address";
|
|
257
|
+
readonly name: "sender";
|
|
258
|
+
readonly type: "address";
|
|
259
|
+
}];
|
|
260
|
+
readonly name: "RoleGranted";
|
|
261
|
+
readonly type: "event";
|
|
262
|
+
}, {
|
|
263
|
+
readonly anonymous: false;
|
|
264
|
+
readonly inputs: readonly [{
|
|
265
|
+
readonly indexed: true;
|
|
266
|
+
readonly internalType: "bytes32";
|
|
267
|
+
readonly name: "role";
|
|
268
|
+
readonly type: "bytes32";
|
|
269
|
+
}, {
|
|
270
|
+
readonly indexed: true;
|
|
271
|
+
readonly internalType: "address";
|
|
272
|
+
readonly name: "account";
|
|
273
|
+
readonly type: "address";
|
|
274
|
+
}, {
|
|
275
|
+
readonly indexed: true;
|
|
276
|
+
readonly internalType: "address";
|
|
277
|
+
readonly name: "sender";
|
|
278
|
+
readonly type: "address";
|
|
279
|
+
}];
|
|
280
|
+
readonly name: "RoleRevoked";
|
|
281
|
+
readonly type: "event";
|
|
65
282
|
}, {
|
|
66
283
|
readonly anonymous: false;
|
|
67
284
|
readonly inputs: readonly [{
|
|
@@ -124,6 +341,11 @@ export declare const WRAPPER_ABI: readonly [{
|
|
|
124
341
|
readonly internalType: "address";
|
|
125
342
|
readonly name: "to";
|
|
126
343
|
readonly type: "address";
|
|
344
|
+
}, {
|
|
345
|
+
readonly indexed: false;
|
|
346
|
+
readonly internalType: "address";
|
|
347
|
+
readonly name: "refund";
|
|
348
|
+
readonly type: "address";
|
|
127
349
|
}, {
|
|
128
350
|
readonly indexed: false;
|
|
129
351
|
readonly internalType: "euint64";
|
|
@@ -137,6 +359,16 @@ export declare const WRAPPER_ABI: readonly [{
|
|
|
137
359
|
}];
|
|
138
360
|
readonly name: "UnwrappedStarted";
|
|
139
361
|
readonly type: "event";
|
|
362
|
+
}, {
|
|
363
|
+
readonly anonymous: false;
|
|
364
|
+
readonly inputs: readonly [{
|
|
365
|
+
readonly indexed: true;
|
|
366
|
+
readonly internalType: "address";
|
|
367
|
+
readonly name: "implementation";
|
|
368
|
+
readonly type: "address";
|
|
369
|
+
}];
|
|
370
|
+
readonly name: "Upgraded";
|
|
371
|
+
readonly type: "event";
|
|
140
372
|
}, {
|
|
141
373
|
readonly anonymous: false;
|
|
142
374
|
readonly inputs: readonly [{
|
|
@@ -167,6 +399,42 @@ export declare const WRAPPER_ABI: readonly [{
|
|
|
167
399
|
}];
|
|
168
400
|
readonly name: "Wrapped";
|
|
169
401
|
readonly type: "event";
|
|
402
|
+
}, {
|
|
403
|
+
readonly inputs: readonly [];
|
|
404
|
+
readonly name: "DEFAULT_ADMIN_ROLE";
|
|
405
|
+
readonly outputs: readonly [{
|
|
406
|
+
readonly internalType: "bytes32";
|
|
407
|
+
readonly name: "";
|
|
408
|
+
readonly type: "bytes32";
|
|
409
|
+
}];
|
|
410
|
+
readonly stateMutability: "view";
|
|
411
|
+
readonly type: "function";
|
|
412
|
+
}, {
|
|
413
|
+
readonly inputs: readonly [];
|
|
414
|
+
readonly name: "UPGRADER_ROLE";
|
|
415
|
+
readonly outputs: readonly [{
|
|
416
|
+
readonly internalType: "bytes32";
|
|
417
|
+
readonly name: "";
|
|
418
|
+
readonly type: "bytes32";
|
|
419
|
+
}];
|
|
420
|
+
readonly stateMutability: "view";
|
|
421
|
+
readonly type: "function";
|
|
422
|
+
}, {
|
|
423
|
+
readonly inputs: readonly [];
|
|
424
|
+
readonly name: "UPGRADE_INTERFACE_VERSION";
|
|
425
|
+
readonly outputs: readonly [{
|
|
426
|
+
readonly internalType: "string";
|
|
427
|
+
readonly name: "";
|
|
428
|
+
readonly type: "string";
|
|
429
|
+
}];
|
|
430
|
+
readonly stateMutability: "view";
|
|
431
|
+
readonly type: "function";
|
|
432
|
+
}, {
|
|
433
|
+
readonly inputs: readonly [];
|
|
434
|
+
readonly name: "acceptDefaultAdminTransfer";
|
|
435
|
+
readonly outputs: readonly [];
|
|
436
|
+
readonly stateMutability: "nonpayable";
|
|
437
|
+
readonly type: "function";
|
|
170
438
|
}, {
|
|
171
439
|
readonly inputs: readonly [];
|
|
172
440
|
readonly name: "adminProvider";
|
|
@@ -177,6 +445,42 @@ export declare const WRAPPER_ABI: readonly [{
|
|
|
177
445
|
}];
|
|
178
446
|
readonly stateMutability: "view";
|
|
179
447
|
readonly type: "function";
|
|
448
|
+
}, {
|
|
449
|
+
readonly inputs: readonly [{
|
|
450
|
+
readonly internalType: "address";
|
|
451
|
+
readonly name: "newAdmin";
|
|
452
|
+
readonly type: "address";
|
|
453
|
+
}];
|
|
454
|
+
readonly name: "beginDefaultAdminTransfer";
|
|
455
|
+
readonly outputs: readonly [];
|
|
456
|
+
readonly stateMutability: "nonpayable";
|
|
457
|
+
readonly type: "function";
|
|
458
|
+
}, {
|
|
459
|
+
readonly inputs: readonly [];
|
|
460
|
+
readonly name: "cancelDefaultAdminTransfer";
|
|
461
|
+
readonly outputs: readonly [];
|
|
462
|
+
readonly stateMutability: "nonpayable";
|
|
463
|
+
readonly type: "function";
|
|
464
|
+
}, {
|
|
465
|
+
readonly inputs: readonly [{
|
|
466
|
+
readonly internalType: "uint48";
|
|
467
|
+
readonly name: "newDelay";
|
|
468
|
+
readonly type: "uint48";
|
|
469
|
+
}];
|
|
470
|
+
readonly name: "changeDefaultAdminDelay";
|
|
471
|
+
readonly outputs: readonly [];
|
|
472
|
+
readonly stateMutability: "nonpayable";
|
|
473
|
+
readonly type: "function";
|
|
474
|
+
}, {
|
|
475
|
+
readonly inputs: readonly [];
|
|
476
|
+
readonly name: "confidentialProtocolId";
|
|
477
|
+
readonly outputs: readonly [{
|
|
478
|
+
readonly internalType: "uint256";
|
|
479
|
+
readonly name: "";
|
|
480
|
+
readonly type: "uint256";
|
|
481
|
+
}];
|
|
482
|
+
readonly stateMutability: "view";
|
|
483
|
+
readonly type: "function";
|
|
180
484
|
}, {
|
|
181
485
|
readonly inputs: readonly [];
|
|
182
486
|
readonly name: "confidentialToken";
|
|
@@ -187,21 +491,172 @@ export declare const WRAPPER_ABI: readonly [{
|
|
|
187
491
|
}];
|
|
188
492
|
readonly stateMutability: "view";
|
|
189
493
|
readonly type: "function";
|
|
494
|
+
}, {
|
|
495
|
+
readonly inputs: readonly [];
|
|
496
|
+
readonly name: "defaultAdmin";
|
|
497
|
+
readonly outputs: readonly [{
|
|
498
|
+
readonly internalType: "address";
|
|
499
|
+
readonly name: "";
|
|
500
|
+
readonly type: "address";
|
|
501
|
+
}];
|
|
502
|
+
readonly stateMutability: "view";
|
|
503
|
+
readonly type: "function";
|
|
504
|
+
}, {
|
|
505
|
+
readonly inputs: readonly [];
|
|
506
|
+
readonly name: "defaultAdminDelay";
|
|
507
|
+
readonly outputs: readonly [{
|
|
508
|
+
readonly internalType: "uint48";
|
|
509
|
+
readonly name: "";
|
|
510
|
+
readonly type: "uint48";
|
|
511
|
+
}];
|
|
512
|
+
readonly stateMutability: "view";
|
|
513
|
+
readonly type: "function";
|
|
514
|
+
}, {
|
|
515
|
+
readonly inputs: readonly [];
|
|
516
|
+
readonly name: "defaultAdminDelayIncreaseWait";
|
|
517
|
+
readonly outputs: readonly [{
|
|
518
|
+
readonly internalType: "uint48";
|
|
519
|
+
readonly name: "";
|
|
520
|
+
readonly type: "uint48";
|
|
521
|
+
}];
|
|
522
|
+
readonly stateMutability: "view";
|
|
523
|
+
readonly type: "function";
|
|
524
|
+
}, {
|
|
525
|
+
readonly inputs: readonly [];
|
|
526
|
+
readonly name: "deploymentCoordinator";
|
|
527
|
+
readonly outputs: readonly [{
|
|
528
|
+
readonly internalType: "contract IDeploymentCoordinator";
|
|
529
|
+
readonly name: "";
|
|
530
|
+
readonly type: "address";
|
|
531
|
+
}];
|
|
532
|
+
readonly stateMutability: "view";
|
|
533
|
+
readonly type: "function";
|
|
190
534
|
}, {
|
|
191
535
|
readonly inputs: readonly [{
|
|
192
536
|
readonly internalType: "uint256";
|
|
193
537
|
readonly name: "requestId";
|
|
194
538
|
readonly type: "uint256";
|
|
195
539
|
}, {
|
|
196
|
-
readonly internalType: "
|
|
197
|
-
readonly name: "
|
|
198
|
-
readonly type: "
|
|
540
|
+
readonly internalType: "bytes";
|
|
541
|
+
readonly name: "abiEncodedClearBurnAmounts";
|
|
542
|
+
readonly type: "bytes";
|
|
199
543
|
}, {
|
|
200
|
-
readonly internalType: "bytes
|
|
201
|
-
readonly name: "
|
|
202
|
-
readonly type: "bytes
|
|
544
|
+
readonly internalType: "bytes";
|
|
545
|
+
readonly name: "decryptionProof";
|
|
546
|
+
readonly type: "bytes";
|
|
203
547
|
}];
|
|
204
548
|
readonly name: "finalizeUnwrap";
|
|
549
|
+
readonly outputs: readonly [{
|
|
550
|
+
readonly internalType: "bool";
|
|
551
|
+
readonly name: "";
|
|
552
|
+
readonly type: "bool";
|
|
553
|
+
}];
|
|
554
|
+
readonly stateMutability: "nonpayable";
|
|
555
|
+
readonly type: "function";
|
|
556
|
+
}, {
|
|
557
|
+
readonly inputs: readonly [{
|
|
558
|
+
readonly internalType: "uint256";
|
|
559
|
+
readonly name: "requestId_";
|
|
560
|
+
readonly type: "uint256";
|
|
561
|
+
}];
|
|
562
|
+
readonly name: "getReceiverEntry";
|
|
563
|
+
readonly outputs: readonly [{
|
|
564
|
+
readonly components: readonly [{
|
|
565
|
+
readonly internalType: "address";
|
|
566
|
+
readonly name: "to";
|
|
567
|
+
readonly type: "address";
|
|
568
|
+
}, {
|
|
569
|
+
readonly internalType: "address";
|
|
570
|
+
readonly name: "refund";
|
|
571
|
+
readonly type: "address";
|
|
572
|
+
}, {
|
|
573
|
+
readonly internalType: "bytes";
|
|
574
|
+
readonly name: "callbackData";
|
|
575
|
+
readonly type: "bytes";
|
|
576
|
+
}, {
|
|
577
|
+
readonly internalType: "euint64";
|
|
578
|
+
readonly name: "expectedBurnAmount";
|
|
579
|
+
readonly type: "bytes32";
|
|
580
|
+
}, {
|
|
581
|
+
readonly internalType: "euint64";
|
|
582
|
+
readonly name: "actualBurnAmount";
|
|
583
|
+
readonly type: "bytes32";
|
|
584
|
+
}, {
|
|
585
|
+
readonly internalType: "uint64";
|
|
586
|
+
readonly name: "committedFeeBasisPoints";
|
|
587
|
+
readonly type: "uint64";
|
|
588
|
+
}];
|
|
589
|
+
readonly internalType: "struct WrapperUpgradeable.ReceiverEntry";
|
|
590
|
+
readonly name: "";
|
|
591
|
+
readonly type: "tuple";
|
|
592
|
+
}];
|
|
593
|
+
readonly stateMutability: "view";
|
|
594
|
+
readonly type: "function";
|
|
595
|
+
}, {
|
|
596
|
+
readonly inputs: readonly [{
|
|
597
|
+
readonly internalType: "bytes32";
|
|
598
|
+
readonly name: "role";
|
|
599
|
+
readonly type: "bytes32";
|
|
600
|
+
}];
|
|
601
|
+
readonly name: "getRoleAdmin";
|
|
602
|
+
readonly outputs: readonly [{
|
|
603
|
+
readonly internalType: "bytes32";
|
|
604
|
+
readonly name: "";
|
|
605
|
+
readonly type: "bytes32";
|
|
606
|
+
}];
|
|
607
|
+
readonly stateMutability: "view";
|
|
608
|
+
readonly type: "function";
|
|
609
|
+
}, {
|
|
610
|
+
readonly inputs: readonly [{
|
|
611
|
+
readonly internalType: "bytes32";
|
|
612
|
+
readonly name: "role";
|
|
613
|
+
readonly type: "bytes32";
|
|
614
|
+
}, {
|
|
615
|
+
readonly internalType: "address";
|
|
616
|
+
readonly name: "account";
|
|
617
|
+
readonly type: "address";
|
|
618
|
+
}];
|
|
619
|
+
readonly name: "grantRole";
|
|
620
|
+
readonly outputs: readonly [];
|
|
621
|
+
readonly stateMutability: "nonpayable";
|
|
622
|
+
readonly type: "function";
|
|
623
|
+
}, {
|
|
624
|
+
readonly inputs: readonly [{
|
|
625
|
+
readonly internalType: "bytes32";
|
|
626
|
+
readonly name: "role";
|
|
627
|
+
readonly type: "bytes32";
|
|
628
|
+
}, {
|
|
629
|
+
readonly internalType: "address";
|
|
630
|
+
readonly name: "account";
|
|
631
|
+
readonly type: "address";
|
|
632
|
+
}];
|
|
633
|
+
readonly name: "hasRole";
|
|
634
|
+
readonly outputs: readonly [{
|
|
635
|
+
readonly internalType: "bool";
|
|
636
|
+
readonly name: "";
|
|
637
|
+
readonly type: "bool";
|
|
638
|
+
}];
|
|
639
|
+
readonly stateMutability: "view";
|
|
640
|
+
readonly type: "function";
|
|
641
|
+
}, {
|
|
642
|
+
readonly inputs: readonly [{
|
|
643
|
+
readonly internalType: "address";
|
|
644
|
+
readonly name: "originalToken_";
|
|
645
|
+
readonly type: "address";
|
|
646
|
+
}, {
|
|
647
|
+
readonly internalType: "contract RegulatedERC7984Upgradeable";
|
|
648
|
+
readonly name: "confidentialToken_";
|
|
649
|
+
readonly type: "address";
|
|
650
|
+
}, {
|
|
651
|
+
readonly internalType: "contract IDeploymentCoordinator";
|
|
652
|
+
readonly name: "deploymentCoordinator_";
|
|
653
|
+
readonly type: "address";
|
|
654
|
+
}, {
|
|
655
|
+
readonly internalType: "address";
|
|
656
|
+
readonly name: "admin_";
|
|
657
|
+
readonly type: "address";
|
|
658
|
+
}];
|
|
659
|
+
readonly name: "initialize";
|
|
205
660
|
readonly outputs: readonly [];
|
|
206
661
|
readonly stateMutability: "nonpayable";
|
|
207
662
|
readonly type: "function";
|
|
@@ -243,14 +698,66 @@ export declare const WRAPPER_ABI: readonly [{
|
|
|
243
698
|
readonly type: "function";
|
|
244
699
|
}, {
|
|
245
700
|
readonly inputs: readonly [];
|
|
246
|
-
readonly name: "
|
|
701
|
+
readonly name: "owner";
|
|
247
702
|
readonly outputs: readonly [{
|
|
248
|
-
readonly internalType: "
|
|
703
|
+
readonly internalType: "address";
|
|
249
704
|
readonly name: "";
|
|
250
|
-
readonly type: "
|
|
705
|
+
readonly type: "address";
|
|
706
|
+
}];
|
|
707
|
+
readonly stateMutability: "view";
|
|
708
|
+
readonly type: "function";
|
|
709
|
+
}, {
|
|
710
|
+
readonly inputs: readonly [];
|
|
711
|
+
readonly name: "pendingDefaultAdmin";
|
|
712
|
+
readonly outputs: readonly [{
|
|
713
|
+
readonly internalType: "address";
|
|
714
|
+
readonly name: "newAdmin";
|
|
715
|
+
readonly type: "address";
|
|
716
|
+
}, {
|
|
717
|
+
readonly internalType: "uint48";
|
|
718
|
+
readonly name: "schedule";
|
|
719
|
+
readonly type: "uint48";
|
|
720
|
+
}];
|
|
721
|
+
readonly stateMutability: "view";
|
|
722
|
+
readonly type: "function";
|
|
723
|
+
}, {
|
|
724
|
+
readonly inputs: readonly [];
|
|
725
|
+
readonly name: "pendingDefaultAdminDelay";
|
|
726
|
+
readonly outputs: readonly [{
|
|
727
|
+
readonly internalType: "uint48";
|
|
728
|
+
readonly name: "newDelay";
|
|
729
|
+
readonly type: "uint48";
|
|
730
|
+
}, {
|
|
731
|
+
readonly internalType: "uint48";
|
|
732
|
+
readonly name: "schedule";
|
|
733
|
+
readonly type: "uint48";
|
|
251
734
|
}];
|
|
252
735
|
readonly stateMutability: "view";
|
|
253
736
|
readonly type: "function";
|
|
737
|
+
}, {
|
|
738
|
+
readonly inputs: readonly [];
|
|
739
|
+
readonly name: "proxiableUUID";
|
|
740
|
+
readonly outputs: readonly [{
|
|
741
|
+
readonly internalType: "bytes32";
|
|
742
|
+
readonly name: "";
|
|
743
|
+
readonly type: "bytes32";
|
|
744
|
+
}];
|
|
745
|
+
readonly stateMutability: "view";
|
|
746
|
+
readonly type: "function";
|
|
747
|
+
}, {
|
|
748
|
+
readonly inputs: readonly [{
|
|
749
|
+
readonly internalType: "bytes32";
|
|
750
|
+
readonly name: "role";
|
|
751
|
+
readonly type: "bytes32";
|
|
752
|
+
}, {
|
|
753
|
+
readonly internalType: "address";
|
|
754
|
+
readonly name: "account";
|
|
755
|
+
readonly type: "address";
|
|
756
|
+
}];
|
|
757
|
+
readonly name: "renounceRole";
|
|
758
|
+
readonly outputs: readonly [];
|
|
759
|
+
readonly stateMutability: "nonpayable";
|
|
760
|
+
readonly type: "function";
|
|
254
761
|
}, {
|
|
255
762
|
readonly inputs: readonly [];
|
|
256
763
|
readonly name: "requestId";
|
|
@@ -263,13 +770,61 @@ export declare const WRAPPER_ABI: readonly [{
|
|
|
263
770
|
readonly type: "function";
|
|
264
771
|
}, {
|
|
265
772
|
readonly inputs: readonly [{
|
|
266
|
-
readonly internalType: "
|
|
267
|
-
readonly name: "
|
|
268
|
-
readonly type: "
|
|
773
|
+
readonly internalType: "bytes32";
|
|
774
|
+
readonly name: "role";
|
|
775
|
+
readonly type: "bytes32";
|
|
776
|
+
}, {
|
|
777
|
+
readonly internalType: "address";
|
|
778
|
+
readonly name: "account";
|
|
779
|
+
readonly type: "address";
|
|
780
|
+
}];
|
|
781
|
+
readonly name: "revokeRole";
|
|
782
|
+
readonly outputs: readonly [];
|
|
783
|
+
readonly stateMutability: "nonpayable";
|
|
784
|
+
readonly type: "function";
|
|
785
|
+
}, {
|
|
786
|
+
readonly inputs: readonly [];
|
|
787
|
+
readonly name: "rollbackDefaultAdminDelay";
|
|
788
|
+
readonly outputs: readonly [];
|
|
789
|
+
readonly stateMutability: "nonpayable";
|
|
790
|
+
readonly type: "function";
|
|
791
|
+
}, {
|
|
792
|
+
readonly inputs: readonly [{
|
|
793
|
+
readonly internalType: "bytes4";
|
|
794
|
+
readonly name: "interfaceId";
|
|
795
|
+
readonly type: "bytes4";
|
|
796
|
+
}];
|
|
797
|
+
readonly name: "supportsInterface";
|
|
798
|
+
readonly outputs: readonly [{
|
|
799
|
+
readonly internalType: "bool";
|
|
800
|
+
readonly name: "";
|
|
801
|
+
readonly type: "bool";
|
|
802
|
+
}];
|
|
803
|
+
readonly stateMutability: "view";
|
|
804
|
+
readonly type: "function";
|
|
805
|
+
}, {
|
|
806
|
+
readonly inputs: readonly [{
|
|
807
|
+
readonly internalType: "address";
|
|
808
|
+
readonly name: "newImplementation";
|
|
809
|
+
readonly type: "address";
|
|
269
810
|
}, {
|
|
811
|
+
readonly internalType: "bytes";
|
|
812
|
+
readonly name: "data";
|
|
813
|
+
readonly type: "bytes";
|
|
814
|
+
}];
|
|
815
|
+
readonly name: "upgradeToAndCall";
|
|
816
|
+
readonly outputs: readonly [];
|
|
817
|
+
readonly stateMutability: "payable";
|
|
818
|
+
readonly type: "function";
|
|
819
|
+
}, {
|
|
820
|
+
readonly inputs: readonly [{
|
|
270
821
|
readonly internalType: "address";
|
|
271
822
|
readonly name: "to_";
|
|
272
823
|
readonly type: "address";
|
|
824
|
+
}, {
|
|
825
|
+
readonly internalType: "uint256";
|
|
826
|
+
readonly name: "amount_";
|
|
827
|
+
readonly type: "uint256";
|
|
273
828
|
}];
|
|
274
829
|
readonly name: "wrap";
|
|
275
830
|
readonly outputs: readonly [];
|