@zoralabs/protocol-deployments 0.1.5-DEV.9 → 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.
- package/.turbo/turbo-build.log +31 -0
- package/CHANGELOG.md +3 -8
- package/dist/generated/1155.d.ts +19 -1
- package/dist/generated/1155.d.ts.map +1 -1
- package/dist/generated/mints.d.ts +5 -0
- package/dist/generated/mints.d.ts.map +1 -1
- package/dist/generated/wagmi.d.ts +328 -39
- package/dist/generated/wagmi.d.ts.map +1 -1
- package/dist/index.cjs +126 -26
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +126 -26
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
- package/src/generated/1155.ts +28 -10
- package/src/generated/mints.ts +9 -3
- package/src/generated/wagmi.ts +120 -22
- package/tsconfig.build.json +10 -0
- package/tsup.config.ts +11 -0
- package/wagmi.config.ts +170 -0
- package/json/1155.json +0 -212
- package/json/mints.json +0 -46
|
@@ -18,7 +18,8 @@ export declare const iUnwrapAndForwardActionABI: readonly [{
|
|
|
18
18
|
readonly outputs: readonly [];
|
|
19
19
|
}];
|
|
20
20
|
/**
|
|
21
|
-
* [__View Contract on Zora
|
|
21
|
+
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0xE9Db91DD126D81697B588F1C145d74283E5C8ccC)
|
|
22
|
+
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0xE9Db91DD126D81697B588F1C145d74283E5C8ccC)
|
|
22
23
|
*/
|
|
23
24
|
export declare const mintsEthUnwrapperAndCallerABI: readonly [{
|
|
24
25
|
readonly stateMutability: "nonpayable";
|
|
@@ -91,6 +92,65 @@ export declare const mintsEthUnwrapperAndCallerABI: readonly [{
|
|
|
91
92
|
readonly internalType: "bytes4";
|
|
92
93
|
readonly type: "bytes4";
|
|
93
94
|
}];
|
|
95
|
+
}, {
|
|
96
|
+
readonly stateMutability: "payable";
|
|
97
|
+
readonly type: "function";
|
|
98
|
+
readonly inputs: readonly [{
|
|
99
|
+
readonly name: "permit";
|
|
100
|
+
readonly internalType: "struct IZoraMints1155Managed.PermitBatch";
|
|
101
|
+
readonly type: "tuple";
|
|
102
|
+
readonly components: readonly [{
|
|
103
|
+
readonly name: "owner";
|
|
104
|
+
readonly internalType: "address";
|
|
105
|
+
readonly type: "address";
|
|
106
|
+
}, {
|
|
107
|
+
readonly name: "to";
|
|
108
|
+
readonly internalType: "address";
|
|
109
|
+
readonly type: "address";
|
|
110
|
+
}, {
|
|
111
|
+
readonly name: "tokenIds";
|
|
112
|
+
readonly internalType: "uint256[]";
|
|
113
|
+
readonly type: "uint256[]";
|
|
114
|
+
}, {
|
|
115
|
+
readonly name: "quantities";
|
|
116
|
+
readonly internalType: "uint256[]";
|
|
117
|
+
readonly type: "uint256[]";
|
|
118
|
+
}, {
|
|
119
|
+
readonly name: "safeTransferData";
|
|
120
|
+
readonly internalType: "bytes";
|
|
121
|
+
readonly type: "bytes";
|
|
122
|
+
}, {
|
|
123
|
+
readonly name: "deadline";
|
|
124
|
+
readonly internalType: "uint256";
|
|
125
|
+
readonly type: "uint256";
|
|
126
|
+
}, {
|
|
127
|
+
readonly name: "nonce";
|
|
128
|
+
readonly internalType: "uint256";
|
|
129
|
+
readonly type: "uint256";
|
|
130
|
+
}];
|
|
131
|
+
}, {
|
|
132
|
+
readonly name: "signature";
|
|
133
|
+
readonly internalType: "bytes";
|
|
134
|
+
readonly type: "bytes";
|
|
135
|
+
}];
|
|
136
|
+
readonly name: "permitWithAdditionalValue";
|
|
137
|
+
readonly outputs: readonly [];
|
|
138
|
+
}, {
|
|
139
|
+
readonly type: "error";
|
|
140
|
+
readonly inputs: readonly [{
|
|
141
|
+
readonly name: "account";
|
|
142
|
+
readonly internalType: "address";
|
|
143
|
+
readonly type: "address";
|
|
144
|
+
}];
|
|
145
|
+
readonly name: "AddressInsufficientBalance";
|
|
146
|
+
}, {
|
|
147
|
+
readonly type: "error";
|
|
148
|
+
readonly inputs: readonly [{
|
|
149
|
+
readonly name: "data";
|
|
150
|
+
readonly internalType: "bytes";
|
|
151
|
+
readonly type: "bytes";
|
|
152
|
+
}];
|
|
153
|
+
readonly name: "CallFailed";
|
|
94
154
|
}, {
|
|
95
155
|
readonly type: "error";
|
|
96
156
|
readonly inputs: readonly [{
|
|
@@ -102,7 +162,7 @@ export declare const mintsEthUnwrapperAndCallerABI: readonly [{
|
|
|
102
162
|
}, {
|
|
103
163
|
readonly type: "error";
|
|
104
164
|
readonly inputs: readonly [];
|
|
105
|
-
readonly name: "
|
|
165
|
+
readonly name: "FailedInnerCall";
|
|
106
166
|
}, {
|
|
107
167
|
readonly type: "error";
|
|
108
168
|
readonly inputs: readonly [];
|
|
@@ -111,6 +171,10 @@ export declare const mintsEthUnwrapperAndCallerABI: readonly [{
|
|
|
111
171
|
readonly type: "error";
|
|
112
172
|
readonly inputs: readonly [];
|
|
113
173
|
readonly name: "NotZoraMints1155";
|
|
174
|
+
}, {
|
|
175
|
+
readonly type: "error";
|
|
176
|
+
readonly inputs: readonly [];
|
|
177
|
+
readonly name: "ReentrancyGuardReentrantCall";
|
|
114
178
|
}, {
|
|
115
179
|
readonly type: "error";
|
|
116
180
|
readonly inputs: readonly [{
|
|
@@ -125,17 +189,21 @@ export declare const mintsEthUnwrapperAndCallerABI: readonly [{
|
|
|
125
189
|
readonly name: "UnknownUserAction";
|
|
126
190
|
}];
|
|
127
191
|
/**
|
|
128
|
-
* [__View Contract on Zora
|
|
192
|
+
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0xE9Db91DD126D81697B588F1C145d74283E5C8ccC)
|
|
193
|
+
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0xE9Db91DD126D81697B588F1C145d74283E5C8ccC)
|
|
129
194
|
*/
|
|
130
195
|
export declare const mintsEthUnwrapperAndCallerAddress: {
|
|
131
|
-
readonly
|
|
196
|
+
readonly 7777777: "0xE9Db91DD126D81697B588F1C145d74283E5C8ccC";
|
|
197
|
+
readonly 999999999: "0xE9Db91DD126D81697B588F1C145d74283E5C8ccC";
|
|
132
198
|
};
|
|
133
199
|
/**
|
|
134
|
-
* [__View Contract on Zora
|
|
200
|
+
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0xE9Db91DD126D81697B588F1C145d74283E5C8ccC)
|
|
201
|
+
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0xE9Db91DD126D81697B588F1C145d74283E5C8ccC)
|
|
135
202
|
*/
|
|
136
203
|
export declare const mintsEthUnwrapperAndCallerConfig: {
|
|
137
204
|
readonly address: {
|
|
138
|
-
readonly
|
|
205
|
+
readonly 7777777: "0xE9Db91DD126D81697B588F1C145d74283E5C8ccC";
|
|
206
|
+
readonly 999999999: "0xE9Db91DD126D81697B588F1C145d74283E5C8ccC";
|
|
139
207
|
};
|
|
140
208
|
readonly abi: readonly [{
|
|
141
209
|
readonly stateMutability: "nonpayable";
|
|
@@ -208,6 +276,65 @@ export declare const mintsEthUnwrapperAndCallerConfig: {
|
|
|
208
276
|
readonly internalType: "bytes4";
|
|
209
277
|
readonly type: "bytes4";
|
|
210
278
|
}];
|
|
279
|
+
}, {
|
|
280
|
+
readonly stateMutability: "payable";
|
|
281
|
+
readonly type: "function";
|
|
282
|
+
readonly inputs: readonly [{
|
|
283
|
+
readonly name: "permit";
|
|
284
|
+
readonly internalType: "struct IZoraMints1155Managed.PermitBatch";
|
|
285
|
+
readonly type: "tuple";
|
|
286
|
+
readonly components: readonly [{
|
|
287
|
+
readonly name: "owner";
|
|
288
|
+
readonly internalType: "address";
|
|
289
|
+
readonly type: "address";
|
|
290
|
+
}, {
|
|
291
|
+
readonly name: "to";
|
|
292
|
+
readonly internalType: "address";
|
|
293
|
+
readonly type: "address";
|
|
294
|
+
}, {
|
|
295
|
+
readonly name: "tokenIds";
|
|
296
|
+
readonly internalType: "uint256[]";
|
|
297
|
+
readonly type: "uint256[]";
|
|
298
|
+
}, {
|
|
299
|
+
readonly name: "quantities";
|
|
300
|
+
readonly internalType: "uint256[]";
|
|
301
|
+
readonly type: "uint256[]";
|
|
302
|
+
}, {
|
|
303
|
+
readonly name: "safeTransferData";
|
|
304
|
+
readonly internalType: "bytes";
|
|
305
|
+
readonly type: "bytes";
|
|
306
|
+
}, {
|
|
307
|
+
readonly name: "deadline";
|
|
308
|
+
readonly internalType: "uint256";
|
|
309
|
+
readonly type: "uint256";
|
|
310
|
+
}, {
|
|
311
|
+
readonly name: "nonce";
|
|
312
|
+
readonly internalType: "uint256";
|
|
313
|
+
readonly type: "uint256";
|
|
314
|
+
}];
|
|
315
|
+
}, {
|
|
316
|
+
readonly name: "signature";
|
|
317
|
+
readonly internalType: "bytes";
|
|
318
|
+
readonly type: "bytes";
|
|
319
|
+
}];
|
|
320
|
+
readonly name: "permitWithAdditionalValue";
|
|
321
|
+
readonly outputs: readonly [];
|
|
322
|
+
}, {
|
|
323
|
+
readonly type: "error";
|
|
324
|
+
readonly inputs: readonly [{
|
|
325
|
+
readonly name: "account";
|
|
326
|
+
readonly internalType: "address";
|
|
327
|
+
readonly type: "address";
|
|
328
|
+
}];
|
|
329
|
+
readonly name: "AddressInsufficientBalance";
|
|
330
|
+
}, {
|
|
331
|
+
readonly type: "error";
|
|
332
|
+
readonly inputs: readonly [{
|
|
333
|
+
readonly name: "data";
|
|
334
|
+
readonly internalType: "bytes";
|
|
335
|
+
readonly type: "bytes";
|
|
336
|
+
}];
|
|
337
|
+
readonly name: "CallFailed";
|
|
211
338
|
}, {
|
|
212
339
|
readonly type: "error";
|
|
213
340
|
readonly inputs: readonly [{
|
|
@@ -219,7 +346,7 @@ export declare const mintsEthUnwrapperAndCallerConfig: {
|
|
|
219
346
|
}, {
|
|
220
347
|
readonly type: "error";
|
|
221
348
|
readonly inputs: readonly [];
|
|
222
|
-
readonly name: "
|
|
349
|
+
readonly name: "FailedInnerCall";
|
|
223
350
|
}, {
|
|
224
351
|
readonly type: "error";
|
|
225
352
|
readonly inputs: readonly [];
|
|
@@ -228,6 +355,10 @@ export declare const mintsEthUnwrapperAndCallerConfig: {
|
|
|
228
355
|
readonly type: "error";
|
|
229
356
|
readonly inputs: readonly [];
|
|
230
357
|
readonly name: "NotZoraMints1155";
|
|
358
|
+
}, {
|
|
359
|
+
readonly type: "error";
|
|
360
|
+
readonly inputs: readonly [];
|
|
361
|
+
readonly name: "ReentrancyGuardReentrantCall";
|
|
231
362
|
}, {
|
|
232
363
|
readonly type: "error";
|
|
233
364
|
readonly inputs: readonly [{
|
|
@@ -248,6 +379,7 @@ export declare const mintsEthUnwrapperAndCallerConfig: {
|
|
|
248
379
|
* - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
249
380
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
250
381
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
382
|
+
* - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x8cfbF874A12b346115003532119C29f6B56719CB)
|
|
251
383
|
* - [__View Contract on Arbitrum Sepolia Blockscout__](https://sepolia-explorer.arbitrum.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
252
384
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
253
385
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
@@ -795,6 +927,7 @@ export declare const zoraCreator1155FactoryImplABI: readonly [{
|
|
|
795
927
|
* - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
796
928
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
797
929
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
930
|
+
* - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x8cfbF874A12b346115003532119C29f6B56719CB)
|
|
798
931
|
* - [__View Contract on Arbitrum Sepolia Blockscout__](https://sepolia-explorer.arbitrum.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
799
932
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
800
933
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
@@ -807,6 +940,7 @@ export declare const zoraCreator1155FactoryImplAddress: {
|
|
|
807
940
|
readonly 8453: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021";
|
|
808
941
|
readonly 42161: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021";
|
|
809
942
|
readonly 81457: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021";
|
|
943
|
+
readonly 84532: "0x8cfbF874A12b346115003532119C29f6B56719CB";
|
|
810
944
|
readonly 421614: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021";
|
|
811
945
|
readonly 7777777: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021";
|
|
812
946
|
readonly 11155111: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021";
|
|
@@ -819,6 +953,7 @@ export declare const zoraCreator1155FactoryImplAddress: {
|
|
|
819
953
|
* - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
820
954
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
821
955
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
956
|
+
* - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x8cfbF874A12b346115003532119C29f6B56719CB)
|
|
822
957
|
* - [__View Contract on Arbitrum Sepolia Blockscout__](https://sepolia-explorer.arbitrum.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
823
958
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
824
959
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
@@ -832,6 +967,7 @@ export declare const zoraCreator1155FactoryImplConfig: {
|
|
|
832
967
|
readonly 8453: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021";
|
|
833
968
|
readonly 42161: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021";
|
|
834
969
|
readonly 81457: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021";
|
|
970
|
+
readonly 84532: "0x8cfbF874A12b346115003532119C29f6B56719CB";
|
|
835
971
|
readonly 421614: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021";
|
|
836
972
|
readonly 7777777: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021";
|
|
837
973
|
readonly 11155111: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021";
|
|
@@ -2064,7 +2200,7 @@ export declare const zoraCreator1155ImplABI: readonly [{
|
|
|
2064
2200
|
readonly type: "uint256";
|
|
2065
2201
|
}];
|
|
2066
2202
|
}, {
|
|
2067
|
-
readonly stateMutability: "
|
|
2203
|
+
readonly stateMutability: "view";
|
|
2068
2204
|
readonly type: "function";
|
|
2069
2205
|
readonly inputs: readonly [{
|
|
2070
2206
|
readonly name: "";
|
|
@@ -2094,7 +2230,7 @@ export declare const zoraCreator1155ImplABI: readonly [{
|
|
|
2094
2230
|
readonly type: "bytes4";
|
|
2095
2231
|
}];
|
|
2096
2232
|
}, {
|
|
2097
|
-
readonly stateMutability: "
|
|
2233
|
+
readonly stateMutability: "view";
|
|
2098
2234
|
readonly type: "function";
|
|
2099
2235
|
readonly inputs: readonly [{
|
|
2100
2236
|
readonly name: "";
|
|
@@ -3226,6 +3362,10 @@ export declare const zoraCreator1155ImplABI: readonly [{
|
|
|
3226
3362
|
readonly type: "error";
|
|
3227
3363
|
readonly inputs: readonly [];
|
|
3228
3364
|
readonly name: "ONLY_CREATE_REFERRAL";
|
|
3365
|
+
}, {
|
|
3366
|
+
readonly type: "error";
|
|
3367
|
+
readonly inputs: readonly [];
|
|
3368
|
+
readonly name: "OnlyTransfersFromZoraMints";
|
|
3229
3369
|
}, {
|
|
3230
3370
|
readonly type: "error";
|
|
3231
3371
|
readonly inputs: readonly [];
|
|
@@ -4678,6 +4818,10 @@ export declare const zoraCreator1155PremintExecutorImplABI: readonly [{
|
|
|
4678
4818
|
readonly type: "error";
|
|
4679
4819
|
readonly inputs: readonly [];
|
|
4680
4820
|
readonly name: "OWNER_CANNOT_BE_ZERO_ADDRESS";
|
|
4821
|
+
}, {
|
|
4822
|
+
readonly type: "error";
|
|
4823
|
+
readonly inputs: readonly [];
|
|
4824
|
+
readonly name: "OnlyTransfersFromZoraMints";
|
|
4681
4825
|
}, {
|
|
4682
4826
|
readonly type: "error";
|
|
4683
4827
|
readonly inputs: readonly [];
|
|
@@ -6172,6 +6316,10 @@ export declare const zoraCreator1155PremintExecutorImplConfig: {
|
|
|
6172
6316
|
readonly type: "error";
|
|
6173
6317
|
readonly inputs: readonly [];
|
|
6174
6318
|
readonly name: "OWNER_CANNOT_BE_ZERO_ADDRESS";
|
|
6319
|
+
}, {
|
|
6320
|
+
readonly type: "error";
|
|
6321
|
+
readonly inputs: readonly [];
|
|
6322
|
+
readonly name: "OnlyTransfersFromZoraMints";
|
|
6175
6323
|
}, {
|
|
6176
6324
|
readonly type: "error";
|
|
6177
6325
|
readonly inputs: readonly [];
|
|
@@ -6292,6 +6440,7 @@ export declare const zoraCreator1155PremintExecutorImplConfig: {
|
|
|
6292
6440
|
* - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
|
|
6293
6441
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
|
|
6294
6442
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21)
|
|
6443
|
+
* - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0xd34872BE0cdb6b09d45FCa067B07f04a1A9aE1aE)
|
|
6295
6444
|
* - [__View Contract on Arbitrum Sepolia Blockscout__](https://sepolia-explorer.arbitrum.io/address/0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21)
|
|
6296
6445
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
|
|
6297
6446
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21)
|
|
@@ -6629,6 +6778,7 @@ export declare const zoraCreatorFixedPriceSaleStrategyABI: readonly [{
|
|
|
6629
6778
|
* - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
|
|
6630
6779
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
|
|
6631
6780
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21)
|
|
6781
|
+
* - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0xd34872BE0cdb6b09d45FCa067B07f04a1A9aE1aE)
|
|
6632
6782
|
* - [__View Contract on Arbitrum Sepolia Blockscout__](https://sepolia-explorer.arbitrum.io/address/0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21)
|
|
6633
6783
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
|
|
6634
6784
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21)
|
|
@@ -6641,6 +6791,7 @@ export declare const zoraCreatorFixedPriceSaleStrategyAddress: {
|
|
|
6641
6791
|
readonly 8453: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a";
|
|
6642
6792
|
readonly 42161: "0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21";
|
|
6643
6793
|
readonly 81457: "0x3EB144aee170BF62FdA1536e38aF51f08e34A5D0";
|
|
6794
|
+
readonly 84532: "0xd34872BE0cdb6b09d45FCa067B07f04a1A9aE1aE";
|
|
6644
6795
|
readonly 421614: "0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21";
|
|
6645
6796
|
readonly 7777777: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a";
|
|
6646
6797
|
readonly 11155111: "0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21";
|
|
@@ -6653,6 +6804,7 @@ export declare const zoraCreatorFixedPriceSaleStrategyAddress: {
|
|
|
6653
6804
|
* - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
|
|
6654
6805
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
|
|
6655
6806
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21)
|
|
6807
|
+
* - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0xd34872BE0cdb6b09d45FCa067B07f04a1A9aE1aE)
|
|
6656
6808
|
* - [__View Contract on Arbitrum Sepolia Blockscout__](https://sepolia-explorer.arbitrum.io/address/0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21)
|
|
6657
6809
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
|
|
6658
6810
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21)
|
|
@@ -6666,6 +6818,7 @@ export declare const zoraCreatorFixedPriceSaleStrategyConfig: {
|
|
|
6666
6818
|
readonly 8453: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a";
|
|
6667
6819
|
readonly 42161: "0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21";
|
|
6668
6820
|
readonly 81457: "0x3EB144aee170BF62FdA1536e38aF51f08e34A5D0";
|
|
6821
|
+
readonly 84532: "0xd34872BE0cdb6b09d45FCa067B07f04a1A9aE1aE";
|
|
6669
6822
|
readonly 421614: "0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21";
|
|
6670
6823
|
readonly 7777777: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a";
|
|
6671
6824
|
readonly 11155111: "0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21";
|
|
@@ -7005,6 +7158,7 @@ export declare const zoraCreatorFixedPriceSaleStrategyConfig: {
|
|
|
7005
7158
|
* - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
|
|
7006
7159
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
|
|
7007
7160
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0xe770E6f19aecF8ef3145A50087999b5556aB3610)
|
|
7161
|
+
* - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x3E8524770adD176bE381a0529E09f1c6c3502A5a)
|
|
7008
7162
|
* - [__View Contract on Arbitrum Sepolia Blockscout__](https://sepolia-explorer.arbitrum.io/address/0xe770E6f19aecF8ef3145A50087999b5556aB3610)
|
|
7009
7163
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
|
|
7010
7164
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0xe770E6f19aecF8ef3145A50087999b5556aB3610)
|
|
@@ -7334,6 +7488,7 @@ export declare const zoraCreatorMerkleMinterStrategyABI: readonly [{
|
|
|
7334
7488
|
* - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
|
|
7335
7489
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
|
|
7336
7490
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0xe770E6f19aecF8ef3145A50087999b5556aB3610)
|
|
7491
|
+
* - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x3E8524770adD176bE381a0529E09f1c6c3502A5a)
|
|
7337
7492
|
* - [__View Contract on Arbitrum Sepolia Blockscout__](https://sepolia-explorer.arbitrum.io/address/0xe770E6f19aecF8ef3145A50087999b5556aB3610)
|
|
7338
7493
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
|
|
7339
7494
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0xe770E6f19aecF8ef3145A50087999b5556aB3610)
|
|
@@ -7346,6 +7501,7 @@ export declare const zoraCreatorMerkleMinterStrategyAddress: {
|
|
|
7346
7501
|
readonly 8453: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7";
|
|
7347
7502
|
readonly 42161: "0xe770E6f19aecF8ef3145A50087999b5556aB3610";
|
|
7348
7503
|
readonly 81457: "0xB9C997FcC46a27331CC986cc2416ee99C1d506c3";
|
|
7504
|
+
readonly 84532: "0x3E8524770adD176bE381a0529E09f1c6c3502A5a";
|
|
7349
7505
|
readonly 421614: "0xe770E6f19aecF8ef3145A50087999b5556aB3610";
|
|
7350
7506
|
readonly 7777777: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7";
|
|
7351
7507
|
readonly 11155111: "0xe770E6f19aecF8ef3145A50087999b5556aB3610";
|
|
@@ -7358,6 +7514,7 @@ export declare const zoraCreatorMerkleMinterStrategyAddress: {
|
|
|
7358
7514
|
* - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
|
|
7359
7515
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
|
|
7360
7516
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0xe770E6f19aecF8ef3145A50087999b5556aB3610)
|
|
7517
|
+
* - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x3E8524770adD176bE381a0529E09f1c6c3502A5a)
|
|
7361
7518
|
* - [__View Contract on Arbitrum Sepolia Blockscout__](https://sepolia-explorer.arbitrum.io/address/0xe770E6f19aecF8ef3145A50087999b5556aB3610)
|
|
7362
7519
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
|
|
7363
7520
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0xe770E6f19aecF8ef3145A50087999b5556aB3610)
|
|
@@ -7371,6 +7528,7 @@ export declare const zoraCreatorMerkleMinterStrategyConfig: {
|
|
|
7371
7528
|
readonly 8453: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7";
|
|
7372
7529
|
readonly 42161: "0xe770E6f19aecF8ef3145A50087999b5556aB3610";
|
|
7373
7530
|
readonly 81457: "0xB9C997FcC46a27331CC986cc2416ee99C1d506c3";
|
|
7531
|
+
readonly 84532: "0x3E8524770adD176bE381a0529E09f1c6c3502A5a";
|
|
7374
7532
|
readonly 421614: "0xe770E6f19aecF8ef3145A50087999b5556aB3610";
|
|
7375
7533
|
readonly 7777777: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7";
|
|
7376
7534
|
readonly 11155111: "0xe770E6f19aecF8ef3145A50087999b5556aB3610";
|
|
@@ -7702,6 +7860,7 @@ export declare const zoraCreatorMerkleMinterStrategyConfig: {
|
|
|
7702
7860
|
* - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x78964965cF77850224513a367f899435C5B69174)
|
|
7703
7861
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x78964965cF77850224513a367f899435C5B69174)
|
|
7704
7862
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D)
|
|
7863
|
+
* - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x805E0a08dE70f85C01F7848370d5e3fc08aAd0ea)
|
|
7705
7864
|
* - [__View Contract on Arbitrum Sepolia Blockscout__](https://sepolia-explorer.arbitrum.io/address/0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D)
|
|
7706
7865
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x78964965cF77850224513a367f899435C5B69174)
|
|
7707
7866
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D)
|
|
@@ -7933,6 +8092,7 @@ export declare const zoraCreatorRedeemMinterFactoryABI: readonly [{
|
|
|
7933
8092
|
* - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x78964965cF77850224513a367f899435C5B69174)
|
|
7934
8093
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x78964965cF77850224513a367f899435C5B69174)
|
|
7935
8094
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D)
|
|
8095
|
+
* - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x805E0a08dE70f85C01F7848370d5e3fc08aAd0ea)
|
|
7936
8096
|
* - [__View Contract on Arbitrum Sepolia Blockscout__](https://sepolia-explorer.arbitrum.io/address/0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D)
|
|
7937
8097
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x78964965cF77850224513a367f899435C5B69174)
|
|
7938
8098
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D)
|
|
@@ -7945,6 +8105,7 @@ export declare const zoraCreatorRedeemMinterFactoryAddress: {
|
|
|
7945
8105
|
readonly 8453: "0x78964965cF77850224513a367f899435C5B69174";
|
|
7946
8106
|
readonly 42161: "0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D";
|
|
7947
8107
|
readonly 81457: "0x7A0dE1B1f5420Df5D946878fBe2cF109011BE614";
|
|
8108
|
+
readonly 84532: "0x805E0a08dE70f85C01F7848370d5e3fc08aAd0ea";
|
|
7948
8109
|
readonly 421614: "0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D";
|
|
7949
8110
|
readonly 7777777: "0x78964965cF77850224513a367f899435C5B69174";
|
|
7950
8111
|
readonly 11155111: "0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D";
|
|
@@ -7957,6 +8118,7 @@ export declare const zoraCreatorRedeemMinterFactoryAddress: {
|
|
|
7957
8118
|
* - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x78964965cF77850224513a367f899435C5B69174)
|
|
7958
8119
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x78964965cF77850224513a367f899435C5B69174)
|
|
7959
8120
|
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D)
|
|
8121
|
+
* - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x805E0a08dE70f85C01F7848370d5e3fc08aAd0ea)
|
|
7960
8122
|
* - [__View Contract on Arbitrum Sepolia Blockscout__](https://sepolia-explorer.arbitrum.io/address/0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D)
|
|
7961
8123
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x78964965cF77850224513a367f899435C5B69174)
|
|
7962
8124
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D)
|
|
@@ -7970,6 +8132,7 @@ export declare const zoraCreatorRedeemMinterFactoryConfig: {
|
|
|
7970
8132
|
readonly 8453: "0x78964965cF77850224513a367f899435C5B69174";
|
|
7971
8133
|
readonly 42161: "0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D";
|
|
7972
8134
|
readonly 81457: "0x7A0dE1B1f5420Df5D946878fBe2cF109011BE614";
|
|
8135
|
+
readonly 84532: "0x805E0a08dE70f85C01F7848370d5e3fc08aAd0ea";
|
|
7973
8136
|
readonly 421614: "0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D";
|
|
7974
8137
|
readonly 7777777: "0x78964965cF77850224513a367f899435C5B69174";
|
|
7975
8138
|
readonly 11155111: "0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D";
|
|
@@ -8198,7 +8361,8 @@ export declare const zoraCreatorRedeemMinterFactoryConfig: {
|
|
|
8198
8361
|
}];
|
|
8199
8362
|
};
|
|
8200
8363
|
/**
|
|
8201
|
-
* [__View Contract on Zora
|
|
8364
|
+
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777777d57c1C6e472fa379b7b3B6c6ba3835073)
|
|
8365
|
+
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777d57c1C6e472fa379b7b3B6c6ba3835073)
|
|
8202
8366
|
*/
|
|
8203
8367
|
export declare const zoraMints1155ABI: readonly [{
|
|
8204
8368
|
readonly stateMutability: "nonpayable";
|
|
@@ -8234,6 +8398,26 @@ export declare const zoraMints1155ABI: readonly [{
|
|
|
8234
8398
|
readonly internalType: "uint256";
|
|
8235
8399
|
readonly type: "uint256";
|
|
8236
8400
|
}];
|
|
8401
|
+
}, {
|
|
8402
|
+
readonly stateMutability: "view";
|
|
8403
|
+
readonly type: "function";
|
|
8404
|
+
readonly inputs: readonly [];
|
|
8405
|
+
readonly name: "NAME";
|
|
8406
|
+
readonly outputs: readonly [{
|
|
8407
|
+
readonly name: "";
|
|
8408
|
+
readonly internalType: "string";
|
|
8409
|
+
readonly type: "string";
|
|
8410
|
+
}];
|
|
8411
|
+
}, {
|
|
8412
|
+
readonly stateMutability: "view";
|
|
8413
|
+
readonly type: "function";
|
|
8414
|
+
readonly inputs: readonly [];
|
|
8415
|
+
readonly name: "VERSION";
|
|
8416
|
+
readonly outputs: readonly [{
|
|
8417
|
+
readonly name: "";
|
|
8418
|
+
readonly internalType: "string";
|
|
8419
|
+
readonly type: "string";
|
|
8420
|
+
}];
|
|
8237
8421
|
}, {
|
|
8238
8422
|
readonly stateMutability: "view";
|
|
8239
8423
|
readonly type: "function";
|
|
@@ -8304,16 +8488,6 @@ export declare const zoraMints1155ABI: readonly [{
|
|
|
8304
8488
|
readonly internalType: "string";
|
|
8305
8489
|
readonly type: "string";
|
|
8306
8490
|
}];
|
|
8307
|
-
}, {
|
|
8308
|
-
readonly stateMutability: "pure";
|
|
8309
|
-
readonly type: "function";
|
|
8310
|
-
readonly inputs: readonly [];
|
|
8311
|
-
readonly name: "contractVersion";
|
|
8312
|
-
readonly outputs: readonly [{
|
|
8313
|
-
readonly name: "";
|
|
8314
|
-
readonly internalType: "string";
|
|
8315
|
-
readonly type: "string";
|
|
8316
|
-
}];
|
|
8317
8491
|
}, {
|
|
8318
8492
|
readonly stateMutability: "nonpayable";
|
|
8319
8493
|
readonly type: "function";
|
|
@@ -9214,6 +9388,22 @@ export declare const zoraMints1155ABI: readonly [{
|
|
|
9214
9388
|
readonly type: "address";
|
|
9215
9389
|
}];
|
|
9216
9390
|
readonly name: "AccessManagedUnauthorized";
|
|
9391
|
+
}, {
|
|
9392
|
+
readonly type: "error";
|
|
9393
|
+
readonly inputs: readonly [{
|
|
9394
|
+
readonly name: "target";
|
|
9395
|
+
readonly internalType: "address";
|
|
9396
|
+
readonly type: "address";
|
|
9397
|
+
}];
|
|
9398
|
+
readonly name: "AddressEmptyCode";
|
|
9399
|
+
}, {
|
|
9400
|
+
readonly type: "error";
|
|
9401
|
+
readonly inputs: readonly [{
|
|
9402
|
+
readonly name: "account";
|
|
9403
|
+
readonly internalType: "address";
|
|
9404
|
+
readonly type: "address";
|
|
9405
|
+
}];
|
|
9406
|
+
readonly name: "AddressInsufficientBalance";
|
|
9217
9407
|
}, {
|
|
9218
9408
|
readonly type: "error";
|
|
9219
9409
|
readonly inputs: readonly [{
|
|
@@ -9326,6 +9516,10 @@ export declare const zoraMints1155ABI: readonly [{
|
|
|
9326
9516
|
readonly type: "error";
|
|
9327
9517
|
readonly inputs: readonly [];
|
|
9328
9518
|
readonly name: "ETHTransferFailed";
|
|
9519
|
+
}, {
|
|
9520
|
+
readonly type: "error";
|
|
9521
|
+
readonly inputs: readonly [];
|
|
9522
|
+
readonly name: "FailedInnerCall";
|
|
9329
9523
|
}, {
|
|
9330
9524
|
readonly type: "error";
|
|
9331
9525
|
readonly inputs: readonly [];
|
|
@@ -9370,6 +9564,14 @@ export declare const zoraMints1155ABI: readonly [{
|
|
|
9370
9564
|
readonly type: "address";
|
|
9371
9565
|
}];
|
|
9372
9566
|
readonly name: "NotARedeemHandler";
|
|
9567
|
+
}, {
|
|
9568
|
+
readonly type: "error";
|
|
9569
|
+
readonly inputs: readonly [{
|
|
9570
|
+
readonly name: "token";
|
|
9571
|
+
readonly internalType: "address";
|
|
9572
|
+
readonly type: "address";
|
|
9573
|
+
}];
|
|
9574
|
+
readonly name: "SafeERC20FailedOperation";
|
|
9373
9575
|
}, {
|
|
9374
9576
|
readonly type: "error";
|
|
9375
9577
|
readonly inputs: readonly [{
|
|
@@ -9404,17 +9606,21 @@ export declare const zoraMints1155ABI: readonly [{
|
|
|
9404
9606
|
readonly name: "TokenNotMintable";
|
|
9405
9607
|
}];
|
|
9406
9608
|
/**
|
|
9407
|
-
* [__View Contract on Zora
|
|
9609
|
+
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777777d57c1C6e472fa379b7b3B6c6ba3835073)
|
|
9610
|
+
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777d57c1C6e472fa379b7b3B6c6ba3835073)
|
|
9408
9611
|
*/
|
|
9409
9612
|
export declare const zoraMints1155Address: {
|
|
9410
|
-
readonly
|
|
9613
|
+
readonly 7777777: "0x7777777d57c1C6e472fa379b7b3B6c6ba3835073";
|
|
9614
|
+
readonly 999999999: "0x7777777d57c1C6e472fa379b7b3B6c6ba3835073";
|
|
9411
9615
|
};
|
|
9412
9616
|
/**
|
|
9413
|
-
* [__View Contract on Zora
|
|
9617
|
+
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777777d57c1C6e472fa379b7b3B6c6ba3835073)
|
|
9618
|
+
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777d57c1C6e472fa379b7b3B6c6ba3835073)
|
|
9414
9619
|
*/
|
|
9415
9620
|
export declare const zoraMints1155Config: {
|
|
9416
9621
|
readonly address: {
|
|
9417
|
-
readonly
|
|
9622
|
+
readonly 7777777: "0x7777777d57c1C6e472fa379b7b3B6c6ba3835073";
|
|
9623
|
+
readonly 999999999: "0x7777777d57c1C6e472fa379b7b3B6c6ba3835073";
|
|
9418
9624
|
};
|
|
9419
9625
|
readonly abi: readonly [{
|
|
9420
9626
|
readonly stateMutability: "nonpayable";
|
|
@@ -9450,6 +9656,26 @@ export declare const zoraMints1155Config: {
|
|
|
9450
9656
|
readonly internalType: "uint256";
|
|
9451
9657
|
readonly type: "uint256";
|
|
9452
9658
|
}];
|
|
9659
|
+
}, {
|
|
9660
|
+
readonly stateMutability: "view";
|
|
9661
|
+
readonly type: "function";
|
|
9662
|
+
readonly inputs: readonly [];
|
|
9663
|
+
readonly name: "NAME";
|
|
9664
|
+
readonly outputs: readonly [{
|
|
9665
|
+
readonly name: "";
|
|
9666
|
+
readonly internalType: "string";
|
|
9667
|
+
readonly type: "string";
|
|
9668
|
+
}];
|
|
9669
|
+
}, {
|
|
9670
|
+
readonly stateMutability: "view";
|
|
9671
|
+
readonly type: "function";
|
|
9672
|
+
readonly inputs: readonly [];
|
|
9673
|
+
readonly name: "VERSION";
|
|
9674
|
+
readonly outputs: readonly [{
|
|
9675
|
+
readonly name: "";
|
|
9676
|
+
readonly internalType: "string";
|
|
9677
|
+
readonly type: "string";
|
|
9678
|
+
}];
|
|
9453
9679
|
}, {
|
|
9454
9680
|
readonly stateMutability: "view";
|
|
9455
9681
|
readonly type: "function";
|
|
@@ -9520,16 +9746,6 @@ export declare const zoraMints1155Config: {
|
|
|
9520
9746
|
readonly internalType: "string";
|
|
9521
9747
|
readonly type: "string";
|
|
9522
9748
|
}];
|
|
9523
|
-
}, {
|
|
9524
|
-
readonly stateMutability: "pure";
|
|
9525
|
-
readonly type: "function";
|
|
9526
|
-
readonly inputs: readonly [];
|
|
9527
|
-
readonly name: "contractVersion";
|
|
9528
|
-
readonly outputs: readonly [{
|
|
9529
|
-
readonly name: "";
|
|
9530
|
-
readonly internalType: "string";
|
|
9531
|
-
readonly type: "string";
|
|
9532
|
-
}];
|
|
9533
9749
|
}, {
|
|
9534
9750
|
readonly stateMutability: "nonpayable";
|
|
9535
9751
|
readonly type: "function";
|
|
@@ -10430,6 +10646,22 @@ export declare const zoraMints1155Config: {
|
|
|
10430
10646
|
readonly type: "address";
|
|
10431
10647
|
}];
|
|
10432
10648
|
readonly name: "AccessManagedUnauthorized";
|
|
10649
|
+
}, {
|
|
10650
|
+
readonly type: "error";
|
|
10651
|
+
readonly inputs: readonly [{
|
|
10652
|
+
readonly name: "target";
|
|
10653
|
+
readonly internalType: "address";
|
|
10654
|
+
readonly type: "address";
|
|
10655
|
+
}];
|
|
10656
|
+
readonly name: "AddressEmptyCode";
|
|
10657
|
+
}, {
|
|
10658
|
+
readonly type: "error";
|
|
10659
|
+
readonly inputs: readonly [{
|
|
10660
|
+
readonly name: "account";
|
|
10661
|
+
readonly internalType: "address";
|
|
10662
|
+
readonly type: "address";
|
|
10663
|
+
}];
|
|
10664
|
+
readonly name: "AddressInsufficientBalance";
|
|
10433
10665
|
}, {
|
|
10434
10666
|
readonly type: "error";
|
|
10435
10667
|
readonly inputs: readonly [{
|
|
@@ -10542,6 +10774,10 @@ export declare const zoraMints1155Config: {
|
|
|
10542
10774
|
readonly type: "error";
|
|
10543
10775
|
readonly inputs: readonly [];
|
|
10544
10776
|
readonly name: "ETHTransferFailed";
|
|
10777
|
+
}, {
|
|
10778
|
+
readonly type: "error";
|
|
10779
|
+
readonly inputs: readonly [];
|
|
10780
|
+
readonly name: "FailedInnerCall";
|
|
10545
10781
|
}, {
|
|
10546
10782
|
readonly type: "error";
|
|
10547
10783
|
readonly inputs: readonly [];
|
|
@@ -10586,6 +10822,14 @@ export declare const zoraMints1155Config: {
|
|
|
10586
10822
|
readonly type: "address";
|
|
10587
10823
|
}];
|
|
10588
10824
|
readonly name: "NotARedeemHandler";
|
|
10825
|
+
}, {
|
|
10826
|
+
readonly type: "error";
|
|
10827
|
+
readonly inputs: readonly [{
|
|
10828
|
+
readonly name: "token";
|
|
10829
|
+
readonly internalType: "address";
|
|
10830
|
+
readonly type: "address";
|
|
10831
|
+
}];
|
|
10832
|
+
readonly name: "SafeERC20FailedOperation";
|
|
10589
10833
|
}, {
|
|
10590
10834
|
readonly type: "error";
|
|
10591
10835
|
readonly inputs: readonly [{
|
|
@@ -10621,7 +10865,8 @@ export declare const zoraMints1155Config: {
|
|
|
10621
10865
|
}];
|
|
10622
10866
|
};
|
|
10623
10867
|
/**
|
|
10624
|
-
* [__View Contract on Zora
|
|
10868
|
+
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x77777770cA269366c7208aFcF36FE2C6F7f7608B)
|
|
10869
|
+
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x77777770cA269366c7208aFcF36FE2C6F7f7608B)
|
|
10625
10870
|
*/
|
|
10626
10871
|
export declare const zoraMintsManagerImplABI: readonly [{
|
|
10627
10872
|
readonly stateMutability: "nonpayable";
|
|
@@ -11363,6 +11608,14 @@ export declare const zoraMintsManagerImplABI: readonly [{
|
|
|
11363
11608
|
readonly type: "address";
|
|
11364
11609
|
}];
|
|
11365
11610
|
readonly name: "AddressEmptyCode";
|
|
11611
|
+
}, {
|
|
11612
|
+
readonly type: "error";
|
|
11613
|
+
readonly inputs: readonly [{
|
|
11614
|
+
readonly name: "account";
|
|
11615
|
+
readonly internalType: "address";
|
|
11616
|
+
readonly type: "address";
|
|
11617
|
+
}];
|
|
11618
|
+
readonly name: "AddressInsufficientBalance";
|
|
11366
11619
|
}, {
|
|
11367
11620
|
readonly type: "error";
|
|
11368
11621
|
readonly inputs: readonly [{
|
|
@@ -11651,6 +11904,10 @@ export declare const zoraMintsManagerImplABI: readonly [{
|
|
|
11651
11904
|
readonly type: "error";
|
|
11652
11905
|
readonly inputs: readonly [];
|
|
11653
11906
|
readonly name: "NotZoraMints1155";
|
|
11907
|
+
}, {
|
|
11908
|
+
readonly type: "error";
|
|
11909
|
+
readonly inputs: readonly [];
|
|
11910
|
+
readonly name: "OnlyTransfersFromZoraMints";
|
|
11654
11911
|
}, {
|
|
11655
11912
|
readonly type: "error";
|
|
11656
11913
|
readonly inputs: readonly [{
|
|
@@ -11699,6 +11956,14 @@ export declare const zoraMintsManagerImplABI: readonly [{
|
|
|
11699
11956
|
readonly type: "error";
|
|
11700
11957
|
readonly inputs: readonly [];
|
|
11701
11958
|
readonly name: "Renderer_NotValidRendererContract";
|
|
11959
|
+
}, {
|
|
11960
|
+
readonly type: "error";
|
|
11961
|
+
readonly inputs: readonly [{
|
|
11962
|
+
readonly name: "token";
|
|
11963
|
+
readonly internalType: "address";
|
|
11964
|
+
readonly type: "address";
|
|
11965
|
+
}];
|
|
11966
|
+
readonly name: "SafeERC20FailedOperation";
|
|
11702
11967
|
}, {
|
|
11703
11968
|
readonly type: "error";
|
|
11704
11969
|
readonly inputs: readonly [];
|
|
@@ -11829,17 +12094,21 @@ export declare const zoraMintsManagerImplABI: readonly [{
|
|
|
11829
12094
|
readonly name: "premintSignerContractNotAContract";
|
|
11830
12095
|
}];
|
|
11831
12096
|
/**
|
|
11832
|
-
* [__View Contract on Zora
|
|
12097
|
+
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x77777770cA269366c7208aFcF36FE2C6F7f7608B)
|
|
12098
|
+
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x77777770cA269366c7208aFcF36FE2C6F7f7608B)
|
|
11833
12099
|
*/
|
|
11834
12100
|
export declare const zoraMintsManagerImplAddress: {
|
|
11835
|
-
readonly
|
|
12101
|
+
readonly 7777777: "0x77777770cA269366c7208aFcF36FE2C6F7f7608B";
|
|
12102
|
+
readonly 999999999: "0x77777770cA269366c7208aFcF36FE2C6F7f7608B";
|
|
11836
12103
|
};
|
|
11837
12104
|
/**
|
|
11838
|
-
* [__View Contract on Zora
|
|
12105
|
+
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x77777770cA269366c7208aFcF36FE2C6F7f7608B)
|
|
12106
|
+
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x77777770cA269366c7208aFcF36FE2C6F7f7608B)
|
|
11839
12107
|
*/
|
|
11840
12108
|
export declare const zoraMintsManagerImplConfig: {
|
|
11841
12109
|
readonly address: {
|
|
11842
|
-
readonly
|
|
12110
|
+
readonly 7777777: "0x77777770cA269366c7208aFcF36FE2C6F7f7608B";
|
|
12111
|
+
readonly 999999999: "0x77777770cA269366c7208aFcF36FE2C6F7f7608B";
|
|
11843
12112
|
};
|
|
11844
12113
|
readonly abi: readonly [{
|
|
11845
12114
|
readonly stateMutability: "nonpayable";
|
|
@@ -12581,6 +12850,14 @@ export declare const zoraMintsManagerImplConfig: {
|
|
|
12581
12850
|
readonly type: "address";
|
|
12582
12851
|
}];
|
|
12583
12852
|
readonly name: "AddressEmptyCode";
|
|
12853
|
+
}, {
|
|
12854
|
+
readonly type: "error";
|
|
12855
|
+
readonly inputs: readonly [{
|
|
12856
|
+
readonly name: "account";
|
|
12857
|
+
readonly internalType: "address";
|
|
12858
|
+
readonly type: "address";
|
|
12859
|
+
}];
|
|
12860
|
+
readonly name: "AddressInsufficientBalance";
|
|
12584
12861
|
}, {
|
|
12585
12862
|
readonly type: "error";
|
|
12586
12863
|
readonly inputs: readonly [{
|
|
@@ -12869,6 +13146,10 @@ export declare const zoraMintsManagerImplConfig: {
|
|
|
12869
13146
|
readonly type: "error";
|
|
12870
13147
|
readonly inputs: readonly [];
|
|
12871
13148
|
readonly name: "NotZoraMints1155";
|
|
13149
|
+
}, {
|
|
13150
|
+
readonly type: "error";
|
|
13151
|
+
readonly inputs: readonly [];
|
|
13152
|
+
readonly name: "OnlyTransfersFromZoraMints";
|
|
12872
13153
|
}, {
|
|
12873
13154
|
readonly type: "error";
|
|
12874
13155
|
readonly inputs: readonly [{
|
|
@@ -12917,6 +13198,14 @@ export declare const zoraMintsManagerImplConfig: {
|
|
|
12917
13198
|
readonly type: "error";
|
|
12918
13199
|
readonly inputs: readonly [];
|
|
12919
13200
|
readonly name: "Renderer_NotValidRendererContract";
|
|
13201
|
+
}, {
|
|
13202
|
+
readonly type: "error";
|
|
13203
|
+
readonly inputs: readonly [{
|
|
13204
|
+
readonly name: "token";
|
|
13205
|
+
readonly internalType: "address";
|
|
13206
|
+
readonly type: "address";
|
|
13207
|
+
}];
|
|
13208
|
+
readonly name: "SafeERC20FailedOperation";
|
|
12920
13209
|
}, {
|
|
12921
13210
|
readonly type: "error";
|
|
12922
13211
|
readonly inputs: readonly [];
|