@zoralabs/protocol-deployments 0.1.5-DEV.7 → 0.1.5-DEV.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/generated/mints.d.ts +1 -0
- package/dist/generated/mints.d.ts.map +1 -1
- package/dist/generated/wagmi.d.ts +617 -59
- package/dist/generated/wagmi.d.ts.map +1 -1
- package/dist/index.cjs +179 -20
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +175 -20
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
- package/src/generated/1155.ts +3 -3
- package/src/generated/mints.ts +4 -2
- package/src/generated/wagmi.ts +188 -17
|
@@ -1,3 +1,247 @@
|
|
|
1
|
+
export declare const iUnwrapAndForwardActionABI: readonly [{
|
|
2
|
+
readonly stateMutability: "payable";
|
|
3
|
+
readonly type: "function";
|
|
4
|
+
readonly inputs: readonly [{
|
|
5
|
+
readonly name: "receiverAddress";
|
|
6
|
+
readonly internalType: "address";
|
|
7
|
+
readonly type: "address";
|
|
8
|
+
}, {
|
|
9
|
+
readonly name: "call";
|
|
10
|
+
readonly internalType: "bytes";
|
|
11
|
+
readonly type: "bytes";
|
|
12
|
+
}, {
|
|
13
|
+
readonly name: "valueToSend";
|
|
14
|
+
readonly internalType: "uint256";
|
|
15
|
+
readonly type: "uint256";
|
|
16
|
+
}];
|
|
17
|
+
readonly name: "callWithEth";
|
|
18
|
+
readonly outputs: readonly [];
|
|
19
|
+
}];
|
|
20
|
+
/**
|
|
21
|
+
* [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x0cA1f6829fA3B42480Ae363Cca5E95d1Fa52688b)
|
|
22
|
+
*/
|
|
23
|
+
export declare const mintsEthUnwrapperAndCallerABI: readonly [{
|
|
24
|
+
readonly stateMutability: "nonpayable";
|
|
25
|
+
readonly type: "constructor";
|
|
26
|
+
readonly inputs: readonly [{
|
|
27
|
+
readonly name: "_zoraMints1155";
|
|
28
|
+
readonly internalType: "contract IZoraMints1155";
|
|
29
|
+
readonly type: "address";
|
|
30
|
+
}];
|
|
31
|
+
}, {
|
|
32
|
+
readonly stateMutability: "payable";
|
|
33
|
+
readonly type: "receive";
|
|
34
|
+
}, {
|
|
35
|
+
readonly stateMutability: "nonpayable";
|
|
36
|
+
readonly type: "function";
|
|
37
|
+
readonly inputs: readonly [{
|
|
38
|
+
readonly name: "";
|
|
39
|
+
readonly internalType: "address";
|
|
40
|
+
readonly type: "address";
|
|
41
|
+
}, {
|
|
42
|
+
readonly name: "from";
|
|
43
|
+
readonly internalType: "address";
|
|
44
|
+
readonly type: "address";
|
|
45
|
+
}, {
|
|
46
|
+
readonly name: "ids";
|
|
47
|
+
readonly internalType: "uint256[]";
|
|
48
|
+
readonly type: "uint256[]";
|
|
49
|
+
}, {
|
|
50
|
+
readonly name: "values";
|
|
51
|
+
readonly internalType: "uint256[]";
|
|
52
|
+
readonly type: "uint256[]";
|
|
53
|
+
}, {
|
|
54
|
+
readonly name: "data";
|
|
55
|
+
readonly internalType: "bytes";
|
|
56
|
+
readonly type: "bytes";
|
|
57
|
+
}];
|
|
58
|
+
readonly name: "onERC1155BatchReceived";
|
|
59
|
+
readonly outputs: readonly [{
|
|
60
|
+
readonly name: "";
|
|
61
|
+
readonly internalType: "bytes4";
|
|
62
|
+
readonly type: "bytes4";
|
|
63
|
+
}];
|
|
64
|
+
}, {
|
|
65
|
+
readonly stateMutability: "nonpayable";
|
|
66
|
+
readonly type: "function";
|
|
67
|
+
readonly inputs: readonly [{
|
|
68
|
+
readonly name: "";
|
|
69
|
+
readonly internalType: "address";
|
|
70
|
+
readonly type: "address";
|
|
71
|
+
}, {
|
|
72
|
+
readonly name: "from";
|
|
73
|
+
readonly internalType: "address";
|
|
74
|
+
readonly type: "address";
|
|
75
|
+
}, {
|
|
76
|
+
readonly name: "id";
|
|
77
|
+
readonly internalType: "uint256";
|
|
78
|
+
readonly type: "uint256";
|
|
79
|
+
}, {
|
|
80
|
+
readonly name: "value";
|
|
81
|
+
readonly internalType: "uint256";
|
|
82
|
+
readonly type: "uint256";
|
|
83
|
+
}, {
|
|
84
|
+
readonly name: "data";
|
|
85
|
+
readonly internalType: "bytes";
|
|
86
|
+
readonly type: "bytes";
|
|
87
|
+
}];
|
|
88
|
+
readonly name: "onERC1155Received";
|
|
89
|
+
readonly outputs: readonly [{
|
|
90
|
+
readonly name: "";
|
|
91
|
+
readonly internalType: "bytes4";
|
|
92
|
+
readonly type: "bytes4";
|
|
93
|
+
}];
|
|
94
|
+
}, {
|
|
95
|
+
readonly type: "error";
|
|
96
|
+
readonly inputs: readonly [{
|
|
97
|
+
readonly name: "tokenId";
|
|
98
|
+
readonly internalType: "uint256";
|
|
99
|
+
readonly type: "uint256";
|
|
100
|
+
}];
|
|
101
|
+
readonly name: "ERC20NotSupported";
|
|
102
|
+
}, {
|
|
103
|
+
readonly type: "error";
|
|
104
|
+
readonly inputs: readonly [];
|
|
105
|
+
readonly name: "ETHTransferFailed";
|
|
106
|
+
}, {
|
|
107
|
+
readonly type: "error";
|
|
108
|
+
readonly inputs: readonly [];
|
|
109
|
+
readonly name: "NotExpectingReceive";
|
|
110
|
+
}, {
|
|
111
|
+
readonly type: "error";
|
|
112
|
+
readonly inputs: readonly [];
|
|
113
|
+
readonly name: "NotZoraMints1155";
|
|
114
|
+
}, {
|
|
115
|
+
readonly type: "error";
|
|
116
|
+
readonly inputs: readonly [{
|
|
117
|
+
readonly name: "data";
|
|
118
|
+
readonly internalType: "bytes";
|
|
119
|
+
readonly type: "bytes";
|
|
120
|
+
}];
|
|
121
|
+
readonly name: "TransferFailed";
|
|
122
|
+
}, {
|
|
123
|
+
readonly type: "error";
|
|
124
|
+
readonly inputs: readonly [];
|
|
125
|
+
readonly name: "UnknownUserAction";
|
|
126
|
+
}];
|
|
127
|
+
/**
|
|
128
|
+
* [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x0cA1f6829fA3B42480Ae363Cca5E95d1Fa52688b)
|
|
129
|
+
*/
|
|
130
|
+
export declare const mintsEthUnwrapperAndCallerAddress: {
|
|
131
|
+
readonly 999999999: "0x0cA1f6829fA3B42480Ae363Cca5E95d1Fa52688b";
|
|
132
|
+
};
|
|
133
|
+
/**
|
|
134
|
+
* [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x0cA1f6829fA3B42480Ae363Cca5E95d1Fa52688b)
|
|
135
|
+
*/
|
|
136
|
+
export declare const mintsEthUnwrapperAndCallerConfig: {
|
|
137
|
+
readonly address: {
|
|
138
|
+
readonly 999999999: "0x0cA1f6829fA3B42480Ae363Cca5E95d1Fa52688b";
|
|
139
|
+
};
|
|
140
|
+
readonly abi: readonly [{
|
|
141
|
+
readonly stateMutability: "nonpayable";
|
|
142
|
+
readonly type: "constructor";
|
|
143
|
+
readonly inputs: readonly [{
|
|
144
|
+
readonly name: "_zoraMints1155";
|
|
145
|
+
readonly internalType: "contract IZoraMints1155";
|
|
146
|
+
readonly type: "address";
|
|
147
|
+
}];
|
|
148
|
+
}, {
|
|
149
|
+
readonly stateMutability: "payable";
|
|
150
|
+
readonly type: "receive";
|
|
151
|
+
}, {
|
|
152
|
+
readonly stateMutability: "nonpayable";
|
|
153
|
+
readonly type: "function";
|
|
154
|
+
readonly inputs: readonly [{
|
|
155
|
+
readonly name: "";
|
|
156
|
+
readonly internalType: "address";
|
|
157
|
+
readonly type: "address";
|
|
158
|
+
}, {
|
|
159
|
+
readonly name: "from";
|
|
160
|
+
readonly internalType: "address";
|
|
161
|
+
readonly type: "address";
|
|
162
|
+
}, {
|
|
163
|
+
readonly name: "ids";
|
|
164
|
+
readonly internalType: "uint256[]";
|
|
165
|
+
readonly type: "uint256[]";
|
|
166
|
+
}, {
|
|
167
|
+
readonly name: "values";
|
|
168
|
+
readonly internalType: "uint256[]";
|
|
169
|
+
readonly type: "uint256[]";
|
|
170
|
+
}, {
|
|
171
|
+
readonly name: "data";
|
|
172
|
+
readonly internalType: "bytes";
|
|
173
|
+
readonly type: "bytes";
|
|
174
|
+
}];
|
|
175
|
+
readonly name: "onERC1155BatchReceived";
|
|
176
|
+
readonly outputs: readonly [{
|
|
177
|
+
readonly name: "";
|
|
178
|
+
readonly internalType: "bytes4";
|
|
179
|
+
readonly type: "bytes4";
|
|
180
|
+
}];
|
|
181
|
+
}, {
|
|
182
|
+
readonly stateMutability: "nonpayable";
|
|
183
|
+
readonly type: "function";
|
|
184
|
+
readonly inputs: readonly [{
|
|
185
|
+
readonly name: "";
|
|
186
|
+
readonly internalType: "address";
|
|
187
|
+
readonly type: "address";
|
|
188
|
+
}, {
|
|
189
|
+
readonly name: "from";
|
|
190
|
+
readonly internalType: "address";
|
|
191
|
+
readonly type: "address";
|
|
192
|
+
}, {
|
|
193
|
+
readonly name: "id";
|
|
194
|
+
readonly internalType: "uint256";
|
|
195
|
+
readonly type: "uint256";
|
|
196
|
+
}, {
|
|
197
|
+
readonly name: "value";
|
|
198
|
+
readonly internalType: "uint256";
|
|
199
|
+
readonly type: "uint256";
|
|
200
|
+
}, {
|
|
201
|
+
readonly name: "data";
|
|
202
|
+
readonly internalType: "bytes";
|
|
203
|
+
readonly type: "bytes";
|
|
204
|
+
}];
|
|
205
|
+
readonly name: "onERC1155Received";
|
|
206
|
+
readonly outputs: readonly [{
|
|
207
|
+
readonly name: "";
|
|
208
|
+
readonly internalType: "bytes4";
|
|
209
|
+
readonly type: "bytes4";
|
|
210
|
+
}];
|
|
211
|
+
}, {
|
|
212
|
+
readonly type: "error";
|
|
213
|
+
readonly inputs: readonly [{
|
|
214
|
+
readonly name: "tokenId";
|
|
215
|
+
readonly internalType: "uint256";
|
|
216
|
+
readonly type: "uint256";
|
|
217
|
+
}];
|
|
218
|
+
readonly name: "ERC20NotSupported";
|
|
219
|
+
}, {
|
|
220
|
+
readonly type: "error";
|
|
221
|
+
readonly inputs: readonly [];
|
|
222
|
+
readonly name: "ETHTransferFailed";
|
|
223
|
+
}, {
|
|
224
|
+
readonly type: "error";
|
|
225
|
+
readonly inputs: readonly [];
|
|
226
|
+
readonly name: "NotExpectingReceive";
|
|
227
|
+
}, {
|
|
228
|
+
readonly type: "error";
|
|
229
|
+
readonly inputs: readonly [];
|
|
230
|
+
readonly name: "NotZoraMints1155";
|
|
231
|
+
}, {
|
|
232
|
+
readonly type: "error";
|
|
233
|
+
readonly inputs: readonly [{
|
|
234
|
+
readonly name: "data";
|
|
235
|
+
readonly internalType: "bytes";
|
|
236
|
+
readonly type: "bytes";
|
|
237
|
+
}];
|
|
238
|
+
readonly name: "TransferFailed";
|
|
239
|
+
}, {
|
|
240
|
+
readonly type: "error";
|
|
241
|
+
readonly inputs: readonly [];
|
|
242
|
+
readonly name: "UnknownUserAction";
|
|
243
|
+
}];
|
|
244
|
+
};
|
|
1
245
|
/**
|
|
2
246
|
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
3
247
|
* - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
@@ -7954,7 +8198,7 @@ export declare const zoraCreatorRedeemMinterFactoryConfig: {
|
|
|
7954
8198
|
}];
|
|
7955
8199
|
};
|
|
7956
8200
|
/**
|
|
7957
|
-
* [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/
|
|
8201
|
+
* [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777EBF55Ec642acCBCfe1342C2B7A384Afe4)
|
|
7958
8202
|
*/
|
|
7959
8203
|
export declare const zoraMints1155ABI: readonly [{
|
|
7960
8204
|
readonly stateMutability: "nonpayable";
|
|
@@ -8173,7 +8417,7 @@ export declare const zoraMints1155ABI: readonly [{
|
|
|
8173
8417
|
readonly type: "function";
|
|
8174
8418
|
readonly inputs: readonly [{
|
|
8175
8419
|
readonly name: "permit";
|
|
8176
|
-
readonly internalType: "struct IZoraMints1155Managed.
|
|
8420
|
+
readonly internalType: "struct IZoraMints1155Managed.PermitBatch";
|
|
8177
8421
|
readonly type: "tuple";
|
|
8178
8422
|
readonly components: readonly [{
|
|
8179
8423
|
readonly name: "owner";
|
|
@@ -8199,13 +8443,13 @@ export declare const zoraMints1155ABI: readonly [{
|
|
|
8199
8443
|
readonly name: "deadline";
|
|
8200
8444
|
readonly internalType: "uint256";
|
|
8201
8445
|
readonly type: "uint256";
|
|
8446
|
+
}, {
|
|
8447
|
+
readonly name: "nonce";
|
|
8448
|
+
readonly internalType: "uint256";
|
|
8449
|
+
readonly type: "uint256";
|
|
8202
8450
|
}];
|
|
8203
|
-
}, {
|
|
8204
|
-
readonly name: "nonce";
|
|
8205
|
-
readonly internalType: "uint256";
|
|
8206
|
-
readonly type: "uint256";
|
|
8207
8451
|
}];
|
|
8208
|
-
readonly name: "
|
|
8452
|
+
readonly name: "hashPermitBatch";
|
|
8209
8453
|
readonly outputs: readonly [{
|
|
8210
8454
|
readonly name: "";
|
|
8211
8455
|
readonly internalType: "bytes32";
|
|
@@ -8215,36 +8459,79 @@ export declare const zoraMints1155ABI: readonly [{
|
|
|
8215
8459
|
readonly stateMutability: "view";
|
|
8216
8460
|
readonly type: "function";
|
|
8217
8461
|
readonly inputs: readonly [{
|
|
8218
|
-
readonly name: "
|
|
8219
|
-
readonly internalType: "
|
|
8220
|
-
readonly type: "
|
|
8221
|
-
|
|
8222
|
-
|
|
8223
|
-
|
|
8224
|
-
|
|
8225
|
-
|
|
8226
|
-
|
|
8227
|
-
|
|
8228
|
-
|
|
8229
|
-
|
|
8230
|
-
|
|
8231
|
-
|
|
8232
|
-
|
|
8233
|
-
|
|
8234
|
-
|
|
8235
|
-
|
|
8236
|
-
|
|
8237
|
-
|
|
8238
|
-
|
|
8239
|
-
|
|
8240
|
-
|
|
8241
|
-
|
|
8242
|
-
|
|
8462
|
+
readonly name: "permit";
|
|
8463
|
+
readonly internalType: "struct IZoraMints1155Managed.PermitSingle";
|
|
8464
|
+
readonly type: "tuple";
|
|
8465
|
+
readonly components: readonly [{
|
|
8466
|
+
readonly name: "owner";
|
|
8467
|
+
readonly internalType: "address";
|
|
8468
|
+
readonly type: "address";
|
|
8469
|
+
}, {
|
|
8470
|
+
readonly name: "to";
|
|
8471
|
+
readonly internalType: "address";
|
|
8472
|
+
readonly type: "address";
|
|
8473
|
+
}, {
|
|
8474
|
+
readonly name: "tokenId";
|
|
8475
|
+
readonly internalType: "uint256";
|
|
8476
|
+
readonly type: "uint256";
|
|
8477
|
+
}, {
|
|
8478
|
+
readonly name: "quantity";
|
|
8479
|
+
readonly internalType: "uint256";
|
|
8480
|
+
readonly type: "uint256";
|
|
8481
|
+
}, {
|
|
8482
|
+
readonly name: "safeTransferData";
|
|
8483
|
+
readonly internalType: "bytes";
|
|
8484
|
+
readonly type: "bytes";
|
|
8485
|
+
}, {
|
|
8486
|
+
readonly name: "deadline";
|
|
8487
|
+
readonly internalType: "uint256";
|
|
8488
|
+
readonly type: "uint256";
|
|
8489
|
+
}, {
|
|
8490
|
+
readonly name: "nonce";
|
|
8491
|
+
readonly internalType: "uint256";
|
|
8492
|
+
readonly type: "uint256";
|
|
8493
|
+
}];
|
|
8494
|
+
}];
|
|
8495
|
+
readonly name: "hashPermitSingle";
|
|
8496
|
+
readonly outputs: readonly [{
|
|
8497
|
+
readonly name: "";
|
|
8498
|
+
readonly internalType: "bytes32";
|
|
8499
|
+
readonly type: "bytes32";
|
|
8500
|
+
}];
|
|
8501
|
+
}, {
|
|
8502
|
+
readonly stateMutability: "view";
|
|
8503
|
+
readonly type: "function";
|
|
8504
|
+
readonly inputs: readonly [{
|
|
8505
|
+
readonly name: "account";
|
|
8506
|
+
readonly internalType: "address";
|
|
8507
|
+
readonly type: "address";
|
|
8508
|
+
}, {
|
|
8509
|
+
readonly name: "operator";
|
|
8510
|
+
readonly internalType: "address";
|
|
8511
|
+
readonly type: "address";
|
|
8512
|
+
}];
|
|
8513
|
+
readonly name: "isApprovedForAll";
|
|
8514
|
+
readonly outputs: readonly [{
|
|
8515
|
+
readonly name: "";
|
|
8516
|
+
readonly internalType: "bool";
|
|
8517
|
+
readonly type: "bool";
|
|
8518
|
+
}];
|
|
8519
|
+
}, {
|
|
8520
|
+
readonly stateMutability: "view";
|
|
8521
|
+
readonly type: "function";
|
|
8522
|
+
readonly inputs: readonly [];
|
|
8523
|
+
readonly name: "isConsumingScheduledOp";
|
|
8524
|
+
readonly outputs: readonly [{
|
|
8525
|
+
readonly name: "";
|
|
8526
|
+
readonly internalType: "bytes4";
|
|
8527
|
+
readonly type: "bytes4";
|
|
8528
|
+
}];
|
|
8529
|
+
}, {
|
|
8243
8530
|
readonly stateMutability: "view";
|
|
8244
8531
|
readonly type: "function";
|
|
8245
8532
|
readonly inputs: readonly [{
|
|
8246
8533
|
readonly name: "permit";
|
|
8247
|
-
readonly internalType: "struct IZoraMints1155Managed.
|
|
8534
|
+
readonly internalType: "struct IZoraMints1155Managed.PermitBatch";
|
|
8248
8535
|
readonly type: "tuple";
|
|
8249
8536
|
readonly components: readonly [{
|
|
8250
8537
|
readonly name: "owner";
|
|
@@ -8270,13 +8557,64 @@ export declare const zoraMints1155ABI: readonly [{
|
|
|
8270
8557
|
readonly name: "deadline";
|
|
8271
8558
|
readonly internalType: "uint256";
|
|
8272
8559
|
readonly type: "uint256";
|
|
8560
|
+
}, {
|
|
8561
|
+
readonly name: "nonce";
|
|
8562
|
+
readonly internalType: "uint256";
|
|
8563
|
+
readonly type: "uint256";
|
|
8273
8564
|
}];
|
|
8274
8565
|
}, {
|
|
8275
8566
|
readonly name: "signature";
|
|
8276
8567
|
readonly internalType: "bytes";
|
|
8277
8568
|
readonly type: "bytes";
|
|
8278
8569
|
}];
|
|
8279
|
-
readonly name: "
|
|
8570
|
+
readonly name: "isValidSignatureTransferBatch";
|
|
8571
|
+
readonly outputs: readonly [{
|
|
8572
|
+
readonly name: "";
|
|
8573
|
+
readonly internalType: "bool";
|
|
8574
|
+
readonly type: "bool";
|
|
8575
|
+
}];
|
|
8576
|
+
}, {
|
|
8577
|
+
readonly stateMutability: "view";
|
|
8578
|
+
readonly type: "function";
|
|
8579
|
+
readonly inputs: readonly [{
|
|
8580
|
+
readonly name: "permit";
|
|
8581
|
+
readonly internalType: "struct IZoraMints1155Managed.PermitSingle";
|
|
8582
|
+
readonly type: "tuple";
|
|
8583
|
+
readonly components: readonly [{
|
|
8584
|
+
readonly name: "owner";
|
|
8585
|
+
readonly internalType: "address";
|
|
8586
|
+
readonly type: "address";
|
|
8587
|
+
}, {
|
|
8588
|
+
readonly name: "to";
|
|
8589
|
+
readonly internalType: "address";
|
|
8590
|
+
readonly type: "address";
|
|
8591
|
+
}, {
|
|
8592
|
+
readonly name: "tokenId";
|
|
8593
|
+
readonly internalType: "uint256";
|
|
8594
|
+
readonly type: "uint256";
|
|
8595
|
+
}, {
|
|
8596
|
+
readonly name: "quantity";
|
|
8597
|
+
readonly internalType: "uint256";
|
|
8598
|
+
readonly type: "uint256";
|
|
8599
|
+
}, {
|
|
8600
|
+
readonly name: "safeTransferData";
|
|
8601
|
+
readonly internalType: "bytes";
|
|
8602
|
+
readonly type: "bytes";
|
|
8603
|
+
}, {
|
|
8604
|
+
readonly name: "deadline";
|
|
8605
|
+
readonly internalType: "uint256";
|
|
8606
|
+
readonly type: "uint256";
|
|
8607
|
+
}, {
|
|
8608
|
+
readonly name: "nonce";
|
|
8609
|
+
readonly internalType: "uint256";
|
|
8610
|
+
readonly type: "uint256";
|
|
8611
|
+
}];
|
|
8612
|
+
}, {
|
|
8613
|
+
readonly name: "signature";
|
|
8614
|
+
readonly internalType: "bytes";
|
|
8615
|
+
readonly type: "bytes";
|
|
8616
|
+
}];
|
|
8617
|
+
readonly name: "isValidSignatureTransferSingle";
|
|
8280
8618
|
readonly outputs: readonly [{
|
|
8281
8619
|
readonly name: "";
|
|
8282
8620
|
readonly internalType: "bool";
|
|
@@ -8347,12 +8685,16 @@ export declare const zoraMints1155ABI: readonly [{
|
|
|
8347
8685
|
readonly name: "owner";
|
|
8348
8686
|
readonly internalType: "address";
|
|
8349
8687
|
readonly type: "address";
|
|
8688
|
+
}, {
|
|
8689
|
+
readonly name: "nonce";
|
|
8690
|
+
readonly internalType: "uint256";
|
|
8691
|
+
readonly type: "uint256";
|
|
8350
8692
|
}];
|
|
8351
|
-
readonly name: "
|
|
8693
|
+
readonly name: "nonceUsed";
|
|
8352
8694
|
readonly outputs: readonly [{
|
|
8353
8695
|
readonly name: "";
|
|
8354
|
-
readonly internalType: "
|
|
8355
|
-
readonly type: "
|
|
8696
|
+
readonly internalType: "bool";
|
|
8697
|
+
readonly type: "bool";
|
|
8356
8698
|
}];
|
|
8357
8699
|
}, {
|
|
8358
8700
|
readonly stateMutability: "nonpayable";
|
|
@@ -8387,7 +8729,50 @@ export declare const zoraMints1155ABI: readonly [{
|
|
|
8387
8729
|
readonly type: "function";
|
|
8388
8730
|
readonly inputs: readonly [{
|
|
8389
8731
|
readonly name: "permit";
|
|
8390
|
-
readonly internalType: "struct IZoraMints1155Managed.
|
|
8732
|
+
readonly internalType: "struct IZoraMints1155Managed.PermitSingle";
|
|
8733
|
+
readonly type: "tuple";
|
|
8734
|
+
readonly components: readonly [{
|
|
8735
|
+
readonly name: "owner";
|
|
8736
|
+
readonly internalType: "address";
|
|
8737
|
+
readonly type: "address";
|
|
8738
|
+
}, {
|
|
8739
|
+
readonly name: "to";
|
|
8740
|
+
readonly internalType: "address";
|
|
8741
|
+
readonly type: "address";
|
|
8742
|
+
}, {
|
|
8743
|
+
readonly name: "tokenId";
|
|
8744
|
+
readonly internalType: "uint256";
|
|
8745
|
+
readonly type: "uint256";
|
|
8746
|
+
}, {
|
|
8747
|
+
readonly name: "quantity";
|
|
8748
|
+
readonly internalType: "uint256";
|
|
8749
|
+
readonly type: "uint256";
|
|
8750
|
+
}, {
|
|
8751
|
+
readonly name: "safeTransferData";
|
|
8752
|
+
readonly internalType: "bytes";
|
|
8753
|
+
readonly type: "bytes";
|
|
8754
|
+
}, {
|
|
8755
|
+
readonly name: "deadline";
|
|
8756
|
+
readonly internalType: "uint256";
|
|
8757
|
+
readonly type: "uint256";
|
|
8758
|
+
}, {
|
|
8759
|
+
readonly name: "nonce";
|
|
8760
|
+
readonly internalType: "uint256";
|
|
8761
|
+
readonly type: "uint256";
|
|
8762
|
+
}];
|
|
8763
|
+
}, {
|
|
8764
|
+
readonly name: "signature";
|
|
8765
|
+
readonly internalType: "bytes";
|
|
8766
|
+
readonly type: "bytes";
|
|
8767
|
+
}];
|
|
8768
|
+
readonly name: "permitSafeTransfer";
|
|
8769
|
+
readonly outputs: readonly [];
|
|
8770
|
+
}, {
|
|
8771
|
+
readonly stateMutability: "nonpayable";
|
|
8772
|
+
readonly type: "function";
|
|
8773
|
+
readonly inputs: readonly [{
|
|
8774
|
+
readonly name: "permit";
|
|
8775
|
+
readonly internalType: "struct IZoraMints1155Managed.PermitBatch";
|
|
8391
8776
|
readonly type: "tuple";
|
|
8392
8777
|
readonly components: readonly [{
|
|
8393
8778
|
readonly name: "owner";
|
|
@@ -8413,6 +8798,10 @@ export declare const zoraMints1155ABI: readonly [{
|
|
|
8413
8798
|
readonly name: "deadline";
|
|
8414
8799
|
readonly internalType: "uint256";
|
|
8415
8800
|
readonly type: "uint256";
|
|
8801
|
+
}, {
|
|
8802
|
+
readonly name: "nonce";
|
|
8803
|
+
readonly internalType: "uint256";
|
|
8804
|
+
readonly type: "uint256";
|
|
8416
8805
|
}];
|
|
8417
8806
|
}, {
|
|
8418
8807
|
readonly name: "signature";
|
|
@@ -9015,17 +9404,17 @@ export declare const zoraMints1155ABI: readonly [{
|
|
|
9015
9404
|
readonly name: "TokenNotMintable";
|
|
9016
9405
|
}];
|
|
9017
9406
|
/**
|
|
9018
|
-
* [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/
|
|
9407
|
+
* [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777EBF55Ec642acCBCfe1342C2B7A384Afe4)
|
|
9019
9408
|
*/
|
|
9020
9409
|
export declare const zoraMints1155Address: {
|
|
9021
|
-
readonly 999999999: "
|
|
9410
|
+
readonly 999999999: "0x7777777EBF55Ec642acCBCfe1342C2B7A384Afe4";
|
|
9022
9411
|
};
|
|
9023
9412
|
/**
|
|
9024
|
-
* [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/
|
|
9413
|
+
* [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777EBF55Ec642acCBCfe1342C2B7A384Afe4)
|
|
9025
9414
|
*/
|
|
9026
9415
|
export declare const zoraMints1155Config: {
|
|
9027
9416
|
readonly address: {
|
|
9028
|
-
readonly 999999999: "
|
|
9417
|
+
readonly 999999999: "0x7777777EBF55Ec642acCBCfe1342C2B7A384Afe4";
|
|
9029
9418
|
};
|
|
9030
9419
|
readonly abi: readonly [{
|
|
9031
9420
|
readonly stateMutability: "nonpayable";
|
|
@@ -9244,7 +9633,7 @@ export declare const zoraMints1155Config: {
|
|
|
9244
9633
|
readonly type: "function";
|
|
9245
9634
|
readonly inputs: readonly [{
|
|
9246
9635
|
readonly name: "permit";
|
|
9247
|
-
readonly internalType: "struct IZoraMints1155Managed.
|
|
9636
|
+
readonly internalType: "struct IZoraMints1155Managed.PermitBatch";
|
|
9248
9637
|
readonly type: "tuple";
|
|
9249
9638
|
readonly components: readonly [{
|
|
9250
9639
|
readonly name: "owner";
|
|
@@ -9270,13 +9659,56 @@ export declare const zoraMints1155Config: {
|
|
|
9270
9659
|
readonly name: "deadline";
|
|
9271
9660
|
readonly internalType: "uint256";
|
|
9272
9661
|
readonly type: "uint256";
|
|
9662
|
+
}, {
|
|
9663
|
+
readonly name: "nonce";
|
|
9664
|
+
readonly internalType: "uint256";
|
|
9665
|
+
readonly type: "uint256";
|
|
9273
9666
|
}];
|
|
9274
|
-
}, {
|
|
9275
|
-
readonly name: "nonce";
|
|
9276
|
-
readonly internalType: "uint256";
|
|
9277
|
-
readonly type: "uint256";
|
|
9278
9667
|
}];
|
|
9279
|
-
readonly name: "
|
|
9668
|
+
readonly name: "hashPermitBatch";
|
|
9669
|
+
readonly outputs: readonly [{
|
|
9670
|
+
readonly name: "";
|
|
9671
|
+
readonly internalType: "bytes32";
|
|
9672
|
+
readonly type: "bytes32";
|
|
9673
|
+
}];
|
|
9674
|
+
}, {
|
|
9675
|
+
readonly stateMutability: "view";
|
|
9676
|
+
readonly type: "function";
|
|
9677
|
+
readonly inputs: readonly [{
|
|
9678
|
+
readonly name: "permit";
|
|
9679
|
+
readonly internalType: "struct IZoraMints1155Managed.PermitSingle";
|
|
9680
|
+
readonly type: "tuple";
|
|
9681
|
+
readonly components: readonly [{
|
|
9682
|
+
readonly name: "owner";
|
|
9683
|
+
readonly internalType: "address";
|
|
9684
|
+
readonly type: "address";
|
|
9685
|
+
}, {
|
|
9686
|
+
readonly name: "to";
|
|
9687
|
+
readonly internalType: "address";
|
|
9688
|
+
readonly type: "address";
|
|
9689
|
+
}, {
|
|
9690
|
+
readonly name: "tokenId";
|
|
9691
|
+
readonly internalType: "uint256";
|
|
9692
|
+
readonly type: "uint256";
|
|
9693
|
+
}, {
|
|
9694
|
+
readonly name: "quantity";
|
|
9695
|
+
readonly internalType: "uint256";
|
|
9696
|
+
readonly type: "uint256";
|
|
9697
|
+
}, {
|
|
9698
|
+
readonly name: "safeTransferData";
|
|
9699
|
+
readonly internalType: "bytes";
|
|
9700
|
+
readonly type: "bytes";
|
|
9701
|
+
}, {
|
|
9702
|
+
readonly name: "deadline";
|
|
9703
|
+
readonly internalType: "uint256";
|
|
9704
|
+
readonly type: "uint256";
|
|
9705
|
+
}, {
|
|
9706
|
+
readonly name: "nonce";
|
|
9707
|
+
readonly internalType: "uint256";
|
|
9708
|
+
readonly type: "uint256";
|
|
9709
|
+
}];
|
|
9710
|
+
}];
|
|
9711
|
+
readonly name: "hashPermitSingle";
|
|
9280
9712
|
readonly outputs: readonly [{
|
|
9281
9713
|
readonly name: "";
|
|
9282
9714
|
readonly internalType: "bytes32";
|
|
@@ -9315,7 +9747,7 @@ export declare const zoraMints1155Config: {
|
|
|
9315
9747
|
readonly type: "function";
|
|
9316
9748
|
readonly inputs: readonly [{
|
|
9317
9749
|
readonly name: "permit";
|
|
9318
|
-
readonly internalType: "struct IZoraMints1155Managed.
|
|
9750
|
+
readonly internalType: "struct IZoraMints1155Managed.PermitBatch";
|
|
9319
9751
|
readonly type: "tuple";
|
|
9320
9752
|
readonly components: readonly [{
|
|
9321
9753
|
readonly name: "owner";
|
|
@@ -9341,13 +9773,64 @@ export declare const zoraMints1155Config: {
|
|
|
9341
9773
|
readonly name: "deadline";
|
|
9342
9774
|
readonly internalType: "uint256";
|
|
9343
9775
|
readonly type: "uint256";
|
|
9776
|
+
}, {
|
|
9777
|
+
readonly name: "nonce";
|
|
9778
|
+
readonly internalType: "uint256";
|
|
9779
|
+
readonly type: "uint256";
|
|
9344
9780
|
}];
|
|
9345
9781
|
}, {
|
|
9346
9782
|
readonly name: "signature";
|
|
9347
9783
|
readonly internalType: "bytes";
|
|
9348
9784
|
readonly type: "bytes";
|
|
9349
9785
|
}];
|
|
9350
|
-
readonly name: "
|
|
9786
|
+
readonly name: "isValidSignatureTransferBatch";
|
|
9787
|
+
readonly outputs: readonly [{
|
|
9788
|
+
readonly name: "";
|
|
9789
|
+
readonly internalType: "bool";
|
|
9790
|
+
readonly type: "bool";
|
|
9791
|
+
}];
|
|
9792
|
+
}, {
|
|
9793
|
+
readonly stateMutability: "view";
|
|
9794
|
+
readonly type: "function";
|
|
9795
|
+
readonly inputs: readonly [{
|
|
9796
|
+
readonly name: "permit";
|
|
9797
|
+
readonly internalType: "struct IZoraMints1155Managed.PermitSingle";
|
|
9798
|
+
readonly type: "tuple";
|
|
9799
|
+
readonly components: readonly [{
|
|
9800
|
+
readonly name: "owner";
|
|
9801
|
+
readonly internalType: "address";
|
|
9802
|
+
readonly type: "address";
|
|
9803
|
+
}, {
|
|
9804
|
+
readonly name: "to";
|
|
9805
|
+
readonly internalType: "address";
|
|
9806
|
+
readonly type: "address";
|
|
9807
|
+
}, {
|
|
9808
|
+
readonly name: "tokenId";
|
|
9809
|
+
readonly internalType: "uint256";
|
|
9810
|
+
readonly type: "uint256";
|
|
9811
|
+
}, {
|
|
9812
|
+
readonly name: "quantity";
|
|
9813
|
+
readonly internalType: "uint256";
|
|
9814
|
+
readonly type: "uint256";
|
|
9815
|
+
}, {
|
|
9816
|
+
readonly name: "safeTransferData";
|
|
9817
|
+
readonly internalType: "bytes";
|
|
9818
|
+
readonly type: "bytes";
|
|
9819
|
+
}, {
|
|
9820
|
+
readonly name: "deadline";
|
|
9821
|
+
readonly internalType: "uint256";
|
|
9822
|
+
readonly type: "uint256";
|
|
9823
|
+
}, {
|
|
9824
|
+
readonly name: "nonce";
|
|
9825
|
+
readonly internalType: "uint256";
|
|
9826
|
+
readonly type: "uint256";
|
|
9827
|
+
}];
|
|
9828
|
+
}, {
|
|
9829
|
+
readonly name: "signature";
|
|
9830
|
+
readonly internalType: "bytes";
|
|
9831
|
+
readonly type: "bytes";
|
|
9832
|
+
}];
|
|
9833
|
+
readonly name: "isValidSignatureTransferSingle";
|
|
9351
9834
|
readonly outputs: readonly [{
|
|
9352
9835
|
readonly name: "";
|
|
9353
9836
|
readonly internalType: "bool";
|
|
@@ -9418,12 +9901,16 @@ export declare const zoraMints1155Config: {
|
|
|
9418
9901
|
readonly name: "owner";
|
|
9419
9902
|
readonly internalType: "address";
|
|
9420
9903
|
readonly type: "address";
|
|
9904
|
+
}, {
|
|
9905
|
+
readonly name: "nonce";
|
|
9906
|
+
readonly internalType: "uint256";
|
|
9907
|
+
readonly type: "uint256";
|
|
9421
9908
|
}];
|
|
9422
|
-
readonly name: "
|
|
9909
|
+
readonly name: "nonceUsed";
|
|
9423
9910
|
readonly outputs: readonly [{
|
|
9424
9911
|
readonly name: "";
|
|
9425
|
-
readonly internalType: "
|
|
9426
|
-
readonly type: "
|
|
9912
|
+
readonly internalType: "bool";
|
|
9913
|
+
readonly type: "bool";
|
|
9427
9914
|
}];
|
|
9428
9915
|
}, {
|
|
9429
9916
|
readonly stateMutability: "nonpayable";
|
|
@@ -9458,7 +9945,50 @@ export declare const zoraMints1155Config: {
|
|
|
9458
9945
|
readonly type: "function";
|
|
9459
9946
|
readonly inputs: readonly [{
|
|
9460
9947
|
readonly name: "permit";
|
|
9461
|
-
readonly internalType: "struct IZoraMints1155Managed.
|
|
9948
|
+
readonly internalType: "struct IZoraMints1155Managed.PermitSingle";
|
|
9949
|
+
readonly type: "tuple";
|
|
9950
|
+
readonly components: readonly [{
|
|
9951
|
+
readonly name: "owner";
|
|
9952
|
+
readonly internalType: "address";
|
|
9953
|
+
readonly type: "address";
|
|
9954
|
+
}, {
|
|
9955
|
+
readonly name: "to";
|
|
9956
|
+
readonly internalType: "address";
|
|
9957
|
+
readonly type: "address";
|
|
9958
|
+
}, {
|
|
9959
|
+
readonly name: "tokenId";
|
|
9960
|
+
readonly internalType: "uint256";
|
|
9961
|
+
readonly type: "uint256";
|
|
9962
|
+
}, {
|
|
9963
|
+
readonly name: "quantity";
|
|
9964
|
+
readonly internalType: "uint256";
|
|
9965
|
+
readonly type: "uint256";
|
|
9966
|
+
}, {
|
|
9967
|
+
readonly name: "safeTransferData";
|
|
9968
|
+
readonly internalType: "bytes";
|
|
9969
|
+
readonly type: "bytes";
|
|
9970
|
+
}, {
|
|
9971
|
+
readonly name: "deadline";
|
|
9972
|
+
readonly internalType: "uint256";
|
|
9973
|
+
readonly type: "uint256";
|
|
9974
|
+
}, {
|
|
9975
|
+
readonly name: "nonce";
|
|
9976
|
+
readonly internalType: "uint256";
|
|
9977
|
+
readonly type: "uint256";
|
|
9978
|
+
}];
|
|
9979
|
+
}, {
|
|
9980
|
+
readonly name: "signature";
|
|
9981
|
+
readonly internalType: "bytes";
|
|
9982
|
+
readonly type: "bytes";
|
|
9983
|
+
}];
|
|
9984
|
+
readonly name: "permitSafeTransfer";
|
|
9985
|
+
readonly outputs: readonly [];
|
|
9986
|
+
}, {
|
|
9987
|
+
readonly stateMutability: "nonpayable";
|
|
9988
|
+
readonly type: "function";
|
|
9989
|
+
readonly inputs: readonly [{
|
|
9990
|
+
readonly name: "permit";
|
|
9991
|
+
readonly internalType: "struct IZoraMints1155Managed.PermitBatch";
|
|
9462
9992
|
readonly type: "tuple";
|
|
9463
9993
|
readonly components: readonly [{
|
|
9464
9994
|
readonly name: "owner";
|
|
@@ -9484,6 +10014,10 @@ export declare const zoraMints1155Config: {
|
|
|
9484
10014
|
readonly name: "deadline";
|
|
9485
10015
|
readonly internalType: "uint256";
|
|
9486
10016
|
readonly type: "uint256";
|
|
10017
|
+
}, {
|
|
10018
|
+
readonly name: "nonce";
|
|
10019
|
+
readonly internalType: "uint256";
|
|
10020
|
+
readonly type: "uint256";
|
|
9487
10021
|
}];
|
|
9488
10022
|
}, {
|
|
9489
10023
|
readonly name: "signature";
|
|
@@ -10087,7 +10621,7 @@ export declare const zoraMints1155Config: {
|
|
|
10087
10621
|
}];
|
|
10088
10622
|
};
|
|
10089
10623
|
/**
|
|
10090
|
-
* [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/
|
|
10624
|
+
* [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777dB66f897FDC5e6f01dB79C4e56dC817D7)
|
|
10091
10625
|
*/
|
|
10092
10626
|
export declare const zoraMintsManagerImplABI: readonly [{
|
|
10093
10627
|
readonly stateMutability: "nonpayable";
|
|
@@ -10917,6 +11451,10 @@ export declare const zoraMintsManagerImplABI: readonly [{
|
|
|
10917
11451
|
readonly type: "uint256";
|
|
10918
11452
|
}];
|
|
10919
11453
|
readonly name: "Create2InsufficientBalance";
|
|
11454
|
+
}, {
|
|
11455
|
+
readonly type: "error";
|
|
11456
|
+
readonly inputs: readonly [];
|
|
11457
|
+
readonly name: "DefaultOwnerCannotBeZero";
|
|
10920
11458
|
}, {
|
|
10921
11459
|
readonly type: "error";
|
|
10922
11460
|
readonly inputs: readonly [];
|
|
@@ -11009,6 +11547,10 @@ export declare const zoraMintsManagerImplABI: readonly [{
|
|
|
11009
11547
|
readonly type: "error";
|
|
11010
11548
|
readonly inputs: readonly [];
|
|
11011
11549
|
readonly name: "InvalidMintSchedule";
|
|
11550
|
+
}, {
|
|
11551
|
+
readonly type: "error";
|
|
11552
|
+
readonly inputs: readonly [];
|
|
11553
|
+
readonly name: "InvalidOwnerForAssociatedZoraMints";
|
|
11012
11554
|
}, {
|
|
11013
11555
|
readonly type: "error";
|
|
11014
11556
|
readonly inputs: readonly [];
|
|
@@ -11129,6 +11671,10 @@ export declare const zoraMintsManagerImplABI: readonly [{
|
|
|
11129
11671
|
readonly type: "error";
|
|
11130
11672
|
readonly inputs: readonly [];
|
|
11131
11673
|
readonly name: "PremintDeleted";
|
|
11674
|
+
}, {
|
|
11675
|
+
readonly type: "error";
|
|
11676
|
+
readonly inputs: readonly [];
|
|
11677
|
+
readonly name: "PremintExecutorCannotBeZero";
|
|
11132
11678
|
}, {
|
|
11133
11679
|
readonly type: "error";
|
|
11134
11680
|
readonly inputs: readonly [{
|
|
@@ -11283,17 +11829,17 @@ export declare const zoraMintsManagerImplABI: readonly [{
|
|
|
11283
11829
|
readonly name: "premintSignerContractNotAContract";
|
|
11284
11830
|
}];
|
|
11285
11831
|
/**
|
|
11286
|
-
* [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/
|
|
11832
|
+
* [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777dB66f897FDC5e6f01dB79C4e56dC817D7)
|
|
11287
11833
|
*/
|
|
11288
11834
|
export declare const zoraMintsManagerImplAddress: {
|
|
11289
|
-
readonly 999999999: "
|
|
11835
|
+
readonly 999999999: "0x7777777dB66f897FDC5e6f01dB79C4e56dC817D7";
|
|
11290
11836
|
};
|
|
11291
11837
|
/**
|
|
11292
|
-
* [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/
|
|
11838
|
+
* [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777dB66f897FDC5e6f01dB79C4e56dC817D7)
|
|
11293
11839
|
*/
|
|
11294
11840
|
export declare const zoraMintsManagerImplConfig: {
|
|
11295
11841
|
readonly address: {
|
|
11296
|
-
readonly 999999999: "
|
|
11842
|
+
readonly 999999999: "0x7777777dB66f897FDC5e6f01dB79C4e56dC817D7";
|
|
11297
11843
|
};
|
|
11298
11844
|
readonly abi: readonly [{
|
|
11299
11845
|
readonly stateMutability: "nonpayable";
|
|
@@ -12123,6 +12669,10 @@ export declare const zoraMintsManagerImplConfig: {
|
|
|
12123
12669
|
readonly type: "uint256";
|
|
12124
12670
|
}];
|
|
12125
12671
|
readonly name: "Create2InsufficientBalance";
|
|
12672
|
+
}, {
|
|
12673
|
+
readonly type: "error";
|
|
12674
|
+
readonly inputs: readonly [];
|
|
12675
|
+
readonly name: "DefaultOwnerCannotBeZero";
|
|
12126
12676
|
}, {
|
|
12127
12677
|
readonly type: "error";
|
|
12128
12678
|
readonly inputs: readonly [];
|
|
@@ -12215,6 +12765,10 @@ export declare const zoraMintsManagerImplConfig: {
|
|
|
12215
12765
|
readonly type: "error";
|
|
12216
12766
|
readonly inputs: readonly [];
|
|
12217
12767
|
readonly name: "InvalidMintSchedule";
|
|
12768
|
+
}, {
|
|
12769
|
+
readonly type: "error";
|
|
12770
|
+
readonly inputs: readonly [];
|
|
12771
|
+
readonly name: "InvalidOwnerForAssociatedZoraMints";
|
|
12218
12772
|
}, {
|
|
12219
12773
|
readonly type: "error";
|
|
12220
12774
|
readonly inputs: readonly [];
|
|
@@ -12335,6 +12889,10 @@ export declare const zoraMintsManagerImplConfig: {
|
|
|
12335
12889
|
readonly type: "error";
|
|
12336
12890
|
readonly inputs: readonly [];
|
|
12337
12891
|
readonly name: "PremintDeleted";
|
|
12892
|
+
}, {
|
|
12893
|
+
readonly type: "error";
|
|
12894
|
+
readonly inputs: readonly [];
|
|
12895
|
+
readonly name: "PremintExecutorCannotBeZero";
|
|
12338
12896
|
}, {
|
|
12339
12897
|
readonly type: "error";
|
|
12340
12898
|
readonly inputs: readonly [{
|