@artblocks/abx-sdk 0.1.0-alpha.6 → 0.1.0-alpha.8
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 +585 -12
- package/dist/abi/generated.d.ts.map +1 -1
- package/dist/abi/generated.js +16 -16
- package/dist/abi/generated.js.map +1 -1
- package/dist/abi/index.d.ts +209 -12
- package/dist/abi/index.d.ts.map +1 -1
- package/dist/chunks.d.ts +33 -0
- package/dist/chunks.d.ts.map +1 -1
- package/dist/chunks.js +40 -0
- package/dist/chunks.js.map +1 -1
- package/dist/creator-token.d.ts +65 -0
- package/dist/creator-token.d.ts.map +1 -0
- package/dist/creator-token.js +93 -0
- package/dist/creator-token.js.map +1 -0
- package/dist/deploy.d.ts +10 -0
- package/dist/deploy.d.ts.map +1 -1
- package/dist/deploy.js.map +1 -1
- package/dist/deployments.d.ts.map +1 -1
- package/dist/deployments.js +28 -13
- package/dist/deployments.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/ops.d.ts +3 -2
- package/dist/ops.d.ts.map +1 -1
- package/dist/ops.js +3 -2
- package/dist/ops.js.map +1 -1
- package/dist/tokendata.d.ts +37 -2
- package/dist/tokendata.d.ts.map +1 -1
- package/dist/tokendata.js +30 -14
- package/dist/tokendata.js.map +1 -1
- package/package.json +1 -1
package/dist/abi/generated.d.ts
CHANGED
|
@@ -49,6 +49,10 @@ export declare const oneOfOneImageFactoryAbi: readonly [{
|
|
|
49
49
|
readonly name: "royaltyBps";
|
|
50
50
|
readonly type: "uint16";
|
|
51
51
|
readonly internalType: "uint16";
|
|
52
|
+
}, {
|
|
53
|
+
readonly name: "transferValidator";
|
|
54
|
+
readonly type: "address";
|
|
55
|
+
readonly internalType: "address";
|
|
52
56
|
}, {
|
|
53
57
|
readonly name: "tokenFields";
|
|
54
58
|
readonly type: "tuple[]";
|
|
@@ -138,6 +142,10 @@ export declare const oneOfOneImageFactoryAbi: readonly [{
|
|
|
138
142
|
readonly name: "royaltyBps";
|
|
139
143
|
readonly type: "uint16";
|
|
140
144
|
readonly internalType: "uint16";
|
|
145
|
+
}, {
|
|
146
|
+
readonly name: "transferValidator";
|
|
147
|
+
readonly type: "address";
|
|
148
|
+
readonly internalType: "address";
|
|
141
149
|
}, {
|
|
142
150
|
readonly name: "tokenFields";
|
|
143
151
|
readonly type: "tuple[]";
|
|
@@ -416,6 +424,30 @@ export declare const oneOfOneImageAbi: readonly [{
|
|
|
416
424
|
readonly internalType: "address";
|
|
417
425
|
}];
|
|
418
426
|
readonly stateMutability: "view";
|
|
427
|
+
}, {
|
|
428
|
+
readonly type: "function";
|
|
429
|
+
readonly name: "getTransferValidationFunction";
|
|
430
|
+
readonly inputs: readonly [];
|
|
431
|
+
readonly outputs: readonly [{
|
|
432
|
+
readonly name: "functionSignature";
|
|
433
|
+
readonly type: "bytes4";
|
|
434
|
+
readonly internalType: "bytes4";
|
|
435
|
+
}, {
|
|
436
|
+
readonly name: "isViewFunction";
|
|
437
|
+
readonly type: "bool";
|
|
438
|
+
readonly internalType: "bool";
|
|
439
|
+
}];
|
|
440
|
+
readonly stateMutability: "pure";
|
|
441
|
+
}, {
|
|
442
|
+
readonly type: "function";
|
|
443
|
+
readonly name: "getTransferValidator";
|
|
444
|
+
readonly inputs: readonly [];
|
|
445
|
+
readonly outputs: readonly [{
|
|
446
|
+
readonly name: "validator";
|
|
447
|
+
readonly type: "address";
|
|
448
|
+
readonly internalType: "address";
|
|
449
|
+
}];
|
|
450
|
+
readonly stateMutability: "view";
|
|
419
451
|
}, {
|
|
420
452
|
readonly type: "function";
|
|
421
453
|
readonly name: "initialize";
|
|
@@ -463,6 +495,10 @@ export declare const oneOfOneImageAbi: readonly [{
|
|
|
463
495
|
readonly name: "royaltyBps";
|
|
464
496
|
readonly type: "uint16";
|
|
465
497
|
readonly internalType: "uint16";
|
|
498
|
+
}, {
|
|
499
|
+
readonly name: "transferValidator";
|
|
500
|
+
readonly type: "address";
|
|
501
|
+
readonly internalType: "address";
|
|
466
502
|
}, {
|
|
467
503
|
readonly name: "tokenFields";
|
|
468
504
|
readonly type: "tuple[]";
|
|
@@ -833,6 +869,16 @@ export declare const oneOfOneImageAbi: readonly [{
|
|
|
833
869
|
}];
|
|
834
870
|
readonly outputs: readonly [];
|
|
835
871
|
readonly stateMutability: "nonpayable";
|
|
872
|
+
}, {
|
|
873
|
+
readonly type: "function";
|
|
874
|
+
readonly name: "setTransferValidator";
|
|
875
|
+
readonly inputs: readonly [{
|
|
876
|
+
readonly name: "validator";
|
|
877
|
+
readonly type: "address";
|
|
878
|
+
readonly internalType: "address";
|
|
879
|
+
}];
|
|
880
|
+
readonly outputs: readonly [];
|
|
881
|
+
readonly stateMutability: "nonpayable";
|
|
836
882
|
}, {
|
|
837
883
|
readonly type: "function";
|
|
838
884
|
readonly name: "supportsInterface";
|
|
@@ -1313,6 +1359,21 @@ export declare const oneOfOneImageAbi: readonly [{
|
|
|
1313
1359
|
readonly internalType: "uint256";
|
|
1314
1360
|
}];
|
|
1315
1361
|
readonly anonymous: false;
|
|
1362
|
+
}, {
|
|
1363
|
+
readonly type: "event";
|
|
1364
|
+
readonly name: "TransferValidatorUpdated";
|
|
1365
|
+
readonly inputs: readonly [{
|
|
1366
|
+
readonly name: "oldValidator";
|
|
1367
|
+
readonly type: "address";
|
|
1368
|
+
readonly indexed: false;
|
|
1369
|
+
readonly internalType: "address";
|
|
1370
|
+
}, {
|
|
1371
|
+
readonly name: "newValidator";
|
|
1372
|
+
readonly type: "address";
|
|
1373
|
+
readonly indexed: false;
|
|
1374
|
+
readonly internalType: "address";
|
|
1375
|
+
}];
|
|
1376
|
+
readonly anonymous: false;
|
|
1316
1377
|
}, {
|
|
1317
1378
|
readonly type: "error";
|
|
1318
1379
|
readonly name: "AccountBalanceOverflow";
|
|
@@ -1341,6 +1402,10 @@ export declare const oneOfOneImageAbi: readonly [{
|
|
|
1341
1402
|
readonly type: "error";
|
|
1342
1403
|
readonly name: "InvalidInitialization";
|
|
1343
1404
|
readonly inputs: readonly [];
|
|
1405
|
+
}, {
|
|
1406
|
+
readonly type: "error";
|
|
1407
|
+
readonly name: "InvalidTransferValidator";
|
|
1408
|
+
readonly inputs: readonly [];
|
|
1344
1409
|
}, {
|
|
1345
1410
|
readonly type: "error";
|
|
1346
1411
|
readonly name: "NewOwnerIsZeroAddress";
|
|
@@ -1353,6 +1418,10 @@ export declare const oneOfOneImageAbi: readonly [{
|
|
|
1353
1418
|
readonly type: "error";
|
|
1354
1419
|
readonly name: "NonexistentToken";
|
|
1355
1420
|
readonly inputs: readonly [];
|
|
1421
|
+
}, {
|
|
1422
|
+
readonly type: "error";
|
|
1423
|
+
readonly name: "NotCreatorToken";
|
|
1424
|
+
readonly inputs: readonly [];
|
|
1356
1425
|
}, {
|
|
1357
1426
|
readonly type: "error";
|
|
1358
1427
|
readonly name: "NotInitializing";
|
|
@@ -1450,6 +1519,10 @@ export declare const seriesImageFactoryAbi: readonly [{
|
|
|
1450
1519
|
readonly name: "royaltyBps";
|
|
1451
1520
|
readonly type: "uint16";
|
|
1452
1521
|
readonly internalType: "uint16";
|
|
1522
|
+
}, {
|
|
1523
|
+
readonly name: "transferValidator";
|
|
1524
|
+
readonly type: "address";
|
|
1525
|
+
readonly internalType: "address";
|
|
1453
1526
|
}, {
|
|
1454
1527
|
readonly name: "maxInvocations";
|
|
1455
1528
|
readonly type: "uint256";
|
|
@@ -1563,6 +1636,10 @@ export declare const seriesImageFactoryAbi: readonly [{
|
|
|
1563
1636
|
readonly name: "royaltyBps";
|
|
1564
1637
|
readonly type: "uint16";
|
|
1565
1638
|
readonly internalType: "uint16";
|
|
1639
|
+
}, {
|
|
1640
|
+
readonly name: "transferValidator";
|
|
1641
|
+
readonly type: "address";
|
|
1642
|
+
readonly internalType: "address";
|
|
1566
1643
|
}, {
|
|
1567
1644
|
readonly name: "maxInvocations";
|
|
1568
1645
|
readonly type: "uint256";
|
|
@@ -1869,6 +1946,30 @@ export declare const seriesImageAbi: readonly [{
|
|
|
1869
1946
|
readonly internalType: "address";
|
|
1870
1947
|
}];
|
|
1871
1948
|
readonly stateMutability: "view";
|
|
1949
|
+
}, {
|
|
1950
|
+
readonly type: "function";
|
|
1951
|
+
readonly name: "getTransferValidationFunction";
|
|
1952
|
+
readonly inputs: readonly [];
|
|
1953
|
+
readonly outputs: readonly [{
|
|
1954
|
+
readonly name: "functionSignature";
|
|
1955
|
+
readonly type: "bytes4";
|
|
1956
|
+
readonly internalType: "bytes4";
|
|
1957
|
+
}, {
|
|
1958
|
+
readonly name: "isViewFunction";
|
|
1959
|
+
readonly type: "bool";
|
|
1960
|
+
readonly internalType: "bool";
|
|
1961
|
+
}];
|
|
1962
|
+
readonly stateMutability: "pure";
|
|
1963
|
+
}, {
|
|
1964
|
+
readonly type: "function";
|
|
1965
|
+
readonly name: "getTransferValidator";
|
|
1966
|
+
readonly inputs: readonly [];
|
|
1967
|
+
readonly outputs: readonly [{
|
|
1968
|
+
readonly name: "validator";
|
|
1969
|
+
readonly type: "address";
|
|
1970
|
+
readonly internalType: "address";
|
|
1971
|
+
}];
|
|
1972
|
+
readonly stateMutability: "view";
|
|
1872
1973
|
}, {
|
|
1873
1974
|
readonly type: "function";
|
|
1874
1975
|
readonly name: "initialize";
|
|
@@ -1912,6 +2013,10 @@ export declare const seriesImageAbi: readonly [{
|
|
|
1912
2013
|
readonly name: "royaltyBps";
|
|
1913
2014
|
readonly type: "uint16";
|
|
1914
2015
|
readonly internalType: "uint16";
|
|
2016
|
+
}, {
|
|
2017
|
+
readonly name: "transferValidator";
|
|
2018
|
+
readonly type: "address";
|
|
2019
|
+
readonly internalType: "address";
|
|
1915
2020
|
}, {
|
|
1916
2021
|
readonly name: "maxInvocations";
|
|
1917
2022
|
readonly type: "uint256";
|
|
@@ -2418,6 +2523,16 @@ export declare const seriesImageAbi: readonly [{
|
|
|
2418
2523
|
}];
|
|
2419
2524
|
readonly outputs: readonly [];
|
|
2420
2525
|
readonly stateMutability: "nonpayable";
|
|
2526
|
+
}, {
|
|
2527
|
+
readonly type: "function";
|
|
2528
|
+
readonly name: "setTransferValidator";
|
|
2529
|
+
readonly inputs: readonly [{
|
|
2530
|
+
readonly name: "validator";
|
|
2531
|
+
readonly type: "address";
|
|
2532
|
+
readonly internalType: "address";
|
|
2533
|
+
}];
|
|
2534
|
+
readonly outputs: readonly [];
|
|
2535
|
+
readonly stateMutability: "nonpayable";
|
|
2421
2536
|
}, {
|
|
2422
2537
|
readonly type: "function";
|
|
2423
2538
|
readonly name: "supportsInterface";
|
|
@@ -2938,6 +3053,21 @@ export declare const seriesImageAbi: readonly [{
|
|
|
2938
3053
|
readonly internalType: "uint256";
|
|
2939
3054
|
}];
|
|
2940
3055
|
readonly anonymous: false;
|
|
3056
|
+
}, {
|
|
3057
|
+
readonly type: "event";
|
|
3058
|
+
readonly name: "TransferValidatorUpdated";
|
|
3059
|
+
readonly inputs: readonly [{
|
|
3060
|
+
readonly name: "oldValidator";
|
|
3061
|
+
readonly type: "address";
|
|
3062
|
+
readonly indexed: false;
|
|
3063
|
+
readonly internalType: "address";
|
|
3064
|
+
}, {
|
|
3065
|
+
readonly name: "newValidator";
|
|
3066
|
+
readonly type: "address";
|
|
3067
|
+
readonly indexed: false;
|
|
3068
|
+
readonly internalType: "address";
|
|
3069
|
+
}];
|
|
3070
|
+
readonly anonymous: false;
|
|
2941
3071
|
}, {
|
|
2942
3072
|
readonly type: "error";
|
|
2943
3073
|
readonly name: "AccountBalanceOverflow";
|
|
@@ -2970,6 +3100,10 @@ export declare const seriesImageAbi: readonly [{
|
|
|
2970
3100
|
readonly type: "error";
|
|
2971
3101
|
readonly name: "InvalidMaxInvocations";
|
|
2972
3102
|
readonly inputs: readonly [];
|
|
3103
|
+
}, {
|
|
3104
|
+
readonly type: "error";
|
|
3105
|
+
readonly name: "InvalidTransferValidator";
|
|
3106
|
+
readonly inputs: readonly [];
|
|
2973
3107
|
}, {
|
|
2974
3108
|
readonly type: "error";
|
|
2975
3109
|
readonly name: "MaxInvocationsBelowFloor";
|
|
@@ -3002,6 +3136,10 @@ export declare const seriesImageAbi: readonly [{
|
|
|
3002
3136
|
readonly type: "error";
|
|
3003
3137
|
readonly name: "NonexistentToken";
|
|
3004
3138
|
readonly inputs: readonly [];
|
|
3139
|
+
}, {
|
|
3140
|
+
readonly type: "error";
|
|
3141
|
+
readonly name: "NotCreatorToken";
|
|
3142
|
+
readonly inputs: readonly [];
|
|
3005
3143
|
}, {
|
|
3006
3144
|
readonly type: "error";
|
|
3007
3145
|
readonly name: "NotInitializing";
|
|
@@ -3103,6 +3241,10 @@ export declare const seriesCodeFactoryAbi: readonly [{
|
|
|
3103
3241
|
readonly name: "royaltyBps";
|
|
3104
3242
|
readonly type: "uint16";
|
|
3105
3243
|
readonly internalType: "uint16";
|
|
3244
|
+
}, {
|
|
3245
|
+
readonly name: "transferValidator";
|
|
3246
|
+
readonly type: "address";
|
|
3247
|
+
readonly internalType: "address";
|
|
3106
3248
|
}, {
|
|
3107
3249
|
readonly name: "maxInvocations";
|
|
3108
3250
|
readonly type: "uint256";
|
|
@@ -3224,6 +3366,10 @@ export declare const seriesCodeFactoryAbi: readonly [{
|
|
|
3224
3366
|
readonly name: "royaltyBps";
|
|
3225
3367
|
readonly type: "uint16";
|
|
3226
3368
|
readonly internalType: "uint16";
|
|
3369
|
+
}, {
|
|
3370
|
+
readonly name: "transferValidator";
|
|
3371
|
+
readonly type: "address";
|
|
3372
|
+
readonly internalType: "address";
|
|
3227
3373
|
}, {
|
|
3228
3374
|
readonly name: "maxInvocations";
|
|
3229
3375
|
readonly type: "uint256";
|
|
@@ -3556,6 +3702,38 @@ export declare const seriesCodeAbi: readonly [{
|
|
|
3556
3702
|
readonly internalType: "bytes";
|
|
3557
3703
|
}];
|
|
3558
3704
|
readonly stateMutability: "view";
|
|
3705
|
+
}, {
|
|
3706
|
+
readonly type: "function";
|
|
3707
|
+
readonly name: "contractParamKeys";
|
|
3708
|
+
readonly inputs: readonly [];
|
|
3709
|
+
readonly outputs: readonly [{
|
|
3710
|
+
readonly name: "";
|
|
3711
|
+
readonly type: "bytes32[]";
|
|
3712
|
+
readonly internalType: "bytes32[]";
|
|
3713
|
+
}];
|
|
3714
|
+
readonly stateMutability: "view";
|
|
3715
|
+
}, {
|
|
3716
|
+
readonly type: "function";
|
|
3717
|
+
readonly name: "contractParamKeysPaged";
|
|
3718
|
+
readonly inputs: readonly [{
|
|
3719
|
+
readonly name: "";
|
|
3720
|
+
readonly type: "uint256";
|
|
3721
|
+
readonly internalType: "uint256";
|
|
3722
|
+
}, {
|
|
3723
|
+
readonly name: "";
|
|
3724
|
+
readonly type: "uint256";
|
|
3725
|
+
readonly internalType: "uint256";
|
|
3726
|
+
}];
|
|
3727
|
+
readonly outputs: readonly [{
|
|
3728
|
+
readonly name: "";
|
|
3729
|
+
readonly type: "bytes32[]";
|
|
3730
|
+
readonly internalType: "bytes32[]";
|
|
3731
|
+
}, {
|
|
3732
|
+
readonly name: "";
|
|
3733
|
+
readonly type: "uint256";
|
|
3734
|
+
readonly internalType: "uint256";
|
|
3735
|
+
}];
|
|
3736
|
+
readonly stateMutability: "view";
|
|
3559
3737
|
}, {
|
|
3560
3738
|
readonly type: "function";
|
|
3561
3739
|
readonly name: "contractURI";
|
|
@@ -3692,6 +3870,30 @@ export declare const seriesCodeAbi: readonly [{
|
|
|
3692
3870
|
readonly internalType: "address";
|
|
3693
3871
|
}];
|
|
3694
3872
|
readonly stateMutability: "view";
|
|
3873
|
+
}, {
|
|
3874
|
+
readonly type: "function";
|
|
3875
|
+
readonly name: "getTransferValidationFunction";
|
|
3876
|
+
readonly inputs: readonly [];
|
|
3877
|
+
readonly outputs: readonly [{
|
|
3878
|
+
readonly name: "functionSignature";
|
|
3879
|
+
readonly type: "bytes4";
|
|
3880
|
+
readonly internalType: "bytes4";
|
|
3881
|
+
}, {
|
|
3882
|
+
readonly name: "isViewFunction";
|
|
3883
|
+
readonly type: "bool";
|
|
3884
|
+
readonly internalType: "bool";
|
|
3885
|
+
}];
|
|
3886
|
+
readonly stateMutability: "pure";
|
|
3887
|
+
}, {
|
|
3888
|
+
readonly type: "function";
|
|
3889
|
+
readonly name: "getTransferValidator";
|
|
3890
|
+
readonly inputs: readonly [];
|
|
3891
|
+
readonly outputs: readonly [{
|
|
3892
|
+
readonly name: "validator";
|
|
3893
|
+
readonly type: "address";
|
|
3894
|
+
readonly internalType: "address";
|
|
3895
|
+
}];
|
|
3896
|
+
readonly stateMutability: "view";
|
|
3695
3897
|
}, {
|
|
3696
3898
|
readonly type: "function";
|
|
3697
3899
|
readonly name: "initialize";
|
|
@@ -3735,6 +3937,10 @@ export declare const seriesCodeAbi: readonly [{
|
|
|
3735
3937
|
readonly name: "royaltyBps";
|
|
3736
3938
|
readonly type: "uint16";
|
|
3737
3939
|
readonly internalType: "uint16";
|
|
3940
|
+
}, {
|
|
3941
|
+
readonly name: "transferValidator";
|
|
3942
|
+
readonly type: "address";
|
|
3943
|
+
readonly internalType: "address";
|
|
3738
3944
|
}, {
|
|
3739
3945
|
readonly name: "maxInvocations";
|
|
3740
3946
|
readonly type: "uint256";
|
|
@@ -4000,15 +4206,15 @@ export declare const seriesCodeAbi: readonly [{
|
|
|
4000
4206
|
readonly name: "paramHooks";
|
|
4001
4207
|
readonly inputs: readonly [];
|
|
4002
4208
|
readonly outputs: readonly [{
|
|
4003
|
-
readonly name: "
|
|
4209
|
+
readonly name: "";
|
|
4004
4210
|
readonly type: "address";
|
|
4005
4211
|
readonly internalType: "address";
|
|
4006
4212
|
}, {
|
|
4007
|
-
readonly name: "
|
|
4213
|
+
readonly name: "";
|
|
4008
4214
|
readonly type: "address";
|
|
4009
4215
|
readonly internalType: "address";
|
|
4010
4216
|
}, {
|
|
4011
|
-
readonly name: "
|
|
4217
|
+
readonly name: "";
|
|
4012
4218
|
readonly type: "address";
|
|
4013
4219
|
readonly internalType: "address";
|
|
4014
4220
|
}];
|
|
@@ -4017,44 +4223,76 @@ export declare const seriesCodeAbi: readonly [{
|
|
|
4017
4223
|
readonly type: "function";
|
|
4018
4224
|
readonly name: "paramSchema";
|
|
4019
4225
|
readonly inputs: readonly [{
|
|
4020
|
-
readonly name: "
|
|
4226
|
+
readonly name: "";
|
|
4021
4227
|
readonly type: "bytes32";
|
|
4022
4228
|
readonly internalType: "bytes32";
|
|
4023
4229
|
}];
|
|
4024
4230
|
readonly outputs: readonly [{
|
|
4025
|
-
readonly name: "
|
|
4231
|
+
readonly name: "";
|
|
4026
4232
|
readonly type: "bool";
|
|
4027
4233
|
readonly internalType: "bool";
|
|
4028
4234
|
}, {
|
|
4029
|
-
readonly name: "
|
|
4235
|
+
readonly name: "";
|
|
4030
4236
|
readonly type: "uint8";
|
|
4031
4237
|
readonly internalType: "enum IAbxConfigurableParams.ParamType";
|
|
4032
4238
|
}, {
|
|
4033
|
-
readonly name: "
|
|
4239
|
+
readonly name: "";
|
|
4034
4240
|
readonly type: "uint8";
|
|
4035
4241
|
readonly internalType: "enum IAbxConfigurableParams.AuthOption";
|
|
4036
4242
|
}, {
|
|
4037
|
-
readonly name: "
|
|
4243
|
+
readonly name: "";
|
|
4038
4244
|
readonly type: "address";
|
|
4039
4245
|
readonly internalType: "address";
|
|
4040
4246
|
}, {
|
|
4041
|
-
readonly name: "
|
|
4247
|
+
readonly name: "";
|
|
4042
4248
|
readonly type: "uint48";
|
|
4043
4249
|
readonly internalType: "uint48";
|
|
4044
4250
|
}, {
|
|
4045
|
-
readonly name: "
|
|
4251
|
+
readonly name: "";
|
|
4046
4252
|
readonly type: "bytes32";
|
|
4047
4253
|
readonly internalType: "bytes32";
|
|
4048
4254
|
}, {
|
|
4049
|
-
readonly name: "
|
|
4255
|
+
readonly name: "";
|
|
4050
4256
|
readonly type: "bytes32";
|
|
4051
4257
|
readonly internalType: "bytes32";
|
|
4052
4258
|
}, {
|
|
4053
|
-
readonly name: "
|
|
4259
|
+
readonly name: "";
|
|
4054
4260
|
readonly type: "string[]";
|
|
4055
4261
|
readonly internalType: "string[]";
|
|
4056
4262
|
}];
|
|
4057
4263
|
readonly stateMutability: "view";
|
|
4264
|
+
}, {
|
|
4265
|
+
readonly type: "function";
|
|
4266
|
+
readonly name: "paramSchemaKeys";
|
|
4267
|
+
readonly inputs: readonly [];
|
|
4268
|
+
readonly outputs: readonly [{
|
|
4269
|
+
readonly name: "";
|
|
4270
|
+
readonly type: "bytes32[]";
|
|
4271
|
+
readonly internalType: "bytes32[]";
|
|
4272
|
+
}];
|
|
4273
|
+
readonly stateMutability: "view";
|
|
4274
|
+
}, {
|
|
4275
|
+
readonly type: "function";
|
|
4276
|
+
readonly name: "paramSchemaKeysPaged";
|
|
4277
|
+
readonly inputs: readonly [{
|
|
4278
|
+
readonly name: "";
|
|
4279
|
+
readonly type: "uint256";
|
|
4280
|
+
readonly internalType: "uint256";
|
|
4281
|
+
}, {
|
|
4282
|
+
readonly name: "";
|
|
4283
|
+
readonly type: "uint256";
|
|
4284
|
+
readonly internalType: "uint256";
|
|
4285
|
+
}];
|
|
4286
|
+
readonly outputs: readonly [{
|
|
4287
|
+
readonly name: "";
|
|
4288
|
+
readonly type: "bytes32[]";
|
|
4289
|
+
readonly internalType: "bytes32[]";
|
|
4290
|
+
}, {
|
|
4291
|
+
readonly name: "";
|
|
4292
|
+
readonly type: "uint256";
|
|
4293
|
+
readonly internalType: "uint256";
|
|
4294
|
+
}];
|
|
4295
|
+
readonly stateMutability: "view";
|
|
4058
4296
|
}, {
|
|
4059
4297
|
readonly type: "function";
|
|
4060
4298
|
readonly name: "paused";
|
|
@@ -4559,6 +4797,16 @@ export declare const seriesCodeAbi: readonly [{
|
|
|
4559
4797
|
}];
|
|
4560
4798
|
readonly outputs: readonly [];
|
|
4561
4799
|
readonly stateMutability: "nonpayable";
|
|
4800
|
+
}, {
|
|
4801
|
+
readonly type: "function";
|
|
4802
|
+
readonly name: "setTransferValidator";
|
|
4803
|
+
readonly inputs: readonly [{
|
|
4804
|
+
readonly name: "validator";
|
|
4805
|
+
readonly type: "address";
|
|
4806
|
+
readonly internalType: "address";
|
|
4807
|
+
}];
|
|
4808
|
+
readonly outputs: readonly [];
|
|
4809
|
+
readonly stateMutability: "nonpayable";
|
|
4562
4810
|
}, {
|
|
4563
4811
|
readonly type: "function";
|
|
4564
4812
|
readonly name: "supportsInterface";
|
|
@@ -4667,6 +4915,46 @@ export declare const seriesCodeAbi: readonly [{
|
|
|
4667
4915
|
readonly internalType: "bytes";
|
|
4668
4916
|
}];
|
|
4669
4917
|
readonly stateMutability: "view";
|
|
4918
|
+
}, {
|
|
4919
|
+
readonly type: "function";
|
|
4920
|
+
readonly name: "tokenParamKeys";
|
|
4921
|
+
readonly inputs: readonly [{
|
|
4922
|
+
readonly name: "";
|
|
4923
|
+
readonly type: "uint256";
|
|
4924
|
+
readonly internalType: "uint256";
|
|
4925
|
+
}];
|
|
4926
|
+
readonly outputs: readonly [{
|
|
4927
|
+
readonly name: "";
|
|
4928
|
+
readonly type: "bytes32[]";
|
|
4929
|
+
readonly internalType: "bytes32[]";
|
|
4930
|
+
}];
|
|
4931
|
+
readonly stateMutability: "view";
|
|
4932
|
+
}, {
|
|
4933
|
+
readonly type: "function";
|
|
4934
|
+
readonly name: "tokenParamKeysPaged";
|
|
4935
|
+
readonly inputs: readonly [{
|
|
4936
|
+
readonly name: "";
|
|
4937
|
+
readonly type: "uint256";
|
|
4938
|
+
readonly internalType: "uint256";
|
|
4939
|
+
}, {
|
|
4940
|
+
readonly name: "";
|
|
4941
|
+
readonly type: "uint256";
|
|
4942
|
+
readonly internalType: "uint256";
|
|
4943
|
+
}, {
|
|
4944
|
+
readonly name: "";
|
|
4945
|
+
readonly type: "uint256";
|
|
4946
|
+
readonly internalType: "uint256";
|
|
4947
|
+
}];
|
|
4948
|
+
readonly outputs: readonly [{
|
|
4949
|
+
readonly name: "";
|
|
4950
|
+
readonly type: "bytes32[]";
|
|
4951
|
+
readonly internalType: "bytes32[]";
|
|
4952
|
+
}, {
|
|
4953
|
+
readonly name: "";
|
|
4954
|
+
readonly type: "uint256";
|
|
4955
|
+
readonly internalType: "uint256";
|
|
4956
|
+
}];
|
|
4957
|
+
readonly stateMutability: "view";
|
|
4670
4958
|
}, {
|
|
4671
4959
|
readonly type: "function";
|
|
4672
4960
|
readonly name: "tokenURI";
|
|
@@ -5358,6 +5646,21 @@ export declare const seriesCodeAbi: readonly [{
|
|
|
5358
5646
|
readonly internalType: "uint256";
|
|
5359
5647
|
}];
|
|
5360
5648
|
readonly anonymous: false;
|
|
5649
|
+
}, {
|
|
5650
|
+
readonly type: "event";
|
|
5651
|
+
readonly name: "TransferValidatorUpdated";
|
|
5652
|
+
readonly inputs: readonly [{
|
|
5653
|
+
readonly name: "oldValidator";
|
|
5654
|
+
readonly type: "address";
|
|
5655
|
+
readonly indexed: false;
|
|
5656
|
+
readonly internalType: "address";
|
|
5657
|
+
}, {
|
|
5658
|
+
readonly name: "newValidator";
|
|
5659
|
+
readonly type: "address";
|
|
5660
|
+
readonly indexed: false;
|
|
5661
|
+
readonly internalType: "address";
|
|
5662
|
+
}];
|
|
5663
|
+
readonly anonymous: false;
|
|
5361
5664
|
}, {
|
|
5362
5665
|
readonly type: "error";
|
|
5363
5666
|
readonly name: "AccountBalanceOverflow";
|
|
@@ -5394,6 +5697,10 @@ export declare const seriesCodeAbi: readonly [{
|
|
|
5394
5697
|
readonly type: "error";
|
|
5395
5698
|
readonly name: "InvalidMaxInvocations";
|
|
5396
5699
|
readonly inputs: readonly [];
|
|
5700
|
+
}, {
|
|
5701
|
+
readonly type: "error";
|
|
5702
|
+
readonly name: "InvalidTransferValidator";
|
|
5703
|
+
readonly inputs: readonly [];
|
|
5397
5704
|
}, {
|
|
5398
5705
|
readonly type: "error";
|
|
5399
5706
|
readonly name: "MaxInvocationsBelowFloor";
|
|
@@ -5426,6 +5733,10 @@ export declare const seriesCodeAbi: readonly [{
|
|
|
5426
5733
|
readonly type: "error";
|
|
5427
5734
|
readonly name: "NonexistentToken";
|
|
5428
5735
|
readonly inputs: readonly [];
|
|
5736
|
+
}, {
|
|
5737
|
+
readonly type: "error";
|
|
5738
|
+
readonly name: "NotCreatorToken";
|
|
5739
|
+
readonly inputs: readonly [];
|
|
5429
5740
|
}, {
|
|
5430
5741
|
readonly type: "error";
|
|
5431
5742
|
readonly name: "NotInitializing";
|
|
@@ -5513,6 +5824,194 @@ export declare const abxSeedSourceAbi: readonly [{
|
|
|
5513
5824
|
}];
|
|
5514
5825
|
export declare const abxSeedSourceBytecode: `0x${string}`;
|
|
5515
5826
|
export declare const abxParamsLibAbi: readonly [{
|
|
5827
|
+
readonly type: "function";
|
|
5828
|
+
readonly name: "contractParamKeys";
|
|
5829
|
+
readonly inputs: readonly [];
|
|
5830
|
+
readonly outputs: readonly [{
|
|
5831
|
+
readonly name: "keys";
|
|
5832
|
+
readonly type: "bytes32[]";
|
|
5833
|
+
readonly internalType: "bytes32[]";
|
|
5834
|
+
}];
|
|
5835
|
+
readonly stateMutability: "view";
|
|
5836
|
+
}, {
|
|
5837
|
+
readonly type: "function";
|
|
5838
|
+
readonly name: "contractParamKeysPaged";
|
|
5839
|
+
readonly inputs: readonly [{
|
|
5840
|
+
readonly name: "start";
|
|
5841
|
+
readonly type: "uint256";
|
|
5842
|
+
readonly internalType: "uint256";
|
|
5843
|
+
}, {
|
|
5844
|
+
readonly name: "count";
|
|
5845
|
+
readonly type: "uint256";
|
|
5846
|
+
readonly internalType: "uint256";
|
|
5847
|
+
}];
|
|
5848
|
+
readonly outputs: readonly [{
|
|
5849
|
+
readonly name: "keys";
|
|
5850
|
+
readonly type: "bytes32[]";
|
|
5851
|
+
readonly internalType: "bytes32[]";
|
|
5852
|
+
}, {
|
|
5853
|
+
readonly name: "total";
|
|
5854
|
+
readonly type: "uint256";
|
|
5855
|
+
readonly internalType: "uint256";
|
|
5856
|
+
}];
|
|
5857
|
+
readonly stateMutability: "view";
|
|
5858
|
+
}, {
|
|
5859
|
+
readonly type: "function";
|
|
5860
|
+
readonly name: "delegateRegistry";
|
|
5861
|
+
readonly inputs: readonly [];
|
|
5862
|
+
readonly outputs: readonly [{
|
|
5863
|
+
readonly name: "";
|
|
5864
|
+
readonly type: "address";
|
|
5865
|
+
readonly internalType: "address";
|
|
5866
|
+
}];
|
|
5867
|
+
readonly stateMutability: "view";
|
|
5868
|
+
}, {
|
|
5869
|
+
readonly type: "function";
|
|
5870
|
+
readonly name: "hasSchema";
|
|
5871
|
+
readonly inputs: readonly [{
|
|
5872
|
+
readonly name: "key";
|
|
5873
|
+
readonly type: "bytes32";
|
|
5874
|
+
readonly internalType: "bytes32";
|
|
5875
|
+
}];
|
|
5876
|
+
readonly outputs: readonly [{
|
|
5877
|
+
readonly name: "";
|
|
5878
|
+
readonly type: "bool";
|
|
5879
|
+
readonly internalType: "bool";
|
|
5880
|
+
}];
|
|
5881
|
+
readonly stateMutability: "view";
|
|
5882
|
+
}, {
|
|
5883
|
+
readonly type: "function";
|
|
5884
|
+
readonly name: "paramHooks";
|
|
5885
|
+
readonly inputs: readonly [];
|
|
5886
|
+
readonly outputs: readonly [{
|
|
5887
|
+
readonly name: "configureHook";
|
|
5888
|
+
readonly type: "address";
|
|
5889
|
+
readonly internalType: "address";
|
|
5890
|
+
}, {
|
|
5891
|
+
readonly name: "augmentHook";
|
|
5892
|
+
readonly type: "address";
|
|
5893
|
+
readonly internalType: "address";
|
|
5894
|
+
}, {
|
|
5895
|
+
readonly name: "transferHook";
|
|
5896
|
+
readonly type: "address";
|
|
5897
|
+
readonly internalType: "address";
|
|
5898
|
+
}];
|
|
5899
|
+
readonly stateMutability: "view";
|
|
5900
|
+
}, {
|
|
5901
|
+
readonly type: "function";
|
|
5902
|
+
readonly name: "paramSchema";
|
|
5903
|
+
readonly inputs: readonly [{
|
|
5904
|
+
readonly name: "key";
|
|
5905
|
+
readonly type: "bytes32";
|
|
5906
|
+
readonly internalType: "bytes32";
|
|
5907
|
+
}];
|
|
5908
|
+
readonly outputs: readonly [{
|
|
5909
|
+
readonly name: "exists";
|
|
5910
|
+
readonly type: "bool";
|
|
5911
|
+
readonly internalType: "bool";
|
|
5912
|
+
}, {
|
|
5913
|
+
readonly name: "paramType";
|
|
5914
|
+
readonly type: "IAbxConfigurableParams.ParamType";
|
|
5915
|
+
readonly internalType: "enum IAbxConfigurableParams.ParamType";
|
|
5916
|
+
}, {
|
|
5917
|
+
readonly name: "auth";
|
|
5918
|
+
readonly type: "IAbxConfigurableParams.AuthOption";
|
|
5919
|
+
readonly internalType: "enum IAbxConfigurableParams.AuthOption";
|
|
5920
|
+
}, {
|
|
5921
|
+
readonly name: "authAddress";
|
|
5922
|
+
readonly type: "address";
|
|
5923
|
+
readonly internalType: "address";
|
|
5924
|
+
}, {
|
|
5925
|
+
readonly name: "lockAfter";
|
|
5926
|
+
readonly type: "uint48";
|
|
5927
|
+
readonly internalType: "uint48";
|
|
5928
|
+
}, {
|
|
5929
|
+
readonly name: "min";
|
|
5930
|
+
readonly type: "bytes32";
|
|
5931
|
+
readonly internalType: "bytes32";
|
|
5932
|
+
}, {
|
|
5933
|
+
readonly name: "max";
|
|
5934
|
+
readonly type: "bytes32";
|
|
5935
|
+
readonly internalType: "bytes32";
|
|
5936
|
+
}, {
|
|
5937
|
+
readonly name: "selectOptions";
|
|
5938
|
+
readonly type: "string[]";
|
|
5939
|
+
readonly internalType: "string[]";
|
|
5940
|
+
}];
|
|
5941
|
+
readonly stateMutability: "view";
|
|
5942
|
+
}, {
|
|
5943
|
+
readonly type: "function";
|
|
5944
|
+
readonly name: "paramSchemaKeys";
|
|
5945
|
+
readonly inputs: readonly [];
|
|
5946
|
+
readonly outputs: readonly [{
|
|
5947
|
+
readonly name: "keys";
|
|
5948
|
+
readonly type: "bytes32[]";
|
|
5949
|
+
readonly internalType: "bytes32[]";
|
|
5950
|
+
}];
|
|
5951
|
+
readonly stateMutability: "view";
|
|
5952
|
+
}, {
|
|
5953
|
+
readonly type: "function";
|
|
5954
|
+
readonly name: "paramSchemaKeysPaged";
|
|
5955
|
+
readonly inputs: readonly [{
|
|
5956
|
+
readonly name: "start";
|
|
5957
|
+
readonly type: "uint256";
|
|
5958
|
+
readonly internalType: "uint256";
|
|
5959
|
+
}, {
|
|
5960
|
+
readonly name: "count";
|
|
5961
|
+
readonly type: "uint256";
|
|
5962
|
+
readonly internalType: "uint256";
|
|
5963
|
+
}];
|
|
5964
|
+
readonly outputs: readonly [{
|
|
5965
|
+
readonly name: "keys";
|
|
5966
|
+
readonly type: "bytes32[]";
|
|
5967
|
+
readonly internalType: "bytes32[]";
|
|
5968
|
+
}, {
|
|
5969
|
+
readonly name: "total";
|
|
5970
|
+
readonly type: "uint256";
|
|
5971
|
+
readonly internalType: "uint256";
|
|
5972
|
+
}];
|
|
5973
|
+
readonly stateMutability: "view";
|
|
5974
|
+
}, {
|
|
5975
|
+
readonly type: "function";
|
|
5976
|
+
readonly name: "tokenParamKeys";
|
|
5977
|
+
readonly inputs: readonly [{
|
|
5978
|
+
readonly name: "tokenId";
|
|
5979
|
+
readonly type: "uint256";
|
|
5980
|
+
readonly internalType: "uint256";
|
|
5981
|
+
}];
|
|
5982
|
+
readonly outputs: readonly [{
|
|
5983
|
+
readonly name: "keys";
|
|
5984
|
+
readonly type: "bytes32[]";
|
|
5985
|
+
readonly internalType: "bytes32[]";
|
|
5986
|
+
}];
|
|
5987
|
+
readonly stateMutability: "view";
|
|
5988
|
+
}, {
|
|
5989
|
+
readonly type: "function";
|
|
5990
|
+
readonly name: "tokenParamKeysPaged";
|
|
5991
|
+
readonly inputs: readonly [{
|
|
5992
|
+
readonly name: "tokenId";
|
|
5993
|
+
readonly type: "uint256";
|
|
5994
|
+
readonly internalType: "uint256";
|
|
5995
|
+
}, {
|
|
5996
|
+
readonly name: "start";
|
|
5997
|
+
readonly type: "uint256";
|
|
5998
|
+
readonly internalType: "uint256";
|
|
5999
|
+
}, {
|
|
6000
|
+
readonly name: "count";
|
|
6001
|
+
readonly type: "uint256";
|
|
6002
|
+
readonly internalType: "uint256";
|
|
6003
|
+
}];
|
|
6004
|
+
readonly outputs: readonly [{
|
|
6005
|
+
readonly name: "keys";
|
|
6006
|
+
readonly type: "bytes32[]";
|
|
6007
|
+
readonly internalType: "bytes32[]";
|
|
6008
|
+
}, {
|
|
6009
|
+
readonly name: "total";
|
|
6010
|
+
readonly type: "uint256";
|
|
6011
|
+
readonly internalType: "uint256";
|
|
6012
|
+
}];
|
|
6013
|
+
readonly stateMutability: "view";
|
|
6014
|
+
}, {
|
|
5516
6015
|
readonly type: "event";
|
|
5517
6016
|
readonly name: "BatchMetadataUpdate";
|
|
5518
6017
|
readonly inputs: readonly [{
|
|
@@ -6010,6 +6509,80 @@ export declare const abxMetadataRendererAbi: readonly [{
|
|
|
6010
6509
|
readonly internalType: "string";
|
|
6011
6510
|
}];
|
|
6012
6511
|
readonly stateMutability: "view";
|
|
6512
|
+
}, {
|
|
6513
|
+
readonly type: "function";
|
|
6514
|
+
readonly name: "paramDataOf";
|
|
6515
|
+
readonly inputs: readonly [{
|
|
6516
|
+
readonly name: "token";
|
|
6517
|
+
readonly type: "address";
|
|
6518
|
+
readonly internalType: "address";
|
|
6519
|
+
}, {
|
|
6520
|
+
readonly name: "tokenId";
|
|
6521
|
+
readonly type: "uint256";
|
|
6522
|
+
readonly internalType: "uint256";
|
|
6523
|
+
}, {
|
|
6524
|
+
readonly name: "key";
|
|
6525
|
+
readonly type: "bytes32";
|
|
6526
|
+
readonly internalType: "bytes32";
|
|
6527
|
+
}, {
|
|
6528
|
+
readonly name: "tokenScope";
|
|
6529
|
+
readonly type: "bool";
|
|
6530
|
+
readonly internalType: "bool";
|
|
6531
|
+
}];
|
|
6532
|
+
readonly outputs: readonly [{
|
|
6533
|
+
readonly name: "";
|
|
6534
|
+
readonly type: "bytes";
|
|
6535
|
+
readonly internalType: "bytes";
|
|
6536
|
+
}];
|
|
6537
|
+
readonly stateMutability: "view";
|
|
6538
|
+
}, {
|
|
6539
|
+
readonly type: "function";
|
|
6540
|
+
readonly name: "paramKeysOf";
|
|
6541
|
+
readonly inputs: readonly [{
|
|
6542
|
+
readonly name: "token";
|
|
6543
|
+
readonly type: "address";
|
|
6544
|
+
readonly internalType: "address";
|
|
6545
|
+
}, {
|
|
6546
|
+
readonly name: "tokenId";
|
|
6547
|
+
readonly type: "uint256";
|
|
6548
|
+
readonly internalType: "uint256";
|
|
6549
|
+
}, {
|
|
6550
|
+
readonly name: "tokenScope";
|
|
6551
|
+
readonly type: "bool";
|
|
6552
|
+
readonly internalType: "bool";
|
|
6553
|
+
}];
|
|
6554
|
+
readonly outputs: readonly [{
|
|
6555
|
+
readonly name: "";
|
|
6556
|
+
readonly type: "bytes32[]";
|
|
6557
|
+
readonly internalType: "bytes32[]";
|
|
6558
|
+
}];
|
|
6559
|
+
readonly stateMutability: "view";
|
|
6560
|
+
}, {
|
|
6561
|
+
readonly type: "function";
|
|
6562
|
+
readonly name: "paramSchemaOf";
|
|
6563
|
+
readonly inputs: readonly [{
|
|
6564
|
+
readonly name: "token";
|
|
6565
|
+
readonly type: "address";
|
|
6566
|
+
readonly internalType: "address";
|
|
6567
|
+
}, {
|
|
6568
|
+
readonly name: "key";
|
|
6569
|
+
readonly type: "bytes32";
|
|
6570
|
+
readonly internalType: "bytes32";
|
|
6571
|
+
}];
|
|
6572
|
+
readonly outputs: readonly [{
|
|
6573
|
+
readonly name: "exists";
|
|
6574
|
+
readonly type: "bool";
|
|
6575
|
+
readonly internalType: "bool";
|
|
6576
|
+
}, {
|
|
6577
|
+
readonly name: "paramType";
|
|
6578
|
+
readonly type: "uint8";
|
|
6579
|
+
readonly internalType: "enum IAbxConfigurableParams.ParamType";
|
|
6580
|
+
}, {
|
|
6581
|
+
readonly name: "selectOptions";
|
|
6582
|
+
readonly type: "string[]";
|
|
6583
|
+
readonly internalType: "string[]";
|
|
6584
|
+
}];
|
|
6585
|
+
readonly stateMutability: "view";
|
|
6013
6586
|
}, {
|
|
6014
6587
|
readonly type: "function";
|
|
6015
6588
|
readonly name: "specVersion";
|