@latticexyz/world-consumer 2.2.23-a8c404b4b10462f5f390a82f9e40ceb80bc5eb23 → 2.2.23-b803eb1d495ce20f644a81c61473d0c33f9ecf54
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/out/AccessManagementSystem.sol/AccessManagementSystem.json +1 -1
- package/out/BalanceTransferSystem.sol/BalanceTransferSystem.json +1 -1
- package/out/Base.sol/CommonBase.json +1 -1
- package/out/Base.sol/ScriptBase.json +1 -1
- package/out/Base.sol/TestBase.json +1 -1
- package/out/BatchCallSystem.sol/BatchCallSystem.json +1 -1
- package/out/GasReporter.sol/GasReporter.json +1 -1
- package/out/IMulticall3.sol/IMulticall3.json +1 -1
- package/out/InitModule.sol/InitModule.json +1 -1
- package/out/RegistrationSystem.sol/RegistrationSystem.json +1 -1
- package/out/SimpleVault.sol/IERC20.json +1 -1
- package/out/SimpleVault.sol/SimpleVault.json +1 -1
- package/out/StdAssertions.sol/StdAssertions.json +1 -1
- package/out/StdChains.sol/StdChains.json +1 -1
- package/out/StdCheats.sol/StdCheats.json +1 -1
- package/out/StdCheats.sol/StdCheatsSafe.json +1 -1
- package/out/StdConstants.sol/StdConstants.abi.json +1 -0
- package/out/StdConstants.sol/StdConstants.json +1 -0
- package/out/StdError.sol/stdError.json +1 -1
- package/out/StdInvariant.sol/StdInvariant.json +1 -1
- package/out/StdJson.sol/stdJson.json +1 -1
- package/out/StdMath.sol/stdMath.json +1 -1
- package/out/StdStorage.sol/stdStorage.json +1 -1
- package/out/StdStorage.sol/stdStorageSafe.json +1 -1
- package/out/StdStyle.sol/StdStyle.json +1 -1
- package/out/StdToml.sol/stdToml.json +1 -1
- package/out/StdUtils.sol/StdUtils.json +1 -1
- package/out/StoreRead.sol/StoreRead.json +1 -1
- package/out/Test.sol/Test.json +1 -1
- package/out/Vm.sol/Vm.abi.json +1959 -218
- package/out/Vm.sol/Vm.abi.json.d.ts +1959 -218
- package/out/Vm.sol/Vm.json +1 -1
- package/out/Vm.sol/VmSafe.abi.json +1476 -258
- package/out/Vm.sol/VmSafe.abi.json.d.ts +1476 -258
- package/out/Vm.sol/VmSafe.json +1 -1
- package/out/World.sol/World.json +1 -1
- package/out/WorldConsumer.sol/WorldConsumer.json +1 -1
- package/out/WorldConsumer.t.sol/MockWorldConsumer.json +1 -1
- package/out/WorldConsumer.t.sol/WorldConsumerTest.json +1 -1
- package/out/build-info/{600b66014edb701ee9dc6388b273946b.json → a289c37d0e0eae32bbc6d062caa9b525.json} +1 -1
- package/out/console.sol/console.json +1 -1
- package/out/safeconsole.sol/safeconsole.json +1 -1
- package/package.json +7 -7
- package/out/IERC20.sol/IERC20.abi.json +0 -224
- package/out/IERC20.sol/IERC20.abi.json.d.ts +0 -226
- package/out/IERC20.sol/IERC20.json +0 -1
- package/out/IERC721.sol/IERC721.abi.json +0 -287
- package/out/IERC721.sol/IERC721.abi.json.d.ts +0 -289
- package/out/IERC721.sol/IERC721.json +0 -1
- package/out/IERC721.sol/IERC721Enumerable.abi.json +0 -343
- package/out/IERC721.sol/IERC721Enumerable.abi.json.d.ts +0 -345
- package/out/IERC721.sol/IERC721Enumerable.json +0 -1
- package/out/IERC721.sol/IERC721Metadata.abi.json +0 -332
- package/out/IERC721.sol/IERC721Metadata.abi.json.d.ts +0 -334
- package/out/IERC721.sol/IERC721Metadata.json +0 -1
- package/out/IERC721.sol/IERC721TokenReceiver.abi.json +0 -36
- package/out/IERC721.sol/IERC721TokenReceiver.abi.json.d.ts +0 -38
- package/out/IERC721.sol/IERC721TokenReceiver.json +0 -1
- package/out/MockERC20.sol/MockERC20.abi.json +0 -322
- package/out/MockERC20.sol/MockERC20.abi.json.d.ts +0 -324
- package/out/MockERC20.sol/MockERC20.json +0 -1
- package/out/MockERC721.sol/MockERC721.abi.json +0 -350
- package/out/MockERC721.sol/MockERC721.abi.json.d.ts +0 -352
- package/out/MockERC721.sol/MockERC721.json +0 -1
- package/out/interfaces/IERC165.sol/IERC165.abi.json +0 -21
- package/out/interfaces/IERC165.sol/IERC165.abi.json.d.ts +0 -23
- package/out/interfaces/IERC165.sol/IERC165.json +0 -1
|
@@ -1,4 +1,29 @@
|
|
|
1
1
|
declare const abi: [
|
|
2
|
+
{
|
|
3
|
+
"type": "function",
|
|
4
|
+
"name": "accessList",
|
|
5
|
+
"inputs": [
|
|
6
|
+
{
|
|
7
|
+
"name": "access",
|
|
8
|
+
"type": "tuple[]",
|
|
9
|
+
"internalType": "struct VmSafe.AccessListItem[]",
|
|
10
|
+
"components": [
|
|
11
|
+
{
|
|
12
|
+
"name": "target",
|
|
13
|
+
"type": "address",
|
|
14
|
+
"internalType": "address"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"name": "storageKeys",
|
|
18
|
+
"type": "bytes32[]",
|
|
19
|
+
"internalType": "bytes32[]"
|
|
20
|
+
}
|
|
21
|
+
]
|
|
22
|
+
}
|
|
23
|
+
],
|
|
24
|
+
"outputs": [],
|
|
25
|
+
"stateMutability": "nonpayable"
|
|
26
|
+
},
|
|
2
27
|
{
|
|
3
28
|
"type": "function",
|
|
4
29
|
"name": "accesses",
|
|
@@ -2686,6 +2711,164 @@ declare const abi: [
|
|
|
2686
2711
|
"outputs": [],
|
|
2687
2712
|
"stateMutability": "pure"
|
|
2688
2713
|
},
|
|
2714
|
+
{
|
|
2715
|
+
"type": "function",
|
|
2716
|
+
"name": "assumeNoRevert",
|
|
2717
|
+
"inputs": [
|
|
2718
|
+
{
|
|
2719
|
+
"name": "potentialReverts",
|
|
2720
|
+
"type": "tuple[]",
|
|
2721
|
+
"internalType": "struct VmSafe.PotentialRevert[]",
|
|
2722
|
+
"components": [
|
|
2723
|
+
{
|
|
2724
|
+
"name": "reverter",
|
|
2725
|
+
"type": "address",
|
|
2726
|
+
"internalType": "address"
|
|
2727
|
+
},
|
|
2728
|
+
{
|
|
2729
|
+
"name": "partialMatch",
|
|
2730
|
+
"type": "bool",
|
|
2731
|
+
"internalType": "bool"
|
|
2732
|
+
},
|
|
2733
|
+
{
|
|
2734
|
+
"name": "revertData",
|
|
2735
|
+
"type": "bytes",
|
|
2736
|
+
"internalType": "bytes"
|
|
2737
|
+
}
|
|
2738
|
+
]
|
|
2739
|
+
}
|
|
2740
|
+
],
|
|
2741
|
+
"outputs": [],
|
|
2742
|
+
"stateMutability": "pure"
|
|
2743
|
+
},
|
|
2744
|
+
{
|
|
2745
|
+
"type": "function",
|
|
2746
|
+
"name": "assumeNoRevert",
|
|
2747
|
+
"inputs": [
|
|
2748
|
+
{
|
|
2749
|
+
"name": "potentialRevert",
|
|
2750
|
+
"type": "tuple",
|
|
2751
|
+
"internalType": "struct VmSafe.PotentialRevert",
|
|
2752
|
+
"components": [
|
|
2753
|
+
{
|
|
2754
|
+
"name": "reverter",
|
|
2755
|
+
"type": "address",
|
|
2756
|
+
"internalType": "address"
|
|
2757
|
+
},
|
|
2758
|
+
{
|
|
2759
|
+
"name": "partialMatch",
|
|
2760
|
+
"type": "bool",
|
|
2761
|
+
"internalType": "bool"
|
|
2762
|
+
},
|
|
2763
|
+
{
|
|
2764
|
+
"name": "revertData",
|
|
2765
|
+
"type": "bytes",
|
|
2766
|
+
"internalType": "bytes"
|
|
2767
|
+
}
|
|
2768
|
+
]
|
|
2769
|
+
}
|
|
2770
|
+
],
|
|
2771
|
+
"outputs": [],
|
|
2772
|
+
"stateMutability": "pure"
|
|
2773
|
+
},
|
|
2774
|
+
{
|
|
2775
|
+
"type": "function",
|
|
2776
|
+
"name": "attachBlob",
|
|
2777
|
+
"inputs": [
|
|
2778
|
+
{
|
|
2779
|
+
"name": "blob",
|
|
2780
|
+
"type": "bytes",
|
|
2781
|
+
"internalType": "bytes"
|
|
2782
|
+
}
|
|
2783
|
+
],
|
|
2784
|
+
"outputs": [],
|
|
2785
|
+
"stateMutability": "nonpayable"
|
|
2786
|
+
},
|
|
2787
|
+
{
|
|
2788
|
+
"type": "function",
|
|
2789
|
+
"name": "attachDelegation",
|
|
2790
|
+
"inputs": [
|
|
2791
|
+
{
|
|
2792
|
+
"name": "signedDelegation",
|
|
2793
|
+
"type": "tuple",
|
|
2794
|
+
"internalType": "struct VmSafe.SignedDelegation",
|
|
2795
|
+
"components": [
|
|
2796
|
+
{
|
|
2797
|
+
"name": "v",
|
|
2798
|
+
"type": "uint8",
|
|
2799
|
+
"internalType": "uint8"
|
|
2800
|
+
},
|
|
2801
|
+
{
|
|
2802
|
+
"name": "r",
|
|
2803
|
+
"type": "bytes32",
|
|
2804
|
+
"internalType": "bytes32"
|
|
2805
|
+
},
|
|
2806
|
+
{
|
|
2807
|
+
"name": "s",
|
|
2808
|
+
"type": "bytes32",
|
|
2809
|
+
"internalType": "bytes32"
|
|
2810
|
+
},
|
|
2811
|
+
{
|
|
2812
|
+
"name": "nonce",
|
|
2813
|
+
"type": "uint64",
|
|
2814
|
+
"internalType": "uint64"
|
|
2815
|
+
},
|
|
2816
|
+
{
|
|
2817
|
+
"name": "implementation",
|
|
2818
|
+
"type": "address",
|
|
2819
|
+
"internalType": "address"
|
|
2820
|
+
}
|
|
2821
|
+
]
|
|
2822
|
+
}
|
|
2823
|
+
],
|
|
2824
|
+
"outputs": [],
|
|
2825
|
+
"stateMutability": "nonpayable"
|
|
2826
|
+
},
|
|
2827
|
+
{
|
|
2828
|
+
"type": "function",
|
|
2829
|
+
"name": "attachDelegation",
|
|
2830
|
+
"inputs": [
|
|
2831
|
+
{
|
|
2832
|
+
"name": "signedDelegation",
|
|
2833
|
+
"type": "tuple",
|
|
2834
|
+
"internalType": "struct VmSafe.SignedDelegation",
|
|
2835
|
+
"components": [
|
|
2836
|
+
{
|
|
2837
|
+
"name": "v",
|
|
2838
|
+
"type": "uint8",
|
|
2839
|
+
"internalType": "uint8"
|
|
2840
|
+
},
|
|
2841
|
+
{
|
|
2842
|
+
"name": "r",
|
|
2843
|
+
"type": "bytes32",
|
|
2844
|
+
"internalType": "bytes32"
|
|
2845
|
+
},
|
|
2846
|
+
{
|
|
2847
|
+
"name": "s",
|
|
2848
|
+
"type": "bytes32",
|
|
2849
|
+
"internalType": "bytes32"
|
|
2850
|
+
},
|
|
2851
|
+
{
|
|
2852
|
+
"name": "nonce",
|
|
2853
|
+
"type": "uint64",
|
|
2854
|
+
"internalType": "uint64"
|
|
2855
|
+
},
|
|
2856
|
+
{
|
|
2857
|
+
"name": "implementation",
|
|
2858
|
+
"type": "address",
|
|
2859
|
+
"internalType": "address"
|
|
2860
|
+
}
|
|
2861
|
+
]
|
|
2862
|
+
},
|
|
2863
|
+
{
|
|
2864
|
+
"name": "crossChain",
|
|
2865
|
+
"type": "bool",
|
|
2866
|
+
"internalType": "bool"
|
|
2867
|
+
}
|
|
2868
|
+
],
|
|
2869
|
+
"outputs": [],
|
|
2870
|
+
"stateMutability": "nonpayable"
|
|
2871
|
+
},
|
|
2689
2872
|
{
|
|
2690
2873
|
"type": "function",
|
|
2691
2874
|
"name": "blobBaseFee",
|
|
@@ -2930,6 +3113,61 @@ declare const abi: [
|
|
|
2930
3113
|
],
|
|
2931
3114
|
"stateMutability": "pure"
|
|
2932
3115
|
},
|
|
3116
|
+
{
|
|
3117
|
+
"type": "function",
|
|
3118
|
+
"name": "contains",
|
|
3119
|
+
"inputs": [
|
|
3120
|
+
{
|
|
3121
|
+
"name": "subject",
|
|
3122
|
+
"type": "string",
|
|
3123
|
+
"internalType": "string"
|
|
3124
|
+
},
|
|
3125
|
+
{
|
|
3126
|
+
"name": "search",
|
|
3127
|
+
"type": "string",
|
|
3128
|
+
"internalType": "string"
|
|
3129
|
+
}
|
|
3130
|
+
],
|
|
3131
|
+
"outputs": [
|
|
3132
|
+
{
|
|
3133
|
+
"name": "result",
|
|
3134
|
+
"type": "bool",
|
|
3135
|
+
"internalType": "bool"
|
|
3136
|
+
}
|
|
3137
|
+
],
|
|
3138
|
+
"stateMutability": "nonpayable"
|
|
3139
|
+
},
|
|
3140
|
+
{
|
|
3141
|
+
"type": "function",
|
|
3142
|
+
"name": "cool",
|
|
3143
|
+
"inputs": [
|
|
3144
|
+
{
|
|
3145
|
+
"name": "target",
|
|
3146
|
+
"type": "address",
|
|
3147
|
+
"internalType": "address"
|
|
3148
|
+
}
|
|
3149
|
+
],
|
|
3150
|
+
"outputs": [],
|
|
3151
|
+
"stateMutability": "nonpayable"
|
|
3152
|
+
},
|
|
3153
|
+
{
|
|
3154
|
+
"type": "function",
|
|
3155
|
+
"name": "coolSlot",
|
|
3156
|
+
"inputs": [
|
|
3157
|
+
{
|
|
3158
|
+
"name": "target",
|
|
3159
|
+
"type": "address",
|
|
3160
|
+
"internalType": "address"
|
|
3161
|
+
},
|
|
3162
|
+
{
|
|
3163
|
+
"name": "slot",
|
|
3164
|
+
"type": "bytes32",
|
|
3165
|
+
"internalType": "bytes32"
|
|
3166
|
+
}
|
|
3167
|
+
],
|
|
3168
|
+
"outputs": [],
|
|
3169
|
+
"stateMutability": "nonpayable"
|
|
3170
|
+
},
|
|
2933
3171
|
{
|
|
2934
3172
|
"type": "function",
|
|
2935
3173
|
"name": "copyFile",
|
|
@@ -3332,9 +3570,14 @@ declare const abi: [
|
|
|
3332
3570
|
"internalType": "string"
|
|
3333
3571
|
},
|
|
3334
3572
|
{
|
|
3335
|
-
"name": "
|
|
3336
|
-
"type": "
|
|
3337
|
-
"internalType": "
|
|
3573
|
+
"name": "value",
|
|
3574
|
+
"type": "uint256",
|
|
3575
|
+
"internalType": "uint256"
|
|
3576
|
+
},
|
|
3577
|
+
{
|
|
3578
|
+
"name": "salt",
|
|
3579
|
+
"type": "bytes32",
|
|
3580
|
+
"internalType": "bytes32"
|
|
3338
3581
|
}
|
|
3339
3582
|
],
|
|
3340
3583
|
"outputs": [
|
|
@@ -3354,6 +3597,16 @@ declare const abi: [
|
|
|
3354
3597
|
"name": "artifactPath",
|
|
3355
3598
|
"type": "string",
|
|
3356
3599
|
"internalType": "string"
|
|
3600
|
+
},
|
|
3601
|
+
{
|
|
3602
|
+
"name": "constructorArgs",
|
|
3603
|
+
"type": "bytes",
|
|
3604
|
+
"internalType": "bytes"
|
|
3605
|
+
},
|
|
3606
|
+
{
|
|
3607
|
+
"name": "salt",
|
|
3608
|
+
"type": "bytes32",
|
|
3609
|
+
"internalType": "bytes32"
|
|
3357
3610
|
}
|
|
3358
3611
|
],
|
|
3359
3612
|
"outputs": [
|
|
@@ -3367,52 +3620,206 @@ declare const abi: [
|
|
|
3367
3620
|
},
|
|
3368
3621
|
{
|
|
3369
3622
|
"type": "function",
|
|
3370
|
-
"name": "
|
|
3623
|
+
"name": "deployCode",
|
|
3371
3624
|
"inputs": [
|
|
3372
3625
|
{
|
|
3373
|
-
"name": "
|
|
3374
|
-
"type": "string",
|
|
3375
|
-
"internalType": "string"
|
|
3376
|
-
},
|
|
3377
|
-
{
|
|
3378
|
-
"name": "derivationPath",
|
|
3626
|
+
"name": "artifactPath",
|
|
3379
3627
|
"type": "string",
|
|
3380
3628
|
"internalType": "string"
|
|
3381
3629
|
},
|
|
3382
3630
|
{
|
|
3383
|
-
"name": "
|
|
3384
|
-
"type": "
|
|
3385
|
-
"internalType": "
|
|
3386
|
-
},
|
|
3387
|
-
{
|
|
3388
|
-
"name": "language",
|
|
3389
|
-
"type": "string",
|
|
3390
|
-
"internalType": "string"
|
|
3631
|
+
"name": "value",
|
|
3632
|
+
"type": "uint256",
|
|
3633
|
+
"internalType": "uint256"
|
|
3391
3634
|
}
|
|
3392
3635
|
],
|
|
3393
3636
|
"outputs": [
|
|
3394
3637
|
{
|
|
3395
|
-
"name": "
|
|
3396
|
-
"type": "
|
|
3397
|
-
"internalType": "
|
|
3638
|
+
"name": "deployedAddress",
|
|
3639
|
+
"type": "address",
|
|
3640
|
+
"internalType": "address"
|
|
3398
3641
|
}
|
|
3399
3642
|
],
|
|
3400
|
-
"stateMutability": "
|
|
3643
|
+
"stateMutability": "nonpayable"
|
|
3401
3644
|
},
|
|
3402
3645
|
{
|
|
3403
3646
|
"type": "function",
|
|
3404
|
-
"name": "
|
|
3647
|
+
"name": "deployCode",
|
|
3405
3648
|
"inputs": [
|
|
3406
3649
|
{
|
|
3407
|
-
"name": "
|
|
3650
|
+
"name": "artifactPath",
|
|
3408
3651
|
"type": "string",
|
|
3409
3652
|
"internalType": "string"
|
|
3410
3653
|
},
|
|
3411
3654
|
{
|
|
3412
|
-
"name": "
|
|
3413
|
-
"type": "
|
|
3414
|
-
"internalType": "
|
|
3415
|
-
}
|
|
3655
|
+
"name": "salt",
|
|
3656
|
+
"type": "bytes32",
|
|
3657
|
+
"internalType": "bytes32"
|
|
3658
|
+
}
|
|
3659
|
+
],
|
|
3660
|
+
"outputs": [
|
|
3661
|
+
{
|
|
3662
|
+
"name": "deployedAddress",
|
|
3663
|
+
"type": "address",
|
|
3664
|
+
"internalType": "address"
|
|
3665
|
+
}
|
|
3666
|
+
],
|
|
3667
|
+
"stateMutability": "nonpayable"
|
|
3668
|
+
},
|
|
3669
|
+
{
|
|
3670
|
+
"type": "function",
|
|
3671
|
+
"name": "deployCode",
|
|
3672
|
+
"inputs": [
|
|
3673
|
+
{
|
|
3674
|
+
"name": "artifactPath",
|
|
3675
|
+
"type": "string",
|
|
3676
|
+
"internalType": "string"
|
|
3677
|
+
},
|
|
3678
|
+
{
|
|
3679
|
+
"name": "constructorArgs",
|
|
3680
|
+
"type": "bytes",
|
|
3681
|
+
"internalType": "bytes"
|
|
3682
|
+
}
|
|
3683
|
+
],
|
|
3684
|
+
"outputs": [
|
|
3685
|
+
{
|
|
3686
|
+
"name": "deployedAddress",
|
|
3687
|
+
"type": "address",
|
|
3688
|
+
"internalType": "address"
|
|
3689
|
+
}
|
|
3690
|
+
],
|
|
3691
|
+
"stateMutability": "nonpayable"
|
|
3692
|
+
},
|
|
3693
|
+
{
|
|
3694
|
+
"type": "function",
|
|
3695
|
+
"name": "deployCode",
|
|
3696
|
+
"inputs": [
|
|
3697
|
+
{
|
|
3698
|
+
"name": "artifactPath",
|
|
3699
|
+
"type": "string",
|
|
3700
|
+
"internalType": "string"
|
|
3701
|
+
},
|
|
3702
|
+
{
|
|
3703
|
+
"name": "constructorArgs",
|
|
3704
|
+
"type": "bytes",
|
|
3705
|
+
"internalType": "bytes"
|
|
3706
|
+
},
|
|
3707
|
+
{
|
|
3708
|
+
"name": "value",
|
|
3709
|
+
"type": "uint256",
|
|
3710
|
+
"internalType": "uint256"
|
|
3711
|
+
},
|
|
3712
|
+
{
|
|
3713
|
+
"name": "salt",
|
|
3714
|
+
"type": "bytes32",
|
|
3715
|
+
"internalType": "bytes32"
|
|
3716
|
+
}
|
|
3717
|
+
],
|
|
3718
|
+
"outputs": [
|
|
3719
|
+
{
|
|
3720
|
+
"name": "deployedAddress",
|
|
3721
|
+
"type": "address",
|
|
3722
|
+
"internalType": "address"
|
|
3723
|
+
}
|
|
3724
|
+
],
|
|
3725
|
+
"stateMutability": "nonpayable"
|
|
3726
|
+
},
|
|
3727
|
+
{
|
|
3728
|
+
"type": "function",
|
|
3729
|
+
"name": "deployCode",
|
|
3730
|
+
"inputs": [
|
|
3731
|
+
{
|
|
3732
|
+
"name": "artifactPath",
|
|
3733
|
+
"type": "string",
|
|
3734
|
+
"internalType": "string"
|
|
3735
|
+
}
|
|
3736
|
+
],
|
|
3737
|
+
"outputs": [
|
|
3738
|
+
{
|
|
3739
|
+
"name": "deployedAddress",
|
|
3740
|
+
"type": "address",
|
|
3741
|
+
"internalType": "address"
|
|
3742
|
+
}
|
|
3743
|
+
],
|
|
3744
|
+
"stateMutability": "nonpayable"
|
|
3745
|
+
},
|
|
3746
|
+
{
|
|
3747
|
+
"type": "function",
|
|
3748
|
+
"name": "deployCode",
|
|
3749
|
+
"inputs": [
|
|
3750
|
+
{
|
|
3751
|
+
"name": "artifactPath",
|
|
3752
|
+
"type": "string",
|
|
3753
|
+
"internalType": "string"
|
|
3754
|
+
},
|
|
3755
|
+
{
|
|
3756
|
+
"name": "constructorArgs",
|
|
3757
|
+
"type": "bytes",
|
|
3758
|
+
"internalType": "bytes"
|
|
3759
|
+
},
|
|
3760
|
+
{
|
|
3761
|
+
"name": "value",
|
|
3762
|
+
"type": "uint256",
|
|
3763
|
+
"internalType": "uint256"
|
|
3764
|
+
}
|
|
3765
|
+
],
|
|
3766
|
+
"outputs": [
|
|
3767
|
+
{
|
|
3768
|
+
"name": "deployedAddress",
|
|
3769
|
+
"type": "address",
|
|
3770
|
+
"internalType": "address"
|
|
3771
|
+
}
|
|
3772
|
+
],
|
|
3773
|
+
"stateMutability": "nonpayable"
|
|
3774
|
+
},
|
|
3775
|
+
{
|
|
3776
|
+
"type": "function",
|
|
3777
|
+
"name": "deriveKey",
|
|
3778
|
+
"inputs": [
|
|
3779
|
+
{
|
|
3780
|
+
"name": "mnemonic",
|
|
3781
|
+
"type": "string",
|
|
3782
|
+
"internalType": "string"
|
|
3783
|
+
},
|
|
3784
|
+
{
|
|
3785
|
+
"name": "derivationPath",
|
|
3786
|
+
"type": "string",
|
|
3787
|
+
"internalType": "string"
|
|
3788
|
+
},
|
|
3789
|
+
{
|
|
3790
|
+
"name": "index",
|
|
3791
|
+
"type": "uint32",
|
|
3792
|
+
"internalType": "uint32"
|
|
3793
|
+
},
|
|
3794
|
+
{
|
|
3795
|
+
"name": "language",
|
|
3796
|
+
"type": "string",
|
|
3797
|
+
"internalType": "string"
|
|
3798
|
+
}
|
|
3799
|
+
],
|
|
3800
|
+
"outputs": [
|
|
3801
|
+
{
|
|
3802
|
+
"name": "privateKey",
|
|
3803
|
+
"type": "uint256",
|
|
3804
|
+
"internalType": "uint256"
|
|
3805
|
+
}
|
|
3806
|
+
],
|
|
3807
|
+
"stateMutability": "pure"
|
|
3808
|
+
},
|
|
3809
|
+
{
|
|
3810
|
+
"type": "function",
|
|
3811
|
+
"name": "deriveKey",
|
|
3812
|
+
"inputs": [
|
|
3813
|
+
{
|
|
3814
|
+
"name": "mnemonic",
|
|
3815
|
+
"type": "string",
|
|
3816
|
+
"internalType": "string"
|
|
3817
|
+
},
|
|
3818
|
+
{
|
|
3819
|
+
"name": "index",
|
|
3820
|
+
"type": "uint32",
|
|
3821
|
+
"internalType": "uint32"
|
|
3822
|
+
},
|
|
3416
3823
|
{
|
|
3417
3824
|
"name": "language",
|
|
3418
3825
|
"type": "string",
|
|
@@ -3509,17 +3916,27 @@ declare const abi: [
|
|
|
3509
3916
|
},
|
|
3510
3917
|
{
|
|
3511
3918
|
"type": "function",
|
|
3512
|
-
"name": "
|
|
3919
|
+
"name": "eip712HashStruct",
|
|
3513
3920
|
"inputs": [
|
|
3514
3921
|
{
|
|
3515
|
-
"name": "
|
|
3922
|
+
"name": "bindingsPath",
|
|
3923
|
+
"type": "string",
|
|
3924
|
+
"internalType": "string"
|
|
3925
|
+
},
|
|
3926
|
+
{
|
|
3927
|
+
"name": "typeName",
|
|
3516
3928
|
"type": "string",
|
|
3517
3929
|
"internalType": "string"
|
|
3930
|
+
},
|
|
3931
|
+
{
|
|
3932
|
+
"name": "abiEncodedData",
|
|
3933
|
+
"type": "bytes",
|
|
3934
|
+
"internalType": "bytes"
|
|
3518
3935
|
}
|
|
3519
3936
|
],
|
|
3520
3937
|
"outputs": [
|
|
3521
3938
|
{
|
|
3522
|
-
"name": "",
|
|
3939
|
+
"name": "typeHash",
|
|
3523
3940
|
"type": "bytes32",
|
|
3524
3941
|
"internalType": "bytes32"
|
|
3525
3942
|
}
|
|
@@ -3528,93 +3945,93 @@ declare const abi: [
|
|
|
3528
3945
|
},
|
|
3529
3946
|
{
|
|
3530
3947
|
"type": "function",
|
|
3531
|
-
"name": "
|
|
3948
|
+
"name": "eip712HashStruct",
|
|
3532
3949
|
"inputs": [
|
|
3533
3950
|
{
|
|
3534
|
-
"name": "
|
|
3951
|
+
"name": "typeNameOrDefinition",
|
|
3535
3952
|
"type": "string",
|
|
3536
3953
|
"internalType": "string"
|
|
3954
|
+
},
|
|
3955
|
+
{
|
|
3956
|
+
"name": "abiEncodedData",
|
|
3957
|
+
"type": "bytes",
|
|
3958
|
+
"internalType": "bytes"
|
|
3537
3959
|
}
|
|
3538
3960
|
],
|
|
3539
3961
|
"outputs": [
|
|
3540
3962
|
{
|
|
3541
|
-
"name": "
|
|
3542
|
-
"type": "
|
|
3543
|
-
"internalType": "
|
|
3963
|
+
"name": "typeHash",
|
|
3964
|
+
"type": "bytes32",
|
|
3965
|
+
"internalType": "bytes32"
|
|
3544
3966
|
}
|
|
3545
3967
|
],
|
|
3546
|
-
"stateMutability": "
|
|
3968
|
+
"stateMutability": "pure"
|
|
3547
3969
|
},
|
|
3548
3970
|
{
|
|
3549
3971
|
"type": "function",
|
|
3550
|
-
"name": "
|
|
3972
|
+
"name": "eip712HashType",
|
|
3551
3973
|
"inputs": [
|
|
3552
3974
|
{
|
|
3553
|
-
"name": "
|
|
3975
|
+
"name": "bindingsPath",
|
|
3554
3976
|
"type": "string",
|
|
3555
3977
|
"internalType": "string"
|
|
3556
3978
|
},
|
|
3557
3979
|
{
|
|
3558
|
-
"name": "
|
|
3980
|
+
"name": "typeName",
|
|
3559
3981
|
"type": "string",
|
|
3560
3982
|
"internalType": "string"
|
|
3561
3983
|
}
|
|
3562
3984
|
],
|
|
3563
3985
|
"outputs": [
|
|
3564
3986
|
{
|
|
3565
|
-
"name": "
|
|
3566
|
-
"type": "
|
|
3567
|
-
"internalType": "
|
|
3987
|
+
"name": "typeHash",
|
|
3988
|
+
"type": "bytes32",
|
|
3989
|
+
"internalType": "bytes32"
|
|
3568
3990
|
}
|
|
3569
3991
|
],
|
|
3570
|
-
"stateMutability": "
|
|
3992
|
+
"stateMutability": "pure"
|
|
3571
3993
|
},
|
|
3572
3994
|
{
|
|
3573
3995
|
"type": "function",
|
|
3574
|
-
"name": "
|
|
3996
|
+
"name": "eip712HashType",
|
|
3575
3997
|
"inputs": [
|
|
3576
3998
|
{
|
|
3577
|
-
"name": "
|
|
3999
|
+
"name": "typeNameOrDefinition",
|
|
3578
4000
|
"type": "string",
|
|
3579
4001
|
"internalType": "string"
|
|
3580
4002
|
}
|
|
3581
4003
|
],
|
|
3582
4004
|
"outputs": [
|
|
3583
4005
|
{
|
|
3584
|
-
"name": "
|
|
3585
|
-
"type": "
|
|
3586
|
-
"internalType": "
|
|
4006
|
+
"name": "typeHash",
|
|
4007
|
+
"type": "bytes32",
|
|
4008
|
+
"internalType": "bytes32"
|
|
3587
4009
|
}
|
|
3588
4010
|
],
|
|
3589
|
-
"stateMutability": "
|
|
4011
|
+
"stateMutability": "pure"
|
|
3590
4012
|
},
|
|
3591
4013
|
{
|
|
3592
4014
|
"type": "function",
|
|
3593
|
-
"name": "
|
|
4015
|
+
"name": "eip712HashTypedData",
|
|
3594
4016
|
"inputs": [
|
|
3595
4017
|
{
|
|
3596
|
-
"name": "
|
|
3597
|
-
"type": "string",
|
|
3598
|
-
"internalType": "string"
|
|
3599
|
-
},
|
|
3600
|
-
{
|
|
3601
|
-
"name": "delim",
|
|
4018
|
+
"name": "jsonData",
|
|
3602
4019
|
"type": "string",
|
|
3603
4020
|
"internalType": "string"
|
|
3604
4021
|
}
|
|
3605
4022
|
],
|
|
3606
4023
|
"outputs": [
|
|
3607
4024
|
{
|
|
3608
|
-
"name": "
|
|
3609
|
-
"type": "
|
|
3610
|
-
"internalType": "
|
|
4025
|
+
"name": "digest",
|
|
4026
|
+
"type": "bytes32",
|
|
4027
|
+
"internalType": "bytes32"
|
|
3611
4028
|
}
|
|
3612
4029
|
],
|
|
3613
|
-
"stateMutability": "
|
|
4030
|
+
"stateMutability": "pure"
|
|
3614
4031
|
},
|
|
3615
4032
|
{
|
|
3616
4033
|
"type": "function",
|
|
3617
|
-
"name": "
|
|
4034
|
+
"name": "ensNamehash",
|
|
3618
4035
|
"inputs": [
|
|
3619
4036
|
{
|
|
3620
4037
|
"name": "name",
|
|
@@ -3624,40 +4041,35 @@ declare const abi: [
|
|
|
3624
4041
|
],
|
|
3625
4042
|
"outputs": [
|
|
3626
4043
|
{
|
|
3627
|
-
"name": "
|
|
3628
|
-
"type": "
|
|
3629
|
-
"internalType": "
|
|
4044
|
+
"name": "",
|
|
4045
|
+
"type": "bytes32",
|
|
4046
|
+
"internalType": "bytes32"
|
|
3630
4047
|
}
|
|
3631
4048
|
],
|
|
3632
|
-
"stateMutability": "
|
|
4049
|
+
"stateMutability": "pure"
|
|
3633
4050
|
},
|
|
3634
4051
|
{
|
|
3635
4052
|
"type": "function",
|
|
3636
|
-
"name": "
|
|
4053
|
+
"name": "envAddress",
|
|
3637
4054
|
"inputs": [
|
|
3638
4055
|
{
|
|
3639
4056
|
"name": "name",
|
|
3640
4057
|
"type": "string",
|
|
3641
4058
|
"internalType": "string"
|
|
3642
|
-
},
|
|
3643
|
-
{
|
|
3644
|
-
"name": "delim",
|
|
3645
|
-
"type": "string",
|
|
3646
|
-
"internalType": "string"
|
|
3647
4059
|
}
|
|
3648
4060
|
],
|
|
3649
4061
|
"outputs": [
|
|
3650
4062
|
{
|
|
3651
4063
|
"name": "value",
|
|
3652
|
-
"type": "
|
|
3653
|
-
"internalType": "
|
|
4064
|
+
"type": "address",
|
|
4065
|
+
"internalType": "address"
|
|
3654
4066
|
}
|
|
3655
4067
|
],
|
|
3656
4068
|
"stateMutability": "view"
|
|
3657
4069
|
},
|
|
3658
4070
|
{
|
|
3659
4071
|
"type": "function",
|
|
3660
|
-
"name": "
|
|
4072
|
+
"name": "envAddress",
|
|
3661
4073
|
"inputs": [
|
|
3662
4074
|
{
|
|
3663
4075
|
"name": "name",
|
|
@@ -3673,15 +4085,125 @@ declare const abi: [
|
|
|
3673
4085
|
"outputs": [
|
|
3674
4086
|
{
|
|
3675
4087
|
"name": "value",
|
|
3676
|
-
"type": "
|
|
3677
|
-
"internalType": "
|
|
4088
|
+
"type": "address[]",
|
|
4089
|
+
"internalType": "address[]"
|
|
3678
4090
|
}
|
|
3679
4091
|
],
|
|
3680
4092
|
"stateMutability": "view"
|
|
3681
4093
|
},
|
|
3682
4094
|
{
|
|
3683
4095
|
"type": "function",
|
|
3684
|
-
"name": "
|
|
4096
|
+
"name": "envBool",
|
|
4097
|
+
"inputs": [
|
|
4098
|
+
{
|
|
4099
|
+
"name": "name",
|
|
4100
|
+
"type": "string",
|
|
4101
|
+
"internalType": "string"
|
|
4102
|
+
}
|
|
4103
|
+
],
|
|
4104
|
+
"outputs": [
|
|
4105
|
+
{
|
|
4106
|
+
"name": "value",
|
|
4107
|
+
"type": "bool",
|
|
4108
|
+
"internalType": "bool"
|
|
4109
|
+
}
|
|
4110
|
+
],
|
|
4111
|
+
"stateMutability": "view"
|
|
4112
|
+
},
|
|
4113
|
+
{
|
|
4114
|
+
"type": "function",
|
|
4115
|
+
"name": "envBool",
|
|
4116
|
+
"inputs": [
|
|
4117
|
+
{
|
|
4118
|
+
"name": "name",
|
|
4119
|
+
"type": "string",
|
|
4120
|
+
"internalType": "string"
|
|
4121
|
+
},
|
|
4122
|
+
{
|
|
4123
|
+
"name": "delim",
|
|
4124
|
+
"type": "string",
|
|
4125
|
+
"internalType": "string"
|
|
4126
|
+
}
|
|
4127
|
+
],
|
|
4128
|
+
"outputs": [
|
|
4129
|
+
{
|
|
4130
|
+
"name": "value",
|
|
4131
|
+
"type": "bool[]",
|
|
4132
|
+
"internalType": "bool[]"
|
|
4133
|
+
}
|
|
4134
|
+
],
|
|
4135
|
+
"stateMutability": "view"
|
|
4136
|
+
},
|
|
4137
|
+
{
|
|
4138
|
+
"type": "function",
|
|
4139
|
+
"name": "envBytes",
|
|
4140
|
+
"inputs": [
|
|
4141
|
+
{
|
|
4142
|
+
"name": "name",
|
|
4143
|
+
"type": "string",
|
|
4144
|
+
"internalType": "string"
|
|
4145
|
+
}
|
|
4146
|
+
],
|
|
4147
|
+
"outputs": [
|
|
4148
|
+
{
|
|
4149
|
+
"name": "value",
|
|
4150
|
+
"type": "bytes",
|
|
4151
|
+
"internalType": "bytes"
|
|
4152
|
+
}
|
|
4153
|
+
],
|
|
4154
|
+
"stateMutability": "view"
|
|
4155
|
+
},
|
|
4156
|
+
{
|
|
4157
|
+
"type": "function",
|
|
4158
|
+
"name": "envBytes",
|
|
4159
|
+
"inputs": [
|
|
4160
|
+
{
|
|
4161
|
+
"name": "name",
|
|
4162
|
+
"type": "string",
|
|
4163
|
+
"internalType": "string"
|
|
4164
|
+
},
|
|
4165
|
+
{
|
|
4166
|
+
"name": "delim",
|
|
4167
|
+
"type": "string",
|
|
4168
|
+
"internalType": "string"
|
|
4169
|
+
}
|
|
4170
|
+
],
|
|
4171
|
+
"outputs": [
|
|
4172
|
+
{
|
|
4173
|
+
"name": "value",
|
|
4174
|
+
"type": "bytes[]",
|
|
4175
|
+
"internalType": "bytes[]"
|
|
4176
|
+
}
|
|
4177
|
+
],
|
|
4178
|
+
"stateMutability": "view"
|
|
4179
|
+
},
|
|
4180
|
+
{
|
|
4181
|
+
"type": "function",
|
|
4182
|
+
"name": "envBytes32",
|
|
4183
|
+
"inputs": [
|
|
4184
|
+
{
|
|
4185
|
+
"name": "name",
|
|
4186
|
+
"type": "string",
|
|
4187
|
+
"internalType": "string"
|
|
4188
|
+
},
|
|
4189
|
+
{
|
|
4190
|
+
"name": "delim",
|
|
4191
|
+
"type": "string",
|
|
4192
|
+
"internalType": "string"
|
|
4193
|
+
}
|
|
4194
|
+
],
|
|
4195
|
+
"outputs": [
|
|
4196
|
+
{
|
|
4197
|
+
"name": "value",
|
|
4198
|
+
"type": "bytes32[]",
|
|
4199
|
+
"internalType": "bytes32[]"
|
|
4200
|
+
}
|
|
4201
|
+
],
|
|
4202
|
+
"stateMutability": "view"
|
|
4203
|
+
},
|
|
4204
|
+
{
|
|
4205
|
+
"type": "function",
|
|
4206
|
+
"name": "envBytes32",
|
|
3685
4207
|
"inputs": [
|
|
3686
4208
|
{
|
|
3687
4209
|
"name": "name",
|
|
@@ -4333,7 +4855,7 @@ declare const abi: [
|
|
|
4333
4855
|
"internalType": "bool"
|
|
4334
4856
|
}
|
|
4335
4857
|
],
|
|
4336
|
-
"stateMutability": "
|
|
4858
|
+
"stateMutability": "view"
|
|
4337
4859
|
},
|
|
4338
4860
|
{
|
|
4339
4861
|
"type": "function",
|
|
@@ -4549,6 +5071,42 @@ declare const abi: [
|
|
|
4549
5071
|
"outputs": [],
|
|
4550
5072
|
"stateMutability": "nonpayable"
|
|
4551
5073
|
},
|
|
5074
|
+
{
|
|
5075
|
+
"type": "function",
|
|
5076
|
+
"name": "expectCreate",
|
|
5077
|
+
"inputs": [
|
|
5078
|
+
{
|
|
5079
|
+
"name": "bytecode",
|
|
5080
|
+
"type": "bytes",
|
|
5081
|
+
"internalType": "bytes"
|
|
5082
|
+
},
|
|
5083
|
+
{
|
|
5084
|
+
"name": "deployer",
|
|
5085
|
+
"type": "address",
|
|
5086
|
+
"internalType": "address"
|
|
5087
|
+
}
|
|
5088
|
+
],
|
|
5089
|
+
"outputs": [],
|
|
5090
|
+
"stateMutability": "nonpayable"
|
|
5091
|
+
},
|
|
5092
|
+
{
|
|
5093
|
+
"type": "function",
|
|
5094
|
+
"name": "expectCreate2",
|
|
5095
|
+
"inputs": [
|
|
5096
|
+
{
|
|
5097
|
+
"name": "bytecode",
|
|
5098
|
+
"type": "bytes",
|
|
5099
|
+
"internalType": "bytes"
|
|
5100
|
+
},
|
|
5101
|
+
{
|
|
5102
|
+
"name": "deployer",
|
|
5103
|
+
"type": "address",
|
|
5104
|
+
"internalType": "address"
|
|
5105
|
+
}
|
|
5106
|
+
],
|
|
5107
|
+
"outputs": [],
|
|
5108
|
+
"stateMutability": "nonpayable"
|
|
5109
|
+
},
|
|
4552
5110
|
{
|
|
4553
5111
|
"type": "function",
|
|
4554
5112
|
"name": "expectEmit",
|
|
@@ -4584,6 +5142,52 @@ declare const abi: [
|
|
|
4584
5142
|
"outputs": [],
|
|
4585
5143
|
"stateMutability": "nonpayable"
|
|
4586
5144
|
},
|
|
5145
|
+
{
|
|
5146
|
+
"type": "function",
|
|
5147
|
+
"name": "expectEmit",
|
|
5148
|
+
"inputs": [
|
|
5149
|
+
{
|
|
5150
|
+
"name": "count",
|
|
5151
|
+
"type": "uint64",
|
|
5152
|
+
"internalType": "uint64"
|
|
5153
|
+
}
|
|
5154
|
+
],
|
|
5155
|
+
"outputs": [],
|
|
5156
|
+
"stateMutability": "nonpayable"
|
|
5157
|
+
},
|
|
5158
|
+
{
|
|
5159
|
+
"type": "function",
|
|
5160
|
+
"name": "expectEmit",
|
|
5161
|
+
"inputs": [
|
|
5162
|
+
{
|
|
5163
|
+
"name": "checkTopic1",
|
|
5164
|
+
"type": "bool",
|
|
5165
|
+
"internalType": "bool"
|
|
5166
|
+
},
|
|
5167
|
+
{
|
|
5168
|
+
"name": "checkTopic2",
|
|
5169
|
+
"type": "bool",
|
|
5170
|
+
"internalType": "bool"
|
|
5171
|
+
},
|
|
5172
|
+
{
|
|
5173
|
+
"name": "checkTopic3",
|
|
5174
|
+
"type": "bool",
|
|
5175
|
+
"internalType": "bool"
|
|
5176
|
+
},
|
|
5177
|
+
{
|
|
5178
|
+
"name": "checkData",
|
|
5179
|
+
"type": "bool",
|
|
5180
|
+
"internalType": "bool"
|
|
5181
|
+
},
|
|
5182
|
+
{
|
|
5183
|
+
"name": "count",
|
|
5184
|
+
"type": "uint64",
|
|
5185
|
+
"internalType": "uint64"
|
|
5186
|
+
}
|
|
5187
|
+
],
|
|
5188
|
+
"outputs": [],
|
|
5189
|
+
"stateMutability": "nonpayable"
|
|
5190
|
+
},
|
|
4587
5191
|
{
|
|
4588
5192
|
"type": "function",
|
|
4589
5193
|
"name": "expectEmit",
|
|
@@ -4630,6 +5234,62 @@ declare const abi: [
|
|
|
4630
5234
|
"outputs": [],
|
|
4631
5235
|
"stateMutability": "nonpayable"
|
|
4632
5236
|
},
|
|
5237
|
+
{
|
|
5238
|
+
"type": "function",
|
|
5239
|
+
"name": "expectEmit",
|
|
5240
|
+
"inputs": [
|
|
5241
|
+
{
|
|
5242
|
+
"name": "emitter",
|
|
5243
|
+
"type": "address",
|
|
5244
|
+
"internalType": "address"
|
|
5245
|
+
},
|
|
5246
|
+
{
|
|
5247
|
+
"name": "count",
|
|
5248
|
+
"type": "uint64",
|
|
5249
|
+
"internalType": "uint64"
|
|
5250
|
+
}
|
|
5251
|
+
],
|
|
5252
|
+
"outputs": [],
|
|
5253
|
+
"stateMutability": "nonpayable"
|
|
5254
|
+
},
|
|
5255
|
+
{
|
|
5256
|
+
"type": "function",
|
|
5257
|
+
"name": "expectEmit",
|
|
5258
|
+
"inputs": [
|
|
5259
|
+
{
|
|
5260
|
+
"name": "checkTopic1",
|
|
5261
|
+
"type": "bool",
|
|
5262
|
+
"internalType": "bool"
|
|
5263
|
+
},
|
|
5264
|
+
{
|
|
5265
|
+
"name": "checkTopic2",
|
|
5266
|
+
"type": "bool",
|
|
5267
|
+
"internalType": "bool"
|
|
5268
|
+
},
|
|
5269
|
+
{
|
|
5270
|
+
"name": "checkTopic3",
|
|
5271
|
+
"type": "bool",
|
|
5272
|
+
"internalType": "bool"
|
|
5273
|
+
},
|
|
5274
|
+
{
|
|
5275
|
+
"name": "checkData",
|
|
5276
|
+
"type": "bool",
|
|
5277
|
+
"internalType": "bool"
|
|
5278
|
+
},
|
|
5279
|
+
{
|
|
5280
|
+
"name": "emitter",
|
|
5281
|
+
"type": "address",
|
|
5282
|
+
"internalType": "address"
|
|
5283
|
+
},
|
|
5284
|
+
{
|
|
5285
|
+
"name": "count",
|
|
5286
|
+
"type": "uint64",
|
|
5287
|
+
"internalType": "uint64"
|
|
5288
|
+
}
|
|
5289
|
+
],
|
|
5290
|
+
"outputs": [],
|
|
5291
|
+
"stateMutability": "nonpayable"
|
|
5292
|
+
},
|
|
4633
5293
|
{
|
|
4634
5294
|
"type": "function",
|
|
4635
5295
|
"name": "expectEmitAnonymous",
|
|
@@ -4756,19 +5416,37 @@ declare const abi: [
|
|
|
4756
5416
|
"type": "function",
|
|
4757
5417
|
"name": "expectRevert",
|
|
4758
5418
|
"inputs": [
|
|
4759
|
-
{
|
|
4760
|
-
"name": "revertData",
|
|
4761
|
-
"type": "bytes4",
|
|
4762
|
-
"internalType": "bytes4"
|
|
4763
|
-
},
|
|
4764
5419
|
{
|
|
4765
5420
|
"name": "reverter",
|
|
4766
5421
|
"type": "address",
|
|
4767
5422
|
"internalType": "address"
|
|
4768
|
-
}
|
|
4769
|
-
|
|
4770
|
-
|
|
4771
|
-
|
|
5423
|
+
},
|
|
5424
|
+
{
|
|
5425
|
+
"name": "count",
|
|
5426
|
+
"type": "uint64",
|
|
5427
|
+
"internalType": "uint64"
|
|
5428
|
+
}
|
|
5429
|
+
],
|
|
5430
|
+
"outputs": [],
|
|
5431
|
+
"stateMutability": "nonpayable"
|
|
5432
|
+
},
|
|
5433
|
+
{
|
|
5434
|
+
"type": "function",
|
|
5435
|
+
"name": "expectRevert",
|
|
5436
|
+
"inputs": [
|
|
5437
|
+
{
|
|
5438
|
+
"name": "revertData",
|
|
5439
|
+
"type": "bytes4",
|
|
5440
|
+
"internalType": "bytes4"
|
|
5441
|
+
},
|
|
5442
|
+
{
|
|
5443
|
+
"name": "reverter",
|
|
5444
|
+
"type": "address",
|
|
5445
|
+
"internalType": "address"
|
|
5446
|
+
}
|
|
5447
|
+
],
|
|
5448
|
+
"outputs": [],
|
|
5449
|
+
"stateMutability": "nonpayable"
|
|
4772
5450
|
},
|
|
4773
5451
|
{
|
|
4774
5452
|
"type": "function",
|
|
@@ -4779,10 +5457,64 @@ declare const abi: [
|
|
|
4779
5457
|
"type": "bytes",
|
|
4780
5458
|
"internalType": "bytes"
|
|
4781
5459
|
},
|
|
5460
|
+
{
|
|
5461
|
+
"name": "count",
|
|
5462
|
+
"type": "uint64",
|
|
5463
|
+
"internalType": "uint64"
|
|
5464
|
+
}
|
|
5465
|
+
],
|
|
5466
|
+
"outputs": [],
|
|
5467
|
+
"stateMutability": "nonpayable"
|
|
5468
|
+
},
|
|
5469
|
+
{
|
|
5470
|
+
"type": "function",
|
|
5471
|
+
"name": "expectRevert",
|
|
5472
|
+
"inputs": [
|
|
5473
|
+
{
|
|
5474
|
+
"name": "count",
|
|
5475
|
+
"type": "uint64",
|
|
5476
|
+
"internalType": "uint64"
|
|
5477
|
+
}
|
|
5478
|
+
],
|
|
5479
|
+
"outputs": [],
|
|
5480
|
+
"stateMutability": "nonpayable"
|
|
5481
|
+
},
|
|
5482
|
+
{
|
|
5483
|
+
"type": "function",
|
|
5484
|
+
"name": "expectRevert",
|
|
5485
|
+
"inputs": [
|
|
5486
|
+
{
|
|
5487
|
+
"name": "revertData",
|
|
5488
|
+
"type": "bytes",
|
|
5489
|
+
"internalType": "bytes"
|
|
5490
|
+
},
|
|
5491
|
+
{
|
|
5492
|
+
"name": "reverter",
|
|
5493
|
+
"type": "address",
|
|
5494
|
+
"internalType": "address"
|
|
5495
|
+
}
|
|
5496
|
+
],
|
|
5497
|
+
"outputs": [],
|
|
5498
|
+
"stateMutability": "nonpayable"
|
|
5499
|
+
},
|
|
5500
|
+
{
|
|
5501
|
+
"type": "function",
|
|
5502
|
+
"name": "expectRevert",
|
|
5503
|
+
"inputs": [
|
|
5504
|
+
{
|
|
5505
|
+
"name": "revertData",
|
|
5506
|
+
"type": "bytes4",
|
|
5507
|
+
"internalType": "bytes4"
|
|
5508
|
+
},
|
|
4782
5509
|
{
|
|
4783
5510
|
"name": "reverter",
|
|
4784
5511
|
"type": "address",
|
|
4785
5512
|
"internalType": "address"
|
|
5513
|
+
},
|
|
5514
|
+
{
|
|
5515
|
+
"name": "count",
|
|
5516
|
+
"type": "uint64",
|
|
5517
|
+
"internalType": "uint64"
|
|
4786
5518
|
}
|
|
4787
5519
|
],
|
|
4788
5520
|
"outputs": [],
|
|
@@ -4801,6 +5533,29 @@ declare const abi: [
|
|
|
4801
5533
|
"outputs": [],
|
|
4802
5534
|
"stateMutability": "nonpayable"
|
|
4803
5535
|
},
|
|
5536
|
+
{
|
|
5537
|
+
"type": "function",
|
|
5538
|
+
"name": "expectRevert",
|
|
5539
|
+
"inputs": [
|
|
5540
|
+
{
|
|
5541
|
+
"name": "revertData",
|
|
5542
|
+
"type": "bytes",
|
|
5543
|
+
"internalType": "bytes"
|
|
5544
|
+
},
|
|
5545
|
+
{
|
|
5546
|
+
"name": "reverter",
|
|
5547
|
+
"type": "address",
|
|
5548
|
+
"internalType": "address"
|
|
5549
|
+
},
|
|
5550
|
+
{
|
|
5551
|
+
"name": "count",
|
|
5552
|
+
"type": "uint64",
|
|
5553
|
+
"internalType": "uint64"
|
|
5554
|
+
}
|
|
5555
|
+
],
|
|
5556
|
+
"outputs": [],
|
|
5557
|
+
"stateMutability": "nonpayable"
|
|
5558
|
+
},
|
|
4804
5559
|
{
|
|
4805
5560
|
"type": "function",
|
|
4806
5561
|
"name": "expectRevert",
|
|
@@ -4814,6 +5569,24 @@ declare const abi: [
|
|
|
4814
5569
|
"outputs": [],
|
|
4815
5570
|
"stateMutability": "nonpayable"
|
|
4816
5571
|
},
|
|
5572
|
+
{
|
|
5573
|
+
"type": "function",
|
|
5574
|
+
"name": "expectRevert",
|
|
5575
|
+
"inputs": [
|
|
5576
|
+
{
|
|
5577
|
+
"name": "revertData",
|
|
5578
|
+
"type": "bytes4",
|
|
5579
|
+
"internalType": "bytes4"
|
|
5580
|
+
},
|
|
5581
|
+
{
|
|
5582
|
+
"name": "count",
|
|
5583
|
+
"type": "uint64",
|
|
5584
|
+
"internalType": "uint64"
|
|
5585
|
+
}
|
|
5586
|
+
],
|
|
5587
|
+
"outputs": [],
|
|
5588
|
+
"stateMutability": "nonpayable"
|
|
5589
|
+
},
|
|
4817
5590
|
{
|
|
4818
5591
|
"type": "function",
|
|
4819
5592
|
"name": "expectRevert",
|
|
@@ -4880,78 +5653,451 @@ declare const abi: [
|
|
|
4880
5653
|
"internalType": "uint256"
|
|
4881
5654
|
}
|
|
4882
5655
|
],
|
|
4883
|
-
"outputs": [],
|
|
4884
|
-
"stateMutability": "nonpayable"
|
|
5656
|
+
"outputs": [],
|
|
5657
|
+
"stateMutability": "nonpayable"
|
|
5658
|
+
},
|
|
5659
|
+
{
|
|
5660
|
+
"type": "function",
|
|
5661
|
+
"name": "ffi",
|
|
5662
|
+
"inputs": [
|
|
5663
|
+
{
|
|
5664
|
+
"name": "commandInput",
|
|
5665
|
+
"type": "string[]",
|
|
5666
|
+
"internalType": "string[]"
|
|
5667
|
+
}
|
|
5668
|
+
],
|
|
5669
|
+
"outputs": [
|
|
5670
|
+
{
|
|
5671
|
+
"name": "result",
|
|
5672
|
+
"type": "bytes",
|
|
5673
|
+
"internalType": "bytes"
|
|
5674
|
+
}
|
|
5675
|
+
],
|
|
5676
|
+
"stateMutability": "nonpayable"
|
|
5677
|
+
},
|
|
5678
|
+
{
|
|
5679
|
+
"type": "function",
|
|
5680
|
+
"name": "foundryVersionAtLeast",
|
|
5681
|
+
"inputs": [
|
|
5682
|
+
{
|
|
5683
|
+
"name": "version",
|
|
5684
|
+
"type": "string",
|
|
5685
|
+
"internalType": "string"
|
|
5686
|
+
}
|
|
5687
|
+
],
|
|
5688
|
+
"outputs": [
|
|
5689
|
+
{
|
|
5690
|
+
"name": "",
|
|
5691
|
+
"type": "bool",
|
|
5692
|
+
"internalType": "bool"
|
|
5693
|
+
}
|
|
5694
|
+
],
|
|
5695
|
+
"stateMutability": "view"
|
|
5696
|
+
},
|
|
5697
|
+
{
|
|
5698
|
+
"type": "function",
|
|
5699
|
+
"name": "foundryVersionCmp",
|
|
5700
|
+
"inputs": [
|
|
5701
|
+
{
|
|
5702
|
+
"name": "version",
|
|
5703
|
+
"type": "string",
|
|
5704
|
+
"internalType": "string"
|
|
5705
|
+
}
|
|
5706
|
+
],
|
|
5707
|
+
"outputs": [
|
|
5708
|
+
{
|
|
5709
|
+
"name": "",
|
|
5710
|
+
"type": "int256",
|
|
5711
|
+
"internalType": "int256"
|
|
5712
|
+
}
|
|
5713
|
+
],
|
|
5714
|
+
"stateMutability": "view"
|
|
5715
|
+
},
|
|
5716
|
+
{
|
|
5717
|
+
"type": "function",
|
|
5718
|
+
"name": "fsMetadata",
|
|
5719
|
+
"inputs": [
|
|
5720
|
+
{
|
|
5721
|
+
"name": "path",
|
|
5722
|
+
"type": "string",
|
|
5723
|
+
"internalType": "string"
|
|
5724
|
+
}
|
|
5725
|
+
],
|
|
5726
|
+
"outputs": [
|
|
5727
|
+
{
|
|
5728
|
+
"name": "metadata",
|
|
5729
|
+
"type": "tuple",
|
|
5730
|
+
"internalType": "struct VmSafe.FsMetadata",
|
|
5731
|
+
"components": [
|
|
5732
|
+
{
|
|
5733
|
+
"name": "isDir",
|
|
5734
|
+
"type": "bool",
|
|
5735
|
+
"internalType": "bool"
|
|
5736
|
+
},
|
|
5737
|
+
{
|
|
5738
|
+
"name": "isSymlink",
|
|
5739
|
+
"type": "bool",
|
|
5740
|
+
"internalType": "bool"
|
|
5741
|
+
},
|
|
5742
|
+
{
|
|
5743
|
+
"name": "length",
|
|
5744
|
+
"type": "uint256",
|
|
5745
|
+
"internalType": "uint256"
|
|
5746
|
+
},
|
|
5747
|
+
{
|
|
5748
|
+
"name": "readOnly",
|
|
5749
|
+
"type": "bool",
|
|
5750
|
+
"internalType": "bool"
|
|
5751
|
+
},
|
|
5752
|
+
{
|
|
5753
|
+
"name": "modified",
|
|
5754
|
+
"type": "uint256",
|
|
5755
|
+
"internalType": "uint256"
|
|
5756
|
+
},
|
|
5757
|
+
{
|
|
5758
|
+
"name": "accessed",
|
|
5759
|
+
"type": "uint256",
|
|
5760
|
+
"internalType": "uint256"
|
|
5761
|
+
},
|
|
5762
|
+
{
|
|
5763
|
+
"name": "created",
|
|
5764
|
+
"type": "uint256",
|
|
5765
|
+
"internalType": "uint256"
|
|
5766
|
+
}
|
|
5767
|
+
]
|
|
5768
|
+
}
|
|
5769
|
+
],
|
|
5770
|
+
"stateMutability": "view"
|
|
5771
|
+
},
|
|
5772
|
+
{
|
|
5773
|
+
"type": "function",
|
|
5774
|
+
"name": "getArtifactPathByCode",
|
|
5775
|
+
"inputs": [
|
|
5776
|
+
{
|
|
5777
|
+
"name": "code",
|
|
5778
|
+
"type": "bytes",
|
|
5779
|
+
"internalType": "bytes"
|
|
5780
|
+
}
|
|
5781
|
+
],
|
|
5782
|
+
"outputs": [
|
|
5783
|
+
{
|
|
5784
|
+
"name": "path",
|
|
5785
|
+
"type": "string",
|
|
5786
|
+
"internalType": "string"
|
|
5787
|
+
}
|
|
5788
|
+
],
|
|
5789
|
+
"stateMutability": "view"
|
|
5790
|
+
},
|
|
5791
|
+
{
|
|
5792
|
+
"type": "function",
|
|
5793
|
+
"name": "getArtifactPathByDeployedCode",
|
|
5794
|
+
"inputs": [
|
|
5795
|
+
{
|
|
5796
|
+
"name": "deployedCode",
|
|
5797
|
+
"type": "bytes",
|
|
5798
|
+
"internalType": "bytes"
|
|
5799
|
+
}
|
|
5800
|
+
],
|
|
5801
|
+
"outputs": [
|
|
5802
|
+
{
|
|
5803
|
+
"name": "path",
|
|
5804
|
+
"type": "string",
|
|
5805
|
+
"internalType": "string"
|
|
5806
|
+
}
|
|
5807
|
+
],
|
|
5808
|
+
"stateMutability": "view"
|
|
5809
|
+
},
|
|
5810
|
+
{
|
|
5811
|
+
"type": "function",
|
|
5812
|
+
"name": "getBlobBaseFee",
|
|
5813
|
+
"inputs": [],
|
|
5814
|
+
"outputs": [
|
|
5815
|
+
{
|
|
5816
|
+
"name": "blobBaseFee",
|
|
5817
|
+
"type": "uint256",
|
|
5818
|
+
"internalType": "uint256"
|
|
5819
|
+
}
|
|
5820
|
+
],
|
|
5821
|
+
"stateMutability": "view"
|
|
5822
|
+
},
|
|
5823
|
+
{
|
|
5824
|
+
"type": "function",
|
|
5825
|
+
"name": "getBlobhashes",
|
|
5826
|
+
"inputs": [],
|
|
5827
|
+
"outputs": [
|
|
5828
|
+
{
|
|
5829
|
+
"name": "hashes",
|
|
5830
|
+
"type": "bytes32[]",
|
|
5831
|
+
"internalType": "bytes32[]"
|
|
5832
|
+
}
|
|
5833
|
+
],
|
|
5834
|
+
"stateMutability": "view"
|
|
5835
|
+
},
|
|
5836
|
+
{
|
|
5837
|
+
"type": "function",
|
|
5838
|
+
"name": "getBlockNumber",
|
|
5839
|
+
"inputs": [],
|
|
5840
|
+
"outputs": [
|
|
5841
|
+
{
|
|
5842
|
+
"name": "height",
|
|
5843
|
+
"type": "uint256",
|
|
5844
|
+
"internalType": "uint256"
|
|
5845
|
+
}
|
|
5846
|
+
],
|
|
5847
|
+
"stateMutability": "view"
|
|
5848
|
+
},
|
|
5849
|
+
{
|
|
5850
|
+
"type": "function",
|
|
5851
|
+
"name": "getBlockTimestamp",
|
|
5852
|
+
"inputs": [],
|
|
5853
|
+
"outputs": [
|
|
5854
|
+
{
|
|
5855
|
+
"name": "timestamp",
|
|
5856
|
+
"type": "uint256",
|
|
5857
|
+
"internalType": "uint256"
|
|
5858
|
+
}
|
|
5859
|
+
],
|
|
5860
|
+
"stateMutability": "view"
|
|
5861
|
+
},
|
|
5862
|
+
{
|
|
5863
|
+
"type": "function",
|
|
5864
|
+
"name": "getBroadcast",
|
|
5865
|
+
"inputs": [
|
|
5866
|
+
{
|
|
5867
|
+
"name": "contractName",
|
|
5868
|
+
"type": "string",
|
|
5869
|
+
"internalType": "string"
|
|
5870
|
+
},
|
|
5871
|
+
{
|
|
5872
|
+
"name": "chainId",
|
|
5873
|
+
"type": "uint64",
|
|
5874
|
+
"internalType": "uint64"
|
|
5875
|
+
},
|
|
5876
|
+
{
|
|
5877
|
+
"name": "txType",
|
|
5878
|
+
"type": "uint8",
|
|
5879
|
+
"internalType": "enum VmSafe.BroadcastTxType"
|
|
5880
|
+
}
|
|
5881
|
+
],
|
|
5882
|
+
"outputs": [
|
|
5883
|
+
{
|
|
5884
|
+
"name": "",
|
|
5885
|
+
"type": "tuple",
|
|
5886
|
+
"internalType": "struct VmSafe.BroadcastTxSummary",
|
|
5887
|
+
"components": [
|
|
5888
|
+
{
|
|
5889
|
+
"name": "txHash",
|
|
5890
|
+
"type": "bytes32",
|
|
5891
|
+
"internalType": "bytes32"
|
|
5892
|
+
},
|
|
5893
|
+
{
|
|
5894
|
+
"name": "txType",
|
|
5895
|
+
"type": "uint8",
|
|
5896
|
+
"internalType": "enum VmSafe.BroadcastTxType"
|
|
5897
|
+
},
|
|
5898
|
+
{
|
|
5899
|
+
"name": "contractAddress",
|
|
5900
|
+
"type": "address",
|
|
5901
|
+
"internalType": "address"
|
|
5902
|
+
},
|
|
5903
|
+
{
|
|
5904
|
+
"name": "blockNumber",
|
|
5905
|
+
"type": "uint64",
|
|
5906
|
+
"internalType": "uint64"
|
|
5907
|
+
},
|
|
5908
|
+
{
|
|
5909
|
+
"name": "success",
|
|
5910
|
+
"type": "bool",
|
|
5911
|
+
"internalType": "bool"
|
|
5912
|
+
}
|
|
5913
|
+
]
|
|
5914
|
+
}
|
|
5915
|
+
],
|
|
5916
|
+
"stateMutability": "view"
|
|
5917
|
+
},
|
|
5918
|
+
{
|
|
5919
|
+
"type": "function",
|
|
5920
|
+
"name": "getBroadcasts",
|
|
5921
|
+
"inputs": [
|
|
5922
|
+
{
|
|
5923
|
+
"name": "contractName",
|
|
5924
|
+
"type": "string",
|
|
5925
|
+
"internalType": "string"
|
|
5926
|
+
},
|
|
5927
|
+
{
|
|
5928
|
+
"name": "chainId",
|
|
5929
|
+
"type": "uint64",
|
|
5930
|
+
"internalType": "uint64"
|
|
5931
|
+
}
|
|
5932
|
+
],
|
|
5933
|
+
"outputs": [
|
|
5934
|
+
{
|
|
5935
|
+
"name": "",
|
|
5936
|
+
"type": "tuple[]",
|
|
5937
|
+
"internalType": "struct VmSafe.BroadcastTxSummary[]",
|
|
5938
|
+
"components": [
|
|
5939
|
+
{
|
|
5940
|
+
"name": "txHash",
|
|
5941
|
+
"type": "bytes32",
|
|
5942
|
+
"internalType": "bytes32"
|
|
5943
|
+
},
|
|
5944
|
+
{
|
|
5945
|
+
"name": "txType",
|
|
5946
|
+
"type": "uint8",
|
|
5947
|
+
"internalType": "enum VmSafe.BroadcastTxType"
|
|
5948
|
+
},
|
|
5949
|
+
{
|
|
5950
|
+
"name": "contractAddress",
|
|
5951
|
+
"type": "address",
|
|
5952
|
+
"internalType": "address"
|
|
5953
|
+
},
|
|
5954
|
+
{
|
|
5955
|
+
"name": "blockNumber",
|
|
5956
|
+
"type": "uint64",
|
|
5957
|
+
"internalType": "uint64"
|
|
5958
|
+
},
|
|
5959
|
+
{
|
|
5960
|
+
"name": "success",
|
|
5961
|
+
"type": "bool",
|
|
5962
|
+
"internalType": "bool"
|
|
5963
|
+
}
|
|
5964
|
+
]
|
|
5965
|
+
}
|
|
5966
|
+
],
|
|
5967
|
+
"stateMutability": "view"
|
|
5968
|
+
},
|
|
5969
|
+
{
|
|
5970
|
+
"type": "function",
|
|
5971
|
+
"name": "getBroadcasts",
|
|
5972
|
+
"inputs": [
|
|
5973
|
+
{
|
|
5974
|
+
"name": "contractName",
|
|
5975
|
+
"type": "string",
|
|
5976
|
+
"internalType": "string"
|
|
5977
|
+
},
|
|
5978
|
+
{
|
|
5979
|
+
"name": "chainId",
|
|
5980
|
+
"type": "uint64",
|
|
5981
|
+
"internalType": "uint64"
|
|
5982
|
+
},
|
|
5983
|
+
{
|
|
5984
|
+
"name": "txType",
|
|
5985
|
+
"type": "uint8",
|
|
5986
|
+
"internalType": "enum VmSafe.BroadcastTxType"
|
|
5987
|
+
}
|
|
5988
|
+
],
|
|
5989
|
+
"outputs": [
|
|
5990
|
+
{
|
|
5991
|
+
"name": "",
|
|
5992
|
+
"type": "tuple[]",
|
|
5993
|
+
"internalType": "struct VmSafe.BroadcastTxSummary[]",
|
|
5994
|
+
"components": [
|
|
5995
|
+
{
|
|
5996
|
+
"name": "txHash",
|
|
5997
|
+
"type": "bytes32",
|
|
5998
|
+
"internalType": "bytes32"
|
|
5999
|
+
},
|
|
6000
|
+
{
|
|
6001
|
+
"name": "txType",
|
|
6002
|
+
"type": "uint8",
|
|
6003
|
+
"internalType": "enum VmSafe.BroadcastTxType"
|
|
6004
|
+
},
|
|
6005
|
+
{
|
|
6006
|
+
"name": "contractAddress",
|
|
6007
|
+
"type": "address",
|
|
6008
|
+
"internalType": "address"
|
|
6009
|
+
},
|
|
6010
|
+
{
|
|
6011
|
+
"name": "blockNumber",
|
|
6012
|
+
"type": "uint64",
|
|
6013
|
+
"internalType": "uint64"
|
|
6014
|
+
},
|
|
6015
|
+
{
|
|
6016
|
+
"name": "success",
|
|
6017
|
+
"type": "bool",
|
|
6018
|
+
"internalType": "bool"
|
|
6019
|
+
}
|
|
6020
|
+
]
|
|
6021
|
+
}
|
|
6022
|
+
],
|
|
6023
|
+
"stateMutability": "view"
|
|
4885
6024
|
},
|
|
4886
6025
|
{
|
|
4887
6026
|
"type": "function",
|
|
4888
|
-
"name": "
|
|
6027
|
+
"name": "getChain",
|
|
4889
6028
|
"inputs": [
|
|
4890
6029
|
{
|
|
4891
|
-
"name": "
|
|
4892
|
-
"type": "string
|
|
4893
|
-
"internalType": "string
|
|
6030
|
+
"name": "chainAlias",
|
|
6031
|
+
"type": "string",
|
|
6032
|
+
"internalType": "string"
|
|
4894
6033
|
}
|
|
4895
6034
|
],
|
|
4896
6035
|
"outputs": [
|
|
4897
6036
|
{
|
|
4898
|
-
"name": "
|
|
4899
|
-
"type": "
|
|
4900
|
-
"internalType": "
|
|
6037
|
+
"name": "chain",
|
|
6038
|
+
"type": "tuple",
|
|
6039
|
+
"internalType": "struct VmSafe.Chain",
|
|
6040
|
+
"components": [
|
|
6041
|
+
{
|
|
6042
|
+
"name": "name",
|
|
6043
|
+
"type": "string",
|
|
6044
|
+
"internalType": "string"
|
|
6045
|
+
},
|
|
6046
|
+
{
|
|
6047
|
+
"name": "chainId",
|
|
6048
|
+
"type": "uint256",
|
|
6049
|
+
"internalType": "uint256"
|
|
6050
|
+
},
|
|
6051
|
+
{
|
|
6052
|
+
"name": "chainAlias",
|
|
6053
|
+
"type": "string",
|
|
6054
|
+
"internalType": "string"
|
|
6055
|
+
},
|
|
6056
|
+
{
|
|
6057
|
+
"name": "rpcUrl",
|
|
6058
|
+
"type": "string",
|
|
6059
|
+
"internalType": "string"
|
|
6060
|
+
}
|
|
6061
|
+
]
|
|
4901
6062
|
}
|
|
4902
6063
|
],
|
|
4903
|
-
"stateMutability": "
|
|
6064
|
+
"stateMutability": "view"
|
|
4904
6065
|
},
|
|
4905
6066
|
{
|
|
4906
6067
|
"type": "function",
|
|
4907
|
-
"name": "
|
|
6068
|
+
"name": "getChain",
|
|
4908
6069
|
"inputs": [
|
|
4909
6070
|
{
|
|
4910
|
-
"name": "
|
|
4911
|
-
"type": "
|
|
4912
|
-
"internalType": "
|
|
6071
|
+
"name": "chainId",
|
|
6072
|
+
"type": "uint256",
|
|
6073
|
+
"internalType": "uint256"
|
|
4913
6074
|
}
|
|
4914
6075
|
],
|
|
4915
6076
|
"outputs": [
|
|
4916
6077
|
{
|
|
4917
|
-
"name": "
|
|
6078
|
+
"name": "chain",
|
|
4918
6079
|
"type": "tuple",
|
|
4919
|
-
"internalType": "struct VmSafe.
|
|
6080
|
+
"internalType": "struct VmSafe.Chain",
|
|
4920
6081
|
"components": [
|
|
4921
6082
|
{
|
|
4922
|
-
"name": "
|
|
4923
|
-
"type": "
|
|
4924
|
-
"internalType": "
|
|
4925
|
-
},
|
|
4926
|
-
{
|
|
4927
|
-
"name": "isSymlink",
|
|
4928
|
-
"type": "bool",
|
|
4929
|
-
"internalType": "bool"
|
|
4930
|
-
},
|
|
4931
|
-
{
|
|
4932
|
-
"name": "length",
|
|
4933
|
-
"type": "uint256",
|
|
4934
|
-
"internalType": "uint256"
|
|
4935
|
-
},
|
|
4936
|
-
{
|
|
4937
|
-
"name": "readOnly",
|
|
4938
|
-
"type": "bool",
|
|
4939
|
-
"internalType": "bool"
|
|
6083
|
+
"name": "name",
|
|
6084
|
+
"type": "string",
|
|
6085
|
+
"internalType": "string"
|
|
4940
6086
|
},
|
|
4941
6087
|
{
|
|
4942
|
-
"name": "
|
|
6088
|
+
"name": "chainId",
|
|
4943
6089
|
"type": "uint256",
|
|
4944
6090
|
"internalType": "uint256"
|
|
4945
6091
|
},
|
|
4946
6092
|
{
|
|
4947
|
-
"name": "
|
|
4948
|
-
"type": "
|
|
4949
|
-
"internalType": "
|
|
6093
|
+
"name": "chainAlias",
|
|
6094
|
+
"type": "string",
|
|
6095
|
+
"internalType": "string"
|
|
4950
6096
|
},
|
|
4951
6097
|
{
|
|
4952
|
-
"name": "
|
|
4953
|
-
"type": "
|
|
4954
|
-
"internalType": "
|
|
6098
|
+
"name": "rpcUrl",
|
|
6099
|
+
"type": "string",
|
|
6100
|
+
"internalType": "string"
|
|
4955
6101
|
}
|
|
4956
6102
|
]
|
|
4957
6103
|
}
|
|
@@ -4960,128 +6106,105 @@ declare const abi: [
|
|
|
4960
6106
|
},
|
|
4961
6107
|
{
|
|
4962
6108
|
"type": "function",
|
|
4963
|
-
"name": "
|
|
6109
|
+
"name": "getCode",
|
|
4964
6110
|
"inputs": [
|
|
4965
6111
|
{
|
|
4966
|
-
"name": "
|
|
4967
|
-
"type": "
|
|
4968
|
-
"internalType": "
|
|
6112
|
+
"name": "artifactPath",
|
|
6113
|
+
"type": "string",
|
|
6114
|
+
"internalType": "string"
|
|
4969
6115
|
}
|
|
4970
6116
|
],
|
|
4971
6117
|
"outputs": [
|
|
4972
6118
|
{
|
|
4973
|
-
"name": "
|
|
4974
|
-
"type": "
|
|
4975
|
-
"internalType": "
|
|
6119
|
+
"name": "creationBytecode",
|
|
6120
|
+
"type": "bytes",
|
|
6121
|
+
"internalType": "bytes"
|
|
4976
6122
|
}
|
|
4977
6123
|
],
|
|
4978
6124
|
"stateMutability": "view"
|
|
4979
6125
|
},
|
|
4980
6126
|
{
|
|
4981
6127
|
"type": "function",
|
|
4982
|
-
"name": "
|
|
6128
|
+
"name": "getDeployedCode",
|
|
4983
6129
|
"inputs": [
|
|
4984
6130
|
{
|
|
4985
|
-
"name": "
|
|
4986
|
-
"type": "bytes",
|
|
4987
|
-
"internalType": "bytes"
|
|
4988
|
-
}
|
|
4989
|
-
],
|
|
4990
|
-
"outputs": [
|
|
4991
|
-
{
|
|
4992
|
-
"name": "path",
|
|
6131
|
+
"name": "artifactPath",
|
|
4993
6132
|
"type": "string",
|
|
4994
6133
|
"internalType": "string"
|
|
4995
6134
|
}
|
|
4996
6135
|
],
|
|
4997
|
-
"stateMutability": "view"
|
|
4998
|
-
},
|
|
4999
|
-
{
|
|
5000
|
-
"type": "function",
|
|
5001
|
-
"name": "getBlobBaseFee",
|
|
5002
|
-
"inputs": [],
|
|
5003
6136
|
"outputs": [
|
|
5004
6137
|
{
|
|
5005
|
-
"name": "
|
|
5006
|
-
"type": "
|
|
5007
|
-
"internalType": "
|
|
6138
|
+
"name": "runtimeBytecode",
|
|
6139
|
+
"type": "bytes",
|
|
6140
|
+
"internalType": "bytes"
|
|
5008
6141
|
}
|
|
5009
6142
|
],
|
|
5010
6143
|
"stateMutability": "view"
|
|
5011
6144
|
},
|
|
5012
6145
|
{
|
|
5013
6146
|
"type": "function",
|
|
5014
|
-
"name": "
|
|
5015
|
-
"inputs": [
|
|
5016
|
-
"outputs": [
|
|
6147
|
+
"name": "getDeployment",
|
|
6148
|
+
"inputs": [
|
|
5017
6149
|
{
|
|
5018
|
-
"name": "
|
|
5019
|
-
"type": "
|
|
5020
|
-
"internalType": "
|
|
5021
|
-
}
|
|
5022
|
-
],
|
|
5023
|
-
"stateMutability": "view"
|
|
5024
|
-
},
|
|
5025
|
-
{
|
|
5026
|
-
"type": "function",
|
|
5027
|
-
"name": "getBlockNumber",
|
|
5028
|
-
"inputs": [],
|
|
5029
|
-
"outputs": [
|
|
6150
|
+
"name": "contractName",
|
|
6151
|
+
"type": "string",
|
|
6152
|
+
"internalType": "string"
|
|
6153
|
+
},
|
|
5030
6154
|
{
|
|
5031
|
-
"name": "
|
|
5032
|
-
"type": "
|
|
5033
|
-
"internalType": "
|
|
6155
|
+
"name": "chainId",
|
|
6156
|
+
"type": "uint64",
|
|
6157
|
+
"internalType": "uint64"
|
|
5034
6158
|
}
|
|
5035
6159
|
],
|
|
5036
|
-
"stateMutability": "view"
|
|
5037
|
-
},
|
|
5038
|
-
{
|
|
5039
|
-
"type": "function",
|
|
5040
|
-
"name": "getBlockTimestamp",
|
|
5041
|
-
"inputs": [],
|
|
5042
6160
|
"outputs": [
|
|
5043
6161
|
{
|
|
5044
|
-
"name": "
|
|
5045
|
-
"type": "
|
|
5046
|
-
"internalType": "
|
|
6162
|
+
"name": "deployedAddress",
|
|
6163
|
+
"type": "address",
|
|
6164
|
+
"internalType": "address"
|
|
5047
6165
|
}
|
|
5048
6166
|
],
|
|
5049
6167
|
"stateMutability": "view"
|
|
5050
6168
|
},
|
|
5051
6169
|
{
|
|
5052
6170
|
"type": "function",
|
|
5053
|
-
"name": "
|
|
6171
|
+
"name": "getDeployment",
|
|
5054
6172
|
"inputs": [
|
|
5055
6173
|
{
|
|
5056
|
-
"name": "
|
|
6174
|
+
"name": "contractName",
|
|
5057
6175
|
"type": "string",
|
|
5058
6176
|
"internalType": "string"
|
|
5059
6177
|
}
|
|
5060
6178
|
],
|
|
5061
6179
|
"outputs": [
|
|
5062
6180
|
{
|
|
5063
|
-
"name": "
|
|
5064
|
-
"type": "
|
|
5065
|
-
"internalType": "
|
|
6181
|
+
"name": "deployedAddress",
|
|
6182
|
+
"type": "address",
|
|
6183
|
+
"internalType": "address"
|
|
5066
6184
|
}
|
|
5067
6185
|
],
|
|
5068
6186
|
"stateMutability": "view"
|
|
5069
6187
|
},
|
|
5070
6188
|
{
|
|
5071
6189
|
"type": "function",
|
|
5072
|
-
"name": "
|
|
6190
|
+
"name": "getDeployments",
|
|
5073
6191
|
"inputs": [
|
|
5074
6192
|
{
|
|
5075
|
-
"name": "
|
|
6193
|
+
"name": "contractName",
|
|
5076
6194
|
"type": "string",
|
|
5077
6195
|
"internalType": "string"
|
|
6196
|
+
},
|
|
6197
|
+
{
|
|
6198
|
+
"name": "chainId",
|
|
6199
|
+
"type": "uint64",
|
|
6200
|
+
"internalType": "uint64"
|
|
5078
6201
|
}
|
|
5079
6202
|
],
|
|
5080
6203
|
"outputs": [
|
|
5081
6204
|
{
|
|
5082
|
-
"name": "
|
|
5083
|
-
"type": "
|
|
5084
|
-
"internalType": "
|
|
6205
|
+
"name": "deployedAddresses",
|
|
6206
|
+
"type": "address[]",
|
|
6207
|
+
"internalType": "address[]"
|
|
5085
6208
|
}
|
|
5086
6209
|
],
|
|
5087
6210
|
"stateMutability": "view"
|
|
@@ -5297,16 +6420,29 @@ declare const abi: [
|
|
|
5297
6420
|
},
|
|
5298
6421
|
{
|
|
5299
6422
|
"type": "function",
|
|
5300
|
-
"name": "
|
|
6423
|
+
"name": "getStateDiff",
|
|
5301
6424
|
"inputs": [],
|
|
5302
6425
|
"outputs": [
|
|
5303
6426
|
{
|
|
5304
|
-
"name": "
|
|
5305
|
-
"type": "
|
|
5306
|
-
"internalType": "
|
|
6427
|
+
"name": "diff",
|
|
6428
|
+
"type": "string",
|
|
6429
|
+
"internalType": "string"
|
|
5307
6430
|
}
|
|
5308
6431
|
],
|
|
5309
|
-
"stateMutability": "
|
|
6432
|
+
"stateMutability": "view"
|
|
6433
|
+
},
|
|
6434
|
+
{
|
|
6435
|
+
"type": "function",
|
|
6436
|
+
"name": "getStateDiffJson",
|
|
6437
|
+
"inputs": [],
|
|
6438
|
+
"outputs": [
|
|
6439
|
+
{
|
|
6440
|
+
"name": "diff",
|
|
6441
|
+
"type": "string",
|
|
6442
|
+
"internalType": "string"
|
|
6443
|
+
}
|
|
6444
|
+
],
|
|
6445
|
+
"stateMutability": "view"
|
|
5310
6446
|
},
|
|
5311
6447
|
{
|
|
5312
6448
|
"type": "function",
|
|
@@ -5345,6 +6481,13 @@ declare const abi: [
|
|
|
5345
6481
|
],
|
|
5346
6482
|
"stateMutability": "pure"
|
|
5347
6483
|
},
|
|
6484
|
+
{
|
|
6485
|
+
"type": "function",
|
|
6486
|
+
"name": "interceptInitcode",
|
|
6487
|
+
"inputs": [],
|
|
6488
|
+
"outputs": [],
|
|
6489
|
+
"stateMutability": "nonpayable"
|
|
6490
|
+
},
|
|
5348
6491
|
{
|
|
5349
6492
|
"type": "function",
|
|
5350
6493
|
"name": "isContext",
|
|
@@ -5381,7 +6524,7 @@ declare const abi: [
|
|
|
5381
6524
|
"internalType": "bool"
|
|
5382
6525
|
}
|
|
5383
6526
|
],
|
|
5384
|
-
"stateMutability": "
|
|
6527
|
+
"stateMutability": "view"
|
|
5385
6528
|
},
|
|
5386
6529
|
{
|
|
5387
6530
|
"type": "function",
|
|
@@ -5400,7 +6543,7 @@ declare const abi: [
|
|
|
5400
6543
|
"internalType": "bool"
|
|
5401
6544
|
}
|
|
5402
6545
|
],
|
|
5403
|
-
"stateMutability": "
|
|
6546
|
+
"stateMutability": "view"
|
|
5404
6547
|
},
|
|
5405
6548
|
{
|
|
5406
6549
|
"type": "function",
|
|
@@ -5624,9 +6767,83 @@ declare const abi: [
|
|
|
5624
6767
|
"name": "makePersistent",
|
|
5625
6768
|
"inputs": [
|
|
5626
6769
|
{
|
|
5627
|
-
"name": "account",
|
|
6770
|
+
"name": "account",
|
|
6771
|
+
"type": "address",
|
|
6772
|
+
"internalType": "address"
|
|
6773
|
+
}
|
|
6774
|
+
],
|
|
6775
|
+
"outputs": [],
|
|
6776
|
+
"stateMutability": "nonpayable"
|
|
6777
|
+
},
|
|
6778
|
+
{
|
|
6779
|
+
"type": "function",
|
|
6780
|
+
"name": "makePersistent",
|
|
6781
|
+
"inputs": [
|
|
6782
|
+
{
|
|
6783
|
+
"name": "account0",
|
|
6784
|
+
"type": "address",
|
|
6785
|
+
"internalType": "address"
|
|
6786
|
+
},
|
|
6787
|
+
{
|
|
6788
|
+
"name": "account1",
|
|
6789
|
+
"type": "address",
|
|
6790
|
+
"internalType": "address"
|
|
6791
|
+
},
|
|
6792
|
+
{
|
|
6793
|
+
"name": "account2",
|
|
6794
|
+
"type": "address",
|
|
6795
|
+
"internalType": "address"
|
|
6796
|
+
}
|
|
6797
|
+
],
|
|
6798
|
+
"outputs": [],
|
|
6799
|
+
"stateMutability": "nonpayable"
|
|
6800
|
+
},
|
|
6801
|
+
{
|
|
6802
|
+
"type": "function",
|
|
6803
|
+
"name": "mockCall",
|
|
6804
|
+
"inputs": [
|
|
6805
|
+
{
|
|
6806
|
+
"name": "callee",
|
|
6807
|
+
"type": "address",
|
|
6808
|
+
"internalType": "address"
|
|
6809
|
+
},
|
|
6810
|
+
{
|
|
6811
|
+
"name": "data",
|
|
6812
|
+
"type": "bytes4",
|
|
6813
|
+
"internalType": "bytes4"
|
|
6814
|
+
},
|
|
6815
|
+
{
|
|
6816
|
+
"name": "returnData",
|
|
6817
|
+
"type": "bytes",
|
|
6818
|
+
"internalType": "bytes"
|
|
6819
|
+
}
|
|
6820
|
+
],
|
|
6821
|
+
"outputs": [],
|
|
6822
|
+
"stateMutability": "nonpayable"
|
|
6823
|
+
},
|
|
6824
|
+
{
|
|
6825
|
+
"type": "function",
|
|
6826
|
+
"name": "mockCall",
|
|
6827
|
+
"inputs": [
|
|
6828
|
+
{
|
|
6829
|
+
"name": "callee",
|
|
5628
6830
|
"type": "address",
|
|
5629
6831
|
"internalType": "address"
|
|
6832
|
+
},
|
|
6833
|
+
{
|
|
6834
|
+
"name": "msgValue",
|
|
6835
|
+
"type": "uint256",
|
|
6836
|
+
"internalType": "uint256"
|
|
6837
|
+
},
|
|
6838
|
+
{
|
|
6839
|
+
"name": "data",
|
|
6840
|
+
"type": "bytes",
|
|
6841
|
+
"internalType": "bytes"
|
|
6842
|
+
},
|
|
6843
|
+
{
|
|
6844
|
+
"name": "returnData",
|
|
6845
|
+
"type": "bytes",
|
|
6846
|
+
"internalType": "bytes"
|
|
5630
6847
|
}
|
|
5631
6848
|
],
|
|
5632
6849
|
"outputs": [],
|
|
@@ -5634,22 +6851,22 @@ declare const abi: [
|
|
|
5634
6851
|
},
|
|
5635
6852
|
{
|
|
5636
6853
|
"type": "function",
|
|
5637
|
-
"name": "
|
|
6854
|
+
"name": "mockCall",
|
|
5638
6855
|
"inputs": [
|
|
5639
6856
|
{
|
|
5640
|
-
"name": "
|
|
6857
|
+
"name": "callee",
|
|
5641
6858
|
"type": "address",
|
|
5642
6859
|
"internalType": "address"
|
|
5643
6860
|
},
|
|
5644
6861
|
{
|
|
5645
|
-
"name": "
|
|
5646
|
-
"type": "
|
|
5647
|
-
"internalType": "
|
|
6862
|
+
"name": "data",
|
|
6863
|
+
"type": "bytes",
|
|
6864
|
+
"internalType": "bytes"
|
|
5648
6865
|
},
|
|
5649
6866
|
{
|
|
5650
|
-
"name": "
|
|
5651
|
-
"type": "
|
|
5652
|
-
"internalType": "
|
|
6867
|
+
"name": "returnData",
|
|
6868
|
+
"type": "bytes",
|
|
6869
|
+
"internalType": "bytes"
|
|
5653
6870
|
}
|
|
5654
6871
|
],
|
|
5655
6872
|
"outputs": [],
|
|
@@ -5671,8 +6888,8 @@ declare const abi: [
|
|
|
5671
6888
|
},
|
|
5672
6889
|
{
|
|
5673
6890
|
"name": "data",
|
|
5674
|
-
"type": "
|
|
5675
|
-
"internalType": "
|
|
6891
|
+
"type": "bytes4",
|
|
6892
|
+
"internalType": "bytes4"
|
|
5676
6893
|
},
|
|
5677
6894
|
{
|
|
5678
6895
|
"name": "returnData",
|
|
@@ -5685,7 +6902,7 @@ declare const abi: [
|
|
|
5685
6902
|
},
|
|
5686
6903
|
{
|
|
5687
6904
|
"type": "function",
|
|
5688
|
-
"name": "
|
|
6905
|
+
"name": "mockCallRevert",
|
|
5689
6906
|
"inputs": [
|
|
5690
6907
|
{
|
|
5691
6908
|
"name": "callee",
|
|
@@ -5694,11 +6911,39 @@ declare const abi: [
|
|
|
5694
6911
|
},
|
|
5695
6912
|
{
|
|
5696
6913
|
"name": "data",
|
|
6914
|
+
"type": "bytes4",
|
|
6915
|
+
"internalType": "bytes4"
|
|
6916
|
+
},
|
|
6917
|
+
{
|
|
6918
|
+
"name": "revertData",
|
|
5697
6919
|
"type": "bytes",
|
|
5698
6920
|
"internalType": "bytes"
|
|
6921
|
+
}
|
|
6922
|
+
],
|
|
6923
|
+
"outputs": [],
|
|
6924
|
+
"stateMutability": "nonpayable"
|
|
6925
|
+
},
|
|
6926
|
+
{
|
|
6927
|
+
"type": "function",
|
|
6928
|
+
"name": "mockCallRevert",
|
|
6929
|
+
"inputs": [
|
|
6930
|
+
{
|
|
6931
|
+
"name": "callee",
|
|
6932
|
+
"type": "address",
|
|
6933
|
+
"internalType": "address"
|
|
5699
6934
|
},
|
|
5700
6935
|
{
|
|
5701
|
-
"name": "
|
|
6936
|
+
"name": "msgValue",
|
|
6937
|
+
"type": "uint256",
|
|
6938
|
+
"internalType": "uint256"
|
|
6939
|
+
},
|
|
6940
|
+
{
|
|
6941
|
+
"name": "data",
|
|
6942
|
+
"type": "bytes4",
|
|
6943
|
+
"internalType": "bytes4"
|
|
6944
|
+
},
|
|
6945
|
+
{
|
|
6946
|
+
"name": "revertData",
|
|
5702
6947
|
"type": "bytes",
|
|
5703
6948
|
"internalType": "bytes"
|
|
5704
6949
|
}
|
|
@@ -5831,6 +7076,13 @@ declare const abi: [
|
|
|
5831
7076
|
"outputs": [],
|
|
5832
7077
|
"stateMutability": "nonpayable"
|
|
5833
7078
|
},
|
|
7079
|
+
{
|
|
7080
|
+
"type": "function",
|
|
7081
|
+
"name": "noAccessList",
|
|
7082
|
+
"inputs": [],
|
|
7083
|
+
"outputs": [],
|
|
7084
|
+
"stateMutability": "nonpayable"
|
|
7085
|
+
},
|
|
5834
7086
|
{
|
|
5835
7087
|
"type": "function",
|
|
5836
7088
|
"name": "parseAddress",
|
|
@@ -6947,6 +8199,47 @@ declare const abi: [
|
|
|
6947
8199
|
"outputs": [],
|
|
6948
8200
|
"stateMutability": "nonpayable"
|
|
6949
8201
|
},
|
|
8202
|
+
{
|
|
8203
|
+
"type": "function",
|
|
8204
|
+
"name": "prank",
|
|
8205
|
+
"inputs": [
|
|
8206
|
+
{
|
|
8207
|
+
"name": "msgSender",
|
|
8208
|
+
"type": "address",
|
|
8209
|
+
"internalType": "address"
|
|
8210
|
+
},
|
|
8211
|
+
{
|
|
8212
|
+
"name": "txOrigin",
|
|
8213
|
+
"type": "address",
|
|
8214
|
+
"internalType": "address"
|
|
8215
|
+
},
|
|
8216
|
+
{
|
|
8217
|
+
"name": "delegateCall",
|
|
8218
|
+
"type": "bool",
|
|
8219
|
+
"internalType": "bool"
|
|
8220
|
+
}
|
|
8221
|
+
],
|
|
8222
|
+
"outputs": [],
|
|
8223
|
+
"stateMutability": "nonpayable"
|
|
8224
|
+
},
|
|
8225
|
+
{
|
|
8226
|
+
"type": "function",
|
|
8227
|
+
"name": "prank",
|
|
8228
|
+
"inputs": [
|
|
8229
|
+
{
|
|
8230
|
+
"name": "msgSender",
|
|
8231
|
+
"type": "address",
|
|
8232
|
+
"internalType": "address"
|
|
8233
|
+
},
|
|
8234
|
+
{
|
|
8235
|
+
"name": "delegateCall",
|
|
8236
|
+
"type": "bool",
|
|
8237
|
+
"internalType": "bool"
|
|
8238
|
+
}
|
|
8239
|
+
],
|
|
8240
|
+
"outputs": [],
|
|
8241
|
+
"stateMutability": "nonpayable"
|
|
8242
|
+
},
|
|
6950
8243
|
{
|
|
6951
8244
|
"type": "function",
|
|
6952
8245
|
"name": "prank",
|
|
@@ -8536,6 +9829,24 @@ declare const abi: [
|
|
|
8536
9829
|
],
|
|
8537
9830
|
"stateMutability": "nonpayable"
|
|
8538
9831
|
},
|
|
9832
|
+
{
|
|
9833
|
+
"type": "function",
|
|
9834
|
+
"name": "setArbitraryStorage",
|
|
9835
|
+
"inputs": [
|
|
9836
|
+
{
|
|
9837
|
+
"name": "target",
|
|
9838
|
+
"type": "address",
|
|
9839
|
+
"internalType": "address"
|
|
9840
|
+
},
|
|
9841
|
+
{
|
|
9842
|
+
"name": "overwrite",
|
|
9843
|
+
"type": "bool",
|
|
9844
|
+
"internalType": "bool"
|
|
9845
|
+
}
|
|
9846
|
+
],
|
|
9847
|
+
"outputs": [],
|
|
9848
|
+
"stateMutability": "nonpayable"
|
|
9849
|
+
},
|
|
8539
9850
|
{
|
|
8540
9851
|
"type": "function",
|
|
8541
9852
|
"name": "setArbitraryStorage",
|
|
@@ -8621,6 +9932,25 @@ declare const abi: [
|
|
|
8621
9932
|
"outputs": [],
|
|
8622
9933
|
"stateMutability": "nonpayable"
|
|
8623
9934
|
},
|
|
9935
|
+
{
|
|
9936
|
+
"type": "function",
|
|
9937
|
+
"name": "shuffle",
|
|
9938
|
+
"inputs": [
|
|
9939
|
+
{
|
|
9940
|
+
"name": "array",
|
|
9941
|
+
"type": "uint256[]",
|
|
9942
|
+
"internalType": "uint256[]"
|
|
9943
|
+
}
|
|
9944
|
+
],
|
|
9945
|
+
"outputs": [
|
|
9946
|
+
{
|
|
9947
|
+
"name": "",
|
|
9948
|
+
"type": "uint256[]",
|
|
9949
|
+
"internalType": "uint256[]"
|
|
9950
|
+
}
|
|
9951
|
+
],
|
|
9952
|
+
"stateMutability": "nonpayable"
|
|
9953
|
+
},
|
|
8624
9954
|
{
|
|
8625
9955
|
"type": "function",
|
|
8626
9956
|
"name": "sign",
|
|
@@ -8762,17 +10092,180 @@ declare const abi: [
|
|
|
8762
10092
|
"internalType": "uint8"
|
|
8763
10093
|
},
|
|
8764
10094
|
{
|
|
8765
|
-
"name": "r",
|
|
8766
|
-
"type": "bytes32",
|
|
8767
|
-
"internalType": "bytes32"
|
|
10095
|
+
"name": "r",
|
|
10096
|
+
"type": "bytes32",
|
|
10097
|
+
"internalType": "bytes32"
|
|
10098
|
+
},
|
|
10099
|
+
{
|
|
10100
|
+
"name": "s",
|
|
10101
|
+
"type": "bytes32",
|
|
10102
|
+
"internalType": "bytes32"
|
|
10103
|
+
}
|
|
10104
|
+
],
|
|
10105
|
+
"stateMutability": "pure"
|
|
10106
|
+
},
|
|
10107
|
+
{
|
|
10108
|
+
"type": "function",
|
|
10109
|
+
"name": "signAndAttachDelegation",
|
|
10110
|
+
"inputs": [
|
|
10111
|
+
{
|
|
10112
|
+
"name": "implementation",
|
|
10113
|
+
"type": "address",
|
|
10114
|
+
"internalType": "address"
|
|
10115
|
+
},
|
|
10116
|
+
{
|
|
10117
|
+
"name": "privateKey",
|
|
10118
|
+
"type": "uint256",
|
|
10119
|
+
"internalType": "uint256"
|
|
10120
|
+
}
|
|
10121
|
+
],
|
|
10122
|
+
"outputs": [
|
|
10123
|
+
{
|
|
10124
|
+
"name": "signedDelegation",
|
|
10125
|
+
"type": "tuple",
|
|
10126
|
+
"internalType": "struct VmSafe.SignedDelegation",
|
|
10127
|
+
"components": [
|
|
10128
|
+
{
|
|
10129
|
+
"name": "v",
|
|
10130
|
+
"type": "uint8",
|
|
10131
|
+
"internalType": "uint8"
|
|
10132
|
+
},
|
|
10133
|
+
{
|
|
10134
|
+
"name": "r",
|
|
10135
|
+
"type": "bytes32",
|
|
10136
|
+
"internalType": "bytes32"
|
|
10137
|
+
},
|
|
10138
|
+
{
|
|
10139
|
+
"name": "s",
|
|
10140
|
+
"type": "bytes32",
|
|
10141
|
+
"internalType": "bytes32"
|
|
10142
|
+
},
|
|
10143
|
+
{
|
|
10144
|
+
"name": "nonce",
|
|
10145
|
+
"type": "uint64",
|
|
10146
|
+
"internalType": "uint64"
|
|
10147
|
+
},
|
|
10148
|
+
{
|
|
10149
|
+
"name": "implementation",
|
|
10150
|
+
"type": "address",
|
|
10151
|
+
"internalType": "address"
|
|
10152
|
+
}
|
|
10153
|
+
]
|
|
10154
|
+
}
|
|
10155
|
+
],
|
|
10156
|
+
"stateMutability": "nonpayable"
|
|
10157
|
+
},
|
|
10158
|
+
{
|
|
10159
|
+
"type": "function",
|
|
10160
|
+
"name": "signAndAttachDelegation",
|
|
10161
|
+
"inputs": [
|
|
10162
|
+
{
|
|
10163
|
+
"name": "implementation",
|
|
10164
|
+
"type": "address",
|
|
10165
|
+
"internalType": "address"
|
|
10166
|
+
},
|
|
10167
|
+
{
|
|
10168
|
+
"name": "privateKey",
|
|
10169
|
+
"type": "uint256",
|
|
10170
|
+
"internalType": "uint256"
|
|
10171
|
+
},
|
|
10172
|
+
{
|
|
10173
|
+
"name": "nonce",
|
|
10174
|
+
"type": "uint64",
|
|
10175
|
+
"internalType": "uint64"
|
|
10176
|
+
}
|
|
10177
|
+
],
|
|
10178
|
+
"outputs": [
|
|
10179
|
+
{
|
|
10180
|
+
"name": "signedDelegation",
|
|
10181
|
+
"type": "tuple",
|
|
10182
|
+
"internalType": "struct VmSafe.SignedDelegation",
|
|
10183
|
+
"components": [
|
|
10184
|
+
{
|
|
10185
|
+
"name": "v",
|
|
10186
|
+
"type": "uint8",
|
|
10187
|
+
"internalType": "uint8"
|
|
10188
|
+
},
|
|
10189
|
+
{
|
|
10190
|
+
"name": "r",
|
|
10191
|
+
"type": "bytes32",
|
|
10192
|
+
"internalType": "bytes32"
|
|
10193
|
+
},
|
|
10194
|
+
{
|
|
10195
|
+
"name": "s",
|
|
10196
|
+
"type": "bytes32",
|
|
10197
|
+
"internalType": "bytes32"
|
|
10198
|
+
},
|
|
10199
|
+
{
|
|
10200
|
+
"name": "nonce",
|
|
10201
|
+
"type": "uint64",
|
|
10202
|
+
"internalType": "uint64"
|
|
10203
|
+
},
|
|
10204
|
+
{
|
|
10205
|
+
"name": "implementation",
|
|
10206
|
+
"type": "address",
|
|
10207
|
+
"internalType": "address"
|
|
10208
|
+
}
|
|
10209
|
+
]
|
|
10210
|
+
}
|
|
10211
|
+
],
|
|
10212
|
+
"stateMutability": "nonpayable"
|
|
10213
|
+
},
|
|
10214
|
+
{
|
|
10215
|
+
"type": "function",
|
|
10216
|
+
"name": "signAndAttachDelegation",
|
|
10217
|
+
"inputs": [
|
|
10218
|
+
{
|
|
10219
|
+
"name": "implementation",
|
|
10220
|
+
"type": "address",
|
|
10221
|
+
"internalType": "address"
|
|
10222
|
+
},
|
|
10223
|
+
{
|
|
10224
|
+
"name": "privateKey",
|
|
10225
|
+
"type": "uint256",
|
|
10226
|
+
"internalType": "uint256"
|
|
8768
10227
|
},
|
|
8769
10228
|
{
|
|
8770
|
-
"name": "
|
|
8771
|
-
"type": "
|
|
8772
|
-
"internalType": "
|
|
10229
|
+
"name": "crossChain",
|
|
10230
|
+
"type": "bool",
|
|
10231
|
+
"internalType": "bool"
|
|
8773
10232
|
}
|
|
8774
10233
|
],
|
|
8775
|
-
"
|
|
10234
|
+
"outputs": [
|
|
10235
|
+
{
|
|
10236
|
+
"name": "signedDelegation",
|
|
10237
|
+
"type": "tuple",
|
|
10238
|
+
"internalType": "struct VmSafe.SignedDelegation",
|
|
10239
|
+
"components": [
|
|
10240
|
+
{
|
|
10241
|
+
"name": "v",
|
|
10242
|
+
"type": "uint8",
|
|
10243
|
+
"internalType": "uint8"
|
|
10244
|
+
},
|
|
10245
|
+
{
|
|
10246
|
+
"name": "r",
|
|
10247
|
+
"type": "bytes32",
|
|
10248
|
+
"internalType": "bytes32"
|
|
10249
|
+
},
|
|
10250
|
+
{
|
|
10251
|
+
"name": "s",
|
|
10252
|
+
"type": "bytes32",
|
|
10253
|
+
"internalType": "bytes32"
|
|
10254
|
+
},
|
|
10255
|
+
{
|
|
10256
|
+
"name": "nonce",
|
|
10257
|
+
"type": "uint64",
|
|
10258
|
+
"internalType": "uint64"
|
|
10259
|
+
},
|
|
10260
|
+
{
|
|
10261
|
+
"name": "implementation",
|
|
10262
|
+
"type": "address",
|
|
10263
|
+
"internalType": "address"
|
|
10264
|
+
}
|
|
10265
|
+
]
|
|
10266
|
+
}
|
|
10267
|
+
],
|
|
10268
|
+
"stateMutability": "nonpayable"
|
|
8776
10269
|
},
|
|
8777
10270
|
{
|
|
8778
10271
|
"type": "function",
|
|
@@ -8907,6 +10400,169 @@ declare const abi: [
|
|
|
8907
10400
|
],
|
|
8908
10401
|
"stateMutability": "pure"
|
|
8909
10402
|
},
|
|
10403
|
+
{
|
|
10404
|
+
"type": "function",
|
|
10405
|
+
"name": "signDelegation",
|
|
10406
|
+
"inputs": [
|
|
10407
|
+
{
|
|
10408
|
+
"name": "implementation",
|
|
10409
|
+
"type": "address",
|
|
10410
|
+
"internalType": "address"
|
|
10411
|
+
},
|
|
10412
|
+
{
|
|
10413
|
+
"name": "privateKey",
|
|
10414
|
+
"type": "uint256",
|
|
10415
|
+
"internalType": "uint256"
|
|
10416
|
+
}
|
|
10417
|
+
],
|
|
10418
|
+
"outputs": [
|
|
10419
|
+
{
|
|
10420
|
+
"name": "signedDelegation",
|
|
10421
|
+
"type": "tuple",
|
|
10422
|
+
"internalType": "struct VmSafe.SignedDelegation",
|
|
10423
|
+
"components": [
|
|
10424
|
+
{
|
|
10425
|
+
"name": "v",
|
|
10426
|
+
"type": "uint8",
|
|
10427
|
+
"internalType": "uint8"
|
|
10428
|
+
},
|
|
10429
|
+
{
|
|
10430
|
+
"name": "r",
|
|
10431
|
+
"type": "bytes32",
|
|
10432
|
+
"internalType": "bytes32"
|
|
10433
|
+
},
|
|
10434
|
+
{
|
|
10435
|
+
"name": "s",
|
|
10436
|
+
"type": "bytes32",
|
|
10437
|
+
"internalType": "bytes32"
|
|
10438
|
+
},
|
|
10439
|
+
{
|
|
10440
|
+
"name": "nonce",
|
|
10441
|
+
"type": "uint64",
|
|
10442
|
+
"internalType": "uint64"
|
|
10443
|
+
},
|
|
10444
|
+
{
|
|
10445
|
+
"name": "implementation",
|
|
10446
|
+
"type": "address",
|
|
10447
|
+
"internalType": "address"
|
|
10448
|
+
}
|
|
10449
|
+
]
|
|
10450
|
+
}
|
|
10451
|
+
],
|
|
10452
|
+
"stateMutability": "nonpayable"
|
|
10453
|
+
},
|
|
10454
|
+
{
|
|
10455
|
+
"type": "function",
|
|
10456
|
+
"name": "signDelegation",
|
|
10457
|
+
"inputs": [
|
|
10458
|
+
{
|
|
10459
|
+
"name": "implementation",
|
|
10460
|
+
"type": "address",
|
|
10461
|
+
"internalType": "address"
|
|
10462
|
+
},
|
|
10463
|
+
{
|
|
10464
|
+
"name": "privateKey",
|
|
10465
|
+
"type": "uint256",
|
|
10466
|
+
"internalType": "uint256"
|
|
10467
|
+
},
|
|
10468
|
+
{
|
|
10469
|
+
"name": "crossChain",
|
|
10470
|
+
"type": "bool",
|
|
10471
|
+
"internalType": "bool"
|
|
10472
|
+
}
|
|
10473
|
+
],
|
|
10474
|
+
"outputs": [
|
|
10475
|
+
{
|
|
10476
|
+
"name": "signedDelegation",
|
|
10477
|
+
"type": "tuple",
|
|
10478
|
+
"internalType": "struct VmSafe.SignedDelegation",
|
|
10479
|
+
"components": [
|
|
10480
|
+
{
|
|
10481
|
+
"name": "v",
|
|
10482
|
+
"type": "uint8",
|
|
10483
|
+
"internalType": "uint8"
|
|
10484
|
+
},
|
|
10485
|
+
{
|
|
10486
|
+
"name": "r",
|
|
10487
|
+
"type": "bytes32",
|
|
10488
|
+
"internalType": "bytes32"
|
|
10489
|
+
},
|
|
10490
|
+
{
|
|
10491
|
+
"name": "s",
|
|
10492
|
+
"type": "bytes32",
|
|
10493
|
+
"internalType": "bytes32"
|
|
10494
|
+
},
|
|
10495
|
+
{
|
|
10496
|
+
"name": "nonce",
|
|
10497
|
+
"type": "uint64",
|
|
10498
|
+
"internalType": "uint64"
|
|
10499
|
+
},
|
|
10500
|
+
{
|
|
10501
|
+
"name": "implementation",
|
|
10502
|
+
"type": "address",
|
|
10503
|
+
"internalType": "address"
|
|
10504
|
+
}
|
|
10505
|
+
]
|
|
10506
|
+
}
|
|
10507
|
+
],
|
|
10508
|
+
"stateMutability": "nonpayable"
|
|
10509
|
+
},
|
|
10510
|
+
{
|
|
10511
|
+
"type": "function",
|
|
10512
|
+
"name": "signDelegation",
|
|
10513
|
+
"inputs": [
|
|
10514
|
+
{
|
|
10515
|
+
"name": "implementation",
|
|
10516
|
+
"type": "address",
|
|
10517
|
+
"internalType": "address"
|
|
10518
|
+
},
|
|
10519
|
+
{
|
|
10520
|
+
"name": "privateKey",
|
|
10521
|
+
"type": "uint256",
|
|
10522
|
+
"internalType": "uint256"
|
|
10523
|
+
},
|
|
10524
|
+
{
|
|
10525
|
+
"name": "nonce",
|
|
10526
|
+
"type": "uint64",
|
|
10527
|
+
"internalType": "uint64"
|
|
10528
|
+
}
|
|
10529
|
+
],
|
|
10530
|
+
"outputs": [
|
|
10531
|
+
{
|
|
10532
|
+
"name": "signedDelegation",
|
|
10533
|
+
"type": "tuple",
|
|
10534
|
+
"internalType": "struct VmSafe.SignedDelegation",
|
|
10535
|
+
"components": [
|
|
10536
|
+
{
|
|
10537
|
+
"name": "v",
|
|
10538
|
+
"type": "uint8",
|
|
10539
|
+
"internalType": "uint8"
|
|
10540
|
+
},
|
|
10541
|
+
{
|
|
10542
|
+
"name": "r",
|
|
10543
|
+
"type": "bytes32",
|
|
10544
|
+
"internalType": "bytes32"
|
|
10545
|
+
},
|
|
10546
|
+
{
|
|
10547
|
+
"name": "s",
|
|
10548
|
+
"type": "bytes32",
|
|
10549
|
+
"internalType": "bytes32"
|
|
10550
|
+
},
|
|
10551
|
+
{
|
|
10552
|
+
"name": "nonce",
|
|
10553
|
+
"type": "uint64",
|
|
10554
|
+
"internalType": "uint64"
|
|
10555
|
+
},
|
|
10556
|
+
{
|
|
10557
|
+
"name": "implementation",
|
|
10558
|
+
"type": "address",
|
|
10559
|
+
"internalType": "address"
|
|
10560
|
+
}
|
|
10561
|
+
]
|
|
10562
|
+
}
|
|
10563
|
+
],
|
|
10564
|
+
"stateMutability": "nonpayable"
|
|
10565
|
+
},
|
|
8910
10566
|
{
|
|
8911
10567
|
"type": "function",
|
|
8912
10568
|
"name": "signP256",
|
|
@@ -9090,6 +10746,25 @@ declare const abi: [
|
|
|
9090
10746
|
"outputs": [],
|
|
9091
10747
|
"stateMutability": "nonpayable"
|
|
9092
10748
|
},
|
|
10749
|
+
{
|
|
10750
|
+
"type": "function",
|
|
10751
|
+
"name": "sort",
|
|
10752
|
+
"inputs": [
|
|
10753
|
+
{
|
|
10754
|
+
"name": "array",
|
|
10755
|
+
"type": "uint256[]",
|
|
10756
|
+
"internalType": "uint256[]"
|
|
10757
|
+
}
|
|
10758
|
+
],
|
|
10759
|
+
"outputs": [
|
|
10760
|
+
{
|
|
10761
|
+
"name": "",
|
|
10762
|
+
"type": "uint256[]",
|
|
10763
|
+
"internalType": "uint256[]"
|
|
10764
|
+
}
|
|
10765
|
+
],
|
|
10766
|
+
"stateMutability": "nonpayable"
|
|
10767
|
+
},
|
|
9093
10768
|
{
|
|
9094
10769
|
"type": "function",
|
|
9095
10770
|
"name": "split",
|
|
@@ -9174,6 +10849,42 @@ declare const abi: [
|
|
|
9174
10849
|
"outputs": [],
|
|
9175
10850
|
"stateMutability": "nonpayable"
|
|
9176
10851
|
},
|
|
10852
|
+
{
|
|
10853
|
+
"type": "function",
|
|
10854
|
+
"name": "startPrank",
|
|
10855
|
+
"inputs": [
|
|
10856
|
+
{
|
|
10857
|
+
"name": "msgSender",
|
|
10858
|
+
"type": "address",
|
|
10859
|
+
"internalType": "address"
|
|
10860
|
+
},
|
|
10861
|
+
{
|
|
10862
|
+
"name": "delegateCall",
|
|
10863
|
+
"type": "bool",
|
|
10864
|
+
"internalType": "bool"
|
|
10865
|
+
}
|
|
10866
|
+
],
|
|
10867
|
+
"outputs": [],
|
|
10868
|
+
"stateMutability": "nonpayable"
|
|
10869
|
+
},
|
|
10870
|
+
{
|
|
10871
|
+
"type": "function",
|
|
10872
|
+
"name": "startPrank",
|
|
10873
|
+
"inputs": [
|
|
10874
|
+
{
|
|
10875
|
+
"name": "msgSender",
|
|
10876
|
+
"type": "address",
|
|
10877
|
+
"internalType": "address"
|
|
10878
|
+
},
|
|
10879
|
+
{
|
|
10880
|
+
"name": "txOrigin",
|
|
10881
|
+
"type": "address",
|
|
10882
|
+
"internalType": "address"
|
|
10883
|
+
}
|
|
10884
|
+
],
|
|
10885
|
+
"outputs": [],
|
|
10886
|
+
"stateMutability": "nonpayable"
|
|
10887
|
+
},
|
|
9177
10888
|
{
|
|
9178
10889
|
"type": "function",
|
|
9179
10890
|
"name": "startPrank",
|
|
@@ -9187,6 +10898,11 @@ declare const abi: [
|
|
|
9187
10898
|
"name": "txOrigin",
|
|
9188
10899
|
"type": "address",
|
|
9189
10900
|
"internalType": "address"
|
|
10901
|
+
},
|
|
10902
|
+
{
|
|
10903
|
+
"name": "delegateCall",
|
|
10904
|
+
"type": "bool",
|
|
10905
|
+
"internalType": "bool"
|
|
9190
10906
|
}
|
|
9191
10907
|
],
|
|
9192
10908
|
"outputs": [],
|
|
@@ -9427,6 +11143,13 @@ declare const abi: [
|
|
|
9427
11143
|
"outputs": [],
|
|
9428
11144
|
"stateMutability": "nonpayable"
|
|
9429
11145
|
},
|
|
11146
|
+
{
|
|
11147
|
+
"type": "function",
|
|
11148
|
+
"name": "stopRecord",
|
|
11149
|
+
"inputs": [],
|
|
11150
|
+
"outputs": [],
|
|
11151
|
+
"stateMutability": "nonpayable"
|
|
11152
|
+
},
|
|
9430
11153
|
{
|
|
9431
11154
|
"type": "function",
|
|
9432
11155
|
"name": "stopSnapshotGas",
|
|
@@ -9844,6 +11567,24 @@ declare const abi: [
|
|
|
9844
11567
|
"internalType": "uint256"
|
|
9845
11568
|
}
|
|
9846
11569
|
],
|
|
11570
|
+
"stateMutability": "view"
|
|
11571
|
+
},
|
|
11572
|
+
{
|
|
11573
|
+
"type": "function",
|
|
11574
|
+
"name": "warmSlot",
|
|
11575
|
+
"inputs": [
|
|
11576
|
+
{
|
|
11577
|
+
"name": "target",
|
|
11578
|
+
"type": "address",
|
|
11579
|
+
"internalType": "address"
|
|
11580
|
+
},
|
|
11581
|
+
{
|
|
11582
|
+
"name": "slot",
|
|
11583
|
+
"type": "bytes32",
|
|
11584
|
+
"internalType": "bytes32"
|
|
11585
|
+
}
|
|
11586
|
+
],
|
|
11587
|
+
"outputs": [],
|
|
9847
11588
|
"stateMutability": "nonpayable"
|
|
9848
11589
|
},
|
|
9849
11590
|
{
|