@aztec/ethereum 2.1.0-rc.19 → 2.1.0-rc.20
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/deploy_l1_contracts.d.ts.map +1 -1
- package/dest/deploy_l1_contracts.js +2 -1
- package/dest/l1_artifacts.d.ts +487 -47
- package/dest/l1_artifacts.d.ts.map +1 -1
- package/dest/l1_artifacts.js +5 -5
- package/package.json +5 -5
- package/src/deploy_l1_contracts.ts +1 -0
- package/src/l1_artifacts.ts +6 -6
package/dest/l1_artifacts.d.ts
CHANGED
|
@@ -1539,6 +1539,18 @@ export declare const RegistryArtifact: {
|
|
|
1539
1539
|
readonly type: "uint256";
|
|
1540
1540
|
readonly internalType: "uint256";
|
|
1541
1541
|
}];
|
|
1542
|
+
}, {
|
|
1543
|
+
readonly type: "error";
|
|
1544
|
+
readonly name: "Rollup__TooSoonToSetRewardsClaimable";
|
|
1545
|
+
readonly inputs: readonly [{
|
|
1546
|
+
readonly name: "earliestRewardsClaimableTimestamp";
|
|
1547
|
+
readonly type: "uint256";
|
|
1548
|
+
readonly internalType: "uint256";
|
|
1549
|
+
}, {
|
|
1550
|
+
readonly name: "currentTimestamp";
|
|
1551
|
+
readonly type: "uint256";
|
|
1552
|
+
readonly internalType: "uint256";
|
|
1553
|
+
}];
|
|
1542
1554
|
}, {
|
|
1543
1555
|
readonly type: "error";
|
|
1544
1556
|
readonly name: "SampleLib__IndexOutOfBounds";
|
|
@@ -3537,6 +3549,18 @@ export declare const InboxArtifact: {
|
|
|
3537
3549
|
readonly type: "uint256";
|
|
3538
3550
|
readonly internalType: "uint256";
|
|
3539
3551
|
}];
|
|
3552
|
+
}, {
|
|
3553
|
+
readonly type: "error";
|
|
3554
|
+
readonly name: "Rollup__TooSoonToSetRewardsClaimable";
|
|
3555
|
+
readonly inputs: readonly [{
|
|
3556
|
+
readonly name: "earliestRewardsClaimableTimestamp";
|
|
3557
|
+
readonly type: "uint256";
|
|
3558
|
+
readonly internalType: "uint256";
|
|
3559
|
+
}, {
|
|
3560
|
+
readonly name: "currentTimestamp";
|
|
3561
|
+
readonly type: "uint256";
|
|
3562
|
+
readonly internalType: "uint256";
|
|
3563
|
+
}];
|
|
3540
3564
|
}, {
|
|
3541
3565
|
readonly type: "error";
|
|
3542
3566
|
readonly name: "SafeCastOverflowedUintDowncast";
|
|
@@ -5528,6 +5552,18 @@ export declare const OutboxArtifact: {
|
|
|
5528
5552
|
readonly type: "uint256";
|
|
5529
5553
|
readonly internalType: "uint256";
|
|
5530
5554
|
}];
|
|
5555
|
+
}, {
|
|
5556
|
+
readonly type: "error";
|
|
5557
|
+
readonly name: "Rollup__TooSoonToSetRewardsClaimable";
|
|
5558
|
+
readonly inputs: readonly [{
|
|
5559
|
+
readonly name: "earliestRewardsClaimableTimestamp";
|
|
5560
|
+
readonly type: "uint256";
|
|
5561
|
+
readonly internalType: "uint256";
|
|
5562
|
+
}, {
|
|
5563
|
+
readonly name: "currentTimestamp";
|
|
5564
|
+
readonly type: "uint256";
|
|
5565
|
+
readonly internalType: "uint256";
|
|
5566
|
+
}];
|
|
5531
5567
|
}, {
|
|
5532
5568
|
readonly type: "event";
|
|
5533
5569
|
readonly name: "RootAdded";
|
|
@@ -6609,6 +6645,16 @@ export declare const RollupArtifact: {
|
|
|
6609
6645
|
readonly internalType: "Slot";
|
|
6610
6646
|
}];
|
|
6611
6647
|
readonly stateMutability: "view";
|
|
6648
|
+
}, {
|
|
6649
|
+
readonly type: "function";
|
|
6650
|
+
readonly name: "getEarliestRewardsClaimableTimestamp";
|
|
6651
|
+
readonly inputs: readonly [];
|
|
6652
|
+
readonly outputs: readonly [{
|
|
6653
|
+
readonly name: "";
|
|
6654
|
+
readonly type: "uint256";
|
|
6655
|
+
readonly internalType: "Timestamp";
|
|
6656
|
+
}];
|
|
6657
|
+
readonly stateMutability: "view";
|
|
6612
6658
|
}, {
|
|
6613
6659
|
readonly type: "function";
|
|
6614
6660
|
readonly name: "getEjectionThreshold";
|
|
@@ -7342,14 +7388,6 @@ export declare const RollupArtifact: {
|
|
|
7342
7388
|
readonly type: "int256";
|
|
7343
7389
|
readonly internalType: "int256";
|
|
7344
7390
|
}];
|
|
7345
|
-
}, {
|
|
7346
|
-
readonly type: "error";
|
|
7347
|
-
readonly name: "SafeERC20FailedOperation";
|
|
7348
|
-
readonly inputs: readonly [{
|
|
7349
|
-
readonly name: "token";
|
|
7350
|
-
readonly type: "address";
|
|
7351
|
-
readonly internalType: "address";
|
|
7352
|
-
}];
|
|
7353
7391
|
}, {
|
|
7354
7392
|
readonly type: "event";
|
|
7355
7393
|
readonly name: "StakingQueueConfigUpdated";
|
|
@@ -9177,6 +9215,18 @@ export declare const RollupArtifact: {
|
|
|
9177
9215
|
readonly type: "uint256";
|
|
9178
9216
|
readonly internalType: "uint256";
|
|
9179
9217
|
}];
|
|
9218
|
+
}, {
|
|
9219
|
+
readonly type: "error";
|
|
9220
|
+
readonly name: "Rollup__TooSoonToSetRewardsClaimable";
|
|
9221
|
+
readonly inputs: readonly [{
|
|
9222
|
+
readonly name: "earliestRewardsClaimableTimestamp";
|
|
9223
|
+
readonly type: "uint256";
|
|
9224
|
+
readonly internalType: "uint256";
|
|
9225
|
+
}, {
|
|
9226
|
+
readonly name: "currentTimestamp";
|
|
9227
|
+
readonly type: "uint256";
|
|
9228
|
+
readonly internalType: "uint256";
|
|
9229
|
+
}];
|
|
9180
9230
|
}, {
|
|
9181
9231
|
readonly type: "error";
|
|
9182
9232
|
readonly name: "SafeCastOverflowedUintDowncast";
|
|
@@ -10619,6 +10669,10 @@ export declare const RollupArtifact: {
|
|
|
10619
10669
|
readonly name: "localEjectionThreshold";
|
|
10620
10670
|
readonly type: "uint256";
|
|
10621
10671
|
readonly internalType: "uint256";
|
|
10672
|
+
}, {
|
|
10673
|
+
readonly name: "earliestRewardsClaimableTimestamp";
|
|
10674
|
+
readonly type: "uint256";
|
|
10675
|
+
readonly internalType: "Timestamp";
|
|
10622
10676
|
}];
|
|
10623
10677
|
}];
|
|
10624
10678
|
readonly stateMutability: "nonpayable";
|
|
@@ -10776,124 +10830,142 @@ export declare const RollupArtifact: {
|
|
|
10776
10830
|
linkReferences: {
|
|
10777
10831
|
readonly "src/core/libraries/rollup/EmpireSlasherDeploymentExtLib.sol": {
|
|
10778
10832
|
readonly EmpireSlasherDeploymentExtLib: readonly [{
|
|
10779
|
-
readonly start:
|
|
10833
|
+
readonly start: 874;
|
|
10780
10834
|
readonly length: 20;
|
|
10781
10835
|
}];
|
|
10782
10836
|
};
|
|
10783
|
-
readonly "src/core/libraries/rollup/
|
|
10784
|
-
readonly
|
|
10785
|
-
readonly start:
|
|
10837
|
+
readonly "src/core/libraries/rollup/RewardExtLib.sol": {
|
|
10838
|
+
readonly RewardExtLib: readonly [{
|
|
10839
|
+
readonly start: 1225;
|
|
10840
|
+
readonly length: 20;
|
|
10841
|
+
}, {
|
|
10842
|
+
readonly start: 1370;
|
|
10843
|
+
readonly length: 20;
|
|
10844
|
+
}, {
|
|
10845
|
+
readonly start: 1531;
|
|
10846
|
+
readonly length: 20;
|
|
10847
|
+
}, {
|
|
10848
|
+
readonly start: 12510;
|
|
10849
|
+
readonly length: 20;
|
|
10850
|
+
}, {
|
|
10851
|
+
readonly start: 13367;
|
|
10852
|
+
readonly length: 20;
|
|
10853
|
+
}, {
|
|
10854
|
+
readonly start: 14829;
|
|
10855
|
+
readonly length: 20;
|
|
10856
|
+
}, {
|
|
10857
|
+
readonly start: 14967;
|
|
10786
10858
|
readonly length: 20;
|
|
10787
10859
|
}];
|
|
10788
10860
|
};
|
|
10789
10861
|
readonly "src/core/libraries/rollup/RollupOperationsExtLib.sol": {
|
|
10790
10862
|
readonly RollupOperationsExtLib: readonly [{
|
|
10791
|
-
readonly start:
|
|
10863
|
+
readonly start: 11652;
|
|
10792
10864
|
readonly length: 20;
|
|
10793
10865
|
}, {
|
|
10794
|
-
readonly start:
|
|
10866
|
+
readonly start: 11711;
|
|
10795
10867
|
readonly length: 20;
|
|
10796
10868
|
}, {
|
|
10797
|
-
readonly start:
|
|
10869
|
+
readonly start: 12922;
|
|
10798
10870
|
readonly length: 20;
|
|
10799
10871
|
}, {
|
|
10800
|
-
readonly start:
|
|
10872
|
+
readonly start: 13519;
|
|
10801
10873
|
readonly length: 20;
|
|
10802
10874
|
}, {
|
|
10803
|
-
readonly start:
|
|
10875
|
+
readonly start: 13704;
|
|
10804
10876
|
readonly length: 20;
|
|
10805
10877
|
}, {
|
|
10806
|
-
readonly start:
|
|
10878
|
+
readonly start: 13828;
|
|
10807
10879
|
readonly length: 20;
|
|
10808
10880
|
}];
|
|
10809
10881
|
};
|
|
10810
10882
|
readonly "src/core/libraries/rollup/TallySlasherDeploymentExtLib.sol": {
|
|
10811
10883
|
readonly TallySlasherDeploymentExtLib: readonly [{
|
|
10812
|
-
readonly start:
|
|
10884
|
+
readonly start: 575;
|
|
10813
10885
|
readonly length: 20;
|
|
10814
10886
|
}];
|
|
10815
10887
|
};
|
|
10816
10888
|
readonly "src/core/libraries/rollup/ValidatorOperationsExtLib.sol": {
|
|
10817
10889
|
readonly ValidatorOperationsExtLib: readonly [{
|
|
10818
|
-
readonly start:
|
|
10890
|
+
readonly start: 1002;
|
|
10819
10891
|
readonly length: 20;
|
|
10820
10892
|
}, {
|
|
10821
|
-
readonly start:
|
|
10893
|
+
readonly start: 10349;
|
|
10822
10894
|
readonly length: 20;
|
|
10823
10895
|
}, {
|
|
10824
|
-
readonly start:
|
|
10896
|
+
readonly start: 10515;
|
|
10825
10897
|
readonly length: 20;
|
|
10826
10898
|
}, {
|
|
10827
|
-
readonly start:
|
|
10899
|
+
readonly start: 10772;
|
|
10828
10900
|
readonly length: 20;
|
|
10829
10901
|
}, {
|
|
10830
|
-
readonly start:
|
|
10902
|
+
readonly start: 10927;
|
|
10831
10903
|
readonly length: 20;
|
|
10832
10904
|
}, {
|
|
10833
|
-
readonly start:
|
|
10905
|
+
readonly start: 11016;
|
|
10834
10906
|
readonly length: 20;
|
|
10835
10907
|
}, {
|
|
10836
|
-
readonly start:
|
|
10908
|
+
readonly start: 11145;
|
|
10837
10909
|
readonly length: 20;
|
|
10838
10910
|
}, {
|
|
10839
|
-
readonly start:
|
|
10911
|
+
readonly start: 11253;
|
|
10840
10912
|
readonly length: 20;
|
|
10841
10913
|
}, {
|
|
10842
|
-
readonly start:
|
|
10914
|
+
readonly start: 12025;
|
|
10843
10915
|
readonly length: 20;
|
|
10844
10916
|
}, {
|
|
10845
|
-
readonly start:
|
|
10917
|
+
readonly start: 12091;
|
|
10846
10918
|
readonly length: 20;
|
|
10847
10919
|
}, {
|
|
10848
|
-
readonly start:
|
|
10920
|
+
readonly start: 12218;
|
|
10849
10921
|
readonly length: 20;
|
|
10850
10922
|
}, {
|
|
10851
|
-
readonly start:
|
|
10923
|
+
readonly start: 12688;
|
|
10852
10924
|
readonly length: 20;
|
|
10853
10925
|
}, {
|
|
10854
|
-
readonly start:
|
|
10926
|
+
readonly start: 12811;
|
|
10855
10927
|
readonly length: 20;
|
|
10856
10928
|
}, {
|
|
10857
|
-
readonly start:
|
|
10929
|
+
readonly start: 12847;
|
|
10858
10930
|
readonly length: 20;
|
|
10859
10931
|
}, {
|
|
10860
|
-
readonly start:
|
|
10932
|
+
readonly start: 14070;
|
|
10861
10933
|
readonly length: 20;
|
|
10862
10934
|
}, {
|
|
10863
|
-
readonly start:
|
|
10935
|
+
readonly start: 14152;
|
|
10864
10936
|
readonly length: 20;
|
|
10865
10937
|
}, {
|
|
10866
|
-
readonly start:
|
|
10938
|
+
readonly start: 14270;
|
|
10867
10939
|
readonly length: 20;
|
|
10868
10940
|
}, {
|
|
10869
|
-
readonly start:
|
|
10941
|
+
readonly start: 14381;
|
|
10870
10942
|
readonly length: 20;
|
|
10871
10943
|
}, {
|
|
10872
|
-
readonly start:
|
|
10944
|
+
readonly start: 14605;
|
|
10873
10945
|
readonly length: 20;
|
|
10874
10946
|
}, {
|
|
10875
|
-
readonly start:
|
|
10947
|
+
readonly start: 14733;
|
|
10876
10948
|
readonly length: 20;
|
|
10877
10949
|
}, {
|
|
10878
|
-
readonly start:
|
|
10950
|
+
readonly start: 15106;
|
|
10879
10951
|
readonly length: 20;
|
|
10880
10952
|
}, {
|
|
10881
|
-
readonly start:
|
|
10953
|
+
readonly start: 15191;
|
|
10882
10954
|
readonly length: 20;
|
|
10883
10955
|
}, {
|
|
10884
|
-
readonly start:
|
|
10956
|
+
readonly start: 15227;
|
|
10885
10957
|
readonly length: 20;
|
|
10886
10958
|
}, {
|
|
10887
|
-
readonly start:
|
|
10959
|
+
readonly start: 15606;
|
|
10888
10960
|
readonly length: 20;
|
|
10889
10961
|
}, {
|
|
10890
|
-
readonly start:
|
|
10962
|
+
readonly start: 15735;
|
|
10891
10963
|
readonly length: 20;
|
|
10892
10964
|
}, {
|
|
10893
|
-
readonly start:
|
|
10965
|
+
readonly start: 15772;
|
|
10894
10966
|
readonly length: 20;
|
|
10895
10967
|
}, {
|
|
10896
|
-
readonly start:
|
|
10968
|
+
readonly start: 15929;
|
|
10897
10969
|
readonly length: 20;
|
|
10898
10970
|
}];
|
|
10899
10971
|
};
|
|
@@ -12257,6 +12329,18 @@ export declare const RollupArtifact: {
|
|
|
12257
12329
|
readonly type: "uint256";
|
|
12258
12330
|
readonly internalType: "uint256";
|
|
12259
12331
|
}];
|
|
12332
|
+
}, {
|
|
12333
|
+
readonly type: "error";
|
|
12334
|
+
readonly name: "Rollup__TooSoonToSetRewardsClaimable";
|
|
12335
|
+
readonly inputs: readonly [{
|
|
12336
|
+
readonly name: "earliestRewardsClaimableTimestamp";
|
|
12337
|
+
readonly type: "uint256";
|
|
12338
|
+
readonly internalType: "uint256";
|
|
12339
|
+
}, {
|
|
12340
|
+
readonly name: "currentTimestamp";
|
|
12341
|
+
readonly type: "uint256";
|
|
12342
|
+
readonly internalType: "uint256";
|
|
12343
|
+
}];
|
|
12260
12344
|
}, {
|
|
12261
12345
|
readonly type: "error";
|
|
12262
12346
|
readonly name: "SampleLib__IndexOutOfBounds";
|
|
@@ -14190,6 +14274,18 @@ export declare const RollupArtifact: {
|
|
|
14190
14274
|
readonly type: "uint256";
|
|
14191
14275
|
readonly internalType: "uint256";
|
|
14192
14276
|
}];
|
|
14277
|
+
}, {
|
|
14278
|
+
readonly type: "error";
|
|
14279
|
+
readonly name: "Rollup__TooSoonToSetRewardsClaimable";
|
|
14280
|
+
readonly inputs: readonly [{
|
|
14281
|
+
readonly name: "earliestRewardsClaimableTimestamp";
|
|
14282
|
+
readonly type: "uint256";
|
|
14283
|
+
readonly internalType: "uint256";
|
|
14284
|
+
}, {
|
|
14285
|
+
readonly name: "currentTimestamp";
|
|
14286
|
+
readonly type: "uint256";
|
|
14287
|
+
readonly internalType: "uint256";
|
|
14288
|
+
}];
|
|
14193
14289
|
}, {
|
|
14194
14290
|
readonly type: "error";
|
|
14195
14291
|
readonly name: "SafeCastOverflowedUintDowncast";
|
|
@@ -16280,6 +16376,18 @@ export declare const RollupArtifact: {
|
|
|
16280
16376
|
readonly type: "uint256";
|
|
16281
16377
|
readonly internalType: "uint256";
|
|
16282
16378
|
}];
|
|
16379
|
+
}, {
|
|
16380
|
+
readonly type: "error";
|
|
16381
|
+
readonly name: "Rollup__TooSoonToSetRewardsClaimable";
|
|
16382
|
+
readonly inputs: readonly [{
|
|
16383
|
+
readonly name: "earliestRewardsClaimableTimestamp";
|
|
16384
|
+
readonly type: "uint256";
|
|
16385
|
+
readonly internalType: "uint256";
|
|
16386
|
+
}, {
|
|
16387
|
+
readonly name: "currentTimestamp";
|
|
16388
|
+
readonly type: "uint256";
|
|
16389
|
+
readonly internalType: "uint256";
|
|
16390
|
+
}];
|
|
16283
16391
|
}, {
|
|
16284
16392
|
readonly type: "error";
|
|
16285
16393
|
readonly name: "SafeCastOverflowedUintDowncast";
|
|
@@ -17007,7 +17115,7 @@ export declare const RollupArtifact: {
|
|
|
17007
17115
|
}];
|
|
17008
17116
|
contractBytecode: Hex;
|
|
17009
17117
|
};
|
|
17010
|
-
|
|
17118
|
+
RewardExtLib: {
|
|
17011
17119
|
name: string;
|
|
17012
17120
|
contractAbi: readonly [{
|
|
17013
17121
|
readonly type: "error";
|
|
@@ -17545,6 +17653,14 @@ export declare const RollupArtifact: {
|
|
|
17545
17653
|
readonly type: "bytes32";
|
|
17546
17654
|
readonly internalType: "bytes32";
|
|
17547
17655
|
}];
|
|
17656
|
+
}, {
|
|
17657
|
+
readonly type: "error";
|
|
17658
|
+
readonly name: "SafeERC20FailedOperation";
|
|
17659
|
+
readonly inputs: readonly [{
|
|
17660
|
+
readonly name: "token";
|
|
17661
|
+
readonly type: "address";
|
|
17662
|
+
readonly internalType: "address";
|
|
17663
|
+
}];
|
|
17548
17664
|
}, {
|
|
17549
17665
|
readonly type: "error";
|
|
17550
17666
|
readonly name: "Staking__AlreadyActive";
|
|
@@ -18365,6 +18481,30 @@ export declare const RollupArtifact: {
|
|
|
18365
18481
|
readonly type: "uint256";
|
|
18366
18482
|
readonly internalType: "uint256";
|
|
18367
18483
|
}];
|
|
18484
|
+
}, {
|
|
18485
|
+
readonly type: "error";
|
|
18486
|
+
readonly name: "Rollup__TooSoonToSetRewardsClaimable";
|
|
18487
|
+
readonly inputs: readonly [{
|
|
18488
|
+
readonly name: "earliestRewardsClaimableTimestamp";
|
|
18489
|
+
readonly type: "uint256";
|
|
18490
|
+
readonly internalType: "uint256";
|
|
18491
|
+
}, {
|
|
18492
|
+
readonly name: "currentTimestamp";
|
|
18493
|
+
readonly type: "uint256";
|
|
18494
|
+
readonly internalType: "uint256";
|
|
18495
|
+
}];
|
|
18496
|
+
}, {
|
|
18497
|
+
readonly type: "error";
|
|
18498
|
+
readonly name: "SafeCastOverflowedUintDowncast";
|
|
18499
|
+
readonly inputs: readonly [{
|
|
18500
|
+
readonly name: "bits";
|
|
18501
|
+
readonly type: "uint8";
|
|
18502
|
+
readonly internalType: "uint8";
|
|
18503
|
+
}, {
|
|
18504
|
+
readonly name: "value";
|
|
18505
|
+
readonly type: "uint256";
|
|
18506
|
+
readonly internalType: "uint256";
|
|
18507
|
+
}];
|
|
18368
18508
|
}, {
|
|
18369
18509
|
readonly type: "error";
|
|
18370
18510
|
readonly name: "SampleLib__IndexOutOfBounds";
|
|
@@ -20218,6 +20358,18 @@ export declare const RollupArtifact: {
|
|
|
20218
20358
|
readonly type: "uint256";
|
|
20219
20359
|
readonly internalType: "uint256";
|
|
20220
20360
|
}];
|
|
20361
|
+
}, {
|
|
20362
|
+
readonly type: "error";
|
|
20363
|
+
readonly name: "Rollup__TooSoonToSetRewardsClaimable";
|
|
20364
|
+
readonly inputs: readonly [{
|
|
20365
|
+
readonly name: "earliestRewardsClaimableTimestamp";
|
|
20366
|
+
readonly type: "uint256";
|
|
20367
|
+
readonly internalType: "uint256";
|
|
20368
|
+
}, {
|
|
20369
|
+
readonly name: "currentTimestamp";
|
|
20370
|
+
readonly type: "uint256";
|
|
20371
|
+
readonly internalType: "uint256";
|
|
20372
|
+
}];
|
|
20221
20373
|
}, {
|
|
20222
20374
|
readonly type: "error";
|
|
20223
20375
|
readonly name: "SampleLib__IndexOutOfBounds";
|
|
@@ -22071,6 +22223,18 @@ export declare const RollupArtifact: {
|
|
|
22071
22223
|
readonly type: "uint256";
|
|
22072
22224
|
readonly internalType: "uint256";
|
|
22073
22225
|
}];
|
|
22226
|
+
}, {
|
|
22227
|
+
readonly type: "error";
|
|
22228
|
+
readonly name: "Rollup__TooSoonToSetRewardsClaimable";
|
|
22229
|
+
readonly inputs: readonly [{
|
|
22230
|
+
readonly name: "earliestRewardsClaimableTimestamp";
|
|
22231
|
+
readonly type: "uint256";
|
|
22232
|
+
readonly internalType: "uint256";
|
|
22233
|
+
}, {
|
|
22234
|
+
readonly name: "currentTimestamp";
|
|
22235
|
+
readonly type: "uint256";
|
|
22236
|
+
readonly internalType: "uint256";
|
|
22237
|
+
}];
|
|
22074
22238
|
}, {
|
|
22075
22239
|
readonly type: "error";
|
|
22076
22240
|
readonly name: "SampleLib__IndexOutOfBounds";
|
|
@@ -24163,6 +24327,18 @@ export declare const StakingAssetArtifact: {
|
|
|
24163
24327
|
readonly type: "uint256";
|
|
24164
24328
|
readonly internalType: "uint256";
|
|
24165
24329
|
}];
|
|
24330
|
+
}, {
|
|
24331
|
+
readonly type: "error";
|
|
24332
|
+
readonly name: "Rollup__TooSoonToSetRewardsClaimable";
|
|
24333
|
+
readonly inputs: readonly [{
|
|
24334
|
+
readonly name: "earliestRewardsClaimableTimestamp";
|
|
24335
|
+
readonly type: "uint256";
|
|
24336
|
+
readonly internalType: "uint256";
|
|
24337
|
+
}, {
|
|
24338
|
+
readonly name: "currentTimestamp";
|
|
24339
|
+
readonly type: "uint256";
|
|
24340
|
+
readonly internalType: "uint256";
|
|
24341
|
+
}];
|
|
24166
24342
|
}, {
|
|
24167
24343
|
readonly type: "error";
|
|
24168
24344
|
readonly name: "SampleLib__IndexOutOfBounds";
|
|
@@ -26430,6 +26606,18 @@ export declare const FeeAssetArtifact: {
|
|
|
26430
26606
|
readonly type: "uint256";
|
|
26431
26607
|
readonly internalType: "uint256";
|
|
26432
26608
|
}];
|
|
26609
|
+
}, {
|
|
26610
|
+
readonly type: "error";
|
|
26611
|
+
readonly name: "Rollup__TooSoonToSetRewardsClaimable";
|
|
26612
|
+
readonly inputs: readonly [{
|
|
26613
|
+
readonly name: "earliestRewardsClaimableTimestamp";
|
|
26614
|
+
readonly type: "uint256";
|
|
26615
|
+
readonly internalType: "uint256";
|
|
26616
|
+
}, {
|
|
26617
|
+
readonly name: "currentTimestamp";
|
|
26618
|
+
readonly type: "uint256";
|
|
26619
|
+
readonly internalType: "uint256";
|
|
26620
|
+
}];
|
|
26433
26621
|
}, {
|
|
26434
26622
|
readonly type: "error";
|
|
26435
26623
|
readonly name: "SampleLib__IndexOutOfBounds";
|
|
@@ -28534,6 +28722,18 @@ export declare const FeeJuicePortalArtifact: {
|
|
|
28534
28722
|
readonly type: "uint256";
|
|
28535
28723
|
readonly internalType: "uint256";
|
|
28536
28724
|
}];
|
|
28725
|
+
}, {
|
|
28726
|
+
readonly type: "error";
|
|
28727
|
+
readonly name: "Rollup__TooSoonToSetRewardsClaimable";
|
|
28728
|
+
readonly inputs: readonly [{
|
|
28729
|
+
readonly name: "earliestRewardsClaimableTimestamp";
|
|
28730
|
+
readonly type: "uint256";
|
|
28731
|
+
readonly internalType: "uint256";
|
|
28732
|
+
}, {
|
|
28733
|
+
readonly name: "currentTimestamp";
|
|
28734
|
+
readonly type: "uint256";
|
|
28735
|
+
readonly internalType: "uint256";
|
|
28736
|
+
}];
|
|
28537
28737
|
}, {
|
|
28538
28738
|
readonly type: "error";
|
|
28539
28739
|
readonly name: "SampleLib__IndexOutOfBounds";
|
|
@@ -30527,6 +30727,18 @@ export declare const RewardDistributorArtifact: {
|
|
|
30527
30727
|
readonly type: "uint256";
|
|
30528
30728
|
readonly internalType: "uint256";
|
|
30529
30729
|
}];
|
|
30730
|
+
}, {
|
|
30731
|
+
readonly type: "error";
|
|
30732
|
+
readonly name: "Rollup__TooSoonToSetRewardsClaimable";
|
|
30733
|
+
readonly inputs: readonly [{
|
|
30734
|
+
readonly name: "earliestRewardsClaimableTimestamp";
|
|
30735
|
+
readonly type: "uint256";
|
|
30736
|
+
readonly internalType: "uint256";
|
|
30737
|
+
}, {
|
|
30738
|
+
readonly name: "currentTimestamp";
|
|
30739
|
+
readonly type: "uint256";
|
|
30740
|
+
readonly internalType: "uint256";
|
|
30741
|
+
}];
|
|
30530
30742
|
}, {
|
|
30531
30743
|
readonly type: "error";
|
|
30532
30744
|
readonly name: "SampleLib__IndexOutOfBounds";
|
|
@@ -32515,6 +32727,18 @@ export declare const CoinIssuerArtifact: {
|
|
|
32515
32727
|
readonly type: "uint256";
|
|
32516
32728
|
readonly internalType: "uint256";
|
|
32517
32729
|
}];
|
|
32730
|
+
}, {
|
|
32731
|
+
readonly type: "error";
|
|
32732
|
+
readonly name: "Rollup__TooSoonToSetRewardsClaimable";
|
|
32733
|
+
readonly inputs: readonly [{
|
|
32734
|
+
readonly name: "earliestRewardsClaimableTimestamp";
|
|
32735
|
+
readonly type: "uint256";
|
|
32736
|
+
readonly internalType: "uint256";
|
|
32737
|
+
}, {
|
|
32738
|
+
readonly name: "currentTimestamp";
|
|
32739
|
+
readonly type: "uint256";
|
|
32740
|
+
readonly internalType: "uint256";
|
|
32741
|
+
}];
|
|
32518
32742
|
}, {
|
|
32519
32743
|
readonly type: "error";
|
|
32520
32744
|
readonly name: "SampleLib__IndexOutOfBounds";
|
|
@@ -34505,6 +34729,18 @@ export declare const DateGatedRelayerArtifact: {
|
|
|
34505
34729
|
readonly type: "uint256";
|
|
34506
34730
|
readonly internalType: "uint256";
|
|
34507
34731
|
}];
|
|
34732
|
+
}, {
|
|
34733
|
+
readonly type: "error";
|
|
34734
|
+
readonly name: "Rollup__TooSoonToSetRewardsClaimable";
|
|
34735
|
+
readonly inputs: readonly [{
|
|
34736
|
+
readonly name: "earliestRewardsClaimableTimestamp";
|
|
34737
|
+
readonly type: "uint256";
|
|
34738
|
+
readonly internalType: "uint256";
|
|
34739
|
+
}, {
|
|
34740
|
+
readonly name: "currentTimestamp";
|
|
34741
|
+
readonly type: "uint256";
|
|
34742
|
+
readonly internalType: "uint256";
|
|
34743
|
+
}];
|
|
34508
34744
|
}, {
|
|
34509
34745
|
readonly type: "error";
|
|
34510
34746
|
readonly name: "SampleLib__IndexOutOfBounds";
|
|
@@ -36633,6 +36869,18 @@ export declare const GovernanceProposerArtifact: {
|
|
|
36633
36869
|
readonly type: "uint256";
|
|
36634
36870
|
readonly internalType: "uint256";
|
|
36635
36871
|
}];
|
|
36872
|
+
}, {
|
|
36873
|
+
readonly type: "error";
|
|
36874
|
+
readonly name: "Rollup__TooSoonToSetRewardsClaimable";
|
|
36875
|
+
readonly inputs: readonly [{
|
|
36876
|
+
readonly name: "earliestRewardsClaimableTimestamp";
|
|
36877
|
+
readonly type: "uint256";
|
|
36878
|
+
readonly internalType: "uint256";
|
|
36879
|
+
}, {
|
|
36880
|
+
readonly name: "currentTimestamp";
|
|
36881
|
+
readonly type: "uint256";
|
|
36882
|
+
readonly internalType: "uint256";
|
|
36883
|
+
}];
|
|
36636
36884
|
}, {
|
|
36637
36885
|
readonly type: "error";
|
|
36638
36886
|
readonly name: "SafeCastOverflowedUintDowncast";
|
|
@@ -39130,6 +39378,18 @@ export declare const GovernanceArtifact: {
|
|
|
39130
39378
|
readonly type: "uint256";
|
|
39131
39379
|
readonly internalType: "uint256";
|
|
39132
39380
|
}];
|
|
39381
|
+
}, {
|
|
39382
|
+
readonly type: "error";
|
|
39383
|
+
readonly name: "Rollup__TooSoonToSetRewardsClaimable";
|
|
39384
|
+
readonly inputs: readonly [{
|
|
39385
|
+
readonly name: "earliestRewardsClaimableTimestamp";
|
|
39386
|
+
readonly type: "uint256";
|
|
39387
|
+
readonly internalType: "uint256";
|
|
39388
|
+
}, {
|
|
39389
|
+
readonly name: "currentTimestamp";
|
|
39390
|
+
readonly type: "uint256";
|
|
39391
|
+
readonly internalType: "uint256";
|
|
39392
|
+
}];
|
|
39133
39393
|
}, {
|
|
39134
39394
|
readonly type: "error";
|
|
39135
39395
|
readonly name: "SafeCastOverflowedUintDowncast";
|
|
@@ -41405,6 +41665,18 @@ export declare const SlasherArtifact: {
|
|
|
41405
41665
|
readonly type: "uint256";
|
|
41406
41666
|
readonly internalType: "uint256";
|
|
41407
41667
|
}];
|
|
41668
|
+
}, {
|
|
41669
|
+
readonly type: "error";
|
|
41670
|
+
readonly name: "Rollup__TooSoonToSetRewardsClaimable";
|
|
41671
|
+
readonly inputs: readonly [{
|
|
41672
|
+
readonly name: "earliestRewardsClaimableTimestamp";
|
|
41673
|
+
readonly type: "uint256";
|
|
41674
|
+
readonly internalType: "uint256";
|
|
41675
|
+
}, {
|
|
41676
|
+
readonly name: "currentTimestamp";
|
|
41677
|
+
readonly type: "uint256";
|
|
41678
|
+
readonly internalType: "uint256";
|
|
41679
|
+
}];
|
|
41408
41680
|
}, {
|
|
41409
41681
|
readonly type: "error";
|
|
41410
41682
|
readonly name: "SampleLib__IndexOutOfBounds";
|
|
@@ -43545,6 +43817,18 @@ export declare const EmpireSlashingProposerArtifact: {
|
|
|
43545
43817
|
readonly type: "uint256";
|
|
43546
43818
|
readonly internalType: "uint256";
|
|
43547
43819
|
}];
|
|
43820
|
+
}, {
|
|
43821
|
+
readonly type: "error";
|
|
43822
|
+
readonly name: "Rollup__TooSoonToSetRewardsClaimable";
|
|
43823
|
+
readonly inputs: readonly [{
|
|
43824
|
+
readonly name: "earliestRewardsClaimableTimestamp";
|
|
43825
|
+
readonly type: "uint256";
|
|
43826
|
+
readonly internalType: "uint256";
|
|
43827
|
+
}, {
|
|
43828
|
+
readonly name: "currentTimestamp";
|
|
43829
|
+
readonly type: "uint256";
|
|
43830
|
+
readonly internalType: "uint256";
|
|
43831
|
+
}];
|
|
43548
43832
|
}, {
|
|
43549
43833
|
readonly type: "error";
|
|
43550
43834
|
readonly name: "SafeCastOverflowedUintDowncast";
|
|
@@ -45871,6 +46155,18 @@ export declare const TallySlashingProposerArtifact: {
|
|
|
45871
46155
|
readonly type: "uint256";
|
|
45872
46156
|
readonly internalType: "uint256";
|
|
45873
46157
|
}];
|
|
46158
|
+
}, {
|
|
46159
|
+
readonly type: "error";
|
|
46160
|
+
readonly name: "Rollup__TooSoonToSetRewardsClaimable";
|
|
46161
|
+
readonly inputs: readonly [{
|
|
46162
|
+
readonly name: "earliestRewardsClaimableTimestamp";
|
|
46163
|
+
readonly type: "uint256";
|
|
46164
|
+
readonly internalType: "uint256";
|
|
46165
|
+
}, {
|
|
46166
|
+
readonly name: "currentTimestamp";
|
|
46167
|
+
readonly type: "uint256";
|
|
46168
|
+
readonly internalType: "uint256";
|
|
46169
|
+
}];
|
|
45874
46170
|
}, {
|
|
45875
46171
|
readonly type: "event";
|
|
45876
46172
|
readonly name: "RoundExecuted";
|
|
@@ -47982,6 +48278,18 @@ export declare const SlashFactoryArtifact: {
|
|
|
47982
48278
|
readonly type: "uint256";
|
|
47983
48279
|
readonly internalType: "uint256";
|
|
47984
48280
|
}];
|
|
48281
|
+
}, {
|
|
48282
|
+
readonly type: "error";
|
|
48283
|
+
readonly name: "Rollup__TooSoonToSetRewardsClaimable";
|
|
48284
|
+
readonly inputs: readonly [{
|
|
48285
|
+
readonly name: "earliestRewardsClaimableTimestamp";
|
|
48286
|
+
readonly type: "uint256";
|
|
48287
|
+
readonly internalType: "uint256";
|
|
48288
|
+
}, {
|
|
48289
|
+
readonly name: "currentTimestamp";
|
|
48290
|
+
readonly type: "uint256";
|
|
48291
|
+
readonly internalType: "uint256";
|
|
48292
|
+
}];
|
|
47985
48293
|
}, {
|
|
47986
48294
|
readonly type: "error";
|
|
47987
48295
|
readonly name: "SampleLib__IndexOutOfBounds";
|
|
@@ -49997,6 +50305,18 @@ export declare const RegisterNewRollupVersionPayloadArtifact: {
|
|
|
49997
50305
|
readonly type: "uint256";
|
|
49998
50306
|
readonly internalType: "uint256";
|
|
49999
50307
|
}];
|
|
50308
|
+
}, {
|
|
50309
|
+
readonly type: "error";
|
|
50310
|
+
readonly name: "Rollup__TooSoonToSetRewardsClaimable";
|
|
50311
|
+
readonly inputs: readonly [{
|
|
50312
|
+
readonly name: "earliestRewardsClaimableTimestamp";
|
|
50313
|
+
readonly type: "uint256";
|
|
50314
|
+
readonly internalType: "uint256";
|
|
50315
|
+
}, {
|
|
50316
|
+
readonly name: "currentTimestamp";
|
|
50317
|
+
readonly type: "uint256";
|
|
50318
|
+
readonly internalType: "uint256";
|
|
50319
|
+
}];
|
|
50000
50320
|
}, {
|
|
50001
50321
|
readonly type: "error";
|
|
50002
50322
|
readonly name: "SampleLib__IndexOutOfBounds";
|
|
@@ -51957,6 +52277,18 @@ export declare const FeeAssetHandlerArtifact: {
|
|
|
51957
52277
|
readonly type: "uint256";
|
|
51958
52278
|
readonly internalType: "uint256";
|
|
51959
52279
|
}];
|
|
52280
|
+
}, {
|
|
52281
|
+
readonly type: "error";
|
|
52282
|
+
readonly name: "Rollup__TooSoonToSetRewardsClaimable";
|
|
52283
|
+
readonly inputs: readonly [{
|
|
52284
|
+
readonly name: "earliestRewardsClaimableTimestamp";
|
|
52285
|
+
readonly type: "uint256";
|
|
52286
|
+
readonly internalType: "uint256";
|
|
52287
|
+
}, {
|
|
52288
|
+
readonly name: "currentTimestamp";
|
|
52289
|
+
readonly type: "uint256";
|
|
52290
|
+
readonly internalType: "uint256";
|
|
52291
|
+
}];
|
|
51960
52292
|
}, {
|
|
51961
52293
|
readonly type: "error";
|
|
51962
52294
|
readonly name: "SampleLib__IndexOutOfBounds";
|
|
@@ -54468,6 +54800,18 @@ export declare const StakingAssetHandlerArtifact: {
|
|
|
54468
54800
|
readonly type: "uint256";
|
|
54469
54801
|
readonly internalType: "uint256";
|
|
54470
54802
|
}];
|
|
54803
|
+
}, {
|
|
54804
|
+
readonly type: "error";
|
|
54805
|
+
readonly name: "Rollup__TooSoonToSetRewardsClaimable";
|
|
54806
|
+
readonly inputs: readonly [{
|
|
54807
|
+
readonly name: "earliestRewardsClaimableTimestamp";
|
|
54808
|
+
readonly type: "uint256";
|
|
54809
|
+
readonly internalType: "uint256";
|
|
54810
|
+
}, {
|
|
54811
|
+
readonly name: "currentTimestamp";
|
|
54812
|
+
readonly type: "uint256";
|
|
54813
|
+
readonly internalType: "uint256";
|
|
54814
|
+
}];
|
|
54471
54815
|
}, {
|
|
54472
54816
|
readonly type: "error";
|
|
54473
54817
|
readonly name: "SampleLib__IndexOutOfBounds";
|
|
@@ -56602,6 +56946,18 @@ export declare const MultiAdderArtifact: {
|
|
|
56602
56946
|
readonly type: "uint256";
|
|
56603
56947
|
readonly internalType: "uint256";
|
|
56604
56948
|
}];
|
|
56949
|
+
}, {
|
|
56950
|
+
readonly type: "error";
|
|
56951
|
+
readonly name: "Rollup__TooSoonToSetRewardsClaimable";
|
|
56952
|
+
readonly inputs: readonly [{
|
|
56953
|
+
readonly name: "earliestRewardsClaimableTimestamp";
|
|
56954
|
+
readonly type: "uint256";
|
|
56955
|
+
readonly internalType: "uint256";
|
|
56956
|
+
}, {
|
|
56957
|
+
readonly name: "currentTimestamp";
|
|
56958
|
+
readonly type: "uint256";
|
|
56959
|
+
readonly internalType: "uint256";
|
|
56960
|
+
}];
|
|
56605
56961
|
}, {
|
|
56606
56962
|
readonly type: "error";
|
|
56607
56963
|
readonly name: "SampleLib__IndexOutOfBounds";
|
|
@@ -58911,6 +59267,18 @@ export declare const GSEArtifact: {
|
|
|
58911
59267
|
readonly type: "uint256";
|
|
58912
59268
|
readonly internalType: "uint256";
|
|
58913
59269
|
}];
|
|
59270
|
+
}, {
|
|
59271
|
+
readonly type: "error";
|
|
59272
|
+
readonly name: "Rollup__TooSoonToSetRewardsClaimable";
|
|
59273
|
+
readonly inputs: readonly [{
|
|
59274
|
+
readonly name: "earliestRewardsClaimableTimestamp";
|
|
59275
|
+
readonly type: "uint256";
|
|
59276
|
+
readonly internalType: "uint256";
|
|
59277
|
+
}, {
|
|
59278
|
+
readonly name: "currentTimestamp";
|
|
59279
|
+
readonly type: "uint256";
|
|
59280
|
+
readonly internalType: "uint256";
|
|
59281
|
+
}];
|
|
58914
59282
|
}, {
|
|
58915
59283
|
readonly type: "error";
|
|
58916
59284
|
readonly name: "SafeCastOverflowedUintDowncast";
|
|
@@ -61205,6 +61573,18 @@ export declare const HonkVerifierArtifact: {
|
|
|
61205
61573
|
readonly type: "uint256";
|
|
61206
61574
|
readonly internalType: "uint256";
|
|
61207
61575
|
}];
|
|
61576
|
+
}, {
|
|
61577
|
+
readonly type: "error";
|
|
61578
|
+
readonly name: "Rollup__TooSoonToSetRewardsClaimable";
|
|
61579
|
+
readonly inputs: readonly [{
|
|
61580
|
+
readonly name: "earliestRewardsClaimableTimestamp";
|
|
61581
|
+
readonly type: "uint256";
|
|
61582
|
+
readonly internalType: "uint256";
|
|
61583
|
+
}, {
|
|
61584
|
+
readonly name: "currentTimestamp";
|
|
61585
|
+
readonly type: "uint256";
|
|
61586
|
+
readonly internalType: "uint256";
|
|
61587
|
+
}];
|
|
61208
61588
|
}, {
|
|
61209
61589
|
readonly type: "error";
|
|
61210
61590
|
readonly name: "SampleLib__IndexOutOfBounds";
|
|
@@ -63092,6 +63472,18 @@ export declare const MockVerifierArtifact: {
|
|
|
63092
63472
|
readonly type: "uint256";
|
|
63093
63473
|
readonly internalType: "uint256";
|
|
63094
63474
|
}];
|
|
63475
|
+
}, {
|
|
63476
|
+
readonly type: "error";
|
|
63477
|
+
readonly name: "Rollup__TooSoonToSetRewardsClaimable";
|
|
63478
|
+
readonly inputs: readonly [{
|
|
63479
|
+
readonly name: "earliestRewardsClaimableTimestamp";
|
|
63480
|
+
readonly type: "uint256";
|
|
63481
|
+
readonly internalType: "uint256";
|
|
63482
|
+
}, {
|
|
63483
|
+
readonly name: "currentTimestamp";
|
|
63484
|
+
readonly type: "uint256";
|
|
63485
|
+
readonly internalType: "uint256";
|
|
63486
|
+
}];
|
|
63095
63487
|
}, {
|
|
63096
63488
|
readonly type: "error";
|
|
63097
63489
|
readonly name: "SampleLib__IndexOutOfBounds";
|
|
@@ -65034,6 +65426,18 @@ export declare const MockZkPassportVerifierArtifact: {
|
|
|
65034
65426
|
readonly type: "uint256";
|
|
65035
65427
|
readonly internalType: "uint256";
|
|
65036
65428
|
}];
|
|
65429
|
+
}, {
|
|
65430
|
+
readonly type: "error";
|
|
65431
|
+
readonly name: "Rollup__TooSoonToSetRewardsClaimable";
|
|
65432
|
+
readonly inputs: readonly [{
|
|
65433
|
+
readonly name: "earliestRewardsClaimableTimestamp";
|
|
65434
|
+
readonly type: "uint256";
|
|
65435
|
+
readonly internalType: "uint256";
|
|
65436
|
+
}, {
|
|
65437
|
+
readonly name: "currentTimestamp";
|
|
65438
|
+
readonly type: "uint256";
|
|
65439
|
+
readonly internalType: "uint256";
|
|
65440
|
+
}];
|
|
65037
65441
|
}, {
|
|
65038
65442
|
readonly type: "error";
|
|
65039
65443
|
readonly name: "SampleLib__IndexOutOfBounds";
|
|
@@ -66926,6 +67330,18 @@ export declare const l1ArtifactsVerifiers: {
|
|
|
66926
67330
|
readonly type: "uint256";
|
|
66927
67331
|
readonly internalType: "uint256";
|
|
66928
67332
|
}];
|
|
67333
|
+
}, {
|
|
67334
|
+
readonly type: "error";
|
|
67335
|
+
readonly name: "Rollup__TooSoonToSetRewardsClaimable";
|
|
67336
|
+
readonly inputs: readonly [{
|
|
67337
|
+
readonly name: "earliestRewardsClaimableTimestamp";
|
|
67338
|
+
readonly type: "uint256";
|
|
67339
|
+
readonly internalType: "uint256";
|
|
67340
|
+
}, {
|
|
67341
|
+
readonly name: "currentTimestamp";
|
|
67342
|
+
readonly type: "uint256";
|
|
67343
|
+
readonly internalType: "uint256";
|
|
67344
|
+
}];
|
|
66929
67345
|
}, {
|
|
66930
67346
|
readonly type: "error";
|
|
66931
67347
|
readonly name: "SampleLib__IndexOutOfBounds";
|
|
@@ -68815,6 +69231,18 @@ export declare const mockVerifiers: {
|
|
|
68815
69231
|
readonly type: "uint256";
|
|
68816
69232
|
readonly internalType: "uint256";
|
|
68817
69233
|
}];
|
|
69234
|
+
}, {
|
|
69235
|
+
readonly type: "error";
|
|
69236
|
+
readonly name: "Rollup__TooSoonToSetRewardsClaimable";
|
|
69237
|
+
readonly inputs: readonly [{
|
|
69238
|
+
readonly name: "earliestRewardsClaimableTimestamp";
|
|
69239
|
+
readonly type: "uint256";
|
|
69240
|
+
readonly internalType: "uint256";
|
|
69241
|
+
}, {
|
|
69242
|
+
readonly name: "currentTimestamp";
|
|
69243
|
+
readonly type: "uint256";
|
|
69244
|
+
readonly internalType: "uint256";
|
|
69245
|
+
}];
|
|
68818
69246
|
}, {
|
|
68819
69247
|
readonly type: "error";
|
|
68820
69248
|
readonly name: "SampleLib__IndexOutOfBounds";
|
|
@@ -70757,6 +71185,18 @@ export declare const mockVerifiers: {
|
|
|
70757
71185
|
readonly type: "uint256";
|
|
70758
71186
|
readonly internalType: "uint256";
|
|
70759
71187
|
}];
|
|
71188
|
+
}, {
|
|
71189
|
+
readonly type: "error";
|
|
71190
|
+
readonly name: "Rollup__TooSoonToSetRewardsClaimable";
|
|
71191
|
+
readonly inputs: readonly [{
|
|
71192
|
+
readonly name: "earliestRewardsClaimableTimestamp";
|
|
71193
|
+
readonly type: "uint256";
|
|
71194
|
+
readonly internalType: "uint256";
|
|
71195
|
+
}, {
|
|
71196
|
+
readonly name: "currentTimestamp";
|
|
71197
|
+
readonly type: "uint256";
|
|
71198
|
+
readonly internalType: "uint256";
|
|
71199
|
+
}];
|
|
70760
71200
|
}, {
|
|
70761
71201
|
readonly type: "error";
|
|
70762
71202
|
readonly name: "SampleLib__IndexOutOfBounds";
|