@artblocks/abx-sdk 0.1.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/dist/abi/generated.d.ts +6185 -0
- package/dist/abi/generated.d.ts.map +1 -0
- package/dist/abi/generated.js +28 -0
- package/dist/abi/generated.js.map +1 -0
- package/dist/abi/index.d.ts +3227 -0
- package/dist/abi/index.d.ts.map +1 -0
- package/dist/abi/index.js +38 -0
- package/dist/abi/index.js.map +1 -0
- package/dist/chains.d.ts +27 -0
- package/dist/chains.d.ts.map +1 -0
- package/dist/chains.js +71 -0
- package/dist/chains.js.map +1 -0
- package/dist/chunks.d.ts +168 -0
- package/dist/chunks.d.ts.map +1 -0
- package/dist/chunks.js +232 -0
- package/dist/chunks.js.map +1 -0
- package/dist/clients.d.ts +42 -0
- package/dist/clients.d.ts.map +1 -0
- package/dist/clients.js +90 -0
- package/dist/clients.js.map +1 -0
- package/dist/create2.d.ts +42 -0
- package/dist/create2.d.ts.map +1 -0
- package/dist/create2.js +47 -0
- package/dist/create2.js.map +1 -0
- package/dist/deploy.d.ts +192 -0
- package/dist/deploy.d.ts.map +1 -0
- package/dist/deploy.js +231 -0
- package/dist/deploy.js.map +1 -0
- package/dist/deployments.d.ts +60 -0
- package/dist/deployments.d.ts.map +1 -0
- package/dist/deployments.js +81 -0
- package/dist/deployments.js.map +1 -0
- package/dist/deps.d.ts +109 -0
- package/dist/deps.d.ts.map +1 -0
- package/dist/deps.js +103 -0
- package/dist/deps.js.map +1 -0
- package/dist/env.d.ts +2 -0
- package/dist/env.d.ts.map +1 -0
- package/dist/env.js +45 -0
- package/dist/env.js.map +1 -0
- package/dist/fastlz.d.ts +20 -0
- package/dist/fastlz.d.ts.map +1 -0
- package/dist/fastlz.js +123 -0
- package/dist/fastlz.js.map +1 -0
- package/dist/generator.d.ts +129 -0
- package/dist/generator.d.ts.map +1 -0
- package/dist/generator.js +81 -0
- package/dist/generator.js.map +1 -0
- package/dist/index.d.ts +31 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +20 -0
- package/dist/index.js.map +1 -0
- package/dist/ops.d.ts +379 -0
- package/dist/ops.d.ts.map +1 -0
- package/dist/ops.js +811 -0
- package/dist/ops.js.map +1 -0
- package/dist/probe.d.ts +30 -0
- package/dist/probe.d.ts.map +1 -0
- package/dist/probe.js +74 -0
- package/dist/probe.js.map +1 -0
- package/dist/reconstruct.d.ts +97 -0
- package/dist/reconstruct.d.ts.map +1 -0
- package/dist/reconstruct.js +597 -0
- package/dist/reconstruct.js.map +1 -0
- package/dist/spine.d.ts +110 -0
- package/dist/spine.d.ts.map +1 -0
- package/dist/spine.js +0 -0
- package/dist/spine.js.map +1 -0
- package/dist/token.d.ts +33 -0
- package/dist/token.d.ts.map +1 -0
- package/dist/token.js +66 -0
- package/dist/token.js.map +1 -0
- package/dist/tokendata.d.ts +50 -0
- package/dist/tokendata.d.ts.map +1 -0
- package/dist/tokendata.js +178 -0
- package/dist/tokendata.js.map +1 -0
- package/dist/traits.d.ts +38 -0
- package/dist/traits.d.ts.map +1 -0
- package/dist/traits.js +92 -0
- package/dist/traits.js.map +1 -0
- package/dist/types.d.ts +145 -0
- package/dist/types.d.ts.map +1 -0
- package/dist/types.js +2 -0
- package/dist/types.js.map +1 -0
- package/package.json +53 -0
|
@@ -0,0 +1,3227 @@
|
|
|
1
|
+
export { oneOfOneImageFactoryAbi, oneOfOneImageFactoryBytecode, oneOfOneImageAbi, oneOfOneImageBytecode, seriesImageFactoryAbi, seriesImageFactoryBytecode, seriesImageAbi, seriesImageBytecode, seriesCodeFactoryAbi, seriesCodeFactoryBytecode, seriesCodeAbi, seriesCodeBytecode, abxSeedSourceAbi, abxSeedSourceBytecode, abxParamsLibAbi, abxParamsLibBytecode, abxCodeLibAbi, abxCodeLibBytecode, abxMetadataRendererAbi, abxMetadataRendererBytecode, abxChunkStoreAbi, abxChunkStoreBytecode, abxFixedPriceMinterAbi, abxFixedPriceMinterBytecode, } from './generated.js';
|
|
2
|
+
/**
|
|
3
|
+
* The event-spine ABI: every event any ABX token type + its factory can emit — the set
|
|
4
|
+
* the reference indexer decodes. Both concrete tokens (1/1 and Series) declare the full
|
|
5
|
+
* spine they participate in (Register 1 standards + Register 2 native events); we union
|
|
6
|
+
* them plus the factories' `Deployed` and the fixed-price minter's sibling Minter-spine
|
|
7
|
+
* events (`SaleConfigured`/`Purchase`), de-duping shared fragments (e.g. `Transfer`) so a
|
|
8
|
+
* single ABI decodes any ABX contract's logs unambiguously.
|
|
9
|
+
*/
|
|
10
|
+
export declare const spineEventAbi: ({
|
|
11
|
+
readonly type: "constructor";
|
|
12
|
+
readonly inputs: readonly [];
|
|
13
|
+
readonly stateMutability: "nonpayable";
|
|
14
|
+
} | {
|
|
15
|
+
readonly type: "function";
|
|
16
|
+
readonly name: "deploy";
|
|
17
|
+
readonly inputs: readonly [{
|
|
18
|
+
readonly name: "params";
|
|
19
|
+
readonly type: "tuple";
|
|
20
|
+
readonly internalType: "struct OneOfOneImage.InitParams";
|
|
21
|
+
readonly components: readonly [{
|
|
22
|
+
readonly name: "owner";
|
|
23
|
+
readonly type: "address";
|
|
24
|
+
readonly internalType: "address";
|
|
25
|
+
}, {
|
|
26
|
+
readonly name: "mintTo";
|
|
27
|
+
readonly type: "address";
|
|
28
|
+
readonly internalType: "address";
|
|
29
|
+
}, {
|
|
30
|
+
readonly name: "name";
|
|
31
|
+
readonly type: "string";
|
|
32
|
+
readonly internalType: "string";
|
|
33
|
+
}, {
|
|
34
|
+
readonly name: "symbol";
|
|
35
|
+
readonly type: "string";
|
|
36
|
+
readonly internalType: "string";
|
|
37
|
+
}, {
|
|
38
|
+
readonly name: "tokenURIBase";
|
|
39
|
+
readonly type: "string";
|
|
40
|
+
readonly internalType: "string";
|
|
41
|
+
}, {
|
|
42
|
+
readonly name: "tokenURIRenderer";
|
|
43
|
+
readonly type: "address";
|
|
44
|
+
readonly internalType: "address";
|
|
45
|
+
}, {
|
|
46
|
+
readonly name: "contractURIBase";
|
|
47
|
+
readonly type: "string";
|
|
48
|
+
readonly internalType: "string";
|
|
49
|
+
}, {
|
|
50
|
+
readonly name: "contractURIRenderer";
|
|
51
|
+
readonly type: "address";
|
|
52
|
+
readonly internalType: "address";
|
|
53
|
+
}, {
|
|
54
|
+
readonly name: "royaltyReceiver";
|
|
55
|
+
readonly type: "address";
|
|
56
|
+
readonly internalType: "address";
|
|
57
|
+
}, {
|
|
58
|
+
readonly name: "royaltyBps";
|
|
59
|
+
readonly type: "uint16";
|
|
60
|
+
readonly internalType: "uint16";
|
|
61
|
+
}, {
|
|
62
|
+
readonly name: "tokenFields";
|
|
63
|
+
readonly type: "tuple[]";
|
|
64
|
+
readonly internalType: "struct OnChainMetadata.FieldInput[]";
|
|
65
|
+
readonly components: readonly [{
|
|
66
|
+
readonly name: "field";
|
|
67
|
+
readonly type: "bytes32";
|
|
68
|
+
readonly internalType: "bytes32";
|
|
69
|
+
}, {
|
|
70
|
+
readonly name: "representation";
|
|
71
|
+
readonly type: "bytes32";
|
|
72
|
+
readonly internalType: "bytes32";
|
|
73
|
+
}, {
|
|
74
|
+
readonly name: "value";
|
|
75
|
+
readonly type: "bytes";
|
|
76
|
+
readonly internalType: "bytes";
|
|
77
|
+
}];
|
|
78
|
+
}, {
|
|
79
|
+
readonly name: "contractFields";
|
|
80
|
+
readonly type: "tuple[]";
|
|
81
|
+
readonly internalType: "struct OnChainMetadata.FieldInput[]";
|
|
82
|
+
readonly components: readonly [{
|
|
83
|
+
readonly name: "field";
|
|
84
|
+
readonly type: "bytes32";
|
|
85
|
+
readonly internalType: "bytes32";
|
|
86
|
+
}, {
|
|
87
|
+
readonly name: "representation";
|
|
88
|
+
readonly type: "bytes32";
|
|
89
|
+
readonly internalType: "bytes32";
|
|
90
|
+
}, {
|
|
91
|
+
readonly name: "value";
|
|
92
|
+
readonly type: "bytes";
|
|
93
|
+
readonly internalType: "bytes";
|
|
94
|
+
}];
|
|
95
|
+
}];
|
|
96
|
+
}];
|
|
97
|
+
readonly outputs: readonly [{
|
|
98
|
+
readonly name: "clone";
|
|
99
|
+
readonly type: "address";
|
|
100
|
+
readonly internalType: "address";
|
|
101
|
+
}];
|
|
102
|
+
readonly stateMutability: "nonpayable";
|
|
103
|
+
} | {
|
|
104
|
+
readonly type: "function";
|
|
105
|
+
readonly name: "deployDeterministic";
|
|
106
|
+
readonly inputs: readonly [{
|
|
107
|
+
readonly name: "params";
|
|
108
|
+
readonly type: "tuple";
|
|
109
|
+
readonly internalType: "struct OneOfOneImage.InitParams";
|
|
110
|
+
readonly components: readonly [{
|
|
111
|
+
readonly name: "owner";
|
|
112
|
+
readonly type: "address";
|
|
113
|
+
readonly internalType: "address";
|
|
114
|
+
}, {
|
|
115
|
+
readonly name: "mintTo";
|
|
116
|
+
readonly type: "address";
|
|
117
|
+
readonly internalType: "address";
|
|
118
|
+
}, {
|
|
119
|
+
readonly name: "name";
|
|
120
|
+
readonly type: "string";
|
|
121
|
+
readonly internalType: "string";
|
|
122
|
+
}, {
|
|
123
|
+
readonly name: "symbol";
|
|
124
|
+
readonly type: "string";
|
|
125
|
+
readonly internalType: "string";
|
|
126
|
+
}, {
|
|
127
|
+
readonly name: "tokenURIBase";
|
|
128
|
+
readonly type: "string";
|
|
129
|
+
readonly internalType: "string";
|
|
130
|
+
}, {
|
|
131
|
+
readonly name: "tokenURIRenderer";
|
|
132
|
+
readonly type: "address";
|
|
133
|
+
readonly internalType: "address";
|
|
134
|
+
}, {
|
|
135
|
+
readonly name: "contractURIBase";
|
|
136
|
+
readonly type: "string";
|
|
137
|
+
readonly internalType: "string";
|
|
138
|
+
}, {
|
|
139
|
+
readonly name: "contractURIRenderer";
|
|
140
|
+
readonly type: "address";
|
|
141
|
+
readonly internalType: "address";
|
|
142
|
+
}, {
|
|
143
|
+
readonly name: "royaltyReceiver";
|
|
144
|
+
readonly type: "address";
|
|
145
|
+
readonly internalType: "address";
|
|
146
|
+
}, {
|
|
147
|
+
readonly name: "royaltyBps";
|
|
148
|
+
readonly type: "uint16";
|
|
149
|
+
readonly internalType: "uint16";
|
|
150
|
+
}, {
|
|
151
|
+
readonly name: "tokenFields";
|
|
152
|
+
readonly type: "tuple[]";
|
|
153
|
+
readonly internalType: "struct OnChainMetadata.FieldInput[]";
|
|
154
|
+
readonly components: readonly [{
|
|
155
|
+
readonly name: "field";
|
|
156
|
+
readonly type: "bytes32";
|
|
157
|
+
readonly internalType: "bytes32";
|
|
158
|
+
}, {
|
|
159
|
+
readonly name: "representation";
|
|
160
|
+
readonly type: "bytes32";
|
|
161
|
+
readonly internalType: "bytes32";
|
|
162
|
+
}, {
|
|
163
|
+
readonly name: "value";
|
|
164
|
+
readonly type: "bytes";
|
|
165
|
+
readonly internalType: "bytes";
|
|
166
|
+
}];
|
|
167
|
+
}, {
|
|
168
|
+
readonly name: "contractFields";
|
|
169
|
+
readonly type: "tuple[]";
|
|
170
|
+
readonly internalType: "struct OnChainMetadata.FieldInput[]";
|
|
171
|
+
readonly components: readonly [{
|
|
172
|
+
readonly name: "field";
|
|
173
|
+
readonly type: "bytes32";
|
|
174
|
+
readonly internalType: "bytes32";
|
|
175
|
+
}, {
|
|
176
|
+
readonly name: "representation";
|
|
177
|
+
readonly type: "bytes32";
|
|
178
|
+
readonly internalType: "bytes32";
|
|
179
|
+
}, {
|
|
180
|
+
readonly name: "value";
|
|
181
|
+
readonly type: "bytes";
|
|
182
|
+
readonly internalType: "bytes";
|
|
183
|
+
}];
|
|
184
|
+
}];
|
|
185
|
+
}, {
|
|
186
|
+
readonly name: "salt";
|
|
187
|
+
readonly type: "bytes32";
|
|
188
|
+
readonly internalType: "bytes32";
|
|
189
|
+
}];
|
|
190
|
+
readonly outputs: readonly [{
|
|
191
|
+
readonly name: "clone";
|
|
192
|
+
readonly type: "address";
|
|
193
|
+
readonly internalType: "address";
|
|
194
|
+
}];
|
|
195
|
+
readonly stateMutability: "nonpayable";
|
|
196
|
+
} | {
|
|
197
|
+
readonly type: "function";
|
|
198
|
+
readonly name: "implementation";
|
|
199
|
+
readonly inputs: readonly [];
|
|
200
|
+
readonly outputs: readonly [{
|
|
201
|
+
readonly name: "";
|
|
202
|
+
readonly type: "address";
|
|
203
|
+
readonly internalType: "address";
|
|
204
|
+
}];
|
|
205
|
+
readonly stateMutability: "view";
|
|
206
|
+
} | {
|
|
207
|
+
readonly type: "function";
|
|
208
|
+
readonly name: "isAbxClone";
|
|
209
|
+
readonly inputs: readonly [{
|
|
210
|
+
readonly name: "";
|
|
211
|
+
readonly type: "address";
|
|
212
|
+
readonly internalType: "address";
|
|
213
|
+
}];
|
|
214
|
+
readonly outputs: readonly [{
|
|
215
|
+
readonly name: "";
|
|
216
|
+
readonly type: "bool";
|
|
217
|
+
readonly internalType: "bool";
|
|
218
|
+
}];
|
|
219
|
+
readonly stateMutability: "view";
|
|
220
|
+
} | {
|
|
221
|
+
readonly type: "function";
|
|
222
|
+
readonly name: "predictDeterministicAddress";
|
|
223
|
+
readonly inputs: readonly [{
|
|
224
|
+
readonly name: "salt";
|
|
225
|
+
readonly type: "bytes32";
|
|
226
|
+
readonly internalType: "bytes32";
|
|
227
|
+
}];
|
|
228
|
+
readonly outputs: readonly [{
|
|
229
|
+
readonly name: "";
|
|
230
|
+
readonly type: "address";
|
|
231
|
+
readonly internalType: "address";
|
|
232
|
+
}];
|
|
233
|
+
readonly stateMutability: "view";
|
|
234
|
+
} | {
|
|
235
|
+
readonly type: "event";
|
|
236
|
+
readonly name: "Deployed";
|
|
237
|
+
readonly inputs: readonly [{
|
|
238
|
+
readonly name: "clone";
|
|
239
|
+
readonly type: "address";
|
|
240
|
+
readonly indexed: true;
|
|
241
|
+
readonly internalType: "address";
|
|
242
|
+
}, {
|
|
243
|
+
readonly name: "implementation";
|
|
244
|
+
readonly type: "address";
|
|
245
|
+
readonly indexed: true;
|
|
246
|
+
readonly internalType: "address";
|
|
247
|
+
}, {
|
|
248
|
+
readonly name: "owner";
|
|
249
|
+
readonly type: "address";
|
|
250
|
+
readonly indexed: true;
|
|
251
|
+
readonly internalType: "address";
|
|
252
|
+
}];
|
|
253
|
+
readonly anonymous: false;
|
|
254
|
+
} | {
|
|
255
|
+
readonly type: "error";
|
|
256
|
+
readonly name: "SaltSenderMismatch";
|
|
257
|
+
readonly inputs: readonly [];
|
|
258
|
+
} | {
|
|
259
|
+
readonly type: "function";
|
|
260
|
+
readonly name: "abxVersion";
|
|
261
|
+
readonly inputs: readonly [];
|
|
262
|
+
readonly outputs: readonly [{
|
|
263
|
+
readonly name: "";
|
|
264
|
+
readonly type: "uint16";
|
|
265
|
+
readonly internalType: "uint16";
|
|
266
|
+
}];
|
|
267
|
+
readonly stateMutability: "pure";
|
|
268
|
+
} | {
|
|
269
|
+
readonly type: "function";
|
|
270
|
+
readonly name: "approve";
|
|
271
|
+
readonly inputs: readonly [{
|
|
272
|
+
readonly name: "account";
|
|
273
|
+
readonly type: "address";
|
|
274
|
+
readonly internalType: "address";
|
|
275
|
+
}, {
|
|
276
|
+
readonly name: "id";
|
|
277
|
+
readonly type: "uint256";
|
|
278
|
+
readonly internalType: "uint256";
|
|
279
|
+
}];
|
|
280
|
+
readonly outputs: readonly [];
|
|
281
|
+
readonly stateMutability: "payable";
|
|
282
|
+
} | {
|
|
283
|
+
readonly type: "function";
|
|
284
|
+
readonly name: "balanceOf";
|
|
285
|
+
readonly inputs: readonly [{
|
|
286
|
+
readonly name: "owner";
|
|
287
|
+
readonly type: "address";
|
|
288
|
+
readonly internalType: "address";
|
|
289
|
+
}];
|
|
290
|
+
readonly outputs: readonly [{
|
|
291
|
+
readonly name: "result";
|
|
292
|
+
readonly type: "uint256";
|
|
293
|
+
readonly internalType: "uint256";
|
|
294
|
+
}];
|
|
295
|
+
readonly stateMutability: "view";
|
|
296
|
+
} | {
|
|
297
|
+
readonly type: "function";
|
|
298
|
+
readonly name: "cancelOwnershipHandover";
|
|
299
|
+
readonly inputs: readonly [];
|
|
300
|
+
readonly outputs: readonly [];
|
|
301
|
+
readonly stateMutability: "payable";
|
|
302
|
+
} | {
|
|
303
|
+
readonly type: "function";
|
|
304
|
+
readonly name: "completeOwnershipHandover";
|
|
305
|
+
readonly inputs: readonly [{
|
|
306
|
+
readonly name: "pendingOwner";
|
|
307
|
+
readonly type: "address";
|
|
308
|
+
readonly internalType: "address";
|
|
309
|
+
}];
|
|
310
|
+
readonly outputs: readonly [];
|
|
311
|
+
readonly stateMutability: "payable";
|
|
312
|
+
} | {
|
|
313
|
+
readonly type: "function";
|
|
314
|
+
readonly name: "contractField";
|
|
315
|
+
readonly inputs: readonly [{
|
|
316
|
+
readonly name: "field";
|
|
317
|
+
readonly type: "bytes32";
|
|
318
|
+
readonly internalType: "bytes32";
|
|
319
|
+
}];
|
|
320
|
+
readonly outputs: readonly [{
|
|
321
|
+
readonly name: "representation";
|
|
322
|
+
readonly type: "bytes32";
|
|
323
|
+
readonly internalType: "bytes32";
|
|
324
|
+
}, {
|
|
325
|
+
readonly name: "value";
|
|
326
|
+
readonly type: "bytes";
|
|
327
|
+
readonly internalType: "bytes";
|
|
328
|
+
}];
|
|
329
|
+
readonly stateMutability: "view";
|
|
330
|
+
} | {
|
|
331
|
+
readonly type: "function";
|
|
332
|
+
readonly name: "contractFieldLocked";
|
|
333
|
+
readonly inputs: readonly [{
|
|
334
|
+
readonly name: "field";
|
|
335
|
+
readonly type: "bytes32";
|
|
336
|
+
readonly internalType: "bytes32";
|
|
337
|
+
}];
|
|
338
|
+
readonly outputs: readonly [{
|
|
339
|
+
readonly name: "";
|
|
340
|
+
readonly type: "bool";
|
|
341
|
+
readonly internalType: "bool";
|
|
342
|
+
}];
|
|
343
|
+
readonly stateMutability: "view";
|
|
344
|
+
} | {
|
|
345
|
+
readonly type: "function";
|
|
346
|
+
readonly name: "contractURI";
|
|
347
|
+
readonly inputs: readonly [];
|
|
348
|
+
readonly outputs: readonly [{
|
|
349
|
+
readonly name: "";
|
|
350
|
+
readonly type: "string";
|
|
351
|
+
readonly internalType: "string";
|
|
352
|
+
}];
|
|
353
|
+
readonly stateMutability: "view";
|
|
354
|
+
} | {
|
|
355
|
+
readonly type: "function";
|
|
356
|
+
readonly name: "contractURIBase";
|
|
357
|
+
readonly inputs: readonly [];
|
|
358
|
+
readonly outputs: readonly [{
|
|
359
|
+
readonly name: "";
|
|
360
|
+
readonly type: "string";
|
|
361
|
+
readonly internalType: "string";
|
|
362
|
+
}];
|
|
363
|
+
readonly stateMutability: "view";
|
|
364
|
+
} | {
|
|
365
|
+
readonly type: "function";
|
|
366
|
+
readonly name: "contractURILocked";
|
|
367
|
+
readonly inputs: readonly [];
|
|
368
|
+
readonly outputs: readonly [{
|
|
369
|
+
readonly name: "";
|
|
370
|
+
readonly type: "bool";
|
|
371
|
+
readonly internalType: "bool";
|
|
372
|
+
}];
|
|
373
|
+
readonly stateMutability: "view";
|
|
374
|
+
} | {
|
|
375
|
+
readonly type: "function";
|
|
376
|
+
readonly name: "contractURIOverride";
|
|
377
|
+
readonly inputs: readonly [];
|
|
378
|
+
readonly outputs: readonly [{
|
|
379
|
+
readonly name: "";
|
|
380
|
+
readonly type: "string";
|
|
381
|
+
readonly internalType: "string";
|
|
382
|
+
}];
|
|
383
|
+
readonly stateMutability: "view";
|
|
384
|
+
} | {
|
|
385
|
+
readonly type: "function";
|
|
386
|
+
readonly name: "contractURIRenderer";
|
|
387
|
+
readonly inputs: readonly [];
|
|
388
|
+
readonly outputs: readonly [{
|
|
389
|
+
readonly name: "";
|
|
390
|
+
readonly type: "address";
|
|
391
|
+
readonly internalType: "address";
|
|
392
|
+
}];
|
|
393
|
+
readonly stateMutability: "view";
|
|
394
|
+
} | {
|
|
395
|
+
readonly type: "function";
|
|
396
|
+
readonly name: "extensionVersion";
|
|
397
|
+
readonly inputs: readonly [{
|
|
398
|
+
readonly name: "extensionId";
|
|
399
|
+
readonly type: "bytes32";
|
|
400
|
+
readonly internalType: "bytes32";
|
|
401
|
+
}];
|
|
402
|
+
readonly outputs: readonly [{
|
|
403
|
+
readonly name: "";
|
|
404
|
+
readonly type: "uint16";
|
|
405
|
+
readonly internalType: "uint16";
|
|
406
|
+
}];
|
|
407
|
+
readonly stateMutability: "view";
|
|
408
|
+
} | {
|
|
409
|
+
readonly type: "function";
|
|
410
|
+
readonly name: "getApproved";
|
|
411
|
+
readonly inputs: readonly [{
|
|
412
|
+
readonly name: "id";
|
|
413
|
+
readonly type: "uint256";
|
|
414
|
+
readonly internalType: "uint256";
|
|
415
|
+
}];
|
|
416
|
+
readonly outputs: readonly [{
|
|
417
|
+
readonly name: "result";
|
|
418
|
+
readonly type: "address";
|
|
419
|
+
readonly internalType: "address";
|
|
420
|
+
}];
|
|
421
|
+
readonly stateMutability: "view";
|
|
422
|
+
} | {
|
|
423
|
+
readonly type: "function";
|
|
424
|
+
readonly name: "initialize";
|
|
425
|
+
readonly inputs: readonly [{
|
|
426
|
+
readonly name: "p";
|
|
427
|
+
readonly type: "tuple";
|
|
428
|
+
readonly internalType: "struct OneOfOneImage.InitParams";
|
|
429
|
+
readonly components: readonly [{
|
|
430
|
+
readonly name: "owner";
|
|
431
|
+
readonly type: "address";
|
|
432
|
+
readonly internalType: "address";
|
|
433
|
+
}, {
|
|
434
|
+
readonly name: "mintTo";
|
|
435
|
+
readonly type: "address";
|
|
436
|
+
readonly internalType: "address";
|
|
437
|
+
}, {
|
|
438
|
+
readonly name: "name";
|
|
439
|
+
readonly type: "string";
|
|
440
|
+
readonly internalType: "string";
|
|
441
|
+
}, {
|
|
442
|
+
readonly name: "symbol";
|
|
443
|
+
readonly type: "string";
|
|
444
|
+
readonly internalType: "string";
|
|
445
|
+
}, {
|
|
446
|
+
readonly name: "tokenURIBase";
|
|
447
|
+
readonly type: "string";
|
|
448
|
+
readonly internalType: "string";
|
|
449
|
+
}, {
|
|
450
|
+
readonly name: "tokenURIRenderer";
|
|
451
|
+
readonly type: "address";
|
|
452
|
+
readonly internalType: "address";
|
|
453
|
+
}, {
|
|
454
|
+
readonly name: "contractURIBase";
|
|
455
|
+
readonly type: "string";
|
|
456
|
+
readonly internalType: "string";
|
|
457
|
+
}, {
|
|
458
|
+
readonly name: "contractURIRenderer";
|
|
459
|
+
readonly type: "address";
|
|
460
|
+
readonly internalType: "address";
|
|
461
|
+
}, {
|
|
462
|
+
readonly name: "royaltyReceiver";
|
|
463
|
+
readonly type: "address";
|
|
464
|
+
readonly internalType: "address";
|
|
465
|
+
}, {
|
|
466
|
+
readonly name: "royaltyBps";
|
|
467
|
+
readonly type: "uint16";
|
|
468
|
+
readonly internalType: "uint16";
|
|
469
|
+
}, {
|
|
470
|
+
readonly name: "tokenFields";
|
|
471
|
+
readonly type: "tuple[]";
|
|
472
|
+
readonly internalType: "struct OnChainMetadata.FieldInput[]";
|
|
473
|
+
readonly components: readonly [{
|
|
474
|
+
readonly name: "field";
|
|
475
|
+
readonly type: "bytes32";
|
|
476
|
+
readonly internalType: "bytes32";
|
|
477
|
+
}, {
|
|
478
|
+
readonly name: "representation";
|
|
479
|
+
readonly type: "bytes32";
|
|
480
|
+
readonly internalType: "bytes32";
|
|
481
|
+
}, {
|
|
482
|
+
readonly name: "value";
|
|
483
|
+
readonly type: "bytes";
|
|
484
|
+
readonly internalType: "bytes";
|
|
485
|
+
}];
|
|
486
|
+
}, {
|
|
487
|
+
readonly name: "contractFields";
|
|
488
|
+
readonly type: "tuple[]";
|
|
489
|
+
readonly internalType: "struct OnChainMetadata.FieldInput[]";
|
|
490
|
+
readonly components: readonly [{
|
|
491
|
+
readonly name: "field";
|
|
492
|
+
readonly type: "bytes32";
|
|
493
|
+
readonly internalType: "bytes32";
|
|
494
|
+
}, {
|
|
495
|
+
readonly name: "representation";
|
|
496
|
+
readonly type: "bytes32";
|
|
497
|
+
readonly internalType: "bytes32";
|
|
498
|
+
}, {
|
|
499
|
+
readonly name: "value";
|
|
500
|
+
readonly type: "bytes";
|
|
501
|
+
readonly internalType: "bytes";
|
|
502
|
+
}];
|
|
503
|
+
}];
|
|
504
|
+
}];
|
|
505
|
+
readonly outputs: readonly [];
|
|
506
|
+
readonly stateMutability: "nonpayable";
|
|
507
|
+
} | {
|
|
508
|
+
readonly type: "function";
|
|
509
|
+
readonly name: "isApprovedForAll";
|
|
510
|
+
readonly inputs: readonly [{
|
|
511
|
+
readonly name: "owner";
|
|
512
|
+
readonly type: "address";
|
|
513
|
+
readonly internalType: "address";
|
|
514
|
+
}, {
|
|
515
|
+
readonly name: "operator";
|
|
516
|
+
readonly type: "address";
|
|
517
|
+
readonly internalType: "address";
|
|
518
|
+
}];
|
|
519
|
+
readonly outputs: readonly [{
|
|
520
|
+
readonly name: "result";
|
|
521
|
+
readonly type: "bool";
|
|
522
|
+
readonly internalType: "bool";
|
|
523
|
+
}];
|
|
524
|
+
readonly stateMutability: "view";
|
|
525
|
+
} | {
|
|
526
|
+
readonly type: "function";
|
|
527
|
+
readonly name: "lockContractField";
|
|
528
|
+
readonly inputs: readonly [{
|
|
529
|
+
readonly name: "field";
|
|
530
|
+
readonly type: "bytes32";
|
|
531
|
+
readonly internalType: "bytes32";
|
|
532
|
+
}];
|
|
533
|
+
readonly outputs: readonly [];
|
|
534
|
+
readonly stateMutability: "nonpayable";
|
|
535
|
+
} | {
|
|
536
|
+
readonly type: "function";
|
|
537
|
+
readonly name: "lockContractURI";
|
|
538
|
+
readonly inputs: readonly [];
|
|
539
|
+
readonly outputs: readonly [];
|
|
540
|
+
readonly stateMutability: "nonpayable";
|
|
541
|
+
} | {
|
|
542
|
+
readonly type: "function";
|
|
543
|
+
readonly name: "lockTokenField";
|
|
544
|
+
readonly inputs: readonly [{
|
|
545
|
+
readonly name: "tokenId";
|
|
546
|
+
readonly type: "uint256";
|
|
547
|
+
readonly internalType: "uint256";
|
|
548
|
+
}, {
|
|
549
|
+
readonly name: "field";
|
|
550
|
+
readonly type: "bytes32";
|
|
551
|
+
readonly internalType: "bytes32";
|
|
552
|
+
}];
|
|
553
|
+
readonly outputs: readonly [];
|
|
554
|
+
readonly stateMutability: "nonpayable";
|
|
555
|
+
} | {
|
|
556
|
+
readonly type: "function";
|
|
557
|
+
readonly name: "lockTokenURI";
|
|
558
|
+
readonly inputs: readonly [];
|
|
559
|
+
readonly outputs: readonly [];
|
|
560
|
+
readonly stateMutability: "nonpayable";
|
|
561
|
+
} | {
|
|
562
|
+
readonly type: "function";
|
|
563
|
+
readonly name: "mint";
|
|
564
|
+
readonly inputs: readonly [{
|
|
565
|
+
readonly name: "to";
|
|
566
|
+
readonly type: "address";
|
|
567
|
+
readonly internalType: "address";
|
|
568
|
+
}];
|
|
569
|
+
readonly outputs: readonly [];
|
|
570
|
+
readonly stateMutability: "nonpayable";
|
|
571
|
+
} | {
|
|
572
|
+
readonly type: "function";
|
|
573
|
+
readonly name: "multicall";
|
|
574
|
+
readonly inputs: readonly [{
|
|
575
|
+
readonly name: "data";
|
|
576
|
+
readonly type: "bytes[]";
|
|
577
|
+
readonly internalType: "bytes[]";
|
|
578
|
+
}];
|
|
579
|
+
readonly outputs: readonly [{
|
|
580
|
+
readonly name: "";
|
|
581
|
+
readonly type: "bytes[]";
|
|
582
|
+
readonly internalType: "bytes[]";
|
|
583
|
+
}];
|
|
584
|
+
readonly stateMutability: "payable";
|
|
585
|
+
} | {
|
|
586
|
+
readonly type: "function";
|
|
587
|
+
readonly name: "name";
|
|
588
|
+
readonly inputs: readonly [];
|
|
589
|
+
readonly outputs: readonly [{
|
|
590
|
+
readonly name: "";
|
|
591
|
+
readonly type: "string";
|
|
592
|
+
readonly internalType: "string";
|
|
593
|
+
}];
|
|
594
|
+
readonly stateMutability: "view";
|
|
595
|
+
} | {
|
|
596
|
+
readonly type: "function";
|
|
597
|
+
readonly name: "owner";
|
|
598
|
+
readonly inputs: readonly [];
|
|
599
|
+
readonly outputs: readonly [{
|
|
600
|
+
readonly name: "result";
|
|
601
|
+
readonly type: "address";
|
|
602
|
+
readonly internalType: "address";
|
|
603
|
+
}];
|
|
604
|
+
readonly stateMutability: "view";
|
|
605
|
+
} | {
|
|
606
|
+
readonly type: "function";
|
|
607
|
+
readonly name: "ownerOf";
|
|
608
|
+
readonly inputs: readonly [{
|
|
609
|
+
readonly name: "id";
|
|
610
|
+
readonly type: "uint256";
|
|
611
|
+
readonly internalType: "uint256";
|
|
612
|
+
}];
|
|
613
|
+
readonly outputs: readonly [{
|
|
614
|
+
readonly name: "result";
|
|
615
|
+
readonly type: "address";
|
|
616
|
+
readonly internalType: "address";
|
|
617
|
+
}];
|
|
618
|
+
readonly stateMutability: "view";
|
|
619
|
+
} | {
|
|
620
|
+
readonly type: "function";
|
|
621
|
+
readonly name: "ownershipHandoverExpiresAt";
|
|
622
|
+
readonly inputs: readonly [{
|
|
623
|
+
readonly name: "pendingOwner";
|
|
624
|
+
readonly type: "address";
|
|
625
|
+
readonly internalType: "address";
|
|
626
|
+
}];
|
|
627
|
+
readonly outputs: readonly [{
|
|
628
|
+
readonly name: "result";
|
|
629
|
+
readonly type: "uint256";
|
|
630
|
+
readonly internalType: "uint256";
|
|
631
|
+
}];
|
|
632
|
+
readonly stateMutability: "view";
|
|
633
|
+
} | {
|
|
634
|
+
readonly type: "function";
|
|
635
|
+
readonly name: "renounceOwnership";
|
|
636
|
+
readonly inputs: readonly [];
|
|
637
|
+
readonly outputs: readonly [];
|
|
638
|
+
readonly stateMutability: "payable";
|
|
639
|
+
} | {
|
|
640
|
+
readonly type: "function";
|
|
641
|
+
readonly name: "requestOwnershipHandover";
|
|
642
|
+
readonly inputs: readonly [];
|
|
643
|
+
readonly outputs: readonly [];
|
|
644
|
+
readonly stateMutability: "payable";
|
|
645
|
+
} | {
|
|
646
|
+
readonly type: "function";
|
|
647
|
+
readonly name: "royaltyInfo";
|
|
648
|
+
readonly inputs: readonly [{
|
|
649
|
+
readonly name: "tokenId";
|
|
650
|
+
readonly type: "uint256";
|
|
651
|
+
readonly internalType: "uint256";
|
|
652
|
+
}, {
|
|
653
|
+
readonly name: "salePrice";
|
|
654
|
+
readonly type: "uint256";
|
|
655
|
+
readonly internalType: "uint256";
|
|
656
|
+
}];
|
|
657
|
+
readonly outputs: readonly [{
|
|
658
|
+
readonly name: "receiver";
|
|
659
|
+
readonly type: "address";
|
|
660
|
+
readonly internalType: "address";
|
|
661
|
+
}, {
|
|
662
|
+
readonly name: "royaltyAmount";
|
|
663
|
+
readonly type: "uint256";
|
|
664
|
+
readonly internalType: "uint256";
|
|
665
|
+
}];
|
|
666
|
+
readonly stateMutability: "view";
|
|
667
|
+
} | {
|
|
668
|
+
readonly type: "function";
|
|
669
|
+
readonly name: "safeTransferFrom";
|
|
670
|
+
readonly inputs: readonly [{
|
|
671
|
+
readonly name: "from";
|
|
672
|
+
readonly type: "address";
|
|
673
|
+
readonly internalType: "address";
|
|
674
|
+
}, {
|
|
675
|
+
readonly name: "to";
|
|
676
|
+
readonly type: "address";
|
|
677
|
+
readonly internalType: "address";
|
|
678
|
+
}, {
|
|
679
|
+
readonly name: "id";
|
|
680
|
+
readonly type: "uint256";
|
|
681
|
+
readonly internalType: "uint256";
|
|
682
|
+
}];
|
|
683
|
+
readonly outputs: readonly [];
|
|
684
|
+
readonly stateMutability: "payable";
|
|
685
|
+
} | {
|
|
686
|
+
readonly type: "function";
|
|
687
|
+
readonly name: "safeTransferFrom";
|
|
688
|
+
readonly inputs: readonly [{
|
|
689
|
+
readonly name: "from";
|
|
690
|
+
readonly type: "address";
|
|
691
|
+
readonly internalType: "address";
|
|
692
|
+
}, {
|
|
693
|
+
readonly name: "to";
|
|
694
|
+
readonly type: "address";
|
|
695
|
+
readonly internalType: "address";
|
|
696
|
+
}, {
|
|
697
|
+
readonly name: "id";
|
|
698
|
+
readonly type: "uint256";
|
|
699
|
+
readonly internalType: "uint256";
|
|
700
|
+
}, {
|
|
701
|
+
readonly name: "data";
|
|
702
|
+
readonly type: "bytes";
|
|
703
|
+
readonly internalType: "bytes";
|
|
704
|
+
}];
|
|
705
|
+
readonly outputs: readonly [];
|
|
706
|
+
readonly stateMutability: "payable";
|
|
707
|
+
} | {
|
|
708
|
+
readonly type: "function";
|
|
709
|
+
readonly name: "setApprovalForAll";
|
|
710
|
+
readonly inputs: readonly [{
|
|
711
|
+
readonly name: "operator";
|
|
712
|
+
readonly type: "address";
|
|
713
|
+
readonly internalType: "address";
|
|
714
|
+
}, {
|
|
715
|
+
readonly name: "isApproved";
|
|
716
|
+
readonly type: "bool";
|
|
717
|
+
readonly internalType: "bool";
|
|
718
|
+
}];
|
|
719
|
+
readonly outputs: readonly [];
|
|
720
|
+
readonly stateMutability: "nonpayable";
|
|
721
|
+
} | {
|
|
722
|
+
readonly type: "function";
|
|
723
|
+
readonly name: "setContractField";
|
|
724
|
+
readonly inputs: readonly [{
|
|
725
|
+
readonly name: "field";
|
|
726
|
+
readonly type: "bytes32";
|
|
727
|
+
readonly internalType: "bytes32";
|
|
728
|
+
}, {
|
|
729
|
+
readonly name: "representation";
|
|
730
|
+
readonly type: "bytes32";
|
|
731
|
+
readonly internalType: "bytes32";
|
|
732
|
+
}, {
|
|
733
|
+
readonly name: "value";
|
|
734
|
+
readonly type: "bytes";
|
|
735
|
+
readonly internalType: "bytes";
|
|
736
|
+
}];
|
|
737
|
+
readonly outputs: readonly [];
|
|
738
|
+
readonly stateMutability: "nonpayable";
|
|
739
|
+
} | {
|
|
740
|
+
readonly type: "function";
|
|
741
|
+
readonly name: "setContractURIBase";
|
|
742
|
+
readonly inputs: readonly [{
|
|
743
|
+
readonly name: "base";
|
|
744
|
+
readonly type: "string";
|
|
745
|
+
readonly internalType: "string";
|
|
746
|
+
}];
|
|
747
|
+
readonly outputs: readonly [];
|
|
748
|
+
readonly stateMutability: "nonpayable";
|
|
749
|
+
} | {
|
|
750
|
+
readonly type: "function";
|
|
751
|
+
readonly name: "setContractURIOverride";
|
|
752
|
+
readonly inputs: readonly [{
|
|
753
|
+
readonly name: "uri";
|
|
754
|
+
readonly type: "string";
|
|
755
|
+
readonly internalType: "string";
|
|
756
|
+
}];
|
|
757
|
+
readonly outputs: readonly [];
|
|
758
|
+
readonly stateMutability: "nonpayable";
|
|
759
|
+
} | {
|
|
760
|
+
readonly type: "function";
|
|
761
|
+
readonly name: "setContractURIRenderer";
|
|
762
|
+
readonly inputs: readonly [{
|
|
763
|
+
readonly name: "renderer";
|
|
764
|
+
readonly type: "address";
|
|
765
|
+
readonly internalType: "address";
|
|
766
|
+
}];
|
|
767
|
+
readonly outputs: readonly [];
|
|
768
|
+
readonly stateMutability: "nonpayable";
|
|
769
|
+
} | {
|
|
770
|
+
readonly type: "function";
|
|
771
|
+
readonly name: "setDefaultRoyalty";
|
|
772
|
+
readonly inputs: readonly [{
|
|
773
|
+
readonly name: "receiver";
|
|
774
|
+
readonly type: "address";
|
|
775
|
+
readonly internalType: "address";
|
|
776
|
+
}, {
|
|
777
|
+
readonly name: "basisPoints";
|
|
778
|
+
readonly type: "uint16";
|
|
779
|
+
readonly internalType: "uint16";
|
|
780
|
+
}];
|
|
781
|
+
readonly outputs: readonly [];
|
|
782
|
+
readonly stateMutability: "nonpayable";
|
|
783
|
+
} | {
|
|
784
|
+
readonly type: "function";
|
|
785
|
+
readonly name: "setTokenField";
|
|
786
|
+
readonly inputs: readonly [{
|
|
787
|
+
readonly name: "tokenId";
|
|
788
|
+
readonly type: "uint256";
|
|
789
|
+
readonly internalType: "uint256";
|
|
790
|
+
}, {
|
|
791
|
+
readonly name: "field";
|
|
792
|
+
readonly type: "bytes32";
|
|
793
|
+
readonly internalType: "bytes32";
|
|
794
|
+
}, {
|
|
795
|
+
readonly name: "representation";
|
|
796
|
+
readonly type: "bytes32";
|
|
797
|
+
readonly internalType: "bytes32";
|
|
798
|
+
}, {
|
|
799
|
+
readonly name: "value";
|
|
800
|
+
readonly type: "bytes";
|
|
801
|
+
readonly internalType: "bytes";
|
|
802
|
+
}];
|
|
803
|
+
readonly outputs: readonly [];
|
|
804
|
+
readonly stateMutability: "nonpayable";
|
|
805
|
+
} | {
|
|
806
|
+
readonly type: "function";
|
|
807
|
+
readonly name: "setTokenURIBase";
|
|
808
|
+
readonly inputs: readonly [{
|
|
809
|
+
readonly name: "base";
|
|
810
|
+
readonly type: "string";
|
|
811
|
+
readonly internalType: "string";
|
|
812
|
+
}];
|
|
813
|
+
readonly outputs: readonly [];
|
|
814
|
+
readonly stateMutability: "nonpayable";
|
|
815
|
+
} | {
|
|
816
|
+
readonly type: "function";
|
|
817
|
+
readonly name: "setTokenURIOverride";
|
|
818
|
+
readonly inputs: readonly [{
|
|
819
|
+
readonly name: "id";
|
|
820
|
+
readonly type: "uint256";
|
|
821
|
+
readonly internalType: "uint256";
|
|
822
|
+
}, {
|
|
823
|
+
readonly name: "uri";
|
|
824
|
+
readonly type: "string";
|
|
825
|
+
readonly internalType: "string";
|
|
826
|
+
}];
|
|
827
|
+
readonly outputs: readonly [];
|
|
828
|
+
readonly stateMutability: "nonpayable";
|
|
829
|
+
} | {
|
|
830
|
+
readonly type: "function";
|
|
831
|
+
readonly name: "setTokenURIRenderer";
|
|
832
|
+
readonly inputs: readonly [{
|
|
833
|
+
readonly name: "renderer";
|
|
834
|
+
readonly type: "address";
|
|
835
|
+
readonly internalType: "address";
|
|
836
|
+
}];
|
|
837
|
+
readonly outputs: readonly [];
|
|
838
|
+
readonly stateMutability: "nonpayable";
|
|
839
|
+
} | {
|
|
840
|
+
readonly type: "function";
|
|
841
|
+
readonly name: "supportsInterface";
|
|
842
|
+
readonly inputs: readonly [{
|
|
843
|
+
readonly name: "interfaceId";
|
|
844
|
+
readonly type: "bytes4";
|
|
845
|
+
readonly internalType: "bytes4";
|
|
846
|
+
}];
|
|
847
|
+
readonly outputs: readonly [{
|
|
848
|
+
readonly name: "";
|
|
849
|
+
readonly type: "bool";
|
|
850
|
+
readonly internalType: "bool";
|
|
851
|
+
}];
|
|
852
|
+
readonly stateMutability: "view";
|
|
853
|
+
} | {
|
|
854
|
+
readonly type: "function";
|
|
855
|
+
readonly name: "symbol";
|
|
856
|
+
readonly inputs: readonly [];
|
|
857
|
+
readonly outputs: readonly [{
|
|
858
|
+
readonly name: "";
|
|
859
|
+
readonly type: "string";
|
|
860
|
+
readonly internalType: "string";
|
|
861
|
+
}];
|
|
862
|
+
readonly stateMutability: "view";
|
|
863
|
+
} | {
|
|
864
|
+
readonly type: "function";
|
|
865
|
+
readonly name: "tokenField";
|
|
866
|
+
readonly inputs: readonly [{
|
|
867
|
+
readonly name: "tokenId";
|
|
868
|
+
readonly type: "uint256";
|
|
869
|
+
readonly internalType: "uint256";
|
|
870
|
+
}, {
|
|
871
|
+
readonly name: "field";
|
|
872
|
+
readonly type: "bytes32";
|
|
873
|
+
readonly internalType: "bytes32";
|
|
874
|
+
}];
|
|
875
|
+
readonly outputs: readonly [{
|
|
876
|
+
readonly name: "representation";
|
|
877
|
+
readonly type: "bytes32";
|
|
878
|
+
readonly internalType: "bytes32";
|
|
879
|
+
}, {
|
|
880
|
+
readonly name: "value";
|
|
881
|
+
readonly type: "bytes";
|
|
882
|
+
readonly internalType: "bytes";
|
|
883
|
+
}];
|
|
884
|
+
readonly stateMutability: "view";
|
|
885
|
+
} | {
|
|
886
|
+
readonly type: "function";
|
|
887
|
+
readonly name: "tokenFieldLocked";
|
|
888
|
+
readonly inputs: readonly [{
|
|
889
|
+
readonly name: "tokenId";
|
|
890
|
+
readonly type: "uint256";
|
|
891
|
+
readonly internalType: "uint256";
|
|
892
|
+
}, {
|
|
893
|
+
readonly name: "field";
|
|
894
|
+
readonly type: "bytes32";
|
|
895
|
+
readonly internalType: "bytes32";
|
|
896
|
+
}];
|
|
897
|
+
readonly outputs: readonly [{
|
|
898
|
+
readonly name: "";
|
|
899
|
+
readonly type: "bool";
|
|
900
|
+
readonly internalType: "bool";
|
|
901
|
+
}];
|
|
902
|
+
readonly stateMutability: "view";
|
|
903
|
+
} | {
|
|
904
|
+
readonly type: "function";
|
|
905
|
+
readonly name: "tokenURI";
|
|
906
|
+
readonly inputs: readonly [{
|
|
907
|
+
readonly name: "id";
|
|
908
|
+
readonly type: "uint256";
|
|
909
|
+
readonly internalType: "uint256";
|
|
910
|
+
}];
|
|
911
|
+
readonly outputs: readonly [{
|
|
912
|
+
readonly name: "";
|
|
913
|
+
readonly type: "string";
|
|
914
|
+
readonly internalType: "string";
|
|
915
|
+
}];
|
|
916
|
+
readonly stateMutability: "view";
|
|
917
|
+
} | {
|
|
918
|
+
readonly type: "function";
|
|
919
|
+
readonly name: "tokenURIBase";
|
|
920
|
+
readonly inputs: readonly [];
|
|
921
|
+
readonly outputs: readonly [{
|
|
922
|
+
readonly name: "";
|
|
923
|
+
readonly type: "string";
|
|
924
|
+
readonly internalType: "string";
|
|
925
|
+
}];
|
|
926
|
+
readonly stateMutability: "view";
|
|
927
|
+
} | {
|
|
928
|
+
readonly type: "function";
|
|
929
|
+
readonly name: "tokenURILocked";
|
|
930
|
+
readonly inputs: readonly [];
|
|
931
|
+
readonly outputs: readonly [{
|
|
932
|
+
readonly name: "";
|
|
933
|
+
readonly type: "bool";
|
|
934
|
+
readonly internalType: "bool";
|
|
935
|
+
}];
|
|
936
|
+
readonly stateMutability: "view";
|
|
937
|
+
} | {
|
|
938
|
+
readonly type: "function";
|
|
939
|
+
readonly name: "tokenURIOverride";
|
|
940
|
+
readonly inputs: readonly [{
|
|
941
|
+
readonly name: "id";
|
|
942
|
+
readonly type: "uint256";
|
|
943
|
+
readonly internalType: "uint256";
|
|
944
|
+
}];
|
|
945
|
+
readonly outputs: readonly [{
|
|
946
|
+
readonly name: "";
|
|
947
|
+
readonly type: "string";
|
|
948
|
+
readonly internalType: "string";
|
|
949
|
+
}];
|
|
950
|
+
readonly stateMutability: "view";
|
|
951
|
+
} | {
|
|
952
|
+
readonly type: "function";
|
|
953
|
+
readonly name: "tokenURIRenderer";
|
|
954
|
+
readonly inputs: readonly [];
|
|
955
|
+
readonly outputs: readonly [{
|
|
956
|
+
readonly name: "";
|
|
957
|
+
readonly type: "address";
|
|
958
|
+
readonly internalType: "address";
|
|
959
|
+
}];
|
|
960
|
+
readonly stateMutability: "view";
|
|
961
|
+
} | {
|
|
962
|
+
readonly type: "function";
|
|
963
|
+
readonly name: "totalSupply";
|
|
964
|
+
readonly inputs: readonly [];
|
|
965
|
+
readonly outputs: readonly [{
|
|
966
|
+
readonly name: "";
|
|
967
|
+
readonly type: "uint256";
|
|
968
|
+
readonly internalType: "uint256";
|
|
969
|
+
}];
|
|
970
|
+
readonly stateMutability: "view";
|
|
971
|
+
} | {
|
|
972
|
+
readonly type: "function";
|
|
973
|
+
readonly name: "transferFrom";
|
|
974
|
+
readonly inputs: readonly [{
|
|
975
|
+
readonly name: "from";
|
|
976
|
+
readonly type: "address";
|
|
977
|
+
readonly internalType: "address";
|
|
978
|
+
}, {
|
|
979
|
+
readonly name: "to";
|
|
980
|
+
readonly type: "address";
|
|
981
|
+
readonly internalType: "address";
|
|
982
|
+
}, {
|
|
983
|
+
readonly name: "id";
|
|
984
|
+
readonly type: "uint256";
|
|
985
|
+
readonly internalType: "uint256";
|
|
986
|
+
}];
|
|
987
|
+
readonly outputs: readonly [];
|
|
988
|
+
readonly stateMutability: "payable";
|
|
989
|
+
} | {
|
|
990
|
+
readonly type: "function";
|
|
991
|
+
readonly name: "transferOwnership";
|
|
992
|
+
readonly inputs: readonly [{
|
|
993
|
+
readonly name: "newOwner";
|
|
994
|
+
readonly type: "address";
|
|
995
|
+
readonly internalType: "address";
|
|
996
|
+
}];
|
|
997
|
+
readonly outputs: readonly [];
|
|
998
|
+
readonly stateMutability: "payable";
|
|
999
|
+
} | {
|
|
1000
|
+
readonly type: "event";
|
|
1001
|
+
readonly name: "AbxDeployed";
|
|
1002
|
+
readonly inputs: readonly [{
|
|
1003
|
+
readonly name: "abxVersion";
|
|
1004
|
+
readonly type: "uint16";
|
|
1005
|
+
readonly indexed: false;
|
|
1006
|
+
readonly internalType: "uint16";
|
|
1007
|
+
}];
|
|
1008
|
+
readonly anonymous: false;
|
|
1009
|
+
} | {
|
|
1010
|
+
readonly type: "event";
|
|
1011
|
+
readonly name: "AbxExtensionVersionSet";
|
|
1012
|
+
readonly inputs: readonly [{
|
|
1013
|
+
readonly name: "extensionId";
|
|
1014
|
+
readonly type: "bytes32";
|
|
1015
|
+
readonly indexed: true;
|
|
1016
|
+
readonly internalType: "bytes32";
|
|
1017
|
+
}, {
|
|
1018
|
+
readonly name: "version";
|
|
1019
|
+
readonly type: "uint16";
|
|
1020
|
+
readonly indexed: false;
|
|
1021
|
+
readonly internalType: "uint16";
|
|
1022
|
+
}];
|
|
1023
|
+
readonly anonymous: false;
|
|
1024
|
+
} | {
|
|
1025
|
+
readonly type: "event";
|
|
1026
|
+
readonly name: "Approval";
|
|
1027
|
+
readonly inputs: readonly [{
|
|
1028
|
+
readonly name: "owner";
|
|
1029
|
+
readonly type: "address";
|
|
1030
|
+
readonly indexed: true;
|
|
1031
|
+
readonly internalType: "address";
|
|
1032
|
+
}, {
|
|
1033
|
+
readonly name: "account";
|
|
1034
|
+
readonly type: "address";
|
|
1035
|
+
readonly indexed: true;
|
|
1036
|
+
readonly internalType: "address";
|
|
1037
|
+
}, {
|
|
1038
|
+
readonly name: "id";
|
|
1039
|
+
readonly type: "uint256";
|
|
1040
|
+
readonly indexed: true;
|
|
1041
|
+
readonly internalType: "uint256";
|
|
1042
|
+
}];
|
|
1043
|
+
readonly anonymous: false;
|
|
1044
|
+
} | {
|
|
1045
|
+
readonly type: "event";
|
|
1046
|
+
readonly name: "ApprovalForAll";
|
|
1047
|
+
readonly inputs: readonly [{
|
|
1048
|
+
readonly name: "owner";
|
|
1049
|
+
readonly type: "address";
|
|
1050
|
+
readonly indexed: true;
|
|
1051
|
+
readonly internalType: "address";
|
|
1052
|
+
}, {
|
|
1053
|
+
readonly name: "operator";
|
|
1054
|
+
readonly type: "address";
|
|
1055
|
+
readonly indexed: true;
|
|
1056
|
+
readonly internalType: "address";
|
|
1057
|
+
}, {
|
|
1058
|
+
readonly name: "isApproved";
|
|
1059
|
+
readonly type: "bool";
|
|
1060
|
+
readonly indexed: false;
|
|
1061
|
+
readonly internalType: "bool";
|
|
1062
|
+
}];
|
|
1063
|
+
readonly anonymous: false;
|
|
1064
|
+
} | {
|
|
1065
|
+
readonly type: "event";
|
|
1066
|
+
readonly name: "BatchMetadataUpdate";
|
|
1067
|
+
readonly inputs: readonly [{
|
|
1068
|
+
readonly name: "_fromTokenId";
|
|
1069
|
+
readonly type: "uint256";
|
|
1070
|
+
readonly indexed: false;
|
|
1071
|
+
readonly internalType: "uint256";
|
|
1072
|
+
}, {
|
|
1073
|
+
readonly name: "_toTokenId";
|
|
1074
|
+
readonly type: "uint256";
|
|
1075
|
+
readonly indexed: false;
|
|
1076
|
+
readonly internalType: "uint256";
|
|
1077
|
+
}];
|
|
1078
|
+
readonly anonymous: false;
|
|
1079
|
+
} | {
|
|
1080
|
+
readonly type: "event";
|
|
1081
|
+
readonly name: "ContractFieldLocked";
|
|
1082
|
+
readonly inputs: readonly [{
|
|
1083
|
+
readonly name: "field";
|
|
1084
|
+
readonly type: "bytes32";
|
|
1085
|
+
readonly indexed: true;
|
|
1086
|
+
readonly internalType: "bytes32";
|
|
1087
|
+
}];
|
|
1088
|
+
readonly anonymous: false;
|
|
1089
|
+
} | {
|
|
1090
|
+
readonly type: "event";
|
|
1091
|
+
readonly name: "ContractFieldSet";
|
|
1092
|
+
readonly inputs: readonly [{
|
|
1093
|
+
readonly name: "field";
|
|
1094
|
+
readonly type: "bytes32";
|
|
1095
|
+
readonly indexed: true;
|
|
1096
|
+
readonly internalType: "bytes32";
|
|
1097
|
+
}, {
|
|
1098
|
+
readonly name: "representation";
|
|
1099
|
+
readonly type: "bytes32";
|
|
1100
|
+
readonly indexed: false;
|
|
1101
|
+
readonly internalType: "bytes32";
|
|
1102
|
+
}, {
|
|
1103
|
+
readonly name: "value";
|
|
1104
|
+
readonly type: "bytes";
|
|
1105
|
+
readonly indexed: false;
|
|
1106
|
+
readonly internalType: "bytes";
|
|
1107
|
+
}];
|
|
1108
|
+
readonly anonymous: false;
|
|
1109
|
+
} | {
|
|
1110
|
+
readonly type: "event";
|
|
1111
|
+
readonly name: "ContractURIFrozen";
|
|
1112
|
+
readonly inputs: readonly [];
|
|
1113
|
+
readonly anonymous: false;
|
|
1114
|
+
} | {
|
|
1115
|
+
readonly type: "event";
|
|
1116
|
+
readonly name: "ContractURIRendererSet";
|
|
1117
|
+
readonly inputs: readonly [{
|
|
1118
|
+
readonly name: "renderer";
|
|
1119
|
+
readonly type: "address";
|
|
1120
|
+
readonly indexed: true;
|
|
1121
|
+
readonly internalType: "address";
|
|
1122
|
+
}];
|
|
1123
|
+
readonly anonymous: false;
|
|
1124
|
+
} | {
|
|
1125
|
+
readonly type: "event";
|
|
1126
|
+
readonly name: "ContractURIUpdated";
|
|
1127
|
+
readonly inputs: readonly [];
|
|
1128
|
+
readonly anonymous: false;
|
|
1129
|
+
} | {
|
|
1130
|
+
readonly type: "event";
|
|
1131
|
+
readonly name: "Initialized";
|
|
1132
|
+
readonly inputs: readonly [{
|
|
1133
|
+
readonly name: "version";
|
|
1134
|
+
readonly type: "uint64";
|
|
1135
|
+
readonly indexed: false;
|
|
1136
|
+
readonly internalType: "uint64";
|
|
1137
|
+
}];
|
|
1138
|
+
readonly anonymous: false;
|
|
1139
|
+
} | {
|
|
1140
|
+
readonly type: "event";
|
|
1141
|
+
readonly name: "MetadataUpdate";
|
|
1142
|
+
readonly inputs: readonly [{
|
|
1143
|
+
readonly name: "_tokenId";
|
|
1144
|
+
readonly type: "uint256";
|
|
1145
|
+
readonly indexed: false;
|
|
1146
|
+
readonly internalType: "uint256";
|
|
1147
|
+
}];
|
|
1148
|
+
readonly anonymous: false;
|
|
1149
|
+
} | {
|
|
1150
|
+
readonly type: "event";
|
|
1151
|
+
readonly name: "OwnershipHandoverCanceled";
|
|
1152
|
+
readonly inputs: readonly [{
|
|
1153
|
+
readonly name: "pendingOwner";
|
|
1154
|
+
readonly type: "address";
|
|
1155
|
+
readonly indexed: true;
|
|
1156
|
+
readonly internalType: "address";
|
|
1157
|
+
}];
|
|
1158
|
+
readonly anonymous: false;
|
|
1159
|
+
} | {
|
|
1160
|
+
readonly type: "event";
|
|
1161
|
+
readonly name: "OwnershipHandoverRequested";
|
|
1162
|
+
readonly inputs: readonly [{
|
|
1163
|
+
readonly name: "pendingOwner";
|
|
1164
|
+
readonly type: "address";
|
|
1165
|
+
readonly indexed: true;
|
|
1166
|
+
readonly internalType: "address";
|
|
1167
|
+
}];
|
|
1168
|
+
readonly anonymous: false;
|
|
1169
|
+
} | {
|
|
1170
|
+
readonly type: "event";
|
|
1171
|
+
readonly name: "OwnershipTransferred";
|
|
1172
|
+
readonly inputs: readonly [{
|
|
1173
|
+
readonly name: "oldOwner";
|
|
1174
|
+
readonly type: "address";
|
|
1175
|
+
readonly indexed: true;
|
|
1176
|
+
readonly internalType: "address";
|
|
1177
|
+
}, {
|
|
1178
|
+
readonly name: "newOwner";
|
|
1179
|
+
readonly type: "address";
|
|
1180
|
+
readonly indexed: true;
|
|
1181
|
+
readonly internalType: "address";
|
|
1182
|
+
}];
|
|
1183
|
+
readonly anonymous: false;
|
|
1184
|
+
} | {
|
|
1185
|
+
readonly type: "event";
|
|
1186
|
+
readonly name: "RoyaltyChangedForAll";
|
|
1187
|
+
readonly inputs: readonly [{
|
|
1188
|
+
readonly name: "account";
|
|
1189
|
+
readonly type: "address";
|
|
1190
|
+
readonly indexed: true;
|
|
1191
|
+
readonly internalType: "address";
|
|
1192
|
+
}, {
|
|
1193
|
+
readonly name: "basisPoints";
|
|
1194
|
+
readonly type: "uint16";
|
|
1195
|
+
readonly indexed: false;
|
|
1196
|
+
readonly internalType: "uint16";
|
|
1197
|
+
}];
|
|
1198
|
+
readonly anonymous: false;
|
|
1199
|
+
} | {
|
|
1200
|
+
readonly type: "event";
|
|
1201
|
+
readonly name: "RoyaltyChangedForToken";
|
|
1202
|
+
readonly inputs: readonly [{
|
|
1203
|
+
readonly name: "tokenId";
|
|
1204
|
+
readonly type: "uint256";
|
|
1205
|
+
readonly indexed: true;
|
|
1206
|
+
readonly internalType: "uint256";
|
|
1207
|
+
}, {
|
|
1208
|
+
readonly name: "account";
|
|
1209
|
+
readonly type: "address";
|
|
1210
|
+
readonly indexed: true;
|
|
1211
|
+
readonly internalType: "address";
|
|
1212
|
+
}, {
|
|
1213
|
+
readonly name: "basisPoints";
|
|
1214
|
+
readonly type: "uint16";
|
|
1215
|
+
readonly indexed: false;
|
|
1216
|
+
readonly internalType: "uint16";
|
|
1217
|
+
}];
|
|
1218
|
+
readonly anonymous: false;
|
|
1219
|
+
} | {
|
|
1220
|
+
readonly type: "event";
|
|
1221
|
+
readonly name: "TokenFieldLocked";
|
|
1222
|
+
readonly inputs: readonly [{
|
|
1223
|
+
readonly name: "tokenId";
|
|
1224
|
+
readonly type: "uint256";
|
|
1225
|
+
readonly indexed: true;
|
|
1226
|
+
readonly internalType: "uint256";
|
|
1227
|
+
}, {
|
|
1228
|
+
readonly name: "field";
|
|
1229
|
+
readonly type: "bytes32";
|
|
1230
|
+
readonly indexed: true;
|
|
1231
|
+
readonly internalType: "bytes32";
|
|
1232
|
+
}];
|
|
1233
|
+
readonly anonymous: false;
|
|
1234
|
+
} | {
|
|
1235
|
+
readonly type: "event";
|
|
1236
|
+
readonly name: "TokenFieldSet";
|
|
1237
|
+
readonly inputs: readonly [{
|
|
1238
|
+
readonly name: "tokenId";
|
|
1239
|
+
readonly type: "uint256";
|
|
1240
|
+
readonly indexed: true;
|
|
1241
|
+
readonly internalType: "uint256";
|
|
1242
|
+
}, {
|
|
1243
|
+
readonly name: "field";
|
|
1244
|
+
readonly type: "bytes32";
|
|
1245
|
+
readonly indexed: true;
|
|
1246
|
+
readonly internalType: "bytes32";
|
|
1247
|
+
}, {
|
|
1248
|
+
readonly name: "representation";
|
|
1249
|
+
readonly type: "bytes32";
|
|
1250
|
+
readonly indexed: false;
|
|
1251
|
+
readonly internalType: "bytes32";
|
|
1252
|
+
}, {
|
|
1253
|
+
readonly name: "value";
|
|
1254
|
+
readonly type: "bytes";
|
|
1255
|
+
readonly indexed: false;
|
|
1256
|
+
readonly internalType: "bytes";
|
|
1257
|
+
}];
|
|
1258
|
+
readonly anonymous: false;
|
|
1259
|
+
} | {
|
|
1260
|
+
readonly type: "event";
|
|
1261
|
+
readonly name: "TokenURIBaseSet";
|
|
1262
|
+
readonly inputs: readonly [{
|
|
1263
|
+
readonly name: "base";
|
|
1264
|
+
readonly type: "string";
|
|
1265
|
+
readonly indexed: false;
|
|
1266
|
+
readonly internalType: "string";
|
|
1267
|
+
}];
|
|
1268
|
+
readonly anonymous: false;
|
|
1269
|
+
} | {
|
|
1270
|
+
readonly type: "event";
|
|
1271
|
+
readonly name: "TokenURIFrozen";
|
|
1272
|
+
readonly inputs: readonly [];
|
|
1273
|
+
readonly anonymous: false;
|
|
1274
|
+
} | {
|
|
1275
|
+
readonly type: "event";
|
|
1276
|
+
readonly name: "TokenURIOverrideSet";
|
|
1277
|
+
readonly inputs: readonly [{
|
|
1278
|
+
readonly name: "tokenId";
|
|
1279
|
+
readonly type: "uint256";
|
|
1280
|
+
readonly indexed: true;
|
|
1281
|
+
readonly internalType: "uint256";
|
|
1282
|
+
}, {
|
|
1283
|
+
readonly name: "uri";
|
|
1284
|
+
readonly type: "string";
|
|
1285
|
+
readonly indexed: false;
|
|
1286
|
+
readonly internalType: "string";
|
|
1287
|
+
}];
|
|
1288
|
+
readonly anonymous: false;
|
|
1289
|
+
} | {
|
|
1290
|
+
readonly type: "event";
|
|
1291
|
+
readonly name: "TokenURIRendererSet";
|
|
1292
|
+
readonly inputs: readonly [{
|
|
1293
|
+
readonly name: "renderer";
|
|
1294
|
+
readonly type: "address";
|
|
1295
|
+
readonly indexed: true;
|
|
1296
|
+
readonly internalType: "address";
|
|
1297
|
+
}];
|
|
1298
|
+
readonly anonymous: false;
|
|
1299
|
+
} | {
|
|
1300
|
+
readonly type: "event";
|
|
1301
|
+
readonly name: "Transfer";
|
|
1302
|
+
readonly inputs: readonly [{
|
|
1303
|
+
readonly name: "from";
|
|
1304
|
+
readonly type: "address";
|
|
1305
|
+
readonly indexed: true;
|
|
1306
|
+
readonly internalType: "address";
|
|
1307
|
+
}, {
|
|
1308
|
+
readonly name: "to";
|
|
1309
|
+
readonly type: "address";
|
|
1310
|
+
readonly indexed: true;
|
|
1311
|
+
readonly internalType: "address";
|
|
1312
|
+
}, {
|
|
1313
|
+
readonly name: "id";
|
|
1314
|
+
readonly type: "uint256";
|
|
1315
|
+
readonly indexed: true;
|
|
1316
|
+
readonly internalType: "uint256";
|
|
1317
|
+
}];
|
|
1318
|
+
readonly anonymous: false;
|
|
1319
|
+
} | {
|
|
1320
|
+
readonly type: "error";
|
|
1321
|
+
readonly name: "AccountBalanceOverflow";
|
|
1322
|
+
readonly inputs: readonly [];
|
|
1323
|
+
} | {
|
|
1324
|
+
readonly type: "error";
|
|
1325
|
+
readonly name: "AlreadyInitialized";
|
|
1326
|
+
readonly inputs: readonly [];
|
|
1327
|
+
} | {
|
|
1328
|
+
readonly type: "error";
|
|
1329
|
+
readonly name: "BalanceQueryForZeroAddress";
|
|
1330
|
+
readonly inputs: readonly [];
|
|
1331
|
+
} | {
|
|
1332
|
+
readonly type: "error";
|
|
1333
|
+
readonly name: "ContractURIConfigLocked";
|
|
1334
|
+
readonly inputs: readonly [];
|
|
1335
|
+
} | {
|
|
1336
|
+
readonly type: "error";
|
|
1337
|
+
readonly name: "EmptyFieldValue";
|
|
1338
|
+
readonly inputs: readonly [];
|
|
1339
|
+
} | {
|
|
1340
|
+
readonly type: "error";
|
|
1341
|
+
readonly name: "FieldLocked";
|
|
1342
|
+
readonly inputs: readonly [];
|
|
1343
|
+
} | {
|
|
1344
|
+
readonly type: "error";
|
|
1345
|
+
readonly name: "InvalidInitialization";
|
|
1346
|
+
readonly inputs: readonly [];
|
|
1347
|
+
} | {
|
|
1348
|
+
readonly type: "error";
|
|
1349
|
+
readonly name: "NewOwnerIsZeroAddress";
|
|
1350
|
+
readonly inputs: readonly [];
|
|
1351
|
+
} | {
|
|
1352
|
+
readonly type: "error";
|
|
1353
|
+
readonly name: "NoHandoverRequest";
|
|
1354
|
+
readonly inputs: readonly [];
|
|
1355
|
+
} | {
|
|
1356
|
+
readonly type: "error";
|
|
1357
|
+
readonly name: "NonexistentToken";
|
|
1358
|
+
readonly inputs: readonly [];
|
|
1359
|
+
} | {
|
|
1360
|
+
readonly type: "error";
|
|
1361
|
+
readonly name: "NotInitializing";
|
|
1362
|
+
readonly inputs: readonly [];
|
|
1363
|
+
} | {
|
|
1364
|
+
readonly type: "error";
|
|
1365
|
+
readonly name: "NotOwnerNorApproved";
|
|
1366
|
+
readonly inputs: readonly [];
|
|
1367
|
+
} | {
|
|
1368
|
+
readonly type: "error";
|
|
1369
|
+
readonly name: "RoyaltyOverflow";
|
|
1370
|
+
readonly inputs: readonly [];
|
|
1371
|
+
} | {
|
|
1372
|
+
readonly type: "error";
|
|
1373
|
+
readonly name: "RoyaltyReceiverIsZeroAddress";
|
|
1374
|
+
readonly inputs: readonly [];
|
|
1375
|
+
} | {
|
|
1376
|
+
readonly type: "error";
|
|
1377
|
+
readonly name: "RoyaltyTooHigh";
|
|
1378
|
+
readonly inputs: readonly [];
|
|
1379
|
+
} | {
|
|
1380
|
+
readonly type: "error";
|
|
1381
|
+
readonly name: "TokenAlreadyExists";
|
|
1382
|
+
readonly inputs: readonly [];
|
|
1383
|
+
} | {
|
|
1384
|
+
readonly type: "error";
|
|
1385
|
+
readonly name: "TokenDoesNotExist";
|
|
1386
|
+
readonly inputs: readonly [];
|
|
1387
|
+
} | {
|
|
1388
|
+
readonly type: "error";
|
|
1389
|
+
readonly name: "TokenURIConfigLocked";
|
|
1390
|
+
readonly inputs: readonly [];
|
|
1391
|
+
} | {
|
|
1392
|
+
readonly type: "error";
|
|
1393
|
+
readonly name: "TransferFromIncorrectOwner";
|
|
1394
|
+
readonly inputs: readonly [];
|
|
1395
|
+
} | {
|
|
1396
|
+
readonly type: "error";
|
|
1397
|
+
readonly name: "TransferToNonERC721ReceiverImplementer";
|
|
1398
|
+
readonly inputs: readonly [];
|
|
1399
|
+
} | {
|
|
1400
|
+
readonly type: "error";
|
|
1401
|
+
readonly name: "TransferToZeroAddress";
|
|
1402
|
+
readonly inputs: readonly [];
|
|
1403
|
+
} | {
|
|
1404
|
+
readonly type: "error";
|
|
1405
|
+
readonly name: "Unauthorized";
|
|
1406
|
+
readonly inputs: readonly [];
|
|
1407
|
+
} | {
|
|
1408
|
+
readonly type: "function";
|
|
1409
|
+
readonly name: "deploy";
|
|
1410
|
+
readonly inputs: readonly [{
|
|
1411
|
+
readonly name: "params";
|
|
1412
|
+
readonly type: "tuple";
|
|
1413
|
+
readonly internalType: "struct SeriesImage.InitParams";
|
|
1414
|
+
readonly components: readonly [{
|
|
1415
|
+
readonly name: "owner";
|
|
1416
|
+
readonly type: "address";
|
|
1417
|
+
readonly internalType: "address";
|
|
1418
|
+
}, {
|
|
1419
|
+
readonly name: "name";
|
|
1420
|
+
readonly type: "string";
|
|
1421
|
+
readonly internalType: "string";
|
|
1422
|
+
}, {
|
|
1423
|
+
readonly name: "symbol";
|
|
1424
|
+
readonly type: "string";
|
|
1425
|
+
readonly internalType: "string";
|
|
1426
|
+
}, {
|
|
1427
|
+
readonly name: "tokenURIBase";
|
|
1428
|
+
readonly type: "string";
|
|
1429
|
+
readonly internalType: "string";
|
|
1430
|
+
}, {
|
|
1431
|
+
readonly name: "tokenURIRenderer";
|
|
1432
|
+
readonly type: "address";
|
|
1433
|
+
readonly internalType: "address";
|
|
1434
|
+
}, {
|
|
1435
|
+
readonly name: "contractURIBase";
|
|
1436
|
+
readonly type: "string";
|
|
1437
|
+
readonly internalType: "string";
|
|
1438
|
+
}, {
|
|
1439
|
+
readonly name: "contractURIRenderer";
|
|
1440
|
+
readonly type: "address";
|
|
1441
|
+
readonly internalType: "address";
|
|
1442
|
+
}, {
|
|
1443
|
+
readonly name: "royaltyReceiver";
|
|
1444
|
+
readonly type: "address";
|
|
1445
|
+
readonly internalType: "address";
|
|
1446
|
+
}, {
|
|
1447
|
+
readonly name: "royaltyBps";
|
|
1448
|
+
readonly type: "uint16";
|
|
1449
|
+
readonly internalType: "uint16";
|
|
1450
|
+
}, {
|
|
1451
|
+
readonly name: "maxInvocations";
|
|
1452
|
+
readonly type: "uint256";
|
|
1453
|
+
readonly internalType: "uint256";
|
|
1454
|
+
}, {
|
|
1455
|
+
readonly name: "primaryPayee";
|
|
1456
|
+
readonly type: "address";
|
|
1457
|
+
readonly internalType: "address";
|
|
1458
|
+
}, {
|
|
1459
|
+
readonly name: "minter";
|
|
1460
|
+
readonly type: "address";
|
|
1461
|
+
readonly internalType: "address";
|
|
1462
|
+
}, {
|
|
1463
|
+
readonly name: "paused";
|
|
1464
|
+
readonly type: "bool";
|
|
1465
|
+
readonly internalType: "bool";
|
|
1466
|
+
}, {
|
|
1467
|
+
readonly name: "mintTo";
|
|
1468
|
+
readonly type: "address";
|
|
1469
|
+
readonly internalType: "address";
|
|
1470
|
+
}, {
|
|
1471
|
+
readonly name: "mintCount";
|
|
1472
|
+
readonly type: "uint256";
|
|
1473
|
+
readonly internalType: "uint256";
|
|
1474
|
+
}, {
|
|
1475
|
+
readonly name: "tokenFields";
|
|
1476
|
+
readonly type: "tuple[]";
|
|
1477
|
+
readonly internalType: "struct OnChainMetadata.TokenFieldInput[]";
|
|
1478
|
+
readonly components: readonly [{
|
|
1479
|
+
readonly name: "tokenId";
|
|
1480
|
+
readonly type: "uint256";
|
|
1481
|
+
readonly internalType: "uint256";
|
|
1482
|
+
}, {
|
|
1483
|
+
readonly name: "field";
|
|
1484
|
+
readonly type: "bytes32";
|
|
1485
|
+
readonly internalType: "bytes32";
|
|
1486
|
+
}, {
|
|
1487
|
+
readonly name: "representation";
|
|
1488
|
+
readonly type: "bytes32";
|
|
1489
|
+
readonly internalType: "bytes32";
|
|
1490
|
+
}, {
|
|
1491
|
+
readonly name: "value";
|
|
1492
|
+
readonly type: "bytes";
|
|
1493
|
+
readonly internalType: "bytes";
|
|
1494
|
+
}];
|
|
1495
|
+
}, {
|
|
1496
|
+
readonly name: "contractFields";
|
|
1497
|
+
readonly type: "tuple[]";
|
|
1498
|
+
readonly internalType: "struct OnChainMetadata.FieldInput[]";
|
|
1499
|
+
readonly components: readonly [{
|
|
1500
|
+
readonly name: "field";
|
|
1501
|
+
readonly type: "bytes32";
|
|
1502
|
+
readonly internalType: "bytes32";
|
|
1503
|
+
}, {
|
|
1504
|
+
readonly name: "representation";
|
|
1505
|
+
readonly type: "bytes32";
|
|
1506
|
+
readonly internalType: "bytes32";
|
|
1507
|
+
}, {
|
|
1508
|
+
readonly name: "value";
|
|
1509
|
+
readonly type: "bytes";
|
|
1510
|
+
readonly internalType: "bytes";
|
|
1511
|
+
}];
|
|
1512
|
+
}];
|
|
1513
|
+
}];
|
|
1514
|
+
readonly outputs: readonly [{
|
|
1515
|
+
readonly name: "clone";
|
|
1516
|
+
readonly type: "address";
|
|
1517
|
+
readonly internalType: "address";
|
|
1518
|
+
}];
|
|
1519
|
+
readonly stateMutability: "nonpayable";
|
|
1520
|
+
} | {
|
|
1521
|
+
readonly type: "function";
|
|
1522
|
+
readonly name: "deployDeterministic";
|
|
1523
|
+
readonly inputs: readonly [{
|
|
1524
|
+
readonly name: "params";
|
|
1525
|
+
readonly type: "tuple";
|
|
1526
|
+
readonly internalType: "struct SeriesImage.InitParams";
|
|
1527
|
+
readonly components: readonly [{
|
|
1528
|
+
readonly name: "owner";
|
|
1529
|
+
readonly type: "address";
|
|
1530
|
+
readonly internalType: "address";
|
|
1531
|
+
}, {
|
|
1532
|
+
readonly name: "name";
|
|
1533
|
+
readonly type: "string";
|
|
1534
|
+
readonly internalType: "string";
|
|
1535
|
+
}, {
|
|
1536
|
+
readonly name: "symbol";
|
|
1537
|
+
readonly type: "string";
|
|
1538
|
+
readonly internalType: "string";
|
|
1539
|
+
}, {
|
|
1540
|
+
readonly name: "tokenURIBase";
|
|
1541
|
+
readonly type: "string";
|
|
1542
|
+
readonly internalType: "string";
|
|
1543
|
+
}, {
|
|
1544
|
+
readonly name: "tokenURIRenderer";
|
|
1545
|
+
readonly type: "address";
|
|
1546
|
+
readonly internalType: "address";
|
|
1547
|
+
}, {
|
|
1548
|
+
readonly name: "contractURIBase";
|
|
1549
|
+
readonly type: "string";
|
|
1550
|
+
readonly internalType: "string";
|
|
1551
|
+
}, {
|
|
1552
|
+
readonly name: "contractURIRenderer";
|
|
1553
|
+
readonly type: "address";
|
|
1554
|
+
readonly internalType: "address";
|
|
1555
|
+
}, {
|
|
1556
|
+
readonly name: "royaltyReceiver";
|
|
1557
|
+
readonly type: "address";
|
|
1558
|
+
readonly internalType: "address";
|
|
1559
|
+
}, {
|
|
1560
|
+
readonly name: "royaltyBps";
|
|
1561
|
+
readonly type: "uint16";
|
|
1562
|
+
readonly internalType: "uint16";
|
|
1563
|
+
}, {
|
|
1564
|
+
readonly name: "maxInvocations";
|
|
1565
|
+
readonly type: "uint256";
|
|
1566
|
+
readonly internalType: "uint256";
|
|
1567
|
+
}, {
|
|
1568
|
+
readonly name: "primaryPayee";
|
|
1569
|
+
readonly type: "address";
|
|
1570
|
+
readonly internalType: "address";
|
|
1571
|
+
}, {
|
|
1572
|
+
readonly name: "minter";
|
|
1573
|
+
readonly type: "address";
|
|
1574
|
+
readonly internalType: "address";
|
|
1575
|
+
}, {
|
|
1576
|
+
readonly name: "paused";
|
|
1577
|
+
readonly type: "bool";
|
|
1578
|
+
readonly internalType: "bool";
|
|
1579
|
+
}, {
|
|
1580
|
+
readonly name: "mintTo";
|
|
1581
|
+
readonly type: "address";
|
|
1582
|
+
readonly internalType: "address";
|
|
1583
|
+
}, {
|
|
1584
|
+
readonly name: "mintCount";
|
|
1585
|
+
readonly type: "uint256";
|
|
1586
|
+
readonly internalType: "uint256";
|
|
1587
|
+
}, {
|
|
1588
|
+
readonly name: "tokenFields";
|
|
1589
|
+
readonly type: "tuple[]";
|
|
1590
|
+
readonly internalType: "struct OnChainMetadata.TokenFieldInput[]";
|
|
1591
|
+
readonly components: readonly [{
|
|
1592
|
+
readonly name: "tokenId";
|
|
1593
|
+
readonly type: "uint256";
|
|
1594
|
+
readonly internalType: "uint256";
|
|
1595
|
+
}, {
|
|
1596
|
+
readonly name: "field";
|
|
1597
|
+
readonly type: "bytes32";
|
|
1598
|
+
readonly internalType: "bytes32";
|
|
1599
|
+
}, {
|
|
1600
|
+
readonly name: "representation";
|
|
1601
|
+
readonly type: "bytes32";
|
|
1602
|
+
readonly internalType: "bytes32";
|
|
1603
|
+
}, {
|
|
1604
|
+
readonly name: "value";
|
|
1605
|
+
readonly type: "bytes";
|
|
1606
|
+
readonly internalType: "bytes";
|
|
1607
|
+
}];
|
|
1608
|
+
}, {
|
|
1609
|
+
readonly name: "contractFields";
|
|
1610
|
+
readonly type: "tuple[]";
|
|
1611
|
+
readonly internalType: "struct OnChainMetadata.FieldInput[]";
|
|
1612
|
+
readonly components: readonly [{
|
|
1613
|
+
readonly name: "field";
|
|
1614
|
+
readonly type: "bytes32";
|
|
1615
|
+
readonly internalType: "bytes32";
|
|
1616
|
+
}, {
|
|
1617
|
+
readonly name: "representation";
|
|
1618
|
+
readonly type: "bytes32";
|
|
1619
|
+
readonly internalType: "bytes32";
|
|
1620
|
+
}, {
|
|
1621
|
+
readonly name: "value";
|
|
1622
|
+
readonly type: "bytes";
|
|
1623
|
+
readonly internalType: "bytes";
|
|
1624
|
+
}];
|
|
1625
|
+
}];
|
|
1626
|
+
}, {
|
|
1627
|
+
readonly name: "salt";
|
|
1628
|
+
readonly type: "bytes32";
|
|
1629
|
+
readonly internalType: "bytes32";
|
|
1630
|
+
}];
|
|
1631
|
+
readonly outputs: readonly [{
|
|
1632
|
+
readonly name: "clone";
|
|
1633
|
+
readonly type: "address";
|
|
1634
|
+
readonly internalType: "address";
|
|
1635
|
+
}];
|
|
1636
|
+
readonly stateMutability: "nonpayable";
|
|
1637
|
+
} | {
|
|
1638
|
+
readonly type: "function";
|
|
1639
|
+
readonly name: "initialize";
|
|
1640
|
+
readonly inputs: readonly [{
|
|
1641
|
+
readonly name: "p";
|
|
1642
|
+
readonly type: "tuple";
|
|
1643
|
+
readonly internalType: "struct SeriesImage.InitParams";
|
|
1644
|
+
readonly components: readonly [{
|
|
1645
|
+
readonly name: "owner";
|
|
1646
|
+
readonly type: "address";
|
|
1647
|
+
readonly internalType: "address";
|
|
1648
|
+
}, {
|
|
1649
|
+
readonly name: "name";
|
|
1650
|
+
readonly type: "string";
|
|
1651
|
+
readonly internalType: "string";
|
|
1652
|
+
}, {
|
|
1653
|
+
readonly name: "symbol";
|
|
1654
|
+
readonly type: "string";
|
|
1655
|
+
readonly internalType: "string";
|
|
1656
|
+
}, {
|
|
1657
|
+
readonly name: "tokenURIBase";
|
|
1658
|
+
readonly type: "string";
|
|
1659
|
+
readonly internalType: "string";
|
|
1660
|
+
}, {
|
|
1661
|
+
readonly name: "tokenURIRenderer";
|
|
1662
|
+
readonly type: "address";
|
|
1663
|
+
readonly internalType: "address";
|
|
1664
|
+
}, {
|
|
1665
|
+
readonly name: "contractURIBase";
|
|
1666
|
+
readonly type: "string";
|
|
1667
|
+
readonly internalType: "string";
|
|
1668
|
+
}, {
|
|
1669
|
+
readonly name: "contractURIRenderer";
|
|
1670
|
+
readonly type: "address";
|
|
1671
|
+
readonly internalType: "address";
|
|
1672
|
+
}, {
|
|
1673
|
+
readonly name: "royaltyReceiver";
|
|
1674
|
+
readonly type: "address";
|
|
1675
|
+
readonly internalType: "address";
|
|
1676
|
+
}, {
|
|
1677
|
+
readonly name: "royaltyBps";
|
|
1678
|
+
readonly type: "uint16";
|
|
1679
|
+
readonly internalType: "uint16";
|
|
1680
|
+
}, {
|
|
1681
|
+
readonly name: "maxInvocations";
|
|
1682
|
+
readonly type: "uint256";
|
|
1683
|
+
readonly internalType: "uint256";
|
|
1684
|
+
}, {
|
|
1685
|
+
readonly name: "primaryPayee";
|
|
1686
|
+
readonly type: "address";
|
|
1687
|
+
readonly internalType: "address";
|
|
1688
|
+
}, {
|
|
1689
|
+
readonly name: "minter";
|
|
1690
|
+
readonly type: "address";
|
|
1691
|
+
readonly internalType: "address";
|
|
1692
|
+
}, {
|
|
1693
|
+
readonly name: "paused";
|
|
1694
|
+
readonly type: "bool";
|
|
1695
|
+
readonly internalType: "bool";
|
|
1696
|
+
}, {
|
|
1697
|
+
readonly name: "mintTo";
|
|
1698
|
+
readonly type: "address";
|
|
1699
|
+
readonly internalType: "address";
|
|
1700
|
+
}, {
|
|
1701
|
+
readonly name: "mintCount";
|
|
1702
|
+
readonly type: "uint256";
|
|
1703
|
+
readonly internalType: "uint256";
|
|
1704
|
+
}, {
|
|
1705
|
+
readonly name: "tokenFields";
|
|
1706
|
+
readonly type: "tuple[]";
|
|
1707
|
+
readonly internalType: "struct OnChainMetadata.TokenFieldInput[]";
|
|
1708
|
+
readonly components: readonly [{
|
|
1709
|
+
readonly name: "tokenId";
|
|
1710
|
+
readonly type: "uint256";
|
|
1711
|
+
readonly internalType: "uint256";
|
|
1712
|
+
}, {
|
|
1713
|
+
readonly name: "field";
|
|
1714
|
+
readonly type: "bytes32";
|
|
1715
|
+
readonly internalType: "bytes32";
|
|
1716
|
+
}, {
|
|
1717
|
+
readonly name: "representation";
|
|
1718
|
+
readonly type: "bytes32";
|
|
1719
|
+
readonly internalType: "bytes32";
|
|
1720
|
+
}, {
|
|
1721
|
+
readonly name: "value";
|
|
1722
|
+
readonly type: "bytes";
|
|
1723
|
+
readonly internalType: "bytes";
|
|
1724
|
+
}];
|
|
1725
|
+
}, {
|
|
1726
|
+
readonly name: "contractFields";
|
|
1727
|
+
readonly type: "tuple[]";
|
|
1728
|
+
readonly internalType: "struct OnChainMetadata.FieldInput[]";
|
|
1729
|
+
readonly components: readonly [{
|
|
1730
|
+
readonly name: "field";
|
|
1731
|
+
readonly type: "bytes32";
|
|
1732
|
+
readonly internalType: "bytes32";
|
|
1733
|
+
}, {
|
|
1734
|
+
readonly name: "representation";
|
|
1735
|
+
readonly type: "bytes32";
|
|
1736
|
+
readonly internalType: "bytes32";
|
|
1737
|
+
}, {
|
|
1738
|
+
readonly name: "value";
|
|
1739
|
+
readonly type: "bytes";
|
|
1740
|
+
readonly internalType: "bytes";
|
|
1741
|
+
}];
|
|
1742
|
+
}];
|
|
1743
|
+
}];
|
|
1744
|
+
readonly outputs: readonly [];
|
|
1745
|
+
readonly stateMutability: "nonpayable";
|
|
1746
|
+
} | {
|
|
1747
|
+
readonly type: "function";
|
|
1748
|
+
readonly name: "maxInvocations";
|
|
1749
|
+
readonly inputs: readonly [];
|
|
1750
|
+
readonly outputs: readonly [{
|
|
1751
|
+
readonly name: "";
|
|
1752
|
+
readonly type: "uint256";
|
|
1753
|
+
readonly internalType: "uint256";
|
|
1754
|
+
}];
|
|
1755
|
+
readonly stateMutability: "view";
|
|
1756
|
+
} | {
|
|
1757
|
+
readonly type: "function";
|
|
1758
|
+
readonly name: "mint";
|
|
1759
|
+
readonly inputs: readonly [{
|
|
1760
|
+
readonly name: "to";
|
|
1761
|
+
readonly type: "address";
|
|
1762
|
+
readonly internalType: "address";
|
|
1763
|
+
}];
|
|
1764
|
+
readonly outputs: readonly [{
|
|
1765
|
+
readonly name: "tokenId";
|
|
1766
|
+
readonly type: "uint256";
|
|
1767
|
+
readonly internalType: "uint256";
|
|
1768
|
+
}];
|
|
1769
|
+
readonly stateMutability: "nonpayable";
|
|
1770
|
+
} | {
|
|
1771
|
+
readonly type: "function";
|
|
1772
|
+
readonly name: "mintMany";
|
|
1773
|
+
readonly inputs: readonly [{
|
|
1774
|
+
readonly name: "to";
|
|
1775
|
+
readonly type: "address";
|
|
1776
|
+
readonly internalType: "address";
|
|
1777
|
+
}, {
|
|
1778
|
+
readonly name: "count";
|
|
1779
|
+
readonly type: "uint256";
|
|
1780
|
+
readonly internalType: "uint256";
|
|
1781
|
+
}];
|
|
1782
|
+
readonly outputs: readonly [];
|
|
1783
|
+
readonly stateMutability: "nonpayable";
|
|
1784
|
+
} | {
|
|
1785
|
+
readonly type: "function";
|
|
1786
|
+
readonly name: "minter";
|
|
1787
|
+
readonly inputs: readonly [];
|
|
1788
|
+
readonly outputs: readonly [{
|
|
1789
|
+
readonly name: "";
|
|
1790
|
+
readonly type: "address";
|
|
1791
|
+
readonly internalType: "address";
|
|
1792
|
+
}];
|
|
1793
|
+
readonly stateMutability: "view";
|
|
1794
|
+
} | {
|
|
1795
|
+
readonly type: "function";
|
|
1796
|
+
readonly name: "nextTokenId";
|
|
1797
|
+
readonly inputs: readonly [];
|
|
1798
|
+
readonly outputs: readonly [{
|
|
1799
|
+
readonly name: "";
|
|
1800
|
+
readonly type: "uint256";
|
|
1801
|
+
readonly internalType: "uint256";
|
|
1802
|
+
}];
|
|
1803
|
+
readonly stateMutability: "view";
|
|
1804
|
+
} | {
|
|
1805
|
+
readonly type: "function";
|
|
1806
|
+
readonly name: "paused";
|
|
1807
|
+
readonly inputs: readonly [];
|
|
1808
|
+
readonly outputs: readonly [{
|
|
1809
|
+
readonly name: "";
|
|
1810
|
+
readonly type: "bool";
|
|
1811
|
+
readonly internalType: "bool";
|
|
1812
|
+
}];
|
|
1813
|
+
readonly stateMutability: "view";
|
|
1814
|
+
} | {
|
|
1815
|
+
readonly type: "function";
|
|
1816
|
+
readonly name: "primaryPayee";
|
|
1817
|
+
readonly inputs: readonly [];
|
|
1818
|
+
readonly outputs: readonly [{
|
|
1819
|
+
readonly name: "";
|
|
1820
|
+
readonly type: "address";
|
|
1821
|
+
readonly internalType: "address";
|
|
1822
|
+
}];
|
|
1823
|
+
readonly stateMutability: "view";
|
|
1824
|
+
} | {
|
|
1825
|
+
readonly type: "function";
|
|
1826
|
+
readonly name: "setMaxInvocations";
|
|
1827
|
+
readonly inputs: readonly [{
|
|
1828
|
+
readonly name: "newMax";
|
|
1829
|
+
readonly type: "uint256";
|
|
1830
|
+
readonly internalType: "uint256";
|
|
1831
|
+
}];
|
|
1832
|
+
readonly outputs: readonly [];
|
|
1833
|
+
readonly stateMutability: "nonpayable";
|
|
1834
|
+
} | {
|
|
1835
|
+
readonly type: "function";
|
|
1836
|
+
readonly name: "setMinter";
|
|
1837
|
+
readonly inputs: readonly [{
|
|
1838
|
+
readonly name: "newMinter";
|
|
1839
|
+
readonly type: "address";
|
|
1840
|
+
readonly internalType: "address";
|
|
1841
|
+
}];
|
|
1842
|
+
readonly outputs: readonly [];
|
|
1843
|
+
readonly stateMutability: "nonpayable";
|
|
1844
|
+
} | {
|
|
1845
|
+
readonly type: "function";
|
|
1846
|
+
readonly name: "setPaused";
|
|
1847
|
+
readonly inputs: readonly [{
|
|
1848
|
+
readonly name: "paused_";
|
|
1849
|
+
readonly type: "bool";
|
|
1850
|
+
readonly internalType: "bool";
|
|
1851
|
+
}];
|
|
1852
|
+
readonly outputs: readonly [];
|
|
1853
|
+
readonly stateMutability: "nonpayable";
|
|
1854
|
+
} | {
|
|
1855
|
+
readonly type: "function";
|
|
1856
|
+
readonly name: "setPrimaryPayee";
|
|
1857
|
+
readonly inputs: readonly [{
|
|
1858
|
+
readonly name: "account";
|
|
1859
|
+
readonly type: "address";
|
|
1860
|
+
readonly internalType: "address";
|
|
1861
|
+
}];
|
|
1862
|
+
readonly outputs: readonly [];
|
|
1863
|
+
readonly stateMutability: "nonpayable";
|
|
1864
|
+
} | {
|
|
1865
|
+
readonly type: "event";
|
|
1866
|
+
readonly name: "MaxInvocationsUpdated";
|
|
1867
|
+
readonly inputs: readonly [{
|
|
1868
|
+
readonly name: "maxInvocations";
|
|
1869
|
+
readonly type: "uint256";
|
|
1870
|
+
readonly indexed: false;
|
|
1871
|
+
readonly internalType: "uint256";
|
|
1872
|
+
}];
|
|
1873
|
+
readonly anonymous: false;
|
|
1874
|
+
} | {
|
|
1875
|
+
readonly type: "event";
|
|
1876
|
+
readonly name: "MinterSet";
|
|
1877
|
+
readonly inputs: readonly [{
|
|
1878
|
+
readonly name: "minter";
|
|
1879
|
+
readonly type: "address";
|
|
1880
|
+
readonly indexed: true;
|
|
1881
|
+
readonly internalType: "address";
|
|
1882
|
+
}];
|
|
1883
|
+
readonly anonymous: false;
|
|
1884
|
+
} | {
|
|
1885
|
+
readonly type: "event";
|
|
1886
|
+
readonly name: "PausedStatusChanged";
|
|
1887
|
+
readonly inputs: readonly [{
|
|
1888
|
+
readonly name: "paused";
|
|
1889
|
+
readonly type: "bool";
|
|
1890
|
+
readonly indexed: false;
|
|
1891
|
+
readonly internalType: "bool";
|
|
1892
|
+
}];
|
|
1893
|
+
readonly anonymous: false;
|
|
1894
|
+
} | {
|
|
1895
|
+
readonly type: "event";
|
|
1896
|
+
readonly name: "PrimaryPayeeChanged";
|
|
1897
|
+
readonly inputs: readonly [{
|
|
1898
|
+
readonly name: "account";
|
|
1899
|
+
readonly type: "address";
|
|
1900
|
+
readonly indexed: true;
|
|
1901
|
+
readonly internalType: "address";
|
|
1902
|
+
}];
|
|
1903
|
+
readonly anonymous: false;
|
|
1904
|
+
} | {
|
|
1905
|
+
readonly type: "error";
|
|
1906
|
+
readonly name: "InvalidMaxInvocations";
|
|
1907
|
+
readonly inputs: readonly [];
|
|
1908
|
+
} | {
|
|
1909
|
+
readonly type: "error";
|
|
1910
|
+
readonly name: "MaxInvocationsBelowFloor";
|
|
1911
|
+
readonly inputs: readonly [];
|
|
1912
|
+
} | {
|
|
1913
|
+
readonly type: "error";
|
|
1914
|
+
readonly name: "MaxInvocationsIncreaseForbidden";
|
|
1915
|
+
readonly inputs: readonly [];
|
|
1916
|
+
} | {
|
|
1917
|
+
readonly type: "error";
|
|
1918
|
+
readonly name: "MaxInvocationsReached";
|
|
1919
|
+
readonly inputs: readonly [];
|
|
1920
|
+
} | {
|
|
1921
|
+
readonly type: "error";
|
|
1922
|
+
readonly name: "MintCountExceedsMax";
|
|
1923
|
+
readonly inputs: readonly [];
|
|
1924
|
+
} | {
|
|
1925
|
+
readonly type: "error";
|
|
1926
|
+
readonly name: "MintingPaused";
|
|
1927
|
+
readonly inputs: readonly [];
|
|
1928
|
+
} | {
|
|
1929
|
+
readonly type: "error";
|
|
1930
|
+
readonly name: "NotMinterOrOwner";
|
|
1931
|
+
readonly inputs: readonly [];
|
|
1932
|
+
} | {
|
|
1933
|
+
readonly type: "function";
|
|
1934
|
+
readonly name: "deploy";
|
|
1935
|
+
readonly inputs: readonly [{
|
|
1936
|
+
readonly name: "params";
|
|
1937
|
+
readonly type: "tuple";
|
|
1938
|
+
readonly internalType: "struct SeriesCode.InitParams";
|
|
1939
|
+
readonly components: readonly [{
|
|
1940
|
+
readonly name: "owner";
|
|
1941
|
+
readonly type: "address";
|
|
1942
|
+
readonly internalType: "address";
|
|
1943
|
+
}, {
|
|
1944
|
+
readonly name: "name";
|
|
1945
|
+
readonly type: "string";
|
|
1946
|
+
readonly internalType: "string";
|
|
1947
|
+
}, {
|
|
1948
|
+
readonly name: "symbol";
|
|
1949
|
+
readonly type: "string";
|
|
1950
|
+
readonly internalType: "string";
|
|
1951
|
+
}, {
|
|
1952
|
+
readonly name: "tokenURIBase";
|
|
1953
|
+
readonly type: "string";
|
|
1954
|
+
readonly internalType: "string";
|
|
1955
|
+
}, {
|
|
1956
|
+
readonly name: "tokenURIRenderer";
|
|
1957
|
+
readonly type: "address";
|
|
1958
|
+
readonly internalType: "address";
|
|
1959
|
+
}, {
|
|
1960
|
+
readonly name: "contractURIBase";
|
|
1961
|
+
readonly type: "string";
|
|
1962
|
+
readonly internalType: "string";
|
|
1963
|
+
}, {
|
|
1964
|
+
readonly name: "contractURIRenderer";
|
|
1965
|
+
readonly type: "address";
|
|
1966
|
+
readonly internalType: "address";
|
|
1967
|
+
}, {
|
|
1968
|
+
readonly name: "royaltyReceiver";
|
|
1969
|
+
readonly type: "address";
|
|
1970
|
+
readonly internalType: "address";
|
|
1971
|
+
}, {
|
|
1972
|
+
readonly name: "royaltyBps";
|
|
1973
|
+
readonly type: "uint16";
|
|
1974
|
+
readonly internalType: "uint16";
|
|
1975
|
+
}, {
|
|
1976
|
+
readonly name: "maxInvocations";
|
|
1977
|
+
readonly type: "uint256";
|
|
1978
|
+
readonly internalType: "uint256";
|
|
1979
|
+
}, {
|
|
1980
|
+
readonly name: "primaryPayee";
|
|
1981
|
+
readonly type: "address";
|
|
1982
|
+
readonly internalType: "address";
|
|
1983
|
+
}, {
|
|
1984
|
+
readonly name: "minter";
|
|
1985
|
+
readonly type: "address";
|
|
1986
|
+
readonly internalType: "address";
|
|
1987
|
+
}, {
|
|
1988
|
+
readonly name: "paused";
|
|
1989
|
+
readonly type: "bool";
|
|
1990
|
+
readonly internalType: "bool";
|
|
1991
|
+
}, {
|
|
1992
|
+
readonly name: "seedSource";
|
|
1993
|
+
readonly type: "address";
|
|
1994
|
+
readonly internalType: "address";
|
|
1995
|
+
}, {
|
|
1996
|
+
readonly name: "disableTokenOwnerDelegation";
|
|
1997
|
+
readonly type: "bool";
|
|
1998
|
+
readonly internalType: "bool";
|
|
1999
|
+
}, {
|
|
2000
|
+
readonly name: "mintTo";
|
|
2001
|
+
readonly type: "address";
|
|
2002
|
+
readonly internalType: "address";
|
|
2003
|
+
}, {
|
|
2004
|
+
readonly name: "mintCount";
|
|
2005
|
+
readonly type: "uint256";
|
|
2006
|
+
readonly internalType: "uint256";
|
|
2007
|
+
}, {
|
|
2008
|
+
readonly name: "tokenFields";
|
|
2009
|
+
readonly type: "tuple[]";
|
|
2010
|
+
readonly internalType: "struct OnChainMetadata.TokenFieldInput[]";
|
|
2011
|
+
readonly components: readonly [{
|
|
2012
|
+
readonly name: "tokenId";
|
|
2013
|
+
readonly type: "uint256";
|
|
2014
|
+
readonly internalType: "uint256";
|
|
2015
|
+
}, {
|
|
2016
|
+
readonly name: "field";
|
|
2017
|
+
readonly type: "bytes32";
|
|
2018
|
+
readonly internalType: "bytes32";
|
|
2019
|
+
}, {
|
|
2020
|
+
readonly name: "representation";
|
|
2021
|
+
readonly type: "bytes32";
|
|
2022
|
+
readonly internalType: "bytes32";
|
|
2023
|
+
}, {
|
|
2024
|
+
readonly name: "value";
|
|
2025
|
+
readonly type: "bytes";
|
|
2026
|
+
readonly internalType: "bytes";
|
|
2027
|
+
}];
|
|
2028
|
+
}, {
|
|
2029
|
+
readonly name: "contractFields";
|
|
2030
|
+
readonly type: "tuple[]";
|
|
2031
|
+
readonly internalType: "struct OnChainMetadata.FieldInput[]";
|
|
2032
|
+
readonly components: readonly [{
|
|
2033
|
+
readonly name: "field";
|
|
2034
|
+
readonly type: "bytes32";
|
|
2035
|
+
readonly internalType: "bytes32";
|
|
2036
|
+
}, {
|
|
2037
|
+
readonly name: "representation";
|
|
2038
|
+
readonly type: "bytes32";
|
|
2039
|
+
readonly internalType: "bytes32";
|
|
2040
|
+
}, {
|
|
2041
|
+
readonly name: "value";
|
|
2042
|
+
readonly type: "bytes";
|
|
2043
|
+
readonly internalType: "bytes";
|
|
2044
|
+
}];
|
|
2045
|
+
}];
|
|
2046
|
+
}];
|
|
2047
|
+
readonly outputs: readonly [{
|
|
2048
|
+
readonly name: "clone";
|
|
2049
|
+
readonly type: "address";
|
|
2050
|
+
readonly internalType: "address";
|
|
2051
|
+
}];
|
|
2052
|
+
readonly stateMutability: "nonpayable";
|
|
2053
|
+
} | {
|
|
2054
|
+
readonly type: "function";
|
|
2055
|
+
readonly name: "deployDeterministic";
|
|
2056
|
+
readonly inputs: readonly [{
|
|
2057
|
+
readonly name: "params";
|
|
2058
|
+
readonly type: "tuple";
|
|
2059
|
+
readonly internalType: "struct SeriesCode.InitParams";
|
|
2060
|
+
readonly components: readonly [{
|
|
2061
|
+
readonly name: "owner";
|
|
2062
|
+
readonly type: "address";
|
|
2063
|
+
readonly internalType: "address";
|
|
2064
|
+
}, {
|
|
2065
|
+
readonly name: "name";
|
|
2066
|
+
readonly type: "string";
|
|
2067
|
+
readonly internalType: "string";
|
|
2068
|
+
}, {
|
|
2069
|
+
readonly name: "symbol";
|
|
2070
|
+
readonly type: "string";
|
|
2071
|
+
readonly internalType: "string";
|
|
2072
|
+
}, {
|
|
2073
|
+
readonly name: "tokenURIBase";
|
|
2074
|
+
readonly type: "string";
|
|
2075
|
+
readonly internalType: "string";
|
|
2076
|
+
}, {
|
|
2077
|
+
readonly name: "tokenURIRenderer";
|
|
2078
|
+
readonly type: "address";
|
|
2079
|
+
readonly internalType: "address";
|
|
2080
|
+
}, {
|
|
2081
|
+
readonly name: "contractURIBase";
|
|
2082
|
+
readonly type: "string";
|
|
2083
|
+
readonly internalType: "string";
|
|
2084
|
+
}, {
|
|
2085
|
+
readonly name: "contractURIRenderer";
|
|
2086
|
+
readonly type: "address";
|
|
2087
|
+
readonly internalType: "address";
|
|
2088
|
+
}, {
|
|
2089
|
+
readonly name: "royaltyReceiver";
|
|
2090
|
+
readonly type: "address";
|
|
2091
|
+
readonly internalType: "address";
|
|
2092
|
+
}, {
|
|
2093
|
+
readonly name: "royaltyBps";
|
|
2094
|
+
readonly type: "uint16";
|
|
2095
|
+
readonly internalType: "uint16";
|
|
2096
|
+
}, {
|
|
2097
|
+
readonly name: "maxInvocations";
|
|
2098
|
+
readonly type: "uint256";
|
|
2099
|
+
readonly internalType: "uint256";
|
|
2100
|
+
}, {
|
|
2101
|
+
readonly name: "primaryPayee";
|
|
2102
|
+
readonly type: "address";
|
|
2103
|
+
readonly internalType: "address";
|
|
2104
|
+
}, {
|
|
2105
|
+
readonly name: "minter";
|
|
2106
|
+
readonly type: "address";
|
|
2107
|
+
readonly internalType: "address";
|
|
2108
|
+
}, {
|
|
2109
|
+
readonly name: "paused";
|
|
2110
|
+
readonly type: "bool";
|
|
2111
|
+
readonly internalType: "bool";
|
|
2112
|
+
}, {
|
|
2113
|
+
readonly name: "seedSource";
|
|
2114
|
+
readonly type: "address";
|
|
2115
|
+
readonly internalType: "address";
|
|
2116
|
+
}, {
|
|
2117
|
+
readonly name: "disableTokenOwnerDelegation";
|
|
2118
|
+
readonly type: "bool";
|
|
2119
|
+
readonly internalType: "bool";
|
|
2120
|
+
}, {
|
|
2121
|
+
readonly name: "mintTo";
|
|
2122
|
+
readonly type: "address";
|
|
2123
|
+
readonly internalType: "address";
|
|
2124
|
+
}, {
|
|
2125
|
+
readonly name: "mintCount";
|
|
2126
|
+
readonly type: "uint256";
|
|
2127
|
+
readonly internalType: "uint256";
|
|
2128
|
+
}, {
|
|
2129
|
+
readonly name: "tokenFields";
|
|
2130
|
+
readonly type: "tuple[]";
|
|
2131
|
+
readonly internalType: "struct OnChainMetadata.TokenFieldInput[]";
|
|
2132
|
+
readonly components: readonly [{
|
|
2133
|
+
readonly name: "tokenId";
|
|
2134
|
+
readonly type: "uint256";
|
|
2135
|
+
readonly internalType: "uint256";
|
|
2136
|
+
}, {
|
|
2137
|
+
readonly name: "field";
|
|
2138
|
+
readonly type: "bytes32";
|
|
2139
|
+
readonly internalType: "bytes32";
|
|
2140
|
+
}, {
|
|
2141
|
+
readonly name: "representation";
|
|
2142
|
+
readonly type: "bytes32";
|
|
2143
|
+
readonly internalType: "bytes32";
|
|
2144
|
+
}, {
|
|
2145
|
+
readonly name: "value";
|
|
2146
|
+
readonly type: "bytes";
|
|
2147
|
+
readonly internalType: "bytes";
|
|
2148
|
+
}];
|
|
2149
|
+
}, {
|
|
2150
|
+
readonly name: "contractFields";
|
|
2151
|
+
readonly type: "tuple[]";
|
|
2152
|
+
readonly internalType: "struct OnChainMetadata.FieldInput[]";
|
|
2153
|
+
readonly components: readonly [{
|
|
2154
|
+
readonly name: "field";
|
|
2155
|
+
readonly type: "bytes32";
|
|
2156
|
+
readonly internalType: "bytes32";
|
|
2157
|
+
}, {
|
|
2158
|
+
readonly name: "representation";
|
|
2159
|
+
readonly type: "bytes32";
|
|
2160
|
+
readonly internalType: "bytes32";
|
|
2161
|
+
}, {
|
|
2162
|
+
readonly name: "value";
|
|
2163
|
+
readonly type: "bytes";
|
|
2164
|
+
readonly internalType: "bytes";
|
|
2165
|
+
}];
|
|
2166
|
+
}];
|
|
2167
|
+
}, {
|
|
2168
|
+
readonly name: "salt";
|
|
2169
|
+
readonly type: "bytes32";
|
|
2170
|
+
readonly internalType: "bytes32";
|
|
2171
|
+
}];
|
|
2172
|
+
readonly outputs: readonly [{
|
|
2173
|
+
readonly name: "clone";
|
|
2174
|
+
readonly type: "address";
|
|
2175
|
+
readonly internalType: "address";
|
|
2176
|
+
}];
|
|
2177
|
+
readonly stateMutability: "nonpayable";
|
|
2178
|
+
} | {
|
|
2179
|
+
readonly type: "function";
|
|
2180
|
+
readonly name: "clearContractParam";
|
|
2181
|
+
readonly inputs: readonly [{
|
|
2182
|
+
readonly name: "key";
|
|
2183
|
+
readonly type: "bytes32";
|
|
2184
|
+
readonly internalType: "bytes32";
|
|
2185
|
+
}];
|
|
2186
|
+
readonly outputs: readonly [];
|
|
2187
|
+
readonly stateMutability: "nonpayable";
|
|
2188
|
+
} | {
|
|
2189
|
+
readonly type: "function";
|
|
2190
|
+
readonly name: "clearTokenParam";
|
|
2191
|
+
readonly inputs: readonly [{
|
|
2192
|
+
readonly name: "tokenId";
|
|
2193
|
+
readonly type: "uint256";
|
|
2194
|
+
readonly internalType: "uint256";
|
|
2195
|
+
}, {
|
|
2196
|
+
readonly name: "key";
|
|
2197
|
+
readonly type: "bytes32";
|
|
2198
|
+
readonly internalType: "bytes32";
|
|
2199
|
+
}];
|
|
2200
|
+
readonly outputs: readonly [];
|
|
2201
|
+
readonly stateMutability: "nonpayable";
|
|
2202
|
+
} | {
|
|
2203
|
+
readonly type: "function";
|
|
2204
|
+
readonly name: "configureTokenParam";
|
|
2205
|
+
readonly inputs: readonly [{
|
|
2206
|
+
readonly name: "tokenId";
|
|
2207
|
+
readonly type: "uint256";
|
|
2208
|
+
readonly internalType: "uint256";
|
|
2209
|
+
}, {
|
|
2210
|
+
readonly name: "key";
|
|
2211
|
+
readonly type: "bytes32";
|
|
2212
|
+
readonly internalType: "bytes32";
|
|
2213
|
+
}, {
|
|
2214
|
+
readonly name: "value";
|
|
2215
|
+
readonly type: "bytes32";
|
|
2216
|
+
readonly internalType: "bytes32";
|
|
2217
|
+
}];
|
|
2218
|
+
readonly outputs: readonly [];
|
|
2219
|
+
readonly stateMutability: "nonpayable";
|
|
2220
|
+
} | {
|
|
2221
|
+
readonly type: "function";
|
|
2222
|
+
readonly name: "configureTokenParamData";
|
|
2223
|
+
readonly inputs: readonly [{
|
|
2224
|
+
readonly name: "tokenId";
|
|
2225
|
+
readonly type: "uint256";
|
|
2226
|
+
readonly internalType: "uint256";
|
|
2227
|
+
}, {
|
|
2228
|
+
readonly name: "key";
|
|
2229
|
+
readonly type: "bytes32";
|
|
2230
|
+
readonly internalType: "bytes32";
|
|
2231
|
+
}, {
|
|
2232
|
+
readonly name: "data";
|
|
2233
|
+
readonly type: "bytes";
|
|
2234
|
+
readonly internalType: "bytes";
|
|
2235
|
+
}];
|
|
2236
|
+
readonly outputs: readonly [];
|
|
2237
|
+
readonly stateMutability: "nonpayable";
|
|
2238
|
+
} | {
|
|
2239
|
+
readonly type: "function";
|
|
2240
|
+
readonly name: "contractParam";
|
|
2241
|
+
readonly inputs: readonly [{
|
|
2242
|
+
readonly name: "key";
|
|
2243
|
+
readonly type: "bytes32";
|
|
2244
|
+
readonly internalType: "bytes32";
|
|
2245
|
+
}];
|
|
2246
|
+
readonly outputs: readonly [{
|
|
2247
|
+
readonly name: "value";
|
|
2248
|
+
readonly type: "bytes32";
|
|
2249
|
+
readonly internalType: "bytes32";
|
|
2250
|
+
}, {
|
|
2251
|
+
readonly name: "valueIsHash";
|
|
2252
|
+
readonly type: "bool";
|
|
2253
|
+
readonly internalType: "bool";
|
|
2254
|
+
}, {
|
|
2255
|
+
readonly name: "isSet";
|
|
2256
|
+
readonly type: "bool";
|
|
2257
|
+
readonly internalType: "bool";
|
|
2258
|
+
}];
|
|
2259
|
+
readonly stateMutability: "view";
|
|
2260
|
+
} | {
|
|
2261
|
+
readonly type: "function";
|
|
2262
|
+
readonly name: "contractParamData";
|
|
2263
|
+
readonly inputs: readonly [{
|
|
2264
|
+
readonly name: "key";
|
|
2265
|
+
readonly type: "bytes32";
|
|
2266
|
+
readonly internalType: "bytes32";
|
|
2267
|
+
}];
|
|
2268
|
+
readonly outputs: readonly [{
|
|
2269
|
+
readonly name: "";
|
|
2270
|
+
readonly type: "bytes";
|
|
2271
|
+
readonly internalType: "bytes";
|
|
2272
|
+
}];
|
|
2273
|
+
readonly stateMutability: "view";
|
|
2274
|
+
} | {
|
|
2275
|
+
readonly type: "function";
|
|
2276
|
+
readonly name: "delegateRegistry";
|
|
2277
|
+
readonly inputs: readonly [];
|
|
2278
|
+
readonly outputs: readonly [{
|
|
2279
|
+
readonly name: "";
|
|
2280
|
+
readonly type: "address";
|
|
2281
|
+
readonly internalType: "address";
|
|
2282
|
+
}];
|
|
2283
|
+
readonly stateMutability: "view";
|
|
2284
|
+
} | {
|
|
2285
|
+
readonly type: "function";
|
|
2286
|
+
readonly name: "dependenciesLocked";
|
|
2287
|
+
readonly inputs: readonly [];
|
|
2288
|
+
readonly outputs: readonly [{
|
|
2289
|
+
readonly name: "";
|
|
2290
|
+
readonly type: "bool";
|
|
2291
|
+
readonly internalType: "bool";
|
|
2292
|
+
}];
|
|
2293
|
+
readonly stateMutability: "view";
|
|
2294
|
+
} | {
|
|
2295
|
+
readonly type: "function";
|
|
2296
|
+
readonly name: "dependencyByIndex";
|
|
2297
|
+
readonly inputs: readonly [{
|
|
2298
|
+
readonly name: "index";
|
|
2299
|
+
readonly type: "uint256";
|
|
2300
|
+
readonly internalType: "uint256";
|
|
2301
|
+
}];
|
|
2302
|
+
readonly outputs: readonly [{
|
|
2303
|
+
readonly name: "resolution";
|
|
2304
|
+
readonly type: "uint8";
|
|
2305
|
+
readonly internalType: "enum IAbxDependencies.Resolution";
|
|
2306
|
+
}, {
|
|
2307
|
+
readonly name: "ref";
|
|
2308
|
+
readonly type: "bytes32";
|
|
2309
|
+
readonly internalType: "bytes32";
|
|
2310
|
+
}];
|
|
2311
|
+
readonly stateMutability: "view";
|
|
2312
|
+
} | {
|
|
2313
|
+
readonly type: "function";
|
|
2314
|
+
readonly name: "dependencyCount";
|
|
2315
|
+
readonly inputs: readonly [];
|
|
2316
|
+
readonly outputs: readonly [{
|
|
2317
|
+
readonly name: "";
|
|
2318
|
+
readonly type: "uint256";
|
|
2319
|
+
readonly internalType: "uint256";
|
|
2320
|
+
}];
|
|
2321
|
+
readonly stateMutability: "view";
|
|
2322
|
+
} | {
|
|
2323
|
+
readonly type: "function";
|
|
2324
|
+
readonly name: "dependencyRegistry";
|
|
2325
|
+
readonly inputs: readonly [];
|
|
2326
|
+
readonly outputs: readonly [{
|
|
2327
|
+
readonly name: "";
|
|
2328
|
+
readonly type: "address";
|
|
2329
|
+
readonly internalType: "address";
|
|
2330
|
+
}];
|
|
2331
|
+
readonly stateMutability: "view";
|
|
2332
|
+
} | {
|
|
2333
|
+
readonly type: "function";
|
|
2334
|
+
readonly name: "initialize";
|
|
2335
|
+
readonly inputs: readonly [{
|
|
2336
|
+
readonly name: "p";
|
|
2337
|
+
readonly type: "tuple";
|
|
2338
|
+
readonly internalType: "struct SeriesCode.InitParams";
|
|
2339
|
+
readonly components: readonly [{
|
|
2340
|
+
readonly name: "owner";
|
|
2341
|
+
readonly type: "address";
|
|
2342
|
+
readonly internalType: "address";
|
|
2343
|
+
}, {
|
|
2344
|
+
readonly name: "name";
|
|
2345
|
+
readonly type: "string";
|
|
2346
|
+
readonly internalType: "string";
|
|
2347
|
+
}, {
|
|
2348
|
+
readonly name: "symbol";
|
|
2349
|
+
readonly type: "string";
|
|
2350
|
+
readonly internalType: "string";
|
|
2351
|
+
}, {
|
|
2352
|
+
readonly name: "tokenURIBase";
|
|
2353
|
+
readonly type: "string";
|
|
2354
|
+
readonly internalType: "string";
|
|
2355
|
+
}, {
|
|
2356
|
+
readonly name: "tokenURIRenderer";
|
|
2357
|
+
readonly type: "address";
|
|
2358
|
+
readonly internalType: "address";
|
|
2359
|
+
}, {
|
|
2360
|
+
readonly name: "contractURIBase";
|
|
2361
|
+
readonly type: "string";
|
|
2362
|
+
readonly internalType: "string";
|
|
2363
|
+
}, {
|
|
2364
|
+
readonly name: "contractURIRenderer";
|
|
2365
|
+
readonly type: "address";
|
|
2366
|
+
readonly internalType: "address";
|
|
2367
|
+
}, {
|
|
2368
|
+
readonly name: "royaltyReceiver";
|
|
2369
|
+
readonly type: "address";
|
|
2370
|
+
readonly internalType: "address";
|
|
2371
|
+
}, {
|
|
2372
|
+
readonly name: "royaltyBps";
|
|
2373
|
+
readonly type: "uint16";
|
|
2374
|
+
readonly internalType: "uint16";
|
|
2375
|
+
}, {
|
|
2376
|
+
readonly name: "maxInvocations";
|
|
2377
|
+
readonly type: "uint256";
|
|
2378
|
+
readonly internalType: "uint256";
|
|
2379
|
+
}, {
|
|
2380
|
+
readonly name: "primaryPayee";
|
|
2381
|
+
readonly type: "address";
|
|
2382
|
+
readonly internalType: "address";
|
|
2383
|
+
}, {
|
|
2384
|
+
readonly name: "minter";
|
|
2385
|
+
readonly type: "address";
|
|
2386
|
+
readonly internalType: "address";
|
|
2387
|
+
}, {
|
|
2388
|
+
readonly name: "paused";
|
|
2389
|
+
readonly type: "bool";
|
|
2390
|
+
readonly internalType: "bool";
|
|
2391
|
+
}, {
|
|
2392
|
+
readonly name: "seedSource";
|
|
2393
|
+
readonly type: "address";
|
|
2394
|
+
readonly internalType: "address";
|
|
2395
|
+
}, {
|
|
2396
|
+
readonly name: "disableTokenOwnerDelegation";
|
|
2397
|
+
readonly type: "bool";
|
|
2398
|
+
readonly internalType: "bool";
|
|
2399
|
+
}, {
|
|
2400
|
+
readonly name: "mintTo";
|
|
2401
|
+
readonly type: "address";
|
|
2402
|
+
readonly internalType: "address";
|
|
2403
|
+
}, {
|
|
2404
|
+
readonly name: "mintCount";
|
|
2405
|
+
readonly type: "uint256";
|
|
2406
|
+
readonly internalType: "uint256";
|
|
2407
|
+
}, {
|
|
2408
|
+
readonly name: "tokenFields";
|
|
2409
|
+
readonly type: "tuple[]";
|
|
2410
|
+
readonly internalType: "struct OnChainMetadata.TokenFieldInput[]";
|
|
2411
|
+
readonly components: readonly [{
|
|
2412
|
+
readonly name: "tokenId";
|
|
2413
|
+
readonly type: "uint256";
|
|
2414
|
+
readonly internalType: "uint256";
|
|
2415
|
+
}, {
|
|
2416
|
+
readonly name: "field";
|
|
2417
|
+
readonly type: "bytes32";
|
|
2418
|
+
readonly internalType: "bytes32";
|
|
2419
|
+
}, {
|
|
2420
|
+
readonly name: "representation";
|
|
2421
|
+
readonly type: "bytes32";
|
|
2422
|
+
readonly internalType: "bytes32";
|
|
2423
|
+
}, {
|
|
2424
|
+
readonly name: "value";
|
|
2425
|
+
readonly type: "bytes";
|
|
2426
|
+
readonly internalType: "bytes";
|
|
2427
|
+
}];
|
|
2428
|
+
}, {
|
|
2429
|
+
readonly name: "contractFields";
|
|
2430
|
+
readonly type: "tuple[]";
|
|
2431
|
+
readonly internalType: "struct OnChainMetadata.FieldInput[]";
|
|
2432
|
+
readonly components: readonly [{
|
|
2433
|
+
readonly name: "field";
|
|
2434
|
+
readonly type: "bytes32";
|
|
2435
|
+
readonly internalType: "bytes32";
|
|
2436
|
+
}, {
|
|
2437
|
+
readonly name: "representation";
|
|
2438
|
+
readonly type: "bytes32";
|
|
2439
|
+
readonly internalType: "bytes32";
|
|
2440
|
+
}, {
|
|
2441
|
+
readonly name: "value";
|
|
2442
|
+
readonly type: "bytes";
|
|
2443
|
+
readonly internalType: "bytes";
|
|
2444
|
+
}];
|
|
2445
|
+
}];
|
|
2446
|
+
}];
|
|
2447
|
+
readonly outputs: readonly [];
|
|
2448
|
+
readonly stateMutability: "nonpayable";
|
|
2449
|
+
} | {
|
|
2450
|
+
readonly type: "function";
|
|
2451
|
+
readonly name: "lockDependencies";
|
|
2452
|
+
readonly inputs: readonly [];
|
|
2453
|
+
readonly outputs: readonly [];
|
|
2454
|
+
readonly stateMutability: "nonpayable";
|
|
2455
|
+
} | {
|
|
2456
|
+
readonly type: "function";
|
|
2457
|
+
readonly name: "lockScript";
|
|
2458
|
+
readonly inputs: readonly [];
|
|
2459
|
+
readonly outputs: readonly [];
|
|
2460
|
+
readonly stateMutability: "nonpayable";
|
|
2461
|
+
} | {
|
|
2462
|
+
readonly type: "function";
|
|
2463
|
+
readonly name: "paramHooks";
|
|
2464
|
+
readonly inputs: readonly [];
|
|
2465
|
+
readonly outputs: readonly [{
|
|
2466
|
+
readonly name: "configureHook";
|
|
2467
|
+
readonly type: "address";
|
|
2468
|
+
readonly internalType: "address";
|
|
2469
|
+
}, {
|
|
2470
|
+
readonly name: "augmentHook";
|
|
2471
|
+
readonly type: "address";
|
|
2472
|
+
readonly internalType: "address";
|
|
2473
|
+
}, {
|
|
2474
|
+
readonly name: "transferHook";
|
|
2475
|
+
readonly type: "address";
|
|
2476
|
+
readonly internalType: "address";
|
|
2477
|
+
}];
|
|
2478
|
+
readonly stateMutability: "view";
|
|
2479
|
+
} | {
|
|
2480
|
+
readonly type: "function";
|
|
2481
|
+
readonly name: "paramSchema";
|
|
2482
|
+
readonly inputs: readonly [{
|
|
2483
|
+
readonly name: "key";
|
|
2484
|
+
readonly type: "bytes32";
|
|
2485
|
+
readonly internalType: "bytes32";
|
|
2486
|
+
}];
|
|
2487
|
+
readonly outputs: readonly [{
|
|
2488
|
+
readonly name: "exists";
|
|
2489
|
+
readonly type: "bool";
|
|
2490
|
+
readonly internalType: "bool";
|
|
2491
|
+
}, {
|
|
2492
|
+
readonly name: "paramType";
|
|
2493
|
+
readonly type: "uint8";
|
|
2494
|
+
readonly internalType: "enum IAbxConfigurableParams.ParamType";
|
|
2495
|
+
}, {
|
|
2496
|
+
readonly name: "auth";
|
|
2497
|
+
readonly type: "uint8";
|
|
2498
|
+
readonly internalType: "enum IAbxConfigurableParams.AuthOption";
|
|
2499
|
+
}, {
|
|
2500
|
+
readonly name: "authAddress";
|
|
2501
|
+
readonly type: "address";
|
|
2502
|
+
readonly internalType: "address";
|
|
2503
|
+
}, {
|
|
2504
|
+
readonly name: "lockAfter";
|
|
2505
|
+
readonly type: "uint48";
|
|
2506
|
+
readonly internalType: "uint48";
|
|
2507
|
+
}, {
|
|
2508
|
+
readonly name: "min";
|
|
2509
|
+
readonly type: "bytes32";
|
|
2510
|
+
readonly internalType: "bytes32";
|
|
2511
|
+
}, {
|
|
2512
|
+
readonly name: "max";
|
|
2513
|
+
readonly type: "bytes32";
|
|
2514
|
+
readonly internalType: "bytes32";
|
|
2515
|
+
}, {
|
|
2516
|
+
readonly name: "selectOptions";
|
|
2517
|
+
readonly type: "string[]";
|
|
2518
|
+
readonly internalType: "string[]";
|
|
2519
|
+
}];
|
|
2520
|
+
readonly stateMutability: "view";
|
|
2521
|
+
} | {
|
|
2522
|
+
readonly type: "function";
|
|
2523
|
+
readonly name: "removeLastDependency";
|
|
2524
|
+
readonly inputs: readonly [];
|
|
2525
|
+
readonly outputs: readonly [];
|
|
2526
|
+
readonly stateMutability: "nonpayable";
|
|
2527
|
+
} | {
|
|
2528
|
+
readonly type: "function";
|
|
2529
|
+
readonly name: "removeLastScriptChunk";
|
|
2530
|
+
readonly inputs: readonly [];
|
|
2531
|
+
readonly outputs: readonly [];
|
|
2532
|
+
readonly stateMutability: "nonpayable";
|
|
2533
|
+
} | {
|
|
2534
|
+
readonly type: "function";
|
|
2535
|
+
readonly name: "scriptChunk";
|
|
2536
|
+
readonly inputs: readonly [{
|
|
2537
|
+
readonly name: "index";
|
|
2538
|
+
readonly type: "uint256";
|
|
2539
|
+
readonly internalType: "uint256";
|
|
2540
|
+
}];
|
|
2541
|
+
readonly outputs: readonly [{
|
|
2542
|
+
readonly name: "";
|
|
2543
|
+
readonly type: "bytes";
|
|
2544
|
+
readonly internalType: "bytes";
|
|
2545
|
+
}];
|
|
2546
|
+
readonly stateMutability: "view";
|
|
2547
|
+
} | {
|
|
2548
|
+
readonly type: "function";
|
|
2549
|
+
readonly name: "scriptChunkCount";
|
|
2550
|
+
readonly inputs: readonly [];
|
|
2551
|
+
readonly outputs: readonly [{
|
|
2552
|
+
readonly name: "";
|
|
2553
|
+
readonly type: "uint256";
|
|
2554
|
+
readonly internalType: "uint256";
|
|
2555
|
+
}];
|
|
2556
|
+
readonly stateMutability: "view";
|
|
2557
|
+
} | {
|
|
2558
|
+
readonly type: "function";
|
|
2559
|
+
readonly name: "scriptLocked";
|
|
2560
|
+
readonly inputs: readonly [];
|
|
2561
|
+
readonly outputs: readonly [{
|
|
2562
|
+
readonly name: "";
|
|
2563
|
+
readonly type: "bool";
|
|
2564
|
+
readonly internalType: "bool";
|
|
2565
|
+
}];
|
|
2566
|
+
readonly stateMutability: "view";
|
|
2567
|
+
} | {
|
|
2568
|
+
readonly type: "function";
|
|
2569
|
+
readonly name: "seedSource";
|
|
2570
|
+
readonly inputs: readonly [];
|
|
2571
|
+
readonly outputs: readonly [{
|
|
2572
|
+
readonly name: "";
|
|
2573
|
+
readonly type: "address";
|
|
2574
|
+
readonly internalType: "address";
|
|
2575
|
+
}];
|
|
2576
|
+
readonly stateMutability: "view";
|
|
2577
|
+
} | {
|
|
2578
|
+
readonly type: "function";
|
|
2579
|
+
readonly name: "setContractParam";
|
|
2580
|
+
readonly inputs: readonly [{
|
|
2581
|
+
readonly name: "key";
|
|
2582
|
+
readonly type: "bytes32";
|
|
2583
|
+
readonly internalType: "bytes32";
|
|
2584
|
+
}, {
|
|
2585
|
+
readonly name: "value";
|
|
2586
|
+
readonly type: "bytes32";
|
|
2587
|
+
readonly internalType: "bytes32";
|
|
2588
|
+
}];
|
|
2589
|
+
readonly outputs: readonly [];
|
|
2590
|
+
readonly stateMutability: "nonpayable";
|
|
2591
|
+
} | {
|
|
2592
|
+
readonly type: "function";
|
|
2593
|
+
readonly name: "setContractParamData";
|
|
2594
|
+
readonly inputs: readonly [{
|
|
2595
|
+
readonly name: "key";
|
|
2596
|
+
readonly type: "bytes32";
|
|
2597
|
+
readonly internalType: "bytes32";
|
|
2598
|
+
}, {
|
|
2599
|
+
readonly name: "data";
|
|
2600
|
+
readonly type: "bytes";
|
|
2601
|
+
readonly internalType: "bytes";
|
|
2602
|
+
}];
|
|
2603
|
+
readonly outputs: readonly [];
|
|
2604
|
+
readonly stateMutability: "nonpayable";
|
|
2605
|
+
} | {
|
|
2606
|
+
readonly type: "function";
|
|
2607
|
+
readonly name: "setDelegateRegistry";
|
|
2608
|
+
readonly inputs: readonly [{
|
|
2609
|
+
readonly name: "registry";
|
|
2610
|
+
readonly type: "address";
|
|
2611
|
+
readonly internalType: "address";
|
|
2612
|
+
}];
|
|
2613
|
+
readonly outputs: readonly [];
|
|
2614
|
+
readonly stateMutability: "nonpayable";
|
|
2615
|
+
} | {
|
|
2616
|
+
readonly type: "function";
|
|
2617
|
+
readonly name: "setDependency";
|
|
2618
|
+
readonly inputs: readonly [{
|
|
2619
|
+
readonly name: "index";
|
|
2620
|
+
readonly type: "uint256";
|
|
2621
|
+
readonly internalType: "uint256";
|
|
2622
|
+
}, {
|
|
2623
|
+
readonly name: "resolution";
|
|
2624
|
+
readonly type: "uint8";
|
|
2625
|
+
readonly internalType: "enum IAbxDependencies.Resolution";
|
|
2626
|
+
}, {
|
|
2627
|
+
readonly name: "ref";
|
|
2628
|
+
readonly type: "bytes32";
|
|
2629
|
+
readonly internalType: "bytes32";
|
|
2630
|
+
}];
|
|
2631
|
+
readonly outputs: readonly [];
|
|
2632
|
+
readonly stateMutability: "nonpayable";
|
|
2633
|
+
} | {
|
|
2634
|
+
readonly type: "function";
|
|
2635
|
+
readonly name: "setDependencyRegistry";
|
|
2636
|
+
readonly inputs: readonly [{
|
|
2637
|
+
readonly name: "registry";
|
|
2638
|
+
readonly type: "address";
|
|
2639
|
+
readonly internalType: "address";
|
|
2640
|
+
}];
|
|
2641
|
+
readonly outputs: readonly [];
|
|
2642
|
+
readonly stateMutability: "nonpayable";
|
|
2643
|
+
} | {
|
|
2644
|
+
readonly type: "function";
|
|
2645
|
+
readonly name: "setParamHooks";
|
|
2646
|
+
readonly inputs: readonly [{
|
|
2647
|
+
readonly name: "configureHook";
|
|
2648
|
+
readonly type: "address";
|
|
2649
|
+
readonly internalType: "address";
|
|
2650
|
+
}, {
|
|
2651
|
+
readonly name: "augmentHook";
|
|
2652
|
+
readonly type: "address";
|
|
2653
|
+
readonly internalType: "address";
|
|
2654
|
+
}, {
|
|
2655
|
+
readonly name: "transferHook";
|
|
2656
|
+
readonly type: "address";
|
|
2657
|
+
readonly internalType: "address";
|
|
2658
|
+
}];
|
|
2659
|
+
readonly outputs: readonly [];
|
|
2660
|
+
readonly stateMutability: "nonpayable";
|
|
2661
|
+
} | {
|
|
2662
|
+
readonly type: "function";
|
|
2663
|
+
readonly name: "setParamSchema";
|
|
2664
|
+
readonly inputs: readonly [{
|
|
2665
|
+
readonly name: "key";
|
|
2666
|
+
readonly type: "bytes32";
|
|
2667
|
+
readonly internalType: "bytes32";
|
|
2668
|
+
}, {
|
|
2669
|
+
readonly name: "paramType";
|
|
2670
|
+
readonly type: "uint8";
|
|
2671
|
+
readonly internalType: "enum IAbxConfigurableParams.ParamType";
|
|
2672
|
+
}, {
|
|
2673
|
+
readonly name: "auth";
|
|
2674
|
+
readonly type: "uint8";
|
|
2675
|
+
readonly internalType: "enum IAbxConfigurableParams.AuthOption";
|
|
2676
|
+
}, {
|
|
2677
|
+
readonly name: "authAddress";
|
|
2678
|
+
readonly type: "address";
|
|
2679
|
+
readonly internalType: "address";
|
|
2680
|
+
}, {
|
|
2681
|
+
readonly name: "lockAfter";
|
|
2682
|
+
readonly type: "uint48";
|
|
2683
|
+
readonly internalType: "uint48";
|
|
2684
|
+
}, {
|
|
2685
|
+
readonly name: "min";
|
|
2686
|
+
readonly type: "bytes32";
|
|
2687
|
+
readonly internalType: "bytes32";
|
|
2688
|
+
}, {
|
|
2689
|
+
readonly name: "max";
|
|
2690
|
+
readonly type: "bytes32";
|
|
2691
|
+
readonly internalType: "bytes32";
|
|
2692
|
+
}, {
|
|
2693
|
+
readonly name: "selectOptions";
|
|
2694
|
+
readonly type: "string[]";
|
|
2695
|
+
readonly internalType: "string[]";
|
|
2696
|
+
}];
|
|
2697
|
+
readonly outputs: readonly [];
|
|
2698
|
+
readonly stateMutability: "nonpayable";
|
|
2699
|
+
} | {
|
|
2700
|
+
readonly type: "function";
|
|
2701
|
+
readonly name: "setScriptChunk";
|
|
2702
|
+
readonly inputs: readonly [{
|
|
2703
|
+
readonly name: "index";
|
|
2704
|
+
readonly type: "uint256";
|
|
2705
|
+
readonly internalType: "uint256";
|
|
2706
|
+
}, {
|
|
2707
|
+
readonly name: "chunk";
|
|
2708
|
+
readonly type: "bytes";
|
|
2709
|
+
readonly internalType: "bytes";
|
|
2710
|
+
}];
|
|
2711
|
+
readonly outputs: readonly [];
|
|
2712
|
+
readonly stateMutability: "nonpayable";
|
|
2713
|
+
} | {
|
|
2714
|
+
readonly type: "function";
|
|
2715
|
+
readonly name: "setSeedSource";
|
|
2716
|
+
readonly inputs: readonly [{
|
|
2717
|
+
readonly name: "source";
|
|
2718
|
+
readonly type: "address";
|
|
2719
|
+
readonly internalType: "address";
|
|
2720
|
+
}];
|
|
2721
|
+
readonly outputs: readonly [];
|
|
2722
|
+
readonly stateMutability: "nonpayable";
|
|
2723
|
+
} | {
|
|
2724
|
+
readonly type: "function";
|
|
2725
|
+
readonly name: "setTokenParam";
|
|
2726
|
+
readonly inputs: readonly [{
|
|
2727
|
+
readonly name: "tokenId";
|
|
2728
|
+
readonly type: "uint256";
|
|
2729
|
+
readonly internalType: "uint256";
|
|
2730
|
+
}, {
|
|
2731
|
+
readonly name: "key";
|
|
2732
|
+
readonly type: "bytes32";
|
|
2733
|
+
readonly internalType: "bytes32";
|
|
2734
|
+
}, {
|
|
2735
|
+
readonly name: "value";
|
|
2736
|
+
readonly type: "bytes32";
|
|
2737
|
+
readonly internalType: "bytes32";
|
|
2738
|
+
}];
|
|
2739
|
+
readonly outputs: readonly [];
|
|
2740
|
+
readonly stateMutability: "nonpayable";
|
|
2741
|
+
} | {
|
|
2742
|
+
readonly type: "function";
|
|
2743
|
+
readonly name: "setTokenParamData";
|
|
2744
|
+
readonly inputs: readonly [{
|
|
2745
|
+
readonly name: "tokenId";
|
|
2746
|
+
readonly type: "uint256";
|
|
2747
|
+
readonly internalType: "uint256";
|
|
2748
|
+
}, {
|
|
2749
|
+
readonly name: "key";
|
|
2750
|
+
readonly type: "bytes32";
|
|
2751
|
+
readonly internalType: "bytes32";
|
|
2752
|
+
}, {
|
|
2753
|
+
readonly name: "data";
|
|
2754
|
+
readonly type: "bytes";
|
|
2755
|
+
readonly internalType: "bytes";
|
|
2756
|
+
}];
|
|
2757
|
+
readonly outputs: readonly [];
|
|
2758
|
+
readonly stateMutability: "nonpayable";
|
|
2759
|
+
} | {
|
|
2760
|
+
readonly type: "function";
|
|
2761
|
+
readonly name: "tokenParam";
|
|
2762
|
+
readonly inputs: readonly [{
|
|
2763
|
+
readonly name: "tokenId";
|
|
2764
|
+
readonly type: "uint256";
|
|
2765
|
+
readonly internalType: "uint256";
|
|
2766
|
+
}, {
|
|
2767
|
+
readonly name: "key";
|
|
2768
|
+
readonly type: "bytes32";
|
|
2769
|
+
readonly internalType: "bytes32";
|
|
2770
|
+
}];
|
|
2771
|
+
readonly outputs: readonly [{
|
|
2772
|
+
readonly name: "value";
|
|
2773
|
+
readonly type: "bytes32";
|
|
2774
|
+
readonly internalType: "bytes32";
|
|
2775
|
+
}, {
|
|
2776
|
+
readonly name: "valueIsHash";
|
|
2777
|
+
readonly type: "bool";
|
|
2778
|
+
readonly internalType: "bool";
|
|
2779
|
+
}, {
|
|
2780
|
+
readonly name: "isSet";
|
|
2781
|
+
readonly type: "bool";
|
|
2782
|
+
readonly internalType: "bool";
|
|
2783
|
+
}];
|
|
2784
|
+
readonly stateMutability: "view";
|
|
2785
|
+
} | {
|
|
2786
|
+
readonly type: "function";
|
|
2787
|
+
readonly name: "tokenParamData";
|
|
2788
|
+
readonly inputs: readonly [{
|
|
2789
|
+
readonly name: "tokenId";
|
|
2790
|
+
readonly type: "uint256";
|
|
2791
|
+
readonly internalType: "uint256";
|
|
2792
|
+
}, {
|
|
2793
|
+
readonly name: "key";
|
|
2794
|
+
readonly type: "bytes32";
|
|
2795
|
+
readonly internalType: "bytes32";
|
|
2796
|
+
}];
|
|
2797
|
+
readonly outputs: readonly [{
|
|
2798
|
+
readonly name: "";
|
|
2799
|
+
readonly type: "bytes";
|
|
2800
|
+
readonly internalType: "bytes";
|
|
2801
|
+
}];
|
|
2802
|
+
readonly stateMutability: "view";
|
|
2803
|
+
} | {
|
|
2804
|
+
readonly type: "event";
|
|
2805
|
+
readonly name: "ContractParamCleared";
|
|
2806
|
+
readonly inputs: readonly [{
|
|
2807
|
+
readonly name: "key";
|
|
2808
|
+
readonly type: "bytes32";
|
|
2809
|
+
readonly indexed: true;
|
|
2810
|
+
readonly internalType: "bytes32";
|
|
2811
|
+
}, {
|
|
2812
|
+
readonly name: "updatedBy";
|
|
2813
|
+
readonly type: "address";
|
|
2814
|
+
readonly indexed: true;
|
|
2815
|
+
readonly internalType: "address";
|
|
2816
|
+
}];
|
|
2817
|
+
readonly anonymous: false;
|
|
2818
|
+
} | {
|
|
2819
|
+
readonly type: "event";
|
|
2820
|
+
readonly name: "ContractParamConfigured";
|
|
2821
|
+
readonly inputs: readonly [{
|
|
2822
|
+
readonly name: "key";
|
|
2823
|
+
readonly type: "bytes32";
|
|
2824
|
+
readonly indexed: true;
|
|
2825
|
+
readonly internalType: "bytes32";
|
|
2826
|
+
}, {
|
|
2827
|
+
readonly name: "value";
|
|
2828
|
+
readonly type: "bytes32";
|
|
2829
|
+
readonly indexed: false;
|
|
2830
|
+
readonly internalType: "bytes32";
|
|
2831
|
+
}, {
|
|
2832
|
+
readonly name: "valueIsHash";
|
|
2833
|
+
readonly type: "bool";
|
|
2834
|
+
readonly indexed: false;
|
|
2835
|
+
readonly internalType: "bool";
|
|
2836
|
+
}, {
|
|
2837
|
+
readonly name: "updatedBy";
|
|
2838
|
+
readonly type: "address";
|
|
2839
|
+
readonly indexed: true;
|
|
2840
|
+
readonly internalType: "address";
|
|
2841
|
+
}];
|
|
2842
|
+
readonly anonymous: false;
|
|
2843
|
+
} | {
|
|
2844
|
+
readonly type: "event";
|
|
2845
|
+
readonly name: "DelegateRegistrySet";
|
|
2846
|
+
readonly inputs: readonly [{
|
|
2847
|
+
readonly name: "registry";
|
|
2848
|
+
readonly type: "address";
|
|
2849
|
+
readonly indexed: true;
|
|
2850
|
+
readonly internalType: "address";
|
|
2851
|
+
}];
|
|
2852
|
+
readonly anonymous: false;
|
|
2853
|
+
} | {
|
|
2854
|
+
readonly type: "event";
|
|
2855
|
+
readonly name: "DependenciesLocked";
|
|
2856
|
+
readonly inputs: readonly [];
|
|
2857
|
+
readonly anonymous: false;
|
|
2858
|
+
} | {
|
|
2859
|
+
readonly type: "event";
|
|
2860
|
+
readonly name: "DependencyRegistrySet";
|
|
2861
|
+
readonly inputs: readonly [{
|
|
2862
|
+
readonly name: "registry";
|
|
2863
|
+
readonly type: "address";
|
|
2864
|
+
readonly indexed: true;
|
|
2865
|
+
readonly internalType: "address";
|
|
2866
|
+
}];
|
|
2867
|
+
readonly anonymous: false;
|
|
2868
|
+
} | {
|
|
2869
|
+
readonly type: "event";
|
|
2870
|
+
readonly name: "DependencyRemoved";
|
|
2871
|
+
readonly inputs: readonly [{
|
|
2872
|
+
readonly name: "index";
|
|
2873
|
+
readonly type: "uint256";
|
|
2874
|
+
readonly indexed: false;
|
|
2875
|
+
readonly internalType: "uint256";
|
|
2876
|
+
}];
|
|
2877
|
+
readonly anonymous: false;
|
|
2878
|
+
} | {
|
|
2879
|
+
readonly type: "event";
|
|
2880
|
+
readonly name: "DependencyUpdated";
|
|
2881
|
+
readonly inputs: readonly [{
|
|
2882
|
+
readonly name: "index";
|
|
2883
|
+
readonly type: "uint256";
|
|
2884
|
+
readonly indexed: false;
|
|
2885
|
+
readonly internalType: "uint256";
|
|
2886
|
+
}, {
|
|
2887
|
+
readonly name: "resolution";
|
|
2888
|
+
readonly type: "uint8";
|
|
2889
|
+
readonly indexed: false;
|
|
2890
|
+
readonly internalType: "enum IAbxDependencies.Resolution";
|
|
2891
|
+
}, {
|
|
2892
|
+
readonly name: "ref";
|
|
2893
|
+
readonly type: "bytes32";
|
|
2894
|
+
readonly indexed: true;
|
|
2895
|
+
readonly internalType: "bytes32";
|
|
2896
|
+
}];
|
|
2897
|
+
readonly anonymous: false;
|
|
2898
|
+
} | {
|
|
2899
|
+
readonly type: "event";
|
|
2900
|
+
readonly name: "HooksConfigured";
|
|
2901
|
+
readonly inputs: readonly [{
|
|
2902
|
+
readonly name: "configureHook";
|
|
2903
|
+
readonly type: "address";
|
|
2904
|
+
readonly indexed: false;
|
|
2905
|
+
readonly internalType: "address";
|
|
2906
|
+
}, {
|
|
2907
|
+
readonly name: "augmentHook";
|
|
2908
|
+
readonly type: "address";
|
|
2909
|
+
readonly indexed: false;
|
|
2910
|
+
readonly internalType: "address";
|
|
2911
|
+
}, {
|
|
2912
|
+
readonly name: "transferHook";
|
|
2913
|
+
readonly type: "address";
|
|
2914
|
+
readonly indexed: false;
|
|
2915
|
+
readonly internalType: "address";
|
|
2916
|
+
}];
|
|
2917
|
+
readonly anonymous: false;
|
|
2918
|
+
} | {
|
|
2919
|
+
readonly type: "event";
|
|
2920
|
+
readonly name: "ParamSchemaConfigured";
|
|
2921
|
+
readonly inputs: readonly [{
|
|
2922
|
+
readonly name: "key";
|
|
2923
|
+
readonly type: "bytes32";
|
|
2924
|
+
readonly indexed: true;
|
|
2925
|
+
readonly internalType: "bytes32";
|
|
2926
|
+
}, {
|
|
2927
|
+
readonly name: "paramType";
|
|
2928
|
+
readonly type: "uint8";
|
|
2929
|
+
readonly indexed: false;
|
|
2930
|
+
readonly internalType: "enum IAbxConfigurableParams.ParamType";
|
|
2931
|
+
}, {
|
|
2932
|
+
readonly name: "auth";
|
|
2933
|
+
readonly type: "uint8";
|
|
2934
|
+
readonly indexed: false;
|
|
2935
|
+
readonly internalType: "enum IAbxConfigurableParams.AuthOption";
|
|
2936
|
+
}, {
|
|
2937
|
+
readonly name: "authAddress";
|
|
2938
|
+
readonly type: "address";
|
|
2939
|
+
readonly indexed: false;
|
|
2940
|
+
readonly internalType: "address";
|
|
2941
|
+
}, {
|
|
2942
|
+
readonly name: "lockAfter";
|
|
2943
|
+
readonly type: "uint48";
|
|
2944
|
+
readonly indexed: false;
|
|
2945
|
+
readonly internalType: "uint48";
|
|
2946
|
+
}, {
|
|
2947
|
+
readonly name: "min";
|
|
2948
|
+
readonly type: "bytes32";
|
|
2949
|
+
readonly indexed: false;
|
|
2950
|
+
readonly internalType: "bytes32";
|
|
2951
|
+
}, {
|
|
2952
|
+
readonly name: "max";
|
|
2953
|
+
readonly type: "bytes32";
|
|
2954
|
+
readonly indexed: false;
|
|
2955
|
+
readonly internalType: "bytes32";
|
|
2956
|
+
}, {
|
|
2957
|
+
readonly name: "selectOptions";
|
|
2958
|
+
readonly type: "string[]";
|
|
2959
|
+
readonly indexed: false;
|
|
2960
|
+
readonly internalType: "string[]";
|
|
2961
|
+
}];
|
|
2962
|
+
readonly anonymous: false;
|
|
2963
|
+
} | {
|
|
2964
|
+
readonly type: "event";
|
|
2965
|
+
readonly name: "ScriptLocked";
|
|
2966
|
+
readonly inputs: readonly [];
|
|
2967
|
+
readonly anonymous: false;
|
|
2968
|
+
} | {
|
|
2969
|
+
readonly type: "event";
|
|
2970
|
+
readonly name: "ScriptUpdated";
|
|
2971
|
+
readonly inputs: readonly [{
|
|
2972
|
+
readonly name: "index";
|
|
2973
|
+
readonly type: "uint256";
|
|
2974
|
+
readonly indexed: false;
|
|
2975
|
+
readonly internalType: "uint256";
|
|
2976
|
+
}];
|
|
2977
|
+
readonly anonymous: false;
|
|
2978
|
+
} | {
|
|
2979
|
+
readonly type: "event";
|
|
2980
|
+
readonly name: "SeedSourceSet";
|
|
2981
|
+
readonly inputs: readonly [{
|
|
2982
|
+
readonly name: "seedSource";
|
|
2983
|
+
readonly type: "address";
|
|
2984
|
+
readonly indexed: true;
|
|
2985
|
+
readonly internalType: "address";
|
|
2986
|
+
}];
|
|
2987
|
+
readonly anonymous: false;
|
|
2988
|
+
} | {
|
|
2989
|
+
readonly type: "event";
|
|
2990
|
+
readonly name: "TokenParamCleared";
|
|
2991
|
+
readonly inputs: readonly [{
|
|
2992
|
+
readonly name: "tokenId";
|
|
2993
|
+
readonly type: "uint256";
|
|
2994
|
+
readonly indexed: true;
|
|
2995
|
+
readonly internalType: "uint256";
|
|
2996
|
+
}, {
|
|
2997
|
+
readonly name: "key";
|
|
2998
|
+
readonly type: "bytes32";
|
|
2999
|
+
readonly indexed: true;
|
|
3000
|
+
readonly internalType: "bytes32";
|
|
3001
|
+
}, {
|
|
3002
|
+
readonly name: "updatedBy";
|
|
3003
|
+
readonly type: "address";
|
|
3004
|
+
readonly indexed: true;
|
|
3005
|
+
readonly internalType: "address";
|
|
3006
|
+
}];
|
|
3007
|
+
readonly anonymous: false;
|
|
3008
|
+
} | {
|
|
3009
|
+
readonly type: "event";
|
|
3010
|
+
readonly name: "TokenParamConfigured";
|
|
3011
|
+
readonly inputs: readonly [{
|
|
3012
|
+
readonly name: "tokenId";
|
|
3013
|
+
readonly type: "uint256";
|
|
3014
|
+
readonly indexed: true;
|
|
3015
|
+
readonly internalType: "uint256";
|
|
3016
|
+
}, {
|
|
3017
|
+
readonly name: "key";
|
|
3018
|
+
readonly type: "bytes32";
|
|
3019
|
+
readonly indexed: true;
|
|
3020
|
+
readonly internalType: "bytes32";
|
|
3021
|
+
}, {
|
|
3022
|
+
readonly name: "value";
|
|
3023
|
+
readonly type: "bytes32";
|
|
3024
|
+
readonly indexed: false;
|
|
3025
|
+
readonly internalType: "bytes32";
|
|
3026
|
+
}, {
|
|
3027
|
+
readonly name: "valueIsHash";
|
|
3028
|
+
readonly type: "bool";
|
|
3029
|
+
readonly indexed: false;
|
|
3030
|
+
readonly internalType: "bool";
|
|
3031
|
+
}, {
|
|
3032
|
+
readonly name: "updatedBy";
|
|
3033
|
+
readonly type: "address";
|
|
3034
|
+
readonly indexed: true;
|
|
3035
|
+
readonly internalType: "address";
|
|
3036
|
+
}];
|
|
3037
|
+
readonly anonymous: false;
|
|
3038
|
+
} | {
|
|
3039
|
+
readonly type: "error";
|
|
3040
|
+
readonly name: "DependencyIndexOutOfRange";
|
|
3041
|
+
readonly inputs: readonly [];
|
|
3042
|
+
} | {
|
|
3043
|
+
readonly type: "error";
|
|
3044
|
+
readonly name: "SchemaGoverned";
|
|
3045
|
+
readonly inputs: readonly [];
|
|
3046
|
+
} | {
|
|
3047
|
+
readonly type: "error";
|
|
3048
|
+
readonly name: "ScriptIndexOutOfRange";
|
|
3049
|
+
readonly inputs: readonly [];
|
|
3050
|
+
} | {
|
|
3051
|
+
readonly type: "error";
|
|
3052
|
+
readonly name: "SeedSettled";
|
|
3053
|
+
readonly inputs: readonly [];
|
|
3054
|
+
} | {
|
|
3055
|
+
readonly type: "function";
|
|
3056
|
+
readonly name: "configure";
|
|
3057
|
+
readonly inputs: readonly [{
|
|
3058
|
+
readonly name: "token";
|
|
3059
|
+
readonly type: "address";
|
|
3060
|
+
readonly internalType: "address";
|
|
3061
|
+
}, {
|
|
3062
|
+
readonly name: "paymentToken";
|
|
3063
|
+
readonly type: "address";
|
|
3064
|
+
readonly internalType: "address";
|
|
3065
|
+
}, {
|
|
3066
|
+
readonly name: "price";
|
|
3067
|
+
readonly type: "uint256";
|
|
3068
|
+
readonly internalType: "uint256";
|
|
3069
|
+
}, {
|
|
3070
|
+
readonly name: "allocation";
|
|
3071
|
+
readonly type: "uint256";
|
|
3072
|
+
readonly internalType: "uint256";
|
|
3073
|
+
}];
|
|
3074
|
+
readonly outputs: readonly [];
|
|
3075
|
+
readonly stateMutability: "nonpayable";
|
|
3076
|
+
} | {
|
|
3077
|
+
readonly type: "function";
|
|
3078
|
+
readonly name: "purchase";
|
|
3079
|
+
readonly inputs: readonly [{
|
|
3080
|
+
readonly name: "token";
|
|
3081
|
+
readonly type: "address";
|
|
3082
|
+
readonly internalType: "address";
|
|
3083
|
+
}];
|
|
3084
|
+
readonly outputs: readonly [{
|
|
3085
|
+
readonly name: "tokenId";
|
|
3086
|
+
readonly type: "uint256";
|
|
3087
|
+
readonly internalType: "uint256";
|
|
3088
|
+
}];
|
|
3089
|
+
readonly stateMutability: "payable";
|
|
3090
|
+
} | {
|
|
3091
|
+
readonly type: "function";
|
|
3092
|
+
readonly name: "purchaseTo";
|
|
3093
|
+
readonly inputs: readonly [{
|
|
3094
|
+
readonly name: "token";
|
|
3095
|
+
readonly type: "address";
|
|
3096
|
+
readonly internalType: "address";
|
|
3097
|
+
}, {
|
|
3098
|
+
readonly name: "to";
|
|
3099
|
+
readonly type: "address";
|
|
3100
|
+
readonly internalType: "address";
|
|
3101
|
+
}];
|
|
3102
|
+
readonly outputs: readonly [{
|
|
3103
|
+
readonly name: "tokenId";
|
|
3104
|
+
readonly type: "uint256";
|
|
3105
|
+
readonly internalType: "uint256";
|
|
3106
|
+
}];
|
|
3107
|
+
readonly stateMutability: "payable";
|
|
3108
|
+
} | {
|
|
3109
|
+
readonly type: "function";
|
|
3110
|
+
readonly name: "sales";
|
|
3111
|
+
readonly inputs: readonly [{
|
|
3112
|
+
readonly name: "token";
|
|
3113
|
+
readonly type: "address";
|
|
3114
|
+
readonly internalType: "address";
|
|
3115
|
+
}];
|
|
3116
|
+
readonly outputs: readonly [{
|
|
3117
|
+
readonly name: "configured";
|
|
3118
|
+
readonly type: "bool";
|
|
3119
|
+
readonly internalType: "bool";
|
|
3120
|
+
}, {
|
|
3121
|
+
readonly name: "paymentToken";
|
|
3122
|
+
readonly type: "address";
|
|
3123
|
+
readonly internalType: "address";
|
|
3124
|
+
}, {
|
|
3125
|
+
readonly name: "price";
|
|
3126
|
+
readonly type: "uint256";
|
|
3127
|
+
readonly internalType: "uint256";
|
|
3128
|
+
}, {
|
|
3129
|
+
readonly name: "allocation";
|
|
3130
|
+
readonly type: "uint256";
|
|
3131
|
+
readonly internalType: "uint256";
|
|
3132
|
+
}, {
|
|
3133
|
+
readonly name: "sold";
|
|
3134
|
+
readonly type: "uint256";
|
|
3135
|
+
readonly internalType: "uint256";
|
|
3136
|
+
}];
|
|
3137
|
+
readonly stateMutability: "view";
|
|
3138
|
+
} | {
|
|
3139
|
+
readonly type: "event";
|
|
3140
|
+
readonly name: "Purchase";
|
|
3141
|
+
readonly inputs: readonly [{
|
|
3142
|
+
readonly name: "token";
|
|
3143
|
+
readonly type: "address";
|
|
3144
|
+
readonly indexed: true;
|
|
3145
|
+
readonly internalType: "address";
|
|
3146
|
+
}, {
|
|
3147
|
+
readonly name: "buyer";
|
|
3148
|
+
readonly type: "address";
|
|
3149
|
+
readonly indexed: true;
|
|
3150
|
+
readonly internalType: "address";
|
|
3151
|
+
}, {
|
|
3152
|
+
readonly name: "to";
|
|
3153
|
+
readonly type: "address";
|
|
3154
|
+
readonly indexed: true;
|
|
3155
|
+
readonly internalType: "address";
|
|
3156
|
+
}, {
|
|
3157
|
+
readonly name: "tokenId";
|
|
3158
|
+
readonly type: "uint256";
|
|
3159
|
+
readonly indexed: false;
|
|
3160
|
+
readonly internalType: "uint256";
|
|
3161
|
+
}, {
|
|
3162
|
+
readonly name: "paymentToken";
|
|
3163
|
+
readonly type: "address";
|
|
3164
|
+
readonly indexed: false;
|
|
3165
|
+
readonly internalType: "address";
|
|
3166
|
+
}, {
|
|
3167
|
+
readonly name: "price";
|
|
3168
|
+
readonly type: "uint256";
|
|
3169
|
+
readonly indexed: false;
|
|
3170
|
+
readonly internalType: "uint256";
|
|
3171
|
+
}];
|
|
3172
|
+
readonly anonymous: false;
|
|
3173
|
+
} | {
|
|
3174
|
+
readonly type: "event";
|
|
3175
|
+
readonly name: "SaleConfigured";
|
|
3176
|
+
readonly inputs: readonly [{
|
|
3177
|
+
readonly name: "token";
|
|
3178
|
+
readonly type: "address";
|
|
3179
|
+
readonly indexed: true;
|
|
3180
|
+
readonly internalType: "address";
|
|
3181
|
+
}, {
|
|
3182
|
+
readonly name: "paymentToken";
|
|
3183
|
+
readonly type: "address";
|
|
3184
|
+
readonly indexed: false;
|
|
3185
|
+
readonly internalType: "address";
|
|
3186
|
+
}, {
|
|
3187
|
+
readonly name: "price";
|
|
3188
|
+
readonly type: "uint256";
|
|
3189
|
+
readonly indexed: false;
|
|
3190
|
+
readonly internalType: "uint256";
|
|
3191
|
+
}, {
|
|
3192
|
+
readonly name: "allocation";
|
|
3193
|
+
readonly type: "uint256";
|
|
3194
|
+
readonly indexed: false;
|
|
3195
|
+
readonly internalType: "uint256";
|
|
3196
|
+
}];
|
|
3197
|
+
readonly anonymous: false;
|
|
3198
|
+
} | {
|
|
3199
|
+
readonly type: "error";
|
|
3200
|
+
readonly name: "AllocationBelowSold";
|
|
3201
|
+
readonly inputs: readonly [];
|
|
3202
|
+
} | {
|
|
3203
|
+
readonly type: "error";
|
|
3204
|
+
readonly name: "AllocationExhausted";
|
|
3205
|
+
readonly inputs: readonly [];
|
|
3206
|
+
} | {
|
|
3207
|
+
readonly type: "error";
|
|
3208
|
+
readonly name: "NoPrimaryPayee";
|
|
3209
|
+
readonly inputs: readonly [];
|
|
3210
|
+
} | {
|
|
3211
|
+
readonly type: "error";
|
|
3212
|
+
readonly name: "NotConfigured";
|
|
3213
|
+
readonly inputs: readonly [];
|
|
3214
|
+
} | {
|
|
3215
|
+
readonly type: "error";
|
|
3216
|
+
readonly name: "NotProjectOwner";
|
|
3217
|
+
readonly inputs: readonly [];
|
|
3218
|
+
} | {
|
|
3219
|
+
readonly type: "error";
|
|
3220
|
+
readonly name: "Reentrancy";
|
|
3221
|
+
readonly inputs: readonly [];
|
|
3222
|
+
} | {
|
|
3223
|
+
readonly type: "error";
|
|
3224
|
+
readonly name: "WrongPayment";
|
|
3225
|
+
readonly inputs: readonly [];
|
|
3226
|
+
})[];
|
|
3227
|
+
//# sourceMappingURL=index.d.ts.map
|