@nevermined-io/core-kit 1.2.2 → 1.4.0
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.
|
@@ -2201,6 +2201,20 @@ export declare const agreementsStoreAbi: readonly [{
|
|
|
2201
2201
|
readonly type: "uint8";
|
|
2202
2202
|
}];
|
|
2203
2203
|
readonly stateMutability: "view";
|
|
2204
|
+
}, {
|
|
2205
|
+
readonly type: "function";
|
|
2206
|
+
readonly inputs: readonly [{
|
|
2207
|
+
readonly name: "_agreementId";
|
|
2208
|
+
readonly internalType: "bytes32";
|
|
2209
|
+
readonly type: "bytes32";
|
|
2210
|
+
}];
|
|
2211
|
+
readonly name: "getLockedAmounts";
|
|
2212
|
+
readonly outputs: readonly [{
|
|
2213
|
+
readonly name: "";
|
|
2214
|
+
readonly internalType: "uint256[]";
|
|
2215
|
+
readonly type: "uint256[]";
|
|
2216
|
+
}];
|
|
2217
|
+
readonly stateMutability: "view";
|
|
2204
2218
|
}, {
|
|
2205
2219
|
readonly type: "function";
|
|
2206
2220
|
readonly inputs: readonly [{
|
|
@@ -2293,6 +2307,20 @@ export declare const agreementsStoreAbi: readonly [{
|
|
|
2293
2307
|
readonly name: "setAuthority";
|
|
2294
2308
|
readonly outputs: readonly [];
|
|
2295
2309
|
readonly stateMutability: "nonpayable";
|
|
2310
|
+
}, {
|
|
2311
|
+
readonly type: "function";
|
|
2312
|
+
readonly inputs: readonly [{
|
|
2313
|
+
readonly name: "_agreementId";
|
|
2314
|
+
readonly internalType: "bytes32";
|
|
2315
|
+
readonly type: "bytes32";
|
|
2316
|
+
}, {
|
|
2317
|
+
readonly name: "_amounts";
|
|
2318
|
+
readonly internalType: "uint256[]";
|
|
2319
|
+
readonly type: "uint256[]";
|
|
2320
|
+
}];
|
|
2321
|
+
readonly name: "setLockedAmounts";
|
|
2322
|
+
readonly outputs: readonly [];
|
|
2323
|
+
readonly stateMutability: "nonpayable";
|
|
2296
2324
|
}, {
|
|
2297
2325
|
readonly type: "function";
|
|
2298
2326
|
readonly inputs: readonly [{
|
|
@@ -2521,6 +2549,14 @@ export declare const agreementsStoreAbi: readonly [{
|
|
|
2521
2549
|
readonly type: "error";
|
|
2522
2550
|
readonly inputs: readonly [];
|
|
2523
2551
|
readonly name: "InvalidNumberOfPurchases";
|
|
2552
|
+
}, {
|
|
2553
|
+
readonly type: "error";
|
|
2554
|
+
readonly inputs: readonly [{
|
|
2555
|
+
readonly name: "agreementId";
|
|
2556
|
+
readonly internalType: "bytes32";
|
|
2557
|
+
readonly type: "bytes32";
|
|
2558
|
+
}];
|
|
2559
|
+
readonly name: "LockedAmountsAlreadySet";
|
|
2524
2560
|
}, {
|
|
2525
2561
|
readonly type: "error";
|
|
2526
2562
|
readonly inputs: readonly [];
|
|
@@ -2680,6 +2716,20 @@ export declare const agreementsStoreConfig: {
|
|
|
2680
2716
|
readonly type: "uint8";
|
|
2681
2717
|
}];
|
|
2682
2718
|
readonly stateMutability: "view";
|
|
2719
|
+
}, {
|
|
2720
|
+
readonly type: "function";
|
|
2721
|
+
readonly inputs: readonly [{
|
|
2722
|
+
readonly name: "_agreementId";
|
|
2723
|
+
readonly internalType: "bytes32";
|
|
2724
|
+
readonly type: "bytes32";
|
|
2725
|
+
}];
|
|
2726
|
+
readonly name: "getLockedAmounts";
|
|
2727
|
+
readonly outputs: readonly [{
|
|
2728
|
+
readonly name: "";
|
|
2729
|
+
readonly internalType: "uint256[]";
|
|
2730
|
+
readonly type: "uint256[]";
|
|
2731
|
+
}];
|
|
2732
|
+
readonly stateMutability: "view";
|
|
2683
2733
|
}, {
|
|
2684
2734
|
readonly type: "function";
|
|
2685
2735
|
readonly inputs: readonly [{
|
|
@@ -2772,6 +2822,20 @@ export declare const agreementsStoreConfig: {
|
|
|
2772
2822
|
readonly name: "setAuthority";
|
|
2773
2823
|
readonly outputs: readonly [];
|
|
2774
2824
|
readonly stateMutability: "nonpayable";
|
|
2825
|
+
}, {
|
|
2826
|
+
readonly type: "function";
|
|
2827
|
+
readonly inputs: readonly [{
|
|
2828
|
+
readonly name: "_agreementId";
|
|
2829
|
+
readonly internalType: "bytes32";
|
|
2830
|
+
readonly type: "bytes32";
|
|
2831
|
+
}, {
|
|
2832
|
+
readonly name: "_amounts";
|
|
2833
|
+
readonly internalType: "uint256[]";
|
|
2834
|
+
readonly type: "uint256[]";
|
|
2835
|
+
}];
|
|
2836
|
+
readonly name: "setLockedAmounts";
|
|
2837
|
+
readonly outputs: readonly [];
|
|
2838
|
+
readonly stateMutability: "nonpayable";
|
|
2775
2839
|
}, {
|
|
2776
2840
|
readonly type: "function";
|
|
2777
2841
|
readonly inputs: readonly [{
|
|
@@ -3000,6 +3064,14 @@ export declare const agreementsStoreConfig: {
|
|
|
3000
3064
|
readonly type: "error";
|
|
3001
3065
|
readonly inputs: readonly [];
|
|
3002
3066
|
readonly name: "InvalidNumberOfPurchases";
|
|
3067
|
+
}, {
|
|
3068
|
+
readonly type: "error";
|
|
3069
|
+
readonly inputs: readonly [{
|
|
3070
|
+
readonly name: "agreementId";
|
|
3071
|
+
readonly internalType: "bytes32";
|
|
3072
|
+
readonly type: "bytes32";
|
|
3073
|
+
}];
|
|
3074
|
+
readonly name: "LockedAmountsAlreadySet";
|
|
3003
3075
|
}, {
|
|
3004
3076
|
readonly type: "error";
|
|
3005
3077
|
readonly inputs: readonly [];
|
|
@@ -3157,6 +3229,20 @@ export declare const agreementsStoreV2Abi: readonly [{
|
|
|
3157
3229
|
readonly type: "uint8";
|
|
3158
3230
|
}];
|
|
3159
3231
|
readonly stateMutability: "view";
|
|
3232
|
+
}, {
|
|
3233
|
+
readonly type: "function";
|
|
3234
|
+
readonly inputs: readonly [{
|
|
3235
|
+
readonly name: "_agreementId";
|
|
3236
|
+
readonly internalType: "bytes32";
|
|
3237
|
+
readonly type: "bytes32";
|
|
3238
|
+
}];
|
|
3239
|
+
readonly name: "getLockedAmounts";
|
|
3240
|
+
readonly outputs: readonly [{
|
|
3241
|
+
readonly name: "";
|
|
3242
|
+
readonly internalType: "uint256[]";
|
|
3243
|
+
readonly type: "uint256[]";
|
|
3244
|
+
}];
|
|
3245
|
+
readonly stateMutability: "view";
|
|
3160
3246
|
}, {
|
|
3161
3247
|
readonly type: "function";
|
|
3162
3248
|
readonly inputs: readonly [];
|
|
@@ -3269,6 +3355,20 @@ export declare const agreementsStoreV2Abi: readonly [{
|
|
|
3269
3355
|
readonly name: "setAuthority";
|
|
3270
3356
|
readonly outputs: readonly [];
|
|
3271
3357
|
readonly stateMutability: "nonpayable";
|
|
3358
|
+
}, {
|
|
3359
|
+
readonly type: "function";
|
|
3360
|
+
readonly inputs: readonly [{
|
|
3361
|
+
readonly name: "_agreementId";
|
|
3362
|
+
readonly internalType: "bytes32";
|
|
3363
|
+
readonly type: "bytes32";
|
|
3364
|
+
}, {
|
|
3365
|
+
readonly name: "_amounts";
|
|
3366
|
+
readonly internalType: "uint256[]";
|
|
3367
|
+
readonly type: "uint256[]";
|
|
3368
|
+
}];
|
|
3369
|
+
readonly name: "setLockedAmounts";
|
|
3370
|
+
readonly outputs: readonly [];
|
|
3371
|
+
readonly stateMutability: "nonpayable";
|
|
3272
3372
|
}, {
|
|
3273
3373
|
readonly type: "function";
|
|
3274
3374
|
readonly inputs: readonly [{
|
|
@@ -3497,6 +3597,14 @@ export declare const agreementsStoreV2Abi: readonly [{
|
|
|
3497
3597
|
readonly type: "error";
|
|
3498
3598
|
readonly inputs: readonly [];
|
|
3499
3599
|
readonly name: "InvalidNumberOfPurchases";
|
|
3600
|
+
}, {
|
|
3601
|
+
readonly type: "error";
|
|
3602
|
+
readonly inputs: readonly [{
|
|
3603
|
+
readonly name: "agreementId";
|
|
3604
|
+
readonly internalType: "bytes32";
|
|
3605
|
+
readonly type: "bytes32";
|
|
3606
|
+
}];
|
|
3607
|
+
readonly name: "LockedAmountsAlreadySet";
|
|
3500
3608
|
}, {
|
|
3501
3609
|
readonly type: "error";
|
|
3502
3610
|
readonly inputs: readonly [];
|
|
@@ -12492,6 +12600,10 @@ export declare const deployPricingContractsAbi: readonly [{
|
|
|
12492
12600
|
}, {
|
|
12493
12601
|
readonly type: "function";
|
|
12494
12602
|
readonly inputs: readonly [{
|
|
12603
|
+
readonly name: "assetsRegistry";
|
|
12604
|
+
readonly internalType: "address";
|
|
12605
|
+
readonly type: "address";
|
|
12606
|
+
}, {
|
|
12495
12607
|
readonly name: "salt";
|
|
12496
12608
|
readonly internalType: "bytes32";
|
|
12497
12609
|
readonly type: "bytes32";
|
|
@@ -12557,6 +12669,10 @@ export declare const deployPricingContractsAbi: readonly [{
|
|
|
12557
12669
|
readonly name: "ownerAddress";
|
|
12558
12670
|
readonly internalType: "address";
|
|
12559
12671
|
readonly type: "address";
|
|
12672
|
+
}, {
|
|
12673
|
+
readonly name: "assetsRegistry";
|
|
12674
|
+
readonly internalType: "address";
|
|
12675
|
+
readonly type: "address";
|
|
12560
12676
|
}, {
|
|
12561
12677
|
readonly name: "linearPricingSalt";
|
|
12562
12678
|
readonly internalType: "bytes32";
|
|
@@ -12602,6 +12718,10 @@ export declare const deployPricingContractsAbi: readonly [{
|
|
|
12602
12718
|
readonly type: "bytes";
|
|
12603
12719
|
}];
|
|
12604
12720
|
readonly name: "DeploymentFailed";
|
|
12721
|
+
}, {
|
|
12722
|
+
readonly type: "error";
|
|
12723
|
+
readonly inputs: readonly [];
|
|
12724
|
+
readonly name: "InvalidAssetsRegistry";
|
|
12605
12725
|
}, {
|
|
12606
12726
|
readonly type: "error";
|
|
12607
12727
|
readonly inputs: readonly [];
|
|
@@ -13316,6 +13436,18 @@ export declare const distributePaymentsConditionAbi: readonly [{
|
|
|
13316
13436
|
readonly type: "error";
|
|
13317
13437
|
readonly inputs: readonly [];
|
|
13318
13438
|
readonly name: "InvalidVaultAddress";
|
|
13439
|
+
}, {
|
|
13440
|
+
readonly type: "error";
|
|
13441
|
+
readonly inputs: readonly [{
|
|
13442
|
+
readonly name: "lockedLength";
|
|
13443
|
+
readonly internalType: "uint256";
|
|
13444
|
+
readonly type: "uint256";
|
|
13445
|
+
}, {
|
|
13446
|
+
readonly name: "receiversLength";
|
|
13447
|
+
readonly internalType: "uint256";
|
|
13448
|
+
readonly type: "uint256";
|
|
13449
|
+
}];
|
|
13450
|
+
readonly name: "LockedAmountsReceiversLengthMismatch";
|
|
13319
13451
|
}, {
|
|
13320
13452
|
readonly type: "error";
|
|
13321
13453
|
readonly inputs: readonly [];
|
|
@@ -13629,6 +13761,18 @@ export declare const distributePaymentsConditionConfig: {
|
|
|
13629
13761
|
readonly type: "error";
|
|
13630
13762
|
readonly inputs: readonly [];
|
|
13631
13763
|
readonly name: "InvalidVaultAddress";
|
|
13764
|
+
}, {
|
|
13765
|
+
readonly type: "error";
|
|
13766
|
+
readonly inputs: readonly [{
|
|
13767
|
+
readonly name: "lockedLength";
|
|
13768
|
+
readonly internalType: "uint256";
|
|
13769
|
+
readonly type: "uint256";
|
|
13770
|
+
}, {
|
|
13771
|
+
readonly name: "receiversLength";
|
|
13772
|
+
readonly internalType: "uint256";
|
|
13773
|
+
readonly type: "uint256";
|
|
13774
|
+
}];
|
|
13775
|
+
readonly name: "LockedAmountsReceiversLengthMismatch";
|
|
13632
13776
|
}, {
|
|
13633
13777
|
readonly type: "error";
|
|
13634
13778
|
readonly inputs: readonly [];
|
|
@@ -16942,6 +17086,14 @@ export declare const fiatSettlementConditionAbi: readonly [{
|
|
|
16942
17086
|
readonly type: "error";
|
|
16943
17087
|
readonly inputs: readonly [];
|
|
16944
17088
|
readonly name: "ReentrancyGuardReentrantCall";
|
|
17089
|
+
}, {
|
|
17090
|
+
readonly type: "error";
|
|
17091
|
+
readonly inputs: readonly [{
|
|
17092
|
+
readonly name: "addr";
|
|
17093
|
+
readonly internalType: "address";
|
|
17094
|
+
readonly type: "address";
|
|
17095
|
+
}];
|
|
17096
|
+
readonly name: "SelfSettlementNotAllowed";
|
|
16945
17097
|
}, {
|
|
16946
17098
|
readonly type: "error";
|
|
16947
17099
|
readonly inputs: readonly [];
|
|
@@ -17263,6 +17415,14 @@ export declare const fiatSettlementConditionConfig: {
|
|
|
17263
17415
|
readonly type: "error";
|
|
17264
17416
|
readonly inputs: readonly [];
|
|
17265
17417
|
readonly name: "ReentrancyGuardReentrantCall";
|
|
17418
|
+
}, {
|
|
17419
|
+
readonly type: "error";
|
|
17420
|
+
readonly inputs: readonly [{
|
|
17421
|
+
readonly name: "addr";
|
|
17422
|
+
readonly internalType: "address";
|
|
17423
|
+
readonly type: "address";
|
|
17424
|
+
}];
|
|
17425
|
+
readonly name: "SelfSettlementNotAllowed";
|
|
17266
17426
|
}, {
|
|
17267
17427
|
readonly type: "error";
|
|
17268
17428
|
readonly inputs: readonly [];
|
|
@@ -17399,6 +17559,61 @@ export declare const fixedPaymentTemplateAbi: readonly [{
|
|
|
17399
17559
|
readonly name: "order";
|
|
17400
17560
|
readonly outputs: readonly [];
|
|
17401
17561
|
readonly stateMutability: "payable";
|
|
17562
|
+
}, {
|
|
17563
|
+
readonly type: "function";
|
|
17564
|
+
readonly inputs: readonly [{
|
|
17565
|
+
readonly name: "_seed";
|
|
17566
|
+
readonly internalType: "bytes32";
|
|
17567
|
+
readonly type: "bytes32";
|
|
17568
|
+
}, {
|
|
17569
|
+
readonly name: "_planId";
|
|
17570
|
+
readonly internalType: "uint256";
|
|
17571
|
+
readonly type: "uint256";
|
|
17572
|
+
}, {
|
|
17573
|
+
readonly name: "_buyer";
|
|
17574
|
+
readonly internalType: "address";
|
|
17575
|
+
readonly type: "address";
|
|
17576
|
+
}, {
|
|
17577
|
+
readonly name: "_creditsReceiver";
|
|
17578
|
+
readonly internalType: "address";
|
|
17579
|
+
readonly type: "address";
|
|
17580
|
+
}, {
|
|
17581
|
+
readonly name: "_numberOfPurchases";
|
|
17582
|
+
readonly internalType: "uint256";
|
|
17583
|
+
readonly type: "uint256";
|
|
17584
|
+
}, {
|
|
17585
|
+
readonly name: "_params";
|
|
17586
|
+
readonly internalType: "bytes[]";
|
|
17587
|
+
readonly type: "bytes[]";
|
|
17588
|
+
}, {
|
|
17589
|
+
readonly name: "_authorization";
|
|
17590
|
+
readonly internalType: "struct IERC3009.ReceiveAuthorization";
|
|
17591
|
+
readonly type: "tuple";
|
|
17592
|
+
readonly components: readonly [{
|
|
17593
|
+
readonly name: "validAfter";
|
|
17594
|
+
readonly internalType: "uint256";
|
|
17595
|
+
readonly type: "uint256";
|
|
17596
|
+
}, {
|
|
17597
|
+
readonly name: "validBefore";
|
|
17598
|
+
readonly internalType: "uint256";
|
|
17599
|
+
readonly type: "uint256";
|
|
17600
|
+
}, {
|
|
17601
|
+
readonly name: "v";
|
|
17602
|
+
readonly internalType: "uint8";
|
|
17603
|
+
readonly type: "uint8";
|
|
17604
|
+
}, {
|
|
17605
|
+
readonly name: "r";
|
|
17606
|
+
readonly internalType: "bytes32";
|
|
17607
|
+
readonly type: "bytes32";
|
|
17608
|
+
}, {
|
|
17609
|
+
readonly name: "s";
|
|
17610
|
+
readonly internalType: "bytes32";
|
|
17611
|
+
readonly type: "bytes32";
|
|
17612
|
+
}];
|
|
17613
|
+
}];
|
|
17614
|
+
readonly name: "orderWithAuthorization";
|
|
17615
|
+
readonly outputs: readonly [];
|
|
17616
|
+
readonly stateMutability: "nonpayable";
|
|
17402
17617
|
}, {
|
|
17403
17618
|
readonly type: "function";
|
|
17404
17619
|
readonly inputs: readonly [];
|
|
@@ -17770,6 +17985,61 @@ export declare const fixedPaymentTemplateConfig: {
|
|
|
17770
17985
|
readonly name: "order";
|
|
17771
17986
|
readonly outputs: readonly [];
|
|
17772
17987
|
readonly stateMutability: "payable";
|
|
17988
|
+
}, {
|
|
17989
|
+
readonly type: "function";
|
|
17990
|
+
readonly inputs: readonly [{
|
|
17991
|
+
readonly name: "_seed";
|
|
17992
|
+
readonly internalType: "bytes32";
|
|
17993
|
+
readonly type: "bytes32";
|
|
17994
|
+
}, {
|
|
17995
|
+
readonly name: "_planId";
|
|
17996
|
+
readonly internalType: "uint256";
|
|
17997
|
+
readonly type: "uint256";
|
|
17998
|
+
}, {
|
|
17999
|
+
readonly name: "_buyer";
|
|
18000
|
+
readonly internalType: "address";
|
|
18001
|
+
readonly type: "address";
|
|
18002
|
+
}, {
|
|
18003
|
+
readonly name: "_creditsReceiver";
|
|
18004
|
+
readonly internalType: "address";
|
|
18005
|
+
readonly type: "address";
|
|
18006
|
+
}, {
|
|
18007
|
+
readonly name: "_numberOfPurchases";
|
|
18008
|
+
readonly internalType: "uint256";
|
|
18009
|
+
readonly type: "uint256";
|
|
18010
|
+
}, {
|
|
18011
|
+
readonly name: "_params";
|
|
18012
|
+
readonly internalType: "bytes[]";
|
|
18013
|
+
readonly type: "bytes[]";
|
|
18014
|
+
}, {
|
|
18015
|
+
readonly name: "_authorization";
|
|
18016
|
+
readonly internalType: "struct IERC3009.ReceiveAuthorization";
|
|
18017
|
+
readonly type: "tuple";
|
|
18018
|
+
readonly components: readonly [{
|
|
18019
|
+
readonly name: "validAfter";
|
|
18020
|
+
readonly internalType: "uint256";
|
|
18021
|
+
readonly type: "uint256";
|
|
18022
|
+
}, {
|
|
18023
|
+
readonly name: "validBefore";
|
|
18024
|
+
readonly internalType: "uint256";
|
|
18025
|
+
readonly type: "uint256";
|
|
18026
|
+
}, {
|
|
18027
|
+
readonly name: "v";
|
|
18028
|
+
readonly internalType: "uint8";
|
|
18029
|
+
readonly type: "uint8";
|
|
18030
|
+
}, {
|
|
18031
|
+
readonly name: "r";
|
|
18032
|
+
readonly internalType: "bytes32";
|
|
18033
|
+
readonly type: "bytes32";
|
|
18034
|
+
}, {
|
|
18035
|
+
readonly name: "s";
|
|
18036
|
+
readonly internalType: "bytes32";
|
|
18037
|
+
readonly type: "bytes32";
|
|
18038
|
+
}];
|
|
18039
|
+
}];
|
|
18040
|
+
readonly name: "orderWithAuthorization";
|
|
18041
|
+
readonly outputs: readonly [];
|
|
18042
|
+
readonly stateMutability: "nonpayable";
|
|
17773
18043
|
}, {
|
|
17774
18044
|
readonly type: "function";
|
|
17775
18045
|
readonly inputs: readonly [];
|
|
@@ -19020,6 +19290,34 @@ export declare const iAgreementAbi: readonly [{
|
|
|
19020
19290
|
readonly type: "uint8";
|
|
19021
19291
|
}];
|
|
19022
19292
|
readonly stateMutability: "view";
|
|
19293
|
+
}, {
|
|
19294
|
+
readonly type: "function";
|
|
19295
|
+
readonly inputs: readonly [{
|
|
19296
|
+
readonly name: "_agreementId";
|
|
19297
|
+
readonly internalType: "bytes32";
|
|
19298
|
+
readonly type: "bytes32";
|
|
19299
|
+
}];
|
|
19300
|
+
readonly name: "getLockedAmounts";
|
|
19301
|
+
readonly outputs: readonly [{
|
|
19302
|
+
readonly name: "";
|
|
19303
|
+
readonly internalType: "uint256[]";
|
|
19304
|
+
readonly type: "uint256[]";
|
|
19305
|
+
}];
|
|
19306
|
+
readonly stateMutability: "view";
|
|
19307
|
+
}, {
|
|
19308
|
+
readonly type: "function";
|
|
19309
|
+
readonly inputs: readonly [{
|
|
19310
|
+
readonly name: "_agreementId";
|
|
19311
|
+
readonly internalType: "bytes32";
|
|
19312
|
+
readonly type: "bytes32";
|
|
19313
|
+
}, {
|
|
19314
|
+
readonly name: "_amounts";
|
|
19315
|
+
readonly internalType: "uint256[]";
|
|
19316
|
+
readonly type: "uint256[]";
|
|
19317
|
+
}];
|
|
19318
|
+
readonly name: "setLockedAmounts";
|
|
19319
|
+
readonly outputs: readonly [];
|
|
19320
|
+
readonly stateMutability: "nonpayable";
|
|
19023
19321
|
}, {
|
|
19024
19322
|
readonly type: "function";
|
|
19025
19323
|
readonly inputs: readonly [{
|
|
@@ -19129,6 +19427,14 @@ export declare const iAgreementAbi: readonly [{
|
|
|
19129
19427
|
readonly type: "error";
|
|
19130
19428
|
readonly inputs: readonly [];
|
|
19131
19429
|
readonly name: "InvalidNumberOfPurchases";
|
|
19430
|
+
}, {
|
|
19431
|
+
readonly type: "error";
|
|
19432
|
+
readonly inputs: readonly [{
|
|
19433
|
+
readonly name: "agreementId";
|
|
19434
|
+
readonly internalType: "bytes32";
|
|
19435
|
+
readonly type: "bytes32";
|
|
19436
|
+
}];
|
|
19437
|
+
readonly name: "LockedAmountsAlreadySet";
|
|
19132
19438
|
}, {
|
|
19133
19439
|
readonly type: "error";
|
|
19134
19440
|
readonly inputs: readonly [];
|
|
@@ -21110,6 +21416,49 @@ export declare const ierc20MetadataAbi: readonly [{
|
|
|
21110
21416
|
}];
|
|
21111
21417
|
readonly name: "Transfer";
|
|
21112
21418
|
}];
|
|
21419
|
+
export declare const ierc3009Abi: readonly [{
|
|
21420
|
+
readonly type: "function";
|
|
21421
|
+
readonly inputs: readonly [{
|
|
21422
|
+
readonly name: "from";
|
|
21423
|
+
readonly internalType: "address";
|
|
21424
|
+
readonly type: "address";
|
|
21425
|
+
}, {
|
|
21426
|
+
readonly name: "to";
|
|
21427
|
+
readonly internalType: "address";
|
|
21428
|
+
readonly type: "address";
|
|
21429
|
+
}, {
|
|
21430
|
+
readonly name: "value";
|
|
21431
|
+
readonly internalType: "uint256";
|
|
21432
|
+
readonly type: "uint256";
|
|
21433
|
+
}, {
|
|
21434
|
+
readonly name: "validAfter";
|
|
21435
|
+
readonly internalType: "uint256";
|
|
21436
|
+
readonly type: "uint256";
|
|
21437
|
+
}, {
|
|
21438
|
+
readonly name: "validBefore";
|
|
21439
|
+
readonly internalType: "uint256";
|
|
21440
|
+
readonly type: "uint256";
|
|
21441
|
+
}, {
|
|
21442
|
+
readonly name: "nonce";
|
|
21443
|
+
readonly internalType: "bytes32";
|
|
21444
|
+
readonly type: "bytes32";
|
|
21445
|
+
}, {
|
|
21446
|
+
readonly name: "v";
|
|
21447
|
+
readonly internalType: "uint8";
|
|
21448
|
+
readonly type: "uint8";
|
|
21449
|
+
}, {
|
|
21450
|
+
readonly name: "r";
|
|
21451
|
+
readonly internalType: "bytes32";
|
|
21452
|
+
readonly type: "bytes32";
|
|
21453
|
+
}, {
|
|
21454
|
+
readonly name: "s";
|
|
21455
|
+
readonly internalType: "bytes32";
|
|
21456
|
+
readonly type: "bytes32";
|
|
21457
|
+
}];
|
|
21458
|
+
readonly name: "receiveWithAuthorization";
|
|
21459
|
+
readonly outputs: readonly [];
|
|
21460
|
+
readonly stateMutability: "nonpayable";
|
|
21461
|
+
}];
|
|
21113
21462
|
export declare const ierc4906Abi: readonly [{
|
|
21114
21463
|
readonly type: "function";
|
|
21115
21464
|
readonly inputs: readonly [{
|
|
@@ -21884,6 +22233,14 @@ export declare const iFiatSettlementAbi: readonly [{
|
|
|
21884
22233
|
readonly type: "uint256";
|
|
21885
22234
|
}];
|
|
21886
22235
|
readonly name: "OnlyPlanWithFiatPrice";
|
|
22236
|
+
}, {
|
|
22237
|
+
readonly type: "error";
|
|
22238
|
+
readonly inputs: readonly [{
|
|
22239
|
+
readonly name: "addr";
|
|
22240
|
+
readonly internalType: "address";
|
|
22241
|
+
readonly type: "address";
|
|
22242
|
+
}];
|
|
22243
|
+
readonly name: "SelfSettlementNotAllowed";
|
|
21887
22244
|
}];
|
|
21888
22245
|
export declare const iHookAbi: readonly [{
|
|
21889
22246
|
readonly type: "function";
|
|
@@ -23331,6 +23688,48 @@ export declare const iVaultAbi: readonly [{
|
|
|
23331
23688
|
readonly name: "depositERC20";
|
|
23332
23689
|
readonly outputs: readonly [];
|
|
23333
23690
|
readonly stateMutability: "nonpayable";
|
|
23691
|
+
}, {
|
|
23692
|
+
readonly type: "function";
|
|
23693
|
+
readonly inputs: readonly [{
|
|
23694
|
+
readonly name: "_erc20TokenAddress";
|
|
23695
|
+
readonly internalType: "address";
|
|
23696
|
+
readonly type: "address";
|
|
23697
|
+
}, {
|
|
23698
|
+
readonly name: "_from";
|
|
23699
|
+
readonly internalType: "address";
|
|
23700
|
+
readonly type: "address";
|
|
23701
|
+
}, {
|
|
23702
|
+
readonly name: "_amount";
|
|
23703
|
+
readonly internalType: "uint256";
|
|
23704
|
+
readonly type: "uint256";
|
|
23705
|
+
}, {
|
|
23706
|
+
readonly name: "_validAfter";
|
|
23707
|
+
readonly internalType: "uint256";
|
|
23708
|
+
readonly type: "uint256";
|
|
23709
|
+
}, {
|
|
23710
|
+
readonly name: "_validBefore";
|
|
23711
|
+
readonly internalType: "uint256";
|
|
23712
|
+
readonly type: "uint256";
|
|
23713
|
+
}, {
|
|
23714
|
+
readonly name: "_nonce";
|
|
23715
|
+
readonly internalType: "bytes32";
|
|
23716
|
+
readonly type: "bytes32";
|
|
23717
|
+
}, {
|
|
23718
|
+
readonly name: "_v";
|
|
23719
|
+
readonly internalType: "uint8";
|
|
23720
|
+
readonly type: "uint8";
|
|
23721
|
+
}, {
|
|
23722
|
+
readonly name: "_r";
|
|
23723
|
+
readonly internalType: "bytes32";
|
|
23724
|
+
readonly type: "bytes32";
|
|
23725
|
+
}, {
|
|
23726
|
+
readonly name: "_s";
|
|
23727
|
+
readonly internalType: "bytes32";
|
|
23728
|
+
readonly type: "bytes32";
|
|
23729
|
+
}];
|
|
23730
|
+
readonly name: "depositERC20WithAuthorization";
|
|
23731
|
+
readonly outputs: readonly [];
|
|
23732
|
+
readonly stateMutability: "nonpayable";
|
|
23334
23733
|
}, {
|
|
23335
23734
|
readonly type: "function";
|
|
23336
23735
|
readonly inputs: readonly [];
|
|
@@ -23473,6 +23872,18 @@ export declare const iVaultAbi: readonly [{
|
|
|
23473
23872
|
readonly indexed: false;
|
|
23474
23873
|
}];
|
|
23475
23874
|
readonly name: "WithdrawNativeToken";
|
|
23875
|
+
}, {
|
|
23876
|
+
readonly type: "error";
|
|
23877
|
+
readonly inputs: readonly [{
|
|
23878
|
+
readonly name: "expected";
|
|
23879
|
+
readonly internalType: "uint256";
|
|
23880
|
+
readonly type: "uint256";
|
|
23881
|
+
}, {
|
|
23882
|
+
readonly name: "received";
|
|
23883
|
+
readonly internalType: "uint256";
|
|
23884
|
+
readonly type: "uint256";
|
|
23885
|
+
}];
|
|
23886
|
+
readonly name: "ERC20DepositMismatch";
|
|
23476
23887
|
}, {
|
|
23477
23888
|
readonly type: "error";
|
|
23478
23889
|
readonly inputs: readonly [];
|
|
@@ -23510,6 +23921,24 @@ export declare const initializableAbi: readonly [{
|
|
|
23510
23921
|
readonly name: "NotInitializing";
|
|
23511
23922
|
}];
|
|
23512
23923
|
export declare const linearPricingAbi: readonly [{
|
|
23924
|
+
readonly type: "constructor";
|
|
23925
|
+
readonly inputs: readonly [{
|
|
23926
|
+
readonly name: "_assetsRegistry";
|
|
23927
|
+
readonly internalType: "contract IAsset";
|
|
23928
|
+
readonly type: "address";
|
|
23929
|
+
}];
|
|
23930
|
+
readonly stateMutability: "nonpayable";
|
|
23931
|
+
}, {
|
|
23932
|
+
readonly type: "function";
|
|
23933
|
+
readonly inputs: readonly [];
|
|
23934
|
+
readonly name: "assetsRegistry";
|
|
23935
|
+
readonly outputs: readonly [{
|
|
23936
|
+
readonly name: "";
|
|
23937
|
+
readonly internalType: "contract IAsset";
|
|
23938
|
+
readonly type: "address";
|
|
23939
|
+
}];
|
|
23940
|
+
readonly stateMutability: "view";
|
|
23941
|
+
}, {
|
|
23513
23942
|
readonly type: "function";
|
|
23514
23943
|
readonly inputs: readonly [{
|
|
23515
23944
|
readonly name: "planId";
|
|
@@ -23615,6 +24044,10 @@ export declare const linearPricingAbi: readonly [{
|
|
|
23615
24044
|
readonly indexed: false;
|
|
23616
24045
|
}];
|
|
23617
24046
|
readonly name: "PriceQuoted";
|
|
24047
|
+
}, {
|
|
24048
|
+
readonly type: "error";
|
|
24049
|
+
readonly inputs: readonly [];
|
|
24050
|
+
readonly name: "InvalidAssetsRegistry";
|
|
23618
24051
|
}, {
|
|
23619
24052
|
readonly type: "error";
|
|
23620
24053
|
readonly inputs: readonly [];
|
|
@@ -23623,6 +24056,18 @@ export declare const linearPricingAbi: readonly [{
|
|
|
23623
24056
|
readonly type: "error";
|
|
23624
24057
|
readonly inputs: readonly [];
|
|
23625
24058
|
readonly name: "InvalidWeights";
|
|
24059
|
+
}, {
|
|
24060
|
+
readonly type: "error";
|
|
24061
|
+
readonly inputs: readonly [{
|
|
24062
|
+
readonly name: "planId";
|
|
24063
|
+
readonly internalType: "uint256";
|
|
24064
|
+
readonly type: "uint256";
|
|
24065
|
+
}, {
|
|
24066
|
+
readonly name: "caller";
|
|
24067
|
+
readonly internalType: "address";
|
|
24068
|
+
readonly type: "address";
|
|
24069
|
+
}];
|
|
24070
|
+
readonly name: "NotPlanOwner";
|
|
23626
24071
|
}, {
|
|
23627
24072
|
readonly type: "error";
|
|
23628
24073
|
readonly inputs: readonly [{
|
|
@@ -23648,6 +24093,24 @@ export declare const linearPricingAddress: "0x774473Ce7aB785db11dCad1eE571Ea436f
|
|
|
23648
24093
|
export declare const linearPricingConfig: {
|
|
23649
24094
|
readonly address: "0x774473Ce7aB785db11dCad1eE571Ea436fdBA699";
|
|
23650
24095
|
readonly abi: readonly [{
|
|
24096
|
+
readonly type: "constructor";
|
|
24097
|
+
readonly inputs: readonly [{
|
|
24098
|
+
readonly name: "_assetsRegistry";
|
|
24099
|
+
readonly internalType: "contract IAsset";
|
|
24100
|
+
readonly type: "address";
|
|
24101
|
+
}];
|
|
24102
|
+
readonly stateMutability: "nonpayable";
|
|
24103
|
+
}, {
|
|
24104
|
+
readonly type: "function";
|
|
24105
|
+
readonly inputs: readonly [];
|
|
24106
|
+
readonly name: "assetsRegistry";
|
|
24107
|
+
readonly outputs: readonly [{
|
|
24108
|
+
readonly name: "";
|
|
24109
|
+
readonly internalType: "contract IAsset";
|
|
24110
|
+
readonly type: "address";
|
|
24111
|
+
}];
|
|
24112
|
+
readonly stateMutability: "view";
|
|
24113
|
+
}, {
|
|
23651
24114
|
readonly type: "function";
|
|
23652
24115
|
readonly inputs: readonly [{
|
|
23653
24116
|
readonly name: "planId";
|
|
@@ -23753,6 +24216,10 @@ export declare const linearPricingConfig: {
|
|
|
23753
24216
|
readonly indexed: false;
|
|
23754
24217
|
}];
|
|
23755
24218
|
readonly name: "PriceQuoted";
|
|
24219
|
+
}, {
|
|
24220
|
+
readonly type: "error";
|
|
24221
|
+
readonly inputs: readonly [];
|
|
24222
|
+
readonly name: "InvalidAssetsRegistry";
|
|
23756
24223
|
}, {
|
|
23757
24224
|
readonly type: "error";
|
|
23758
24225
|
readonly inputs: readonly [];
|
|
@@ -23761,6 +24228,18 @@ export declare const linearPricingConfig: {
|
|
|
23761
24228
|
readonly type: "error";
|
|
23762
24229
|
readonly inputs: readonly [];
|
|
23763
24230
|
readonly name: "InvalidWeights";
|
|
24231
|
+
}, {
|
|
24232
|
+
readonly type: "error";
|
|
24233
|
+
readonly inputs: readonly [{
|
|
24234
|
+
readonly name: "planId";
|
|
24235
|
+
readonly internalType: "uint256";
|
|
24236
|
+
readonly type: "uint256";
|
|
24237
|
+
}, {
|
|
24238
|
+
readonly name: "caller";
|
|
24239
|
+
readonly internalType: "address";
|
|
24240
|
+
readonly type: "address";
|
|
24241
|
+
}];
|
|
24242
|
+
readonly name: "NotPlanOwner";
|
|
23764
24243
|
}, {
|
|
23765
24244
|
readonly type: "error";
|
|
23766
24245
|
readonly inputs: readonly [{
|
|
@@ -23835,6 +24314,53 @@ export declare const lockPaymentConditionAbi: readonly [{
|
|
|
23835
24314
|
readonly name: "fulfill";
|
|
23836
24315
|
readonly outputs: readonly [];
|
|
23837
24316
|
readonly stateMutability: "payable";
|
|
24317
|
+
}, {
|
|
24318
|
+
readonly type: "function";
|
|
24319
|
+
readonly inputs: readonly [{
|
|
24320
|
+
readonly name: "_conditionId";
|
|
24321
|
+
readonly internalType: "bytes32";
|
|
24322
|
+
readonly type: "bytes32";
|
|
24323
|
+
}, {
|
|
24324
|
+
readonly name: "_agreementId";
|
|
24325
|
+
readonly internalType: "bytes32";
|
|
24326
|
+
readonly type: "bytes32";
|
|
24327
|
+
}, {
|
|
24328
|
+
readonly name: "_planId";
|
|
24329
|
+
readonly internalType: "uint256";
|
|
24330
|
+
readonly type: "uint256";
|
|
24331
|
+
}, {
|
|
24332
|
+
readonly name: "_from";
|
|
24333
|
+
readonly internalType: "address";
|
|
24334
|
+
readonly type: "address";
|
|
24335
|
+
}, {
|
|
24336
|
+
readonly name: "_authorization";
|
|
24337
|
+
readonly internalType: "struct IERC3009.ReceiveAuthorization";
|
|
24338
|
+
readonly type: "tuple";
|
|
24339
|
+
readonly components: readonly [{
|
|
24340
|
+
readonly name: "validAfter";
|
|
24341
|
+
readonly internalType: "uint256";
|
|
24342
|
+
readonly type: "uint256";
|
|
24343
|
+
}, {
|
|
24344
|
+
readonly name: "validBefore";
|
|
24345
|
+
readonly internalType: "uint256";
|
|
24346
|
+
readonly type: "uint256";
|
|
24347
|
+
}, {
|
|
24348
|
+
readonly name: "v";
|
|
24349
|
+
readonly internalType: "uint8";
|
|
24350
|
+
readonly type: "uint8";
|
|
24351
|
+
}, {
|
|
24352
|
+
readonly name: "r";
|
|
24353
|
+
readonly internalType: "bytes32";
|
|
24354
|
+
readonly type: "bytes32";
|
|
24355
|
+
}, {
|
|
24356
|
+
readonly name: "s";
|
|
24357
|
+
readonly internalType: "bytes32";
|
|
24358
|
+
readonly type: "bytes32";
|
|
24359
|
+
}];
|
|
24360
|
+
}];
|
|
24361
|
+
readonly name: "fulfillWithAuthorization";
|
|
24362
|
+
readonly outputs: readonly [];
|
|
24363
|
+
readonly stateMutability: "nonpayable";
|
|
23838
24364
|
}, {
|
|
23839
24365
|
readonly type: "function";
|
|
23840
24366
|
readonly inputs: readonly [{
|
|
@@ -24052,6 +24578,10 @@ export declare const lockPaymentConditionAbi: readonly [{
|
|
|
24052
24578
|
readonly type: "error";
|
|
24053
24579
|
readonly inputs: readonly [];
|
|
24054
24580
|
readonly name: "InvalidInitialization";
|
|
24581
|
+
}, {
|
|
24582
|
+
readonly type: "error";
|
|
24583
|
+
readonly inputs: readonly [];
|
|
24584
|
+
readonly name: "InvalidPayerAddress";
|
|
24055
24585
|
}, {
|
|
24056
24586
|
readonly type: "error";
|
|
24057
24587
|
readonly inputs: readonly [{
|
|
@@ -24072,6 +24602,10 @@ export declare const lockPaymentConditionAbi: readonly [{
|
|
|
24072
24602
|
readonly type: "error";
|
|
24073
24603
|
readonly inputs: readonly [];
|
|
24074
24604
|
readonly name: "MsgValueMustBeZeroForERC20Payments";
|
|
24605
|
+
}, {
|
|
24606
|
+
readonly type: "error";
|
|
24607
|
+
readonly inputs: readonly [];
|
|
24608
|
+
readonly name: "NativeTokenNotSupportedForAuthorization";
|
|
24075
24609
|
}, {
|
|
24076
24610
|
readonly type: "error";
|
|
24077
24611
|
readonly inputs: readonly [{
|
|
@@ -24088,6 +24622,18 @@ export declare const lockPaymentConditionAbi: readonly [{
|
|
|
24088
24622
|
readonly type: "error";
|
|
24089
24623
|
readonly inputs: readonly [];
|
|
24090
24624
|
readonly name: "NotInitializing";
|
|
24625
|
+
}, {
|
|
24626
|
+
readonly type: "error";
|
|
24627
|
+
readonly inputs: readonly [{
|
|
24628
|
+
readonly name: "quotedLength";
|
|
24629
|
+
readonly internalType: "uint256";
|
|
24630
|
+
readonly type: "uint256";
|
|
24631
|
+
}, {
|
|
24632
|
+
readonly name: "receiversLength";
|
|
24633
|
+
readonly internalType: "uint256";
|
|
24634
|
+
readonly type: "uint256";
|
|
24635
|
+
}];
|
|
24636
|
+
readonly name: "QuotedAmountsReceiversLengthMismatch";
|
|
24091
24637
|
}, {
|
|
24092
24638
|
readonly type: "error";
|
|
24093
24639
|
readonly inputs: readonly [];
|
|
@@ -24108,6 +24654,10 @@ export declare const lockPaymentConditionAbi: readonly [{
|
|
|
24108
24654
|
readonly type: "error";
|
|
24109
24655
|
readonly inputs: readonly [];
|
|
24110
24656
|
readonly name: "UnsupportedPriceTypeOption";
|
|
24657
|
+
}, {
|
|
24658
|
+
readonly type: "error";
|
|
24659
|
+
readonly inputs: readonly [];
|
|
24660
|
+
readonly name: "ZeroAmountNotSupportedForAuthorization";
|
|
24111
24661
|
}];
|
|
24112
24662
|
export declare const lockPaymentConditionAddress: "0x104ae701C9B3e8EA54145dE54D0ca7DDb2DE4DF5";
|
|
24113
24663
|
export declare const lockPaymentConditionConfig: {
|
|
@@ -24164,6 +24714,53 @@ export declare const lockPaymentConditionConfig: {
|
|
|
24164
24714
|
readonly name: "fulfill";
|
|
24165
24715
|
readonly outputs: readonly [];
|
|
24166
24716
|
readonly stateMutability: "payable";
|
|
24717
|
+
}, {
|
|
24718
|
+
readonly type: "function";
|
|
24719
|
+
readonly inputs: readonly [{
|
|
24720
|
+
readonly name: "_conditionId";
|
|
24721
|
+
readonly internalType: "bytes32";
|
|
24722
|
+
readonly type: "bytes32";
|
|
24723
|
+
}, {
|
|
24724
|
+
readonly name: "_agreementId";
|
|
24725
|
+
readonly internalType: "bytes32";
|
|
24726
|
+
readonly type: "bytes32";
|
|
24727
|
+
}, {
|
|
24728
|
+
readonly name: "_planId";
|
|
24729
|
+
readonly internalType: "uint256";
|
|
24730
|
+
readonly type: "uint256";
|
|
24731
|
+
}, {
|
|
24732
|
+
readonly name: "_from";
|
|
24733
|
+
readonly internalType: "address";
|
|
24734
|
+
readonly type: "address";
|
|
24735
|
+
}, {
|
|
24736
|
+
readonly name: "_authorization";
|
|
24737
|
+
readonly internalType: "struct IERC3009.ReceiveAuthorization";
|
|
24738
|
+
readonly type: "tuple";
|
|
24739
|
+
readonly components: readonly [{
|
|
24740
|
+
readonly name: "validAfter";
|
|
24741
|
+
readonly internalType: "uint256";
|
|
24742
|
+
readonly type: "uint256";
|
|
24743
|
+
}, {
|
|
24744
|
+
readonly name: "validBefore";
|
|
24745
|
+
readonly internalType: "uint256";
|
|
24746
|
+
readonly type: "uint256";
|
|
24747
|
+
}, {
|
|
24748
|
+
readonly name: "v";
|
|
24749
|
+
readonly internalType: "uint8";
|
|
24750
|
+
readonly type: "uint8";
|
|
24751
|
+
}, {
|
|
24752
|
+
readonly name: "r";
|
|
24753
|
+
readonly internalType: "bytes32";
|
|
24754
|
+
readonly type: "bytes32";
|
|
24755
|
+
}, {
|
|
24756
|
+
readonly name: "s";
|
|
24757
|
+
readonly internalType: "bytes32";
|
|
24758
|
+
readonly type: "bytes32";
|
|
24759
|
+
}];
|
|
24760
|
+
}];
|
|
24761
|
+
readonly name: "fulfillWithAuthorization";
|
|
24762
|
+
readonly outputs: readonly [];
|
|
24763
|
+
readonly stateMutability: "nonpayable";
|
|
24167
24764
|
}, {
|
|
24168
24765
|
readonly type: "function";
|
|
24169
24766
|
readonly inputs: readonly [{
|
|
@@ -24381,6 +24978,10 @@ export declare const lockPaymentConditionConfig: {
|
|
|
24381
24978
|
readonly type: "error";
|
|
24382
24979
|
readonly inputs: readonly [];
|
|
24383
24980
|
readonly name: "InvalidInitialization";
|
|
24981
|
+
}, {
|
|
24982
|
+
readonly type: "error";
|
|
24983
|
+
readonly inputs: readonly [];
|
|
24984
|
+
readonly name: "InvalidPayerAddress";
|
|
24384
24985
|
}, {
|
|
24385
24986
|
readonly type: "error";
|
|
24386
24987
|
readonly inputs: readonly [{
|
|
@@ -24401,6 +25002,10 @@ export declare const lockPaymentConditionConfig: {
|
|
|
24401
25002
|
readonly type: "error";
|
|
24402
25003
|
readonly inputs: readonly [];
|
|
24403
25004
|
readonly name: "MsgValueMustBeZeroForERC20Payments";
|
|
25005
|
+
}, {
|
|
25006
|
+
readonly type: "error";
|
|
25007
|
+
readonly inputs: readonly [];
|
|
25008
|
+
readonly name: "NativeTokenNotSupportedForAuthorization";
|
|
24404
25009
|
}, {
|
|
24405
25010
|
readonly type: "error";
|
|
24406
25011
|
readonly inputs: readonly [{
|
|
@@ -24417,6 +25022,18 @@ export declare const lockPaymentConditionConfig: {
|
|
|
24417
25022
|
readonly type: "error";
|
|
24418
25023
|
readonly inputs: readonly [];
|
|
24419
25024
|
readonly name: "NotInitializing";
|
|
25025
|
+
}, {
|
|
25026
|
+
readonly type: "error";
|
|
25027
|
+
readonly inputs: readonly [{
|
|
25028
|
+
readonly name: "quotedLength";
|
|
25029
|
+
readonly internalType: "uint256";
|
|
25030
|
+
readonly type: "uint256";
|
|
25031
|
+
}, {
|
|
25032
|
+
readonly name: "receiversLength";
|
|
25033
|
+
readonly internalType: "uint256";
|
|
25034
|
+
readonly type: "uint256";
|
|
25035
|
+
}];
|
|
25036
|
+
readonly name: "QuotedAmountsReceiversLengthMismatch";
|
|
24420
25037
|
}, {
|
|
24421
25038
|
readonly type: "error";
|
|
24422
25039
|
readonly inputs: readonly [];
|
|
@@ -24437,6 +25054,10 @@ export declare const lockPaymentConditionConfig: {
|
|
|
24437
25054
|
readonly type: "error";
|
|
24438
25055
|
readonly inputs: readonly [];
|
|
24439
25056
|
readonly name: "UnsupportedPriceTypeOption";
|
|
25057
|
+
}, {
|
|
25058
|
+
readonly type: "error";
|
|
25059
|
+
readonly inputs: readonly [];
|
|
25060
|
+
readonly name: "ZeroAmountNotSupportedForAuthorization";
|
|
24440
25061
|
}];
|
|
24441
25062
|
};
|
|
24442
25063
|
export declare const managePermissionsAbi: readonly [{
|
|
@@ -24591,6 +25212,724 @@ export declare const managePermissionsAbi: readonly [{
|
|
|
24591
25212
|
readonly outputs: readonly [];
|
|
24592
25213
|
readonly stateMutability: "nonpayable";
|
|
24593
25214
|
}];
|
|
25215
|
+
export declare const mockEip3009TokenAbi: readonly [{
|
|
25216
|
+
readonly type: "constructor";
|
|
25217
|
+
readonly inputs: readonly [{
|
|
25218
|
+
readonly name: "name";
|
|
25219
|
+
readonly internalType: "string";
|
|
25220
|
+
readonly type: "string";
|
|
25221
|
+
}, {
|
|
25222
|
+
readonly name: "symbol";
|
|
25223
|
+
readonly internalType: "string";
|
|
25224
|
+
readonly type: "string";
|
|
25225
|
+
}];
|
|
25226
|
+
readonly stateMutability: "nonpayable";
|
|
25227
|
+
}, {
|
|
25228
|
+
readonly type: "function";
|
|
25229
|
+
readonly inputs: readonly [];
|
|
25230
|
+
readonly name: "DOMAIN_SEPARATOR";
|
|
25231
|
+
readonly outputs: readonly [{
|
|
25232
|
+
readonly name: "";
|
|
25233
|
+
readonly internalType: "bytes32";
|
|
25234
|
+
readonly type: "bytes32";
|
|
25235
|
+
}];
|
|
25236
|
+
readonly stateMutability: "view";
|
|
25237
|
+
}, {
|
|
25238
|
+
readonly type: "function";
|
|
25239
|
+
readonly inputs: readonly [];
|
|
25240
|
+
readonly name: "RECEIVE_WITH_AUTHORIZATION_TYPEHASH";
|
|
25241
|
+
readonly outputs: readonly [{
|
|
25242
|
+
readonly name: "";
|
|
25243
|
+
readonly internalType: "bytes32";
|
|
25244
|
+
readonly type: "bytes32";
|
|
25245
|
+
}];
|
|
25246
|
+
readonly stateMutability: "view";
|
|
25247
|
+
}, {
|
|
25248
|
+
readonly type: "function";
|
|
25249
|
+
readonly inputs: readonly [{
|
|
25250
|
+
readonly name: "owner";
|
|
25251
|
+
readonly internalType: "address";
|
|
25252
|
+
readonly type: "address";
|
|
25253
|
+
}, {
|
|
25254
|
+
readonly name: "spender";
|
|
25255
|
+
readonly internalType: "address";
|
|
25256
|
+
readonly type: "address";
|
|
25257
|
+
}];
|
|
25258
|
+
readonly name: "allowance";
|
|
25259
|
+
readonly outputs: readonly [{
|
|
25260
|
+
readonly name: "";
|
|
25261
|
+
readonly internalType: "uint256";
|
|
25262
|
+
readonly type: "uint256";
|
|
25263
|
+
}];
|
|
25264
|
+
readonly stateMutability: "view";
|
|
25265
|
+
}, {
|
|
25266
|
+
readonly type: "function";
|
|
25267
|
+
readonly inputs: readonly [{
|
|
25268
|
+
readonly name: "spender";
|
|
25269
|
+
readonly internalType: "address";
|
|
25270
|
+
readonly type: "address";
|
|
25271
|
+
}, {
|
|
25272
|
+
readonly name: "value";
|
|
25273
|
+
readonly internalType: "uint256";
|
|
25274
|
+
readonly type: "uint256";
|
|
25275
|
+
}];
|
|
25276
|
+
readonly name: "approve";
|
|
25277
|
+
readonly outputs: readonly [{
|
|
25278
|
+
readonly name: "";
|
|
25279
|
+
readonly internalType: "bool";
|
|
25280
|
+
readonly type: "bool";
|
|
25281
|
+
}];
|
|
25282
|
+
readonly stateMutability: "nonpayable";
|
|
25283
|
+
}, {
|
|
25284
|
+
readonly type: "function";
|
|
25285
|
+
readonly inputs: readonly [{
|
|
25286
|
+
readonly name: "authorizer";
|
|
25287
|
+
readonly internalType: "address";
|
|
25288
|
+
readonly type: "address";
|
|
25289
|
+
}, {
|
|
25290
|
+
readonly name: "nonce";
|
|
25291
|
+
readonly internalType: "bytes32";
|
|
25292
|
+
readonly type: "bytes32";
|
|
25293
|
+
}];
|
|
25294
|
+
readonly name: "authorizationState";
|
|
25295
|
+
readonly outputs: readonly [{
|
|
25296
|
+
readonly name: "";
|
|
25297
|
+
readonly internalType: "bool";
|
|
25298
|
+
readonly type: "bool";
|
|
25299
|
+
}];
|
|
25300
|
+
readonly stateMutability: "view";
|
|
25301
|
+
}, {
|
|
25302
|
+
readonly type: "function";
|
|
25303
|
+
readonly inputs: readonly [{
|
|
25304
|
+
readonly name: "account";
|
|
25305
|
+
readonly internalType: "address";
|
|
25306
|
+
readonly type: "address";
|
|
25307
|
+
}];
|
|
25308
|
+
readonly name: "balanceOf";
|
|
25309
|
+
readonly outputs: readonly [{
|
|
25310
|
+
readonly name: "";
|
|
25311
|
+
readonly internalType: "uint256";
|
|
25312
|
+
readonly type: "uint256";
|
|
25313
|
+
}];
|
|
25314
|
+
readonly stateMutability: "view";
|
|
25315
|
+
}, {
|
|
25316
|
+
readonly type: "function";
|
|
25317
|
+
readonly inputs: readonly [];
|
|
25318
|
+
readonly name: "decimals";
|
|
25319
|
+
readonly outputs: readonly [{
|
|
25320
|
+
readonly name: "";
|
|
25321
|
+
readonly internalType: "uint8";
|
|
25322
|
+
readonly type: "uint8";
|
|
25323
|
+
}];
|
|
25324
|
+
readonly stateMutability: "view";
|
|
25325
|
+
}, {
|
|
25326
|
+
readonly type: "function";
|
|
25327
|
+
readonly inputs: readonly [];
|
|
25328
|
+
readonly name: "eip712Domain";
|
|
25329
|
+
readonly outputs: readonly [{
|
|
25330
|
+
readonly name: "fields";
|
|
25331
|
+
readonly internalType: "bytes1";
|
|
25332
|
+
readonly type: "bytes1";
|
|
25333
|
+
}, {
|
|
25334
|
+
readonly name: "name";
|
|
25335
|
+
readonly internalType: "string";
|
|
25336
|
+
readonly type: "string";
|
|
25337
|
+
}, {
|
|
25338
|
+
readonly name: "version";
|
|
25339
|
+
readonly internalType: "string";
|
|
25340
|
+
readonly type: "string";
|
|
25341
|
+
}, {
|
|
25342
|
+
readonly name: "chainId";
|
|
25343
|
+
readonly internalType: "uint256";
|
|
25344
|
+
readonly type: "uint256";
|
|
25345
|
+
}, {
|
|
25346
|
+
readonly name: "verifyingContract";
|
|
25347
|
+
readonly internalType: "address";
|
|
25348
|
+
readonly type: "address";
|
|
25349
|
+
}, {
|
|
25350
|
+
readonly name: "salt";
|
|
25351
|
+
readonly internalType: "bytes32";
|
|
25352
|
+
readonly type: "bytes32";
|
|
25353
|
+
}, {
|
|
25354
|
+
readonly name: "extensions";
|
|
25355
|
+
readonly internalType: "uint256[]";
|
|
25356
|
+
readonly type: "uint256[]";
|
|
25357
|
+
}];
|
|
25358
|
+
readonly stateMutability: "view";
|
|
25359
|
+
}, {
|
|
25360
|
+
readonly type: "function";
|
|
25361
|
+
readonly inputs: readonly [{
|
|
25362
|
+
readonly name: "to";
|
|
25363
|
+
readonly internalType: "address";
|
|
25364
|
+
readonly type: "address";
|
|
25365
|
+
}, {
|
|
25366
|
+
readonly name: "amount";
|
|
25367
|
+
readonly internalType: "uint256";
|
|
25368
|
+
readonly type: "uint256";
|
|
25369
|
+
}];
|
|
25370
|
+
readonly name: "mint";
|
|
25371
|
+
readonly outputs: readonly [];
|
|
25372
|
+
readonly stateMutability: "nonpayable";
|
|
25373
|
+
}, {
|
|
25374
|
+
readonly type: "function";
|
|
25375
|
+
readonly inputs: readonly [];
|
|
25376
|
+
readonly name: "name";
|
|
25377
|
+
readonly outputs: readonly [{
|
|
25378
|
+
readonly name: "";
|
|
25379
|
+
readonly internalType: "string";
|
|
25380
|
+
readonly type: "string";
|
|
25381
|
+
}];
|
|
25382
|
+
readonly stateMutability: "view";
|
|
25383
|
+
}, {
|
|
25384
|
+
readonly type: "function";
|
|
25385
|
+
readonly inputs: readonly [{
|
|
25386
|
+
readonly name: "from";
|
|
25387
|
+
readonly internalType: "address";
|
|
25388
|
+
readonly type: "address";
|
|
25389
|
+
}, {
|
|
25390
|
+
readonly name: "to";
|
|
25391
|
+
readonly internalType: "address";
|
|
25392
|
+
readonly type: "address";
|
|
25393
|
+
}, {
|
|
25394
|
+
readonly name: "value";
|
|
25395
|
+
readonly internalType: "uint256";
|
|
25396
|
+
readonly type: "uint256";
|
|
25397
|
+
}, {
|
|
25398
|
+
readonly name: "validAfter";
|
|
25399
|
+
readonly internalType: "uint256";
|
|
25400
|
+
readonly type: "uint256";
|
|
25401
|
+
}, {
|
|
25402
|
+
readonly name: "validBefore";
|
|
25403
|
+
readonly internalType: "uint256";
|
|
25404
|
+
readonly type: "uint256";
|
|
25405
|
+
}, {
|
|
25406
|
+
readonly name: "nonce";
|
|
25407
|
+
readonly internalType: "bytes32";
|
|
25408
|
+
readonly type: "bytes32";
|
|
25409
|
+
}, {
|
|
25410
|
+
readonly name: "v";
|
|
25411
|
+
readonly internalType: "uint8";
|
|
25412
|
+
readonly type: "uint8";
|
|
25413
|
+
}, {
|
|
25414
|
+
readonly name: "r";
|
|
25415
|
+
readonly internalType: "bytes32";
|
|
25416
|
+
readonly type: "bytes32";
|
|
25417
|
+
}, {
|
|
25418
|
+
readonly name: "s";
|
|
25419
|
+
readonly internalType: "bytes32";
|
|
25420
|
+
readonly type: "bytes32";
|
|
25421
|
+
}];
|
|
25422
|
+
readonly name: "receiveWithAuthorization";
|
|
25423
|
+
readonly outputs: readonly [];
|
|
25424
|
+
readonly stateMutability: "nonpayable";
|
|
25425
|
+
}, {
|
|
25426
|
+
readonly type: "function";
|
|
25427
|
+
readonly inputs: readonly [];
|
|
25428
|
+
readonly name: "symbol";
|
|
25429
|
+
readonly outputs: readonly [{
|
|
25430
|
+
readonly name: "";
|
|
25431
|
+
readonly internalType: "string";
|
|
25432
|
+
readonly type: "string";
|
|
25433
|
+
}];
|
|
25434
|
+
readonly stateMutability: "view";
|
|
25435
|
+
}, {
|
|
25436
|
+
readonly type: "function";
|
|
25437
|
+
readonly inputs: readonly [];
|
|
25438
|
+
readonly name: "totalSupply";
|
|
25439
|
+
readonly outputs: readonly [{
|
|
25440
|
+
readonly name: "";
|
|
25441
|
+
readonly internalType: "uint256";
|
|
25442
|
+
readonly type: "uint256";
|
|
25443
|
+
}];
|
|
25444
|
+
readonly stateMutability: "view";
|
|
25445
|
+
}, {
|
|
25446
|
+
readonly type: "function";
|
|
25447
|
+
readonly inputs: readonly [{
|
|
25448
|
+
readonly name: "to";
|
|
25449
|
+
readonly internalType: "address";
|
|
25450
|
+
readonly type: "address";
|
|
25451
|
+
}, {
|
|
25452
|
+
readonly name: "value";
|
|
25453
|
+
readonly internalType: "uint256";
|
|
25454
|
+
readonly type: "uint256";
|
|
25455
|
+
}];
|
|
25456
|
+
readonly name: "transfer";
|
|
25457
|
+
readonly outputs: readonly [{
|
|
25458
|
+
readonly name: "";
|
|
25459
|
+
readonly internalType: "bool";
|
|
25460
|
+
readonly type: "bool";
|
|
25461
|
+
}];
|
|
25462
|
+
readonly stateMutability: "nonpayable";
|
|
25463
|
+
}, {
|
|
25464
|
+
readonly type: "function";
|
|
25465
|
+
readonly inputs: readonly [{
|
|
25466
|
+
readonly name: "from";
|
|
25467
|
+
readonly internalType: "address";
|
|
25468
|
+
readonly type: "address";
|
|
25469
|
+
}, {
|
|
25470
|
+
readonly name: "to";
|
|
25471
|
+
readonly internalType: "address";
|
|
25472
|
+
readonly type: "address";
|
|
25473
|
+
}, {
|
|
25474
|
+
readonly name: "value";
|
|
25475
|
+
readonly internalType: "uint256";
|
|
25476
|
+
readonly type: "uint256";
|
|
25477
|
+
}];
|
|
25478
|
+
readonly name: "transferFrom";
|
|
25479
|
+
readonly outputs: readonly [{
|
|
25480
|
+
readonly name: "";
|
|
25481
|
+
readonly internalType: "bool";
|
|
25482
|
+
readonly type: "bool";
|
|
25483
|
+
}];
|
|
25484
|
+
readonly stateMutability: "nonpayable";
|
|
25485
|
+
}, {
|
|
25486
|
+
readonly type: "event";
|
|
25487
|
+
readonly anonymous: false;
|
|
25488
|
+
readonly inputs: readonly [{
|
|
25489
|
+
readonly name: "owner";
|
|
25490
|
+
readonly internalType: "address";
|
|
25491
|
+
readonly type: "address";
|
|
25492
|
+
readonly indexed: true;
|
|
25493
|
+
}, {
|
|
25494
|
+
readonly name: "spender";
|
|
25495
|
+
readonly internalType: "address";
|
|
25496
|
+
readonly type: "address";
|
|
25497
|
+
readonly indexed: true;
|
|
25498
|
+
}, {
|
|
25499
|
+
readonly name: "value";
|
|
25500
|
+
readonly internalType: "uint256";
|
|
25501
|
+
readonly type: "uint256";
|
|
25502
|
+
readonly indexed: false;
|
|
25503
|
+
}];
|
|
25504
|
+
readonly name: "Approval";
|
|
25505
|
+
}, {
|
|
25506
|
+
readonly type: "event";
|
|
25507
|
+
readonly anonymous: false;
|
|
25508
|
+
readonly inputs: readonly [{
|
|
25509
|
+
readonly name: "authorizer";
|
|
25510
|
+
readonly internalType: "address";
|
|
25511
|
+
readonly type: "address";
|
|
25512
|
+
readonly indexed: true;
|
|
25513
|
+
}, {
|
|
25514
|
+
readonly name: "nonce";
|
|
25515
|
+
readonly internalType: "bytes32";
|
|
25516
|
+
readonly type: "bytes32";
|
|
25517
|
+
readonly indexed: true;
|
|
25518
|
+
}];
|
|
25519
|
+
readonly name: "AuthorizationUsed";
|
|
25520
|
+
}, {
|
|
25521
|
+
readonly type: "event";
|
|
25522
|
+
readonly anonymous: false;
|
|
25523
|
+
readonly inputs: readonly [];
|
|
25524
|
+
readonly name: "EIP712DomainChanged";
|
|
25525
|
+
}, {
|
|
25526
|
+
readonly type: "event";
|
|
25527
|
+
readonly anonymous: false;
|
|
25528
|
+
readonly inputs: readonly [{
|
|
25529
|
+
readonly name: "from";
|
|
25530
|
+
readonly internalType: "address";
|
|
25531
|
+
readonly type: "address";
|
|
25532
|
+
readonly indexed: true;
|
|
25533
|
+
}, {
|
|
25534
|
+
readonly name: "to";
|
|
25535
|
+
readonly internalType: "address";
|
|
25536
|
+
readonly type: "address";
|
|
25537
|
+
readonly indexed: true;
|
|
25538
|
+
}, {
|
|
25539
|
+
readonly name: "value";
|
|
25540
|
+
readonly internalType: "uint256";
|
|
25541
|
+
readonly type: "uint256";
|
|
25542
|
+
readonly indexed: false;
|
|
25543
|
+
}];
|
|
25544
|
+
readonly name: "Transfer";
|
|
25545
|
+
}, {
|
|
25546
|
+
readonly type: "error";
|
|
25547
|
+
readonly inputs: readonly [];
|
|
25548
|
+
readonly name: "AuthorizationExpired";
|
|
25549
|
+
}, {
|
|
25550
|
+
readonly type: "error";
|
|
25551
|
+
readonly inputs: readonly [];
|
|
25552
|
+
readonly name: "AuthorizationNotYetValid";
|
|
25553
|
+
}, {
|
|
25554
|
+
readonly type: "error";
|
|
25555
|
+
readonly inputs: readonly [{
|
|
25556
|
+
readonly name: "authorizer";
|
|
25557
|
+
readonly internalType: "address";
|
|
25558
|
+
readonly type: "address";
|
|
25559
|
+
}, {
|
|
25560
|
+
readonly name: "nonce";
|
|
25561
|
+
readonly internalType: "bytes32";
|
|
25562
|
+
readonly type: "bytes32";
|
|
25563
|
+
}];
|
|
25564
|
+
readonly name: "AuthorizationUsedOrCanceled";
|
|
25565
|
+
}, {
|
|
25566
|
+
readonly type: "error";
|
|
25567
|
+
readonly inputs: readonly [];
|
|
25568
|
+
readonly name: "CallerMustBePayee";
|
|
25569
|
+
}, {
|
|
25570
|
+
readonly type: "error";
|
|
25571
|
+
readonly inputs: readonly [];
|
|
25572
|
+
readonly name: "ECDSAInvalidSignature";
|
|
25573
|
+
}, {
|
|
25574
|
+
readonly type: "error";
|
|
25575
|
+
readonly inputs: readonly [{
|
|
25576
|
+
readonly name: "length";
|
|
25577
|
+
readonly internalType: "uint256";
|
|
25578
|
+
readonly type: "uint256";
|
|
25579
|
+
}];
|
|
25580
|
+
readonly name: "ECDSAInvalidSignatureLength";
|
|
25581
|
+
}, {
|
|
25582
|
+
readonly type: "error";
|
|
25583
|
+
readonly inputs: readonly [{
|
|
25584
|
+
readonly name: "s";
|
|
25585
|
+
readonly internalType: "bytes32";
|
|
25586
|
+
readonly type: "bytes32";
|
|
25587
|
+
}];
|
|
25588
|
+
readonly name: "ECDSAInvalidSignatureS";
|
|
25589
|
+
}, {
|
|
25590
|
+
readonly type: "error";
|
|
25591
|
+
readonly inputs: readonly [{
|
|
25592
|
+
readonly name: "spender";
|
|
25593
|
+
readonly internalType: "address";
|
|
25594
|
+
readonly type: "address";
|
|
25595
|
+
}, {
|
|
25596
|
+
readonly name: "allowance";
|
|
25597
|
+
readonly internalType: "uint256";
|
|
25598
|
+
readonly type: "uint256";
|
|
25599
|
+
}, {
|
|
25600
|
+
readonly name: "needed";
|
|
25601
|
+
readonly internalType: "uint256";
|
|
25602
|
+
readonly type: "uint256";
|
|
25603
|
+
}];
|
|
25604
|
+
readonly name: "ERC20InsufficientAllowance";
|
|
25605
|
+
}, {
|
|
25606
|
+
readonly type: "error";
|
|
25607
|
+
readonly inputs: readonly [{
|
|
25608
|
+
readonly name: "sender";
|
|
25609
|
+
readonly internalType: "address";
|
|
25610
|
+
readonly type: "address";
|
|
25611
|
+
}, {
|
|
25612
|
+
readonly name: "balance";
|
|
25613
|
+
readonly internalType: "uint256";
|
|
25614
|
+
readonly type: "uint256";
|
|
25615
|
+
}, {
|
|
25616
|
+
readonly name: "needed";
|
|
25617
|
+
readonly internalType: "uint256";
|
|
25618
|
+
readonly type: "uint256";
|
|
25619
|
+
}];
|
|
25620
|
+
readonly name: "ERC20InsufficientBalance";
|
|
25621
|
+
}, {
|
|
25622
|
+
readonly type: "error";
|
|
25623
|
+
readonly inputs: readonly [{
|
|
25624
|
+
readonly name: "approver";
|
|
25625
|
+
readonly internalType: "address";
|
|
25626
|
+
readonly type: "address";
|
|
25627
|
+
}];
|
|
25628
|
+
readonly name: "ERC20InvalidApprover";
|
|
25629
|
+
}, {
|
|
25630
|
+
readonly type: "error";
|
|
25631
|
+
readonly inputs: readonly [{
|
|
25632
|
+
readonly name: "receiver";
|
|
25633
|
+
readonly internalType: "address";
|
|
25634
|
+
readonly type: "address";
|
|
25635
|
+
}];
|
|
25636
|
+
readonly name: "ERC20InvalidReceiver";
|
|
25637
|
+
}, {
|
|
25638
|
+
readonly type: "error";
|
|
25639
|
+
readonly inputs: readonly [{
|
|
25640
|
+
readonly name: "sender";
|
|
25641
|
+
readonly internalType: "address";
|
|
25642
|
+
readonly type: "address";
|
|
25643
|
+
}];
|
|
25644
|
+
readonly name: "ERC20InvalidSender";
|
|
25645
|
+
}, {
|
|
25646
|
+
readonly type: "error";
|
|
25647
|
+
readonly inputs: readonly [{
|
|
25648
|
+
readonly name: "spender";
|
|
25649
|
+
readonly internalType: "address";
|
|
25650
|
+
readonly type: "address";
|
|
25651
|
+
}];
|
|
25652
|
+
readonly name: "ERC20InvalidSpender";
|
|
25653
|
+
}, {
|
|
25654
|
+
readonly type: "error";
|
|
25655
|
+
readonly inputs: readonly [];
|
|
25656
|
+
readonly name: "InvalidShortString";
|
|
25657
|
+
}, {
|
|
25658
|
+
readonly type: "error";
|
|
25659
|
+
readonly inputs: readonly [];
|
|
25660
|
+
readonly name: "InvalidSignature";
|
|
25661
|
+
}, {
|
|
25662
|
+
readonly type: "error";
|
|
25663
|
+
readonly inputs: readonly [{
|
|
25664
|
+
readonly name: "str";
|
|
25665
|
+
readonly internalType: "string";
|
|
25666
|
+
readonly type: "string";
|
|
25667
|
+
}];
|
|
25668
|
+
readonly name: "StringTooLong";
|
|
25669
|
+
}];
|
|
25670
|
+
export declare const mockFeeOnTransferErc20Abi: readonly [{
|
|
25671
|
+
readonly type: "constructor";
|
|
25672
|
+
readonly inputs: readonly [];
|
|
25673
|
+
readonly stateMutability: "nonpayable";
|
|
25674
|
+
}, {
|
|
25675
|
+
readonly type: "function";
|
|
25676
|
+
readonly inputs: readonly [];
|
|
25677
|
+
readonly name: "FEE_BPS";
|
|
25678
|
+
readonly outputs: readonly [{
|
|
25679
|
+
readonly name: "";
|
|
25680
|
+
readonly internalType: "uint256";
|
|
25681
|
+
readonly type: "uint256";
|
|
25682
|
+
}];
|
|
25683
|
+
readonly stateMutability: "view";
|
|
25684
|
+
}, {
|
|
25685
|
+
readonly type: "function";
|
|
25686
|
+
readonly inputs: readonly [{
|
|
25687
|
+
readonly name: "owner";
|
|
25688
|
+
readonly internalType: "address";
|
|
25689
|
+
readonly type: "address";
|
|
25690
|
+
}, {
|
|
25691
|
+
readonly name: "spender";
|
|
25692
|
+
readonly internalType: "address";
|
|
25693
|
+
readonly type: "address";
|
|
25694
|
+
}];
|
|
25695
|
+
readonly name: "allowance";
|
|
25696
|
+
readonly outputs: readonly [{
|
|
25697
|
+
readonly name: "";
|
|
25698
|
+
readonly internalType: "uint256";
|
|
25699
|
+
readonly type: "uint256";
|
|
25700
|
+
}];
|
|
25701
|
+
readonly stateMutability: "view";
|
|
25702
|
+
}, {
|
|
25703
|
+
readonly type: "function";
|
|
25704
|
+
readonly inputs: readonly [{
|
|
25705
|
+
readonly name: "spender";
|
|
25706
|
+
readonly internalType: "address";
|
|
25707
|
+
readonly type: "address";
|
|
25708
|
+
}, {
|
|
25709
|
+
readonly name: "value";
|
|
25710
|
+
readonly internalType: "uint256";
|
|
25711
|
+
readonly type: "uint256";
|
|
25712
|
+
}];
|
|
25713
|
+
readonly name: "approve";
|
|
25714
|
+
readonly outputs: readonly [{
|
|
25715
|
+
readonly name: "";
|
|
25716
|
+
readonly internalType: "bool";
|
|
25717
|
+
readonly type: "bool";
|
|
25718
|
+
}];
|
|
25719
|
+
readonly stateMutability: "nonpayable";
|
|
25720
|
+
}, {
|
|
25721
|
+
readonly type: "function";
|
|
25722
|
+
readonly inputs: readonly [{
|
|
25723
|
+
readonly name: "account";
|
|
25724
|
+
readonly internalType: "address";
|
|
25725
|
+
readonly type: "address";
|
|
25726
|
+
}];
|
|
25727
|
+
readonly name: "balanceOf";
|
|
25728
|
+
readonly outputs: readonly [{
|
|
25729
|
+
readonly name: "";
|
|
25730
|
+
readonly internalType: "uint256";
|
|
25731
|
+
readonly type: "uint256";
|
|
25732
|
+
}];
|
|
25733
|
+
readonly stateMutability: "view";
|
|
25734
|
+
}, {
|
|
25735
|
+
readonly type: "function";
|
|
25736
|
+
readonly inputs: readonly [];
|
|
25737
|
+
readonly name: "decimals";
|
|
25738
|
+
readonly outputs: readonly [{
|
|
25739
|
+
readonly name: "";
|
|
25740
|
+
readonly internalType: "uint8";
|
|
25741
|
+
readonly type: "uint8";
|
|
25742
|
+
}];
|
|
25743
|
+
readonly stateMutability: "view";
|
|
25744
|
+
}, {
|
|
25745
|
+
readonly type: "function";
|
|
25746
|
+
readonly inputs: readonly [{
|
|
25747
|
+
readonly name: "to";
|
|
25748
|
+
readonly internalType: "address";
|
|
25749
|
+
readonly type: "address";
|
|
25750
|
+
}, {
|
|
25751
|
+
readonly name: "amount";
|
|
25752
|
+
readonly internalType: "uint256";
|
|
25753
|
+
readonly type: "uint256";
|
|
25754
|
+
}];
|
|
25755
|
+
readonly name: "mint";
|
|
25756
|
+
readonly outputs: readonly [];
|
|
25757
|
+
readonly stateMutability: "nonpayable";
|
|
25758
|
+
}, {
|
|
25759
|
+
readonly type: "function";
|
|
25760
|
+
readonly inputs: readonly [];
|
|
25761
|
+
readonly name: "name";
|
|
25762
|
+
readonly outputs: readonly [{
|
|
25763
|
+
readonly name: "";
|
|
25764
|
+
readonly internalType: "string";
|
|
25765
|
+
readonly type: "string";
|
|
25766
|
+
}];
|
|
25767
|
+
readonly stateMutability: "view";
|
|
25768
|
+
}, {
|
|
25769
|
+
readonly type: "function";
|
|
25770
|
+
readonly inputs: readonly [];
|
|
25771
|
+
readonly name: "symbol";
|
|
25772
|
+
readonly outputs: readonly [{
|
|
25773
|
+
readonly name: "";
|
|
25774
|
+
readonly internalType: "string";
|
|
25775
|
+
readonly type: "string";
|
|
25776
|
+
}];
|
|
25777
|
+
readonly stateMutability: "view";
|
|
25778
|
+
}, {
|
|
25779
|
+
readonly type: "function";
|
|
25780
|
+
readonly inputs: readonly [];
|
|
25781
|
+
readonly name: "totalSupply";
|
|
25782
|
+
readonly outputs: readonly [{
|
|
25783
|
+
readonly name: "";
|
|
25784
|
+
readonly internalType: "uint256";
|
|
25785
|
+
readonly type: "uint256";
|
|
25786
|
+
}];
|
|
25787
|
+
readonly stateMutability: "view";
|
|
25788
|
+
}, {
|
|
25789
|
+
readonly type: "function";
|
|
25790
|
+
readonly inputs: readonly [{
|
|
25791
|
+
readonly name: "to";
|
|
25792
|
+
readonly internalType: "address";
|
|
25793
|
+
readonly type: "address";
|
|
25794
|
+
}, {
|
|
25795
|
+
readonly name: "value";
|
|
25796
|
+
readonly internalType: "uint256";
|
|
25797
|
+
readonly type: "uint256";
|
|
25798
|
+
}];
|
|
25799
|
+
readonly name: "transfer";
|
|
25800
|
+
readonly outputs: readonly [{
|
|
25801
|
+
readonly name: "";
|
|
25802
|
+
readonly internalType: "bool";
|
|
25803
|
+
readonly type: "bool";
|
|
25804
|
+
}];
|
|
25805
|
+
readonly stateMutability: "nonpayable";
|
|
25806
|
+
}, {
|
|
25807
|
+
readonly type: "function";
|
|
25808
|
+
readonly inputs: readonly [{
|
|
25809
|
+
readonly name: "from";
|
|
25810
|
+
readonly internalType: "address";
|
|
25811
|
+
readonly type: "address";
|
|
25812
|
+
}, {
|
|
25813
|
+
readonly name: "to";
|
|
25814
|
+
readonly internalType: "address";
|
|
25815
|
+
readonly type: "address";
|
|
25816
|
+
}, {
|
|
25817
|
+
readonly name: "value";
|
|
25818
|
+
readonly internalType: "uint256";
|
|
25819
|
+
readonly type: "uint256";
|
|
25820
|
+
}];
|
|
25821
|
+
readonly name: "transferFrom";
|
|
25822
|
+
readonly outputs: readonly [{
|
|
25823
|
+
readonly name: "";
|
|
25824
|
+
readonly internalType: "bool";
|
|
25825
|
+
readonly type: "bool";
|
|
25826
|
+
}];
|
|
25827
|
+
readonly stateMutability: "nonpayable";
|
|
25828
|
+
}, {
|
|
25829
|
+
readonly type: "event";
|
|
25830
|
+
readonly anonymous: false;
|
|
25831
|
+
readonly inputs: readonly [{
|
|
25832
|
+
readonly name: "owner";
|
|
25833
|
+
readonly internalType: "address";
|
|
25834
|
+
readonly type: "address";
|
|
25835
|
+
readonly indexed: true;
|
|
25836
|
+
}, {
|
|
25837
|
+
readonly name: "spender";
|
|
25838
|
+
readonly internalType: "address";
|
|
25839
|
+
readonly type: "address";
|
|
25840
|
+
readonly indexed: true;
|
|
25841
|
+
}, {
|
|
25842
|
+
readonly name: "value";
|
|
25843
|
+
readonly internalType: "uint256";
|
|
25844
|
+
readonly type: "uint256";
|
|
25845
|
+
readonly indexed: false;
|
|
25846
|
+
}];
|
|
25847
|
+
readonly name: "Approval";
|
|
25848
|
+
}, {
|
|
25849
|
+
readonly type: "event";
|
|
25850
|
+
readonly anonymous: false;
|
|
25851
|
+
readonly inputs: readonly [{
|
|
25852
|
+
readonly name: "from";
|
|
25853
|
+
readonly internalType: "address";
|
|
25854
|
+
readonly type: "address";
|
|
25855
|
+
readonly indexed: true;
|
|
25856
|
+
}, {
|
|
25857
|
+
readonly name: "to";
|
|
25858
|
+
readonly internalType: "address";
|
|
25859
|
+
readonly type: "address";
|
|
25860
|
+
readonly indexed: true;
|
|
25861
|
+
}, {
|
|
25862
|
+
readonly name: "value";
|
|
25863
|
+
readonly internalType: "uint256";
|
|
25864
|
+
readonly type: "uint256";
|
|
25865
|
+
readonly indexed: false;
|
|
25866
|
+
}];
|
|
25867
|
+
readonly name: "Transfer";
|
|
25868
|
+
}, {
|
|
25869
|
+
readonly type: "error";
|
|
25870
|
+
readonly inputs: readonly [{
|
|
25871
|
+
readonly name: "spender";
|
|
25872
|
+
readonly internalType: "address";
|
|
25873
|
+
readonly type: "address";
|
|
25874
|
+
}, {
|
|
25875
|
+
readonly name: "allowance";
|
|
25876
|
+
readonly internalType: "uint256";
|
|
25877
|
+
readonly type: "uint256";
|
|
25878
|
+
}, {
|
|
25879
|
+
readonly name: "needed";
|
|
25880
|
+
readonly internalType: "uint256";
|
|
25881
|
+
readonly type: "uint256";
|
|
25882
|
+
}];
|
|
25883
|
+
readonly name: "ERC20InsufficientAllowance";
|
|
25884
|
+
}, {
|
|
25885
|
+
readonly type: "error";
|
|
25886
|
+
readonly inputs: readonly [{
|
|
25887
|
+
readonly name: "sender";
|
|
25888
|
+
readonly internalType: "address";
|
|
25889
|
+
readonly type: "address";
|
|
25890
|
+
}, {
|
|
25891
|
+
readonly name: "balance";
|
|
25892
|
+
readonly internalType: "uint256";
|
|
25893
|
+
readonly type: "uint256";
|
|
25894
|
+
}, {
|
|
25895
|
+
readonly name: "needed";
|
|
25896
|
+
readonly internalType: "uint256";
|
|
25897
|
+
readonly type: "uint256";
|
|
25898
|
+
}];
|
|
25899
|
+
readonly name: "ERC20InsufficientBalance";
|
|
25900
|
+
}, {
|
|
25901
|
+
readonly type: "error";
|
|
25902
|
+
readonly inputs: readonly [{
|
|
25903
|
+
readonly name: "approver";
|
|
25904
|
+
readonly internalType: "address";
|
|
25905
|
+
readonly type: "address";
|
|
25906
|
+
}];
|
|
25907
|
+
readonly name: "ERC20InvalidApprover";
|
|
25908
|
+
}, {
|
|
25909
|
+
readonly type: "error";
|
|
25910
|
+
readonly inputs: readonly [{
|
|
25911
|
+
readonly name: "receiver";
|
|
25912
|
+
readonly internalType: "address";
|
|
25913
|
+
readonly type: "address";
|
|
25914
|
+
}];
|
|
25915
|
+
readonly name: "ERC20InvalidReceiver";
|
|
25916
|
+
}, {
|
|
25917
|
+
readonly type: "error";
|
|
25918
|
+
readonly inputs: readonly [{
|
|
25919
|
+
readonly name: "sender";
|
|
25920
|
+
readonly internalType: "address";
|
|
25921
|
+
readonly type: "address";
|
|
25922
|
+
}];
|
|
25923
|
+
readonly name: "ERC20InvalidSender";
|
|
25924
|
+
}, {
|
|
25925
|
+
readonly type: "error";
|
|
25926
|
+
readonly inputs: readonly [{
|
|
25927
|
+
readonly name: "spender";
|
|
25928
|
+
readonly internalType: "address";
|
|
25929
|
+
readonly type: "address";
|
|
25930
|
+
}];
|
|
25931
|
+
readonly name: "ERC20InvalidSpender";
|
|
25932
|
+
}];
|
|
24594
25933
|
export declare const multicallAbi: readonly [{
|
|
24595
25934
|
readonly type: "function";
|
|
24596
25935
|
readonly inputs: readonly [{
|
|
@@ -34674,6 +36013,53 @@ export declare const payAsYouGoTemplateAbi: readonly [{
|
|
|
34674
36013
|
readonly name: "order";
|
|
34675
36014
|
readonly outputs: readonly [];
|
|
34676
36015
|
readonly stateMutability: "payable";
|
|
36016
|
+
}, {
|
|
36017
|
+
readonly type: "function";
|
|
36018
|
+
readonly inputs: readonly [{
|
|
36019
|
+
readonly name: "_seed";
|
|
36020
|
+
readonly internalType: "bytes32";
|
|
36021
|
+
readonly type: "bytes32";
|
|
36022
|
+
}, {
|
|
36023
|
+
readonly name: "_planId";
|
|
36024
|
+
readonly internalType: "uint256";
|
|
36025
|
+
readonly type: "uint256";
|
|
36026
|
+
}, {
|
|
36027
|
+
readonly name: "_buyer";
|
|
36028
|
+
readonly internalType: "address";
|
|
36029
|
+
readonly type: "address";
|
|
36030
|
+
}, {
|
|
36031
|
+
readonly name: "_params";
|
|
36032
|
+
readonly internalType: "bytes[]";
|
|
36033
|
+
readonly type: "bytes[]";
|
|
36034
|
+
}, {
|
|
36035
|
+
readonly name: "_authorization";
|
|
36036
|
+
readonly internalType: "struct IERC3009.ReceiveAuthorization";
|
|
36037
|
+
readonly type: "tuple";
|
|
36038
|
+
readonly components: readonly [{
|
|
36039
|
+
readonly name: "validAfter";
|
|
36040
|
+
readonly internalType: "uint256";
|
|
36041
|
+
readonly type: "uint256";
|
|
36042
|
+
}, {
|
|
36043
|
+
readonly name: "validBefore";
|
|
36044
|
+
readonly internalType: "uint256";
|
|
36045
|
+
readonly type: "uint256";
|
|
36046
|
+
}, {
|
|
36047
|
+
readonly name: "v";
|
|
36048
|
+
readonly internalType: "uint8";
|
|
36049
|
+
readonly type: "uint8";
|
|
36050
|
+
}, {
|
|
36051
|
+
readonly name: "r";
|
|
36052
|
+
readonly internalType: "bytes32";
|
|
36053
|
+
readonly type: "bytes32";
|
|
36054
|
+
}, {
|
|
36055
|
+
readonly name: "s";
|
|
36056
|
+
readonly internalType: "bytes32";
|
|
36057
|
+
readonly type: "bytes32";
|
|
36058
|
+
}];
|
|
36059
|
+
}];
|
|
36060
|
+
readonly name: "orderWithAuthorization";
|
|
36061
|
+
readonly outputs: readonly [];
|
|
36062
|
+
readonly stateMutability: "nonpayable";
|
|
34677
36063
|
}, {
|
|
34678
36064
|
readonly type: "function";
|
|
34679
36065
|
readonly inputs: readonly [];
|
|
@@ -35033,6 +36419,53 @@ export declare const payAsYouGoTemplateConfig: {
|
|
|
35033
36419
|
readonly name: "order";
|
|
35034
36420
|
readonly outputs: readonly [];
|
|
35035
36421
|
readonly stateMutability: "payable";
|
|
36422
|
+
}, {
|
|
36423
|
+
readonly type: "function";
|
|
36424
|
+
readonly inputs: readonly [{
|
|
36425
|
+
readonly name: "_seed";
|
|
36426
|
+
readonly internalType: "bytes32";
|
|
36427
|
+
readonly type: "bytes32";
|
|
36428
|
+
}, {
|
|
36429
|
+
readonly name: "_planId";
|
|
36430
|
+
readonly internalType: "uint256";
|
|
36431
|
+
readonly type: "uint256";
|
|
36432
|
+
}, {
|
|
36433
|
+
readonly name: "_buyer";
|
|
36434
|
+
readonly internalType: "address";
|
|
36435
|
+
readonly type: "address";
|
|
36436
|
+
}, {
|
|
36437
|
+
readonly name: "_params";
|
|
36438
|
+
readonly internalType: "bytes[]";
|
|
36439
|
+
readonly type: "bytes[]";
|
|
36440
|
+
}, {
|
|
36441
|
+
readonly name: "_authorization";
|
|
36442
|
+
readonly internalType: "struct IERC3009.ReceiveAuthorization";
|
|
36443
|
+
readonly type: "tuple";
|
|
36444
|
+
readonly components: readonly [{
|
|
36445
|
+
readonly name: "validAfter";
|
|
36446
|
+
readonly internalType: "uint256";
|
|
36447
|
+
readonly type: "uint256";
|
|
36448
|
+
}, {
|
|
36449
|
+
readonly name: "validBefore";
|
|
36450
|
+
readonly internalType: "uint256";
|
|
36451
|
+
readonly type: "uint256";
|
|
36452
|
+
}, {
|
|
36453
|
+
readonly name: "v";
|
|
36454
|
+
readonly internalType: "uint8";
|
|
36455
|
+
readonly type: "uint8";
|
|
36456
|
+
}, {
|
|
36457
|
+
readonly name: "r";
|
|
36458
|
+
readonly internalType: "bytes32";
|
|
36459
|
+
readonly type: "bytes32";
|
|
36460
|
+
}, {
|
|
36461
|
+
readonly name: "s";
|
|
36462
|
+
readonly internalType: "bytes32";
|
|
36463
|
+
readonly type: "bytes32";
|
|
36464
|
+
}];
|
|
36465
|
+
}];
|
|
36466
|
+
readonly name: "orderWithAuthorization";
|
|
36467
|
+
readonly outputs: readonly [];
|
|
36468
|
+
readonly stateMutability: "nonpayable";
|
|
35036
36469
|
}, {
|
|
35037
36470
|
readonly type: "function";
|
|
35038
36471
|
readonly inputs: readonly [];
|
|
@@ -35321,6 +36754,48 @@ export declare const paymentsVaultAbi: readonly [{
|
|
|
35321
36754
|
readonly name: "depositERC20";
|
|
35322
36755
|
readonly outputs: readonly [];
|
|
35323
36756
|
readonly stateMutability: "nonpayable";
|
|
36757
|
+
}, {
|
|
36758
|
+
readonly type: "function";
|
|
36759
|
+
readonly inputs: readonly [{
|
|
36760
|
+
readonly name: "_erc20TokenAddress";
|
|
36761
|
+
readonly internalType: "address";
|
|
36762
|
+
readonly type: "address";
|
|
36763
|
+
}, {
|
|
36764
|
+
readonly name: "_from";
|
|
36765
|
+
readonly internalType: "address";
|
|
36766
|
+
readonly type: "address";
|
|
36767
|
+
}, {
|
|
36768
|
+
readonly name: "_amount";
|
|
36769
|
+
readonly internalType: "uint256";
|
|
36770
|
+
readonly type: "uint256";
|
|
36771
|
+
}, {
|
|
36772
|
+
readonly name: "_validAfter";
|
|
36773
|
+
readonly internalType: "uint256";
|
|
36774
|
+
readonly type: "uint256";
|
|
36775
|
+
}, {
|
|
36776
|
+
readonly name: "_validBefore";
|
|
36777
|
+
readonly internalType: "uint256";
|
|
36778
|
+
readonly type: "uint256";
|
|
36779
|
+
}, {
|
|
36780
|
+
readonly name: "_nonce";
|
|
36781
|
+
readonly internalType: "bytes32";
|
|
36782
|
+
readonly type: "bytes32";
|
|
36783
|
+
}, {
|
|
36784
|
+
readonly name: "_v";
|
|
36785
|
+
readonly internalType: "uint8";
|
|
36786
|
+
readonly type: "uint8";
|
|
36787
|
+
}, {
|
|
36788
|
+
readonly name: "_r";
|
|
36789
|
+
readonly internalType: "bytes32";
|
|
36790
|
+
readonly type: "bytes32";
|
|
36791
|
+
}, {
|
|
36792
|
+
readonly name: "_s";
|
|
36793
|
+
readonly internalType: "bytes32";
|
|
36794
|
+
readonly type: "bytes32";
|
|
36795
|
+
}];
|
|
36796
|
+
readonly name: "depositERC20WithAuthorization";
|
|
36797
|
+
readonly outputs: readonly [];
|
|
36798
|
+
readonly stateMutability: "nonpayable";
|
|
35324
36799
|
}, {
|
|
35325
36800
|
readonly type: "function";
|
|
35326
36801
|
readonly inputs: readonly [];
|
|
@@ -35614,6 +37089,18 @@ export declare const paymentsVaultAbi: readonly [{
|
|
|
35614
37089
|
readonly type: "error";
|
|
35615
37090
|
readonly inputs: readonly [];
|
|
35616
37091
|
readonly name: "ERC1967NonPayable";
|
|
37092
|
+
}, {
|
|
37093
|
+
readonly type: "error";
|
|
37094
|
+
readonly inputs: readonly [{
|
|
37095
|
+
readonly name: "expected";
|
|
37096
|
+
readonly internalType: "uint256";
|
|
37097
|
+
readonly type: "uint256";
|
|
37098
|
+
}, {
|
|
37099
|
+
readonly name: "received";
|
|
37100
|
+
readonly internalType: "uint256";
|
|
37101
|
+
readonly type: "uint256";
|
|
37102
|
+
}];
|
|
37103
|
+
readonly name: "ERC20DepositMismatch";
|
|
35617
37104
|
}, {
|
|
35618
37105
|
readonly type: "error";
|
|
35619
37106
|
readonly inputs: readonly [];
|
|
@@ -35711,6 +37198,48 @@ export declare const paymentsVaultConfig: {
|
|
|
35711
37198
|
readonly name: "depositERC20";
|
|
35712
37199
|
readonly outputs: readonly [];
|
|
35713
37200
|
readonly stateMutability: "nonpayable";
|
|
37201
|
+
}, {
|
|
37202
|
+
readonly type: "function";
|
|
37203
|
+
readonly inputs: readonly [{
|
|
37204
|
+
readonly name: "_erc20TokenAddress";
|
|
37205
|
+
readonly internalType: "address";
|
|
37206
|
+
readonly type: "address";
|
|
37207
|
+
}, {
|
|
37208
|
+
readonly name: "_from";
|
|
37209
|
+
readonly internalType: "address";
|
|
37210
|
+
readonly type: "address";
|
|
37211
|
+
}, {
|
|
37212
|
+
readonly name: "_amount";
|
|
37213
|
+
readonly internalType: "uint256";
|
|
37214
|
+
readonly type: "uint256";
|
|
37215
|
+
}, {
|
|
37216
|
+
readonly name: "_validAfter";
|
|
37217
|
+
readonly internalType: "uint256";
|
|
37218
|
+
readonly type: "uint256";
|
|
37219
|
+
}, {
|
|
37220
|
+
readonly name: "_validBefore";
|
|
37221
|
+
readonly internalType: "uint256";
|
|
37222
|
+
readonly type: "uint256";
|
|
37223
|
+
}, {
|
|
37224
|
+
readonly name: "_nonce";
|
|
37225
|
+
readonly internalType: "bytes32";
|
|
37226
|
+
readonly type: "bytes32";
|
|
37227
|
+
}, {
|
|
37228
|
+
readonly name: "_v";
|
|
37229
|
+
readonly internalType: "uint8";
|
|
37230
|
+
readonly type: "uint8";
|
|
37231
|
+
}, {
|
|
37232
|
+
readonly name: "_r";
|
|
37233
|
+
readonly internalType: "bytes32";
|
|
37234
|
+
readonly type: "bytes32";
|
|
37235
|
+
}, {
|
|
37236
|
+
readonly name: "_s";
|
|
37237
|
+
readonly internalType: "bytes32";
|
|
37238
|
+
readonly type: "bytes32";
|
|
37239
|
+
}];
|
|
37240
|
+
readonly name: "depositERC20WithAuthorization";
|
|
37241
|
+
readonly outputs: readonly [];
|
|
37242
|
+
readonly stateMutability: "nonpayable";
|
|
35714
37243
|
}, {
|
|
35715
37244
|
readonly type: "function";
|
|
35716
37245
|
readonly inputs: readonly [];
|
|
@@ -36004,6 +37533,18 @@ export declare const paymentsVaultConfig: {
|
|
|
36004
37533
|
readonly type: "error";
|
|
36005
37534
|
readonly inputs: readonly [];
|
|
36006
37535
|
readonly name: "ERC1967NonPayable";
|
|
37536
|
+
}, {
|
|
37537
|
+
readonly type: "error";
|
|
37538
|
+
readonly inputs: readonly [{
|
|
37539
|
+
readonly name: "expected";
|
|
37540
|
+
readonly internalType: "uint256";
|
|
37541
|
+
readonly type: "uint256";
|
|
37542
|
+
}, {
|
|
37543
|
+
readonly name: "received";
|
|
37544
|
+
readonly internalType: "uint256";
|
|
37545
|
+
readonly type: "uint256";
|
|
37546
|
+
}];
|
|
37547
|
+
readonly name: "ERC20DepositMismatch";
|
|
36007
37548
|
}, {
|
|
36008
37549
|
readonly type: "error";
|
|
36009
37550
|
readonly inputs: readonly [];
|
|
@@ -36099,6 +37640,48 @@ export declare const paymentsVaultV2Abi: readonly [{
|
|
|
36099
37640
|
readonly name: "depositERC20";
|
|
36100
37641
|
readonly outputs: readonly [];
|
|
36101
37642
|
readonly stateMutability: "nonpayable";
|
|
37643
|
+
}, {
|
|
37644
|
+
readonly type: "function";
|
|
37645
|
+
readonly inputs: readonly [{
|
|
37646
|
+
readonly name: "_erc20TokenAddress";
|
|
37647
|
+
readonly internalType: "address";
|
|
37648
|
+
readonly type: "address";
|
|
37649
|
+
}, {
|
|
37650
|
+
readonly name: "_from";
|
|
37651
|
+
readonly internalType: "address";
|
|
37652
|
+
readonly type: "address";
|
|
37653
|
+
}, {
|
|
37654
|
+
readonly name: "_amount";
|
|
37655
|
+
readonly internalType: "uint256";
|
|
37656
|
+
readonly type: "uint256";
|
|
37657
|
+
}, {
|
|
37658
|
+
readonly name: "_validAfter";
|
|
37659
|
+
readonly internalType: "uint256";
|
|
37660
|
+
readonly type: "uint256";
|
|
37661
|
+
}, {
|
|
37662
|
+
readonly name: "_validBefore";
|
|
37663
|
+
readonly internalType: "uint256";
|
|
37664
|
+
readonly type: "uint256";
|
|
37665
|
+
}, {
|
|
37666
|
+
readonly name: "_nonce";
|
|
37667
|
+
readonly internalType: "bytes32";
|
|
37668
|
+
readonly type: "bytes32";
|
|
37669
|
+
}, {
|
|
37670
|
+
readonly name: "_v";
|
|
37671
|
+
readonly internalType: "uint8";
|
|
37672
|
+
readonly type: "uint8";
|
|
37673
|
+
}, {
|
|
37674
|
+
readonly name: "_r";
|
|
37675
|
+
readonly internalType: "bytes32";
|
|
37676
|
+
readonly type: "bytes32";
|
|
37677
|
+
}, {
|
|
37678
|
+
readonly name: "_s";
|
|
37679
|
+
readonly internalType: "bytes32";
|
|
37680
|
+
readonly type: "bytes32";
|
|
37681
|
+
}];
|
|
37682
|
+
readonly name: "depositERC20WithAuthorization";
|
|
37683
|
+
readonly outputs: readonly [];
|
|
37684
|
+
readonly stateMutability: "nonpayable";
|
|
36102
37685
|
}, {
|
|
36103
37686
|
readonly type: "function";
|
|
36104
37687
|
readonly inputs: readonly [];
|
|
@@ -36412,6 +37995,18 @@ export declare const paymentsVaultV2Abi: readonly [{
|
|
|
36412
37995
|
readonly type: "error";
|
|
36413
37996
|
readonly inputs: readonly [];
|
|
36414
37997
|
readonly name: "ERC1967NonPayable";
|
|
37998
|
+
}, {
|
|
37999
|
+
readonly type: "error";
|
|
38000
|
+
readonly inputs: readonly [{
|
|
38001
|
+
readonly name: "expected";
|
|
38002
|
+
readonly internalType: "uint256";
|
|
38003
|
+
readonly type: "uint256";
|
|
38004
|
+
}, {
|
|
38005
|
+
readonly name: "received";
|
|
38006
|
+
readonly internalType: "uint256";
|
|
38007
|
+
readonly type: "uint256";
|
|
38008
|
+
}];
|
|
38009
|
+
readonly name: "ERC20DepositMismatch";
|
|
36415
38010
|
}, {
|
|
36416
38011
|
readonly type: "error";
|
|
36417
38012
|
readonly inputs: readonly [];
|