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