@artblocks/abx-sdk 0.1.0-alpha.13 → 0.1.0-alpha.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/abi/generated.d.ts +926 -249
- package/dist/abi/generated.d.ts.map +1 -1
- package/dist/abi/generated.js +41 -39
- package/dist/abi/generated.js.map +1 -1
- package/dist/abi/index.d.ts +468 -61
- package/dist/abi/index.d.ts.map +1 -1
- package/dist/abi/index.js +16 -7
- package/dist/abi/index.js.map +1 -1
- package/dist/anchors.d.ts +70 -32
- package/dist/anchors.d.ts.map +1 -1
- package/dist/anchors.js +163 -32
- package/dist/anchors.js.map +1 -1
- package/dist/create2.d.ts +78 -7
- package/dist/create2.d.ts.map +1 -1
- package/dist/create2.js +149 -20
- package/dist/create2.js.map +1 -1
- package/dist/creator-token.d.ts +71 -4
- package/dist/creator-token.d.ts.map +1 -1
- package/dist/creator-token.js +94 -4
- package/dist/creator-token.js.map +1 -1
- package/dist/deploy.d.ts +49 -23
- package/dist/deploy.d.ts.map +1 -1
- package/dist/deploy.js +156 -76
- package/dist/deploy.js.map +1 -1
- package/dist/deployments.d.ts +4 -0
- package/dist/deployments.d.ts.map +1 -1
- package/dist/deployments.js +110 -45
- package/dist/deployments.js.map +1 -1
- package/dist/errors.d.ts +19 -0
- package/dist/errors.d.ts.map +1 -1
- package/dist/errors.js +24 -0
- package/dist/errors.js.map +1 -1
- package/dist/generator-document.d.ts +3 -2
- package/dist/generator-document.d.ts.map +1 -1
- package/dist/generator-document.js +3 -2
- package/dist/generator-document.js.map +1 -1
- package/dist/generator.d.ts +43 -1
- package/dist/generator.d.ts.map +1 -1
- package/dist/generator.js +29 -0
- package/dist/generator.js.map +1 -1
- package/dist/inspect.d.ts +1 -1
- package/dist/inspect.js +2 -2
- package/dist/inspect.js.map +1 -1
- package/dist/onchain-uri.d.ts +11 -0
- package/dist/onchain-uri.d.ts.map +1 -1
- package/dist/onchain-uri.js +20 -0
- package/dist/onchain-uri.js.map +1 -1
- package/dist/ops.d.ts +210 -11
- package/dist/ops.d.ts.map +1 -1
- package/dist/ops.js +308 -34
- package/dist/ops.js.map +1 -1
- package/dist/reconstruct.d.ts +2 -0
- package/dist/reconstruct.d.ts.map +1 -1
- package/dist/reconstruct.js +39 -2
- package/dist/reconstruct.js.map +1 -1
- package/dist/service.d.ts +1 -1
- package/dist/service.js +1 -1
- package/dist/spine.d.ts +3 -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 +32 -3
- package/dist/staging.d.ts.map +1 -1
- package/dist/staging.js +85 -8
- package/dist/staging.js.map +1 -1
- package/dist/tokendata.d.ts +1 -1
- package/dist/tokendata.d.ts.map +1 -1
- package/dist/tokendata.js +21 -3
- package/dist/tokendata.js.map +1 -1
- package/dist/tokens.d.ts +29 -1
- package/dist/tokens.d.ts.map +1 -1
- package/dist/tokens.js +21 -1
- package/dist/tokens.js.map +1 -1
- package/dist/types.d.ts +34 -5
- package/dist/types.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/abi/generated.d.ts
CHANGED
|
@@ -56,7 +56,7 @@ export declare const oneOfOneImageFactoryAbi: readonly [{
|
|
|
56
56
|
}, {
|
|
57
57
|
readonly name: "tokenFields";
|
|
58
58
|
readonly type: "tuple[]";
|
|
59
|
-
readonly internalType: "struct
|
|
59
|
+
readonly internalType: "struct IAbxOnChainMetadata.FieldInput[]";
|
|
60
60
|
readonly components: readonly [{
|
|
61
61
|
readonly name: "field";
|
|
62
62
|
readonly type: "bytes32";
|
|
@@ -73,7 +73,7 @@ export declare const oneOfOneImageFactoryAbi: readonly [{
|
|
|
73
73
|
}, {
|
|
74
74
|
readonly name: "contractFields";
|
|
75
75
|
readonly type: "tuple[]";
|
|
76
|
-
readonly internalType: "struct
|
|
76
|
+
readonly internalType: "struct IAbxOnChainMetadata.FieldInput[]";
|
|
77
77
|
readonly components: readonly [{
|
|
78
78
|
readonly name: "field";
|
|
79
79
|
readonly type: "bytes32";
|
|
@@ -149,7 +149,7 @@ export declare const oneOfOneImageFactoryAbi: readonly [{
|
|
|
149
149
|
}, {
|
|
150
150
|
readonly name: "tokenFields";
|
|
151
151
|
readonly type: "tuple[]";
|
|
152
|
-
readonly internalType: "struct
|
|
152
|
+
readonly internalType: "struct IAbxOnChainMetadata.FieldInput[]";
|
|
153
153
|
readonly components: readonly [{
|
|
154
154
|
readonly name: "field";
|
|
155
155
|
readonly type: "bytes32";
|
|
@@ -166,7 +166,7 @@ export declare const oneOfOneImageFactoryAbi: readonly [{
|
|
|
166
166
|
}, {
|
|
167
167
|
readonly name: "contractFields";
|
|
168
168
|
readonly type: "tuple[]";
|
|
169
|
-
readonly internalType: "struct
|
|
169
|
+
readonly internalType: "struct IAbxOnChainMetadata.FieldInput[]";
|
|
170
170
|
readonly components: readonly [{
|
|
171
171
|
readonly name: "field";
|
|
172
172
|
readonly type: "bytes32";
|
|
@@ -502,7 +502,7 @@ export declare const oneOfOneImageAbi: readonly [{
|
|
|
502
502
|
}, {
|
|
503
503
|
readonly name: "tokenFields";
|
|
504
504
|
readonly type: "tuple[]";
|
|
505
|
-
readonly internalType: "struct
|
|
505
|
+
readonly internalType: "struct IAbxOnChainMetadata.FieldInput[]";
|
|
506
506
|
readonly components: readonly [{
|
|
507
507
|
readonly name: "field";
|
|
508
508
|
readonly type: "bytes32";
|
|
@@ -519,7 +519,7 @@ export declare const oneOfOneImageAbi: readonly [{
|
|
|
519
519
|
}, {
|
|
520
520
|
readonly name: "contractFields";
|
|
521
521
|
readonly type: "tuple[]";
|
|
522
|
-
readonly internalType: "struct
|
|
522
|
+
readonly internalType: "struct IAbxOnChainMetadata.FieldInput[]";
|
|
523
523
|
readonly components: readonly [{
|
|
524
524
|
readonly name: "field";
|
|
525
525
|
readonly type: "bytes32";
|
|
@@ -1402,6 +1402,10 @@ export declare const oneOfOneImageAbi: readonly [{
|
|
|
1402
1402
|
readonly type: "error";
|
|
1403
1403
|
readonly name: "InvalidInitialization";
|
|
1404
1404
|
readonly inputs: readonly [];
|
|
1405
|
+
}, {
|
|
1406
|
+
readonly type: "error";
|
|
1407
|
+
readonly name: "InvalidOwner";
|
|
1408
|
+
readonly inputs: readonly [];
|
|
1405
1409
|
}, {
|
|
1406
1410
|
readonly type: "error";
|
|
1407
1411
|
readonly name: "InvalidTransferValidator";
|
|
@@ -1550,7 +1554,7 @@ export declare const seriesImageFactoryAbi: readonly [{
|
|
|
1550
1554
|
}, {
|
|
1551
1555
|
readonly name: "tokenFields";
|
|
1552
1556
|
readonly type: "tuple[]";
|
|
1553
|
-
readonly internalType: "struct
|
|
1557
|
+
readonly internalType: "struct IAbxOnChainMetadata.TokenFieldInput[]";
|
|
1554
1558
|
readonly components: readonly [{
|
|
1555
1559
|
readonly name: "tokenId";
|
|
1556
1560
|
readonly type: "uint256";
|
|
@@ -1571,7 +1575,7 @@ export declare const seriesImageFactoryAbi: readonly [{
|
|
|
1571
1575
|
}, {
|
|
1572
1576
|
readonly name: "contractFields";
|
|
1573
1577
|
readonly type: "tuple[]";
|
|
1574
|
-
readonly internalType: "struct
|
|
1578
|
+
readonly internalType: "struct IAbxOnChainMetadata.FieldInput[]";
|
|
1575
1579
|
readonly components: readonly [{
|
|
1576
1580
|
readonly name: "field";
|
|
1577
1581
|
readonly type: "bytes32";
|
|
@@ -1667,7 +1671,7 @@ export declare const seriesImageFactoryAbi: readonly [{
|
|
|
1667
1671
|
}, {
|
|
1668
1672
|
readonly name: "tokenFields";
|
|
1669
1673
|
readonly type: "tuple[]";
|
|
1670
|
-
readonly internalType: "struct
|
|
1674
|
+
readonly internalType: "struct IAbxOnChainMetadata.TokenFieldInput[]";
|
|
1671
1675
|
readonly components: readonly [{
|
|
1672
1676
|
readonly name: "tokenId";
|
|
1673
1677
|
readonly type: "uint256";
|
|
@@ -1688,7 +1692,7 @@ export declare const seriesImageFactoryAbi: readonly [{
|
|
|
1688
1692
|
}, {
|
|
1689
1693
|
readonly name: "contractFields";
|
|
1690
1694
|
readonly type: "tuple[]";
|
|
1691
|
-
readonly internalType: "struct
|
|
1695
|
+
readonly internalType: "struct IAbxOnChainMetadata.FieldInput[]";
|
|
1692
1696
|
readonly components: readonly [{
|
|
1693
1697
|
readonly name: "field";
|
|
1694
1698
|
readonly type: "bytes32";
|
|
@@ -2044,7 +2048,7 @@ export declare const seriesImageAbi: readonly [{
|
|
|
2044
2048
|
}, {
|
|
2045
2049
|
readonly name: "tokenFields";
|
|
2046
2050
|
readonly type: "tuple[]";
|
|
2047
|
-
readonly internalType: "struct
|
|
2051
|
+
readonly internalType: "struct IAbxOnChainMetadata.TokenFieldInput[]";
|
|
2048
2052
|
readonly components: readonly [{
|
|
2049
2053
|
readonly name: "tokenId";
|
|
2050
2054
|
readonly type: "uint256";
|
|
@@ -2065,7 +2069,7 @@ export declare const seriesImageAbi: readonly [{
|
|
|
2065
2069
|
}, {
|
|
2066
2070
|
readonly name: "contractFields";
|
|
2067
2071
|
readonly type: "tuple[]";
|
|
2068
|
-
readonly internalType: "struct
|
|
2072
|
+
readonly internalType: "struct IAbxOnChainMetadata.FieldInput[]";
|
|
2069
2073
|
readonly components: readonly [{
|
|
2070
2074
|
readonly name: "field";
|
|
2071
2075
|
readonly type: "bytes32";
|
|
@@ -3100,6 +3104,10 @@ export declare const seriesImageAbi: readonly [{
|
|
|
3100
3104
|
readonly type: "error";
|
|
3101
3105
|
readonly name: "InvalidMaxInvocations";
|
|
3102
3106
|
readonly inputs: readonly [];
|
|
3107
|
+
}, {
|
|
3108
|
+
readonly type: "error";
|
|
3109
|
+
readonly name: "InvalidOwner";
|
|
3110
|
+
readonly inputs: readonly [];
|
|
3103
3111
|
}, {
|
|
3104
3112
|
readonly type: "error";
|
|
3105
3113
|
readonly name: "InvalidTransferValidator";
|
|
@@ -3280,7 +3288,7 @@ export declare const seriesCodeFactoryAbi: readonly [{
|
|
|
3280
3288
|
}, {
|
|
3281
3289
|
readonly name: "tokenFields";
|
|
3282
3290
|
readonly type: "tuple[]";
|
|
3283
|
-
readonly internalType: "struct
|
|
3291
|
+
readonly internalType: "struct IAbxOnChainMetadata.TokenFieldInput[]";
|
|
3284
3292
|
readonly components: readonly [{
|
|
3285
3293
|
readonly name: "tokenId";
|
|
3286
3294
|
readonly type: "uint256";
|
|
@@ -3301,7 +3309,7 @@ export declare const seriesCodeFactoryAbi: readonly [{
|
|
|
3301
3309
|
}, {
|
|
3302
3310
|
readonly name: "contractFields";
|
|
3303
3311
|
readonly type: "tuple[]";
|
|
3304
|
-
readonly internalType: "struct
|
|
3312
|
+
readonly internalType: "struct IAbxOnChainMetadata.FieldInput[]";
|
|
3305
3313
|
readonly components: readonly [{
|
|
3306
3314
|
readonly name: "field";
|
|
3307
3315
|
readonly type: "bytes32";
|
|
@@ -3405,7 +3413,7 @@ export declare const seriesCodeFactoryAbi: readonly [{
|
|
|
3405
3413
|
}, {
|
|
3406
3414
|
readonly name: "tokenFields";
|
|
3407
3415
|
readonly type: "tuple[]";
|
|
3408
|
-
readonly internalType: "struct
|
|
3416
|
+
readonly internalType: "struct IAbxOnChainMetadata.TokenFieldInput[]";
|
|
3409
3417
|
readonly components: readonly [{
|
|
3410
3418
|
readonly name: "tokenId";
|
|
3411
3419
|
readonly type: "uint256";
|
|
@@ -3426,7 +3434,7 @@ export declare const seriesCodeFactoryAbi: readonly [{
|
|
|
3426
3434
|
}, {
|
|
3427
3435
|
readonly name: "contractFields";
|
|
3428
3436
|
readonly type: "tuple[]";
|
|
3429
|
-
readonly internalType: "struct
|
|
3437
|
+
readonly internalType: "struct IAbxOnChainMetadata.FieldInput[]";
|
|
3430
3438
|
readonly components: readonly [{
|
|
3431
3439
|
readonly name: "field";
|
|
3432
3440
|
readonly type: "bytes32";
|
|
@@ -3808,16 +3816,16 @@ export declare const seriesCodeAbi: readonly [{
|
|
|
3808
3816
|
readonly type: "function";
|
|
3809
3817
|
readonly name: "dependencyByIndex";
|
|
3810
3818
|
readonly inputs: readonly [{
|
|
3811
|
-
readonly name: "
|
|
3819
|
+
readonly name: "";
|
|
3812
3820
|
readonly type: "uint256";
|
|
3813
3821
|
readonly internalType: "uint256";
|
|
3814
3822
|
}];
|
|
3815
3823
|
readonly outputs: readonly [{
|
|
3816
|
-
readonly name: "
|
|
3824
|
+
readonly name: "";
|
|
3817
3825
|
readonly type: "uint8";
|
|
3818
3826
|
readonly internalType: "enum IAbxDependencies.Resolution";
|
|
3819
3827
|
}, {
|
|
3820
|
-
readonly name: "
|
|
3828
|
+
readonly name: "";
|
|
3821
3829
|
readonly type: "bytes32";
|
|
3822
3830
|
readonly internalType: "bytes32";
|
|
3823
3831
|
}];
|
|
@@ -3976,7 +3984,7 @@ export declare const seriesCodeAbi: readonly [{
|
|
|
3976
3984
|
}, {
|
|
3977
3985
|
readonly name: "tokenFields";
|
|
3978
3986
|
readonly type: "tuple[]";
|
|
3979
|
-
readonly internalType: "struct
|
|
3987
|
+
readonly internalType: "struct IAbxOnChainMetadata.TokenFieldInput[]";
|
|
3980
3988
|
readonly components: readonly [{
|
|
3981
3989
|
readonly name: "tokenId";
|
|
3982
3990
|
readonly type: "uint256";
|
|
@@ -3997,7 +4005,7 @@ export declare const seriesCodeAbi: readonly [{
|
|
|
3997
4005
|
}, {
|
|
3998
4006
|
readonly name: "contractFields";
|
|
3999
4007
|
readonly type: "tuple[]";
|
|
4000
|
-
readonly internalType: "struct
|
|
4008
|
+
readonly internalType: "struct IAbxOnChainMetadata.FieldInput[]";
|
|
4001
4009
|
readonly components: readonly [{
|
|
4002
4010
|
readonly name: "field";
|
|
4003
4011
|
readonly type: "bytes32";
|
|
@@ -4055,6 +4063,12 @@ export declare const seriesCodeAbi: readonly [{
|
|
|
4055
4063
|
readonly inputs: readonly [];
|
|
4056
4064
|
readonly outputs: readonly [];
|
|
4057
4065
|
readonly stateMutability: "nonpayable";
|
|
4066
|
+
}, {
|
|
4067
|
+
readonly type: "function";
|
|
4068
|
+
readonly name: "lockParamHooks";
|
|
4069
|
+
readonly inputs: readonly [];
|
|
4070
|
+
readonly outputs: readonly [];
|
|
4071
|
+
readonly stateMutability: "nonpayable";
|
|
4058
4072
|
}, {
|
|
4059
4073
|
readonly type: "function";
|
|
4060
4074
|
readonly name: "lockScript";
|
|
@@ -4219,6 +4233,16 @@ export declare const seriesCodeAbi: readonly [{
|
|
|
4219
4233
|
readonly internalType: "address";
|
|
4220
4234
|
}];
|
|
4221
4235
|
readonly stateMutability: "view";
|
|
4236
|
+
}, {
|
|
4237
|
+
readonly type: "function";
|
|
4238
|
+
readonly name: "paramHooksLocked";
|
|
4239
|
+
readonly inputs: readonly [];
|
|
4240
|
+
readonly outputs: readonly [{
|
|
4241
|
+
readonly name: "";
|
|
4242
|
+
readonly type: "bool";
|
|
4243
|
+
readonly internalType: "bool";
|
|
4244
|
+
}];
|
|
4245
|
+
readonly stateMutability: "view";
|
|
4222
4246
|
}, {
|
|
4223
4247
|
readonly type: "function";
|
|
4224
4248
|
readonly name: "paramSchema";
|
|
@@ -4261,6 +4285,48 @@ export declare const seriesCodeAbi: readonly [{
|
|
|
4261
4285
|
readonly internalType: "string[]";
|
|
4262
4286
|
}];
|
|
4263
4287
|
readonly stateMutability: "view";
|
|
4288
|
+
}, {
|
|
4289
|
+
readonly type: "function";
|
|
4290
|
+
readonly name: "paramSchemaHead";
|
|
4291
|
+
readonly inputs: readonly [{
|
|
4292
|
+
readonly name: "";
|
|
4293
|
+
readonly type: "bytes32";
|
|
4294
|
+
readonly internalType: "bytes32";
|
|
4295
|
+
}];
|
|
4296
|
+
readonly outputs: readonly [{
|
|
4297
|
+
readonly name: "";
|
|
4298
|
+
readonly type: "bool";
|
|
4299
|
+
readonly internalType: "bool";
|
|
4300
|
+
}, {
|
|
4301
|
+
readonly name: "";
|
|
4302
|
+
readonly type: "uint8";
|
|
4303
|
+
readonly internalType: "enum IAbxConfigurableParams.ParamType";
|
|
4304
|
+
}, {
|
|
4305
|
+
readonly name: "";
|
|
4306
|
+
readonly type: "uint8";
|
|
4307
|
+
readonly internalType: "enum IAbxConfigurableParams.AuthOption";
|
|
4308
|
+
}, {
|
|
4309
|
+
readonly name: "";
|
|
4310
|
+
readonly type: "address";
|
|
4311
|
+
readonly internalType: "address";
|
|
4312
|
+
}, {
|
|
4313
|
+
readonly name: "";
|
|
4314
|
+
readonly type: "uint48";
|
|
4315
|
+
readonly internalType: "uint48";
|
|
4316
|
+
}, {
|
|
4317
|
+
readonly name: "";
|
|
4318
|
+
readonly type: "bytes32";
|
|
4319
|
+
readonly internalType: "bytes32";
|
|
4320
|
+
}, {
|
|
4321
|
+
readonly name: "";
|
|
4322
|
+
readonly type: "bytes32";
|
|
4323
|
+
readonly internalType: "bytes32";
|
|
4324
|
+
}, {
|
|
4325
|
+
readonly name: "";
|
|
4326
|
+
readonly type: "uint256";
|
|
4327
|
+
readonly internalType: "uint256";
|
|
4328
|
+
}];
|
|
4329
|
+
readonly stateMutability: "view";
|
|
4264
4330
|
}, {
|
|
4265
4331
|
readonly type: "function";
|
|
4266
4332
|
readonly name: "paramSchemaKeys";
|
|
@@ -4403,7 +4469,7 @@ export declare const seriesCodeAbi: readonly [{
|
|
|
4403
4469
|
readonly type: "function";
|
|
4404
4470
|
readonly name: "scriptChunk";
|
|
4405
4471
|
readonly inputs: readonly [{
|
|
4406
|
-
readonly name: "
|
|
4472
|
+
readonly name: "";
|
|
4407
4473
|
readonly type: "uint256";
|
|
4408
4474
|
readonly internalType: "uint256";
|
|
4409
4475
|
}];
|
|
@@ -4443,6 +4509,24 @@ export declare const seriesCodeAbi: readonly [{
|
|
|
4443
4509
|
readonly internalType: "address";
|
|
4444
4510
|
}];
|
|
4445
4511
|
readonly stateMutability: "view";
|
|
4512
|
+
}, {
|
|
4513
|
+
readonly type: "function";
|
|
4514
|
+
readonly name: "selectOption";
|
|
4515
|
+
readonly inputs: readonly [{
|
|
4516
|
+
readonly name: "";
|
|
4517
|
+
readonly type: "bytes32";
|
|
4518
|
+
readonly internalType: "bytes32";
|
|
4519
|
+
}, {
|
|
4520
|
+
readonly name: "";
|
|
4521
|
+
readonly type: "uint256";
|
|
4522
|
+
readonly internalType: "uint256";
|
|
4523
|
+
}];
|
|
4524
|
+
readonly outputs: readonly [{
|
|
4525
|
+
readonly name: "";
|
|
4526
|
+
readonly type: "string";
|
|
4527
|
+
readonly internalType: "string";
|
|
4528
|
+
}];
|
|
4529
|
+
readonly stateMutability: "view";
|
|
4446
4530
|
}, {
|
|
4447
4531
|
readonly type: "function";
|
|
4448
4532
|
readonly name: "setApprovalForAll";
|
|
@@ -5371,6 +5455,11 @@ export declare const seriesCodeAbi: readonly [{
|
|
|
5371
5455
|
readonly internalType: "address";
|
|
5372
5456
|
}];
|
|
5373
5457
|
readonly anonymous: false;
|
|
5458
|
+
}, {
|
|
5459
|
+
readonly type: "event";
|
|
5460
|
+
readonly name: "ParamHooksFrozen";
|
|
5461
|
+
readonly inputs: readonly [];
|
|
5462
|
+
readonly anonymous: false;
|
|
5374
5463
|
}, {
|
|
5375
5464
|
readonly type: "event";
|
|
5376
5465
|
readonly name: "ParamSchemaConfigured";
|
|
@@ -5697,6 +5786,10 @@ export declare const seriesCodeAbi: readonly [{
|
|
|
5697
5786
|
readonly type: "error";
|
|
5698
5787
|
readonly name: "InvalidMaxInvocations";
|
|
5699
5788
|
readonly inputs: readonly [];
|
|
5789
|
+
}, {
|
|
5790
|
+
readonly type: "error";
|
|
5791
|
+
readonly name: "InvalidOwner";
|
|
5792
|
+
readonly inputs: readonly [];
|
|
5700
5793
|
}, {
|
|
5701
5794
|
readonly type: "error";
|
|
5702
5795
|
readonly name: "InvalidTransferValidator";
|
|
@@ -5881,7 +5974,7 @@ export declare const oneOfOneEditionFactoryAbi: readonly [{
|
|
|
5881
5974
|
}, {
|
|
5882
5975
|
readonly name: "tokenFields";
|
|
5883
5976
|
readonly type: "tuple[]";
|
|
5884
|
-
readonly internalType: "struct
|
|
5977
|
+
readonly internalType: "struct IAbxOnChainMetadata.FieldInput[]";
|
|
5885
5978
|
readonly components: readonly [{
|
|
5886
5979
|
readonly name: "field";
|
|
5887
5980
|
readonly type: "bytes32";
|
|
@@ -5898,7 +5991,7 @@ export declare const oneOfOneEditionFactoryAbi: readonly [{
|
|
|
5898
5991
|
}, {
|
|
5899
5992
|
readonly name: "contractFields";
|
|
5900
5993
|
readonly type: "tuple[]";
|
|
5901
|
-
readonly internalType: "struct
|
|
5994
|
+
readonly internalType: "struct IAbxOnChainMetadata.FieldInput[]";
|
|
5902
5995
|
readonly components: readonly [{
|
|
5903
5996
|
readonly name: "field";
|
|
5904
5997
|
readonly type: "bytes32";
|
|
@@ -5994,7 +6087,7 @@ export declare const oneOfOneEditionFactoryAbi: readonly [{
|
|
|
5994
6087
|
}, {
|
|
5995
6088
|
readonly name: "tokenFields";
|
|
5996
6089
|
readonly type: "tuple[]";
|
|
5997
|
-
readonly internalType: "struct
|
|
6090
|
+
readonly internalType: "struct IAbxOnChainMetadata.FieldInput[]";
|
|
5998
6091
|
readonly components: readonly [{
|
|
5999
6092
|
readonly name: "field";
|
|
6000
6093
|
readonly type: "bytes32";
|
|
@@ -6011,7 +6104,7 @@ export declare const oneOfOneEditionFactoryAbi: readonly [{
|
|
|
6011
6104
|
}, {
|
|
6012
6105
|
readonly name: "contractFields";
|
|
6013
6106
|
readonly type: "tuple[]";
|
|
6014
|
-
readonly internalType: "struct
|
|
6107
|
+
readonly internalType: "struct IAbxOnChainMetadata.FieldInput[]";
|
|
6015
6108
|
readonly components: readonly [{
|
|
6016
6109
|
readonly name: "field";
|
|
6017
6110
|
readonly type: "bytes32";
|
|
@@ -6375,7 +6468,7 @@ export declare const oneOfOneEditionAbi: readonly [{
|
|
|
6375
6468
|
}, {
|
|
6376
6469
|
readonly name: "tokenFields";
|
|
6377
6470
|
readonly type: "tuple[]";
|
|
6378
|
-
readonly internalType: "struct
|
|
6471
|
+
readonly internalType: "struct IAbxOnChainMetadata.FieldInput[]";
|
|
6379
6472
|
readonly components: readonly [{
|
|
6380
6473
|
readonly name: "field";
|
|
6381
6474
|
readonly type: "bytes32";
|
|
@@ -6392,7 +6485,7 @@ export declare const oneOfOneEditionAbi: readonly [{
|
|
|
6392
6485
|
}, {
|
|
6393
6486
|
readonly name: "contractFields";
|
|
6394
6487
|
readonly type: "tuple[]";
|
|
6395
|
-
readonly internalType: "struct
|
|
6488
|
+
readonly internalType: "struct IAbxOnChainMetadata.FieldInput[]";
|
|
6396
6489
|
readonly components: readonly [{
|
|
6397
6490
|
readonly name: "field";
|
|
6398
6491
|
readonly type: "bytes32";
|
|
@@ -6992,7 +7085,7 @@ export declare const oneOfOneEditionAbi: readonly [{
|
|
|
6992
7085
|
readonly type: "function";
|
|
6993
7086
|
readonly name: "uri";
|
|
6994
7087
|
readonly inputs: readonly [{
|
|
6995
|
-
readonly name: "
|
|
7088
|
+
readonly name: "";
|
|
6996
7089
|
readonly type: "uint256";
|
|
6997
7090
|
readonly internalType: "uint256";
|
|
6998
7091
|
}];
|
|
@@ -7047,6 +7140,21 @@ export declare const oneOfOneEditionAbi: readonly [{
|
|
|
7047
7140
|
readonly internalType: "bool";
|
|
7048
7141
|
}];
|
|
7049
7142
|
readonly anonymous: false;
|
|
7143
|
+
}, {
|
|
7144
|
+
readonly type: "event";
|
|
7145
|
+
readonly name: "BatchMetadataUpdate";
|
|
7146
|
+
readonly inputs: readonly [{
|
|
7147
|
+
readonly name: "_fromTokenId";
|
|
7148
|
+
readonly type: "uint256";
|
|
7149
|
+
readonly indexed: false;
|
|
7150
|
+
readonly internalType: "uint256";
|
|
7151
|
+
}, {
|
|
7152
|
+
readonly name: "_toTokenId";
|
|
7153
|
+
readonly type: "uint256";
|
|
7154
|
+
readonly indexed: false;
|
|
7155
|
+
readonly internalType: "uint256";
|
|
7156
|
+
}];
|
|
7157
|
+
readonly anonymous: false;
|
|
7050
7158
|
}, {
|
|
7051
7159
|
readonly type: "event";
|
|
7052
7160
|
readonly name: "ContractFieldLocked";
|
|
@@ -7097,6 +7205,16 @@ export declare const oneOfOneEditionAbi: readonly [{
|
|
|
7097
7205
|
readonly name: "ContractURIUpdated";
|
|
7098
7206
|
readonly inputs: readonly [];
|
|
7099
7207
|
readonly anonymous: false;
|
|
7208
|
+
}, {
|
|
7209
|
+
readonly type: "event";
|
|
7210
|
+
readonly name: "DefaultMaxSupplySet";
|
|
7211
|
+
readonly inputs: readonly [{
|
|
7212
|
+
readonly name: "cap";
|
|
7213
|
+
readonly type: "uint256";
|
|
7214
|
+
readonly indexed: false;
|
|
7215
|
+
readonly internalType: "uint256";
|
|
7216
|
+
}];
|
|
7217
|
+
readonly anonymous: false;
|
|
7100
7218
|
}, {
|
|
7101
7219
|
readonly type: "event";
|
|
7102
7220
|
readonly name: "Initialized";
|
|
@@ -7122,6 +7240,16 @@ export declare const oneOfOneEditionAbi: readonly [{
|
|
|
7122
7240
|
readonly internalType: "uint256";
|
|
7123
7241
|
}];
|
|
7124
7242
|
readonly anonymous: false;
|
|
7243
|
+
}, {
|
|
7244
|
+
readonly type: "event";
|
|
7245
|
+
readonly name: "MetadataUpdate";
|
|
7246
|
+
readonly inputs: readonly [{
|
|
7247
|
+
readonly name: "_tokenId";
|
|
7248
|
+
readonly type: "uint256";
|
|
7249
|
+
readonly indexed: false;
|
|
7250
|
+
readonly internalType: "uint256";
|
|
7251
|
+
}];
|
|
7252
|
+
readonly anonymous: false;
|
|
7125
7253
|
}, {
|
|
7126
7254
|
readonly type: "event";
|
|
7127
7255
|
readonly name: "MinterSet";
|
|
@@ -7428,6 +7556,10 @@ export declare const oneOfOneEditionAbi: readonly [{
|
|
|
7428
7556
|
readonly type: "error";
|
|
7429
7557
|
readonly name: "InvalidInitialization";
|
|
7430
7558
|
readonly inputs: readonly [];
|
|
7559
|
+
}, {
|
|
7560
|
+
readonly type: "error";
|
|
7561
|
+
readonly name: "InvalidOwner";
|
|
7562
|
+
readonly inputs: readonly [];
|
|
7431
7563
|
}, {
|
|
7432
7564
|
readonly type: "error";
|
|
7433
7565
|
readonly name: "InvalidTokenId";
|
|
@@ -7592,7 +7724,7 @@ export declare const editionImageFactoryAbi: readonly [{
|
|
|
7592
7724
|
}, {
|
|
7593
7725
|
readonly name: "tokenFields";
|
|
7594
7726
|
readonly type: "tuple[]";
|
|
7595
|
-
readonly internalType: "struct
|
|
7727
|
+
readonly internalType: "struct IAbxOnChainMetadata.TokenFieldInput[]";
|
|
7596
7728
|
readonly components: readonly [{
|
|
7597
7729
|
readonly name: "tokenId";
|
|
7598
7730
|
readonly type: "uint256";
|
|
@@ -7613,7 +7745,7 @@ export declare const editionImageFactoryAbi: readonly [{
|
|
|
7613
7745
|
}, {
|
|
7614
7746
|
readonly name: "contractFields";
|
|
7615
7747
|
readonly type: "tuple[]";
|
|
7616
|
-
readonly internalType: "struct
|
|
7748
|
+
readonly internalType: "struct IAbxOnChainMetadata.FieldInput[]";
|
|
7617
7749
|
readonly components: readonly [{
|
|
7618
7750
|
readonly name: "field";
|
|
7619
7751
|
readonly type: "bytes32";
|
|
@@ -7717,7 +7849,7 @@ export declare const editionImageFactoryAbi: readonly [{
|
|
|
7717
7849
|
}, {
|
|
7718
7850
|
readonly name: "tokenFields";
|
|
7719
7851
|
readonly type: "tuple[]";
|
|
7720
|
-
readonly internalType: "struct
|
|
7852
|
+
readonly internalType: "struct IAbxOnChainMetadata.TokenFieldInput[]";
|
|
7721
7853
|
readonly components: readonly [{
|
|
7722
7854
|
readonly name: "tokenId";
|
|
7723
7855
|
readonly type: "uint256";
|
|
@@ -7738,7 +7870,7 @@ export declare const editionImageFactoryAbi: readonly [{
|
|
|
7738
7870
|
}, {
|
|
7739
7871
|
readonly name: "contractFields";
|
|
7740
7872
|
readonly type: "tuple[]";
|
|
7741
|
-
readonly internalType: "struct
|
|
7873
|
+
readonly internalType: "struct IAbxOnChainMetadata.FieldInput[]";
|
|
7742
7874
|
readonly components: readonly [{
|
|
7743
7875
|
readonly name: "field";
|
|
7744
7876
|
readonly type: "bytes32";
|
|
@@ -8110,7 +8242,7 @@ export declare const editionImageAbi: readonly [{
|
|
|
8110
8242
|
}, {
|
|
8111
8243
|
readonly name: "tokenFields";
|
|
8112
8244
|
readonly type: "tuple[]";
|
|
8113
|
-
readonly internalType: "struct
|
|
8245
|
+
readonly internalType: "struct IAbxOnChainMetadata.TokenFieldInput[]";
|
|
8114
8246
|
readonly components: readonly [{
|
|
8115
8247
|
readonly name: "tokenId";
|
|
8116
8248
|
readonly type: "uint256";
|
|
@@ -8131,7 +8263,7 @@ export declare const editionImageAbi: readonly [{
|
|
|
8131
8263
|
}, {
|
|
8132
8264
|
readonly name: "contractFields";
|
|
8133
8265
|
readonly type: "tuple[]";
|
|
8134
|
-
readonly internalType: "struct
|
|
8266
|
+
readonly internalType: "struct IAbxOnChainMetadata.FieldInput[]";
|
|
8135
8267
|
readonly components: readonly [{
|
|
8136
8268
|
readonly name: "field";
|
|
8137
8269
|
readonly type: "bytes32";
|
|
@@ -8751,7 +8883,7 @@ export declare const editionImageAbi: readonly [{
|
|
|
8751
8883
|
readonly type: "function";
|
|
8752
8884
|
readonly name: "uri";
|
|
8753
8885
|
readonly inputs: readonly [{
|
|
8754
|
-
readonly name: "
|
|
8886
|
+
readonly name: "";
|
|
8755
8887
|
readonly type: "uint256";
|
|
8756
8888
|
readonly internalType: "uint256";
|
|
8757
8889
|
}];
|
|
@@ -8806,6 +8938,21 @@ export declare const editionImageAbi: readonly [{
|
|
|
8806
8938
|
readonly internalType: "bool";
|
|
8807
8939
|
}];
|
|
8808
8940
|
readonly anonymous: false;
|
|
8941
|
+
}, {
|
|
8942
|
+
readonly type: "event";
|
|
8943
|
+
readonly name: "BatchMetadataUpdate";
|
|
8944
|
+
readonly inputs: readonly [{
|
|
8945
|
+
readonly name: "_fromTokenId";
|
|
8946
|
+
readonly type: "uint256";
|
|
8947
|
+
readonly indexed: false;
|
|
8948
|
+
readonly internalType: "uint256";
|
|
8949
|
+
}, {
|
|
8950
|
+
readonly name: "_toTokenId";
|
|
8951
|
+
readonly type: "uint256";
|
|
8952
|
+
readonly indexed: false;
|
|
8953
|
+
readonly internalType: "uint256";
|
|
8954
|
+
}];
|
|
8955
|
+
readonly anonymous: false;
|
|
8809
8956
|
}, {
|
|
8810
8957
|
readonly type: "event";
|
|
8811
8958
|
readonly name: "ContractFieldLocked";
|
|
@@ -8856,6 +9003,16 @@ export declare const editionImageAbi: readonly [{
|
|
|
8856
9003
|
readonly name: "ContractURIUpdated";
|
|
8857
9004
|
readonly inputs: readonly [];
|
|
8858
9005
|
readonly anonymous: false;
|
|
9006
|
+
}, {
|
|
9007
|
+
readonly type: "event";
|
|
9008
|
+
readonly name: "DefaultMaxSupplySet";
|
|
9009
|
+
readonly inputs: readonly [{
|
|
9010
|
+
readonly name: "cap";
|
|
9011
|
+
readonly type: "uint256";
|
|
9012
|
+
readonly indexed: false;
|
|
9013
|
+
readonly internalType: "uint256";
|
|
9014
|
+
}];
|
|
9015
|
+
readonly anonymous: false;
|
|
8859
9016
|
}, {
|
|
8860
9017
|
readonly type: "event";
|
|
8861
9018
|
readonly name: "Initialized";
|
|
@@ -8891,6 +9048,16 @@ export declare const editionImageAbi: readonly [{
|
|
|
8891
9048
|
readonly internalType: "uint256";
|
|
8892
9049
|
}];
|
|
8893
9050
|
readonly anonymous: false;
|
|
9051
|
+
}, {
|
|
9052
|
+
readonly type: "event";
|
|
9053
|
+
readonly name: "MetadataUpdate";
|
|
9054
|
+
readonly inputs: readonly [{
|
|
9055
|
+
readonly name: "_tokenId";
|
|
9056
|
+
readonly type: "uint256";
|
|
9057
|
+
readonly indexed: false;
|
|
9058
|
+
readonly internalType: "uint256";
|
|
9059
|
+
}];
|
|
9060
|
+
readonly anonymous: false;
|
|
8894
9061
|
}, {
|
|
8895
9062
|
readonly type: "event";
|
|
8896
9063
|
readonly name: "MinterSet";
|
|
@@ -9201,6 +9368,10 @@ export declare const editionImageAbi: readonly [{
|
|
|
9201
9368
|
readonly type: "error";
|
|
9202
9369
|
readonly name: "InvalidMaxInvocations";
|
|
9203
9370
|
readonly inputs: readonly [];
|
|
9371
|
+
}, {
|
|
9372
|
+
readonly type: "error";
|
|
9373
|
+
readonly name: "InvalidOwner";
|
|
9374
|
+
readonly inputs: readonly [];
|
|
9204
9375
|
}, {
|
|
9205
9376
|
readonly type: "error";
|
|
9206
9377
|
readonly name: "InvalidTransferValidator";
|
|
@@ -9381,7 +9552,7 @@ export declare const editionCodeFactoryAbi: readonly [{
|
|
|
9381
9552
|
}, {
|
|
9382
9553
|
readonly name: "tokenFields";
|
|
9383
9554
|
readonly type: "tuple[]";
|
|
9384
|
-
readonly internalType: "struct
|
|
9555
|
+
readonly internalType: "struct IAbxOnChainMetadata.TokenFieldInput[]";
|
|
9385
9556
|
readonly components: readonly [{
|
|
9386
9557
|
readonly name: "tokenId";
|
|
9387
9558
|
readonly type: "uint256";
|
|
@@ -9402,7 +9573,7 @@ export declare const editionCodeFactoryAbi: readonly [{
|
|
|
9402
9573
|
}, {
|
|
9403
9574
|
readonly name: "contractFields";
|
|
9404
9575
|
readonly type: "tuple[]";
|
|
9405
|
-
readonly internalType: "struct
|
|
9576
|
+
readonly internalType: "struct IAbxOnChainMetadata.FieldInput[]";
|
|
9406
9577
|
readonly components: readonly [{
|
|
9407
9578
|
readonly name: "field";
|
|
9408
9579
|
readonly type: "bytes32";
|
|
@@ -9510,7 +9681,7 @@ export declare const editionCodeFactoryAbi: readonly [{
|
|
|
9510
9681
|
}, {
|
|
9511
9682
|
readonly name: "tokenFields";
|
|
9512
9683
|
readonly type: "tuple[]";
|
|
9513
|
-
readonly internalType: "struct
|
|
9684
|
+
readonly internalType: "struct IAbxOnChainMetadata.TokenFieldInput[]";
|
|
9514
9685
|
readonly components: readonly [{
|
|
9515
9686
|
readonly name: "tokenId";
|
|
9516
9687
|
readonly type: "uint256";
|
|
@@ -9531,7 +9702,7 @@ export declare const editionCodeFactoryAbi: readonly [{
|
|
|
9531
9702
|
}, {
|
|
9532
9703
|
readonly name: "contractFields";
|
|
9533
9704
|
readonly type: "tuple[]";
|
|
9534
|
-
readonly internalType: "struct
|
|
9705
|
+
readonly internalType: "struct IAbxOnChainMetadata.FieldInput[]";
|
|
9535
9706
|
readonly components: readonly [{
|
|
9536
9707
|
readonly name: "field";
|
|
9537
9708
|
readonly type: "bytes32";
|
|
@@ -9921,16 +10092,16 @@ export declare const editionCodeAbi: readonly [{
|
|
|
9921
10092
|
readonly type: "function";
|
|
9922
10093
|
readonly name: "dependencyByIndex";
|
|
9923
10094
|
readonly inputs: readonly [{
|
|
9924
|
-
readonly name: "
|
|
10095
|
+
readonly name: "";
|
|
9925
10096
|
readonly type: "uint256";
|
|
9926
10097
|
readonly internalType: "uint256";
|
|
9927
10098
|
}];
|
|
9928
10099
|
readonly outputs: readonly [{
|
|
9929
|
-
readonly name: "
|
|
10100
|
+
readonly name: "";
|
|
9930
10101
|
readonly type: "uint8";
|
|
9931
10102
|
readonly internalType: "enum IAbxDependencies.Resolution";
|
|
9932
10103
|
}, {
|
|
9933
|
-
readonly name: "
|
|
10104
|
+
readonly name: "";
|
|
9934
10105
|
readonly type: "bytes32";
|
|
9935
10106
|
readonly internalType: "bytes32";
|
|
9936
10107
|
}];
|
|
@@ -10093,7 +10264,7 @@ export declare const editionCodeAbi: readonly [{
|
|
|
10093
10264
|
}, {
|
|
10094
10265
|
readonly name: "tokenFields";
|
|
10095
10266
|
readonly type: "tuple[]";
|
|
10096
|
-
readonly internalType: "struct
|
|
10267
|
+
readonly internalType: "struct IAbxOnChainMetadata.TokenFieldInput[]";
|
|
10097
10268
|
readonly components: readonly [{
|
|
10098
10269
|
readonly name: "tokenId";
|
|
10099
10270
|
readonly type: "uint256";
|
|
@@ -10114,7 +10285,7 @@ export declare const editionCodeAbi: readonly [{
|
|
|
10114
10285
|
}, {
|
|
10115
10286
|
readonly name: "contractFields";
|
|
10116
10287
|
readonly type: "tuple[]";
|
|
10117
|
-
readonly internalType: "struct
|
|
10288
|
+
readonly internalType: "struct IAbxOnChainMetadata.FieldInput[]";
|
|
10118
10289
|
readonly components: readonly [{
|
|
10119
10290
|
readonly name: "field";
|
|
10120
10291
|
readonly type: "bytes32";
|
|
@@ -10172,6 +10343,12 @@ export declare const editionCodeAbi: readonly [{
|
|
|
10172
10343
|
readonly inputs: readonly [];
|
|
10173
10344
|
readonly outputs: readonly [];
|
|
10174
10345
|
readonly stateMutability: "nonpayable";
|
|
10346
|
+
}, {
|
|
10347
|
+
readonly type: "function";
|
|
10348
|
+
readonly name: "lockParamHooks";
|
|
10349
|
+
readonly inputs: readonly [];
|
|
10350
|
+
readonly outputs: readonly [];
|
|
10351
|
+
readonly stateMutability: "nonpayable";
|
|
10175
10352
|
}, {
|
|
10176
10353
|
readonly type: "function";
|
|
10177
10354
|
readonly name: "lockScript";
|
|
@@ -10316,6 +10493,16 @@ export declare const editionCodeAbi: readonly [{
|
|
|
10316
10493
|
readonly internalType: "address";
|
|
10317
10494
|
}];
|
|
10318
10495
|
readonly stateMutability: "view";
|
|
10496
|
+
}, {
|
|
10497
|
+
readonly type: "function";
|
|
10498
|
+
readonly name: "paramHooksLocked";
|
|
10499
|
+
readonly inputs: readonly [];
|
|
10500
|
+
readonly outputs: readonly [{
|
|
10501
|
+
readonly name: "";
|
|
10502
|
+
readonly type: "bool";
|
|
10503
|
+
readonly internalType: "bool";
|
|
10504
|
+
}];
|
|
10505
|
+
readonly stateMutability: "view";
|
|
10319
10506
|
}, {
|
|
10320
10507
|
readonly type: "function";
|
|
10321
10508
|
readonly name: "paramSchema";
|
|
@@ -10358,6 +10545,48 @@ export declare const editionCodeAbi: readonly [{
|
|
|
10358
10545
|
readonly internalType: "string[]";
|
|
10359
10546
|
}];
|
|
10360
10547
|
readonly stateMutability: "view";
|
|
10548
|
+
}, {
|
|
10549
|
+
readonly type: "function";
|
|
10550
|
+
readonly name: "paramSchemaHead";
|
|
10551
|
+
readonly inputs: readonly [{
|
|
10552
|
+
readonly name: "";
|
|
10553
|
+
readonly type: "bytes32";
|
|
10554
|
+
readonly internalType: "bytes32";
|
|
10555
|
+
}];
|
|
10556
|
+
readonly outputs: readonly [{
|
|
10557
|
+
readonly name: "";
|
|
10558
|
+
readonly type: "bool";
|
|
10559
|
+
readonly internalType: "bool";
|
|
10560
|
+
}, {
|
|
10561
|
+
readonly name: "";
|
|
10562
|
+
readonly type: "uint8";
|
|
10563
|
+
readonly internalType: "enum IAbxConfigurableParams.ParamType";
|
|
10564
|
+
}, {
|
|
10565
|
+
readonly name: "";
|
|
10566
|
+
readonly type: "uint8";
|
|
10567
|
+
readonly internalType: "enum IAbxConfigurableParams.AuthOption";
|
|
10568
|
+
}, {
|
|
10569
|
+
readonly name: "";
|
|
10570
|
+
readonly type: "address";
|
|
10571
|
+
readonly internalType: "address";
|
|
10572
|
+
}, {
|
|
10573
|
+
readonly name: "";
|
|
10574
|
+
readonly type: "uint48";
|
|
10575
|
+
readonly internalType: "uint48";
|
|
10576
|
+
}, {
|
|
10577
|
+
readonly name: "";
|
|
10578
|
+
readonly type: "bytes32";
|
|
10579
|
+
readonly internalType: "bytes32";
|
|
10580
|
+
}, {
|
|
10581
|
+
readonly name: "";
|
|
10582
|
+
readonly type: "bytes32";
|
|
10583
|
+
readonly internalType: "bytes32";
|
|
10584
|
+
}, {
|
|
10585
|
+
readonly name: "";
|
|
10586
|
+
readonly type: "uint256";
|
|
10587
|
+
readonly internalType: "uint256";
|
|
10588
|
+
}];
|
|
10589
|
+
readonly stateMutability: "view";
|
|
10361
10590
|
}, {
|
|
10362
10591
|
readonly type: "function";
|
|
10363
10592
|
readonly name: "paramSchemaKeys";
|
|
@@ -10522,7 +10751,7 @@ export declare const editionCodeAbi: readonly [{
|
|
|
10522
10751
|
readonly type: "function";
|
|
10523
10752
|
readonly name: "scriptChunk";
|
|
10524
10753
|
readonly inputs: readonly [{
|
|
10525
|
-
readonly name: "
|
|
10754
|
+
readonly name: "";
|
|
10526
10755
|
readonly type: "uint256";
|
|
10527
10756
|
readonly internalType: "uint256";
|
|
10528
10757
|
}];
|
|
@@ -10562,6 +10791,24 @@ export declare const editionCodeAbi: readonly [{
|
|
|
10562
10791
|
readonly internalType: "address";
|
|
10563
10792
|
}];
|
|
10564
10793
|
readonly stateMutability: "view";
|
|
10794
|
+
}, {
|
|
10795
|
+
readonly type: "function";
|
|
10796
|
+
readonly name: "selectOption";
|
|
10797
|
+
readonly inputs: readonly [{
|
|
10798
|
+
readonly name: "";
|
|
10799
|
+
readonly type: "bytes32";
|
|
10800
|
+
readonly internalType: "bytes32";
|
|
10801
|
+
}, {
|
|
10802
|
+
readonly name: "";
|
|
10803
|
+
readonly type: "uint256";
|
|
10804
|
+
readonly internalType: "uint256";
|
|
10805
|
+
}];
|
|
10806
|
+
readonly outputs: readonly [{
|
|
10807
|
+
readonly name: "";
|
|
10808
|
+
readonly type: "string";
|
|
10809
|
+
readonly internalType: "string";
|
|
10810
|
+
}];
|
|
10811
|
+
readonly stateMutability: "view";
|
|
10565
10812
|
}, {
|
|
10566
10813
|
readonly type: "function";
|
|
10567
10814
|
readonly name: "setApprovalForAll";
|
|
@@ -11217,11 +11464,26 @@ export declare const editionCodeAbi: readonly [{
|
|
|
11217
11464
|
readonly anonymous: false;
|
|
11218
11465
|
}, {
|
|
11219
11466
|
readonly type: "event";
|
|
11220
|
-
readonly name: "
|
|
11467
|
+
readonly name: "BatchMetadataUpdate";
|
|
11221
11468
|
readonly inputs: readonly [{
|
|
11222
|
-
readonly name: "
|
|
11223
|
-
readonly type: "
|
|
11224
|
-
readonly indexed:
|
|
11469
|
+
readonly name: "_fromTokenId";
|
|
11470
|
+
readonly type: "uint256";
|
|
11471
|
+
readonly indexed: false;
|
|
11472
|
+
readonly internalType: "uint256";
|
|
11473
|
+
}, {
|
|
11474
|
+
readonly name: "_toTokenId";
|
|
11475
|
+
readonly type: "uint256";
|
|
11476
|
+
readonly indexed: false;
|
|
11477
|
+
readonly internalType: "uint256";
|
|
11478
|
+
}];
|
|
11479
|
+
readonly anonymous: false;
|
|
11480
|
+
}, {
|
|
11481
|
+
readonly type: "event";
|
|
11482
|
+
readonly name: "ContractFieldLocked";
|
|
11483
|
+
readonly inputs: readonly [{
|
|
11484
|
+
readonly name: "field";
|
|
11485
|
+
readonly type: "bytes32";
|
|
11486
|
+
readonly indexed: true;
|
|
11225
11487
|
readonly internalType: "bytes32";
|
|
11226
11488
|
}];
|
|
11227
11489
|
readonly anonymous: false;
|
|
@@ -11305,6 +11567,16 @@ export declare const editionCodeAbi: readonly [{
|
|
|
11305
11567
|
readonly name: "ContractURIUpdated";
|
|
11306
11568
|
readonly inputs: readonly [];
|
|
11307
11569
|
readonly anonymous: false;
|
|
11570
|
+
}, {
|
|
11571
|
+
readonly type: "event";
|
|
11572
|
+
readonly name: "DefaultMaxSupplySet";
|
|
11573
|
+
readonly inputs: readonly [{
|
|
11574
|
+
readonly name: "cap";
|
|
11575
|
+
readonly type: "uint256";
|
|
11576
|
+
readonly indexed: false;
|
|
11577
|
+
readonly internalType: "uint256";
|
|
11578
|
+
}];
|
|
11579
|
+
readonly anonymous: false;
|
|
11308
11580
|
}, {
|
|
11309
11581
|
readonly type: "event";
|
|
11310
11582
|
readonly name: "DelegateRegistrySet";
|
|
@@ -11415,6 +11687,16 @@ export declare const editionCodeAbi: readonly [{
|
|
|
11415
11687
|
readonly internalType: "uint256";
|
|
11416
11688
|
}];
|
|
11417
11689
|
readonly anonymous: false;
|
|
11690
|
+
}, {
|
|
11691
|
+
readonly type: "event";
|
|
11692
|
+
readonly name: "MetadataUpdate";
|
|
11693
|
+
readonly inputs: readonly [{
|
|
11694
|
+
readonly name: "_tokenId";
|
|
11695
|
+
readonly type: "uint256";
|
|
11696
|
+
readonly indexed: false;
|
|
11697
|
+
readonly internalType: "uint256";
|
|
11698
|
+
}];
|
|
11699
|
+
readonly anonymous: false;
|
|
11418
11700
|
}, {
|
|
11419
11701
|
readonly type: "event";
|
|
11420
11702
|
readonly name: "MinterSet";
|
|
@@ -11460,6 +11742,11 @@ export declare const editionCodeAbi: readonly [{
|
|
|
11460
11742
|
readonly internalType: "address";
|
|
11461
11743
|
}];
|
|
11462
11744
|
readonly anonymous: false;
|
|
11745
|
+
}, {
|
|
11746
|
+
readonly type: "event";
|
|
11747
|
+
readonly name: "ParamHooksFrozen";
|
|
11748
|
+
readonly inputs: readonly [];
|
|
11749
|
+
readonly anonymous: false;
|
|
11463
11750
|
}, {
|
|
11464
11751
|
readonly type: "event";
|
|
11465
11752
|
readonly name: "ParamSchemaConfigured";
|
|
@@ -11849,6 +12136,10 @@ export declare const editionCodeAbi: readonly [{
|
|
|
11849
12136
|
readonly type: "error";
|
|
11850
12137
|
readonly name: "InvalidMaxInvocations";
|
|
11851
12138
|
readonly inputs: readonly [];
|
|
12139
|
+
}, {
|
|
12140
|
+
readonly type: "error";
|
|
12141
|
+
readonly name: "InvalidOwner";
|
|
12142
|
+
readonly inputs: readonly [];
|
|
11852
12143
|
}, {
|
|
11853
12144
|
readonly type: "error";
|
|
11854
12145
|
readonly name: "InvalidTransferValidator";
|
|
@@ -11979,6 +12270,46 @@ export declare const abxEditionLibAbi: readonly [{
|
|
|
11979
12270
|
readonly internalType: "string";
|
|
11980
12271
|
}];
|
|
11981
12272
|
readonly stateMutability: "view";
|
|
12273
|
+
}, {
|
|
12274
|
+
readonly type: "event";
|
|
12275
|
+
readonly name: "AbxExtensionVersionSet";
|
|
12276
|
+
readonly inputs: readonly [{
|
|
12277
|
+
readonly name: "extensionId";
|
|
12278
|
+
readonly type: "bytes32";
|
|
12279
|
+
readonly indexed: true;
|
|
12280
|
+
readonly internalType: "bytes32";
|
|
12281
|
+
}, {
|
|
12282
|
+
readonly name: "version";
|
|
12283
|
+
readonly type: "uint16";
|
|
12284
|
+
readonly indexed: false;
|
|
12285
|
+
readonly internalType: "uint16";
|
|
12286
|
+
}];
|
|
12287
|
+
readonly anonymous: false;
|
|
12288
|
+
}, {
|
|
12289
|
+
readonly type: "event";
|
|
12290
|
+
readonly name: "BatchMetadataUpdate";
|
|
12291
|
+
readonly inputs: readonly [{
|
|
12292
|
+
readonly name: "_fromTokenId";
|
|
12293
|
+
readonly type: "uint256";
|
|
12294
|
+
readonly indexed: false;
|
|
12295
|
+
readonly internalType: "uint256";
|
|
12296
|
+
}, {
|
|
12297
|
+
readonly name: "_toTokenId";
|
|
12298
|
+
readonly type: "uint256";
|
|
12299
|
+
readonly indexed: false;
|
|
12300
|
+
readonly internalType: "uint256";
|
|
12301
|
+
}];
|
|
12302
|
+
readonly anonymous: false;
|
|
12303
|
+
}, {
|
|
12304
|
+
readonly type: "event";
|
|
12305
|
+
readonly name: "DefaultMaxSupplySet";
|
|
12306
|
+
readonly inputs: readonly [{
|
|
12307
|
+
readonly name: "cap";
|
|
12308
|
+
readonly type: "uint256";
|
|
12309
|
+
readonly indexed: false;
|
|
12310
|
+
readonly internalType: "uint256";
|
|
12311
|
+
}];
|
|
12312
|
+
readonly anonymous: false;
|
|
11982
12313
|
}, {
|
|
11983
12314
|
readonly type: "event";
|
|
11984
12315
|
readonly name: "MaxSupplyUpdated";
|
|
@@ -11994,6 +12325,16 @@ export declare const abxEditionLibAbi: readonly [{
|
|
|
11994
12325
|
readonly internalType: "uint256";
|
|
11995
12326
|
}];
|
|
11996
12327
|
readonly anonymous: false;
|
|
12328
|
+
}, {
|
|
12329
|
+
readonly type: "event";
|
|
12330
|
+
readonly name: "MetadataUpdate";
|
|
12331
|
+
readonly inputs: readonly [{
|
|
12332
|
+
readonly name: "_tokenId";
|
|
12333
|
+
readonly type: "uint256";
|
|
12334
|
+
readonly indexed: false;
|
|
12335
|
+
readonly internalType: "uint256";
|
|
12336
|
+
}];
|
|
12337
|
+
readonly anonymous: false;
|
|
11997
12338
|
}, {
|
|
11998
12339
|
readonly type: "event";
|
|
11999
12340
|
readonly name: "TokenURIBaseSet";
|
|
@@ -12090,141 +12431,88 @@ export declare const abxEditionLibAbi: readonly [{
|
|
|
12090
12431
|
readonly inputs: readonly [];
|
|
12091
12432
|
}];
|
|
12092
12433
|
export declare const abxEditionLibBytecode: `0x${string}`;
|
|
12093
|
-
export declare const
|
|
12434
|
+
export declare const abxMetadataLibAbi: readonly [{
|
|
12094
12435
|
readonly type: "function";
|
|
12095
|
-
readonly name: "
|
|
12436
|
+
readonly name: "contractField";
|
|
12096
12437
|
readonly inputs: readonly [{
|
|
12097
|
-
readonly name: "
|
|
12098
|
-
readonly type: "
|
|
12099
|
-
readonly internalType: "
|
|
12100
|
-
}
|
|
12101
|
-
|
|
12102
|
-
readonly
|
|
12103
|
-
readonly
|
|
12104
|
-
|
|
12105
|
-
readonly name: "paymentToken";
|
|
12106
|
-
readonly type: "address";
|
|
12107
|
-
readonly internalType: "address";
|
|
12108
|
-
}, {
|
|
12109
|
-
readonly name: "price";
|
|
12110
|
-
readonly type: "uint256";
|
|
12111
|
-
readonly internalType: "uint256";
|
|
12438
|
+
readonly name: "field";
|
|
12439
|
+
readonly type: "bytes32";
|
|
12440
|
+
readonly internalType: "bytes32";
|
|
12441
|
+
}];
|
|
12442
|
+
readonly outputs: readonly [{
|
|
12443
|
+
readonly name: "representation";
|
|
12444
|
+
readonly type: "bytes32";
|
|
12445
|
+
readonly internalType: "bytes32";
|
|
12112
12446
|
}, {
|
|
12113
|
-
readonly name: "
|
|
12114
|
-
readonly type: "
|
|
12115
|
-
readonly internalType: "
|
|
12447
|
+
readonly name: "value";
|
|
12448
|
+
readonly type: "bytes";
|
|
12449
|
+
readonly internalType: "bytes";
|
|
12116
12450
|
}];
|
|
12117
|
-
readonly
|
|
12118
|
-
readonly stateMutability: "nonpayable";
|
|
12451
|
+
readonly stateMutability: "view";
|
|
12119
12452
|
}, {
|
|
12120
12453
|
readonly type: "function";
|
|
12121
|
-
readonly name: "
|
|
12454
|
+
readonly name: "contractFieldLocked";
|
|
12122
12455
|
readonly inputs: readonly [{
|
|
12123
|
-
readonly name: "
|
|
12124
|
-
readonly type: "
|
|
12125
|
-
readonly internalType: "
|
|
12126
|
-
}, {
|
|
12127
|
-
readonly name: "id";
|
|
12128
|
-
readonly type: "uint256";
|
|
12129
|
-
readonly internalType: "uint256";
|
|
12130
|
-
}, {
|
|
12131
|
-
readonly name: "qty";
|
|
12132
|
-
readonly type: "uint256";
|
|
12133
|
-
readonly internalType: "uint256";
|
|
12456
|
+
readonly name: "field";
|
|
12457
|
+
readonly type: "bytes32";
|
|
12458
|
+
readonly internalType: "bytes32";
|
|
12134
12459
|
}];
|
|
12135
|
-
readonly outputs: readonly [
|
|
12136
|
-
|
|
12460
|
+
readonly outputs: readonly [{
|
|
12461
|
+
readonly name: "";
|
|
12462
|
+
readonly type: "bool";
|
|
12463
|
+
readonly internalType: "bool";
|
|
12464
|
+
}];
|
|
12465
|
+
readonly stateMutability: "view";
|
|
12137
12466
|
}, {
|
|
12138
12467
|
readonly type: "function";
|
|
12139
|
-
readonly name: "
|
|
12468
|
+
readonly name: "tokenField";
|
|
12140
12469
|
readonly inputs: readonly [{
|
|
12141
|
-
readonly name: "
|
|
12142
|
-
readonly type: "address";
|
|
12143
|
-
readonly internalType: "address";
|
|
12144
|
-
}, {
|
|
12145
|
-
readonly name: "id";
|
|
12470
|
+
readonly name: "tokenId";
|
|
12146
12471
|
readonly type: "uint256";
|
|
12147
12472
|
readonly internalType: "uint256";
|
|
12148
12473
|
}, {
|
|
12149
|
-
readonly name: "
|
|
12150
|
-
readonly type: "
|
|
12151
|
-
readonly internalType: "
|
|
12474
|
+
readonly name: "field";
|
|
12475
|
+
readonly type: "bytes32";
|
|
12476
|
+
readonly internalType: "bytes32";
|
|
12477
|
+
}];
|
|
12478
|
+
readonly outputs: readonly [{
|
|
12479
|
+
readonly name: "representation";
|
|
12480
|
+
readonly type: "bytes32";
|
|
12481
|
+
readonly internalType: "bytes32";
|
|
12152
12482
|
}, {
|
|
12153
|
-
readonly name: "
|
|
12154
|
-
readonly type: "
|
|
12155
|
-
readonly internalType: "
|
|
12483
|
+
readonly name: "value";
|
|
12484
|
+
readonly type: "bytes";
|
|
12485
|
+
readonly internalType: "bytes";
|
|
12156
12486
|
}];
|
|
12157
|
-
readonly
|
|
12158
|
-
readonly stateMutability: "payable";
|
|
12487
|
+
readonly stateMutability: "view";
|
|
12159
12488
|
}, {
|
|
12160
12489
|
readonly type: "function";
|
|
12161
|
-
readonly name: "
|
|
12490
|
+
readonly name: "tokenFieldLocked";
|
|
12162
12491
|
readonly inputs: readonly [{
|
|
12163
|
-
readonly name: "
|
|
12164
|
-
readonly type: "address";
|
|
12165
|
-
readonly internalType: "address";
|
|
12166
|
-
}, {
|
|
12167
|
-
readonly name: "id";
|
|
12492
|
+
readonly name: "tokenId";
|
|
12168
12493
|
readonly type: "uint256";
|
|
12169
12494
|
readonly internalType: "uint256";
|
|
12495
|
+
}, {
|
|
12496
|
+
readonly name: "field";
|
|
12497
|
+
readonly type: "bytes32";
|
|
12498
|
+
readonly internalType: "bytes32";
|
|
12170
12499
|
}];
|
|
12171
12500
|
readonly outputs: readonly [{
|
|
12172
|
-
readonly name: "
|
|
12501
|
+
readonly name: "";
|
|
12173
12502
|
readonly type: "bool";
|
|
12174
12503
|
readonly internalType: "bool";
|
|
12175
|
-
}, {
|
|
12176
|
-
readonly name: "paymentToken";
|
|
12177
|
-
readonly type: "address";
|
|
12178
|
-
readonly internalType: "address";
|
|
12179
|
-
}, {
|
|
12180
|
-
readonly name: "price";
|
|
12181
|
-
readonly type: "uint256";
|
|
12182
|
-
readonly internalType: "uint256";
|
|
12183
|
-
}, {
|
|
12184
|
-
readonly name: "allocation";
|
|
12185
|
-
readonly type: "uint256";
|
|
12186
|
-
readonly internalType: "uint256";
|
|
12187
|
-
}, {
|
|
12188
|
-
readonly name: "sold";
|
|
12189
|
-
readonly type: "uint256";
|
|
12190
|
-
readonly internalType: "uint256";
|
|
12191
12504
|
}];
|
|
12192
12505
|
readonly stateMutability: "view";
|
|
12193
12506
|
}, {
|
|
12194
12507
|
readonly type: "event";
|
|
12195
|
-
readonly name: "
|
|
12508
|
+
readonly name: "BatchMetadataUpdate";
|
|
12196
12509
|
readonly inputs: readonly [{
|
|
12197
|
-
readonly name: "
|
|
12198
|
-
readonly type: "address";
|
|
12199
|
-
readonly indexed: true;
|
|
12200
|
-
readonly internalType: "address";
|
|
12201
|
-
}, {
|
|
12202
|
-
readonly name: "buyer";
|
|
12203
|
-
readonly type: "address";
|
|
12204
|
-
readonly indexed: true;
|
|
12205
|
-
readonly internalType: "address";
|
|
12206
|
-
}, {
|
|
12207
|
-
readonly name: "to";
|
|
12208
|
-
readonly type: "address";
|
|
12209
|
-
readonly indexed: true;
|
|
12210
|
-
readonly internalType: "address";
|
|
12211
|
-
}, {
|
|
12212
|
-
readonly name: "id";
|
|
12213
|
-
readonly type: "uint256";
|
|
12214
|
-
readonly indexed: false;
|
|
12215
|
-
readonly internalType: "uint256";
|
|
12216
|
-
}, {
|
|
12217
|
-
readonly name: "amount";
|
|
12510
|
+
readonly name: "_fromTokenId";
|
|
12218
12511
|
readonly type: "uint256";
|
|
12219
12512
|
readonly indexed: false;
|
|
12220
12513
|
readonly internalType: "uint256";
|
|
12221
12514
|
}, {
|
|
12222
|
-
readonly name: "
|
|
12223
|
-
readonly type: "address";
|
|
12224
|
-
readonly indexed: false;
|
|
12225
|
-
readonly internalType: "address";
|
|
12226
|
-
}, {
|
|
12227
|
-
readonly name: "price";
|
|
12515
|
+
readonly name: "_toTokenId";
|
|
12228
12516
|
readonly type: "uint256";
|
|
12229
12517
|
readonly indexed: false;
|
|
12230
12518
|
readonly internalType: "uint256";
|
|
@@ -12232,20 +12520,271 @@ export declare const abxFixedPriceMinter1155Abi: readonly [{
|
|
|
12232
12520
|
readonly anonymous: false;
|
|
12233
12521
|
}, {
|
|
12234
12522
|
readonly type: "event";
|
|
12235
|
-
readonly name: "
|
|
12523
|
+
readonly name: "ContractFieldLocked";
|
|
12236
12524
|
readonly inputs: readonly [{
|
|
12237
|
-
readonly name: "
|
|
12238
|
-
readonly type: "
|
|
12239
|
-
readonly indexed: true;
|
|
12240
|
-
readonly internalType: "address";
|
|
12241
|
-
}, {
|
|
12242
|
-
readonly name: "id";
|
|
12243
|
-
readonly type: "uint256";
|
|
12525
|
+
readonly name: "field";
|
|
12526
|
+
readonly type: "bytes32";
|
|
12244
12527
|
readonly indexed: true;
|
|
12245
|
-
readonly internalType: "
|
|
12246
|
-
}
|
|
12247
|
-
|
|
12248
|
-
|
|
12528
|
+
readonly internalType: "bytes32";
|
|
12529
|
+
}];
|
|
12530
|
+
readonly anonymous: false;
|
|
12531
|
+
}, {
|
|
12532
|
+
readonly type: "event";
|
|
12533
|
+
readonly name: "ContractFieldSet";
|
|
12534
|
+
readonly inputs: readonly [{
|
|
12535
|
+
readonly name: "field";
|
|
12536
|
+
readonly type: "bytes32";
|
|
12537
|
+
readonly indexed: true;
|
|
12538
|
+
readonly internalType: "bytes32";
|
|
12539
|
+
}, {
|
|
12540
|
+
readonly name: "representation";
|
|
12541
|
+
readonly type: "bytes32";
|
|
12542
|
+
readonly indexed: false;
|
|
12543
|
+
readonly internalType: "bytes32";
|
|
12544
|
+
}, {
|
|
12545
|
+
readonly name: "value";
|
|
12546
|
+
readonly type: "bytes";
|
|
12547
|
+
readonly indexed: false;
|
|
12548
|
+
readonly internalType: "bytes";
|
|
12549
|
+
}];
|
|
12550
|
+
readonly anonymous: false;
|
|
12551
|
+
}, {
|
|
12552
|
+
readonly type: "event";
|
|
12553
|
+
readonly name: "ContractURIUpdated";
|
|
12554
|
+
readonly inputs: readonly [];
|
|
12555
|
+
readonly anonymous: false;
|
|
12556
|
+
}, {
|
|
12557
|
+
readonly type: "event";
|
|
12558
|
+
readonly name: "MetadataUpdate";
|
|
12559
|
+
readonly inputs: readonly [{
|
|
12560
|
+
readonly name: "_tokenId";
|
|
12561
|
+
readonly type: "uint256";
|
|
12562
|
+
readonly indexed: false;
|
|
12563
|
+
readonly internalType: "uint256";
|
|
12564
|
+
}];
|
|
12565
|
+
readonly anonymous: false;
|
|
12566
|
+
}, {
|
|
12567
|
+
readonly type: "event";
|
|
12568
|
+
readonly name: "TokenFieldLocked";
|
|
12569
|
+
readonly inputs: readonly [{
|
|
12570
|
+
readonly name: "tokenId";
|
|
12571
|
+
readonly type: "uint256";
|
|
12572
|
+
readonly indexed: true;
|
|
12573
|
+
readonly internalType: "uint256";
|
|
12574
|
+
}, {
|
|
12575
|
+
readonly name: "field";
|
|
12576
|
+
readonly type: "bytes32";
|
|
12577
|
+
readonly indexed: true;
|
|
12578
|
+
readonly internalType: "bytes32";
|
|
12579
|
+
}];
|
|
12580
|
+
readonly anonymous: false;
|
|
12581
|
+
}, {
|
|
12582
|
+
readonly type: "event";
|
|
12583
|
+
readonly name: "TokenFieldSet";
|
|
12584
|
+
readonly inputs: readonly [{
|
|
12585
|
+
readonly name: "tokenId";
|
|
12586
|
+
readonly type: "uint256";
|
|
12587
|
+
readonly indexed: true;
|
|
12588
|
+
readonly internalType: "uint256";
|
|
12589
|
+
}, {
|
|
12590
|
+
readonly name: "field";
|
|
12591
|
+
readonly type: "bytes32";
|
|
12592
|
+
readonly indexed: true;
|
|
12593
|
+
readonly internalType: "bytes32";
|
|
12594
|
+
}, {
|
|
12595
|
+
readonly name: "representation";
|
|
12596
|
+
readonly type: "bytes32";
|
|
12597
|
+
readonly indexed: false;
|
|
12598
|
+
readonly internalType: "bytes32";
|
|
12599
|
+
}, {
|
|
12600
|
+
readonly name: "value";
|
|
12601
|
+
readonly type: "bytes";
|
|
12602
|
+
readonly indexed: false;
|
|
12603
|
+
readonly internalType: "bytes";
|
|
12604
|
+
}];
|
|
12605
|
+
readonly anonymous: false;
|
|
12606
|
+
}, {
|
|
12607
|
+
readonly type: "error";
|
|
12608
|
+
readonly name: "EmptyFieldValue";
|
|
12609
|
+
readonly inputs: readonly [];
|
|
12610
|
+
}, {
|
|
12611
|
+
readonly type: "error";
|
|
12612
|
+
readonly name: "FieldLocked";
|
|
12613
|
+
readonly inputs: readonly [];
|
|
12614
|
+
}];
|
|
12615
|
+
export declare const abxMetadataLibBytecode: `0x${string}`;
|
|
12616
|
+
export declare const abxFixedPriceMinter1155Abi: readonly [{
|
|
12617
|
+
readonly type: "function";
|
|
12618
|
+
readonly name: "configure";
|
|
12619
|
+
readonly inputs: readonly [{
|
|
12620
|
+
readonly name: "token";
|
|
12621
|
+
readonly type: "address";
|
|
12622
|
+
readonly internalType: "address";
|
|
12623
|
+
}, {
|
|
12624
|
+
readonly name: "id";
|
|
12625
|
+
readonly type: "uint256";
|
|
12626
|
+
readonly internalType: "uint256";
|
|
12627
|
+
}, {
|
|
12628
|
+
readonly name: "paymentToken";
|
|
12629
|
+
readonly type: "address";
|
|
12630
|
+
readonly internalType: "address";
|
|
12631
|
+
}, {
|
|
12632
|
+
readonly name: "price";
|
|
12633
|
+
readonly type: "uint256";
|
|
12634
|
+
readonly internalType: "uint256";
|
|
12635
|
+
}, {
|
|
12636
|
+
readonly name: "allocation";
|
|
12637
|
+
readonly type: "uint256";
|
|
12638
|
+
readonly internalType: "uint256";
|
|
12639
|
+
}];
|
|
12640
|
+
readonly outputs: readonly [];
|
|
12641
|
+
readonly stateMutability: "nonpayable";
|
|
12642
|
+
}, {
|
|
12643
|
+
readonly type: "function";
|
|
12644
|
+
readonly name: "purchase";
|
|
12645
|
+
readonly inputs: readonly [{
|
|
12646
|
+
readonly name: "token";
|
|
12647
|
+
readonly type: "address";
|
|
12648
|
+
readonly internalType: "address";
|
|
12649
|
+
}, {
|
|
12650
|
+
readonly name: "id";
|
|
12651
|
+
readonly type: "uint256";
|
|
12652
|
+
readonly internalType: "uint256";
|
|
12653
|
+
}, {
|
|
12654
|
+
readonly name: "qty";
|
|
12655
|
+
readonly type: "uint256";
|
|
12656
|
+
readonly internalType: "uint256";
|
|
12657
|
+
}, {
|
|
12658
|
+
readonly name: "expectedPaymentToken";
|
|
12659
|
+
readonly type: "address";
|
|
12660
|
+
readonly internalType: "address";
|
|
12661
|
+
}, {
|
|
12662
|
+
readonly name: "maxTotalPrice";
|
|
12663
|
+
readonly type: "uint256";
|
|
12664
|
+
readonly internalType: "uint256";
|
|
12665
|
+
}];
|
|
12666
|
+
readonly outputs: readonly [];
|
|
12667
|
+
readonly stateMutability: "payable";
|
|
12668
|
+
}, {
|
|
12669
|
+
readonly type: "function";
|
|
12670
|
+
readonly name: "purchaseTo";
|
|
12671
|
+
readonly inputs: readonly [{
|
|
12672
|
+
readonly name: "token";
|
|
12673
|
+
readonly type: "address";
|
|
12674
|
+
readonly internalType: "address";
|
|
12675
|
+
}, {
|
|
12676
|
+
readonly name: "id";
|
|
12677
|
+
readonly type: "uint256";
|
|
12678
|
+
readonly internalType: "uint256";
|
|
12679
|
+
}, {
|
|
12680
|
+
readonly name: "qty";
|
|
12681
|
+
readonly type: "uint256";
|
|
12682
|
+
readonly internalType: "uint256";
|
|
12683
|
+
}, {
|
|
12684
|
+
readonly name: "to";
|
|
12685
|
+
readonly type: "address";
|
|
12686
|
+
readonly internalType: "address";
|
|
12687
|
+
}, {
|
|
12688
|
+
readonly name: "expectedPaymentToken";
|
|
12689
|
+
readonly type: "address";
|
|
12690
|
+
readonly internalType: "address";
|
|
12691
|
+
}, {
|
|
12692
|
+
readonly name: "maxTotalPrice";
|
|
12693
|
+
readonly type: "uint256";
|
|
12694
|
+
readonly internalType: "uint256";
|
|
12695
|
+
}];
|
|
12696
|
+
readonly outputs: readonly [];
|
|
12697
|
+
readonly stateMutability: "payable";
|
|
12698
|
+
}, {
|
|
12699
|
+
readonly type: "function";
|
|
12700
|
+
readonly name: "sales";
|
|
12701
|
+
readonly inputs: readonly [{
|
|
12702
|
+
readonly name: "token";
|
|
12703
|
+
readonly type: "address";
|
|
12704
|
+
readonly internalType: "address";
|
|
12705
|
+
}, {
|
|
12706
|
+
readonly name: "id";
|
|
12707
|
+
readonly type: "uint256";
|
|
12708
|
+
readonly internalType: "uint256";
|
|
12709
|
+
}];
|
|
12710
|
+
readonly outputs: readonly [{
|
|
12711
|
+
readonly name: "configured";
|
|
12712
|
+
readonly type: "bool";
|
|
12713
|
+
readonly internalType: "bool";
|
|
12714
|
+
}, {
|
|
12715
|
+
readonly name: "paymentToken";
|
|
12716
|
+
readonly type: "address";
|
|
12717
|
+
readonly internalType: "address";
|
|
12718
|
+
}, {
|
|
12719
|
+
readonly name: "price";
|
|
12720
|
+
readonly type: "uint256";
|
|
12721
|
+
readonly internalType: "uint256";
|
|
12722
|
+
}, {
|
|
12723
|
+
readonly name: "allocation";
|
|
12724
|
+
readonly type: "uint256";
|
|
12725
|
+
readonly internalType: "uint256";
|
|
12726
|
+
}, {
|
|
12727
|
+
readonly name: "sold";
|
|
12728
|
+
readonly type: "uint256";
|
|
12729
|
+
readonly internalType: "uint256";
|
|
12730
|
+
}];
|
|
12731
|
+
readonly stateMutability: "view";
|
|
12732
|
+
}, {
|
|
12733
|
+
readonly type: "event";
|
|
12734
|
+
readonly name: "Purchase";
|
|
12735
|
+
readonly inputs: readonly [{
|
|
12736
|
+
readonly name: "token";
|
|
12737
|
+
readonly type: "address";
|
|
12738
|
+
readonly indexed: true;
|
|
12739
|
+
readonly internalType: "address";
|
|
12740
|
+
}, {
|
|
12741
|
+
readonly name: "buyer";
|
|
12742
|
+
readonly type: "address";
|
|
12743
|
+
readonly indexed: true;
|
|
12744
|
+
readonly internalType: "address";
|
|
12745
|
+
}, {
|
|
12746
|
+
readonly name: "to";
|
|
12747
|
+
readonly type: "address";
|
|
12748
|
+
readonly indexed: true;
|
|
12749
|
+
readonly internalType: "address";
|
|
12750
|
+
}, {
|
|
12751
|
+
readonly name: "id";
|
|
12752
|
+
readonly type: "uint256";
|
|
12753
|
+
readonly indexed: false;
|
|
12754
|
+
readonly internalType: "uint256";
|
|
12755
|
+
}, {
|
|
12756
|
+
readonly name: "amount";
|
|
12757
|
+
readonly type: "uint256";
|
|
12758
|
+
readonly indexed: false;
|
|
12759
|
+
readonly internalType: "uint256";
|
|
12760
|
+
}, {
|
|
12761
|
+
readonly name: "paymentToken";
|
|
12762
|
+
readonly type: "address";
|
|
12763
|
+
readonly indexed: false;
|
|
12764
|
+
readonly internalType: "address";
|
|
12765
|
+
}, {
|
|
12766
|
+
readonly name: "price";
|
|
12767
|
+
readonly type: "uint256";
|
|
12768
|
+
readonly indexed: false;
|
|
12769
|
+
readonly internalType: "uint256";
|
|
12770
|
+
}];
|
|
12771
|
+
readonly anonymous: false;
|
|
12772
|
+
}, {
|
|
12773
|
+
readonly type: "event";
|
|
12774
|
+
readonly name: "SaleConfigured";
|
|
12775
|
+
readonly inputs: readonly [{
|
|
12776
|
+
readonly name: "token";
|
|
12777
|
+
readonly type: "address";
|
|
12778
|
+
readonly indexed: true;
|
|
12779
|
+
readonly internalType: "address";
|
|
12780
|
+
}, {
|
|
12781
|
+
readonly name: "id";
|
|
12782
|
+
readonly type: "uint256";
|
|
12783
|
+
readonly indexed: true;
|
|
12784
|
+
readonly internalType: "uint256";
|
|
12785
|
+
}, {
|
|
12786
|
+
readonly name: "paymentToken";
|
|
12787
|
+
readonly type: "address";
|
|
12249
12788
|
readonly indexed: false;
|
|
12250
12789
|
readonly internalType: "address";
|
|
12251
12790
|
}, {
|
|
@@ -12284,6 +12823,10 @@ export declare const abxFixedPriceMinter1155Abi: readonly [{
|
|
|
12284
12823
|
readonly type: "error";
|
|
12285
12824
|
readonly name: "Reentrancy";
|
|
12286
12825
|
readonly inputs: readonly [];
|
|
12826
|
+
}, {
|
|
12827
|
+
readonly type: "error";
|
|
12828
|
+
readonly name: "SaleTermsChanged";
|
|
12829
|
+
readonly inputs: readonly [];
|
|
12287
12830
|
}, {
|
|
12288
12831
|
readonly type: "error";
|
|
12289
12832
|
readonly name: "WrongPayment";
|
|
@@ -12302,7 +12845,7 @@ export declare const abxSeedSourceAbi: readonly [{
|
|
|
12302
12845
|
readonly type: "uint256";
|
|
12303
12846
|
readonly internalType: "uint256";
|
|
12304
12847
|
}, {
|
|
12305
|
-
readonly name: "
|
|
12848
|
+
readonly name: "";
|
|
12306
12849
|
readonly type: "address";
|
|
12307
12850
|
readonly internalType: "address";
|
|
12308
12851
|
}];
|
|
@@ -12375,22 +12918,74 @@ export declare const abxParamsLibAbi: readonly [{
|
|
|
12375
12918
|
readonly name: "paramHooks";
|
|
12376
12919
|
readonly inputs: readonly [];
|
|
12377
12920
|
readonly outputs: readonly [{
|
|
12378
|
-
readonly name: "configureHook";
|
|
12379
|
-
readonly type: "address";
|
|
12380
|
-
readonly internalType: "address";
|
|
12921
|
+
readonly name: "configureHook";
|
|
12922
|
+
readonly type: "address";
|
|
12923
|
+
readonly internalType: "address";
|
|
12924
|
+
}, {
|
|
12925
|
+
readonly name: "augmentHook";
|
|
12926
|
+
readonly type: "address";
|
|
12927
|
+
readonly internalType: "address";
|
|
12928
|
+
}, {
|
|
12929
|
+
readonly name: "transferHook";
|
|
12930
|
+
readonly type: "address";
|
|
12931
|
+
readonly internalType: "address";
|
|
12932
|
+
}];
|
|
12933
|
+
readonly stateMutability: "view";
|
|
12934
|
+
}, {
|
|
12935
|
+
readonly type: "function";
|
|
12936
|
+
readonly name: "paramHooksLocked";
|
|
12937
|
+
readonly inputs: readonly [];
|
|
12938
|
+
readonly outputs: readonly [{
|
|
12939
|
+
readonly name: "";
|
|
12940
|
+
readonly type: "bool";
|
|
12941
|
+
readonly internalType: "bool";
|
|
12942
|
+
}];
|
|
12943
|
+
readonly stateMutability: "view";
|
|
12944
|
+
}, {
|
|
12945
|
+
readonly type: "function";
|
|
12946
|
+
readonly name: "paramSchema";
|
|
12947
|
+
readonly inputs: readonly [{
|
|
12948
|
+
readonly name: "key";
|
|
12949
|
+
readonly type: "bytes32";
|
|
12950
|
+
readonly internalType: "bytes32";
|
|
12951
|
+
}];
|
|
12952
|
+
readonly outputs: readonly [{
|
|
12953
|
+
readonly name: "exists";
|
|
12954
|
+
readonly type: "bool";
|
|
12955
|
+
readonly internalType: "bool";
|
|
12381
12956
|
}, {
|
|
12382
|
-
readonly name: "
|
|
12383
|
-
readonly type: "
|
|
12384
|
-
readonly internalType: "
|
|
12957
|
+
readonly name: "paramType";
|
|
12958
|
+
readonly type: "IAbxConfigurableParams.ParamType";
|
|
12959
|
+
readonly internalType: "enum IAbxConfigurableParams.ParamType";
|
|
12385
12960
|
}, {
|
|
12386
|
-
readonly name: "
|
|
12961
|
+
readonly name: "auth";
|
|
12962
|
+
readonly type: "IAbxConfigurableParams.AuthOption";
|
|
12963
|
+
readonly internalType: "enum IAbxConfigurableParams.AuthOption";
|
|
12964
|
+
}, {
|
|
12965
|
+
readonly name: "authAddress";
|
|
12387
12966
|
readonly type: "address";
|
|
12388
12967
|
readonly internalType: "address";
|
|
12968
|
+
}, {
|
|
12969
|
+
readonly name: "lockAfter";
|
|
12970
|
+
readonly type: "uint48";
|
|
12971
|
+
readonly internalType: "uint48";
|
|
12972
|
+
}, {
|
|
12973
|
+
readonly name: "min";
|
|
12974
|
+
readonly type: "bytes32";
|
|
12975
|
+
readonly internalType: "bytes32";
|
|
12976
|
+
}, {
|
|
12977
|
+
readonly name: "max";
|
|
12978
|
+
readonly type: "bytes32";
|
|
12979
|
+
readonly internalType: "bytes32";
|
|
12980
|
+
}, {
|
|
12981
|
+
readonly name: "selectOptions";
|
|
12982
|
+
readonly type: "string[]";
|
|
12983
|
+
readonly internalType: "string[]";
|
|
12389
12984
|
}];
|
|
12390
12985
|
readonly stateMutability: "view";
|
|
12391
12986
|
}, {
|
|
12392
12987
|
readonly type: "function";
|
|
12393
|
-
readonly name: "
|
|
12988
|
+
readonly name: "paramSchemaHead";
|
|
12394
12989
|
readonly inputs: readonly [{
|
|
12395
12990
|
readonly name: "key";
|
|
12396
12991
|
readonly type: "bytes32";
|
|
@@ -12425,9 +13020,9 @@ export declare const abxParamsLibAbi: readonly [{
|
|
|
12425
13020
|
readonly type: "bytes32";
|
|
12426
13021
|
readonly internalType: "bytes32";
|
|
12427
13022
|
}, {
|
|
12428
|
-
readonly name: "
|
|
12429
|
-
readonly type: "
|
|
12430
|
-
readonly internalType: "
|
|
13023
|
+
readonly name: "selectOptionCount";
|
|
13024
|
+
readonly type: "uint256";
|
|
13025
|
+
readonly internalType: "uint256";
|
|
12431
13026
|
}];
|
|
12432
13027
|
readonly stateMutability: "view";
|
|
12433
13028
|
}, {
|
|
@@ -12462,6 +13057,24 @@ export declare const abxParamsLibAbi: readonly [{
|
|
|
12462
13057
|
readonly internalType: "uint256";
|
|
12463
13058
|
}];
|
|
12464
13059
|
readonly stateMutability: "view";
|
|
13060
|
+
}, {
|
|
13061
|
+
readonly type: "function";
|
|
13062
|
+
readonly name: "selectOption";
|
|
13063
|
+
readonly inputs: readonly [{
|
|
13064
|
+
readonly name: "key";
|
|
13065
|
+
readonly type: "bytes32";
|
|
13066
|
+
readonly internalType: "bytes32";
|
|
13067
|
+
}, {
|
|
13068
|
+
readonly name: "index";
|
|
13069
|
+
readonly type: "uint256";
|
|
13070
|
+
readonly internalType: "uint256";
|
|
13071
|
+
}];
|
|
13072
|
+
readonly outputs: readonly [{
|
|
13073
|
+
readonly name: "";
|
|
13074
|
+
readonly type: "string";
|
|
13075
|
+
readonly internalType: "string";
|
|
13076
|
+
}];
|
|
13077
|
+
readonly stateMutability: "view";
|
|
12465
13078
|
}, {
|
|
12466
13079
|
readonly type: "function";
|
|
12467
13080
|
readonly name: "tokenParamKeys";
|
|
@@ -12597,6 +13210,11 @@ export declare const abxParamsLibAbi: readonly [{
|
|
|
12597
13210
|
readonly internalType: "uint256";
|
|
12598
13211
|
}];
|
|
12599
13212
|
readonly anonymous: false;
|
|
13213
|
+
}, {
|
|
13214
|
+
readonly type: "event";
|
|
13215
|
+
readonly name: "ParamHooksFrozen";
|
|
13216
|
+
readonly inputs: readonly [];
|
|
13217
|
+
readonly anonymous: false;
|
|
12600
13218
|
}, {
|
|
12601
13219
|
readonly type: "event";
|
|
12602
13220
|
readonly name: "ParamSchemaConfigured";
|
|
@@ -12696,6 +13314,10 @@ export declare const abxParamsLibAbi: readonly [{
|
|
|
12696
13314
|
readonly type: "error";
|
|
12697
13315
|
readonly name: "EmptyParamValue";
|
|
12698
13316
|
readonly inputs: readonly [];
|
|
13317
|
+
}, {
|
|
13318
|
+
readonly type: "error";
|
|
13319
|
+
readonly name: "InvalidParamKey";
|
|
13320
|
+
readonly inputs: readonly [];
|
|
12699
13321
|
}, {
|
|
12700
13322
|
readonly type: "error";
|
|
12701
13323
|
readonly name: "InvalidParamSchema";
|
|
@@ -12712,14 +13334,26 @@ export declare const abxParamsLibAbi: readonly [{
|
|
|
12712
13334
|
readonly type: "error";
|
|
12713
13335
|
readonly name: "NotParamAuthorized";
|
|
12714
13336
|
readonly inputs: readonly [];
|
|
13337
|
+
}, {
|
|
13338
|
+
readonly type: "error";
|
|
13339
|
+
readonly name: "ParamHooksLocked";
|
|
13340
|
+
readonly inputs: readonly [];
|
|
12715
13341
|
}, {
|
|
12716
13342
|
readonly type: "error";
|
|
12717
13343
|
readonly name: "ParamLockExpired";
|
|
12718
13344
|
readonly inputs: readonly [];
|
|
13345
|
+
}, {
|
|
13346
|
+
readonly type: "error";
|
|
13347
|
+
readonly name: "ParamLockNotExtendable";
|
|
13348
|
+
readonly inputs: readonly [];
|
|
12719
13349
|
}, {
|
|
12720
13350
|
readonly type: "error";
|
|
12721
13351
|
readonly name: "ParamNotSet";
|
|
12722
13352
|
readonly inputs: readonly [];
|
|
13353
|
+
}, {
|
|
13354
|
+
readonly type: "error";
|
|
13355
|
+
readonly name: "SeedSettled";
|
|
13356
|
+
readonly inputs: readonly [];
|
|
12723
13357
|
}, {
|
|
12724
13358
|
readonly type: "error";
|
|
12725
13359
|
readonly name: "WrongValuePath";
|
|
@@ -12727,6 +13361,103 @@ export declare const abxParamsLibAbi: readonly [{
|
|
|
12727
13361
|
}];
|
|
12728
13362
|
export declare const abxParamsLibBytecode: `0x${string}`;
|
|
12729
13363
|
export declare const abxCodeLibAbi: readonly [{
|
|
13364
|
+
readonly type: "function";
|
|
13365
|
+
readonly name: "dependenciesLocked";
|
|
13366
|
+
readonly inputs: readonly [];
|
|
13367
|
+
readonly outputs: readonly [{
|
|
13368
|
+
readonly name: "";
|
|
13369
|
+
readonly type: "bool";
|
|
13370
|
+
readonly internalType: "bool";
|
|
13371
|
+
}];
|
|
13372
|
+
readonly stateMutability: "view";
|
|
13373
|
+
}, {
|
|
13374
|
+
readonly type: "function";
|
|
13375
|
+
readonly name: "dependencyByIndex";
|
|
13376
|
+
readonly inputs: readonly [{
|
|
13377
|
+
readonly name: "index";
|
|
13378
|
+
readonly type: "uint256";
|
|
13379
|
+
readonly internalType: "uint256";
|
|
13380
|
+
}];
|
|
13381
|
+
readonly outputs: readonly [{
|
|
13382
|
+
readonly name: "resolution";
|
|
13383
|
+
readonly type: "IAbxDependencies.Resolution";
|
|
13384
|
+
readonly internalType: "enum IAbxDependencies.Resolution";
|
|
13385
|
+
}, {
|
|
13386
|
+
readonly name: "ref";
|
|
13387
|
+
readonly type: "bytes32";
|
|
13388
|
+
readonly internalType: "bytes32";
|
|
13389
|
+
}];
|
|
13390
|
+
readonly stateMutability: "view";
|
|
13391
|
+
}, {
|
|
13392
|
+
readonly type: "function";
|
|
13393
|
+
readonly name: "dependencyCount";
|
|
13394
|
+
readonly inputs: readonly [];
|
|
13395
|
+
readonly outputs: readonly [{
|
|
13396
|
+
readonly name: "";
|
|
13397
|
+
readonly type: "uint256";
|
|
13398
|
+
readonly internalType: "uint256";
|
|
13399
|
+
}];
|
|
13400
|
+
readonly stateMutability: "view";
|
|
13401
|
+
}, {
|
|
13402
|
+
readonly type: "function";
|
|
13403
|
+
readonly name: "dependencyRegistry";
|
|
13404
|
+
readonly inputs: readonly [];
|
|
13405
|
+
readonly outputs: readonly [{
|
|
13406
|
+
readonly name: "";
|
|
13407
|
+
readonly type: "address";
|
|
13408
|
+
readonly internalType: "address";
|
|
13409
|
+
}];
|
|
13410
|
+
readonly stateMutability: "view";
|
|
13411
|
+
}, {
|
|
13412
|
+
readonly type: "function";
|
|
13413
|
+
readonly name: "scriptChunk";
|
|
13414
|
+
readonly inputs: readonly [{
|
|
13415
|
+
readonly name: "index";
|
|
13416
|
+
readonly type: "uint256";
|
|
13417
|
+
readonly internalType: "uint256";
|
|
13418
|
+
}];
|
|
13419
|
+
readonly outputs: readonly [{
|
|
13420
|
+
readonly name: "";
|
|
13421
|
+
readonly type: "bytes";
|
|
13422
|
+
readonly internalType: "bytes";
|
|
13423
|
+
}];
|
|
13424
|
+
readonly stateMutability: "view";
|
|
13425
|
+
}, {
|
|
13426
|
+
readonly type: "function";
|
|
13427
|
+
readonly name: "scriptChunkCount";
|
|
13428
|
+
readonly inputs: readonly [];
|
|
13429
|
+
readonly outputs: readonly [{
|
|
13430
|
+
readonly name: "";
|
|
13431
|
+
readonly type: "uint256";
|
|
13432
|
+
readonly internalType: "uint256";
|
|
13433
|
+
}];
|
|
13434
|
+
readonly stateMutability: "view";
|
|
13435
|
+
}, {
|
|
13436
|
+
readonly type: "function";
|
|
13437
|
+
readonly name: "scriptLocked";
|
|
13438
|
+
readonly inputs: readonly [];
|
|
13439
|
+
readonly outputs: readonly [{
|
|
13440
|
+
readonly name: "";
|
|
13441
|
+
readonly type: "bool";
|
|
13442
|
+
readonly internalType: "bool";
|
|
13443
|
+
}];
|
|
13444
|
+
readonly stateMutability: "view";
|
|
13445
|
+
}, {
|
|
13446
|
+
readonly type: "event";
|
|
13447
|
+
readonly name: "BatchMetadataUpdate";
|
|
13448
|
+
readonly inputs: readonly [{
|
|
13449
|
+
readonly name: "_fromTokenId";
|
|
13450
|
+
readonly type: "uint256";
|
|
13451
|
+
readonly indexed: false;
|
|
13452
|
+
readonly internalType: "uint256";
|
|
13453
|
+
}, {
|
|
13454
|
+
readonly name: "_toTokenId";
|
|
13455
|
+
readonly type: "uint256";
|
|
13456
|
+
readonly indexed: false;
|
|
13457
|
+
readonly internalType: "uint256";
|
|
13458
|
+
}];
|
|
13459
|
+
readonly anonymous: false;
|
|
13460
|
+
}, {
|
|
12730
13461
|
readonly type: "event";
|
|
12731
13462
|
readonly name: "DependenciesLocked";
|
|
12732
13463
|
readonly inputs: readonly [];
|
|
@@ -12841,6 +13572,14 @@ export declare const abxFixedPriceMinterAbi: readonly [{
|
|
|
12841
13572
|
readonly name: "token";
|
|
12842
13573
|
readonly type: "address";
|
|
12843
13574
|
readonly internalType: "address";
|
|
13575
|
+
}, {
|
|
13576
|
+
readonly name: "expectedPaymentToken";
|
|
13577
|
+
readonly type: "address";
|
|
13578
|
+
readonly internalType: "address";
|
|
13579
|
+
}, {
|
|
13580
|
+
readonly name: "maxPrice";
|
|
13581
|
+
readonly type: "uint256";
|
|
13582
|
+
readonly internalType: "uint256";
|
|
12844
13583
|
}];
|
|
12845
13584
|
readonly outputs: readonly [{
|
|
12846
13585
|
readonly name: "tokenId";
|
|
@@ -12859,6 +13598,14 @@ export declare const abxFixedPriceMinterAbi: readonly [{
|
|
|
12859
13598
|
readonly name: "to";
|
|
12860
13599
|
readonly type: "address";
|
|
12861
13600
|
readonly internalType: "address";
|
|
13601
|
+
}, {
|
|
13602
|
+
readonly name: "expectedPaymentToken";
|
|
13603
|
+
readonly type: "address";
|
|
13604
|
+
readonly internalType: "address";
|
|
13605
|
+
}, {
|
|
13606
|
+
readonly name: "maxPrice";
|
|
13607
|
+
readonly type: "uint256";
|
|
13608
|
+
readonly internalType: "uint256";
|
|
12862
13609
|
}];
|
|
12863
13610
|
readonly outputs: readonly [{
|
|
12864
13611
|
readonly name: "tokenId";
|
|
@@ -12980,6 +13727,10 @@ export declare const abxFixedPriceMinterAbi: readonly [{
|
|
|
12980
13727
|
readonly type: "error";
|
|
12981
13728
|
readonly name: "Reentrancy";
|
|
12982
13729
|
readonly inputs: readonly [];
|
|
13730
|
+
}, {
|
|
13731
|
+
readonly type: "error";
|
|
13732
|
+
readonly name: "SaleTermsChanged";
|
|
13733
|
+
readonly inputs: readonly [];
|
|
12983
13734
|
}, {
|
|
12984
13735
|
readonly type: "error";
|
|
12985
13736
|
readonly name: "WrongPayment";
|
|
@@ -13000,80 +13751,6 @@ export declare const abxMetadataRendererAbi: readonly [{
|
|
|
13000
13751
|
readonly internalType: "string";
|
|
13001
13752
|
}];
|
|
13002
13753
|
readonly stateMutability: "view";
|
|
13003
|
-
}, {
|
|
13004
|
-
readonly type: "function";
|
|
13005
|
-
readonly name: "paramDataOf";
|
|
13006
|
-
readonly inputs: readonly [{
|
|
13007
|
-
readonly name: "token";
|
|
13008
|
-
readonly type: "address";
|
|
13009
|
-
readonly internalType: "address";
|
|
13010
|
-
}, {
|
|
13011
|
-
readonly name: "tokenId";
|
|
13012
|
-
readonly type: "uint256";
|
|
13013
|
-
readonly internalType: "uint256";
|
|
13014
|
-
}, {
|
|
13015
|
-
readonly name: "key";
|
|
13016
|
-
readonly type: "bytes32";
|
|
13017
|
-
readonly internalType: "bytes32";
|
|
13018
|
-
}, {
|
|
13019
|
-
readonly name: "tokenScope";
|
|
13020
|
-
readonly type: "bool";
|
|
13021
|
-
readonly internalType: "bool";
|
|
13022
|
-
}];
|
|
13023
|
-
readonly outputs: readonly [{
|
|
13024
|
-
readonly name: "";
|
|
13025
|
-
readonly type: "bytes";
|
|
13026
|
-
readonly internalType: "bytes";
|
|
13027
|
-
}];
|
|
13028
|
-
readonly stateMutability: "view";
|
|
13029
|
-
}, {
|
|
13030
|
-
readonly type: "function";
|
|
13031
|
-
readonly name: "paramKeysOf";
|
|
13032
|
-
readonly inputs: readonly [{
|
|
13033
|
-
readonly name: "token";
|
|
13034
|
-
readonly type: "address";
|
|
13035
|
-
readonly internalType: "address";
|
|
13036
|
-
}, {
|
|
13037
|
-
readonly name: "tokenId";
|
|
13038
|
-
readonly type: "uint256";
|
|
13039
|
-
readonly internalType: "uint256";
|
|
13040
|
-
}, {
|
|
13041
|
-
readonly name: "tokenScope";
|
|
13042
|
-
readonly type: "bool";
|
|
13043
|
-
readonly internalType: "bool";
|
|
13044
|
-
}];
|
|
13045
|
-
readonly outputs: readonly [{
|
|
13046
|
-
readonly name: "";
|
|
13047
|
-
readonly type: "bytes32[]";
|
|
13048
|
-
readonly internalType: "bytes32[]";
|
|
13049
|
-
}];
|
|
13050
|
-
readonly stateMutability: "view";
|
|
13051
|
-
}, {
|
|
13052
|
-
readonly type: "function";
|
|
13053
|
-
readonly name: "paramSchemaOf";
|
|
13054
|
-
readonly inputs: readonly [{
|
|
13055
|
-
readonly name: "token";
|
|
13056
|
-
readonly type: "address";
|
|
13057
|
-
readonly internalType: "address";
|
|
13058
|
-
}, {
|
|
13059
|
-
readonly name: "key";
|
|
13060
|
-
readonly type: "bytes32";
|
|
13061
|
-
readonly internalType: "bytes32";
|
|
13062
|
-
}];
|
|
13063
|
-
readonly outputs: readonly [{
|
|
13064
|
-
readonly name: "exists";
|
|
13065
|
-
readonly type: "bool";
|
|
13066
|
-
readonly internalType: "bool";
|
|
13067
|
-
}, {
|
|
13068
|
-
readonly name: "paramType";
|
|
13069
|
-
readonly type: "uint8";
|
|
13070
|
-
readonly internalType: "enum IAbxConfigurableParams.ParamType";
|
|
13071
|
-
}, {
|
|
13072
|
-
readonly name: "selectOptions";
|
|
13073
|
-
readonly type: "string[]";
|
|
13074
|
-
readonly internalType: "string[]";
|
|
13075
|
-
}];
|
|
13076
|
-
readonly stateMutability: "view";
|
|
13077
13754
|
}, {
|
|
13078
13755
|
readonly type: "function";
|
|
13079
13756
|
readonly name: "specVersion";
|