@zoralabs/protocol-deployments 0.1.5-NUMBERKEYS.0 → 0.1.5

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.
@@ -1,3 +1,136 @@
1
+ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
2
+ // IUnwrapAndForwardAction
3
+ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
4
+
5
+ export const iUnwrapAndForwardActionABI = [
6
+ {
7
+ stateMutability: 'payable',
8
+ type: 'function',
9
+ inputs: [
10
+ { name: 'receiverAddress', internalType: 'address', type: 'address' },
11
+ { name: 'call', internalType: 'bytes', type: 'bytes' },
12
+ { name: 'valueToSend', internalType: 'uint256', type: 'uint256' },
13
+ ],
14
+ name: 'callWithEth',
15
+ outputs: [],
16
+ },
17
+ ] as const
18
+
19
+ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
20
+ // MintsEthUnwrapperAndCaller
21
+ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
22
+
23
+ /**
24
+ * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0xE9Db91DD126D81697B588F1C145d74283E5C8ccC)
25
+ * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0xE9Db91DD126D81697B588F1C145d74283E5C8ccC)
26
+ */
27
+ export const mintsEthUnwrapperAndCallerABI = [
28
+ {
29
+ stateMutability: 'nonpayable',
30
+ type: 'constructor',
31
+ inputs: [
32
+ {
33
+ name: '_zoraMints1155',
34
+ internalType: 'contract IZoraMints1155',
35
+ type: 'address',
36
+ },
37
+ ],
38
+ },
39
+ { stateMutability: 'payable', type: 'receive' },
40
+ {
41
+ stateMutability: 'nonpayable',
42
+ type: 'function',
43
+ inputs: [
44
+ { name: '', internalType: 'address', type: 'address' },
45
+ { name: 'from', internalType: 'address', type: 'address' },
46
+ { name: 'ids', internalType: 'uint256[]', type: 'uint256[]' },
47
+ { name: 'values', internalType: 'uint256[]', type: 'uint256[]' },
48
+ { name: 'data', internalType: 'bytes', type: 'bytes' },
49
+ ],
50
+ name: 'onERC1155BatchReceived',
51
+ outputs: [{ name: '', internalType: 'bytes4', type: 'bytes4' }],
52
+ },
53
+ {
54
+ stateMutability: 'nonpayable',
55
+ type: 'function',
56
+ inputs: [
57
+ { name: '', internalType: 'address', type: 'address' },
58
+ { name: 'from', internalType: 'address', type: 'address' },
59
+ { name: 'id', internalType: 'uint256', type: 'uint256' },
60
+ { name: 'value', internalType: 'uint256', type: 'uint256' },
61
+ { name: 'data', internalType: 'bytes', type: 'bytes' },
62
+ ],
63
+ name: 'onERC1155Received',
64
+ outputs: [{ name: '', internalType: 'bytes4', type: 'bytes4' }],
65
+ },
66
+ {
67
+ stateMutability: 'payable',
68
+ type: 'function',
69
+ inputs: [
70
+ {
71
+ name: 'permit',
72
+ internalType: 'struct IZoraMints1155Managed.PermitBatch',
73
+ type: 'tuple',
74
+ components: [
75
+ { name: 'owner', internalType: 'address', type: 'address' },
76
+ { name: 'to', internalType: 'address', type: 'address' },
77
+ { name: 'tokenIds', internalType: 'uint256[]', type: 'uint256[]' },
78
+ { name: 'quantities', internalType: 'uint256[]', type: 'uint256[]' },
79
+ { name: 'safeTransferData', internalType: 'bytes', type: 'bytes' },
80
+ { name: 'deadline', internalType: 'uint256', type: 'uint256' },
81
+ { name: 'nonce', internalType: 'uint256', type: 'uint256' },
82
+ ],
83
+ },
84
+ { name: 'signature', internalType: 'bytes', type: 'bytes' },
85
+ ],
86
+ name: 'permitWithAdditionalValue',
87
+ outputs: [],
88
+ },
89
+ {
90
+ type: 'error',
91
+ inputs: [{ name: 'account', internalType: 'address', type: 'address' }],
92
+ name: 'AddressInsufficientBalance',
93
+ },
94
+ {
95
+ type: 'error',
96
+ inputs: [{ name: 'data', internalType: 'bytes', type: 'bytes' }],
97
+ name: 'CallFailed',
98
+ },
99
+ {
100
+ type: 'error',
101
+ inputs: [{ name: 'tokenId', internalType: 'uint256', type: 'uint256' }],
102
+ name: 'ERC20NotSupported',
103
+ },
104
+ { type: 'error', inputs: [], name: 'FailedInnerCall' },
105
+ { type: 'error', inputs: [], name: 'NotExpectingReceive' },
106
+ { type: 'error', inputs: [], name: 'NotZoraMints1155' },
107
+ { type: 'error', inputs: [], name: 'ReentrancyGuardReentrantCall' },
108
+ {
109
+ type: 'error',
110
+ inputs: [{ name: 'data', internalType: 'bytes', type: 'bytes' }],
111
+ name: 'TransferFailed',
112
+ },
113
+ { type: 'error', inputs: [], name: 'UnknownUserAction' },
114
+ ] as const
115
+
116
+ /**
117
+ * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0xE9Db91DD126D81697B588F1C145d74283E5C8ccC)
118
+ * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0xE9Db91DD126D81697B588F1C145d74283E5C8ccC)
119
+ */
120
+ export const mintsEthUnwrapperAndCallerAddress = {
121
+ 7777777: '0xE9Db91DD126D81697B588F1C145d74283E5C8ccC',
122
+ 999999999: '0xE9Db91DD126D81697B588F1C145d74283E5C8ccC',
123
+ } as const
124
+
125
+ /**
126
+ * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0xE9Db91DD126D81697B588F1C145d74283E5C8ccC)
127
+ * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0xE9Db91DD126D81697B588F1C145d74283E5C8ccC)
128
+ */
129
+ export const mintsEthUnwrapperAndCallerConfig = {
130
+ address: mintsEthUnwrapperAndCallerAddress,
131
+ abi: mintsEthUnwrapperAndCallerABI,
132
+ } as const
133
+
1
134
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
2
135
  // ZoraCreator1155FactoryImpl
3
136
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
@@ -8,6 +141,7 @@
8
141
  * - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
9
142
  * - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
10
143
  * - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
