@zoralabs/protocol-deployments 0.1.5-DEV.10 → 0.1.5-DEV.12
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/CHANGELOG.md +2 -7
- package/dist/generated/1155.d.ts +0 -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 +308 -39
- package/dist/generated/wagmi.d.ts.map +1 -1
- package/dist/index.cjs +103 -26
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +103 -26
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
- package/src/generated/1155.ts +9 -10
- package/src/generated/mints.ts +9 -3
- package/src/generated/wagmi.ts +104 -22
package/CHANGELOG.md
CHANGED
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
# @zoralabs/protocol-deployments
|
|
2
2
|
|
|
3
|
-
## 0.1.5
|
|
3
|
+
## 0.1.5
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- 042edbe0: Chain ids in protocol-deployments are now numbers instead of strings
|
|
8
|
-
|
|
9
|
-
## 0.1.5-DEV.0
|
|
10
|
-
|
|
11
|
-
### Patch Changes
|
|
12
|
-
|
|
13
|
-
- 965c59c7: Includes MINTs contracts abis and addresses
|
|
8
|
+
- 381ebf9f: Includes MINTs contracts abis and addresses
|
|
14
9
|
|
|
15
10
|
## 0.1.4
|
|
16
11
|
|
package/dist/generated/1155.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"1155.d.ts","sourceRoot":"","sources":["../../src/generated/1155.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwDxB,CAAC;AACF,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"1155.d.ts","sourceRoot":"","sources":["../../src/generated/1155.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwDxB,CAAC;AACF,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuJrB,CAAC"}
|
|
@@ -37,6 +37,11 @@ export declare const chainConfigs: {
|
|
|
37
37
|
};
|
|
38
38
|
};
|
|
39
39
|
export declare const addresses: {
|
|
40
|
+
7777777: {
|
|
41
|
+
MINTS_ETH_UNWRAPPER_AND_CALLER: string;
|
|
42
|
+
MINTS_MANAGER_IMPL: string;
|
|
43
|
+
MINTS_MANAGER_IMPL_VERSION: string;
|
|
44
|
+
};
|
|
40
45
|
999999999: {
|
|
41
46
|
MINTS_ETH_UNWRAPPER_AND_CALLER: string;
|
|
42
47
|
MINTS_MANAGER_IMPL: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mints.d.ts","sourceRoot":"","sources":["../../src/generated/mints.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqCxB,CAAC;AACF,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"mints.d.ts","sourceRoot":"","sources":["../../src/generated/mints.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqCxB,CAAC;AACF,eAAO,MAAM,SAAS;;;;;;;;;;;CAarB,CAAC"}
|
|
@@ -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 [{
|
|
@@ -2064,7 +2195,7 @@ export declare const zoraCreator1155ImplABI: readonly [{
|
|
|
2064
2195
|
readonly type: "uint256";
|
|
2065
2196
|
}];
|
|
2066
2197
|
}, {
|
|
2067
|
-
readonly stateMutability: "
|
|
2198
|
+
readonly stateMutability: "view";
|
|
2068
2199
|
readonly type: "function";
|
|
2069
2200
|
readonly inputs: readonly [{
|
|
2070
2201
|
readonly name: "";
|
|
@@ -2094,7 +2225,7 @@ export declare const zoraCreator1155ImplABI: readonly [{
|
|
|
2094
2225
|
readonly type: "bytes4";
|
|
2095
2226
|
}];
|
|
2096
2227
|
}, {
|
|
2097
|
-
readonly stateMutability: "
|
|
2228
|
+
readonly stateMutability: "view";
|
|
2098
2229
|
readonly type: "function";
|
|
2099
2230
|
readonly inputs: readonly [{
|
|
2100
2231
|
readonly name: "";
|
|
@@ -3226,6 +3357,10 @@ export declare const zoraCreator1155ImplABI: readonly [{
|
|
|
3226
3357
|
readonly type: "error";
|
|
3227
3358
|
readonly inputs: readonly [];
|
|
3228
3359
|
readonly name: "ONLY_CREATE_REFERRAL";
|
|
3360
|
+
}, {
|
|
3361
|
+
readonly type: "error";
|
|
3362
|
+
readonly inputs: readonly [];
|
|
3363
|
+
readonly name: "OnlyTransfersFromZoraMints";
|
|
3229
3364
|
}, {
|
|
3230
3365
|
readonly type: "error";
|
|
3231
3366
|
readonly inputs: readonly [];
|
|
@@ -4678,6 +4813,10 @@ export declare const zoraCreator1155PremintExecutorImplABI: readonly [{
|
|
|
4678
4813
|
readonly type: "error";
|
|
4679
4814
|
readonly inputs: readonly [];
|
|
4680
4815
|
readonly name: "OWNER_CANNOT_BE_ZERO_ADDRESS";
|
|
4816
|
+
}, {
|
|
4817
|
+
readonly type: "error";
|
|
4818
|
+
readonly inputs: readonly [];
|
|
4819
|
+
readonly name: "OnlyTransfersFromZoraMints";
|
|
4681
4820
|
}, {
|
|
4682
4821
|
readonly type: "error";
|
|
4683
4822
|
readonly inputs: readonly [];
|
|
@@ -6172,6 +6311,10 @@ export declare const zoraCreator1155PremintExecutorImplConfig: {
|
|
|
6172
6311
|
readonly type: "error";
|
|
6173
6312
|
readonly inputs: readonly [];
|
|
6174
6313
|
readonly name: "OWNER_CANNOT_BE_ZERO_ADDRESS";
|
|
6314
|
+
}, {
|
|
6315
|
+
readonly type: "error";
|
|
6316
|
+
readonly inputs: readonly [];
|
|
6317
|
+
readonly name: "OnlyTransfersFromZoraMints";
|
|
6175
6318
|
}, {
|
|
6176
6319
|
readonly type: "error";
|
|
6177
6320
|
readonly inputs: readonly [];
|
|
@@ -8198,7 +8341,8 @@ export declare const zoraCreatorRedeemMinterFactoryConfig: {
|
|
|
8198
8341
|
}];
|
|
8199
8342
|
};
|
|
8200
8343
|
/**
|
|
8201
|
-
* [__View Contract on Zora
|
|
8344
|
+
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777777d57c1C6e472fa379b7b3B6c6ba3835073)
|
|
8345
|
+
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777d57c1C6e472fa379b7b3B6c6ba3835073)
|
|
8202
8346
|
*/
|
|
8203
8347
|
export declare const zoraMints1155ABI: readonly [{
|
|
8204
8348
|
readonly stateMutability: "nonpayable";
|
|
@@ -8234,6 +8378,26 @@ export declare const zoraMints1155ABI: readonly [{
|
|
|
8234
8378
|
readonly internalType: "uint256";
|
|
8235
8379
|
readonly type: "uint256";
|
|
8236
8380
|
}];
|
|
8381
|
+
}, {
|
|
8382
|
+
readonly stateMutability: "view";
|
|
8383
|
+
readonly type: "function";
|
|
8384
|
+
readonly inputs: readonly [];
|
|
8385
|
+
readonly name: "NAME";
|
|
8386
|
+
readonly outputs: readonly [{
|
|
8387
|
+
readonly name: "";
|
|
8388
|
+
readonly internalType: "string";
|
|
8389
|
+
readonly type: "string";
|
|
8390
|
+
}];
|
|
8391
|
+
}, {
|
|
8392
|
+
readonly stateMutability: "view";
|
|
8393
|
+
readonly type: "function";
|
|
8394
|
+
readonly inputs: readonly [];
|
|
8395
|
+
readonly name: "VERSION";
|
|
8396
|
+
readonly outputs: readonly [{
|
|
8397
|
+
readonly name: "";
|
|
8398
|
+
readonly internalType: "string";
|
|
8399
|
+
readonly type: "string";
|
|
8400
|
+
}];
|
|
8237
8401
|
}, {
|
|
8238
8402
|
readonly stateMutability: "view";
|
|
8239
8403
|
readonly type: "function";
|
|
@@ -8304,16 +8468,6 @@ export declare const zoraMints1155ABI: readonly [{
|
|
|
8304
8468
|
readonly internalType: "string";
|
|
8305
8469
|
readonly type: "string";
|
|
8306
8470
|
}];
|
|
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
8471
|
}, {
|
|
8318
8472
|
readonly stateMutability: "nonpayable";
|
|
8319
8473
|
readonly type: "function";
|
|
@@ -9214,6 +9368,22 @@ export declare const zoraMints1155ABI: readonly [{
|
|
|
9214
9368
|
readonly type: "address";
|
|
9215
9369
|
}];
|
|
9216
9370
|
readonly name: "AccessManagedUnauthorized";
|
|
9371
|
+
}, {
|
|
9372
|
+
readonly type: "error";
|
|
9373
|
+
readonly inputs: readonly [{
|
|
9374
|
+
readonly name: "target";
|
|
9375
|
+
readonly internalType: "address";
|
|
9376
|
+
readonly type: "address";
|
|
9377
|
+
}];
|
|
9378
|
+
readonly name: "AddressEmptyCode";
|
|
9379
|
+
}, {
|
|
9380
|
+
readonly type: "error";
|
|
9381
|
+
readonly inputs: readonly [{
|
|
9382
|
+
readonly name: "account";
|
|
9383
|
+
readonly internalType: "address";
|
|
9384
|
+
readonly type: "address";
|
|
9385
|
+
}];
|
|
9386
|
+
readonly name: "AddressInsufficientBalance";
|
|
9217
9387
|
}, {
|
|
9218
9388
|
readonly type: "error";
|
|
9219
9389
|
readonly inputs: readonly [{
|
|
@@ -9326,6 +9496,10 @@ export declare const zoraMints1155ABI: readonly [{
|
|
|
9326
9496
|
readonly type: "error";
|
|
9327
9497
|
readonly inputs: readonly [];
|
|
9328
9498
|
readonly name: "ETHTransferFailed";
|
|
9499
|
+
}, {
|
|
9500
|
+
readonly type: "error";
|
|
9501
|
+
readonly inputs: readonly [];
|
|
9502
|
+
readonly name: "FailedInnerCall";
|
|
9329
9503
|
}, {
|
|
9330
9504
|
readonly type: "error";
|
|
9331
9505
|
readonly inputs: readonly [];
|
|
@@ -9370,6 +9544,14 @@ export declare const zoraMints1155ABI: readonly [{
|
|
|
9370
9544
|
readonly type: "address";
|
|
9371
9545
|
}];
|
|
9372
9546
|
readonly name: "NotARedeemHandler";
|
|
9547
|
+
}, {
|
|
9548
|
+
readonly type: "error";
|
|
9549
|
+
readonly inputs: readonly [{
|
|
9550
|
+
readonly name: "token";
|
|
9551
|
+
readonly internalType: "address";
|
|
9552
|
+
readonly type: "address";
|
|
9553
|
+
}];
|
|
9554
|
+
readonly name: "SafeERC20FailedOperation";
|
|
9373
9555
|
}, {
|
|
9374
9556
|
readonly type: "error";
|
|
9375
9557
|
readonly inputs: readonly [{
|
|
@@ -9404,17 +9586,21 @@ export declare const zoraMints1155ABI: readonly [{
|
|
|
9404
9586
|
readonly name: "TokenNotMintable";
|
|
9405
9587
|
}];
|
|
9406
9588
|
/**
|
|
9407
|
-
* [__View Contract on Zora
|
|
9589
|
+
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777777d57c1C6e472fa379b7b3B6c6ba3835073)
|
|
9590
|
+
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777d57c1C6e472fa379b7b3B6c6ba3835073)
|
|
9408
9591
|
*/
|
|
9409
9592
|
export declare const zoraMints1155Address: {
|
|
9410
|
-
readonly
|
|
9593
|
+
readonly 7777777: "0x7777777d57c1C6e472fa379b7b3B6c6ba3835073";
|
|
9594
|
+
readonly 999999999: "0x7777777d57c1C6e472fa379b7b3B6c6ba3835073";
|
|
9411
9595
|
};
|
|
9412
9596
|
/**
|
|
9413
|
-
* [__View Contract on Zora
|
|
9597
|
+
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777777d57c1C6e472fa379b7b3B6c6ba3835073)
|
|
9598
|
+
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777d57c1C6e472fa379b7b3B6c6ba3835073)
|
|
9414
9599
|
*/
|
|
9415
9600
|
export declare const zoraMints1155Config: {
|
|
9416
9601
|
readonly address: {
|
|
9417
|
-
readonly
|
|
9602
|
+
readonly 7777777: "0x7777777d57c1C6e472fa379b7b3B6c6ba3835073";
|
|
9603
|
+
readonly 999999999: "0x7777777d57c1C6e472fa379b7b3B6c6ba3835073";
|
|
9418
9604
|
};
|
|
9419
9605
|
readonly abi: readonly [{
|
|
9420
9606
|
readonly stateMutability: "nonpayable";
|
|
@@ -9450,6 +9636,26 @@ export declare const zoraMints1155Config: {
|
|
|
9450
9636
|
readonly internalType: "uint256";
|
|
9451
9637
|
readonly type: "uint256";
|
|
9452
9638
|
}];
|
|
9639
|
+
}, {
|
|
9640
|
+
readonly stateMutability: "view";
|
|
9641
|
+
readonly type: "function";
|
|
9642
|
+
readonly inputs: readonly [];
|
|
9643
|
+
readonly name: "NAME";
|
|
9644
|
+
readonly outputs: readonly [{
|
|
9645
|
+
readonly name: "";
|
|
9646
|
+
readonly internalType: "string";
|
|
9647
|
+
readonly type: "string";
|
|
9648
|
+
}];
|
|
9649
|
+
}, {
|
|
9650
|
+
readonly stateMutability: "view";
|
|
9651
|
+
readonly type: "function";
|
|
9652
|
+
readonly inputs: readonly [];
|
|
9653
|
+
readonly name: "VERSION";
|
|
9654
|
+
readonly outputs: readonly [{
|
|
9655
|
+
readonly name: "";
|
|
9656
|
+
readonly internalType: "string";
|
|
9657
|
+
readonly type: "string";
|
|
9658
|
+
}];
|
|
9453
9659
|
}, {
|
|
9454
9660
|
readonly stateMutability: "view";
|
|
9455
9661
|
readonly type: "function";
|
|
@@ -9520,16 +9726,6 @@ export declare const zoraMints1155Config: {
|
|
|
9520
9726
|
readonly internalType: "string";
|
|
9521
9727
|
readonly type: "string";
|
|
9522
9728
|
}];
|
|
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
9729
|
}, {
|
|
9534
9730
|
readonly stateMutability: "nonpayable";
|
|
9535
9731
|
readonly type: "function";
|
|
@@ -10430,6 +10626,22 @@ export declare const zoraMints1155Config: {
|
|
|
10430
10626
|
readonly type: "address";
|
|
10431
10627
|
}];
|
|
10432
10628
|
readonly name: "AccessManagedUnauthorized";
|
|
10629
|
+
}, {
|
|
10630
|
+
readonly type: "error";
|
|
10631
|
+
readonly inputs: readonly [{
|
|
10632
|
+
readonly name: "target";
|
|
10633
|
+
readonly internalType: "address";
|
|
10634
|
+
readonly type: "address";
|
|
10635
|
+
}];
|
|
10636
|
+
readonly name: "AddressEmptyCode";
|
|
10637
|
+
}, {
|
|
10638
|
+
readonly type: "error";
|
|
10639
|
+
readonly inputs: readonly [{
|
|
10640
|
+
readonly name: "account";
|
|
10641
|
+
readonly internalType: "address";
|
|
10642
|
+
readonly type: "address";
|
|
10643
|
+
}];
|
|
10644
|
+
readonly name: "AddressInsufficientBalance";
|
|
10433
10645
|
}, {
|
|
10434
10646
|
readonly type: "error";
|
|
10435
10647
|
readonly inputs: readonly [{
|
|
@@ -10542,6 +10754,10 @@ export declare const zoraMints1155Config: {
|
|
|
10542
10754
|
readonly type: "error";
|
|
10543
10755
|
readonly inputs: readonly [];
|
|
10544
10756
|
readonly name: "ETHTransferFailed";
|
|
10757
|
+
}, {
|
|
10758
|
+
readonly type: "error";
|
|
10759
|
+
readonly inputs: readonly [];
|
|
10760
|
+
readonly name: "FailedInnerCall";
|
|
10545
10761
|
}, {
|
|
10546
10762
|
readonly type: "error";
|
|
10547
10763
|
readonly inputs: readonly [];
|
|
@@ -10586,6 +10802,14 @@ export declare const zoraMints1155Config: {
|
|
|
10586
10802
|
readonly type: "address";
|
|
10587
10803
|
}];
|
|
10588
10804
|
readonly name: "NotARedeemHandler";
|
|
10805
|
+
}, {
|
|
10806
|
+
readonly type: "error";
|
|
10807
|
+
readonly inputs: readonly [{
|
|
10808
|
+
readonly name: "token";
|
|
10809
|
+
readonly internalType: "address";
|
|
10810
|
+
readonly type: "address";
|
|
10811
|
+
}];
|
|
10812
|
+
readonly name: "SafeERC20FailedOperation";
|
|
10589
10813
|
}, {
|
|
10590
10814
|
readonly type: "error";
|
|
10591
10815
|
readonly inputs: readonly [{
|
|
@@ -10621,7 +10845,8 @@ export declare const zoraMints1155Config: {
|
|
|
10621
10845
|
}];
|
|
10622
10846
|
};
|
|
10623
10847
|
/**
|
|
10624
|
-
* [__View Contract on Zora
|
|
10848
|
+
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x77777770cA269366c7208aFcF36FE2C6F7f7608B)
|
|
10849
|
+
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x77777770cA269366c7208aFcF36FE2C6F7f7608B)
|
|
10625
10850
|
*/
|
|
10626
10851
|
export declare const zoraMintsManagerImplABI: readonly [{
|
|
10627
10852
|
readonly stateMutability: "nonpayable";
|
|
@@ -11363,6 +11588,14 @@ export declare const zoraMintsManagerImplABI: readonly [{
|
|
|
11363
11588
|
readonly type: "address";
|
|
11364
11589
|
}];
|
|
11365
11590
|
readonly name: "AddressEmptyCode";
|
|
11591
|
+
}, {
|
|
11592
|
+
readonly type: "error";
|
|
11593
|
+
readonly inputs: readonly [{
|
|
11594
|
+
readonly name: "account";
|
|
11595
|
+
readonly internalType: "address";
|
|
11596
|
+
readonly type: "address";
|
|
11597
|
+
}];
|
|
11598
|
+
readonly name: "AddressInsufficientBalance";
|
|
11366
11599
|
}, {
|
|
11367
11600
|
readonly type: "error";
|
|
11368
11601
|
readonly inputs: readonly [{
|
|
@@ -11651,6 +11884,10 @@ export declare const zoraMintsManagerImplABI: readonly [{
|
|
|
11651
11884
|
readonly type: "error";
|
|
11652
11885
|
readonly inputs: readonly [];
|
|
11653
11886
|
readonly name: "NotZoraMints1155";
|
|
11887
|
+
}, {
|
|
11888
|
+
readonly type: "error";
|
|
11889
|
+
readonly inputs: readonly [];
|
|
11890
|
+
readonly name: "OnlyTransfersFromZoraMints";
|
|
11654
11891
|
}, {
|
|
11655
11892
|
readonly type: "error";
|
|
11656
11893
|
readonly inputs: readonly [{
|
|
@@ -11699,6 +11936,14 @@ export declare const zoraMintsManagerImplABI: readonly [{
|
|
|
11699
11936
|
readonly type: "error";
|
|
11700
11937
|
readonly inputs: readonly [];
|
|
11701
11938
|
readonly name: "Renderer_NotValidRendererContract";
|
|
11939
|
+
}, {
|
|
11940
|
+
readonly type: "error";
|
|
11941
|
+
readonly inputs: readonly [{
|
|
11942
|
+
readonly name: "token";
|
|
11943
|
+
readonly internalType: "address";
|
|
11944
|
+
readonly type: "address";
|
|
11945
|
+
}];
|
|
11946
|
+
readonly name: "SafeERC20FailedOperation";
|
|
11702
11947
|
}, {
|
|
11703
11948
|
readonly type: "error";
|
|
11704
11949
|
readonly inputs: readonly [];
|
|
@@ -11829,17 +12074,21 @@ export declare const zoraMintsManagerImplABI: readonly [{
|
|
|
11829
12074
|
readonly name: "premintSignerContractNotAContract";
|
|
11830
12075
|
}];
|
|
11831
12076
|
/**
|
|
11832
|
-
* [__View Contract on Zora
|
|
12077
|
+
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x77777770cA269366c7208aFcF36FE2C6F7f7608B)
|
|
12078
|
+
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x77777770cA269366c7208aFcF36FE2C6F7f7608B)
|
|
11833
12079
|
*/
|
|
11834
12080
|
export declare const zoraMintsManagerImplAddress: {
|
|
11835
|
-
readonly
|
|
12081
|
+
readonly 7777777: "0x77777770cA269366c7208aFcF36FE2C6F7f7608B";
|
|
12082
|
+
readonly 999999999: "0x77777770cA269366c7208aFcF36FE2C6F7f7608B";
|
|
11836
12083
|
};
|
|
11837
12084
|
/**
|
|
11838
|
-
* [__View Contract on Zora
|
|
12085
|
+
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x77777770cA269366c7208aFcF36FE2C6F7f7608B)
|
|
12086
|
+
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x77777770cA269366c7208aFcF36FE2C6F7f7608B)
|
|
11839
12087
|
*/
|
|
11840
12088
|
export declare const zoraMintsManagerImplConfig: {
|
|
11841
12089
|
readonly address: {
|
|
11842
|
-
readonly
|
|
12090
|
+
readonly 7777777: "0x77777770cA269366c7208aFcF36FE2C6F7f7608B";
|
|
12091
|
+
readonly 999999999: "0x77777770cA269366c7208aFcF36FE2C6F7f7608B";
|
|
11843
12092
|
};
|
|
11844
12093
|
readonly abi: readonly [{
|
|
11845
12094
|
readonly stateMutability: "nonpayable";
|
|
@@ -12581,6 +12830,14 @@ export declare const zoraMintsManagerImplConfig: {
|
|
|
12581
12830
|
readonly type: "address";
|
|
12582
12831
|
}];
|
|
12583
12832
|
readonly name: "AddressEmptyCode";
|
|
12833
|
+
}, {
|
|
12834
|
+
readonly type: "error";
|
|
12835
|
+
readonly inputs: readonly [{
|
|
12836
|
+
readonly name: "account";
|
|
12837
|
+
readonly internalType: "address";
|
|
12838
|
+
readonly type: "address";
|
|
12839
|
+
}];
|
|
12840
|
+
readonly name: "AddressInsufficientBalance";
|
|
12584
12841
|
}, {
|
|
12585
12842
|
readonly type: "error";
|
|
12586
12843
|
readonly inputs: readonly [{
|
|
@@ -12869,6 +13126,10 @@ export declare const zoraMintsManagerImplConfig: {
|
|
|
12869
13126
|
readonly type: "error";
|
|
12870
13127
|
readonly inputs: readonly [];
|
|
12871
13128
|
readonly name: "NotZoraMints1155";
|
|
13129
|
+
}, {
|
|
13130
|
+
readonly type: "error";
|
|
13131
|
+
readonly inputs: readonly [];
|
|
13132
|
+
readonly name: "OnlyTransfersFromZoraMints";
|
|
12872
13133
|
}, {
|
|
12873
13134
|
readonly type: "error";
|
|
12874
13135
|
readonly inputs: readonly [{
|
|
@@ -12917,6 +13178,14 @@ export declare const zoraMintsManagerImplConfig: {
|
|
|
12917
13178
|
readonly type: "error";
|
|
12918
13179
|
readonly inputs: readonly [];
|
|
12919
13180
|
readonly name: "Renderer_NotValidRendererContract";
|
|
13181
|
+
}, {
|
|
13182
|
+
readonly type: "error";
|
|
13183
|
+
readonly inputs: readonly [{
|
|
13184
|
+
readonly name: "token";
|
|
13185
|
+
readonly internalType: "address";
|
|
13186
|
+
readonly type: "address";
|
|
13187
|
+
}];
|
|
13188
|
+
readonly name: "SafeERC20FailedOperation";
|
|
12920
13189
|
}, {
|
|
12921
13190
|
readonly type: "error";
|
|
12922
13191
|
readonly inputs: readonly [];
|