@latticexyz/schema-type 2.0.8-main-4b6ce813 → 2.0.8-not-npmignore-cache-5d3a93b8

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.
Files changed (53) hide show
  1. package/cache/solidity-files-cache.json +1 -0
  2. package/foundry.toml +15 -0
  3. package/out/solidity/Base.sol/CommonBase.abi.json +1 -0
  4. package/out/solidity/Base.sol/CommonBase.json +1 -0
  5. package/out/solidity/Base.sol/ScriptBase.abi.json +1 -0
  6. package/out/solidity/Base.sol/ScriptBase.json +1 -0
  7. package/out/solidity/Base.sol/TestBase.abi.json +1 -0
  8. package/out/solidity/Base.sol/TestBase.json +1 -0
  9. package/out/solidity/GasReporter.sol/GasReporter.abi.json +520 -0
  10. package/out/solidity/GasReporter.sol/GasReporter.json +1 -0
  11. package/out/solidity/IMulticall3.sol/IMulticall3.abi.json +440 -0
  12. package/out/solidity/IMulticall3.sol/IMulticall3.json +1 -0
  13. package/out/solidity/SchemaType.t.sol/SchemaTypeTest.abi.json +548 -0
  14. package/out/solidity/SchemaType.t.sol/SchemaTypeTest.json +1 -0
  15. package/out/solidity/StdAssertions.sol/StdAssertions.abi.json +392 -0
  16. package/out/solidity/StdAssertions.sol/StdAssertions.json +1 -0
  17. package/out/solidity/StdChains.sol/StdChains.abi.json +1 -0
  18. package/out/solidity/StdChains.sol/StdChains.json +1 -0
  19. package/out/solidity/StdCheats.sol/StdCheats.abi.json +1 -0
  20. package/out/solidity/StdCheats.sol/StdCheats.json +1 -0
  21. package/out/solidity/StdCheats.sol/StdCheatsSafe.abi.json +1 -0
  22. package/out/solidity/StdCheats.sol/StdCheatsSafe.json +1 -0
  23. package/out/solidity/StdError.sol/stdError.abi.json +119 -0
  24. package/out/solidity/StdError.sol/stdError.json +1 -0
  25. package/out/solidity/StdInvariant.sol/StdInvariant.abi.json +130 -0
  26. package/out/solidity/StdInvariant.sol/StdInvariant.json +1 -0
  27. package/out/solidity/StdJson.sol/stdJson.abi.json +1 -0
  28. package/out/solidity/StdJson.sol/stdJson.json +1 -0
  29. package/out/solidity/StdMath.sol/stdMath.abi.json +1 -0
  30. package/out/solidity/StdMath.sol/stdMath.json +1 -0
  31. package/out/solidity/StdStorage.sol/stdStorage.abi.json +1 -0
  32. package/out/solidity/StdStorage.sol/stdStorage.json +1 -0
  33. package/out/solidity/StdStorage.sol/stdStorageSafe.abi.json +52 -0
  34. package/out/solidity/StdStorage.sol/stdStorageSafe.json +1 -0
  35. package/out/solidity/StdStyle.sol/StdStyle.abi.json +1 -0
  36. package/out/solidity/StdStyle.sol/StdStyle.json +1 -0
  37. package/out/solidity/StdUtils.sol/StdUtils.abi.json +1 -0
  38. package/out/solidity/StdUtils.sol/StdUtils.json +1 -0
  39. package/out/solidity/Test.sol/Test.abi.json +520 -0
  40. package/out/solidity/Test.sol/Test.json +1 -0
  41. package/out/solidity/Vm.sol/Vm.abi.json +3878 -0
  42. package/out/solidity/Vm.sol/Vm.json +1 -0
  43. package/out/solidity/Vm.sol/VmSafe.abi.json +2678 -0
  44. package/out/solidity/Vm.sol/VmSafe.json +1 -0
  45. package/out/solidity/console.sol/console.abi.json +1 -0
  46. package/out/solidity/console.sol/console.json +1 -0
  47. package/out/solidity/console2.sol/console2.abi.json +1 -0
  48. package/out/solidity/console2.sol/console2.json +1 -0
  49. package/out/solidity/safeconsole.sol/safeconsole.abi.json +1 -0
  50. package/out/solidity/safeconsole.sol/safeconsole.json +1 -0
  51. package/out/solidity/test.sol/DSTest.abi.json +296 -0
  52. package/out/solidity/test.sol/DSTest.json +1 -0
  53. package/package.json +2 -2
