@zoralabs/protocol-deployments 0.1.5-DEV.1 → 0.1.5-DEV.2

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/dist/index.cjs CHANGED
@@ -21,6 +21,7 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
21
21
  var src_exports = {};
22
22
  __export(src_exports, {
23
23
  contracts1155: () => __exports,
24
+ mints: () => mints_exports,
24
25
  zoraCreator1155FactoryImplABI: () => zoraCreator1155FactoryImplABI,
25
26
  zoraCreator1155FactoryImplAddress: () => zoraCreator1155FactoryImplAddress,
26
27
  zoraCreator1155FactoryImplConfig: () => zoraCreator1155FactoryImplConfig,
@@ -36,7 +37,13 @@ __export(src_exports, {
36
37
  zoraCreatorMerkleMinterStrategyConfig: () => zoraCreatorMerkleMinterStrategyConfig,
37
38
  zoraCreatorRedeemMinterFactoryABI: () => zoraCreatorRedeemMinterFactoryABI,
38
39
  zoraCreatorRedeemMinterFactoryAddress: () => zoraCreatorRedeemMinterFactoryAddress,
39
- zoraCreatorRedeemMinterFactoryConfig: () => zoraCreatorRedeemMinterFactoryConfig
40
+ zoraCreatorRedeemMinterFactoryConfig: () => zoraCreatorRedeemMinterFactoryConfig,
41
+ zoraMints1155ABI: () => zoraMints1155ABI,
42
+ zoraMints1155Address: () => zoraMints1155Address,
43
+ zoraMints1155Config: () => zoraMints1155Config,
44
+ zoraMintsManagerImplABI: () => zoraMintsManagerImplABI,
45
+ zoraMintsManagerImplAddress: () => zoraMintsManagerImplAddress,
46
+ zoraMintsManagerImplConfig: () => zoraMintsManagerImplConfig
40
47
  });
41
48
  module.exports = __toCommonJS(src_exports);
42
49
 
@@ -3605,6 +3612,1376 @@ var zoraCreatorRedeemMinterFactoryConfig = {
3605
3612
  address: zoraCreatorRedeemMinterFactoryAddress,
3606
3613
  abi: zoraCreatorRedeemMinterFactoryABI
3607
3614
  };
3615
+ var zoraMints1155ABI = [
3616
+ { stateMutability: "nonpayable", type: "constructor", inputs: [] },
3617
+ {
3618
+ stateMutability: "view",
3619
+ type: "function",
3620
+ inputs: [],
3621
+ name: "ETH_ADDRESS",
3622
+ outputs: [{ name: "", internalType: "address", type: "address" }]
3623
+ },
3624
+ {
3625
+ stateMutability: "view",
3626
+ type: "function",
3627
+ inputs: [],
3628
+ name: "MINIMUM_ERC20_PRICE",
3629
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
3630
+ },
3631
+ {
3632
+ stateMutability: "view",
3633
+ type: "function",
3634
+ inputs: [],
3635
+ name: "MINIMUM_ETH_PRICE",
3636
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
3637
+ },
3638
+ {
3639
+ stateMutability: "view",
3640
+ type: "function",
3641
+ inputs: [],
3642
+ name: "authority",
3643
+ outputs: [{ name: "", internalType: "address", type: "address" }]
3644
+ },
3645
+ {
3646
+ stateMutability: "view",
3647
+ type: "function",
3648
+ inputs: [
3649
+ { name: "account", internalType: "address", type: "address" },
3650
+ { name: "id", internalType: "uint256", type: "uint256" }
3651
+ ],
3652
+ name: "balanceOf",
3653
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
3654
+ },
3655
+ {
3656
+ stateMutability: "view",
3657
+ type: "function",
3658
+ inputs: [{ name: "account", internalType: "address", type: "address" }],
3659
+ name: "balanceOfAccount",
3660
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
3661
+ },
3662
+ {
3663
+ stateMutability: "view",
3664
+ type: "function",
3665
+ inputs: [
3666
+ { name: "accounts", internalType: "address[]", type: "address[]" },
3667
+ { name: "ids", internalType: "uint256[]", type: "uint256[]" }
3668
+ ],
3669
+ name: "balanceOfBatch",
3670
+ outputs: [{ name: "", internalType: "uint256[]", type: "uint256[]" }]
3671
+ },
3672
+ {
3673
+ stateMutability: "view",
3674
+ type: "function",
3675
+ inputs: [],
3676
+ name: "contractURI",
3677
+ outputs: [{ name: "", internalType: "string", type: "string" }]
3678
+ },
3679
+ {
3680
+ stateMutability: "pure",
3681
+ type: "function",
3682
+ inputs: [],
3683
+ name: "contractVersion",
3684
+ outputs: [{ name: "", internalType: "string", type: "string" }]
3685
+ },
3686
+ {
3687
+ stateMutability: "nonpayable",
3688
+ type: "function",
3689
+ inputs: [
3690
+ { name: "tokenId", internalType: "uint256", type: "uint256" },
3691
+ {
3692
+ name: "tokenConfig",
3693
+ internalType: "struct TokenConfig",
3694
+ type: "tuple",
3695
+ components: [
3696
+ { name: "price", internalType: "uint256", type: "uint256" },
3697
+ { name: "tokenAddress", internalType: "address", type: "address" }
3698
+ ]
3699
+ }
3700
+ ],
3701
+ name: "createToken",
3702
+ outputs: []
3703
+ },
3704
+ {
3705
+ stateMutability: "view",
3706
+ type: "function",
3707
+ inputs: [],
3708
+ name: "getManager",
3709
+ outputs: [{ name: "", internalType: "address", type: "address" }]
3710
+ },
3711
+ {
3712
+ stateMutability: "view",
3713
+ type: "function",
3714
+ inputs: [],
3715
+ name: "getMsgSender",
3716
+ outputs: [{ name: "", internalType: "address", type: "address" }]
3717
+ },
3718
+ {
3719
+ stateMutability: "view",
3720
+ type: "function",
3721
+ inputs: [{ name: "tokenId", internalType: "uint256", type: "uint256" }],
3722
+ name: "getTokenConfig",
3723
+ outputs: [
3724
+ {
3725
+ name: "",
3726
+ internalType: "struct TokenConfig",
3727
+ type: "tuple",
3728
+ components: [
3729
+ { name: "price", internalType: "uint256", type: "uint256" },
3730
+ { name: "tokenAddress", internalType: "address", type: "address" }
3731
+ ]
3732
+ }
3733
+ ]
3734
+ },
3735
+ {
3736
+ stateMutability: "view",
3737
+ type: "function",
3738
+ inputs: [
3739
+ { name: "account", internalType: "address", type: "address" },
3740
+ { name: "operator", internalType: "address", type: "address" }
3741
+ ],
3742
+ name: "isApprovedForAll",
3743
+ outputs: [{ name: "", internalType: "bool", type: "bool" }]
3744
+ },
3745
+ {
3746
+ stateMutability: "view",
3747
+ type: "function",
3748
+ inputs: [],
3749
+ name: "isConsumingScheduledOp",
3750
+ outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }]
3751
+ },
3752
+ {
3753
+ stateMutability: "nonpayable",
3754
+ type: "function",
3755
+ inputs: [
3756
+ { name: "tokenId", internalType: "uint256", type: "uint256" },
3757
+ { name: "tokenAddress", internalType: "address", type: "address" },
3758
+ { name: "quantity", internalType: "uint256", type: "uint256" },
3759
+ { name: "recipient", internalType: "address", type: "address" },
3760
+ { name: "data", internalType: "bytes", type: "bytes" }
3761
+ ],
3762
+ name: "mintTokenWithERC20",
3763
+ outputs: []
3764
+ },
3765
+ {
3766
+ stateMutability: "payable",
3767
+ type: "function",
3768
+ inputs: [
3769
+ { name: "tokenId", internalType: "uint256", type: "uint256" },
3770
+ { name: "quantity", internalType: "uint256", type: "uint256" },
3771
+ { name: "recipient", internalType: "address", type: "address" },
3772
+ { name: "data", internalType: "bytes", type: "bytes" }
3773
+ ],
3774
+ name: "mintTokenWithEth",
3775
+ outputs: []
3776
+ },
3777
+ {
3778
+ stateMutability: "pure",
3779
+ type: "function",
3780
+ inputs: [],
3781
+ name: "name",
3782
+ outputs: [{ name: "", internalType: "string", type: "string" }]
3783
+ },
3784
+ {
3785
+ stateMutability: "nonpayable",
3786
+ type: "function",
3787
+ inputs: [
3788
+ { name: "newContractURI", internalType: "string", type: "string" },
3789
+ { name: "newBaseURI", internalType: "string", type: "string" }
3790
+ ],
3791
+ name: "notifyURIsUpdated",
3792
+ outputs: []
3793
+ },
3794
+ {
3795
+ stateMutability: "nonpayable",
3796
+ type: "function",
3797
+ inputs: [
3798
+ { name: "newUri", internalType: "string", type: "string" },
3799
+ { name: "tokenId", internalType: "uint256", type: "uint256" }
3800
+ ],
3801
+ name: "notifyUpdatedTokenURI",
3802
+ outputs: []
3803
+ },
3804
+ {
3805
+ stateMutability: "nonpayable",
3806
+ type: "function",
3807
+ inputs: [
3808
+ { name: "tokenId", internalType: "uint256", type: "uint256" },
3809
+ { name: "quantity", internalType: "uint256", type: "uint256" },
3810
+ { name: "recipient", internalType: "address", type: "address" }
3811
+ ],
3812
+ name: "redeem",
3813
+ outputs: [
3814
+ {
3815
+ name: "",
3816
+ internalType: "struct Redemption",
3817
+ type: "tuple",
3818
+ components: [
3819
+ { name: "tokenAddress", internalType: "address", type: "address" },
3820
+ { name: "valueRedeemed", internalType: "uint256", type: "uint256" }
3821
+ ]
3822
+ }
3823
+ ]
3824
+ },
3825
+ {
3826
+ stateMutability: "nonpayable",
3827
+ type: "function",
3828
+ inputs: [
3829
+ { name: "tokenIds", internalType: "uint256[]", type: "uint256[]" },
3830
+ { name: "quantities", internalType: "uint256[]", type: "uint256[]" },
3831
+ { name: "recipient", internalType: "address", type: "address" }
3832
+ ],
3833
+ name: "redeemBatch",
3834
+ outputs: [
3835
+ {
3836
+ name: "redemptions",
3837
+ internalType: "struct Redemption[]",
3838
+ type: "tuple[]",
3839
+ components: [
3840
+ { name: "tokenAddress", internalType: "address", type: "address" },
3841
+ { name: "valueRedeemed", internalType: "uint256", type: "uint256" }
3842
+ ]
3843
+ }
3844
+ ]
3845
+ },
3846
+ {
3847
+ stateMutability: "nonpayable",
3848
+ type: "function",
3849
+ inputs: [
3850
+ { name: "from", internalType: "address", type: "address" },
3851
+ { name: "to", internalType: "address", type: "address" },
3852
+ { name: "ids", internalType: "uint256[]", type: "uint256[]" },
3853
+ { name: "values", internalType: "uint256[]", type: "uint256[]" },
3854
+ { name: "data", internalType: "bytes", type: "bytes" }
3855
+ ],
3856
+ name: "safeBatchTransferFrom",
3857
+ outputs: []
3858
+ },
3859
+ {
3860
+ stateMutability: "nonpayable",
3861
+ type: "function",
3862
+ inputs: [
3863
+ { name: "from", internalType: "address", type: "address" },
3864
+ { name: "to", internalType: "address", type: "address" },
3865
+ { name: "id", internalType: "uint256", type: "uint256" },
3866
+ { name: "value", internalType: "uint256", type: "uint256" },
3867
+ { name: "data", internalType: "bytes", type: "bytes" }
3868
+ ],
3869
+ name: "safeTransferFrom",
3870
+ outputs: []
3871
+ },
3872
+ {
3873
+ stateMutability: "nonpayable",
3874
+ type: "function",
3875
+ inputs: [
3876
+ { name: "operator", internalType: "address", type: "address" },
3877
+ { name: "approved", internalType: "bool", type: "bool" }
3878
+ ],
3879
+ name: "setApprovalForAll",
3880
+ outputs: []
3881
+ },
3882
+ {
3883
+ stateMutability: "nonpayable",
3884
+ type: "function",
3885
+ inputs: [
3886
+ { name: "newAuthority", internalType: "address", type: "address" }
3887
+ ],
3888
+ name: "setAuthority",
3889
+ outputs: []
3890
+ },
3891
+ {
3892
+ stateMutability: "view",
3893
+ type: "function",
3894
+ inputs: [{ name: "interfaceId", internalType: "bytes4", type: "bytes4" }],
3895
+ name: "supportsInterface",
3896
+ outputs: [{ name: "", internalType: "bool", type: "bool" }]
3897
+ },
3898
+ {
3899
+ stateMutability: "pure",
3900
+ type: "function",
3901
+ inputs: [],
3902
+ name: "symbol",
3903
+ outputs: [{ name: "", internalType: "string", type: "string" }]
3904
+ },
3905
+ {
3906
+ stateMutability: "view",
3907
+ type: "function",
3908
+ inputs: [{ name: "tokenId", internalType: "uint256", type: "uint256" }],
3909
+ name: "tokenExists",
3910
+ outputs: [{ name: "", internalType: "bool", type: "bool" }]
3911
+ },
3912
+ {
3913
+ stateMutability: "view",
3914
+ type: "function",
3915
+ inputs: [{ name: "tokenId", internalType: "uint256", type: "uint256" }],
3916
+ name: "tokenPrice",
3917
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
3918
+ },
3919
+ {
3920
+ stateMutability: "payable",
3921
+ type: "function",
3922
+ inputs: [
3923
+ { name: "tokenIds", internalType: "uint256[]", type: "uint256[]" },
3924
+ { name: "quantities", internalType: "uint256[]", type: "uint256[]" },
3925
+ { name: "safeTransferData", internalType: "bytes", type: "bytes" },
3926
+ { name: "call", internalType: "bytes", type: "bytes" }
3927
+ ],
3928
+ name: "transferBatchToManagerAndCall",
3929
+ outputs: [{ name: "callReturn", internalType: "bytes", type: "bytes" }]
3930
+ },
3931
+ {
3932
+ stateMutability: "view",
3933
+ type: "function",
3934
+ inputs: [{ name: "tokenId", internalType: "uint256", type: "uint256" }],
3935
+ name: "uri",
3936
+ outputs: [{ name: "", internalType: "string", type: "string" }]
3937
+ },
3938
+ {
3939
+ type: "event",
3940
+ anonymous: false,
3941
+ inputs: [
3942
+ {
3943
+ name: "account",
3944
+ internalType: "address",
3945
+ type: "address",
3946
+ indexed: true
3947
+ },
3948
+ {
3949
+ name: "operator",
3950
+ internalType: "address",
3951
+ type: "address",
3952
+ indexed: true
3953
+ },
3954
+ { name: "approved", internalType: "bool", type: "bool", indexed: false }
3955
+ ],
3956
+ name: "ApprovalForAll"
3957
+ },
3958
+ {
3959
+ type: "event",
3960
+ anonymous: false,
3961
+ inputs: [
3962
+ {
3963
+ name: "authority",
3964
+ internalType: "address",
3965
+ type: "address",
3966
+ indexed: false
3967
+ }
3968
+ ],
3969
+ name: "AuthorityUpdated"
3970
+ },
3971
+ { type: "event", anonymous: false, inputs: [], name: "ContractURIUpdated" },
3972
+ {
3973
+ type: "event",
3974
+ anonymous: false,
3975
+ inputs: [
3976
+ {
3977
+ name: "tokenId",
3978
+ internalType: "uint256",
3979
+ type: "uint256",
3980
+ indexed: true
3981
+ }
3982
+ ],
3983
+ name: "EthMintableTokenSet"
3984
+ },
3985
+ {
3986
+ type: "event",
3987
+ anonymous: false,
3988
+ inputs: [
3989
+ {
3990
+ name: "tokenId",
3991
+ internalType: "uint256",
3992
+ type: "uint256",
3993
+ indexed: true
3994
+ },
3995
+ {
3996
+ name: "pricePerToken",
3997
+ internalType: "uint256",
3998
+ type: "uint256",
3999
+ indexed: true
4000
+ }
4001
+ ],
4002
+ name: "EthTokenCreated"
4003
+ },
4004
+ {
4005
+ type: "event",
4006
+ anonymous: false,
4007
+ inputs: [
4008
+ {
4009
+ name: "tokenIds",
4010
+ internalType: "uint256[]",
4011
+ type: "uint256[]",
4012
+ indexed: false
4013
+ },
4014
+ {
4015
+ name: "quantities",
4016
+ internalType: "uint256[]",
4017
+ type: "uint256[]",
4018
+ indexed: false
4019
+ },
4020
+ {
4021
+ name: "recipient",
4022
+ internalType: "address",
4023
+ type: "address",
4024
+ indexed: false
4025
+ }
4026
+ ],
4027
+ name: "RedeemedBatch"
4028
+ },
4029
+ {
4030
+ type: "event",
4031
+ anonymous: false,
4032
+ inputs: [
4033
+ {
4034
+ name: "tokenId",
4035
+ internalType: "uint256",
4036
+ type: "uint256",
4037
+ indexed: true
4038
+ },
4039
+ {
4040
+ name: "tokenConfig",
4041
+ internalType: "struct TokenConfig",
4042
+ type: "tuple",
4043
+ components: [
4044
+ { name: "price", internalType: "uint256", type: "uint256" },
4045
+ { name: "tokenAddress", internalType: "address", type: "address" }
4046
+ ],
4047
+ indexed: true
4048
+ }
4049
+ ],
4050
+ name: "TokenCreated"
4051
+ },
4052
+ {
4053
+ type: "event",
4054
+ anonymous: false,
4055
+ inputs: [
4056
+ {
4057
+ name: "operator",
4058
+ internalType: "address",
4059
+ type: "address",
4060
+ indexed: true
4061
+ },
4062
+ { name: "from", internalType: "address", type: "address", indexed: true },
4063
+ { name: "to", internalType: "address", type: "address", indexed: true },
4064
+ {
4065
+ name: "ids",
4066
+ internalType: "uint256[]",
4067
+ type: "uint256[]",
4068
+ indexed: false
4069
+ },
4070
+ {
4071
+ name: "values",
4072
+ internalType: "uint256[]",
4073
+ type: "uint256[]",
4074
+ indexed: false
4075
+ }
4076
+ ],
4077
+ name: "TransferBatch"
4078
+ },
4079
+ {
4080
+ type: "event",
4081
+ anonymous: false,
4082
+ inputs: [
4083
+ {
4084
+ name: "operator",
4085
+ internalType: "address",
4086
+ type: "address",
4087
+ indexed: true
4088
+ },
4089
+ { name: "from", internalType: "address", type: "address", indexed: true },
4090
+ { name: "to", internalType: "address", type: "address", indexed: true },
4091
+ { name: "id", internalType: "uint256", type: "uint256", indexed: false },
4092
+ {
4093
+ name: "value",
4094
+ internalType: "uint256",
4095
+ type: "uint256",
4096
+ indexed: false
4097
+ }
4098
+ ],
4099
+ name: "TransferSingle"
4100
+ },
4101
+ {
4102
+ type: "event",
4103
+ anonymous: false,
4104
+ inputs: [
4105
+ { name: "value", internalType: "string", type: "string", indexed: false },
4106
+ { name: "id", internalType: "uint256", type: "uint256", indexed: true }
4107
+ ],
4108
+ name: "URI"
4109
+ },
4110
+ {
4111
+ type: "event",
4112
+ anonymous: false,
4113
+ inputs: [
4114
+ {
4115
+ name: "contractURI",
4116
+ internalType: "string",
4117
+ type: "string",
4118
+ indexed: false
4119
+ },
4120
+ {
4121
+ name: "baseURI",
4122
+ internalType: "string",
4123
+ type: "string",
4124
+ indexed: false
4125
+ }
4126
+ ],
4127
+ name: "URIsUpdated"
4128
+ },
4129
+ {
4130
+ type: "error",
4131
+ inputs: [{ name: "authority", internalType: "address", type: "address" }],
4132
+ name: "AccessManagedInvalidAuthority"
4133
+ },
4134
+ {
4135
+ type: "error",
4136
+ inputs: [
4137
+ { name: "caller", internalType: "address", type: "address" },
4138
+ { name: "delay", internalType: "uint32", type: "uint32" }
4139
+ ],
4140
+ name: "AccessManagedRequiredDelay"
4141
+ },
4142
+ {
4143
+ type: "error",
4144
+ inputs: [{ name: "caller", internalType: "address", type: "address" }],
4145
+ name: "AccessManagedUnauthorized"
4146
+ },
4147
+ {
4148
+ type: "error",
4149
+ inputs: [
4150
+ { name: "lengthA", internalType: "uint256", type: "uint256" },
4151
+ { name: "lengthB", internalType: "uint256", type: "uint256" }
4152
+ ],
4153
+ name: "ArrayLengthMismatch"
4154
+ },
4155
+ {
4156
+ type: "error",
4157
+ inputs: [{ name: "returnData", internalType: "bytes", type: "bytes" }],
4158
+ name: "CallFailed"
4159
+ },
4160
+ {
4161
+ type: "error",
4162
+ inputs: [
4163
+ { name: "sender", internalType: "address", type: "address" },
4164
+ { name: "balance", internalType: "uint256", type: "uint256" },
4165
+ { name: "needed", internalType: "uint256", type: "uint256" },
4166
+ { name: "tokenId", internalType: "uint256", type: "uint256" }
4167
+ ],
4168
+ name: "ERC1155InsufficientBalance"
4169
+ },
4170
+ {
4171
+ type: "error",
4172
+ inputs: [{ name: "approver", internalType: "address", type: "address" }],
4173
+ name: "ERC1155InvalidApprover"
4174
+ },
4175
+ {
4176
+ type: "error",
4177
+ inputs: [
4178
+ { name: "idsLength", internalType: "uint256", type: "uint256" },
4179
+ { name: "valuesLength", internalType: "uint256", type: "uint256" }
4180
+ ],
4181
+ name: "ERC1155InvalidArrayLength"
4182
+ },
4183
+ {
4184
+ type: "error",
4185
+ inputs: [{ name: "operator", internalType: "address", type: "address" }],
4186
+ name: "ERC1155InvalidOperator"
4187
+ },
4188
+ {
4189
+ type: "error",
4190
+ inputs: [{ name: "receiver", internalType: "address", type: "address" }],
4191
+ name: "ERC1155InvalidReceiver"
4192
+ },
4193
+ {
4194
+ type: "error",
4195
+ inputs: [{ name: "sender", internalType: "address", type: "address" }],
4196
+ name: "ERC1155InvalidSender"
4197
+ },
4198
+ {
4199
+ type: "error",
4200
+ inputs: [
4201
+ { name: "operator", internalType: "address", type: "address" },
4202
+ { name: "owner", internalType: "address", type: "address" }
4203
+ ],
4204
+ name: "ERC1155MissingApprovalForAll"
4205
+ },
4206
+ { type: "error", inputs: [], name: "ERC20TransferSlippage" },
4207
+ { type: "error", inputs: [], name: "ETHTransferFailed" },
4208
+ { type: "error", inputs: [], name: "IncorrectAmountSent" },
4209
+ { type: "error", inputs: [], name: "InvalidRecipient" },
4210
+ { type: "error", inputs: [], name: "InvalidTokenPrice" },
4211
+ { type: "error", inputs: [], name: "NoUriForNonexistentToken" },
4212
+ { type: "error", inputs: [], name: "TokenAlreadyCreated" },
4213
+ { type: "error", inputs: [], name: "TokenDoesNotExist" },
4214
+ {
4215
+ type: "error",
4216
+ inputs: [
4217
+ { name: "storedTokenAddress", internalType: "address", type: "address" },
4218
+ {
4219
+ name: "expectedTokenAddress",
4220
+ internalType: "address",
4221
+ type: "address"
4222
+ }
4223
+ ],
4224
+ name: "TokenMismatch"
4225
+ },
4226
+ { type: "error", inputs: [], name: "TokenNotMintable" }
4227
+ ];
4228
+ var zoraMints1155Address = {
4229
+ 999999999: "0x777777772b3123825eE55F3C45b6CbFd1631aBE1"
4230
+ };
4231
+ var zoraMints1155Config = {
4232
+ address: zoraMints1155Address,
4233
+ abi: zoraMints1155ABI
4234
+ };
4235
+ var zoraMintsManagerImplABI = [
4236
+ {
4237
+ stateMutability: "nonpayable",
4238
+ type: "constructor",
4239
+ inputs: [
4240
+ {
4241
+ name: "_premintExecutor",
4242
+ internalType: "contract IZoraCreator1155PremintExecutorV2",
4243
+ type: "address"
4244
+ }
4245
+ ]
4246
+ },
4247
+ {
4248
+ stateMutability: "view",
4249
+ type: "function",
4250
+ inputs: [],
4251
+ name: "UPGRADE_INTERFACE_VERSION",
4252
+ outputs: [{ name: "", internalType: "string", type: "string" }]
4253
+ },
4254
+ {
4255
+ stateMutability: "nonpayable",
4256
+ type: "function",
4257
+ inputs: [],
4258
+ name: "acceptOwnership",
4259
+ outputs: []
4260
+ },
4261
+ {
4262
+ stateMutability: "view",
4263
+ type: "function",
4264
+ inputs: [
4265
+ { name: "caller", internalType: "address", type: "address" },
4266
+ { name: "", internalType: "address", type: "address" },
4267
+ { name: "", internalType: "bytes4", type: "bytes4" }
4268
+ ],
4269
+ name: "canCall",
4270
+ outputs: [{ name: "", internalType: "bool", type: "bool" }]
4271
+ },
4272
+ {
4273
+ stateMutability: "payable",
4274
+ type: "function",
4275
+ inputs: [
4276
+ { name: "tokenIds", internalType: "uint256[]", type: "uint256[]" },
4277
+ { name: "quantities", internalType: "uint256[]", type: "uint256[]" },
4278
+ {
4279
+ name: "zoraCreator1155Contract",
4280
+ internalType: "contract IMintWithMints",
4281
+ type: "address"
4282
+ },
4283
+ { name: "minter", internalType: "contract IMinter1155", type: "address" },
4284
+ {
4285
+ name: "zoraCreator1155TokenId",
4286
+ internalType: "uint256",
4287
+ type: "uint256"
4288
+ },
4289
+ {
4290
+ name: "mintArguments",
4291
+ internalType: "struct MintArguments",
4292
+ type: "tuple",
4293
+ components: [
4294
+ { name: "mintRecipient", internalType: "address", type: "address" },
4295
+ { name: "mintComment", internalType: "string", type: "string" },
4296
+ {
4297
+ name: "mintRewardsRecipients",
4298
+ internalType: "address[]",
4299
+ type: "address[]"
4300
+ }
4301
+ ]
4302
+ }
4303
+ ],
4304
+ name: "collect",
4305
+ outputs: []
4306
+ },
4307
+ {
4308
+ stateMutability: "payable",
4309
+ type: "function",
4310
+ inputs: [
4311
+ { name: "tokenIds", internalType: "uint256[]", type: "uint256[]" },
4312
+ { name: "quantities", internalType: "uint256[]", type: "uint256[]" },
4313
+ {
4314
+ name: "contractConfig",
4315
+ internalType: "struct ContractCreationConfig",
4316
+ type: "tuple",
4317
+ components: [
4318
+ { name: "contractAdmin", internalType: "address", type: "address" },
4319
+ { name: "contractURI", internalType: "string", type: "string" },
4320
+ { name: "contractName", internalType: "string", type: "string" }
4321
+ ]
4322
+ },
4323
+ {
4324
+ name: "premintConfig",
4325
+ internalType: "struct PremintConfigV2",
4326
+ type: "tuple",
4327
+ components: [
4328
+ {
4329
+ name: "tokenConfig",
4330
+ internalType: "struct TokenCreationConfigV2",
4331
+ type: "tuple",
4332
+ components: [
4333
+ { name: "tokenURI", internalType: "string", type: "string" },
4334
+ { name: "maxSupply", internalType: "uint256", type: "uint256" },
4335
+ {
4336
+ name: "maxTokensPerAddress",
4337
+ internalType: "uint64",
4338
+ type: "uint64"
4339
+ },
4340
+ { name: "pricePerToken", internalType: "uint96", type: "uint96" },
4341
+ { name: "mintStart", internalType: "uint64", type: "uint64" },
4342
+ { name: "mintDuration", internalType: "uint64", type: "uint64" },
4343
+ { name: "royaltyBPS", internalType: "uint32", type: "uint32" },
4344
+ {
4345
+ name: "payoutRecipient",
4346
+ internalType: "address",
4347
+ type: "address"
4348
+ },
4349
+ {
4350
+ name: "fixedPriceMinter",
4351
+ internalType: "address",
4352
+ type: "address"
4353
+ },
4354
+ {
4355
+ name: "createReferral",
4356
+ internalType: "address",
4357
+ type: "address"
4358
+ }
4359
+ ]
4360
+ },
4361
+ { name: "uid", internalType: "uint32", type: "uint32" },
4362
+ { name: "version", internalType: "uint32", type: "uint32" },
4363
+ { name: "deleted", internalType: "bool", type: "bool" }
4364
+ ]
4365
+ },
4366
+ { name: "signature", internalType: "bytes", type: "bytes" },
4367
+ {
4368
+ name: "mintArguments",
4369
+ internalType: "struct MintArguments",
4370
+ type: "tuple",
4371
+ components: [
4372
+ { name: "mintRecipient", internalType: "address", type: "address" },
4373
+ { name: "mintComment", internalType: "string", type: "string" },
4374
+ {
4375
+ name: "mintRewardsRecipients",
4376
+ internalType: "address[]",
4377
+ type: "address[]"
4378
+ }
4379
+ ]
4380
+ },
4381
+ { name: "signerContract", internalType: "address", type: "address" }
4382
+ ],
4383
+ name: "collectPremintV2",
4384
+ outputs: [
4385
+ {
4386
+ name: "result",
4387
+ internalType: "struct PremintResult",
4388
+ type: "tuple",
4389
+ components: [
4390
+ { name: "contractAddress", internalType: "address", type: "address" },
4391
+ { name: "tokenId", internalType: "uint256", type: "uint256" },
4392
+ { name: "createdNewContract", internalType: "bool", type: "bool" }
4393
+ ]
4394
+ }
4395
+ ]
4396
+ },
4397
+ {
4398
+ stateMutability: "pure",
4399
+ type: "function",
4400
+ inputs: [],
4401
+ name: "contractName",
4402
+ outputs: [{ name: "", internalType: "string", type: "string" }]
4403
+ },
4404
+ {
4405
+ stateMutability: "view",
4406
+ type: "function",
4407
+ inputs: [],
4408
+ name: "contractURI",
4409
+ outputs: [{ name: "", internalType: "string", type: "string" }]
4410
+ },
4411
+ {
4412
+ stateMutability: "pure",
4413
+ type: "function",
4414
+ inputs: [],
4415
+ name: "contractVersion",
4416
+ outputs: [{ name: "", internalType: "string", type: "string" }]
4417
+ },
4418
+ {
4419
+ stateMutability: "nonpayable",
4420
+ type: "function",
4421
+ inputs: [
4422
+ { name: "tokenId", internalType: "uint256", type: "uint256" },
4423
+ {
4424
+ name: "tokenConfig",
4425
+ internalType: "struct TokenConfig",
4426
+ type: "tuple",
4427
+ components: [
4428
+ { name: "price", internalType: "uint256", type: "uint256" },
4429
+ { name: "tokenAddress", internalType: "address", type: "address" }
4430
+ ]
4431
+ }
4432
+ ],
4433
+ name: "createToken",
4434
+ outputs: []
4435
+ },
4436
+ {
4437
+ stateMutability: "view",
4438
+ type: "function",
4439
+ inputs: [],
4440
+ name: "getEthPrice",
4441
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
4442
+ },
4443
+ {
4444
+ stateMutability: "view",
4445
+ type: "function",
4446
+ inputs: [],
4447
+ name: "implementation",
4448
+ outputs: [{ name: "", internalType: "address", type: "address" }]
4449
+ },
4450
+ {
4451
+ stateMutability: "nonpayable",
4452
+ type: "function",
4453
+ inputs: [
4454
+ { name: "defaultOwner", internalType: "address", type: "address" },
4455
+ { name: "zoraMintsSalt", internalType: "bytes32", type: "bytes32" },
4456
+ { name: "zoraMintsCreationCode", internalType: "bytes", type: "bytes" },
4457
+ { name: "initialEthTokenId", internalType: "uint256", type: "uint256" },
4458
+ {
4459
+ name: "initialEthTokenPrice",
4460
+ internalType: "uint256",
4461
+ type: "uint256"
4462
+ },
4463
+ { name: "newBaseURI", internalType: "string", type: "string" },
4464
+ { name: "newContractURI", internalType: "string", type: "string" }
4465
+ ],
4466
+ name: "initialize",
4467
+ outputs: [
4468
+ {
4469
+ name: "mints",
4470
+ internalType: "contract IZoraMints1155",
4471
+ type: "address"
4472
+ }
4473
+ ]
4474
+ },
4475
+ {
4476
+ stateMutability: "nonpayable",
4477
+ type: "function",
4478
+ inputs: [
4479
+ { name: "tokenAddress", internalType: "address", type: "address" },
4480
+ { name: "quantity", internalType: "uint256", type: "uint256" },
4481
+ { name: "recipient", internalType: "address", type: "address" }
4482
+ ],
4483
+ name: "mintWithERC20",
4484
+ outputs: [
4485
+ { name: "mintableTokenId", internalType: "uint256", type: "uint256" }
4486
+ ]
4487
+ },
4488
+ {
4489
+ stateMutability: "payable",
4490
+ type: "function",
4491
+ inputs: [
4492
+ { name: "quantity", internalType: "uint256", type: "uint256" },
4493
+ { name: "recipient", internalType: "address", type: "address" }
4494
+ ],
4495
+ name: "mintWithEth",
4496
+ outputs: [
4497
+ { name: "mintableTokenId", internalType: "uint256", type: "uint256" }
4498
+ ]
4499
+ },
4500
+ {
4501
+ stateMutability: "view",
4502
+ type: "function",
4503
+ inputs: [],
4504
+ name: "mintableEthToken",
4505
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
4506
+ },
4507
+ {
4508
+ stateMutability: "pure",
4509
+ type: "function",
4510
+ inputs: [
4511
+ { name: "", internalType: "address", type: "address" },
4512
+ { name: "", internalType: "address", type: "address" },
4513
+ { name: "", internalType: "uint256[]", type: "uint256[]" },
4514
+ { name: "", internalType: "uint256[]", type: "uint256[]" },
4515
+ { name: "", internalType: "bytes", type: "bytes" }
4516
+ ],
4517
+ name: "onERC1155BatchReceived",
4518
+ outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }]
4519
+ },
4520
+ {
4521
+ stateMutability: "pure",
4522
+ type: "function",
4523
+ inputs: [
4524
+ { name: "", internalType: "address", type: "address" },
4525
+ { name: "", internalType: "address", type: "address" },
4526
+ { name: "", internalType: "uint256", type: "uint256" },
4527
+ { name: "", internalType: "uint256", type: "uint256" },
4528
+ { name: "", internalType: "bytes", type: "bytes" }
4529
+ ],
4530
+ name: "onERC1155Received",
4531
+ outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }]
4532
+ },
4533
+ {
4534
+ stateMutability: "view",
4535
+ type: "function",
4536
+ inputs: [],
4537
+ name: "owner",
4538
+ outputs: [{ name: "", internalType: "address", type: "address" }]
4539
+ },
4540
+ {
4541
+ stateMutability: "view",
4542
+ type: "function",
4543
+ inputs: [],
4544
+ name: "pendingOwner",
4545
+ outputs: [{ name: "", internalType: "address", type: "address" }]
4546
+ },
4547
+ {
4548
+ stateMutability: "view",
4549
+ type: "function",
4550
+ inputs: [],
4551
+ name: "proxiableUUID",
4552
+ outputs: [{ name: "", internalType: "bytes32", type: "bytes32" }]
4553
+ },
4554
+ {
4555
+ stateMutability: "nonpayable",
4556
+ type: "function",
4557
+ inputs: [],
4558
+ name: "renounceOwnership",
4559
+ outputs: []
4560
+ },
4561
+ {
4562
+ stateMutability: "nonpayable",
4563
+ type: "function",
4564
+ inputs: [
4565
+ { name: "tokenAddress", internalType: "address", type: "address" },
4566
+ { name: "tokenId", internalType: "uint256", type: "uint256" }
4567
+ ],
4568
+ name: "setDefaultMintable",
4569
+ outputs: []
4570
+ },
4571
+ {
4572
+ stateMutability: "nonpayable",
4573
+ type: "function",
4574
+ inputs: [
4575
+ { name: "newContractURI", internalType: "string", type: "string" },
4576
+ { name: "newBaseURI", internalType: "string", type: "string" }
4577
+ ],
4578
+ name: "setMetadataURIs",
4579
+ outputs: []
4580
+ },
4581
+ {
4582
+ stateMutability: "nonpayable",
4583
+ type: "function",
4584
+ inputs: [{ name: "newOwner", internalType: "address", type: "address" }],
4585
+ name: "transferOwnership",
4586
+ outputs: []
4587
+ },
4588
+ {
4589
+ stateMutability: "payable",
4590
+ type: "function",
4591
+ inputs: [
4592
+ { name: "newImplementation", internalType: "address", type: "address" },
4593
+ { name: "data", internalType: "bytes", type: "bytes" }
4594
+ ],
4595
+ name: "upgradeToAndCall",
4596
+ outputs: []
4597
+ },
4598
+ {
4599
+ stateMutability: "view",
4600
+ type: "function",
4601
+ inputs: [{ name: "tokenId", internalType: "uint256", type: "uint256" }],
4602
+ name: "uri",
4603
+ outputs: [{ name: "", internalType: "string", type: "string" }]
4604
+ },
4605
+ {
4606
+ stateMutability: "view",
4607
+ type: "function",
4608
+ inputs: [],
4609
+ name: "zoraMints1155",
4610
+ outputs: [
4611
+ { name: "", internalType: "contract IZoraMints1155", type: "address" }
4612
+ ]
4613
+ },
4614
+ {
4615
+ type: "event",
4616
+ anonymous: false,
4617
+ inputs: [
4618
+ {
4619
+ name: "tokenIds",
4620
+ internalType: "uint256[]",
4621
+ type: "uint256[]",
4622
+ indexed: true
4623
+ },
4624
+ {
4625
+ name: "quantities",
4626
+ internalType: "uint256[]",
4627
+ type: "uint256[]",
4628
+ indexed: false
4629
+ },
4630
+ {
4631
+ name: "zoraCreator1155Contract",
4632
+ internalType: "address",
4633
+ type: "address",
4634
+ indexed: true
4635
+ },
4636
+ {
4637
+ name: "zoraCreator1155TokenId",
4638
+ internalType: "uint256",
4639
+ type: "uint256",
4640
+ indexed: true
4641
+ }
4642
+ ],
4643
+ name: "Collected"
4644
+ },
4645
+ {
4646
+ type: "event",
4647
+ anonymous: false,
4648
+ inputs: [
4649
+ {
4650
+ name: "version",
4651
+ internalType: "uint64",
4652
+ type: "uint64",
4653
+ indexed: false
4654
+ }
4655
+ ],
4656
+ name: "Initialized"
4657
+ },
4658
+ {
4659
+ type: "event",
4660
+ anonymous: false,
4661
+ inputs: [
4662
+ {
4663
+ name: "sender",
4664
+ internalType: "address",
4665
+ type: "address",
4666
+ indexed: true
4667
+ },
4668
+ {
4669
+ name: "tokenContract",
4670
+ internalType: "address",
4671
+ type: "address",
4672
+ indexed: true
4673
+ },
4674
+ {
4675
+ name: "tokenId",
4676
+ internalType: "uint256",
4677
+ type: "uint256",
4678
+ indexed: true
4679
+ },
4680
+ {
4681
+ name: "quantity",
4682
+ internalType: "uint256",
4683
+ type: "uint256",
4684
+ indexed: false
4685
+ },
4686
+ {
4687
+ name: "comment",
4688
+ internalType: "string",
4689
+ type: "string",
4690
+ indexed: false
4691
+ }
4692
+ ],
4693
+ name: "MintComment"
4694
+ },
4695
+ {
4696
+ type: "event",
4697
+ anonymous: false,
4698
+ inputs: [
4699
+ {
4700
+ name: "previousOwner",
4701
+ internalType: "address",
4702
+ type: "address",
4703
+ indexed: true
4704
+ },
4705
+ {
4706
+ name: "newOwner",
4707
+ internalType: "address",
4708
+ type: "address",
4709
+ indexed: true
4710
+ }
4711
+ ],
4712
+ name: "OwnershipTransferStarted"
4713
+ },
4714
+ {
4715
+ type: "event",
4716
+ anonymous: false,
4717
+ inputs: [
4718
+ {
4719
+ name: "previousOwner",
4720
+ internalType: "address",
4721
+ type: "address",
4722
+ indexed: true
4723
+ },
4724
+ {
4725
+ name: "newOwner",
4726
+ internalType: "address",
4727
+ type: "address",
4728
+ indexed: true
4729
+ }
4730
+ ],
4731
+ name: "OwnershipTransferred"
4732
+ },
4733
+ {
4734
+ type: "event",
4735
+ anonymous: false,
4736
+ inputs: [
4737
+ {
4738
+ name: "contractURI",
4739
+ internalType: "string",
4740
+ type: "string",
4741
+ indexed: false
4742
+ },
4743
+ {
4744
+ name: "baseURI",
4745
+ internalType: "string",
4746
+ type: "string",
4747
+ indexed: false
4748
+ }
4749
+ ],
4750
+ name: "URIsUpdated"
4751
+ },
4752
+ {
4753
+ type: "event",
4754
+ anonymous: false,
4755
+ inputs: [
4756
+ {
4757
+ name: "implementation",
4758
+ internalType: "address",
4759
+ type: "address",
4760
+ indexed: true
4761
+ }
4762
+ ],
4763
+ name: "Upgraded"
4764
+ },
4765
+ {
4766
+ type: "error",
4767
+ inputs: [{ name: "target", internalType: "address", type: "address" }],
4768
+ name: "AddressEmptyCode"
4769
+ },
4770
+ {
4771
+ type: "error",
4772
+ inputs: [
4773
+ { name: "lengthA", internalType: "uint256", type: "uint256" },
4774
+ { name: "lengthB", internalType: "uint256", type: "uint256" }
4775
+ ],
4776
+ name: "ArrayLengthMismatch"
4777
+ },
4778
+ {
4779
+ type: "error",
4780
+ inputs: [
4781
+ { name: "operator", internalType: "address", type: "address" },
4782
+ { name: "user", internalType: "address", type: "address" }
4783
+ ],
4784
+ name: "Burn_NotOwnerOrApproved"
4785
+ },
4786
+ {
4787
+ type: "error",
4788
+ inputs: [{ name: "reason", internalType: "bytes", type: "bytes" }],
4789
+ name: "CallFailed"
4790
+ },
4791
+ { type: "error", inputs: [], name: "Call_TokenIdMismatch" },
4792
+ { type: "error", inputs: [], name: "CallerNotZoraCreator1155" },
4793
+ {
4794
+ type: "error",
4795
+ inputs: [
4796
+ { name: "tokenId", internalType: "uint256", type: "uint256" },
4797
+ { name: "quantity", internalType: "uint256", type: "uint256" },
4798
+ { name: "totalMinted", internalType: "uint256", type: "uint256" },
4799
+ { name: "maxSupply", internalType: "uint256", type: "uint256" }
4800
+ ],
4801
+ name: "CannotMintMoreTokens"
4802
+ },
4803
+ {
4804
+ type: "error",
4805
+ inputs: [
4806
+ { name: "proposedAddress", internalType: "address", type: "address" }
4807
+ ],
4808
+ name: "Config_TransferHookNotSupported"
4809
+ },
4810
+ { type: "error", inputs: [], name: "Create2EmptyBytecode" },
4811
+ { type: "error", inputs: [], name: "Create2FailedDeployment" },
4812
+ {
4813
+ type: "error",
4814
+ inputs: [
4815
+ { name: "balance", internalType: "uint256", type: "uint256" },
4816
+ { name: "needed", internalType: "uint256", type: "uint256" }
4817
+ ],
4818
+ name: "Create2InsufficientBalance"
4819
+ },
4820
+ { type: "error", inputs: [], name: "ERC1155_MINT_TO_ZERO_ADDRESS" },
4821
+ {
4822
+ type: "error",
4823
+ inputs: [
4824
+ { name: "implementation", internalType: "address", type: "address" }
4825
+ ],
4826
+ name: "ERC1967InvalidImplementation"
4827
+ },
4828
+ { type: "error", inputs: [], name: "ERC1967NonPayable" },
4829
+ { type: "error", inputs: [], name: "ERC20TransferSlippage" },
4830
+ { type: "error", inputs: [], name: "ETHTransferFailed" },
4831
+ {
4832
+ type: "error",
4833
+ inputs: [
4834
+ { name: "recipient", internalType: "address", type: "address" },
4835
+ { name: "amount", internalType: "uint256", type: "uint256" }
4836
+ ],
4837
+ name: "ETHWithdrawFailed"
4838
+ },
4839
+ { type: "error", inputs: [], name: "FailedInnerCall" },
4840
+ { type: "error", inputs: [], name: "FirstMinterAddressZero" },
4841
+ {
4842
+ type: "error",
4843
+ inputs: [
4844
+ { name: "amount", internalType: "uint256", type: "uint256" },
4845
+ { name: "contractValue", internalType: "uint256", type: "uint256" }
4846
+ ],
4847
+ name: "FundsWithdrawInsolvent"
4848
+ },
4849
+ { type: "error", inputs: [], name: "IncorrectAmountSent" },
4850
+ { type: "error", inputs: [], name: "InvalidAdminAction" },
4851
+ { type: "error", inputs: [], name: "InvalidInitialization" },
4852
+ {
4853
+ type: "error",
4854
+ inputs: [
4855
+ { name: "mintTo", internalType: "address", type: "address" },
4856
+ { name: "merkleProof", internalType: "bytes32[]", type: "bytes32[]" },
4857
+ { name: "merkleRoot", internalType: "bytes32", type: "bytes32" }
4858
+ ],
4859
+ name: "InvalidMerkleProof"
4860
+ },
4861
+ { type: "error", inputs: [], name: "InvalidMintSchedule" },
4862
+ { type: "error", inputs: [], name: "InvalidPremintVersion" },
4863
+ { type: "error", inputs: [], name: "InvalidRecipient" },
4864
+ { type: "error", inputs: [], name: "InvalidSignature" },
4865
+ { type: "error", inputs: [], name: "InvalidSignatureVersion" },
4866
+ {
4867
+ type: "error",
4868
+ inputs: [{ name: "magicValue", internalType: "bytes4", type: "bytes4" }],
4869
+ name: "InvalidSigner"
4870
+ },
4871
+ { type: "error", inputs: [], name: "InvalidTokenPrice" },
4872
+ { type: "error", inputs: [], name: "MintNotYetStarted" },
4873
+ { type: "error", inputs: [], name: "MintWithMintsNotSupportedOnContract" },
4874
+ { type: "error", inputs: [], name: "Mint_InsolventSaleTransfer" },
4875
+ { type: "error", inputs: [], name: "Mint_InvalidMintArrayLength" },
4876
+ { type: "error", inputs: [], name: "Mint_TokenIDMintNotAllowed" },
4877
+ { type: "error", inputs: [], name: "Mint_UnknownCommand" },
4878
+ { type: "error", inputs: [], name: "Mint_ValueTransferFail" },
4879
+ { type: "error", inputs: [], name: "MinterContractAlreadyExists" },
4880
+ { type: "error", inputs: [], name: "MinterContractDoesNotExist" },
4881
+ { type: "error", inputs: [], name: "NewOwnerNeedsToBeAdmin" },
4882
+ { type: "error", inputs: [], name: "NoUriForNonexistentToken" },
4883
+ { type: "error", inputs: [], name: "NonEthRedemption" },
4884
+ { type: "error", inputs: [], name: "NotInitializing" },
4885
+ {
4886
+ type: "error",
4887
+ inputs: [{ name: "owner", internalType: "address", type: "address" }],
4888
+ name: "OwnableInvalidOwner"
4889
+ },
4890
+ {
4891
+ type: "error",
4892
+ inputs: [{ name: "account", internalType: "address", type: "address" }],
4893
+ name: "OwnableUnauthorizedAccount"
4894
+ },
4895
+ { type: "error", inputs: [], name: "PremintDeleted" },
4896
+ {
4897
+ type: "error",
4898
+ inputs: [
4899
+ { name: "caller", internalType: "address", type: "address" },
4900
+ { name: "recipient", internalType: "address", type: "address" },
4901
+ { name: "amount", internalType: "uint256", type: "uint256" }
4902
+ ],
4903
+ name: "ProtocolRewardsWithdrawFailed"
4904
+ },
4905
+ { type: "error", inputs: [], name: "Renderer_NotValidRendererContract" },
4906
+ { type: "error", inputs: [], name: "SaleEnded" },
4907
+ { type: "error", inputs: [], name: "SaleHasNotStarted" },
4908
+ {
4909
+ type: "error",
4910
+ inputs: [
4911
+ { name: "targetContract", internalType: "address", type: "address" }
4912
+ ],
4913
+ name: "Sale_CannotCallNonSalesContract"
4914
+ },
4915
+ { type: "error", inputs: [], name: "TokenAlreadyCreated" },
4916
+ { type: "error", inputs: [], name: "TokenDoesNotExist" },
4917
+ {
4918
+ type: "error",
4919
+ inputs: [
4920
+ { name: "expected", internalType: "uint256", type: "uint256" },
4921
+ { name: "actual", internalType: "uint256", type: "uint256" }
4922
+ ],
4923
+ name: "TokenIdMismatch"
4924
+ },
4925
+ {
4926
+ type: "error",
4927
+ inputs: [
4928
+ { name: "storedTokenAddress", internalType: "address", type: "address" },
4929
+ {
4930
+ name: "expectedTokenAddress",
4931
+ internalType: "address",
4932
+ type: "address"
4933
+ }
4934
+ ],
4935
+ name: "TokenMismatch"
4936
+ },
4937
+ { type: "error", inputs: [], name: "TokenNotMintable" },
4938
+ { type: "error", inputs: [], name: "UUPSUnauthorizedCallContext" },
4939
+ {
4940
+ type: "error",
4941
+ inputs: [{ name: "slot", internalType: "bytes32", type: "bytes32" }],
4942
+ name: "UUPSUnsupportedProxiableUUID"
4943
+ },
4944
+ {
4945
+ type: "error",
4946
+ inputs: [
4947
+ { name: "expected", internalType: "string", type: "string" },
4948
+ { name: "actual", internalType: "string", type: "string" }
4949
+ ],
4950
+ name: "UpgradeToMismatchedContractName"
4951
+ },
4952
+ {
4953
+ type: "error",
4954
+ inputs: [
4955
+ { name: "user", internalType: "address", type: "address" },
4956
+ { name: "limit", internalType: "uint256", type: "uint256" },
4957
+ { name: "requestedAmount", internalType: "uint256", type: "uint256" }
4958
+ ],
4959
+ name: "UserExceedsMintLimit"
4960
+ },
4961
+ {
4962
+ type: "error",
4963
+ inputs: [
4964
+ { name: "user", internalType: "address", type: "address" },
4965
+ { name: "tokenId", internalType: "uint256", type: "uint256" },
4966
+ { name: "role", internalType: "uint256", type: "uint256" }
4967
+ ],
4968
+ name: "UserMissingRoleForToken"
4969
+ },
4970
+ { type: "error", inputs: [], name: "WrongValueSent" },
4971
+ {
4972
+ type: "error",
4973
+ inputs: [],
4974
+ name: "premintSignerContractFailedToRecoverSigner"
4975
+ },
4976
+ { type: "error", inputs: [], name: "premintSignerContractNotAContract" }
4977
+ ];
4978
+ var zoraMintsManagerImplAddress = {
4979
+ 999999999: "0x7777777579A2C6363387cC38C0A334624dDAbB90"
4980
+ };
4981
+ var zoraMintsManagerImplConfig = {
4982
+ address: zoraMintsManagerImplAddress,
4983
+ abi: zoraMintsManagerImplABI
4984
+ };
3608
4985
 
