@artblocks/abx-sdk 0.1.0-alpha.7 → 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 +424 -29
- package/dist/abi/generated.d.ts.map +1 -1
- package/dist/abi/generated.js +14 -14
- package/dist/abi/generated.js.map +1 -1
- package/dist/abi/index.d.ts +122 -29
- package/dist/abi/index.d.ts.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 +12 -5
- 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/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";
|
|
@@ -3561,7 +3707,7 @@ export declare const seriesCodeAbi: readonly [{
|
|
|
3561
3707
|
readonly name: "contractParamKeys";
|
|
3562
3708
|
readonly inputs: readonly [];
|
|
3563
3709
|
readonly outputs: readonly [{
|
|
3564
|
-
readonly name: "
|
|
3710
|
+
readonly name: "";
|
|
3565
3711
|
readonly type: "bytes32[]";
|
|
3566
3712
|
readonly internalType: "bytes32[]";
|
|
3567
3713
|
}];
|
|
@@ -3570,20 +3716,20 @@ export declare const seriesCodeAbi: readonly [{
|
|
|
3570
3716
|
readonly type: "function";
|
|
3571
3717
|
readonly name: "contractParamKeysPaged";
|
|
3572
3718
|
readonly inputs: readonly [{
|
|
3573
|
-
readonly name: "
|
|
3719
|
+
readonly name: "";
|
|
3574
3720
|
readonly type: "uint256";
|
|
3575
3721
|
readonly internalType: "uint256";
|
|
3576
3722
|
}, {
|
|
3577
|
-
readonly name: "
|
|
3723
|
+
readonly name: "";
|
|
3578
3724
|
readonly type: "uint256";
|
|
3579
3725
|
readonly internalType: "uint256";
|
|
3580
3726
|
}];
|
|
3581
3727
|
readonly outputs: readonly [{
|
|
3582
|
-
readonly name: "
|
|
3728
|
+
readonly name: "";
|
|
3583
3729
|
readonly type: "bytes32[]";
|
|
3584
3730
|
readonly internalType: "bytes32[]";
|
|
3585
3731
|
}, {
|
|
3586
|
-
readonly name: "
|
|
3732
|
+
readonly name: "";
|
|
3587
3733
|
readonly type: "uint256";
|
|
3588
3734
|
readonly internalType: "uint256";
|
|
3589
3735
|
}];
|
|
@@ -3724,6 +3870,30 @@ export declare const seriesCodeAbi: readonly [{
|
|
|
3724
3870
|
readonly internalType: "address";
|
|
3725
3871
|
}];
|
|
3726
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";
|
|
3727
3897
|
}, {
|
|
3728
3898
|
readonly type: "function";
|
|
3729
3899
|
readonly name: "initialize";
|
|
@@ -3767,6 +3937,10 @@ export declare const seriesCodeAbi: readonly [{
|
|
|
3767
3937
|
readonly name: "royaltyBps";
|
|
3768
3938
|
readonly type: "uint16";
|
|
3769
3939
|
readonly internalType: "uint16";
|
|
3940
|
+
}, {
|
|
3941
|
+
readonly name: "transferValidator";
|
|
3942
|
+
readonly type: "address";
|
|
3943
|
+
readonly internalType: "address";
|
|
3770
3944
|
}, {
|
|
3771
3945
|
readonly name: "maxInvocations";
|
|
3772
3946
|
readonly type: "uint256";
|
|
@@ -4032,15 +4206,15 @@ export declare const seriesCodeAbi: readonly [{
|
|
|
4032
4206
|
readonly name: "paramHooks";
|
|
4033
4207
|
readonly inputs: readonly [];
|
|
4034
4208
|
readonly outputs: readonly [{
|
|
4035
|
-
readonly name: "
|
|
4209
|
+
readonly name: "";
|
|
4036
4210
|
readonly type: "address";
|
|
4037
4211
|
readonly internalType: "address";
|
|
4038
4212
|
}, {
|
|
4039
|
-
readonly name: "
|
|
4213
|
+
readonly name: "";
|
|
4040
4214
|
readonly type: "address";
|
|
4041
4215
|
readonly internalType: "address";
|
|
4042
4216
|
}, {
|
|
4043
|
-
readonly name: "
|
|
4217
|
+
readonly name: "";
|
|
4044
4218
|
readonly type: "address";
|
|
4045
4219
|
readonly internalType: "address";
|
|
4046
4220
|
}];
|
|
@@ -4049,40 +4223,40 @@ export declare const seriesCodeAbi: readonly [{
|
|
|
4049
4223
|
readonly type: "function";
|
|
4050
4224
|
readonly name: "paramSchema";
|
|
4051
4225
|
readonly inputs: readonly [{
|
|
4052
|
-
readonly name: "
|
|
4226
|
+
readonly name: "";
|
|
4053
4227
|
readonly type: "bytes32";
|
|
4054
4228
|
readonly internalType: "bytes32";
|
|
4055
4229
|
}];
|
|
4056
4230
|
readonly outputs: readonly [{
|
|
4057
|
-
readonly name: "
|
|
4231
|
+
readonly name: "";
|
|
4058
4232
|
readonly type: "bool";
|
|
4059
4233
|
readonly internalType: "bool";
|
|
4060
4234
|
}, {
|
|
4061
|
-
readonly name: "
|
|
4235
|
+
readonly name: "";
|
|
4062
4236
|
readonly type: "uint8";
|
|
4063
4237
|
readonly internalType: "enum IAbxConfigurableParams.ParamType";
|
|
4064
4238
|
}, {
|
|
4065
|
-
readonly name: "
|
|
4239
|
+
readonly name: "";
|
|
4066
4240
|
readonly type: "uint8";
|
|
4067
4241
|
readonly internalType: "enum IAbxConfigurableParams.AuthOption";
|
|
4068
4242
|
}, {
|
|
4069
|
-
readonly name: "
|
|
4243
|
+
readonly name: "";
|
|
4070
4244
|
readonly type: "address";
|
|
4071
4245
|
readonly internalType: "address";
|
|
4072
4246
|
}, {
|
|
4073
|
-
readonly name: "
|
|
4247
|
+
readonly name: "";
|
|
4074
4248
|
readonly type: "uint48";
|
|
4075
4249
|
readonly internalType: "uint48";
|
|
4076
4250
|
}, {
|
|
4077
|
-
readonly name: "
|
|
4251
|
+
readonly name: "";
|
|
4078
4252
|
readonly type: "bytes32";
|
|
4079
4253
|
readonly internalType: "bytes32";
|
|
4080
4254
|
}, {
|
|
4081
|
-
readonly name: "
|
|
4255
|
+
readonly name: "";
|
|
4082
4256
|
readonly type: "bytes32";
|
|
4083
4257
|
readonly internalType: "bytes32";
|
|
4084
4258
|
}, {
|
|
4085
|
-
readonly name: "
|
|
4259
|
+
readonly name: "";
|
|
4086
4260
|
readonly type: "string[]";
|
|
4087
4261
|
readonly internalType: "string[]";
|
|
4088
4262
|
}];
|
|
@@ -4092,7 +4266,7 @@ export declare const seriesCodeAbi: readonly [{
|
|
|
4092
4266
|
readonly name: "paramSchemaKeys";
|
|
4093
4267
|
readonly inputs: readonly [];
|
|
4094
4268
|
readonly outputs: readonly [{
|
|
4095
|
-
readonly name: "
|
|
4269
|
+
readonly name: "";
|
|
4096
4270
|
readonly type: "bytes32[]";
|
|
4097
4271
|
readonly internalType: "bytes32[]";
|
|
4098
4272
|
}];
|
|
@@ -4101,20 +4275,20 @@ export declare const seriesCodeAbi: readonly [{
|
|
|
4101
4275
|
readonly type: "function";
|
|
4102
4276
|
readonly name: "paramSchemaKeysPaged";
|
|
4103
4277
|
readonly inputs: readonly [{
|
|
4104
|
-
readonly name: "
|
|
4278
|
+
readonly name: "";
|
|
4105
4279
|
readonly type: "uint256";
|
|
4106
4280
|
readonly internalType: "uint256";
|
|
4107
4281
|
}, {
|
|
4108
|
-
readonly name: "
|
|
4282
|
+
readonly name: "";
|
|
4109
4283
|
readonly type: "uint256";
|
|
4110
4284
|
readonly internalType: "uint256";
|
|
4111
4285
|
}];
|
|
4112
4286
|
readonly outputs: readonly [{
|
|
4113
|
-
readonly name: "
|
|
4287
|
+
readonly name: "";
|
|
4114
4288
|
readonly type: "bytes32[]";
|
|
4115
4289
|
readonly internalType: "bytes32[]";
|
|
4116
4290
|
}, {
|
|
4117
|
-
readonly name: "
|
|
4291
|
+
readonly name: "";
|
|
4118
4292
|
readonly type: "uint256";
|
|
4119
4293
|
readonly internalType: "uint256";
|
|
4120
4294
|
}];
|
|
@@ -4623,6 +4797,16 @@ export declare const seriesCodeAbi: readonly [{
|
|
|
4623
4797
|
}];
|
|
4624
4798
|
readonly outputs: readonly [];
|
|
4625
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";
|
|
4626
4810
|
}, {
|
|
4627
4811
|
readonly type: "function";
|
|
4628
4812
|
readonly name: "supportsInterface";
|
|
@@ -4735,12 +4919,12 @@ export declare const seriesCodeAbi: readonly [{
|
|
|
4735
4919
|
readonly type: "function";
|
|
4736
4920
|
readonly name: "tokenParamKeys";
|
|
4737
4921
|
readonly inputs: readonly [{
|
|
4738
|
-
readonly name: "
|
|
4922
|
+
readonly name: "";
|
|
4739
4923
|
readonly type: "uint256";
|
|
4740
4924
|
readonly internalType: "uint256";
|
|
4741
4925
|
}];
|
|
4742
4926
|
readonly outputs: readonly [{
|
|
4743
|
-
readonly name: "
|
|
4927
|
+
readonly name: "";
|
|
4744
4928
|
readonly type: "bytes32[]";
|
|
4745
4929
|
readonly internalType: "bytes32[]";
|
|
4746
4930
|
}];
|
|
@@ -4749,24 +4933,24 @@ export declare const seriesCodeAbi: readonly [{
|
|
|
4749
4933
|
readonly type: "function";
|
|
4750
4934
|
readonly name: "tokenParamKeysPaged";
|
|
4751
4935
|
readonly inputs: readonly [{
|
|
4752
|
-
readonly name: "
|
|
4936
|
+
readonly name: "";
|
|
4753
4937
|
readonly type: "uint256";
|
|
4754
4938
|
readonly internalType: "uint256";
|
|
4755
4939
|
}, {
|
|
4756
|
-
readonly name: "
|
|
4940
|
+
readonly name: "";
|
|
4757
4941
|
readonly type: "uint256";
|
|
4758
4942
|
readonly internalType: "uint256";
|
|
4759
4943
|
}, {
|
|
4760
|
-
readonly name: "
|
|
4944
|
+
readonly name: "";
|
|
4761
4945
|
readonly type: "uint256";
|
|
4762
4946
|
readonly internalType: "uint256";
|
|
4763
4947
|
}];
|
|
4764
4948
|
readonly outputs: readonly [{
|
|
4765
|
-
readonly name: "
|
|
4949
|
+
readonly name: "";
|
|
4766
4950
|
readonly type: "bytes32[]";
|
|
4767
4951
|
readonly internalType: "bytes32[]";
|
|
4768
4952
|
}, {
|
|
4769
|
-
readonly name: "
|
|
4953
|
+
readonly name: "";
|
|
4770
4954
|
readonly type: "uint256";
|
|
4771
4955
|
readonly internalType: "uint256";
|
|
4772
4956
|
}];
|
|
@@ -5462,6 +5646,21 @@ export declare const seriesCodeAbi: readonly [{
|
|
|
5462
5646
|
readonly internalType: "uint256";
|
|
5463
5647
|
}];
|
|
5464
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;
|
|
5465
5664
|
}, {
|
|
5466
5665
|
readonly type: "error";
|
|
5467
5666
|
readonly name: "AccountBalanceOverflow";
|
|
@@ -5498,6 +5697,10 @@ export declare const seriesCodeAbi: readonly [{
|
|
|
5498
5697
|
readonly type: "error";
|
|
5499
5698
|
readonly name: "InvalidMaxInvocations";
|
|
5500
5699
|
readonly inputs: readonly [];
|
|
5700
|
+
}, {
|
|
5701
|
+
readonly type: "error";
|
|
5702
|
+
readonly name: "InvalidTransferValidator";
|
|
5703
|
+
readonly inputs: readonly [];
|
|
5501
5704
|
}, {
|
|
5502
5705
|
readonly type: "error";
|
|
5503
5706
|
readonly name: "MaxInvocationsBelowFloor";
|
|
@@ -5530,6 +5733,10 @@ export declare const seriesCodeAbi: readonly [{
|
|
|
5530
5733
|
readonly type: "error";
|
|
5531
5734
|
readonly name: "NonexistentToken";
|
|
5532
5735
|
readonly inputs: readonly [];
|
|
5736
|
+
}, {
|
|
5737
|
+
readonly type: "error";
|
|
5738
|
+
readonly name: "NotCreatorToken";
|
|
5739
|
+
readonly inputs: readonly [];
|
|
5533
5740
|
}, {
|
|
5534
5741
|
readonly type: "error";
|
|
5535
5742
|
readonly name: "NotInitializing";
|
|
@@ -5617,6 +5824,194 @@ export declare const abxSeedSourceAbi: readonly [{
|
|
|
5617
5824
|
}];
|
|
5618
5825
|
export declare const abxSeedSourceBytecode: `0x${string}`;
|
|
5619
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
|
+
}, {
|
|
5620
6015
|
readonly type: "event";
|
|
5621
6016
|
readonly name: "BatchMetadataUpdate";
|
|
5622
6017
|
readonly inputs: readonly [{
|