@@ -0,0 +1,3878 @@
1
+ [
2
+ {
3
+ "type": "function",
4
+ "name": "accesses",
5
+ "inputs": [
6
+ {
7
+ "name": "target",
8
+ "type": "address",
9
+ "internalType": "address"
10
+ }
11
+ ],
12
+ "outputs": [
13
+ {
14
+ "name": "readSlots",
15
+ "type": "bytes32[]",
16
+ "internalType": "bytes32[]"
17
+ },
18
+ {
19
+ "name": "writeSlots",
20
+ "type": "bytes32[]",
21
+ "internalType": "bytes32[]"
22
+ }
23
+ ],
24
+ "stateMutability": "nonpayable"
25
+ },
26
+ {
27
+ "type": "function",
28
+ "name": "activeFork",
29
+ "inputs": [],
30
+ "outputs": [
31
+ {
32
+ "name": "forkId",
33
+ "type": "uint256",
34
+ "internalType": "uint256"
35
+ }
36
+ ],
37
+ "stateMutability": "view"
38
+ },
39
+ {
40
+ "type": "function",
41
+ "name": "addr",
42
+ "inputs": [
43
+ {
44
+ "name": "privateKey",
45
+ "type": "uint256",
46
+ "internalType": "uint256"
47
+ }
48
+ ],
49
+ "outputs": [
50
+ {
51
+ "name": "keyAddr",
52
+ "type": "address",
53
+ "internalType": "address"
54
+ }
55
+ ],
56
+ "stateMutability": "pure"
57
+ },
58
+ {
59
+ "type": "function",
60
+ "name": "allowCheatcodes",
61
+ "inputs": [
62
+ {
63
+ "name": "account",
64
+ "type": "address",
65
+ "internalType": "address"
66
+ }
67
+ ],
68
+ "outputs": [],
69
+ "stateMutability": "nonpayable"
70
+ },
71
+ {
72
+ "type": "function",
73
+ "name": "assume",
74
+ "inputs": [
75
+ {
76
+ "name": "condition",
77
+ "type": "bool",
78
+ "internalType": "bool"
79
+ }
80
+ ],
81
+ "outputs": [],
82
+ "stateMutability": "pure"
83
+ },
84
+ {
85
+ "type": "function",
86
+ "name": "breakpoint",
87
+ "inputs": [
88
+ {
89
+ "name": "char",
90
+ "type": "string",
91
+ "internalType": "string"
92
+ }
93
+ ],
94
+ "outputs": [],
95
+ "stateMutability": "nonpayable"
96
+ },
97
+ {
98
+ "type": "function",
99
+ "name": "breakpoint",
100
+ "inputs": [
101
+ {
102
+ "name": "char",
103
+ "type": "string",
104
+ "internalType": "string"
105
+ },
106
+ {
107
+ "name": "value",
108
+ "type": "bool",
109
+ "internalType": "bool"
110
+ }
111
+ ],
112
+ "outputs": [],
113
+ "stateMutability": "nonpayable"
114
+ },
115
+ {
116
+ "type": "function",
117
+ "name": "broadcast",
118
+ "inputs": [],
119
+ "outputs": [],
120
+ "stateMutability": "nonpayable"
121
+ },
122
+ {
123
+ "type": "function",
124
+ "name": "broadcast",
125
+ "inputs": [
126
+ {
127
+ "name": "signer",
128
+ "type": "address",
129
+ "internalType": "address"
130
+ }
131
+ ],
132
+ "outputs": [],
133
+ "stateMutability": "nonpayable"
134
+ },
135
+ {
136
+ "type": "function",
137
+ "name": "broadcast",
138
+ "inputs": [
139
+ {
140
+ "name": "privateKey",
141
+ "type": "uint256",
142
+ "internalType": "uint256"
143
+ }
144
+ ],
145
+ "outputs": [],
146
+ "stateMutability": "nonpayable"
147
+ },
148
+ {
149
+ "type": "function",
150
+ "name": "chainId",
151
+ "inputs": [
152
+ {
153
+ "name": "newChainId",
154
+ "type": "uint256",
155
+ "internalType": "uint256"
156
+ }
157
+ ],
158
+ "outputs": [],
159
+ "stateMutability": "nonpayable"
160
+ },
161
+ {
162
+ "type": "function",
163
+ "name": "clearMockedCalls",
164
+ "inputs": [],
165
+ "outputs": [],
166
+ "stateMutability": "nonpayable"
167
+ },
168
+ {
169
+ "type": "function",
170
+ "name": "closeFile",
171
+ "inputs": [
172
+ {
173
+ "name": "path",
174
+ "type": "string",
175
+ "internalType": "string"
176
+ }
177
+ ],
178
+ "outputs": [],
179
+ "stateMutability": "nonpayable"
180
+ },
181
+ {
182
+ "type": "function",
183
+ "name": "coinbase",
184
+ "inputs": [
185
+ {
186
+ "name": "newCoinbase",
187
+ "type": "address",
188
+ "internalType": "address"
189
+ }
190
+ ],
191
+ "outputs": [],
192
+ "stateMutability": "nonpayable"
193
+ },
194
+ {
195
+ "type": "function",
196
+ "name": "createDir",
197
+ "inputs": [
198
+ {
199
+ "name": "path",
200
+ "type": "string",
201
+ "internalType": "string"
202
+ },
203
+ {
204
+ "name": "recursive",
205
+ "type": "bool",
206
+ "internalType": "bool"
207
+ }
208
+ ],
209
+ "outputs": [],
210
+ "stateMutability": "nonpayable"
211
+ },
212
+ {
213
+ "type": "function",
214
+ "name": "createFork",
215
+ "inputs": [
216
+ {
217
+ "name": "urlOrAlias",
218
+ "type": "string",
219
+ "internalType": "string"
220
+ }
221
+ ],
222
+ "outputs": [
223
+ {
224
+ "name": "forkId",
225
+ "type": "uint256",
226
+ "internalType": "uint256"
227
+ }
228
+ ],
229
+ "stateMutability": "nonpayable"
230
+ },
231
+ {
232
+ "type": "function",
233
+ "name": "createFork",
234
+ "inputs": [
235
+ {
236
+ "name": "urlOrAlias",
237
+ "type": "string",
238
+ "internalType": "string"
239
+ },
240
+ {
241
+ "name": "blockNumber",
242
+ "type": "uint256",
243
+ "internalType": "uint256"
244
+ }
245
+ ],
246
+ "outputs": [
247
+ {
248
+ "name": "forkId",
249
+ "type": "uint256",
250
+ "internalType": "uint256"
251
+ }
252
+ ],
253
+ "stateMutability": "nonpayable"
254
+ },
255
+ {
256
+ "type": "function",
257
+ "name": "createFork",
258
+ "inputs": [
259
+ {
260
+ "name": "urlOrAlias",
261
+ "type": "string",
262
+ "internalType": "string"
263
+ },
264
+ {
265
+ "name": "txHash",
266
+ "type": "bytes32",
267
+ "internalType": "bytes32"
268
+ }
269
+ ],
270
+ "outputs": [
271
+ {
272
+ "name": "forkId",
273
+ "type": "uint256",
274
+ "internalType": "uint256"
275
+ }
276
+ ],
277
+ "stateMutability": "nonpayable"
278
+ },
279
+ {
280
+ "type": "function",
281
+ "name": "createSelectFork",
282
+ "inputs": [
283
+ {
284
+ "name": "urlOrAlias",
285
+ "type": "string",
286
+ "internalType": "string"
287
+ },
288
+ {
289
+ "name": "blockNumber",
290
+ "type": "uint256",
291
+ "internalType": "uint256"
292
+ }
293
+ ],
294
+ "outputs": [
295
+ {
296
+ "name": "forkId",
297
+ "type": "uint256",
298
+ "internalType": "uint256"
299
+ }
300
+ ],
301
+ "stateMutability": "nonpayable"
302
+ },
303
+ {
304
+ "type": "function",
305
+ "name": "createSelectFork",
306
+ "inputs": [
307
+ {
308
+ "name": "urlOrAlias",
309
+ "type": "string",
310
+ "internalType": "string"
311
+ },
312
+ {
313
+ "name": "txHash",
314
+ "type": "bytes32",
315
+ "internalType": "bytes32"
316
+ }
317
+ ],
318
+ "outputs": [
319
+ {
320
+ "name": "forkId",
321
+ "type": "uint256",
322
+ "internalType": "uint256"
323
+ }
324
+ ],
325
+ "stateMutability": "nonpayable"
326
+ },
327
+ {
328
+ "type": "function",
329
+ "name": "createSelectFork",
330
+ "inputs": [
331
+ {
332
+ "name": "urlOrAlias",
333
+ "type": "string",
334
+ "internalType": "string"
335
+ }
336
+ ],
337
+ "outputs": [
338
+ {
339
+ "name": "forkId",
340
+ "type": "uint256",
341
+ "internalType": "uint256"
342
+ }
343
+ ],
344
+ "stateMutability": "nonpayable"
345
+ },
346
+ {
347
+ "type": "function",
348
+ "name": "deal",
349
+ "inputs": [
350
+ {
351
+ "name": "account",
352
+ "type": "address",
353
+ "internalType": "address"
354
+ },
355
+ {
356
+ "name": "newBalance",
357
+ "type": "uint256",
358
+ "internalType": "uint256"
359
+ }
360
+ ],
361
+ "outputs": [],
362
+ "stateMutability": "nonpayable"
363
+ },
364
+ {
365
+ "type": "function",
366
+ "name": "deriveKey",
367
+ "inputs": [
368
+ {
369
+ "name": "mnemonic",
370
+ "type": "string",
371
+ "internalType": "string"
372
+ },
373
+ {
374
+ "name": "index",
375
+ "type": "uint32",
376
+ "internalType": "uint32"
377
+ }
378
+ ],
379
+ "outputs": [
380
+ {
381
+ "name": "privateKey",
382
+ "type": "uint256",
383
+ "internalType": "uint256"
384
+ }
385
+ ],
386
+ "stateMutability": "pure"
387
+ },
388
+ {
389
+ "type": "function",
390
+ "name": "deriveKey",
391
+ "inputs": [
392
+ {
393
+ "name": "mnemonic",
394
+ "type": "string",
395
+ "internalType": "string"
396
+ },
397
+ {
398
+ "name": "derivationPath",
399
+ "type": "string",
400
+ "internalType": "string"
401
+ },
402
+ {
403
+ "name": "index",
404
+ "type": "uint32",
405
+ "internalType": "uint32"
406
+ }
407
+ ],
408
+ "outputs": [
409
+ {
410
+ "name": "privateKey",
411
+ "type": "uint256",
412
+ "internalType": "uint256"
413
+ }
414
+ ],
415
+ "stateMutability": "pure"
416
+ },
417
+ {
418
+ "type": "function",
419
+ "name": "difficulty",
420
+ "inputs": [
421
+ {
422
+ "name": "newDifficulty",
423
+ "type": "uint256",
424
+ "internalType": "uint256"
425
+ }
426
+ ],
427
+ "outputs": [],
428
+ "stateMutability": "nonpayable"
429
+ },
430
+ {
431
+ "type": "function",
432
+ "name": "envAddress",
433
+ "inputs": [
434
+ {
435
+ "name": "name",
436
+ "type": "string",
437
+ "internalType": "string"
438
+ }
439
+ ],
440
+ "outputs": [
441
+ {
442
+ "name": "value",
443
+ "type": "address",
444
+ "internalType": "address"
445
+ }
446
+ ],
447
+ "stateMutability": "view"
448
+ },
449
+ {
450
+ "type": "function",
451
+ "name": "envAddress",
452
+ "inputs": [
453
+ {
454
+ "name": "name",
455
+ "type": "string",
456
+ "internalType": "string"
457
+ },
458
+ {
459
+ "name": "delim",
460
+ "type": "string",
461
+ "internalType": "string"
462
+ }
463
+ ],
464
+ "outputs": [
465
+ {
466
+ "name": "value",
467
+ "type": "address[]",
468
+ "internalType": "address[]"
469
+ }
470
+ ],
471
+ "stateMutability": "view"
472
+ },
473
+ {
474
+ "type": "function",
475
+ "name": "envBool",
476
+ "inputs": [
477
+ {
478
+ "name": "name",
479
+ "type": "string",
480
+ "internalType": "string"
481
+ }
482
+ ],
483
+ "outputs": [
484
+ {
485
+ "name": "value",
486
+ "type": "bool",
487
+ "internalType": "bool"
488
+ }
489
+ ],
490
+ "stateMutability": "view"
491
+ },
492
+ {
493
+ "type": "function",
494
+ "name": "envBool",
495
+ "inputs": [
496
+ {
497
+ "name": "name",
498
+ "type": "string",
499
+ "internalType": "string"
500
+ },
501
+ {
502
+ "name": "delim",
503
+ "type": "string",
504
+ "internalType": "string"
505
+ }
506
+ ],
507
+ "outputs": [
508
+ {
509
+ "name": "value",
510
+ "type": "bool[]",
511
+ "internalType": "bool[]"
512
+ }
513
+ ],
514
+ "stateMutability": "view"
515
+ },
516
+ {
517
+ "type": "function",
518
+ "name": "envBytes",
519
+ "inputs": [
520
+ {
521
+ "name": "name",
522
+ "type": "string",
523
+ "internalType": "string"
524
+ }
525
+ ],
526
+ "outputs": [
527
+ {
528
+ "name": "value",
529
+ "type": "bytes",
530
+ "internalType": "bytes"
531
+ }
532
+ ],
533
+ "stateMutability": "view"
534
+ },
535
+ {
536
+ "type": "function",
537
+ "name": "envBytes",
538
+ "inputs": [
539
+ {
540
+ "name": "name",
541
+ "type": "string",
542
+ "internalType": "string"
543
+ },
544
+ {
545
+ "name": "delim",
546
+ "type": "string",
547
+ "internalType": "string"
548
+ }
549
+ ],
550
+ "outputs": [
551
+ {
552
+ "name": "value",
553
+ "type": "bytes[]",
554
+ "internalType": "bytes[]"
555
+ }
556
+ ],
557
+ "stateMutability": "view"
558
+ },
559
+ {
560
+ "type": "function",
561
+ "name": "envBytes32",
562
+ "inputs": [
563
+ {
564
+ "name": "name",
565
+ "type": "string",
566
+ "internalType": "string"
567
+ },
568
+ {
569
+ "name": "delim",
570
+ "type": "string",
571
+ "internalType": "string"
572
+ }
573
+ ],
574
+ "outputs": [
575
+ {
576
+ "name": "value",
577
+ "type": "bytes32[]",
578
+ "internalType": "bytes32[]"
579
+ }
580
+ ],
581
+ "stateMutability": "view"
582
+ },
583
+ {
584
+ "type": "function",
585
+ "name": "envBytes32",
586
+ "inputs": [
587
+ {
588
+ "name": "name",
589
+ "type": "string",
590
+ "internalType": "string"
591
+ }
592
+ ],
593
+ "outputs": [
594
+ {
595
+ "name": "value",
596
+ "type": "bytes32",
597
+ "internalType": "bytes32"
598
+ }
599
+ ],
600
+ "stateMutability": "view"
601
+ },
602
+ {
603
+ "type": "function",
604
+ "name": "envInt",
605
+ "inputs": [
606
+ {
607
+ "name": "name",
608
+ "type": "string",
609
+ "internalType": "string"
610
+ },
611
+ {
612
+ "name": "delim",
613
+ "type": "string",
614
+ "internalType": "string"
615
+ }
616
+ ],
617
+ "outputs": [
618
+ {
619
+ "name": "value",
620
+ "type": "int256[]",
621
+ "internalType": "int256[]"
622
+ }
623
+ ],
624
+ "stateMutability": "view"
625
+ },
626
+ {
627
+ "type": "function",
628
+ "name": "envInt",
629
+ "inputs": [
630
+ {
631
+ "name": "name",
632
+ "type": "string",
633
+ "internalType": "string"
634
+ }
635
+ ],
636
+ "outputs": [
637
+ {
638
+ "name": "value",
639
+ "type": "int256",
640
+ "internalType": "int256"
641
+ }
642
+ ],
643
+ "stateMutability": "view"
644
+ },
645
+ {
646
+ "type": "function",
647
+ "name": "envOr",
648
+ "inputs": [
649
+ {
650
+ "name": "name",
651
+ "type": "string",
652
+ "internalType": "string"
653
+ },
654
+ {
655
+ "name": "delim",
656
+ "type": "string",
657
+ "internalType": "string"
658
+ },
659
+ {
660
+ "name": "defaultValue",
661
+ "type": "bytes32[]",
662
+ "internalType": "bytes32[]"
663
+ }
664
+ ],
665
+ "outputs": [
666
+ {
667
+ "name": "value",
668
+ "type": "bytes32[]",
669
+ "internalType": "bytes32[]"
670
+ }
671
+ ],
672
+ "stateMutability": "nonpayable"
673
+ },
674
+ {
675
+ "type": "function",
676
+ "name": "envOr",
677
+ "inputs": [
678
+ {
679
+ "name": "name",
680
+ "type": "string",
681
+ "internalType": "string"
682
+ },
683
+ {
684
+ "name": "delim",
685
+ "type": "string",
686
+ "internalType": "string"
687
+ },
688
+ {
689
+ "name": "defaultValue",
690
+ "type": "int256[]",
691
+ "internalType": "int256[]"
692
+ }
693
+ ],
694
+ "outputs": [
695
+ {
696
+ "name": "value",
697
+ "type": "int256[]",
698
+ "internalType": "int256[]"
699
+ }
700
+ ],
701
+ "stateMutability": "nonpayable"
702
+ },
703
+ {
704
+ "type": "function",
705
+ "name": "envOr",
706
+ "inputs": [
707
+ {
708
+ "name": "name",
709
+ "type": "string",
710
+ "internalType": "string"
711
+ },
712
+ {
713
+ "name": "defaultValue",
714
+ "type": "bool",
715
+ "internalType": "bool"
716
+ }
717
+ ],
718
+ "outputs": [
719
+ {
720
+ "name": "value",
721
+ "type": "bool",
722
+ "internalType": "bool"
723
+ }
724
+ ],
725
+ "stateMutability": "nonpayable"
726
+ },
727
+ {
728
+ "type": "function",
729
+ "name": "envOr",
730
+ "inputs": [
731
+ {
732
+ "name": "name",
733
+ "type": "string",
734
+ "internalType": "string"
735
+ },
736
+ {
737
+ "name": "defaultValue",
738
+ "type": "address",
739
+ "internalType": "address"
740
+ }
741
+ ],
742
+ "outputs": [
743
+ {
744
+ "name": "value",
745
+ "type": "address",
746
+ "internalType": "address"
747
+ }
748
+ ],
749
+ "stateMutability": "nonpayable"
750
+ },
751
+ {
752
+ "type": "function",
753
+ "name": "envOr",
754
+ "inputs": [
755
+ {
756
+ "name": "name",
757
+ "type": "string",
758
+ "internalType": "string"
759
+ },
760
+ {
761
+ "name": "defaultValue",
762
+ "type": "uint256",
763
+ "internalType": "uint256"
764
+ }
765
+ ],
766
+ "outputs": [
767
+ {
768
+ "name": "value",
769
+ "type": "uint256",
770
+ "internalType": "uint256"
771
+ }
772
+ ],
773
+ "stateMutability": "nonpayable"
774
+ },
775
+ {
776
+ "type": "function",
777
+ "name": "envOr",
778
+ "inputs": [
779
+ {
780
+ "name": "name",
781
+ "type": "string",
782
+ "internalType": "string"
783
+ },
784
+ {
785
+ "name": "delim",
786
+ "type": "string",
787
+ "internalType": "string"
788
+ },
789
+ {
790
+ "name": "defaultValue",
791
+ "type": "bytes[]",
792
+ "internalType": "bytes[]"
793
+ }
794
+ ],
795
+ "outputs": [
796
+ {
797
+ "name": "value",
798
+ "type": "bytes[]",
799
+ "internalType": "bytes[]"
800
+ }
801
+ ],
802
+ "stateMutability": "nonpayable"
803
+ },
804
+ {
805
+ "type": "function",
806
+ "name": "envOr",
807
+ "inputs": [
808
+ {
809
+ "name": "name",
810
+ "type": "string",
811
+ "internalType": "string"
812
+ },
813
+ {
814
+ "name": "delim",
815
+ "type": "string",
816
+ "internalType": "string"
817
+ },
818
+ {
819
+ "name": "defaultValue",
820
+ "type": "uint256[]",
821
+ "internalType": "uint256[]"
822
+ }
823
+ ],
824
+ "outputs": [
825
+ {
826
+ "name": "value",
827
+ "type": "uint256[]",
828
+ "internalType": "uint256[]"
829
+ }
830
+ ],
831
+ "stateMutability": "nonpayable"
832
+ },
833
+ {
834
+ "type": "function",
835
+ "name": "envOr",
836
+ "inputs": [
837
+ {
838
+ "name": "name",
839
+ "type": "string",
840
+ "internalType": "string"
841
+ },
842
+ {
843
+ "name": "delim",
844
+ "type": "string",
845
+ "internalType": "string"
846
+ },
847
+ {
848
+ "name": "defaultValue",
849
+ "type": "string[]",
850
+ "internalType": "string[]"
851
+ }
852
+ ],
853
+ "outputs": [
854
+ {
855
+ "name": "value",
856
+ "type": "string[]",
857
+ "internalType": "string[]"
858
+ }
859
+ ],
860
+ "stateMutability": "nonpayable"
861
+ },
862
+ {
863
+ "type": "function",
864
+ "name": "envOr",
865
+ "inputs": [
866
+ {
867
+ "name": "name",
868
+ "type": "string",
869
+ "internalType": "string"
870
+ },
871
+ {
872
+ "name": "defaultValue",
873
+ "type": "bytes",
874
+ "internalType": "bytes"
875
+ }
876
+ ],
877
+ "outputs": [
878
+ {
879
+ "name": "value",
880
+ "type": "bytes",
881
+ "internalType": "bytes"
882
+ }
883
+ ],
884
+ "stateMutability": "nonpayable"
885
+ },
886
+ {
887
+ "type": "function",
888
+ "name": "envOr",
889
+ "inputs": [
890
+ {
891
+ "name": "name",
892
+ "type": "string",
893
+ "internalType": "string"
894
+ },
895
+ {
896
+ "name": "defaultValue",
897
+ "type": "bytes32",
898
+ "internalType": "bytes32"
899
+ }
900
+ ],
901
+ "outputs": [
902
+ {
903
+ "name": "value",
904
+ "type": "bytes32",
905
+ "internalType": "bytes32"
906
+ }
907
+ ],
908
+ "stateMutability": "nonpayable"
909
+ },
910
+ {
911
+ "type": "function",
912
+ "name": "envOr",
913
+ "inputs": [
914
+ {
915
+ "name": "name",
916
+ "type": "string",
917
+ "internalType": "string"
918
+ },
919
+ {
920
+ "name": "defaultValue",
921
+ "type": "int256",
922
+ "internalType": "int256"
923
+ }
924
+ ],
925
+ "outputs": [
926
+ {
927
+ "name": "value",
928
+ "type": "int256",
929
+ "internalType": "int256"
930
+ }
931
+ ],
932
+ "stateMutability": "nonpayable"
933
+ },
934
+ {
935
+ "type": "function",
936
+ "name": "envOr",
937
+ "inputs": [
938
+ {
939
+ "name": "name",
940
+ "type": "string",
941
+ "internalType": "string"
942
+ },
943
+ {
944
+ "name": "delim",
945
+ "type": "string",
946
+ "internalType": "string"
947
+ },
948
+ {
949
+ "name": "defaultValue",
950
+ "type": "address[]",
951
+ "internalType": "address[]"
952
+ }
953
+ ],
954
+ "outputs": [
955
+ {
956
+ "name": "value",
957
+ "type": "address[]",
958
+ "internalType": "address[]"
959
+ }
960
+ ],
961
+ "stateMutability": "nonpayable"
962
+ },
963
+ {
964
+ "type": "function",
965
+ "name": "envOr",
966
+ "inputs": [
967
+ {
968
+ "name": "name",
969
+ "type": "string",
970
+ "internalType": "string"
971
+ },
972
+ {
973
+ "name": "defaultValue",
974
+ "type": "string",
975
+ "internalType": "string"
976
+ }
977
+ ],
978
+ "outputs": [
979
+ {
980
+ "name": "value",
981
+ "type": "string",
982
+ "internalType": "string"
983
+ }
984
+ ],
985
+ "stateMutability": "nonpayable"
986
+ },
987
+ {
988
+ "type": "function",
989
+ "name": "envOr",
990
+ "inputs": [
991
+ {
992
+ "name": "name",
993
+ "type": "string",
994
+ "internalType": "string"
995
+ },
996
+ {
997
+ "name": "delim",
998
+ "type": "string",
999
+ "internalType": "string"
1000
+ },
1001
+ {
1002
+ "name": "defaultValue",
1003
+ "type": "bool[]",
1004
+ "internalType": "bool[]"
1005
+ }
1006
+ ],
1007
+ "outputs": [
1008
+ {
1009
+ "name": "value",
1010
+ "type": "bool[]",
1011
+ "internalType": "bool[]"
1012
+ }
1013
+ ],
1014
+ "stateMutability": "nonpayable"
1015
+ },
1016
+ {
1017
+ "type": "function",
1018
+ "name": "envString",
1019
+ "inputs": [
1020
+ {
1021
+ "name": "name",
1022
+ "type": "string",
1023
+ "internalType": "string"
1024
+ },
1025
+ {
1026
+ "name": "delim",
1027
+ "type": "string",
1028
+ "internalType": "string"
1029
+ }
1030
+ ],
1031
+ "outputs": [
1032
+ {
1033
+ "name": "value",
1034
+ "type": "string[]",
1035
+ "internalType": "string[]"
1036
+ }
1037
+ ],
1038
+ "stateMutability": "view"
1039
+ },
1040
+ {
1041
+ "type": "function",
1042
+ "name": "envString",
1043
+ "inputs": [
1044
+ {
1045
+ "name": "name",
1046
+ "type": "string",
1047
+ "internalType": "string"
1048
+ }
1049
+ ],
1050
+ "outputs": [
1051
+ {
1052
+ "name": "value",
1053
+ "type": "string",
1054
+ "internalType": "string"
1055
+ }
1056
+ ],
1057
+ "stateMutability": "view"
1058
+ },
1059
+ {
1060
+ "type": "function",
1061
+ "name": "envUint",
1062
+ "inputs": [
1063
+ {
1064
+ "name": "name",
1065
+ "type": "string",
1066
+ "internalType": "string"
1067
+ }
1068
+ ],
1069
+ "outputs": [
1070
+ {
1071
+ "name": "value",
1072
+ "type": "uint256",
1073
+ "internalType": "uint256"
1074
+ }
1075
+ ],
1076
+ "stateMutability": "view"
1077
+ },
1078
+ {
1079
+ "type": "function",
1080
+ "name": "envUint",
1081
+ "inputs": [
1082
+ {
1083
+ "name": "name",
1084
+ "type": "string",
1085
+ "internalType": "string"
1086
+ },
1087
+ {
1088
+ "name": "delim",
1089
+ "type": "string",
1090
+ "internalType": "string"
1091
+ }
1092
+ ],
1093
+ "outputs": [
1094
+ {
1095
+ "name": "value",
1096
+ "type": "uint256[]",
1097
+ "internalType": "uint256[]"
1098
+ }
1099
+ ],
1100
+ "stateMutability": "view"
1101
+ },
1102
+ {
1103
+ "type": "function",
1104
+ "name": "etch",
1105
+ "inputs": [
1106
+ {
1107
+ "name": "target",
1108
+ "type": "address",
1109
+ "internalType": "address"
1110
+ },
1111
+ {
1112
+ "name": "newRuntimeBytecode",
1113
+ "type": "bytes",
1114
+ "internalType": "bytes"
1115
+ }
1116
+ ],
1117
+ "outputs": [],
1118
+ "stateMutability": "nonpayable"
1119
+ },
1120
+ {
1121
+ "type": "function",
1122
+ "name": "expectCall",
1123
+ "inputs": [
1124
+ {
1125
+ "name": "callee",
1126
+ "type": "address",
1127
+ "internalType": "address"
1128
+ },
1129
+ {
1130
+ "name": "msgValue",
1131
+ "type": "uint256",
1132
+ "internalType": "uint256"
1133
+ },
1134
+ {
1135
+ "name": "gas",
1136
+ "type": "uint64",
1137
+ "internalType": "uint64"
1138
+ },
1139
+ {
1140
+ "name": "data",
1141
+ "type": "bytes",
1142
+ "internalType": "bytes"
1143
+ }
1144
+ ],
1145
+ "outputs": [],
1146
+ "stateMutability": "nonpayable"
1147
+ },
1148
+ {
1149
+ "type": "function",
1150
+ "name": "expectCall",
1151
+ "inputs": [
1152
+ {
1153
+ "name": "callee",
1154
+ "type": "address",
1155
+ "internalType": "address"
1156
+ },
1157
+ {
1158
+ "name": "msgValue",
1159
+ "type": "uint256",
1160
+ "internalType": "uint256"
1161
+ },
1162
+ {
1163
+ "name": "gas",
1164
+ "type": "uint64",
1165
+ "internalType": "uint64"
1166
+ },
1167
+ {
1168
+ "name": "data",
1169
+ "type": "bytes",
1170
+ "internalType": "bytes"
1171
+ },
1172
+ {
1173
+ "name": "count",
1174
+ "type": "uint64",
1175
+ "internalType": "uint64"
1176
+ }
1177
+ ],
1178
+ "outputs": [],
1179
+ "stateMutability": "nonpayable"
1180
+ },
1181
+ {
1182
+ "type": "function",
1183
+ "name": "expectCall",
1184
+ "inputs": [
1185
+ {
1186
+ "name": "callee",
1187
+ "type": "address",
1188
+ "internalType": "address"
1189
+ },
1190
+ {
1191
+ "name": "msgValue",
1192
+ "type": "uint256",
1193
+ "internalType": "uint256"
1194
+ },
1195
+ {
1196
+ "name": "data",
1197
+ "type": "bytes",
1198
+ "internalType": "bytes"
1199
+ },
1200
+ {
1201
+ "name": "count",
1202
+ "type": "uint64",
1203
+ "internalType": "uint64"
1204
+ }
1205
+ ],
1206
+ "outputs": [],
1207
+ "stateMutability": "nonpayable"
1208
+ },
1209
+ {
1210
+ "type": "function",
1211
+ "name": "expectCall",
1212
+ "inputs": [
1213
+ {
1214
+ "name": "callee",
1215
+ "type": "address",
1216
+ "internalType": "address"
1217
+ },
1218
+ {
1219
+ "name": "data",
1220
+ "type": "bytes",
1221
+ "internalType": "bytes"
1222
+ }
1223
+ ],
1224
+ "outputs": [],
1225
+ "stateMutability": "nonpayable"
1226
+ },
1227
+ {
1228
+ "type": "function",
1229
+ "name": "expectCall",
1230
+ "inputs": [
1231
+ {
1232
+ "name": "callee",
1233
+ "type": "address",
1234
+ "internalType": "address"
1235
+ },
1236
+ {
1237
+ "name": "data",
1238
+ "type": "bytes",
1239
+ "internalType": "bytes"
1240
+ },
1241
+ {
1242
+ "name": "count",
1243
+ "type": "uint64",
1244
+ "internalType": "uint64"
1245
+ }
1246
+ ],
1247
+ "outputs": [],
1248
+ "stateMutability": "nonpayable"
1249
+ },
1250
+ {
1251
+ "type": "function",
1252
+ "name": "expectCall",
1253
+ "inputs": [
1254
+ {
1255
+ "name": "callee",
1256
+ "type": "address",
1257
+ "internalType": "address"
1258
+ },
1259
+ {
1260
+ "name": "msgValue",
1261
+ "type": "uint256",
1262
+ "internalType": "uint256"
1263
+ },
1264
+ {
1265
+ "name": "data",
1266
+ "type": "bytes",
1267
+ "internalType": "bytes"
1268
+ }
1269
+ ],
1270
+ "outputs": [],
1271
+ "stateMutability": "nonpayable"
1272
+ },
1273
+ {
1274
+ "type": "function",
1275
+ "name": "expectCallMinGas",
1276
+ "inputs": [
1277
+ {
1278
+ "name": "callee",
1279
+ "type": "address",
1280
+ "internalType": "address"
1281
+ },
1282
+ {
1283
+ "name": "msgValue",
1284
+ "type": "uint256",
1285
+ "internalType": "uint256"
1286
+ },
1287
+ {
1288
+ "name": "minGas",
1289
+ "type": "uint64",
1290
+ "internalType": "uint64"
1291
+ },
1292
+ {
1293
+ "name": "data",
1294
+ "type": "bytes",
1295
+ "internalType": "bytes"
1296
+ }
1297
+ ],
1298
+ "outputs": [],
1299
+ "stateMutability": "nonpayable"
1300
+ },
1301
+ {
1302
+ "type": "function",
1303
+ "name": "expectCallMinGas",
1304
+ "inputs": [
1305
+ {
1306
+ "name": "callee",
1307
+ "type": "address",
1308
+ "internalType": "address"
1309
+ },
1310
+ {
1311
+ "name": "msgValue",
1312
+ "type": "uint256",
1313
+ "internalType": "uint256"
1314
+ },
1315
+ {
1316
+ "name": "minGas",
1317
+ "type": "uint64",
1318
+ "internalType": "uint64"
1319
+ },
1320
+ {
1321
+ "name": "data",
1322
+ "type": "bytes",
1323
+ "internalType": "bytes"
1324
+ },
1325
+ {
1326
+ "name": "count",
1327
+ "type": "uint64",
1328
+ "internalType": "uint64"
1329
+ }
1330
+ ],
1331
+ "outputs": [],
1332
+ "stateMutability": "nonpayable"
1333
+ },
1334
+ {
1335
+ "type": "function",
1336
+ "name": "expectEmit",
1337
+ "inputs": [],
1338
+ "outputs": [],
1339
+ "stateMutability": "nonpayable"
1340
+ },
1341
+ {
1342
+ "type": "function",
1343
+ "name": "expectEmit",
1344
+ "inputs": [
1345
+ {
1346
+ "name": "checkTopic1",
1347
+ "type": "bool",
1348
+ "internalType": "bool"
1349
+ },
1350
+ {
1351
+ "name": "checkTopic2",
1352
+ "type": "bool",
1353
+ "internalType": "bool"
1354
+ },
1355
+ {
1356
+ "name": "checkTopic3",
1357
+ "type": "bool",
1358
+ "internalType": "bool"
1359
+ },
1360
+ {
1361
+ "name": "checkData",
1362
+ "type": "bool",
1363
+ "internalType": "bool"
1364
+ }
1365
+ ],
1366
+ "outputs": [],
1367
+ "stateMutability": "nonpayable"
1368
+ },
1369
+ {
1370
+ "type": "function",
1371
+ "name": "expectEmit",
1372
+ "inputs": [
1373
+ {
1374
+ "name": "checkTopic1",
1375
+ "type": "bool",
1376
+ "internalType": "bool"
1377
+ },
1378
+ {
1379
+ "name": "checkTopic2",
1380
+ "type": "bool",
1381
+ "internalType": "bool"
1382
+ },
1383
+ {
1384
+ "name": "checkTopic3",
1385
+ "type": "bool",
1386
+ "internalType": "bool"
1387
+ },
1388
+ {
1389
+ "name": "checkData",
1390
+ "type": "bool",
1391
+ "internalType": "bool"
1392
+ },
1393
+ {
1394
+ "name": "emitter",
1395
+ "type": "address",
1396
+ "internalType": "address"
1397
+ }
1398
+ ],
1399
+ "outputs": [],
1400
+ "stateMutability": "nonpayable"
1401
+ },
1402
+ {
1403
+ "type": "function",
1404
+ "name": "expectEmit",
1405
+ "inputs": [
1406
+ {
1407
+ "name": "emitter",
1408
+ "type": "address",
1409
+ "internalType": "address"
1410
+ }
1411
+ ],
1412
+ "outputs": [],
1413
+ "stateMutability": "nonpayable"
1414
+ },
1415
+ {
1416
+ "type": "function",
1417
+ "name": "expectRevert",
1418
+ "inputs": [
1419
+ {
1420
+ "name": "revertData",
1421
+ "type": "bytes4",
1422
+ "internalType": "bytes4"
1423
+ }
1424
+ ],
1425
+ "outputs": [],
1426
+ "stateMutability": "nonpayable"
1427
+ },
1428
+ {
1429
+ "type": "function",
1430
+ "name": "expectRevert",
1431
+ "inputs": [
1432
+ {
1433
+ "name": "revertData",
1434
+ "type": "bytes",
1435
+ "internalType": "bytes"
1436
+ }
1437
+ ],
1438
+ "outputs": [],
1439
+ "stateMutability": "nonpayable"
1440
+ },
1441
+ {
1442
+ "type": "function",
1443
+ "name": "expectRevert",
1444
+ "inputs": [],
1445
+ "outputs": [],
1446
+ "stateMutability": "nonpayable"
1447
+ },
1448
+ {
1449
+ "type": "function",
1450
+ "name": "expectSafeMemory",
1451
+ "inputs": [
1452
+ {
1453
+ "name": "min",
1454
+ "type": "uint64",
1455
+ "internalType": "uint64"
1456
+ },
1457
+ {
1458
+ "name": "max",
1459
+ "type": "uint64",
1460
+ "internalType": "uint64"
1461
+ }
1462
+ ],
1463
+ "outputs": [],
1464
+ "stateMutability": "nonpayable"
1465
+ },
1466
+ {
1467
+ "type": "function",
1468
+ "name": "expectSafeMemoryCall",
1469
+ "inputs": [
1470
+ {
1471
+ "name": "min",
1472
+ "type": "uint64",
1473
+ "internalType": "uint64"
1474
+ },
1475
+ {
1476
+ "name": "max",
1477
+ "type": "uint64",
1478
+ "internalType": "uint64"
1479
+ }
1480
+ ],
1481
+ "outputs": [],
1482
+ "stateMutability": "nonpayable"
1483
+ },
1484
+ {
1485
+ "type": "function",
1486
+ "name": "fee",
1487
+ "inputs": [
1488
+ {
1489
+ "name": "newBasefee",
1490
+ "type": "uint256",
1491
+ "internalType": "uint256"
1492
+ }
1493
+ ],
1494
+ "outputs": [],
1495
+ "stateMutability": "nonpayable"
1496
+ },
1497
+ {
1498
+ "type": "function",
1499
+ "name": "ffi",
1500
+ "inputs": [
1501
+ {
1502
+ "name": "commandInput",
1503
+ "type": "string[]",
1504
+ "internalType": "string[]"
1505
+ }
1506
+ ],
1507
+ "outputs": [
1508
+ {
1509
+ "name": "result",
1510
+ "type": "bytes",
1511
+ "internalType": "bytes"
1512
+ }
1513
+ ],
1514
+ "stateMutability": "nonpayable"
1515
+ },
1516
+ {
1517
+ "type": "function",
1518
+ "name": "fsMetadata",
1519
+ "inputs": [
1520
+ {
1521
+ "name": "path",
1522
+ "type": "string",
1523
+ "internalType": "string"
1524
+ }
1525
+ ],
1526
+ "outputs": [
1527
+ {
1528
+ "name": "metadata",
1529
+ "type": "tuple",
1530
+ "internalType": "struct VmSafe.FsMetadata",
1531
+ "components": [
1532
+ {
1533
+ "name": "isDir",
1534
+ "type": "bool",
1535
+ "internalType": "bool"
1536
+ },
1537
+ {
1538
+ "name": "isSymlink",
1539
+ "type": "bool",
1540
+ "internalType": "bool"
1541
+ },
1542
+ {
1543
+ "name": "length",
1544
+ "type": "uint256",
1545
+ "internalType": "uint256"
1546
+ },
1547
+ {
1548
+ "name": "readOnly",
1549
+ "type": "bool",
1550
+ "internalType": "bool"
1551
+ },
1552
+ {
1553
+ "name": "modified",
1554
+ "type": "uint256",
1555
+ "internalType": "uint256"
1556
+ },
1557
+ {
1558
+ "name": "accessed",
1559
+ "type": "uint256",
1560
+ "internalType": "uint256"
1561
+ },
1562
+ {
1563
+ "name": "created",
1564
+ "type": "uint256",
1565
+ "internalType": "uint256"
1566
+ }
1567
+ ]
1568
+ }
1569
+ ],
1570
+ "stateMutability": "view"
1571
+ },
1572
+ {
1573
+ "type": "function",
1574
+ "name": "getCode",
1575
+ "inputs": [
1576
+ {
1577
+ "name": "artifactPath",
1578
+ "type": "string",
1579
+ "internalType": "string"
1580
+ }
1581
+ ],
1582
+ "outputs": [
1583
+ {
1584
+ "name": "creationBytecode",
1585
+ "type": "bytes",
1586
+ "internalType": "bytes"
1587
+ }
1588
+ ],
1589
+ "stateMutability": "view"
1590
+ },
1591
+ {
1592
+ "type": "function",
1593
+ "name": "getDeployedCode",
1594
+ "inputs": [
1595
+ {
1596
+ "name": "artifactPath",
1597
+ "type": "string",
1598
+ "internalType": "string"
1599
+ }
1600
+ ],
1601
+ "outputs": [
1602
+ {
1603
+ "name": "runtimeBytecode",
1604
+ "type": "bytes",
1605
+ "internalType": "bytes"
1606
+ }
1607
+ ],
1608
+ "stateMutability": "view"
1609
+ },
1610
+ {
1611
+ "type": "function",
1612
+ "name": "getLabel",
1613
+ "inputs": [
1614
+ {
1615
+ "name": "account",
1616
+ "type": "address",
1617
+ "internalType": "address"
1618
+ }
1619
+ ],
1620
+ "outputs": [
1621
+ {
1622
+ "name": "currentLabel",
1623
+ "type": "string",
1624
+ "internalType": "string"
1625
+ }
1626
+ ],
1627
+ "stateMutability": "nonpayable"
1628
+ },
1629
+ {
1630
+ "type": "function",
1631
+ "name": "getNonce",
1632
+ "inputs": [
1633
+ {
1634
+ "name": "account",
1635
+ "type": "address",
1636
+ "internalType": "address"
1637
+ }
1638
+ ],
1639
+ "outputs": [
1640
+ {
1641
+ "name": "nonce",
1642
+ "type": "uint64",
1643
+ "internalType": "uint64"
1644
+ }
1645
+ ],
1646
+ "stateMutability": "view"
1647
+ },
1648
+ {
1649
+ "type": "function",
1650
+ "name": "getRecordedLogs",
1651
+ "inputs": [],
1652
+ "outputs": [
1653
+ {
1654
+ "name": "logs",
1655
+ "type": "tuple[]",
1656
+ "internalType": "struct VmSafe.Log[]",
1657
+ "components": [
1658
+ {
1659
+ "name": "topics",
1660
+ "type": "bytes32[]",
1661
+ "internalType": "bytes32[]"
1662
+ },
1663
+ {
1664
+ "name": "data",
1665
+ "type": "bytes",
1666
+ "internalType": "bytes"
1667
+ },
1668
+ {
1669
+ "name": "emitter",
1670
+ "type": "address",
1671
+ "internalType": "address"
1672
+ }
1673
+ ]
1674
+ }
1675
+ ],
1676
+ "stateMutability": "nonpayable"
1677
+ },
1678
+ {
1679
+ "type": "function",
1680
+ "name": "isPersistent",
1681
+ "inputs": [
1682
+ {
1683
+ "name": "account",
1684
+ "type": "address",
1685
+ "internalType": "address"
1686
+ }
1687
+ ],
1688
+ "outputs": [
1689
+ {
1690
+ "name": "persistent",
1691
+ "type": "bool",
1692
+ "internalType": "bool"
1693
+ }
1694
+ ],
1695
+ "stateMutability": "view"
1696
+ },
1697
+ {
1698
+ "type": "function",
1699
+ "name": "label",
1700
+ "inputs": [
1701
+ {
1702
+ "name": "account",
1703
+ "type": "address",
1704
+ "internalType": "address"
1705
+ },
1706
+ {
1707
+ "name": "newLabel",
1708
+ "type": "string",
1709
+ "internalType": "string"
1710
+ }
1711
+ ],
1712
+ "outputs": [],
1713
+ "stateMutability": "nonpayable"
1714
+ },
1715
+ {
1716
+ "type": "function",
1717
+ "name": "load",
1718
+ "inputs": [
1719
+ {
1720
+ "name": "target",
1721
+ "type": "address",
1722
+ "internalType": "address"
1723
+ },
1724
+ {
1725
+ "name": "slot",
1726
+ "type": "bytes32",
1727
+ "internalType": "bytes32"
1728
+ }
1729
+ ],
1730
+ "outputs": [
1731
+ {
1732
+ "name": "data",
1733
+ "type": "bytes32",
1734
+ "internalType": "bytes32"
1735
+ }
1736
+ ],
1737
+ "stateMutability": "view"
1738
+ },
1739
+ {
1740
+ "type": "function",
1741
+ "name": "makePersistent",
1742
+ "inputs": [
1743
+ {
1744
+ "name": "accounts",
1745
+ "type": "address[]",
1746
+ "internalType": "address[]"
1747
+ }
1748
+ ],
1749
+ "outputs": [],
1750
+ "stateMutability": "nonpayable"
1751
+ },
1752
+ {
1753
+ "type": "function",
1754
+ "name": "makePersistent",
1755
+ "inputs": [
1756
+ {
1757
+ "name": "account0",
1758
+ "type": "address",
1759
+ "internalType": "address"
1760
+ },
1761
+ {
1762
+ "name": "account1",
1763
+ "type": "address",
1764
+ "internalType": "address"
1765
+ }
1766
+ ],
1767
+ "outputs": [],
1768
+ "stateMutability": "nonpayable"
1769
+ },
1770
+ {
1771
+ "type": "function",
1772
+ "name": "makePersistent",
1773
+ "inputs": [
1774
+ {
1775
+ "name": "account",
1776
+ "type": "address",
1777
+ "internalType": "address"
1778
+ }
1779
+ ],
1780
+ "outputs": [],
1781
+ "stateMutability": "nonpayable"
1782
+ },
1783
+ {
1784
+ "type": "function",
1785
+ "name": "makePersistent",
1786
+ "inputs": [
1787
+ {
1788
+ "name": "account0",
1789
+ "type": "address",
1790
+ "internalType": "address"
1791
+ },
1792
+ {
1793
+ "name": "account1",
1794
+ "type": "address",
1795
+ "internalType": "address"
1796
+ },
1797
+ {
1798
+ "name": "account2",
1799
+ "type": "address",
1800
+ "internalType": "address"
1801
+ }
1802
+ ],
1803
+ "outputs": [],
1804
+ "stateMutability": "nonpayable"
1805
+ },
1806
+ {
1807
+ "type": "function",
1808
+ "name": "mockCall",
1809
+ "inputs": [
1810
+ {
1811
+ "name": "callee",
1812
+ "type": "address",
1813
+ "internalType": "address"
1814
+ },
1815
+ {
1816
+ "name": "msgValue",
1817
+ "type": "uint256",
1818
+ "internalType": "uint256"
1819
+ },
1820
+ {
1821
+ "name": "data",
1822
+ "type": "bytes",
1823
+ "internalType": "bytes"
1824
+ },
1825
+ {
1826
+ "name": "returnData",
1827
+ "type": "bytes",
1828
+ "internalType": "bytes"
1829
+ }
1830
+ ],
1831
+ "outputs": [],
1832
+ "stateMutability": "nonpayable"
1833
+ },
1834
+ {
1835
+ "type": "function",
1836
+ "name": "mockCall",
1837
+ "inputs": [
1838
+ {
1839
+ "name": "callee",
1840
+ "type": "address",
1841
+ "internalType": "address"
1842
+ },
1843
+ {
1844
+ "name": "data",
1845
+ "type": "bytes",
1846
+ "internalType": "bytes"
1847
+ },
1848
+ {
1849
+ "name": "returnData",
1850
+ "type": "bytes",
1851
+ "internalType": "bytes"
1852
+ }
1853
+ ],
1854
+ "outputs": [],
1855
+ "stateMutability": "nonpayable"
1856
+ },
1857
+ {
1858
+ "type": "function",
1859
+ "name": "mockCallRevert",
1860
+ "inputs": [
1861
+ {
1862
+ "name": "callee",
1863
+ "type": "address",
1864
+ "internalType": "address"
1865
+ },
1866
+ {
1867
+ "name": "msgValue",
1868
+ "type": "uint256",
1869
+ "internalType": "uint256"
1870
+ },
1871
+ {
1872
+ "name": "data",
1873
+ "type": "bytes",
1874
+ "internalType": "bytes"
1875
+ },
1876
+ {
1877
+ "name": "revertData",
1878
+ "type": "bytes",
1879
+ "internalType": "bytes"
1880
+ }
1881
+ ],
1882
+ "outputs": [],
1883
+ "stateMutability": "nonpayable"
1884
+ },
1885
+ {
1886
+ "type": "function",
1887
+ "name": "mockCallRevert",
1888
+ "inputs": [
1889
+ {
1890
+ "name": "callee",
1891
+ "type": "address",
1892
+ "internalType": "address"
1893
+ },
1894
+ {
1895
+ "name": "data",
1896
+ "type": "bytes",
1897
+ "internalType": "bytes"
1898
+ },
1899
+ {
1900
+ "name": "revertData",
1901
+ "type": "bytes",
1902
+ "internalType": "bytes"
1903
+ }
1904
+ ],
1905
+ "outputs": [],
1906
+ "stateMutability": "nonpayable"
1907
+ },
1908
+ {
1909
+ "type": "function",
1910
+ "name": "parseAddress",
1911
+ "inputs": [
1912
+ {
1913
+ "name": "stringifiedValue",
1914
+ "type": "string",
1915
+ "internalType": "string"
1916
+ }
1917
+ ],
1918
+ "outputs": [
1919
+ {
1920
+ "name": "parsedValue",
1921
+ "type": "address",
1922
+ "internalType": "address"
1923
+ }
1924
+ ],
1925
+ "stateMutability": "pure"
1926
+ },
1927
+ {
1928
+ "type": "function",
1929
+ "name": "parseBool",
1930
+ "inputs": [
1931
+ {
1932
+ "name": "stringifiedValue",
1933
+ "type": "string",
1934
+ "internalType": "string"
1935
+ }
1936
+ ],
1937
+ "outputs": [
1938
+ {
1939
+ "name": "parsedValue",
1940
+ "type": "bool",
1941
+ "internalType": "bool"
1942
+ }
1943
+ ],
1944
+ "stateMutability": "pure"
1945
+ },
1946
+ {
1947
+ "type": "function",
1948
+ "name": "parseBytes",
1949
+ "inputs": [
1950
+ {
1951
+ "name": "stringifiedValue",
1952
+ "type": "string",
1953
+ "internalType": "string"
1954
+ }
1955
+ ],
1956
+ "outputs": [
1957
+ {
1958
+ "name": "parsedValue",
1959
+ "type": "bytes",
1960
+ "internalType": "bytes"
1961
+ }
1962
+ ],
1963
+ "stateMutability": "pure"
1964
+ },
1965
+ {
1966
+ "type": "function",
1967
+ "name": "parseBytes32",
1968
+ "inputs": [
1969
+ {
1970
+ "name": "stringifiedValue",
1971
+ "type": "string",
1972
+ "internalType": "string"
1973
+ }
1974
+ ],
1975
+ "outputs": [
1976
+ {
1977
+ "name": "parsedValue",
1978
+ "type": "bytes32",
1979
+ "internalType": "bytes32"
1980
+ }
1981
+ ],
1982
+ "stateMutability": "pure"
1983
+ },
1984
+ {
1985
+ "type": "function",
1986
+ "name": "parseInt",
1987
+ "inputs": [
1988
+ {
1989
+ "name": "stringifiedValue",
1990
+ "type": "string",
1991
+ "internalType": "string"
1992
+ }
1993
+ ],
1994
+ "outputs": [
1995
+ {
1996
+ "name": "parsedValue",
1997
+ "type": "int256",
1998
+ "internalType": "int256"
1999
+ }
2000
+ ],
2001
+ "stateMutability": "pure"
2002
+ },
2003
+ {
2004
+ "type": "function",
2005
+ "name": "parseJson",
2006
+ "inputs": [
2007
+ {
2008
+ "name": "json",
2009
+ "type": "string",
2010
+ "internalType": "string"
2011
+ }
2012
+ ],
2013
+ "outputs": [
2014
+ {
2015
+ "name": "abiEncodedData",
2016
+ "type": "bytes",
2017
+ "internalType": "bytes"
2018
+ }
2019
+ ],
2020
+ "stateMutability": "pure"
2021
+ },
2022
+ {
2023
+ "type": "function",
2024
+ "name": "parseJson",
2025
+ "inputs": [
2026
+ {
2027
+ "name": "json",
2028
+ "type": "string",
2029
+ "internalType": "string"
2030
+ },
2031
+ {
2032
+ "name": "key",
2033
+ "type": "string",
2034
+ "internalType": "string"
2035
+ }
2036
+ ],
2037
+ "outputs": [
2038
+ {
2039
+ "name": "abiEncodedData",
2040
+ "type": "bytes",
2041
+ "internalType": "bytes"
2042
+ }
2043
+ ],
2044
+ "stateMutability": "pure"
2045
+ },
2046
+ {
2047
+ "type": "function",
2048
+ "name": "parseJsonAddress",
2049
+ "inputs": [
2050
+ {
2051
+ "name": "",
2052
+ "type": "string",
2053
+ "internalType": "string"
2054
+ },
2055
+ {
2056
+ "name": "",
2057
+ "type": "string",
2058
+ "internalType": "string"
2059
+ }
2060
+ ],
2061
+ "outputs": [
2062
+ {
2063
+ "name": "",
2064
+ "type": "address",
2065
+ "internalType": "address"
2066
+ }
2067
+ ],
2068
+ "stateMutability": "nonpayable"
2069
+ },
2070
+ {
2071
+ "type": "function",
2072
+ "name": "parseJsonAddressArray",
2073
+ "inputs": [
2074
+ {
2075
+ "name": "",
2076
+ "type": "string",
2077
+ "internalType": "string"
2078
+ },
2079
+ {
2080
+ "name": "",
2081
+ "type": "string",
2082
+ "internalType": "string"
2083
+ }
2084
+ ],
2085
+ "outputs": [
2086
+ {
2087
+ "name": "",
2088
+ "type": "address[]",
2089
+ "internalType": "address[]"
2090
+ }
2091
+ ],
2092
+ "stateMutability": "nonpayable"
2093
+ },
2094
+ {
2095
+ "type": "function",
2096
+ "name": "parseJsonBool",
2097
+ "inputs": [
2098
+ {
2099
+ "name": "",
2100
+ "type": "string",
2101
+ "internalType": "string"
2102
+ },
2103
+ {
2104
+ "name": "",
2105
+ "type": "string",
2106
+ "internalType": "string"
2107
+ }
2108
+ ],
2109
+ "outputs": [
2110
+ {
2111
+ "name": "",
2112
+ "type": "bool",
2113
+ "internalType": "bool"
2114
+ }
2115
+ ],
2116
+ "stateMutability": "nonpayable"
2117
+ },
2118
+ {
2119
+ "type": "function",
2120
+ "name": "parseJsonBoolArray",
2121
+ "inputs": [
2122
+ {
2123
+ "name": "",
2124
+ "type": "string",
2125
+ "internalType": "string"
2126
+ },
2127
+ {
2128
+ "name": "",
2129
+ "type": "string",
2130
+ "internalType": "string"
2131
+ }
2132
+ ],
2133
+ "outputs": [
2134
+ {
2135
+ "name": "",
2136
+ "type": "bool[]",
2137
+ "internalType": "bool[]"
2138
+ }
2139
+ ],
2140
+ "stateMutability": "nonpayable"
2141
+ },
2142
+ {
2143
+ "type": "function",
2144
+ "name": "parseJsonBytes",
2145
+ "inputs": [
2146
+ {
2147
+ "name": "",
2148
+ "type": "string",
2149
+ "internalType": "string"
2150
+ },
2151
+ {
2152
+ "name": "",
2153
+ "type": "string",
2154
+ "internalType": "string"
2155
+ }
2156
+ ],
2157
+ "outputs": [
2158
+ {
2159
+ "name": "",
2160
+ "type": "bytes",
2161
+ "internalType": "bytes"
2162
+ }
2163
+ ],
2164
+ "stateMutability": "nonpayable"
2165
+ },
2166
+ {
2167
+ "type": "function",
2168
+ "name": "parseJsonBytes32",
2169
+ "inputs": [
2170
+ {
2171
+ "name": "",
2172
+ "type": "string",
2173
+ "internalType": "string"
2174
+ },
2175
+ {
2176
+ "name": "",
2177
+ "type": "string",
2178
+ "internalType": "string"
2179
+ }
2180
+ ],
2181
+ "outputs": [
2182
+ {
2183
+ "name": "",
2184
+ "type": "bytes32",
2185
+ "internalType": "bytes32"
2186
+ }
2187
+ ],
2188
+ "stateMutability": "nonpayable"
2189
+ },
2190
+ {
2191
+ "type": "function",
2192
+ "name": "parseJsonBytes32Array",
2193
+ "inputs": [
2194
+ {
2195
+ "name": "",
2196
+ "type": "string",
2197
+ "internalType": "string"
2198
+ },
2199
+ {
2200
+ "name": "",
2201
+ "type": "string",
2202
+ "internalType": "string"
2203
+ }
2204
+ ],
2205
+ "outputs": [
2206
+ {
2207
+ "name": "",
2208
+ "type": "bytes32[]",
2209
+ "internalType": "bytes32[]"
2210
+ }
2211
+ ],
2212
+ "stateMutability": "nonpayable"
2213
+ },
2214
+ {
2215
+ "type": "function",
2216
+ "name": "parseJsonBytesArray",
2217
+ "inputs": [
2218
+ {
2219
+ "name": "",
2220
+ "type": "string",
2221
+ "internalType": "string"
2222
+ },
2223
+ {
2224
+ "name": "",
2225
+ "type": "string",
2226
+ "internalType": "string"
2227
+ }
2228
+ ],
2229
+ "outputs": [
2230
+ {
2231
+ "name": "",
2232
+ "type": "bytes[]",
2233
+ "internalType": "bytes[]"
2234
+ }
2235
+ ],
2236
+ "stateMutability": "nonpayable"
2237
+ },
2238
+ {
2239
+ "type": "function",
2240
+ "name": "parseJsonInt",
2241
+ "inputs": [
2242
+ {
2243
+ "name": "",
2244
+ "type": "string",
2245
+ "internalType": "string"
2246
+ },
2247
+ {
2248
+ "name": "",
2249
+ "type": "string",
2250
+ "internalType": "string"
2251
+ }
2252
+ ],
2253
+ "outputs": [
2254
+ {
2255
+ "name": "",
2256
+ "type": "int256",
2257
+ "internalType": "int256"
2258
+ }
2259
+ ],
2260
+ "stateMutability": "nonpayable"
2261
+ },
2262
+ {
2263
+ "type": "function",
2264
+ "name": "parseJsonIntArray",
2265
+ "inputs": [
2266
+ {
2267
+ "name": "",
2268
+ "type": "string",
2269
+ "internalType": "string"
2270
+ },
2271
+ {
2272
+ "name": "",
2273
+ "type": "string",
2274
+ "internalType": "string"
2275
+ }
2276
+ ],
2277
+ "outputs": [
2278
+ {
2279
+ "name": "",
2280
+ "type": "int256[]",
2281
+ "internalType": "int256[]"
2282
+ }
2283
+ ],
2284
+ "stateMutability": "nonpayable"
2285
+ },
2286
+ {
2287
+ "type": "function",
2288
+ "name": "parseJsonString",
2289
+ "inputs": [
2290
+ {
2291
+ "name": "",
2292
+ "type": "string",
2293
+ "internalType": "string"
2294
+ },
2295
+ {
2296
+ "name": "",
2297
+ "type": "string",
2298
+ "internalType": "string"
2299
+ }
2300
+ ],
2301
+ "outputs": [
2302
+ {
2303
+ "name": "",
2304
+ "type": "string",
2305
+ "internalType": "string"
2306
+ }
2307
+ ],
2308
+ "stateMutability": "nonpayable"
2309
+ },
2310
+ {
2311
+ "type": "function",
2312
+ "name": "parseJsonStringArray",
2313
+ "inputs": [
2314
+ {
2315
+ "name": "",
2316
+ "type": "string",
2317
+ "internalType": "string"
2318
+ },
2319
+ {
2320
+ "name": "",
2321
+ "type": "string",
2322
+ "internalType": "string"
2323
+ }
2324
+ ],
2325
+ "outputs": [
2326
+ {
2327
+ "name": "",
2328
+ "type": "string[]",
2329
+ "internalType": "string[]"
2330
+ }
2331
+ ],
2332
+ "stateMutability": "nonpayable"
2333
+ },
2334
+ {
2335
+ "type": "function",
2336
+ "name": "parseJsonUint",
2337
+ "inputs": [
2338
+ {
2339
+ "name": "",
2340
+ "type": "string",
2341
+ "internalType": "string"
2342
+ },
2343
+ {
2344
+ "name": "",
2345
+ "type": "string",
2346
+ "internalType": "string"
2347
+ }
2348
+ ],
2349
+ "outputs": [
2350
+ {
2351
+ "name": "",
2352
+ "type": "uint256",
2353
+ "internalType": "uint256"
2354
+ }
2355
+ ],
2356
+ "stateMutability": "nonpayable"
2357
+ },
2358
+ {
2359
+ "type": "function",
2360
+ "name": "parseJsonUintArray",
2361
+ "inputs": [
2362
+ {
2363
+ "name": "",
2364
+ "type": "string",
2365
+ "internalType": "string"
2366
+ },
2367
+ {
2368
+ "name": "",
2369
+ "type": "string",
2370
+ "internalType": "string"
2371
+ }
2372
+ ],
2373
+ "outputs": [
2374
+ {
2375
+ "name": "",
2376
+ "type": "uint256[]",
2377
+ "internalType": "uint256[]"
2378
+ }
2379
+ ],
2380
+ "stateMutability": "nonpayable"
2381
+ },
2382
+ {
2383
+ "type": "function",
2384
+ "name": "parseUint",
2385
+ "inputs": [
2386
+ {
2387
+ "name": "stringifiedValue",
2388
+ "type": "string",
2389
+ "internalType": "string"
2390
+ }
2391
+ ],
2392
+ "outputs": [
2393
+ {
2394
+ "name": "parsedValue",
2395
+ "type": "uint256",
2396
+ "internalType": "uint256"
2397
+ }
2398
+ ],
2399
+ "stateMutability": "pure"
2400
+ },
2401
+ {
2402
+ "type": "function",
2403
+ "name": "pauseGasMetering",
2404
+ "inputs": [],
2405
+ "outputs": [],
2406
+ "stateMutability": "nonpayable"
2407
+ },
2408
+ {
2409
+ "type": "function",
2410
+ "name": "prank",
2411
+ "inputs": [
2412
+ {
2413
+ "name": "msgSender",
2414
+ "type": "address",
2415
+ "internalType": "address"
2416
+ },
2417
+ {
2418
+ "name": "txOrigin",
2419
+ "type": "address",
2420
+ "internalType": "address"
2421
+ }
2422
+ ],
2423
+ "outputs": [],
2424
+ "stateMutability": "nonpayable"
2425
+ },
2426
+ {
2427
+ "type": "function",
2428
+ "name": "prank",
2429
+ "inputs": [
2430
+ {
2431
+ "name": "msgSender",
2432
+ "type": "address",
2433
+ "internalType": "address"
2434
+ }
2435
+ ],
2436
+ "outputs": [],
2437
+ "stateMutability": "nonpayable"
2438
+ },
2439
+ {
2440
+ "type": "function",
2441
+ "name": "prevrandao",
2442
+ "inputs": [
2443
+ {
2444
+ "name": "newPrevrandao",
2445
+ "type": "bytes32",
2446
+ "internalType": "bytes32"
2447
+ }
2448
+ ],
2449
+ "outputs": [],
2450
+ "stateMutability": "nonpayable"
2451
+ },
2452
+ {
2453
+ "type": "function",
2454
+ "name": "projectRoot",
2455
+ "inputs": [],
2456
+ "outputs": [
2457
+ {
2458
+ "name": "path",
2459
+ "type": "string",
2460
+ "internalType": "string"
2461
+ }
2462
+ ],
2463
+ "stateMutability": "view"
2464
+ },
2465
+ {
2466
+ "type": "function",
2467
+ "name": "readCallers",
2468
+ "inputs": [],
2469
+ "outputs": [
2470
+ {
2471
+ "name": "callerMode",
2472
+ "type": "uint8",
2473
+ "internalType": "enum VmSafe.CallerMode"
2474
+ },
2475
+ {
2476
+ "name": "msgSender",
2477
+ "type": "address",
2478
+ "internalType": "address"
2479
+ },
2480
+ {
2481
+ "name": "txOrigin",
2482
+ "type": "address",
2483
+ "internalType": "address"
2484
+ }
2485
+ ],
2486
+ "stateMutability": "nonpayable"
2487
+ },
2488
+ {
2489
+ "type": "function",
2490
+ "name": "readDir",
2491
+ "inputs": [
2492
+ {
2493
+ "name": "path",
2494
+ "type": "string",
2495
+ "internalType": "string"
2496
+ },
2497
+ {
2498
+ "name": "maxDepth",
2499
+ "type": "uint64",
2500
+ "internalType": "uint64"
2501
+ }
2502
+ ],
2503
+ "outputs": [
2504
+ {
2505
+ "name": "entries",
2506
+ "type": "tuple[]",
2507
+ "internalType": "struct VmSafe.DirEntry[]",
2508
+ "components": [
2509
+ {
2510
+ "name": "errorMessage",
2511
+ "type": "string",
2512
+ "internalType": "string"
2513
+ },
2514
+ {
2515
+ "name": "path",
2516
+ "type": "string",
2517
+ "internalType": "string"
2518
+ },
2519
+ {
2520
+ "name": "depth",
2521
+ "type": "uint64",
2522
+ "internalType": "uint64"
2523
+ },
2524
+ {
2525
+ "name": "isDir",
2526
+ "type": "bool",
2527
+ "internalType": "bool"
2528
+ },
2529
+ {
2530
+ "name": "isSymlink",
2531
+ "type": "bool",
2532
+ "internalType": "bool"
2533
+ }
2534
+ ]
2535
+ }
2536
+ ],
2537
+ "stateMutability": "view"
2538
+ },
2539
+ {
2540
+ "type": "function",
2541
+ "name": "readDir",
2542
+ "inputs": [
2543
+ {
2544
+ "name": "path",
2545
+ "type": "string",
2546
+ "internalType": "string"
2547
+ },
2548
+ {
2549
+ "name": "maxDepth",
2550
+ "type": "uint64",
2551
+ "internalType": "uint64"
2552
+ },
2553
+ {
2554
+ "name": "followLinks",
2555
+ "type": "bool",
2556
+ "internalType": "bool"
2557
+ }
2558
+ ],
2559
+ "outputs": [
2560
+ {
2561
+ "name": "entries",
2562
+ "type": "tuple[]",
2563
+ "internalType": "struct VmSafe.DirEntry[]",
2564
+ "components": [
2565
+ {
2566
+ "name": "errorMessage",
2567
+ "type": "string",
2568
+ "internalType": "string"
2569
+ },
2570
+ {
2571
+ "name": "path",
2572
+ "type": "string",
2573
+ "internalType": "string"
2574
+ },
2575
+ {
2576
+ "name": "depth",
2577
+ "type": "uint64",
2578
+ "internalType": "uint64"
2579
+ },
2580
+ {
2581
+ "name": "isDir",
2582
+ "type": "bool",
2583
+ "internalType": "bool"
2584
+ },
2585
+ {
2586
+ "name": "isSymlink",
2587
+ "type": "bool",
2588
+ "internalType": "bool"
2589
+ }
2590
+ ]
2591
+ }
2592
+ ],
2593
+ "stateMutability": "view"
2594
+ },
2595
+ {
2596
+ "type": "function",
2597
+ "name": "readDir",
2598
+ "inputs": [
2599
+ {
2600
+ "name": "path",
2601
+ "type": "string",
2602
+ "internalType": "string"
2603
+ }
2604
+ ],
2605
+ "outputs": [
2606
+ {
2607
+ "name": "entries",
2608
+ "type": "tuple[]",
2609
+ "internalType": "struct VmSafe.DirEntry[]",
2610
+ "components": [
2611
+ {
2612
+ "name": "errorMessage",
2613
+ "type": "string",
2614
+ "internalType": "string"
2615
+ },
2616
+ {
2617
+ "name": "path",
2618
+ "type": "string",
2619
+ "internalType": "string"
2620
+ },
2621
+ {
2622
+ "name": "depth",
2623
+ "type": "uint64",
2624
+ "internalType": "uint64"
2625
+ },
2626
+ {
2627
+ "name": "isDir",
2628
+ "type": "bool",
2629
+ "internalType": "bool"
2630
+ },
2631
+ {
2632
+ "name": "isSymlink",
2633
+ "type": "bool",
2634
+ "internalType": "bool"
2635
+ }
2636
+ ]
2637
+ }
2638
+ ],
2639
+ "stateMutability": "view"
2640
+ },
2641
+ {
2642
+ "type": "function",
2643
+ "name": "readFile",
2644
+ "inputs": [
2645
+ {
2646
+ "name": "path",
2647
+ "type": "string",
2648
+ "internalType": "string"
2649
+ }
2650
+ ],
2651
+ "outputs": [
2652
+ {
2653
+ "name": "data",
2654
+ "type": "string",
2655
+ "internalType": "string"
2656
+ }
2657
+ ],
2658
+ "stateMutability": "view"
2659
+ },
2660
+ {
2661
+ "type": "function",
2662
+ "name": "readFileBinary",
2663
+ "inputs": [
2664
+ {
2665
+ "name": "path",
2666
+ "type": "string",
2667
+ "internalType": "string"
2668
+ }
2669
+ ],
2670
+ "outputs": [
2671
+ {
2672
+ "name": "data",
2673
+ "type": "bytes",
2674
+ "internalType": "bytes"
2675
+ }
2676
+ ],
2677
+ "stateMutability": "view"
2678
+ },
2679
+ {
2680
+ "type": "function",
2681
+ "name": "readLine",
2682
+ "inputs": [
2683
+ {
2684
+ "name": "path",
2685
+ "type": "string",
2686
+ "internalType": "string"
2687
+ }
2688
+ ],
2689
+ "outputs": [
2690
+ {
2691
+ "name": "line",
2692
+ "type": "string",
2693
+ "internalType": "string"
2694
+ }
2695
+ ],
2696
+ "stateMutability": "view"
2697
+ },
2698
+ {
2699
+ "type": "function",
2700
+ "name": "readLink",
2701
+ "inputs": [
2702
+ {
2703
+ "name": "linkPath",
2704
+ "type": "string",
2705
+ "internalType": "string"
2706
+ }
2707
+ ],
2708
+ "outputs": [
2709
+ {
2710
+ "name": "targetPath",
2711
+ "type": "string",
2712
+ "internalType": "string"
2713
+ }
2714
+ ],
2715
+ "stateMutability": "view"
2716
+ },
2717
+ {
2718
+ "type": "function",
2719
+ "name": "record",
2720
+ "inputs": [],
2721
+ "outputs": [],
2722
+ "stateMutability": "nonpayable"
2723
+ },
2724
+ {
2725
+ "type": "function",
2726
+ "name": "recordLogs",
2727
+ "inputs": [],
2728
+ "outputs": [],
2729
+ "stateMutability": "nonpayable"
2730
+ },
2731
+ {
2732
+ "type": "function",
2733
+ "name": "rememberKey",
2734
+ "inputs": [
2735
+ {
2736
+ "name": "privateKey",
2737
+ "type": "uint256",
2738
+ "internalType": "uint256"
2739
+ }
2740
+ ],
2741
+ "outputs": [
2742
+ {
2743
+ "name": "keyAddr",
2744
+ "type": "address",
2745
+ "internalType": "address"
2746
+ }
2747
+ ],
2748
+ "stateMutability": "nonpayable"
2749
+ },
2750
+ {
2751
+ "type": "function",
2752
+ "name": "removeDir",
2753
+ "inputs": [
2754
+ {
2755
+ "name": "path",
2756
+ "type": "string",
2757
+ "internalType": "string"
2758
+ },
2759
+ {
2760
+ "name": "recursive",
2761
+ "type": "bool",
2762
+ "internalType": "bool"
2763
+ }
2764
+ ],
2765
+ "outputs": [],
2766
+ "stateMutability": "nonpayable"
2767
+ },
2768
+ {
2769
+ "type": "function",
2770
+ "name": "removeFile",
2771
+ "inputs": [
2772
+ {
2773
+ "name": "path",
2774
+ "type": "string",
2775
+ "internalType": "string"
2776
+ }
2777
+ ],
2778
+ "outputs": [],
2779
+ "stateMutability": "nonpayable"
2780
+ },
2781
+ {
2782
+ "type": "function",
2783
+ "name": "resetNonce",
2784
+ "inputs": [
2785
+ {
2786
+ "name": "account",
2787
+ "type": "address",
2788
+ "internalType": "address"
2789
+ }
2790
+ ],
2791
+ "outputs": [],
2792
+ "stateMutability": "nonpayable"
2793
+ },
2794
+ {
2795
+ "type": "function",
2796
+ "name": "resumeGasMetering",
2797
+ "inputs": [],
2798
+ "outputs": [],
2799
+ "stateMutability": "nonpayable"
2800
+ },
2801
+ {
2802
+ "type": "function",
2803
+ "name": "revertTo",
2804
+ "inputs": [
2805
+ {
2806
+ "name": "snapshotId",
2807
+ "type": "uint256",
2808
+ "internalType": "uint256"
2809
+ }
2810
+ ],
2811
+ "outputs": [
2812
+ {
2813
+ "name": "success",
2814
+ "type": "bool",
2815
+ "internalType": "bool"
2816
+ }
2817
+ ],
2818
+ "stateMutability": "nonpayable"
2819
+ },
2820
+ {
2821
+ "type": "function",
2822
+ "name": "revokePersistent",
2823
+ "inputs": [
2824
+ {
2825
+ "name": "accounts",
2826
+ "type": "address[]",
2827
+ "internalType": "address[]"
2828
+ }
2829
+ ],
2830
+ "outputs": [],
2831
+ "stateMutability": "nonpayable"
2832
+ },
2833
+ {
2834
+ "type": "function",
2835
+ "name": "revokePersistent",
2836
+ "inputs": [
2837
+ {
2838
+ "name": "account",
2839
+ "type": "address",
2840
+ "internalType": "address"
2841
+ }
2842
+ ],
2843
+ "outputs": [],
2844
+ "stateMutability": "nonpayable"
2845
+ },
2846
+ {
2847
+ "type": "function",
2848
+ "name": "roll",
2849
+ "inputs": [
2850
+ {
2851
+ "name": "newHeight",
2852
+ "type": "uint256",
2853
+ "internalType": "uint256"
2854
+ }
2855
+ ],
2856
+ "outputs": [],
2857
+ "stateMutability": "nonpayable"
2858
+ },
2859
+ {
2860
+ "type": "function",
2861
+ "name": "rollFork",
2862
+ "inputs": [
2863
+ {
2864
+ "name": "txHash",
2865
+ "type": "bytes32",
2866
+ "internalType": "bytes32"
2867
+ }
2868
+ ],
2869
+ "outputs": [],
2870
+ "stateMutability": "nonpayable"
2871
+ },
2872
+ {
2873
+ "type": "function",
2874
+ "name": "rollFork",
2875
+ "inputs": [
2876
+ {
2877
+ "name": "forkId",
2878
+ "type": "uint256",
2879
+ "internalType": "uint256"
2880
+ },
2881
+ {
2882
+ "name": "blockNumber",
2883
+ "type": "uint256",
2884
+ "internalType": "uint256"
2885
+ }
2886
+ ],
2887
+ "outputs": [],
2888
+ "stateMutability": "nonpayable"
2889
+ },
2890
+ {
2891
+ "type": "function",
2892
+ "name": "rollFork",
2893
+ "inputs": [
2894
+ {
2895
+ "name": "blockNumber",
2896
+ "type": "uint256",
2897
+ "internalType": "uint256"
2898
+ }
2899
+ ],
2900
+ "outputs": [],
2901
+ "stateMutability": "nonpayable"
2902
+ },
2903
+ {
2904
+ "type": "function",
2905
+ "name": "rollFork",
2906
+ "inputs": [
2907
+ {
2908
+ "name": "forkId",
2909
+ "type": "uint256",
2910
+ "internalType": "uint256"
2911
+ },
2912
+ {
2913
+ "name": "txHash",
2914
+ "type": "bytes32",
2915
+ "internalType": "bytes32"
2916
+ }
2917
+ ],
2918
+ "outputs": [],
2919
+ "stateMutability": "nonpayable"
2920
+ },
2921
+ {
2922
+ "type": "function",
2923
+ "name": "rpcUrl",
2924
+ "inputs": [
2925
+ {
2926
+ "name": "rpcAlias",
2927
+ "type": "string",
2928
+ "internalType": "string"
2929
+ }
2930
+ ],
2931
+ "outputs": [
2932
+ {
2933
+ "name": "json",
2934
+ "type": "string",
2935
+ "internalType": "string"
2936
+ }
2937
+ ],
2938
+ "stateMutability": "view"
2939
+ },
2940
+ {
2941
+ "type": "function",
2942
+ "name": "rpcUrlStructs",
2943
+ "inputs": [],
2944
+ "outputs": [
2945
+ {
2946
+ "name": "urls",
2947
+ "type": "tuple[]",
2948
+ "internalType": "struct VmSafe.Rpc[]",
2949
+ "components": [
2950
+ {
2951
+ "name": "key",
2952
+ "type": "string",
2953
+ "internalType": "string"
2954
+ },
2955
+ {
2956
+ "name": "url",
2957
+ "type": "string",
2958
+ "internalType": "string"
2959
+ }
2960
+ ]
2961
+ }
2962
+ ],
2963
+ "stateMutability": "view"
2964
+ },
2965
+ {
2966
+ "type": "function",
2967
+ "name": "rpcUrls",
2968
+ "inputs": [],
2969
+ "outputs": [
2970
+ {
2971
+ "name": "urls",
2972
+ "type": "string[2][]",
2973
+ "internalType": "string[2][]"
2974
+ }
2975
+ ],
2976
+ "stateMutability": "view"
2977
+ },
2978
+ {
2979
+ "type": "function",
2980
+ "name": "selectFork",
2981
+ "inputs": [
2982
+ {
2983
+ "name": "forkId",
2984
+ "type": "uint256",
2985
+ "internalType": "uint256"
2986
+ }
2987
+ ],
2988
+ "outputs": [],
2989
+ "stateMutability": "nonpayable"
2990
+ },
2991
+ {
2992
+ "type": "function",
2993
+ "name": "serializeAddress",
2994
+ "inputs": [
2995
+ {
2996
+ "name": "objectKey",
2997
+ "type": "string",
2998
+ "internalType": "string"
2999
+ },
3000
+ {
3001
+ "name": "valueKey",
3002
+ "type": "string",
3003
+ "internalType": "string"
3004
+ },
3005
+ {
3006
+ "name": "values",
3007
+ "type": "address[]",
3008
+ "internalType": "address[]"
3009
+ }
3010
+ ],
3011
+ "outputs": [
3012
+ {
3013
+ "name": "json",
3014
+ "type": "string",
3015
+ "internalType": "string"
3016
+ }
3017
+ ],
3018
+ "stateMutability": "nonpayable"
3019
+ },
3020
+ {
3021
+ "type": "function",
3022
+ "name": "serializeAddress",
3023
+ "inputs": [
3024
+ {
3025
+ "name": "objectKey",
3026
+ "type": "string",
3027
+ "internalType": "string"
3028
+ },
3029
+ {
3030
+ "name": "valueKey",
3031
+ "type": "string",
3032
+ "internalType": "string"
3033
+ },
3034
+ {
3035
+ "name": "value",
3036
+ "type": "address",
3037
+ "internalType": "address"
3038
+ }
3039
+ ],
3040
+ "outputs": [
3041
+ {
3042
+ "name": "json",
3043
+ "type": "string",
3044
+ "internalType": "string"
3045
+ }
3046
+ ],
3047
+ "stateMutability": "nonpayable"
3048
+ },
3049
+ {
3050
+ "type": "function",
3051
+ "name": "serializeBool",
3052
+ "inputs": [
3053
+ {
3054
+ "name": "objectKey",
3055
+ "type": "string",
3056
+ "internalType": "string"
3057
+ },
3058
+ {
3059
+ "name": "valueKey",
3060
+ "type": "string",
3061
+ "internalType": "string"
3062
+ },
3063
+ {
3064
+ "name": "values",
3065
+ "type": "bool[]",
3066
+ "internalType": "bool[]"
3067
+ }
3068
+ ],
3069
+ "outputs": [
3070
+ {
3071
+ "name": "json",
3072
+ "type": "string",
3073
+ "internalType": "string"
3074
+ }
3075
+ ],
3076
+ "stateMutability": "nonpayable"
3077
+ },
3078
+ {
3079
+ "type": "function",
3080
+ "name": "serializeBool",
3081
+ "inputs": [
3082
+ {
3083
+ "name": "objectKey",
3084
+ "type": "string",
3085
+ "internalType": "string"
3086
+ },
3087
+ {
3088
+ "name": "valueKey",
3089
+ "type": "string",
3090
+ "internalType": "string"
3091
+ },
3092
+ {
3093
+ "name": "value",
3094
+ "type": "bool",
3095
+ "internalType": "bool"
3096
+ }
3097
+ ],
3098
+ "outputs": [
3099
+ {
3100
+ "name": "json",
3101
+ "type": "string",
3102
+ "internalType": "string"
3103
+ }
3104
+ ],
3105
+ "stateMutability": "nonpayable"
3106
+ },
3107
+ {
3108
+ "type": "function",
3109
+ "name": "serializeBytes",
3110
+ "inputs": [
3111
+ {
3112
+ "name": "objectKey",
3113
+ "type": "string",
3114
+ "internalType": "string"
3115
+ },
3116
+ {
3117
+ "name": "valueKey",
3118
+ "type": "string",
3119
+ "internalType": "string"
3120
+ },
3121
+ {
3122
+ "name": "values",
3123
+ "type": "bytes[]",
3124
+ "internalType": "bytes[]"
3125
+ }
3126
+ ],
3127
+ "outputs": [
3128
+ {
3129
+ "name": "json",
3130
+ "type": "string",
3131
+ "internalType": "string"
3132
+ }
3133
+ ],
3134
+ "stateMutability": "nonpayable"
3135
+ },
3136
+ {
3137
+ "type": "function",
3138
+ "name": "serializeBytes",
3139
+ "inputs": [
3140
+ {
3141
+ "name": "objectKey",
3142
+ "type": "string",
3143
+ "internalType": "string"
3144
+ },
3145
+ {
3146
+ "name": "valueKey",
3147
+ "type": "string",
3148
+ "internalType": "string"
3149
+ },
3150
+ {
3151
+ "name": "value",
3152
+ "type": "bytes",
3153
+ "internalType": "bytes"
3154
+ }
3155
+ ],
3156
+ "outputs": [
3157
+ {
3158
+ "name": "json",
3159
+ "type": "string",
3160
+ "internalType": "string"
3161
+ }
3162
+ ],
3163
+ "stateMutability": "nonpayable"
3164
+ },
3165
+ {
3166
+ "type": "function",
3167
+ "name": "serializeBytes32",
3168
+ "inputs": [
3169
+ {
3170
+ "name": "objectKey",
3171
+ "type": "string",
3172
+ "internalType": "string"
3173
+ },
3174
+ {
3175
+ "name": "valueKey",
3176
+ "type": "string",
3177
+ "internalType": "string"
3178
+ },
3179
+ {
3180
+ "name": "values",
3181
+ "type": "bytes32[]",
3182
+ "internalType": "bytes32[]"
3183
+ }
3184
+ ],
3185
+ "outputs": [
3186
+ {
3187
+ "name": "json",
3188
+ "type": "string",
3189
+ "internalType": "string"
3190
+ }
3191
+ ],
3192
+ "stateMutability": "nonpayable"
3193
+ },
3194
+ {
3195
+ "type": "function",
3196
+ "name": "serializeBytes32",
3197
+ "inputs": [
3198
+ {
3199
+ "name": "objectKey",
3200
+ "type": "string",
3201
+ "internalType": "string"
3202
+ },
3203
+ {
3204
+ "name": "valueKey",
3205
+ "type": "string",
3206
+ "internalType": "string"
3207
+ },
3208
+ {
3209
+ "name": "value",
3210
+ "type": "bytes32",
3211
+ "internalType": "bytes32"
3212
+ }
3213
+ ],
3214
+ "outputs": [
3215
+ {
3216
+ "name": "json",
3217
+ "type": "string",
3218
+ "internalType": "string"
3219
+ }
3220
+ ],
3221
+ "stateMutability": "nonpayable"
3222
+ },
3223
+ {
3224
+ "type": "function",
3225
+ "name": "serializeInt",
3226
+ "inputs": [
3227
+ {
3228
+ "name": "objectKey",
3229
+ "type": "string",
3230
+ "internalType": "string"
3231
+ },
3232
+ {
3233
+ "name": "valueKey",
3234
+ "type": "string",
3235
+ "internalType": "string"
3236
+ },
3237
+ {
3238
+ "name": "value",
3239
+ "type": "int256",
3240
+ "internalType": "int256"
3241
+ }
3242
+ ],
3243
+ "outputs": [
3244
+ {
3245
+ "name": "json",
3246
+ "type": "string",
3247
+ "internalType": "string"
3248
+ }
3249
+ ],
3250
+ "stateMutability": "nonpayable"
3251
+ },
3252
+ {
3253
+ "type": "function",
3254
+ "name": "serializeInt",
3255
+ "inputs": [
3256
+ {
3257
+ "name": "objectKey",
3258
+ "type": "string",
3259
+ "internalType": "string"
3260
+ },
3261
+ {
3262
+ "name": "valueKey",
3263
+ "type": "string",
3264
+ "internalType": "string"
3265
+ },
3266
+ {
3267
+ "name": "values",
3268
+ "type": "int256[]",
3269
+ "internalType": "int256[]"
3270
+ }
3271
+ ],
3272
+ "outputs": [
3273
+ {
3274
+ "name": "json",
3275
+ "type": "string",
3276
+ "internalType": "string"
3277
+ }
3278
+ ],
3279
+ "stateMutability": "nonpayable"
3280
+ },
3281
+ {
3282
+ "type": "function",
3283
+ "name": "serializeString",
3284
+ "inputs": [
3285
+ {
3286
+ "name": "objectKey",
3287
+ "type": "string",
3288
+ "internalType": "string"
3289
+ },
3290
+ {
3291
+ "name": "valueKey",
3292
+ "type": "string",
3293
+ "internalType": "string"
3294
+ },
3295
+ {
3296
+ "name": "values",
3297
+ "type": "string[]",
3298
+ "internalType": "string[]"
3299
+ }
3300
+ ],
3301
+ "outputs": [
3302
+ {
3303
+ "name": "json",
3304
+ "type": "string",
3305
+ "internalType": "string"
3306
+ }
3307
+ ],
3308
+ "stateMutability": "nonpayable"
3309
+ },
3310
+ {
3311
+ "type": "function",
3312
+ "name": "serializeString",
3313
+ "inputs": [
3314
+ {
3315
+ "name": "objectKey",
3316
+ "type": "string",
3317
+ "internalType": "string"
3318
+ },
3319
+ {
3320
+ "name": "valueKey",
3321
+ "type": "string",
3322
+ "internalType": "string"
3323
+ },
3324
+ {
3325
+ "name": "value",
3326
+ "type": "string",
3327
+ "internalType": "string"
3328
+ }
3329
+ ],
3330
+ "outputs": [
3331
+ {
3332
+ "name": "json",
3333
+ "type": "string",
3334
+ "internalType": "string"
3335
+ }
3336
+ ],
3337
+ "stateMutability": "nonpayable"
3338
+ },
3339
+ {
3340
+ "type": "function",
3341
+ "name": "serializeUint",
3342
+ "inputs": [
3343
+ {
3344
+ "name": "objectKey",
3345
+ "type": "string",
3346
+ "internalType": "string"
3347
+ },
3348
+ {
3349
+ "name": "valueKey",
3350
+ "type": "string",
3351
+ "internalType": "string"
3352
+ },
3353
+ {
3354
+ "name": "value",
3355
+ "type": "uint256",
3356
+ "internalType": "uint256"
3357
+ }
3358
+ ],
3359
+ "outputs": [
3360
+ {
3361
+ "name": "json",
3362
+ "type": "string",
3363
+ "internalType": "string"
3364
+ }
3365
+ ],
3366
+ "stateMutability": "nonpayable"
3367
+ },
3368
+ {
3369
+ "type": "function",
3370
+ "name": "serializeUint",
3371
+ "inputs": [
3372
+ {
3373
+ "name": "objectKey",
3374
+ "type": "string",
3375
+ "internalType": "string"
3376
+ },
3377
+ {
3378
+ "name": "valueKey",
3379
+ "type": "string",
3380
+ "internalType": "string"
3381
+ },
3382
+ {
3383
+ "name": "values",
3384
+ "type": "uint256[]",
3385
+ "internalType": "uint256[]"
3386
+ }
3387
+ ],
3388
+ "outputs": [
3389
+ {
3390
+ "name": "json",
3391
+ "type": "string",
3392
+ "internalType": "string"
3393
+ }
3394
+ ],
3395
+ "stateMutability": "nonpayable"
3396
+ },
3397
+ {
3398
+ "type": "function",
3399
+ "name": "setEnv",
3400
+ "inputs": [
3401
+ {
3402
+ "name": "name",
3403
+ "type": "string",
3404
+ "internalType": "string"
3405
+ },
3406
+ {
3407
+ "name": "value",
3408
+ "type": "string",
3409
+ "internalType": "string"
3410
+ }
3411
+ ],
3412
+ "outputs": [],
3413
+ "stateMutability": "nonpayable"
3414
+ },
3415
+ {
3416
+ "type": "function",
3417
+ "name": "setNonce",
3418
+ "inputs": [
3419
+ {
3420
+ "name": "account",
3421
+ "type": "address",
3422
+ "internalType": "address"
3423
+ },
3424
+ {
3425
+ "name": "newNonce",
3426
+ "type": "uint64",
3427
+ "internalType": "uint64"
3428
+ }
3429
+ ],
3430
+ "outputs": [],
3431
+ "stateMutability": "nonpayable"
3432
+ },
3433
+ {
3434
+ "type": "function",
3435
+ "name": "setNonceUnsafe",
3436
+ "inputs": [
3437
+ {
3438
+ "name": "account",
3439
+ "type": "address",
3440
+ "internalType": "address"
3441
+ },
3442
+ {
3443
+ "name": "newNonce",
3444
+ "type": "uint64",
3445
+ "internalType": "uint64"
3446
+ }
3447
+ ],
3448
+ "outputs": [],
3449
+ "stateMutability": "nonpayable"
3450
+ },
3451
+ {
3452
+ "type": "function",
3453
+ "name": "sign",
3454
+ "inputs": [
3455
+ {
3456
+ "name": "privateKey",
3457
+ "type": "uint256",
3458
+ "internalType": "uint256"
3459
+ },
3460
+ {
3461
+ "name": "digest",
3462
+ "type": "bytes32",
3463
+ "internalType": "bytes32"
3464
+ }
3465
+ ],
3466
+ "outputs": [
3467
+ {
3468
+ "name": "v",
3469
+ "type": "uint8",
3470
+ "internalType": "uint8"
3471
+ },
3472
+ {
3473
+ "name": "r",
3474
+ "type": "bytes32",
3475
+ "internalType": "bytes32"
3476
+ },
3477
+ {
3478
+ "name": "s",
3479
+ "type": "bytes32",
3480
+ "internalType": "bytes32"
3481
+ }
3482
+ ],
3483
+ "stateMutability": "pure"
3484
+ },
3485
+ {
3486
+ "type": "function",
3487
+ "name": "skip",
3488
+ "inputs": [
3489
+ {
3490
+ "name": "skipTest",
3491
+ "type": "bool",
3492
+ "internalType": "bool"
3493
+ }
3494
+ ],
3495
+ "outputs": [],
3496
+ "stateMutability": "nonpayable"
3497
+ },
3498
+ {
3499
+ "type": "function",
3500
+ "name": "snapshot",
3501
+ "inputs": [],
3502
+ "outputs": [
3503
+ {
3504
+ "name": "snapshotId",
3505
+ "type": "uint256",
3506
+ "internalType": "uint256"
3507
+ }
3508
+ ],
3509
+ "stateMutability": "nonpayable"
3510
+ },
3511
+ {
3512
+ "type": "function",
3513
+ "name": "startBroadcast",
3514
+ "inputs": [],
3515
+ "outputs": [],
3516
+ "stateMutability": "nonpayable"
3517
+ },
3518
+ {
3519
+ "type": "function",
3520
+ "name": "startBroadcast",
3521
+ "inputs": [
3522
+ {
3523
+ "name": "signer",
3524
+ "type": "address",
3525
+ "internalType": "address"
3526
+ }
3527
+ ],
3528
+ "outputs": [],
3529
+ "stateMutability": "nonpayable"
3530
+ },
3531
+ {
3532
+ "type": "function",
3533
+ "name": "startBroadcast",
3534
+ "inputs": [
3535
+ {
3536
+ "name": "privateKey",
3537
+ "type": "uint256",
3538
+ "internalType": "uint256"
3539
+ }
3540
+ ],
3541
+ "outputs": [],
3542
+ "stateMutability": "nonpayable"
3543
+ },
3544
+ {
3545
+ "type": "function",
3546
+ "name": "startPrank",
3547
+ "inputs": [
3548
+ {
3549
+ "name": "msgSender",
3550
+ "type": "address",
3551
+ "internalType": "address"
3552
+ }
3553
+ ],
3554
+ "outputs": [],
3555
+ "stateMutability": "nonpayable"
3556
+ },
3557
+ {
3558
+ "type": "function",
3559
+ "name": "startPrank",
3560
+ "inputs": [
3561
+ {
3562
+ "name": "msgSender",
3563
+ "type": "address",
3564
+ "internalType": "address"
3565
+ },
3566
+ {
3567
+ "name": "txOrigin",
3568
+ "type": "address",
3569
+ "internalType": "address"
3570
+ }
3571
+ ],
3572
+ "outputs": [],
3573
+ "stateMutability": "nonpayable"
3574
+ },
3575
+ {
3576
+ "type": "function",
3577
+ "name": "stopBroadcast",
3578
+ "inputs": [],
3579
+ "outputs": [],
3580
+ "stateMutability": "nonpayable"
3581
+ },
3582
+ {
3583
+ "type": "function",
3584
+ "name": "stopPrank",
3585
+ "inputs": [],
3586
+ "outputs": [],
3587
+ "stateMutability": "nonpayable"
3588
+ },
3589
+ {
3590
+ "type": "function",
3591
+ "name": "store",
3592
+ "inputs": [
3593
+ {
3594
+ "name": "target",
3595
+ "type": "address",
3596
+ "internalType": "address"
3597
+ },
3598
+ {
3599
+ "name": "slot",
3600
+ "type": "bytes32",
3601
+ "internalType": "bytes32"
3602
+ },
3603
+ {
3604
+ "name": "value",
3605
+ "type": "bytes32",
3606
+ "internalType": "bytes32"
3607
+ }
3608
+ ],
3609
+ "outputs": [],
3610
+ "stateMutability": "nonpayable"
3611
+ },
3612
+ {
3613
+ "type": "function",
3614
+ "name": "toString",
3615
+ "inputs": [
3616
+ {
3617
+ "name": "value",
3618
+ "type": "address",
3619
+ "internalType": "address"
3620
+ }
3621
+ ],
3622
+ "outputs": [
3623
+ {
3624
+ "name": "stringifiedValue",
3625
+ "type": "string",
3626
+ "internalType": "string"
3627
+ }
3628
+ ],
3629
+ "stateMutability": "pure"
3630
+ },
3631
+ {
3632
+ "type": "function",
3633
+ "name": "toString",
3634
+ "inputs": [
3635
+ {
3636
+ "name": "value",
3637
+ "type": "uint256",
3638
+ "internalType": "uint256"
3639
+ }
3640
+ ],
3641
+ "outputs": [
3642
+ {
3643
+ "name": "stringifiedValue",
3644
+ "type": "string",
3645
+ "internalType": "string"
3646
+ }
3647
+ ],
3648
+ "stateMutability": "pure"
3649
+ },
3650
+ {
3651
+ "type": "function",
3652
+ "name": "toString",
3653
+ "inputs": [
3654
+ {
3655
+ "name": "value",
3656
+ "type": "bytes",
3657
+ "internalType": "bytes"
3658
+ }
3659
+ ],
3660
+ "outputs": [
3661
+ {
3662
+ "name": "stringifiedValue",
3663
+ "type": "string",
3664
+ "internalType": "string"
3665
+ }
3666
+ ],
3667
+ "stateMutability": "pure"
3668
+ },
3669
+ {
3670
+ "type": "function",
3671
+ "name": "toString",
3672
+ "inputs": [
3673
+ {
3674
+ "name": "value",
3675
+ "type": "bool",
3676
+ "internalType": "bool"
3677
+ }
3678
+ ],
3679
+ "outputs": [
3680
+ {
3681
+ "name": "stringifiedValue",
3682
+ "type": "string",
3683
+ "internalType": "string"
3684
+ }
3685
+ ],
3686
+ "stateMutability": "pure"
3687
+ },
3688
+ {
3689
+ "type": "function",
3690
+ "name": "toString",
3691
+ "inputs": [
3692
+ {
3693
+ "name": "value",
3694
+ "type": "int256",
3695
+ "internalType": "int256"
3696
+ }
3697
+ ],
3698
+ "outputs": [
3699
+ {
3700
+ "name": "stringifiedValue",
3701
+ "type": "string",
3702
+ "internalType": "string"
3703
+ }
3704
+ ],
3705
+ "stateMutability": "pure"
3706
+ },
3707
+ {
3708
+ "type": "function",
3709
+ "name": "toString",
3710
+ "inputs": [
3711
+ {
3712
+ "name": "value",
3713
+ "type": "bytes32",
3714
+ "internalType": "bytes32"
3715
+ }
3716
+ ],
3717
+ "outputs": [
3718
+ {
3719
+ "name": "stringifiedValue",
3720
+ "type": "string",
3721
+ "internalType": "string"
3722
+ }
3723
+ ],
3724
+ "stateMutability": "pure"
3725
+ },
3726
+ {
3727
+ "type": "function",
3728
+ "name": "transact",
3729
+ "inputs": [
3730
+ {
3731
+ "name": "forkId",
3732
+ "type": "uint256",
3733
+ "internalType": "uint256"
3734
+ },
3735
+ {
3736
+ "name": "txHash",
3737
+ "type": "bytes32",
3738
+ "internalType": "bytes32"
3739
+ }
3740
+ ],
3741
+ "outputs": [],
3742
+ "stateMutability": "nonpayable"
3743
+ },
3744
+ {
3745
+ "type": "function",
3746
+ "name": "transact",
3747
+ "inputs": [
3748
+ {
3749
+ "name": "txHash",
3750
+ "type": "bytes32",
3751
+ "internalType": "bytes32"
3752
+ }
3753
+ ],
3754
+ "outputs": [],
3755
+ "stateMutability": "nonpayable"
3756
+ },
3757
+ {
3758
+ "type": "function",
3759
+ "name": "txGasPrice",
3760
+ "inputs": [
3761
+ {
3762
+ "name": "newGasPrice",
3763
+ "type": "uint256",
3764
+ "internalType": "uint256"
3765
+ }
3766
+ ],
3767
+ "outputs": [],
3768
+ "stateMutability": "nonpayable"
3769
+ },
3770
+ {
3771
+ "type": "function",
3772
+ "name": "warp",
3773
+ "inputs": [
3774
+ {
3775
+ "name": "newTimestamp",
3776
+ "type": "uint256",
3777
+ "internalType": "uint256"
3778
+ }
3779
+ ],
3780
+ "outputs": [],
3781
+ "stateMutability": "nonpayable"
3782
+ },
3783
+ {
3784
+ "type": "function",
3785
+ "name": "writeFile",
3786
+ "inputs": [
3787
+ {
3788
+ "name": "path",
3789
+ "type": "string",
3790
+ "internalType": "string"
3791
+ },
3792
+ {
3793
+ "name": "data",
3794
+ "type": "string",
3795
+ "internalType": "string"
3796
+ }
3797
+ ],
3798
+ "outputs": [],
3799
+ "stateMutability": "nonpayable"
3800
+ },
3801
+ {
3802
+ "type": "function",
3803
+ "name": "writeFileBinary",
3804
+ "inputs": [
3805
+ {
3806
+ "name": "path",
3807
+ "type": "string",
3808
+ "internalType": "string"
3809
+ },
3810
+ {
3811
+ "name": "data",
3812
+ "type": "bytes",
3813
+ "internalType": "bytes"
3814
+ }
3815
+ ],
3816
+ "outputs": [],
3817
+ "stateMutability": "nonpayable"
3818
+ },
3819
+ {
3820
+ "type": "function",
3821
+ "name": "writeJson",
3822
+ "inputs": [
3823
+ {
3824
+ "name": "json",
3825
+ "type": "string",
3826
+ "internalType": "string"
3827
+ },
3828
+ {
3829
+ "name": "path",
3830
+ "type": "string",
3831
+ "internalType": "string"
3832
+ },
3833
+ {
3834
+ "name": "valueKey",
3835
+ "type": "string",
3836
+ "internalType": "string"
3837
+ }
3838
+ ],
3839
+ "outputs": [],
3840
+ "stateMutability": "nonpayable"
3841
+ },
3842
+ {
3843
+ "type": "function",
3844
+ "name": "writeJson",
3845
+ "inputs": [
3846
+ {
3847
+ "name": "json",
3848
+ "type": "string",
3849
+ "internalType": "string"
3850
+ },
3851
+ {
3852
+ "name": "path",
3853
+ "type": "string",
3854
+ "internalType": "string"
3855
+ }
3856
+ ],
3857
+ "outputs": [],
3858
+ "stateMutability": "nonpayable"
3859
+ },
3860
+ {
3861
+ "type": "function",
3862
+ "name": "writeLine",
3863
+ "inputs": [
3864
+ {
3865
+ "name": "path",
3866
+ "type": "string",
3867
+ "internalType": "string"
3868
+ },
3869
+ {
3870
+ "name": "data",
3871
+ "type": "string",
3872
+ "internalType": "string"
3873
+ }
3874
+ ],
3875
+ "outputs": [],
3876
+ "stateMutability": "nonpayable"
3877
+ }
3878
+ ]