3609
4986
  // src/generated/1155.ts
3610
4987
  var __exports = {};
@@ -3809,22 +5186,74 @@ var addresses = {
3809
5186
  timestamp: 1709234007
3810
5187
  },
3811
5188
  999999999: {
3812
- CONTRACT_1155_IMPL: "0x980170C861E723309628a27c27397a955920F968",
3813
- CONTRACT_1155_IMPL_VERSION: "2.7.0",
3814
- FACTORY_IMPL: "0xcea530A0d2d158500E248a59682a1D230c2422F7",
5189
+ CONTRACT_1155_IMPL: "0xCD7aA5CbF0187fd8F426F3322E48B02Fb6b973d8",
5190
+ CONTRACT_1155_IMPL_VERSION: "2.9.0-DEV.0",
5191
+ FACTORY_IMPL: "0x9474664542fe17AC8f940aaC2160f1816607c9Cc",
3815
5192
  FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
3816
5193
  FIXED_PRICE_SALE_STRATEGY: "0x6d28164C3CE04A190D5F9f0f8881fc807EAD975A",
3817
5194
  MERKLE_MINT_SALE_STRATEGY: "0x5e5fD4b758076BAD940db0284b711A67E8a3B88c",
3818
- PREMINTER_IMPL: "0x6f4f0c7748050d178b50cB000c94d54ea54A82aA",
5195
+ PREMINTER_IMPL: "0x1840606A43AC211Ffd548BE727563D863bfCF707",
3819
5196
  PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
3820
5197
  REDEEM_MINTER_FACTORY: "0x25cFb6dd9cDE8425e781d6718a29Ccbca3F038d6",
3821
5198
  UPGRADE_GATE: "0x0000000000000000000000000000000000000000",
3822
- timestamp: 1706663810
5199
+ timestamp: 1711674862
5200
+ }
5201
+ };
5202
+
5203
+ // src/generated/mints.ts
5204
+ var mints_exports = {};
5205
+ __export(mints_exports, {
5206
+ addresses: () => addresses2,
5207
+ chainConfigs: () => chainConfigs2
5208
+ });
5209
+ var chainConfigs2 = {
5210
+ 1: {
5211
+ PROXY_ADMIN: "0xDB392f4391462d60B8B4413ef72018Ab595Af9D0",
5212
+ MINTS_OWNER: "0xd1d1D4e36117aB794ec5d4c78cBD3a8904E691D0"
5213
+ },
5214
+ 10: {
5215
+ PROXY_ADMIN: "0x4c7f7b6067fac9a737ecf2ca1a733fc85dd65a2b",
5216
+ MINTS_OWNER: "0x7A810DCd0f8d83B20212326813Db6EF7E9FD030c"
5217
+ },
5218
+ 420: {
5219
+ PROXY_ADMIN: "0xbb45052B2260707655Dfd916a416264f5981192c",
5220
+ MINTS_OWNER: "0x5dEe21327CD7CD6725C2578DA1c3E5bb2D2D34b2"
5221
+ },
5222
+ 999: {
5223
+ PROXY_ADMIN: "0xE84DBB2B25F761751231a9D0DAfbdD4dC3aa8252",
5224
+ MINTS_OWNER: "0xE84DBB2B25F761751231a9D0DAfbdD4dC3aa8252"
5225
+ },
5226
+ 8453: {
5227
+ PROXY_ADMIN: "0x004d6611884B4A661749B64b2ADc78505c3e1AB3",
5228
+ MINTS_OWNER: "0x7bf90111Ad7C22bec9E9dFf8A01A44713CC1b1B6"
5229
+ },
5230
+ 84531: {
5231
+ PROXY_ADMIN: "0x02539E813cA450C2c7334e885423f4A899a063Fe",
5232
+ MINTS_OWNER: "0x02539E813cA450C2c7334e885423f4A899a063Fe"
5233
+ },
5234
+ 7777777: {
5235
+ PROXY_ADMIN: "0xdEA20c96253dc2d64897D2b8d27A8d935dE74955",
5236
+ MINTS_OWNER: "0xEcfc2ee50409E459c554a2b0376F882Ce916D853"
5237
+ },
5238
+ 11155111: {
5239
+ PROXY_ADMIN: "0xCE9F2e8EaFa11637F8A1CB60AE8AaC601Ae30f2D",
5240
+ MINTS_OWNER: "0xCE9F2e8EaFa11637F8A1CB60AE8AaC601Ae30f2D"
5241
+ },
5242
+ 999999999: {
5243
+ PROXY_ADMIN: "0xdae22ce69Afcb7f4bc37D32E267645722949DE0E",
5244
+ MINTS_OWNER: "0xdae22ce69Afcb7f4bc37D32E267645722949DE0E"
5245
+ }
5246
+ };
5247
+ var addresses2 = {
5248
+ 999999999: {
5249
+ MINTS_MANAGER_IMPL: "0x880AC09CBbc69b49B0FD7434bB7e4eE33D0b0Ae6",
5250
+ MINTS_MANAGER_IMPL_VERSION: "0.1.0-DEV.1"
3823
5251
  }
3824
5252
  };
3825
5253
  // Annotate the CommonJS export names for ESM import in node:
3826
5254
  0 && (module.exports = {
3827
5255
  contracts1155,
5256
+ mints,
3828
5257
  zoraCreator1155FactoryImplABI,
3829
5258
  zoraCreator1155FactoryImplAddress,
3830
5259
  zoraCreator1155FactoryImplConfig,
@@ -3840,6 +5269,12 @@ var addresses = {
3840
5269
  zoraCreatorMerkleMinterStrategyConfig,
3841
5270
  zoraCreatorRedeemMinterFactoryABI,
3842
5271
  zoraCreatorRedeemMinterFactoryAddress,
3843
- zoraCreatorRedeemMinterFactoryConfig
5272
+ zoraCreatorRedeemMinterFactoryConfig,
5273
+ zoraMints1155ABI,
5274
+ zoraMints1155Address,
5275
+ zoraMints1155Config,
5276
+ zoraMintsManagerImplABI,
5277
+ zoraMintsManagerImplAddress,
5278
+ zoraMintsManagerImplConfig
3844
5279
  });
3845
5280
  //# sourceMappingURL=index.cjs.map