@zoralabs/protocol-deployments 0.0.5 → 0.0.6
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/.turbo/turbo-build.log +10 -10
- package/CHANGELOG.md +12 -0
- package/addresses/1.json +6 -6
- package/addresses/10.json +6 -6
- package/addresses/7777777.json +6 -6
- package/addresses/8453.json +6 -6
- package/addresses/999.json +6 -6
- package/addresses/999999999.json +7 -6
- package/dist/index.cjs +209 -55
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +209 -55
- package/dist/index.js.map +1 -1
- package/dist/package/batchPublish.test.d.ts +2 -2
- package/dist/package/wagmiGenerated.d.ts +628 -138
- package/dist/package/wagmiGenerated.d.ts.map +1 -1
- package/package/wagmiGenerated.ts +208 -54
- package/package.json +2 -1
- package/script/DeployProxiesToNewChain.s.sol +1 -1
- package/src/DeploymentTestingUtils.sol +28 -14
- package/src/ZoraDeployerUtils.sol +23 -0
- package/test/UpgradesTest.t.sol +60 -0
- package/test/ZoraCreator1155PremintExecutorForkTest.t.sol +6 -1
|
@@ -1253,6 +1253,10 @@ export declare const zoraCreator1155ImplABI: readonly [{
|
|
|
1253
1253
|
readonly type: "error";
|
|
1254
1254
|
readonly inputs: readonly [];
|
|
1255
1255
|
readonly name: "ERC1155_MINT_TO_ZERO_ADDRESS";
|
|
1256
|
+
}, {
|
|
1257
|
+
readonly type: "error";
|
|
1258
|
+
readonly inputs: readonly [];
|
|
1259
|
+
readonly name: "ERC1155_MINT_TO_ZERO_ADDRESS";
|
|
1256
1260
|
}, {
|
|
1257
1261
|
readonly type: "error";
|
|
1258
1262
|
readonly inputs: readonly [];
|
|
@@ -1345,6 +1349,10 @@ export declare const zoraCreator1155ImplABI: readonly [{
|
|
|
1345
1349
|
readonly type: "error";
|
|
1346
1350
|
readonly inputs: readonly [];
|
|
1347
1351
|
readonly name: "InvalidMintSchedule";
|
|
1352
|
+
}, {
|
|
1353
|
+
readonly type: "error";
|
|
1354
|
+
readonly inputs: readonly [];
|
|
1355
|
+
readonly name: "InvalidSignatureVersion";
|
|
1348
1356
|
}, {
|
|
1349
1357
|
readonly type: "error";
|
|
1350
1358
|
readonly inputs: readonly [];
|
|
@@ -2295,66 +2303,12 @@ export declare const zoraCreator1155ImplABI: readonly [{
|
|
|
2295
2303
|
readonly type: "function";
|
|
2296
2304
|
readonly inputs: readonly [{
|
|
2297
2305
|
readonly name: "premintConfig";
|
|
2298
|
-
readonly internalType: "
|
|
2299
|
-
readonly type: "
|
|
2300
|
-
|
|
2301
|
-
|
|
2302
|
-
|
|
2303
|
-
|
|
2304
|
-
readonly components: readonly [{
|
|
2305
|
-
readonly name: "tokenURI";
|
|
2306
|
-
readonly internalType: "string";
|
|
2307
|
-
readonly type: "string";
|
|
2308
|
-
}, {
|
|
2309
|
-
readonly name: "maxSupply";
|
|
2310
|
-
readonly internalType: "uint256";
|
|
2311
|
-
readonly type: "uint256";
|
|
2312
|
-
}, {
|
|
2313
|
-
readonly name: "maxTokensPerAddress";
|
|
2314
|
-
readonly internalType: "uint64";
|
|
2315
|
-
readonly type: "uint64";
|
|
2316
|
-
}, {
|
|
2317
|
-
readonly name: "pricePerToken";
|
|
2318
|
-
readonly internalType: "uint96";
|
|
2319
|
-
readonly type: "uint96";
|
|
2320
|
-
}, {
|
|
2321
|
-
readonly name: "mintStart";
|
|
2322
|
-
readonly internalType: "uint64";
|
|
2323
|
-
readonly type: "uint64";
|
|
2324
|
-
}, {
|
|
2325
|
-
readonly name: "mintDuration";
|
|
2326
|
-
readonly internalType: "uint64";
|
|
2327
|
-
readonly type: "uint64";
|
|
2328
|
-
}, {
|
|
2329
|
-
readonly name: "royaltyMintSchedule";
|
|
2330
|
-
readonly internalType: "uint32";
|
|
2331
|
-
readonly type: "uint32";
|
|
2332
|
-
}, {
|
|
2333
|
-
readonly name: "royaltyBPS";
|
|
2334
|
-
readonly internalType: "uint32";
|
|
2335
|
-
readonly type: "uint32";
|
|
2336
|
-
}, {
|
|
2337
|
-
readonly name: "royaltyRecipient";
|
|
2338
|
-
readonly internalType: "address";
|
|
2339
|
-
readonly type: "address";
|
|
2340
|
-
}, {
|
|
2341
|
-
readonly name: "fixedPriceMinter";
|
|
2342
|
-
readonly internalType: "address";
|
|
2343
|
-
readonly type: "address";
|
|
2344
|
-
}];
|
|
2345
|
-
}, {
|
|
2346
|
-
readonly name: "uid";
|
|
2347
|
-
readonly internalType: "uint32";
|
|
2348
|
-
readonly type: "uint32";
|
|
2349
|
-
}, {
|
|
2350
|
-
readonly name: "version";
|
|
2351
|
-
readonly internalType: "uint32";
|
|
2352
|
-
readonly type: "uint32";
|
|
2353
|
-
}, {
|
|
2354
|
-
readonly name: "deleted";
|
|
2355
|
-
readonly internalType: "bool";
|
|
2356
|
-
readonly type: "bool";
|
|
2357
|
-
}];
|
|
2306
|
+
readonly internalType: "bytes";
|
|
2307
|
+
readonly type: "bytes";
|
|
2308
|
+
}, {
|
|
2309
|
+
readonly name: "premintVersion";
|
|
2310
|
+
readonly internalType: "bytes32";
|
|
2311
|
+
readonly type: "bytes32";
|
|
2358
2312
|
}, {
|
|
2359
2313
|
readonly name: "signature";
|
|
2360
2314
|
readonly internalType: "bytes";
|
|
@@ -2925,6 +2879,16 @@ export declare const zoraCreator1155ImplABI: readonly [{
|
|
|
2925
2879
|
readonly internalType: "uint256";
|
|
2926
2880
|
readonly type: "uint256";
|
|
2927
2881
|
}];
|
|
2882
|
+
}, {
|
|
2883
|
+
readonly stateMutability: "pure";
|
|
2884
|
+
readonly type: "function";
|
|
2885
|
+
readonly inputs: readonly [];
|
|
2886
|
+
readonly name: "supportedPremintSignatureVersions";
|
|
2887
|
+
readonly outputs: readonly [{
|
|
2888
|
+
readonly name: "";
|
|
2889
|
+
readonly internalType: "string[]";
|
|
2890
|
+
readonly type: "string[]";
|
|
2891
|
+
}];
|
|
2928
2892
|
}, {
|
|
2929
2893
|
readonly stateMutability: "view";
|
|
2930
2894
|
readonly type: "function";
|
|
@@ -3159,6 +3123,10 @@ export declare const zoraCreator1155PremintExecutorImplABI: readonly [{
|
|
|
3159
3123
|
readonly type: "address";
|
|
3160
3124
|
}];
|
|
3161
3125
|
readonly name: "Config_TransferHookNotSupported";
|
|
3126
|
+
}, {
|
|
3127
|
+
readonly type: "error";
|
|
3128
|
+
readonly inputs: readonly [];
|
|
3129
|
+
readonly name: "ERC1155_MINT_TO_ZERO_ADDRESS";
|
|
3162
3130
|
}, {
|
|
3163
3131
|
readonly type: "error";
|
|
3164
3132
|
readonly inputs: readonly [];
|
|
@@ -3231,6 +3199,10 @@ export declare const zoraCreator1155PremintExecutorImplABI: readonly [{
|
|
|
3231
3199
|
readonly type: "error";
|
|
3232
3200
|
readonly inputs: readonly [];
|
|
3233
3201
|
readonly name: "InvalidMintSchedule";
|
|
3202
|
+
}, {
|
|
3203
|
+
readonly type: "error";
|
|
3204
|
+
readonly inputs: readonly [];
|
|
3205
|
+
readonly name: "InvalidSignatureVersion";
|
|
3234
3206
|
}, {
|
|
3235
3207
|
readonly type: "error";
|
|
3236
3208
|
readonly inputs: readonly [];
|
|
@@ -3558,6 +3530,41 @@ export declare const zoraCreator1155PremintExecutorImplABI: readonly [{
|
|
|
3558
3530
|
readonly indexed: false;
|
|
3559
3531
|
}];
|
|
3560
3532
|
readonly name: "Preminted";
|
|
3533
|
+
}, {
|
|
3534
|
+
readonly type: "event";
|
|
3535
|
+
readonly anonymous: false;
|
|
3536
|
+
readonly inputs: readonly [{
|
|
3537
|
+
readonly name: "contractAddress";
|
|
3538
|
+
readonly internalType: "address";
|
|
3539
|
+
readonly type: "address";
|
|
3540
|
+
readonly indexed: true;
|
|
3541
|
+
}, {
|
|
3542
|
+
readonly name: "tokenId";
|
|
3543
|
+
readonly internalType: "uint256";
|
|
3544
|
+
readonly type: "uint256";
|
|
3545
|
+
readonly indexed: true;
|
|
3546
|
+
}, {
|
|
3547
|
+
readonly name: "createdNewContract";
|
|
3548
|
+
readonly internalType: "bool";
|
|
3549
|
+
readonly type: "bool";
|
|
3550
|
+
readonly indexed: true;
|
|
3551
|
+
}, {
|
|
3552
|
+
readonly name: "uid";
|
|
3553
|
+
readonly internalType: "uint32";
|
|
3554
|
+
readonly type: "uint32";
|
|
3555
|
+
readonly indexed: false;
|
|
3556
|
+
}, {
|
|
3557
|
+
readonly name: "minter";
|
|
3558
|
+
readonly internalType: "address";
|
|
3559
|
+
readonly type: "address";
|
|
3560
|
+
readonly indexed: false;
|
|
3561
|
+
}, {
|
|
3562
|
+
readonly name: "quantityMinted";
|
|
3563
|
+
readonly internalType: "uint256";
|
|
3564
|
+
readonly type: "uint256";
|
|
3565
|
+
readonly indexed: false;
|
|
3566
|
+
}];
|
|
3567
|
+
readonly name: "PremintedV2";
|
|
3561
3568
|
}, {
|
|
3562
3569
|
readonly type: "event";
|
|
3563
3570
|
readonly anonymous: false;
|
|
@@ -3617,6 +3624,16 @@ export declare const zoraCreator1155PremintExecutorImplABI: readonly [{
|
|
|
3617
3624
|
readonly internalType: "address";
|
|
3618
3625
|
readonly type: "address";
|
|
3619
3626
|
}];
|
|
3627
|
+
}, {
|
|
3628
|
+
readonly stateMutability: "view";
|
|
3629
|
+
readonly type: "function";
|
|
3630
|
+
readonly inputs: readonly [];
|
|
3631
|
+
readonly name: "implementation";
|
|
3632
|
+
readonly outputs: readonly [{
|
|
3633
|
+
readonly name: "";
|
|
3634
|
+
readonly internalType: "address";
|
|
3635
|
+
readonly type: "address";
|
|
3636
|
+
}];
|
|
3620
3637
|
}, {
|
|
3621
3638
|
readonly stateMutability: "nonpayable";
|
|
3622
3639
|
readonly type: "function";
|
|
@@ -3627,6 +3644,28 @@ export declare const zoraCreator1155PremintExecutorImplABI: readonly [{
|
|
|
3627
3644
|
}];
|
|
3628
3645
|
readonly name: "initialize";
|
|
3629
3646
|
readonly outputs: readonly [];
|
|
3647
|
+
}, {
|
|
3648
|
+
readonly stateMutability: "view";
|
|
3649
|
+
readonly type: "function";
|
|
3650
|
+
readonly inputs: readonly [{
|
|
3651
|
+
readonly name: "signer";
|
|
3652
|
+
readonly internalType: "address";
|
|
3653
|
+
readonly type: "address";
|
|
3654
|
+
}, {
|
|
3655
|
+
readonly name: "premintContractConfigContractAdmin";
|
|
3656
|
+
readonly internalType: "address";
|
|
3657
|
+
readonly type: "address";
|
|
3658
|
+
}, {
|
|
3659
|
+
readonly name: "contractAddress";
|
|
3660
|
+
readonly internalType: "address";
|
|
3661
|
+
readonly type: "address";
|
|
3662
|
+
}];
|
|
3663
|
+
readonly name: "isAuthorizedToCreatePremint";
|
|
3664
|
+
readonly outputs: readonly [{
|
|
3665
|
+
readonly name: "isAuthorized";
|
|
3666
|
+
readonly internalType: "bool";
|
|
3667
|
+
readonly type: "bool";
|
|
3668
|
+
}];
|
|
3630
3669
|
}, {
|
|
3631
3670
|
readonly stateMutability: "view";
|
|
3632
3671
|
readonly type: "function";
|
|
@@ -3872,19 +3911,26 @@ export declare const zoraCreator1155PremintExecutorImplABI: readonly [{
|
|
|
3872
3911
|
readonly type: "uint256";
|
|
3873
3912
|
}];
|
|
3874
3913
|
}, {
|
|
3875
|
-
readonly stateMutability: "
|
|
3876
|
-
readonly type: "function";
|
|
3877
|
-
readonly inputs: readonly [];
|
|
3878
|
-
readonly name: "proxiableUUID";
|
|
3879
|
-
readonly outputs: readonly [{
|
|
3880
|
-
readonly name: "";
|
|
3881
|
-
readonly internalType: "bytes32";
|
|
3882
|
-
readonly type: "bytes32";
|
|
3883
|
-
}];
|
|
3884
|
-
}, {
|
|
3885
|
-
readonly stateMutability: "view";
|
|
3914
|
+
readonly stateMutability: "payable";
|
|
3886
3915
|
readonly type: "function";
|
|
3887
3916
|
readonly inputs: readonly [{
|
|
3917
|
+
readonly name: "contractConfig";
|
|
3918
|
+
readonly internalType: "struct ContractCreationConfig";
|
|
3919
|
+
readonly type: "tuple";
|
|
3920
|
+
readonly components: readonly [{
|
|
3921
|
+
readonly name: "contractAdmin";
|
|
3922
|
+
readonly internalType: "address";
|
|
3923
|
+
readonly type: "address";
|
|
3924
|
+
}, {
|
|
3925
|
+
readonly name: "contractURI";
|
|
3926
|
+
readonly internalType: "string";
|
|
3927
|
+
readonly type: "string";
|
|
3928
|
+
}, {
|
|
3929
|
+
readonly name: "contractName";
|
|
3930
|
+
readonly internalType: "string";
|
|
3931
|
+
readonly type: "string";
|
|
3932
|
+
}];
|
|
3933
|
+
}, {
|
|
3888
3934
|
readonly name: "premintConfig";
|
|
3889
3935
|
readonly internalType: "struct PremintConfig";
|
|
3890
3936
|
readonly type: "tuple";
|
|
@@ -3946,67 +3992,248 @@ export declare const zoraCreator1155PremintExecutorImplABI: readonly [{
|
|
|
3946
3992
|
readonly internalType: "bool";
|
|
3947
3993
|
readonly type: "bool";
|
|
3948
3994
|
}];
|
|
3949
|
-
}, {
|
|
3950
|
-
readonly name: "zor1155Address";
|
|
3951
|
-
readonly internalType: "address";
|
|
3952
|
-
readonly type: "address";
|
|
3953
3995
|
}, {
|
|
3954
3996
|
readonly name: "signature";
|
|
3955
3997
|
readonly internalType: "bytes";
|
|
3956
3998
|
readonly type: "bytes";
|
|
3999
|
+
}, {
|
|
4000
|
+
readonly name: "quantityToMint";
|
|
4001
|
+
readonly internalType: "uint256";
|
|
4002
|
+
readonly type: "uint256";
|
|
4003
|
+
}, {
|
|
4004
|
+
readonly name: "mintArguments";
|
|
4005
|
+
readonly internalType: "struct IZoraCreator1155PremintExecutor.MintArguments";
|
|
4006
|
+
readonly type: "tuple";
|
|
4007
|
+
readonly components: readonly [{
|
|
4008
|
+
readonly name: "mintRecipient";
|
|
4009
|
+
readonly internalType: "address";
|
|
4010
|
+
readonly type: "address";
|
|
4011
|
+
}, {
|
|
4012
|
+
readonly name: "mintComment";
|
|
4013
|
+
readonly internalType: "string";
|
|
4014
|
+
readonly type: "string";
|
|
4015
|
+
}, {
|
|
4016
|
+
readonly name: "mintReferral";
|
|
4017
|
+
readonly internalType: "address";
|
|
4018
|
+
readonly type: "address";
|
|
4019
|
+
}];
|
|
3957
4020
|
}];
|
|
3958
|
-
readonly name: "
|
|
4021
|
+
readonly name: "premintV1";
|
|
3959
4022
|
readonly outputs: readonly [{
|
|
3960
|
-
readonly name: "";
|
|
3961
|
-
readonly internalType: "
|
|
3962
|
-
readonly type: "
|
|
3963
|
-
|
|
3964
|
-
|
|
3965
|
-
|
|
3966
|
-
|
|
3967
|
-
|
|
3968
|
-
|
|
3969
|
-
|
|
3970
|
-
|
|
3971
|
-
|
|
3972
|
-
|
|
3973
|
-
|
|
3974
|
-
|
|
3975
|
-
|
|
3976
|
-
readonly type: "address";
|
|
3977
|
-
}];
|
|
3978
|
-
readonly name: "safeTransferOwnership";
|
|
3979
|
-
readonly outputs: readonly [];
|
|
3980
|
-
}, {
|
|
3981
|
-
readonly stateMutability: "nonpayable";
|
|
3982
|
-
readonly type: "function";
|
|
3983
|
-
readonly inputs: readonly [{
|
|
3984
|
-
readonly name: "_newOwner";
|
|
3985
|
-
readonly internalType: "address";
|
|
3986
|
-
readonly type: "address";
|
|
3987
|
-
}];
|
|
3988
|
-
readonly name: "transferOwnership";
|
|
3989
|
-
readonly outputs: readonly [];
|
|
3990
|
-
}, {
|
|
3991
|
-
readonly stateMutability: "nonpayable";
|
|
3992
|
-
readonly type: "function";
|
|
3993
|
-
readonly inputs: readonly [{
|
|
3994
|
-
readonly name: "newImplementation";
|
|
3995
|
-
readonly internalType: "address";
|
|
3996
|
-
readonly type: "address";
|
|
4023
|
+
readonly name: "result";
|
|
4024
|
+
readonly internalType: "struct IZoraCreator1155PremintExecutor.PremintResult";
|
|
4025
|
+
readonly type: "tuple";
|
|
4026
|
+
readonly components: readonly [{
|
|
4027
|
+
readonly name: "contractAddress";
|
|
4028
|
+
readonly internalType: "address";
|
|
4029
|
+
readonly type: "address";
|
|
4030
|
+
}, {
|
|
4031
|
+
readonly name: "tokenId";
|
|
4032
|
+
readonly internalType: "uint256";
|
|
4033
|
+
readonly type: "uint256";
|
|
4034
|
+
}, {
|
|
4035
|
+
readonly name: "createdNewContract";
|
|
4036
|
+
readonly internalType: "bool";
|
|
4037
|
+
readonly type: "bool";
|
|
4038
|
+
}];
|
|
3997
4039
|
}];
|
|
3998
|
-
readonly name: "upgradeTo";
|
|
3999
|
-
readonly outputs: readonly [];
|
|
4000
4040
|
}, {
|
|
4001
4041
|
readonly stateMutability: "payable";
|
|
4002
4042
|
readonly type: "function";
|
|
4003
4043
|
readonly inputs: readonly [{
|
|
4004
|
-
readonly name: "
|
|
4005
|
-
readonly internalType: "
|
|
4006
|
-
readonly type: "
|
|
4007
|
-
|
|
4008
|
-
|
|
4009
|
-
|
|
4044
|
+
readonly name: "contractConfig";
|
|
4045
|
+
readonly internalType: "struct ContractCreationConfig";
|
|
4046
|
+
readonly type: "tuple";
|
|
4047
|
+
readonly components: readonly [{
|
|
4048
|
+
readonly name: "contractAdmin";
|
|
4049
|
+
readonly internalType: "address";
|
|
4050
|
+
readonly type: "address";
|
|
4051
|
+
}, {
|
|
4052
|
+
readonly name: "contractURI";
|
|
4053
|
+
readonly internalType: "string";
|
|
4054
|
+
readonly type: "string";
|
|
4055
|
+
}, {
|
|
4056
|
+
readonly name: "contractName";
|
|
4057
|
+
readonly internalType: "string";
|
|
4058
|
+
readonly type: "string";
|
|
4059
|
+
}];
|
|
4060
|
+
}, {
|
|
4061
|
+
readonly name: "premintConfig";
|
|
4062
|
+
readonly internalType: "struct PremintConfigV2";
|
|
4063
|
+
readonly type: "tuple";
|
|
4064
|
+
readonly components: readonly [{
|
|
4065
|
+
readonly name: "tokenConfig";
|
|
4066
|
+
readonly internalType: "struct TokenCreationConfigV2";
|
|
4067
|
+
readonly type: "tuple";
|
|
4068
|
+
readonly components: readonly [{
|
|
4069
|
+
readonly name: "tokenURI";
|
|
4070
|
+
readonly internalType: "string";
|
|
4071
|
+
readonly type: "string";
|
|
4072
|
+
}, {
|
|
4073
|
+
readonly name: "maxSupply";
|
|
4074
|
+
readonly internalType: "uint256";
|
|
4075
|
+
readonly type: "uint256";
|
|
4076
|
+
}, {
|
|
4077
|
+
readonly name: "maxTokensPerAddress";
|
|
4078
|
+
readonly internalType: "uint64";
|
|
4079
|
+
readonly type: "uint64";
|
|
4080
|
+
}, {
|
|
4081
|
+
readonly name: "pricePerToken";
|
|
4082
|
+
readonly internalType: "uint96";
|
|
4083
|
+
readonly type: "uint96";
|
|
4084
|
+
}, {
|
|
4085
|
+
readonly name: "mintStart";
|
|
4086
|
+
readonly internalType: "uint64";
|
|
4087
|
+
readonly type: "uint64";
|
|
4088
|
+
}, {
|
|
4089
|
+
readonly name: "mintDuration";
|
|
4090
|
+
readonly internalType: "uint64";
|
|
4091
|
+
readonly type: "uint64";
|
|
4092
|
+
}, {
|
|
4093
|
+
readonly name: "royaltyBPS";
|
|
4094
|
+
readonly internalType: "uint32";
|
|
4095
|
+
readonly type: "uint32";
|
|
4096
|
+
}, {
|
|
4097
|
+
readonly name: "payoutRecipient";
|
|
4098
|
+
readonly internalType: "address";
|
|
4099
|
+
readonly type: "address";
|
|
4100
|
+
}, {
|
|
4101
|
+
readonly name: "fixedPriceMinter";
|
|
4102
|
+
readonly internalType: "address";
|
|
4103
|
+
readonly type: "address";
|
|
4104
|
+
}, {
|
|
4105
|
+
readonly name: "createReferral";
|
|
4106
|
+
readonly internalType: "address";
|
|
4107
|
+
readonly type: "address";
|
|
4108
|
+
}];
|
|
4109
|
+
}, {
|
|
4110
|
+
readonly name: "uid";
|
|
4111
|
+
readonly internalType: "uint32";
|
|
4112
|
+
readonly type: "uint32";
|
|
4113
|
+
}, {
|
|
4114
|
+
readonly name: "version";
|
|
4115
|
+
readonly internalType: "uint32";
|
|
4116
|
+
readonly type: "uint32";
|
|
4117
|
+
}, {
|
|
4118
|
+
readonly name: "deleted";
|
|
4119
|
+
readonly internalType: "bool";
|
|
4120
|
+
readonly type: "bool";
|
|
4121
|
+
}];
|
|
4122
|
+
}, {
|
|
4123
|
+
readonly name: "signature";
|
|
4124
|
+
readonly internalType: "bytes";
|
|
4125
|
+
readonly type: "bytes";
|
|
4126
|
+
}, {
|
|
4127
|
+
readonly name: "quantityToMint";
|
|
4128
|
+
readonly internalType: "uint256";
|
|
4129
|
+
readonly type: "uint256";
|
|
4130
|
+
}, {
|
|
4131
|
+
readonly name: "mintArguments";
|
|
4132
|
+
readonly internalType: "struct IZoraCreator1155PremintExecutor.MintArguments";
|
|
4133
|
+
readonly type: "tuple";
|
|
4134
|
+
readonly components: readonly [{
|
|
4135
|
+
readonly name: "mintRecipient";
|
|
4136
|
+
readonly internalType: "address";
|
|
4137
|
+
readonly type: "address";
|
|
4138
|
+
}, {
|
|
4139
|
+
readonly name: "mintComment";
|
|
4140
|
+
readonly internalType: "string";
|
|
4141
|
+
readonly type: "string";
|
|
4142
|
+
}, {
|
|
4143
|
+
readonly name: "mintReferral";
|
|
4144
|
+
readonly internalType: "address";
|
|
4145
|
+
readonly type: "address";
|
|
4146
|
+
}];
|
|
4147
|
+
}];
|
|
4148
|
+
readonly name: "premintV2";
|
|
4149
|
+
readonly outputs: readonly [{
|
|
4150
|
+
readonly name: "result";
|
|
4151
|
+
readonly internalType: "struct IZoraCreator1155PremintExecutor.PremintResult";
|
|
4152
|
+
readonly type: "tuple";
|
|
4153
|
+
readonly components: readonly [{
|
|
4154
|
+
readonly name: "contractAddress";
|
|
4155
|
+
readonly internalType: "address";
|
|
4156
|
+
readonly type: "address";
|
|
4157
|
+
}, {
|
|
4158
|
+
readonly name: "tokenId";
|
|
4159
|
+
readonly internalType: "uint256";
|
|
4160
|
+
readonly type: "uint256";
|
|
4161
|
+
}, {
|
|
4162
|
+
readonly name: "createdNewContract";
|
|
4163
|
+
readonly internalType: "bool";
|
|
4164
|
+
readonly type: "bool";
|
|
4165
|
+
}];
|
|
4166
|
+
}];
|
|
4167
|
+
}, {
|
|
4168
|
+
readonly stateMutability: "view";
|
|
4169
|
+
readonly type: "function";
|
|
4170
|
+
readonly inputs: readonly [];
|
|
4171
|
+
readonly name: "proxiableUUID";
|
|
4172
|
+
readonly outputs: readonly [{
|
|
4173
|
+
readonly name: "";
|
|
4174
|
+
readonly internalType: "bytes32";
|
|
4175
|
+
readonly type: "bytes32";
|
|
4176
|
+
}];
|
|
4177
|
+
}, {
|
|
4178
|
+
readonly stateMutability: "nonpayable";
|
|
4179
|
+
readonly type: "function";
|
|
4180
|
+
readonly inputs: readonly [];
|
|
4181
|
+
readonly name: "resignOwnership";
|
|
4182
|
+
readonly outputs: readonly [];
|
|
4183
|
+
}, {
|
|
4184
|
+
readonly stateMutability: "nonpayable";
|
|
4185
|
+
readonly type: "function";
|
|
4186
|
+
readonly inputs: readonly [{
|
|
4187
|
+
readonly name: "_newOwner";
|
|
4188
|
+
readonly internalType: "address";
|
|
4189
|
+
readonly type: "address";
|
|
4190
|
+
}];
|
|
4191
|
+
readonly name: "safeTransferOwnership";
|
|
4192
|
+
readonly outputs: readonly [];
|
|
4193
|
+
}, {
|
|
4194
|
+
readonly stateMutability: "view";
|
|
4195
|
+
readonly type: "function";
|
|
4196
|
+
readonly inputs: readonly [{
|
|
4197
|
+
readonly name: "contractAddress";
|
|
4198
|
+
readonly internalType: "address";
|
|
4199
|
+
readonly type: "address";
|
|
4200
|
+
}];
|
|
4201
|
+
readonly name: "supportedPremintSignatureVersions";
|
|
4202
|
+
readonly outputs: readonly [{
|
|
4203
|
+
readonly name: "versions";
|
|
4204
|
+
readonly internalType: "string[]";
|
|
4205
|
+
readonly type: "string[]";
|
|
4206
|
+
}];
|
|
4207
|
+
}, {
|
|
4208
|
+
readonly stateMutability: "nonpayable";
|
|
4209
|
+
readonly type: "function";
|
|
4210
|
+
readonly inputs: readonly [{
|
|
4211
|
+
readonly name: "_newOwner";
|
|
4212
|
+
readonly internalType: "address";
|
|
4213
|
+
readonly type: "address";
|
|
4214
|
+
}];
|
|
4215
|
+
readonly name: "transferOwnership";
|
|
4216
|
+
readonly outputs: readonly [];
|
|
4217
|
+
}, {
|
|
4218
|
+
readonly stateMutability: "nonpayable";
|
|
4219
|
+
readonly type: "function";
|
|
4220
|
+
readonly inputs: readonly [{
|
|
4221
|
+
readonly name: "newImplementation";
|
|
4222
|
+
readonly internalType: "address";
|
|
4223
|
+
readonly type: "address";
|
|
4224
|
+
}];
|
|
4225
|
+
readonly name: "upgradeTo";
|
|
4226
|
+
readonly outputs: readonly [];
|
|
4227
|
+
}, {
|
|
4228
|
+
readonly stateMutability: "payable";
|
|
4229
|
+
readonly type: "function";
|
|
4230
|
+
readonly inputs: readonly [{
|
|
4231
|
+
readonly name: "newImplementation";
|
|
4232
|
+
readonly internalType: "address";
|
|
4233
|
+
readonly type: "address";
|
|
4234
|
+
}, {
|
|
4235
|
+
readonly name: "data";
|
|
4236
|
+
readonly internalType: "bytes";
|
|
4010
4237
|
readonly type: "bytes";
|
|
4011
4238
|
}];
|
|
4012
4239
|
readonly name: "upgradeToAndCall";
|
|
@@ -4137,6 +4364,10 @@ export declare const zoraCreator1155PremintExecutorImplConfig: {
|
|
|
4137
4364
|
readonly type: "address";
|
|
4138
4365
|
}];
|
|
4139
4366
|
readonly name: "Config_TransferHookNotSupported";
|
|
4367
|
+
}, {
|
|
4368
|
+
readonly type: "error";
|
|
4369
|
+
readonly inputs: readonly [];
|
|
4370
|
+
readonly name: "ERC1155_MINT_TO_ZERO_ADDRESS";
|
|
4140
4371
|
}, {
|
|
4141
4372
|
readonly type: "error";
|
|
4142
4373
|
readonly inputs: readonly [];
|
|
@@ -4209,6 +4440,10 @@ export declare const zoraCreator1155PremintExecutorImplConfig: {
|
|
|
4209
4440
|
readonly type: "error";
|
|
4210
4441
|
readonly inputs: readonly [];
|
|
4211
4442
|
readonly name: "InvalidMintSchedule";
|
|
4443
|
+
}, {
|
|
4444
|
+
readonly type: "error";
|
|
4445
|
+
readonly inputs: readonly [];
|
|
4446
|
+
readonly name: "InvalidSignatureVersion";
|
|
4212
4447
|
}, {
|
|
4213
4448
|
readonly type: "error";
|
|
4214
4449
|
readonly inputs: readonly [];
|
|
@@ -4536,6 +4771,41 @@ export declare const zoraCreator1155PremintExecutorImplConfig: {
|
|
|
4536
4771
|
readonly indexed: false;
|
|
4537
4772
|
}];
|
|
4538
4773
|
readonly name: "Preminted";
|
|
4774
|
+
}, {
|
|
4775
|
+
readonly type: "event";
|
|
4776
|
+
readonly anonymous: false;
|
|
4777
|
+
readonly inputs: readonly [{
|
|
4778
|
+
readonly name: "contractAddress";
|
|
4779
|
+
readonly internalType: "address";
|
|
4780
|
+
readonly type: "address";
|
|
4781
|
+
readonly indexed: true;
|
|
4782
|
+
}, {
|
|
4783
|
+
readonly name: "tokenId";
|
|
4784
|
+
readonly internalType: "uint256";
|
|
4785
|
+
readonly type: "uint256";
|
|
4786
|
+
readonly indexed: true;
|
|
4787
|
+
}, {
|
|
4788
|
+
readonly name: "createdNewContract";
|
|
4789
|
+
readonly internalType: "bool";
|
|
4790
|
+
readonly type: "bool";
|
|
4791
|
+
readonly indexed: true;
|
|
4792
|
+
}, {
|
|
4793
|
+
readonly name: "uid";
|
|
4794
|
+
readonly internalType: "uint32";
|
|
4795
|
+
readonly type: "uint32";
|
|
4796
|
+
readonly indexed: false;
|
|
4797
|
+
}, {
|
|
4798
|
+
readonly name: "minter";
|
|
4799
|
+
readonly internalType: "address";
|
|
4800
|
+
readonly type: "address";
|
|
4801
|
+
readonly indexed: false;
|
|
4802
|
+
}, {
|
|
4803
|
+
readonly name: "quantityMinted";
|
|
4804
|
+
readonly internalType: "uint256";
|
|
4805
|
+
readonly type: "uint256";
|
|
4806
|
+
readonly indexed: false;
|
|
4807
|
+
}];
|
|
4808
|
+
readonly name: "PremintedV2";
|
|
4539
4809
|
}, {
|
|
4540
4810
|
readonly type: "event";
|
|
4541
4811
|
readonly anonymous: false;
|
|
@@ -4595,6 +4865,16 @@ export declare const zoraCreator1155PremintExecutorImplConfig: {
|
|
|
4595
4865
|
readonly internalType: "address";
|
|
4596
4866
|
readonly type: "address";
|
|
4597
4867
|
}];
|
|
4868
|
+
}, {
|
|
4869
|
+
readonly stateMutability: "view";
|
|
4870
|
+
readonly type: "function";
|
|
4871
|
+
readonly inputs: readonly [];
|
|
4872
|
+
readonly name: "implementation";
|
|
4873
|
+
readonly outputs: readonly [{
|
|
4874
|
+
readonly name: "";
|
|
4875
|
+
readonly internalType: "address";
|
|
4876
|
+
readonly type: "address";
|
|
4877
|
+
}];
|
|
4598
4878
|
}, {
|
|
4599
4879
|
readonly stateMutability: "nonpayable";
|
|
4600
4880
|
readonly type: "function";
|
|
@@ -4605,6 +4885,28 @@ export declare const zoraCreator1155PremintExecutorImplConfig: {
|
|
|
4605
4885
|
}];
|
|
4606
4886
|
readonly name: "initialize";
|
|
4607
4887
|
readonly outputs: readonly [];
|
|
4888
|
+
}, {
|
|
4889
|
+
readonly stateMutability: "view";
|
|
4890
|
+
readonly type: "function";
|
|
4891
|
+
readonly inputs: readonly [{
|
|
4892
|
+
readonly name: "signer";
|
|
4893
|
+
readonly internalType: "address";
|
|
4894
|
+
readonly type: "address";
|
|
4895
|
+
}, {
|
|
4896
|
+
readonly name: "premintContractConfigContractAdmin";
|
|
4897
|
+
readonly internalType: "address";
|
|
4898
|
+
readonly type: "address";
|
|
4899
|
+
}, {
|
|
4900
|
+
readonly name: "contractAddress";
|
|
4901
|
+
readonly internalType: "address";
|
|
4902
|
+
readonly type: "address";
|
|
4903
|
+
}];
|
|
4904
|
+
readonly name: "isAuthorizedToCreatePremint";
|
|
4905
|
+
readonly outputs: readonly [{
|
|
4906
|
+
readonly name: "isAuthorized";
|
|
4907
|
+
readonly internalType: "bool";
|
|
4908
|
+
readonly type: "bool";
|
|
4909
|
+
}];
|
|
4608
4910
|
}, {
|
|
4609
4911
|
readonly stateMutability: "view";
|
|
4610
4912
|
readonly type: "function";
|
|
@@ -4850,19 +5152,26 @@ export declare const zoraCreator1155PremintExecutorImplConfig: {
|
|
|
4850
5152
|
readonly type: "uint256";
|
|
4851
5153
|
}];
|
|
4852
5154
|
}, {
|
|
4853
|
-
readonly stateMutability: "
|
|
4854
|
-
readonly type: "function";
|
|
4855
|
-
readonly inputs: readonly [];
|
|
4856
|
-
readonly name: "proxiableUUID";
|
|
4857
|
-
readonly outputs: readonly [{
|
|
4858
|
-
readonly name: "";
|
|
4859
|
-
readonly internalType: "bytes32";
|
|
4860
|
-
readonly type: "bytes32";
|
|
4861
|
-
}];
|
|
4862
|
-
}, {
|
|
4863
|
-
readonly stateMutability: "view";
|
|
5155
|
+
readonly stateMutability: "payable";
|
|
4864
5156
|
readonly type: "function";
|
|
4865
5157
|
readonly inputs: readonly [{
|
|
5158
|
+
readonly name: "contractConfig";
|
|
5159
|
+
readonly internalType: "struct ContractCreationConfig";
|
|
5160
|
+
readonly type: "tuple";
|
|
5161
|
+
readonly components: readonly [{
|
|
5162
|
+
readonly name: "contractAdmin";
|
|
5163
|
+
readonly internalType: "address";
|
|
5164
|
+
readonly type: "address";
|
|
5165
|
+
}, {
|
|
5166
|
+
readonly name: "contractURI";
|
|
5167
|
+
readonly internalType: "string";
|
|
5168
|
+
readonly type: "string";
|
|
5169
|
+
}, {
|
|
5170
|
+
readonly name: "contractName";
|
|
5171
|
+
readonly internalType: "string";
|
|
5172
|
+
readonly type: "string";
|
|
5173
|
+
}];
|
|
5174
|
+
}, {
|
|
4866
5175
|
readonly name: "premintConfig";
|
|
4867
5176
|
readonly internalType: "struct PremintConfig";
|
|
4868
5177
|
readonly type: "tuple";
|
|
@@ -4925,19 +5234,186 @@ export declare const zoraCreator1155PremintExecutorImplConfig: {
|
|
|
4925
5234
|
readonly type: "bool";
|
|
4926
5235
|
}];
|
|
4927
5236
|
}, {
|
|
4928
|
-
readonly name: "
|
|
4929
|
-
readonly internalType: "
|
|
4930
|
-
readonly type: "
|
|
5237
|
+
readonly name: "signature";
|
|
5238
|
+
readonly internalType: "bytes";
|
|
5239
|
+
readonly type: "bytes";
|
|
5240
|
+
}, {
|
|
5241
|
+
readonly name: "quantityToMint";
|
|
5242
|
+
readonly internalType: "uint256";
|
|
5243
|
+
readonly type: "uint256";
|
|
5244
|
+
}, {
|
|
5245
|
+
readonly name: "mintArguments";
|
|
5246
|
+
readonly internalType: "struct IZoraCreator1155PremintExecutor.MintArguments";
|
|
5247
|
+
readonly type: "tuple";
|
|
5248
|
+
readonly components: readonly [{
|
|
5249
|
+
readonly name: "mintRecipient";
|
|
5250
|
+
readonly internalType: "address";
|
|
5251
|
+
readonly type: "address";
|
|
5252
|
+
}, {
|
|
5253
|
+
readonly name: "mintComment";
|
|
5254
|
+
readonly internalType: "string";
|
|
5255
|
+
readonly type: "string";
|
|
5256
|
+
}, {
|
|
5257
|
+
readonly name: "mintReferral";
|
|
5258
|
+
readonly internalType: "address";
|
|
5259
|
+
readonly type: "address";
|
|
5260
|
+
}];
|
|
5261
|
+
}];
|
|
5262
|
+
readonly name: "premintV1";
|
|
5263
|
+
readonly outputs: readonly [{
|
|
5264
|
+
readonly name: "result";
|
|
5265
|
+
readonly internalType: "struct IZoraCreator1155PremintExecutor.PremintResult";
|
|
5266
|
+
readonly type: "tuple";
|
|
5267
|
+
readonly components: readonly [{
|
|
5268
|
+
readonly name: "contractAddress";
|
|
5269
|
+
readonly internalType: "address";
|
|
5270
|
+
readonly type: "address";
|
|
5271
|
+
}, {
|
|
5272
|
+
readonly name: "tokenId";
|
|
5273
|
+
readonly internalType: "uint256";
|
|
5274
|
+
readonly type: "uint256";
|
|
5275
|
+
}, {
|
|
5276
|
+
readonly name: "createdNewContract";
|
|
5277
|
+
readonly internalType: "bool";
|
|
5278
|
+
readonly type: "bool";
|
|
5279
|
+
}];
|
|
5280
|
+
}];
|
|
5281
|
+
}, {
|
|
5282
|
+
readonly stateMutability: "payable";
|
|
5283
|
+
readonly type: "function";
|
|
5284
|
+
readonly inputs: readonly [{
|
|
5285
|
+
readonly name: "contractConfig";
|
|
5286
|
+
readonly internalType: "struct ContractCreationConfig";
|
|
5287
|
+
readonly type: "tuple";
|
|
5288
|
+
readonly components: readonly [{
|
|
5289
|
+
readonly name: "contractAdmin";
|
|
5290
|
+
readonly internalType: "address";
|
|
5291
|
+
readonly type: "address";
|
|
5292
|
+
}, {
|
|
5293
|
+
readonly name: "contractURI";
|
|
5294
|
+
readonly internalType: "string";
|
|
5295
|
+
readonly type: "string";
|
|
5296
|
+
}, {
|
|
5297
|
+
readonly name: "contractName";
|
|
5298
|
+
readonly internalType: "string";
|
|
5299
|
+
readonly type: "string";
|
|
5300
|
+
}];
|
|
5301
|
+
}, {
|
|
5302
|
+
readonly name: "premintConfig";
|
|
5303
|
+
readonly internalType: "struct PremintConfigV2";
|
|
5304
|
+
readonly type: "tuple";
|
|
5305
|
+
readonly components: readonly [{
|
|
5306
|
+
readonly name: "tokenConfig";
|
|
5307
|
+
readonly internalType: "struct TokenCreationConfigV2";
|
|
5308
|
+
readonly type: "tuple";
|
|
5309
|
+
readonly components: readonly [{
|
|
5310
|
+
readonly name: "tokenURI";
|
|
5311
|
+
readonly internalType: "string";
|
|
5312
|
+
readonly type: "string";
|
|
5313
|
+
}, {
|
|
5314
|
+
readonly name: "maxSupply";
|
|
5315
|
+
readonly internalType: "uint256";
|
|
5316
|
+
readonly type: "uint256";
|
|
5317
|
+
}, {
|
|
5318
|
+
readonly name: "maxTokensPerAddress";
|
|
5319
|
+
readonly internalType: "uint64";
|
|
5320
|
+
readonly type: "uint64";
|
|
5321
|
+
}, {
|
|
5322
|
+
readonly name: "pricePerToken";
|
|
5323
|
+
readonly internalType: "uint96";
|
|
5324
|
+
readonly type: "uint96";
|
|
5325
|
+
}, {
|
|
5326
|
+
readonly name: "mintStart";
|
|
5327
|
+
readonly internalType: "uint64";
|
|
5328
|
+
readonly type: "uint64";
|
|
5329
|
+
}, {
|
|
5330
|
+
readonly name: "mintDuration";
|
|
5331
|
+
readonly internalType: "uint64";
|
|
5332
|
+
readonly type: "uint64";
|
|
5333
|
+
}, {
|
|
5334
|
+
readonly name: "royaltyBPS";
|
|
5335
|
+
readonly internalType: "uint32";
|
|
5336
|
+
readonly type: "uint32";
|
|
5337
|
+
}, {
|
|
5338
|
+
readonly name: "payoutRecipient";
|
|
5339
|
+
readonly internalType: "address";
|
|
5340
|
+
readonly type: "address";
|
|
5341
|
+
}, {
|
|
5342
|
+
readonly name: "fixedPriceMinter";
|
|
5343
|
+
readonly internalType: "address";
|
|
5344
|
+
readonly type: "address";
|
|
5345
|
+
}, {
|
|
5346
|
+
readonly name: "createReferral";
|
|
5347
|
+
readonly internalType: "address";
|
|
5348
|
+
readonly type: "address";
|
|
5349
|
+
}];
|
|
5350
|
+
}, {
|
|
5351
|
+
readonly name: "uid";
|
|
5352
|
+
readonly internalType: "uint32";
|
|
5353
|
+
readonly type: "uint32";
|
|
5354
|
+
}, {
|
|
5355
|
+
readonly name: "version";
|
|
5356
|
+
readonly internalType: "uint32";
|
|
5357
|
+
readonly type: "uint32";
|
|
5358
|
+
}, {
|
|
5359
|
+
readonly name: "deleted";
|
|
5360
|
+
readonly internalType: "bool";
|
|
5361
|
+
readonly type: "bool";
|
|
5362
|
+
}];
|
|
4931
5363
|
}, {
|
|
4932
5364
|
readonly name: "signature";
|
|
4933
5365
|
readonly internalType: "bytes";
|
|
4934
5366
|
readonly type: "bytes";
|
|
5367
|
+
}, {
|
|
5368
|
+
readonly name: "quantityToMint";
|
|
5369
|
+
readonly internalType: "uint256";
|
|
5370
|
+
readonly type: "uint256";
|
|
5371
|
+
}, {
|
|
5372
|
+
readonly name: "mintArguments";
|
|
5373
|
+
readonly internalType: "struct IZoraCreator1155PremintExecutor.MintArguments";
|
|
5374
|
+
readonly type: "tuple";
|
|
5375
|
+
readonly components: readonly [{
|
|
5376
|
+
readonly name: "mintRecipient";
|
|
5377
|
+
readonly internalType: "address";
|
|
5378
|
+
readonly type: "address";
|
|
5379
|
+
}, {
|
|
5380
|
+
readonly name: "mintComment";
|
|
5381
|
+
readonly internalType: "string";
|
|
5382
|
+
readonly type: "string";
|
|
5383
|
+
}, {
|
|
5384
|
+
readonly name: "mintReferral";
|
|
5385
|
+
readonly internalType: "address";
|
|
5386
|
+
readonly type: "address";
|
|
5387
|
+
}];
|
|
5388
|
+
}];
|
|
5389
|
+
readonly name: "premintV2";
|
|
5390
|
+
readonly outputs: readonly [{
|
|
5391
|
+
readonly name: "result";
|
|
5392
|
+
readonly internalType: "struct IZoraCreator1155PremintExecutor.PremintResult";
|
|
5393
|
+
readonly type: "tuple";
|
|
5394
|
+
readonly components: readonly [{
|
|
5395
|
+
readonly name: "contractAddress";
|
|
5396
|
+
readonly internalType: "address";
|
|
5397
|
+
readonly type: "address";
|
|
5398
|
+
}, {
|
|
5399
|
+
readonly name: "tokenId";
|
|
5400
|
+
readonly internalType: "uint256";
|
|
5401
|
+
readonly type: "uint256";
|
|
5402
|
+
}, {
|
|
5403
|
+
readonly name: "createdNewContract";
|
|
5404
|
+
readonly internalType: "bool";
|
|
5405
|
+
readonly type: "bool";
|
|
5406
|
+
}];
|
|
4935
5407
|
}];
|
|
4936
|
-
|
|
5408
|
+
}, {
|
|
5409
|
+
readonly stateMutability: "view";
|
|
5410
|
+
readonly type: "function";
|
|
5411
|
+
readonly inputs: readonly [];
|
|
5412
|
+
readonly name: "proxiableUUID";
|
|
4937
5413
|
readonly outputs: readonly [{
|
|
4938
5414
|
readonly name: "";
|
|
4939
|
-
readonly internalType: "
|
|
4940
|
-
readonly type: "
|
|
5415
|
+
readonly internalType: "bytes32";
|
|
5416
|
+
readonly type: "bytes32";
|
|
4941
5417
|
}];
|
|
4942
5418
|
}, {
|
|
4943
5419
|
readonly stateMutability: "nonpayable";
|
|
@@ -4955,6 +5431,20 @@ export declare const zoraCreator1155PremintExecutorImplConfig: {
|
|
|
4955
5431
|
}];
|
|
4956
5432
|
readonly name: "safeTransferOwnership";
|
|
4957
5433
|
readonly outputs: readonly [];
|
|
5434
|
+
}, {
|
|
5435
|
+
readonly stateMutability: "view";
|
|
5436
|
+
readonly type: "function";
|
|
5437
|
+
readonly inputs: readonly [{
|
|
5438
|
+
readonly name: "contractAddress";
|
|
5439
|
+
readonly internalType: "address";
|
|
5440
|
+
readonly type: "address";
|
|
5441
|
+
}];
|
|
5442
|
+
readonly name: "supportedPremintSignatureVersions";
|
|
5443
|
+
readonly outputs: readonly [{
|
|
5444
|
+
readonly name: "versions";
|
|
5445
|
+
readonly internalType: "string[]";
|
|
5446
|
+
readonly type: "string[]";
|
|
5447
|
+
}];
|
|
4958
5448
|
}, {
|
|
4959
5449
|
readonly stateMutability: "nonpayable";
|
|
4960
5450
|
readonly type: "function";
|