144
+ * - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x8cfbF874A12b346115003532119C29f6B56719CB)
11
145
  * - [__View Contract on Arbitrum Sepolia Blockscout__](https://sepolia-explorer.arbitrum.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
12
146
  * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
13
147
  * - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
@@ -493,6 +627,7 @@ export const zoraCreator1155FactoryImplABI = [
493
627
  * - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
494
628
  * - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
495
629
  * - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
630
+ * - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x8cfbF874A12b346115003532119C29f6B56719CB)
496
631
  * - [__View Contract on Arbitrum Sepolia Blockscout__](https://sepolia-explorer.arbitrum.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
497
632
  * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
498
633
  * - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
@@ -505,6 +640,7 @@ export const zoraCreator1155FactoryImplAddress = {
505
640
  8453: '0x777777C338d93e2C7adf08D102d45CA7CC4Ed021',
506
641
  42161: '0x777777C338d93e2C7adf08D102d45CA7CC4Ed021',
507
642
  81457: '0x777777C338d93e2C7adf08D102d45CA7CC4Ed021',
643
+ 84532: '0x8cfbF874A12b346115003532119C29f6B56719CB',
508
644
  421614: '0x777777C338d93e2C7adf08D102d45CA7CC4Ed021',
509
645
  7777777: '0x777777C338d93e2C7adf08D102d45CA7CC4Ed021',
510
646
  11155111: '0x777777C338d93e2C7adf08D102d45CA7CC4Ed021',
@@ -518,6 +654,7 @@ export const zoraCreator1155FactoryImplAddress = {
518
654
  * - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
519
655
  * - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
520
656
  * - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
657
+ * - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x8cfbF874A12b346115003532119C29f6B56719CB)
521
658
  * - [__View Contract on Arbitrum Sepolia Blockscout__](https://sepolia-explorer.arbitrum.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
522
659
  * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
523
660
  * - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
@@ -540,6 +677,7 @@ export const zoraCreator1155ImplABI = [
540
677
  { name: '_mintFeeRecipient', internalType: 'address', type: 'address' },
541
678
  { name: '_upgradeGate', internalType: 'address', type: 'address' },
542
679
  { name: '_protocolRewards', internalType: 'address', type: 'address' },
680
+ { name: '_mints', internalType: 'address', type: 'address' },
543
681
  ],
544
682
  },
545
683
  { stateMutability: 'payable', type: 'receive' },
@@ -608,18 +746,6 @@ export const zoraCreator1155ImplABI = [
608
746
  name: 'adminMint',
609
747
  outputs: [],
610
748
  },
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
749
  {
624
750
  stateMutability: 'view',
625
751
  type: 'function',
@@ -688,71 +814,10 @@ export const zoraCreator1155ImplABI = [
688
814
  {
689
815
  stateMutability: 'pure',
690
816
  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
- },
817
+ inputs: [
818
+ { name: 'mintPrice', internalType: 'uint256', type: 'uint256' },
819
+ { name: 'quantity', internalType: 'uint256', type: 'uint256' },
750
820
  ],
751
- },
752
- {
753
- stateMutability: 'pure',
754
- type: 'function',
755
- inputs: [{ name: 'numTokens', internalType: 'uint256', type: 'uint256' }],
756
821
  name: 'computeTotalReward',
757
822
  outputs: [{ name: '', internalType: 'uint256', type: 'uint256' }],
758
823
  },
@@ -815,7 +880,7 @@ export const zoraCreator1155ImplABI = [
815
880
  { name: 'premintConfig', internalType: 'bytes', type: 'bytes' },
816
881
  { name: 'premintVersion', internalType: 'bytes32', type: 'bytes32' },
817
882
  { name: 'signature', internalType: 'bytes', type: 'bytes' },
818
- { name: 'sender', internalType: 'address', type: 'address' },
883
+ { name: 'firstMinter', internalType: 'address', type: 'address' },
819
884
  {
820
885
  name: 'premintSignerContract',
821
886
  internalType: 'address',
@@ -990,12 +1055,32 @@ export const zoraCreator1155ImplABI = [
990
1055
  outputs: [],
991
1056
  },
992
1057
  {
993
- stateMutability: 'pure',
1058
+ stateMutability: 'view',
994
1059
  type: 'function',
995
1060
  inputs: [],
996
1061
  name: 'mintFee',
997
1062
  outputs: [{ name: '', internalType: 'uint256', type: 'uint256' }],
998
1063
  },
1064
+ {
1065
+ stateMutability: 'payable',
1066
+ type: 'function',
1067
+ inputs: [
1068
+ { name: 'mintTokenIds', internalType: 'uint256[]', type: 'uint256[]' },
1069
+ { name: 'quantities', internalType: 'uint256[]', type: 'uint256[]' },
1070
+ { name: 'minter', internalType: 'contract IMinter1155', type: 'address' },
1071
+ { name: 'tokenId', internalType: 'uint256', type: 'uint256' },
1072
+ {
1073
+ name: 'rewardsRecipients',
1074
+ internalType: 'address[]',
1075
+ type: 'address[]',
1076
+ },
1077
+ { name: 'minterArguments', internalType: 'bytes', type: 'bytes' },
1078
+ ],
1079
+ name: 'mintWithMints',
1080
+ outputs: [
1081
+ { name: 'quantityMinted', internalType: 'uint256', type: 'uint256' },
1082
+ ],
1083
+ },
999
1084
  {
1000
1085
  stateMutability: 'payable',
1001
1086
  type: 'function',
@@ -1030,6 +1115,32 @@ export const zoraCreator1155ImplABI = [
1030
1115
  name: 'nextTokenId',
1031
1116
  outputs: [{ name: '', internalType: 'uint256', type: 'uint256' }],
1032
1117
  },
1118
+ {
1119
+ stateMutability: 'view',
1120
+ type: 'function',
1121
+ inputs: [
1122
+ { name: '', internalType: 'address', type: 'address' },
1123
+ { name: '', internalType: 'address', type: 'address' },
1124
+ { name: '', internalType: 'uint256[]', type: 'uint256[]' },
1125
+ { name: '', internalType: 'uint256[]', type: 'uint256[]' },
1126
+ { name: '', internalType: 'bytes', type: 'bytes' },
1127
+ ],
1128
+ name: 'onERC1155BatchReceived',
1129
+ outputs: [{ name: '', internalType: 'bytes4', type: 'bytes4' }],
1130
+ },
1131
+ {
1132
+ stateMutability: 'view',
1133
+ type: 'function',
1134
+ inputs: [
1135
+ { name: '', internalType: 'address', type: 'address' },
1136
+ { name: '', internalType: 'address', type: 'address' },
1137
+ { name: '', internalType: 'uint256', type: 'uint256' },
1138
+ { name: '', internalType: 'uint256', type: 'uint256' },
1139
+ { name: '', internalType: 'bytes', type: 'bytes' },
1140
+ ],
1141
+ name: 'onERC1155Received',
1142
+ outputs: [{ name: '', internalType: 'bytes4', type: 'bytes4' }],
1143
+ },
1033
1144
  {
1034
1145
  stateMutability: 'view',
1035
1146
  type: 'function',
@@ -1878,7 +1989,9 @@ export const zoraCreator1155ImplABI = [
1878
1989
  inputs: [{ name: 'tokenId', internalType: 'uint256', type: 'uint256' }],
1879
1990
  name: 'NoRendererForToken',
1880
1991
  },
1992
+ { type: 'error', inputs: [], name: 'NonEthRedemption' },
1881
1993
  { type: 'error', inputs: [], name: 'ONLY_CREATE_REFERRAL' },
1994
+ { type: 'error', inputs: [], name: 'OnlyTransfersFromZoraMints' },
1882
1995
  { type: 'error', inputs: [], name: 'PremintDeleted' },
1883
1996
  {
1884
1997
  type: 'error',
@@ -2907,10 +3020,12 @@ export const zoraCreator1155PremintExecutorImplABI = [
2907
3020
  { type: 'error', inputs: [], name: 'MinterContractAlreadyExists' },
2908
3021
  { type: 'error', inputs: [], name: 'MinterContractDoesNotExist' },
2909
3022
  { type: 'error', inputs: [], name: 'NewOwnerNeedsToBeAdmin' },
3023
+ { type: 'error', inputs: [], name: 'NonEthRedemption' },
2910
3024
  { type: 'error', inputs: [], name: 'ONLY_CREATE_REFERRAL' },
2911
3025
  { type: 'error', inputs: [], name: 'ONLY_OWNER' },
2912
3026
  { type: 'error', inputs: [], name: 'ONLY_PENDING_OWNER' },
2913
3027
  { type: 'error', inputs: [], name: 'OWNER_CANNOT_BE_ZERO_ADDRESS' },
3028
+ { type: 'error', inputs: [], name: 'OnlyTransfersFromZoraMints' },
2914
3029
  { type: 'error', inputs: [], name: 'PremintDeleted' },
2915
3030
  {
2916
3031
  type: 'error',
@@ -3030,6 +3145,7 @@ export const zoraCreator1155PremintExecutorImplConfig = {
3030
3145
  * - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
3031
3146
  * - [__View Contract on Base Basescan__](https://basescan.org/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
3032
3147
  * - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21)
3148
+ * - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0xd34872BE0cdb6b09d45FCa067B07f04a1A9aE1aE)
3033
3149
  * - [__View Contract on Arbitrum Sepolia Blockscout__](https://sepolia-explorer.arbitrum.io/address/0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21)
3034
3150
  * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
3035
3151
  * - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21)
@@ -3274,6 +3390,7 @@ export const zoraCreatorFixedPriceSaleStrategyABI = [
3274
3390
  * - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
3275
3391
  * - [__View Contract on Base Basescan__](https://basescan.org/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
3276
3392
  * - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21)
3393
+ * - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0xd34872BE0cdb6b09d45FCa067B07f04a1A9aE1aE)
3277
3394
  * - [__View Contract on Arbitrum Sepolia Blockscout__](https://sepolia-explorer.arbitrum.io/address/0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21)
3278
3395
  * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
3279
3396
  * - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21)
@@ -3286,6 +3403,7 @@ export const zoraCreatorFixedPriceSaleStrategyAddress = {
3286
3403
  8453: '0x04E2516A2c207E84a1839755675dfd8eF6302F0a',
3287
3404
  42161: '0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21',
3288
3405
  81457: '0x3EB144aee170BF62FdA1536e38aF51f08e34A5D0',
3406
+ 84532: '0xd34872BE0cdb6b09d45FCa067B07f04a1A9aE1aE',
3289
3407
  421614: '0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21',
3290
3408
  7777777: '0x04E2516A2c207E84a1839755675dfd8eF6302F0a',
3291
3409
  11155111: '0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21',
@@ -3299,6 +3417,7 @@ export const zoraCreatorFixedPriceSaleStrategyAddress = {
3299
3417
  * - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
3300
3418
  * - [__View Contract on Base Basescan__](https://basescan.org/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
3301
3419
  * - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21)
3420
+ * - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0xd34872BE0cdb6b09d45FCa067B07f04a1A9aE1aE)
3302
3421
  * - [__View Contract on Arbitrum Sepolia Blockscout__](https://sepolia-explorer.arbitrum.io/address/0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21)
3303
3422
  * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
3304
3423
  * - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21)
@@ -3319,6 +3438,7 @@ export const zoraCreatorFixedPriceSaleStrategyConfig = {
3319
3438
  * - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
3320
3439
  * - [__View Contract on Base Basescan__](https://basescan.org/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
3321
3440
  * - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0xe770E6f19aecF8ef3145A50087999b5556aB3610)
3441
+ * - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x3E8524770adD176bE381a0529E09f1c6c3502A5a)
3322
3442
  * - [__View Contract on Arbitrum Sepolia Blockscout__](https://sepolia-explorer.arbitrum.io/address/0xe770E6f19aecF8ef3145A50087999b5556aB3610)
3323
3443
  * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
3324
3444
  * - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0xe770E6f19aecF8ef3145A50087999b5556aB3610)
@@ -3530,6 +3650,7 @@ export const zoraCreatorMerkleMinterStrategyABI = [
3530
3650
  * - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
3531
3651
  * - [__View Contract on Base Basescan__](https://basescan.org/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
3532
3652
  * - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0xe770E6f19aecF8ef3145A50087999b5556aB3610)
3653
+ * - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x3E8524770adD176bE381a0529E09f1c6c3502A5a)
3533
3654
  * - [__View Contract on Arbitrum Sepolia Blockscout__](https://sepolia-explorer.arbitrum.io/address/0xe770E6f19aecF8ef3145A50087999b5556aB3610)
3534
3655
  * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
3535
3656
  * - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0xe770E6f19aecF8ef3145A50087999b5556aB3610)
@@ -3542,6 +3663,7 @@ export const zoraCreatorMerkleMinterStrategyAddress = {
3542
3663
  8453: '0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7',
3543
3664
  42161: '0xe770E6f19aecF8ef3145A50087999b5556aB3610',
3544
3665
  81457: '0xB9C997FcC46a27331CC986cc2416ee99C1d506c3',
3666
+ 84532: '0x3E8524770adD176bE381a0529E09f1c6c3502A5a',
3545
3667
  421614: '0xe770E6f19aecF8ef3145A50087999b5556aB3610',
3546
3668
  7777777: '0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7',
3547
3669
  11155111: '0xe770E6f19aecF8ef3145A50087999b5556aB3610',
@@ -3555,6 +3677,7 @@ export const zoraCreatorMerkleMinterStrategyAddress = {
3555
3677
  * - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
3556
3678
  * - [__View Contract on Base Basescan__](https://basescan.org/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
3557
3679
  * - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0xe770E6f19aecF8ef3145A50087999b5556aB3610)
3680
+ * - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x3E8524770adD176bE381a0529E09f1c6c3502A5a)
3558
3681
  * - [__View Contract on Arbitrum Sepolia Blockscout__](https://sepolia-explorer.arbitrum.io/address/0xe770E6f19aecF8ef3145A50087999b5556aB3610)
3559
3682
  * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
3560
3683
  * - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0xe770E6f19aecF8ef3145A50087999b5556aB3610)
@@ -3575,6 +3698,7 @@ export const zoraCreatorMerkleMinterStrategyConfig = {
3575
3698
  * - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x78964965cF77850224513a367f899435C5B69174)
3576
3699
  * - [__View Contract on Base Basescan__](https://basescan.org/address/0x78964965cF77850224513a367f899435C5B69174)
3577
3700
  * - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D)
3701
+ * - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x805E0a08dE70f85C01F7848370d5e3fc08aAd0ea)
3578
3702
  * - [__View Contract on Arbitrum Sepolia Blockscout__](https://sepolia-explorer.arbitrum.io/address/0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D)
3579
3703
  * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x78964965cF77850224513a367f899435C5B69174)
3580
3704
  * - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D)
@@ -3735,6 +3859,7 @@ export const zoraCreatorRedeemMinterFactoryABI = [
3735
3859
  * - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x78964965cF77850224513a367f899435C5B69174)
3736
3860
  * - [__View Contract on Base Basescan__](https://basescan.org/address/0x78964965cF77850224513a367f899435C5B69174)
3737
3861
  * - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D)
3862
+ * - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x805E0a08dE70f85C01F7848370d5e3fc08aAd0ea)
3738
3863
  * - [__View Contract on Arbitrum Sepolia Blockscout__](https://sepolia-explorer.arbitrum.io/address/0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D)
3739
3864
  * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x78964965cF77850224513a367f899435C5B69174)
3740
3865
  * - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D)
@@ -3747,6 +3872,7 @@ export const zoraCreatorRedeemMinterFactoryAddress = {
3747
3872
  8453: '0x78964965cF77850224513a367f899435C5B69174',
3748
3873
  42161: '0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D',
3749
3874
  81457: '0x7A0dE1B1f5420Df5D946878fBe2cF109011BE614',
3875
+ 84532: '0x805E0a08dE70f85C01F7848370d5e3fc08aAd0ea',
3750
3876
  421614: '0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D',
3751
3877
  7777777: '0x78964965cF77850224513a367f899435C5B69174',
3752
3878
  11155111: '0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D',
@@ -3760,6 +3886,7 @@ export const zoraCreatorRedeemMinterFactoryAddress = {
3760
3886
  * - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x78964965cF77850224513a367f899435C5B69174)
3761
3887
  * - [__View Contract on Base Basescan__](https://basescan.org/address/0x78964965cF77850224513a367f899435C5B69174)
3762
3888
  * - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D)
3889
+ * - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x805E0a08dE70f85C01F7848370d5e3fc08aAd0ea)
3763
3890
  * - [__View Contract on Arbitrum Sepolia Blockscout__](https://sepolia-explorer.arbitrum.io/address/0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D)
3764
3891
  * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x78964965cF77850224513a367f899435C5B69174)
3765
3892
  * - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D)
@@ -3769,3 +3896,1633 @@ export const zoraCreatorRedeemMinterFactoryConfig = {
3769
3896
  address: zoraCreatorRedeemMinterFactoryAddress,
3770
3897
  abi: zoraCreatorRedeemMinterFactoryABI,
3771
3898
  } as const
3899
+
3900
+ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
3901
+ // ZoraMints1155
3902
+ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
3903
+
3904
+ /**
3905
+ * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777777d57c1C6e472fa379b7b3B6c6ba3835073)
3906
+ * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777d57c1C6e472fa379b7b3B6c6ba3835073)
3907
+ */
3908
+ export const zoraMints1155ABI = [
3909
+ { stateMutability: 'nonpayable', type: 'constructor', inputs: [] },
3910
+ {
3911
+ stateMutability: 'view',
3912
+ type: 'function',
3913
+ inputs: [],
3914
+ name: 'ETH_ADDRESS',
3915
+ outputs: [{ name: '', internalType: 'address', type: 'address' }],
3916
+ },
3917
+ {
3918
+ stateMutability: 'view',
3919
+ type: 'function',
3920
+ inputs: [],
3921
+ name: 'MINIMUM_ERC20_PRICE',
3922
+ outputs: [{ name: '', internalType: 'uint256', type: 'uint256' }],
3923
+ },
3924
+ {
3925
+ stateMutability: 'view',
3926
+ type: 'function',
3927
+ inputs: [],
3928
+ name: 'MINIMUM_ETH_PRICE',
3929
+ outputs: [{ name: '', internalType: 'uint256', type: 'uint256' }],
3930
+ },
3931
+ {
3932
+ stateMutability: 'view',
3933
+ type: 'function',
3934
+ inputs: [],
3935
+ name: 'NAME',
3936
+ outputs: [{ name: '', internalType: 'string', type: 'string' }],
3937
+ },
3938
+ {
3939
+ stateMutability: 'view',
3940
+ type: 'function',
3941
+ inputs: [],
3942
+ name: 'VERSION',
3943
+ outputs: [{ name: '', internalType: 'string', type: 'string' }],
3944
+ },
3945
+ {
3946
+ stateMutability: 'view',
3947
+ type: 'function',
3948
+ inputs: [],
3949
+ name: 'authority',
3950
+ outputs: [{ name: '', internalType: 'address', type: 'address' }],
3951
+ },
3952
+ {
3953
+ stateMutability: 'view',
3954
+ type: 'function',
3955
+ inputs: [
3956
+ { name: 'account', internalType: 'address', type: 'address' },
3957
+ { name: 'id', internalType: 'uint256', type: 'uint256' },
3958
+ ],
3959
+ name: 'balanceOf',
3960
+ outputs: [{ name: '', internalType: 'uint256', type: 'uint256' }],
3961
+ },
3962
+ {
3963
+ stateMutability: 'view',
3964
+ type: 'function',
3965
+ inputs: [{ name: 'account', internalType: 'address', type: 'address' }],
3966
+ name: 'balanceOfAccount',
3967
+ outputs: [{ name: '', internalType: 'uint256', type: 'uint256' }],
3968
+ },
3969
+ {
3970
+ stateMutability: 'view',
3971
+ type: 'function',
3972
+ inputs: [
3973
+ { name: 'accounts', internalType: 'address[]', type: 'address[]' },
3974
+ { name: 'ids', internalType: 'uint256[]', type: 'uint256[]' },
3975
+ ],
3976
+ name: 'balanceOfBatch',
3977
+ outputs: [{ name: '', internalType: 'uint256[]', type: 'uint256[]' }],
3978
+ },
3979
+ {
3980
+ stateMutability: 'view',
3981
+ type: 'function',
3982
+ inputs: [],
3983
+ name: 'contractURI',
3984
+ outputs: [{ name: '', internalType: 'string', type: 'string' }],
3985
+ },
3986
+ {
3987
+ stateMutability: 'nonpayable',
3988
+ type: 'function',
3989
+ inputs: [
3990
+ { name: 'tokenId', internalType: 'uint256', type: 'uint256' },
3991
+ {
3992
+ name: 'tokenConfig',
3993
+ internalType: 'struct TokenConfig',
3994
+ type: 'tuple',
3995
+ components: [
3996
+ { name: 'price', internalType: 'uint256', type: 'uint256' },
3997
+ { name: 'tokenAddress', internalType: 'address', type: 'address' },
3998
+ { name: 'redeemHandler', internalType: 'address', type: 'address' },
3999
+ ],
4000
+ },
4001
+ ],
4002
+ name: 'createToken',
4003
+ outputs: [],
4004
+ },
4005
+ {
4006
+ stateMutability: 'view',
4007
+ type: 'function',
4008
+ inputs: [],
4009
+ name: 'eip712Domain',
4010
+ outputs: [
4011
+ { name: 'fields', internalType: 'bytes1', type: 'bytes1' },
4012
+ { name: 'name', internalType: 'string', type: 'string' },
4013
+ { name: 'version', internalType: 'string', type: 'string' },
4014
+ { name: 'chainId', internalType: 'uint256', type: 'uint256' },
4015
+ { name: 'verifyingContract', internalType: 'address', type: 'address' },
4016
+ { name: 'salt', internalType: 'bytes32', type: 'bytes32' },
4017
+ { name: 'extensions', internalType: 'uint256[]', type: 'uint256[]' },
4018
+ ],
4019
+ },
4020
+ {
4021
+ stateMutability: 'view',
4022
+ type: 'function',
4023
+ inputs: [],
4024
+ name: 'getManager',
4025
+ outputs: [{ name: '', internalType: 'address', type: 'address' }],
4026
+ },
4027
+ {
4028
+ stateMutability: 'view',
4029
+ type: 'function',
4030
+ inputs: [{ name: 'tokenId', internalType: 'uint256', type: 'uint256' }],
4031
+ name: 'getTokenConfig',
4032
+ outputs: [
4033
+ {
4034
+ name: '',
4035
+ internalType: 'struct TokenConfig',
4036
+ type: 'tuple',
4037
+ components: [
4038
+ { name: 'price', internalType: 'uint256', type: 'uint256' },
4039
+ { name: 'tokenAddress', internalType: 'address', type: 'address' },
4040
+ { name: 'redeemHandler', internalType: 'address', type: 'address' },
4041
+ ],
4042
+ },
4043
+ ],
4044
+ },
4045
+ {
4046
+ stateMutability: 'view',
4047
+ type: 'function',
4048
+ inputs: [
4049
+ {
4050
+ name: 'permit',
4051
+ internalType: 'struct IZoraMints1155Managed.PermitBatch',
4052
+ type: 'tuple',
4053
+ components: [
4054
+ { name: 'owner', internalType: 'address', type: 'address' },
4055
+ { name: 'to', internalType: 'address', type: 'address' },
4056
+ { name: 'tokenIds', internalType: 'uint256[]', type: 'uint256[]' },
4057
+ { name: 'quantities', internalType: 'uint256[]', type: 'uint256[]' },
4058
+ { name: 'safeTransferData', internalType: 'bytes', type: 'bytes' },
4059
+ { name: 'deadline', internalType: 'uint256', type: 'uint256' },
4060
+ { name: 'nonce', internalType: 'uint256', type: 'uint256' },
4061
+ ],
4062
+ },
4063
+ ],
4064
+ name: 'hashPermitBatch',
4065
+ outputs: [{ name: '', internalType: 'bytes32', type: 'bytes32' }],
4066
+ },
4067
+ {
4068
+ stateMutability: 'view',
4069
+ type: 'function',
4070
+ inputs: [
4071
+ {
4072
+ name: 'permit',
4073
+ internalType: 'struct IZoraMints1155Managed.PermitSingle',
4074
+ type: 'tuple',
4075
+ components: [
4076
+ { name: 'owner', internalType: 'address', type: 'address' },
4077
+ { name: 'to', internalType: 'address', type: 'address' },
4078
+ { name: 'tokenId', internalType: 'uint256', type: 'uint256' },
4079
+ { name: 'quantity', internalType: 'uint256', type: 'uint256' },
4080
+ { name: 'safeTransferData', internalType: 'bytes', type: 'bytes' },
4081
+ { name: 'deadline', internalType: 'uint256', type: 'uint256' },
4082
+ { name: 'nonce', internalType: 'uint256', type: 'uint256' },
4083
+ ],
4084
+ },
4085
+ ],
4086
+ name: 'hashPermitSingle',
4087
+ outputs: [{ name: '', internalType: 'bytes32', type: 'bytes32' }],
4088
+ },
4089
+ {
4090
+ stateMutability: 'view',
4091
+ type: 'function',
4092
+ inputs: [
4093
+ { name: 'account', internalType: 'address', type: 'address' },
4094
+ { name: 'operator', internalType: 'address', type: 'address' },
4095
+ ],
4096
+ name: 'isApprovedForAll',
4097
+ outputs: [{ name: '', internalType: 'bool', type: 'bool' }],
4098
+ },
4099
+ {
4100
+ stateMutability: 'view',
4101
+ type: 'function',
4102
+ inputs: [],
4103
+ name: 'isConsumingScheduledOp',
4104
+ outputs: [{ name: '', internalType: 'bytes4', type: 'bytes4' }],
4105
+ },
4106
+ {
4107
+ stateMutability: 'view',
4108
+ type: 'function',
4109
+ inputs: [
4110
+ {
4111
+ name: 'permit',
4112
+ internalType: 'struct IZoraMints1155Managed.PermitBatch',
4113
+ type: 'tuple',
4114
+ components: [
4115
+ { name: 'owner', internalType: 'address', type: 'address' },
4116
+ { name: 'to', internalType: 'address', type: 'address' },
4117
+ { name: 'tokenIds', internalType: 'uint256[]', type: 'uint256[]' },
4118
+ { name: 'quantities', internalType: 'uint256[]', type: 'uint256[]' },
4119
+ { name: 'safeTransferData', internalType: 'bytes', type: 'bytes' },
4120
+ { name: 'deadline', internalType: 'uint256', type: 'uint256' },
4121
+ { name: 'nonce', internalType: 'uint256', type: 'uint256' },
4122
+ ],
4123
+ },
4124
+ { name: 'signature', internalType: 'bytes', type: 'bytes' },
4125
+ ],
4126
+ name: 'isValidSignatureTransferBatch',
4127
+ outputs: [{ name: '', internalType: 'bool', type: 'bool' }],
4128
+ },
4129
+ {
4130
+ stateMutability: 'view',
4131
+ type: 'function',
4132
+ inputs: [
4133
+ {
4134
+ name: 'permit',
4135
+ internalType: 'struct IZoraMints1155Managed.PermitSingle',
4136
+ type: 'tuple',
4137
+ components: [
4138
+ { name: 'owner', internalType: 'address', type: 'address' },
4139
+ { name: 'to', internalType: 'address', type: 'address' },
4140
+ { name: 'tokenId', internalType: 'uint256', type: 'uint256' },
4141
+ { name: 'quantity', internalType: 'uint256', type: 'uint256' },
4142
+ { name: 'safeTransferData', internalType: 'bytes', type: 'bytes' },
4143
+ { name: 'deadline', internalType: 'uint256', type: 'uint256' },
4144
+ { name: 'nonce', internalType: 'uint256', type: 'uint256' },
4145
+ ],
4146
+ },
4147
+ { name: 'signature', internalType: 'bytes', type: 'bytes' },
4148
+ ],
4149
+ name: 'isValidSignatureTransferSingle',
4150
+ outputs: [{ name: '', internalType: 'bool', type: 'bool' }],
4151
+ },
4152
+ {
4153
+ stateMutability: 'nonpayable',
4154
+ type: 'function',
4155
+ inputs: [
4156
+ { name: 'tokenId', internalType: 'uint256', type: 'uint256' },
4157
+ { name: 'tokenAddress', internalType: 'address', type: 'address' },
4158
+ { name: 'quantity', internalType: 'uint256', type: 'uint256' },
4159
+ { name: 'recipient', internalType: 'address', type: 'address' },
4160
+ { name: 'data', internalType: 'bytes', type: 'bytes' },
4161
+ ],
4162
+ name: 'mintTokenWithERC20',
4163
+ outputs: [],
4164
+ },
4165
+ {
4166
+ stateMutability: 'payable',
4167
+ type: 'function',
4168
+ inputs: [
4169
+ { name: 'tokenId', internalType: 'uint256', type: 'uint256' },
4170
+ { name: 'quantity', internalType: 'uint256', type: 'uint256' },
4171
+ { name: 'recipient', internalType: 'address', type: 'address' },
4172
+ { name: 'data', internalType: 'bytes', type: 'bytes' },
4173
+ ],
4174
+ name: 'mintTokenWithEth',
4175
+ outputs: [],
4176
+ },
4177
+ {
4178
+ stateMutability: 'pure',
4179
+ type: 'function',
4180
+ inputs: [],
4181
+ name: 'name',
4182
+ outputs: [{ name: '', internalType: 'string', type: 'string' }],
4183
+ },
4184
+ {
4185
+ stateMutability: 'view',
4186
+ type: 'function',
4187
+ inputs: [
4188
+ { name: 'owner', internalType: 'address', type: 'address' },
4189
+ { name: 'nonce', internalType: 'uint256', type: 'uint256' },
4190
+ ],
4191
+ name: 'nonceUsed',
4192
+ outputs: [{ name: '', internalType: 'bool', type: 'bool' }],
4193
+ },
4194
+ {
4195
+ stateMutability: 'nonpayable',
4196
+ type: 'function',
4197
+ inputs: [
4198
+ { name: 'newContractURI', internalType: 'string', type: 'string' },
4199
+ { name: 'newBaseURI', internalType: 'string', type: 'string' },
4200
+ ],
4201
+ name: 'notifyURIsUpdated',
4202
+ outputs: [],
4203
+ },
4204
+ {
4205
+ stateMutability: 'nonpayable',
4206
+ type: 'function',
4207
+ inputs: [
4208
+ { name: 'newUri', internalType: 'string', type: 'string' },
4209
+ { name: 'tokenId', internalType: 'uint256', type: 'uint256' },
4210
+ ],
4211
+ name: 'notifyUpdatedTokenURI',
4212
+ outputs: [],
4213
+ },
4214
+ {
4215
+ stateMutability: 'nonpayable',
4216
+ type: 'function',
4217
+ inputs: [
4218
+ {
4219
+ name: 'permit',
4220
+ internalType: 'struct IZoraMints1155Managed.PermitSingle',
4221
+ type: 'tuple',
4222
+ components: [
4223
+ { name: 'owner', internalType: 'address', type: 'address' },
4224
+ { name: 'to', internalType: 'address', type: 'address' },
4225
+ { name: 'tokenId', internalType: 'uint256', type: 'uint256' },
4226
+ { name: 'quantity', internalType: 'uint256', type: 'uint256' },
4227
+ { name: 'safeTransferData', internalType: 'bytes', type: 'bytes' },
4228
+ { name: 'deadline', internalType: 'uint256', type: 'uint256' },
4229
+ { name: 'nonce', internalType: 'uint256', type: 'uint256' },
4230
+ ],
4231
+ },
4232
+ { name: 'signature', internalType: 'bytes', type: 'bytes' },
4233
+ ],
4234
+ name: 'permitSafeTransfer',
4235
+ outputs: [],
4236
+ },
4237
+ {
4238
+ stateMutability: 'nonpayable',
4239
+ type: 'function',
4240
+ inputs: [
4241
+ {
4242
+ name: 'permit',
4243
+ internalType: 'struct IZoraMints1155Managed.PermitBatch',
4244
+ type: 'tuple',
4245
+ components: [
4246
+ { name: 'owner', internalType: 'address', type: 'address' },
4247
+ { name: 'to', internalType: 'address', type: 'address' },
4248
+ { name: 'tokenIds', internalType: 'uint256[]', type: 'uint256[]' },
4249
+ { name: 'quantities', internalType: 'uint256[]', type: 'uint256[]' },
4250
+ { name: 'safeTransferData', internalType: 'bytes', type: 'bytes' },
4251
+ { name: 'deadline', internalType: 'uint256', type: 'uint256' },
4252
+ { name: 'nonce', internalType: 'uint256', type: 'uint256' },
4253
+ ],
4254
+ },
4255
+ { name: 'signature', internalType: 'bytes', type: 'bytes' },
4256
+ ],
4257
+ name: 'permitSafeTransferBatch',
4258
+ outputs: [],
4259
+ },
4260
+ {
4261
+ stateMutability: 'nonpayable',
4262
+ type: 'function',
4263
+ inputs: [
4264
+ { name: 'tokenId', internalType: 'uint256', type: 'uint256' },
4265
+ { name: 'quantity', internalType: 'uint256', type: 'uint256' },
4266
+ { name: 'recipient', internalType: 'address', type: 'address' },
4267
+ ],
4268
+ name: 'redeem',
4269
+ outputs: [
4270
+ {
4271
+ name: '',
4272
+ internalType: 'struct Redemption',
4273
+ type: 'tuple',
4274
+ components: [
4275
+ { name: 'tokenAddress', internalType: 'address', type: 'address' },
4276
+ { name: 'valueRedeemed', internalType: 'uint256', type: 'uint256' },
4277
+ ],
4278
+ },
4279
+ ],
4280
+ },
4281
+ {
4282
+ stateMutability: 'nonpayable',
4283
+ type: 'function',
4284
+ inputs: [
4285
+ { name: 'tokenIds', internalType: 'uint256[]', type: 'uint256[]' },
4286
+ { name: 'quantities', internalType: 'uint256[]', type: 'uint256[]' },
4287
+ { name: 'recipient', internalType: 'address', type: 'address' },
4288
+ ],
4289
+ name: 'redeemBatch',
4290
+ outputs: [
4291
+ {
4292
+ name: 'redemptions',
4293
+ internalType: 'struct Redemption[]',
4294
+ type: 'tuple[]',
4295
+ components: [
4296
+ { name: 'tokenAddress', internalType: 'address', type: 'address' },
4297
+ { name: 'valueRedeemed', internalType: 'uint256', type: 'uint256' },
4298
+ ],
4299
+ },
4300
+ ],
4301
+ },
4302
+ {
4303
+ stateMutability: 'nonpayable',
4304
+ type: 'function',
4305
+ inputs: [
4306
+ { name: 'from', internalType: 'address', type: 'address' },
4307
+ { name: 'to', internalType: 'address', type: 'address' },
4308
+ { name: 'ids', internalType: 'uint256[]', type: 'uint256[]' },
4309
+ { name: 'values', internalType: 'uint256[]', type: 'uint256[]' },
4310
+ { name: 'data', internalType: 'bytes', type: 'bytes' },
4311
+ ],
4312
+ name: 'safeBatchTransferFrom',
4313
+ outputs: [],
4314
+ },
4315
+ {
4316
+ stateMutability: 'nonpayable',
4317
+ type: 'function',
4318
+ inputs: [
4319
+ { name: 'from', internalType: 'address', type: 'address' },
4320
+ { name: 'to', internalType: 'address', type: 'address' },
4321
+ { name: 'id', internalType: 'uint256', type: 'uint256' },
4322
+ { name: 'value', internalType: 'uint256', type: 'uint256' },
4323
+ { name: 'data', internalType: 'bytes', type: 'bytes' },
4324
+ ],
4325
+ name: 'safeTransferFrom',
4326
+ outputs: [],
4327
+ },
4328
+ {
4329
+ stateMutability: 'nonpayable',
4330
+ type: 'function',
4331
+ inputs: [
4332
+ { name: 'operator', internalType: 'address', type: 'address' },
4333
+ { name: 'approved', internalType: 'bool', type: 'bool' },
4334
+ ],
4335
+ name: 'setApprovalForAll',
4336
+ outputs: [],
4337
+ },
4338
+ {
4339
+ stateMutability: 'nonpayable',
4340
+ type: 'function',
4341
+ inputs: [
4342
+ { name: 'newAuthority', internalType: 'address', type: 'address' },
4343
+ ],
4344
+ name: 'setAuthority',
4345
+ outputs: [],
4346
+ },
4347
+ {
4348
+ stateMutability: 'view',
4349
+ type: 'function',
4350
+ inputs: [{ name: 'interfaceId', internalType: 'bytes4', type: 'bytes4' }],
4351
+ name: 'supportsInterface',
4352
+ outputs: [{ name: '', internalType: 'bool', type: 'bool' }],
4353
+ },
4354
+ {
4355
+ stateMutability: 'pure',
4356
+ type: 'function',
4357
+ inputs: [],
4358
+ name: 'symbol',
4359
+ outputs: [{ name: '', internalType: 'string', type: 'string' }],
4360
+ },
4361
+ {
4362
+ stateMutability: 'view',
4363
+ type: 'function',
4364
+ inputs: [{ name: 'tokenId', internalType: 'uint256', type: 'uint256' }],
4365
+ name: 'tokenExists',
4366
+ outputs: [{ name: '', internalType: 'bool', type: 'bool' }],
4367
+ },
4368
+ {
4369
+ stateMutability: 'view',
4370
+ type: 'function',
4371
+ inputs: [{ name: 'tokenId', internalType: 'uint256', type: 'uint256' }],
4372
+ name: 'tokenPrice',
4373
+ outputs: [{ name: '', internalType: 'uint256', type: 'uint256' }],
4374
+ },
4375
+ {
4376
+ stateMutability: 'payable',
4377
+ type: 'function',
4378
+ inputs: [
4379
+ { name: 'tokenIds', internalType: 'uint256[]', type: 'uint256[]' },
4380
+ { name: 'quantities', internalType: 'uint256[]', type: 'uint256[]' },
4381
+ { name: 'call', internalType: 'bytes', type: 'bytes' },
4382
+ ],
4383
+ name: 'transferBatchToManagerAndCall',
4384
+ outputs: [{ name: 'callReturn', internalType: 'bytes', type: 'bytes' }],
4385
+ },
4386
+ {
4387
+ stateMutability: 'view',
4388
+ type: 'function',
4389
+ inputs: [{ name: 'tokenId', internalType: 'uint256', type: 'uint256' }],
4390
+ name: 'uri',
4391
+ outputs: [{ name: '', internalType: 'string', type: 'string' }],
4392
+ },
4393
+ {
4394
+ type: 'event',
4395
+ anonymous: false,
4396
+ inputs: [
4397
+ {
4398
+ name: 'account',
4399
+ internalType: 'address',
4400
+ type: 'address',
4401
+ indexed: true,
4402
+ },
4403
+ {
4404
+ name: 'operator',
4405
+ internalType: 'address',
4406
+ type: 'address',
4407
+ indexed: true,
4408
+ },
4409
+ { name: 'approved', internalType: 'bool', type: 'bool', indexed: false },
4410
+ ],
4411
+ name: 'ApprovalForAll',
4412
+ },
4413
+ {
4414
+ type: 'event',
4415
+ anonymous: false,
4416
+ inputs: [
4417
+ {
4418
+ name: 'authority',
4419
+ internalType: 'address',
4420
+ type: 'address',
4421
+ indexed: false,
4422
+ },
4423
+ ],
4424
+ name: 'AuthorityUpdated',
4425
+ },
4426
+ { type: 'event', anonymous: false, inputs: [], name: 'ContractURIUpdated' },
4427
+ { type: 'event', anonymous: false, inputs: [], name: 'EIP712DomainChanged' },
4428
+ {
4429
+ type: 'event',
4430
+ anonymous: false,
4431
+ inputs: [
4432
+ {
4433
+ name: 'tokenId',
4434
+ internalType: 'uint256',
4435
+ type: 'uint256',
4436
+ indexed: true,
4437
+ },
4438
+ {
4439
+ name: 'price',
4440
+ internalType: 'uint256',
4441
+ type: 'uint256',
4442
+ indexed: true,
4443
+ },
4444
+ {
4445
+ name: 'tokenAddress',
4446
+ internalType: 'address',
4447
+ type: 'address',
4448
+ indexed: true,
4449
+ },
4450
+ ],
4451
+ name: 'TokenCreated',
4452
+ },
4453
+ {
4454
+ type: 'event',
4455
+ anonymous: false,
4456
+ inputs: [
4457
+ {
4458
+ name: 'operator',
4459
+ internalType: 'address',
4460
+ type: 'address',
4461
+ indexed: true,
4462
+ },
4463
+ { name: 'from', internalType: 'address', type: 'address', indexed: true },
4464
+ { name: 'to', internalType: 'address', type: 'address', indexed: true },
4465
+ {
4466
+ name: 'ids',
4467
+ internalType: 'uint256[]',
4468
+ type: 'uint256[]',
4469
+ indexed: false,
4470
+ },
4471
+ {
4472
+ name: 'values',
4473
+ internalType: 'uint256[]',
4474
+ type: 'uint256[]',
4475
+ indexed: false,
4476
+ },
4477
+ ],
4478
+ name: 'TransferBatch',
4479
+ },
4480
+ {
4481
+ type: 'event',
4482
+ anonymous: false,
4483
+ inputs: [
4484
+ {
4485
+ name: 'operator',
4486
+ internalType: 'address',
4487
+ type: 'address',
4488
+ indexed: true,
4489
+ },
4490
+ { name: 'from', internalType: 'address', type: 'address', indexed: true },
4491
+ { name: 'to', internalType: 'address', type: 'address', indexed: true },
4492
+ { name: 'id', internalType: 'uint256', type: 'uint256', indexed: false },
4493
+ {
4494
+ name: 'value',
4495
+ internalType: 'uint256',
4496
+ type: 'uint256',
4497
+ indexed: false,
4498
+ },
4499
+ ],
4500
+ name: 'TransferSingle',
4501
+ },
4502
+ {
4503
+ type: 'event',
4504
+ anonymous: false,
4505
+ inputs: [
4506
+ { name: 'value', internalType: 'string', type: 'string', indexed: false },
4507
+ { name: 'id', internalType: 'uint256', type: 'uint256', indexed: true },
4508
+ ],
4509
+ name: 'URI',
4510
+ },
4511
+ {
4512
+ type: 'event',
4513
+ anonymous: false,
4514
+ inputs: [
4515
+ {
4516
+ name: 'contractURI',
4517
+ internalType: 'string',
4518
+ type: 'string',
4519
+ indexed: false,
4520
+ },
4521
+ {
4522
+ name: 'baseURI',
4523
+ internalType: 'string',
4524
+ type: 'string',
4525
+ indexed: false,
4526
+ },
4527
+ ],
4528
+ name: 'URIsUpdated',
4529
+ },
4530
+ {
4531
+ type: 'error',
4532
+ inputs: [{ name: 'authority', internalType: 'address', type: 'address' }],
4533
+ name: 'AccessManagedInvalidAuthority',
4534
+ },
4535
+ {
4536
+ type: 'error',
4537
+ inputs: [
4538
+ { name: 'caller', internalType: 'address', type: 'address' },
4539
+ { name: 'delay', internalType: 'uint32', type: 'uint32' },
4540
+ ],
4541
+ name: 'AccessManagedRequiredDelay',
4542
+ },
4543
+ {
4544
+ type: 'error',
4545
+ inputs: [{ name: 'caller', internalType: 'address', type: 'address' }],
4546
+ name: 'AccessManagedUnauthorized',
4547
+ },
4548
+ {
4549
+ type: 'error',
4550
+ inputs: [{ name: 'target', internalType: 'address', type: 'address' }],
4551
+ name: 'AddressEmptyCode',
4552
+ },
4553
+ {
4554
+ type: 'error',
4555
+ inputs: [{ name: 'account', internalType: 'address', type: 'address' }],
4556
+ name: 'AddressInsufficientBalance',
4557
+ },
4558
+ {
4559
+ type: 'error',
4560
+ inputs: [
4561
+ { name: 'lengthA', internalType: 'uint256', type: 'uint256' },
4562
+ { name: 'lengthB', internalType: 'uint256', type: 'uint256' },
4563
+ ],
4564
+ name: 'ArrayLengthMismatch',
4565
+ },
4566
+ {
4567
+ type: 'error',
4568
+ inputs: [{ name: 'returnData', internalType: 'bytes', type: 'bytes' }],
4569
+ name: 'CallFailed',
4570
+ },
4571
+ {
4572
+ type: 'error',
4573
+ inputs: [
4574
+ { name: 'sender', internalType: 'address', type: 'address' },
4575
+ { name: 'balance', internalType: 'uint256', type: 'uint256' },
4576
+ { name: 'needed', internalType: 'uint256', type: 'uint256' },
4577
+ { name: 'tokenId', internalType: 'uint256', type: 'uint256' },
4578
+ ],
4579
+ name: 'ERC1155InsufficientBalance',
4580
+ },
4581
+ {
4582
+ type: 'error',
4583
+ inputs: [{ name: 'approver', internalType: 'address', type: 'address' }],
4584
+ name: 'ERC1155InvalidApprover',
4585
+ },
4586
+ {
4587
+ type: 'error',
4588
+ inputs: [
4589
+ { name: 'idsLength', internalType: 'uint256', type: 'uint256' },
4590
+ { name: 'valuesLength', internalType: 'uint256', type: 'uint256' },
4591
+ ],
4592
+ name: 'ERC1155InvalidArrayLength',
4593
+ },
4594
+ {
4595
+ type: 'error',
4596
+ inputs: [{ name: 'operator', internalType: 'address', type: 'address' }],
4597
+ name: 'ERC1155InvalidOperator',
4598
+ },
4599
+ {
4600
+ type: 'error',
4601
+ inputs: [{ name: 'receiver', internalType: 'address', type: 'address' }],
4602
+ name: 'ERC1155InvalidReceiver',
4603
+ },
4604
+ {
4605
+ type: 'error',
4606
+ inputs: [{ name: 'sender', internalType: 'address', type: 'address' }],
4607
+ name: 'ERC1155InvalidSender',
4608
+ },
4609
+ {
4610
+ type: 'error',
4611
+ inputs: [
4612
+ { name: 'operator', internalType: 'address', type: 'address' },
4613
+ { name: 'owner', internalType: 'address', type: 'address' },
4614
+ ],
4615
+ name: 'ERC1155MissingApprovalForAll',
4616
+ },
4617
+ { type: 'error', inputs: [], name: 'ERC20TransferSlippage' },
4618
+ {
4619
+ type: 'error',
4620
+ inputs: [{ name: 'deadline', internalType: 'uint256', type: 'uint256' }],
4621
+ name: 'ERC2612ExpiredSignature',
4622
+ },
4623
+ { type: 'error', inputs: [], name: 'ETHTransferFailed' },
4624
+ { type: 'error', inputs: [], name: 'FailedInnerCall' },
4625
+ { type: 'error', inputs: [], name: 'IncorrectAmountSent' },
4626
+ {
4627
+ type: 'error',
4628
+ inputs: [
4629
+ { name: 'account', internalType: 'address', type: 'address' },
4630
+ { name: 'currentNonce', internalType: 'uint256', type: 'uint256' },
4631
+ ],
4632
+ name: 'InvalidAccountNonce',
4633
+ },
4634
+ { type: 'error', inputs: [], name: 'InvalidRecipient' },
4635
+ { type: 'error', inputs: [], name: 'InvalidShortString' },
4636
+ { type: 'error', inputs: [], name: 'InvalidSignature' },
4637
+ { type: 'error', inputs: [], name: 'InvalidTokenPrice' },
4638
+ { type: 'error', inputs: [], name: 'NoUriForNonexistentToken' },
4639
+ {
4640
+ type: 'error',
4641
+ inputs: [{ name: 'handler', internalType: 'address', type: 'address' }],
4642
+ name: 'NotARedeemHandler',
4643
+ },
4644
+ {
4645
+ type: 'error',
4646
+ inputs: [{ name: 'token', internalType: 'address', type: 'address' }],
4647
+ name: 'SafeERC20FailedOperation',
4648
+ },
4649
+ {
4650
+ type: 'error',
4651
+ inputs: [{ name: 'str', internalType: 'string', type: 'string' }],
4652
+ name: 'StringTooLong',
4653
+ },
4654
+ { type: 'error', inputs: [], name: 'TokenAlreadyCreated' },
4655
+ { type: 'error', inputs: [], name: 'TokenDoesNotExist' },
4656
+ {
4657
+ type: 'error',
4658
+ inputs: [
4659
+ { name: 'storedTokenAddress', internalType: 'address', type: 'address' },
4660
+ {
4661
+ name: 'expectedTokenAddress',
4662
+ internalType: 'address',
4663
+ type: 'address',
4664
+ },
4665
+ ],
4666
+ name: 'TokenMismatch',
4667
+ },
4668
+ { type: 'error', inputs: [], name: 'TokenNotMintable' },
4669
+ ] as const
4670
+
4671
+ /**
4672
+ * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777777d57c1C6e472fa379b7b3B6c6ba3835073)
4673
+ * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777d57c1C6e472fa379b7b3B6c6ba3835073)
4674
+ */
4675
+ export const zoraMints1155Address = {
4676
+ 7777777: '0x7777777d57c1C6e472fa379b7b3B6c6ba3835073',
4677
+ 999999999: '0x7777777d57c1C6e472fa379b7b3B6c6ba3835073',
4678
+ } as const
4679
+
4680
+ /**
4681
+ * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777777d57c1C6e472fa379b7b3B6c6ba3835073)
4682
+ * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777d57c1C6e472fa379b7b3B6c6ba3835073)
4683
+ */
4684
+ export const zoraMints1155Config = {
4685
+ address: zoraMints1155Address,
4686
+ abi: zoraMints1155ABI,
4687
+ } as const
4688
+
4689
+ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
4690
+ // ZoraMintsManagerImpl
4691
+ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
4692
+
4693
+ /**
4694
+ * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x77777770cA269366c7208aFcF36FE2C6F7f7608B)
4695
+ * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x77777770cA269366c7208aFcF36FE2C6F7f7608B)
4696
+ */
4697
+ export const zoraMintsManagerImplABI = [
4698
+ {
4699
+ stateMutability: 'nonpayable',
4700
+ type: 'constructor',
4701
+ inputs: [
4702
+ {
4703
+ name: '_premintExecutor',
4704
+ internalType: 'contract IZoraCreator1155PremintExecutorV2',
4705
+ type: 'address',
4706
+ },
4707
+ ],
4708
+ },
4709
+ {
4710
+ stateMutability: 'view',
4711
+ type: 'function',
4712
+ inputs: [],
4713
+ name: 'UPGRADE_INTERFACE_VERSION',
4714
+ outputs: [{ name: '', internalType: 'string', type: 'string' }],
4715
+ },
4716
+ {
4717
+ stateMutability: 'nonpayable',
4718
+ type: 'function',
4719
+ inputs: [],
4720
+ name: 'acceptOwnership',
4721
+ outputs: [],
4722
+ },
4723
+ {
4724
+ stateMutability: 'payable',
4725
+ type: 'function',
4726
+ inputs: [
4727
+ { name: 'callFrom', internalType: 'address', type: 'address' },
4728
+ { name: 'tokenIds', internalType: 'uint256[]', type: 'uint256[]' },
4729
+ { name: 'quantities', internalType: 'uint256[]', type: 'uint256[]' },
4730
+ { name: 'call', internalType: 'bytes', type: 'bytes' },
4731
+ ],
4732
+ name: 'callWithTransferTokens',
4733
+ outputs: [
4734
+ { name: 'success', internalType: 'bool', type: 'bool' },
4735
+ { name: 'result', internalType: 'bytes', type: 'bytes' },
4736
+ ],
4737
+ },
4738
+ {
4739
+ stateMutability: 'view',
4740
+ type: 'function',
4741
+ inputs: [
4742
+ { name: 'caller', internalType: 'address', type: 'address' },
4743
+ { name: '', internalType: 'address', type: 'address' },
4744
+ { name: '', internalType: 'bytes4', type: 'bytes4' },
4745
+ ],
4746
+ name: 'canCall',
4747
+ outputs: [{ name: '', internalType: 'bool', type: 'bool' }],
4748
+ },
4749
+ {
4750
+ stateMutability: 'payable',
4751
+ type: 'function',
4752
+ inputs: [
4753
+ {
4754
+ name: 'zoraCreator1155Contract',
4755
+ internalType: 'contract IMintWithMints',
4756
+ type: 'address',
4757
+ },
4758
+ { name: 'minter', internalType: 'contract IMinter1155', type: 'address' },
4759
+ {
4760
+ name: 'zoraCreator1155TokenId',
4761
+ internalType: 'uint256',
4762
+ type: 'uint256',
4763
+ },
4764
+ {
4765
+ name: 'collectMintArguments',
4766
+ internalType: 'struct ICollectWithZoraMints.CollectMintArguments',
4767
+ type: 'tuple',
4768
+ components: [
4769
+ {
4770
+ name: 'mintRewardsRecipients',
4771
+ internalType: 'address[]',
4772
+ type: 'address[]',
4773
+ },
4774
+ { name: 'minterArguments', internalType: 'bytes', type: 'bytes' },
4775
+ { name: 'mintComment', internalType: 'string', type: 'string' },
4776
+ ],
4777
+ },
4778
+ ],
4779
+ name: 'collect',
4780
+ outputs: [],
4781
+ },
4782
+ {
4783
+ stateMutability: 'payable',
4784
+ type: 'function',
4785
+ inputs: [
4786
+ {
4787
+ name: 'contractConfig',
4788
+ internalType: 'struct ContractCreationConfig',
4789
+ type: 'tuple',
4790
+ components: [
4791
+ { name: 'contractAdmin', internalType: 'address', type: 'address' },
4792
+ { name: 'contractURI', internalType: 'string', type: 'string' },
4793
+ { name: 'contractName', internalType: 'string', type: 'string' },
4794
+ ],
4795
+ },
4796
+ {
4797
+ name: 'premintConfig',
4798
+ internalType: 'struct PremintConfigV2',
4799
+ type: 'tuple',
4800
+ components: [
4801
+ {
4802
+ name: 'tokenConfig',
4803
+ internalType: 'struct TokenCreationConfigV2',
4804
+ type: 'tuple',
4805
+ components: [
4806
+ { name: 'tokenURI', internalType: 'string', type: 'string' },
4807
+ { name: 'maxSupply', internalType: 'uint256', type: 'uint256' },
4808
+ {
4809
+ name: 'maxTokensPerAddress',
4810
+ internalType: 'uint64',
4811
+ type: 'uint64',
4812
+ },
4813
+ { name: 'pricePerToken', internalType: 'uint96', type: 'uint96' },
4814
+ { name: 'mintStart', internalType: 'uint64', type: 'uint64' },
4815
+ { name: 'mintDuration', internalType: 'uint64', type: 'uint64' },
4816
+ { name: 'royaltyBPS', internalType: 'uint32', type: 'uint32' },
4817
+ {
4818
+ name: 'payoutRecipient',
4819
+ internalType: 'address',
4820
+ type: 'address',
4821
+ },
4822
+ {
4823
+ name: 'fixedPriceMinter',
4824
+ internalType: 'address',
4825
+ type: 'address',
4826
+ },
4827
+ {
4828
+ name: 'createReferral',
4829
+ internalType: 'address',
4830
+ type: 'address',
4831
+ },
4832
+ ],
4833
+ },
4834
+ { name: 'uid', internalType: 'uint32', type: 'uint32' },
4835
+ { name: 'version', internalType: 'uint32', type: 'uint32' },
4836
+ { name: 'deleted', internalType: 'bool', type: 'bool' },
4837
+ ],
4838
+ },
4839
+ { name: 'signature', internalType: 'bytes', type: 'bytes' },
4840
+ {
4841
+ name: 'mintArguments',
4842
+ internalType: 'struct MintArguments',
4843
+ type: 'tuple',
4844
+ components: [
4845
+ { name: 'mintRecipient', internalType: 'address', type: 'address' },
4846
+ { name: 'mintComment', internalType: 'string', type: 'string' },
4847
+ {
4848
+ name: 'mintRewardsRecipients',
4849
+ internalType: 'address[]',
4850
+ type: 'address[]',
4851
+ },
4852
+ ],
4853
+ },
4854
+ { name: 'signerContract', internalType: 'address', type: 'address' },
4855
+ ],
4856
+ name: 'collectPremintV2',
4857
+ outputs: [
4858
+ {
4859
+ name: 'result',
4860
+ internalType: 'struct PremintResult',
4861
+ type: 'tuple',
4862
+ components: [
4863
+ { name: 'contractAddress', internalType: 'address', type: 'address' },
4864
+ { name: 'tokenId', internalType: 'uint256', type: 'uint256' },
4865
+ { name: 'createdNewContract', internalType: 'bool', type: 'bool' },
4866
+ ],
4867
+ },
4868
+ ],
4869
+ },
4870
+ {
4871
+ stateMutability: 'pure',
4872
+ type: 'function',
4873
+ inputs: [],
4874
+ name: 'contractName',
4875
+ outputs: [{ name: '', internalType: 'string', type: 'string' }],
4876
+ },
4877
+ {
4878
+ stateMutability: 'view',
4879
+ type: 'function',
4880
+ inputs: [],
4881
+ name: 'contractURI',
4882
+ outputs: [{ name: '', internalType: 'string', type: 'string' }],
4883
+ },
4884
+ {
4885
+ stateMutability: 'pure',
4886
+ type: 'function',
4887
+ inputs: [],
4888
+ name: 'contractVersion',
4889
+ outputs: [{ name: '', internalType: 'string', type: 'string' }],
4890
+ },
4891
+ {
4892
+ stateMutability: 'nonpayable',
4893
+ type: 'function',
4894
+ inputs: [
4895
+ { name: 'tokenId', internalType: 'uint256', type: 'uint256' },
4896
+ {
4897
+ name: 'tokenConfig',
4898
+ internalType: 'struct TokenConfig',
4899
+ type: 'tuple',
4900
+ components: [
4901
+ { name: 'price', internalType: 'uint256', type: 'uint256' },
4902
+ { name: 'tokenAddress', internalType: 'address', type: 'address' },
4903
+ { name: 'redeemHandler', internalType: 'address', type: 'address' },
4904
+ ],
4905
+ },
4906
+ { name: 'defaultMintable', internalType: 'bool', type: 'bool' },
4907
+ ],
4908
+ name: 'createToken',
4909
+ outputs: [],
4910
+ },
4911
+ {
4912
+ stateMutability: 'pure',
4913
+ type: 'function',
4914
+ inputs: [{ name: 'minterArguments', internalType: 'bytes', type: 'bytes' }],
4915
+ name: 'decodeMintRecipientAndComment',
4916
+ outputs: [
4917
+ { name: 'mintTo', internalType: 'address', type: 'address' },
4918
+ { name: 'mintComment', internalType: 'string', type: 'string' },
4919
+ ],
4920
+ },
4921
+ {
4922
+ stateMutability: 'view',
4923
+ type: 'function',
4924
+ inputs: [],
4925
+ name: 'getEthPrice',
4926
+ outputs: [{ name: '', internalType: 'uint256', type: 'uint256' }],
4927
+ },
4928
+ {
4929
+ stateMutability: 'view',
4930
+ type: 'function',
4931
+ inputs: [],
4932
+ name: 'implementation',
4933
+ outputs: [{ name: '', internalType: 'address', type: 'address' }],
4934
+ },
4935
+ {
4936
+ stateMutability: 'nonpayable',
4937
+ type: 'function',
4938
+ inputs: [
4939
+ { name: 'defaultOwner', internalType: 'address', type: 'address' },
4940
+ { name: 'zoraMintsSalt', internalType: 'bytes32', type: 'bytes32' },
4941
+ { name: 'zoraMintsCreationCode', internalType: 'bytes', type: 'bytes' },
4942
+ { name: 'initialEthTokenId', internalType: 'uint256', type: 'uint256' },
4943
+ {
4944
+ name: 'initialEthTokenPrice',
4945
+ internalType: 'uint256',
4946
+ type: 'uint256',
4947
+ },
4948
+ { name: 'newBaseURI', internalType: 'string', type: 'string' },
4949
+ { name: 'newContractURI', internalType: 'string', type: 'string' },
4950
+ ],
4951
+ name: 'initialize',
4952
+ outputs: [
4953
+ {
4954
+ name: 'mints',
4955
+ internalType: 'contract IZoraMints1155',
4956
+ type: 'address',
4957
+ },
4958
+ ],
4959
+ },
4960
+ {
4961
+ stateMutability: 'nonpayable',
4962
+ type: 'function',
4963
+ inputs: [
4964
+ { name: 'tokenAddress', internalType: 'address', type: 'address' },
4965
+ { name: 'quantity', internalType: 'uint256', type: 'uint256' },
4966
+ { name: 'recipient', internalType: 'address', type: 'address' },
4967
+ ],
4968
+ name: 'mintWithERC20',
4969
+ outputs: [
4970
+ { name: 'mintableTokenId', internalType: 'uint256', type: 'uint256' },
4971
+ ],
4972
+ },
4973
+ {
4974
+ stateMutability: 'payable',
4975
+ type: 'function',
4976
+ inputs: [
4977
+ { name: 'quantity', internalType: 'uint256', type: 'uint256' },
4978
+ { name: 'recipient', internalType: 'address', type: 'address' },
4979
+ ],
4980
+ name: 'mintWithEth',
4981
+ outputs: [
4982
+ { name: 'mintableTokenId', internalType: 'uint256', type: 'uint256' },
4983
+ ],
4984
+ },
4985
+ {
4986
+ stateMutability: 'view',
4987
+ type: 'function',
4988
+ inputs: [],
4989
+ name: 'mintableEthToken',
4990
+ outputs: [{ name: '', internalType: 'uint256', type: 'uint256' }],
4991
+ },
4992
+ {
4993
+ stateMutability: 'nonpayable',
4994
+ type: 'function',
4995
+ inputs: [
4996
+ { name: '', internalType: 'address', type: 'address' },
4997
+ { name: 'from', internalType: 'address', type: 'address' },
4998
+ { name: 'ids', internalType: 'uint256[]', type: 'uint256[]' },
4999
+ { name: 'values', internalType: 'uint256[]', type: 'uint256[]' },
5000
+ { name: 'data', internalType: 'bytes', type: 'bytes' },
5001
+ ],
5002
+ name: 'onERC1155BatchReceived',
5003
+ outputs: [{ name: '', internalType: 'bytes4', type: 'bytes4' }],
5004
+ },
5005
+ {
5006
+ stateMutability: 'nonpayable',
5007
+ type: 'function',
5008
+ inputs: [
5009
+ { name: '', internalType: 'address', type: 'address' },
5010
+ { name: 'from', internalType: 'address', type: 'address' },
5011
+ { name: 'id', internalType: 'uint256', type: 'uint256' },
5012
+ { name: 'value', internalType: 'uint256', type: 'uint256' },
5013
+ { name: 'data', internalType: 'bytes', type: 'bytes' },
5014
+ ],
5015
+ name: 'onERC1155Received',
5016
+ outputs: [{ name: '', internalType: 'bytes4', type: 'bytes4' }],
5017
+ },
5018
+ {
5019
+ stateMutability: 'view',
5020
+ type: 'function',
5021
+ inputs: [],
5022
+ name: 'owner',
5023
+ outputs: [{ name: '', internalType: 'address', type: 'address' }],
5024
+ },
5025
+ {
5026
+ stateMutability: 'view',
5027
+ type: 'function',
5028
+ inputs: [],
5029
+ name: 'pendingOwner',
5030
+ outputs: [{ name: '', internalType: 'address', type: 'address' }],
5031
+ },
5032
+ {
5033
+ stateMutability: 'view',
5034
+ type: 'function',
5035
+ inputs: [],
5036
+ name: 'proxiableUUID',
5037
+ outputs: [{ name: '', internalType: 'bytes32', type: 'bytes32' }],
5038
+ },
5039
+ {
5040
+ stateMutability: 'nonpayable',
5041
+ type: 'function',
5042
+ inputs: [],
5043
+ name: 'renounceOwnership',
5044
+ outputs: [],
5045
+ },
5046
+ {
5047
+ stateMutability: 'nonpayable',
5048
+ type: 'function',
5049
+ inputs: [
5050
+ { name: 'tokenAddress', internalType: 'address', type: 'address' },
5051
+ { name: 'tokenId', internalType: 'uint256', type: 'uint256' },
5052
+ ],
5053
+ name: 'setDefaultMintable',
5054
+ outputs: [],
5055
+ },
5056
+ {
5057
+ stateMutability: 'nonpayable',
5058
+ type: 'function',
5059
+ inputs: [
5060
+ { name: 'newContractURI', internalType: 'string', type: 'string' },
5061
+ { name: 'newBaseURI', internalType: 'string', type: 'string' },
5062
+ ],
5063
+ name: 'setMetadataURIs',
5064
+ outputs: [],
5065
+ },
5066
+ {
5067
+ stateMutability: 'nonpayable',
5068
+ type: 'function',
5069
+ inputs: [{ name: 'newOwner', internalType: 'address', type: 'address' }],
5070
+ name: 'transferOwnership',
5071
+ outputs: [],
5072
+ },
5073
+ {
5074
+ stateMutability: 'payable',
5075
+ type: 'function',
5076
+ inputs: [
5077
+ { name: 'newImplementation', internalType: 'address', type: 'address' },
5078
+ { name: 'data', internalType: 'bytes', type: 'bytes' },
5079
+ ],
5080
+ name: 'upgradeToAndCall',
5081
+ outputs: [],
5082
+ },
5083
+ {
5084
+ stateMutability: 'view',
5085
+ type: 'function',
5086
+ inputs: [{ name: 'tokenId', internalType: 'uint256', type: 'uint256' }],
5087
+ name: 'uri',
5088
+ outputs: [{ name: '', internalType: 'string', type: 'string' }],
5089
+ },
5090
+ {
5091
+ stateMutability: 'view',
5092
+ type: 'function',
5093
+ inputs: [],
5094
+ name: 'zoraMints1155',
5095
+ outputs: [
5096
+ { name: '', internalType: 'contract IZoraMints1155', type: 'address' },
5097
+ ],
5098
+ },
5099
+ {
5100
+ type: 'event',
5101
+ anonymous: false,
5102
+ inputs: [
5103
+ {
5104
+ name: 'tokenIds',
5105
+ internalType: 'uint256[]',
5106
+ type: 'uint256[]',
5107
+ indexed: true,
5108
+ },
5109
+ {
5110
+ name: 'quantities',
5111
+ internalType: 'uint256[]',
5112
+ type: 'uint256[]',
5113
+ indexed: false,
5114
+ },
5115
+ {
5116
+ name: 'zoraCreator1155Contract',
5117
+ internalType: 'address',
5118
+ type: 'address',
5119
+ indexed: true,
5120
+ },
5121
+ {
5122
+ name: 'zoraCreator1155TokenId',
5123
+ internalType: 'uint256',
5124
+ type: 'uint256',
5125
+ indexed: true,
5126
+ },
5127
+ ],
5128
+ name: 'Collected',
5129
+ },
5130
+ {
5131
+ type: 'event',
5132
+ anonymous: false,
5133
+ inputs: [
5134
+ {
5135
+ name: 'tokenAddress',
5136
+ internalType: 'address',
5137
+ type: 'address',
5138
+ indexed: false,
5139
+ },
5140
+ {
5141
+ name: 'tokenId',
5142
+ internalType: 'uint256',
5143
+ type: 'uint256',
5144
+ indexed: false,
5145
+ },
5146
+ ],
5147
+ name: 'DefaultMintableTokenSet',
5148
+ },
5149
+ {
5150
+ type: 'event',
5151
+ anonymous: false,
5152
+ inputs: [
5153
+ {
5154
+ name: 'version',
5155
+ internalType: 'uint64',
5156
+ type: 'uint64',
5157
+ indexed: false,
5158
+ },
5159
+ ],
5160
+ name: 'Initialized',
5161
+ },
5162
+ {
5163
+ type: 'event',
5164
+ anonymous: false,
5165
+ inputs: [
5166
+ {
5167
+ name: 'sender',
5168
+ internalType: 'address',
5169
+ type: 'address',
5170
+ indexed: true,
5171
+ },
5172
+ {
5173
+ name: 'tokenContract',
5174
+ internalType: 'address',
5175
+ type: 'address',
5176
+ indexed: true,
5177
+ },
5178
+ {
5179
+ name: 'tokenId',
5180
+ internalType: 'uint256',
5181
+ type: 'uint256',
5182
+ indexed: true,
5183
+ },
5184
+ {
5185
+ name: 'quantity',
5186
+ internalType: 'uint256',
5187
+ type: 'uint256',
5188
+ indexed: false,
5189
+ },
5190
+ {
5191
+ name: 'comment',
5192
+ internalType: 'string',
5193
+ type: 'string',
5194
+ indexed: false,
5195
+ },
5196
+ ],
5197
+ name: 'MintComment',
5198
+ },
5199
+ {
5200
+ type: 'event',
5201
+ anonymous: false,
5202
+ inputs: [
5203
+ {
5204
+ name: 'previousOwner',
5205
+ internalType: 'address',
5206
+ type: 'address',
5207
+ indexed: true,
5208
+ },
5209
+ {
5210
+ name: 'newOwner',
5211
+ internalType: 'address',
5212
+ type: 'address',
5213
+ indexed: true,
5214
+ },
5215
+ ],
5216
+ name: 'OwnershipTransferStarted',
5217
+ },
5218
+ {
5219
+ type: 'event',
5220
+ anonymous: false,
5221
+ inputs: [
5222
+ {
5223
+ name: 'previousOwner',
5224
+ internalType: 'address',
5225
+ type: 'address',
5226
+ indexed: true,
5227
+ },
5228
+ {
5229
+ name: 'newOwner',
5230
+ internalType: 'address',
5231
+ type: 'address',
5232
+ indexed: true,
5233
+ },
5234
+ ],
5235
+ name: 'OwnershipTransferred',
5236
+ },
5237
+ {
5238
+ type: 'event',
5239
+ anonymous: false,
5240
+ inputs: [
5241
+ {
5242
+ name: 'contractURI',
5243
+ internalType: 'string',
5244
+ type: 'string',
5245
+ indexed: false,
5246
+ },
5247
+ {
5248
+ name: 'baseURI',
5249
+ internalType: 'string',
5250
+ type: 'string',
5251
+ indexed: false,
5252
+ },
5253
+ ],
5254
+ name: 'URIsUpdated',
5255
+ },
5256
+ {
5257
+ type: 'event',
5258
+ anonymous: false,
5259
+ inputs: [
5260
+ {
5261
+ name: 'implementation',
5262
+ internalType: 'address',
5263
+ type: 'address',
5264
+ indexed: true,
5265
+ },
5266
+ ],
5267
+ name: 'Upgraded',
5268
+ },
5269
+ {
5270
+ type: 'error',
5271
+ inputs: [{ name: 'target', internalType: 'address', type: 'address' }],
5272
+ name: 'AddressEmptyCode',
5273
+ },
5274
+ {
5275
+ type: 'error',
5276
+ inputs: [{ name: 'account', internalType: 'address', type: 'address' }],
5277
+ name: 'AddressInsufficientBalance',
5278
+ },
5279
+ {
5280
+ type: 'error',
5281
+ inputs: [
5282
+ { name: 'lengthA', internalType: 'uint256', type: 'uint256' },
5283
+ { name: 'lengthB', internalType: 'uint256', type: 'uint256' },
5284
+ ],
5285
+ name: 'ArrayLengthMismatch',
5286
+ },
5287
+ {
5288
+ type: 'error',
5289
+ inputs: [
5290
+ { name: 'operator', internalType: 'address', type: 'address' },
5291
+ { name: 'user', internalType: 'address', type: 'address' },
5292
+ ],
5293
+ name: 'Burn_NotOwnerOrApproved',
5294
+ },
5295
+ {
5296
+ type: 'error',
5297
+ inputs: [{ name: 'reason', internalType: 'bytes', type: 'bytes' }],
5298
+ name: 'CallFailed',
5299
+ },
5300
+ { type: 'error', inputs: [], name: 'Call_TokenIdMismatch' },
5301
+ { type: 'error', inputs: [], name: 'CallerNotZoraCreator1155' },
5302
+ {
5303
+ type: 'error',
5304
+ inputs: [
5305
+ { name: 'tokenId', internalType: 'uint256', type: 'uint256' },
5306
+ { name: 'quantity', internalType: 'uint256', type: 'uint256' },
5307
+ { name: 'totalMinted', internalType: 'uint256', type: 'uint256' },
5308
+ { name: 'maxSupply', internalType: 'uint256', type: 'uint256' },
5309
+ ],
5310
+ name: 'CannotMintMoreTokens',
5311
+ },
5312
+ {
5313
+ type: 'error',
5314
+ inputs: [
5315
+ { name: 'proposedAddress', internalType: 'address', type: 'address' },
5316
+ ],
5317
+ name: 'Config_TransferHookNotSupported',
5318
+ },
5319
+ { type: 'error', inputs: [], name: 'Create2EmptyBytecode' },
5320
+ { type: 'error', inputs: [], name: 'Create2FailedDeployment' },
5321
+ {
5322
+ type: 'error',
5323
+ inputs: [
5324
+ { name: 'balance', internalType: 'uint256', type: 'uint256' },
5325
+ { name: 'needed', internalType: 'uint256', type: 'uint256' },
5326
+ ],
5327
+ name: 'Create2InsufficientBalance',
5328
+ },
5329
+ { type: 'error', inputs: [], name: 'DefaultOwnerCannotBeZero' },
5330
+ { type: 'error', inputs: [], name: 'ERC1155BatchReceivedCallFailed' },
5331
+ { type: 'error', inputs: [], name: 'ERC1155_MINT_TO_ZERO_ADDRESS' },
5332
+ {
5333
+ type: 'error',
5334
+ inputs: [
5335
+ { name: 'implementation', internalType: 'address', type: 'address' },
5336
+ ],
5337
+ name: 'ERC1967InvalidImplementation',
5338
+ },
5339
+ { type: 'error', inputs: [], name: 'ERC1967NonPayable' },
5340
+ { type: 'error', inputs: [], name: 'ERC20TransferSlippage' },
5341
+ { type: 'error', inputs: [], name: 'ETHTransferFailed' },
5342
+ {
5343
+ type: 'error',
5344
+ inputs: [
5345
+ { name: 'recipient', internalType: 'address', type: 'address' },
5346
+ { name: 'amount', internalType: 'uint256', type: 'uint256' },
5347
+ ],
5348
+ name: 'ETHWithdrawFailed',
5349
+ },
5350
+ { type: 'error', inputs: [], name: 'FailedInnerCall' },
5351
+ { type: 'error', inputs: [], name: 'FirstMinterAddressZero' },
5352
+ {
5353
+ type: 'error',
5354
+ inputs: [
5355
+ { name: 'amount', internalType: 'uint256', type: 'uint256' },
5356
+ { name: 'contractValue', internalType: 'uint256', type: 'uint256' },
5357
+ ],
5358
+ name: 'FundsWithdrawInsolvent',
5359
+ },
5360
+ { type: 'error', inputs: [], name: 'IncorrectAmountSent' },
5361
+ { type: 'error', inputs: [], name: 'InvalidAdminAction' },
5362
+ { type: 'error', inputs: [], name: 'InvalidInitialization' },
5363
+ {
5364
+ type: 'error',
5365
+ inputs: [
5366
+ { name: 'mintTo', internalType: 'address', type: 'address' },
5367
+ { name: 'merkleProof', internalType: 'bytes32[]', type: 'bytes32[]' },
5368
+ { name: 'merkleRoot', internalType: 'bytes32', type: 'bytes32' },
5369
+ ],
5370
+ name: 'InvalidMerkleProof',
5371
+ },
5372
+ { type: 'error', inputs: [], name: 'InvalidMintSchedule' },
5373
+ { type: 'error', inputs: [], name: 'InvalidOwnerForAssociatedZoraMints' },
5374
+ { type: 'error', inputs: [], name: 'InvalidPremintVersion' },
5375
+ { type: 'error', inputs: [], name: 'InvalidRecipient' },
5376
+ { type: 'error', inputs: [], name: 'InvalidSignature' },
5377
+ { type: 'error', inputs: [], name: 'InvalidSignatureVersion' },
5378
+ {
5379
+ type: 'error',
5380
+ inputs: [{ name: 'magicValue', internalType: 'bytes4', type: 'bytes4' }],
5381
+ name: 'InvalidSigner',
5382
+ },
5383
+ { type: 'error', inputs: [], name: 'InvalidTokenPrice' },
5384
+ { type: 'error', inputs: [], name: 'MintNotYetStarted' },
5385
+ { type: 'error', inputs: [], name: 'MintWithMintsNotSupportedOnContract' },
5386
+ { type: 'error', inputs: [], name: 'Mint_InsolventSaleTransfer' },
5387
+ { type: 'error', inputs: [], name: 'Mint_InvalidMintArrayLength' },
5388
+ { type: 'error', inputs: [], name: 'Mint_TokenIDMintNotAllowed' },
5389
+ { type: 'error', inputs: [], name: 'Mint_UnknownCommand' },
5390
+ { type: 'error', inputs: [], name: 'Mint_ValueTransferFail' },
5391
+ { type: 'error', inputs: [], name: 'MinterContractAlreadyExists' },
5392
+ { type: 'error', inputs: [], name: 'MinterContractDoesNotExist' },
5393
+ { type: 'error', inputs: [], name: 'NewOwnerNeedsToBeAdmin' },
5394
+ { type: 'error', inputs: [], name: 'NoTokensTransferred' },
5395
+ { type: 'error', inputs: [], name: 'NoUriForNonexistentToken' },
5396
+ { type: 'error', inputs: [], name: 'NonEthRedemption' },
5397
+ {
5398
+ type: 'error',
5399
+ inputs: [{ name: 'handler', internalType: 'address', type: 'address' }],
5400
+ name: 'NotARedeemHandler',
5401
+ },
5402
+ { type: 'error', inputs: [], name: 'NotInitializing' },
5403
+ { type: 'error', inputs: [], name: 'NotSelfCall' },
5404
+ { type: 'error', inputs: [], name: 'NotZoraMints1155' },
5405
+ { type: 'error', inputs: [], name: 'OnlyTransfersFromZoraMints' },
5406
+ {
5407
+ type: 'error',
5408
+ inputs: [{ name: 'owner', internalType: 'address', type: 'address' }],
5409
+ name: 'OwnableInvalidOwner',
5410
+ },
5411
+ {
5412
+ type: 'error',
5413
+ inputs: [{ name: 'account', internalType: 'address', type: 'address' }],
5414
+ name: 'OwnableUnauthorizedAccount',
5415
+ },
5416
+ { type: 'error', inputs: [], name: 'PremintDeleted' },
5417
+ { type: 'error', inputs: [], name: 'PremintExecutorCannotBeZero' },
5418
+ {
5419
+ type: 'error',
5420
+ inputs: [
5421
+ { name: 'caller', internalType: 'address', type: 'address' },
5422
+ { name: 'recipient', internalType: 'address', type: 'address' },
5423
+ { name: 'amount', internalType: 'uint256', type: 'uint256' },
5424
+ ],
5425
+ name: 'ProtocolRewardsWithdrawFailed',
5426
+ },
5427
+ { type: 'error', inputs: [], name: 'ReentrancyGuardReentrantCall' },
5428
+ { type: 'error', inputs: [], name: 'Renderer_NotValidRendererContract' },
5429
+ {
5430
+ type: 'error',
5431
+ inputs: [{ name: 'token', internalType: 'address', type: 'address' }],
5432
+ name: 'SafeERC20FailedOperation',
5433
+ },
5434
+ { type: 'error', inputs: [], name: 'SaleEnded' },
5435
+ { type: 'error', inputs: [], name: 'SaleHasNotStarted' },
5436
+ {
5437
+ type: 'error',
5438
+ inputs: [
5439
+ { name: 'targetContract', internalType: 'address', type: 'address' },
5440
+ ],
5441
+ name: 'Sale_CannotCallNonSalesContract',
5442
+ },
5443
+ { type: 'error', inputs: [], name: 'TokenAlreadyCreated' },
5444
+ { type: 'error', inputs: [], name: 'TokenDoesNotExist' },
5445
+ {
5446
+ type: 'error',
5447
+ inputs: [
5448
+ { name: 'expected', internalType: 'uint256', type: 'uint256' },
5449
+ { name: 'actual', internalType: 'uint256', type: 'uint256' },
5450
+ ],
5451
+ name: 'TokenIdMismatch',
5452
+ },
5453
+ {
5454
+ type: 'error',
5455
+ inputs: [
5456
+ { name: 'storedTokenAddress', internalType: 'address', type: 'address' },
5457
+ {
5458
+ name: 'expectedTokenAddress',
5459
+ internalType: 'address',
5460
+ type: 'address',
5461
+ },
5462
+ ],
5463
+ name: 'TokenMismatch',
5464
+ },
5465
+ { type: 'error', inputs: [], name: 'TokenNotMintable' },
5466
+ { type: 'error', inputs: [], name: 'UUPSUnauthorizedCallContext' },
5467
+ {
5468
+ type: 'error',
5469
+ inputs: [{ name: 'slot', internalType: 'bytes32', type: 'bytes32' }],
5470
+ name: 'UUPSUnsupportedProxiableUUID',
5471
+ },
5472
+ {
5473
+ type: 'error',
5474
+ inputs: [{ name: 'selector', internalType: 'bytes4', type: 'bytes4' }],
5475
+ name: 'UnknownUserAction',
5476
+ },
5477
+ {
5478
+ type: 'error',
5479
+ inputs: [
5480
+ { name: 'expected', internalType: 'string', type: 'string' },
5481
+ { name: 'actual', internalType: 'string', type: 'string' },
5482
+ ],
5483
+ name: 'UpgradeToMismatchedContractName',
5484
+ },
5485
+ {
5486
+ type: 'error',
5487
+ inputs: [
5488
+ { name: 'user', internalType: 'address', type: 'address' },
5489
+ { name: 'limit', internalType: 'uint256', type: 'uint256' },
5490
+ { name: 'requestedAmount', internalType: 'uint256', type: 'uint256' },
5491
+ ],
5492
+ name: 'UserExceedsMintLimit',
5493
+ },
5494
+ {
5495
+ type: 'error',
5496
+ inputs: [
5497
+ { name: 'user', internalType: 'address', type: 'address' },
5498
+ { name: 'tokenId', internalType: 'uint256', type: 'uint256' },
5499
+ { name: 'role', internalType: 'uint256', type: 'uint256' },
5500
+ ],
5501
+ name: 'UserMissingRoleForToken',
5502
+ },
5503
+ { type: 'error', inputs: [], name: 'WrongValueSent' },
5504
+ {
5505
+ type: 'error',
5506
+ inputs: [],
5507
+ name: 'premintSignerContractFailedToRecoverSigner',
5508
+ },
5509
+ { type: 'error', inputs: [], name: 'premintSignerContractNotAContract' },
5510
+ ] as const
5511
+
5512
+ /**
5513
+ * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x77777770cA269366c7208aFcF36FE2C6F7f7608B)
5514
+ * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x77777770cA269366c7208aFcF36FE2C6F7f7608B)
5515
+ */
5516
+ export const zoraMintsManagerImplAddress = {
5517
+ 7777777: '0x77777770cA269366c7208aFcF36FE2C6F7f7608B',
5518
+ 999999999: '0x77777770cA269366c7208aFcF36FE2C6F7f7608B',
5519
+ } as const
5520
+
5521
+ /**
5522
+ * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x77777770cA269366c7208aFcF36FE2C6F7f7608B)
5523
+ * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x77777770cA269366c7208aFcF36FE2C6F7f7608B)
5524
+ */
5525
+ export const zoraMintsManagerImplConfig = {
5526
+ address: zoraMintsManagerImplAddress,
5527
+ abi: zoraMintsManagerImplABI,
5528
+ } as const