@zoralabs/protocol-deployments 0.1.4 → 0.1.5-DEV.0

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.
@@ -540,6 +540,7 @@ export const zoraCreator1155ImplABI = [
540
540
  { name: '_mintFeeRecipient', internalType: 'address', type: 'address' },
541
541
  { name: '_upgradeGate', internalType: 'address', type: 'address' },
542
542
  { name: '_protocolRewards', internalType: 'address', type: 'address' },
543
+ { name: '_mints', internalType: 'address', type: 'address' },
543
544
  ],
544
545
  },
545
546
  { stateMutability: 'payable', type: 'receive' },
@@ -608,18 +609,6 @@ export const zoraCreator1155ImplABI = [
608
609
  name: 'adminMint',
609
610
  outputs: [],
610
611
  },
611
- {
612
- stateMutability: 'nonpayable',
613
- type: 'function',
614
- inputs: [
615
- { name: 'recipient', internalType: 'address', type: 'address' },
616
- { name: 'tokenIds', internalType: 'uint256[]', type: 'uint256[]' },
617
- { name: 'quantities', internalType: 'uint256[]', type: 'uint256[]' },
618
- { name: 'data', internalType: 'bytes', type: 'bytes' },
619
- ],
620
- name: 'adminMintBatch',
621
- outputs: [],
622
- },
623
612
  {
624
613
  stateMutability: 'view',
625
614
  type: 'function',
@@ -688,71 +677,10 @@ export const zoraCreator1155ImplABI = [
688
677
  {
689
678
  stateMutability: 'pure',
690
679
  type: 'function',
691
- inputs: [{ name: 'numTokens', internalType: 'uint256', type: 'uint256' }],
692
- name: 'computeFreeMintRewards',
693
- outputs: [
694
- {
695
- name: '',
696
- internalType: 'struct RewardsSettings',
697
- type: 'tuple',
698
- components: [
699
- { name: 'creatorReward', internalType: 'uint256', type: 'uint256' },
700
- {
701
- name: 'createReferralReward',
702
- internalType: 'uint256',
703
- type: 'uint256',
704
- },
705
- {
706
- name: 'mintReferralReward',
707
- internalType: 'uint256',
708
- type: 'uint256',
709
- },
710
- {
711
- name: 'firstMinterReward',
712
- internalType: 'uint256',
713
- type: 'uint256',
714
- },
715
- { name: 'zoraReward', internalType: 'uint256', type: 'uint256' },
716
- ],
717
- },
718
- ],
719
- },
720
- {
721
- stateMutability: 'pure',
722
- type: 'function',
723
- inputs: [{ name: 'numTokens', internalType: 'uint256', type: 'uint256' }],
724
- name: 'computePaidMintRewards',
725
- outputs: [
726
- {
727
- name: '',
728
- internalType: 'struct RewardsSettings',
729
- type: 'tuple',
730
- components: [
731
- { name: 'creatorReward', internalType: 'uint256', type: 'uint256' },
732
- {
733
- name: 'createReferralReward',
734
- internalType: 'uint256',
735
- type: 'uint256',
736
- },
737
- {
738
- name: 'mintReferralReward',
739
- internalType: 'uint256',
740
- type: 'uint256',
741
- },
742
- {
743
- name: 'firstMinterReward',
744
- internalType: 'uint256',
745
- type: 'uint256',
746
- },
747
- { name: 'zoraReward', internalType: 'uint256', type: 'uint256' },
748
- ],
749
- },
680
+ inputs: [
681
+ { name: 'mintPrice', internalType: 'uint256', type: 'uint256' },
682
+ { name: 'quantity', internalType: 'uint256', type: 'uint256' },
750
683
  ],
751
- },
752
- {
753
- stateMutability: 'pure',
754
- type: 'function',
755
- inputs: [{ name: 'numTokens', internalType: 'uint256', type: 'uint256' }],
756
684
  name: 'computeTotalReward',
757
685
  outputs: [{ name: '', internalType: 'uint256', type: 'uint256' }],
758
686
  },
@@ -815,7 +743,7 @@ export const zoraCreator1155ImplABI = [
815
743
  { name: 'premintConfig', internalType: 'bytes', type: 'bytes' },
816
744
  { name: 'premintVersion', internalType: 'bytes32', type: 'bytes32' },
817
745
  { name: 'signature', internalType: 'bytes', type: 'bytes' },
818
- { name: 'sender', internalType: 'address', type: 'address' },
746
+ { name: 'firstMinter', internalType: 'address', type: 'address' },
819
747
  {
820
748
  name: 'premintSignerContract',
821
749
  internalType: 'address',
@@ -990,12 +918,32 @@ export const zoraCreator1155ImplABI = [
990
918
  outputs: [],
991
919
  },
992
920
  {
993
- stateMutability: 'pure',
921
+ stateMutability: 'view',
994
922
  type: 'function',
995
923
  inputs: [],
996
924
  name: 'mintFee',
997
925
  outputs: [{ name: '', internalType: 'uint256', type: 'uint256' }],
998
926
  },
927
+ {
928
+ stateMutability: 'payable',
929
+ type: 'function',
930
+ inputs: [
931
+ { name: 'mintTokenIds', internalType: 'uint256[]', type: 'uint256[]' },
932
+ { name: 'quantities', internalType: 'uint256[]', type: 'uint256[]' },
933
+ { name: 'minter', internalType: 'contract IMinter1155', type: 'address' },
934
+ { name: 'tokenId', internalType: 'uint256', type: 'uint256' },
935
+ {
936
+ name: 'rewardsRecipients',
937
+ internalType: 'address[]',
938
+ type: 'address[]',
939
+ },
940
+ { name: 'minterArguments', internalType: 'bytes', type: 'bytes' },
941
+ ],
942
+ name: 'mintWithMints',
943
+ outputs: [
944
+ { name: 'quantityMinted', internalType: 'uint256', type: 'uint256' },
945
+ ],
946
+ },
999
947
  {
1000
948
  stateMutability: 'payable',
1001
949
  type: 'function',
@@ -1030,6 +978,32 @@ export const zoraCreator1155ImplABI = [
1030
978
  name: 'nextTokenId',
1031
979
  outputs: [{ name: '', internalType: 'uint256', type: 'uint256' }],
1032
980
  },
981
+ {
982
+ stateMutability: 'pure',
983
+ type: 'function',
984
+ inputs: [
985
+ { name: '', internalType: 'address', type: 'address' },
986
+ { name: '', internalType: 'address', type: 'address' },
987
+ { name: '', internalType: 'uint256[]', type: 'uint256[]' },
988
+ { name: '', internalType: 'uint256[]', type: 'uint256[]' },
989
+ { name: '', internalType: 'bytes', type: 'bytes' },
990
+ ],
991
+ name: 'onERC1155BatchReceived',
992
+ outputs: [{ name: '', internalType: 'bytes4', type: 'bytes4' }],
993
+ },
994
+ {
995
+ stateMutability: 'pure',
996
+ type: 'function',
997
+ inputs: [
998
+ { name: '', internalType: 'address', type: 'address' },
999
+ { name: '', internalType: 'address', type: 'address' },
1000
+ { name: '', internalType: 'uint256', type: 'uint256' },
1001
+ { name: '', internalType: 'uint256', type: 'uint256' },
1002
+ { name: '', internalType: 'bytes', type: 'bytes' },
1003
+ ],
1004
+ name: 'onERC1155Received',
1005
+ outputs: [{ name: '', internalType: 'bytes4', type: 'bytes4' }],
1006
+ },
1033
1007
  {
1034
1008
  stateMutability: 'view',
1035
1009
  type: 'function',
@@ -1878,6 +1852,7 @@ export const zoraCreator1155ImplABI = [
1878
1852
  inputs: [{ name: 'tokenId', internalType: 'uint256', type: 'uint256' }],
1879
1853
  name: 'NoRendererForToken',
1880
1854
  },
1855
+ { type: 'error', inputs: [], name: 'NonEthRedemption' },
1881
1856
  { type: 'error', inputs: [], name: 'ONLY_CREATE_REFERRAL' },
1882
1857
  { type: 'error', inputs: [], name: 'PremintDeleted' },
1883
1858
  {
@@ -2907,6 +2882,7 @@ export const zoraCreator1155PremintExecutorImplABI = [
2907
2882
  { type: 'error', inputs: [], name: 'MinterContractAlreadyExists' },
2908
2883
  { type: 'error', inputs: [], name: 'MinterContractDoesNotExist' },
2909
2884
  { type: 'error', inputs: [], name: 'NewOwnerNeedsToBeAdmin' },
2885
+ { type: 'error', inputs: [], name: 'NonEthRedemption' },
2910
2886
  { type: 'error', inputs: [], name: 'ONLY_CREATE_REFERRAL' },
2911
2887
  { type: 'error', inputs: [], name: 'ONLY_OWNER' },
2912
2888
  { type: 'error', inputs: [], name: 'ONLY_PENDING_OWNER' },
@@ -3769,3 +3745,1405 @@ export const zoraCreatorRedeemMinterFactoryConfig = {
3769
3745
  address: zoraCreatorRedeemMinterFactoryAddress,
3770
3746
  abi: zoraCreatorRedeemMinterFactoryABI,
3771
3747
  } as const
3748
+
3749
+ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
3750
+ // ZoraMints1155
3751
+ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
3752
+
3753
+ /**
3754
+ * [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x777777772b3123825eE55F3C45b6CbFd1631aBE1)
3755
+ */
3756
+ export const zoraMints1155ABI = [
3757
+ { stateMutability: 'nonpayable', type: 'constructor', inputs: [] },
3758
+ {
3759
+ stateMutability: 'view',
3760
+ type: 'function',
3761
+ inputs: [],
3762
+ name: 'ETH_ADDRESS',
3763
+ outputs: [{ name: '', internalType: 'address', type: 'address' }],
3764
+ },
3765
+ {
3766
+ stateMutability: 'view',
3767
+ type: 'function',
3768
+ inputs: [],
3769
+ name: 'MINIMUM_ERC20_PRICE',
3770
+ outputs: [{ name: '', internalType: 'uint256', type: 'uint256' }],
3771
+ },
3772
+ {
3773
+ stateMutability: 'view',
3774
+ type: 'function',
3775
+ inputs: [],
3776
+ name: 'MINIMUM_ETH_PRICE',
3777
+ outputs: [{ name: '', internalType: 'uint256', type: 'uint256' }],
3778
+ },
3779
+ {
3780
+ stateMutability: 'view',
3781
+ type: 'function',
3782
+ inputs: [],
3783
+ name: 'authority',
3784
+ outputs: [{ name: '', internalType: 'address', type: 'address' }],
3785
+ },
3786
+ {
3787
+ stateMutability: 'view',
3788
+ type: 'function',
3789
+ inputs: [
3790
+ { name: 'account', internalType: 'address', type: 'address' },
3791
+ { name: 'id', internalType: 'uint256', type: 'uint256' },
3792
+ ],
3793
+ name: 'balanceOf',
3794
+ outputs: [{ name: '', internalType: 'uint256', type: 'uint256' }],
3795
+ },
3796
+ {
3797
+ stateMutability: 'view',
3798
+ type: 'function',
3799
+ inputs: [{ name: 'account', internalType: 'address', type: 'address' }],
3800
+ name: 'balanceOfAccount',
3801
+ outputs: [{ name: '', internalType: 'uint256', type: 'uint256' }],
3802
+ },
3803
+ {
3804
+ stateMutability: 'view',
3805
+ type: 'function',
3806
+ inputs: [
3807
+ { name: 'accounts', internalType: 'address[]', type: 'address[]' },
3808
+ { name: 'ids', internalType: 'uint256[]', type: 'uint256[]' },
3809
+ ],
3810
+ name: 'balanceOfBatch',
3811
+ outputs: [{ name: '', internalType: 'uint256[]', type: 'uint256[]' }],
3812
+ },
3813
+ {
3814
+ stateMutability: 'view',
3815
+ type: 'function',
3816
+ inputs: [],
3817
+ name: 'contractURI',
3818
+ outputs: [{ name: '', internalType: 'string', type: 'string' }],
3819
+ },
3820
+ {
3821
+ stateMutability: 'pure',
3822
+ type: 'function',
3823
+ inputs: [],
3824
+ name: 'contractVersion',
3825
+ outputs: [{ name: '', internalType: 'string', type: 'string' }],
3826
+ },
3827
+ {
3828
+ stateMutability: 'nonpayable',
3829
+ type: 'function',
3830
+ inputs: [
3831
+ { name: 'tokenId', internalType: 'uint256', type: 'uint256' },
3832
+ {
3833
+ name: 'tokenConfig',
3834
+ internalType: 'struct TokenConfig',
3835
+ type: 'tuple',
3836
+ components: [
3837
+ { name: 'price', internalType: 'uint256', type: 'uint256' },
3838
+ { name: 'tokenAddress', internalType: 'address', type: 'address' },
3839
+ ],
3840
+ },
3841
+ ],
3842
+ name: 'createToken',
3843
+ outputs: [],
3844
+ },
3845
+ {
3846
+ stateMutability: 'view',
3847
+ type: 'function',
3848
+ inputs: [],
3849
+ name: 'getManager',
3850
+ outputs: [{ name: '', internalType: 'address', type: 'address' }],
3851
+ },
3852
+ {
3853
+ stateMutability: 'view',
3854
+ type: 'function',
3855
+ inputs: [],
3856
+ name: 'getMsgSender',
3857
+ outputs: [{ name: '', internalType: 'address', type: 'address' }],
3858
+ },
3859
+ {
3860
+ stateMutability: 'view',
3861
+ type: 'function',
3862
+ inputs: [{ name: 'tokenId', internalType: 'uint256', type: 'uint256' }],
3863
+ name: 'getTokenConfig',
3864
+ outputs: [
3865
+ {
3866
+ name: '',
3867
+ internalType: 'struct TokenConfig',
3868
+ type: 'tuple',
3869
+ components: [
3870
+ { name: 'price', internalType: 'uint256', type: 'uint256' },
3871
+ { name: 'tokenAddress', internalType: 'address', type: 'address' },
3872
+ ],
3873
+ },
3874
+ ],
3875
+ },
3876
+ {
3877
+ stateMutability: 'view',
3878
+ type: 'function',
3879
+ inputs: [
3880
+ { name: 'account', internalType: 'address', type: 'address' },
3881
+ { name: 'operator', internalType: 'address', type: 'address' },
3882
+ ],
3883
+ name: 'isApprovedForAll',
3884
+ outputs: [{ name: '', internalType: 'bool', type: 'bool' }],
3885
+ },
3886
+ {
3887
+ stateMutability: 'view',
3888
+ type: 'function',
3889
+ inputs: [],
3890
+ name: 'isConsumingScheduledOp',
3891
+ outputs: [{ name: '', internalType: 'bytes4', type: 'bytes4' }],
3892
+ },
3893
+ {
3894
+ stateMutability: 'nonpayable',
3895
+ type: 'function',
3896
+ inputs: [
3897
+ { name: 'tokenId', internalType: 'uint256', type: 'uint256' },
3898
+ { name: 'tokenAddress', internalType: 'address', type: 'address' },
3899
+ { name: 'quantity', internalType: 'uint256', type: 'uint256' },
3900
+ { name: 'recipient', internalType: 'address', type: 'address' },
3901
+ { name: 'data', internalType: 'bytes', type: 'bytes' },
3902
+ ],
3903
+ name: 'mintTokenWithERC20',
3904
+ outputs: [],
3905
+ },
3906
+ {
3907
+ stateMutability: 'payable',
3908
+ type: 'function',
3909
+ inputs: [
3910
+ { name: 'tokenId', internalType: 'uint256', type: 'uint256' },
3911
+ { name: 'quantity', internalType: 'uint256', type: 'uint256' },
3912
+ { name: 'recipient', internalType: 'address', type: 'address' },
3913
+ { name: 'data', internalType: 'bytes', type: 'bytes' },
3914
+ ],
3915
+ name: 'mintTokenWithEth',
3916
+ outputs: [],
3917
+ },
3918
+ {
3919
+ stateMutability: 'pure',
3920
+ type: 'function',
3921
+ inputs: [],
3922
+ name: 'name',
3923
+ outputs: [{ name: '', internalType: 'string', type: 'string' }],
3924
+ },
3925
+ {
3926
+ stateMutability: 'nonpayable',
3927
+ type: 'function',
3928
+ inputs: [
3929
+ { name: 'newContractURI', internalType: 'string', type: 'string' },
3930
+ { name: 'newBaseURI', internalType: 'string', type: 'string' },
3931
+ ],
3932
+ name: 'notifyURIsUpdated',
3933
+ outputs: [],
3934
+ },
3935
+ {
3936
+ stateMutability: 'nonpayable',
3937
+ type: 'function',
3938
+ inputs: [
3939
+ { name: 'newUri', internalType: 'string', type: 'string' },
3940
+ { name: 'tokenId', internalType: 'uint256', type: 'uint256' },
3941
+ ],
3942
+ name: 'notifyUpdatedTokenURI',
3943
+ outputs: [],
3944
+ },
3945
+ {
3946
+ stateMutability: 'nonpayable',
3947
+ type: 'function',
3948
+ inputs: [
3949
+ { name: 'tokenId', internalType: 'uint256', type: 'uint256' },
3950
+ { name: 'quantity', internalType: 'uint256', type: 'uint256' },
3951
+ { name: 'recipient', internalType: 'address', type: 'address' },
3952
+ ],
3953
+ name: 'redeem',
3954
+ outputs: [
3955
+ {
3956
+ name: '',
3957
+ internalType: 'struct Redemption',
3958
+ type: 'tuple',
3959
+ components: [
3960
+ { name: 'tokenAddress', internalType: 'address', type: 'address' },
3961
+ { name: 'valueRedeemed', internalType: 'uint256', type: 'uint256' },
3962
+ ],
3963
+ },
3964
+ ],
3965
+ },
3966
+ {
3967
+ stateMutability: 'nonpayable',
3968
+ type: 'function',
3969
+ inputs: [
3970
+ { name: 'tokenIds', internalType: 'uint256[]', type: 'uint256[]' },
3971
+ { name: 'quantities', internalType: 'uint256[]', type: 'uint256[]' },
3972
+ { name: 'recipient', internalType: 'address', type: 'address' },
3973
+ ],
3974
+ name: 'redeemBatch',
3975
+ outputs: [
3976
+ {
3977
+ name: 'redemptions',
3978
+ internalType: 'struct Redemption[]',
3979
+ type: 'tuple[]',
3980
+ components: [
3981
+ { name: 'tokenAddress', internalType: 'address', type: 'address' },
3982
+ { name: 'valueRedeemed', internalType: 'uint256', type: 'uint256' },
3983
+ ],
3984
+ },
3985
+ ],
3986
+ },
3987
+ {
3988
+ stateMutability: 'nonpayable',
3989
+ type: 'function',
3990
+ inputs: [
3991
+ { name: 'from', internalType: 'address', type: 'address' },
3992
+ { name: 'to', internalType: 'address', type: 'address' },
3993
+ { name: 'ids', internalType: 'uint256[]', type: 'uint256[]' },
3994
+ { name: 'values', internalType: 'uint256[]', type: 'uint256[]' },
3995
+ { name: 'data', internalType: 'bytes', type: 'bytes' },
3996
+ ],
3997
+ name: 'safeBatchTransferFrom',
3998
+ outputs: [],
3999
+ },
4000
+ {
4001
+ stateMutability: 'nonpayable',
4002
+ type: 'function',
4003
+ inputs: [
4004
+ { name: 'from', internalType: 'address', type: 'address' },
4005
+ { name: 'to', internalType: 'address', type: 'address' },
4006
+ { name: 'id', internalType: 'uint256', type: 'uint256' },
4007
+ { name: 'value', internalType: 'uint256', type: 'uint256' },
4008
+ { name: 'data', internalType: 'bytes', type: 'bytes' },
4009
+ ],
4010
+ name: 'safeTransferFrom',
4011
+ outputs: [],
4012
+ },
4013
+ {
4014
+ stateMutability: 'nonpayable',
4015
+ type: 'function',
4016
+ inputs: [
4017
+ { name: 'operator', internalType: 'address', type: 'address' },
4018
+ { name: 'approved', internalType: 'bool', type: 'bool' },
4019
+ ],
4020
+ name: 'setApprovalForAll',
4021
+ outputs: [],
4022
+ },
4023
+ {
4024
+ stateMutability: 'nonpayable',
4025
+ type: 'function',
4026
+ inputs: [
4027
+ { name: 'newAuthority', internalType: 'address', type: 'address' },
4028
+ ],
4029
+ name: 'setAuthority',
4030
+ outputs: [],
4031
+ },
4032
+ {
4033
+ stateMutability: 'view',
4034
+ type: 'function',
4035
+ inputs: [{ name: 'interfaceId', internalType: 'bytes4', type: 'bytes4' }],
4036
+ name: 'supportsInterface',
4037
+ outputs: [{ name: '', internalType: 'bool', type: 'bool' }],
4038
+ },
4039
+ {
4040
+ stateMutability: 'pure',
4041
+ type: 'function',
4042
+ inputs: [],
4043
+ name: 'symbol',
4044
+ outputs: [{ name: '', internalType: 'string', type: 'string' }],
4045
+ },
4046
+ {
4047
+ stateMutability: 'view',
4048
+ type: 'function',
4049
+ inputs: [{ name: 'tokenId', internalType: 'uint256', type: 'uint256' }],
4050
+ name: 'tokenExists',
4051
+ outputs: [{ name: '', internalType: 'bool', type: 'bool' }],
4052
+ },
4053
+ {
4054
+ stateMutability: 'view',
4055
+ type: 'function',
4056
+ inputs: [{ name: 'tokenId', internalType: 'uint256', type: 'uint256' }],
4057
+ name: 'tokenPrice',
4058
+ outputs: [{ name: '', internalType: 'uint256', type: 'uint256' }],
4059
+ },
4060
+ {
4061
+ stateMutability: 'payable',
4062
+ type: 'function',
4063
+ inputs: [
4064
+ { name: 'tokenIds', internalType: 'uint256[]', type: 'uint256[]' },
4065
+ { name: 'quantities', internalType: 'uint256[]', type: 'uint256[]' },
4066
+ { name: 'safeTransferData', internalType: 'bytes', type: 'bytes' },
4067
+ { name: 'call', internalType: 'bytes', type: 'bytes' },
4068
+ ],
4069
+ name: 'transferBatchToManagerAndCall',
4070
+ outputs: [{ name: 'callReturn', internalType: 'bytes', type: 'bytes' }],
4071
+ },
4072
+ {
4073
+ stateMutability: 'view',
4074
+ type: 'function',
4075
+ inputs: [{ name: 'tokenId', internalType: 'uint256', type: 'uint256' }],
4076
+ name: 'uri',
4077
+ outputs: [{ name: '', internalType: 'string', type: 'string' }],
4078
+ },
4079
+ {
4080
+ type: 'event',
4081
+ anonymous: false,
4082
+ inputs: [
4083
+ {
4084
+ name: 'account',
4085
+ internalType: 'address',
4086
+ type: 'address',
4087
+ indexed: true,
4088
+ },
4089
+ {
4090
+ name: 'operator',
4091
+ internalType: 'address',
4092
+ type: 'address',
4093
+ indexed: true,
4094
+ },
4095
+ { name: 'approved', internalType: 'bool', type: 'bool', indexed: false },
4096
+ ],
4097
+ name: 'ApprovalForAll',
4098
+ },
4099
+ {
4100
+ type: 'event',
4101
+ anonymous: false,
4102
+ inputs: [
4103
+ {
4104
+ name: 'authority',
4105
+ internalType: 'address',
4106
+ type: 'address',
4107
+ indexed: false,
4108
+ },
4109
+ ],
4110
+ name: 'AuthorityUpdated',
4111
+ },
4112
+ { type: 'event', anonymous: false, inputs: [], name: 'ContractURIUpdated' },
4113
+ {
4114
+ type: 'event',
4115
+ anonymous: false,
4116
+ inputs: [
4117
+ {
4118
+ name: 'tokenId',
4119
+ internalType: 'uint256',
4120
+ type: 'uint256',
4121
+ indexed: true,
4122
+ },
4123
+ ],
4124
+ name: 'EthMintableTokenSet',
4125
+ },
4126
+ {
4127
+ type: 'event',
4128
+ anonymous: false,
4129
+ inputs: [
4130
+ {
4131
+ name: 'tokenId',
4132
+ internalType: 'uint256',
4133
+ type: 'uint256',
4134
+ indexed: true,
4135
+ },
4136
+ {
4137
+ name: 'pricePerToken',
4138
+ internalType: 'uint256',
4139
+ type: 'uint256',
4140
+ indexed: true,
4141
+ },
4142
+ ],
4143
+ name: 'EthTokenCreated',
4144
+ },
4145
+ {
4146
+ type: 'event',
4147
+ anonymous: false,
4148
+ inputs: [
4149
+ {
4150
+ name: 'tokenIds',
4151
+ internalType: 'uint256[]',
4152
+ type: 'uint256[]',
4153
+ indexed: false,
4154
+ },
4155
+ {
4156
+ name: 'quantities',
4157
+ internalType: 'uint256[]',
4158
+ type: 'uint256[]',
4159
+ indexed: false,
4160
+ },
4161
+ {
4162
+ name: 'recipient',
4163
+ internalType: 'address',
4164
+ type: 'address',
4165
+ indexed: false,
4166
+ },
4167
+ ],
4168
+ name: 'RedeemedBatch',
4169
+ },
4170
+ {
4171
+ type: 'event',
4172
+ anonymous: false,
4173
+ inputs: [
4174
+ {
4175
+ name: 'tokenId',
4176
+ internalType: 'uint256',
4177
+ type: 'uint256',
4178
+ indexed: true,
4179
+ },
4180
+ {
4181
+ name: 'tokenConfig',
4182
+ internalType: 'struct TokenConfig',
4183
+ type: 'tuple',
4184
+ components: [
4185
+ { name: 'price', internalType: 'uint256', type: 'uint256' },
4186
+ { name: 'tokenAddress', internalType: 'address', type: 'address' },
4187
+ ],
4188
+ indexed: true,
4189
+ },
4190
+ ],
4191
+ name: 'TokenCreated',
4192
+ },
4193
+ {
4194
+ type: 'event',
4195
+ anonymous: false,
4196
+ inputs: [
4197
+ {
4198
+ name: 'operator',
4199
+ internalType: 'address',
4200
+ type: 'address',
4201
+ indexed: true,
4202
+ },
4203
+ { name: 'from', internalType: 'address', type: 'address', indexed: true },
4204
+ { name: 'to', internalType: 'address', type: 'address', indexed: true },
4205
+ {
4206
+ name: 'ids',
4207
+ internalType: 'uint256[]',
4208
+ type: 'uint256[]',
4209
+ indexed: false,
4210
+ },
4211
+ {
4212
+ name: 'values',
4213
+ internalType: 'uint256[]',
4214
+ type: 'uint256[]',
4215
+ indexed: false,
4216
+ },
4217
+ ],
4218
+ name: 'TransferBatch',
4219
+ },
4220
+ {
4221
+ type: 'event',
4222
+ anonymous: false,
4223
+ inputs: [
4224
+ {
4225
+ name: 'operator',
4226
+ internalType: 'address',
4227
+ type: 'address',
4228
+ indexed: true,
4229
+ },
4230
+ { name: 'from', internalType: 'address', type: 'address', indexed: true },
4231
+ { name: 'to', internalType: 'address', type: 'address', indexed: true },
4232
+ { name: 'id', internalType: 'uint256', type: 'uint256', indexed: false },
4233
+ {
4234
+ name: 'value',
4235
+ internalType: 'uint256',
4236
+ type: 'uint256',
4237
+ indexed: false,
4238
+ },
4239
+ ],
4240
+ name: 'TransferSingle',
4241
+ },
4242
+ {
4243
+ type: 'event',
4244
+ anonymous: false,
4245
+ inputs: [
4246
+ { name: 'value', internalType: 'string', type: 'string', indexed: false },
4247
+ { name: 'id', internalType: 'uint256', type: 'uint256', indexed: true },
4248
+ ],
4249
+ name: 'URI',
4250
+ },
4251
+ {
4252
+ type: 'event',
4253
+ anonymous: false,
4254
+ inputs: [
4255
+ {
4256
+ name: 'contractURI',
4257
+ internalType: 'string',
4258
+ type: 'string',
4259
+ indexed: false,
4260
+ },
4261
+ {
4262
+ name: 'baseURI',
4263
+ internalType: 'string',
4264
+ type: 'string',
4265
+ indexed: false,
4266
+ },
4267
+ ],
4268
+ name: 'URIsUpdated',
4269
+ },
4270
+ {
4271
+ type: 'error',
4272
+ inputs: [{ name: 'authority', internalType: 'address', type: 'address' }],
4273
+ name: 'AccessManagedInvalidAuthority',
4274
+ },
4275
+ {
4276
+ type: 'error',
4277
+ inputs: [
4278
+ { name: 'caller', internalType: 'address', type: 'address' },
4279
+ { name: 'delay', internalType: 'uint32', type: 'uint32' },
4280
+ ],
4281
+ name: 'AccessManagedRequiredDelay',
4282
+ },
4283
+ {
4284
+ type: 'error',
4285
+ inputs: [{ name: 'caller', internalType: 'address', type: 'address' }],
4286
+ name: 'AccessManagedUnauthorized',
4287
+ },
4288
+ {
4289
+ type: 'error',
4290
+ inputs: [
4291
+ { name: 'lengthA', internalType: 'uint256', type: 'uint256' },
4292
+ { name: 'lengthB', internalType: 'uint256', type: 'uint256' },
4293
+ ],
4294
+ name: 'ArrayLengthMismatch',
4295
+ },
4296
+ {
4297
+ type: 'error',
4298
+ inputs: [{ name: 'returnData', internalType: 'bytes', type: 'bytes' }],
4299
+ name: 'CallFailed',
4300
+ },
4301
+ {
4302
+ type: 'error',
4303
+ inputs: [
4304
+ { name: 'sender', internalType: 'address', type: 'address' },
4305
+ { name: 'balance', internalType: 'uint256', type: 'uint256' },
4306
+ { name: 'needed', internalType: 'uint256', type: 'uint256' },
4307
+ { name: 'tokenId', internalType: 'uint256', type: 'uint256' },
4308
+ ],
4309
+ name: 'ERC1155InsufficientBalance',
4310
+ },
4311
+ {
4312
+ type: 'error',
4313
+ inputs: [{ name: 'approver', internalType: 'address', type: 'address' }],
4314
+ name: 'ERC1155InvalidApprover',
4315
+ },
4316
+ {
4317
+ type: 'error',
4318
+ inputs: [
4319
+ { name: 'idsLength', internalType: 'uint256', type: 'uint256' },
4320
+ { name: 'valuesLength', internalType: 'uint256', type: 'uint256' },
4321
+ ],
4322
+ name: 'ERC1155InvalidArrayLength',
4323
+ },
4324
+ {
4325
+ type: 'error',
4326
+ inputs: [{ name: 'operator', internalType: 'address', type: 'address' }],
4327
+ name: 'ERC1155InvalidOperator',
4328
+ },
4329
+ {
4330
+ type: 'error',
4331
+ inputs: [{ name: 'receiver', internalType: 'address', type: 'address' }],
4332
+ name: 'ERC1155InvalidReceiver',
4333
+ },
4334
+ {
4335
+ type: 'error',
4336
+ inputs: [{ name: 'sender', internalType: 'address', type: 'address' }],
4337
+ name: 'ERC1155InvalidSender',
4338
+ },
4339
+ {
4340
+ type: 'error',
4341
+ inputs: [
4342
+ { name: 'operator', internalType: 'address', type: 'address' },
4343
+ { name: 'owner', internalType: 'address', type: 'address' },
4344
+ ],
4345
+ name: 'ERC1155MissingApprovalForAll',
4346
+ },
4347
+ { type: 'error', inputs: [], name: 'ERC20TransferSlippage' },
4348
+ { type: 'error', inputs: [], name: 'ETHTransferFailed' },
4349
+ { type: 'error', inputs: [], name: 'IncorrectAmountSent' },
4350
+ { type: 'error', inputs: [], name: 'InvalidRecipient' },
4351
+ { type: 'error', inputs: [], name: 'InvalidTokenPrice' },
4352
+ { type: 'error', inputs: [], name: 'NoUriForNonexistentToken' },
4353
+ { type: 'error', inputs: [], name: 'TokenAlreadyCreated' },
4354
+ { type: 'error', inputs: [], name: 'TokenDoesNotExist' },
4355
+ {
4356
+ type: 'error',
4357
+ inputs: [
4358
+ { name: 'storedTokenAddress', internalType: 'address', type: 'address' },
4359
+ {
4360
+ name: 'expectedTokenAddress',
4361
+ internalType: 'address',
4362
+ type: 'address',
4363
+ },
4364
+ ],
4365
+ name: 'TokenMismatch',
4366
+ },
4367
+ { type: 'error', inputs: [], name: 'TokenNotMintable' },
4368
+ ] as const
4369
+
4370
+ /**
4371
+ * [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x777777772b3123825eE55F3C45b6CbFd1631aBE1)
4372
+ */
4373
+ export const zoraMints1155Address = {
4374
+ 999999999: '0x777777772b3123825eE55F3C45b6CbFd1631aBE1',
4375
+ } as const
4376
+
4377
+ /**
4378
+ * [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x777777772b3123825eE55F3C45b6CbFd1631aBE1)
4379
+ */
4380
+ export const zoraMints1155Config = {
4381
+ address: zoraMints1155Address,
4382
+ abi: zoraMints1155ABI,
4383
+ } as const
4384
+
4385
+ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
4386
+ // ZoraMintsManagerImpl
4387
+ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
4388
+
4389
+ /**
4390
+ * [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777579A2C6363387cC38C0A334624dDAbB90)
4391
+ */
4392
+ export const zoraMintsManagerImplABI = [
4393
+ {
4394
+ stateMutability: 'nonpayable',
4395
+ type: 'constructor',
4396
+ inputs: [
4397
+ {
4398
+ name: '_premintExecutor',
4399
+ internalType: 'contract IZoraCreator1155PremintExecutorV2',
4400
+ type: 'address',
4401
+ },
4402
+ ],
4403
+ },
4404
+ {
4405
+ stateMutability: 'view',
4406
+ type: 'function',
4407
+ inputs: [],
4408
+ name: 'UPGRADE_INTERFACE_VERSION',
4409
+ outputs: [{ name: '', internalType: 'string', type: 'string' }],
4410
+ },
4411
+ {
4412
+ stateMutability: 'nonpayable',
4413
+ type: 'function',
4414
+ inputs: [],
4415
+ name: 'acceptOwnership',
4416
+ outputs: [],
4417
+ },
4418
+ {
4419
+ stateMutability: 'view',
4420
+ type: 'function',
4421
+ inputs: [
4422
+ { name: 'caller', internalType: 'address', type: 'address' },
4423
+ { name: '', internalType: 'address', type: 'address' },
4424
+ { name: '', internalType: 'bytes4', type: 'bytes4' },
4425
+ ],
4426
+ name: 'canCall',
4427
+ outputs: [{ name: '', internalType: 'bool', type: 'bool' }],
4428
+ },
4429
+ {
4430
+ stateMutability: 'payable',
4431
+ type: 'function',
4432
+ inputs: [
4433
+ { name: 'tokenIds', internalType: 'uint256[]', type: 'uint256[]' },
4434
+ { name: 'quantities', internalType: 'uint256[]', type: 'uint256[]' },
4435
+ {
4436
+ name: 'zoraCreator1155Contract',
4437
+ internalType: 'contract IMintWithMints',
4438
+ type: 'address',
4439
+ },
4440
+ { name: 'minter', internalType: 'contract IMinter1155', type: 'address' },
4441
+ {
4442
+ name: 'zoraCreator1155TokenId',
4443
+ internalType: 'uint256',
4444
+ type: 'uint256',
4445
+ },
4446
+ {
4447
+ name: 'mintArguments',
4448
+ internalType: 'struct MintArguments',
4449
+ type: 'tuple',
4450
+ components: [
4451
+ { name: 'mintRecipient', internalType: 'address', type: 'address' },
4452
+ { name: 'mintComment', internalType: 'string', type: 'string' },
4453
+ {
4454
+ name: 'mintRewardsRecipients',
4455
+ internalType: 'address[]',
4456
+ type: 'address[]',
4457
+ },
4458
+ ],
4459
+ },
4460
+ ],
4461
+ name: 'collect',
4462
+ outputs: [],
4463
+ },
4464
+ {
4465
+ stateMutability: 'payable',
4466
+ type: 'function',
4467
+ inputs: [
4468
+ { name: 'tokenIds', internalType: 'uint256[]', type: 'uint256[]' },
4469
+ { name: 'quantities', internalType: 'uint256[]', type: 'uint256[]' },
4470
+ {
4471
+ name: 'contractConfig',
4472
+ internalType: 'struct ContractCreationConfig',
4473
+ type: 'tuple',
4474
+ components: [
4475
+ { name: 'contractAdmin', internalType: 'address', type: 'address' },
4476
+ { name: 'contractURI', internalType: 'string', type: 'string' },
4477
+ { name: 'contractName', internalType: 'string', type: 'string' },
4478
+ ],
4479
+ },
4480
+ {
4481
+ name: 'premintConfig',
4482
+ internalType: 'struct PremintConfigV2',
4483
+ type: 'tuple',
4484
+ components: [
4485
+ {
4486
+ name: 'tokenConfig',
4487
+ internalType: 'struct TokenCreationConfigV2',
4488
+ type: 'tuple',
4489
+ components: [
4490
+ { name: 'tokenURI', internalType: 'string', type: 'string' },
4491
+ { name: 'maxSupply', internalType: 'uint256', type: 'uint256' },
4492
+ {
4493
+ name: 'maxTokensPerAddress',
4494
+ internalType: 'uint64',
4495
+ type: 'uint64',
4496
+ },
4497
+ { name: 'pricePerToken', internalType: 'uint96', type: 'uint96' },
4498
+ { name: 'mintStart', internalType: 'uint64', type: 'uint64' },
4499
+ { name: 'mintDuration', internalType: 'uint64', type: 'uint64' },
4500
+ { name: 'royaltyBPS', internalType: 'uint32', type: 'uint32' },
4501
+ {
4502
+ name: 'payoutRecipient',
4503
+ internalType: 'address',
4504
+ type: 'address',
4505
+ },
4506
+ {
4507
+ name: 'fixedPriceMinter',
4508
+ internalType: 'address',
4509
+ type: 'address',
4510
+ },
4511
+ {
4512
+ name: 'createReferral',
4513
+ internalType: 'address',
4514
+ type: 'address',
4515
+ },
4516
+ ],
4517
+ },
4518
+ { name: 'uid', internalType: 'uint32', type: 'uint32' },
4519
+ { name: 'version', internalType: 'uint32', type: 'uint32' },
4520
+ { name: 'deleted', internalType: 'bool', type: 'bool' },
4521
+ ],
4522
+ },
4523
+ { name: 'signature', internalType: 'bytes', type: 'bytes' },
4524
+ {
4525
+ name: 'mintArguments',
4526
+ internalType: 'struct MintArguments',
4527
+ type: 'tuple',
4528
+ components: [
4529
+ { name: 'mintRecipient', internalType: 'address', type: 'address' },
4530
+ { name: 'mintComment', internalType: 'string', type: 'string' },
4531
+ {
4532
+ name: 'mintRewardsRecipients',
4533
+ internalType: 'address[]',
4534
+ type: 'address[]',
4535
+ },
4536
+ ],
4537
+ },
4538
+ { name: 'signerContract', internalType: 'address', type: 'address' },
4539
+ ],
4540
+ name: 'collectPremintV2',
4541
+ outputs: [
4542
+ {
4543
+ name: 'result',
4544
+ internalType: 'struct PremintResult',
4545
+ type: 'tuple',
4546
+ components: [
4547
+ { name: 'contractAddress', internalType: 'address', type: 'address' },
4548
+ { name: 'tokenId', internalType: 'uint256', type: 'uint256' },
4549
+ { name: 'createdNewContract', internalType: 'bool', type: 'bool' },
4550
+ ],
4551
+ },
4552
+ ],
4553
+ },
4554
+ {
4555
+ stateMutability: 'pure',
4556
+ type: 'function',
4557
+ inputs: [],
4558
+ name: 'contractName',
4559
+ outputs: [{ name: '', internalType: 'string', type: 'string' }],
4560
+ },
4561
+ {
4562
+ stateMutability: 'view',
4563
+ type: 'function',
4564
+ inputs: [],
4565
+ name: 'contractURI',
4566
+ outputs: [{ name: '', internalType: 'string', type: 'string' }],
4567
+ },
4568
+ {
4569
+ stateMutability: 'pure',
4570
+ type: 'function',
4571
+ inputs: [],
4572
+ name: 'contractVersion',
4573
+ outputs: [{ name: '', internalType: 'string', type: 'string' }],
4574
+ },
4575
+ {
4576
+ stateMutability: 'nonpayable',
4577
+ type: 'function',
4578
+ inputs: [
4579
+ { name: 'tokenId', internalType: 'uint256', type: 'uint256' },
4580
+ {
4581
+ name: 'tokenConfig',
4582
+ internalType: 'struct TokenConfig',
4583
+ type: 'tuple',
4584
+ components: [
4585
+ { name: 'price', internalType: 'uint256', type: 'uint256' },
4586
+ { name: 'tokenAddress', internalType: 'address', type: 'address' },
4587
+ ],
4588
+ },
4589
+ ],
4590
+ name: 'createToken',
4591
+ outputs: [],
4592
+ },
4593
+ {
4594
+ stateMutability: 'view',
4595
+ type: 'function',
4596
+ inputs: [],
4597
+ name: 'getEthPrice',
4598
+ outputs: [{ name: '', internalType: 'uint256', type: 'uint256' }],
4599
+ },
4600
+ {
4601
+ stateMutability: 'view',
4602
+ type: 'function',
4603
+ inputs: [],
4604
+ name: 'implementation',
4605
+ outputs: [{ name: '', internalType: 'address', type: 'address' }],
4606
+ },
4607
+ {
4608
+ stateMutability: 'nonpayable',
4609
+ type: 'function',
4610
+ inputs: [
4611
+ { name: 'defaultOwner', internalType: 'address', type: 'address' },
4612
+ { name: 'zoraMintsSalt', internalType: 'bytes32', type: 'bytes32' },
4613
+ { name: 'zoraMintsCreationCode', internalType: 'bytes', type: 'bytes' },
4614
+ { name: 'initialEthTokenId', internalType: 'uint256', type: 'uint256' },
4615
+ {
4616
+ name: 'initialEthTokenPrice',
4617
+ internalType: 'uint256',
4618
+ type: 'uint256',
4619
+ },
4620
+ { name: 'newBaseURI', internalType: 'string', type: 'string' },
4621
+ { name: 'newContractURI', internalType: 'string', type: 'string' },
4622
+ ],
4623
+ name: 'initialize',
4624
+ outputs: [
4625
+ {
4626
+ name: 'mints',
4627
+ internalType: 'contract IZoraMints1155',
4628
+ type: 'address',
4629
+ },
4630
+ ],
4631
+ },
4632
+ {
4633
+ stateMutability: 'nonpayable',
4634
+ type: 'function',
4635
+ inputs: [
4636
+ { name: 'tokenAddress', internalType: 'address', type: 'address' },
4637
+ { name: 'quantity', internalType: 'uint256', type: 'uint256' },
4638
+ { name: 'recipient', internalType: 'address', type: 'address' },
4639
+ ],
4640
+ name: 'mintWithERC20',
4641
+ outputs: [
4642
+ { name: 'mintableTokenId', internalType: 'uint256', type: 'uint256' },
4643
+ ],
4644
+ },
4645
+ {
4646
+ stateMutability: 'payable',
4647
+ type: 'function',
4648
+ inputs: [
4649
+ { name: 'quantity', internalType: 'uint256', type: 'uint256' },
4650
+ { name: 'recipient', internalType: 'address', type: 'address' },
4651
+ ],
4652
+ name: 'mintWithEth',
4653
+ outputs: [
4654
+ { name: 'mintableTokenId', internalType: 'uint256', type: 'uint256' },
4655
+ ],
4656
+ },
4657
+ {
4658
+ stateMutability: 'view',
4659
+ type: 'function',
4660
+ inputs: [],
4661
+ name: 'mintableEthToken',
4662
+ outputs: [{ name: '', internalType: 'uint256', type: 'uint256' }],
4663
+ },
4664
+ {
4665
+ stateMutability: 'pure',
4666
+ type: 'function',
4667
+ inputs: [
4668
+ { name: '', internalType: 'address', type: 'address' },
4669
+ { name: '', internalType: 'address', type: 'address' },
4670
+ { name: '', internalType: 'uint256[]', type: 'uint256[]' },
4671
+ { name: '', internalType: 'uint256[]', type: 'uint256[]' },
4672
+ { name: '', internalType: 'bytes', type: 'bytes' },
4673
+ ],
4674
+ name: 'onERC1155BatchReceived',
4675
+ outputs: [{ name: '', internalType: 'bytes4', type: 'bytes4' }],
4676
+ },
4677
+ {
4678
+ stateMutability: 'pure',
4679
+ type: 'function',
4680
+ inputs: [
4681
+ { name: '', internalType: 'address', type: 'address' },
4682
+ { name: '', internalType: 'address', type: 'address' },
4683
+ { name: '', internalType: 'uint256', type: 'uint256' },
4684
+ { name: '', internalType: 'uint256', type: 'uint256' },
4685
+ { name: '', internalType: 'bytes', type: 'bytes' },
4686
+ ],
4687
+ name: 'onERC1155Received',
4688
+ outputs: [{ name: '', internalType: 'bytes4', type: 'bytes4' }],
4689
+ },
4690
+ {
4691
+ stateMutability: 'view',
4692
+ type: 'function',
4693
+ inputs: [],
4694
+ name: 'owner',
4695
+ outputs: [{ name: '', internalType: 'address', type: 'address' }],
4696
+ },
4697
+ {
4698
+ stateMutability: 'view',
4699
+ type: 'function',
4700
+ inputs: [],
4701
+ name: 'pendingOwner',
4702
+ outputs: [{ name: '', internalType: 'address', type: 'address' }],
4703
+ },
4704
+ {
4705
+ stateMutability: 'view',
4706
+ type: 'function',
4707
+ inputs: [],
4708
+ name: 'proxiableUUID',
4709
+ outputs: [{ name: '', internalType: 'bytes32', type: 'bytes32' }],
4710
+ },
4711
+ {
4712
+ stateMutability: 'nonpayable',
4713
+ type: 'function',
4714
+ inputs: [],
4715
+ name: 'renounceOwnership',
4716
+ outputs: [],
4717
+ },
4718
+ {
4719
+ stateMutability: 'nonpayable',
4720
+ type: 'function',
4721
+ inputs: [
4722
+ { name: 'tokenAddress', internalType: 'address', type: 'address' },
4723
+ { name: 'tokenId', internalType: 'uint256', type: 'uint256' },
4724
+ ],
4725
+ name: 'setDefaultMintable',
4726
+ outputs: [],
4727
+ },
4728
+ {
4729
+ stateMutability: 'nonpayable',
4730
+ type: 'function',
4731
+ inputs: [
4732
+ { name: 'newContractURI', internalType: 'string', type: 'string' },
4733
+ { name: 'newBaseURI', internalType: 'string', type: 'string' },
4734
+ ],
4735
+ name: 'setMetadataURIs',
4736
+ outputs: [],
4737
+ },
4738
+ {
4739
+ stateMutability: 'nonpayable',
4740
+ type: 'function',
4741
+ inputs: [{ name: 'newOwner', internalType: 'address', type: 'address' }],
4742
+ name: 'transferOwnership',
4743
+ outputs: [],
4744
+ },
4745
+ {
4746
+ stateMutability: 'payable',
4747
+ type: 'function',
4748
+ inputs: [
4749
+ { name: 'newImplementation', internalType: 'address', type: 'address' },
4750
+ { name: 'data', internalType: 'bytes', type: 'bytes' },
4751
+ ],
4752
+ name: 'upgradeToAndCall',
4753
+ outputs: [],
4754
+ },
4755
+ {
4756
+ stateMutability: 'view',
4757
+ type: 'function',
4758
+ inputs: [{ name: 'tokenId', internalType: 'uint256', type: 'uint256' }],
4759
+ name: 'uri',
4760
+ outputs: [{ name: '', internalType: 'string', type: 'string' }],
4761
+ },
4762
+ {
4763
+ stateMutability: 'view',
4764
+ type: 'function',
4765
+ inputs: [],
4766
+ name: 'zoraMints1155',
4767
+ outputs: [
4768
+ { name: '', internalType: 'contract IZoraMints1155', type: 'address' },
4769
+ ],
4770
+ },
4771
+ {
4772
+ type: 'event',
4773
+ anonymous: false,
4774
+ inputs: [
4775
+ {
4776
+ name: 'tokenIds',
4777
+ internalType: 'uint256[]',
4778
+ type: 'uint256[]',
4779
+ indexed: true,
4780
+ },
4781
+ {
4782
+ name: 'quantities',
4783
+ internalType: 'uint256[]',
4784
+ type: 'uint256[]',
4785
+ indexed: false,
4786
+ },
4787
+ {
4788
+ name: 'zoraCreator1155Contract',
4789
+ internalType: 'address',
4790
+ type: 'address',
4791
+ indexed: true,
4792
+ },
4793
+ {
4794
+ name: 'zoraCreator1155TokenId',
4795
+ internalType: 'uint256',
4796
+ type: 'uint256',
4797
+ indexed: true,
4798
+ },
4799
+ ],
4800
+ name: 'Collected',
4801
+ },
4802
+ {
4803
+ type: 'event',
4804
+ anonymous: false,
4805
+ inputs: [
4806
+ {
4807
+ name: 'version',
4808
+ internalType: 'uint64',
4809
+ type: 'uint64',
4810
+ indexed: false,
4811
+ },
4812
+ ],
4813
+ name: 'Initialized',
4814
+ },
4815
+ {
4816
+ type: 'event',
4817
+ anonymous: false,
4818
+ inputs: [
4819
+ {
4820
+ name: 'sender',
4821
+ internalType: 'address',
4822
+ type: 'address',
4823
+ indexed: true,
4824
+ },
4825
+ {
4826
+ name: 'tokenContract',
4827
+ internalType: 'address',
4828
+ type: 'address',
4829
+ indexed: true,
4830
+ },
4831
+ {
4832
+ name: 'tokenId',
4833
+ internalType: 'uint256',
4834
+ type: 'uint256',
4835
+ indexed: true,
4836
+ },
4837
+ {
4838
+ name: 'quantity',
4839
+ internalType: 'uint256',
4840
+ type: 'uint256',
4841
+ indexed: false,
4842
+ },
4843
+ {
4844
+ name: 'comment',
4845
+ internalType: 'string',
4846
+ type: 'string',
4847
+ indexed: false,
4848
+ },
4849
+ ],
4850
+ name: 'MintComment',
4851
+ },
4852
+ {
4853
+ type: 'event',
4854
+ anonymous: false,
4855
+ inputs: [
4856
+ {
4857
+ name: 'previousOwner',
4858
+ internalType: 'address',
4859
+ type: 'address',
4860
+ indexed: true,
4861
+ },
4862
+ {
4863
+ name: 'newOwner',
4864
+ internalType: 'address',
4865
+ type: 'address',
4866
+ indexed: true,
4867
+ },
4868
+ ],
4869
+ name: 'OwnershipTransferStarted',
4870
+ },
4871
+ {
4872
+ type: 'event',
4873
+ anonymous: false,
4874
+ inputs: [
4875
+ {
4876
+ name: 'previousOwner',
4877
+ internalType: 'address',
4878
+ type: 'address',
4879
+ indexed: true,
4880
+ },
4881
+ {
4882
+ name: 'newOwner',
4883
+ internalType: 'address',
4884
+ type: 'address',
4885
+ indexed: true,
4886
+ },
4887
+ ],
4888
+ name: 'OwnershipTransferred',
4889
+ },
4890
+ {
4891
+ type: 'event',
4892
+ anonymous: false,
4893
+ inputs: [
4894
+ {
4895
+ name: 'contractURI',
4896
+ internalType: 'string',
4897
+ type: 'string',
4898
+ indexed: false,
4899
+ },
4900
+ {
4901
+ name: 'baseURI',
4902
+ internalType: 'string',
4903
+ type: 'string',
4904
+ indexed: false,
4905
+ },
4906
+ ],
4907
+ name: 'URIsUpdated',
4908
+ },
4909
+ {
4910
+ type: 'event',
4911
+ anonymous: false,
4912
+ inputs: [
4913
+ {
4914
+ name: 'implementation',
4915
+ internalType: 'address',
4916
+ type: 'address',
4917
+ indexed: true,
4918
+ },
4919
+ ],
4920
+ name: 'Upgraded',
4921
+ },
4922
+ {
4923
+ type: 'error',
4924
+ inputs: [{ name: 'target', internalType: 'address', type: 'address' }],
4925
+ name: 'AddressEmptyCode',
4926
+ },
4927
+ {
4928
+ type: 'error',
4929
+ inputs: [
4930
+ { name: 'lengthA', internalType: 'uint256', type: 'uint256' },
4931
+ { name: 'lengthB', internalType: 'uint256', type: 'uint256' },
4932
+ ],
4933
+ name: 'ArrayLengthMismatch',
4934
+ },
4935
+ {
4936
+ type: 'error',
4937
+ inputs: [
4938
+ { name: 'operator', internalType: 'address', type: 'address' },
4939
+ { name: 'user', internalType: 'address', type: 'address' },
4940
+ ],
4941
+ name: 'Burn_NotOwnerOrApproved',
4942
+ },
4943
+ {
4944
+ type: 'error',
4945
+ inputs: [{ name: 'reason', internalType: 'bytes', type: 'bytes' }],
4946
+ name: 'CallFailed',
4947
+ },
4948
+ { type: 'error', inputs: [], name: 'Call_TokenIdMismatch' },
4949
+ { type: 'error', inputs: [], name: 'CallerNotZoraCreator1155' },
4950
+ {
4951
+ type: 'error',
4952
+ inputs: [
4953
+ { name: 'tokenId', internalType: 'uint256', type: 'uint256' },
4954
+ { name: 'quantity', internalType: 'uint256', type: 'uint256' },
4955
+ { name: 'totalMinted', internalType: 'uint256', type: 'uint256' },
4956
+ { name: 'maxSupply', internalType: 'uint256', type: 'uint256' },
4957
+ ],
4958
+ name: 'CannotMintMoreTokens',
4959
+ },
4960
+ {
4961
+ type: 'error',
4962
+ inputs: [
4963
+ { name: 'proposedAddress', internalType: 'address', type: 'address' },
4964
+ ],
4965
+ name: 'Config_TransferHookNotSupported',
4966
+ },
4967
+ { type: 'error', inputs: [], name: 'Create2EmptyBytecode' },
4968
+ { type: 'error', inputs: [], name: 'Create2FailedDeployment' },
4969
+ {
4970
+ type: 'error',
4971
+ inputs: [
4972
+ { name: 'balance', internalType: 'uint256', type: 'uint256' },
4973
+ { name: 'needed', internalType: 'uint256', type: 'uint256' },
4974
+ ],
4975
+ name: 'Create2InsufficientBalance',
4976
+ },
4977
+ { type: 'error', inputs: [], name: 'ERC1155_MINT_TO_ZERO_ADDRESS' },
4978
+ {
4979
+ type: 'error',
4980
+ inputs: [
4981
+ { name: 'implementation', internalType: 'address', type: 'address' },
4982
+ ],
4983
+ name: 'ERC1967InvalidImplementation',
4984
+ },
4985
+ { type: 'error', inputs: [], name: 'ERC1967NonPayable' },
4986
+ { type: 'error', inputs: [], name: 'ERC20TransferSlippage' },
4987
+ { type: 'error', inputs: [], name: 'ETHTransferFailed' },
4988
+ {
4989
+ type: 'error',
4990
+ inputs: [
4991
+ { name: 'recipient', internalType: 'address', type: 'address' },
4992
+ { name: 'amount', internalType: 'uint256', type: 'uint256' },
4993
+ ],
4994
+ name: 'ETHWithdrawFailed',
4995
+ },
4996
+ { type: 'error', inputs: [], name: 'FailedInnerCall' },
4997
+ { type: 'error', inputs: [], name: 'FirstMinterAddressZero' },
4998
+ {
4999
+ type: 'error',
5000
+ inputs: [
5001
+ { name: 'amount', internalType: 'uint256', type: 'uint256' },
5002
+ { name: 'contractValue', internalType: 'uint256', type: 'uint256' },
5003
+ ],
5004
+ name: 'FundsWithdrawInsolvent',
5005
+ },
5006
+ { type: 'error', inputs: [], name: 'IncorrectAmountSent' },
5007
+ { type: 'error', inputs: [], name: 'InvalidAdminAction' },
5008
+ { type: 'error', inputs: [], name: 'InvalidInitialization' },
5009
+ {
5010
+ type: 'error',
5011
+ inputs: [
5012
+ { name: 'mintTo', internalType: 'address', type: 'address' },
5013
+ { name: 'merkleProof', internalType: 'bytes32[]', type: 'bytes32[]' },
5014
+ { name: 'merkleRoot', internalType: 'bytes32', type: 'bytes32' },
5015
+ ],
5016
+ name: 'InvalidMerkleProof',
5017
+ },
5018
+ { type: 'error', inputs: [], name: 'InvalidMintSchedule' },
5019
+ { type: 'error', inputs: [], name: 'InvalidPremintVersion' },
5020
+ { type: 'error', inputs: [], name: 'InvalidRecipient' },
5021
+ { type: 'error', inputs: [], name: 'InvalidSignature' },
5022
+ { type: 'error', inputs: [], name: 'InvalidSignatureVersion' },
5023
+ {
5024
+ type: 'error',
5025
+ inputs: [{ name: 'magicValue', internalType: 'bytes4', type: 'bytes4' }],
5026
+ name: 'InvalidSigner',
5027
+ },
5028
+ { type: 'error', inputs: [], name: 'InvalidTokenPrice' },
5029
+ { type: 'error', inputs: [], name: 'MintNotYetStarted' },
5030
+ { type: 'error', inputs: [], name: 'MintWithMintsNotSupportedOnContract' },
5031
+ { type: 'error', inputs: [], name: 'Mint_InsolventSaleTransfer' },
5032
+ { type: 'error', inputs: [], name: 'Mint_InvalidMintArrayLength' },
5033
+ { type: 'error', inputs: [], name: 'Mint_TokenIDMintNotAllowed' },
5034
+ { type: 'error', inputs: [], name: 'Mint_UnknownCommand' },
5035
+ { type: 'error', inputs: [], name: 'Mint_ValueTransferFail' },
5036
+ { type: 'error', inputs: [], name: 'MinterContractAlreadyExists' },
5037
+ { type: 'error', inputs: [], name: 'MinterContractDoesNotExist' },
5038
+ { type: 'error', inputs: [], name: 'NewOwnerNeedsToBeAdmin' },
5039
+ { type: 'error', inputs: [], name: 'NoUriForNonexistentToken' },
5040
+ { type: 'error', inputs: [], name: 'NonEthRedemption' },
5041
+ { type: 'error', inputs: [], name: 'NotInitializing' },
5042
+ {
5043
+ type: 'error',
5044
+ inputs: [{ name: 'owner', internalType: 'address', type: 'address' }],
5045
+ name: 'OwnableInvalidOwner',
5046
+ },
5047
+ {
5048
+ type: 'error',
5049
+ inputs: [{ name: 'account', internalType: 'address', type: 'address' }],
5050
+ name: 'OwnableUnauthorizedAccount',
5051
+ },
5052
+ { type: 'error', inputs: [], name: 'PremintDeleted' },
5053
+ {
5054
+ type: 'error',
5055
+ inputs: [
5056
+ { name: 'caller', internalType: 'address', type: 'address' },
5057
+ { name: 'recipient', internalType: 'address', type: 'address' },
5058
+ { name: 'amount', internalType: 'uint256', type: 'uint256' },
5059
+ ],
5060
+ name: 'ProtocolRewardsWithdrawFailed',
5061
+ },
5062
+ { type: 'error', inputs: [], name: 'Renderer_NotValidRendererContract' },
5063
+ { type: 'error', inputs: [], name: 'SaleEnded' },
5064
+ { type: 'error', inputs: [], name: 'SaleHasNotStarted' },
5065
+ {
5066
+ type: 'error',
5067
+ inputs: [
5068
+ { name: 'targetContract', internalType: 'address', type: 'address' },
5069
+ ],
5070
+ name: 'Sale_CannotCallNonSalesContract',
5071
+ },
5072
+ { type: 'error', inputs: [], name: 'TokenAlreadyCreated' },
5073
+ { type: 'error', inputs: [], name: 'TokenDoesNotExist' },
5074
+ {
5075
+ type: 'error',
5076
+ inputs: [
5077
+ { name: 'expected', internalType: 'uint256', type: 'uint256' },
5078
+ { name: 'actual', internalType: 'uint256', type: 'uint256' },
5079
+ ],
5080
+ name: 'TokenIdMismatch',
5081
+ },
5082
+ {
5083
+ type: 'error',
5084
+ inputs: [
5085
+ { name: 'storedTokenAddress', internalType: 'address', type: 'address' },
5086
+ {
5087
+ name: 'expectedTokenAddress',
5088
+ internalType: 'address',
5089
+ type: 'address',
5090
+ },
5091
+ ],
5092
+ name: 'TokenMismatch',
5093
+ },
5094
+ { type: 'error', inputs: [], name: 'TokenNotMintable' },
5095
+ { type: 'error', inputs: [], name: 'UUPSUnauthorizedCallContext' },
5096
+ {
5097
+ type: 'error',
5098
+ inputs: [{ name: 'slot', internalType: 'bytes32', type: 'bytes32' }],
5099
+ name: 'UUPSUnsupportedProxiableUUID',
5100
+ },
5101
+ {
5102
+ type: 'error',
5103
+ inputs: [
5104
+ { name: 'expected', internalType: 'string', type: 'string' },
5105
+ { name: 'actual', internalType: 'string', type: 'string' },
5106
+ ],
5107
+ name: 'UpgradeToMismatchedContractName',
5108
+ },
5109
+ {
5110
+ type: 'error',
5111
+ inputs: [
5112
+ { name: 'user', internalType: 'address', type: 'address' },
5113
+ { name: 'limit', internalType: 'uint256', type: 'uint256' },
5114
+ { name: 'requestedAmount', internalType: 'uint256', type: 'uint256' },
5115
+ ],
5116
+ name: 'UserExceedsMintLimit',
5117
+ },
5118
+ {
5119
+ type: 'error',
5120
+ inputs: [
5121
+ { name: 'user', internalType: 'address', type: 'address' },
5122
+ { name: 'tokenId', internalType: 'uint256', type: 'uint256' },
5123
+ { name: 'role', internalType: 'uint256', type: 'uint256' },
5124
+ ],
5125
+ name: 'UserMissingRoleForToken',
5126
+ },
5127
+ { type: 'error', inputs: [], name: 'WrongValueSent' },
5128
+ {
5129
+ type: 'error',
5130
+ inputs: [],
5131
+ name: 'premintSignerContractFailedToRecoverSigner',
5132
+ },
5133
+ { type: 'error', inputs: [], name: 'premintSignerContractNotAContract' },
5134
+ ] as const
5135
+
5136
+ /**
5137
+ * [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777579A2C6363387cC38C0A334624dDAbB90)
5138
+ */
5139
+ export const zoraMintsManagerImplAddress = {
5140
+ 999999999: '0x7777777579A2C6363387cC38C0A334624dDAbB90',
5141
+ } as const
5142
+
5143
+ /**
5144
+ * [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777579A2C6363387cC38C0A334624dDAbB90)
5145
+ */
5146
+ export const zoraMintsManagerImplConfig = {
5147
+ address: zoraMintsManagerImplAddress,
5148
+ abi: zoraMintsManagerImplABI,
5149
+ } as const