@artblocks/abx-sdk 0.1.0-alpha.4 → 0.1.0-alpha.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +64 -0
- package/README.md +130 -0
- package/dist/abi/generated.d.ts +8502 -129
- package/dist/abi/generated.d.ts.map +1 -1
- package/dist/abi/generated.js +40 -22
- package/dist/abi/generated.js.map +1 -1
- package/dist/abi/index.d.ts +2645 -168
- package/dist/abi/index.d.ts.map +1 -1
- package/dist/abi/index.js +34 -7
- package/dist/abi/index.js.map +1 -1
- package/dist/anchors.d.ts +325 -0
- package/dist/anchors.d.ts.map +1 -0
- package/dist/anchors.js +740 -0
- package/dist/anchors.js.map +1 -0
- package/dist/chain-support.d.ts +28 -0
- package/dist/chain-support.d.ts.map +1 -0
- package/dist/chain-support.js +65 -0
- package/dist/chain-support.js.map +1 -0
- package/dist/chain-support.json +60 -0
- package/dist/chains.d.ts +24 -10
- package/dist/chains.d.ts.map +1 -1
- package/dist/chains.js +51 -17
- package/dist/chains.js.map +1 -1
- package/dist/chunks.d.ts +162 -31
- package/dist/chunks.d.ts.map +1 -1
- package/dist/chunks.js +179 -14
- package/dist/chunks.js.map +1 -1
- package/dist/clients.d.ts +23 -11
- package/dist/clients.d.ts.map +1 -1
- package/dist/clients.js +17 -18
- package/dist/clients.js.map +1 -1
- package/dist/contract-generations.d.ts +58 -0
- package/dist/contract-generations.d.ts.map +1 -0
- package/dist/contract-generations.js +109 -0
- package/dist/contract-generations.js.map +1 -0
- package/dist/contract-generations.json +48 -0
- package/dist/create2.d.ts +84 -1
- package/dist/create2.d.ts.map +1 -1
- package/dist/create2.js +158 -2
- package/dist/create2.js.map +1 -1
- package/dist/creator-token.d.ts +132 -0
- package/dist/creator-token.d.ts.map +1 -0
- package/dist/creator-token.js +183 -0
- package/dist/creator-token.js.map +1 -0
- package/dist/deploy.d.ts +234 -14
- package/dist/deploy.d.ts.map +1 -1
- package/dist/deploy.js +289 -111
- package/dist/deploy.js.map +1 -1
- package/dist/deployments.d.ts +38 -5
- package/dist/deployments.d.ts.map +1 -1
- package/dist/deployments.js +156 -30
- package/dist/deployments.js.map +1 -1
- package/dist/deps.d.ts +123 -6
- package/dist/deps.d.ts.map +1 -1
- package/dist/deps.js +249 -7
- package/dist/deps.js.map +1 -1
- package/dist/env.d.ts +5 -4
- package/dist/env.d.ts.map +1 -1
- package/dist/env.js +20 -5
- package/dist/env.js.map +1 -1
- package/dist/errors.d.ts +109 -0
- package/dist/errors.d.ts.map +1 -0
- package/dist/errors.js +148 -0
- package/dist/errors.js.map +1 -0
- package/dist/execute.d.ts +118 -0
- package/dist/execute.d.ts.map +1 -0
- package/dist/execute.js +159 -0
- package/dist/execute.js.map +1 -0
- package/dist/gateways.d.ts +79 -0
- package/dist/gateways.d.ts.map +1 -0
- package/dist/gateways.js +156 -0
- package/dist/gateways.js.map +1 -0
- package/dist/generator-document.d.ts +57 -0
- package/dist/generator-document.d.ts.map +1 -0
- package/dist/generator-document.js +123 -0
- package/dist/generator-document.js.map +1 -0
- package/dist/generator.d.ts +44 -2
- package/dist/generator.d.ts.map +1 -1
- package/dist/generator.js +29 -0
- package/dist/generator.js.map +1 -1
- package/dist/index.d.ts +19 -3
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +19 -3
- package/dist/index.js.map +1 -1
- package/dist/inspect.d.ts +48 -0
- package/dist/inspect.d.ts.map +1 -0
- package/dist/inspect.js +295 -0
- package/dist/inspect.js.map +1 -0
- package/dist/migrate.d.ts +41 -0
- package/dist/migrate.d.ts.map +1 -0
- package/dist/migrate.js +142 -0
- package/dist/migrate.js.map +1 -0
- package/dist/mime.d.ts +11 -0
- package/dist/mime.d.ts.map +1 -0
- package/dist/mime.js +40 -0
- package/dist/mime.js.map +1 -0
- package/dist/node.d.ts +69 -0
- package/dist/node.d.ts.map +1 -0
- package/dist/node.js +92 -0
- package/dist/node.js.map +1 -0
- package/dist/onchain-uri.d.ts +110 -0
- package/dist/onchain-uri.d.ts.map +1 -0
- package/dist/onchain-uri.js +276 -0
- package/dist/onchain-uri.js.map +1 -0
- package/dist/ops.d.ts +507 -14
- package/dist/ops.d.ts.map +1 -1
- package/dist/ops.js +850 -34
- package/dist/ops.js.map +1 -1
- package/dist/policy.d.ts +57 -0
- package/dist/policy.d.ts.map +1 -0
- package/dist/policy.js +35 -0
- package/dist/policy.js.map +1 -0
- package/dist/probe.d.ts +58 -0
- package/dist/probe.d.ts.map +1 -1
- package/dist/probe.js +190 -9
- package/dist/probe.js.map +1 -1
- package/dist/reconstruct.d.ts +141 -3
- package/dist/reconstruct.d.ts.map +1 -1
- package/dist/reconstruct.js +479 -100
- package/dist/reconstruct.js.map +1 -1
- package/dist/resume.d.ts +147 -0
- package/dist/resume.d.ts.map +1 -0
- package/dist/resume.js +146 -0
- package/dist/resume.js.map +1 -0
- package/dist/script-chunks.d.ts +105 -0
- package/dist/script-chunks.d.ts.map +1 -0
- package/dist/script-chunks.js +158 -0
- package/dist/script-chunks.js.map +1 -0
- package/dist/service.d.ts +155 -9
- package/dist/service.d.ts.map +1 -1
- package/dist/service.js +103 -11
- package/dist/service.js.map +1 -1
- package/dist/spine.d.ts +47 -4
- package/dist/spine.d.ts.map +1 -1
- package/dist/spine.js +0 -0
- package/dist/spine.js.map +1 -1
- package/dist/staging.d.ts +139 -0
- package/dist/staging.d.ts.map +1 -0
- package/dist/staging.js +139 -0
- package/dist/staging.js.map +1 -0
- package/dist/token.d.ts +11 -1
- package/dist/token.d.ts.map +1 -1
- package/dist/token.js +32 -1
- package/dist/token.js.map +1 -1
- package/dist/tokendata.d.ts +63 -3
- package/dist/tokendata.d.ts.map +1 -1
- package/dist/tokendata.js +81 -19
- package/dist/tokendata.js.map +1 -1
- package/dist/tokens.d.ts +119 -0
- package/dist/tokens.d.ts.map +1 -0
- package/dist/tokens.js +317 -0
- package/dist/tokens.js.map +1 -0
- package/dist/types.d.ts +107 -5
- package/dist/types.d.ts.map +1 -1
- package/dist/util.d.ts +74 -0
- package/dist/util.d.ts.map +1 -0
- package/dist/util.js +106 -0
- package/dist/util.js.map +1 -0
- package/package.json +15 -6
package/dist/abi/index.d.ts
CHANGED
|
@@ -1,11 +1,28 @@
|
|
|
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';
|
|
1
|
+
export { oneOfOneImageFactoryAbi, oneOfOneImageFactoryBytecode, oneOfOneImageAbi, oneOfOneImageBytecode, seriesImageFactoryAbi, seriesImageFactoryBytecode, seriesImageAbi, seriesImageBytecode, seriesCodeFactoryAbi, seriesCodeFactoryBytecode, seriesCodeAbi, seriesCodeBytecode, oneOfOneEditionFactoryAbi, oneOfOneEditionFactoryBytecode, oneOfOneEditionAbi, oneOfOneEditionBytecode, editionImageFactoryAbi, editionImageFactoryBytecode, editionImageAbi, editionImageBytecode, editionCodeFactoryAbi, editionCodeFactoryBytecode, editionCodeAbi, editionCodeBytecode, abxEditionLibAbi, abxEditionLibBytecode, abxMetadataLibAbi, abxMetadataLibBytecode, abxFixedPriceMinter1155Abi, abxFixedPriceMinter1155Bytecode, abxSeedSourceAbi, abxSeedSourceBytecode, abxParamsLibAbi, abxParamsLibBytecode, abxCodeLibAbi, abxCodeLibBytecode, abxMetadataRendererAbi, abxMetadataRendererBytecode, abxChunkStoreAbi, abxChunkStoreBytecode, abxFixedPriceMinterAbi, abxFixedPriceMinterBytecode, } from './generated.js';
|
|
2
2
|
/**
|
|
3
3
|
* The event-spine ABI: every event any ABX token type + its factory can emit — the set
|
|
4
|
-
* the reference indexer decodes.
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
*
|
|
4
|
+
* the reference indexer decodes. Every concrete token (721: 1/1, Series, SeriesCode; 1155:
|
|
5
|
+
* OneOfOneEdition, EditionImage, EditionCode) declares the full spine it participates in
|
|
6
|
+
* (Register 1 standards + Register 2 native events); we union them plus the factories'
|
|
7
|
+
* `Deployed` and both fixed-price minters' sibling Minter-spine events (`SaleConfigured`/
|
|
8
|
+
* `Purchase`), de-duping shared fragments (e.g. `Transfer`, `ApprovalForAll`) so a single ABI
|
|
9
|
+
* decodes any ABX contract's logs unambiguously. `eventKey` dedups by name **and** input
|
|
10
|
+
* types, so same-named-but-different-shaped events (the 721 vs. 1155 minters' `SaleConfigured`/
|
|
11
|
+
* `Purchase`, which differ by an `id`/`amount`) survive as distinct fragments — `parseEventLogs`
|
|
12
|
+
* disambiguates them by topic0 (the full canonical signature hash) at decode time, same as it
|
|
13
|
+
* already does for every other event here. `AbxEditionLib` (the EIP-170 relief-valve library all
|
|
14
|
+
* three 1155 token types delegatecall) is deliberately excluded — its event mirrors are
|
|
15
|
+
* byte-identical to the ones `oneOfOneEditionAbi`/`editionImageAbi`/`editionCodeAbi` already carry
|
|
16
|
+
* via inheritance (Uri1155/CreatorToken1155/EditionSupply), so including it would only add pure
|
|
17
|
+
* duplicates (`abxCodeLibAbi` is excluded for the same reason).
|
|
18
|
+
*
|
|
19
|
+
* **`abxParamsLibAbi` is unioned in**, unlike the other two libraries, because one of its events is
|
|
20
|
+
* NOT a duplicate: `ParamHooksFrozen()` is declared only there — the token's `IAbxConfigurableParams`
|
|
21
|
+
* interface declares `HooksConfigured` but not the freeze — so without this the one-way lock on the
|
|
22
|
+
* param hooks would be invisible to every consumer that folds the spine, while the hook it freezes
|
|
23
|
+
* can veto a transfer. `eventKey`'s dedup makes the rest of the library's mirrors free, so this
|
|
24
|
+
* costs nothing beyond the fragment that was missing. (The durable fix is for the interface to
|
|
25
|
+
* declare the event; unioning here keeps reconstruction honest either way.)
|
|
9
26
|
*/
|
|
10
27
|
export declare const spineEventAbi: ({
|
|
11
28
|
readonly type: "constructor";
|
|
@@ -58,10 +75,22 @@ export declare const spineEventAbi: ({
|
|
|
58
75
|
readonly name: "royaltyBps";
|
|
59
76
|
readonly type: "uint16";
|
|
60
77
|
readonly internalType: "uint16";
|
|
78
|
+
}, {
|
|
79
|
+
readonly name: "maxRoyaltyBps";
|
|
80
|
+
readonly type: "uint16";
|
|
81
|
+
readonly internalType: "uint16";
|
|
82
|
+
}, {
|
|
83
|
+
readonly name: "burnable";
|
|
84
|
+
readonly type: "bool";
|
|
85
|
+
readonly internalType: "bool";
|
|
86
|
+
}, {
|
|
87
|
+
readonly name: "transferValidator";
|
|
88
|
+
readonly type: "address";
|
|
89
|
+
readonly internalType: "address";
|
|
61
90
|
}, {
|
|
62
91
|
readonly name: "tokenFields";
|
|
63
92
|
readonly type: "tuple[]";
|
|
64
|
-
readonly internalType: "struct
|
|
93
|
+
readonly internalType: "struct IAbxOnChainMetadata.FieldInput[]";
|
|
65
94
|
readonly components: readonly [{
|
|
66
95
|
readonly name: "field";
|
|
67
96
|
readonly type: "bytes32";
|
|
@@ -78,7 +107,7 @@ export declare const spineEventAbi: ({
|
|
|
78
107
|
}, {
|
|
79
108
|
readonly name: "contractFields";
|
|
80
109
|
readonly type: "tuple[]";
|
|
81
|
-
readonly internalType: "struct
|
|
110
|
+
readonly internalType: "struct IAbxOnChainMetadata.FieldInput[]";
|
|
82
111
|
readonly components: readonly [{
|
|
83
112
|
readonly name: "field";
|
|
84
113
|
readonly type: "bytes32";
|
|
@@ -147,10 +176,22 @@ export declare const spineEventAbi: ({
|
|
|
147
176
|
readonly name: "royaltyBps";
|
|
148
177
|
readonly type: "uint16";
|
|
149
178
|
readonly internalType: "uint16";
|
|
179
|
+
}, {
|
|
180
|
+
readonly name: "maxRoyaltyBps";
|
|
181
|
+
readonly type: "uint16";
|
|
182
|
+
readonly internalType: "uint16";
|
|
183
|
+
}, {
|
|
184
|
+
readonly name: "burnable";
|
|
185
|
+
readonly type: "bool";
|
|
186
|
+
readonly internalType: "bool";
|
|
187
|
+
}, {
|
|
188
|
+
readonly name: "transferValidator";
|
|
189
|
+
readonly type: "address";
|
|
190
|
+
readonly internalType: "address";
|
|
150
191
|
}, {
|
|
151
192
|
readonly name: "tokenFields";
|
|
152
193
|
readonly type: "tuple[]";
|
|
153
|
-
readonly internalType: "struct
|
|
194
|
+
readonly internalType: "struct IAbxOnChainMetadata.FieldInput[]";
|
|
154
195
|
readonly components: readonly [{
|
|
155
196
|
readonly name: "field";
|
|
156
197
|
readonly type: "bytes32";
|
|
@@ -167,7 +208,7 @@ export declare const spineEventAbi: ({
|
|
|
167
208
|
}, {
|
|
168
209
|
readonly name: "contractFields";
|
|
169
210
|
readonly type: "tuple[]";
|
|
170
|
-
readonly internalType: "struct
|
|
211
|
+
readonly internalType: "struct IAbxOnChainMetadata.FieldInput[]";
|
|
171
212
|
readonly components: readonly [{
|
|
172
213
|
readonly name: "field";
|
|
173
214
|
readonly type: "bytes32";
|
|
@@ -293,6 +334,26 @@ export declare const spineEventAbi: ({
|
|
|
293
334
|
readonly internalType: "uint256";
|
|
294
335
|
}];
|
|
295
336
|
readonly stateMutability: "view";
|
|
337
|
+
} | {
|
|
338
|
+
readonly type: "function";
|
|
339
|
+
readonly name: "burn";
|
|
340
|
+
readonly inputs: readonly [{
|
|
341
|
+
readonly name: "id";
|
|
342
|
+
readonly type: "uint256";
|
|
343
|
+
readonly internalType: "uint256";
|
|
344
|
+
}];
|
|
345
|
+
readonly outputs: readonly [];
|
|
346
|
+
readonly stateMutability: "nonpayable";
|
|
347
|
+
} | {
|
|
348
|
+
readonly type: "function";
|
|
349
|
+
readonly name: "burnable";
|
|
350
|
+
readonly inputs: readonly [];
|
|
351
|
+
readonly outputs: readonly [{
|
|
352
|
+
readonly name: "";
|
|
353
|
+
readonly type: "bool";
|
|
354
|
+
readonly internalType: "bool";
|
|
355
|
+
}];
|
|
356
|
+
readonly stateMutability: "view";
|
|
296
357
|
} | {
|
|
297
358
|
readonly type: "function";
|
|
298
359
|
readonly name: "cancelOwnershipHandover";
|
|
@@ -419,6 +480,30 @@ export declare const spineEventAbi: ({
|
|
|
419
480
|
readonly internalType: "address";
|
|
420
481
|
}];
|
|
421
482
|
readonly stateMutability: "view";
|
|
483
|
+
} | {
|
|
484
|
+
readonly type: "function";
|
|
485
|
+
readonly name: "getTransferValidationFunction";
|
|
486
|
+
readonly inputs: readonly [];
|
|
487
|
+
readonly outputs: readonly [{
|
|
488
|
+
readonly name: "functionSignature";
|
|
489
|
+
readonly type: "bytes4";
|
|
490
|
+
readonly internalType: "bytes4";
|
|
491
|
+
}, {
|
|
492
|
+
readonly name: "isViewFunction";
|
|
493
|
+
readonly type: "bool";
|
|
494
|
+
readonly internalType: "bool";
|
|
495
|
+
}];
|
|
496
|
+
readonly stateMutability: "pure";
|
|
497
|
+
} | {
|
|
498
|
+
readonly type: "function";
|
|
499
|
+
readonly name: "getTransferValidator";
|
|
500
|
+
readonly inputs: readonly [];
|
|
501
|
+
readonly outputs: readonly [{
|
|
502
|
+
readonly name: "validator";
|
|
503
|
+
readonly type: "address";
|
|
504
|
+
readonly internalType: "address";
|
|
505
|
+
}];
|
|
506
|
+
readonly stateMutability: "view";
|
|
422
507
|
} | {
|
|
423
508
|
readonly type: "function";
|
|
424
509
|
readonly name: "initialize";
|
|
@@ -466,10 +551,22 @@ export declare const spineEventAbi: ({
|
|
|
466
551
|
readonly name: "royaltyBps";
|
|
467
552
|
readonly type: "uint16";
|
|
468
553
|
readonly internalType: "uint16";
|
|
554
|
+
}, {
|
|
555
|
+
readonly name: "maxRoyaltyBps";
|
|
556
|
+
readonly type: "uint16";
|
|
557
|
+
readonly internalType: "uint16";
|
|
558
|
+
}, {
|
|
559
|
+
readonly name: "burnable";
|
|
560
|
+
readonly type: "bool";
|
|
561
|
+
readonly internalType: "bool";
|
|
562
|
+
}, {
|
|
563
|
+
readonly name: "transferValidator";
|
|
564
|
+
readonly type: "address";
|
|
565
|
+
readonly internalType: "address";
|
|
469
566
|
}, {
|
|
470
567
|
readonly name: "tokenFields";
|
|
471
568
|
readonly type: "tuple[]";
|
|
472
|
-
readonly internalType: "struct
|
|
569
|
+
readonly internalType: "struct IAbxOnChainMetadata.FieldInput[]";
|
|
473
570
|
readonly components: readonly [{
|
|
474
571
|
readonly name: "field";
|
|
475
572
|
readonly type: "bytes32";
|
|
@@ -486,7 +583,7 @@ export declare const spineEventAbi: ({
|
|
|
486
583
|
}, {
|
|
487
584
|
readonly name: "contractFields";
|
|
488
585
|
readonly type: "tuple[]";
|
|
489
|
-
readonly internalType: "struct
|
|
586
|
+
readonly internalType: "struct IAbxOnChainMetadata.FieldInput[]";
|
|
490
587
|
readonly components: readonly [{
|
|
491
588
|
readonly name: "field";
|
|
492
589
|
readonly type: "bytes32";
|
|
@@ -558,6 +655,16 @@ export declare const spineEventAbi: ({
|
|
|
558
655
|
readonly inputs: readonly [];
|
|
559
656
|
readonly outputs: readonly [];
|
|
560
657
|
readonly stateMutability: "nonpayable";
|
|
658
|
+
} | {
|
|
659
|
+
readonly type: "function";
|
|
660
|
+
readonly name: "maxRoyaltyBps";
|
|
661
|
+
readonly inputs: readonly [];
|
|
662
|
+
readonly outputs: readonly [{
|
|
663
|
+
readonly name: "";
|
|
664
|
+
readonly type: "uint16";
|
|
665
|
+
readonly internalType: "uint16";
|
|
666
|
+
}];
|
|
667
|
+
readonly stateMutability: "view";
|
|
561
668
|
} | {
|
|
562
669
|
readonly type: "function";
|
|
563
670
|
readonly name: "mint";
|
|
@@ -630,6 +737,16 @@ export declare const spineEventAbi: ({
|
|
|
630
737
|
readonly internalType: "uint256";
|
|
631
738
|
}];
|
|
632
739
|
readonly stateMutability: "view";
|
|
740
|
+
} | {
|
|
741
|
+
readonly type: "function";
|
|
742
|
+
readonly name: "reduceMaxRoyaltyBps";
|
|
743
|
+
readonly inputs: readonly [{
|
|
744
|
+
readonly name: "newMaxBps";
|
|
745
|
+
readonly type: "uint16";
|
|
746
|
+
readonly internalType: "uint16";
|
|
747
|
+
}];
|
|
748
|
+
readonly outputs: readonly [];
|
|
749
|
+
readonly stateMutability: "nonpayable";
|
|
633
750
|
} | {
|
|
634
751
|
readonly type: "function";
|
|
635
752
|
readonly name: "renounceOwnership";
|
|
@@ -836,6 +953,16 @@ export declare const spineEventAbi: ({
|
|
|
836
953
|
}];
|
|
837
954
|
readonly outputs: readonly [];
|
|
838
955
|
readonly stateMutability: "nonpayable";
|
|
956
|
+
} | {
|
|
957
|
+
readonly type: "function";
|
|
958
|
+
readonly name: "setTransferValidator";
|
|
959
|
+
readonly inputs: readonly [{
|
|
960
|
+
readonly name: "validator";
|
|
961
|
+
readonly type: "address";
|
|
962
|
+
readonly internalType: "address";
|
|
963
|
+
}];
|
|
964
|
+
readonly outputs: readonly [];
|
|
965
|
+
readonly stateMutability: "nonpayable";
|
|
839
966
|
} | {
|
|
840
967
|
readonly type: "function";
|
|
841
968
|
readonly name: "supportsInterface";
|
|
@@ -1076,6 +1203,16 @@ export declare const spineEventAbi: ({
|
|
|
1076
1203
|
readonly internalType: "uint256";
|
|
1077
1204
|
}];
|
|
1078
1205
|
readonly anonymous: false;
|
|
1206
|
+
} | {
|
|
1207
|
+
readonly type: "event";
|
|
1208
|
+
readonly name: "BurnConfigured";
|
|
1209
|
+
readonly inputs: readonly [{
|
|
1210
|
+
readonly name: "burnable";
|
|
1211
|
+
readonly type: "bool";
|
|
1212
|
+
readonly indexed: false;
|
|
1213
|
+
readonly internalType: "bool";
|
|
1214
|
+
}];
|
|
1215
|
+
readonly anonymous: false;
|
|
1079
1216
|
} | {
|
|
1080
1217
|
readonly type: "event";
|
|
1081
1218
|
readonly name: "ContractFieldLocked";
|
|
@@ -1136,6 +1273,16 @@ export declare const spineEventAbi: ({
|
|
|
1136
1273
|
readonly internalType: "uint64";
|
|
1137
1274
|
}];
|
|
1138
1275
|
readonly anonymous: false;
|
|
1276
|
+
} | {
|
|
1277
|
+
readonly type: "event";
|
|
1278
|
+
readonly name: "MaxRoyaltyBpsUpdated";
|
|
1279
|
+
readonly inputs: readonly [{
|
|
1280
|
+
readonly name: "maxBps";
|
|
1281
|
+
readonly type: "uint16";
|
|
1282
|
+
readonly indexed: false;
|
|
1283
|
+
readonly internalType: "uint16";
|
|
1284
|
+
}];
|
|
1285
|
+
readonly anonymous: false;
|
|
1139
1286
|
} | {
|
|
1140
1287
|
readonly type: "event";
|
|
1141
1288
|
readonly name: "MetadataUpdate";
|
|
@@ -1316,6 +1463,21 @@ export declare const spineEventAbi: ({
|
|
|
1316
1463
|
readonly internalType: "uint256";
|
|
1317
1464
|
}];
|
|
1318
1465
|
readonly anonymous: false;
|
|
1466
|
+
} | {
|
|
1467
|
+
readonly type: "event";
|
|
1468
|
+
readonly name: "TransferValidatorUpdated";
|
|
1469
|
+
readonly inputs: readonly [{
|
|
1470
|
+
readonly name: "oldValidator";
|
|
1471
|
+
readonly type: "address";
|
|
1472
|
+
readonly indexed: false;
|
|
1473
|
+
readonly internalType: "address";
|
|
1474
|
+
}, {
|
|
1475
|
+
readonly name: "newValidator";
|
|
1476
|
+
readonly type: "address";
|
|
1477
|
+
readonly indexed: false;
|
|
1478
|
+
readonly internalType: "address";
|
|
1479
|
+
}];
|
|
1480
|
+
readonly anonymous: false;
|
|
1319
1481
|
} | {
|
|
1320
1482
|
readonly type: "error";
|
|
1321
1483
|
readonly name: "AccountBalanceOverflow";
|
|
@@ -1328,6 +1490,10 @@ export declare const spineEventAbi: ({
|
|
|
1328
1490
|
readonly type: "error";
|
|
1329
1491
|
readonly name: "BalanceQueryForZeroAddress";
|
|
1330
1492
|
readonly inputs: readonly [];
|
|
1493
|
+
} | {
|
|
1494
|
+
readonly type: "error";
|
|
1495
|
+
readonly name: "BurnDisabled";
|
|
1496
|
+
readonly inputs: readonly [];
|
|
1331
1497
|
} | {
|
|
1332
1498
|
readonly type: "error";
|
|
1333
1499
|
readonly name: "ContractURIConfigLocked";
|
|
@@ -1344,6 +1510,14 @@ export declare const spineEventAbi: ({
|
|
|
1344
1510
|
readonly type: "error";
|
|
1345
1511
|
readonly name: "InvalidInitialization";
|
|
1346
1512
|
readonly inputs: readonly [];
|
|
1513
|
+
} | {
|
|
1514
|
+
readonly type: "error";
|
|
1515
|
+
readonly name: "InvalidOwner";
|
|
1516
|
+
readonly inputs: readonly [];
|
|
1517
|
+
} | {
|
|
1518
|
+
readonly type: "error";
|
|
1519
|
+
readonly name: "InvalidTransferValidator";
|
|
1520
|
+
readonly inputs: readonly [];
|
|
1347
1521
|
} | {
|
|
1348
1522
|
readonly type: "error";
|
|
1349
1523
|
readonly name: "NewOwnerIsZeroAddress";
|
|
@@ -1356,6 +1530,10 @@ export declare const spineEventAbi: ({
|
|
|
1356
1530
|
readonly type: "error";
|
|
1357
1531
|
readonly name: "NonexistentToken";
|
|
1358
1532
|
readonly inputs: readonly [];
|
|
1533
|
+
} | {
|
|
1534
|
+
readonly type: "error";
|
|
1535
|
+
readonly name: "NotCreatorToken";
|
|
1536
|
+
readonly inputs: readonly [];
|
|
1359
1537
|
} | {
|
|
1360
1538
|
readonly type: "error";
|
|
1361
1539
|
readonly name: "NotInitializing";
|
|
@@ -1364,6 +1542,18 @@ export declare const spineEventAbi: ({
|
|
|
1364
1542
|
readonly type: "error";
|
|
1365
1543
|
readonly name: "NotOwnerNorApproved";
|
|
1366
1544
|
readonly inputs: readonly [];
|
|
1545
|
+
} | {
|
|
1546
|
+
readonly type: "error";
|
|
1547
|
+
readonly name: "RoyaltyCapAboveMax";
|
|
1548
|
+
readonly inputs: readonly [];
|
|
1549
|
+
} | {
|
|
1550
|
+
readonly type: "error";
|
|
1551
|
+
readonly name: "RoyaltyCapBelowRoyalty";
|
|
1552
|
+
readonly inputs: readonly [];
|
|
1553
|
+
} | {
|
|
1554
|
+
readonly type: "error";
|
|
1555
|
+
readonly name: "RoyaltyCapNotReduced";
|
|
1556
|
+
readonly inputs: readonly [];
|
|
1367
1557
|
} | {
|
|
1368
1558
|
readonly type: "error";
|
|
1369
1559
|
readonly name: "RoyaltyOverflow";
|
|
@@ -1447,6 +1637,18 @@ export declare const spineEventAbi: ({
|
|
|
1447
1637
|
readonly name: "royaltyBps";
|
|
1448
1638
|
readonly type: "uint16";
|
|
1449
1639
|
readonly internalType: "uint16";
|
|
1640
|
+
}, {
|
|
1641
|
+
readonly name: "maxRoyaltyBps";
|
|
1642
|
+
readonly type: "uint16";
|
|
1643
|
+
readonly internalType: "uint16";
|
|
1644
|
+
}, {
|
|
1645
|
+
readonly name: "burnable";
|
|
1646
|
+
readonly type: "bool";
|
|
1647
|
+
readonly internalType: "bool";
|
|
1648
|
+
}, {
|
|
1649
|
+
readonly name: "transferValidator";
|
|
1650
|
+
readonly type: "address";
|
|
1651
|
+
readonly internalType: "address";
|
|
1450
1652
|
}, {
|
|
1451
1653
|
readonly name: "maxInvocations";
|
|
1452
1654
|
readonly type: "uint256";
|
|
@@ -1474,7 +1676,7 @@ export declare const spineEventAbi: ({
|
|
|
1474
1676
|
}, {
|
|
1475
1677
|
readonly name: "tokenFields";
|
|
1476
1678
|
readonly type: "tuple[]";
|
|
1477
|
-
readonly internalType: "struct
|
|
1679
|
+
readonly internalType: "struct IAbxOnChainMetadata.TokenFieldInput[]";
|
|
1478
1680
|
readonly components: readonly [{
|
|
1479
1681
|
readonly name: "tokenId";
|
|
1480
1682
|
readonly type: "uint256";
|
|
@@ -1495,7 +1697,7 @@ export declare const spineEventAbi: ({
|
|
|
1495
1697
|
}, {
|
|
1496
1698
|
readonly name: "contractFields";
|
|
1497
1699
|
readonly type: "tuple[]";
|
|
1498
|
-
readonly internalType: "struct
|
|
1700
|
+
readonly internalType: "struct IAbxOnChainMetadata.FieldInput[]";
|
|
1499
1701
|
readonly components: readonly [{
|
|
1500
1702
|
readonly name: "field";
|
|
1501
1703
|
readonly type: "bytes32";
|
|
@@ -1560,6 +1762,18 @@ export declare const spineEventAbi: ({
|
|
|
1560
1762
|
readonly name: "royaltyBps";
|
|
1561
1763
|
readonly type: "uint16";
|
|
1562
1764
|
readonly internalType: "uint16";
|
|
1765
|
+
}, {
|
|
1766
|
+
readonly name: "maxRoyaltyBps";
|
|
1767
|
+
readonly type: "uint16";
|
|
1768
|
+
readonly internalType: "uint16";
|
|
1769
|
+
}, {
|
|
1770
|
+
readonly name: "burnable";
|
|
1771
|
+
readonly type: "bool";
|
|
1772
|
+
readonly internalType: "bool";
|
|
1773
|
+
}, {
|
|
1774
|
+
readonly name: "transferValidator";
|
|
1775
|
+
readonly type: "address";
|
|
1776
|
+
readonly internalType: "address";
|
|
1563
1777
|
}, {
|
|
1564
1778
|
readonly name: "maxInvocations";
|
|
1565
1779
|
readonly type: "uint256";
|
|
@@ -1587,7 +1801,7 @@ export declare const spineEventAbi: ({
|
|
|
1587
1801
|
}, {
|
|
1588
1802
|
readonly name: "tokenFields";
|
|
1589
1803
|
readonly type: "tuple[]";
|
|
1590
|
-
readonly internalType: "struct
|
|
1804
|
+
readonly internalType: "struct IAbxOnChainMetadata.TokenFieldInput[]";
|
|
1591
1805
|
readonly components: readonly [{
|
|
1592
1806
|
readonly name: "tokenId";
|
|
1593
1807
|
readonly type: "uint256";
|
|
@@ -1608,7 +1822,7 @@ export declare const spineEventAbi: ({
|
|
|
1608
1822
|
}, {
|
|
1609
1823
|
readonly name: "contractFields";
|
|
1610
1824
|
readonly type: "tuple[]";
|
|
1611
|
-
readonly internalType: "struct
|
|
1825
|
+
readonly internalType: "struct IAbxOnChainMetadata.FieldInput[]";
|
|
1612
1826
|
readonly components: readonly [{
|
|
1613
1827
|
readonly name: "field";
|
|
1614
1828
|
readonly type: "bytes32";
|
|
@@ -1677,6 +1891,18 @@ export declare const spineEventAbi: ({
|
|
|
1677
1891
|
readonly name: "royaltyBps";
|
|
1678
1892
|
readonly type: "uint16";
|
|
1679
1893
|
readonly internalType: "uint16";
|
|
1894
|
+
}, {
|
|
1895
|
+
readonly name: "maxRoyaltyBps";
|
|
1896
|
+
readonly type: "uint16";
|
|
1897
|
+
readonly internalType: "uint16";
|
|
1898
|
+
}, {
|
|
1899
|
+
readonly name: "burnable";
|
|
1900
|
+
readonly type: "bool";
|
|
1901
|
+
readonly internalType: "bool";
|
|
1902
|
+
}, {
|
|
1903
|
+
readonly name: "transferValidator";
|
|
1904
|
+
readonly type: "address";
|
|
1905
|
+
readonly internalType: "address";
|
|
1680
1906
|
}, {
|
|
1681
1907
|
readonly name: "maxInvocations";
|
|
1682
1908
|
readonly type: "uint256";
|
|
@@ -1704,7 +1930,7 @@ export declare const spineEventAbi: ({
|
|
|
1704
1930
|
}, {
|
|
1705
1931
|
readonly name: "tokenFields";
|
|
1706
1932
|
readonly type: "tuple[]";
|
|
1707
|
-
readonly internalType: "struct
|
|
1933
|
+
readonly internalType: "struct IAbxOnChainMetadata.TokenFieldInput[]";
|
|
1708
1934
|
readonly components: readonly [{
|
|
1709
1935
|
readonly name: "tokenId";
|
|
1710
1936
|
readonly type: "uint256";
|
|
@@ -1725,7 +1951,7 @@ export declare const spineEventAbi: ({
|
|
|
1725
1951
|
}, {
|
|
1726
1952
|
readonly name: "contractFields";
|
|
1727
1953
|
readonly type: "tuple[]";
|
|
1728
|
-
readonly internalType: "struct
|
|
1954
|
+
readonly internalType: "struct IAbxOnChainMetadata.FieldInput[]";
|
|
1729
1955
|
readonly components: readonly [{
|
|
1730
1956
|
readonly name: "field";
|
|
1731
1957
|
readonly type: "bytes32";
|
|
@@ -1972,6 +2198,18 @@ export declare const spineEventAbi: ({
|
|
|
1972
2198
|
readonly name: "royaltyBps";
|
|
1973
2199
|
readonly type: "uint16";
|
|
1974
2200
|
readonly internalType: "uint16";
|
|
2201
|
+
}, {
|
|
2202
|
+
readonly name: "maxRoyaltyBps";
|
|
2203
|
+
readonly type: "uint16";
|
|
2204
|
+
readonly internalType: "uint16";
|
|
2205
|
+
}, {
|
|
2206
|
+
readonly name: "burnable";
|
|
2207
|
+
readonly type: "bool";
|
|
2208
|
+
readonly internalType: "bool";
|
|
2209
|
+
}, {
|
|
2210
|
+
readonly name: "transferValidator";
|
|
2211
|
+
readonly type: "address";
|
|
2212
|
+
readonly internalType: "address";
|
|
1975
2213
|
}, {
|
|
1976
2214
|
readonly name: "maxInvocations";
|
|
1977
2215
|
readonly type: "uint256";
|
|
@@ -2007,7 +2245,7 @@ export declare const spineEventAbi: ({
|
|
|
2007
2245
|
}, {
|
|
2008
2246
|
readonly name: "tokenFields";
|
|
2009
2247
|
readonly type: "tuple[]";
|
|
2010
|
-
readonly internalType: "struct
|
|
2248
|
+
readonly internalType: "struct IAbxOnChainMetadata.TokenFieldInput[]";
|
|
2011
2249
|
readonly components: readonly [{
|
|
2012
2250
|
readonly name: "tokenId";
|
|
2013
2251
|
readonly type: "uint256";
|
|
@@ -2028,7 +2266,7 @@ export declare const spineEventAbi: ({
|
|
|
2028
2266
|
}, {
|
|
2029
2267
|
readonly name: "contractFields";
|
|
2030
2268
|
readonly type: "tuple[]";
|
|
2031
|
-
readonly internalType: "struct
|
|
2269
|
+
readonly internalType: "struct IAbxOnChainMetadata.FieldInput[]";
|
|
2032
2270
|
readonly components: readonly [{
|
|
2033
2271
|
readonly name: "field";
|
|
2034
2272
|
readonly type: "bytes32";
|
|
@@ -2093,6 +2331,18 @@ export declare const spineEventAbi: ({
|
|
|
2093
2331
|
readonly name: "royaltyBps";
|
|
2094
2332
|
readonly type: "uint16";
|
|
2095
2333
|
readonly internalType: "uint16";
|
|
2334
|
+
}, {
|
|
2335
|
+
readonly name: "maxRoyaltyBps";
|
|
2336
|
+
readonly type: "uint16";
|
|
2337
|
+
readonly internalType: "uint16";
|
|
2338
|
+
}, {
|
|
2339
|
+
readonly name: "burnable";
|
|
2340
|
+
readonly type: "bool";
|
|
2341
|
+
readonly internalType: "bool";
|
|
2342
|
+
}, {
|
|
2343
|
+
readonly name: "transferValidator";
|
|
2344
|
+
readonly type: "address";
|
|
2345
|
+
readonly internalType: "address";
|
|
2096
2346
|
}, {
|
|
2097
2347
|
readonly name: "maxInvocations";
|
|
2098
2348
|
readonly type: "uint256";
|
|
@@ -2128,7 +2378,7 @@ export declare const spineEventAbi: ({
|
|
|
2128
2378
|
}, {
|
|
2129
2379
|
readonly name: "tokenFields";
|
|
2130
2380
|
readonly type: "tuple[]";
|
|
2131
|
-
readonly internalType: "struct
|
|
2381
|
+
readonly internalType: "struct IAbxOnChainMetadata.TokenFieldInput[]";
|
|
2132
2382
|
readonly components: readonly [{
|
|
2133
2383
|
readonly name: "tokenId";
|
|
2134
2384
|
readonly type: "uint256";
|
|
@@ -2149,7 +2399,7 @@ export declare const spineEventAbi: ({
|
|
|
2149
2399
|
}, {
|
|
2150
2400
|
readonly name: "contractFields";
|
|
2151
2401
|
readonly type: "tuple[]";
|
|
2152
|
-
readonly internalType: "struct
|
|
2402
|
+
readonly internalType: "struct IAbxOnChainMetadata.FieldInput[]";
|
|
2153
2403
|
readonly components: readonly [{
|
|
2154
2404
|
readonly name: "field";
|
|
2155
2405
|
readonly type: "bytes32";
|
|
@@ -2179,7 +2429,7 @@ export declare const spineEventAbi: ({
|
|
|
2179
2429
|
readonly type: "function";
|
|
2180
2430
|
readonly name: "clearContractParam";
|
|
2181
2431
|
readonly inputs: readonly [{
|
|
2182
|
-
readonly name: "
|
|
2432
|
+
readonly name: "";
|
|
2183
2433
|
readonly type: "bytes32";
|
|
2184
2434
|
readonly internalType: "bytes32";
|
|
2185
2435
|
}];
|
|
@@ -2189,11 +2439,11 @@ export declare const spineEventAbi: ({
|
|
|
2189
2439
|
readonly type: "function";
|
|
2190
2440
|
readonly name: "clearTokenParam";
|
|
2191
2441
|
readonly inputs: readonly [{
|
|
2192
|
-
readonly name: "
|
|
2442
|
+
readonly name: "";
|
|
2193
2443
|
readonly type: "uint256";
|
|
2194
2444
|
readonly internalType: "uint256";
|
|
2195
2445
|
}, {
|
|
2196
|
-
readonly name: "
|
|
2446
|
+
readonly name: "";
|
|
2197
2447
|
readonly type: "bytes32";
|
|
2198
2448
|
readonly internalType: "bytes32";
|
|
2199
2449
|
}];
|
|
@@ -2203,15 +2453,15 @@ export declare const spineEventAbi: ({
|
|
|
2203
2453
|
readonly type: "function";
|
|
2204
2454
|
readonly name: "configureTokenParam";
|
|
2205
2455
|
readonly inputs: readonly [{
|
|
2206
|
-
readonly name: "
|
|
2456
|
+
readonly name: "";
|
|
2207
2457
|
readonly type: "uint256";
|
|
2208
2458
|
readonly internalType: "uint256";
|
|
2209
2459
|
}, {
|
|
2210
|
-
readonly name: "
|
|
2460
|
+
readonly name: "";
|
|
2211
2461
|
readonly type: "bytes32";
|
|
2212
2462
|
readonly internalType: "bytes32";
|
|
2213
2463
|
}, {
|
|
2214
|
-
readonly name: "
|
|
2464
|
+
readonly name: "";
|
|
2215
2465
|
readonly type: "bytes32";
|
|
2216
2466
|
readonly internalType: "bytes32";
|
|
2217
2467
|
}];
|
|
@@ -2221,15 +2471,15 @@ export declare const spineEventAbi: ({
|
|
|
2221
2471
|
readonly type: "function";
|
|
2222
2472
|
readonly name: "configureTokenParamData";
|
|
2223
2473
|
readonly inputs: readonly [{
|
|
2224
|
-
readonly name: "
|
|
2474
|
+
readonly name: "";
|
|
2225
2475
|
readonly type: "uint256";
|
|
2226
2476
|
readonly internalType: "uint256";
|
|
2227
2477
|
}, {
|
|
2228
|
-
readonly name: "
|
|
2478
|
+
readonly name: "";
|
|
2229
2479
|
readonly type: "bytes32";
|
|
2230
2480
|
readonly internalType: "bytes32";
|
|
2231
2481
|
}, {
|
|
2232
|
-
readonly name: "
|
|
2482
|
+
readonly name: "";
|
|
2233
2483
|
readonly type: "bytes";
|
|
2234
2484
|
readonly internalType: "bytes";
|
|
2235
2485
|
}];
|
|
@@ -2271,6 +2521,38 @@ export declare const spineEventAbi: ({
|
|
|
2271
2521
|
readonly internalType: "bytes";
|
|
2272
2522
|
}];
|
|
2273
2523
|
readonly stateMutability: "view";
|
|
2524
|
+
} | {
|
|
2525
|
+
readonly type: "function";
|
|
2526
|
+
readonly name: "contractParamKeys";
|
|
2527
|
+
readonly inputs: readonly [];
|
|
2528
|
+
readonly outputs: readonly [{
|
|
2529
|
+
readonly name: "";
|
|
2530
|
+
readonly type: "bytes32[]";
|
|
2531
|
+
readonly internalType: "bytes32[]";
|
|
2532
|
+
}];
|
|
2533
|
+
readonly stateMutability: "view";
|
|
2534
|
+
} | {
|
|
2535
|
+
readonly type: "function";
|
|
2536
|
+
readonly name: "contractParamKeysPaged";
|
|
2537
|
+
readonly inputs: readonly [{
|
|
2538
|
+
readonly name: "";
|
|
2539
|
+
readonly type: "uint256";
|
|
2540
|
+
readonly internalType: "uint256";
|
|
2541
|
+
}, {
|
|
2542
|
+
readonly name: "";
|
|
2543
|
+
readonly type: "uint256";
|
|
2544
|
+
readonly internalType: "uint256";
|
|
2545
|
+
}];
|
|
2546
|
+
readonly outputs: readonly [{
|
|
2547
|
+
readonly name: "";
|
|
2548
|
+
readonly type: "bytes32[]";
|
|
2549
|
+
readonly internalType: "bytes32[]";
|
|
2550
|
+
}, {
|
|
2551
|
+
readonly name: "";
|
|
2552
|
+
readonly type: "uint256";
|
|
2553
|
+
readonly internalType: "uint256";
|
|
2554
|
+
}];
|
|
2555
|
+
readonly stateMutability: "view";
|
|
2274
2556
|
} | {
|
|
2275
2557
|
readonly type: "function";
|
|
2276
2558
|
readonly name: "delegateRegistry";
|
|
@@ -2295,16 +2577,16 @@ export declare const spineEventAbi: ({
|
|
|
2295
2577
|
readonly type: "function";
|
|
2296
2578
|
readonly name: "dependencyByIndex";
|
|
2297
2579
|
readonly inputs: readonly [{
|
|
2298
|
-
readonly name: "
|
|
2580
|
+
readonly name: "";
|
|
2299
2581
|
readonly type: "uint256";
|
|
2300
2582
|
readonly internalType: "uint256";
|
|
2301
2583
|
}];
|
|
2302
2584
|
readonly outputs: readonly [{
|
|
2303
|
-
readonly name: "
|
|
2585
|
+
readonly name: "";
|
|
2304
2586
|
readonly type: "uint8";
|
|
2305
2587
|
readonly internalType: "enum IAbxDependencies.Resolution";
|
|
2306
2588
|
}, {
|
|
2307
|
-
readonly name: "
|
|
2589
|
+
readonly name: "";
|
|
2308
2590
|
readonly type: "bytes32";
|
|
2309
2591
|
readonly internalType: "bytes32";
|
|
2310
2592
|
}];
|
|
@@ -2372,6 +2654,18 @@ export declare const spineEventAbi: ({
|
|
|
2372
2654
|
readonly name: "royaltyBps";
|
|
2373
2655
|
readonly type: "uint16";
|
|
2374
2656
|
readonly internalType: "uint16";
|
|
2657
|
+
}, {
|
|
2658
|
+
readonly name: "maxRoyaltyBps";
|
|
2659
|
+
readonly type: "uint16";
|
|
2660
|
+
readonly internalType: "uint16";
|
|
2661
|
+
}, {
|
|
2662
|
+
readonly name: "burnable";
|
|
2663
|
+
readonly type: "bool";
|
|
2664
|
+
readonly internalType: "bool";
|
|
2665
|
+
}, {
|
|
2666
|
+
readonly name: "transferValidator";
|
|
2667
|
+
readonly type: "address";
|
|
2668
|
+
readonly internalType: "address";
|
|
2375
2669
|
}, {
|
|
2376
2670
|
readonly name: "maxInvocations";
|
|
2377
2671
|
readonly type: "uint256";
|
|
@@ -2407,7 +2701,7 @@ export declare const spineEventAbi: ({
|
|
|
2407
2701
|
}, {
|
|
2408
2702
|
readonly name: "tokenFields";
|
|
2409
2703
|
readonly type: "tuple[]";
|
|
2410
|
-
readonly internalType: "struct
|
|
2704
|
+
readonly internalType: "struct IAbxOnChainMetadata.TokenFieldInput[]";
|
|
2411
2705
|
readonly components: readonly [{
|
|
2412
2706
|
readonly name: "tokenId";
|
|
2413
2707
|
readonly type: "uint256";
|
|
@@ -2428,7 +2722,7 @@ export declare const spineEventAbi: ({
|
|
|
2428
2722
|
}, {
|
|
2429
2723
|
readonly name: "contractFields";
|
|
2430
2724
|
readonly type: "tuple[]";
|
|
2431
|
-
readonly internalType: "struct
|
|
2725
|
+
readonly internalType: "struct IAbxOnChainMetadata.FieldInput[]";
|
|
2432
2726
|
readonly components: readonly [{
|
|
2433
2727
|
readonly name: "field";
|
|
2434
2728
|
readonly type: "bytes32";
|
|
@@ -2452,6 +2746,12 @@ export declare const spineEventAbi: ({
|
|
|
2452
2746
|
readonly inputs: readonly [];
|
|
2453
2747
|
readonly outputs: readonly [];
|
|
2454
2748
|
readonly stateMutability: "nonpayable";
|
|
2749
|
+
} | {
|
|
2750
|
+
readonly type: "function";
|
|
2751
|
+
readonly name: "lockParamHooks";
|
|
2752
|
+
readonly inputs: readonly [];
|
|
2753
|
+
readonly outputs: readonly [];
|
|
2754
|
+
readonly stateMutability: "nonpayable";
|
|
2455
2755
|
} | {
|
|
2456
2756
|
readonly type: "function";
|
|
2457
2757
|
readonly name: "lockScript";
|
|
@@ -2463,61 +2763,145 @@ export declare const spineEventAbi: ({
|
|
|
2463
2763
|
readonly name: "paramHooks";
|
|
2464
2764
|
readonly inputs: readonly [];
|
|
2465
2765
|
readonly outputs: readonly [{
|
|
2466
|
-
readonly name: "
|
|
2766
|
+
readonly name: "";
|
|
2467
2767
|
readonly type: "address";
|
|
2468
2768
|
readonly internalType: "address";
|
|
2469
2769
|
}, {
|
|
2470
|
-
readonly name: "
|
|
2770
|
+
readonly name: "";
|
|
2471
2771
|
readonly type: "address";
|
|
2472
2772
|
readonly internalType: "address";
|
|
2473
2773
|
}, {
|
|
2474
|
-
readonly name: "
|
|
2774
|
+
readonly name: "";
|
|
2475
2775
|
readonly type: "address";
|
|
2476
2776
|
readonly internalType: "address";
|
|
2477
2777
|
}];
|
|
2478
2778
|
readonly stateMutability: "view";
|
|
2479
2779
|
} | {
|
|
2480
2780
|
readonly type: "function";
|
|
2481
|
-
readonly name: "
|
|
2482
|
-
readonly inputs: readonly [
|
|
2483
|
-
|
|
2781
|
+
readonly name: "paramHooksLocked";
|
|
2782
|
+
readonly inputs: readonly [];
|
|
2783
|
+
readonly outputs: readonly [{
|
|
2784
|
+
readonly name: "";
|
|
2785
|
+
readonly type: "bool";
|
|
2786
|
+
readonly internalType: "bool";
|
|
2787
|
+
}];
|
|
2788
|
+
readonly stateMutability: "view";
|
|
2789
|
+
} | {
|
|
2790
|
+
readonly type: "function";
|
|
2791
|
+
readonly name: "paramSchema";
|
|
2792
|
+
readonly inputs: readonly [{
|
|
2793
|
+
readonly name: "";
|
|
2484
2794
|
readonly type: "bytes32";
|
|
2485
2795
|
readonly internalType: "bytes32";
|
|
2486
2796
|
}];
|
|
2487
2797
|
readonly outputs: readonly [{
|
|
2488
|
-
readonly name: "
|
|
2798
|
+
readonly name: "";
|
|
2489
2799
|
readonly type: "bool";
|
|
2490
2800
|
readonly internalType: "bool";
|
|
2491
2801
|
}, {
|
|
2492
|
-
readonly name: "
|
|
2802
|
+
readonly name: "";
|
|
2493
2803
|
readonly type: "uint8";
|
|
2494
2804
|
readonly internalType: "enum IAbxConfigurableParams.ParamType";
|
|
2495
2805
|
}, {
|
|
2496
|
-
readonly name: "
|
|
2806
|
+
readonly name: "";
|
|
2497
2807
|
readonly type: "uint8";
|
|
2498
2808
|
readonly internalType: "enum IAbxConfigurableParams.AuthOption";
|
|
2499
2809
|
}, {
|
|
2500
|
-
readonly name: "
|
|
2810
|
+
readonly name: "";
|
|
2501
2811
|
readonly type: "address";
|
|
2502
2812
|
readonly internalType: "address";
|
|
2503
2813
|
}, {
|
|
2504
|
-
readonly name: "
|
|
2814
|
+
readonly name: "";
|
|
2505
2815
|
readonly type: "uint48";
|
|
2506
2816
|
readonly internalType: "uint48";
|
|
2507
2817
|
}, {
|
|
2508
|
-
readonly name: "
|
|
2818
|
+
readonly name: "";
|
|
2509
2819
|
readonly type: "bytes32";
|
|
2510
2820
|
readonly internalType: "bytes32";
|
|
2511
2821
|
}, {
|
|
2512
|
-
readonly name: "
|
|
2822
|
+
readonly name: "";
|
|
2513
2823
|
readonly type: "bytes32";
|
|
2514
2824
|
readonly internalType: "bytes32";
|
|
2515
2825
|
}, {
|
|
2516
|
-
readonly name: "
|
|
2826
|
+
readonly name: "";
|
|
2517
2827
|
readonly type: "string[]";
|
|
2518
2828
|
readonly internalType: "string[]";
|
|
2519
2829
|
}];
|
|
2520
2830
|
readonly stateMutability: "view";
|
|
2831
|
+
} | {
|
|
2832
|
+
readonly type: "function";
|
|
2833
|
+
readonly name: "paramSchemaHead";
|
|
2834
|
+
readonly inputs: readonly [{
|
|
2835
|
+
readonly name: "";
|
|
2836
|
+
readonly type: "bytes32";
|
|
2837
|
+
readonly internalType: "bytes32";
|
|
2838
|
+
}];
|
|
2839
|
+
readonly outputs: readonly [{
|
|
2840
|
+
readonly name: "";
|
|
2841
|
+
readonly type: "bool";
|
|
2842
|
+
readonly internalType: "bool";
|
|
2843
|
+
}, {
|
|
2844
|
+
readonly name: "";
|
|
2845
|
+
readonly type: "uint8";
|
|
2846
|
+
readonly internalType: "enum IAbxConfigurableParams.ParamType";
|
|
2847
|
+
}, {
|
|
2848
|
+
readonly name: "";
|
|
2849
|
+
readonly type: "uint8";
|
|
2850
|
+
readonly internalType: "enum IAbxConfigurableParams.AuthOption";
|
|
2851
|
+
}, {
|
|
2852
|
+
readonly name: "";
|
|
2853
|
+
readonly type: "address";
|
|
2854
|
+
readonly internalType: "address";
|
|
2855
|
+
}, {
|
|
2856
|
+
readonly name: "";
|
|
2857
|
+
readonly type: "uint48";
|
|
2858
|
+
readonly internalType: "uint48";
|
|
2859
|
+
}, {
|
|
2860
|
+
readonly name: "";
|
|
2861
|
+
readonly type: "bytes32";
|
|
2862
|
+
readonly internalType: "bytes32";
|
|
2863
|
+
}, {
|
|
2864
|
+
readonly name: "";
|
|
2865
|
+
readonly type: "bytes32";
|
|
2866
|
+
readonly internalType: "bytes32";
|
|
2867
|
+
}, {
|
|
2868
|
+
readonly name: "";
|
|
2869
|
+
readonly type: "uint256";
|
|
2870
|
+
readonly internalType: "uint256";
|
|
2871
|
+
}];
|
|
2872
|
+
readonly stateMutability: "view";
|
|
2873
|
+
} | {
|
|
2874
|
+
readonly type: "function";
|
|
2875
|
+
readonly name: "paramSchemaKeys";
|
|
2876
|
+
readonly inputs: readonly [];
|
|
2877
|
+
readonly outputs: readonly [{
|
|
2878
|
+
readonly name: "";
|
|
2879
|
+
readonly type: "bytes32[]";
|
|
2880
|
+
readonly internalType: "bytes32[]";
|
|
2881
|
+
}];
|
|
2882
|
+
readonly stateMutability: "view";
|
|
2883
|
+
} | {
|
|
2884
|
+
readonly type: "function";
|
|
2885
|
+
readonly name: "paramSchemaKeysPaged";
|
|
2886
|
+
readonly inputs: readonly [{
|
|
2887
|
+
readonly name: "";
|
|
2888
|
+
readonly type: "uint256";
|
|
2889
|
+
readonly internalType: "uint256";
|
|
2890
|
+
}, {
|
|
2891
|
+
readonly name: "";
|
|
2892
|
+
readonly type: "uint256";
|
|
2893
|
+
readonly internalType: "uint256";
|
|
2894
|
+
}];
|
|
2895
|
+
readonly outputs: readonly [{
|
|
2896
|
+
readonly name: "";
|
|
2897
|
+
readonly type: "bytes32[]";
|
|
2898
|
+
readonly internalType: "bytes32[]";
|
|
2899
|
+
}, {
|
|
2900
|
+
readonly name: "";
|
|
2901
|
+
readonly type: "uint256";
|
|
2902
|
+
readonly internalType: "uint256";
|
|
2903
|
+
}];
|
|
2904
|
+
readonly stateMutability: "view";
|
|
2521
2905
|
} | {
|
|
2522
2906
|
readonly type: "function";
|
|
2523
2907
|
readonly name: "removeLastDependency";
|
|
@@ -2534,7 +2918,7 @@ export declare const spineEventAbi: ({
|
|
|
2534
2918
|
readonly type: "function";
|
|
2535
2919
|
readonly name: "scriptChunk";
|
|
2536
2920
|
readonly inputs: readonly [{
|
|
2537
|
-
readonly name: "
|
|
2921
|
+
readonly name: "";
|
|
2538
2922
|
readonly type: "uint256";
|
|
2539
2923
|
readonly internalType: "uint256";
|
|
2540
2924
|
}];
|
|
@@ -2574,15 +2958,33 @@ export declare const spineEventAbi: ({
|
|
|
2574
2958
|
readonly internalType: "address";
|
|
2575
2959
|
}];
|
|
2576
2960
|
readonly stateMutability: "view";
|
|
2961
|
+
} | {
|
|
2962
|
+
readonly type: "function";
|
|
2963
|
+
readonly name: "selectOption";
|
|
2964
|
+
readonly inputs: readonly [{
|
|
2965
|
+
readonly name: "";
|
|
2966
|
+
readonly type: "bytes32";
|
|
2967
|
+
readonly internalType: "bytes32";
|
|
2968
|
+
}, {
|
|
2969
|
+
readonly name: "";
|
|
2970
|
+
readonly type: "uint256";
|
|
2971
|
+
readonly internalType: "uint256";
|
|
2972
|
+
}];
|
|
2973
|
+
readonly outputs: readonly [{
|
|
2974
|
+
readonly name: "";
|
|
2975
|
+
readonly type: "string";
|
|
2976
|
+
readonly internalType: "string";
|
|
2977
|
+
}];
|
|
2978
|
+
readonly stateMutability: "view";
|
|
2577
2979
|
} | {
|
|
2578
2980
|
readonly type: "function";
|
|
2579
2981
|
readonly name: "setContractParam";
|
|
2580
2982
|
readonly inputs: readonly [{
|
|
2581
|
-
readonly name: "
|
|
2983
|
+
readonly name: "";
|
|
2582
2984
|
readonly type: "bytes32";
|
|
2583
2985
|
readonly internalType: "bytes32";
|
|
2584
2986
|
}, {
|
|
2585
|
-
readonly name: "
|
|
2987
|
+
readonly name: "";
|
|
2586
2988
|
readonly type: "bytes32";
|
|
2587
2989
|
readonly internalType: "bytes32";
|
|
2588
2990
|
}];
|
|
@@ -2592,11 +2994,11 @@ export declare const spineEventAbi: ({
|
|
|
2592
2994
|
readonly type: "function";
|
|
2593
2995
|
readonly name: "setContractParamData";
|
|
2594
2996
|
readonly inputs: readonly [{
|
|
2595
|
-
readonly name: "
|
|
2997
|
+
readonly name: "";
|
|
2596
2998
|
readonly type: "bytes32";
|
|
2597
2999
|
readonly internalType: "bytes32";
|
|
2598
3000
|
}, {
|
|
2599
|
-
readonly name: "
|
|
3001
|
+
readonly name: "";
|
|
2600
3002
|
readonly type: "bytes";
|
|
2601
3003
|
readonly internalType: "bytes";
|
|
2602
3004
|
}];
|
|
@@ -2606,7 +3008,7 @@ export declare const spineEventAbi: ({
|
|
|
2606
3008
|
readonly type: "function";
|
|
2607
3009
|
readonly name: "setDelegateRegistry";
|
|
2608
3010
|
readonly inputs: readonly [{
|
|
2609
|
-
readonly name: "
|
|
3011
|
+
readonly name: "";
|
|
2610
3012
|
readonly type: "address";
|
|
2611
3013
|
readonly internalType: "address";
|
|
2612
3014
|
}];
|
|
@@ -2644,15 +3046,15 @@ export declare const spineEventAbi: ({
|
|
|
2644
3046
|
readonly type: "function";
|
|
2645
3047
|
readonly name: "setParamHooks";
|
|
2646
3048
|
readonly inputs: readonly [{
|
|
2647
|
-
readonly name: "
|
|
3049
|
+
readonly name: "";
|
|
2648
3050
|
readonly type: "address";
|
|
2649
3051
|
readonly internalType: "address";
|
|
2650
3052
|
}, {
|
|
2651
|
-
readonly name: "
|
|
3053
|
+
readonly name: "";
|
|
2652
3054
|
readonly type: "address";
|
|
2653
3055
|
readonly internalType: "address";
|
|
2654
3056
|
}, {
|
|
2655
|
-
readonly name: "
|
|
3057
|
+
readonly name: "";
|
|
2656
3058
|
readonly type: "address";
|
|
2657
3059
|
readonly internalType: "address";
|
|
2658
3060
|
}];
|
|
@@ -2724,15 +3126,15 @@ export declare const spineEventAbi: ({
|
|
|
2724
3126
|
readonly type: "function";
|
|
2725
3127
|
readonly name: "setTokenParam";
|
|
2726
3128
|
readonly inputs: readonly [{
|
|
2727
|
-
readonly name: "
|
|
3129
|
+
readonly name: "";
|
|
2728
3130
|
readonly type: "uint256";
|
|
2729
3131
|
readonly internalType: "uint256";
|
|
2730
3132
|
}, {
|
|
2731
|
-
readonly name: "
|
|
3133
|
+
readonly name: "";
|
|
2732
3134
|
readonly type: "bytes32";
|
|
2733
3135
|
readonly internalType: "bytes32";
|
|
2734
3136
|
}, {
|
|
2735
|
-
readonly name: "
|
|
3137
|
+
readonly name: "";
|
|
2736
3138
|
readonly type: "bytes32";
|
|
2737
3139
|
readonly internalType: "bytes32";
|
|
2738
3140
|
}];
|
|
@@ -2742,15 +3144,15 @@ export declare const spineEventAbi: ({
|
|
|
2742
3144
|
readonly type: "function";
|
|
2743
3145
|
readonly name: "setTokenParamData";
|
|
2744
3146
|
readonly inputs: readonly [{
|
|
2745
|
-
readonly name: "
|
|
3147
|
+
readonly name: "";
|
|
2746
3148
|
readonly type: "uint256";
|
|
2747
3149
|
readonly internalType: "uint256";
|
|
2748
3150
|
}, {
|
|
2749
|
-
readonly name: "
|
|
3151
|
+
readonly name: "";
|
|
2750
3152
|
readonly type: "bytes32";
|
|
2751
3153
|
readonly internalType: "bytes32";
|
|
2752
3154
|
}, {
|
|
2753
|
-
readonly name: "
|
|
3155
|
+
readonly name: "";
|
|
2754
3156
|
readonly type: "bytes";
|
|
2755
3157
|
readonly internalType: "bytes";
|
|
2756
3158
|
}];
|
|
@@ -2800,6 +3202,46 @@ export declare const spineEventAbi: ({
|
|
|
2800
3202
|
readonly internalType: "bytes";
|
|
2801
3203
|
}];
|
|
2802
3204
|
readonly stateMutability: "view";
|
|
3205
|
+
} | {
|
|
3206
|
+
readonly type: "function";
|
|
3207
|
+
readonly name: "tokenParamKeys";
|
|
3208
|
+
readonly inputs: readonly [{
|
|
3209
|
+
readonly name: "";
|
|
3210
|
+
readonly type: "uint256";
|
|
3211
|
+
readonly internalType: "uint256";
|
|
3212
|
+
}];
|
|
3213
|
+
readonly outputs: readonly [{
|
|
3214
|
+
readonly name: "";
|
|
3215
|
+
readonly type: "bytes32[]";
|
|
3216
|
+
readonly internalType: "bytes32[]";
|
|
3217
|
+
}];
|
|
3218
|
+
readonly stateMutability: "view";
|
|
3219
|
+
} | {
|
|
3220
|
+
readonly type: "function";
|
|
3221
|
+
readonly name: "tokenParamKeysPaged";
|
|
3222
|
+
readonly inputs: readonly [{
|
|
3223
|
+
readonly name: "";
|
|
3224
|
+
readonly type: "uint256";
|
|
3225
|
+
readonly internalType: "uint256";
|
|
3226
|
+
}, {
|
|
3227
|
+
readonly name: "";
|
|
3228
|
+
readonly type: "uint256";
|
|
3229
|
+
readonly internalType: "uint256";
|
|
3230
|
+
}, {
|
|
3231
|
+
readonly name: "";
|
|
3232
|
+
readonly type: "uint256";
|
|
3233
|
+
readonly internalType: "uint256";
|
|
3234
|
+
}];
|
|
3235
|
+
readonly outputs: readonly [{
|
|
3236
|
+
readonly name: "";
|
|
3237
|
+
readonly type: "bytes32[]";
|
|
3238
|
+
readonly internalType: "bytes32[]";
|
|
3239
|
+
}, {
|
|
3240
|
+
readonly name: "";
|
|
3241
|
+
readonly type: "uint256";
|
|
3242
|
+
readonly internalType: "uint256";
|
|
3243
|
+
}];
|
|
3244
|
+
readonly stateMutability: "view";
|
|
2803
3245
|
} | {
|
|
2804
3246
|
readonly type: "event";
|
|
2805
3247
|
readonly name: "ContractParamCleared";
|
|
@@ -2915,6 +3357,11 @@ export declare const spineEventAbi: ({
|
|
|
2915
3357
|
readonly internalType: "address";
|
|
2916
3358
|
}];
|
|
2917
3359
|
readonly anonymous: false;
|
|
3360
|
+
} | {
|
|
3361
|
+
readonly type: "event";
|
|
3362
|
+
readonly name: "ParamHooksFrozen";
|
|
3363
|
+
readonly inputs: readonly [];
|
|
3364
|
+
readonly anonymous: false;
|
|
2918
3365
|
} | {
|
|
2919
3366
|
readonly type: "event";
|
|
2920
3367
|
readonly name: "ParamSchemaConfigured";
|
|
@@ -3053,82 +3500,2140 @@ export declare const spineEventAbi: ({
|
|
|
3053
3500
|
readonly inputs: readonly [];
|
|
3054
3501
|
} | {
|
|
3055
3502
|
readonly type: "function";
|
|
3056
|
-
readonly name: "
|
|
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";
|
|
3503
|
+
readonly name: "deploy";
|
|
3111
3504
|
readonly inputs: readonly [{
|
|
3112
|
-
readonly name: "
|
|
3113
|
-
readonly type: "
|
|
3114
|
-
readonly internalType: "
|
|
3115
|
-
|
|
3116
|
-
|
|
3117
|
-
|
|
3118
|
-
|
|
3119
|
-
|
|
3120
|
-
|
|
3121
|
-
|
|
3122
|
-
|
|
3123
|
-
|
|
3124
|
-
|
|
3125
|
-
|
|
3126
|
-
|
|
3127
|
-
|
|
3128
|
-
|
|
3129
|
-
|
|
3130
|
-
|
|
3131
|
-
|
|
3505
|
+
readonly name: "params";
|
|
3506
|
+
readonly type: "tuple";
|
|
3507
|
+
readonly internalType: "struct OneOfOneEdition.InitParams";
|
|
3508
|
+
readonly components: readonly [{
|
|
3509
|
+
readonly name: "owner";
|
|
3510
|
+
readonly type: "address";
|
|
3511
|
+
readonly internalType: "address";
|
|
3512
|
+
}, {
|
|
3513
|
+
readonly name: "mintTo";
|
|
3514
|
+
readonly type: "address";
|
|
3515
|
+
readonly internalType: "address";
|
|
3516
|
+
}, {
|
|
3517
|
+
readonly name: "mintAmount";
|
|
3518
|
+
readonly type: "uint256";
|
|
3519
|
+
readonly internalType: "uint256";
|
|
3520
|
+
}, {
|
|
3521
|
+
readonly name: "name";
|
|
3522
|
+
readonly type: "string";
|
|
3523
|
+
readonly internalType: "string";
|
|
3524
|
+
}, {
|
|
3525
|
+
readonly name: "symbol";
|
|
3526
|
+
readonly type: "string";
|
|
3527
|
+
readonly internalType: "string";
|
|
3528
|
+
}, {
|
|
3529
|
+
readonly name: "tokenURIBase";
|
|
3530
|
+
readonly type: "string";
|
|
3531
|
+
readonly internalType: "string";
|
|
3532
|
+
}, {
|
|
3533
|
+
readonly name: "tokenURIRenderer";
|
|
3534
|
+
readonly type: "address";
|
|
3535
|
+
readonly internalType: "address";
|
|
3536
|
+
}, {
|
|
3537
|
+
readonly name: "contractURIBase";
|
|
3538
|
+
readonly type: "string";
|
|
3539
|
+
readonly internalType: "string";
|
|
3540
|
+
}, {
|
|
3541
|
+
readonly name: "contractURIRenderer";
|
|
3542
|
+
readonly type: "address";
|
|
3543
|
+
readonly internalType: "address";
|
|
3544
|
+
}, {
|
|
3545
|
+
readonly name: "royaltyReceiver";
|
|
3546
|
+
readonly type: "address";
|
|
3547
|
+
readonly internalType: "address";
|
|
3548
|
+
}, {
|
|
3549
|
+
readonly name: "royaltyBps";
|
|
3550
|
+
readonly type: "uint16";
|
|
3551
|
+
readonly internalType: "uint16";
|
|
3552
|
+
}, {
|
|
3553
|
+
readonly name: "maxRoyaltyBps";
|
|
3554
|
+
readonly type: "uint16";
|
|
3555
|
+
readonly internalType: "uint16";
|
|
3556
|
+
}, {
|
|
3557
|
+
readonly name: "burnable";
|
|
3558
|
+
readonly type: "bool";
|
|
3559
|
+
readonly internalType: "bool";
|
|
3560
|
+
}, {
|
|
3561
|
+
readonly name: "transferValidator";
|
|
3562
|
+
readonly type: "address";
|
|
3563
|
+
readonly internalType: "address";
|
|
3564
|
+
}, {
|
|
3565
|
+
readonly name: "editionSize";
|
|
3566
|
+
readonly type: "uint256";
|
|
3567
|
+
readonly internalType: "uint256";
|
|
3568
|
+
}, {
|
|
3569
|
+
readonly name: "primaryPayee";
|
|
3570
|
+
readonly type: "address";
|
|
3571
|
+
readonly internalType: "address";
|
|
3572
|
+
}, {
|
|
3573
|
+
readonly name: "minter";
|
|
3574
|
+
readonly type: "address";
|
|
3575
|
+
readonly internalType: "address";
|
|
3576
|
+
}, {
|
|
3577
|
+
readonly name: "paused";
|
|
3578
|
+
readonly type: "bool";
|
|
3579
|
+
readonly internalType: "bool";
|
|
3580
|
+
}, {
|
|
3581
|
+
readonly name: "tokenFields";
|
|
3582
|
+
readonly type: "tuple[]";
|
|
3583
|
+
readonly internalType: "struct IAbxOnChainMetadata.FieldInput[]";
|
|
3584
|
+
readonly components: readonly [{
|
|
3585
|
+
readonly name: "field";
|
|
3586
|
+
readonly type: "bytes32";
|
|
3587
|
+
readonly internalType: "bytes32";
|
|
3588
|
+
}, {
|
|
3589
|
+
readonly name: "representation";
|
|
3590
|
+
readonly type: "bytes32";
|
|
3591
|
+
readonly internalType: "bytes32";
|
|
3592
|
+
}, {
|
|
3593
|
+
readonly name: "value";
|
|
3594
|
+
readonly type: "bytes";
|
|
3595
|
+
readonly internalType: "bytes";
|
|
3596
|
+
}];
|
|
3597
|
+
}, {
|
|
3598
|
+
readonly name: "contractFields";
|
|
3599
|
+
readonly type: "tuple[]";
|
|
3600
|
+
readonly internalType: "struct IAbxOnChainMetadata.FieldInput[]";
|
|
3601
|
+
readonly components: readonly [{
|
|
3602
|
+
readonly name: "field";
|
|
3603
|
+
readonly type: "bytes32";
|
|
3604
|
+
readonly internalType: "bytes32";
|
|
3605
|
+
}, {
|
|
3606
|
+
readonly name: "representation";
|
|
3607
|
+
readonly type: "bytes32";
|
|
3608
|
+
readonly internalType: "bytes32";
|
|
3609
|
+
}, {
|
|
3610
|
+
readonly name: "value";
|
|
3611
|
+
readonly type: "bytes";
|
|
3612
|
+
readonly internalType: "bytes";
|
|
3613
|
+
}];
|
|
3614
|
+
}];
|
|
3615
|
+
}];
|
|
3616
|
+
readonly outputs: readonly [{
|
|
3617
|
+
readonly name: "clone";
|
|
3618
|
+
readonly type: "address";
|
|
3619
|
+
readonly internalType: "address";
|
|
3620
|
+
}];
|
|
3621
|
+
readonly stateMutability: "nonpayable";
|
|
3622
|
+
} | {
|
|
3623
|
+
readonly type: "function";
|
|
3624
|
+
readonly name: "deployDeterministic";
|
|
3625
|
+
readonly inputs: readonly [{
|
|
3626
|
+
readonly name: "params";
|
|
3627
|
+
readonly type: "tuple";
|
|
3628
|
+
readonly internalType: "struct OneOfOneEdition.InitParams";
|
|
3629
|
+
readonly components: readonly [{
|
|
3630
|
+
readonly name: "owner";
|
|
3631
|
+
readonly type: "address";
|
|
3632
|
+
readonly internalType: "address";
|
|
3633
|
+
}, {
|
|
3634
|
+
readonly name: "mintTo";
|
|
3635
|
+
readonly type: "address";
|
|
3636
|
+
readonly internalType: "address";
|
|
3637
|
+
}, {
|
|
3638
|
+
readonly name: "mintAmount";
|
|
3639
|
+
readonly type: "uint256";
|
|
3640
|
+
readonly internalType: "uint256";
|
|
3641
|
+
}, {
|
|
3642
|
+
readonly name: "name";
|
|
3643
|
+
readonly type: "string";
|
|
3644
|
+
readonly internalType: "string";
|
|
3645
|
+
}, {
|
|
3646
|
+
readonly name: "symbol";
|
|
3647
|
+
readonly type: "string";
|
|
3648
|
+
readonly internalType: "string";
|
|
3649
|
+
}, {
|
|
3650
|
+
readonly name: "tokenURIBase";
|
|
3651
|
+
readonly type: "string";
|
|
3652
|
+
readonly internalType: "string";
|
|
3653
|
+
}, {
|
|
3654
|
+
readonly name: "tokenURIRenderer";
|
|
3655
|
+
readonly type: "address";
|
|
3656
|
+
readonly internalType: "address";
|
|
3657
|
+
}, {
|
|
3658
|
+
readonly name: "contractURIBase";
|
|
3659
|
+
readonly type: "string";
|
|
3660
|
+
readonly internalType: "string";
|
|
3661
|
+
}, {
|
|
3662
|
+
readonly name: "contractURIRenderer";
|
|
3663
|
+
readonly type: "address";
|
|
3664
|
+
readonly internalType: "address";
|
|
3665
|
+
}, {
|
|
3666
|
+
readonly name: "royaltyReceiver";
|
|
3667
|
+
readonly type: "address";
|
|
3668
|
+
readonly internalType: "address";
|
|
3669
|
+
}, {
|
|
3670
|
+
readonly name: "royaltyBps";
|
|
3671
|
+
readonly type: "uint16";
|
|
3672
|
+
readonly internalType: "uint16";
|
|
3673
|
+
}, {
|
|
3674
|
+
readonly name: "maxRoyaltyBps";
|
|
3675
|
+
readonly type: "uint16";
|
|
3676
|
+
readonly internalType: "uint16";
|
|
3677
|
+
}, {
|
|
3678
|
+
readonly name: "burnable";
|
|
3679
|
+
readonly type: "bool";
|
|
3680
|
+
readonly internalType: "bool";
|
|
3681
|
+
}, {
|
|
3682
|
+
readonly name: "transferValidator";
|
|
3683
|
+
readonly type: "address";
|
|
3684
|
+
readonly internalType: "address";
|
|
3685
|
+
}, {
|
|
3686
|
+
readonly name: "editionSize";
|
|
3687
|
+
readonly type: "uint256";
|
|
3688
|
+
readonly internalType: "uint256";
|
|
3689
|
+
}, {
|
|
3690
|
+
readonly name: "primaryPayee";
|
|
3691
|
+
readonly type: "address";
|
|
3692
|
+
readonly internalType: "address";
|
|
3693
|
+
}, {
|
|
3694
|
+
readonly name: "minter";
|
|
3695
|
+
readonly type: "address";
|
|
3696
|
+
readonly internalType: "address";
|
|
3697
|
+
}, {
|
|
3698
|
+
readonly name: "paused";
|
|
3699
|
+
readonly type: "bool";
|
|
3700
|
+
readonly internalType: "bool";
|
|
3701
|
+
}, {
|
|
3702
|
+
readonly name: "tokenFields";
|
|
3703
|
+
readonly type: "tuple[]";
|
|
3704
|
+
readonly internalType: "struct IAbxOnChainMetadata.FieldInput[]";
|
|
3705
|
+
readonly components: readonly [{
|
|
3706
|
+
readonly name: "field";
|
|
3707
|
+
readonly type: "bytes32";
|
|
3708
|
+
readonly internalType: "bytes32";
|
|
3709
|
+
}, {
|
|
3710
|
+
readonly name: "representation";
|
|
3711
|
+
readonly type: "bytes32";
|
|
3712
|
+
readonly internalType: "bytes32";
|
|
3713
|
+
}, {
|
|
3714
|
+
readonly name: "value";
|
|
3715
|
+
readonly type: "bytes";
|
|
3716
|
+
readonly internalType: "bytes";
|
|
3717
|
+
}];
|
|
3718
|
+
}, {
|
|
3719
|
+
readonly name: "contractFields";
|
|
3720
|
+
readonly type: "tuple[]";
|
|
3721
|
+
readonly internalType: "struct IAbxOnChainMetadata.FieldInput[]";
|
|
3722
|
+
readonly components: readonly [{
|
|
3723
|
+
readonly name: "field";
|
|
3724
|
+
readonly type: "bytes32";
|
|
3725
|
+
readonly internalType: "bytes32";
|
|
3726
|
+
}, {
|
|
3727
|
+
readonly name: "representation";
|
|
3728
|
+
readonly type: "bytes32";
|
|
3729
|
+
readonly internalType: "bytes32";
|
|
3730
|
+
}, {
|
|
3731
|
+
readonly name: "value";
|
|
3732
|
+
readonly type: "bytes";
|
|
3733
|
+
readonly internalType: "bytes";
|
|
3734
|
+
}];
|
|
3735
|
+
}];
|
|
3736
|
+
}, {
|
|
3737
|
+
readonly name: "salt";
|
|
3738
|
+
readonly type: "bytes32";
|
|
3739
|
+
readonly internalType: "bytes32";
|
|
3740
|
+
}];
|
|
3741
|
+
readonly outputs: readonly [{
|
|
3742
|
+
readonly name: "clone";
|
|
3743
|
+
readonly type: "address";
|
|
3744
|
+
readonly internalType: "address";
|
|
3745
|
+
}];
|
|
3746
|
+
readonly stateMutability: "nonpayable";
|
|
3747
|
+
} | {
|
|
3748
|
+
readonly type: "function";
|
|
3749
|
+
readonly name: "balanceOf";
|
|
3750
|
+
readonly inputs: readonly [{
|
|
3751
|
+
readonly name: "owner";
|
|
3752
|
+
readonly type: "address";
|
|
3753
|
+
readonly internalType: "address";
|
|
3754
|
+
}, {
|
|
3755
|
+
readonly name: "id";
|
|
3756
|
+
readonly type: "uint256";
|
|
3757
|
+
readonly internalType: "uint256";
|
|
3758
|
+
}];
|
|
3759
|
+
readonly outputs: readonly [{
|
|
3760
|
+
readonly name: "result";
|
|
3761
|
+
readonly type: "uint256";
|
|
3762
|
+
readonly internalType: "uint256";
|
|
3763
|
+
}];
|
|
3764
|
+
readonly stateMutability: "view";
|
|
3765
|
+
} | {
|
|
3766
|
+
readonly type: "function";
|
|
3767
|
+
readonly name: "balanceOfBatch";
|
|
3768
|
+
readonly inputs: readonly [{
|
|
3769
|
+
readonly name: "owners";
|
|
3770
|
+
readonly type: "address[]";
|
|
3771
|
+
readonly internalType: "address[]";
|
|
3772
|
+
}, {
|
|
3773
|
+
readonly name: "ids";
|
|
3774
|
+
readonly type: "uint256[]";
|
|
3775
|
+
readonly internalType: "uint256[]";
|
|
3776
|
+
}];
|
|
3777
|
+
readonly outputs: readonly [{
|
|
3778
|
+
readonly name: "balances";
|
|
3779
|
+
readonly type: "uint256[]";
|
|
3780
|
+
readonly internalType: "uint256[]";
|
|
3781
|
+
}];
|
|
3782
|
+
readonly stateMutability: "view";
|
|
3783
|
+
} | {
|
|
3784
|
+
readonly type: "function";
|
|
3785
|
+
readonly name: "burn";
|
|
3786
|
+
readonly inputs: readonly [{
|
|
3787
|
+
readonly name: "from";
|
|
3788
|
+
readonly type: "address";
|
|
3789
|
+
readonly internalType: "address";
|
|
3790
|
+
}, {
|
|
3791
|
+
readonly name: "id";
|
|
3792
|
+
readonly type: "uint256";
|
|
3793
|
+
readonly internalType: "uint256";
|
|
3794
|
+
}, {
|
|
3795
|
+
readonly name: "amount";
|
|
3796
|
+
readonly type: "uint256";
|
|
3797
|
+
readonly internalType: "uint256";
|
|
3798
|
+
}];
|
|
3799
|
+
readonly outputs: readonly [];
|
|
3800
|
+
readonly stateMutability: "nonpayable";
|
|
3801
|
+
} | {
|
|
3802
|
+
readonly type: "function";
|
|
3803
|
+
readonly name: "exists";
|
|
3804
|
+
readonly inputs: readonly [{
|
|
3805
|
+
readonly name: "id";
|
|
3806
|
+
readonly type: "uint256";
|
|
3807
|
+
readonly internalType: "uint256";
|
|
3808
|
+
}];
|
|
3809
|
+
readonly outputs: readonly [{
|
|
3810
|
+
readonly name: "";
|
|
3811
|
+
readonly type: "bool";
|
|
3812
|
+
readonly internalType: "bool";
|
|
3813
|
+
}];
|
|
3814
|
+
readonly stateMutability: "view";
|
|
3815
|
+
} | {
|
|
3816
|
+
readonly type: "function";
|
|
3817
|
+
readonly name: "initialize";
|
|
3818
|
+
readonly inputs: readonly [{
|
|
3819
|
+
readonly name: "p";
|
|
3820
|
+
readonly type: "tuple";
|
|
3821
|
+
readonly internalType: "struct OneOfOneEdition.InitParams";
|
|
3822
|
+
readonly components: readonly [{
|
|
3823
|
+
readonly name: "owner";
|
|
3824
|
+
readonly type: "address";
|
|
3825
|
+
readonly internalType: "address";
|
|
3826
|
+
}, {
|
|
3827
|
+
readonly name: "mintTo";
|
|
3828
|
+
readonly type: "address";
|
|
3829
|
+
readonly internalType: "address";
|
|
3830
|
+
}, {
|
|
3831
|
+
readonly name: "mintAmount";
|
|
3832
|
+
readonly type: "uint256";
|
|
3833
|
+
readonly internalType: "uint256";
|
|
3834
|
+
}, {
|
|
3835
|
+
readonly name: "name";
|
|
3836
|
+
readonly type: "string";
|
|
3837
|
+
readonly internalType: "string";
|
|
3838
|
+
}, {
|
|
3839
|
+
readonly name: "symbol";
|
|
3840
|
+
readonly type: "string";
|
|
3841
|
+
readonly internalType: "string";
|
|
3842
|
+
}, {
|
|
3843
|
+
readonly name: "tokenURIBase";
|
|
3844
|
+
readonly type: "string";
|
|
3845
|
+
readonly internalType: "string";
|
|
3846
|
+
}, {
|
|
3847
|
+
readonly name: "tokenURIRenderer";
|
|
3848
|
+
readonly type: "address";
|
|
3849
|
+
readonly internalType: "address";
|
|
3850
|
+
}, {
|
|
3851
|
+
readonly name: "contractURIBase";
|
|
3852
|
+
readonly type: "string";
|
|
3853
|
+
readonly internalType: "string";
|
|
3854
|
+
}, {
|
|
3855
|
+
readonly name: "contractURIRenderer";
|
|
3856
|
+
readonly type: "address";
|
|
3857
|
+
readonly internalType: "address";
|
|
3858
|
+
}, {
|
|
3859
|
+
readonly name: "royaltyReceiver";
|
|
3860
|
+
readonly type: "address";
|
|
3861
|
+
readonly internalType: "address";
|
|
3862
|
+
}, {
|
|
3863
|
+
readonly name: "royaltyBps";
|
|
3864
|
+
readonly type: "uint16";
|
|
3865
|
+
readonly internalType: "uint16";
|
|
3866
|
+
}, {
|
|
3867
|
+
readonly name: "maxRoyaltyBps";
|
|
3868
|
+
readonly type: "uint16";
|
|
3869
|
+
readonly internalType: "uint16";
|
|
3870
|
+
}, {
|
|
3871
|
+
readonly name: "burnable";
|
|
3872
|
+
readonly type: "bool";
|
|
3873
|
+
readonly internalType: "bool";
|
|
3874
|
+
}, {
|
|
3875
|
+
readonly name: "transferValidator";
|
|
3876
|
+
readonly type: "address";
|
|
3877
|
+
readonly internalType: "address";
|
|
3878
|
+
}, {
|
|
3879
|
+
readonly name: "editionSize";
|
|
3880
|
+
readonly type: "uint256";
|
|
3881
|
+
readonly internalType: "uint256";
|
|
3882
|
+
}, {
|
|
3883
|
+
readonly name: "primaryPayee";
|
|
3884
|
+
readonly type: "address";
|
|
3885
|
+
readonly internalType: "address";
|
|
3886
|
+
}, {
|
|
3887
|
+
readonly name: "minter";
|
|
3888
|
+
readonly type: "address";
|
|
3889
|
+
readonly internalType: "address";
|
|
3890
|
+
}, {
|
|
3891
|
+
readonly name: "paused";
|
|
3892
|
+
readonly type: "bool";
|
|
3893
|
+
readonly internalType: "bool";
|
|
3894
|
+
}, {
|
|
3895
|
+
readonly name: "tokenFields";
|
|
3896
|
+
readonly type: "tuple[]";
|
|
3897
|
+
readonly internalType: "struct IAbxOnChainMetadata.FieldInput[]";
|
|
3898
|
+
readonly components: readonly [{
|
|
3899
|
+
readonly name: "field";
|
|
3900
|
+
readonly type: "bytes32";
|
|
3901
|
+
readonly internalType: "bytes32";
|
|
3902
|
+
}, {
|
|
3903
|
+
readonly name: "representation";
|
|
3904
|
+
readonly type: "bytes32";
|
|
3905
|
+
readonly internalType: "bytes32";
|
|
3906
|
+
}, {
|
|
3907
|
+
readonly name: "value";
|
|
3908
|
+
readonly type: "bytes";
|
|
3909
|
+
readonly internalType: "bytes";
|
|
3910
|
+
}];
|
|
3911
|
+
}, {
|
|
3912
|
+
readonly name: "contractFields";
|
|
3913
|
+
readonly type: "tuple[]";
|
|
3914
|
+
readonly internalType: "struct IAbxOnChainMetadata.FieldInput[]";
|
|
3915
|
+
readonly components: readonly [{
|
|
3916
|
+
readonly name: "field";
|
|
3917
|
+
readonly type: "bytes32";
|
|
3918
|
+
readonly internalType: "bytes32";
|
|
3919
|
+
}, {
|
|
3920
|
+
readonly name: "representation";
|
|
3921
|
+
readonly type: "bytes32";
|
|
3922
|
+
readonly internalType: "bytes32";
|
|
3923
|
+
}, {
|
|
3924
|
+
readonly name: "value";
|
|
3925
|
+
readonly type: "bytes";
|
|
3926
|
+
readonly internalType: "bytes";
|
|
3927
|
+
}];
|
|
3928
|
+
}];
|
|
3929
|
+
}];
|
|
3930
|
+
readonly outputs: readonly [];
|
|
3931
|
+
readonly stateMutability: "nonpayable";
|
|
3932
|
+
} | {
|
|
3933
|
+
readonly type: "function";
|
|
3934
|
+
readonly name: "maxSupply";
|
|
3935
|
+
readonly inputs: readonly [{
|
|
3936
|
+
readonly name: "id";
|
|
3937
|
+
readonly type: "uint256";
|
|
3938
|
+
readonly internalType: "uint256";
|
|
3939
|
+
}];
|
|
3940
|
+
readonly outputs: readonly [{
|
|
3941
|
+
readonly name: "";
|
|
3942
|
+
readonly type: "uint256";
|
|
3943
|
+
readonly internalType: "uint256";
|
|
3944
|
+
}];
|
|
3945
|
+
readonly stateMutability: "view";
|
|
3946
|
+
} | {
|
|
3947
|
+
readonly type: "function";
|
|
3948
|
+
readonly name: "mint";
|
|
3949
|
+
readonly inputs: readonly [{
|
|
3950
|
+
readonly name: "to";
|
|
3951
|
+
readonly type: "address";
|
|
3952
|
+
readonly internalType: "address";
|
|
3953
|
+
}, {
|
|
3954
|
+
readonly name: "id";
|
|
3955
|
+
readonly type: "uint256";
|
|
3956
|
+
readonly internalType: "uint256";
|
|
3957
|
+
}, {
|
|
3958
|
+
readonly name: "amount";
|
|
3959
|
+
readonly type: "uint256";
|
|
3960
|
+
readonly internalType: "uint256";
|
|
3961
|
+
}];
|
|
3962
|
+
readonly outputs: readonly [];
|
|
3963
|
+
readonly stateMutability: "nonpayable";
|
|
3964
|
+
} | {
|
|
3965
|
+
readonly type: "function";
|
|
3966
|
+
readonly name: "pingURI";
|
|
3967
|
+
readonly inputs: readonly [{
|
|
3968
|
+
readonly name: "ids";
|
|
3969
|
+
readonly type: "uint256[]";
|
|
3970
|
+
readonly internalType: "uint256[]";
|
|
3971
|
+
}];
|
|
3972
|
+
readonly outputs: readonly [];
|
|
3973
|
+
readonly stateMutability: "nonpayable";
|
|
3974
|
+
} | {
|
|
3975
|
+
readonly type: "function";
|
|
3976
|
+
readonly name: "safeBatchTransferFrom";
|
|
3977
|
+
readonly inputs: readonly [{
|
|
3978
|
+
readonly name: "from";
|
|
3979
|
+
readonly type: "address";
|
|
3980
|
+
readonly internalType: "address";
|
|
3981
|
+
}, {
|
|
3982
|
+
readonly name: "to";
|
|
3983
|
+
readonly type: "address";
|
|
3984
|
+
readonly internalType: "address";
|
|
3985
|
+
}, {
|
|
3986
|
+
readonly name: "ids";
|
|
3987
|
+
readonly type: "uint256[]";
|
|
3988
|
+
readonly internalType: "uint256[]";
|
|
3989
|
+
}, {
|
|
3990
|
+
readonly name: "amounts";
|
|
3991
|
+
readonly type: "uint256[]";
|
|
3992
|
+
readonly internalType: "uint256[]";
|
|
3993
|
+
}, {
|
|
3994
|
+
readonly name: "data";
|
|
3995
|
+
readonly type: "bytes";
|
|
3996
|
+
readonly internalType: "bytes";
|
|
3997
|
+
}];
|
|
3998
|
+
readonly outputs: readonly [];
|
|
3999
|
+
readonly stateMutability: "nonpayable";
|
|
4000
|
+
} | {
|
|
4001
|
+
readonly type: "function";
|
|
4002
|
+
readonly name: "safeTransferFrom";
|
|
4003
|
+
readonly inputs: readonly [{
|
|
4004
|
+
readonly name: "from";
|
|
4005
|
+
readonly type: "address";
|
|
4006
|
+
readonly internalType: "address";
|
|
4007
|
+
}, {
|
|
4008
|
+
readonly name: "to";
|
|
4009
|
+
readonly type: "address";
|
|
4010
|
+
readonly internalType: "address";
|
|
4011
|
+
}, {
|
|
4012
|
+
readonly name: "id";
|
|
4013
|
+
readonly type: "uint256";
|
|
4014
|
+
readonly internalType: "uint256";
|
|
4015
|
+
}, {
|
|
4016
|
+
readonly name: "amount";
|
|
4017
|
+
readonly type: "uint256";
|
|
4018
|
+
readonly internalType: "uint256";
|
|
4019
|
+
}, {
|
|
4020
|
+
readonly name: "data";
|
|
4021
|
+
readonly type: "bytes";
|
|
4022
|
+
readonly internalType: "bytes";
|
|
4023
|
+
}];
|
|
4024
|
+
readonly outputs: readonly [];
|
|
4025
|
+
readonly stateMutability: "nonpayable";
|
|
4026
|
+
} | {
|
|
4027
|
+
readonly type: "function";
|
|
4028
|
+
readonly name: "setMaxSupply";
|
|
4029
|
+
readonly inputs: readonly [{
|
|
4030
|
+
readonly name: "id";
|
|
4031
|
+
readonly type: "uint256";
|
|
4032
|
+
readonly internalType: "uint256";
|
|
4033
|
+
}, {
|
|
4034
|
+
readonly name: "cap";
|
|
4035
|
+
readonly type: "uint256";
|
|
4036
|
+
readonly internalType: "uint256";
|
|
4037
|
+
}];
|
|
4038
|
+
readonly outputs: readonly [];
|
|
4039
|
+
readonly stateMutability: "nonpayable";
|
|
4040
|
+
} | {
|
|
4041
|
+
readonly type: "function";
|
|
4042
|
+
readonly name: "setTokenURIOverride";
|
|
4043
|
+
readonly inputs: readonly [{
|
|
4044
|
+
readonly name: "id";
|
|
4045
|
+
readonly type: "uint256";
|
|
4046
|
+
readonly internalType: "uint256";
|
|
4047
|
+
}, {
|
|
4048
|
+
readonly name: "uri_";
|
|
4049
|
+
readonly type: "string";
|
|
4050
|
+
readonly internalType: "string";
|
|
4051
|
+
}];
|
|
4052
|
+
readonly outputs: readonly [];
|
|
4053
|
+
readonly stateMutability: "nonpayable";
|
|
4054
|
+
} | {
|
|
4055
|
+
readonly type: "function";
|
|
4056
|
+
readonly name: "totalSupply";
|
|
4057
|
+
readonly inputs: readonly [{
|
|
4058
|
+
readonly name: "id";
|
|
4059
|
+
readonly type: "uint256";
|
|
4060
|
+
readonly internalType: "uint256";
|
|
4061
|
+
}];
|
|
4062
|
+
readonly outputs: readonly [{
|
|
4063
|
+
readonly name: "";
|
|
4064
|
+
readonly type: "uint256";
|
|
4065
|
+
readonly internalType: "uint256";
|
|
4066
|
+
}];
|
|
4067
|
+
readonly stateMutability: "view";
|
|
4068
|
+
} | {
|
|
4069
|
+
readonly type: "function";
|
|
4070
|
+
readonly name: "uri";
|
|
4071
|
+
readonly inputs: readonly [{
|
|
4072
|
+
readonly name: "";
|
|
4073
|
+
readonly type: "uint256";
|
|
4074
|
+
readonly internalType: "uint256";
|
|
4075
|
+
}];
|
|
4076
|
+
readonly outputs: readonly [{
|
|
4077
|
+
readonly name: "";
|
|
4078
|
+
readonly type: "string";
|
|
4079
|
+
readonly internalType: "string";
|
|
4080
|
+
}];
|
|
4081
|
+
readonly stateMutability: "view";
|
|
4082
|
+
} | {
|
|
4083
|
+
readonly type: "event";
|
|
4084
|
+
readonly name: "DefaultMaxSupplySet";
|
|
4085
|
+
readonly inputs: readonly [{
|
|
4086
|
+
readonly name: "cap";
|
|
4087
|
+
readonly type: "uint256";
|
|
4088
|
+
readonly indexed: false;
|
|
4089
|
+
readonly internalType: "uint256";
|
|
4090
|
+
}];
|
|
4091
|
+
readonly anonymous: false;
|
|
4092
|
+
} | {
|
|
4093
|
+
readonly type: "event";
|
|
4094
|
+
readonly name: "MaxSupplyUpdated";
|
|
4095
|
+
readonly inputs: readonly [{
|
|
4096
|
+
readonly name: "id";
|
|
4097
|
+
readonly type: "uint256";
|
|
4098
|
+
readonly indexed: true;
|
|
4099
|
+
readonly internalType: "uint256";
|
|
4100
|
+
}, {
|
|
4101
|
+
readonly name: "cap";
|
|
4102
|
+
readonly type: "uint256";
|
|
4103
|
+
readonly indexed: false;
|
|
4104
|
+
readonly internalType: "uint256";
|
|
4105
|
+
}];
|
|
4106
|
+
readonly anonymous: false;
|
|
4107
|
+
} | {
|
|
4108
|
+
readonly type: "event";
|
|
4109
|
+
readonly name: "TokenURIOverrideSet";
|
|
4110
|
+
readonly inputs: readonly [{
|
|
4111
|
+
readonly name: "id";
|
|
4112
|
+
readonly type: "uint256";
|
|
4113
|
+
readonly indexed: true;
|
|
4114
|
+
readonly internalType: "uint256";
|
|
4115
|
+
}, {
|
|
4116
|
+
readonly name: "uri";
|
|
4117
|
+
readonly type: "string";
|
|
4118
|
+
readonly indexed: false;
|
|
4119
|
+
readonly internalType: "string";
|
|
4120
|
+
}];
|
|
4121
|
+
readonly anonymous: false;
|
|
4122
|
+
} | {
|
|
4123
|
+
readonly type: "event";
|
|
4124
|
+
readonly name: "TransferBatch";
|
|
4125
|
+
readonly inputs: readonly [{
|
|
4126
|
+
readonly name: "operator";
|
|
4127
|
+
readonly type: "address";
|
|
4128
|
+
readonly indexed: true;
|
|
4129
|
+
readonly internalType: "address";
|
|
4130
|
+
}, {
|
|
4131
|
+
readonly name: "from";
|
|
4132
|
+
readonly type: "address";
|
|
4133
|
+
readonly indexed: true;
|
|
4134
|
+
readonly internalType: "address";
|
|
4135
|
+
}, {
|
|
4136
|
+
readonly name: "to";
|
|
4137
|
+
readonly type: "address";
|
|
4138
|
+
readonly indexed: true;
|
|
4139
|
+
readonly internalType: "address";
|
|
4140
|
+
}, {
|
|
4141
|
+
readonly name: "ids";
|
|
4142
|
+
readonly type: "uint256[]";
|
|
4143
|
+
readonly indexed: false;
|
|
4144
|
+
readonly internalType: "uint256[]";
|
|
4145
|
+
}, {
|
|
4146
|
+
readonly name: "amounts";
|
|
4147
|
+
readonly type: "uint256[]";
|
|
4148
|
+
readonly indexed: false;
|
|
4149
|
+
readonly internalType: "uint256[]";
|
|
4150
|
+
}];
|
|
4151
|
+
readonly anonymous: false;
|
|
4152
|
+
} | {
|
|
4153
|
+
readonly type: "event";
|
|
4154
|
+
readonly name: "TransferSingle";
|
|
4155
|
+
readonly inputs: readonly [{
|
|
4156
|
+
readonly name: "operator";
|
|
4157
|
+
readonly type: "address";
|
|
4158
|
+
readonly indexed: true;
|
|
4159
|
+
readonly internalType: "address";
|
|
4160
|
+
}, {
|
|
4161
|
+
readonly name: "from";
|
|
4162
|
+
readonly type: "address";
|
|
4163
|
+
readonly indexed: true;
|
|
4164
|
+
readonly internalType: "address";
|
|
4165
|
+
}, {
|
|
4166
|
+
readonly name: "to";
|
|
4167
|
+
readonly type: "address";
|
|
4168
|
+
readonly indexed: true;
|
|
4169
|
+
readonly internalType: "address";
|
|
4170
|
+
}, {
|
|
4171
|
+
readonly name: "id";
|
|
4172
|
+
readonly type: "uint256";
|
|
4173
|
+
readonly indexed: false;
|
|
4174
|
+
readonly internalType: "uint256";
|
|
4175
|
+
}, {
|
|
4176
|
+
readonly name: "amount";
|
|
4177
|
+
readonly type: "uint256";
|
|
4178
|
+
readonly indexed: false;
|
|
4179
|
+
readonly internalType: "uint256";
|
|
4180
|
+
}];
|
|
4181
|
+
readonly anonymous: false;
|
|
4182
|
+
} | {
|
|
4183
|
+
readonly type: "event";
|
|
4184
|
+
readonly name: "URI";
|
|
4185
|
+
readonly inputs: readonly [{
|
|
4186
|
+
readonly name: "value";
|
|
4187
|
+
readonly type: "string";
|
|
4188
|
+
readonly indexed: false;
|
|
4189
|
+
readonly internalType: "string";
|
|
4190
|
+
}, {
|
|
4191
|
+
readonly name: "id";
|
|
4192
|
+
readonly type: "uint256";
|
|
4193
|
+
readonly indexed: true;
|
|
4194
|
+
readonly internalType: "uint256";
|
|
4195
|
+
}];
|
|
4196
|
+
readonly anonymous: false;
|
|
4197
|
+
} | {
|
|
4198
|
+
readonly type: "error";
|
|
4199
|
+
readonly name: "ArrayLengthsMismatch";
|
|
4200
|
+
readonly inputs: readonly [];
|
|
4201
|
+
} | {
|
|
4202
|
+
readonly type: "error";
|
|
4203
|
+
readonly name: "EditionSupplyReached";
|
|
4204
|
+
readonly inputs: readonly [];
|
|
4205
|
+
} | {
|
|
4206
|
+
readonly type: "error";
|
|
4207
|
+
readonly name: "InsufficientBalance";
|
|
4208
|
+
readonly inputs: readonly [];
|
|
4209
|
+
} | {
|
|
4210
|
+
readonly type: "error";
|
|
4211
|
+
readonly name: "InvalidTokenId";
|
|
4212
|
+
readonly inputs: readonly [];
|
|
4213
|
+
} | {
|
|
4214
|
+
readonly type: "error";
|
|
4215
|
+
readonly name: "MaxSupplyBelowFloor";
|
|
4216
|
+
readonly inputs: readonly [];
|
|
4217
|
+
} | {
|
|
4218
|
+
readonly type: "error";
|
|
4219
|
+
readonly name: "MaxSupplyIncreaseForbidden";
|
|
4220
|
+
readonly inputs: readonly [];
|
|
4221
|
+
} | {
|
|
4222
|
+
readonly type: "error";
|
|
4223
|
+
readonly name: "TransferToNonERC1155ReceiverImplementer";
|
|
4224
|
+
readonly inputs: readonly [];
|
|
4225
|
+
} | {
|
|
4226
|
+
readonly type: "error";
|
|
4227
|
+
readonly name: "ZeroMintAmount";
|
|
4228
|
+
readonly inputs: readonly [];
|
|
4229
|
+
} | {
|
|
4230
|
+
readonly type: "function";
|
|
4231
|
+
readonly name: "deploy";
|
|
4232
|
+
readonly inputs: readonly [{
|
|
4233
|
+
readonly name: "params";
|
|
4234
|
+
readonly type: "tuple";
|
|
4235
|
+
readonly internalType: "struct EditionImage.InitParams";
|
|
4236
|
+
readonly components: readonly [{
|
|
4237
|
+
readonly name: "owner";
|
|
4238
|
+
readonly type: "address";
|
|
4239
|
+
readonly internalType: "address";
|
|
4240
|
+
}, {
|
|
4241
|
+
readonly name: "name";
|
|
4242
|
+
readonly type: "string";
|
|
4243
|
+
readonly internalType: "string";
|
|
4244
|
+
}, {
|
|
4245
|
+
readonly name: "symbol";
|
|
4246
|
+
readonly type: "string";
|
|
4247
|
+
readonly internalType: "string";
|
|
4248
|
+
}, {
|
|
4249
|
+
readonly name: "tokenURIBase";
|
|
4250
|
+
readonly type: "string";
|
|
4251
|
+
readonly internalType: "string";
|
|
4252
|
+
}, {
|
|
4253
|
+
readonly name: "tokenURIRenderer";
|
|
4254
|
+
readonly type: "address";
|
|
4255
|
+
readonly internalType: "address";
|
|
4256
|
+
}, {
|
|
4257
|
+
readonly name: "contractURIBase";
|
|
4258
|
+
readonly type: "string";
|
|
4259
|
+
readonly internalType: "string";
|
|
4260
|
+
}, {
|
|
4261
|
+
readonly name: "contractURIRenderer";
|
|
4262
|
+
readonly type: "address";
|
|
4263
|
+
readonly internalType: "address";
|
|
4264
|
+
}, {
|
|
4265
|
+
readonly name: "royaltyReceiver";
|
|
4266
|
+
readonly type: "address";
|
|
4267
|
+
readonly internalType: "address";
|
|
4268
|
+
}, {
|
|
4269
|
+
readonly name: "royaltyBps";
|
|
4270
|
+
readonly type: "uint16";
|
|
4271
|
+
readonly internalType: "uint16";
|
|
4272
|
+
}, {
|
|
4273
|
+
readonly name: "maxRoyaltyBps";
|
|
4274
|
+
readonly type: "uint16";
|
|
4275
|
+
readonly internalType: "uint16";
|
|
4276
|
+
}, {
|
|
4277
|
+
readonly name: "burnable";
|
|
4278
|
+
readonly type: "bool";
|
|
4279
|
+
readonly internalType: "bool";
|
|
4280
|
+
}, {
|
|
4281
|
+
readonly name: "transferValidator";
|
|
4282
|
+
readonly type: "address";
|
|
4283
|
+
readonly internalType: "address";
|
|
4284
|
+
}, {
|
|
4285
|
+
readonly name: "maxInvocations";
|
|
4286
|
+
readonly type: "uint256";
|
|
4287
|
+
readonly internalType: "uint256";
|
|
4288
|
+
}, {
|
|
4289
|
+
readonly name: "editionSize";
|
|
4290
|
+
readonly type: "uint256";
|
|
4291
|
+
readonly internalType: "uint256";
|
|
4292
|
+
}, {
|
|
4293
|
+
readonly name: "primaryPayee";
|
|
4294
|
+
readonly type: "address";
|
|
4295
|
+
readonly internalType: "address";
|
|
4296
|
+
}, {
|
|
4297
|
+
readonly name: "minter";
|
|
4298
|
+
readonly type: "address";
|
|
4299
|
+
readonly internalType: "address";
|
|
4300
|
+
}, {
|
|
4301
|
+
readonly name: "paused";
|
|
4302
|
+
readonly type: "bool";
|
|
4303
|
+
readonly internalType: "bool";
|
|
4304
|
+
}, {
|
|
4305
|
+
readonly name: "mintTo";
|
|
4306
|
+
readonly type: "address";
|
|
4307
|
+
readonly internalType: "address";
|
|
4308
|
+
}, {
|
|
4309
|
+
readonly name: "mintCount";
|
|
4310
|
+
readonly type: "uint256";
|
|
4311
|
+
readonly internalType: "uint256";
|
|
4312
|
+
}, {
|
|
4313
|
+
readonly name: "mintAmount";
|
|
4314
|
+
readonly type: "uint256";
|
|
4315
|
+
readonly internalType: "uint256";
|
|
4316
|
+
}, {
|
|
4317
|
+
readonly name: "tokenFields";
|
|
4318
|
+
readonly type: "tuple[]";
|
|
4319
|
+
readonly internalType: "struct IAbxOnChainMetadata.TokenFieldInput[]";
|
|
4320
|
+
readonly components: readonly [{
|
|
4321
|
+
readonly name: "tokenId";
|
|
4322
|
+
readonly type: "uint256";
|
|
4323
|
+
readonly internalType: "uint256";
|
|
4324
|
+
}, {
|
|
4325
|
+
readonly name: "field";
|
|
4326
|
+
readonly type: "bytes32";
|
|
4327
|
+
readonly internalType: "bytes32";
|
|
4328
|
+
}, {
|
|
4329
|
+
readonly name: "representation";
|
|
4330
|
+
readonly type: "bytes32";
|
|
4331
|
+
readonly internalType: "bytes32";
|
|
4332
|
+
}, {
|
|
4333
|
+
readonly name: "value";
|
|
4334
|
+
readonly type: "bytes";
|
|
4335
|
+
readonly internalType: "bytes";
|
|
4336
|
+
}];
|
|
4337
|
+
}, {
|
|
4338
|
+
readonly name: "contractFields";
|
|
4339
|
+
readonly type: "tuple[]";
|
|
4340
|
+
readonly internalType: "struct IAbxOnChainMetadata.FieldInput[]";
|
|
4341
|
+
readonly components: readonly [{
|
|
4342
|
+
readonly name: "field";
|
|
4343
|
+
readonly type: "bytes32";
|
|
4344
|
+
readonly internalType: "bytes32";
|
|
4345
|
+
}, {
|
|
4346
|
+
readonly name: "representation";
|
|
4347
|
+
readonly type: "bytes32";
|
|
4348
|
+
readonly internalType: "bytes32";
|
|
4349
|
+
}, {
|
|
4350
|
+
readonly name: "value";
|
|
4351
|
+
readonly type: "bytes";
|
|
4352
|
+
readonly internalType: "bytes";
|
|
4353
|
+
}];
|
|
4354
|
+
}];
|
|
4355
|
+
}];
|
|
4356
|
+
readonly outputs: readonly [{
|
|
4357
|
+
readonly name: "clone";
|
|
4358
|
+
readonly type: "address";
|
|
4359
|
+
readonly internalType: "address";
|
|
4360
|
+
}];
|
|
4361
|
+
readonly stateMutability: "nonpayable";
|
|
4362
|
+
} | {
|
|
4363
|
+
readonly type: "function";
|
|
4364
|
+
readonly name: "deployDeterministic";
|
|
4365
|
+
readonly inputs: readonly [{
|
|
4366
|
+
readonly name: "params";
|
|
4367
|
+
readonly type: "tuple";
|
|
4368
|
+
readonly internalType: "struct EditionImage.InitParams";
|
|
4369
|
+
readonly components: readonly [{
|
|
4370
|
+
readonly name: "owner";
|
|
4371
|
+
readonly type: "address";
|
|
4372
|
+
readonly internalType: "address";
|
|
4373
|
+
}, {
|
|
4374
|
+
readonly name: "name";
|
|
4375
|
+
readonly type: "string";
|
|
4376
|
+
readonly internalType: "string";
|
|
4377
|
+
}, {
|
|
4378
|
+
readonly name: "symbol";
|
|
4379
|
+
readonly type: "string";
|
|
4380
|
+
readonly internalType: "string";
|
|
4381
|
+
}, {
|
|
4382
|
+
readonly name: "tokenURIBase";
|
|
4383
|
+
readonly type: "string";
|
|
4384
|
+
readonly internalType: "string";
|
|
4385
|
+
}, {
|
|
4386
|
+
readonly name: "tokenURIRenderer";
|
|
4387
|
+
readonly type: "address";
|
|
4388
|
+
readonly internalType: "address";
|
|
4389
|
+
}, {
|
|
4390
|
+
readonly name: "contractURIBase";
|
|
4391
|
+
readonly type: "string";
|
|
4392
|
+
readonly internalType: "string";
|
|
4393
|
+
}, {
|
|
4394
|
+
readonly name: "contractURIRenderer";
|
|
4395
|
+
readonly type: "address";
|
|
4396
|
+
readonly internalType: "address";
|
|
4397
|
+
}, {
|
|
4398
|
+
readonly name: "royaltyReceiver";
|
|
4399
|
+
readonly type: "address";
|
|
4400
|
+
readonly internalType: "address";
|
|
4401
|
+
}, {
|
|
4402
|
+
readonly name: "royaltyBps";
|
|
4403
|
+
readonly type: "uint16";
|
|
4404
|
+
readonly internalType: "uint16";
|
|
4405
|
+
}, {
|
|
4406
|
+
readonly name: "maxRoyaltyBps";
|
|
4407
|
+
readonly type: "uint16";
|
|
4408
|
+
readonly internalType: "uint16";
|
|
4409
|
+
}, {
|
|
4410
|
+
readonly name: "burnable";
|
|
4411
|
+
readonly type: "bool";
|
|
4412
|
+
readonly internalType: "bool";
|
|
4413
|
+
}, {
|
|
4414
|
+
readonly name: "transferValidator";
|
|
4415
|
+
readonly type: "address";
|
|
4416
|
+
readonly internalType: "address";
|
|
4417
|
+
}, {
|
|
4418
|
+
readonly name: "maxInvocations";
|
|
4419
|
+
readonly type: "uint256";
|
|
4420
|
+
readonly internalType: "uint256";
|
|
4421
|
+
}, {
|
|
4422
|
+
readonly name: "editionSize";
|
|
4423
|
+
readonly type: "uint256";
|
|
4424
|
+
readonly internalType: "uint256";
|
|
4425
|
+
}, {
|
|
4426
|
+
readonly name: "primaryPayee";
|
|
4427
|
+
readonly type: "address";
|
|
4428
|
+
readonly internalType: "address";
|
|
4429
|
+
}, {
|
|
4430
|
+
readonly name: "minter";
|
|
4431
|
+
readonly type: "address";
|
|
4432
|
+
readonly internalType: "address";
|
|
4433
|
+
}, {
|
|
4434
|
+
readonly name: "paused";
|
|
4435
|
+
readonly type: "bool";
|
|
4436
|
+
readonly internalType: "bool";
|
|
4437
|
+
}, {
|
|
4438
|
+
readonly name: "mintTo";
|
|
4439
|
+
readonly type: "address";
|
|
4440
|
+
readonly internalType: "address";
|
|
4441
|
+
}, {
|
|
4442
|
+
readonly name: "mintCount";
|
|
4443
|
+
readonly type: "uint256";
|
|
4444
|
+
readonly internalType: "uint256";
|
|
4445
|
+
}, {
|
|
4446
|
+
readonly name: "mintAmount";
|
|
4447
|
+
readonly type: "uint256";
|
|
4448
|
+
readonly internalType: "uint256";
|
|
4449
|
+
}, {
|
|
4450
|
+
readonly name: "tokenFields";
|
|
4451
|
+
readonly type: "tuple[]";
|
|
4452
|
+
readonly internalType: "struct IAbxOnChainMetadata.TokenFieldInput[]";
|
|
4453
|
+
readonly components: readonly [{
|
|
4454
|
+
readonly name: "tokenId";
|
|
4455
|
+
readonly type: "uint256";
|
|
4456
|
+
readonly internalType: "uint256";
|
|
4457
|
+
}, {
|
|
4458
|
+
readonly name: "field";
|
|
4459
|
+
readonly type: "bytes32";
|
|
4460
|
+
readonly internalType: "bytes32";
|
|
4461
|
+
}, {
|
|
4462
|
+
readonly name: "representation";
|
|
4463
|
+
readonly type: "bytes32";
|
|
4464
|
+
readonly internalType: "bytes32";
|
|
4465
|
+
}, {
|
|
4466
|
+
readonly name: "value";
|
|
4467
|
+
readonly type: "bytes";
|
|
4468
|
+
readonly internalType: "bytes";
|
|
4469
|
+
}];
|
|
4470
|
+
}, {
|
|
4471
|
+
readonly name: "contractFields";
|
|
4472
|
+
readonly type: "tuple[]";
|
|
4473
|
+
readonly internalType: "struct IAbxOnChainMetadata.FieldInput[]";
|
|
4474
|
+
readonly components: readonly [{
|
|
4475
|
+
readonly name: "field";
|
|
4476
|
+
readonly type: "bytes32";
|
|
4477
|
+
readonly internalType: "bytes32";
|
|
4478
|
+
}, {
|
|
4479
|
+
readonly name: "representation";
|
|
4480
|
+
readonly type: "bytes32";
|
|
4481
|
+
readonly internalType: "bytes32";
|
|
4482
|
+
}, {
|
|
4483
|
+
readonly name: "value";
|
|
4484
|
+
readonly type: "bytes";
|
|
4485
|
+
readonly internalType: "bytes";
|
|
4486
|
+
}];
|
|
4487
|
+
}];
|
|
4488
|
+
}, {
|
|
4489
|
+
readonly name: "salt";
|
|
4490
|
+
readonly type: "bytes32";
|
|
4491
|
+
readonly internalType: "bytes32";
|
|
4492
|
+
}];
|
|
4493
|
+
readonly outputs: readonly [{
|
|
4494
|
+
readonly name: "clone";
|
|
4495
|
+
readonly type: "address";
|
|
4496
|
+
readonly internalType: "address";
|
|
4497
|
+
}];
|
|
4498
|
+
readonly stateMutability: "nonpayable";
|
|
4499
|
+
} | {
|
|
4500
|
+
readonly type: "function";
|
|
4501
|
+
readonly name: "initialize";
|
|
4502
|
+
readonly inputs: readonly [{
|
|
4503
|
+
readonly name: "p";
|
|
4504
|
+
readonly type: "tuple";
|
|
4505
|
+
readonly internalType: "struct EditionImage.InitParams";
|
|
4506
|
+
readonly components: readonly [{
|
|
4507
|
+
readonly name: "owner";
|
|
4508
|
+
readonly type: "address";
|
|
4509
|
+
readonly internalType: "address";
|
|
4510
|
+
}, {
|
|
4511
|
+
readonly name: "name";
|
|
4512
|
+
readonly type: "string";
|
|
4513
|
+
readonly internalType: "string";
|
|
4514
|
+
}, {
|
|
4515
|
+
readonly name: "symbol";
|
|
4516
|
+
readonly type: "string";
|
|
4517
|
+
readonly internalType: "string";
|
|
4518
|
+
}, {
|
|
4519
|
+
readonly name: "tokenURIBase";
|
|
4520
|
+
readonly type: "string";
|
|
4521
|
+
readonly internalType: "string";
|
|
4522
|
+
}, {
|
|
4523
|
+
readonly name: "tokenURIRenderer";
|
|
4524
|
+
readonly type: "address";
|
|
4525
|
+
readonly internalType: "address";
|
|
4526
|
+
}, {
|
|
4527
|
+
readonly name: "contractURIBase";
|
|
4528
|
+
readonly type: "string";
|
|
4529
|
+
readonly internalType: "string";
|
|
4530
|
+
}, {
|
|
4531
|
+
readonly name: "contractURIRenderer";
|
|
4532
|
+
readonly type: "address";
|
|
4533
|
+
readonly internalType: "address";
|
|
4534
|
+
}, {
|
|
4535
|
+
readonly name: "royaltyReceiver";
|
|
4536
|
+
readonly type: "address";
|
|
4537
|
+
readonly internalType: "address";
|
|
4538
|
+
}, {
|
|
4539
|
+
readonly name: "royaltyBps";
|
|
4540
|
+
readonly type: "uint16";
|
|
4541
|
+
readonly internalType: "uint16";
|
|
4542
|
+
}, {
|
|
4543
|
+
readonly name: "maxRoyaltyBps";
|
|
4544
|
+
readonly type: "uint16";
|
|
4545
|
+
readonly internalType: "uint16";
|
|
4546
|
+
}, {
|
|
4547
|
+
readonly name: "burnable";
|
|
4548
|
+
readonly type: "bool";
|
|
4549
|
+
readonly internalType: "bool";
|
|
4550
|
+
}, {
|
|
4551
|
+
readonly name: "transferValidator";
|
|
4552
|
+
readonly type: "address";
|
|
4553
|
+
readonly internalType: "address";
|
|
4554
|
+
}, {
|
|
4555
|
+
readonly name: "maxInvocations";
|
|
4556
|
+
readonly type: "uint256";
|
|
4557
|
+
readonly internalType: "uint256";
|
|
4558
|
+
}, {
|
|
4559
|
+
readonly name: "editionSize";
|
|
4560
|
+
readonly type: "uint256";
|
|
4561
|
+
readonly internalType: "uint256";
|
|
4562
|
+
}, {
|
|
4563
|
+
readonly name: "primaryPayee";
|
|
4564
|
+
readonly type: "address";
|
|
4565
|
+
readonly internalType: "address";
|
|
4566
|
+
}, {
|
|
4567
|
+
readonly name: "minter";
|
|
4568
|
+
readonly type: "address";
|
|
4569
|
+
readonly internalType: "address";
|
|
4570
|
+
}, {
|
|
4571
|
+
readonly name: "paused";
|
|
4572
|
+
readonly type: "bool";
|
|
4573
|
+
readonly internalType: "bool";
|
|
4574
|
+
}, {
|
|
4575
|
+
readonly name: "mintTo";
|
|
4576
|
+
readonly type: "address";
|
|
4577
|
+
readonly internalType: "address";
|
|
4578
|
+
}, {
|
|
4579
|
+
readonly name: "mintCount";
|
|
4580
|
+
readonly type: "uint256";
|
|
4581
|
+
readonly internalType: "uint256";
|
|
4582
|
+
}, {
|
|
4583
|
+
readonly name: "mintAmount";
|
|
4584
|
+
readonly type: "uint256";
|
|
4585
|
+
readonly internalType: "uint256";
|
|
4586
|
+
}, {
|
|
4587
|
+
readonly name: "tokenFields";
|
|
4588
|
+
readonly type: "tuple[]";
|
|
4589
|
+
readonly internalType: "struct IAbxOnChainMetadata.TokenFieldInput[]";
|
|
4590
|
+
readonly components: readonly [{
|
|
4591
|
+
readonly name: "tokenId";
|
|
4592
|
+
readonly type: "uint256";
|
|
4593
|
+
readonly internalType: "uint256";
|
|
4594
|
+
}, {
|
|
4595
|
+
readonly name: "field";
|
|
4596
|
+
readonly type: "bytes32";
|
|
4597
|
+
readonly internalType: "bytes32";
|
|
4598
|
+
}, {
|
|
4599
|
+
readonly name: "representation";
|
|
4600
|
+
readonly type: "bytes32";
|
|
4601
|
+
readonly internalType: "bytes32";
|
|
4602
|
+
}, {
|
|
4603
|
+
readonly name: "value";
|
|
4604
|
+
readonly type: "bytes";
|
|
4605
|
+
readonly internalType: "bytes";
|
|
4606
|
+
}];
|
|
4607
|
+
}, {
|
|
4608
|
+
readonly name: "contractFields";
|
|
4609
|
+
readonly type: "tuple[]";
|
|
4610
|
+
readonly internalType: "struct IAbxOnChainMetadata.FieldInput[]";
|
|
4611
|
+
readonly components: readonly [{
|
|
4612
|
+
readonly name: "field";
|
|
4613
|
+
readonly type: "bytes32";
|
|
4614
|
+
readonly internalType: "bytes32";
|
|
4615
|
+
}, {
|
|
4616
|
+
readonly name: "representation";
|
|
4617
|
+
readonly type: "bytes32";
|
|
4618
|
+
readonly internalType: "bytes32";
|
|
4619
|
+
}, {
|
|
4620
|
+
readonly name: "value";
|
|
4621
|
+
readonly type: "bytes";
|
|
4622
|
+
readonly internalType: "bytes";
|
|
4623
|
+
}];
|
|
4624
|
+
}];
|
|
4625
|
+
}];
|
|
4626
|
+
readonly outputs: readonly [];
|
|
4627
|
+
readonly stateMutability: "nonpayable";
|
|
4628
|
+
} | {
|
|
4629
|
+
readonly type: "function";
|
|
4630
|
+
readonly name: "deploy";
|
|
4631
|
+
readonly inputs: readonly [{
|
|
4632
|
+
readonly name: "params";
|
|
4633
|
+
readonly type: "tuple";
|
|
4634
|
+
readonly internalType: "struct EditionCode.InitParams";
|
|
4635
|
+
readonly components: readonly [{
|
|
4636
|
+
readonly name: "owner";
|
|
4637
|
+
readonly type: "address";
|
|
4638
|
+
readonly internalType: "address";
|
|
4639
|
+
}, {
|
|
4640
|
+
readonly name: "name";
|
|
4641
|
+
readonly type: "string";
|
|
4642
|
+
readonly internalType: "string";
|
|
4643
|
+
}, {
|
|
4644
|
+
readonly name: "symbol";
|
|
4645
|
+
readonly type: "string";
|
|
4646
|
+
readonly internalType: "string";
|
|
4647
|
+
}, {
|
|
4648
|
+
readonly name: "tokenURIBase";
|
|
4649
|
+
readonly type: "string";
|
|
4650
|
+
readonly internalType: "string";
|
|
4651
|
+
}, {
|
|
4652
|
+
readonly name: "tokenURIRenderer";
|
|
4653
|
+
readonly type: "address";
|
|
4654
|
+
readonly internalType: "address";
|
|
4655
|
+
}, {
|
|
4656
|
+
readonly name: "contractURIBase";
|
|
4657
|
+
readonly type: "string";
|
|
4658
|
+
readonly internalType: "string";
|
|
4659
|
+
}, {
|
|
4660
|
+
readonly name: "contractURIRenderer";
|
|
4661
|
+
readonly type: "address";
|
|
4662
|
+
readonly internalType: "address";
|
|
4663
|
+
}, {
|
|
4664
|
+
readonly name: "royaltyReceiver";
|
|
4665
|
+
readonly type: "address";
|
|
4666
|
+
readonly internalType: "address";
|
|
4667
|
+
}, {
|
|
4668
|
+
readonly name: "royaltyBps";
|
|
4669
|
+
readonly type: "uint16";
|
|
4670
|
+
readonly internalType: "uint16";
|
|
4671
|
+
}, {
|
|
4672
|
+
readonly name: "maxRoyaltyBps";
|
|
4673
|
+
readonly type: "uint16";
|
|
4674
|
+
readonly internalType: "uint16";
|
|
4675
|
+
}, {
|
|
4676
|
+
readonly name: "burnable";
|
|
4677
|
+
readonly type: "bool";
|
|
4678
|
+
readonly internalType: "bool";
|
|
4679
|
+
}, {
|
|
4680
|
+
readonly name: "transferValidator";
|
|
4681
|
+
readonly type: "address";
|
|
4682
|
+
readonly internalType: "address";
|
|
4683
|
+
}, {
|
|
4684
|
+
readonly name: "maxInvocations";
|
|
4685
|
+
readonly type: "uint256";
|
|
4686
|
+
readonly internalType: "uint256";
|
|
4687
|
+
}, {
|
|
4688
|
+
readonly name: "editionSize";
|
|
4689
|
+
readonly type: "uint256";
|
|
4690
|
+
readonly internalType: "uint256";
|
|
4691
|
+
}, {
|
|
4692
|
+
readonly name: "primaryPayee";
|
|
4693
|
+
readonly type: "address";
|
|
4694
|
+
readonly internalType: "address";
|
|
4695
|
+
}, {
|
|
4696
|
+
readonly name: "minter";
|
|
4697
|
+
readonly type: "address";
|
|
4698
|
+
readonly internalType: "address";
|
|
4699
|
+
}, {
|
|
4700
|
+
readonly name: "paused";
|
|
4701
|
+
readonly type: "bool";
|
|
4702
|
+
readonly internalType: "bool";
|
|
4703
|
+
}, {
|
|
4704
|
+
readonly name: "seedSource";
|
|
4705
|
+
readonly type: "address";
|
|
4706
|
+
readonly internalType: "address";
|
|
4707
|
+
}, {
|
|
4708
|
+
readonly name: "mintTo";
|
|
4709
|
+
readonly type: "address";
|
|
4710
|
+
readonly internalType: "address";
|
|
4711
|
+
}, {
|
|
4712
|
+
readonly name: "mintCount";
|
|
4713
|
+
readonly type: "uint256";
|
|
4714
|
+
readonly internalType: "uint256";
|
|
4715
|
+
}, {
|
|
4716
|
+
readonly name: "mintAmount";
|
|
4717
|
+
readonly type: "uint256";
|
|
4718
|
+
readonly internalType: "uint256";
|
|
4719
|
+
}, {
|
|
4720
|
+
readonly name: "tokenFields";
|
|
4721
|
+
readonly type: "tuple[]";
|
|
4722
|
+
readonly internalType: "struct IAbxOnChainMetadata.TokenFieldInput[]";
|
|
4723
|
+
readonly components: readonly [{
|
|
4724
|
+
readonly name: "tokenId";
|
|
4725
|
+
readonly type: "uint256";
|
|
4726
|
+
readonly internalType: "uint256";
|
|
4727
|
+
}, {
|
|
4728
|
+
readonly name: "field";
|
|
4729
|
+
readonly type: "bytes32";
|
|
4730
|
+
readonly internalType: "bytes32";
|
|
4731
|
+
}, {
|
|
4732
|
+
readonly name: "representation";
|
|
4733
|
+
readonly type: "bytes32";
|
|
4734
|
+
readonly internalType: "bytes32";
|
|
4735
|
+
}, {
|
|
4736
|
+
readonly name: "value";
|
|
4737
|
+
readonly type: "bytes";
|
|
4738
|
+
readonly internalType: "bytes";
|
|
4739
|
+
}];
|
|
4740
|
+
}, {
|
|
4741
|
+
readonly name: "contractFields";
|
|
4742
|
+
readonly type: "tuple[]";
|
|
4743
|
+
readonly internalType: "struct IAbxOnChainMetadata.FieldInput[]";
|
|
4744
|
+
readonly components: readonly [{
|
|
4745
|
+
readonly name: "field";
|
|
4746
|
+
readonly type: "bytes32";
|
|
4747
|
+
readonly internalType: "bytes32";
|
|
4748
|
+
}, {
|
|
4749
|
+
readonly name: "representation";
|
|
4750
|
+
readonly type: "bytes32";
|
|
4751
|
+
readonly internalType: "bytes32";
|
|
4752
|
+
}, {
|
|
4753
|
+
readonly name: "value";
|
|
4754
|
+
readonly type: "bytes";
|
|
4755
|
+
readonly internalType: "bytes";
|
|
4756
|
+
}];
|
|
4757
|
+
}];
|
|
4758
|
+
}];
|
|
4759
|
+
readonly outputs: readonly [{
|
|
4760
|
+
readonly name: "clone";
|
|
4761
|
+
readonly type: "address";
|
|
4762
|
+
readonly internalType: "address";
|
|
4763
|
+
}];
|
|
4764
|
+
readonly stateMutability: "nonpayable";
|
|
4765
|
+
} | {
|
|
4766
|
+
readonly type: "function";
|
|
4767
|
+
readonly name: "deployDeterministic";
|
|
4768
|
+
readonly inputs: readonly [{
|
|
4769
|
+
readonly name: "params";
|
|
4770
|
+
readonly type: "tuple";
|
|
4771
|
+
readonly internalType: "struct EditionCode.InitParams";
|
|
4772
|
+
readonly components: readonly [{
|
|
4773
|
+
readonly name: "owner";
|
|
4774
|
+
readonly type: "address";
|
|
4775
|
+
readonly internalType: "address";
|
|
4776
|
+
}, {
|
|
4777
|
+
readonly name: "name";
|
|
4778
|
+
readonly type: "string";
|
|
4779
|
+
readonly internalType: "string";
|
|
4780
|
+
}, {
|
|
4781
|
+
readonly name: "symbol";
|
|
4782
|
+
readonly type: "string";
|
|
4783
|
+
readonly internalType: "string";
|
|
4784
|
+
}, {
|
|
4785
|
+
readonly name: "tokenURIBase";
|
|
4786
|
+
readonly type: "string";
|
|
4787
|
+
readonly internalType: "string";
|
|
4788
|
+
}, {
|
|
4789
|
+
readonly name: "tokenURIRenderer";
|
|
4790
|
+
readonly type: "address";
|
|
4791
|
+
readonly internalType: "address";
|
|
4792
|
+
}, {
|
|
4793
|
+
readonly name: "contractURIBase";
|
|
4794
|
+
readonly type: "string";
|
|
4795
|
+
readonly internalType: "string";
|
|
4796
|
+
}, {
|
|
4797
|
+
readonly name: "contractURIRenderer";
|
|
4798
|
+
readonly type: "address";
|
|
4799
|
+
readonly internalType: "address";
|
|
4800
|
+
}, {
|
|
4801
|
+
readonly name: "royaltyReceiver";
|
|
4802
|
+
readonly type: "address";
|
|
4803
|
+
readonly internalType: "address";
|
|
4804
|
+
}, {
|
|
4805
|
+
readonly name: "royaltyBps";
|
|
4806
|
+
readonly type: "uint16";
|
|
4807
|
+
readonly internalType: "uint16";
|
|
4808
|
+
}, {
|
|
4809
|
+
readonly name: "maxRoyaltyBps";
|
|
4810
|
+
readonly type: "uint16";
|
|
4811
|
+
readonly internalType: "uint16";
|
|
4812
|
+
}, {
|
|
4813
|
+
readonly name: "burnable";
|
|
4814
|
+
readonly type: "bool";
|
|
4815
|
+
readonly internalType: "bool";
|
|
4816
|
+
}, {
|
|
4817
|
+
readonly name: "transferValidator";
|
|
4818
|
+
readonly type: "address";
|
|
4819
|
+
readonly internalType: "address";
|
|
4820
|
+
}, {
|
|
4821
|
+
readonly name: "maxInvocations";
|
|
4822
|
+
readonly type: "uint256";
|
|
4823
|
+
readonly internalType: "uint256";
|
|
4824
|
+
}, {
|
|
4825
|
+
readonly name: "editionSize";
|
|
4826
|
+
readonly type: "uint256";
|
|
4827
|
+
readonly internalType: "uint256";
|
|
4828
|
+
}, {
|
|
4829
|
+
readonly name: "primaryPayee";
|
|
4830
|
+
readonly type: "address";
|
|
4831
|
+
readonly internalType: "address";
|
|
4832
|
+
}, {
|
|
4833
|
+
readonly name: "minter";
|
|
4834
|
+
readonly type: "address";
|
|
4835
|
+
readonly internalType: "address";
|
|
4836
|
+
}, {
|
|
4837
|
+
readonly name: "paused";
|
|
4838
|
+
readonly type: "bool";
|
|
4839
|
+
readonly internalType: "bool";
|
|
4840
|
+
}, {
|
|
4841
|
+
readonly name: "seedSource";
|
|
4842
|
+
readonly type: "address";
|
|
4843
|
+
readonly internalType: "address";
|
|
4844
|
+
}, {
|
|
4845
|
+
readonly name: "mintTo";
|
|
4846
|
+
readonly type: "address";
|
|
4847
|
+
readonly internalType: "address";
|
|
4848
|
+
}, {
|
|
4849
|
+
readonly name: "mintCount";
|
|
4850
|
+
readonly type: "uint256";
|
|
4851
|
+
readonly internalType: "uint256";
|
|
4852
|
+
}, {
|
|
4853
|
+
readonly name: "mintAmount";
|
|
4854
|
+
readonly type: "uint256";
|
|
4855
|
+
readonly internalType: "uint256";
|
|
4856
|
+
}, {
|
|
4857
|
+
readonly name: "tokenFields";
|
|
4858
|
+
readonly type: "tuple[]";
|
|
4859
|
+
readonly internalType: "struct IAbxOnChainMetadata.TokenFieldInput[]";
|
|
4860
|
+
readonly components: readonly [{
|
|
4861
|
+
readonly name: "tokenId";
|
|
4862
|
+
readonly type: "uint256";
|
|
4863
|
+
readonly internalType: "uint256";
|
|
4864
|
+
}, {
|
|
4865
|
+
readonly name: "field";
|
|
4866
|
+
readonly type: "bytes32";
|
|
4867
|
+
readonly internalType: "bytes32";
|
|
4868
|
+
}, {
|
|
4869
|
+
readonly name: "representation";
|
|
4870
|
+
readonly type: "bytes32";
|
|
4871
|
+
readonly internalType: "bytes32";
|
|
4872
|
+
}, {
|
|
4873
|
+
readonly name: "value";
|
|
4874
|
+
readonly type: "bytes";
|
|
4875
|
+
readonly internalType: "bytes";
|
|
4876
|
+
}];
|
|
4877
|
+
}, {
|
|
4878
|
+
readonly name: "contractFields";
|
|
4879
|
+
readonly type: "tuple[]";
|
|
4880
|
+
readonly internalType: "struct IAbxOnChainMetadata.FieldInput[]";
|
|
4881
|
+
readonly components: readonly [{
|
|
4882
|
+
readonly name: "field";
|
|
4883
|
+
readonly type: "bytes32";
|
|
4884
|
+
readonly internalType: "bytes32";
|
|
4885
|
+
}, {
|
|
4886
|
+
readonly name: "representation";
|
|
4887
|
+
readonly type: "bytes32";
|
|
4888
|
+
readonly internalType: "bytes32";
|
|
4889
|
+
}, {
|
|
4890
|
+
readonly name: "value";
|
|
4891
|
+
readonly type: "bytes";
|
|
4892
|
+
readonly internalType: "bytes";
|
|
4893
|
+
}];
|
|
4894
|
+
}];
|
|
4895
|
+
}, {
|
|
4896
|
+
readonly name: "salt";
|
|
4897
|
+
readonly type: "bytes32";
|
|
4898
|
+
readonly internalType: "bytes32";
|
|
4899
|
+
}];
|
|
4900
|
+
readonly outputs: readonly [{
|
|
4901
|
+
readonly name: "clone";
|
|
4902
|
+
readonly type: "address";
|
|
4903
|
+
readonly internalType: "address";
|
|
4904
|
+
}];
|
|
4905
|
+
readonly stateMutability: "nonpayable";
|
|
4906
|
+
} | {
|
|
4907
|
+
readonly type: "function";
|
|
4908
|
+
readonly name: "initialize";
|
|
4909
|
+
readonly inputs: readonly [{
|
|
4910
|
+
readonly name: "p";
|
|
4911
|
+
readonly type: "tuple";
|
|
4912
|
+
readonly internalType: "struct EditionCode.InitParams";
|
|
4913
|
+
readonly components: readonly [{
|
|
4914
|
+
readonly name: "owner";
|
|
4915
|
+
readonly type: "address";
|
|
4916
|
+
readonly internalType: "address";
|
|
4917
|
+
}, {
|
|
4918
|
+
readonly name: "name";
|
|
4919
|
+
readonly type: "string";
|
|
4920
|
+
readonly internalType: "string";
|
|
4921
|
+
}, {
|
|
4922
|
+
readonly name: "symbol";
|
|
4923
|
+
readonly type: "string";
|
|
4924
|
+
readonly internalType: "string";
|
|
4925
|
+
}, {
|
|
4926
|
+
readonly name: "tokenURIBase";
|
|
4927
|
+
readonly type: "string";
|
|
4928
|
+
readonly internalType: "string";
|
|
4929
|
+
}, {
|
|
4930
|
+
readonly name: "tokenURIRenderer";
|
|
4931
|
+
readonly type: "address";
|
|
4932
|
+
readonly internalType: "address";
|
|
4933
|
+
}, {
|
|
4934
|
+
readonly name: "contractURIBase";
|
|
4935
|
+
readonly type: "string";
|
|
4936
|
+
readonly internalType: "string";
|
|
4937
|
+
}, {
|
|
4938
|
+
readonly name: "contractURIRenderer";
|
|
4939
|
+
readonly type: "address";
|
|
4940
|
+
readonly internalType: "address";
|
|
4941
|
+
}, {
|
|
4942
|
+
readonly name: "royaltyReceiver";
|
|
4943
|
+
readonly type: "address";
|
|
4944
|
+
readonly internalType: "address";
|
|
4945
|
+
}, {
|
|
4946
|
+
readonly name: "royaltyBps";
|
|
4947
|
+
readonly type: "uint16";
|
|
4948
|
+
readonly internalType: "uint16";
|
|
4949
|
+
}, {
|
|
4950
|
+
readonly name: "maxRoyaltyBps";
|
|
4951
|
+
readonly type: "uint16";
|
|
4952
|
+
readonly internalType: "uint16";
|
|
4953
|
+
}, {
|
|
4954
|
+
readonly name: "burnable";
|
|
4955
|
+
readonly type: "bool";
|
|
4956
|
+
readonly internalType: "bool";
|
|
4957
|
+
}, {
|
|
4958
|
+
readonly name: "transferValidator";
|
|
4959
|
+
readonly type: "address";
|
|
4960
|
+
readonly internalType: "address";
|
|
4961
|
+
}, {
|
|
4962
|
+
readonly name: "maxInvocations";
|
|
4963
|
+
readonly type: "uint256";
|
|
4964
|
+
readonly internalType: "uint256";
|
|
4965
|
+
}, {
|
|
4966
|
+
readonly name: "editionSize";
|
|
4967
|
+
readonly type: "uint256";
|
|
4968
|
+
readonly internalType: "uint256";
|
|
4969
|
+
}, {
|
|
4970
|
+
readonly name: "primaryPayee";
|
|
4971
|
+
readonly type: "address";
|
|
4972
|
+
readonly internalType: "address";
|
|
4973
|
+
}, {
|
|
4974
|
+
readonly name: "minter";
|
|
4975
|
+
readonly type: "address";
|
|
4976
|
+
readonly internalType: "address";
|
|
4977
|
+
}, {
|
|
4978
|
+
readonly name: "paused";
|
|
4979
|
+
readonly type: "bool";
|
|
4980
|
+
readonly internalType: "bool";
|
|
4981
|
+
}, {
|
|
4982
|
+
readonly name: "seedSource";
|
|
4983
|
+
readonly type: "address";
|
|
4984
|
+
readonly internalType: "address";
|
|
4985
|
+
}, {
|
|
4986
|
+
readonly name: "mintTo";
|
|
4987
|
+
readonly type: "address";
|
|
4988
|
+
readonly internalType: "address";
|
|
4989
|
+
}, {
|
|
4990
|
+
readonly name: "mintCount";
|
|
4991
|
+
readonly type: "uint256";
|
|
4992
|
+
readonly internalType: "uint256";
|
|
4993
|
+
}, {
|
|
4994
|
+
readonly name: "mintAmount";
|
|
4995
|
+
readonly type: "uint256";
|
|
4996
|
+
readonly internalType: "uint256";
|
|
4997
|
+
}, {
|
|
4998
|
+
readonly name: "tokenFields";
|
|
4999
|
+
readonly type: "tuple[]";
|
|
5000
|
+
readonly internalType: "struct IAbxOnChainMetadata.TokenFieldInput[]";
|
|
5001
|
+
readonly components: readonly [{
|
|
5002
|
+
readonly name: "tokenId";
|
|
5003
|
+
readonly type: "uint256";
|
|
5004
|
+
readonly internalType: "uint256";
|
|
5005
|
+
}, {
|
|
5006
|
+
readonly name: "field";
|
|
5007
|
+
readonly type: "bytes32";
|
|
5008
|
+
readonly internalType: "bytes32";
|
|
5009
|
+
}, {
|
|
5010
|
+
readonly name: "representation";
|
|
5011
|
+
readonly type: "bytes32";
|
|
5012
|
+
readonly internalType: "bytes32";
|
|
5013
|
+
}, {
|
|
5014
|
+
readonly name: "value";
|
|
5015
|
+
readonly type: "bytes";
|
|
5016
|
+
readonly internalType: "bytes";
|
|
5017
|
+
}];
|
|
5018
|
+
}, {
|
|
5019
|
+
readonly name: "contractFields";
|
|
5020
|
+
readonly type: "tuple[]";
|
|
5021
|
+
readonly internalType: "struct IAbxOnChainMetadata.FieldInput[]";
|
|
5022
|
+
readonly components: readonly [{
|
|
5023
|
+
readonly name: "field";
|
|
5024
|
+
readonly type: "bytes32";
|
|
5025
|
+
readonly internalType: "bytes32";
|
|
5026
|
+
}, {
|
|
5027
|
+
readonly name: "representation";
|
|
5028
|
+
readonly type: "bytes32";
|
|
5029
|
+
readonly internalType: "bytes32";
|
|
5030
|
+
}, {
|
|
5031
|
+
readonly name: "value";
|
|
5032
|
+
readonly type: "bytes";
|
|
5033
|
+
readonly internalType: "bytes";
|
|
5034
|
+
}];
|
|
5035
|
+
}];
|
|
5036
|
+
}];
|
|
5037
|
+
readonly outputs: readonly [];
|
|
5038
|
+
readonly stateMutability: "nonpayable";
|
|
5039
|
+
} | {
|
|
5040
|
+
readonly type: "function";
|
|
5041
|
+
readonly name: "configure";
|
|
5042
|
+
readonly inputs: readonly [{
|
|
5043
|
+
readonly name: "token";
|
|
5044
|
+
readonly type: "address";
|
|
5045
|
+
readonly internalType: "address";
|
|
5046
|
+
}, {
|
|
5047
|
+
readonly name: "id";
|
|
5048
|
+
readonly type: "uint256";
|
|
5049
|
+
readonly internalType: "uint256";
|
|
5050
|
+
}, {
|
|
5051
|
+
readonly name: "paymentToken";
|
|
5052
|
+
readonly type: "address";
|
|
5053
|
+
readonly internalType: "address";
|
|
5054
|
+
}, {
|
|
5055
|
+
readonly name: "price";
|
|
5056
|
+
readonly type: "uint256";
|
|
5057
|
+
readonly internalType: "uint256";
|
|
5058
|
+
}, {
|
|
5059
|
+
readonly name: "allocation";
|
|
5060
|
+
readonly type: "uint256";
|
|
5061
|
+
readonly internalType: "uint256";
|
|
5062
|
+
}];
|
|
5063
|
+
readonly outputs: readonly [];
|
|
5064
|
+
readonly stateMutability: "nonpayable";
|
|
5065
|
+
} | {
|
|
5066
|
+
readonly type: "function";
|
|
5067
|
+
readonly name: "purchase";
|
|
5068
|
+
readonly inputs: readonly [{
|
|
5069
|
+
readonly name: "token";
|
|
5070
|
+
readonly type: "address";
|
|
5071
|
+
readonly internalType: "address";
|
|
5072
|
+
}, {
|
|
5073
|
+
readonly name: "id";
|
|
5074
|
+
readonly type: "uint256";
|
|
5075
|
+
readonly internalType: "uint256";
|
|
5076
|
+
}, {
|
|
5077
|
+
readonly name: "qty";
|
|
5078
|
+
readonly type: "uint256";
|
|
5079
|
+
readonly internalType: "uint256";
|
|
5080
|
+
}, {
|
|
5081
|
+
readonly name: "expectedPaymentToken";
|
|
5082
|
+
readonly type: "address";
|
|
5083
|
+
readonly internalType: "address";
|
|
5084
|
+
}, {
|
|
5085
|
+
readonly name: "maxTotalPrice";
|
|
5086
|
+
readonly type: "uint256";
|
|
5087
|
+
readonly internalType: "uint256";
|
|
5088
|
+
}];
|
|
5089
|
+
readonly outputs: readonly [];
|
|
5090
|
+
readonly stateMutability: "payable";
|
|
5091
|
+
} | {
|
|
5092
|
+
readonly type: "function";
|
|
5093
|
+
readonly name: "purchaseTo";
|
|
5094
|
+
readonly inputs: readonly [{
|
|
5095
|
+
readonly name: "token";
|
|
5096
|
+
readonly type: "address";
|
|
5097
|
+
readonly internalType: "address";
|
|
5098
|
+
}, {
|
|
5099
|
+
readonly name: "id";
|
|
5100
|
+
readonly type: "uint256";
|
|
5101
|
+
readonly internalType: "uint256";
|
|
5102
|
+
}, {
|
|
5103
|
+
readonly name: "qty";
|
|
5104
|
+
readonly type: "uint256";
|
|
5105
|
+
readonly internalType: "uint256";
|
|
5106
|
+
}, {
|
|
5107
|
+
readonly name: "to";
|
|
5108
|
+
readonly type: "address";
|
|
5109
|
+
readonly internalType: "address";
|
|
5110
|
+
}, {
|
|
5111
|
+
readonly name: "expectedPaymentToken";
|
|
5112
|
+
readonly type: "address";
|
|
5113
|
+
readonly internalType: "address";
|
|
5114
|
+
}, {
|
|
5115
|
+
readonly name: "maxTotalPrice";
|
|
5116
|
+
readonly type: "uint256";
|
|
5117
|
+
readonly internalType: "uint256";
|
|
5118
|
+
}];
|
|
5119
|
+
readonly outputs: readonly [];
|
|
5120
|
+
readonly stateMutability: "payable";
|
|
5121
|
+
} | {
|
|
5122
|
+
readonly type: "function";
|
|
5123
|
+
readonly name: "sales";
|
|
5124
|
+
readonly inputs: readonly [{
|
|
5125
|
+
readonly name: "token";
|
|
5126
|
+
readonly type: "address";
|
|
5127
|
+
readonly internalType: "address";
|
|
5128
|
+
}, {
|
|
5129
|
+
readonly name: "id";
|
|
5130
|
+
readonly type: "uint256";
|
|
5131
|
+
readonly internalType: "uint256";
|
|
5132
|
+
}];
|
|
5133
|
+
readonly outputs: readonly [{
|
|
5134
|
+
readonly name: "configured";
|
|
5135
|
+
readonly type: "bool";
|
|
5136
|
+
readonly internalType: "bool";
|
|
5137
|
+
}, {
|
|
5138
|
+
readonly name: "paymentToken";
|
|
5139
|
+
readonly type: "address";
|
|
5140
|
+
readonly internalType: "address";
|
|
5141
|
+
}, {
|
|
5142
|
+
readonly name: "price";
|
|
5143
|
+
readonly type: "uint256";
|
|
5144
|
+
readonly internalType: "uint256";
|
|
5145
|
+
}, {
|
|
5146
|
+
readonly name: "allocation";
|
|
5147
|
+
readonly type: "uint256";
|
|
5148
|
+
readonly internalType: "uint256";
|
|
5149
|
+
}, {
|
|
5150
|
+
readonly name: "sold";
|
|
5151
|
+
readonly type: "uint256";
|
|
5152
|
+
readonly internalType: "uint256";
|
|
5153
|
+
}];
|
|
5154
|
+
readonly stateMutability: "view";
|
|
5155
|
+
} | {
|
|
5156
|
+
readonly type: "event";
|
|
5157
|
+
readonly name: "Purchase";
|
|
5158
|
+
readonly inputs: readonly [{
|
|
5159
|
+
readonly name: "token";
|
|
5160
|
+
readonly type: "address";
|
|
5161
|
+
readonly indexed: true;
|
|
5162
|
+
readonly internalType: "address";
|
|
5163
|
+
}, {
|
|
5164
|
+
readonly name: "buyer";
|
|
5165
|
+
readonly type: "address";
|
|
5166
|
+
readonly indexed: true;
|
|
5167
|
+
readonly internalType: "address";
|
|
5168
|
+
}, {
|
|
5169
|
+
readonly name: "to";
|
|
5170
|
+
readonly type: "address";
|
|
5171
|
+
readonly indexed: true;
|
|
5172
|
+
readonly internalType: "address";
|
|
5173
|
+
}, {
|
|
5174
|
+
readonly name: "id";
|
|
5175
|
+
readonly type: "uint256";
|
|
5176
|
+
readonly indexed: false;
|
|
5177
|
+
readonly internalType: "uint256";
|
|
5178
|
+
}, {
|
|
5179
|
+
readonly name: "amount";
|
|
5180
|
+
readonly type: "uint256";
|
|
5181
|
+
readonly indexed: false;
|
|
5182
|
+
readonly internalType: "uint256";
|
|
5183
|
+
}, {
|
|
5184
|
+
readonly name: "paymentToken";
|
|
5185
|
+
readonly type: "address";
|
|
5186
|
+
readonly indexed: false;
|
|
5187
|
+
readonly internalType: "address";
|
|
5188
|
+
}, {
|
|
5189
|
+
readonly name: "price";
|
|
5190
|
+
readonly type: "uint256";
|
|
5191
|
+
readonly indexed: false;
|
|
5192
|
+
readonly internalType: "uint256";
|
|
5193
|
+
}];
|
|
5194
|
+
readonly anonymous: false;
|
|
5195
|
+
} | {
|
|
5196
|
+
readonly type: "event";
|
|
5197
|
+
readonly name: "SaleConfigured";
|
|
5198
|
+
readonly inputs: readonly [{
|
|
5199
|
+
readonly name: "token";
|
|
5200
|
+
readonly type: "address";
|
|
5201
|
+
readonly indexed: true;
|
|
5202
|
+
readonly internalType: "address";
|
|
5203
|
+
}, {
|
|
5204
|
+
readonly name: "id";
|
|
5205
|
+
readonly type: "uint256";
|
|
5206
|
+
readonly indexed: true;
|
|
5207
|
+
readonly internalType: "uint256";
|
|
5208
|
+
}, {
|
|
5209
|
+
readonly name: "paymentToken";
|
|
5210
|
+
readonly type: "address";
|
|
5211
|
+
readonly indexed: false;
|
|
5212
|
+
readonly internalType: "address";
|
|
5213
|
+
}, {
|
|
5214
|
+
readonly name: "price";
|
|
5215
|
+
readonly type: "uint256";
|
|
5216
|
+
readonly indexed: false;
|
|
5217
|
+
readonly internalType: "uint256";
|
|
5218
|
+
}, {
|
|
5219
|
+
readonly name: "allocation";
|
|
5220
|
+
readonly type: "uint256";
|
|
5221
|
+
readonly indexed: false;
|
|
5222
|
+
readonly internalType: "uint256";
|
|
5223
|
+
}];
|
|
5224
|
+
readonly anonymous: false;
|
|
5225
|
+
} | {
|
|
5226
|
+
readonly type: "error";
|
|
5227
|
+
readonly name: "AllocationBelowSold";
|
|
5228
|
+
readonly inputs: readonly [];
|
|
5229
|
+
} | {
|
|
5230
|
+
readonly type: "error";
|
|
5231
|
+
readonly name: "AllocationExhausted";
|
|
5232
|
+
readonly inputs: readonly [];
|
|
5233
|
+
} | {
|
|
5234
|
+
readonly type: "error";
|
|
5235
|
+
readonly name: "NoPrimaryPayee";
|
|
5236
|
+
readonly inputs: readonly [];
|
|
5237
|
+
} | {
|
|
5238
|
+
readonly type: "error";
|
|
5239
|
+
readonly name: "NotConfigured";
|
|
5240
|
+
readonly inputs: readonly [];
|
|
5241
|
+
} | {
|
|
5242
|
+
readonly type: "error";
|
|
5243
|
+
readonly name: "NotProjectOwner";
|
|
5244
|
+
readonly inputs: readonly [];
|
|
5245
|
+
} | {
|
|
5246
|
+
readonly type: "error";
|
|
5247
|
+
readonly name: "Reentrancy";
|
|
5248
|
+
readonly inputs: readonly [];
|
|
5249
|
+
} | {
|
|
5250
|
+
readonly type: "error";
|
|
5251
|
+
readonly name: "SaleTermsChanged";
|
|
5252
|
+
readonly inputs: readonly [];
|
|
5253
|
+
} | {
|
|
5254
|
+
readonly type: "error";
|
|
5255
|
+
readonly name: "WrongPayment";
|
|
5256
|
+
readonly inputs: readonly [];
|
|
5257
|
+
} | {
|
|
5258
|
+
readonly type: "error";
|
|
5259
|
+
readonly name: "ZeroQuantity";
|
|
5260
|
+
readonly inputs: readonly [];
|
|
5261
|
+
} | {
|
|
5262
|
+
readonly type: "function";
|
|
5263
|
+
readonly name: "contractParamKeys";
|
|
5264
|
+
readonly inputs: readonly [];
|
|
5265
|
+
readonly outputs: readonly [{
|
|
5266
|
+
readonly name: "keys";
|
|
5267
|
+
readonly type: "bytes32[]";
|
|
5268
|
+
readonly internalType: "bytes32[]";
|
|
5269
|
+
}];
|
|
5270
|
+
readonly stateMutability: "view";
|
|
5271
|
+
} | {
|
|
5272
|
+
readonly type: "function";
|
|
5273
|
+
readonly name: "contractParamKeysPaged";
|
|
5274
|
+
readonly inputs: readonly [{
|
|
5275
|
+
readonly name: "start";
|
|
5276
|
+
readonly type: "uint256";
|
|
5277
|
+
readonly internalType: "uint256";
|
|
5278
|
+
}, {
|
|
5279
|
+
readonly name: "count";
|
|
5280
|
+
readonly type: "uint256";
|
|
5281
|
+
readonly internalType: "uint256";
|
|
5282
|
+
}];
|
|
5283
|
+
readonly outputs: readonly [{
|
|
5284
|
+
readonly name: "keys";
|
|
5285
|
+
readonly type: "bytes32[]";
|
|
5286
|
+
readonly internalType: "bytes32[]";
|
|
5287
|
+
}, {
|
|
5288
|
+
readonly name: "total";
|
|
5289
|
+
readonly type: "uint256";
|
|
5290
|
+
readonly internalType: "uint256";
|
|
5291
|
+
}];
|
|
5292
|
+
readonly stateMutability: "view";
|
|
5293
|
+
} | {
|
|
5294
|
+
readonly type: "function";
|
|
5295
|
+
readonly name: "hasSchema";
|
|
5296
|
+
readonly inputs: readonly [{
|
|
5297
|
+
readonly name: "key";
|
|
5298
|
+
readonly type: "bytes32";
|
|
5299
|
+
readonly internalType: "bytes32";
|
|
5300
|
+
}];
|
|
5301
|
+
readonly outputs: readonly [{
|
|
5302
|
+
readonly name: "";
|
|
5303
|
+
readonly type: "bool";
|
|
5304
|
+
readonly internalType: "bool";
|
|
5305
|
+
}];
|
|
5306
|
+
readonly stateMutability: "view";
|
|
5307
|
+
} | {
|
|
5308
|
+
readonly type: "function";
|
|
5309
|
+
readonly name: "paramHooks";
|
|
5310
|
+
readonly inputs: readonly [];
|
|
5311
|
+
readonly outputs: readonly [{
|
|
5312
|
+
readonly name: "configureHook";
|
|
5313
|
+
readonly type: "address";
|
|
5314
|
+
readonly internalType: "address";
|
|
5315
|
+
}, {
|
|
5316
|
+
readonly name: "augmentHook";
|
|
5317
|
+
readonly type: "address";
|
|
5318
|
+
readonly internalType: "address";
|
|
5319
|
+
}, {
|
|
5320
|
+
readonly name: "transferHook";
|
|
5321
|
+
readonly type: "address";
|
|
5322
|
+
readonly internalType: "address";
|
|
5323
|
+
}];
|
|
5324
|
+
readonly stateMutability: "view";
|
|
5325
|
+
} | {
|
|
5326
|
+
readonly type: "function";
|
|
5327
|
+
readonly name: "paramSchema";
|
|
5328
|
+
readonly inputs: readonly [{
|
|
5329
|
+
readonly name: "key";
|
|
5330
|
+
readonly type: "bytes32";
|
|
5331
|
+
readonly internalType: "bytes32";
|
|
5332
|
+
}];
|
|
5333
|
+
readonly outputs: readonly [{
|
|
5334
|
+
readonly name: "exists";
|
|
5335
|
+
readonly type: "bool";
|
|
5336
|
+
readonly internalType: "bool";
|
|
5337
|
+
}, {
|
|
5338
|
+
readonly name: "paramType";
|
|
5339
|
+
readonly type: "IAbxConfigurableParams.ParamType";
|
|
5340
|
+
readonly internalType: "enum IAbxConfigurableParams.ParamType";
|
|
5341
|
+
}, {
|
|
5342
|
+
readonly name: "auth";
|
|
5343
|
+
readonly type: "IAbxConfigurableParams.AuthOption";
|
|
5344
|
+
readonly internalType: "enum IAbxConfigurableParams.AuthOption";
|
|
5345
|
+
}, {
|
|
5346
|
+
readonly name: "authAddress";
|
|
5347
|
+
readonly type: "address";
|
|
5348
|
+
readonly internalType: "address";
|
|
5349
|
+
}, {
|
|
5350
|
+
readonly name: "lockAfter";
|
|
5351
|
+
readonly type: "uint48";
|
|
5352
|
+
readonly internalType: "uint48";
|
|
5353
|
+
}, {
|
|
5354
|
+
readonly name: "min";
|
|
5355
|
+
readonly type: "bytes32";
|
|
5356
|
+
readonly internalType: "bytes32";
|
|
5357
|
+
}, {
|
|
5358
|
+
readonly name: "max";
|
|
5359
|
+
readonly type: "bytes32";
|
|
5360
|
+
readonly internalType: "bytes32";
|
|
5361
|
+
}, {
|
|
5362
|
+
readonly name: "selectOptions";
|
|
5363
|
+
readonly type: "string[]";
|
|
5364
|
+
readonly internalType: "string[]";
|
|
5365
|
+
}];
|
|
5366
|
+
readonly stateMutability: "view";
|
|
5367
|
+
} | {
|
|
5368
|
+
readonly type: "function";
|
|
5369
|
+
readonly name: "paramSchemaHead";
|
|
5370
|
+
readonly inputs: readonly [{
|
|
5371
|
+
readonly name: "key";
|
|
5372
|
+
readonly type: "bytes32";
|
|
5373
|
+
readonly internalType: "bytes32";
|
|
5374
|
+
}];
|
|
5375
|
+
readonly outputs: readonly [{
|
|
5376
|
+
readonly name: "exists";
|
|
5377
|
+
readonly type: "bool";
|
|
5378
|
+
readonly internalType: "bool";
|
|
5379
|
+
}, {
|
|
5380
|
+
readonly name: "paramType";
|
|
5381
|
+
readonly type: "IAbxConfigurableParams.ParamType";
|
|
5382
|
+
readonly internalType: "enum IAbxConfigurableParams.ParamType";
|
|
5383
|
+
}, {
|
|
5384
|
+
readonly name: "auth";
|
|
5385
|
+
readonly type: "IAbxConfigurableParams.AuthOption";
|
|
5386
|
+
readonly internalType: "enum IAbxConfigurableParams.AuthOption";
|
|
5387
|
+
}, {
|
|
5388
|
+
readonly name: "authAddress";
|
|
5389
|
+
readonly type: "address";
|
|
5390
|
+
readonly internalType: "address";
|
|
5391
|
+
}, {
|
|
5392
|
+
readonly name: "lockAfter";
|
|
5393
|
+
readonly type: "uint48";
|
|
5394
|
+
readonly internalType: "uint48";
|
|
5395
|
+
}, {
|
|
5396
|
+
readonly name: "min";
|
|
5397
|
+
readonly type: "bytes32";
|
|
5398
|
+
readonly internalType: "bytes32";
|
|
5399
|
+
}, {
|
|
5400
|
+
readonly name: "max";
|
|
5401
|
+
readonly type: "bytes32";
|
|
5402
|
+
readonly internalType: "bytes32";
|
|
5403
|
+
}, {
|
|
5404
|
+
readonly name: "selectOptionCount";
|
|
5405
|
+
readonly type: "uint256";
|
|
5406
|
+
readonly internalType: "uint256";
|
|
5407
|
+
}];
|
|
5408
|
+
readonly stateMutability: "view";
|
|
5409
|
+
} | {
|
|
5410
|
+
readonly type: "function";
|
|
5411
|
+
readonly name: "paramSchemaKeys";
|
|
5412
|
+
readonly inputs: readonly [];
|
|
5413
|
+
readonly outputs: readonly [{
|
|
5414
|
+
readonly name: "keys";
|
|
5415
|
+
readonly type: "bytes32[]";
|
|
5416
|
+
readonly internalType: "bytes32[]";
|
|
5417
|
+
}];
|
|
5418
|
+
readonly stateMutability: "view";
|
|
5419
|
+
} | {
|
|
5420
|
+
readonly type: "function";
|
|
5421
|
+
readonly name: "paramSchemaKeysPaged";
|
|
5422
|
+
readonly inputs: readonly [{
|
|
5423
|
+
readonly name: "start";
|
|
5424
|
+
readonly type: "uint256";
|
|
5425
|
+
readonly internalType: "uint256";
|
|
5426
|
+
}, {
|
|
5427
|
+
readonly name: "count";
|
|
5428
|
+
readonly type: "uint256";
|
|
5429
|
+
readonly internalType: "uint256";
|
|
5430
|
+
}];
|
|
5431
|
+
readonly outputs: readonly [{
|
|
5432
|
+
readonly name: "keys";
|
|
5433
|
+
readonly type: "bytes32[]";
|
|
5434
|
+
readonly internalType: "bytes32[]";
|
|
5435
|
+
}, {
|
|
5436
|
+
readonly name: "total";
|
|
5437
|
+
readonly type: "uint256";
|
|
5438
|
+
readonly internalType: "uint256";
|
|
5439
|
+
}];
|
|
5440
|
+
readonly stateMutability: "view";
|
|
5441
|
+
} | {
|
|
5442
|
+
readonly type: "function";
|
|
5443
|
+
readonly name: "selectOption";
|
|
5444
|
+
readonly inputs: readonly [{
|
|
5445
|
+
readonly name: "key";
|
|
5446
|
+
readonly type: "bytes32";
|
|
5447
|
+
readonly internalType: "bytes32";
|
|
5448
|
+
}, {
|
|
5449
|
+
readonly name: "index";
|
|
5450
|
+
readonly type: "uint256";
|
|
5451
|
+
readonly internalType: "uint256";
|
|
5452
|
+
}];
|
|
5453
|
+
readonly outputs: readonly [{
|
|
5454
|
+
readonly name: "";
|
|
5455
|
+
readonly type: "string";
|
|
5456
|
+
readonly internalType: "string";
|
|
5457
|
+
}];
|
|
5458
|
+
readonly stateMutability: "view";
|
|
5459
|
+
} | {
|
|
5460
|
+
readonly type: "function";
|
|
5461
|
+
readonly name: "tokenParamKeys";
|
|
5462
|
+
readonly inputs: readonly [{
|
|
5463
|
+
readonly name: "tokenId";
|
|
5464
|
+
readonly type: "uint256";
|
|
5465
|
+
readonly internalType: "uint256";
|
|
5466
|
+
}];
|
|
5467
|
+
readonly outputs: readonly [{
|
|
5468
|
+
readonly name: "keys";
|
|
5469
|
+
readonly type: "bytes32[]";
|
|
5470
|
+
readonly internalType: "bytes32[]";
|
|
5471
|
+
}];
|
|
5472
|
+
readonly stateMutability: "view";
|
|
5473
|
+
} | {
|
|
5474
|
+
readonly type: "function";
|
|
5475
|
+
readonly name: "tokenParamKeysPaged";
|
|
5476
|
+
readonly inputs: readonly [{
|
|
5477
|
+
readonly name: "tokenId";
|
|
5478
|
+
readonly type: "uint256";
|
|
5479
|
+
readonly internalType: "uint256";
|
|
5480
|
+
}, {
|
|
5481
|
+
readonly name: "start";
|
|
5482
|
+
readonly type: "uint256";
|
|
5483
|
+
readonly internalType: "uint256";
|
|
5484
|
+
}, {
|
|
5485
|
+
readonly name: "count";
|
|
5486
|
+
readonly type: "uint256";
|
|
5487
|
+
readonly internalType: "uint256";
|
|
5488
|
+
}];
|
|
5489
|
+
readonly outputs: readonly [{
|
|
5490
|
+
readonly name: "keys";
|
|
5491
|
+
readonly type: "bytes32[]";
|
|
5492
|
+
readonly internalType: "bytes32[]";
|
|
5493
|
+
}, {
|
|
5494
|
+
readonly name: "total";
|
|
5495
|
+
readonly type: "uint256";
|
|
5496
|
+
readonly internalType: "uint256";
|
|
5497
|
+
}];
|
|
5498
|
+
readonly stateMutability: "view";
|
|
5499
|
+
} | {
|
|
5500
|
+
readonly type: "error";
|
|
5501
|
+
readonly name: "EmptyParamValue";
|
|
5502
|
+
readonly inputs: readonly [];
|
|
5503
|
+
} | {
|
|
5504
|
+
readonly type: "error";
|
|
5505
|
+
readonly name: "InvalidParamKey";
|
|
5506
|
+
readonly inputs: readonly [];
|
|
5507
|
+
} | {
|
|
5508
|
+
readonly type: "error";
|
|
5509
|
+
readonly name: "InvalidParamSchema";
|
|
5510
|
+
readonly inputs: readonly [];
|
|
5511
|
+
} | {
|
|
5512
|
+
readonly type: "error";
|
|
5513
|
+
readonly name: "InvalidParamValue";
|
|
5514
|
+
readonly inputs: readonly [];
|
|
5515
|
+
} | {
|
|
5516
|
+
readonly type: "error";
|
|
5517
|
+
readonly name: "NoParamSchema";
|
|
5518
|
+
readonly inputs: readonly [];
|
|
5519
|
+
} | {
|
|
5520
|
+
readonly type: "error";
|
|
5521
|
+
readonly name: "NotParamAuthorized";
|
|
5522
|
+
readonly inputs: readonly [];
|
|
5523
|
+
} | {
|
|
5524
|
+
readonly type: "error";
|
|
5525
|
+
readonly name: "ParamHooksLocked";
|
|
5526
|
+
readonly inputs: readonly [];
|
|
5527
|
+
} | {
|
|
5528
|
+
readonly type: "error";
|
|
5529
|
+
readonly name: "ParamLockExpired";
|
|
5530
|
+
readonly inputs: readonly [];
|
|
5531
|
+
} | {
|
|
5532
|
+
readonly type: "error";
|
|
5533
|
+
readonly name: "ParamLockNotExtendable";
|
|
5534
|
+
readonly inputs: readonly [];
|
|
5535
|
+
} | {
|
|
5536
|
+
readonly type: "error";
|
|
5537
|
+
readonly name: "ParamNotSet";
|
|
5538
|
+
readonly inputs: readonly [];
|
|
5539
|
+
} | {
|
|
5540
|
+
readonly type: "error";
|
|
5541
|
+
readonly name: "WrongValuePath";
|
|
5542
|
+
readonly inputs: readonly [];
|
|
5543
|
+
} | {
|
|
5544
|
+
readonly type: "function";
|
|
5545
|
+
readonly name: "configure";
|
|
5546
|
+
readonly inputs: readonly [{
|
|
5547
|
+
readonly name: "token";
|
|
5548
|
+
readonly type: "address";
|
|
5549
|
+
readonly internalType: "address";
|
|
5550
|
+
}, {
|
|
5551
|
+
readonly name: "paymentToken";
|
|
5552
|
+
readonly type: "address";
|
|
5553
|
+
readonly internalType: "address";
|
|
5554
|
+
}, {
|
|
5555
|
+
readonly name: "price";
|
|
5556
|
+
readonly type: "uint256";
|
|
5557
|
+
readonly internalType: "uint256";
|
|
5558
|
+
}, {
|
|
5559
|
+
readonly name: "allocation";
|
|
5560
|
+
readonly type: "uint256";
|
|
5561
|
+
readonly internalType: "uint256";
|
|
5562
|
+
}];
|
|
5563
|
+
readonly outputs: readonly [];
|
|
5564
|
+
readonly stateMutability: "nonpayable";
|
|
5565
|
+
} | {
|
|
5566
|
+
readonly type: "function";
|
|
5567
|
+
readonly name: "purchase";
|
|
5568
|
+
readonly inputs: readonly [{
|
|
5569
|
+
readonly name: "token";
|
|
5570
|
+
readonly type: "address";
|
|
5571
|
+
readonly internalType: "address";
|
|
5572
|
+
}, {
|
|
5573
|
+
readonly name: "expectedPaymentToken";
|
|
5574
|
+
readonly type: "address";
|
|
5575
|
+
readonly internalType: "address";
|
|
5576
|
+
}, {
|
|
5577
|
+
readonly name: "maxPrice";
|
|
5578
|
+
readonly type: "uint256";
|
|
5579
|
+
readonly internalType: "uint256";
|
|
5580
|
+
}];
|
|
5581
|
+
readonly outputs: readonly [{
|
|
5582
|
+
readonly name: "tokenId";
|
|
5583
|
+
readonly type: "uint256";
|
|
5584
|
+
readonly internalType: "uint256";
|
|
5585
|
+
}];
|
|
5586
|
+
readonly stateMutability: "payable";
|
|
5587
|
+
} | {
|
|
5588
|
+
readonly type: "function";
|
|
5589
|
+
readonly name: "purchaseTo";
|
|
5590
|
+
readonly inputs: readonly [{
|
|
5591
|
+
readonly name: "token";
|
|
5592
|
+
readonly type: "address";
|
|
5593
|
+
readonly internalType: "address";
|
|
5594
|
+
}, {
|
|
5595
|
+
readonly name: "to";
|
|
5596
|
+
readonly type: "address";
|
|
5597
|
+
readonly internalType: "address";
|
|
5598
|
+
}, {
|
|
5599
|
+
readonly name: "expectedPaymentToken";
|
|
5600
|
+
readonly type: "address";
|
|
5601
|
+
readonly internalType: "address";
|
|
5602
|
+
}, {
|
|
5603
|
+
readonly name: "maxPrice";
|
|
5604
|
+
readonly type: "uint256";
|
|
5605
|
+
readonly internalType: "uint256";
|
|
5606
|
+
}];
|
|
5607
|
+
readonly outputs: readonly [{
|
|
5608
|
+
readonly name: "tokenId";
|
|
5609
|
+
readonly type: "uint256";
|
|
5610
|
+
readonly internalType: "uint256";
|
|
5611
|
+
}];
|
|
5612
|
+
readonly stateMutability: "payable";
|
|
5613
|
+
} | {
|
|
5614
|
+
readonly type: "function";
|
|
5615
|
+
readonly name: "sales";
|
|
5616
|
+
readonly inputs: readonly [{
|
|
5617
|
+
readonly name: "token";
|
|
5618
|
+
readonly type: "address";
|
|
5619
|
+
readonly internalType: "address";
|
|
5620
|
+
}];
|
|
5621
|
+
readonly outputs: readonly [{
|
|
5622
|
+
readonly name: "configured";
|
|
5623
|
+
readonly type: "bool";
|
|
5624
|
+
readonly internalType: "bool";
|
|
5625
|
+
}, {
|
|
5626
|
+
readonly name: "paymentToken";
|
|
5627
|
+
readonly type: "address";
|
|
5628
|
+
readonly internalType: "address";
|
|
5629
|
+
}, {
|
|
5630
|
+
readonly name: "price";
|
|
5631
|
+
readonly type: "uint256";
|
|
5632
|
+
readonly internalType: "uint256";
|
|
5633
|
+
}, {
|
|
5634
|
+
readonly name: "allocation";
|
|
5635
|
+
readonly type: "uint256";
|
|
5636
|
+
readonly internalType: "uint256";
|
|
3132
5637
|
}, {
|
|
3133
5638
|
readonly name: "sold";
|
|
3134
5639
|
readonly type: "uint256";
|
|
@@ -3195,33 +5700,5 @@ export declare const spineEventAbi: ({
|
|
|
3195
5700
|
readonly internalType: "uint256";
|
|
3196
5701
|
}];
|
|
3197
5702
|
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
5703
|
})[];
|
|
3227
5704
|
//# sourceMappingURL=index.d.ts.map
|