@aztec/l1-artifacts 0.65.1 → 0.66.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/dest/ExtRollupLibAbi.d.ts +501 -0
- package/dest/ExtRollupLibAbi.d.ts.map +1 -0
- package/dest/ExtRollupLibAbi.js +663 -0
- package/dest/ExtRollupLibBytecode.d.ts +9 -0
- package/dest/ExtRollupLibBytecode.d.ts.map +1 -0
- package/dest/ExtRollupLibBytecode.js +9 -0
- package/dest/FeeJuicePortalBytecode.d.ts +1 -1
- package/dest/FeeJuicePortalBytecode.js +1 -1
- package/dest/GovernanceProposerBytecode.d.ts +1 -1
- package/dest/GovernanceProposerBytecode.js +1 -1
- package/dest/InboxBytecode.d.ts +1 -1
- package/dest/InboxBytecode.js +1 -1
- package/dest/LeonidasLibAbi.d.ts +69 -0
- package/dest/LeonidasLibAbi.d.ts.map +1 -0
- package/dest/LeonidasLibAbi.js +91 -0
- package/dest/LeonidasLibBytecode.d.ts +9 -0
- package/dest/LeonidasLibBytecode.d.ts.map +1 -0
- package/dest/LeonidasLibBytecode.js +9 -0
- package/dest/NewGovernanceProposerPayloadBytecode.d.ts +1 -1
- package/dest/NewGovernanceProposerPayloadBytecode.js +1 -1
- package/dest/OutboxBytecode.d.ts +1 -1
- package/dest/OutboxBytecode.js +1 -1
- package/dest/ProofCommitmentEscrowBytecode.d.ts +1 -1
- package/dest/ProofCommitmentEscrowBytecode.js +1 -1
- package/dest/RollupAbi.d.ts +513 -391
- package/dest/RollupAbi.d.ts.map +1 -1
- package/dest/RollupAbi.js +635 -477
- package/dest/RollupBytecode.d.ts +39 -9
- package/dest/RollupBytecode.d.ts.map +1 -1
- package/dest/RollupBytecode.js +50 -10
- package/dest/TestERC20Abi.d.ts +90 -1
- package/dest/TestERC20Abi.d.ts.map +1 -1
- package/dest/TestERC20Abi.js +118 -2
- package/dest/TestERC20Bytecode.d.ts +1 -1
- package/dest/TestERC20Bytecode.d.ts.map +1 -1
- package/dest/TestERC20Bytecode.js +2 -2
- package/dest/TokenPortalBytecode.d.ts +1 -1
- package/dest/TokenPortalBytecode.js +1 -1
- package/dest/UniswapPortalBytecode.d.ts +1 -1
- package/dest/UniswapPortalBytecode.js +1 -1
- package/dest/index.d.ts +4 -4
- package/dest/index.d.ts.map +1 -1
- package/dest/index.js +5 -5
- package/generated/ExtRollupLibAbi.ts +662 -0
- package/generated/ExtRollupLibBytecode.ts +8 -0
- package/generated/FeeJuicePortalBytecode.ts +1 -1
- package/generated/GovernanceProposerBytecode.ts +1 -1
- package/generated/InboxBytecode.ts +1 -1
- package/generated/LeonidasLibAbi.ts +90 -0
- package/generated/LeonidasLibBytecode.ts +8 -0
- package/generated/NewGovernanceProposerPayloadBytecode.ts +1 -1
- package/generated/OutboxBytecode.ts +1 -1
- package/generated/ProofCommitmentEscrowBytecode.ts +1 -1
- package/generated/RollupAbi.ts +634 -476
- package/generated/RollupBytecode.ts +49 -9
- package/generated/TestERC20Abi.ts +117 -1
- package/generated/TestERC20Bytecode.ts +1 -1
- package/generated/TokenPortalBytecode.ts +1 -1
- package/generated/UniswapPortalBytecode.ts +1 -1
- package/generated/index.ts +4 -4
- package/package.json +1 -1
- package/dest/SampleLibAbi.d.ts +0 -61
- package/dest/SampleLibAbi.d.ts.map +0 -1
- package/dest/SampleLibAbi.js +0 -80
- package/dest/SampleLibBytecode.d.ts +0 -9
- package/dest/SampleLibBytecode.d.ts.map +0 -1
- package/dest/SampleLibBytecode.js +0 -9
- package/dest/TxsDecoderAbi.d.ts +0 -31
- package/dest/TxsDecoderAbi.d.ts.map +0 -1
- package/dest/TxsDecoderAbi.js +0 -41
- package/dest/TxsDecoderBytecode.d.ts +0 -9
- package/dest/TxsDecoderBytecode.d.ts.map +0 -1
- package/dest/TxsDecoderBytecode.js +0 -9
- package/generated/SampleLibAbi.ts +0 -79
- package/generated/SampleLibBytecode.ts +0 -8
- package/generated/TxsDecoderAbi.ts +0 -40
- package/generated/TxsDecoderBytecode.ts +0 -8
package/dest/RollupAbi.d.ts
CHANGED
|
@@ -11,6 +11,10 @@ export declare const RollupAbi: readonly [{
|
|
|
11
11
|
readonly name: "_rewardDistributor";
|
|
12
12
|
readonly type: "address";
|
|
13
13
|
readonly internalType: "contract IRewardDistributor";
|
|
14
|
+
}, {
|
|
15
|
+
readonly name: "_stakingAsset";
|
|
16
|
+
readonly type: "address";
|
|
17
|
+
readonly internalType: "contract IERC20";
|
|
14
18
|
}, {
|
|
15
19
|
readonly name: "_vkTreeRoot";
|
|
16
20
|
readonly type: "bytes32";
|
|
@@ -23,10 +27,6 @@ export declare const RollupAbi: readonly [{
|
|
|
23
27
|
readonly name: "_ares";
|
|
24
28
|
readonly type: "address";
|
|
25
29
|
readonly internalType: "address";
|
|
26
|
-
}, {
|
|
27
|
-
readonly name: "_validators";
|
|
28
|
-
readonly type: "address[]";
|
|
29
|
-
readonly internalType: "address[]";
|
|
30
30
|
}, {
|
|
31
31
|
readonly name: "_config";
|
|
32
32
|
readonly type: "tuple";
|
|
@@ -47,6 +47,10 @@ export declare const RollupAbi: readonly [{
|
|
|
47
47
|
readonly name: "aztecEpochProofClaimWindowInL2Slots";
|
|
48
48
|
readonly type: "uint256";
|
|
49
49
|
readonly internalType: "uint256";
|
|
50
|
+
}, {
|
|
51
|
+
readonly name: "minimumStake";
|
|
52
|
+
readonly type: "uint256";
|
|
53
|
+
readonly internalType: "uint256";
|
|
50
54
|
}];
|
|
51
55
|
}];
|
|
52
56
|
readonly stateMutability: "nonpayable";
|
|
@@ -90,6 +94,16 @@ export declare const RollupAbi: readonly [{
|
|
|
90
94
|
readonly internalType: "uint256";
|
|
91
95
|
}];
|
|
92
96
|
readonly stateMutability: "view";
|
|
97
|
+
}, {
|
|
98
|
+
readonly type: "function";
|
|
99
|
+
readonly name: "EXIT_DELAY";
|
|
100
|
+
readonly inputs: readonly [];
|
|
101
|
+
readonly outputs: readonly [{
|
|
102
|
+
readonly name: "";
|
|
103
|
+
readonly type: "uint256";
|
|
104
|
+
readonly internalType: "Timestamp";
|
|
105
|
+
}];
|
|
106
|
+
readonly stateMutability: "view";
|
|
93
107
|
}, {
|
|
94
108
|
readonly type: "function";
|
|
95
109
|
readonly name: "FEE_JUICE_PORTAL";
|
|
@@ -160,6 +174,16 @@ export declare const RollupAbi: readonly [{
|
|
|
160
174
|
readonly internalType: "Slot";
|
|
161
175
|
}];
|
|
162
176
|
readonly stateMutability: "view";
|
|
177
|
+
}, {
|
|
178
|
+
readonly type: "function";
|
|
179
|
+
readonly name: "MINIMUM_STAKE";
|
|
180
|
+
readonly inputs: readonly [];
|
|
181
|
+
readonly outputs: readonly [{
|
|
182
|
+
readonly name: "";
|
|
183
|
+
readonly type: "uint256";
|
|
184
|
+
readonly internalType: "uint256";
|
|
185
|
+
}];
|
|
186
|
+
readonly stateMutability: "view";
|
|
163
187
|
}, {
|
|
164
188
|
readonly type: "function";
|
|
165
189
|
readonly name: "OUTBOX";
|
|
@@ -200,6 +224,16 @@ export declare const RollupAbi: readonly [{
|
|
|
200
224
|
readonly internalType: "contract IRewardDistributor";
|
|
201
225
|
}];
|
|
202
226
|
readonly stateMutability: "view";
|
|
227
|
+
}, {
|
|
228
|
+
readonly type: "function";
|
|
229
|
+
readonly name: "SLASHER";
|
|
230
|
+
readonly inputs: readonly [];
|
|
231
|
+
readonly outputs: readonly [{
|
|
232
|
+
readonly name: "";
|
|
233
|
+
readonly type: "address";
|
|
234
|
+
readonly internalType: "address";
|
|
235
|
+
}];
|
|
236
|
+
readonly stateMutability: "view";
|
|
203
237
|
}, {
|
|
204
238
|
readonly type: "function";
|
|
205
239
|
readonly name: "SLOT_DURATION";
|
|
@@ -210,6 +244,16 @@ export declare const RollupAbi: readonly [{
|
|
|
210
244
|
readonly internalType: "uint256";
|
|
211
245
|
}];
|
|
212
246
|
readonly stateMutability: "view";
|
|
247
|
+
}, {
|
|
248
|
+
readonly type: "function";
|
|
249
|
+
readonly name: "STAKING_ASSET";
|
|
250
|
+
readonly inputs: readonly [];
|
|
251
|
+
readonly outputs: readonly [{
|
|
252
|
+
readonly name: "";
|
|
253
|
+
readonly type: "address";
|
|
254
|
+
readonly internalType: "contract IERC20";
|
|
255
|
+
}];
|
|
256
|
+
readonly stateMutability: "view";
|
|
213
257
|
}, {
|
|
214
258
|
readonly type: "function";
|
|
215
259
|
readonly name: "TARGET_COMMITTEE_SIZE";
|
|
@@ -240,16 +284,6 @@ export declare const RollupAbi: readonly [{
|
|
|
240
284
|
readonly internalType: "address";
|
|
241
285
|
}];
|
|
242
286
|
readonly stateMutability: "view";
|
|
243
|
-
}, {
|
|
244
|
-
readonly type: "function";
|
|
245
|
-
readonly name: "addValidator";
|
|
246
|
-
readonly inputs: readonly [{
|
|
247
|
-
readonly name: "_validator";
|
|
248
|
-
readonly type: "address";
|
|
249
|
-
readonly internalType: "address";
|
|
250
|
-
}];
|
|
251
|
-
readonly outputs: readonly [];
|
|
252
|
-
readonly stateMutability: "nonpayable";
|
|
253
287
|
}, {
|
|
254
288
|
readonly type: "function";
|
|
255
289
|
readonly name: "archive";
|
|
@@ -320,17 +354,44 @@ export declare const RollupAbi: readonly [{
|
|
|
320
354
|
readonly internalType: "bool";
|
|
321
355
|
}];
|
|
322
356
|
readonly stateMutability: "view";
|
|
357
|
+
}, {
|
|
358
|
+
readonly type: "function";
|
|
359
|
+
readonly name: "cheat__InitialiseValidatorSet";
|
|
360
|
+
readonly inputs: readonly [{
|
|
361
|
+
readonly name: "_args";
|
|
362
|
+
readonly type: "tuple[]";
|
|
363
|
+
readonly internalType: "struct CheatDepositArgs[]";
|
|
364
|
+
readonly components: readonly [{
|
|
365
|
+
readonly name: "attester";
|
|
366
|
+
readonly type: "address";
|
|
367
|
+
readonly internalType: "address";
|
|
368
|
+
}, {
|
|
369
|
+
readonly name: "proposer";
|
|
370
|
+
readonly type: "address";
|
|
371
|
+
readonly internalType: "address";
|
|
372
|
+
}, {
|
|
373
|
+
readonly name: "withdrawer";
|
|
374
|
+
readonly type: "address";
|
|
375
|
+
readonly internalType: "address";
|
|
376
|
+
}, {
|
|
377
|
+
readonly name: "amount";
|
|
378
|
+
readonly type: "uint256";
|
|
379
|
+
readonly internalType: "uint256";
|
|
380
|
+
}];
|
|
381
|
+
}];
|
|
382
|
+
readonly outputs: readonly [];
|
|
383
|
+
readonly stateMutability: "nonpayable";
|
|
323
384
|
}, {
|
|
324
385
|
readonly type: "function";
|
|
325
386
|
readonly name: "claimEpochProofRight";
|
|
326
387
|
readonly inputs: readonly [{
|
|
327
388
|
readonly name: "_quote";
|
|
328
389
|
readonly type: "tuple";
|
|
329
|
-
readonly internalType: "struct
|
|
390
|
+
readonly internalType: "struct SignedEpochProofQuote";
|
|
330
391
|
readonly components: readonly [{
|
|
331
392
|
readonly name: "quote";
|
|
332
393
|
readonly type: "tuple";
|
|
333
|
-
readonly internalType: "struct
|
|
394
|
+
readonly internalType: "struct EpochProofQuote";
|
|
334
395
|
readonly components: readonly [{
|
|
335
396
|
readonly name: "epochToProve";
|
|
336
397
|
readonly type: "uint256";
|
|
@@ -355,7 +416,7 @@ export declare const RollupAbi: readonly [{
|
|
|
355
416
|
}, {
|
|
356
417
|
readonly name: "signature";
|
|
357
418
|
readonly type: "tuple";
|
|
358
|
-
readonly internalType: "struct
|
|
419
|
+
readonly internalType: "struct Signature";
|
|
359
420
|
readonly components: readonly [{
|
|
360
421
|
readonly name: "isEmpty";
|
|
361
422
|
readonly type: "bool";
|
|
@@ -391,6 +452,28 @@ export declare const RollupAbi: readonly [{
|
|
|
391
452
|
readonly internalType: "bytes32";
|
|
392
453
|
}];
|
|
393
454
|
readonly stateMutability: "pure";
|
|
455
|
+
}, {
|
|
456
|
+
readonly type: "function";
|
|
457
|
+
readonly name: "deposit";
|
|
458
|
+
readonly inputs: readonly [{
|
|
459
|
+
readonly name: "_attester";
|
|
460
|
+
readonly type: "address";
|
|
461
|
+
readonly internalType: "address";
|
|
462
|
+
}, {
|
|
463
|
+
readonly name: "_proposer";
|
|
464
|
+
readonly type: "address";
|
|
465
|
+
readonly internalType: "address";
|
|
466
|
+
}, {
|
|
467
|
+
readonly name: "_withdrawer";
|
|
468
|
+
readonly type: "address";
|
|
469
|
+
readonly internalType: "address";
|
|
470
|
+
}, {
|
|
471
|
+
readonly name: "_amount";
|
|
472
|
+
readonly type: "uint256";
|
|
473
|
+
readonly internalType: "uint256";
|
|
474
|
+
}];
|
|
475
|
+
readonly outputs: readonly [];
|
|
476
|
+
readonly stateMutability: "nonpayable";
|
|
394
477
|
}, {
|
|
395
478
|
readonly type: "function";
|
|
396
479
|
readonly name: "eip712Domain";
|
|
@@ -427,30 +510,46 @@ export declare const RollupAbi: readonly [{
|
|
|
427
510
|
readonly stateMutability: "view";
|
|
428
511
|
}, {
|
|
429
512
|
readonly type: "function";
|
|
430
|
-
readonly name: "
|
|
513
|
+
readonly name: "finaliseWithdraw";
|
|
514
|
+
readonly inputs: readonly [{
|
|
515
|
+
readonly name: "_attester";
|
|
516
|
+
readonly type: "address";
|
|
517
|
+
readonly internalType: "address";
|
|
518
|
+
}];
|
|
519
|
+
readonly outputs: readonly [];
|
|
520
|
+
readonly stateMutability: "nonpayable";
|
|
521
|
+
}, {
|
|
522
|
+
readonly type: "function";
|
|
523
|
+
readonly name: "getActiveAttesterCount";
|
|
431
524
|
readonly inputs: readonly [];
|
|
432
525
|
readonly outputs: readonly [{
|
|
433
526
|
readonly name: "";
|
|
434
|
-
readonly type: "
|
|
435
|
-
readonly internalType: "
|
|
527
|
+
readonly type: "uint256";
|
|
528
|
+
readonly internalType: "uint256";
|
|
436
529
|
}];
|
|
437
530
|
readonly stateMutability: "view";
|
|
438
531
|
}, {
|
|
439
532
|
readonly type: "function";
|
|
440
|
-
readonly name: "
|
|
533
|
+
readonly name: "getAttesterAtIndex";
|
|
441
534
|
readonly inputs: readonly [{
|
|
442
|
-
readonly name: "";
|
|
535
|
+
readonly name: "_index";
|
|
443
536
|
readonly type: "uint256";
|
|
444
|
-
readonly internalType: "
|
|
537
|
+
readonly internalType: "uint256";
|
|
445
538
|
}];
|
|
446
539
|
readonly outputs: readonly [{
|
|
447
|
-
readonly name: "
|
|
448
|
-
readonly type: "
|
|
449
|
-
readonly internalType: "
|
|
450
|
-
}
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
540
|
+
readonly name: "";
|
|
541
|
+
readonly type: "address";
|
|
542
|
+
readonly internalType: "address";
|
|
543
|
+
}];
|
|
544
|
+
readonly stateMutability: "view";
|
|
545
|
+
}, {
|
|
546
|
+
readonly type: "function";
|
|
547
|
+
readonly name: "getAttesters";
|
|
548
|
+
readonly inputs: readonly [];
|
|
549
|
+
readonly outputs: readonly [{
|
|
550
|
+
readonly name: "";
|
|
551
|
+
readonly type: "address[]";
|
|
552
|
+
readonly internalType: "address[]";
|
|
454
553
|
}];
|
|
455
554
|
readonly stateMutability: "view";
|
|
456
555
|
}, {
|
|
@@ -515,6 +614,20 @@ export declare const RollupAbi: readonly [{
|
|
|
515
614
|
readonly internalType: "Epoch";
|
|
516
615
|
}];
|
|
517
616
|
readonly stateMutability: "view";
|
|
617
|
+
}, {
|
|
618
|
+
readonly type: "function";
|
|
619
|
+
readonly name: "getCommitteeAt";
|
|
620
|
+
readonly inputs: readonly [{
|
|
621
|
+
readonly name: "_ts";
|
|
622
|
+
readonly type: "uint256";
|
|
623
|
+
readonly internalType: "Timestamp";
|
|
624
|
+
}];
|
|
625
|
+
readonly outputs: readonly [{
|
|
626
|
+
readonly name: "";
|
|
627
|
+
readonly type: "address[]";
|
|
628
|
+
readonly internalType: "address[]";
|
|
629
|
+
}];
|
|
630
|
+
readonly stateMutability: "view";
|
|
518
631
|
}, {
|
|
519
632
|
readonly type: "function";
|
|
520
633
|
readonly name: "getCurrentEpoch";
|
|
@@ -537,31 +650,22 @@ export declare const RollupAbi: readonly [{
|
|
|
537
650
|
readonly stateMutability: "view";
|
|
538
651
|
}, {
|
|
539
652
|
readonly type: "function";
|
|
540
|
-
readonly name: "
|
|
653
|
+
readonly name: "getCurrentProposer";
|
|
541
654
|
readonly inputs: readonly [];
|
|
542
655
|
readonly outputs: readonly [{
|
|
543
656
|
readonly name: "";
|
|
544
|
-
readonly type: "
|
|
545
|
-
readonly internalType: "
|
|
546
|
-
readonly components: readonly [{
|
|
547
|
-
readonly name: "baseFee";
|
|
548
|
-
readonly type: "uint256";
|
|
549
|
-
readonly internalType: "uint256";
|
|
550
|
-
}, {
|
|
551
|
-
readonly name: "blobFee";
|
|
552
|
-
readonly type: "uint256";
|
|
553
|
-
readonly internalType: "uint256";
|
|
554
|
-
}];
|
|
657
|
+
readonly type: "address";
|
|
658
|
+
readonly internalType: "address";
|
|
555
659
|
}];
|
|
556
660
|
readonly stateMutability: "view";
|
|
557
661
|
}, {
|
|
558
662
|
readonly type: "function";
|
|
559
|
-
readonly name: "
|
|
663
|
+
readonly name: "getCurrentSampleSeed";
|
|
560
664
|
readonly inputs: readonly [];
|
|
561
665
|
readonly outputs: readonly [{
|
|
562
666
|
readonly name: "";
|
|
563
|
-
readonly type: "
|
|
564
|
-
readonly internalType: "
|
|
667
|
+
readonly type: "uint256";
|
|
668
|
+
readonly internalType: "uint256";
|
|
565
669
|
}];
|
|
566
670
|
readonly stateMutability: "view";
|
|
567
671
|
}, {
|
|
@@ -666,6 +770,29 @@ export declare const RollupAbi: readonly [{
|
|
|
666
770
|
readonly internalType: "Epoch";
|
|
667
771
|
}];
|
|
668
772
|
readonly stateMutability: "view";
|
|
773
|
+
}, {
|
|
774
|
+
readonly type: "function";
|
|
775
|
+
readonly name: "getExit";
|
|
776
|
+
readonly inputs: readonly [{
|
|
777
|
+
readonly name: "_attester";
|
|
778
|
+
readonly type: "address";
|
|
779
|
+
readonly internalType: "address";
|
|
780
|
+
}];
|
|
781
|
+
readonly outputs: readonly [{
|
|
782
|
+
readonly name: "";
|
|
783
|
+
readonly type: "tuple";
|
|
784
|
+
readonly internalType: "struct Exit";
|
|
785
|
+
readonly components: readonly [{
|
|
786
|
+
readonly name: "exitableAt";
|
|
787
|
+
readonly type: "uint256";
|
|
788
|
+
readonly internalType: "Timestamp";
|
|
789
|
+
}, {
|
|
790
|
+
readonly name: "recipient";
|
|
791
|
+
readonly type: "address";
|
|
792
|
+
readonly internalType: "address";
|
|
793
|
+
}];
|
|
794
|
+
}];
|
|
795
|
+
readonly stateMutability: "view";
|
|
669
796
|
}, {
|
|
670
797
|
readonly type: "function";
|
|
671
798
|
readonly name: "getFeeAssetPrice";
|
|
@@ -678,8 +805,66 @@ export declare const RollupAbi: readonly [{
|
|
|
678
805
|
readonly stateMutability: "view";
|
|
679
806
|
}, {
|
|
680
807
|
readonly type: "function";
|
|
681
|
-
readonly name: "
|
|
808
|
+
readonly name: "getInfo";
|
|
809
|
+
readonly inputs: readonly [{
|
|
810
|
+
readonly name: "_attester";
|
|
811
|
+
readonly type: "address";
|
|
812
|
+
readonly internalType: "address";
|
|
813
|
+
}];
|
|
814
|
+
readonly outputs: readonly [{
|
|
815
|
+
readonly name: "";
|
|
816
|
+
readonly type: "tuple";
|
|
817
|
+
readonly internalType: "struct ValidatorInfo";
|
|
818
|
+
readonly components: readonly [{
|
|
819
|
+
readonly name: "stake";
|
|
820
|
+
readonly type: "uint256";
|
|
821
|
+
readonly internalType: "uint256";
|
|
822
|
+
}, {
|
|
823
|
+
readonly name: "withdrawer";
|
|
824
|
+
readonly type: "address";
|
|
825
|
+
readonly internalType: "address";
|
|
826
|
+
}, {
|
|
827
|
+
readonly name: "proposer";
|
|
828
|
+
readonly type: "address";
|
|
829
|
+
readonly internalType: "address";
|
|
830
|
+
}, {
|
|
831
|
+
readonly name: "status";
|
|
832
|
+
readonly type: "uint8";
|
|
833
|
+
readonly internalType: "enum Status";
|
|
834
|
+
}];
|
|
835
|
+
}];
|
|
836
|
+
readonly stateMutability: "view";
|
|
837
|
+
}, {
|
|
838
|
+
readonly type: "function";
|
|
839
|
+
readonly name: "getL1FeesAt";
|
|
840
|
+
readonly inputs: readonly [{
|
|
841
|
+
readonly name: "_timestamp";
|
|
842
|
+
readonly type: "uint256";
|
|
843
|
+
readonly internalType: "Timestamp";
|
|
844
|
+
}];
|
|
845
|
+
readonly outputs: readonly [{
|
|
846
|
+
readonly name: "";
|
|
847
|
+
readonly type: "tuple";
|
|
848
|
+
readonly internalType: "struct L1FeeData";
|
|
849
|
+
readonly components: readonly [{
|
|
850
|
+
readonly name: "baseFee";
|
|
851
|
+
readonly type: "uint256";
|
|
852
|
+
readonly internalType: "uint256";
|
|
853
|
+
}, {
|
|
854
|
+
readonly name: "blobFee";
|
|
855
|
+
readonly type: "uint256";
|
|
856
|
+
readonly internalType: "uint256";
|
|
857
|
+
}];
|
|
858
|
+
}];
|
|
859
|
+
readonly stateMutability: "view";
|
|
860
|
+
}, {
|
|
861
|
+
readonly type: "function";
|
|
862
|
+
readonly name: "getManaBaseFeeAt";
|
|
682
863
|
readonly inputs: readonly [{
|
|
864
|
+
readonly name: "_timestamp";
|
|
865
|
+
readonly type: "uint256";
|
|
866
|
+
readonly internalType: "Timestamp";
|
|
867
|
+
}, {
|
|
683
868
|
readonly name: "_inFeeAsset";
|
|
684
869
|
readonly type: "bool";
|
|
685
870
|
readonly internalType: "bool";
|
|
@@ -692,8 +877,12 @@ export declare const RollupAbi: readonly [{
|
|
|
692
877
|
readonly stateMutability: "view";
|
|
693
878
|
}, {
|
|
694
879
|
readonly type: "function";
|
|
695
|
-
readonly name: "
|
|
880
|
+
readonly name: "getManaBaseFeeComponentsAt";
|
|
696
881
|
readonly inputs: readonly [{
|
|
882
|
+
readonly name: "_timestamp";
|
|
883
|
+
readonly type: "uint256";
|
|
884
|
+
readonly internalType: "Timestamp";
|
|
885
|
+
}, {
|
|
697
886
|
readonly name: "_inFeeAsset";
|
|
698
887
|
readonly type: "bool";
|
|
699
888
|
readonly internalType: "bool";
|
|
@@ -727,31 +916,30 @@ export declare const RollupAbi: readonly [{
|
|
|
727
916
|
readonly stateMutability: "view";
|
|
728
917
|
}, {
|
|
729
918
|
readonly type: "function";
|
|
730
|
-
readonly name: "
|
|
731
|
-
readonly inputs: readonly [];
|
|
732
|
-
readonly outputs: readonly [{
|
|
733
|
-
readonly name: "";
|
|
734
|
-
readonly type: "uint256";
|
|
735
|
-
readonly internalType: "uint256";
|
|
736
|
-
}];
|
|
737
|
-
readonly stateMutability: "view";
|
|
738
|
-
}, {
|
|
739
|
-
readonly type: "function";
|
|
740
|
-
readonly name: "getProposerAt";
|
|
919
|
+
readonly name: "getOperatorAtIndex";
|
|
741
920
|
readonly inputs: readonly [{
|
|
742
|
-
readonly name: "
|
|
921
|
+
readonly name: "_index";
|
|
743
922
|
readonly type: "uint256";
|
|
744
|
-
readonly internalType: "
|
|
923
|
+
readonly internalType: "uint256";
|
|
745
924
|
}];
|
|
746
925
|
readonly outputs: readonly [{
|
|
747
926
|
readonly name: "";
|
|
748
|
-
readonly type: "
|
|
749
|
-
readonly internalType: "
|
|
927
|
+
readonly type: "tuple";
|
|
928
|
+
readonly internalType: "struct OperatorInfo";
|
|
929
|
+
readonly components: readonly [{
|
|
930
|
+
readonly name: "proposer";
|
|
931
|
+
readonly type: "address";
|
|
932
|
+
readonly internalType: "address";
|
|
933
|
+
}, {
|
|
934
|
+
readonly name: "attester";
|
|
935
|
+
readonly type: "address";
|
|
936
|
+
readonly internalType: "address";
|
|
937
|
+
}];
|
|
750
938
|
}];
|
|
751
939
|
readonly stateMutability: "view";
|
|
752
940
|
}, {
|
|
753
941
|
readonly type: "function";
|
|
754
|
-
readonly name: "
|
|
942
|
+
readonly name: "getPendingBlockNumber";
|
|
755
943
|
readonly inputs: readonly [];
|
|
756
944
|
readonly outputs: readonly [{
|
|
757
945
|
readonly name: "";
|
|
@@ -761,35 +949,52 @@ export declare const RollupAbi: readonly [{
|
|
|
761
949
|
readonly stateMutability: "view";
|
|
762
950
|
}, {
|
|
763
951
|
readonly type: "function";
|
|
764
|
-
readonly name: "
|
|
765
|
-
readonly inputs: readonly [
|
|
766
|
-
readonly name: "_ts";
|
|
767
|
-
readonly type: "uint256";
|
|
768
|
-
readonly internalType: "Timestamp";
|
|
769
|
-
}];
|
|
952
|
+
readonly name: "getProofClaim";
|
|
953
|
+
readonly inputs: readonly [];
|
|
770
954
|
readonly outputs: readonly [{
|
|
771
955
|
readonly name: "";
|
|
772
|
-
readonly type: "
|
|
773
|
-
readonly internalType: "
|
|
956
|
+
readonly type: "tuple";
|
|
957
|
+
readonly internalType: "struct DataStructures.EpochProofClaim";
|
|
958
|
+
readonly components: readonly [{
|
|
959
|
+
readonly name: "epochToProve";
|
|
960
|
+
readonly type: "uint256";
|
|
961
|
+
readonly internalType: "Epoch";
|
|
962
|
+
}, {
|
|
963
|
+
readonly name: "basisPointFee";
|
|
964
|
+
readonly type: "uint256";
|
|
965
|
+
readonly internalType: "uint256";
|
|
966
|
+
}, {
|
|
967
|
+
readonly name: "bondAmount";
|
|
968
|
+
readonly type: "uint256";
|
|
969
|
+
readonly internalType: "uint256";
|
|
970
|
+
}, {
|
|
971
|
+
readonly name: "bondProvider";
|
|
972
|
+
readonly type: "address";
|
|
973
|
+
readonly internalType: "address";
|
|
974
|
+
}, {
|
|
975
|
+
readonly name: "proposerClaimant";
|
|
976
|
+
readonly type: "address";
|
|
977
|
+
readonly internalType: "address";
|
|
978
|
+
}];
|
|
774
979
|
}];
|
|
775
980
|
readonly stateMutability: "view";
|
|
776
981
|
}, {
|
|
777
982
|
readonly type: "function";
|
|
778
|
-
readonly name: "
|
|
983
|
+
readonly name: "getProposerAt";
|
|
779
984
|
readonly inputs: readonly [{
|
|
780
|
-
readonly name: "
|
|
985
|
+
readonly name: "_ts";
|
|
781
986
|
readonly type: "uint256";
|
|
782
|
-
readonly internalType: "
|
|
987
|
+
readonly internalType: "Timestamp";
|
|
783
988
|
}];
|
|
784
989
|
readonly outputs: readonly [{
|
|
785
990
|
readonly name: "";
|
|
786
|
-
readonly type: "
|
|
787
|
-
readonly internalType: "
|
|
991
|
+
readonly type: "address";
|
|
992
|
+
readonly internalType: "address";
|
|
788
993
|
}];
|
|
789
994
|
readonly stateMutability: "view";
|
|
790
995
|
}, {
|
|
791
996
|
readonly type: "function";
|
|
792
|
-
readonly name: "
|
|
997
|
+
readonly name: "getProposerAtIndex";
|
|
793
998
|
readonly inputs: readonly [{
|
|
794
999
|
readonly name: "_index";
|
|
795
1000
|
readonly type: "uint256";
|
|
@@ -803,7 +1008,21 @@ export declare const RollupAbi: readonly [{
|
|
|
803
1008
|
readonly stateMutability: "view";
|
|
804
1009
|
}, {
|
|
805
1010
|
readonly type: "function";
|
|
806
|
-
readonly name: "
|
|
1011
|
+
readonly name: "getProposerForAttester";
|
|
1012
|
+
readonly inputs: readonly [{
|
|
1013
|
+
readonly name: "_attester";
|
|
1014
|
+
readonly type: "address";
|
|
1015
|
+
readonly internalType: "address";
|
|
1016
|
+
}];
|
|
1017
|
+
readonly outputs: readonly [{
|
|
1018
|
+
readonly name: "";
|
|
1019
|
+
readonly type: "address";
|
|
1020
|
+
readonly internalType: "address";
|
|
1021
|
+
}];
|
|
1022
|
+
readonly stateMutability: "view";
|
|
1023
|
+
}, {
|
|
1024
|
+
readonly type: "function";
|
|
1025
|
+
readonly name: "getProvenBlockNumber";
|
|
807
1026
|
readonly inputs: readonly [];
|
|
808
1027
|
readonly outputs: readonly [{
|
|
809
1028
|
readonly name: "";
|
|
@@ -813,96 +1032,89 @@ export declare const RollupAbi: readonly [{
|
|
|
813
1032
|
readonly stateMutability: "view";
|
|
814
1033
|
}, {
|
|
815
1034
|
readonly type: "function";
|
|
816
|
-
readonly name: "
|
|
817
|
-
readonly inputs: readonly [
|
|
1035
|
+
readonly name: "getSampleSeedAt";
|
|
1036
|
+
readonly inputs: readonly [{
|
|
1037
|
+
readonly name: "_ts";
|
|
1038
|
+
readonly type: "uint256";
|
|
1039
|
+
readonly internalType: "Timestamp";
|
|
1040
|
+
}];
|
|
818
1041
|
readonly outputs: readonly [{
|
|
819
1042
|
readonly name: "";
|
|
820
|
-
readonly type: "
|
|
821
|
-
readonly internalType: "
|
|
1043
|
+
readonly type: "uint256";
|
|
1044
|
+
readonly internalType: "uint256";
|
|
822
1045
|
}];
|
|
823
1046
|
readonly stateMutability: "view";
|
|
824
1047
|
}, {
|
|
825
1048
|
readonly type: "function";
|
|
826
|
-
readonly name: "
|
|
1049
|
+
readonly name: "getSlotAt";
|
|
827
1050
|
readonly inputs: readonly [{
|
|
828
|
-
readonly name: "
|
|
829
|
-
readonly type: "
|
|
830
|
-
readonly internalType: "
|
|
1051
|
+
readonly name: "_ts";
|
|
1052
|
+
readonly type: "uint256";
|
|
1053
|
+
readonly internalType: "Timestamp";
|
|
831
1054
|
}];
|
|
832
1055
|
readonly outputs: readonly [{
|
|
833
1056
|
readonly name: "";
|
|
834
|
-
readonly type: "
|
|
835
|
-
readonly internalType: "
|
|
1057
|
+
readonly type: "uint256";
|
|
1058
|
+
readonly internalType: "Slot";
|
|
836
1059
|
}];
|
|
837
1060
|
readonly stateMutability: "view";
|
|
838
1061
|
}, {
|
|
839
1062
|
readonly type: "function";
|
|
840
|
-
readonly name: "
|
|
1063
|
+
readonly name: "getTimestampForSlot";
|
|
1064
|
+
readonly inputs: readonly [{
|
|
1065
|
+
readonly name: "_slotNumber";
|
|
1066
|
+
readonly type: "uint256";
|
|
1067
|
+
readonly internalType: "Slot";
|
|
1068
|
+
}];
|
|
1069
|
+
readonly outputs: readonly [{
|
|
1070
|
+
readonly name: "";
|
|
1071
|
+
readonly type: "uint256";
|
|
1072
|
+
readonly internalType: "Timestamp";
|
|
1073
|
+
}];
|
|
1074
|
+
readonly stateMutability: "view";
|
|
1075
|
+
}, {
|
|
1076
|
+
readonly type: "function";
|
|
1077
|
+
readonly name: "getTips";
|
|
841
1078
|
readonly inputs: readonly [];
|
|
842
1079
|
readonly outputs: readonly [{
|
|
843
|
-
readonly name: "
|
|
844
|
-
readonly type: "tuple";
|
|
845
|
-
readonly internalType: "struct L1FeeData";
|
|
846
|
-
readonly components: readonly [{
|
|
847
|
-
readonly name: "baseFee";
|
|
848
|
-
readonly type: "uint256";
|
|
849
|
-
readonly internalType: "uint256";
|
|
850
|
-
}, {
|
|
851
|
-
readonly name: "blobFee";
|
|
852
|
-
readonly type: "uint256";
|
|
853
|
-
readonly internalType: "uint256";
|
|
854
|
-
}];
|
|
855
|
-
}, {
|
|
856
|
-
readonly name: "post";
|
|
1080
|
+
readonly name: "";
|
|
857
1081
|
readonly type: "tuple";
|
|
858
|
-
readonly internalType: "struct
|
|
1082
|
+
readonly internalType: "struct ChainTips";
|
|
859
1083
|
readonly components: readonly [{
|
|
860
|
-
readonly name: "
|
|
1084
|
+
readonly name: "pendingBlockNumber";
|
|
861
1085
|
readonly type: "uint256";
|
|
862
1086
|
readonly internalType: "uint256";
|
|
863
1087
|
}, {
|
|
864
|
-
readonly name: "
|
|
1088
|
+
readonly name: "provenBlockNumber";
|
|
865
1089
|
readonly type: "uint256";
|
|
866
1090
|
readonly internalType: "uint256";
|
|
867
1091
|
}];
|
|
868
|
-
}, {
|
|
869
|
-
readonly name: "slotOfChange";
|
|
870
|
-
readonly type: "uint256";
|
|
871
|
-
readonly internalType: "Slot";
|
|
872
1092
|
}];
|
|
873
1093
|
readonly stateMutability: "view";
|
|
874
1094
|
}, {
|
|
875
1095
|
readonly type: "function";
|
|
876
|
-
readonly name: "
|
|
877
|
-
readonly inputs: readonly [
|
|
878
|
-
|
|
879
|
-
readonly
|
|
1096
|
+
readonly name: "initiateWithdraw";
|
|
1097
|
+
readonly inputs: readonly [{
|
|
1098
|
+
readonly name: "_attester";
|
|
1099
|
+
readonly type: "address";
|
|
1100
|
+
readonly internalType: "address";
|
|
1101
|
+
}, {
|
|
1102
|
+
readonly name: "_recipient";
|
|
880
1103
|
readonly type: "address";
|
|
881
1104
|
readonly internalType: "address";
|
|
882
1105
|
}];
|
|
883
|
-
readonly
|
|
1106
|
+
readonly outputs: readonly [{
|
|
1107
|
+
readonly name: "";
|
|
1108
|
+
readonly type: "bool";
|
|
1109
|
+
readonly internalType: "bool";
|
|
1110
|
+
}];
|
|
1111
|
+
readonly stateMutability: "nonpayable";
|
|
884
1112
|
}, {
|
|
885
1113
|
readonly type: "function";
|
|
886
|
-
readonly name: "
|
|
1114
|
+
readonly name: "owner";
|
|
887
1115
|
readonly inputs: readonly [];
|
|
888
1116
|
readonly outputs: readonly [{
|
|
889
|
-
readonly name: "
|
|
890
|
-
readonly type: "uint256";
|
|
891
|
-
readonly internalType: "Epoch";
|
|
892
|
-
}, {
|
|
893
|
-
readonly name: "basisPointFee";
|
|
894
|
-
readonly type: "uint256";
|
|
895
|
-
readonly internalType: "uint256";
|
|
896
|
-
}, {
|
|
897
|
-
readonly name: "bondAmount";
|
|
898
|
-
readonly type: "uint256";
|
|
899
|
-
readonly internalType: "uint256";
|
|
900
|
-
}, {
|
|
901
|
-
readonly name: "bondProvider";
|
|
902
|
-
readonly type: "address";
|
|
903
|
-
readonly internalType: "address";
|
|
904
|
-
}, {
|
|
905
|
-
readonly name: "proposerClaimant";
|
|
1117
|
+
readonly name: "";
|
|
906
1118
|
readonly type: "address";
|
|
907
1119
|
readonly internalType: "address";
|
|
908
1120
|
}];
|
|
@@ -947,7 +1159,7 @@ export declare const RollupAbi: readonly [{
|
|
|
947
1159
|
}, {
|
|
948
1160
|
readonly name: "_signatures";
|
|
949
1161
|
readonly type: "tuple[]";
|
|
950
|
-
readonly internalType: "struct
|
|
1162
|
+
readonly internalType: "struct Signature[]";
|
|
951
1163
|
readonly components: readonly [{
|
|
952
1164
|
readonly name: "isEmpty";
|
|
953
1165
|
readonly type: "bool";
|
|
@@ -1012,7 +1224,7 @@ export declare const RollupAbi: readonly [{
|
|
|
1012
1224
|
}, {
|
|
1013
1225
|
readonly name: "_signatures";
|
|
1014
1226
|
readonly type: "tuple[]";
|
|
1015
|
-
readonly internalType: "struct
|
|
1227
|
+
readonly internalType: "struct Signature[]";
|
|
1016
1228
|
readonly components: readonly [{
|
|
1017
1229
|
readonly name: "isEmpty";
|
|
1018
1230
|
readonly type: "bool";
|
|
@@ -1037,11 +1249,11 @@ export declare const RollupAbi: readonly [{
|
|
|
1037
1249
|
}, {
|
|
1038
1250
|
readonly name: "_quote";
|
|
1039
1251
|
readonly type: "tuple";
|
|
1040
|
-
readonly internalType: "struct
|
|
1252
|
+
readonly internalType: "struct SignedEpochProofQuote";
|
|
1041
1253
|
readonly components: readonly [{
|
|
1042
1254
|
readonly name: "quote";
|
|
1043
1255
|
readonly type: "tuple";
|
|
1044
|
-
readonly internalType: "struct
|
|
1256
|
+
readonly internalType: "struct EpochProofQuote";
|
|
1045
1257
|
readonly components: readonly [{
|
|
1046
1258
|
readonly name: "epochToProve";
|
|
1047
1259
|
readonly type: "uint256";
|
|
@@ -1066,7 +1278,7 @@ export declare const RollupAbi: readonly [{
|
|
|
1066
1278
|
}, {
|
|
1067
1279
|
readonly name: "signature";
|
|
1068
1280
|
readonly type: "tuple";
|
|
1069
|
-
readonly internalType: "struct
|
|
1281
|
+
readonly internalType: "struct Signature";
|
|
1070
1282
|
readonly components: readonly [{
|
|
1071
1283
|
readonly name: "isEmpty";
|
|
1072
1284
|
readonly type: "bool";
|
|
@@ -1088,16 +1300,6 @@ export declare const RollupAbi: readonly [{
|
|
|
1088
1300
|
}];
|
|
1089
1301
|
readonly outputs: readonly [];
|
|
1090
1302
|
readonly stateMutability: "nonpayable";
|
|
1091
|
-
}, {
|
|
1092
|
-
readonly type: "function";
|
|
1093
|
-
readonly name: "protocolContractTreeRoot";
|
|
1094
|
-
readonly inputs: readonly [];
|
|
1095
|
-
readonly outputs: readonly [{
|
|
1096
|
-
readonly name: "";
|
|
1097
|
-
readonly type: "bytes32";
|
|
1098
|
-
readonly internalType: "bytes32";
|
|
1099
|
-
}];
|
|
1100
|
-
readonly stateMutability: "view";
|
|
1101
1303
|
}, {
|
|
1102
1304
|
readonly type: "function";
|
|
1103
1305
|
readonly name: "prune";
|
|
@@ -1110,7 +1312,7 @@ export declare const RollupAbi: readonly [{
|
|
|
1110
1312
|
readonly inputs: readonly [{
|
|
1111
1313
|
readonly name: "_quote";
|
|
1112
1314
|
readonly type: "tuple";
|
|
1113
|
-
readonly internalType: "struct
|
|
1315
|
+
readonly internalType: "struct EpochProofQuote";
|
|
1114
1316
|
readonly components: readonly [{
|
|
1115
1317
|
readonly name: "epochToProve";
|
|
1116
1318
|
readonly type: "uint256";
|
|
@@ -1139,16 +1341,6 @@ export declare const RollupAbi: readonly [{
|
|
|
1139
1341
|
readonly internalType: "bytes32";
|
|
1140
1342
|
}];
|
|
1141
1343
|
readonly stateMutability: "view";
|
|
1142
|
-
}, {
|
|
1143
|
-
readonly type: "function";
|
|
1144
|
-
readonly name: "removeValidator";
|
|
1145
|
-
readonly inputs: readonly [{
|
|
1146
|
-
readonly name: "_validator";
|
|
1147
|
-
readonly type: "address";
|
|
1148
|
-
readonly internalType: "address";
|
|
1149
|
-
}];
|
|
1150
|
-
readonly outputs: readonly [];
|
|
1151
|
-
readonly stateMutability: "nonpayable";
|
|
1152
1344
|
}, {
|
|
1153
1345
|
readonly type: "function";
|
|
1154
1346
|
readonly name: "renounceOwnership";
|
|
@@ -1201,6 +1393,20 @@ export declare const RollupAbi: readonly [{
|
|
|
1201
1393
|
readonly inputs: readonly [];
|
|
1202
1394
|
readonly outputs: readonly [];
|
|
1203
1395
|
readonly stateMutability: "nonpayable";
|
|
1396
|
+
}, {
|
|
1397
|
+
readonly type: "function";
|
|
1398
|
+
readonly name: "slash";
|
|
1399
|
+
readonly inputs: readonly [{
|
|
1400
|
+
readonly name: "_attester";
|
|
1401
|
+
readonly type: "address";
|
|
1402
|
+
readonly internalType: "address";
|
|
1403
|
+
}, {
|
|
1404
|
+
readonly name: "_amount";
|
|
1405
|
+
readonly type: "uint256";
|
|
1406
|
+
readonly internalType: "uint256";
|
|
1407
|
+
}];
|
|
1408
|
+
readonly outputs: readonly [];
|
|
1409
|
+
readonly stateMutability: "nonpayable";
|
|
1204
1410
|
}, {
|
|
1205
1411
|
readonly type: "function";
|
|
1206
1412
|
readonly name: "status";
|
|
@@ -1266,20 +1472,6 @@ export declare const RollupAbi: readonly [{
|
|
|
1266
1472
|
}];
|
|
1267
1473
|
readonly outputs: readonly [];
|
|
1268
1474
|
readonly stateMutability: "nonpayable";
|
|
1269
|
-
}, {
|
|
1270
|
-
readonly type: "function";
|
|
1271
|
-
readonly name: "tips";
|
|
1272
|
-
readonly inputs: readonly [];
|
|
1273
|
-
readonly outputs: readonly [{
|
|
1274
|
-
readonly name: "pendingBlockNumber";
|
|
1275
|
-
readonly type: "uint256";
|
|
1276
|
-
readonly internalType: "uint256";
|
|
1277
|
-
}, {
|
|
1278
|
-
readonly name: "provenBlockNumber";
|
|
1279
|
-
readonly type: "uint256";
|
|
1280
|
-
readonly internalType: "uint256";
|
|
1281
|
-
}];
|
|
1282
|
-
readonly stateMutability: "view";
|
|
1283
1475
|
}, {
|
|
1284
1476
|
readonly type: "function";
|
|
1285
1477
|
readonly name: "transferOwnership";
|
|
@@ -1306,11 +1498,11 @@ export declare const RollupAbi: readonly [{
|
|
|
1306
1498
|
}, {
|
|
1307
1499
|
readonly name: "_quote";
|
|
1308
1500
|
readonly type: "tuple";
|
|
1309
|
-
readonly internalType: "struct
|
|
1501
|
+
readonly internalType: "struct SignedEpochProofQuote";
|
|
1310
1502
|
readonly components: readonly [{
|
|
1311
1503
|
readonly name: "quote";
|
|
1312
1504
|
readonly type: "tuple";
|
|
1313
|
-
readonly internalType: "struct
|
|
1505
|
+
readonly internalType: "struct EpochProofQuote";
|
|
1314
1506
|
readonly components: readonly [{
|
|
1315
1507
|
readonly name: "epochToProve";
|
|
1316
1508
|
readonly type: "uint256";
|
|
@@ -1335,7 +1527,7 @@ export declare const RollupAbi: readonly [{
|
|
|
1335
1527
|
}, {
|
|
1336
1528
|
readonly name: "signature";
|
|
1337
1529
|
readonly type: "tuple";
|
|
1338
|
-
readonly internalType: "struct
|
|
1530
|
+
readonly internalType: "struct Signature";
|
|
1339
1531
|
readonly components: readonly [{
|
|
1340
1532
|
readonly name: "isEmpty";
|
|
1341
1533
|
readonly type: "bool";
|
|
@@ -1367,7 +1559,7 @@ export declare const RollupAbi: readonly [{
|
|
|
1367
1559
|
}, {
|
|
1368
1560
|
readonly name: "_signatures";
|
|
1369
1561
|
readonly type: "tuple[]";
|
|
1370
|
-
readonly internalType: "struct
|
|
1562
|
+
readonly internalType: "struct Signature[]";
|
|
1371
1563
|
readonly components: readonly [{
|
|
1372
1564
|
readonly name: "isEmpty";
|
|
1373
1565
|
readonly type: "bool";
|
|
@@ -1414,15 +1606,30 @@ export declare const RollupAbi: readonly [{
|
|
|
1414
1606
|
readonly outputs: readonly [];
|
|
1415
1607
|
readonly stateMutability: "view";
|
|
1416
1608
|
}, {
|
|
1417
|
-
readonly type: "
|
|
1418
|
-
readonly name: "
|
|
1419
|
-
readonly inputs: readonly [
|
|
1420
|
-
|
|
1421
|
-
readonly
|
|
1422
|
-
readonly
|
|
1423
|
-
readonly internalType: "
|
|
1609
|
+
readonly type: "event";
|
|
1610
|
+
readonly name: "Deposit";
|
|
1611
|
+
readonly inputs: readonly [{
|
|
1612
|
+
readonly name: "attester";
|
|
1613
|
+
readonly type: "address";
|
|
1614
|
+
readonly indexed: true;
|
|
1615
|
+
readonly internalType: "address";
|
|
1616
|
+
}, {
|
|
1617
|
+
readonly name: "proposer";
|
|
1618
|
+
readonly type: "address";
|
|
1619
|
+
readonly indexed: true;
|
|
1620
|
+
readonly internalType: "address";
|
|
1621
|
+
}, {
|
|
1622
|
+
readonly name: "withdrawer";
|
|
1623
|
+
readonly type: "address";
|
|
1624
|
+
readonly indexed: true;
|
|
1625
|
+
readonly internalType: "address";
|
|
1626
|
+
}, {
|
|
1627
|
+
readonly name: "amount";
|
|
1628
|
+
readonly type: "uint256";
|
|
1629
|
+
readonly indexed: false;
|
|
1630
|
+
readonly internalType: "uint256";
|
|
1424
1631
|
}];
|
|
1425
|
-
readonly
|
|
1632
|
+
readonly anonymous: false;
|
|
1426
1633
|
}, {
|
|
1427
1634
|
readonly type: "event";
|
|
1428
1635
|
readonly name: "EIP712DomainChanged";
|
|
@@ -1519,66 +1726,85 @@ export declare const RollupAbi: readonly [{
|
|
|
1519
1726
|
}];
|
|
1520
1727
|
readonly anonymous: false;
|
|
1521
1728
|
}, {
|
|
1522
|
-
readonly type: "
|
|
1523
|
-
readonly name: "
|
|
1729
|
+
readonly type: "event";
|
|
1730
|
+
readonly name: "Slashed";
|
|
1524
1731
|
readonly inputs: readonly [{
|
|
1525
|
-
readonly name: "
|
|
1526
|
-
readonly type: "
|
|
1527
|
-
readonly
|
|
1732
|
+
readonly name: "attester";
|
|
1733
|
+
readonly type: "address";
|
|
1734
|
+
readonly indexed: true;
|
|
1735
|
+
readonly internalType: "address";
|
|
1528
1736
|
}, {
|
|
1529
|
-
readonly name: "
|
|
1737
|
+
readonly name: "amount";
|
|
1530
1738
|
readonly type: "uint256";
|
|
1739
|
+
readonly indexed: false;
|
|
1531
1740
|
readonly internalType: "uint256";
|
|
1532
1741
|
}];
|
|
1742
|
+
readonly anonymous: false;
|
|
1533
1743
|
}, {
|
|
1534
|
-
readonly type: "
|
|
1535
|
-
readonly name: "
|
|
1744
|
+
readonly type: "event";
|
|
1745
|
+
readonly name: "WithdrawFinalised";
|
|
1536
1746
|
readonly inputs: readonly [{
|
|
1537
|
-
readonly name: "
|
|
1538
|
-
readonly type: "
|
|
1539
|
-
readonly
|
|
1747
|
+
readonly name: "attester";
|
|
1748
|
+
readonly type: "address";
|
|
1749
|
+
readonly indexed: true;
|
|
1750
|
+
readonly internalType: "address";
|
|
1540
1751
|
}, {
|
|
1541
|
-
readonly name: "
|
|
1752
|
+
readonly name: "recipient";
|
|
1753
|
+
readonly type: "address";
|
|
1754
|
+
readonly indexed: true;
|
|
1755
|
+
readonly internalType: "address";
|
|
1756
|
+
}, {
|
|
1757
|
+
readonly name: "amount";
|
|
1542
1758
|
readonly type: "uint256";
|
|
1543
|
-
readonly
|
|
1759
|
+
readonly indexed: false;
|
|
1760
|
+
readonly internalType: "uint256";
|
|
1544
1761
|
}];
|
|
1762
|
+
readonly anonymous: false;
|
|
1545
1763
|
}, {
|
|
1546
|
-
readonly type: "
|
|
1547
|
-
readonly name: "
|
|
1548
|
-
readonly inputs: readonly [];
|
|
1549
|
-
}, {
|
|
1550
|
-
readonly type: "error";
|
|
1551
|
-
readonly name: "Leonidas__InsufficientAttestations";
|
|
1764
|
+
readonly type: "event";
|
|
1765
|
+
readonly name: "WithdrawInitiated";
|
|
1552
1766
|
readonly inputs: readonly [{
|
|
1553
|
-
readonly name: "
|
|
1554
|
-
readonly type: "
|
|
1555
|
-
readonly
|
|
1767
|
+
readonly name: "attester";
|
|
1768
|
+
readonly type: "address";
|
|
1769
|
+
readonly indexed: true;
|
|
1770
|
+
readonly internalType: "address";
|
|
1556
1771
|
}, {
|
|
1557
|
-
readonly name: "
|
|
1772
|
+
readonly name: "recipient";
|
|
1773
|
+
readonly type: "address";
|
|
1774
|
+
readonly indexed: true;
|
|
1775
|
+
readonly internalType: "address";
|
|
1776
|
+
}, {
|
|
1777
|
+
readonly name: "amount";
|
|
1558
1778
|
readonly type: "uint256";
|
|
1779
|
+
readonly indexed: false;
|
|
1559
1780
|
readonly internalType: "uint256";
|
|
1560
1781
|
}];
|
|
1782
|
+
readonly anonymous: false;
|
|
1561
1783
|
}, {
|
|
1562
1784
|
readonly type: "error";
|
|
1563
|
-
readonly name: "
|
|
1785
|
+
readonly name: "HeaderLib__InvalidSlotNumber";
|
|
1564
1786
|
readonly inputs: readonly [{
|
|
1565
|
-
readonly name: "
|
|
1787
|
+
readonly name: "expected";
|
|
1566
1788
|
readonly type: "uint256";
|
|
1567
|
-
readonly internalType: "
|
|
1789
|
+
readonly internalType: "Slot";
|
|
1568
1790
|
}, {
|
|
1569
|
-
readonly name: "
|
|
1791
|
+
readonly name: "actual";
|
|
1570
1792
|
readonly type: "uint256";
|
|
1571
|
-
readonly internalType: "
|
|
1793
|
+
readonly internalType: "Slot";
|
|
1572
1794
|
}];
|
|
1573
1795
|
}, {
|
|
1574
1796
|
readonly type: "error";
|
|
1575
|
-
readonly name: "
|
|
1797
|
+
readonly name: "InvalidShortString";
|
|
1798
|
+
readonly inputs: readonly [];
|
|
1799
|
+
}, {
|
|
1800
|
+
readonly type: "error";
|
|
1801
|
+
readonly name: "Leonidas__InvalidDeposit";
|
|
1576
1802
|
readonly inputs: readonly [{
|
|
1577
|
-
readonly name: "
|
|
1803
|
+
readonly name: "attester";
|
|
1578
1804
|
readonly type: "address";
|
|
1579
1805
|
readonly internalType: "address";
|
|
1580
1806
|
}, {
|
|
1581
|
-
readonly name: "
|
|
1807
|
+
readonly name: "proposer";
|
|
1582
1808
|
readonly type: "address";
|
|
1583
1809
|
readonly internalType: "address";
|
|
1584
1810
|
}];
|
|
@@ -1598,30 +1824,6 @@ export declare const RollupAbi: readonly [{
|
|
|
1598
1824
|
readonly type: "address";
|
|
1599
1825
|
readonly internalType: "address";
|
|
1600
1826
|
}];
|
|
1601
|
-
}, {
|
|
1602
|
-
readonly type: "error";
|
|
1603
|
-
readonly name: "Rollup__InsufficientBondAmount";
|
|
1604
|
-
readonly inputs: readonly [{
|
|
1605
|
-
readonly name: "minimum";
|
|
1606
|
-
readonly type: "uint256";
|
|
1607
|
-
readonly internalType: "uint256";
|
|
1608
|
-
}, {
|
|
1609
|
-
readonly name: "provided";
|
|
1610
|
-
readonly type: "uint256";
|
|
1611
|
-
readonly internalType: "uint256";
|
|
1612
|
-
}];
|
|
1613
|
-
}, {
|
|
1614
|
-
readonly type: "error";
|
|
1615
|
-
readonly name: "Rollup__InsufficientFundsInEscrow";
|
|
1616
|
-
readonly inputs: readonly [{
|
|
1617
|
-
readonly name: "required";
|
|
1618
|
-
readonly type: "uint256";
|
|
1619
|
-
readonly internalType: "uint256";
|
|
1620
|
-
}, {
|
|
1621
|
-
readonly name: "available";
|
|
1622
|
-
readonly type: "uint256";
|
|
1623
|
-
readonly internalType: "uint256";
|
|
1624
|
-
}];
|
|
1625
1827
|
}, {
|
|
1626
1828
|
readonly type: "error";
|
|
1627
1829
|
readonly name: "Rollup__InvalidArchive";
|
|
@@ -1634,26 +1836,6 @@ export declare const RollupAbi: readonly [{
|
|
|
1634
1836
|
readonly type: "bytes32";
|
|
1635
1837
|
readonly internalType: "bytes32";
|
|
1636
1838
|
}];
|
|
1637
|
-
}, {
|
|
1638
|
-
readonly type: "error";
|
|
1639
|
-
readonly name: "Rollup__InvalidBasisPointFee";
|
|
1640
|
-
readonly inputs: readonly [{
|
|
1641
|
-
readonly name: "basisPointFee";
|
|
1642
|
-
readonly type: "uint256";
|
|
1643
|
-
readonly internalType: "uint256";
|
|
1644
|
-
}];
|
|
1645
|
-
}, {
|
|
1646
|
-
readonly type: "error";
|
|
1647
|
-
readonly name: "Rollup__InvalidBlockHash";
|
|
1648
|
-
readonly inputs: readonly [{
|
|
1649
|
-
readonly name: "expected";
|
|
1650
|
-
readonly type: "bytes32";
|
|
1651
|
-
readonly internalType: "bytes32";
|
|
1652
|
-
}, {
|
|
1653
|
-
readonly name: "actual";
|
|
1654
|
-
readonly type: "bytes32";
|
|
1655
|
-
readonly internalType: "bytes32";
|
|
1656
|
-
}];
|
|
1657
1839
|
}, {
|
|
1658
1840
|
readonly type: "error";
|
|
1659
1841
|
readonly name: "Rollup__InvalidBlockNumber";
|
|
@@ -1666,18 +1848,6 @@ export declare const RollupAbi: readonly [{
|
|
|
1666
1848
|
readonly type: "uint256";
|
|
1667
1849
|
readonly internalType: "uint256";
|
|
1668
1850
|
}];
|
|
1669
|
-
}, {
|
|
1670
|
-
readonly type: "error";
|
|
1671
|
-
readonly name: "Rollup__InvalidChainId";
|
|
1672
|
-
readonly inputs: readonly [{
|
|
1673
|
-
readonly name: "expected";
|
|
1674
|
-
readonly type: "uint256";
|
|
1675
|
-
readonly internalType: "uint256";
|
|
1676
|
-
}, {
|
|
1677
|
-
readonly name: "actual";
|
|
1678
|
-
readonly type: "uint256";
|
|
1679
|
-
readonly internalType: "uint256";
|
|
1680
|
-
}];
|
|
1681
1851
|
}, {
|
|
1682
1852
|
readonly type: "error";
|
|
1683
1853
|
readonly name: "Rollup__InvalidEpoch";
|
|
@@ -1704,187 +1874,139 @@ export declare const RollupAbi: readonly [{
|
|
|
1704
1874
|
}];
|
|
1705
1875
|
}, {
|
|
1706
1876
|
readonly type: "error";
|
|
1707
|
-
readonly name: "
|
|
1708
|
-
readonly inputs: readonly [
|
|
1709
|
-
readonly name: "expected";
|
|
1710
|
-
readonly type: "uint256";
|
|
1711
|
-
readonly internalType: "uint256";
|
|
1712
|
-
}, {
|
|
1713
|
-
readonly name: "actual";
|
|
1714
|
-
readonly type: "uint256";
|
|
1715
|
-
readonly internalType: "uint256";
|
|
1716
|
-
}];
|
|
1717
|
-
}, {
|
|
1718
|
-
readonly type: "error";
|
|
1719
|
-
readonly name: "Rollup__InvalidPreviousArchive";
|
|
1720
|
-
readonly inputs: readonly [{
|
|
1721
|
-
readonly name: "expected";
|
|
1722
|
-
readonly type: "bytes32";
|
|
1723
|
-
readonly internalType: "bytes32";
|
|
1724
|
-
}, {
|
|
1725
|
-
readonly name: "actual";
|
|
1726
|
-
readonly type: "bytes32";
|
|
1727
|
-
readonly internalType: "bytes32";
|
|
1728
|
-
}];
|
|
1877
|
+
readonly name: "Rollup__NoEpochToProve";
|
|
1878
|
+
readonly inputs: readonly [];
|
|
1729
1879
|
}, {
|
|
1730
1880
|
readonly type: "error";
|
|
1731
|
-
readonly name: "
|
|
1732
|
-
readonly inputs: readonly [
|
|
1733
|
-
readonly name: "expected";
|
|
1734
|
-
readonly type: "bytes32";
|
|
1735
|
-
readonly internalType: "bytes32";
|
|
1736
|
-
}, {
|
|
1737
|
-
readonly name: "actual";
|
|
1738
|
-
readonly type: "bytes32";
|
|
1739
|
-
readonly internalType: "bytes32";
|
|
1740
|
-
}];
|
|
1881
|
+
readonly name: "Rollup__NothingToPrune";
|
|
1882
|
+
readonly inputs: readonly [];
|
|
1741
1883
|
}, {
|
|
1742
1884
|
readonly type: "error";
|
|
1743
|
-
readonly name: "
|
|
1885
|
+
readonly name: "Rollup__ProofRightAlreadyClaimed";
|
|
1744
1886
|
readonly inputs: readonly [];
|
|
1745
1887
|
}, {
|
|
1746
1888
|
readonly type: "error";
|
|
1747
|
-
readonly name: "
|
|
1889
|
+
readonly name: "Rollup__SlotAlreadyInChain";
|
|
1748
1890
|
readonly inputs: readonly [{
|
|
1749
|
-
readonly name: "
|
|
1891
|
+
readonly name: "lastSlot";
|
|
1750
1892
|
readonly type: "uint256";
|
|
1751
|
-
readonly internalType: "
|
|
1893
|
+
readonly internalType: "Slot";
|
|
1752
1894
|
}, {
|
|
1753
|
-
readonly name: "
|
|
1895
|
+
readonly name: "proposedSlot";
|
|
1754
1896
|
readonly type: "uint256";
|
|
1755
|
-
readonly internalType: "
|
|
1897
|
+
readonly internalType: "Slot";
|
|
1756
1898
|
}];
|
|
1757
1899
|
}, {
|
|
1758
1900
|
readonly type: "error";
|
|
1759
|
-
readonly name: "
|
|
1901
|
+
readonly name: "SafeCastOverflowedIntToUint";
|
|
1760
1902
|
readonly inputs: readonly [{
|
|
1761
|
-
readonly name: "
|
|
1762
|
-
readonly type: "
|
|
1763
|
-
readonly internalType: "
|
|
1764
|
-
}, {
|
|
1765
|
-
readonly name: "actual";
|
|
1766
|
-
readonly type: "uint256";
|
|
1767
|
-
readonly internalType: "uint256";
|
|
1903
|
+
readonly name: "value";
|
|
1904
|
+
readonly type: "int256";
|
|
1905
|
+
readonly internalType: "int256";
|
|
1768
1906
|
}];
|
|
1769
1907
|
}, {
|
|
1770
1908
|
readonly type: "error";
|
|
1771
|
-
readonly name: "
|
|
1772
|
-
readonly inputs: readonly [
|
|
1909
|
+
readonly name: "Staking__AlreadyActive";
|
|
1910
|
+
readonly inputs: readonly [{
|
|
1911
|
+
readonly name: "attester";
|
|
1912
|
+
readonly type: "address";
|
|
1913
|
+
readonly internalType: "address";
|
|
1914
|
+
}];
|
|
1773
1915
|
}, {
|
|
1774
1916
|
readonly type: "error";
|
|
1775
|
-
readonly name: "
|
|
1776
|
-
readonly inputs: readonly [
|
|
1917
|
+
readonly name: "Staking__AlreadyRegistered";
|
|
1918
|
+
readonly inputs: readonly [{
|
|
1919
|
+
readonly name: "";
|
|
1920
|
+
readonly type: "address";
|
|
1921
|
+
readonly internalType: "address";
|
|
1922
|
+
}];
|
|
1777
1923
|
}, {
|
|
1778
1924
|
readonly type: "error";
|
|
1779
|
-
readonly name: "
|
|
1780
|
-
readonly inputs: readonly [
|
|
1925
|
+
readonly name: "Staking__CannotSlashExitedStake";
|
|
1926
|
+
readonly inputs: readonly [{
|
|
1927
|
+
readonly name: "";
|
|
1928
|
+
readonly type: "address";
|
|
1929
|
+
readonly internalType: "address";
|
|
1930
|
+
}];
|
|
1781
1931
|
}, {
|
|
1782
1932
|
readonly type: "error";
|
|
1783
|
-
readonly name: "
|
|
1933
|
+
readonly name: "Staking__FailedToRemove";
|
|
1784
1934
|
readonly inputs: readonly [{
|
|
1785
|
-
readonly name: "
|
|
1786
|
-
readonly type: "
|
|
1787
|
-
readonly internalType: "
|
|
1788
|
-
}, {
|
|
1789
|
-
readonly name: "actual";
|
|
1790
|
-
readonly type: "uint256";
|
|
1791
|
-
readonly internalType: "Epoch";
|
|
1935
|
+
readonly name: "";
|
|
1936
|
+
readonly type: "address";
|
|
1937
|
+
readonly internalType: "address";
|
|
1792
1938
|
}];
|
|
1793
1939
|
}, {
|
|
1794
1940
|
readonly type: "error";
|
|
1795
|
-
readonly name: "
|
|
1941
|
+
readonly name: "Staking__InsufficientStake";
|
|
1796
1942
|
readonly inputs: readonly [{
|
|
1797
|
-
readonly name: "
|
|
1943
|
+
readonly name: "";
|
|
1798
1944
|
readonly type: "uint256";
|
|
1799
1945
|
readonly internalType: "uint256";
|
|
1800
1946
|
}, {
|
|
1801
|
-
readonly name: "
|
|
1947
|
+
readonly name: "";
|
|
1802
1948
|
readonly type: "uint256";
|
|
1803
1949
|
readonly internalType: "uint256";
|
|
1804
1950
|
}];
|
|
1805
1951
|
}, {
|
|
1806
1952
|
readonly type: "error";
|
|
1807
|
-
readonly name: "
|
|
1808
|
-
readonly inputs: readonly [];
|
|
1809
|
-
}, {
|
|
1810
|
-
readonly type: "error";
|
|
1811
|
-
readonly name: "Rollup__ProofRightAlreadyClaimed";
|
|
1812
|
-
readonly inputs: readonly [];
|
|
1813
|
-
}, {
|
|
1814
|
-
readonly type: "error";
|
|
1815
|
-
readonly name: "Rollup__QuoteExpired";
|
|
1953
|
+
readonly name: "Staking__NoOneToSlash";
|
|
1816
1954
|
readonly inputs: readonly [{
|
|
1817
|
-
readonly name: "
|
|
1818
|
-
readonly type: "
|
|
1819
|
-
readonly internalType: "
|
|
1820
|
-
}, {
|
|
1821
|
-
readonly name: "quoteSlot";
|
|
1822
|
-
readonly type: "uint256";
|
|
1823
|
-
readonly internalType: "Slot";
|
|
1955
|
+
readonly name: "";
|
|
1956
|
+
readonly type: "address";
|
|
1957
|
+
readonly internalType: "address";
|
|
1824
1958
|
}];
|
|
1825
1959
|
}, {
|
|
1826
1960
|
readonly type: "error";
|
|
1827
|
-
readonly name: "
|
|
1961
|
+
readonly name: "Staking__NotExiting";
|
|
1828
1962
|
readonly inputs: readonly [{
|
|
1829
|
-
readonly name: "
|
|
1830
|
-
readonly type: "
|
|
1831
|
-
readonly internalType: "
|
|
1832
|
-
}, {
|
|
1833
|
-
readonly name: "proposedSlot";
|
|
1834
|
-
readonly type: "uint256";
|
|
1835
|
-
readonly internalType: "Slot";
|
|
1963
|
+
readonly name: "";
|
|
1964
|
+
readonly type: "address";
|
|
1965
|
+
readonly internalType: "address";
|
|
1836
1966
|
}];
|
|
1837
1967
|
}, {
|
|
1838
1968
|
readonly type: "error";
|
|
1839
|
-
readonly name: "
|
|
1969
|
+
readonly name: "Staking__NotSlasher";
|
|
1840
1970
|
readonly inputs: readonly [{
|
|
1841
|
-
readonly name: "
|
|
1842
|
-
readonly type: "
|
|
1843
|
-
readonly internalType: "
|
|
1971
|
+
readonly name: "";
|
|
1972
|
+
readonly type: "address";
|
|
1973
|
+
readonly internalType: "address";
|
|
1844
1974
|
}, {
|
|
1845
|
-
readonly name: "
|
|
1846
|
-
readonly type: "
|
|
1847
|
-
readonly internalType: "
|
|
1848
|
-
}];
|
|
1849
|
-
}, {
|
|
1850
|
-
readonly type: "error";
|
|
1851
|
-
readonly name: "Rollup__UnavailableTxs";
|
|
1852
|
-
readonly inputs: readonly [{
|
|
1853
|
-
readonly name: "txsHash";
|
|
1854
|
-
readonly type: "bytes32";
|
|
1855
|
-
readonly internalType: "bytes32";
|
|
1975
|
+
readonly name: "";
|
|
1976
|
+
readonly type: "address";
|
|
1977
|
+
readonly internalType: "address";
|
|
1856
1978
|
}];
|
|
1857
1979
|
}, {
|
|
1858
1980
|
readonly type: "error";
|
|
1859
|
-
readonly name: "
|
|
1981
|
+
readonly name: "Staking__NotWithdrawer";
|
|
1860
1982
|
readonly inputs: readonly [{
|
|
1861
|
-
readonly name: "
|
|
1862
|
-
readonly type: "
|
|
1863
|
-
readonly internalType: "
|
|
1983
|
+
readonly name: "";
|
|
1984
|
+
readonly type: "address";
|
|
1985
|
+
readonly internalType: "address";
|
|
1986
|
+
}, {
|
|
1987
|
+
readonly name: "";
|
|
1988
|
+
readonly type: "address";
|
|
1989
|
+
readonly internalType: "address";
|
|
1864
1990
|
}];
|
|
1865
1991
|
}, {
|
|
1866
1992
|
readonly type: "error";
|
|
1867
|
-
readonly name: "
|
|
1993
|
+
readonly name: "Staking__NothingToExit";
|
|
1868
1994
|
readonly inputs: readonly [{
|
|
1869
|
-
readonly name: "
|
|
1995
|
+
readonly name: "";
|
|
1870
1996
|
readonly type: "address";
|
|
1871
1997
|
readonly internalType: "address";
|
|
1872
1998
|
}];
|
|
1873
1999
|
}, {
|
|
1874
2000
|
readonly type: "error";
|
|
1875
|
-
readonly name: "
|
|
1876
|
-
readonly inputs: readonly [];
|
|
1877
|
-
}, {
|
|
1878
|
-
readonly type: "error";
|
|
1879
|
-
readonly name: "SignatureLib__InvalidSignature";
|
|
2001
|
+
readonly name: "Staking__WithdrawalNotUnlockedYet";
|
|
1880
2002
|
readonly inputs: readonly [{
|
|
1881
|
-
readonly name: "
|
|
1882
|
-
readonly type: "
|
|
1883
|
-
readonly internalType: "
|
|
2003
|
+
readonly name: "";
|
|
2004
|
+
readonly type: "uint256";
|
|
2005
|
+
readonly internalType: "Timestamp";
|
|
1884
2006
|
}, {
|
|
1885
|
-
readonly name: "
|
|
1886
|
-
readonly type: "
|
|
1887
|
-
readonly internalType: "
|
|
2007
|
+
readonly name: "";
|
|
2008
|
+
readonly type: "uint256";
|
|
2009
|
+
readonly internalType: "Timestamp";
|
|
1888
2010
|
}];
|
|
1889
2011
|
}, {
|
|
1890
2012
|
readonly type: "error";
|