@aztec/l1-artifacts 0.65.2 → 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 +485 -375
- package/dest/RollupAbi.d.ts.map +1 -1
- package/dest/RollupAbi.js +592 -450
- 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 +591 -449
- 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";
|
|
@@ -545,6 +658,16 @@ export declare const RollupAbi: readonly [{
|
|
|
545
658
|
readonly internalType: "address";
|
|
546
659
|
}];
|
|
547
660
|
readonly stateMutability: "view";
|
|
661
|
+
}, {
|
|
662
|
+
readonly type: "function";
|
|
663
|
+
readonly name: "getCurrentSampleSeed";
|
|
664
|
+
readonly inputs: readonly [];
|
|
665
|
+
readonly outputs: readonly [{
|
|
666
|
+
readonly name: "";
|
|
667
|
+
readonly type: "uint256";
|
|
668
|
+
readonly internalType: "uint256";
|
|
669
|
+
}];
|
|
670
|
+
readonly stateMutability: "view";
|
|
548
671
|
}, {
|
|
549
672
|
readonly type: "function";
|
|
550
673
|
readonly name: "getCurrentSlot";
|
|
@@ -647,6 +770,29 @@ export declare const RollupAbi: readonly [{
|
|
|
647
770
|
readonly internalType: "Epoch";
|
|
648
771
|
}];
|
|
649
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";
|
|
650
796
|
}, {
|
|
651
797
|
readonly type: "function";
|
|
652
798
|
readonly name: "getFeeAssetPrice";
|
|
@@ -657,6 +803,37 @@ export declare const RollupAbi: readonly [{
|
|
|
657
803
|
readonly internalType: "uint256";
|
|
658
804
|
}];
|
|
659
805
|
readonly stateMutability: "view";
|
|
806
|
+
}, {
|
|
807
|
+
readonly type: "function";
|
|
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";
|
|
660
837
|
}, {
|
|
661
838
|
readonly type: "function";
|
|
662
839
|
readonly name: "getL1FeesAt";
|
|
@@ -739,31 +916,30 @@ export declare const RollupAbi: readonly [{
|
|
|
739
916
|
readonly stateMutability: "view";
|
|
740
917
|
}, {
|
|
741
918
|
readonly type: "function";
|
|
742
|
-
readonly name: "
|
|
743
|
-
readonly inputs: readonly [];
|
|
744
|
-
readonly outputs: readonly [{
|
|
745
|
-
readonly name: "";
|
|
746
|
-
readonly type: "uint256";
|
|
747
|
-
readonly internalType: "uint256";
|
|
748
|
-
}];
|
|
749
|
-
readonly stateMutability: "view";
|
|
750
|
-
}, {
|
|
751
|
-
readonly type: "function";
|
|
752
|
-
readonly name: "getProposerAt";
|
|
919
|
+
readonly name: "getOperatorAtIndex";
|
|
753
920
|
readonly inputs: readonly [{
|
|
754
|
-
readonly name: "
|
|
921
|
+
readonly name: "_index";
|
|
755
922
|
readonly type: "uint256";
|
|
756
|
-
readonly internalType: "
|
|
923
|
+
readonly internalType: "uint256";
|
|
757
924
|
}];
|
|
758
925
|
readonly outputs: readonly [{
|
|
759
926
|
readonly name: "";
|
|
760
|
-
readonly type: "
|
|
761
|
-
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
|
+
}];
|
|
762
938
|
}];
|
|
763
939
|
readonly stateMutability: "view";
|
|
764
940
|
}, {
|
|
765
941
|
readonly type: "function";
|
|
766
|
-
readonly name: "
|
|
942
|
+
readonly name: "getPendingBlockNumber";
|
|
767
943
|
readonly inputs: readonly [];
|
|
768
944
|
readonly outputs: readonly [{
|
|
769
945
|
readonly name: "";
|
|
@@ -773,35 +949,52 @@ export declare const RollupAbi: readonly [{
|
|
|
773
949
|
readonly stateMutability: "view";
|
|
774
950
|
}, {
|
|
775
951
|
readonly type: "function";
|
|
776
|
-
readonly name: "
|
|
777
|
-
readonly inputs: readonly [
|
|
778
|
-
readonly name: "_ts";
|
|
779
|
-
readonly type: "uint256";
|
|
780
|
-
readonly internalType: "Timestamp";
|
|
781
|
-
}];
|
|
952
|
+
readonly name: "getProofClaim";
|
|
953
|
+
readonly inputs: readonly [];
|
|
782
954
|
readonly outputs: readonly [{
|
|
783
955
|
readonly name: "";
|
|
784
|
-
readonly type: "
|
|
785
|
-
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
|
+
}];
|
|
786
979
|
}];
|
|
787
980
|
readonly stateMutability: "view";
|
|
788
981
|
}, {
|
|
789
982
|
readonly type: "function";
|
|
790
|
-
readonly name: "
|
|
983
|
+
readonly name: "getProposerAt";
|
|
791
984
|
readonly inputs: readonly [{
|
|
792
|
-
readonly name: "
|
|
985
|
+
readonly name: "_ts";
|
|
793
986
|
readonly type: "uint256";
|
|
794
|
-
readonly internalType: "
|
|
987
|
+
readonly internalType: "Timestamp";
|
|
795
988
|
}];
|
|
796
989
|
readonly outputs: readonly [{
|
|
797
990
|
readonly name: "";
|
|
798
|
-
readonly type: "
|
|
799
|
-
readonly internalType: "
|
|
991
|
+
readonly type: "address";
|
|
992
|
+
readonly internalType: "address";
|
|
800
993
|
}];
|
|
801
994
|
readonly stateMutability: "view";
|
|
802
995
|
}, {
|
|
803
996
|
readonly type: "function";
|
|
804
|
-
readonly name: "
|
|
997
|
+
readonly name: "getProposerAtIndex";
|
|
805
998
|
readonly inputs: readonly [{
|
|
806
999
|
readonly name: "_index";
|
|
807
1000
|
readonly type: "uint256";
|
|
@@ -815,8 +1008,22 @@ export declare const RollupAbi: readonly [{
|
|
|
815
1008
|
readonly stateMutability: "view";
|
|
816
1009
|
}, {
|
|
817
1010
|
readonly type: "function";
|
|
818
|
-
readonly name: "
|
|
819
|
-
readonly inputs: readonly [
|
|
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";
|
|
1026
|
+
readonly inputs: readonly [];
|
|
820
1027
|
readonly outputs: readonly [{
|
|
821
1028
|
readonly name: "";
|
|
822
1029
|
readonly type: "uint256";
|
|
@@ -825,96 +1032,89 @@ export declare const RollupAbi: readonly [{
|
|
|
825
1032
|
readonly stateMutability: "view";
|
|
826
1033
|
}, {
|
|
827
1034
|
readonly type: "function";
|
|
828
|
-
readonly name: "
|
|
829
|
-
readonly inputs: readonly [
|
|
1035
|
+
readonly name: "getSampleSeedAt";
|
|
1036
|
+
readonly inputs: readonly [{
|
|
1037
|
+
readonly name: "_ts";
|
|
1038
|
+
readonly type: "uint256";
|
|
1039
|
+
readonly internalType: "Timestamp";
|
|
1040
|
+
}];
|
|
830
1041
|
readonly outputs: readonly [{
|
|
831
1042
|
readonly name: "";
|
|
832
|
-
readonly type: "
|
|
833
|
-
readonly internalType: "
|
|
1043
|
+
readonly type: "uint256";
|
|
1044
|
+
readonly internalType: "uint256";
|
|
834
1045
|
}];
|
|
835
1046
|
readonly stateMutability: "view";
|
|
836
1047
|
}, {
|
|
837
1048
|
readonly type: "function";
|
|
838
|
-
readonly name: "
|
|
1049
|
+
readonly name: "getSlotAt";
|
|
839
1050
|
readonly inputs: readonly [{
|
|
840
|
-
readonly name: "
|
|
841
|
-
readonly type: "
|
|
842
|
-
readonly internalType: "
|
|
1051
|
+
readonly name: "_ts";
|
|
1052
|
+
readonly type: "uint256";
|
|
1053
|
+
readonly internalType: "Timestamp";
|
|
843
1054
|
}];
|
|
844
1055
|
readonly outputs: readonly [{
|
|
845
1056
|
readonly name: "";
|
|
846
|
-
readonly type: "
|
|
847
|
-
readonly internalType: "
|
|
1057
|
+
readonly type: "uint256";
|
|
1058
|
+
readonly internalType: "Slot";
|
|
1059
|
+
}];
|
|
1060
|
+
readonly stateMutability: "view";
|
|
1061
|
+
}, {
|
|
1062
|
+
readonly type: "function";
|
|
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";
|
|
848
1073
|
}];
|
|
849
1074
|
readonly stateMutability: "view";
|
|
850
1075
|
}, {
|
|
851
1076
|
readonly type: "function";
|
|
852
|
-
readonly name: "
|
|
1077
|
+
readonly name: "getTips";
|
|
853
1078
|
readonly inputs: readonly [];
|
|
854
1079
|
readonly outputs: readonly [{
|
|
855
|
-
readonly name: "
|
|
856
|
-
readonly type: "tuple";
|
|
857
|
-
readonly internalType: "struct L1FeeData";
|
|
858
|
-
readonly components: readonly [{
|
|
859
|
-
readonly name: "baseFee";
|
|
860
|
-
readonly type: "uint256";
|
|
861
|
-
readonly internalType: "uint256";
|
|
862
|
-
}, {
|
|
863
|
-
readonly name: "blobFee";
|
|
864
|
-
readonly type: "uint256";
|
|
865
|
-
readonly internalType: "uint256";
|
|
866
|
-
}];
|
|
867
|
-
}, {
|
|
868
|
-
readonly name: "post";
|
|
1080
|
+
readonly name: "";
|
|
869
1081
|
readonly type: "tuple";
|
|
870
|
-
readonly internalType: "struct
|
|
1082
|
+
readonly internalType: "struct ChainTips";
|
|
871
1083
|
readonly components: readonly [{
|
|
872
|
-
readonly name: "
|
|
1084
|
+
readonly name: "pendingBlockNumber";
|
|
873
1085
|
readonly type: "uint256";
|
|
874
1086
|
readonly internalType: "uint256";
|
|
875
1087
|
}, {
|
|
876
|
-
readonly name: "
|
|
1088
|
+
readonly name: "provenBlockNumber";
|
|
877
1089
|
readonly type: "uint256";
|
|
878
1090
|
readonly internalType: "uint256";
|
|
879
1091
|
}];
|
|
880
|
-
}, {
|
|
881
|
-
readonly name: "slotOfChange";
|
|
882
|
-
readonly type: "uint256";
|
|
883
|
-
readonly internalType: "Slot";
|
|
884
1092
|
}];
|
|
885
1093
|
readonly stateMutability: "view";
|
|
886
1094
|
}, {
|
|
887
1095
|
readonly type: "function";
|
|
888
|
-
readonly name: "
|
|
889
|
-
readonly inputs: readonly [
|
|
890
|
-
|
|
891
|
-
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";
|
|
892
1103
|
readonly type: "address";
|
|
893
1104
|
readonly internalType: "address";
|
|
894
1105
|
}];
|
|
895
|
-
readonly
|
|
1106
|
+
readonly outputs: readonly [{
|
|
1107
|
+
readonly name: "";
|
|
1108
|
+
readonly type: "bool";
|
|
1109
|
+
readonly internalType: "bool";
|
|
1110
|
+
}];
|
|
1111
|
+
readonly stateMutability: "nonpayable";
|
|
896
1112
|
}, {
|
|
897
1113
|
readonly type: "function";
|
|
898
|
-
readonly name: "
|
|
1114
|
+
readonly name: "owner";
|
|
899
1115
|
readonly inputs: readonly [];
|
|
900
1116
|
readonly outputs: readonly [{
|
|
901
|
-
readonly name: "
|
|
902
|
-
readonly type: "uint256";
|
|
903
|
-
readonly internalType: "Epoch";
|
|
904
|
-
}, {
|
|
905
|
-
readonly name: "basisPointFee";
|
|
906
|
-
readonly type: "uint256";
|
|
907
|
-
readonly internalType: "uint256";
|
|
908
|
-
}, {
|
|
909
|
-
readonly name: "bondAmount";
|
|
910
|
-
readonly type: "uint256";
|
|
911
|
-
readonly internalType: "uint256";
|
|
912
|
-
}, {
|
|
913
|
-
readonly name: "bondProvider";
|
|
914
|
-
readonly type: "address";
|
|
915
|
-
readonly internalType: "address";
|
|
916
|
-
}, {
|
|
917
|
-
readonly name: "proposerClaimant";
|
|
1117
|
+
readonly name: "";
|
|
918
1118
|
readonly type: "address";
|
|
919
1119
|
readonly internalType: "address";
|
|
920
1120
|
}];
|
|
@@ -959,7 +1159,7 @@ export declare const RollupAbi: readonly [{
|
|
|
959
1159
|
}, {
|
|
960
1160
|
readonly name: "_signatures";
|
|
961
1161
|
readonly type: "tuple[]";
|
|
962
|
-
readonly internalType: "struct
|
|
1162
|
+
readonly internalType: "struct Signature[]";
|
|
963
1163
|
readonly components: readonly [{
|
|
964
1164
|
readonly name: "isEmpty";
|
|
965
1165
|
readonly type: "bool";
|
|
@@ -1024,7 +1224,7 @@ export declare const RollupAbi: readonly [{
|
|
|
1024
1224
|
}, {
|
|
1025
1225
|
readonly name: "_signatures";
|
|
1026
1226
|
readonly type: "tuple[]";
|
|
1027
|
-
readonly internalType: "struct
|
|
1227
|
+
readonly internalType: "struct Signature[]";
|
|
1028
1228
|
readonly components: readonly [{
|
|
1029
1229
|
readonly name: "isEmpty";
|
|
1030
1230
|
readonly type: "bool";
|
|
@@ -1049,11 +1249,11 @@ export declare const RollupAbi: readonly [{
|
|
|
1049
1249
|
}, {
|
|
1050
1250
|
readonly name: "_quote";
|
|
1051
1251
|
readonly type: "tuple";
|
|
1052
|
-
readonly internalType: "struct
|
|
1252
|
+
readonly internalType: "struct SignedEpochProofQuote";
|
|
1053
1253
|
readonly components: readonly [{
|
|
1054
1254
|
readonly name: "quote";
|
|
1055
1255
|
readonly type: "tuple";
|
|
1056
|
-
readonly internalType: "struct
|
|
1256
|
+
readonly internalType: "struct EpochProofQuote";
|
|
1057
1257
|
readonly components: readonly [{
|
|
1058
1258
|
readonly name: "epochToProve";
|
|
1059
1259
|
readonly type: "uint256";
|
|
@@ -1078,7 +1278,7 @@ export declare const RollupAbi: readonly [{
|
|
|
1078
1278
|
}, {
|
|
1079
1279
|
readonly name: "signature";
|
|
1080
1280
|
readonly type: "tuple";
|
|
1081
|
-
readonly internalType: "struct
|
|
1281
|
+
readonly internalType: "struct Signature";
|
|
1082
1282
|
readonly components: readonly [{
|
|
1083
1283
|
readonly name: "isEmpty";
|
|
1084
1284
|
readonly type: "bool";
|
|
@@ -1100,16 +1300,6 @@ export declare const RollupAbi: readonly [{
|
|
|
1100
1300
|
}];
|
|
1101
1301
|
readonly outputs: readonly [];
|
|
1102
1302
|
readonly stateMutability: "nonpayable";
|
|
1103
|
-
}, {
|
|
1104
|
-
readonly type: "function";
|
|
1105
|
-
readonly name: "protocolContractTreeRoot";
|
|
1106
|
-
readonly inputs: readonly [];
|
|
1107
|
-
readonly outputs: readonly [{
|
|
1108
|
-
readonly name: "";
|
|
1109
|
-
readonly type: "bytes32";
|
|
1110
|
-
readonly internalType: "bytes32";
|
|
1111
|
-
}];
|
|
1112
|
-
readonly stateMutability: "view";
|
|
1113
1303
|
}, {
|
|
1114
1304
|
readonly type: "function";
|
|
1115
1305
|
readonly name: "prune";
|
|
@@ -1122,7 +1312,7 @@ export declare const RollupAbi: readonly [{
|
|
|
1122
1312
|
readonly inputs: readonly [{
|
|
1123
1313
|
readonly name: "_quote";
|
|
1124
1314
|
readonly type: "tuple";
|
|
1125
|
-
readonly internalType: "struct
|
|
1315
|
+
readonly internalType: "struct EpochProofQuote";
|
|
1126
1316
|
readonly components: readonly [{
|
|
1127
1317
|
readonly name: "epochToProve";
|
|
1128
1318
|
readonly type: "uint256";
|
|
@@ -1151,16 +1341,6 @@ export declare const RollupAbi: readonly [{
|
|
|
1151
1341
|
readonly internalType: "bytes32";
|
|
1152
1342
|
}];
|
|
1153
1343
|
readonly stateMutability: "view";
|
|
1154
|
-
}, {
|
|
1155
|
-
readonly type: "function";
|
|
1156
|
-
readonly name: "removeValidator";
|
|
1157
|
-
readonly inputs: readonly [{
|
|
1158
|
-
readonly name: "_validator";
|
|
1159
|
-
readonly type: "address";
|
|
1160
|
-
readonly internalType: "address";
|
|
1161
|
-
}];
|
|
1162
|
-
readonly outputs: readonly [];
|
|
1163
|
-
readonly stateMutability: "nonpayable";
|
|
1164
1344
|
}, {
|
|
1165
1345
|
readonly type: "function";
|
|
1166
1346
|
readonly name: "renounceOwnership";
|
|
@@ -1213,6 +1393,20 @@ export declare const RollupAbi: readonly [{
|
|
|
1213
1393
|
readonly inputs: readonly [];
|
|
1214
1394
|
readonly outputs: readonly [];
|
|
1215
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";
|
|
1216
1410
|
}, {
|
|
1217
1411
|
readonly type: "function";
|
|
1218
1412
|
readonly name: "status";
|
|
@@ -1278,20 +1472,6 @@ export declare const RollupAbi: readonly [{
|
|
|
1278
1472
|
}];
|
|
1279
1473
|
readonly outputs: readonly [];
|
|
1280
1474
|
readonly stateMutability: "nonpayable";
|
|
1281
|
-
}, {
|
|
1282
|
-
readonly type: "function";
|
|
1283
|
-
readonly name: "tips";
|
|
1284
|
-
readonly inputs: readonly [];
|
|
1285
|
-
readonly outputs: readonly [{
|
|
1286
|
-
readonly name: "pendingBlockNumber";
|
|
1287
|
-
readonly type: "uint256";
|
|
1288
|
-
readonly internalType: "uint256";
|
|
1289
|
-
}, {
|
|
1290
|
-
readonly name: "provenBlockNumber";
|
|
1291
|
-
readonly type: "uint256";
|
|
1292
|
-
readonly internalType: "uint256";
|
|
1293
|
-
}];
|
|
1294
|
-
readonly stateMutability: "view";
|
|
1295
1475
|
}, {
|
|
1296
1476
|
readonly type: "function";
|
|
1297
1477
|
readonly name: "transferOwnership";
|
|
@@ -1318,11 +1498,11 @@ export declare const RollupAbi: readonly [{
|
|
|
1318
1498
|
}, {
|
|
1319
1499
|
readonly name: "_quote";
|
|
1320
1500
|
readonly type: "tuple";
|
|
1321
|
-
readonly internalType: "struct
|
|
1501
|
+
readonly internalType: "struct SignedEpochProofQuote";
|
|
1322
1502
|
readonly components: readonly [{
|
|
1323
1503
|
readonly name: "quote";
|
|
1324
1504
|
readonly type: "tuple";
|
|
1325
|
-
readonly internalType: "struct
|
|
1505
|
+
readonly internalType: "struct EpochProofQuote";
|
|
1326
1506
|
readonly components: readonly [{
|
|
1327
1507
|
readonly name: "epochToProve";
|
|
1328
1508
|
readonly type: "uint256";
|
|
@@ -1347,7 +1527,7 @@ export declare const RollupAbi: readonly [{
|
|
|
1347
1527
|
}, {
|
|
1348
1528
|
readonly name: "signature";
|
|
1349
1529
|
readonly type: "tuple";
|
|
1350
|
-
readonly internalType: "struct
|
|
1530
|
+
readonly internalType: "struct Signature";
|
|
1351
1531
|
readonly components: readonly [{
|
|
1352
1532
|
readonly name: "isEmpty";
|
|
1353
1533
|
readonly type: "bool";
|
|
@@ -1379,7 +1559,7 @@ export declare const RollupAbi: readonly [{
|
|
|
1379
1559
|
}, {
|
|
1380
1560
|
readonly name: "_signatures";
|
|
1381
1561
|
readonly type: "tuple[]";
|
|
1382
|
-
readonly internalType: "struct
|
|
1562
|
+
readonly internalType: "struct Signature[]";
|
|
1383
1563
|
readonly components: readonly [{
|
|
1384
1564
|
readonly name: "isEmpty";
|
|
1385
1565
|
readonly type: "bool";
|
|
@@ -1426,15 +1606,30 @@ export declare const RollupAbi: readonly [{
|
|
|
1426
1606
|
readonly outputs: readonly [];
|
|
1427
1607
|
readonly stateMutability: "view";
|
|
1428
1608
|
}, {
|
|
1429
|
-
readonly type: "
|
|
1430
|
-
readonly name: "
|
|
1431
|
-
readonly inputs: readonly [
|
|
1432
|
-
|
|
1433
|
-
readonly
|
|
1434
|
-
readonly
|
|
1435
|
-
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";
|
|
1436
1631
|
}];
|
|
1437
|
-
readonly
|
|
1632
|
+
readonly anonymous: false;
|
|
1438
1633
|
}, {
|
|
1439
1634
|
readonly type: "event";
|
|
1440
1635
|
readonly name: "EIP712DomainChanged";
|
|
@@ -1531,66 +1726,85 @@ export declare const RollupAbi: readonly [{
|
|
|
1531
1726
|
}];
|
|
1532
1727
|
readonly anonymous: false;
|
|
1533
1728
|
}, {
|
|
1534
|
-
readonly type: "
|
|
1535
|
-
readonly name: "
|
|
1729
|
+
readonly type: "event";
|
|
1730
|
+
readonly name: "Slashed";
|
|
1536
1731
|
readonly inputs: readonly [{
|
|
1537
|
-
readonly name: "
|
|
1538
|
-
readonly type: "
|
|
1539
|
-
readonly
|
|
1732
|
+
readonly name: "attester";
|
|
1733
|
+
readonly type: "address";
|
|
1734
|
+
readonly indexed: true;
|
|
1735
|
+
readonly internalType: "address";
|
|
1540
1736
|
}, {
|
|
1541
|
-
readonly name: "
|
|
1737
|
+
readonly name: "amount";
|
|
1542
1738
|
readonly type: "uint256";
|
|
1739
|
+
readonly indexed: false;
|
|
1543
1740
|
readonly internalType: "uint256";
|
|
1544
1741
|
}];
|
|
1742
|
+
readonly anonymous: false;
|
|
1545
1743
|
}, {
|
|
1546
|
-
readonly type: "
|
|
1547
|
-
readonly name: "
|
|
1744
|
+
readonly type: "event";
|
|
1745
|
+
readonly name: "WithdrawFinalised";
|
|
1548
1746
|
readonly inputs: readonly [{
|
|
1549
|
-
readonly name: "
|
|
1550
|
-
readonly type: "
|
|
1551
|
-
readonly
|
|
1747
|
+
readonly name: "attester";
|
|
1748
|
+
readonly type: "address";
|
|
1749
|
+
readonly indexed: true;
|
|
1750
|
+
readonly internalType: "address";
|
|
1552
1751
|
}, {
|
|
1553
|
-
readonly name: "
|
|
1752
|
+
readonly name: "recipient";
|
|
1753
|
+
readonly type: "address";
|
|
1754
|
+
readonly indexed: true;
|
|
1755
|
+
readonly internalType: "address";
|
|
1756
|
+
}, {
|
|
1757
|
+
readonly name: "amount";
|
|
1554
1758
|
readonly type: "uint256";
|
|
1555
|
-
readonly
|
|
1759
|
+
readonly indexed: false;
|
|
1760
|
+
readonly internalType: "uint256";
|
|
1556
1761
|
}];
|
|
1762
|
+
readonly anonymous: false;
|
|
1557
1763
|
}, {
|
|
1558
|
-
readonly type: "
|
|
1559
|
-
readonly name: "
|
|
1560
|
-
readonly inputs: readonly [];
|
|
1561
|
-
}, {
|
|
1562
|
-
readonly type: "error";
|
|
1563
|
-
readonly name: "Leonidas__InsufficientAttestations";
|
|
1764
|
+
readonly type: "event";
|
|
1765
|
+
readonly name: "WithdrawInitiated";
|
|
1564
1766
|
readonly inputs: readonly [{
|
|
1565
|
-
readonly name: "
|
|
1566
|
-
readonly type: "
|
|
1567
|
-
readonly
|
|
1767
|
+
readonly name: "attester";
|
|
1768
|
+
readonly type: "address";
|
|
1769
|
+
readonly indexed: true;
|
|
1770
|
+
readonly internalType: "address";
|
|
1771
|
+
}, {
|
|
1772
|
+
readonly name: "recipient";
|
|
1773
|
+
readonly type: "address";
|
|
1774
|
+
readonly indexed: true;
|
|
1775
|
+
readonly internalType: "address";
|
|
1568
1776
|
}, {
|
|
1569
|
-
readonly name: "
|
|
1777
|
+
readonly name: "amount";
|
|
1570
1778
|
readonly type: "uint256";
|
|
1779
|
+
readonly indexed: false;
|
|
1571
1780
|
readonly internalType: "uint256";
|
|
1572
1781
|
}];
|
|
1782
|
+
readonly anonymous: false;
|
|
1573
1783
|
}, {
|
|
1574
1784
|
readonly type: "error";
|
|
1575
|
-
readonly name: "
|
|
1785
|
+
readonly name: "HeaderLib__InvalidSlotNumber";
|
|
1576
1786
|
readonly inputs: readonly [{
|
|
1577
|
-
readonly name: "
|
|
1787
|
+
readonly name: "expected";
|
|
1578
1788
|
readonly type: "uint256";
|
|
1579
|
-
readonly internalType: "
|
|
1789
|
+
readonly internalType: "Slot";
|
|
1580
1790
|
}, {
|
|
1581
|
-
readonly name: "
|
|
1791
|
+
readonly name: "actual";
|
|
1582
1792
|
readonly type: "uint256";
|
|
1583
|
-
readonly internalType: "
|
|
1793
|
+
readonly internalType: "Slot";
|
|
1584
1794
|
}];
|
|
1585
1795
|
}, {
|
|
1586
1796
|
readonly type: "error";
|
|
1587
|
-
readonly name: "
|
|
1797
|
+
readonly name: "InvalidShortString";
|
|
1798
|
+
readonly inputs: readonly [];
|
|
1799
|
+
}, {
|
|
1800
|
+
readonly type: "error";
|
|
1801
|
+
readonly name: "Leonidas__InvalidDeposit";
|
|
1588
1802
|
readonly inputs: readonly [{
|
|
1589
|
-
readonly name: "
|
|
1803
|
+
readonly name: "attester";
|
|
1590
1804
|
readonly type: "address";
|
|
1591
1805
|
readonly internalType: "address";
|
|
1592
1806
|
}, {
|
|
1593
|
-
readonly name: "
|
|
1807
|
+
readonly name: "proposer";
|
|
1594
1808
|
readonly type: "address";
|
|
1595
1809
|
readonly internalType: "address";
|
|
1596
1810
|
}];
|
|
@@ -1610,30 +1824,6 @@ export declare const RollupAbi: readonly [{
|
|
|
1610
1824
|
readonly type: "address";
|
|
1611
1825
|
readonly internalType: "address";
|
|
1612
1826
|
}];
|
|
1613
|
-
}, {
|
|
1614
|
-
readonly type: "error";
|
|
1615
|
-
readonly name: "Rollup__InsufficientBondAmount";
|
|
1616
|
-
readonly inputs: readonly [{
|
|
1617
|
-
readonly name: "minimum";
|
|
1618
|
-
readonly type: "uint256";
|
|
1619
|
-
readonly internalType: "uint256";
|
|
1620
|
-
}, {
|
|
1621
|
-
readonly name: "provided";
|
|
1622
|
-
readonly type: "uint256";
|
|
1623
|
-
readonly internalType: "uint256";
|
|
1624
|
-
}];
|
|
1625
|
-
}, {
|
|
1626
|
-
readonly type: "error";
|
|
1627
|
-
readonly name: "Rollup__InsufficientFundsInEscrow";
|
|
1628
|
-
readonly inputs: readonly [{
|
|
1629
|
-
readonly name: "required";
|
|
1630
|
-
readonly type: "uint256";
|
|
1631
|
-
readonly internalType: "uint256";
|
|
1632
|
-
}, {
|
|
1633
|
-
readonly name: "available";
|
|
1634
|
-
readonly type: "uint256";
|
|
1635
|
-
readonly internalType: "uint256";
|
|
1636
|
-
}];
|
|
1637
1827
|
}, {
|
|
1638
1828
|
readonly type: "error";
|
|
1639
1829
|
readonly name: "Rollup__InvalidArchive";
|
|
@@ -1646,26 +1836,6 @@ export declare const RollupAbi: readonly [{
|
|
|
1646
1836
|
readonly type: "bytes32";
|
|
1647
1837
|
readonly internalType: "bytes32";
|
|
1648
1838
|
}];
|
|
1649
|
-
}, {
|
|
1650
|
-
readonly type: "error";
|
|
1651
|
-
readonly name: "Rollup__InvalidBasisPointFee";
|
|
1652
|
-
readonly inputs: readonly [{
|
|
1653
|
-
readonly name: "basisPointFee";
|
|
1654
|
-
readonly type: "uint256";
|
|
1655
|
-
readonly internalType: "uint256";
|
|
1656
|
-
}];
|
|
1657
|
-
}, {
|
|
1658
|
-
readonly type: "error";
|
|
1659
|
-
readonly name: "Rollup__InvalidBlockHash";
|
|
1660
|
-
readonly inputs: readonly [{
|
|
1661
|
-
readonly name: "expected";
|
|
1662
|
-
readonly type: "bytes32";
|
|
1663
|
-
readonly internalType: "bytes32";
|
|
1664
|
-
}, {
|
|
1665
|
-
readonly name: "actual";
|
|
1666
|
-
readonly type: "bytes32";
|
|
1667
|
-
readonly internalType: "bytes32";
|
|
1668
|
-
}];
|
|
1669
1839
|
}, {
|
|
1670
1840
|
readonly type: "error";
|
|
1671
1841
|
readonly name: "Rollup__InvalidBlockNumber";
|
|
@@ -1678,18 +1848,6 @@ export declare const RollupAbi: readonly [{
|
|
|
1678
1848
|
readonly type: "uint256";
|
|
1679
1849
|
readonly internalType: "uint256";
|
|
1680
1850
|
}];
|
|
1681
|
-
}, {
|
|
1682
|
-
readonly type: "error";
|
|
1683
|
-
readonly name: "Rollup__InvalidChainId";
|
|
1684
|
-
readonly inputs: readonly [{
|
|
1685
|
-
readonly name: "expected";
|
|
1686
|
-
readonly type: "uint256";
|
|
1687
|
-
readonly internalType: "uint256";
|
|
1688
|
-
}, {
|
|
1689
|
-
readonly name: "actual";
|
|
1690
|
-
readonly type: "uint256";
|
|
1691
|
-
readonly internalType: "uint256";
|
|
1692
|
-
}];
|
|
1693
1851
|
}, {
|
|
1694
1852
|
readonly type: "error";
|
|
1695
1853
|
readonly name: "Rollup__InvalidEpoch";
|
|
@@ -1716,187 +1874,139 @@ export declare const RollupAbi: readonly [{
|
|
|
1716
1874
|
}];
|
|
1717
1875
|
}, {
|
|
1718
1876
|
readonly type: "error";
|
|
1719
|
-
readonly name: "
|
|
1720
|
-
readonly inputs: readonly [
|
|
1721
|
-
readonly name: "expected";
|
|
1722
|
-
readonly type: "uint256";
|
|
1723
|
-
readonly internalType: "uint256";
|
|
1724
|
-
}, {
|
|
1725
|
-
readonly name: "actual";
|
|
1726
|
-
readonly type: "uint256";
|
|
1727
|
-
readonly internalType: "uint256";
|
|
1728
|
-
}];
|
|
1729
|
-
}, {
|
|
1730
|
-
readonly type: "error";
|
|
1731
|
-
readonly name: "Rollup__InvalidPreviousArchive";
|
|
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
|
-
}];
|
|
1877
|
+
readonly name: "Rollup__NoEpochToProve";
|
|
1878
|
+
readonly inputs: readonly [];
|
|
1741
1879
|
}, {
|
|
1742
1880
|
readonly type: "error";
|
|
1743
|
-
readonly name: "
|
|
1744
|
-
readonly inputs: readonly [
|
|
1745
|
-
readonly name: "expected";
|
|
1746
|
-
readonly type: "bytes32";
|
|
1747
|
-
readonly internalType: "bytes32";
|
|
1748
|
-
}, {
|
|
1749
|
-
readonly name: "actual";
|
|
1750
|
-
readonly type: "bytes32";
|
|
1751
|
-
readonly internalType: "bytes32";
|
|
1752
|
-
}];
|
|
1881
|
+
readonly name: "Rollup__NothingToPrune";
|
|
1882
|
+
readonly inputs: readonly [];
|
|
1753
1883
|
}, {
|
|
1754
1884
|
readonly type: "error";
|
|
1755
|
-
readonly name: "
|
|
1885
|
+
readonly name: "Rollup__ProofRightAlreadyClaimed";
|
|
1756
1886
|
readonly inputs: readonly [];
|
|
1757
1887
|
}, {
|
|
1758
1888
|
readonly type: "error";
|
|
1759
|
-
readonly name: "
|
|
1889
|
+
readonly name: "Rollup__SlotAlreadyInChain";
|
|
1760
1890
|
readonly inputs: readonly [{
|
|
1761
|
-
readonly name: "
|
|
1891
|
+
readonly name: "lastSlot";
|
|
1762
1892
|
readonly type: "uint256";
|
|
1763
|
-
readonly internalType: "
|
|
1893
|
+
readonly internalType: "Slot";
|
|
1764
1894
|
}, {
|
|
1765
|
-
readonly name: "
|
|
1895
|
+
readonly name: "proposedSlot";
|
|
1766
1896
|
readonly type: "uint256";
|
|
1767
|
-
readonly internalType: "
|
|
1897
|
+
readonly internalType: "Slot";
|
|
1768
1898
|
}];
|
|
1769
1899
|
}, {
|
|
1770
1900
|
readonly type: "error";
|
|
1771
|
-
readonly name: "
|
|
1901
|
+
readonly name: "SafeCastOverflowedIntToUint";
|
|
1772
1902
|
readonly inputs: readonly [{
|
|
1773
|
-
readonly name: "
|
|
1774
|
-
readonly type: "
|
|
1775
|
-
readonly internalType: "
|
|
1776
|
-
}, {
|
|
1777
|
-
readonly name: "actual";
|
|
1778
|
-
readonly type: "uint256";
|
|
1779
|
-
readonly internalType: "uint256";
|
|
1903
|
+
readonly name: "value";
|
|
1904
|
+
readonly type: "int256";
|
|
1905
|
+
readonly internalType: "int256";
|
|
1780
1906
|
}];
|
|
1781
1907
|
}, {
|
|
1782
1908
|
readonly type: "error";
|
|
1783
|
-
readonly name: "
|
|
1784
|
-
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
|
+
}];
|
|
1785
1915
|
}, {
|
|
1786
1916
|
readonly type: "error";
|
|
1787
|
-
readonly name: "
|
|
1788
|
-
readonly inputs: readonly [
|
|
1917
|
+
readonly name: "Staking__AlreadyRegistered";
|
|
1918
|
+
readonly inputs: readonly [{
|
|
1919
|
+
readonly name: "";
|
|
1920
|
+
readonly type: "address";
|
|
1921
|
+
readonly internalType: "address";
|
|
1922
|
+
}];
|
|
1789
1923
|
}, {
|
|
1790
1924
|
readonly type: "error";
|
|
1791
|
-
readonly name: "
|
|
1792
|
-
readonly inputs: readonly [
|
|
1925
|
+
readonly name: "Staking__CannotSlashExitedStake";
|
|
1926
|
+
readonly inputs: readonly [{
|
|
1927
|
+
readonly name: "";
|
|
1928
|
+
readonly type: "address";
|
|
1929
|
+
readonly internalType: "address";
|
|
1930
|
+
}];
|
|
1793
1931
|
}, {
|
|
1794
1932
|
readonly type: "error";
|
|
1795
|
-
readonly name: "
|
|
1933
|
+
readonly name: "Staking__FailedToRemove";
|
|
1796
1934
|
readonly inputs: readonly [{
|
|
1797
|
-
readonly name: "
|
|
1798
|
-
readonly type: "
|
|
1799
|
-
readonly internalType: "
|
|
1800
|
-
}, {
|
|
1801
|
-
readonly name: "actual";
|
|
1802
|
-
readonly type: "uint256";
|
|
1803
|
-
readonly internalType: "Epoch";
|
|
1935
|
+
readonly name: "";
|
|
1936
|
+
readonly type: "address";
|
|
1937
|
+
readonly internalType: "address";
|
|
1804
1938
|
}];
|
|
1805
1939
|
}, {
|
|
1806
1940
|
readonly type: "error";
|
|
1807
|
-
readonly name: "
|
|
1941
|
+
readonly name: "Staking__InsufficientStake";
|
|
1808
1942
|
readonly inputs: readonly [{
|
|
1809
|
-
readonly name: "
|
|
1943
|
+
readonly name: "";
|
|
1810
1944
|
readonly type: "uint256";
|
|
1811
1945
|
readonly internalType: "uint256";
|
|
1812
1946
|
}, {
|
|
1813
|
-
readonly name: "
|
|
1947
|
+
readonly name: "";
|
|
1814
1948
|
readonly type: "uint256";
|
|
1815
1949
|
readonly internalType: "uint256";
|
|
1816
1950
|
}];
|
|
1817
1951
|
}, {
|
|
1818
1952
|
readonly type: "error";
|
|
1819
|
-
readonly name: "
|
|
1820
|
-
readonly inputs: readonly [];
|
|
1821
|
-
}, {
|
|
1822
|
-
readonly type: "error";
|
|
1823
|
-
readonly name: "Rollup__ProofRightAlreadyClaimed";
|
|
1824
|
-
readonly inputs: readonly [];
|
|
1825
|
-
}, {
|
|
1826
|
-
readonly type: "error";
|
|
1827
|
-
readonly name: "Rollup__QuoteExpired";
|
|
1953
|
+
readonly name: "Staking__NoOneToSlash";
|
|
1828
1954
|
readonly inputs: readonly [{
|
|
1829
|
-
readonly name: "
|
|
1830
|
-
readonly type: "
|
|
1831
|
-
readonly internalType: "
|
|
1832
|
-
}, {
|
|
1833
|
-
readonly name: "quoteSlot";
|
|
1834
|
-
readonly type: "uint256";
|
|
1835
|
-
readonly internalType: "Slot";
|
|
1955
|
+
readonly name: "";
|
|
1956
|
+
readonly type: "address";
|
|
1957
|
+
readonly internalType: "address";
|
|
1836
1958
|
}];
|
|
1837
1959
|
}, {
|
|
1838
1960
|
readonly type: "error";
|
|
1839
|
-
readonly name: "
|
|
1961
|
+
readonly name: "Staking__NotExiting";
|
|
1840
1962
|
readonly inputs: readonly [{
|
|
1841
|
-
readonly name: "
|
|
1842
|
-
readonly type: "
|
|
1843
|
-
readonly internalType: "
|
|
1844
|
-
}, {
|
|
1845
|
-
readonly name: "proposedSlot";
|
|
1846
|
-
readonly type: "uint256";
|
|
1847
|
-
readonly internalType: "Slot";
|
|
1963
|
+
readonly name: "";
|
|
1964
|
+
readonly type: "address";
|
|
1965
|
+
readonly internalType: "address";
|
|
1848
1966
|
}];
|
|
1849
1967
|
}, {
|
|
1850
1968
|
readonly type: "error";
|
|
1851
|
-
readonly name: "
|
|
1969
|
+
readonly name: "Staking__NotSlasher";
|
|
1852
1970
|
readonly inputs: readonly [{
|
|
1853
|
-
readonly name: "
|
|
1854
|
-
readonly type: "
|
|
1855
|
-
readonly internalType: "
|
|
1971
|
+
readonly name: "";
|
|
1972
|
+
readonly type: "address";
|
|
1973
|
+
readonly internalType: "address";
|
|
1856
1974
|
}, {
|
|
1857
|
-
readonly name: "
|
|
1858
|
-
readonly type: "
|
|
1859
|
-
readonly internalType: "
|
|
1860
|
-
}];
|
|
1861
|
-
}, {
|
|
1862
|
-
readonly type: "error";
|
|
1863
|
-
readonly name: "Rollup__UnavailableTxs";
|
|
1864
|
-
readonly inputs: readonly [{
|
|
1865
|
-
readonly name: "txsHash";
|
|
1866
|
-
readonly type: "bytes32";
|
|
1867
|
-
readonly internalType: "bytes32";
|
|
1975
|
+
readonly name: "";
|
|
1976
|
+
readonly type: "address";
|
|
1977
|
+
readonly internalType: "address";
|
|
1868
1978
|
}];
|
|
1869
1979
|
}, {
|
|
1870
1980
|
readonly type: "error";
|
|
1871
|
-
readonly name: "
|
|
1981
|
+
readonly name: "Staking__NotWithdrawer";
|
|
1872
1982
|
readonly inputs: readonly [{
|
|
1873
|
-
readonly name: "
|
|
1874
|
-
readonly type: "
|
|
1875
|
-
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";
|
|
1876
1990
|
}];
|
|
1877
1991
|
}, {
|
|
1878
1992
|
readonly type: "error";
|
|
1879
|
-
readonly name: "
|
|
1993
|
+
readonly name: "Staking__NothingToExit";
|
|
1880
1994
|
readonly inputs: readonly [{
|
|
1881
|
-
readonly name: "
|
|
1995
|
+
readonly name: "";
|
|
1882
1996
|
readonly type: "address";
|
|
1883
1997
|
readonly internalType: "address";
|
|
1884
1998
|
}];
|
|
1885
1999
|
}, {
|
|
1886
2000
|
readonly type: "error";
|
|
1887
|
-
readonly name: "
|
|
1888
|
-
readonly inputs: readonly [];
|
|
1889
|
-
}, {
|
|
1890
|
-
readonly type: "error";
|
|
1891
|
-
readonly name: "SignatureLib__InvalidSignature";
|
|
2001
|
+
readonly name: "Staking__WithdrawalNotUnlockedYet";
|
|
1892
2002
|
readonly inputs: readonly [{
|
|
1893
|
-
readonly name: "
|
|
1894
|
-
readonly type: "
|
|
1895
|
-
readonly internalType: "
|
|
2003
|
+
readonly name: "";
|
|
2004
|
+
readonly type: "uint256";
|
|
2005
|
+
readonly internalType: "Timestamp";
|
|
1896
2006
|
}, {
|
|
1897
|
-
readonly name: "
|
|
1898
|
-
readonly type: "
|
|
1899
|
-
readonly internalType: "
|
|
2007
|
+
readonly name: "";
|
|
2008
|
+
readonly type: "uint256";
|
|
2009
|
+
readonly internalType: "Timestamp";
|
|
1900
2010
|
}];
|
|
1901
2011
|
}, {
|
|
1902
2012
|
readonly type: "error";
|