@nevermined-io/core-kit 0.0.27 → 0.0.29
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/artifacts/generated.d.ts +2207 -109
- package/dist/artifacts/generated.d.ts.map +1 -1
- package/dist/artifacts/generated.js +903 -90
- package/dist/contracts/NFT1155ExpirableCredits.js +3 -3
- package/dist/models/NvmApiKey.d.ts +1 -1
- package/dist/models/NvmApiKey.d.ts.map +1 -1
- package/dist/models/NvmApiKey.js +2 -1
- package/package.json +1 -1
|
@@ -1166,9 +1166,9 @@ export declare const accessManagerAbi: readonly [{
|
|
|
1166
1166
|
}];
|
|
1167
1167
|
readonly name: "SafeCastOverflowedUintDowncast";
|
|
1168
1168
|
}];
|
|
1169
|
-
export declare const accessManagerAddress: "
|
|
1169
|
+
export declare const accessManagerAddress: "0x1DDb088818d2eDfe5F1a57789250E1d1210991d2";
|
|
1170
1170
|
export declare const accessManagerConfig: {
|
|
1171
|
-
readonly address: "
|
|
1171
|
+
readonly address: "0x1DDb088818d2eDfe5F1a57789250E1d1210991d2";
|
|
1172
1172
|
readonly abi: readonly [{
|
|
1173
1173
|
readonly type: "constructor";
|
|
1174
1174
|
readonly inputs: readonly [{
|
|
@@ -2538,9 +2538,9 @@ export declare const agreementsStoreAbi: readonly [{
|
|
|
2538
2538
|
}];
|
|
2539
2539
|
readonly name: "UUPSUnsupportedProxiableUUID";
|
|
2540
2540
|
}];
|
|
2541
|
-
export declare const agreementsStoreAddress: "
|
|
2541
|
+
export declare const agreementsStoreAddress: "0x8e870857Aba6d0123a6f4fe0316cF0942425540f";
|
|
2542
2542
|
export declare const agreementsStoreConfig: {
|
|
2543
|
-
readonly address: "
|
|
2543
|
+
readonly address: "0x8e870857Aba6d0123a6f4fe0316cF0942425540f";
|
|
2544
2544
|
readonly abi: readonly [{
|
|
2545
2545
|
readonly type: "function";
|
|
2546
2546
|
readonly inputs: readonly [];
|
|
@@ -5002,9 +5002,9 @@ export declare const assetsRegistryAbi: readonly [{
|
|
|
5002
5002
|
}];
|
|
5003
5003
|
readonly name: "UUPSUnsupportedProxiableUUID";
|
|
5004
5004
|
}];
|
|
5005
|
-
export declare const assetsRegistryAddress: "
|
|
5005
|
+
export declare const assetsRegistryAddress: "0xc45C70D2B12ec0a2f79c687c613bcce448C7b8f3";
|
|
5006
5006
|
export declare const assetsRegistryConfig: {
|
|
5007
|
-
readonly address: "
|
|
5007
|
+
readonly address: "0xc45C70D2B12ec0a2f79c687c613bcce448C7b8f3";
|
|
5008
5008
|
readonly abi: readonly [{
|
|
5009
5009
|
readonly type: "function";
|
|
5010
5010
|
readonly inputs: readonly [];
|
|
@@ -8736,6 +8736,73 @@ export declare const baseTestAbi: readonly [{
|
|
|
8736
8736
|
}];
|
|
8737
8737
|
readonly name: "logs";
|
|
8738
8738
|
}];
|
|
8739
|
+
export declare const configureAllAbi: readonly [{
|
|
8740
|
+
readonly type: "function";
|
|
8741
|
+
readonly inputs: readonly [];
|
|
8742
|
+
readonly name: "IS_SCRIPT";
|
|
8743
|
+
readonly outputs: readonly [{
|
|
8744
|
+
readonly name: "";
|
|
8745
|
+
readonly internalType: "bool";
|
|
8746
|
+
readonly type: "bool";
|
|
8747
|
+
}];
|
|
8748
|
+
readonly stateMutability: "view";
|
|
8749
|
+
}, {
|
|
8750
|
+
readonly type: "function";
|
|
8751
|
+
readonly inputs: readonly [];
|
|
8752
|
+
readonly name: "debug";
|
|
8753
|
+
readonly outputs: readonly [{
|
|
8754
|
+
readonly name: "";
|
|
8755
|
+
readonly internalType: "bool";
|
|
8756
|
+
readonly type: "bool";
|
|
8757
|
+
}];
|
|
8758
|
+
readonly stateMutability: "view";
|
|
8759
|
+
}, {
|
|
8760
|
+
readonly type: "function";
|
|
8761
|
+
readonly inputs: readonly [];
|
|
8762
|
+
readonly name: "feeReceiver";
|
|
8763
|
+
readonly outputs: readonly [{
|
|
8764
|
+
readonly name: "";
|
|
8765
|
+
readonly internalType: "address";
|
|
8766
|
+
readonly type: "address";
|
|
8767
|
+
}];
|
|
8768
|
+
readonly stateMutability: "view";
|
|
8769
|
+
}, {
|
|
8770
|
+
readonly type: "function";
|
|
8771
|
+
readonly inputs: readonly [];
|
|
8772
|
+
readonly name: "governor";
|
|
8773
|
+
readonly outputs: readonly [{
|
|
8774
|
+
readonly name: "";
|
|
8775
|
+
readonly internalType: "address";
|
|
8776
|
+
readonly type: "address";
|
|
8777
|
+
}];
|
|
8778
|
+
readonly stateMutability: "view";
|
|
8779
|
+
}, {
|
|
8780
|
+
readonly type: "function";
|
|
8781
|
+
readonly inputs: readonly [];
|
|
8782
|
+
readonly name: "networkFee";
|
|
8783
|
+
readonly outputs: readonly [{
|
|
8784
|
+
readonly name: "";
|
|
8785
|
+
readonly internalType: "uint256";
|
|
8786
|
+
readonly type: "uint256";
|
|
8787
|
+
}];
|
|
8788
|
+
readonly stateMutability: "view";
|
|
8789
|
+
}, {
|
|
8790
|
+
readonly type: "function";
|
|
8791
|
+
readonly inputs: readonly [];
|
|
8792
|
+
readonly name: "owner";
|
|
8793
|
+
readonly outputs: readonly [{
|
|
8794
|
+
readonly name: "";
|
|
8795
|
+
readonly internalType: "address";
|
|
8796
|
+
readonly type: "address";
|
|
8797
|
+
}];
|
|
8798
|
+
readonly stateMutability: "view";
|
|
8799
|
+
}, {
|
|
8800
|
+
readonly type: "function";
|
|
8801
|
+
readonly inputs: readonly [];
|
|
8802
|
+
readonly name: "run";
|
|
8803
|
+
readonly outputs: readonly [];
|
|
8804
|
+
readonly stateMutability: "nonpayable";
|
|
8805
|
+
}];
|
|
8739
8806
|
export declare const contextUpgradeableAbi: readonly [{
|
|
8740
8807
|
readonly type: "event";
|
|
8741
8808
|
readonly anonymous: false;
|
|
@@ -9059,6 +9126,10 @@ export declare const deployAllAbi: readonly [{
|
|
|
9059
9126
|
readonly name: "nftExpirableCredits";
|
|
9060
9127
|
readonly internalType: "contract NFT1155ExpirableCredits";
|
|
9061
9128
|
readonly type: "address";
|
|
9129
|
+
}, {
|
|
9130
|
+
readonly name: "nftExpirableCreditsV2";
|
|
9131
|
+
readonly internalType: "contract NFT1155ExpirableCreditsV2";
|
|
9132
|
+
readonly type: "address";
|
|
9062
9133
|
}, {
|
|
9063
9134
|
readonly name: "lockPaymentCondition";
|
|
9064
9135
|
readonly internalType: "contract LockPaymentCondition";
|
|
@@ -10429,6 +10500,41 @@ export declare const deployNftContractsAbi: readonly [{
|
|
|
10429
10500
|
readonly type: "address";
|
|
10430
10501
|
}];
|
|
10431
10502
|
readonly stateMutability: "nonpayable";
|
|
10503
|
+
}, {
|
|
10504
|
+
readonly type: "function";
|
|
10505
|
+
readonly inputs: readonly [{
|
|
10506
|
+
readonly name: "accessManagerAddress";
|
|
10507
|
+
readonly internalType: "contract IAccessManager";
|
|
10508
|
+
readonly type: "address";
|
|
10509
|
+
}, {
|
|
10510
|
+
readonly name: "assetsRegistryAddress";
|
|
10511
|
+
readonly internalType: "contract IAsset";
|
|
10512
|
+
readonly type: "address";
|
|
10513
|
+
}, {
|
|
10514
|
+
readonly name: "nftExpirableCreditsV2Salt";
|
|
10515
|
+
readonly internalType: "struct UpgradeableContractDeploySalt";
|
|
10516
|
+
readonly type: "tuple";
|
|
10517
|
+
readonly components: readonly [{
|
|
10518
|
+
readonly name: "proxySalt";
|
|
10519
|
+
readonly internalType: "bytes32";
|
|
10520
|
+
readonly type: "bytes32";
|
|
10521
|
+
}, {
|
|
10522
|
+
readonly name: "implementationSalt";
|
|
10523
|
+
readonly internalType: "bytes32";
|
|
10524
|
+
readonly type: "bytes32";
|
|
10525
|
+
}];
|
|
10526
|
+
}, {
|
|
10527
|
+
readonly name: "revertIfAlreadyDeployed";
|
|
10528
|
+
readonly internalType: "bool";
|
|
10529
|
+
readonly type: "bool";
|
|
10530
|
+
}];
|
|
10531
|
+
readonly name: "deployNFT1155ExpirableCreditsV2";
|
|
10532
|
+
readonly outputs: readonly [{
|
|
10533
|
+
readonly name: "nftExpirableCreditsV2";
|
|
10534
|
+
readonly internalType: "contract NFT1155ExpirableCreditsV2";
|
|
10535
|
+
readonly type: "address";
|
|
10536
|
+
}];
|
|
10537
|
+
readonly stateMutability: "nonpayable";
|
|
10432
10538
|
}, {
|
|
10433
10539
|
readonly type: "function";
|
|
10434
10540
|
readonly inputs: readonly [];
|
|
@@ -10509,6 +10615,19 @@ export declare const deployNftContractsAbi: readonly [{
|
|
|
10509
10615
|
readonly internalType: "bytes32";
|
|
10510
10616
|
readonly type: "bytes32";
|
|
10511
10617
|
}];
|
|
10618
|
+
}, {
|
|
10619
|
+
readonly name: "nftExpirableCreditsV2Salt";
|
|
10620
|
+
readonly internalType: "struct UpgradeableContractDeploySalt";
|
|
10621
|
+
readonly type: "tuple";
|
|
10622
|
+
readonly components: readonly [{
|
|
10623
|
+
readonly name: "proxySalt";
|
|
10624
|
+
readonly internalType: "bytes32";
|
|
10625
|
+
readonly type: "bytes32";
|
|
10626
|
+
}, {
|
|
10627
|
+
readonly name: "implementationSalt";
|
|
10628
|
+
readonly internalType: "bytes32";
|
|
10629
|
+
readonly type: "bytes32";
|
|
10630
|
+
}];
|
|
10512
10631
|
}, {
|
|
10513
10632
|
readonly name: "revertIfAlreadyDeployed";
|
|
10514
10633
|
readonly internalType: "bool";
|
|
@@ -10523,6 +10642,10 @@ export declare const deployNftContractsAbi: readonly [{
|
|
|
10523
10642
|
readonly name: "";
|
|
10524
10643
|
readonly internalType: "contract NFT1155ExpirableCredits";
|
|
10525
10644
|
readonly type: "address";
|
|
10645
|
+
}, {
|
|
10646
|
+
readonly name: "";
|
|
10647
|
+
readonly internalType: "contract NFT1155ExpirableCreditsV2";
|
|
10648
|
+
readonly type: "address";
|
|
10526
10649
|
}];
|
|
10527
10650
|
readonly stateMutability: "nonpayable";
|
|
10528
10651
|
}, {
|
|
@@ -10573,6 +10696,14 @@ export declare const deployNftContractsAbi: readonly [{
|
|
|
10573
10696
|
readonly type: "address";
|
|
10574
10697
|
}];
|
|
10575
10698
|
readonly name: "NFT1155ExpirableCreditsDeployment_InvalidAuthority";
|
|
10699
|
+
}, {
|
|
10700
|
+
readonly type: "error";
|
|
10701
|
+
readonly inputs: readonly [{
|
|
10702
|
+
readonly name: "authority";
|
|
10703
|
+
readonly internalType: "address";
|
|
10704
|
+
readonly type: "address";
|
|
10705
|
+
}];
|
|
10706
|
+
readonly name: "NFT1155ExpirableCreditsV2Deployment_InvalidAuthority";
|
|
10576
10707
|
}, {
|
|
10577
10708
|
readonly type: "error";
|
|
10578
10709
|
readonly inputs: readonly [{
|
|
@@ -11368,9 +11499,9 @@ export declare const distributePaymentsConditionAbi: readonly [{
|
|
|
11368
11499
|
}];
|
|
11369
11500
|
readonly name: "UUPSUnsupportedProxiableUUID";
|
|
11370
11501
|
}];
|
|
11371
|
-
export declare const distributePaymentsConditionAddress: "
|
|
11502
|
+
export declare const distributePaymentsConditionAddress: "0x40652c6C1E258CD2EBC6b84179c62FE4A5cBD25f";
|
|
11372
11503
|
export declare const distributePaymentsConditionConfig: {
|
|
11373
|
-
readonly address: "
|
|
11504
|
+
readonly address: "0x40652c6C1E258CD2EBC6b84179c62FE4A5cBD25f";
|
|
11374
11505
|
readonly abi: readonly [{
|
|
11375
11506
|
readonly type: "function";
|
|
11376
11507
|
readonly inputs: readonly [];
|
|
@@ -12881,9 +13012,9 @@ export declare const fiatPaymentTemplateAbi: readonly [{
|
|
|
12881
13012
|
}];
|
|
12882
13013
|
readonly name: "UUPSUnsupportedProxiableUUID";
|
|
12883
13014
|
}];
|
|
12884
|
-
export declare const fiatPaymentTemplateAddress: "
|
|
13015
|
+
export declare const fiatPaymentTemplateAddress: "0x74B83f32eC22fE0e64C2B9938aA37FEdF3D390D4";
|
|
12885
13016
|
export declare const fiatPaymentTemplateConfig: {
|
|
12886
|
-
readonly address: "
|
|
13017
|
+
readonly address: "0x74B83f32eC22fE0e64C2B9938aA37FEdF3D390D4";
|
|
12887
13018
|
readonly abi: readonly [{
|
|
12888
13019
|
readonly type: "function";
|
|
12889
13020
|
readonly inputs: readonly [];
|
|
@@ -13523,9 +13654,9 @@ export declare const fiatSettlementConditionAbi: readonly [{
|
|
|
13523
13654
|
}];
|
|
13524
13655
|
readonly name: "UUPSUnsupportedProxiableUUID";
|
|
13525
13656
|
}];
|
|
13526
|
-
export declare const fiatSettlementConditionAddress: "
|
|
13657
|
+
export declare const fiatSettlementConditionAddress: "0x42aDd5e0C20FCD6c73762a1a35860C876E2E06B5";
|
|
13527
13658
|
export declare const fiatSettlementConditionConfig: {
|
|
13528
|
-
readonly address: "
|
|
13659
|
+
readonly address: "0x42aDd5e0C20FCD6c73762a1a35860C876E2E06B5";
|
|
13529
13660
|
readonly abi: readonly [{
|
|
13530
13661
|
readonly type: "function";
|
|
13531
13662
|
readonly inputs: readonly [];
|
|
@@ -14165,9 +14296,9 @@ export declare const fixedPaymentTemplateAbi: readonly [{
|
|
|
14165
14296
|
}];
|
|
14166
14297
|
readonly name: "UUPSUnsupportedProxiableUUID";
|
|
14167
14298
|
}];
|
|
14168
|
-
export declare const fixedPaymentTemplateAddress: "
|
|
14299
|
+
export declare const fixedPaymentTemplateAddress: "0xB53c88df92bdc06d18F018fBebcFAc613c82a4a4";
|
|
14169
14300
|
export declare const fixedPaymentTemplateConfig: {
|
|
14170
|
-
readonly address: "
|
|
14301
|
+
readonly address: "0xB53c88df92bdc06d18F018fBebcFAc613c82a4a4";
|
|
14171
14302
|
readonly abi: readonly [{
|
|
14172
14303
|
readonly type: "function";
|
|
14173
14304
|
readonly inputs: readonly [];
|
|
@@ -17433,43 +17564,6 @@ export declare const ierc20MetadataAbi: readonly [{
|
|
|
17433
17564
|
}];
|
|
17434
17565
|
readonly name: "Transfer";
|
|
17435
17566
|
}];
|
|
17436
|
-
export declare const ierc2981Abi: readonly [{
|
|
17437
|
-
readonly type: "function";
|
|
17438
|
-
readonly inputs: readonly [{
|
|
17439
|
-
readonly name: "tokenId";
|
|
17440
|
-
readonly internalType: "uint256";
|
|
17441
|
-
readonly type: "uint256";
|
|
17442
|
-
}, {
|
|
17443
|
-
readonly name: "salePrice";
|
|
17444
|
-
readonly internalType: "uint256";
|
|
17445
|
-
readonly type: "uint256";
|
|
17446
|
-
}];
|
|
17447
|
-
readonly name: "royaltyInfo";
|
|
17448
|
-
readonly outputs: readonly [{
|
|
17449
|
-
readonly name: "receiver";
|
|
17450
|
-
readonly internalType: "address";
|
|
17451
|
-
readonly type: "address";
|
|
17452
|
-
}, {
|
|
17453
|
-
readonly name: "royaltyAmount";
|
|
17454
|
-
readonly internalType: "uint256";
|
|
17455
|
-
readonly type: "uint256";
|
|
17456
|
-
}];
|
|
17457
|
-
readonly stateMutability: "view";
|
|
17458
|
-
}, {
|
|
17459
|
-
readonly type: "function";
|
|
17460
|
-
readonly inputs: readonly [{
|
|
17461
|
-
readonly name: "interfaceId";
|
|
17462
|
-
readonly internalType: "bytes4";
|
|
17463
|
-
readonly type: "bytes4";
|
|
17464
|
-
}];
|
|
17465
|
-
readonly name: "supportsInterface";
|
|
17466
|
-
readonly outputs: readonly [{
|
|
17467
|
-
readonly name: "";
|
|
17468
|
-
readonly internalType: "bool";
|
|
17469
|
-
readonly type: "bool";
|
|
17470
|
-
}];
|
|
17471
|
-
readonly stateMutability: "view";
|
|
17472
|
-
}];
|
|
17473
17567
|
export declare const ierc5267Abi: readonly [{
|
|
17474
17568
|
readonly type: "function";
|
|
17475
17569
|
readonly inputs: readonly [];
|
|
@@ -19092,9 +19186,9 @@ export declare const lockPaymentConditionAbi: readonly [{
|
|
|
19092
19186
|
}];
|
|
19093
19187
|
readonly name: "UnsupportedPriceTypeOption";
|
|
19094
19188
|
}];
|
|
19095
|
-
export declare const lockPaymentConditionAddress: "
|
|
19189
|
+
export declare const lockPaymentConditionAddress: "0x69743e22cAAF1A14B927529635813e42E4b2ed2d";
|
|
19096
19190
|
export declare const lockPaymentConditionConfig: {
|
|
19097
|
-
readonly address: "
|
|
19191
|
+
readonly address: "0x69743e22cAAF1A14B927529635813e42E4b2ed2d";
|
|
19098
19192
|
readonly abi: readonly [{
|
|
19099
19193
|
readonly type: "function";
|
|
19100
19194
|
readonly inputs: readonly [];
|
|
@@ -19528,6 +19622,10 @@ export declare const managePermissionsAbi: readonly [{
|
|
|
19528
19622
|
readonly name: "nftExpirableCredits";
|
|
19529
19623
|
readonly internalType: "contract NFT1155ExpirableCredits";
|
|
19530
19624
|
readonly type: "address";
|
|
19625
|
+
}, {
|
|
19626
|
+
readonly name: "nftExpirableCreditsV2";
|
|
19627
|
+
readonly internalType: "contract NFT1155ExpirableCreditsV2";
|
|
19628
|
+
readonly type: "address";
|
|
19531
19629
|
}, {
|
|
19532
19630
|
readonly name: "lockPaymentCondition";
|
|
19533
19631
|
readonly internalType: "contract LockPaymentCondition";
|
|
@@ -21205,9 +21303,9 @@ export declare const nft1155CreditsAbi: readonly [{
|
|
|
21205
21303
|
}];
|
|
21206
21304
|
readonly name: "UUPSUnsupportedProxiableUUID";
|
|
21207
21305
|
}];
|
|
21208
|
-
export declare const nft1155CreditsAddress: "
|
|
21306
|
+
export declare const nft1155CreditsAddress: "0xa37DAe507dD1bb426De19f330605f98b148319FB";
|
|
21209
21307
|
export declare const nft1155CreditsConfig: {
|
|
21210
|
-
readonly address: "
|
|
21308
|
+
readonly address: "0xa37DAe507dD1bb426De19f330605f98b148319FB";
|
|
21211
21309
|
readonly abi: readonly [{
|
|
21212
21310
|
readonly type: "function";
|
|
21213
21311
|
readonly inputs: readonly [];
|
|
@@ -23795,9 +23893,9 @@ export declare const nft1155ExpirableCreditsAbi: readonly [{
|
|
|
23795
23893
|
}];
|
|
23796
23894
|
readonly name: "UUPSUnsupportedProxiableUUID";
|
|
23797
23895
|
}];
|
|
23798
|
-
export declare const nft1155ExpirableCreditsAddress: "
|
|
23896
|
+
export declare const nft1155ExpirableCreditsAddress: "0xaDD09CeBAC628cC7489C8266D6e25Bd1B8Ff0025";
|
|
23799
23897
|
export declare const nft1155ExpirableCreditsConfig: {
|
|
23800
|
-
readonly address: "
|
|
23898
|
+
readonly address: "0xaDD09CeBAC628cC7489C8266D6e25Bd1B8Ff0025";
|
|
23801
23899
|
readonly abi: readonly [{
|
|
23802
23900
|
readonly type: "function";
|
|
23803
23901
|
readonly inputs: readonly [];
|
|
@@ -24735,7 +24833,7 @@ export declare const nft1155ExpirableCreditsConfig: {
|
|
|
24735
24833
|
readonly name: "UUPSUnsupportedProxiableUUID";
|
|
24736
24834
|
}];
|
|
24737
24835
|
};
|
|
24738
|
-
export declare const
|
|
24836
|
+
export declare const nft1155ExpirableCreditsMockAbi: readonly [{
|
|
24739
24837
|
readonly type: "function";
|
|
24740
24838
|
readonly inputs: readonly [];
|
|
24741
24839
|
readonly name: "UPGRADE_INTERFACE_VERSION";
|
|
@@ -25691,7 +25789,7 @@ export declare const nft1155ExpirableCreditsV2Abi: readonly [{
|
|
|
25691
25789
|
}];
|
|
25692
25790
|
readonly name: "UUPSUnsupportedProxiableUUID";
|
|
25693
25791
|
}];
|
|
25694
|
-
export declare const
|
|
25792
|
+
export declare const nft1155ExpirableCreditsV2Abi: readonly [{
|
|
25695
25793
|
readonly type: "function";
|
|
25696
25794
|
readonly inputs: readonly [];
|
|
25697
25795
|
readonly name: "UPGRADE_INTERFACE_VERSION";
|
|
@@ -25714,75 +25812,1959 @@ export declare const nvmConfigAbi: readonly [{
|
|
|
25714
25812
|
}, {
|
|
25715
25813
|
readonly type: "function";
|
|
25716
25814
|
readonly inputs: readonly [{
|
|
25717
|
-
readonly name: "
|
|
25718
|
-
readonly internalType: "
|
|
25719
|
-
readonly type: "
|
|
25815
|
+
readonly name: "_owner";
|
|
25816
|
+
readonly internalType: "address";
|
|
25817
|
+
readonly type: "address";
|
|
25818
|
+
}, {
|
|
25819
|
+
readonly name: "_planId";
|
|
25820
|
+
readonly internalType: "uint256";
|
|
25821
|
+
readonly type: "uint256";
|
|
25720
25822
|
}];
|
|
25721
|
-
readonly name: "
|
|
25722
|
-
readonly outputs: readonly [];
|
|
25723
|
-
readonly stateMutability: "nonpayable";
|
|
25724
|
-
}, {
|
|
25725
|
-
readonly type: "function";
|
|
25726
|
-
readonly inputs: readonly [];
|
|
25727
|
-
readonly name: "getDefaultFeeController";
|
|
25823
|
+
readonly name: "balanceOf";
|
|
25728
25824
|
readonly outputs: readonly [{
|
|
25729
25825
|
readonly name: "";
|
|
25730
|
-
readonly internalType: "
|
|
25731
|
-
readonly type: "
|
|
25826
|
+
readonly internalType: "uint256";
|
|
25827
|
+
readonly type: "uint256";
|
|
25732
25828
|
}];
|
|
25733
25829
|
readonly stateMutability: "view";
|
|
25734
25830
|
}, {
|
|
25735
25831
|
readonly type: "function";
|
|
25736
|
-
readonly inputs: readonly [
|
|
25737
|
-
|
|
25832
|
+
readonly inputs: readonly [{
|
|
25833
|
+
readonly name: "_owners";
|
|
25834
|
+
readonly internalType: "address[]";
|
|
25835
|
+
readonly type: "address[]";
|
|
25836
|
+
}, {
|
|
25837
|
+
readonly name: "_ids";
|
|
25838
|
+
readonly internalType: "uint256[]";
|
|
25839
|
+
readonly type: "uint256[]";
|
|
25840
|
+
}];
|
|
25841
|
+
readonly name: "balanceOfBatch";
|
|
25738
25842
|
readonly outputs: readonly [{
|
|
25739
25843
|
readonly name: "";
|
|
25740
|
-
readonly internalType: "
|
|
25741
|
-
readonly type: "
|
|
25844
|
+
readonly internalType: "uint256[]";
|
|
25845
|
+
readonly type: "uint256[]";
|
|
25742
25846
|
}];
|
|
25743
25847
|
readonly stateMutability: "view";
|
|
25744
25848
|
}, {
|
|
25745
25849
|
readonly type: "function";
|
|
25746
25850
|
readonly inputs: readonly [{
|
|
25747
|
-
readonly name: "
|
|
25748
|
-
readonly internalType: "
|
|
25749
|
-
readonly type: "
|
|
25750
|
-
}];
|
|
25751
|
-
readonly name: "getParameter";
|
|
25752
|
-
readonly outputs: readonly [{
|
|
25753
|
-
readonly name: "value";
|
|
25754
|
-
readonly internalType: "bytes";
|
|
25755
|
-
readonly type: "bytes";
|
|
25851
|
+
readonly name: "_from";
|
|
25852
|
+
readonly internalType: "address";
|
|
25853
|
+
readonly type: "address";
|
|
25756
25854
|
}, {
|
|
25757
|
-
readonly name: "
|
|
25758
|
-
readonly internalType: "
|
|
25759
|
-
readonly type: "
|
|
25855
|
+
readonly name: "_planId";
|
|
25856
|
+
readonly internalType: "uint256";
|
|
25857
|
+
readonly type: "uint256";
|
|
25760
25858
|
}, {
|
|
25761
|
-
readonly name: "
|
|
25859
|
+
readonly name: "_value";
|
|
25860
|
+
readonly internalType: "uint256";
|
|
25861
|
+
readonly type: "uint256";
|
|
25862
|
+
}, {
|
|
25863
|
+
readonly name: "_keyspace";
|
|
25762
25864
|
readonly internalType: "uint256";
|
|
25763
25865
|
readonly type: "uint256";
|
|
25866
|
+
}, {
|
|
25867
|
+
readonly name: "_signature";
|
|
25868
|
+
readonly internalType: "bytes";
|
|
25869
|
+
readonly type: "bytes";
|
|
25764
25870
|
}];
|
|
25765
|
-
readonly
|
|
25871
|
+
readonly name: "burn";
|
|
25872
|
+
readonly outputs: readonly [];
|
|
25873
|
+
readonly stateMutability: "nonpayable";
|
|
25766
25874
|
}, {
|
|
25767
25875
|
readonly type: "function";
|
|
25768
25876
|
readonly inputs: readonly [{
|
|
25769
|
-
readonly name: "
|
|
25770
|
-
readonly internalType: "
|
|
25877
|
+
readonly name: "_from";
|
|
25878
|
+
readonly internalType: "address";
|
|
25771
25879
|
readonly type: "address";
|
|
25772
25880
|
}, {
|
|
25773
|
-
readonly name: "
|
|
25774
|
-
readonly internalType: "
|
|
25775
|
-
readonly type: "
|
|
25881
|
+
readonly name: "_ids";
|
|
25882
|
+
readonly internalType: "uint256[]";
|
|
25883
|
+
readonly type: "uint256[]";
|
|
25884
|
+
}, {
|
|
25885
|
+
readonly name: "_values";
|
|
25886
|
+
readonly internalType: "uint256[]";
|
|
25887
|
+
readonly type: "uint256[]";
|
|
25888
|
+
}, {
|
|
25889
|
+
readonly name: "_keyspace";
|
|
25890
|
+
readonly internalType: "uint256";
|
|
25891
|
+
readonly type: "uint256";
|
|
25892
|
+
}, {
|
|
25893
|
+
readonly name: "_signature";
|
|
25894
|
+
readonly internalType: "bytes";
|
|
25895
|
+
readonly type: "bytes";
|
|
25776
25896
|
}];
|
|
25777
|
-
readonly name: "
|
|
25897
|
+
readonly name: "burnBatch";
|
|
25778
25898
|
readonly outputs: readonly [];
|
|
25779
25899
|
readonly stateMutability: "nonpayable";
|
|
25780
25900
|
}, {
|
|
25781
25901
|
readonly type: "function";
|
|
25782
25902
|
readonly inputs: readonly [];
|
|
25783
|
-
readonly name: "
|
|
25903
|
+
readonly name: "eip712Domain";
|
|
25784
25904
|
readonly outputs: readonly [{
|
|
25785
|
-
readonly name: "";
|
|
25905
|
+
readonly name: "fields";
|
|
25906
|
+
readonly internalType: "bytes1";
|
|
25907
|
+
readonly type: "bytes1";
|
|
25908
|
+
}, {
|
|
25909
|
+
readonly name: "name";
|
|
25910
|
+
readonly internalType: "string";
|
|
25911
|
+
readonly type: "string";
|
|
25912
|
+
}, {
|
|
25913
|
+
readonly name: "version";
|
|
25914
|
+
readonly internalType: "string";
|
|
25915
|
+
readonly type: "string";
|
|
25916
|
+
}, {
|
|
25917
|
+
readonly name: "chainId";
|
|
25918
|
+
readonly internalType: "uint256";
|
|
25919
|
+
readonly type: "uint256";
|
|
25920
|
+
}, {
|
|
25921
|
+
readonly name: "verifyingContract";
|
|
25922
|
+
readonly internalType: "address";
|
|
25923
|
+
readonly type: "address";
|
|
25924
|
+
}, {
|
|
25925
|
+
readonly name: "salt";
|
|
25926
|
+
readonly internalType: "bytes32";
|
|
25927
|
+
readonly type: "bytes32";
|
|
25928
|
+
}, {
|
|
25929
|
+
readonly name: "extensions";
|
|
25930
|
+
readonly internalType: "uint256[]";
|
|
25931
|
+
readonly type: "uint256[]";
|
|
25932
|
+
}];
|
|
25933
|
+
readonly stateMutability: "view";
|
|
25934
|
+
}, {
|
|
25935
|
+
readonly type: "function";
|
|
25936
|
+
readonly inputs: readonly [{
|
|
25937
|
+
readonly name: "_proof";
|
|
25938
|
+
readonly internalType: "struct INFT1155.CreditsBurnProofData";
|
|
25939
|
+
readonly type: "tuple";
|
|
25940
|
+
readonly components: readonly [{
|
|
25941
|
+
readonly name: "keyspace";
|
|
25942
|
+
readonly internalType: "uint256";
|
|
25943
|
+
readonly type: "uint256";
|
|
25944
|
+
}, {
|
|
25945
|
+
readonly name: "nonce";
|
|
25946
|
+
readonly internalType: "uint256";
|
|
25947
|
+
readonly type: "uint256";
|
|
25948
|
+
}, {
|
|
25949
|
+
readonly name: "planIds";
|
|
25950
|
+
readonly internalType: "uint256[]";
|
|
25951
|
+
readonly type: "uint256[]";
|
|
25952
|
+
}];
|
|
25953
|
+
}];
|
|
25954
|
+
readonly name: "hashCreditsBurnProof";
|
|
25955
|
+
readonly outputs: readonly [{
|
|
25956
|
+
readonly name: "";
|
|
25957
|
+
readonly internalType: "bytes32";
|
|
25958
|
+
readonly type: "bytes32";
|
|
25959
|
+
}];
|
|
25960
|
+
readonly stateMutability: "view";
|
|
25961
|
+
}, {
|
|
25962
|
+
readonly type: "function";
|
|
25963
|
+
readonly inputs: readonly [{
|
|
25964
|
+
readonly name: "_authority";
|
|
25965
|
+
readonly internalType: "contract IAccessManager";
|
|
25966
|
+
readonly type: "address";
|
|
25967
|
+
}, {
|
|
25968
|
+
readonly name: "_assetsRegistryAddress";
|
|
25969
|
+
readonly internalType: "contract IAsset";
|
|
25970
|
+
readonly type: "address";
|
|
25971
|
+
}, {
|
|
25972
|
+
readonly name: "";
|
|
25973
|
+
readonly internalType: "string";
|
|
25974
|
+
readonly type: "string";
|
|
25975
|
+
}, {
|
|
25976
|
+
readonly name: "";
|
|
25977
|
+
readonly internalType: "string";
|
|
25978
|
+
readonly type: "string";
|
|
25979
|
+
}];
|
|
25980
|
+
readonly name: "initialize";
|
|
25981
|
+
readonly outputs: readonly [];
|
|
25982
|
+
readonly stateMutability: "nonpayable";
|
|
25983
|
+
}, {
|
|
25984
|
+
readonly type: "function";
|
|
25985
|
+
readonly inputs: readonly [{
|
|
25986
|
+
readonly name: "account";
|
|
25987
|
+
readonly internalType: "address";
|
|
25988
|
+
readonly type: "address";
|
|
25989
|
+
}, {
|
|
25990
|
+
readonly name: "operator";
|
|
25991
|
+
readonly internalType: "address";
|
|
25992
|
+
readonly type: "address";
|
|
25993
|
+
}];
|
|
25994
|
+
readonly name: "isApprovedForAll";
|
|
25995
|
+
readonly outputs: readonly [{
|
|
25996
|
+
readonly name: "";
|
|
25997
|
+
readonly internalType: "bool";
|
|
25998
|
+
readonly type: "bool";
|
|
25999
|
+
}];
|
|
26000
|
+
readonly stateMutability: "view";
|
|
26001
|
+
}, {
|
|
26002
|
+
readonly type: "function";
|
|
26003
|
+
readonly inputs: readonly [];
|
|
26004
|
+
readonly name: "isConsumingScheduledOp";
|
|
26005
|
+
readonly outputs: readonly [{
|
|
26006
|
+
readonly name: "";
|
|
26007
|
+
readonly internalType: "bytes4";
|
|
26008
|
+
readonly type: "bytes4";
|
|
26009
|
+
}];
|
|
26010
|
+
readonly stateMutability: "view";
|
|
26011
|
+
}, {
|
|
26012
|
+
readonly type: "function";
|
|
26013
|
+
readonly inputs: readonly [{
|
|
26014
|
+
readonly name: "_to";
|
|
26015
|
+
readonly internalType: "address";
|
|
26016
|
+
readonly type: "address";
|
|
26017
|
+
}, {
|
|
26018
|
+
readonly name: "_planId";
|
|
26019
|
+
readonly internalType: "uint256";
|
|
26020
|
+
readonly type: "uint256";
|
|
26021
|
+
}, {
|
|
26022
|
+
readonly name: "_value";
|
|
26023
|
+
readonly internalType: "uint256";
|
|
26024
|
+
readonly type: "uint256";
|
|
26025
|
+
}, {
|
|
26026
|
+
readonly name: "_data";
|
|
26027
|
+
readonly internalType: "bytes";
|
|
26028
|
+
readonly type: "bytes";
|
|
26029
|
+
}];
|
|
26030
|
+
readonly name: "mint";
|
|
26031
|
+
readonly outputs: readonly [];
|
|
26032
|
+
readonly stateMutability: "nonpayable";
|
|
26033
|
+
}, {
|
|
26034
|
+
readonly type: "function";
|
|
26035
|
+
readonly inputs: readonly [{
|
|
26036
|
+
readonly name: "_to";
|
|
26037
|
+
readonly internalType: "address";
|
|
26038
|
+
readonly type: "address";
|
|
26039
|
+
}, {
|
|
26040
|
+
readonly name: "_planId";
|
|
26041
|
+
readonly internalType: "uint256";
|
|
26042
|
+
readonly type: "uint256";
|
|
26043
|
+
}, {
|
|
26044
|
+
readonly name: "_value";
|
|
26045
|
+
readonly internalType: "uint256";
|
|
26046
|
+
readonly type: "uint256";
|
|
26047
|
+
}, {
|
|
26048
|
+
readonly name: "_secsDuration";
|
|
26049
|
+
readonly internalType: "uint256";
|
|
26050
|
+
readonly type: "uint256";
|
|
26051
|
+
}, {
|
|
26052
|
+
readonly name: "_data";
|
|
26053
|
+
readonly internalType: "bytes";
|
|
26054
|
+
readonly type: "bytes";
|
|
26055
|
+
}];
|
|
26056
|
+
readonly name: "mint";
|
|
26057
|
+
readonly outputs: readonly [];
|
|
26058
|
+
readonly stateMutability: "nonpayable";
|
|
26059
|
+
}, {
|
|
26060
|
+
readonly type: "function";
|
|
26061
|
+
readonly inputs: readonly [{
|
|
26062
|
+
readonly name: "_to";
|
|
26063
|
+
readonly internalType: "address";
|
|
26064
|
+
readonly type: "address";
|
|
26065
|
+
}, {
|
|
26066
|
+
readonly name: "_ids";
|
|
26067
|
+
readonly internalType: "uint256[]";
|
|
26068
|
+
readonly type: "uint256[]";
|
|
26069
|
+
}, {
|
|
26070
|
+
readonly name: "_values";
|
|
26071
|
+
readonly internalType: "uint256[]";
|
|
26072
|
+
readonly type: "uint256[]";
|
|
26073
|
+
}, {
|
|
26074
|
+
readonly name: "_data";
|
|
26075
|
+
readonly internalType: "bytes";
|
|
26076
|
+
readonly type: "bytes";
|
|
26077
|
+
}];
|
|
26078
|
+
readonly name: "mintBatch";
|
|
26079
|
+
readonly outputs: readonly [];
|
|
26080
|
+
readonly stateMutability: "nonpayable";
|
|
26081
|
+
}, {
|
|
26082
|
+
readonly type: "function";
|
|
26083
|
+
readonly inputs: readonly [{
|
|
26084
|
+
readonly name: "_to";
|
|
26085
|
+
readonly internalType: "address";
|
|
26086
|
+
readonly type: "address";
|
|
26087
|
+
}, {
|
|
26088
|
+
readonly name: "_ids";
|
|
26089
|
+
readonly internalType: "uint256[]";
|
|
26090
|
+
readonly type: "uint256[]";
|
|
26091
|
+
}, {
|
|
26092
|
+
readonly name: "_values";
|
|
26093
|
+
readonly internalType: "uint256[]";
|
|
26094
|
+
readonly type: "uint256[]";
|
|
26095
|
+
}, {
|
|
26096
|
+
readonly name: "_secsDurations";
|
|
26097
|
+
readonly internalType: "uint256[]";
|
|
26098
|
+
readonly type: "uint256[]";
|
|
26099
|
+
}, {
|
|
26100
|
+
readonly name: "_data";
|
|
26101
|
+
readonly internalType: "bytes";
|
|
26102
|
+
readonly type: "bytes";
|
|
26103
|
+
}];
|
|
26104
|
+
readonly name: "mintBatch";
|
|
26105
|
+
readonly outputs: readonly [];
|
|
26106
|
+
readonly stateMutability: "nonpayable";
|
|
26107
|
+
}, {
|
|
26108
|
+
readonly type: "function";
|
|
26109
|
+
readonly inputs: readonly [{
|
|
26110
|
+
readonly name: "_sender";
|
|
26111
|
+
readonly internalType: "address";
|
|
26112
|
+
readonly type: "address";
|
|
26113
|
+
}, {
|
|
26114
|
+
readonly name: "_keyspaces";
|
|
26115
|
+
readonly internalType: "uint256[]";
|
|
26116
|
+
readonly type: "uint256[]";
|
|
26117
|
+
}];
|
|
26118
|
+
readonly name: "nextNonce";
|
|
26119
|
+
readonly outputs: readonly [{
|
|
26120
|
+
readonly name: "nonces";
|
|
26121
|
+
readonly internalType: "uint256[]";
|
|
26122
|
+
readonly type: "uint256[]";
|
|
26123
|
+
}];
|
|
26124
|
+
readonly stateMutability: "view";
|
|
26125
|
+
}, {
|
|
26126
|
+
readonly type: "function";
|
|
26127
|
+
readonly inputs: readonly [];
|
|
26128
|
+
readonly name: "proxiableUUID";
|
|
26129
|
+
readonly outputs: readonly [{
|
|
26130
|
+
readonly name: "";
|
|
26131
|
+
readonly internalType: "bytes32";
|
|
26132
|
+
readonly type: "bytes32";
|
|
26133
|
+
}];
|
|
26134
|
+
readonly stateMutability: "view";
|
|
26135
|
+
}, {
|
|
26136
|
+
readonly type: "function";
|
|
26137
|
+
readonly inputs: readonly [{
|
|
26138
|
+
readonly name: "";
|
|
26139
|
+
readonly internalType: "address";
|
|
26140
|
+
readonly type: "address";
|
|
26141
|
+
}, {
|
|
26142
|
+
readonly name: "";
|
|
26143
|
+
readonly internalType: "address";
|
|
26144
|
+
readonly type: "address";
|
|
26145
|
+
}, {
|
|
26146
|
+
readonly name: "";
|
|
26147
|
+
readonly internalType: "uint256[]";
|
|
26148
|
+
readonly type: "uint256[]";
|
|
26149
|
+
}, {
|
|
26150
|
+
readonly name: "";
|
|
26151
|
+
readonly internalType: "uint256[]";
|
|
26152
|
+
readonly type: "uint256[]";
|
|
26153
|
+
}, {
|
|
26154
|
+
readonly name: "";
|
|
26155
|
+
readonly internalType: "bytes";
|
|
26156
|
+
readonly type: "bytes";
|
|
26157
|
+
}];
|
|
26158
|
+
readonly name: "safeBatchTransferFrom";
|
|
26159
|
+
readonly outputs: readonly [];
|
|
26160
|
+
readonly stateMutability: "nonpayable";
|
|
26161
|
+
}, {
|
|
26162
|
+
readonly type: "function";
|
|
26163
|
+
readonly inputs: readonly [{
|
|
26164
|
+
readonly name: "";
|
|
26165
|
+
readonly internalType: "address";
|
|
26166
|
+
readonly type: "address";
|
|
26167
|
+
}, {
|
|
26168
|
+
readonly name: "";
|
|
26169
|
+
readonly internalType: "address";
|
|
26170
|
+
readonly type: "address";
|
|
26171
|
+
}, {
|
|
26172
|
+
readonly name: "";
|
|
26173
|
+
readonly internalType: "uint256";
|
|
26174
|
+
readonly type: "uint256";
|
|
26175
|
+
}, {
|
|
26176
|
+
readonly name: "";
|
|
26177
|
+
readonly internalType: "uint256";
|
|
26178
|
+
readonly type: "uint256";
|
|
26179
|
+
}, {
|
|
26180
|
+
readonly name: "";
|
|
26181
|
+
readonly internalType: "bytes";
|
|
26182
|
+
readonly type: "bytes";
|
|
26183
|
+
}];
|
|
26184
|
+
readonly name: "safeTransferFrom";
|
|
26185
|
+
readonly outputs: readonly [];
|
|
26186
|
+
readonly stateMutability: "nonpayable";
|
|
26187
|
+
}, {
|
|
26188
|
+
readonly type: "function";
|
|
26189
|
+
readonly inputs: readonly [{
|
|
26190
|
+
readonly name: "operator";
|
|
26191
|
+
readonly internalType: "address";
|
|
26192
|
+
readonly type: "address";
|
|
26193
|
+
}, {
|
|
26194
|
+
readonly name: "approved";
|
|
26195
|
+
readonly internalType: "bool";
|
|
26196
|
+
readonly type: "bool";
|
|
26197
|
+
}];
|
|
26198
|
+
readonly name: "setApprovalForAll";
|
|
26199
|
+
readonly outputs: readonly [];
|
|
26200
|
+
readonly stateMutability: "nonpayable";
|
|
26201
|
+
}, {
|
|
26202
|
+
readonly type: "function";
|
|
26203
|
+
readonly inputs: readonly [{
|
|
26204
|
+
readonly name: "newAuthority";
|
|
26205
|
+
readonly internalType: "address";
|
|
26206
|
+
readonly type: "address";
|
|
26207
|
+
}];
|
|
26208
|
+
readonly name: "setAuthority";
|
|
26209
|
+
readonly outputs: readonly [];
|
|
26210
|
+
readonly stateMutability: "nonpayable";
|
|
26211
|
+
}, {
|
|
26212
|
+
readonly type: "function";
|
|
26213
|
+
readonly inputs: readonly [{
|
|
26214
|
+
readonly name: "interfaceId";
|
|
26215
|
+
readonly internalType: "bytes4";
|
|
26216
|
+
readonly type: "bytes4";
|
|
26217
|
+
}];
|
|
26218
|
+
readonly name: "supportsInterface";
|
|
26219
|
+
readonly outputs: readonly [{
|
|
26220
|
+
readonly name: "";
|
|
26221
|
+
readonly internalType: "bool";
|
|
26222
|
+
readonly type: "bool";
|
|
26223
|
+
}];
|
|
26224
|
+
readonly stateMutability: "view";
|
|
26225
|
+
}, {
|
|
26226
|
+
readonly type: "function";
|
|
26227
|
+
readonly inputs: readonly [{
|
|
26228
|
+
readonly name: "newImplementation";
|
|
26229
|
+
readonly internalType: "address";
|
|
26230
|
+
readonly type: "address";
|
|
26231
|
+
}, {
|
|
26232
|
+
readonly name: "data";
|
|
26233
|
+
readonly internalType: "bytes";
|
|
26234
|
+
readonly type: "bytes";
|
|
26235
|
+
}];
|
|
26236
|
+
readonly name: "upgradeToAndCall";
|
|
26237
|
+
readonly outputs: readonly [];
|
|
26238
|
+
readonly stateMutability: "payable";
|
|
26239
|
+
}, {
|
|
26240
|
+
readonly type: "function";
|
|
26241
|
+
readonly inputs: readonly [{
|
|
26242
|
+
readonly name: "";
|
|
26243
|
+
readonly internalType: "uint256";
|
|
26244
|
+
readonly type: "uint256";
|
|
26245
|
+
}];
|
|
26246
|
+
readonly name: "uri";
|
|
26247
|
+
readonly outputs: readonly [{
|
|
26248
|
+
readonly name: "";
|
|
26249
|
+
readonly internalType: "string";
|
|
26250
|
+
readonly type: "string";
|
|
26251
|
+
}];
|
|
26252
|
+
readonly stateMutability: "view";
|
|
26253
|
+
}, {
|
|
26254
|
+
readonly type: "event";
|
|
26255
|
+
readonly anonymous: false;
|
|
26256
|
+
readonly inputs: readonly [{
|
|
26257
|
+
readonly name: "account";
|
|
26258
|
+
readonly internalType: "address";
|
|
26259
|
+
readonly type: "address";
|
|
26260
|
+
readonly indexed: true;
|
|
26261
|
+
}, {
|
|
26262
|
+
readonly name: "operator";
|
|
26263
|
+
readonly internalType: "address";
|
|
26264
|
+
readonly type: "address";
|
|
26265
|
+
readonly indexed: true;
|
|
26266
|
+
}, {
|
|
26267
|
+
readonly name: "approved";
|
|
26268
|
+
readonly internalType: "bool";
|
|
26269
|
+
readonly type: "bool";
|
|
26270
|
+
readonly indexed: false;
|
|
26271
|
+
}];
|
|
26272
|
+
readonly name: "ApprovalForAll";
|
|
26273
|
+
}, {
|
|
26274
|
+
readonly type: "event";
|
|
26275
|
+
readonly anonymous: false;
|
|
26276
|
+
readonly inputs: readonly [{
|
|
26277
|
+
readonly name: "authority";
|
|
26278
|
+
readonly internalType: "address";
|
|
26279
|
+
readonly type: "address";
|
|
26280
|
+
readonly indexed: false;
|
|
26281
|
+
}];
|
|
26282
|
+
readonly name: "AuthorityUpdated";
|
|
26283
|
+
}, {
|
|
26284
|
+
readonly type: "event";
|
|
26285
|
+
readonly anonymous: false;
|
|
26286
|
+
readonly inputs: readonly [{
|
|
26287
|
+
readonly name: "_from";
|
|
26288
|
+
readonly internalType: "address";
|
|
26289
|
+
readonly type: "address";
|
|
26290
|
+
readonly indexed: true;
|
|
26291
|
+
}, {
|
|
26292
|
+
readonly name: "_planId";
|
|
26293
|
+
readonly internalType: "uint256";
|
|
26294
|
+
readonly type: "uint256";
|
|
26295
|
+
readonly indexed: false;
|
|
26296
|
+
}, {
|
|
26297
|
+
readonly name: "_value";
|
|
26298
|
+
readonly internalType: "uint256";
|
|
26299
|
+
readonly type: "uint256";
|
|
26300
|
+
readonly indexed: false;
|
|
26301
|
+
}, {
|
|
26302
|
+
readonly name: "_expiration";
|
|
26303
|
+
readonly internalType: "uint256";
|
|
26304
|
+
readonly type: "uint256";
|
|
26305
|
+
readonly indexed: false;
|
|
26306
|
+
}];
|
|
26307
|
+
readonly name: "Burned";
|
|
26308
|
+
}, {
|
|
26309
|
+
readonly type: "event";
|
|
26310
|
+
readonly anonymous: false;
|
|
26311
|
+
readonly inputs: readonly [];
|
|
26312
|
+
readonly name: "EIP712DomainChanged";
|
|
26313
|
+
}, {
|
|
26314
|
+
readonly type: "event";
|
|
26315
|
+
readonly anonymous: false;
|
|
26316
|
+
readonly inputs: readonly [{
|
|
26317
|
+
readonly name: "version";
|
|
26318
|
+
readonly internalType: "uint64";
|
|
26319
|
+
readonly type: "uint64";
|
|
26320
|
+
readonly indexed: false;
|
|
26321
|
+
}];
|
|
26322
|
+
readonly name: "Initialized";
|
|
26323
|
+
}, {
|
|
26324
|
+
readonly type: "event";
|
|
26325
|
+
readonly anonymous: false;
|
|
26326
|
+
readonly inputs: readonly [{
|
|
26327
|
+
readonly name: "_to";
|
|
26328
|
+
readonly internalType: "address";
|
|
26329
|
+
readonly type: "address";
|
|
26330
|
+
readonly indexed: true;
|
|
26331
|
+
}, {
|
|
26332
|
+
readonly name: "_planId";
|
|
26333
|
+
readonly internalType: "uint256";
|
|
26334
|
+
readonly type: "uint256";
|
|
26335
|
+
readonly indexed: false;
|
|
26336
|
+
}, {
|
|
26337
|
+
readonly name: "_value";
|
|
26338
|
+
readonly internalType: "uint256";
|
|
26339
|
+
readonly type: "uint256";
|
|
26340
|
+
readonly indexed: false;
|
|
26341
|
+
}, {
|
|
26342
|
+
readonly name: "_expiration";
|
|
26343
|
+
readonly internalType: "uint256";
|
|
26344
|
+
readonly type: "uint256";
|
|
26345
|
+
readonly indexed: false;
|
|
26346
|
+
}];
|
|
26347
|
+
readonly name: "Minted";
|
|
26348
|
+
}, {
|
|
26349
|
+
readonly type: "event";
|
|
26350
|
+
readonly anonymous: false;
|
|
26351
|
+
readonly inputs: readonly [{
|
|
26352
|
+
readonly name: "operator";
|
|
26353
|
+
readonly internalType: "address";
|
|
26354
|
+
readonly type: "address";
|
|
26355
|
+
readonly indexed: true;
|
|
26356
|
+
}, {
|
|
26357
|
+
readonly name: "from";
|
|
26358
|
+
readonly internalType: "address";
|
|
26359
|
+
readonly type: "address";
|
|
26360
|
+
readonly indexed: true;
|
|
26361
|
+
}, {
|
|
26362
|
+
readonly name: "to";
|
|
26363
|
+
readonly internalType: "address";
|
|
26364
|
+
readonly type: "address";
|
|
26365
|
+
readonly indexed: true;
|
|
26366
|
+
}, {
|
|
26367
|
+
readonly name: "ids";
|
|
26368
|
+
readonly internalType: "uint256[]";
|
|
26369
|
+
readonly type: "uint256[]";
|
|
26370
|
+
readonly indexed: false;
|
|
26371
|
+
}, {
|
|
26372
|
+
readonly name: "values";
|
|
26373
|
+
readonly internalType: "uint256[]";
|
|
26374
|
+
readonly type: "uint256[]";
|
|
26375
|
+
readonly indexed: false;
|
|
26376
|
+
}];
|
|
26377
|
+
readonly name: "TransferBatch";
|
|
26378
|
+
}, {
|
|
26379
|
+
readonly type: "event";
|
|
26380
|
+
readonly anonymous: false;
|
|
26381
|
+
readonly inputs: readonly [{
|
|
26382
|
+
readonly name: "operator";
|
|
26383
|
+
readonly internalType: "address";
|
|
26384
|
+
readonly type: "address";
|
|
26385
|
+
readonly indexed: true;
|
|
26386
|
+
}, {
|
|
26387
|
+
readonly name: "from";
|
|
26388
|
+
readonly internalType: "address";
|
|
26389
|
+
readonly type: "address";
|
|
26390
|
+
readonly indexed: true;
|
|
26391
|
+
}, {
|
|
26392
|
+
readonly name: "to";
|
|
26393
|
+
readonly internalType: "address";
|
|
26394
|
+
readonly type: "address";
|
|
26395
|
+
readonly indexed: true;
|
|
26396
|
+
}, {
|
|
26397
|
+
readonly name: "id";
|
|
26398
|
+
readonly internalType: "uint256";
|
|
26399
|
+
readonly type: "uint256";
|
|
26400
|
+
readonly indexed: false;
|
|
26401
|
+
}, {
|
|
26402
|
+
readonly name: "value";
|
|
26403
|
+
readonly internalType: "uint256";
|
|
26404
|
+
readonly type: "uint256";
|
|
26405
|
+
readonly indexed: false;
|
|
26406
|
+
}];
|
|
26407
|
+
readonly name: "TransferSingle";
|
|
26408
|
+
}, {
|
|
26409
|
+
readonly type: "event";
|
|
26410
|
+
readonly anonymous: false;
|
|
26411
|
+
readonly inputs: readonly [{
|
|
26412
|
+
readonly name: "value";
|
|
26413
|
+
readonly internalType: "string";
|
|
26414
|
+
readonly type: "string";
|
|
26415
|
+
readonly indexed: false;
|
|
26416
|
+
}, {
|
|
26417
|
+
readonly name: "id";
|
|
26418
|
+
readonly internalType: "uint256";
|
|
26419
|
+
readonly type: "uint256";
|
|
26420
|
+
readonly indexed: true;
|
|
26421
|
+
}];
|
|
26422
|
+
readonly name: "URI";
|
|
26423
|
+
}, {
|
|
26424
|
+
readonly type: "event";
|
|
26425
|
+
readonly anonymous: false;
|
|
26426
|
+
readonly inputs: readonly [{
|
|
26427
|
+
readonly name: "caller";
|
|
26428
|
+
readonly internalType: "address";
|
|
26429
|
+
readonly type: "address";
|
|
26430
|
+
readonly indexed: true;
|
|
26431
|
+
}, {
|
|
26432
|
+
readonly name: "newImplementation";
|
|
26433
|
+
readonly internalType: "address";
|
|
26434
|
+
readonly type: "address";
|
|
26435
|
+
readonly indexed: true;
|
|
26436
|
+
}];
|
|
26437
|
+
readonly name: "UpgradeAuthorized";
|
|
26438
|
+
}, {
|
|
26439
|
+
readonly type: "event";
|
|
26440
|
+
readonly anonymous: false;
|
|
26441
|
+
readonly inputs: readonly [{
|
|
26442
|
+
readonly name: "implementation";
|
|
26443
|
+
readonly internalType: "address";
|
|
26444
|
+
readonly type: "address";
|
|
26445
|
+
readonly indexed: true;
|
|
26446
|
+
}];
|
|
26447
|
+
readonly name: "Upgraded";
|
|
26448
|
+
}, {
|
|
26449
|
+
readonly type: "error";
|
|
26450
|
+
readonly inputs: readonly [{
|
|
26451
|
+
readonly name: "authority";
|
|
26452
|
+
readonly internalType: "address";
|
|
26453
|
+
readonly type: "address";
|
|
26454
|
+
}];
|
|
26455
|
+
readonly name: "AccessManagedInvalidAuthority";
|
|
26456
|
+
}, {
|
|
26457
|
+
readonly type: "error";
|
|
26458
|
+
readonly inputs: readonly [{
|
|
26459
|
+
readonly name: "caller";
|
|
26460
|
+
readonly internalType: "address";
|
|
26461
|
+
readonly type: "address";
|
|
26462
|
+
}, {
|
|
26463
|
+
readonly name: "delay";
|
|
26464
|
+
readonly internalType: "uint32";
|
|
26465
|
+
readonly type: "uint32";
|
|
26466
|
+
}];
|
|
26467
|
+
readonly name: "AccessManagedRequiredDelay";
|
|
26468
|
+
}, {
|
|
26469
|
+
readonly type: "error";
|
|
26470
|
+
readonly inputs: readonly [{
|
|
26471
|
+
readonly name: "caller";
|
|
26472
|
+
readonly internalType: "address";
|
|
26473
|
+
readonly type: "address";
|
|
26474
|
+
}];
|
|
26475
|
+
readonly name: "AccessManagedUnauthorized";
|
|
26476
|
+
}, {
|
|
26477
|
+
readonly type: "error";
|
|
26478
|
+
readonly inputs: readonly [{
|
|
26479
|
+
readonly name: "target";
|
|
26480
|
+
readonly internalType: "address";
|
|
26481
|
+
readonly type: "address";
|
|
26482
|
+
}];
|
|
26483
|
+
readonly name: "AddressEmptyCode";
|
|
26484
|
+
}, {
|
|
26485
|
+
readonly type: "error";
|
|
26486
|
+
readonly inputs: readonly [];
|
|
26487
|
+
readonly name: "AuthorityCannotBeZero";
|
|
26488
|
+
}, {
|
|
26489
|
+
readonly type: "error";
|
|
26490
|
+
readonly inputs: readonly [];
|
|
26491
|
+
readonly name: "ECDSAInvalidSignature";
|
|
26492
|
+
}, {
|
|
26493
|
+
readonly type: "error";
|
|
26494
|
+
readonly inputs: readonly [{
|
|
26495
|
+
readonly name: "length";
|
|
26496
|
+
readonly internalType: "uint256";
|
|
26497
|
+
readonly type: "uint256";
|
|
26498
|
+
}];
|
|
26499
|
+
readonly name: "ECDSAInvalidSignatureLength";
|
|
26500
|
+
}, {
|
|
26501
|
+
readonly type: "error";
|
|
26502
|
+
readonly inputs: readonly [{
|
|
26503
|
+
readonly name: "s";
|
|
26504
|
+
readonly internalType: "bytes32";
|
|
26505
|
+
readonly type: "bytes32";
|
|
26506
|
+
}];
|
|
26507
|
+
readonly name: "ECDSAInvalidSignatureS";
|
|
26508
|
+
}, {
|
|
26509
|
+
readonly type: "error";
|
|
26510
|
+
readonly inputs: readonly [{
|
|
26511
|
+
readonly name: "sender";
|
|
26512
|
+
readonly internalType: "address";
|
|
26513
|
+
readonly type: "address";
|
|
26514
|
+
}, {
|
|
26515
|
+
readonly name: "balance";
|
|
26516
|
+
readonly internalType: "uint256";
|
|
26517
|
+
readonly type: "uint256";
|
|
26518
|
+
}, {
|
|
26519
|
+
readonly name: "needed";
|
|
26520
|
+
readonly internalType: "uint256";
|
|
26521
|
+
readonly type: "uint256";
|
|
26522
|
+
}, {
|
|
26523
|
+
readonly name: "tokenId";
|
|
26524
|
+
readonly internalType: "uint256";
|
|
26525
|
+
readonly type: "uint256";
|
|
26526
|
+
}];
|
|
26527
|
+
readonly name: "ERC1155InsufficientBalance";
|
|
26528
|
+
}, {
|
|
26529
|
+
readonly type: "error";
|
|
26530
|
+
readonly inputs: readonly [{
|
|
26531
|
+
readonly name: "approver";
|
|
26532
|
+
readonly internalType: "address";
|
|
26533
|
+
readonly type: "address";
|
|
26534
|
+
}];
|
|
26535
|
+
readonly name: "ERC1155InvalidApprover";
|
|
26536
|
+
}, {
|
|
26537
|
+
readonly type: "error";
|
|
26538
|
+
readonly inputs: readonly [{
|
|
26539
|
+
readonly name: "idsLength";
|
|
26540
|
+
readonly internalType: "uint256";
|
|
26541
|
+
readonly type: "uint256";
|
|
26542
|
+
}, {
|
|
26543
|
+
readonly name: "valuesLength";
|
|
26544
|
+
readonly internalType: "uint256";
|
|
26545
|
+
readonly type: "uint256";
|
|
26546
|
+
}];
|
|
26547
|
+
readonly name: "ERC1155InvalidArrayLength";
|
|
26548
|
+
}, {
|
|
26549
|
+
readonly type: "error";
|
|
26550
|
+
readonly inputs: readonly [{
|
|
26551
|
+
readonly name: "operator";
|
|
26552
|
+
readonly internalType: "address";
|
|
26553
|
+
readonly type: "address";
|
|
26554
|
+
}];
|
|
26555
|
+
readonly name: "ERC1155InvalidOperator";
|
|
26556
|
+
}, {
|
|
26557
|
+
readonly type: "error";
|
|
26558
|
+
readonly inputs: readonly [{
|
|
26559
|
+
readonly name: "receiver";
|
|
26560
|
+
readonly internalType: "address";
|
|
26561
|
+
readonly type: "address";
|
|
26562
|
+
}];
|
|
26563
|
+
readonly name: "ERC1155InvalidReceiver";
|
|
26564
|
+
}, {
|
|
26565
|
+
readonly type: "error";
|
|
26566
|
+
readonly inputs: readonly [{
|
|
26567
|
+
readonly name: "sender";
|
|
26568
|
+
readonly internalType: "address";
|
|
26569
|
+
readonly type: "address";
|
|
26570
|
+
}];
|
|
26571
|
+
readonly name: "ERC1155InvalidSender";
|
|
26572
|
+
}, {
|
|
26573
|
+
readonly type: "error";
|
|
26574
|
+
readonly inputs: readonly [{
|
|
26575
|
+
readonly name: "operator";
|
|
26576
|
+
readonly internalType: "address";
|
|
26577
|
+
readonly type: "address";
|
|
26578
|
+
}, {
|
|
26579
|
+
readonly name: "owner";
|
|
26580
|
+
readonly internalType: "address";
|
|
26581
|
+
readonly type: "address";
|
|
26582
|
+
}];
|
|
26583
|
+
readonly name: "ERC1155MissingApprovalForAll";
|
|
26584
|
+
}, {
|
|
26585
|
+
readonly type: "error";
|
|
26586
|
+
readonly inputs: readonly [{
|
|
26587
|
+
readonly name: "implementation";
|
|
26588
|
+
readonly internalType: "address";
|
|
26589
|
+
readonly type: "address";
|
|
26590
|
+
}];
|
|
26591
|
+
readonly name: "ERC1967InvalidImplementation";
|
|
26592
|
+
}, {
|
|
26593
|
+
readonly type: "error";
|
|
26594
|
+
readonly inputs: readonly [];
|
|
26595
|
+
readonly name: "ERC1967NonPayable";
|
|
26596
|
+
}, {
|
|
26597
|
+
readonly type: "error";
|
|
26598
|
+
readonly inputs: readonly [];
|
|
26599
|
+
readonly name: "FailedCall";
|
|
26600
|
+
}, {
|
|
26601
|
+
readonly type: "error";
|
|
26602
|
+
readonly inputs: readonly [];
|
|
26603
|
+
readonly name: "InvalidAssetsRegistryAddress";
|
|
26604
|
+
}, {
|
|
26605
|
+
readonly type: "error";
|
|
26606
|
+
readonly inputs: readonly [];
|
|
26607
|
+
readonly name: "InvalidAuthorityAddress";
|
|
26608
|
+
}, {
|
|
26609
|
+
readonly type: "error";
|
|
26610
|
+
readonly inputs: readonly [{
|
|
26611
|
+
readonly name: "signer";
|
|
26612
|
+
readonly internalType: "address";
|
|
26613
|
+
readonly type: "address";
|
|
26614
|
+
}, {
|
|
26615
|
+
readonly name: "from";
|
|
26616
|
+
readonly internalType: "address";
|
|
26617
|
+
readonly type: "address";
|
|
26618
|
+
}];
|
|
26619
|
+
readonly name: "InvalidCreditsBurnProof";
|
|
26620
|
+
}, {
|
|
26621
|
+
readonly type: "error";
|
|
26622
|
+
readonly inputs: readonly [];
|
|
26623
|
+
readonly name: "InvalidInitialization";
|
|
26624
|
+
}, {
|
|
26625
|
+
readonly type: "error";
|
|
26626
|
+
readonly inputs: readonly [{
|
|
26627
|
+
readonly name: "idsLength";
|
|
26628
|
+
readonly internalType: "uint256";
|
|
26629
|
+
readonly type: "uint256";
|
|
26630
|
+
}, {
|
|
26631
|
+
readonly name: "valuesLength";
|
|
26632
|
+
readonly internalType: "uint256";
|
|
26633
|
+
readonly type: "uint256";
|
|
26634
|
+
}];
|
|
26635
|
+
readonly name: "InvalidLength";
|
|
26636
|
+
}, {
|
|
26637
|
+
readonly type: "error";
|
|
26638
|
+
readonly inputs: readonly [{
|
|
26639
|
+
readonly name: "planId";
|
|
26640
|
+
readonly internalType: "uint256";
|
|
26641
|
+
readonly type: "uint256";
|
|
26642
|
+
}, {
|
|
26643
|
+
readonly name: "creditsType";
|
|
26644
|
+
readonly internalType: "enum IAsset.CreditsType";
|
|
26645
|
+
readonly type: "uint8";
|
|
26646
|
+
}, {
|
|
26647
|
+
readonly name: "amount";
|
|
26648
|
+
readonly internalType: "uint256";
|
|
26649
|
+
readonly type: "uint256";
|
|
26650
|
+
}];
|
|
26651
|
+
readonly name: "InvalidRedemptionAmount";
|
|
26652
|
+
}, {
|
|
26653
|
+
readonly type: "error";
|
|
26654
|
+
readonly inputs: readonly [{
|
|
26655
|
+
readonly name: "planId";
|
|
26656
|
+
readonly internalType: "uint256";
|
|
26657
|
+
readonly type: "uint256";
|
|
26658
|
+
}, {
|
|
26659
|
+
readonly name: "redemptionType";
|
|
26660
|
+
readonly internalType: "enum IAsset.RedemptionType";
|
|
26661
|
+
readonly type: "uint8";
|
|
26662
|
+
}, {
|
|
26663
|
+
readonly name: "sender";
|
|
26664
|
+
readonly internalType: "address";
|
|
26665
|
+
readonly type: "address";
|
|
26666
|
+
}];
|
|
26667
|
+
readonly name: "InvalidRedemptionPermission";
|
|
26668
|
+
}, {
|
|
26669
|
+
readonly type: "error";
|
|
26670
|
+
readonly inputs: readonly [{
|
|
26671
|
+
readonly name: "sender";
|
|
26672
|
+
readonly internalType: "address";
|
|
26673
|
+
readonly type: "address";
|
|
26674
|
+
}, {
|
|
26675
|
+
readonly name: "role";
|
|
26676
|
+
readonly internalType: "uint64";
|
|
26677
|
+
readonly type: "uint64";
|
|
26678
|
+
}];
|
|
26679
|
+
readonly name: "InvalidRole";
|
|
26680
|
+
}, {
|
|
26681
|
+
readonly type: "error";
|
|
26682
|
+
readonly inputs: readonly [];
|
|
26683
|
+
readonly name: "InvalidVaultAddress";
|
|
26684
|
+
}, {
|
|
26685
|
+
readonly type: "error";
|
|
26686
|
+
readonly inputs: readonly [{
|
|
26687
|
+
readonly name: "_from";
|
|
26688
|
+
readonly internalType: "address";
|
|
26689
|
+
readonly type: "address";
|
|
26690
|
+
}, {
|
|
26691
|
+
readonly name: "_planId";
|
|
26692
|
+
readonly internalType: "uint256";
|
|
26693
|
+
readonly type: "uint256";
|
|
26694
|
+
}, {
|
|
26695
|
+
readonly name: "_value";
|
|
26696
|
+
readonly internalType: "uint256";
|
|
26697
|
+
readonly type: "uint256";
|
|
26698
|
+
}];
|
|
26699
|
+
readonly name: "NotEnoughCreditsToBurn";
|
|
26700
|
+
}, {
|
|
26701
|
+
readonly type: "error";
|
|
26702
|
+
readonly inputs: readonly [];
|
|
26703
|
+
readonly name: "NotInitializing";
|
|
26704
|
+
}, {
|
|
26705
|
+
readonly type: "error";
|
|
26706
|
+
readonly inputs: readonly [{
|
|
26707
|
+
readonly name: "planId";
|
|
26708
|
+
readonly internalType: "uint256";
|
|
26709
|
+
readonly type: "uint256";
|
|
26710
|
+
}];
|
|
26711
|
+
readonly name: "PlanNotFound";
|
|
26712
|
+
}, {
|
|
26713
|
+
readonly type: "error";
|
|
26714
|
+
readonly inputs: readonly [];
|
|
26715
|
+
readonly name: "UUPSUnauthorizedCallContext";
|
|
26716
|
+
}, {
|
|
26717
|
+
readonly type: "error";
|
|
26718
|
+
readonly inputs: readonly [{
|
|
26719
|
+
readonly name: "slot";
|
|
26720
|
+
readonly internalType: "bytes32";
|
|
26721
|
+
readonly type: "bytes32";
|
|
26722
|
+
}];
|
|
26723
|
+
readonly name: "UUPSUnsupportedProxiableUUID";
|
|
26724
|
+
}];
|
|
26725
|
+
export declare const nft1155ExpirableCreditsV2Address: "0x7C31FBf2a67175a3d7605935Cdf64fEFb0ac4fB8";
|
|
26726
|
+
export declare const nft1155ExpirableCreditsV2Config: {
|
|
26727
|
+
readonly address: "0x7C31FBf2a67175a3d7605935Cdf64fEFb0ac4fB8";
|
|
26728
|
+
readonly abi: readonly [{
|
|
26729
|
+
readonly type: "function";
|
|
26730
|
+
readonly inputs: readonly [];
|
|
26731
|
+
readonly name: "UPGRADE_INTERFACE_VERSION";
|
|
26732
|
+
readonly outputs: readonly [{
|
|
26733
|
+
readonly name: "";
|
|
26734
|
+
readonly internalType: "string";
|
|
26735
|
+
readonly type: "string";
|
|
26736
|
+
}];
|
|
26737
|
+
readonly stateMutability: "view";
|
|
26738
|
+
}, {
|
|
26739
|
+
readonly type: "function";
|
|
26740
|
+
readonly inputs: readonly [];
|
|
26741
|
+
readonly name: "authority";
|
|
26742
|
+
readonly outputs: readonly [{
|
|
26743
|
+
readonly name: "";
|
|
26744
|
+
readonly internalType: "address";
|
|
26745
|
+
readonly type: "address";
|
|
26746
|
+
}];
|
|
26747
|
+
readonly stateMutability: "view";
|
|
26748
|
+
}, {
|
|
26749
|
+
readonly type: "function";
|
|
26750
|
+
readonly inputs: readonly [{
|
|
26751
|
+
readonly name: "_owner";
|
|
26752
|
+
readonly internalType: "address";
|
|
26753
|
+
readonly type: "address";
|
|
26754
|
+
}, {
|
|
26755
|
+
readonly name: "_planId";
|
|
26756
|
+
readonly internalType: "uint256";
|
|
26757
|
+
readonly type: "uint256";
|
|
26758
|
+
}];
|
|
26759
|
+
readonly name: "balanceOf";
|
|
26760
|
+
readonly outputs: readonly [{
|
|
26761
|
+
readonly name: "";
|
|
26762
|
+
readonly internalType: "uint256";
|
|
26763
|
+
readonly type: "uint256";
|
|
26764
|
+
}];
|
|
26765
|
+
readonly stateMutability: "view";
|
|
26766
|
+
}, {
|
|
26767
|
+
readonly type: "function";
|
|
26768
|
+
readonly inputs: readonly [{
|
|
26769
|
+
readonly name: "_owners";
|
|
26770
|
+
readonly internalType: "address[]";
|
|
26771
|
+
readonly type: "address[]";
|
|
26772
|
+
}, {
|
|
26773
|
+
readonly name: "_ids";
|
|
26774
|
+
readonly internalType: "uint256[]";
|
|
26775
|
+
readonly type: "uint256[]";
|
|
26776
|
+
}];
|
|
26777
|
+
readonly name: "balanceOfBatch";
|
|
26778
|
+
readonly outputs: readonly [{
|
|
26779
|
+
readonly name: "";
|
|
26780
|
+
readonly internalType: "uint256[]";
|
|
26781
|
+
readonly type: "uint256[]";
|
|
26782
|
+
}];
|
|
26783
|
+
readonly stateMutability: "view";
|
|
26784
|
+
}, {
|
|
26785
|
+
readonly type: "function";
|
|
26786
|
+
readonly inputs: readonly [{
|
|
26787
|
+
readonly name: "_from";
|
|
26788
|
+
readonly internalType: "address";
|
|
26789
|
+
readonly type: "address";
|
|
26790
|
+
}, {
|
|
26791
|
+
readonly name: "_planId";
|
|
26792
|
+
readonly internalType: "uint256";
|
|
26793
|
+
readonly type: "uint256";
|
|
26794
|
+
}, {
|
|
26795
|
+
readonly name: "_value";
|
|
26796
|
+
readonly internalType: "uint256";
|
|
26797
|
+
readonly type: "uint256";
|
|
26798
|
+
}, {
|
|
26799
|
+
readonly name: "_keyspace";
|
|
26800
|
+
readonly internalType: "uint256";
|
|
26801
|
+
readonly type: "uint256";
|
|
26802
|
+
}, {
|
|
26803
|
+
readonly name: "_signature";
|
|
26804
|
+
readonly internalType: "bytes";
|
|
26805
|
+
readonly type: "bytes";
|
|
26806
|
+
}];
|
|
26807
|
+
readonly name: "burn";
|
|
26808
|
+
readonly outputs: readonly [];
|
|
26809
|
+
readonly stateMutability: "nonpayable";
|
|
26810
|
+
}, {
|
|
26811
|
+
readonly type: "function";
|
|
26812
|
+
readonly inputs: readonly [{
|
|
26813
|
+
readonly name: "_from";
|
|
26814
|
+
readonly internalType: "address";
|
|
26815
|
+
readonly type: "address";
|
|
26816
|
+
}, {
|
|
26817
|
+
readonly name: "_ids";
|
|
26818
|
+
readonly internalType: "uint256[]";
|
|
26819
|
+
readonly type: "uint256[]";
|
|
26820
|
+
}, {
|
|
26821
|
+
readonly name: "_values";
|
|
26822
|
+
readonly internalType: "uint256[]";
|
|
26823
|
+
readonly type: "uint256[]";
|
|
26824
|
+
}, {
|
|
26825
|
+
readonly name: "_keyspace";
|
|
26826
|
+
readonly internalType: "uint256";
|
|
26827
|
+
readonly type: "uint256";
|
|
26828
|
+
}, {
|
|
26829
|
+
readonly name: "_signature";
|
|
26830
|
+
readonly internalType: "bytes";
|
|
26831
|
+
readonly type: "bytes";
|
|
26832
|
+
}];
|
|
26833
|
+
readonly name: "burnBatch";
|
|
26834
|
+
readonly outputs: readonly [];
|
|
26835
|
+
readonly stateMutability: "nonpayable";
|
|
26836
|
+
}, {
|
|
26837
|
+
readonly type: "function";
|
|
26838
|
+
readonly inputs: readonly [];
|
|
26839
|
+
readonly name: "eip712Domain";
|
|
26840
|
+
readonly outputs: readonly [{
|
|
26841
|
+
readonly name: "fields";
|
|
26842
|
+
readonly internalType: "bytes1";
|
|
26843
|
+
readonly type: "bytes1";
|
|
26844
|
+
}, {
|
|
26845
|
+
readonly name: "name";
|
|
26846
|
+
readonly internalType: "string";
|
|
26847
|
+
readonly type: "string";
|
|
26848
|
+
}, {
|
|
26849
|
+
readonly name: "version";
|
|
26850
|
+
readonly internalType: "string";
|
|
26851
|
+
readonly type: "string";
|
|
26852
|
+
}, {
|
|
26853
|
+
readonly name: "chainId";
|
|
26854
|
+
readonly internalType: "uint256";
|
|
26855
|
+
readonly type: "uint256";
|
|
26856
|
+
}, {
|
|
26857
|
+
readonly name: "verifyingContract";
|
|
26858
|
+
readonly internalType: "address";
|
|
26859
|
+
readonly type: "address";
|
|
26860
|
+
}, {
|
|
26861
|
+
readonly name: "salt";
|
|
26862
|
+
readonly internalType: "bytes32";
|
|
26863
|
+
readonly type: "bytes32";
|
|
26864
|
+
}, {
|
|
26865
|
+
readonly name: "extensions";
|
|
26866
|
+
readonly internalType: "uint256[]";
|
|
26867
|
+
readonly type: "uint256[]";
|
|
26868
|
+
}];
|
|
26869
|
+
readonly stateMutability: "view";
|
|
26870
|
+
}, {
|
|
26871
|
+
readonly type: "function";
|
|
26872
|
+
readonly inputs: readonly [{
|
|
26873
|
+
readonly name: "_proof";
|
|
26874
|
+
readonly internalType: "struct INFT1155.CreditsBurnProofData";
|
|
26875
|
+
readonly type: "tuple";
|
|
26876
|
+
readonly components: readonly [{
|
|
26877
|
+
readonly name: "keyspace";
|
|
26878
|
+
readonly internalType: "uint256";
|
|
26879
|
+
readonly type: "uint256";
|
|
26880
|
+
}, {
|
|
26881
|
+
readonly name: "nonce";
|
|
26882
|
+
readonly internalType: "uint256";
|
|
26883
|
+
readonly type: "uint256";
|
|
26884
|
+
}, {
|
|
26885
|
+
readonly name: "planIds";
|
|
26886
|
+
readonly internalType: "uint256[]";
|
|
26887
|
+
readonly type: "uint256[]";
|
|
26888
|
+
}];
|
|
26889
|
+
}];
|
|
26890
|
+
readonly name: "hashCreditsBurnProof";
|
|
26891
|
+
readonly outputs: readonly [{
|
|
26892
|
+
readonly name: "";
|
|
26893
|
+
readonly internalType: "bytes32";
|
|
26894
|
+
readonly type: "bytes32";
|
|
26895
|
+
}];
|
|
26896
|
+
readonly stateMutability: "view";
|
|
26897
|
+
}, {
|
|
26898
|
+
readonly type: "function";
|
|
26899
|
+
readonly inputs: readonly [{
|
|
26900
|
+
readonly name: "_authority";
|
|
26901
|
+
readonly internalType: "contract IAccessManager";
|
|
26902
|
+
readonly type: "address";
|
|
26903
|
+
}, {
|
|
26904
|
+
readonly name: "_assetsRegistryAddress";
|
|
26905
|
+
readonly internalType: "contract IAsset";
|
|
26906
|
+
readonly type: "address";
|
|
26907
|
+
}, {
|
|
26908
|
+
readonly name: "";
|
|
26909
|
+
readonly internalType: "string";
|
|
26910
|
+
readonly type: "string";
|
|
26911
|
+
}, {
|
|
26912
|
+
readonly name: "";
|
|
26913
|
+
readonly internalType: "string";
|
|
26914
|
+
readonly type: "string";
|
|
26915
|
+
}];
|
|
26916
|
+
readonly name: "initialize";
|
|
26917
|
+
readonly outputs: readonly [];
|
|
26918
|
+
readonly stateMutability: "nonpayable";
|
|
26919
|
+
}, {
|
|
26920
|
+
readonly type: "function";
|
|
26921
|
+
readonly inputs: readonly [{
|
|
26922
|
+
readonly name: "account";
|
|
26923
|
+
readonly internalType: "address";
|
|
26924
|
+
readonly type: "address";
|
|
26925
|
+
}, {
|
|
26926
|
+
readonly name: "operator";
|
|
26927
|
+
readonly internalType: "address";
|
|
26928
|
+
readonly type: "address";
|
|
26929
|
+
}];
|
|
26930
|
+
readonly name: "isApprovedForAll";
|
|
26931
|
+
readonly outputs: readonly [{
|
|
26932
|
+
readonly name: "";
|
|
26933
|
+
readonly internalType: "bool";
|
|
26934
|
+
readonly type: "bool";
|
|
26935
|
+
}];
|
|
26936
|
+
readonly stateMutability: "view";
|
|
26937
|
+
}, {
|
|
26938
|
+
readonly type: "function";
|
|
26939
|
+
readonly inputs: readonly [];
|
|
26940
|
+
readonly name: "isConsumingScheduledOp";
|
|
26941
|
+
readonly outputs: readonly [{
|
|
26942
|
+
readonly name: "";
|
|
26943
|
+
readonly internalType: "bytes4";
|
|
26944
|
+
readonly type: "bytes4";
|
|
26945
|
+
}];
|
|
26946
|
+
readonly stateMutability: "view";
|
|
26947
|
+
}, {
|
|
26948
|
+
readonly type: "function";
|
|
26949
|
+
readonly inputs: readonly [{
|
|
26950
|
+
readonly name: "_to";
|
|
26951
|
+
readonly internalType: "address";
|
|
26952
|
+
readonly type: "address";
|
|
26953
|
+
}, {
|
|
26954
|
+
readonly name: "_planId";
|
|
26955
|
+
readonly internalType: "uint256";
|
|
26956
|
+
readonly type: "uint256";
|
|
26957
|
+
}, {
|
|
26958
|
+
readonly name: "_value";
|
|
26959
|
+
readonly internalType: "uint256";
|
|
26960
|
+
readonly type: "uint256";
|
|
26961
|
+
}, {
|
|
26962
|
+
readonly name: "_data";
|
|
26963
|
+
readonly internalType: "bytes";
|
|
26964
|
+
readonly type: "bytes";
|
|
26965
|
+
}];
|
|
26966
|
+
readonly name: "mint";
|
|
26967
|
+
readonly outputs: readonly [];
|
|
26968
|
+
readonly stateMutability: "nonpayable";
|
|
26969
|
+
}, {
|
|
26970
|
+
readonly type: "function";
|
|
26971
|
+
readonly inputs: readonly [{
|
|
26972
|
+
readonly name: "_to";
|
|
26973
|
+
readonly internalType: "address";
|
|
26974
|
+
readonly type: "address";
|
|
26975
|
+
}, {
|
|
26976
|
+
readonly name: "_planId";
|
|
26977
|
+
readonly internalType: "uint256";
|
|
26978
|
+
readonly type: "uint256";
|
|
26979
|
+
}, {
|
|
26980
|
+
readonly name: "_value";
|
|
26981
|
+
readonly internalType: "uint256";
|
|
26982
|
+
readonly type: "uint256";
|
|
26983
|
+
}, {
|
|
26984
|
+
readonly name: "_secsDuration";
|
|
26985
|
+
readonly internalType: "uint256";
|
|
26986
|
+
readonly type: "uint256";
|
|
26987
|
+
}, {
|
|
26988
|
+
readonly name: "_data";
|
|
26989
|
+
readonly internalType: "bytes";
|
|
26990
|
+
readonly type: "bytes";
|
|
26991
|
+
}];
|
|
26992
|
+
readonly name: "mint";
|
|
26993
|
+
readonly outputs: readonly [];
|
|
26994
|
+
readonly stateMutability: "nonpayable";
|
|
26995
|
+
}, {
|
|
26996
|
+
readonly type: "function";
|
|
26997
|
+
readonly inputs: readonly [{
|
|
26998
|
+
readonly name: "_to";
|
|
26999
|
+
readonly internalType: "address";
|
|
27000
|
+
readonly type: "address";
|
|
27001
|
+
}, {
|
|
27002
|
+
readonly name: "_ids";
|
|
27003
|
+
readonly internalType: "uint256[]";
|
|
27004
|
+
readonly type: "uint256[]";
|
|
27005
|
+
}, {
|
|
27006
|
+
readonly name: "_values";
|
|
27007
|
+
readonly internalType: "uint256[]";
|
|
27008
|
+
readonly type: "uint256[]";
|
|
27009
|
+
}, {
|
|
27010
|
+
readonly name: "_data";
|
|
27011
|
+
readonly internalType: "bytes";
|
|
27012
|
+
readonly type: "bytes";
|
|
27013
|
+
}];
|
|
27014
|
+
readonly name: "mintBatch";
|
|
27015
|
+
readonly outputs: readonly [];
|
|
27016
|
+
readonly stateMutability: "nonpayable";
|
|
27017
|
+
}, {
|
|
27018
|
+
readonly type: "function";
|
|
27019
|
+
readonly inputs: readonly [{
|
|
27020
|
+
readonly name: "_to";
|
|
27021
|
+
readonly internalType: "address";
|
|
27022
|
+
readonly type: "address";
|
|
27023
|
+
}, {
|
|
27024
|
+
readonly name: "_ids";
|
|
27025
|
+
readonly internalType: "uint256[]";
|
|
27026
|
+
readonly type: "uint256[]";
|
|
27027
|
+
}, {
|
|
27028
|
+
readonly name: "_values";
|
|
27029
|
+
readonly internalType: "uint256[]";
|
|
27030
|
+
readonly type: "uint256[]";
|
|
27031
|
+
}, {
|
|
27032
|
+
readonly name: "_secsDurations";
|
|
27033
|
+
readonly internalType: "uint256[]";
|
|
27034
|
+
readonly type: "uint256[]";
|
|
27035
|
+
}, {
|
|
27036
|
+
readonly name: "_data";
|
|
27037
|
+
readonly internalType: "bytes";
|
|
27038
|
+
readonly type: "bytes";
|
|
27039
|
+
}];
|
|
27040
|
+
readonly name: "mintBatch";
|
|
27041
|
+
readonly outputs: readonly [];
|
|
27042
|
+
readonly stateMutability: "nonpayable";
|
|
27043
|
+
}, {
|
|
27044
|
+
readonly type: "function";
|
|
27045
|
+
readonly inputs: readonly [{
|
|
27046
|
+
readonly name: "_sender";
|
|
27047
|
+
readonly internalType: "address";
|
|
27048
|
+
readonly type: "address";
|
|
27049
|
+
}, {
|
|
27050
|
+
readonly name: "_keyspaces";
|
|
27051
|
+
readonly internalType: "uint256[]";
|
|
27052
|
+
readonly type: "uint256[]";
|
|
27053
|
+
}];
|
|
27054
|
+
readonly name: "nextNonce";
|
|
27055
|
+
readonly outputs: readonly [{
|
|
27056
|
+
readonly name: "nonces";
|
|
27057
|
+
readonly internalType: "uint256[]";
|
|
27058
|
+
readonly type: "uint256[]";
|
|
27059
|
+
}];
|
|
27060
|
+
readonly stateMutability: "view";
|
|
27061
|
+
}, {
|
|
27062
|
+
readonly type: "function";
|
|
27063
|
+
readonly inputs: readonly [];
|
|
27064
|
+
readonly name: "proxiableUUID";
|
|
27065
|
+
readonly outputs: readonly [{
|
|
27066
|
+
readonly name: "";
|
|
27067
|
+
readonly internalType: "bytes32";
|
|
27068
|
+
readonly type: "bytes32";
|
|
27069
|
+
}];
|
|
27070
|
+
readonly stateMutability: "view";
|
|
27071
|
+
}, {
|
|
27072
|
+
readonly type: "function";
|
|
27073
|
+
readonly inputs: readonly [{
|
|
27074
|
+
readonly name: "";
|
|
27075
|
+
readonly internalType: "address";
|
|
27076
|
+
readonly type: "address";
|
|
27077
|
+
}, {
|
|
27078
|
+
readonly name: "";
|
|
27079
|
+
readonly internalType: "address";
|
|
27080
|
+
readonly type: "address";
|
|
27081
|
+
}, {
|
|
27082
|
+
readonly name: "";
|
|
27083
|
+
readonly internalType: "uint256[]";
|
|
27084
|
+
readonly type: "uint256[]";
|
|
27085
|
+
}, {
|
|
27086
|
+
readonly name: "";
|
|
27087
|
+
readonly internalType: "uint256[]";
|
|
27088
|
+
readonly type: "uint256[]";
|
|
27089
|
+
}, {
|
|
27090
|
+
readonly name: "";
|
|
27091
|
+
readonly internalType: "bytes";
|
|
27092
|
+
readonly type: "bytes";
|
|
27093
|
+
}];
|
|
27094
|
+
readonly name: "safeBatchTransferFrom";
|
|
27095
|
+
readonly outputs: readonly [];
|
|
27096
|
+
readonly stateMutability: "nonpayable";
|
|
27097
|
+
}, {
|
|
27098
|
+
readonly type: "function";
|
|
27099
|
+
readonly inputs: readonly [{
|
|
27100
|
+
readonly name: "";
|
|
27101
|
+
readonly internalType: "address";
|
|
27102
|
+
readonly type: "address";
|
|
27103
|
+
}, {
|
|
27104
|
+
readonly name: "";
|
|
27105
|
+
readonly internalType: "address";
|
|
27106
|
+
readonly type: "address";
|
|
27107
|
+
}, {
|
|
27108
|
+
readonly name: "";
|
|
27109
|
+
readonly internalType: "uint256";
|
|
27110
|
+
readonly type: "uint256";
|
|
27111
|
+
}, {
|
|
27112
|
+
readonly name: "";
|
|
27113
|
+
readonly internalType: "uint256";
|
|
27114
|
+
readonly type: "uint256";
|
|
27115
|
+
}, {
|
|
27116
|
+
readonly name: "";
|
|
27117
|
+
readonly internalType: "bytes";
|
|
27118
|
+
readonly type: "bytes";
|
|
27119
|
+
}];
|
|
27120
|
+
readonly name: "safeTransferFrom";
|
|
27121
|
+
readonly outputs: readonly [];
|
|
27122
|
+
readonly stateMutability: "nonpayable";
|
|
27123
|
+
}, {
|
|
27124
|
+
readonly type: "function";
|
|
27125
|
+
readonly inputs: readonly [{
|
|
27126
|
+
readonly name: "operator";
|
|
27127
|
+
readonly internalType: "address";
|
|
27128
|
+
readonly type: "address";
|
|
27129
|
+
}, {
|
|
27130
|
+
readonly name: "approved";
|
|
27131
|
+
readonly internalType: "bool";
|
|
27132
|
+
readonly type: "bool";
|
|
27133
|
+
}];
|
|
27134
|
+
readonly name: "setApprovalForAll";
|
|
27135
|
+
readonly outputs: readonly [];
|
|
27136
|
+
readonly stateMutability: "nonpayable";
|
|
27137
|
+
}, {
|
|
27138
|
+
readonly type: "function";
|
|
27139
|
+
readonly inputs: readonly [{
|
|
27140
|
+
readonly name: "newAuthority";
|
|
27141
|
+
readonly internalType: "address";
|
|
27142
|
+
readonly type: "address";
|
|
27143
|
+
}];
|
|
27144
|
+
readonly name: "setAuthority";
|
|
27145
|
+
readonly outputs: readonly [];
|
|
27146
|
+
readonly stateMutability: "nonpayable";
|
|
27147
|
+
}, {
|
|
27148
|
+
readonly type: "function";
|
|
27149
|
+
readonly inputs: readonly [{
|
|
27150
|
+
readonly name: "interfaceId";
|
|
27151
|
+
readonly internalType: "bytes4";
|
|
27152
|
+
readonly type: "bytes4";
|
|
27153
|
+
}];
|
|
27154
|
+
readonly name: "supportsInterface";
|
|
27155
|
+
readonly outputs: readonly [{
|
|
27156
|
+
readonly name: "";
|
|
27157
|
+
readonly internalType: "bool";
|
|
27158
|
+
readonly type: "bool";
|
|
27159
|
+
}];
|
|
27160
|
+
readonly stateMutability: "view";
|
|
27161
|
+
}, {
|
|
27162
|
+
readonly type: "function";
|
|
27163
|
+
readonly inputs: readonly [{
|
|
27164
|
+
readonly name: "newImplementation";
|
|
27165
|
+
readonly internalType: "address";
|
|
27166
|
+
readonly type: "address";
|
|
27167
|
+
}, {
|
|
27168
|
+
readonly name: "data";
|
|
27169
|
+
readonly internalType: "bytes";
|
|
27170
|
+
readonly type: "bytes";
|
|
27171
|
+
}];
|
|
27172
|
+
readonly name: "upgradeToAndCall";
|
|
27173
|
+
readonly outputs: readonly [];
|
|
27174
|
+
readonly stateMutability: "payable";
|
|
27175
|
+
}, {
|
|
27176
|
+
readonly type: "function";
|
|
27177
|
+
readonly inputs: readonly [{
|
|
27178
|
+
readonly name: "";
|
|
27179
|
+
readonly internalType: "uint256";
|
|
27180
|
+
readonly type: "uint256";
|
|
27181
|
+
}];
|
|
27182
|
+
readonly name: "uri";
|
|
27183
|
+
readonly outputs: readonly [{
|
|
27184
|
+
readonly name: "";
|
|
27185
|
+
readonly internalType: "string";
|
|
27186
|
+
readonly type: "string";
|
|
27187
|
+
}];
|
|
27188
|
+
readonly stateMutability: "view";
|
|
27189
|
+
}, {
|
|
27190
|
+
readonly type: "event";
|
|
27191
|
+
readonly anonymous: false;
|
|
27192
|
+
readonly inputs: readonly [{
|
|
27193
|
+
readonly name: "account";
|
|
27194
|
+
readonly internalType: "address";
|
|
27195
|
+
readonly type: "address";
|
|
27196
|
+
readonly indexed: true;
|
|
27197
|
+
}, {
|
|
27198
|
+
readonly name: "operator";
|
|
27199
|
+
readonly internalType: "address";
|
|
27200
|
+
readonly type: "address";
|
|
27201
|
+
readonly indexed: true;
|
|
27202
|
+
}, {
|
|
27203
|
+
readonly name: "approved";
|
|
27204
|
+
readonly internalType: "bool";
|
|
27205
|
+
readonly type: "bool";
|
|
27206
|
+
readonly indexed: false;
|
|
27207
|
+
}];
|
|
27208
|
+
readonly name: "ApprovalForAll";
|
|
27209
|
+
}, {
|
|
27210
|
+
readonly type: "event";
|
|
27211
|
+
readonly anonymous: false;
|
|
27212
|
+
readonly inputs: readonly [{
|
|
27213
|
+
readonly name: "authority";
|
|
27214
|
+
readonly internalType: "address";
|
|
27215
|
+
readonly type: "address";
|
|
27216
|
+
readonly indexed: false;
|
|
27217
|
+
}];
|
|
27218
|
+
readonly name: "AuthorityUpdated";
|
|
27219
|
+
}, {
|
|
27220
|
+
readonly type: "event";
|
|
27221
|
+
readonly anonymous: false;
|
|
27222
|
+
readonly inputs: readonly [{
|
|
27223
|
+
readonly name: "_from";
|
|
27224
|
+
readonly internalType: "address";
|
|
27225
|
+
readonly type: "address";
|
|
27226
|
+
readonly indexed: true;
|
|
27227
|
+
}, {
|
|
27228
|
+
readonly name: "_planId";
|
|
27229
|
+
readonly internalType: "uint256";
|
|
27230
|
+
readonly type: "uint256";
|
|
27231
|
+
readonly indexed: false;
|
|
27232
|
+
}, {
|
|
27233
|
+
readonly name: "_value";
|
|
27234
|
+
readonly internalType: "uint256";
|
|
27235
|
+
readonly type: "uint256";
|
|
27236
|
+
readonly indexed: false;
|
|
27237
|
+
}, {
|
|
27238
|
+
readonly name: "_expiration";
|
|
27239
|
+
readonly internalType: "uint256";
|
|
27240
|
+
readonly type: "uint256";
|
|
27241
|
+
readonly indexed: false;
|
|
27242
|
+
}];
|
|
27243
|
+
readonly name: "Burned";
|
|
27244
|
+
}, {
|
|
27245
|
+
readonly type: "event";
|
|
27246
|
+
readonly anonymous: false;
|
|
27247
|
+
readonly inputs: readonly [];
|
|
27248
|
+
readonly name: "EIP712DomainChanged";
|
|
27249
|
+
}, {
|
|
27250
|
+
readonly type: "event";
|
|
27251
|
+
readonly anonymous: false;
|
|
27252
|
+
readonly inputs: readonly [{
|
|
27253
|
+
readonly name: "version";
|
|
27254
|
+
readonly internalType: "uint64";
|
|
27255
|
+
readonly type: "uint64";
|
|
27256
|
+
readonly indexed: false;
|
|
27257
|
+
}];
|
|
27258
|
+
readonly name: "Initialized";
|
|
27259
|
+
}, {
|
|
27260
|
+
readonly type: "event";
|
|
27261
|
+
readonly anonymous: false;
|
|
27262
|
+
readonly inputs: readonly [{
|
|
27263
|
+
readonly name: "_to";
|
|
27264
|
+
readonly internalType: "address";
|
|
27265
|
+
readonly type: "address";
|
|
27266
|
+
readonly indexed: true;
|
|
27267
|
+
}, {
|
|
27268
|
+
readonly name: "_planId";
|
|
27269
|
+
readonly internalType: "uint256";
|
|
27270
|
+
readonly type: "uint256";
|
|
27271
|
+
readonly indexed: false;
|
|
27272
|
+
}, {
|
|
27273
|
+
readonly name: "_value";
|
|
27274
|
+
readonly internalType: "uint256";
|
|
27275
|
+
readonly type: "uint256";
|
|
27276
|
+
readonly indexed: false;
|
|
27277
|
+
}, {
|
|
27278
|
+
readonly name: "_expiration";
|
|
27279
|
+
readonly internalType: "uint256";
|
|
27280
|
+
readonly type: "uint256";
|
|
27281
|
+
readonly indexed: false;
|
|
27282
|
+
}];
|
|
27283
|
+
readonly name: "Minted";
|
|
27284
|
+
}, {
|
|
27285
|
+
readonly type: "event";
|
|
27286
|
+
readonly anonymous: false;
|
|
27287
|
+
readonly inputs: readonly [{
|
|
27288
|
+
readonly name: "operator";
|
|
27289
|
+
readonly internalType: "address";
|
|
27290
|
+
readonly type: "address";
|
|
27291
|
+
readonly indexed: true;
|
|
27292
|
+
}, {
|
|
27293
|
+
readonly name: "from";
|
|
27294
|
+
readonly internalType: "address";
|
|
27295
|
+
readonly type: "address";
|
|
27296
|
+
readonly indexed: true;
|
|
27297
|
+
}, {
|
|
27298
|
+
readonly name: "to";
|
|
27299
|
+
readonly internalType: "address";
|
|
27300
|
+
readonly type: "address";
|
|
27301
|
+
readonly indexed: true;
|
|
27302
|
+
}, {
|
|
27303
|
+
readonly name: "ids";
|
|
27304
|
+
readonly internalType: "uint256[]";
|
|
27305
|
+
readonly type: "uint256[]";
|
|
27306
|
+
readonly indexed: false;
|
|
27307
|
+
}, {
|
|
27308
|
+
readonly name: "values";
|
|
27309
|
+
readonly internalType: "uint256[]";
|
|
27310
|
+
readonly type: "uint256[]";
|
|
27311
|
+
readonly indexed: false;
|
|
27312
|
+
}];
|
|
27313
|
+
readonly name: "TransferBatch";
|
|
27314
|
+
}, {
|
|
27315
|
+
readonly type: "event";
|
|
27316
|
+
readonly anonymous: false;
|
|
27317
|
+
readonly inputs: readonly [{
|
|
27318
|
+
readonly name: "operator";
|
|
27319
|
+
readonly internalType: "address";
|
|
27320
|
+
readonly type: "address";
|
|
27321
|
+
readonly indexed: true;
|
|
27322
|
+
}, {
|
|
27323
|
+
readonly name: "from";
|
|
27324
|
+
readonly internalType: "address";
|
|
27325
|
+
readonly type: "address";
|
|
27326
|
+
readonly indexed: true;
|
|
27327
|
+
}, {
|
|
27328
|
+
readonly name: "to";
|
|
27329
|
+
readonly internalType: "address";
|
|
27330
|
+
readonly type: "address";
|
|
27331
|
+
readonly indexed: true;
|
|
27332
|
+
}, {
|
|
27333
|
+
readonly name: "id";
|
|
27334
|
+
readonly internalType: "uint256";
|
|
27335
|
+
readonly type: "uint256";
|
|
27336
|
+
readonly indexed: false;
|
|
27337
|
+
}, {
|
|
27338
|
+
readonly name: "value";
|
|
27339
|
+
readonly internalType: "uint256";
|
|
27340
|
+
readonly type: "uint256";
|
|
27341
|
+
readonly indexed: false;
|
|
27342
|
+
}];
|
|
27343
|
+
readonly name: "TransferSingle";
|
|
27344
|
+
}, {
|
|
27345
|
+
readonly type: "event";
|
|
27346
|
+
readonly anonymous: false;
|
|
27347
|
+
readonly inputs: readonly [{
|
|
27348
|
+
readonly name: "value";
|
|
27349
|
+
readonly internalType: "string";
|
|
27350
|
+
readonly type: "string";
|
|
27351
|
+
readonly indexed: false;
|
|
27352
|
+
}, {
|
|
27353
|
+
readonly name: "id";
|
|
27354
|
+
readonly internalType: "uint256";
|
|
27355
|
+
readonly type: "uint256";
|
|
27356
|
+
readonly indexed: true;
|
|
27357
|
+
}];
|
|
27358
|
+
readonly name: "URI";
|
|
27359
|
+
}, {
|
|
27360
|
+
readonly type: "event";
|
|
27361
|
+
readonly anonymous: false;
|
|
27362
|
+
readonly inputs: readonly [{
|
|
27363
|
+
readonly name: "caller";
|
|
27364
|
+
readonly internalType: "address";
|
|
27365
|
+
readonly type: "address";
|
|
27366
|
+
readonly indexed: true;
|
|
27367
|
+
}, {
|
|
27368
|
+
readonly name: "newImplementation";
|
|
27369
|
+
readonly internalType: "address";
|
|
27370
|
+
readonly type: "address";
|
|
27371
|
+
readonly indexed: true;
|
|
27372
|
+
}];
|
|
27373
|
+
readonly name: "UpgradeAuthorized";
|
|
27374
|
+
}, {
|
|
27375
|
+
readonly type: "event";
|
|
27376
|
+
readonly anonymous: false;
|
|
27377
|
+
readonly inputs: readonly [{
|
|
27378
|
+
readonly name: "implementation";
|
|
27379
|
+
readonly internalType: "address";
|
|
27380
|
+
readonly type: "address";
|
|
27381
|
+
readonly indexed: true;
|
|
27382
|
+
}];
|
|
27383
|
+
readonly name: "Upgraded";
|
|
27384
|
+
}, {
|
|
27385
|
+
readonly type: "error";
|
|
27386
|
+
readonly inputs: readonly [{
|
|
27387
|
+
readonly name: "authority";
|
|
27388
|
+
readonly internalType: "address";
|
|
27389
|
+
readonly type: "address";
|
|
27390
|
+
}];
|
|
27391
|
+
readonly name: "AccessManagedInvalidAuthority";
|
|
27392
|
+
}, {
|
|
27393
|
+
readonly type: "error";
|
|
27394
|
+
readonly inputs: readonly [{
|
|
27395
|
+
readonly name: "caller";
|
|
27396
|
+
readonly internalType: "address";
|
|
27397
|
+
readonly type: "address";
|
|
27398
|
+
}, {
|
|
27399
|
+
readonly name: "delay";
|
|
27400
|
+
readonly internalType: "uint32";
|
|
27401
|
+
readonly type: "uint32";
|
|
27402
|
+
}];
|
|
27403
|
+
readonly name: "AccessManagedRequiredDelay";
|
|
27404
|
+
}, {
|
|
27405
|
+
readonly type: "error";
|
|
27406
|
+
readonly inputs: readonly [{
|
|
27407
|
+
readonly name: "caller";
|
|
27408
|
+
readonly internalType: "address";
|
|
27409
|
+
readonly type: "address";
|
|
27410
|
+
}];
|
|
27411
|
+
readonly name: "AccessManagedUnauthorized";
|
|
27412
|
+
}, {
|
|
27413
|
+
readonly type: "error";
|
|
27414
|
+
readonly inputs: readonly [{
|
|
27415
|
+
readonly name: "target";
|
|
27416
|
+
readonly internalType: "address";
|
|
27417
|
+
readonly type: "address";
|
|
27418
|
+
}];
|
|
27419
|
+
readonly name: "AddressEmptyCode";
|
|
27420
|
+
}, {
|
|
27421
|
+
readonly type: "error";
|
|
27422
|
+
readonly inputs: readonly [];
|
|
27423
|
+
readonly name: "AuthorityCannotBeZero";
|
|
27424
|
+
}, {
|
|
27425
|
+
readonly type: "error";
|
|
27426
|
+
readonly inputs: readonly [];
|
|
27427
|
+
readonly name: "ECDSAInvalidSignature";
|
|
27428
|
+
}, {
|
|
27429
|
+
readonly type: "error";
|
|
27430
|
+
readonly inputs: readonly [{
|
|
27431
|
+
readonly name: "length";
|
|
27432
|
+
readonly internalType: "uint256";
|
|
27433
|
+
readonly type: "uint256";
|
|
27434
|
+
}];
|
|
27435
|
+
readonly name: "ECDSAInvalidSignatureLength";
|
|
27436
|
+
}, {
|
|
27437
|
+
readonly type: "error";
|
|
27438
|
+
readonly inputs: readonly [{
|
|
27439
|
+
readonly name: "s";
|
|
27440
|
+
readonly internalType: "bytes32";
|
|
27441
|
+
readonly type: "bytes32";
|
|
27442
|
+
}];
|
|
27443
|
+
readonly name: "ECDSAInvalidSignatureS";
|
|
27444
|
+
}, {
|
|
27445
|
+
readonly type: "error";
|
|
27446
|
+
readonly inputs: readonly [{
|
|
27447
|
+
readonly name: "sender";
|
|
27448
|
+
readonly internalType: "address";
|
|
27449
|
+
readonly type: "address";
|
|
27450
|
+
}, {
|
|
27451
|
+
readonly name: "balance";
|
|
27452
|
+
readonly internalType: "uint256";
|
|
27453
|
+
readonly type: "uint256";
|
|
27454
|
+
}, {
|
|
27455
|
+
readonly name: "needed";
|
|
27456
|
+
readonly internalType: "uint256";
|
|
27457
|
+
readonly type: "uint256";
|
|
27458
|
+
}, {
|
|
27459
|
+
readonly name: "tokenId";
|
|
27460
|
+
readonly internalType: "uint256";
|
|
27461
|
+
readonly type: "uint256";
|
|
27462
|
+
}];
|
|
27463
|
+
readonly name: "ERC1155InsufficientBalance";
|
|
27464
|
+
}, {
|
|
27465
|
+
readonly type: "error";
|
|
27466
|
+
readonly inputs: readonly [{
|
|
27467
|
+
readonly name: "approver";
|
|
27468
|
+
readonly internalType: "address";
|
|
27469
|
+
readonly type: "address";
|
|
27470
|
+
}];
|
|
27471
|
+
readonly name: "ERC1155InvalidApprover";
|
|
27472
|
+
}, {
|
|
27473
|
+
readonly type: "error";
|
|
27474
|
+
readonly inputs: readonly [{
|
|
27475
|
+
readonly name: "idsLength";
|
|
27476
|
+
readonly internalType: "uint256";
|
|
27477
|
+
readonly type: "uint256";
|
|
27478
|
+
}, {
|
|
27479
|
+
readonly name: "valuesLength";
|
|
27480
|
+
readonly internalType: "uint256";
|
|
27481
|
+
readonly type: "uint256";
|
|
27482
|
+
}];
|
|
27483
|
+
readonly name: "ERC1155InvalidArrayLength";
|
|
27484
|
+
}, {
|
|
27485
|
+
readonly type: "error";
|
|
27486
|
+
readonly inputs: readonly [{
|
|
27487
|
+
readonly name: "operator";
|
|
27488
|
+
readonly internalType: "address";
|
|
27489
|
+
readonly type: "address";
|
|
27490
|
+
}];
|
|
27491
|
+
readonly name: "ERC1155InvalidOperator";
|
|
27492
|
+
}, {
|
|
27493
|
+
readonly type: "error";
|
|
27494
|
+
readonly inputs: readonly [{
|
|
27495
|
+
readonly name: "receiver";
|
|
27496
|
+
readonly internalType: "address";
|
|
27497
|
+
readonly type: "address";
|
|
27498
|
+
}];
|
|
27499
|
+
readonly name: "ERC1155InvalidReceiver";
|
|
27500
|
+
}, {
|
|
27501
|
+
readonly type: "error";
|
|
27502
|
+
readonly inputs: readonly [{
|
|
27503
|
+
readonly name: "sender";
|
|
27504
|
+
readonly internalType: "address";
|
|
27505
|
+
readonly type: "address";
|
|
27506
|
+
}];
|
|
27507
|
+
readonly name: "ERC1155InvalidSender";
|
|
27508
|
+
}, {
|
|
27509
|
+
readonly type: "error";
|
|
27510
|
+
readonly inputs: readonly [{
|
|
27511
|
+
readonly name: "operator";
|
|
27512
|
+
readonly internalType: "address";
|
|
27513
|
+
readonly type: "address";
|
|
27514
|
+
}, {
|
|
27515
|
+
readonly name: "owner";
|
|
27516
|
+
readonly internalType: "address";
|
|
27517
|
+
readonly type: "address";
|
|
27518
|
+
}];
|
|
27519
|
+
readonly name: "ERC1155MissingApprovalForAll";
|
|
27520
|
+
}, {
|
|
27521
|
+
readonly type: "error";
|
|
27522
|
+
readonly inputs: readonly [{
|
|
27523
|
+
readonly name: "implementation";
|
|
27524
|
+
readonly internalType: "address";
|
|
27525
|
+
readonly type: "address";
|
|
27526
|
+
}];
|
|
27527
|
+
readonly name: "ERC1967InvalidImplementation";
|
|
27528
|
+
}, {
|
|
27529
|
+
readonly type: "error";
|
|
27530
|
+
readonly inputs: readonly [];
|
|
27531
|
+
readonly name: "ERC1967NonPayable";
|
|
27532
|
+
}, {
|
|
27533
|
+
readonly type: "error";
|
|
27534
|
+
readonly inputs: readonly [];
|
|
27535
|
+
readonly name: "FailedCall";
|
|
27536
|
+
}, {
|
|
27537
|
+
readonly type: "error";
|
|
27538
|
+
readonly inputs: readonly [];
|
|
27539
|
+
readonly name: "InvalidAssetsRegistryAddress";
|
|
27540
|
+
}, {
|
|
27541
|
+
readonly type: "error";
|
|
27542
|
+
readonly inputs: readonly [];
|
|
27543
|
+
readonly name: "InvalidAuthorityAddress";
|
|
27544
|
+
}, {
|
|
27545
|
+
readonly type: "error";
|
|
27546
|
+
readonly inputs: readonly [{
|
|
27547
|
+
readonly name: "signer";
|
|
27548
|
+
readonly internalType: "address";
|
|
27549
|
+
readonly type: "address";
|
|
27550
|
+
}, {
|
|
27551
|
+
readonly name: "from";
|
|
27552
|
+
readonly internalType: "address";
|
|
27553
|
+
readonly type: "address";
|
|
27554
|
+
}];
|
|
27555
|
+
readonly name: "InvalidCreditsBurnProof";
|
|
27556
|
+
}, {
|
|
27557
|
+
readonly type: "error";
|
|
27558
|
+
readonly inputs: readonly [];
|
|
27559
|
+
readonly name: "InvalidInitialization";
|
|
27560
|
+
}, {
|
|
27561
|
+
readonly type: "error";
|
|
27562
|
+
readonly inputs: readonly [{
|
|
27563
|
+
readonly name: "idsLength";
|
|
27564
|
+
readonly internalType: "uint256";
|
|
27565
|
+
readonly type: "uint256";
|
|
27566
|
+
}, {
|
|
27567
|
+
readonly name: "valuesLength";
|
|
27568
|
+
readonly internalType: "uint256";
|
|
27569
|
+
readonly type: "uint256";
|
|
27570
|
+
}];
|
|
27571
|
+
readonly name: "InvalidLength";
|
|
27572
|
+
}, {
|
|
27573
|
+
readonly type: "error";
|
|
27574
|
+
readonly inputs: readonly [{
|
|
27575
|
+
readonly name: "planId";
|
|
27576
|
+
readonly internalType: "uint256";
|
|
27577
|
+
readonly type: "uint256";
|
|
27578
|
+
}, {
|
|
27579
|
+
readonly name: "creditsType";
|
|
27580
|
+
readonly internalType: "enum IAsset.CreditsType";
|
|
27581
|
+
readonly type: "uint8";
|
|
27582
|
+
}, {
|
|
27583
|
+
readonly name: "amount";
|
|
27584
|
+
readonly internalType: "uint256";
|
|
27585
|
+
readonly type: "uint256";
|
|
27586
|
+
}];
|
|
27587
|
+
readonly name: "InvalidRedemptionAmount";
|
|
27588
|
+
}, {
|
|
27589
|
+
readonly type: "error";
|
|
27590
|
+
readonly inputs: readonly [{
|
|
27591
|
+
readonly name: "planId";
|
|
27592
|
+
readonly internalType: "uint256";
|
|
27593
|
+
readonly type: "uint256";
|
|
27594
|
+
}, {
|
|
27595
|
+
readonly name: "redemptionType";
|
|
27596
|
+
readonly internalType: "enum IAsset.RedemptionType";
|
|
27597
|
+
readonly type: "uint8";
|
|
27598
|
+
}, {
|
|
27599
|
+
readonly name: "sender";
|
|
27600
|
+
readonly internalType: "address";
|
|
27601
|
+
readonly type: "address";
|
|
27602
|
+
}];
|
|
27603
|
+
readonly name: "InvalidRedemptionPermission";
|
|
27604
|
+
}, {
|
|
27605
|
+
readonly type: "error";
|
|
27606
|
+
readonly inputs: readonly [{
|
|
27607
|
+
readonly name: "sender";
|
|
27608
|
+
readonly internalType: "address";
|
|
27609
|
+
readonly type: "address";
|
|
27610
|
+
}, {
|
|
27611
|
+
readonly name: "role";
|
|
27612
|
+
readonly internalType: "uint64";
|
|
27613
|
+
readonly type: "uint64";
|
|
27614
|
+
}];
|
|
27615
|
+
readonly name: "InvalidRole";
|
|
27616
|
+
}, {
|
|
27617
|
+
readonly type: "error";
|
|
27618
|
+
readonly inputs: readonly [];
|
|
27619
|
+
readonly name: "InvalidVaultAddress";
|
|
27620
|
+
}, {
|
|
27621
|
+
readonly type: "error";
|
|
27622
|
+
readonly inputs: readonly [{
|
|
27623
|
+
readonly name: "_from";
|
|
27624
|
+
readonly internalType: "address";
|
|
27625
|
+
readonly type: "address";
|
|
27626
|
+
}, {
|
|
27627
|
+
readonly name: "_planId";
|
|
27628
|
+
readonly internalType: "uint256";
|
|
27629
|
+
readonly type: "uint256";
|
|
27630
|
+
}, {
|
|
27631
|
+
readonly name: "_value";
|
|
27632
|
+
readonly internalType: "uint256";
|
|
27633
|
+
readonly type: "uint256";
|
|
27634
|
+
}];
|
|
27635
|
+
readonly name: "NotEnoughCreditsToBurn";
|
|
27636
|
+
}, {
|
|
27637
|
+
readonly type: "error";
|
|
27638
|
+
readonly inputs: readonly [];
|
|
27639
|
+
readonly name: "NotInitializing";
|
|
27640
|
+
}, {
|
|
27641
|
+
readonly type: "error";
|
|
27642
|
+
readonly inputs: readonly [{
|
|
27643
|
+
readonly name: "planId";
|
|
27644
|
+
readonly internalType: "uint256";
|
|
27645
|
+
readonly type: "uint256";
|
|
27646
|
+
}];
|
|
27647
|
+
readonly name: "PlanNotFound";
|
|
27648
|
+
}, {
|
|
27649
|
+
readonly type: "error";
|
|
27650
|
+
readonly inputs: readonly [];
|
|
27651
|
+
readonly name: "UUPSUnauthorizedCallContext";
|
|
27652
|
+
}, {
|
|
27653
|
+
readonly type: "error";
|
|
27654
|
+
readonly inputs: readonly [{
|
|
27655
|
+
readonly name: "slot";
|
|
27656
|
+
readonly internalType: "bytes32";
|
|
27657
|
+
readonly type: "bytes32";
|
|
27658
|
+
}];
|
|
27659
|
+
readonly name: "UUPSUnsupportedProxiableUUID";
|
|
27660
|
+
}];
|
|
27661
|
+
};
|
|
27662
|
+
export declare const nvmConfigAbi: readonly [{
|
|
27663
|
+
readonly type: "function";
|
|
27664
|
+
readonly inputs: readonly [];
|
|
27665
|
+
readonly name: "UPGRADE_INTERFACE_VERSION";
|
|
27666
|
+
readonly outputs: readonly [{
|
|
27667
|
+
readonly name: "";
|
|
27668
|
+
readonly internalType: "string";
|
|
27669
|
+
readonly type: "string";
|
|
27670
|
+
}];
|
|
27671
|
+
readonly stateMutability: "view";
|
|
27672
|
+
}, {
|
|
27673
|
+
readonly type: "function";
|
|
27674
|
+
readonly inputs: readonly [];
|
|
27675
|
+
readonly name: "authority";
|
|
27676
|
+
readonly outputs: readonly [{
|
|
27677
|
+
readonly name: "";
|
|
27678
|
+
readonly internalType: "address";
|
|
27679
|
+
readonly type: "address";
|
|
27680
|
+
}];
|
|
27681
|
+
readonly stateMutability: "view";
|
|
27682
|
+
}, {
|
|
27683
|
+
readonly type: "function";
|
|
27684
|
+
readonly inputs: readonly [{
|
|
27685
|
+
readonly name: "_paramName";
|
|
27686
|
+
readonly internalType: "bytes32";
|
|
27687
|
+
readonly type: "bytes32";
|
|
27688
|
+
}];
|
|
27689
|
+
readonly name: "disableParameter";
|
|
27690
|
+
readonly outputs: readonly [];
|
|
27691
|
+
readonly stateMutability: "nonpayable";
|
|
27692
|
+
}, {
|
|
27693
|
+
readonly type: "function";
|
|
27694
|
+
readonly inputs: readonly [];
|
|
27695
|
+
readonly name: "getDefaultFeeController";
|
|
27696
|
+
readonly outputs: readonly [{
|
|
27697
|
+
readonly name: "";
|
|
27698
|
+
readonly internalType: "contract IFeeController";
|
|
27699
|
+
readonly type: "address";
|
|
27700
|
+
}];
|
|
27701
|
+
readonly stateMutability: "view";
|
|
27702
|
+
}, {
|
|
27703
|
+
readonly type: "function";
|
|
27704
|
+
readonly inputs: readonly [];
|
|
27705
|
+
readonly name: "getFeeReceiver";
|
|
27706
|
+
readonly outputs: readonly [{
|
|
27707
|
+
readonly name: "";
|
|
27708
|
+
readonly internalType: "address";
|
|
27709
|
+
readonly type: "address";
|
|
27710
|
+
}];
|
|
27711
|
+
readonly stateMutability: "view";
|
|
27712
|
+
}, {
|
|
27713
|
+
readonly type: "function";
|
|
27714
|
+
readonly inputs: readonly [{
|
|
27715
|
+
readonly name: "_paramName";
|
|
27716
|
+
readonly internalType: "bytes32";
|
|
27717
|
+
readonly type: "bytes32";
|
|
27718
|
+
}];
|
|
27719
|
+
readonly name: "getParameter";
|
|
27720
|
+
readonly outputs: readonly [{
|
|
27721
|
+
readonly name: "value";
|
|
27722
|
+
readonly internalType: "bytes";
|
|
27723
|
+
readonly type: "bytes";
|
|
27724
|
+
}, {
|
|
27725
|
+
readonly name: "isActive";
|
|
27726
|
+
readonly internalType: "bool";
|
|
27727
|
+
readonly type: "bool";
|
|
27728
|
+
}, {
|
|
27729
|
+
readonly name: "lastUpdated";
|
|
27730
|
+
readonly internalType: "uint256";
|
|
27731
|
+
readonly type: "uint256";
|
|
27732
|
+
}];
|
|
27733
|
+
readonly stateMutability: "view";
|
|
27734
|
+
}, {
|
|
27735
|
+
readonly type: "function";
|
|
27736
|
+
readonly inputs: readonly [{
|
|
27737
|
+
readonly name: "roleId";
|
|
27738
|
+
readonly internalType: "uint64";
|
|
27739
|
+
readonly type: "uint64";
|
|
27740
|
+
}];
|
|
27741
|
+
readonly name: "haveRole";
|
|
27742
|
+
readonly outputs: readonly [{
|
|
27743
|
+
readonly name: "";
|
|
27744
|
+
readonly internalType: "bool";
|
|
27745
|
+
readonly type: "bool";
|
|
27746
|
+
}];
|
|
27747
|
+
readonly stateMutability: "view";
|
|
27748
|
+
}, {
|
|
27749
|
+
readonly type: "function";
|
|
27750
|
+
readonly inputs: readonly [{
|
|
27751
|
+
readonly name: "_authority";
|
|
27752
|
+
readonly internalType: "contract IAccessManager";
|
|
27753
|
+
readonly type: "address";
|
|
27754
|
+
}, {
|
|
27755
|
+
readonly name: "_defaultFeeController";
|
|
27756
|
+
readonly internalType: "contract IFeeController";
|
|
27757
|
+
readonly type: "address";
|
|
27758
|
+
}];
|
|
27759
|
+
readonly name: "initialize";
|
|
27760
|
+
readonly outputs: readonly [];
|
|
27761
|
+
readonly stateMutability: "nonpayable";
|
|
27762
|
+
}, {
|
|
27763
|
+
readonly type: "function";
|
|
27764
|
+
readonly inputs: readonly [];
|
|
27765
|
+
readonly name: "isConsumingScheduledOp";
|
|
27766
|
+
readonly outputs: readonly [{
|
|
27767
|
+
readonly name: "";
|
|
25786
27768
|
readonly internalType: "bytes4";
|
|
25787
27769
|
readonly type: "bytes4";
|
|
25788
27770
|
}];
|
|
@@ -26095,9 +28077,9 @@ export declare const nvmConfigAbi: readonly [{
|
|
|
26095
28077
|
}];
|
|
26096
28078
|
readonly name: "UUPSUnsupportedProxiableUUID";
|
|
26097
28079
|
}];
|
|
26098
|
-
export declare const nvmConfigAddress: "
|
|
28080
|
+
export declare const nvmConfigAddress: "0x85a209d957817A0159186499B623BDDb0F202270";
|
|
26099
28081
|
export declare const nvmConfigConfig: {
|
|
26100
|
-
readonly address: "
|
|
28082
|
+
readonly address: "0x85a209d957817A0159186499B623BDDb0F202270";
|
|
26101
28083
|
readonly abi: readonly [{
|
|
26102
28084
|
readonly type: "function";
|
|
26103
28085
|
readonly inputs: readonly [];
|
|
@@ -26170,6 +28152,20 @@ export declare const nvmConfigConfig: {
|
|
|
26170
28152
|
readonly type: "uint256";
|
|
26171
28153
|
}];
|
|
26172
28154
|
readonly stateMutability: "view";
|
|
28155
|
+
}, {
|
|
28156
|
+
readonly type: "function";
|
|
28157
|
+
readonly inputs: readonly [{
|
|
28158
|
+
readonly name: "roleId";
|
|
28159
|
+
readonly internalType: "uint64";
|
|
28160
|
+
readonly type: "uint64";
|
|
28161
|
+
}];
|
|
28162
|
+
readonly name: "haveRole";
|
|
28163
|
+
readonly outputs: readonly [{
|
|
28164
|
+
readonly name: "";
|
|
28165
|
+
readonly internalType: "bool";
|
|
28166
|
+
readonly type: "bool";
|
|
28167
|
+
}];
|
|
28168
|
+
readonly stateMutability: "view";
|
|
26173
28169
|
}, {
|
|
26174
28170
|
readonly type: "function";
|
|
26175
28171
|
readonly inputs: readonly [{
|
|
@@ -26585,6 +28581,20 @@ export declare const nvmConfigV2Abi: readonly [{
|
|
|
26585
28581
|
readonly type: "string";
|
|
26586
28582
|
}];
|
|
26587
28583
|
readonly stateMutability: "view";
|
|
28584
|
+
}, {
|
|
28585
|
+
readonly type: "function";
|
|
28586
|
+
readonly inputs: readonly [{
|
|
28587
|
+
readonly name: "roleId";
|
|
28588
|
+
readonly internalType: "uint64";
|
|
28589
|
+
readonly type: "uint64";
|
|
28590
|
+
}];
|
|
28591
|
+
readonly name: "haveRole";
|
|
28592
|
+
readonly outputs: readonly [{
|
|
28593
|
+
readonly name: "";
|
|
28594
|
+
readonly internalType: "bool";
|
|
28595
|
+
readonly type: "bool";
|
|
28596
|
+
}];
|
|
28597
|
+
readonly stateMutability: "view";
|
|
26588
28598
|
}, {
|
|
26589
28599
|
readonly type: "function";
|
|
26590
28600
|
readonly inputs: readonly [{
|
|
@@ -27220,9 +29230,9 @@ export declare const oneTimeCreatorHookAbi: readonly [{
|
|
|
27220
29230
|
}];
|
|
27221
29231
|
readonly name: "UUPSUnsupportedProxiableUUID";
|
|
27222
29232
|
}];
|
|
27223
|
-
export declare const oneTimeCreatorHookAddress: "
|
|
29233
|
+
export declare const oneTimeCreatorHookAddress: "0x41A73401Df52CF1bACB08e91328039d1Fec4aA9F";
|
|
27224
29234
|
export declare const oneTimeCreatorHookConfig: {
|
|
27225
|
-
readonly address: "
|
|
29235
|
+
readonly address: "0x41A73401Df52CF1bACB08e91328039d1Fec4aA9F";
|
|
27226
29236
|
readonly abi: readonly [{
|
|
27227
29237
|
readonly type: "constructor";
|
|
27228
29238
|
readonly inputs: readonly [];
|
|
@@ -27904,9 +29914,9 @@ export declare const paymentsVaultAbi: readonly [{
|
|
|
27904
29914
|
}];
|
|
27905
29915
|
readonly name: "UUPSUnsupportedProxiableUUID";
|
|
27906
29916
|
}];
|
|
27907
|
-
export declare const paymentsVaultAddress: "
|
|
29917
|
+
export declare const paymentsVaultAddress: "0x9B9411566bd606399aa188c73d65215BD1853c6D";
|
|
27908
29918
|
export declare const paymentsVaultConfig: {
|
|
27909
|
-
readonly address: "
|
|
29919
|
+
readonly address: "0x9B9411566bd606399aa188c73d65215BD1853c6D";
|
|
27910
29920
|
readonly abi: readonly [{
|
|
27911
29921
|
readonly type: "receive";
|
|
27912
29922
|
readonly stateMutability: "payable";
|
|
@@ -29029,9 +31039,9 @@ export declare const protocolStandardFeesAbi: readonly [{
|
|
|
29029
31039
|
}];
|
|
29030
31040
|
readonly name: "UUPSUnsupportedProxiableUUID";
|
|
29031
31041
|
}];
|
|
29032
|
-
export declare const protocolStandardFeesAddress: "
|
|
31042
|
+
export declare const protocolStandardFeesAddress: "0x6B81EEB0dDfC85E996A18a7d6ccAed4B08723Da5";
|
|
29033
31043
|
export declare const protocolStandardFeesConfig: {
|
|
29034
|
-
readonly address: "
|
|
31044
|
+
readonly address: "0x6B81EEB0dDfC85E996A18a7d6ccAed4B08723Da5";
|
|
29035
31045
|
readonly abi: readonly [{
|
|
29036
31046
|
readonly type: "function";
|
|
29037
31047
|
readonly inputs: readonly [];
|
|
@@ -29364,6 +31374,27 @@ export declare const proxyAbi: readonly [{
|
|
|
29364
31374
|
readonly type: "fallback";
|
|
29365
31375
|
readonly stateMutability: "payable";
|
|
29366
31376
|
}];
|
|
31377
|
+
export declare const redBlackTreeLibAbi: readonly [{
|
|
31378
|
+
readonly type: "error";
|
|
31379
|
+
readonly inputs: readonly [];
|
|
31380
|
+
readonly name: "PointerOutOfBounds";
|
|
31381
|
+
}, {
|
|
31382
|
+
readonly type: "error";
|
|
31383
|
+
readonly inputs: readonly [];
|
|
31384
|
+
readonly name: "TreeIsFull";
|
|
31385
|
+
}, {
|
|
31386
|
+
readonly type: "error";
|
|
31387
|
+
readonly inputs: readonly [];
|
|
31388
|
+
readonly name: "ValueAlreadyExists";
|
|
31389
|
+
}, {
|
|
31390
|
+
readonly type: "error";
|
|
31391
|
+
readonly inputs: readonly [];
|
|
31392
|
+
readonly name: "ValueDoesNotExist";
|
|
31393
|
+
}, {
|
|
31394
|
+
readonly type: "error";
|
|
31395
|
+
readonly inputs: readonly [];
|
|
31396
|
+
readonly name: "ValueIsEmpty";
|
|
31397
|
+
}];
|
|
29367
31398
|
export declare const reentrancyGuardTransientUpgradeableAbi: readonly [{
|
|
29368
31399
|
readonly type: "event";
|
|
29369
31400
|
readonly anonymous: false;
|
|
@@ -29453,6 +31484,73 @@ export declare const safeErc20Abi: readonly [{
|
|
|
29453
31484
|
}];
|
|
29454
31485
|
readonly name: "SafeERC20FailedOperation";
|
|
29455
31486
|
}];
|
|
31487
|
+
export declare const setNetworkFeesAbi: readonly [{
|
|
31488
|
+
readonly type: "function";
|
|
31489
|
+
readonly inputs: readonly [];
|
|
31490
|
+
readonly name: "IS_SCRIPT";
|
|
31491
|
+
readonly outputs: readonly [{
|
|
31492
|
+
readonly name: "";
|
|
31493
|
+
readonly internalType: "bool";
|
|
31494
|
+
readonly type: "bool";
|
|
31495
|
+
}];
|
|
31496
|
+
readonly stateMutability: "view";
|
|
31497
|
+
}, {
|
|
31498
|
+
readonly type: "function";
|
|
31499
|
+
readonly inputs: readonly [];
|
|
31500
|
+
readonly name: "debug";
|
|
31501
|
+
readonly outputs: readonly [{
|
|
31502
|
+
readonly name: "";
|
|
31503
|
+
readonly internalType: "bool";
|
|
31504
|
+
readonly type: "bool";
|
|
31505
|
+
}];
|
|
31506
|
+
readonly stateMutability: "view";
|
|
31507
|
+
}, {
|
|
31508
|
+
readonly type: "function";
|
|
31509
|
+
readonly inputs: readonly [];
|
|
31510
|
+
readonly name: "feeReceiver";
|
|
31511
|
+
readonly outputs: readonly [{
|
|
31512
|
+
readonly name: "";
|
|
31513
|
+
readonly internalType: "address";
|
|
31514
|
+
readonly type: "address";
|
|
31515
|
+
}];
|
|
31516
|
+
readonly stateMutability: "view";
|
|
31517
|
+
}, {
|
|
31518
|
+
readonly type: "function";
|
|
31519
|
+
readonly inputs: readonly [];
|
|
31520
|
+
readonly name: "governor";
|
|
31521
|
+
readonly outputs: readonly [{
|
|
31522
|
+
readonly name: "";
|
|
31523
|
+
readonly internalType: "address";
|
|
31524
|
+
readonly type: "address";
|
|
31525
|
+
}];
|
|
31526
|
+
readonly stateMutability: "view";
|
|
31527
|
+
}, {
|
|
31528
|
+
readonly type: "function";
|
|
31529
|
+
readonly inputs: readonly [];
|
|
31530
|
+
readonly name: "networkFee";
|
|
31531
|
+
readonly outputs: readonly [{
|
|
31532
|
+
readonly name: "";
|
|
31533
|
+
readonly internalType: "uint256";
|
|
31534
|
+
readonly type: "uint256";
|
|
31535
|
+
}];
|
|
31536
|
+
readonly stateMutability: "view";
|
|
31537
|
+
}, {
|
|
31538
|
+
readonly type: "function";
|
|
31539
|
+
readonly inputs: readonly [];
|
|
31540
|
+
readonly name: "owner";
|
|
31541
|
+
readonly outputs: readonly [{
|
|
31542
|
+
readonly name: "";
|
|
31543
|
+
readonly internalType: "address";
|
|
31544
|
+
readonly type: "address";
|
|
31545
|
+
}];
|
|
31546
|
+
readonly stateMutability: "view";
|
|
31547
|
+
}, {
|
|
31548
|
+
readonly type: "function";
|
|
31549
|
+
readonly inputs: readonly [];
|
|
31550
|
+
readonly name: "run";
|
|
31551
|
+
readonly outputs: readonly [];
|
|
31552
|
+
readonly stateMutability: "nonpayable";
|
|
31553
|
+
}];
|
|
29456
31554
|
export declare const stringsAbi: readonly [{
|
|
29457
31555
|
readonly type: "error";
|
|
29458
31556
|
readonly inputs: readonly [{
|
|
@@ -29709,9 +31807,9 @@ export declare const tokenUtilsAbi: readonly [{
|
|
|
29709
31807
|
}];
|
|
29710
31808
|
readonly name: "InvalidTransactionAmount";
|
|
29711
31809
|
}];
|
|
29712
|
-
export declare const tokenUtilsAddress: "
|
|
31810
|
+
export declare const tokenUtilsAddress: "0xfD0C26e775950ffbd3e4C522F1D62858F24D47Ea";
|
|
29713
31811
|
export declare const tokenUtilsConfig: {
|
|
29714
|
-
readonly address: "
|
|
31812
|
+
readonly address: "0xfD0C26e775950ffbd3e4C522F1D62858F24D47Ea";
|
|
29715
31813
|
readonly abi: readonly [{
|
|
29716
31814
|
readonly type: "function";
|
|
29717
31815
|
readonly inputs: readonly [{
|
|
@@ -30046,9 +32144,9 @@ export declare const transferCreditsConditionAbi: readonly [{
|
|
|
30046
32144
|
}];
|
|
30047
32145
|
readonly name: "UUPSUnsupportedProxiableUUID";
|
|
30048
32146
|
}];
|
|
30049
|
-
export declare const transferCreditsConditionAddress: "
|
|
32147
|
+
export declare const transferCreditsConditionAddress: "0xC109e539b1d355E9A0E3Bd14BF032CB708eAaD7f";
|
|
30050
32148
|
export declare const transferCreditsConditionConfig: {
|
|
30051
|
-
readonly address: "
|
|
32149
|
+
readonly address: "0xC109e539b1d355E9A0E3Bd14BF032CB708eAaD7f";
|
|
30052
32150
|
readonly abi: readonly [{
|
|
30053
32151
|
readonly type: "function";
|
|
30054
32152
|
readonly inputs: readonly [];
|