@nevermined-io/core-kit 0.0.59 → 0.1.1
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 +1229 -327
- package/dist/artifacts/generated.d.ts.map +1 -1
- package/dist/artifacts/generated.js +443 -122
- package/dist/contracts/AssetRegistry.js +2 -2
- package/dist/contracts/ContractBase.d.ts.map +1 -1
- package/dist/contracts/ContractBase.js +7 -31
- package/dist/contracts/FixedPaymentTemplate.d.ts +1 -0
- package/dist/contracts/FixedPaymentTemplate.d.ts.map +1 -1
- package/dist/contracts/FixedPaymentTemplate.js +4 -0
- package/dist/models/AgentX402AccessToken.d.ts +59 -0
- package/dist/models/AgentX402AccessToken.d.ts.map +1 -0
- package/dist/models/AgentX402AccessToken.js +78 -0
- package/dist/models/index.d.ts +1 -0
- package/dist/models/index.d.ts.map +1 -1
- package/dist/models/index.js +1 -0
- package/dist/nevermined/api/PaymentsApi.d.ts.map +1 -1
- package/dist/nevermined/api/PaymentsApi.js +0 -2
- package/dist/nevermined/utils/BlockchainViemUtils.d.ts +11 -0
- package/dist/nevermined/utils/BlockchainViemUtils.d.ts.map +1 -1
- package/dist/nevermined/utils/BlockchainViemUtils.js +42 -0
- package/dist/nevermined/utils/ZeroDevPolicies.d.ts +28 -11
- package/dist/nevermined/utils/ZeroDevPolicies.d.ts.map +1 -1
- package/dist/nevermined/utils/ZeroDevPolicies.js +68 -1
- package/package.json +3 -3
|
@@ -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: "0x3116A0aB34c8E829066d4D9Cd1e2534Ff14d5268";
|
|
1170
1170
|
export declare const accessManagerConfig: {
|
|
1171
|
-
readonly address: "
|
|
1171
|
+
readonly address: "0x3116A0aB34c8E829066d4D9Cd1e2534Ff14d5268";
|
|
1172
1172
|
readonly abi: readonly [{
|
|
1173
1173
|
readonly type: "constructor";
|
|
1174
1174
|
readonly inputs: readonly [{
|
|
@@ -2550,9 +2550,9 @@ export declare const agreementsStoreAbi: readonly [{
|
|
|
2550
2550
|
}];
|
|
2551
2551
|
readonly name: "UUPSUnsupportedProxiableUUID";
|
|
2552
2552
|
}];
|
|
2553
|
-
export declare const agreementsStoreAddress: "
|
|
2553
|
+
export declare const agreementsStoreAddress: "0x1B8B04BbF240bfB15f12368352a1397E3882660C";
|
|
2554
2554
|
export declare const agreementsStoreConfig: {
|
|
2555
|
-
readonly address: "
|
|
2555
|
+
readonly address: "0x1B8B04BbF240bfB15f12368352a1397E3882660C";
|
|
2556
2556
|
readonly abi: readonly [{
|
|
2557
2557
|
readonly type: "function";
|
|
2558
2558
|
readonly inputs: readonly [];
|
|
@@ -5544,9 +5544,9 @@ export declare const assetsRegistryAbi: readonly [{
|
|
|
5544
5544
|
}];
|
|
5545
5545
|
readonly name: "UUPSUnsupportedProxiableUUID";
|
|
5546
5546
|
}];
|
|
5547
|
-
export declare const assetsRegistryAddress: "
|
|
5547
|
+
export declare const assetsRegistryAddress: "0x1B093EE52104e407dfC80A28B07e62834AAB4Ae4";
|
|
5548
5548
|
export declare const assetsRegistryConfig: {
|
|
5549
|
-
readonly address: "
|
|
5549
|
+
readonly address: "0x1B093EE52104e407dfC80A28B07e62834AAB4Ae4";
|
|
5550
5550
|
readonly abi: readonly [{
|
|
5551
5551
|
readonly type: "function";
|
|
5552
5552
|
readonly inputs: readonly [];
|
|
@@ -9634,6 +9634,20 @@ export declare const baseTemplateAbi: readonly [{
|
|
|
9634
9634
|
readonly type: "bytes4";
|
|
9635
9635
|
}];
|
|
9636
9636
|
readonly stateMutability: "view";
|
|
9637
|
+
}, {
|
|
9638
|
+
readonly type: "function";
|
|
9639
|
+
readonly inputs: readonly [{
|
|
9640
|
+
readonly name: "forwarder";
|
|
9641
|
+
readonly internalType: "address";
|
|
9642
|
+
readonly type: "address";
|
|
9643
|
+
}];
|
|
9644
|
+
readonly name: "isTrustedForwarder";
|
|
9645
|
+
readonly outputs: readonly [{
|
|
9646
|
+
readonly name: "";
|
|
9647
|
+
readonly internalType: "bool";
|
|
9648
|
+
readonly type: "bool";
|
|
9649
|
+
}];
|
|
9650
|
+
readonly stateMutability: "view";
|
|
9637
9651
|
}, {
|
|
9638
9652
|
readonly type: "function";
|
|
9639
9653
|
readonly inputs: readonly [];
|
|
@@ -9654,6 +9668,16 @@ export declare const baseTemplateAbi: readonly [{
|
|
|
9654
9668
|
readonly name: "setAuthority";
|
|
9655
9669
|
readonly outputs: readonly [];
|
|
9656
9670
|
readonly stateMutability: "nonpayable";
|
|
9671
|
+
}, {
|
|
9672
|
+
readonly type: "function";
|
|
9673
|
+
readonly inputs: readonly [];
|
|
9674
|
+
readonly name: "trustedForwarder";
|
|
9675
|
+
readonly outputs: readonly [{
|
|
9676
|
+
readonly name: "";
|
|
9677
|
+
readonly internalType: "address";
|
|
9678
|
+
readonly type: "address";
|
|
9679
|
+
}];
|
|
9680
|
+
readonly stateMutability: "view";
|
|
9657
9681
|
}, {
|
|
9658
9682
|
readonly type: "function";
|
|
9659
9683
|
readonly inputs: readonly [{
|
|
@@ -10290,7 +10314,77 @@ export declare const baseTestAbi: readonly [{
|
|
|
10290
10314
|
}];
|
|
10291
10315
|
readonly name: "logs";
|
|
10292
10316
|
}];
|
|
10293
|
-
export declare const
|
|
10317
|
+
export declare const contextUpgradeableAbi: readonly [{
|
|
10318
|
+
readonly type: "event";
|
|
10319
|
+
readonly anonymous: false;
|
|
10320
|
+
readonly inputs: readonly [{
|
|
10321
|
+
readonly name: "version";
|
|
10322
|
+
readonly internalType: "uint64";
|
|
10323
|
+
readonly type: "uint64";
|
|
10324
|
+
readonly indexed: false;
|
|
10325
|
+
}];
|
|
10326
|
+
readonly name: "Initialized";
|
|
10327
|
+
}, {
|
|
10328
|
+
readonly type: "error";
|
|
10329
|
+
readonly inputs: readonly [];
|
|
10330
|
+
readonly name: "InvalidInitialization";
|
|
10331
|
+
}, {
|
|
10332
|
+
readonly type: "error";
|
|
10333
|
+
readonly inputs: readonly [];
|
|
10334
|
+
readonly name: "NotInitializing";
|
|
10335
|
+
}];
|
|
10336
|
+
export declare const create2DeployUtilsAbi: readonly [{
|
|
10337
|
+
readonly type: "function";
|
|
10338
|
+
readonly inputs: readonly [];
|
|
10339
|
+
readonly name: "IS_SCRIPT";
|
|
10340
|
+
readonly outputs: readonly [{
|
|
10341
|
+
readonly name: "";
|
|
10342
|
+
readonly internalType: "bool";
|
|
10343
|
+
readonly type: "bool";
|
|
10344
|
+
}];
|
|
10345
|
+
readonly stateMutability: "view";
|
|
10346
|
+
}, {
|
|
10347
|
+
readonly type: "error";
|
|
10348
|
+
readonly inputs: readonly [{
|
|
10349
|
+
readonly name: "deployedAddress";
|
|
10350
|
+
readonly internalType: "address";
|
|
10351
|
+
readonly type: "address";
|
|
10352
|
+
}];
|
|
10353
|
+
readonly name: "AddressDoesNotContainBytecode";
|
|
10354
|
+
}, {
|
|
10355
|
+
readonly type: "error";
|
|
10356
|
+
readonly inputs: readonly [{
|
|
10357
|
+
readonly name: "deployedAddress";
|
|
10358
|
+
readonly internalType: "address";
|
|
10359
|
+
readonly type: "address";
|
|
10360
|
+
}];
|
|
10361
|
+
readonly name: "AlreadyDeployed";
|
|
10362
|
+
}, {
|
|
10363
|
+
readonly type: "error";
|
|
10364
|
+
readonly inputs: readonly [];
|
|
10365
|
+
readonly name: "Create2DeployerNotDeployed";
|
|
10366
|
+
}, {
|
|
10367
|
+
readonly type: "error";
|
|
10368
|
+
readonly inputs: readonly [{
|
|
10369
|
+
readonly name: "data";
|
|
10370
|
+
readonly internalType: "bytes";
|
|
10371
|
+
readonly type: "bytes";
|
|
10372
|
+
}];
|
|
10373
|
+
readonly name: "DeploymentFailed";
|
|
10374
|
+
}, {
|
|
10375
|
+
readonly type: "error";
|
|
10376
|
+
readonly inputs: readonly [{
|
|
10377
|
+
readonly name: "expectedAddress";
|
|
10378
|
+
readonly internalType: "address";
|
|
10379
|
+
readonly type: "address";
|
|
10380
|
+
}, {
|
|
10381
|
+
readonly name: "deployedAddress";
|
|
10382
|
+
readonly internalType: "address";
|
|
10383
|
+
readonly type: "address";
|
|
10384
|
+
}];
|
|
10385
|
+
readonly name: "NotDeployedToExpectedAddress";
|
|
10386
|
+
}];
|
|
10387
|
+
export declare const deployAccessManagerAbi: readonly [{
|
|
10294
10388
|
readonly type: "function";
|
|
10295
10389
|
readonly inputs: readonly [];
|
|
10296
10390
|
readonly name: "IS_SCRIPT";
|
|
@@ -10352,40 +10446,26 @@ export declare const configureAllAbi: readonly [{
|
|
|
10352
10446
|
readonly stateMutability: "view";
|
|
10353
10447
|
}, {
|
|
10354
10448
|
readonly type: "function";
|
|
10355
|
-
readonly inputs: readonly [];
|
|
10356
|
-
readonly name: "run";
|
|
10357
|
-
readonly outputs: readonly [];
|
|
10358
|
-
readonly stateMutability: "nonpayable";
|
|
10359
|
-
}];
|
|
10360
|
-
export declare const contextUpgradeableAbi: readonly [{
|
|
10361
|
-
readonly type: "event";
|
|
10362
|
-
readonly anonymous: false;
|
|
10363
10449
|
readonly inputs: readonly [{
|
|
10364
|
-
readonly name: "
|
|
10365
|
-
readonly internalType: "
|
|
10366
|
-
readonly type: "
|
|
10367
|
-
|
|
10368
|
-
|
|
10369
|
-
|
|
10370
|
-
|
|
10371
|
-
|
|
10372
|
-
|
|
10373
|
-
readonly name: "InvalidInitialization";
|
|
10374
|
-
}, {
|
|
10375
|
-
readonly type: "error";
|
|
10376
|
-
readonly inputs: readonly [];
|
|
10377
|
-
readonly name: "NotInitializing";
|
|
10378
|
-
}];
|
|
10379
|
-
export declare const create2DeployUtilsAbi: readonly [{
|
|
10380
|
-
readonly type: "function";
|
|
10381
|
-
readonly inputs: readonly [];
|
|
10382
|
-
readonly name: "IS_SCRIPT";
|
|
10383
|
-
readonly outputs: readonly [{
|
|
10384
|
-
readonly name: "";
|
|
10450
|
+
readonly name: "ownerAddress";
|
|
10451
|
+
readonly internalType: "address";
|
|
10452
|
+
readonly type: "address";
|
|
10453
|
+
}, {
|
|
10454
|
+
readonly name: "deploymentSalt";
|
|
10455
|
+
readonly internalType: "bytes32";
|
|
10456
|
+
readonly type: "bytes32";
|
|
10457
|
+
}, {
|
|
10458
|
+
readonly name: "revertIfAlreadyDeployed";
|
|
10385
10459
|
readonly internalType: "bool";
|
|
10386
10460
|
readonly type: "bool";
|
|
10387
10461
|
}];
|
|
10388
|
-
readonly
|
|
10462
|
+
readonly name: "run";
|
|
10463
|
+
readonly outputs: readonly [{
|
|
10464
|
+
readonly name: "accessManager";
|
|
10465
|
+
readonly internalType: "contract AccessManager";
|
|
10466
|
+
readonly type: "address";
|
|
10467
|
+
}];
|
|
10468
|
+
readonly stateMutability: "nonpayable";
|
|
10389
10469
|
}, {
|
|
10390
10470
|
readonly type: "error";
|
|
10391
10471
|
readonly inputs: readonly [{
|
|
@@ -10414,6 +10494,14 @@ export declare const create2DeployUtilsAbi: readonly [{
|
|
|
10414
10494
|
readonly type: "bytes";
|
|
10415
10495
|
}];
|
|
10416
10496
|
readonly name: "DeploymentFailed";
|
|
10497
|
+
}, {
|
|
10498
|
+
readonly type: "error";
|
|
10499
|
+
readonly inputs: readonly [{
|
|
10500
|
+
readonly name: "owner";
|
|
10501
|
+
readonly internalType: "address";
|
|
10502
|
+
readonly type: "address";
|
|
10503
|
+
}];
|
|
10504
|
+
readonly name: "InvalidAccessManagerDeployment_OnwerIsNotAdmin";
|
|
10417
10505
|
}, {
|
|
10418
10506
|
readonly type: "error";
|
|
10419
10507
|
readonly inputs: readonly [{
|
|
@@ -10427,7 +10515,11 @@ export declare const create2DeployUtilsAbi: readonly [{
|
|
|
10427
10515
|
}];
|
|
10428
10516
|
readonly name: "NotDeployedToExpectedAddress";
|
|
10429
10517
|
}];
|
|
10430
|
-
export declare const
|
|
10518
|
+
export declare const deployAllAbi: readonly [{
|
|
10519
|
+
readonly type: "constructor";
|
|
10520
|
+
readonly inputs: readonly [];
|
|
10521
|
+
readonly stateMutability: "nonpayable";
|
|
10522
|
+
}, {
|
|
10431
10523
|
readonly type: "function";
|
|
10432
10524
|
readonly inputs: readonly [];
|
|
10433
10525
|
readonly name: "IS_SCRIPT";
|
|
@@ -10447,6 +10539,24 @@ export declare const deployAccessManagerAbi: readonly [{
|
|
|
10447
10539
|
readonly type: "bool";
|
|
10448
10540
|
}];
|
|
10449
10541
|
readonly stateMutability: "view";
|
|
10542
|
+
}, {
|
|
10543
|
+
readonly type: "function";
|
|
10544
|
+
readonly inputs: readonly [{
|
|
10545
|
+
readonly name: "contractName";
|
|
10546
|
+
readonly internalType: "string";
|
|
10547
|
+
readonly type: "string";
|
|
10548
|
+
}];
|
|
10549
|
+
readonly name: "deploymentSalt";
|
|
10550
|
+
readonly outputs: readonly [{
|
|
10551
|
+
readonly name: "proxySalt";
|
|
10552
|
+
readonly internalType: "bytes32";
|
|
10553
|
+
readonly type: "bytes32";
|
|
10554
|
+
}, {
|
|
10555
|
+
readonly name: "implementationSalt";
|
|
10556
|
+
readonly internalType: "bytes32";
|
|
10557
|
+
readonly type: "bytes32";
|
|
10558
|
+
}];
|
|
10559
|
+
readonly stateMutability: "view";
|
|
10450
10560
|
}, {
|
|
10451
10561
|
readonly type: "function";
|
|
10452
10562
|
readonly inputs: readonly [];
|
|
@@ -10477,6 +10587,20 @@ export declare const deployAccessManagerAbi: readonly [{
|
|
|
10477
10587
|
readonly type: "uint256";
|
|
10478
10588
|
}];
|
|
10479
10589
|
readonly stateMutability: "view";
|
|
10590
|
+
}, {
|
|
10591
|
+
readonly type: "function";
|
|
10592
|
+
readonly inputs: readonly [{
|
|
10593
|
+
readonly name: "contractName";
|
|
10594
|
+
readonly internalType: "string";
|
|
10595
|
+
readonly type: "string";
|
|
10596
|
+
}];
|
|
10597
|
+
readonly name: "nonUpgradableDeploymentSalt";
|
|
10598
|
+
readonly outputs: readonly [{
|
|
10599
|
+
readonly name: "salt";
|
|
10600
|
+
readonly internalType: "bytes32";
|
|
10601
|
+
readonly type: "bytes32";
|
|
10602
|
+
}];
|
|
10603
|
+
readonly stateMutability: "view";
|
|
10480
10604
|
}, {
|
|
10481
10605
|
readonly type: "function";
|
|
10482
10606
|
readonly inputs: readonly [];
|
|
@@ -10489,24 +10613,93 @@ export declare const deployAccessManagerAbi: readonly [{
|
|
|
10489
10613
|
readonly stateMutability: "view";
|
|
10490
10614
|
}, {
|
|
10491
10615
|
readonly type: "function";
|
|
10492
|
-
readonly inputs: readonly [
|
|
10493
|
-
readonly name: "ownerAddress";
|
|
10494
|
-
readonly internalType: "address";
|
|
10495
|
-
readonly type: "address";
|
|
10496
|
-
}, {
|
|
10497
|
-
readonly name: "deploymentSalt";
|
|
10498
|
-
readonly internalType: "bytes32";
|
|
10499
|
-
readonly type: "bytes32";
|
|
10500
|
-
}, {
|
|
10501
|
-
readonly name: "revertIfAlreadyDeployed";
|
|
10502
|
-
readonly internalType: "bool";
|
|
10503
|
-
readonly type: "bool";
|
|
10504
|
-
}];
|
|
10616
|
+
readonly inputs: readonly [];
|
|
10505
10617
|
readonly name: "run";
|
|
10506
10618
|
readonly outputs: readonly [{
|
|
10507
|
-
readonly name: "
|
|
10508
|
-
readonly internalType: "
|
|
10509
|
-
readonly type: "
|
|
10619
|
+
readonly name: "deployed";
|
|
10620
|
+
readonly internalType: "struct DeployedContracts";
|
|
10621
|
+
readonly type: "tuple";
|
|
10622
|
+
readonly components: readonly [{
|
|
10623
|
+
readonly name: "accessManager";
|
|
10624
|
+
readonly internalType: "contract AccessManager";
|
|
10625
|
+
readonly type: "address";
|
|
10626
|
+
}, {
|
|
10627
|
+
readonly name: "nvmConfig";
|
|
10628
|
+
readonly internalType: "contract NVMConfig";
|
|
10629
|
+
readonly type: "address";
|
|
10630
|
+
}, {
|
|
10631
|
+
readonly name: "tokenUtils";
|
|
10632
|
+
readonly internalType: "address";
|
|
10633
|
+
readonly type: "address";
|
|
10634
|
+
}, {
|
|
10635
|
+
readonly name: "assetsRegistry";
|
|
10636
|
+
readonly internalType: "contract AssetsRegistry";
|
|
10637
|
+
readonly type: "address";
|
|
10638
|
+
}, {
|
|
10639
|
+
readonly name: "agreementsStore";
|
|
10640
|
+
readonly internalType: "contract AgreementsStore";
|
|
10641
|
+
readonly type: "address";
|
|
10642
|
+
}, {
|
|
10643
|
+
readonly name: "paymentsVault";
|
|
10644
|
+
readonly internalType: "contract PaymentsVault";
|
|
10645
|
+
readonly type: "address";
|
|
10646
|
+
}, {
|
|
10647
|
+
readonly name: "nftCredits";
|
|
10648
|
+
readonly internalType: "contract NFT1155Credits";
|
|
10649
|
+
readonly type: "address";
|
|
10650
|
+
}, {
|
|
10651
|
+
readonly name: "nftExpirableCredits";
|
|
10652
|
+
readonly internalType: "contract NFT1155ExpirableCredits";
|
|
10653
|
+
readonly type: "address";
|
|
10654
|
+
}, {
|
|
10655
|
+
readonly name: "nftExpirableCreditsV2";
|
|
10656
|
+
readonly internalType: "contract NFT1155ExpirableCreditsV2";
|
|
10657
|
+
readonly type: "address";
|
|
10658
|
+
}, {
|
|
10659
|
+
readonly name: "lockPaymentCondition";
|
|
10660
|
+
readonly internalType: "contract LockPaymentCondition";
|
|
10661
|
+
readonly type: "address";
|
|
10662
|
+
}, {
|
|
10663
|
+
readonly name: "transferCreditsCondition";
|
|
10664
|
+
readonly internalType: "contract TransferCreditsCondition";
|
|
10665
|
+
readonly type: "address";
|
|
10666
|
+
}, {
|
|
10667
|
+
readonly name: "distributePaymentsCondition";
|
|
10668
|
+
readonly internalType: "contract DistributePaymentsCondition";
|
|
10669
|
+
readonly type: "address";
|
|
10670
|
+
}, {
|
|
10671
|
+
readonly name: "fiatSettlementCondition";
|
|
10672
|
+
readonly internalType: "contract FiatSettlementCondition";
|
|
10673
|
+
readonly type: "address";
|
|
10674
|
+
}, {
|
|
10675
|
+
readonly name: "fixedPaymentTemplate";
|
|
10676
|
+
readonly internalType: "contract FixedPaymentTemplate";
|
|
10677
|
+
readonly type: "address";
|
|
10678
|
+
}, {
|
|
10679
|
+
readonly name: "fiatPaymentTemplate";
|
|
10680
|
+
readonly internalType: "contract FiatPaymentTemplate";
|
|
10681
|
+
readonly type: "address";
|
|
10682
|
+
}, {
|
|
10683
|
+
readonly name: "payAsYouGoTemplate";
|
|
10684
|
+
readonly internalType: "contract PayAsYouGoTemplate";
|
|
10685
|
+
readonly type: "address";
|
|
10686
|
+
}, {
|
|
10687
|
+
readonly name: "oneTimeCreatorHook";
|
|
10688
|
+
readonly internalType: "contract OneTimeCreatorHook";
|
|
10689
|
+
readonly type: "address";
|
|
10690
|
+
}, {
|
|
10691
|
+
readonly name: "protocolStandardFees";
|
|
10692
|
+
readonly internalType: "contract ProtocolStandardFees";
|
|
10693
|
+
readonly type: "address";
|
|
10694
|
+
}, {
|
|
10695
|
+
readonly name: "linearPricing";
|
|
10696
|
+
readonly internalType: "contract LinearPricing";
|
|
10697
|
+
readonly type: "address";
|
|
10698
|
+
}, {
|
|
10699
|
+
readonly name: "trustedForwarder";
|
|
10700
|
+
readonly internalType: "contract ERC2771Forwarder";
|
|
10701
|
+
readonly type: "address";
|
|
10702
|
+
}];
|
|
10510
10703
|
}];
|
|
10511
10704
|
readonly stateMutability: "nonpayable";
|
|
10512
10705
|
}, {
|
|
@@ -10537,14 +10730,6 @@ export declare const deployAccessManagerAbi: readonly [{
|
|
|
10537
10730
|
readonly type: "bytes";
|
|
10538
10731
|
}];
|
|
10539
10732
|
readonly name: "DeploymentFailed";
|
|
10540
|
-
}, {
|
|
10541
|
-
readonly type: "error";
|
|
10542
|
-
readonly inputs: readonly [{
|
|
10543
|
-
readonly name: "owner";
|
|
10544
|
-
readonly internalType: "address";
|
|
10545
|
-
readonly type: "address";
|
|
10546
|
-
}];
|
|
10547
|
-
readonly name: "InvalidAccessManagerDeployment_OnwerIsNotAdmin";
|
|
10548
10733
|
}, {
|
|
10549
10734
|
readonly type: "error";
|
|
10550
10735
|
readonly inputs: readonly [{
|
|
@@ -10558,176 +10743,6 @@ export declare const deployAccessManagerAbi: readonly [{
|
|
|
10558
10743
|
}];
|
|
10559
10744
|
readonly name: "NotDeployedToExpectedAddress";
|
|
10560
10745
|
}];
|
|
10561
|
-
export declare const deployAllAbi: readonly [{
|
|
10562
|
-
readonly type: "constructor";
|
|
10563
|
-
readonly inputs: readonly [];
|
|
10564
|
-
readonly stateMutability: "nonpayable";
|
|
10565
|
-
}, {
|
|
10566
|
-
readonly type: "function";
|
|
10567
|
-
readonly inputs: readonly [];
|
|
10568
|
-
readonly name: "IS_SCRIPT";
|
|
10569
|
-
readonly outputs: readonly [{
|
|
10570
|
-
readonly name: "";
|
|
10571
|
-
readonly internalType: "bool";
|
|
10572
|
-
readonly type: "bool";
|
|
10573
|
-
}];
|
|
10574
|
-
readonly stateMutability: "view";
|
|
10575
|
-
}, {
|
|
10576
|
-
readonly type: "function";
|
|
10577
|
-
readonly inputs: readonly [];
|
|
10578
|
-
readonly name: "debug";
|
|
10579
|
-
readonly outputs: readonly [{
|
|
10580
|
-
readonly name: "";
|
|
10581
|
-
readonly internalType: "bool";
|
|
10582
|
-
readonly type: "bool";
|
|
10583
|
-
}];
|
|
10584
|
-
readonly stateMutability: "view";
|
|
10585
|
-
}, {
|
|
10586
|
-
readonly type: "function";
|
|
10587
|
-
readonly inputs: readonly [{
|
|
10588
|
-
readonly name: "contractName";
|
|
10589
|
-
readonly internalType: "string";
|
|
10590
|
-
readonly type: "string";
|
|
10591
|
-
}];
|
|
10592
|
-
readonly name: "deploymentSalt";
|
|
10593
|
-
readonly outputs: readonly [{
|
|
10594
|
-
readonly name: "proxySalt";
|
|
10595
|
-
readonly internalType: "bytes32";
|
|
10596
|
-
readonly type: "bytes32";
|
|
10597
|
-
}, {
|
|
10598
|
-
readonly name: "implementationSalt";
|
|
10599
|
-
readonly internalType: "bytes32";
|
|
10600
|
-
readonly type: "bytes32";
|
|
10601
|
-
}];
|
|
10602
|
-
readonly stateMutability: "view";
|
|
10603
|
-
}, {
|
|
10604
|
-
readonly type: "function";
|
|
10605
|
-
readonly inputs: readonly [];
|
|
10606
|
-
readonly name: "feeReceiver";
|
|
10607
|
-
readonly outputs: readonly [{
|
|
10608
|
-
readonly name: "";
|
|
10609
|
-
readonly internalType: "address";
|
|
10610
|
-
readonly type: "address";
|
|
10611
|
-
}];
|
|
10612
|
-
readonly stateMutability: "view";
|
|
10613
|
-
}, {
|
|
10614
|
-
readonly type: "function";
|
|
10615
|
-
readonly inputs: readonly [];
|
|
10616
|
-
readonly name: "governor";
|
|
10617
|
-
readonly outputs: readonly [{
|
|
10618
|
-
readonly name: "";
|
|
10619
|
-
readonly internalType: "address";
|
|
10620
|
-
readonly type: "address";
|
|
10621
|
-
}];
|
|
10622
|
-
readonly stateMutability: "view";
|
|
10623
|
-
}, {
|
|
10624
|
-
readonly type: "function";
|
|
10625
|
-
readonly inputs: readonly [];
|
|
10626
|
-
readonly name: "networkFee";
|
|
10627
|
-
readonly outputs: readonly [{
|
|
10628
|
-
readonly name: "";
|
|
10629
|
-
readonly internalType: "uint256";
|
|
10630
|
-
readonly type: "uint256";
|
|
10631
|
-
}];
|
|
10632
|
-
readonly stateMutability: "view";
|
|
10633
|
-
}, {
|
|
10634
|
-
readonly type: "function";
|
|
10635
|
-
readonly inputs: readonly [];
|
|
10636
|
-
readonly name: "owner";
|
|
10637
|
-
readonly outputs: readonly [{
|
|
10638
|
-
readonly name: "";
|
|
10639
|
-
readonly internalType: "address";
|
|
10640
|
-
readonly type: "address";
|
|
10641
|
-
}];
|
|
10642
|
-
readonly stateMutability: "view";
|
|
10643
|
-
}, {
|
|
10644
|
-
readonly type: "function";
|
|
10645
|
-
readonly inputs: readonly [];
|
|
10646
|
-
readonly name: "run";
|
|
10647
|
-
readonly outputs: readonly [{
|
|
10648
|
-
readonly name: "deployed";
|
|
10649
|
-
readonly internalType: "struct DeployedContracts";
|
|
10650
|
-
readonly type: "tuple";
|
|
10651
|
-
readonly components: readonly [{
|
|
10652
|
-
readonly name: "accessManager";
|
|
10653
|
-
readonly internalType: "contract AccessManager";
|
|
10654
|
-
readonly type: "address";
|
|
10655
|
-
}, {
|
|
10656
|
-
readonly name: "nvmConfig";
|
|
10657
|
-
readonly internalType: "contract NVMConfig";
|
|
10658
|
-
readonly type: "address";
|
|
10659
|
-
}, {
|
|
10660
|
-
readonly name: "tokenUtils";
|
|
10661
|
-
readonly internalType: "address";
|
|
10662
|
-
readonly type: "address";
|
|
10663
|
-
}, {
|
|
10664
|
-
readonly name: "assetsRegistry";
|
|
10665
|
-
readonly internalType: "contract AssetsRegistry";
|
|
10666
|
-
readonly type: "address";
|
|
10667
|
-
}, {
|
|
10668
|
-
readonly name: "agreementsStore";
|
|
10669
|
-
readonly internalType: "contract AgreementsStore";
|
|
10670
|
-
readonly type: "address";
|
|
10671
|
-
}, {
|
|
10672
|
-
readonly name: "paymentsVault";
|
|
10673
|
-
readonly internalType: "contract PaymentsVault";
|
|
10674
|
-
readonly type: "address";
|
|
10675
|
-
}, {
|
|
10676
|
-
readonly name: "nftCredits";
|
|
10677
|
-
readonly internalType: "contract NFT1155Credits";
|
|
10678
|
-
readonly type: "address";
|
|
10679
|
-
}, {
|
|
10680
|
-
readonly name: "nftExpirableCredits";
|
|
10681
|
-
readonly internalType: "contract NFT1155ExpirableCredits";
|
|
10682
|
-
readonly type: "address";
|
|
10683
|
-
}, {
|
|
10684
|
-
readonly name: "nftExpirableCreditsV2";
|
|
10685
|
-
readonly internalType: "contract NFT1155ExpirableCreditsV2";
|
|
10686
|
-
readonly type: "address";
|
|
10687
|
-
}, {
|
|
10688
|
-
readonly name: "lockPaymentCondition";
|
|
10689
|
-
readonly internalType: "contract LockPaymentCondition";
|
|
10690
|
-
readonly type: "address";
|
|
10691
|
-
}, {
|
|
10692
|
-
readonly name: "transferCreditsCondition";
|
|
10693
|
-
readonly internalType: "contract TransferCreditsCondition";
|
|
10694
|
-
readonly type: "address";
|
|
10695
|
-
}, {
|
|
10696
|
-
readonly name: "distributePaymentsCondition";
|
|
10697
|
-
readonly internalType: "contract DistributePaymentsCondition";
|
|
10698
|
-
readonly type: "address";
|
|
10699
|
-
}, {
|
|
10700
|
-
readonly name: "fiatSettlementCondition";
|
|
10701
|
-
readonly internalType: "contract FiatSettlementCondition";
|
|
10702
|
-
readonly type: "address";
|
|
10703
|
-
}, {
|
|
10704
|
-
readonly name: "fixedPaymentTemplate";
|
|
10705
|
-
readonly internalType: "contract FixedPaymentTemplate";
|
|
10706
|
-
readonly type: "address";
|
|
10707
|
-
}, {
|
|
10708
|
-
readonly name: "fiatPaymentTemplate";
|
|
10709
|
-
readonly internalType: "contract FiatPaymentTemplate";
|
|
10710
|
-
readonly type: "address";
|
|
10711
|
-
}, {
|
|
10712
|
-
readonly name: "payAsYouGoTemplate";
|
|
10713
|
-
readonly internalType: "contract PayAsYouGoTemplate";
|
|
10714
|
-
readonly type: "address";
|
|
10715
|
-
}, {
|
|
10716
|
-
readonly name: "oneTimeCreatorHook";
|
|
10717
|
-
readonly internalType: "contract OneTimeCreatorHook";
|
|
10718
|
-
readonly type: "address";
|
|
10719
|
-
}, {
|
|
10720
|
-
readonly name: "protocolStandardFees";
|
|
10721
|
-
readonly internalType: "contract ProtocolStandardFees";
|
|
10722
|
-
readonly type: "address";
|
|
10723
|
-
}, {
|
|
10724
|
-
readonly name: "linearPricing";
|
|
10725
|
-
readonly internalType: "contract LinearPricing";
|
|
10726
|
-
readonly type: "address";
|
|
10727
|
-
}];
|
|
10728
|
-
}];
|
|
10729
|
-
readonly stateMutability: "nonpayable";
|
|
10730
|
-
}];
|
|
10731
10746
|
export declare const deployConditionsAbi: readonly [{
|
|
10732
10747
|
readonly type: "function";
|
|
10733
10748
|
readonly inputs: readonly [];
|
|
@@ -12639,6 +12654,10 @@ export declare const deployTemplatesAbi: readonly [{
|
|
|
12639
12654
|
readonly name: "transferCreditsConditionAddress";
|
|
12640
12655
|
readonly internalType: "contract TransferCreditsCondition";
|
|
12641
12656
|
readonly type: "address";
|
|
12657
|
+
}, {
|
|
12658
|
+
readonly name: "trustedForwarderAddress";
|
|
12659
|
+
readonly internalType: "contract ERC2771Forwarder";
|
|
12660
|
+
readonly type: "address";
|
|
12642
12661
|
}, {
|
|
12643
12662
|
readonly name: "fiatPaymentTemplateSalt";
|
|
12644
12663
|
readonly internalType: "struct UpgradeableContractDeploySalt";
|
|
@@ -12694,6 +12713,10 @@ export declare const deployTemplatesAbi: readonly [{
|
|
|
12694
12713
|
readonly name: "distributePaymentsConditionAddress";
|
|
12695
12714
|
readonly internalType: "contract DistributePaymentsCondition";
|
|
12696
12715
|
readonly type: "address";
|
|
12716
|
+
}, {
|
|
12717
|
+
readonly name: "trustedForwarderAddress";
|
|
12718
|
+
readonly internalType: "contract ERC2771Forwarder";
|
|
12719
|
+
readonly type: "address";
|
|
12697
12720
|
}, {
|
|
12698
12721
|
readonly name: "fixedPaymentTemplateSalt";
|
|
12699
12722
|
readonly internalType: "struct UpgradeableContractDeploySalt";
|
|
@@ -12745,6 +12768,10 @@ export declare const deployTemplatesAbi: readonly [{
|
|
|
12745
12768
|
readonly name: "distributePaymentsConditionAddress";
|
|
12746
12769
|
readonly internalType: "contract DistributePaymentsCondition";
|
|
12747
12770
|
readonly type: "address";
|
|
12771
|
+
}, {
|
|
12772
|
+
readonly name: "trustedForwarderAddress";
|
|
12773
|
+
readonly internalType: "contract ERC2771Forwarder";
|
|
12774
|
+
readonly type: "address";
|
|
12748
12775
|
}, {
|
|
12749
12776
|
readonly name: "payAsYouGoTemplateSalt";
|
|
12750
12777
|
readonly internalType: "struct UpgradeableContractDeploySalt";
|
|
@@ -12852,6 +12879,10 @@ export declare const deployTemplatesAbi: readonly [{
|
|
|
12852
12879
|
readonly name: "accessManagerAddress";
|
|
12853
12880
|
readonly internalType: "contract IAccessManager";
|
|
12854
12881
|
readonly type: "address";
|
|
12882
|
+
}, {
|
|
12883
|
+
readonly name: "trustedForwarderAddress";
|
|
12884
|
+
readonly internalType: "contract ERC2771Forwarder";
|
|
12885
|
+
readonly type: "address";
|
|
12855
12886
|
}, {
|
|
12856
12887
|
readonly name: "fixedPaymentTemplateSalt";
|
|
12857
12888
|
readonly internalType: "struct UpgradeableContractDeploySalt";
|
|
@@ -13291,9 +13322,9 @@ export declare const distributePaymentsConditionAbi: readonly [{
|
|
|
13291
13322
|
}];
|
|
13292
13323
|
readonly name: "UUPSUnsupportedProxiableUUID";
|
|
13293
13324
|
}];
|
|
13294
|
-
export declare const distributePaymentsConditionAddress: "
|
|
13325
|
+
export declare const distributePaymentsConditionAddress: "0x44D2b43d6dD10506BBBf09c5f6D5A3513e66c028";
|
|
13295
13326
|
export declare const distributePaymentsConditionConfig: {
|
|
13296
|
-
readonly address: "
|
|
13327
|
+
readonly address: "0x44D2b43d6dD10506BBBf09c5f6D5A3513e66c028";
|
|
13297
13328
|
readonly abi: readonly [{
|
|
13298
13329
|
readonly type: "function";
|
|
13299
13330
|
readonly inputs: readonly [];
|
|
@@ -13626,6 +13657,58 @@ export declare const ecdsaAbi: readonly [{
|
|
|
13626
13657
|
}];
|
|
13627
13658
|
readonly name: "ECDSAInvalidSignatureS";
|
|
13628
13659
|
}];
|
|
13660
|
+
export declare const eip712Abi: readonly [{
|
|
13661
|
+
readonly type: "function";
|
|
13662
|
+
readonly inputs: readonly [];
|
|
13663
|
+
readonly name: "eip712Domain";
|
|
13664
|
+
readonly outputs: readonly [{
|
|
13665
|
+
readonly name: "fields";
|
|
13666
|
+
readonly internalType: "bytes1";
|
|
13667
|
+
readonly type: "bytes1";
|
|
13668
|
+
}, {
|
|
13669
|
+
readonly name: "name";
|
|
13670
|
+
readonly internalType: "string";
|
|
13671
|
+
readonly type: "string";
|
|
13672
|
+
}, {
|
|
13673
|
+
readonly name: "version";
|
|
13674
|
+
readonly internalType: "string";
|
|
13675
|
+
readonly type: "string";
|
|
13676
|
+
}, {
|
|
13677
|
+
readonly name: "chainId";
|
|
13678
|
+
readonly internalType: "uint256";
|
|
13679
|
+
readonly type: "uint256";
|
|
13680
|
+
}, {
|
|
13681
|
+
readonly name: "verifyingContract";
|
|
13682
|
+
readonly internalType: "address";
|
|
13683
|
+
readonly type: "address";
|
|
13684
|
+
}, {
|
|
13685
|
+
readonly name: "salt";
|
|
13686
|
+
readonly internalType: "bytes32";
|
|
13687
|
+
readonly type: "bytes32";
|
|
13688
|
+
}, {
|
|
13689
|
+
readonly name: "extensions";
|
|
13690
|
+
readonly internalType: "uint256[]";
|
|
13691
|
+
readonly type: "uint256[]";
|
|
13692
|
+
}];
|
|
13693
|
+
readonly stateMutability: "view";
|
|
13694
|
+
}, {
|
|
13695
|
+
readonly type: "event";
|
|
13696
|
+
readonly anonymous: false;
|
|
13697
|
+
readonly inputs: readonly [];
|
|
13698
|
+
readonly name: "EIP712DomainChanged";
|
|
13699
|
+
}, {
|
|
13700
|
+
readonly type: "error";
|
|
13701
|
+
readonly inputs: readonly [];
|
|
13702
|
+
readonly name: "InvalidShortString";
|
|
13703
|
+
}, {
|
|
13704
|
+
readonly type: "error";
|
|
13705
|
+
readonly inputs: readonly [{
|
|
13706
|
+
readonly name: "str";
|
|
13707
|
+
readonly internalType: "string";
|
|
13708
|
+
readonly type: "string";
|
|
13709
|
+
}];
|
|
13710
|
+
readonly name: "StringTooLong";
|
|
13711
|
+
}];
|
|
13629
13712
|
export declare const eip712UpgradeableAbi: readonly [{
|
|
13630
13713
|
readonly type: "function";
|
|
13631
13714
|
readonly inputs: readonly [];
|
|
@@ -14459,6 +14542,660 @@ export declare const erc20Abi: readonly [{
|
|
|
14459
14542
|
}];
|
|
14460
14543
|
readonly name: "ERC20InvalidSpender";
|
|
14461
14544
|
}];
|
|
14545
|
+
export declare const erc2771ContextAbi: readonly [{
|
|
14546
|
+
readonly type: "function";
|
|
14547
|
+
readonly inputs: readonly [{
|
|
14548
|
+
readonly name: "forwarder";
|
|
14549
|
+
readonly internalType: "address";
|
|
14550
|
+
readonly type: "address";
|
|
14551
|
+
}];
|
|
14552
|
+
readonly name: "isTrustedForwarder";
|
|
14553
|
+
readonly outputs: readonly [{
|
|
14554
|
+
readonly name: "";
|
|
14555
|
+
readonly internalType: "bool";
|
|
14556
|
+
readonly type: "bool";
|
|
14557
|
+
}];
|
|
14558
|
+
readonly stateMutability: "view";
|
|
14559
|
+
}, {
|
|
14560
|
+
readonly type: "function";
|
|
14561
|
+
readonly inputs: readonly [];
|
|
14562
|
+
readonly name: "trustedForwarder";
|
|
14563
|
+
readonly outputs: readonly [{
|
|
14564
|
+
readonly name: "";
|
|
14565
|
+
readonly internalType: "address";
|
|
14566
|
+
readonly type: "address";
|
|
14567
|
+
}];
|
|
14568
|
+
readonly stateMutability: "view";
|
|
14569
|
+
}];
|
|
14570
|
+
export declare const erc2771ContextUpgradeableAbi: readonly [{
|
|
14571
|
+
readonly type: "function";
|
|
14572
|
+
readonly inputs: readonly [{
|
|
14573
|
+
readonly name: "forwarder";
|
|
14574
|
+
readonly internalType: "address";
|
|
14575
|
+
readonly type: "address";
|
|
14576
|
+
}];
|
|
14577
|
+
readonly name: "isTrustedForwarder";
|
|
14578
|
+
readonly outputs: readonly [{
|
|
14579
|
+
readonly name: "";
|
|
14580
|
+
readonly internalType: "bool";
|
|
14581
|
+
readonly type: "bool";
|
|
14582
|
+
}];
|
|
14583
|
+
readonly stateMutability: "view";
|
|
14584
|
+
}, {
|
|
14585
|
+
readonly type: "function";
|
|
14586
|
+
readonly inputs: readonly [];
|
|
14587
|
+
readonly name: "trustedForwarder";
|
|
14588
|
+
readonly outputs: readonly [{
|
|
14589
|
+
readonly name: "";
|
|
14590
|
+
readonly internalType: "address";
|
|
14591
|
+
readonly type: "address";
|
|
14592
|
+
}];
|
|
14593
|
+
readonly stateMutability: "view";
|
|
14594
|
+
}, {
|
|
14595
|
+
readonly type: "event";
|
|
14596
|
+
readonly anonymous: false;
|
|
14597
|
+
readonly inputs: readonly [{
|
|
14598
|
+
readonly name: "version";
|
|
14599
|
+
readonly internalType: "uint64";
|
|
14600
|
+
readonly type: "uint64";
|
|
14601
|
+
readonly indexed: false;
|
|
14602
|
+
}];
|
|
14603
|
+
readonly name: "Initialized";
|
|
14604
|
+
}, {
|
|
14605
|
+
readonly type: "error";
|
|
14606
|
+
readonly inputs: readonly [];
|
|
14607
|
+
readonly name: "InvalidInitialization";
|
|
14608
|
+
}, {
|
|
14609
|
+
readonly type: "error";
|
|
14610
|
+
readonly inputs: readonly [];
|
|
14611
|
+
readonly name: "NotInitializing";
|
|
14612
|
+
}];
|
|
14613
|
+
export declare const erc2771ForwarderAbi: readonly [{
|
|
14614
|
+
readonly type: "constructor";
|
|
14615
|
+
readonly inputs: readonly [{
|
|
14616
|
+
readonly name: "name";
|
|
14617
|
+
readonly internalType: "string";
|
|
14618
|
+
readonly type: "string";
|
|
14619
|
+
}];
|
|
14620
|
+
readonly stateMutability: "nonpayable";
|
|
14621
|
+
}, {
|
|
14622
|
+
readonly type: "function";
|
|
14623
|
+
readonly inputs: readonly [];
|
|
14624
|
+
readonly name: "eip712Domain";
|
|
14625
|
+
readonly outputs: readonly [{
|
|
14626
|
+
readonly name: "fields";
|
|
14627
|
+
readonly internalType: "bytes1";
|
|
14628
|
+
readonly type: "bytes1";
|
|
14629
|
+
}, {
|
|
14630
|
+
readonly name: "name";
|
|
14631
|
+
readonly internalType: "string";
|
|
14632
|
+
readonly type: "string";
|
|
14633
|
+
}, {
|
|
14634
|
+
readonly name: "version";
|
|
14635
|
+
readonly internalType: "string";
|
|
14636
|
+
readonly type: "string";
|
|
14637
|
+
}, {
|
|
14638
|
+
readonly name: "chainId";
|
|
14639
|
+
readonly internalType: "uint256";
|
|
14640
|
+
readonly type: "uint256";
|
|
14641
|
+
}, {
|
|
14642
|
+
readonly name: "verifyingContract";
|
|
14643
|
+
readonly internalType: "address";
|
|
14644
|
+
readonly type: "address";
|
|
14645
|
+
}, {
|
|
14646
|
+
readonly name: "salt";
|
|
14647
|
+
readonly internalType: "bytes32";
|
|
14648
|
+
readonly type: "bytes32";
|
|
14649
|
+
}, {
|
|
14650
|
+
readonly name: "extensions";
|
|
14651
|
+
readonly internalType: "uint256[]";
|
|
14652
|
+
readonly type: "uint256[]";
|
|
14653
|
+
}];
|
|
14654
|
+
readonly stateMutability: "view";
|
|
14655
|
+
}, {
|
|
14656
|
+
readonly type: "function";
|
|
14657
|
+
readonly inputs: readonly [{
|
|
14658
|
+
readonly name: "request";
|
|
14659
|
+
readonly internalType: "struct ERC2771Forwarder.ForwardRequestData";
|
|
14660
|
+
readonly type: "tuple";
|
|
14661
|
+
readonly components: readonly [{
|
|
14662
|
+
readonly name: "from";
|
|
14663
|
+
readonly internalType: "address";
|
|
14664
|
+
readonly type: "address";
|
|
14665
|
+
}, {
|
|
14666
|
+
readonly name: "to";
|
|
14667
|
+
readonly internalType: "address";
|
|
14668
|
+
readonly type: "address";
|
|
14669
|
+
}, {
|
|
14670
|
+
readonly name: "value";
|
|
14671
|
+
readonly internalType: "uint256";
|
|
14672
|
+
readonly type: "uint256";
|
|
14673
|
+
}, {
|
|
14674
|
+
readonly name: "gas";
|
|
14675
|
+
readonly internalType: "uint256";
|
|
14676
|
+
readonly type: "uint256";
|
|
14677
|
+
}, {
|
|
14678
|
+
readonly name: "deadline";
|
|
14679
|
+
readonly internalType: "uint48";
|
|
14680
|
+
readonly type: "uint48";
|
|
14681
|
+
}, {
|
|
14682
|
+
readonly name: "data";
|
|
14683
|
+
readonly internalType: "bytes";
|
|
14684
|
+
readonly type: "bytes";
|
|
14685
|
+
}, {
|
|
14686
|
+
readonly name: "signature";
|
|
14687
|
+
readonly internalType: "bytes";
|
|
14688
|
+
readonly type: "bytes";
|
|
14689
|
+
}];
|
|
14690
|
+
}];
|
|
14691
|
+
readonly name: "execute";
|
|
14692
|
+
readonly outputs: readonly [];
|
|
14693
|
+
readonly stateMutability: "payable";
|
|
14694
|
+
}, {
|
|
14695
|
+
readonly type: "function";
|
|
14696
|
+
readonly inputs: readonly [{
|
|
14697
|
+
readonly name: "requests";
|
|
14698
|
+
readonly internalType: "struct ERC2771Forwarder.ForwardRequestData[]";
|
|
14699
|
+
readonly type: "tuple[]";
|
|
14700
|
+
readonly components: readonly [{
|
|
14701
|
+
readonly name: "from";
|
|
14702
|
+
readonly internalType: "address";
|
|
14703
|
+
readonly type: "address";
|
|
14704
|
+
}, {
|
|
14705
|
+
readonly name: "to";
|
|
14706
|
+
readonly internalType: "address";
|
|
14707
|
+
readonly type: "address";
|
|
14708
|
+
}, {
|
|
14709
|
+
readonly name: "value";
|
|
14710
|
+
readonly internalType: "uint256";
|
|
14711
|
+
readonly type: "uint256";
|
|
14712
|
+
}, {
|
|
14713
|
+
readonly name: "gas";
|
|
14714
|
+
readonly internalType: "uint256";
|
|
14715
|
+
readonly type: "uint256";
|
|
14716
|
+
}, {
|
|
14717
|
+
readonly name: "deadline";
|
|
14718
|
+
readonly internalType: "uint48";
|
|
14719
|
+
readonly type: "uint48";
|
|
14720
|
+
}, {
|
|
14721
|
+
readonly name: "data";
|
|
14722
|
+
readonly internalType: "bytes";
|
|
14723
|
+
readonly type: "bytes";
|
|
14724
|
+
}, {
|
|
14725
|
+
readonly name: "signature";
|
|
14726
|
+
readonly internalType: "bytes";
|
|
14727
|
+
readonly type: "bytes";
|
|
14728
|
+
}];
|
|
14729
|
+
}, {
|
|
14730
|
+
readonly name: "refundReceiver";
|
|
14731
|
+
readonly internalType: "address payable";
|
|
14732
|
+
readonly type: "address";
|
|
14733
|
+
}];
|
|
14734
|
+
readonly name: "executeBatch";
|
|
14735
|
+
readonly outputs: readonly [];
|
|
14736
|
+
readonly stateMutability: "payable";
|
|
14737
|
+
}, {
|
|
14738
|
+
readonly type: "function";
|
|
14739
|
+
readonly inputs: readonly [{
|
|
14740
|
+
readonly name: "owner";
|
|
14741
|
+
readonly internalType: "address";
|
|
14742
|
+
readonly type: "address";
|
|
14743
|
+
}];
|
|
14744
|
+
readonly name: "nonces";
|
|
14745
|
+
readonly outputs: readonly [{
|
|
14746
|
+
readonly name: "";
|
|
14747
|
+
readonly internalType: "uint256";
|
|
14748
|
+
readonly type: "uint256";
|
|
14749
|
+
}];
|
|
14750
|
+
readonly stateMutability: "view";
|
|
14751
|
+
}, {
|
|
14752
|
+
readonly type: "function";
|
|
14753
|
+
readonly inputs: readonly [{
|
|
14754
|
+
readonly name: "request";
|
|
14755
|
+
readonly internalType: "struct ERC2771Forwarder.ForwardRequestData";
|
|
14756
|
+
readonly type: "tuple";
|
|
14757
|
+
readonly components: readonly [{
|
|
14758
|
+
readonly name: "from";
|
|
14759
|
+
readonly internalType: "address";
|
|
14760
|
+
readonly type: "address";
|
|
14761
|
+
}, {
|
|
14762
|
+
readonly name: "to";
|
|
14763
|
+
readonly internalType: "address";
|
|
14764
|
+
readonly type: "address";
|
|
14765
|
+
}, {
|
|
14766
|
+
readonly name: "value";
|
|
14767
|
+
readonly internalType: "uint256";
|
|
14768
|
+
readonly type: "uint256";
|
|
14769
|
+
}, {
|
|
14770
|
+
readonly name: "gas";
|
|
14771
|
+
readonly internalType: "uint256";
|
|
14772
|
+
readonly type: "uint256";
|
|
14773
|
+
}, {
|
|
14774
|
+
readonly name: "deadline";
|
|
14775
|
+
readonly internalType: "uint48";
|
|
14776
|
+
readonly type: "uint48";
|
|
14777
|
+
}, {
|
|
14778
|
+
readonly name: "data";
|
|
14779
|
+
readonly internalType: "bytes";
|
|
14780
|
+
readonly type: "bytes";
|
|
14781
|
+
}, {
|
|
14782
|
+
readonly name: "signature";
|
|
14783
|
+
readonly internalType: "bytes";
|
|
14784
|
+
readonly type: "bytes";
|
|
14785
|
+
}];
|
|
14786
|
+
}];
|
|
14787
|
+
readonly name: "verify";
|
|
14788
|
+
readonly outputs: readonly [{
|
|
14789
|
+
readonly name: "";
|
|
14790
|
+
readonly internalType: "bool";
|
|
14791
|
+
readonly type: "bool";
|
|
14792
|
+
}];
|
|
14793
|
+
readonly stateMutability: "view";
|
|
14794
|
+
}, {
|
|
14795
|
+
readonly type: "event";
|
|
14796
|
+
readonly anonymous: false;
|
|
14797
|
+
readonly inputs: readonly [];
|
|
14798
|
+
readonly name: "EIP712DomainChanged";
|
|
14799
|
+
}, {
|
|
14800
|
+
readonly type: "event";
|
|
14801
|
+
readonly anonymous: false;
|
|
14802
|
+
readonly inputs: readonly [{
|
|
14803
|
+
readonly name: "signer";
|
|
14804
|
+
readonly internalType: "address";
|
|
14805
|
+
readonly type: "address";
|
|
14806
|
+
readonly indexed: true;
|
|
14807
|
+
}, {
|
|
14808
|
+
readonly name: "nonce";
|
|
14809
|
+
readonly internalType: "uint256";
|
|
14810
|
+
readonly type: "uint256";
|
|
14811
|
+
readonly indexed: false;
|
|
14812
|
+
}, {
|
|
14813
|
+
readonly name: "success";
|
|
14814
|
+
readonly internalType: "bool";
|
|
14815
|
+
readonly type: "bool";
|
|
14816
|
+
readonly indexed: false;
|
|
14817
|
+
}];
|
|
14818
|
+
readonly name: "ExecutedForwardRequest";
|
|
14819
|
+
}, {
|
|
14820
|
+
readonly type: "error";
|
|
14821
|
+
readonly inputs: readonly [{
|
|
14822
|
+
readonly name: "deadline";
|
|
14823
|
+
readonly internalType: "uint48";
|
|
14824
|
+
readonly type: "uint48";
|
|
14825
|
+
}];
|
|
14826
|
+
readonly name: "ERC2771ForwarderExpiredRequest";
|
|
14827
|
+
}, {
|
|
14828
|
+
readonly type: "error";
|
|
14829
|
+
readonly inputs: readonly [{
|
|
14830
|
+
readonly name: "signer";
|
|
14831
|
+
readonly internalType: "address";
|
|
14832
|
+
readonly type: "address";
|
|
14833
|
+
}, {
|
|
14834
|
+
readonly name: "from";
|
|
14835
|
+
readonly internalType: "address";
|
|
14836
|
+
readonly type: "address";
|
|
14837
|
+
}];
|
|
14838
|
+
readonly name: "ERC2771ForwarderInvalidSigner";
|
|
14839
|
+
}, {
|
|
14840
|
+
readonly type: "error";
|
|
14841
|
+
readonly inputs: readonly [{
|
|
14842
|
+
readonly name: "requestedValue";
|
|
14843
|
+
readonly internalType: "uint256";
|
|
14844
|
+
readonly type: "uint256";
|
|
14845
|
+
}, {
|
|
14846
|
+
readonly name: "msgValue";
|
|
14847
|
+
readonly internalType: "uint256";
|
|
14848
|
+
readonly type: "uint256";
|
|
14849
|
+
}];
|
|
14850
|
+
readonly name: "ERC2771ForwarderMismatchedValue";
|
|
14851
|
+
}, {
|
|
14852
|
+
readonly type: "error";
|
|
14853
|
+
readonly inputs: readonly [{
|
|
14854
|
+
readonly name: "target";
|
|
14855
|
+
readonly internalType: "address";
|
|
14856
|
+
readonly type: "address";
|
|
14857
|
+
}, {
|
|
14858
|
+
readonly name: "forwarder";
|
|
14859
|
+
readonly internalType: "address";
|
|
14860
|
+
readonly type: "address";
|
|
14861
|
+
}];
|
|
14862
|
+
readonly name: "ERC2771UntrustfulTarget";
|
|
14863
|
+
}, {
|
|
14864
|
+
readonly type: "error";
|
|
14865
|
+
readonly inputs: readonly [];
|
|
14866
|
+
readonly name: "FailedCall";
|
|
14867
|
+
}, {
|
|
14868
|
+
readonly type: "error";
|
|
14869
|
+
readonly inputs: readonly [{
|
|
14870
|
+
readonly name: "balance";
|
|
14871
|
+
readonly internalType: "uint256";
|
|
14872
|
+
readonly type: "uint256";
|
|
14873
|
+
}, {
|
|
14874
|
+
readonly name: "needed";
|
|
14875
|
+
readonly internalType: "uint256";
|
|
14876
|
+
readonly type: "uint256";
|
|
14877
|
+
}];
|
|
14878
|
+
readonly name: "InsufficientBalance";
|
|
14879
|
+
}, {
|
|
14880
|
+
readonly type: "error";
|
|
14881
|
+
readonly inputs: readonly [{
|
|
14882
|
+
readonly name: "account";
|
|
14883
|
+
readonly internalType: "address";
|
|
14884
|
+
readonly type: "address";
|
|
14885
|
+
}, {
|
|
14886
|
+
readonly name: "currentNonce";
|
|
14887
|
+
readonly internalType: "uint256";
|
|
14888
|
+
readonly type: "uint256";
|
|
14889
|
+
}];
|
|
14890
|
+
readonly name: "InvalidAccountNonce";
|
|
14891
|
+
}, {
|
|
14892
|
+
readonly type: "error";
|
|
14893
|
+
readonly inputs: readonly [];
|
|
14894
|
+
readonly name: "InvalidShortString";
|
|
14895
|
+
}, {
|
|
14896
|
+
readonly type: "error";
|
|
14897
|
+
readonly inputs: readonly [{
|
|
14898
|
+
readonly name: "str";
|
|
14899
|
+
readonly internalType: "string";
|
|
14900
|
+
readonly type: "string";
|
|
14901
|
+
}];
|
|
14902
|
+
readonly name: "StringTooLong";
|
|
14903
|
+
}];
|
|
14904
|
+
export declare const erc2771ForwarderAddress: "0xF2c77aD0a66392538A2Dc32a1A9846b9C3249b69";
|
|
14905
|
+
export declare const erc2771ForwarderConfig: {
|
|
14906
|
+
readonly address: "0xF2c77aD0a66392538A2Dc32a1A9846b9C3249b69";
|
|
14907
|
+
readonly abi: readonly [{
|
|
14908
|
+
readonly type: "constructor";
|
|
14909
|
+
readonly inputs: readonly [{
|
|
14910
|
+
readonly name: "name";
|
|
14911
|
+
readonly internalType: "string";
|
|
14912
|
+
readonly type: "string";
|
|
14913
|
+
}];
|
|
14914
|
+
readonly stateMutability: "nonpayable";
|
|
14915
|
+
}, {
|
|
14916
|
+
readonly type: "function";
|
|
14917
|
+
readonly inputs: readonly [];
|
|
14918
|
+
readonly name: "eip712Domain";
|
|
14919
|
+
readonly outputs: readonly [{
|
|
14920
|
+
readonly name: "fields";
|
|
14921
|
+
readonly internalType: "bytes1";
|
|
14922
|
+
readonly type: "bytes1";
|
|
14923
|
+
}, {
|
|
14924
|
+
readonly name: "name";
|
|
14925
|
+
readonly internalType: "string";
|
|
14926
|
+
readonly type: "string";
|
|
14927
|
+
}, {
|
|
14928
|
+
readonly name: "version";
|
|
14929
|
+
readonly internalType: "string";
|
|
14930
|
+
readonly type: "string";
|
|
14931
|
+
}, {
|
|
14932
|
+
readonly name: "chainId";
|
|
14933
|
+
readonly internalType: "uint256";
|
|
14934
|
+
readonly type: "uint256";
|
|
14935
|
+
}, {
|
|
14936
|
+
readonly name: "verifyingContract";
|
|
14937
|
+
readonly internalType: "address";
|
|
14938
|
+
readonly type: "address";
|
|
14939
|
+
}, {
|
|
14940
|
+
readonly name: "salt";
|
|
14941
|
+
readonly internalType: "bytes32";
|
|
14942
|
+
readonly type: "bytes32";
|
|
14943
|
+
}, {
|
|
14944
|
+
readonly name: "extensions";
|
|
14945
|
+
readonly internalType: "uint256[]";
|
|
14946
|
+
readonly type: "uint256[]";
|
|
14947
|
+
}];
|
|
14948
|
+
readonly stateMutability: "view";
|
|
14949
|
+
}, {
|
|
14950
|
+
readonly type: "function";
|
|
14951
|
+
readonly inputs: readonly [{
|
|
14952
|
+
readonly name: "request";
|
|
14953
|
+
readonly internalType: "struct ERC2771Forwarder.ForwardRequestData";
|
|
14954
|
+
readonly type: "tuple";
|
|
14955
|
+
readonly components: readonly [{
|
|
14956
|
+
readonly name: "from";
|
|
14957
|
+
readonly internalType: "address";
|
|
14958
|
+
readonly type: "address";
|
|
14959
|
+
}, {
|
|
14960
|
+
readonly name: "to";
|
|
14961
|
+
readonly internalType: "address";
|
|
14962
|
+
readonly type: "address";
|
|
14963
|
+
}, {
|
|
14964
|
+
readonly name: "value";
|
|
14965
|
+
readonly internalType: "uint256";
|
|
14966
|
+
readonly type: "uint256";
|
|
14967
|
+
}, {
|
|
14968
|
+
readonly name: "gas";
|
|
14969
|
+
readonly internalType: "uint256";
|
|
14970
|
+
readonly type: "uint256";
|
|
14971
|
+
}, {
|
|
14972
|
+
readonly name: "deadline";
|
|
14973
|
+
readonly internalType: "uint48";
|
|
14974
|
+
readonly type: "uint48";
|
|
14975
|
+
}, {
|
|
14976
|
+
readonly name: "data";
|
|
14977
|
+
readonly internalType: "bytes";
|
|
14978
|
+
readonly type: "bytes";
|
|
14979
|
+
}, {
|
|
14980
|
+
readonly name: "signature";
|
|
14981
|
+
readonly internalType: "bytes";
|
|
14982
|
+
readonly type: "bytes";
|
|
14983
|
+
}];
|
|
14984
|
+
}];
|
|
14985
|
+
readonly name: "execute";
|
|
14986
|
+
readonly outputs: readonly [];
|
|
14987
|
+
readonly stateMutability: "payable";
|
|
14988
|
+
}, {
|
|
14989
|
+
readonly type: "function";
|
|
14990
|
+
readonly inputs: readonly [{
|
|
14991
|
+
readonly name: "requests";
|
|
14992
|
+
readonly internalType: "struct ERC2771Forwarder.ForwardRequestData[]";
|
|
14993
|
+
readonly type: "tuple[]";
|
|
14994
|
+
readonly components: readonly [{
|
|
14995
|
+
readonly name: "from";
|
|
14996
|
+
readonly internalType: "address";
|
|
14997
|
+
readonly type: "address";
|
|
14998
|
+
}, {
|
|
14999
|
+
readonly name: "to";
|
|
15000
|
+
readonly internalType: "address";
|
|
15001
|
+
readonly type: "address";
|
|
15002
|
+
}, {
|
|
15003
|
+
readonly name: "value";
|
|
15004
|
+
readonly internalType: "uint256";
|
|
15005
|
+
readonly type: "uint256";
|
|
15006
|
+
}, {
|
|
15007
|
+
readonly name: "gas";
|
|
15008
|
+
readonly internalType: "uint256";
|
|
15009
|
+
readonly type: "uint256";
|
|
15010
|
+
}, {
|
|
15011
|
+
readonly name: "deadline";
|
|
15012
|
+
readonly internalType: "uint48";
|
|
15013
|
+
readonly type: "uint48";
|
|
15014
|
+
}, {
|
|
15015
|
+
readonly name: "data";
|
|
15016
|
+
readonly internalType: "bytes";
|
|
15017
|
+
readonly type: "bytes";
|
|
15018
|
+
}, {
|
|
15019
|
+
readonly name: "signature";
|
|
15020
|
+
readonly internalType: "bytes";
|
|
15021
|
+
readonly type: "bytes";
|
|
15022
|
+
}];
|
|
15023
|
+
}, {
|
|
15024
|
+
readonly name: "refundReceiver";
|
|
15025
|
+
readonly internalType: "address payable";
|
|
15026
|
+
readonly type: "address";
|
|
15027
|
+
}];
|
|
15028
|
+
readonly name: "executeBatch";
|
|
15029
|
+
readonly outputs: readonly [];
|
|
15030
|
+
readonly stateMutability: "payable";
|
|
15031
|
+
}, {
|
|
15032
|
+
readonly type: "function";
|
|
15033
|
+
readonly inputs: readonly [{
|
|
15034
|
+
readonly name: "owner";
|
|
15035
|
+
readonly internalType: "address";
|
|
15036
|
+
readonly type: "address";
|
|
15037
|
+
}];
|
|
15038
|
+
readonly name: "nonces";
|
|
15039
|
+
readonly outputs: readonly [{
|
|
15040
|
+
readonly name: "";
|
|
15041
|
+
readonly internalType: "uint256";
|
|
15042
|
+
readonly type: "uint256";
|
|
15043
|
+
}];
|
|
15044
|
+
readonly stateMutability: "view";
|
|
15045
|
+
}, {
|
|
15046
|
+
readonly type: "function";
|
|
15047
|
+
readonly inputs: readonly [{
|
|
15048
|
+
readonly name: "request";
|
|
15049
|
+
readonly internalType: "struct ERC2771Forwarder.ForwardRequestData";
|
|
15050
|
+
readonly type: "tuple";
|
|
15051
|
+
readonly components: readonly [{
|
|
15052
|
+
readonly name: "from";
|
|
15053
|
+
readonly internalType: "address";
|
|
15054
|
+
readonly type: "address";
|
|
15055
|
+
}, {
|
|
15056
|
+
readonly name: "to";
|
|
15057
|
+
readonly internalType: "address";
|
|
15058
|
+
readonly type: "address";
|
|
15059
|
+
}, {
|
|
15060
|
+
readonly name: "value";
|
|
15061
|
+
readonly internalType: "uint256";
|
|
15062
|
+
readonly type: "uint256";
|
|
15063
|
+
}, {
|
|
15064
|
+
readonly name: "gas";
|
|
15065
|
+
readonly internalType: "uint256";
|
|
15066
|
+
readonly type: "uint256";
|
|
15067
|
+
}, {
|
|
15068
|
+
readonly name: "deadline";
|
|
15069
|
+
readonly internalType: "uint48";
|
|
15070
|
+
readonly type: "uint48";
|
|
15071
|
+
}, {
|
|
15072
|
+
readonly name: "data";
|
|
15073
|
+
readonly internalType: "bytes";
|
|
15074
|
+
readonly type: "bytes";
|
|
15075
|
+
}, {
|
|
15076
|
+
readonly name: "signature";
|
|
15077
|
+
readonly internalType: "bytes";
|
|
15078
|
+
readonly type: "bytes";
|
|
15079
|
+
}];
|
|
15080
|
+
}];
|
|
15081
|
+
readonly name: "verify";
|
|
15082
|
+
readonly outputs: readonly [{
|
|
15083
|
+
readonly name: "";
|
|
15084
|
+
readonly internalType: "bool";
|
|
15085
|
+
readonly type: "bool";
|
|
15086
|
+
}];
|
|
15087
|
+
readonly stateMutability: "view";
|
|
15088
|
+
}, {
|
|
15089
|
+
readonly type: "event";
|
|
15090
|
+
readonly anonymous: false;
|
|
15091
|
+
readonly inputs: readonly [];
|
|
15092
|
+
readonly name: "EIP712DomainChanged";
|
|
15093
|
+
}, {
|
|
15094
|
+
readonly type: "event";
|
|
15095
|
+
readonly anonymous: false;
|
|
15096
|
+
readonly inputs: readonly [{
|
|
15097
|
+
readonly name: "signer";
|
|
15098
|
+
readonly internalType: "address";
|
|
15099
|
+
readonly type: "address";
|
|
15100
|
+
readonly indexed: true;
|
|
15101
|
+
}, {
|
|
15102
|
+
readonly name: "nonce";
|
|
15103
|
+
readonly internalType: "uint256";
|
|
15104
|
+
readonly type: "uint256";
|
|
15105
|
+
readonly indexed: false;
|
|
15106
|
+
}, {
|
|
15107
|
+
readonly name: "success";
|
|
15108
|
+
readonly internalType: "bool";
|
|
15109
|
+
readonly type: "bool";
|
|
15110
|
+
readonly indexed: false;
|
|
15111
|
+
}];
|
|
15112
|
+
readonly name: "ExecutedForwardRequest";
|
|
15113
|
+
}, {
|
|
15114
|
+
readonly type: "error";
|
|
15115
|
+
readonly inputs: readonly [{
|
|
15116
|
+
readonly name: "deadline";
|
|
15117
|
+
readonly internalType: "uint48";
|
|
15118
|
+
readonly type: "uint48";
|
|
15119
|
+
}];
|
|
15120
|
+
readonly name: "ERC2771ForwarderExpiredRequest";
|
|
15121
|
+
}, {
|
|
15122
|
+
readonly type: "error";
|
|
15123
|
+
readonly inputs: readonly [{
|
|
15124
|
+
readonly name: "signer";
|
|
15125
|
+
readonly internalType: "address";
|
|
15126
|
+
readonly type: "address";
|
|
15127
|
+
}, {
|
|
15128
|
+
readonly name: "from";
|
|
15129
|
+
readonly internalType: "address";
|
|
15130
|
+
readonly type: "address";
|
|
15131
|
+
}];
|
|
15132
|
+
readonly name: "ERC2771ForwarderInvalidSigner";
|
|
15133
|
+
}, {
|
|
15134
|
+
readonly type: "error";
|
|
15135
|
+
readonly inputs: readonly [{
|
|
15136
|
+
readonly name: "requestedValue";
|
|
15137
|
+
readonly internalType: "uint256";
|
|
15138
|
+
readonly type: "uint256";
|
|
15139
|
+
}, {
|
|
15140
|
+
readonly name: "msgValue";
|
|
15141
|
+
readonly internalType: "uint256";
|
|
15142
|
+
readonly type: "uint256";
|
|
15143
|
+
}];
|
|
15144
|
+
readonly name: "ERC2771ForwarderMismatchedValue";
|
|
15145
|
+
}, {
|
|
15146
|
+
readonly type: "error";
|
|
15147
|
+
readonly inputs: readonly [{
|
|
15148
|
+
readonly name: "target";
|
|
15149
|
+
readonly internalType: "address";
|
|
15150
|
+
readonly type: "address";
|
|
15151
|
+
}, {
|
|
15152
|
+
readonly name: "forwarder";
|
|
15153
|
+
readonly internalType: "address";
|
|
15154
|
+
readonly type: "address";
|
|
15155
|
+
}];
|
|
15156
|
+
readonly name: "ERC2771UntrustfulTarget";
|
|
15157
|
+
}, {
|
|
15158
|
+
readonly type: "error";
|
|
15159
|
+
readonly inputs: readonly [];
|
|
15160
|
+
readonly name: "FailedCall";
|
|
15161
|
+
}, {
|
|
15162
|
+
readonly type: "error";
|
|
15163
|
+
readonly inputs: readonly [{
|
|
15164
|
+
readonly name: "balance";
|
|
15165
|
+
readonly internalType: "uint256";
|
|
15166
|
+
readonly type: "uint256";
|
|
15167
|
+
}, {
|
|
15168
|
+
readonly name: "needed";
|
|
15169
|
+
readonly internalType: "uint256";
|
|
15170
|
+
readonly type: "uint256";
|
|
15171
|
+
}];
|
|
15172
|
+
readonly name: "InsufficientBalance";
|
|
15173
|
+
}, {
|
|
15174
|
+
readonly type: "error";
|
|
15175
|
+
readonly inputs: readonly [{
|
|
15176
|
+
readonly name: "account";
|
|
15177
|
+
readonly internalType: "address";
|
|
15178
|
+
readonly type: "address";
|
|
15179
|
+
}, {
|
|
15180
|
+
readonly name: "currentNonce";
|
|
15181
|
+
readonly internalType: "uint256";
|
|
15182
|
+
readonly type: "uint256";
|
|
15183
|
+
}];
|
|
15184
|
+
readonly name: "InvalidAccountNonce";
|
|
15185
|
+
}, {
|
|
15186
|
+
readonly type: "error";
|
|
15187
|
+
readonly inputs: readonly [];
|
|
15188
|
+
readonly name: "InvalidShortString";
|
|
15189
|
+
}, {
|
|
15190
|
+
readonly type: "error";
|
|
15191
|
+
readonly inputs: readonly [{
|
|
15192
|
+
readonly name: "str";
|
|
15193
|
+
readonly internalType: "string";
|
|
15194
|
+
readonly type: "string";
|
|
15195
|
+
}];
|
|
15196
|
+
readonly name: "StringTooLong";
|
|
15197
|
+
}];
|
|
15198
|
+
};
|
|
14462
15199
|
export declare const erc721UriStorageUpgradeableAbi: readonly [{
|
|
14463
15200
|
readonly type: "function";
|
|
14464
15201
|
readonly inputs: readonly [{
|
|
@@ -15212,6 +15949,14 @@ export declare const errorsAbi: readonly [{
|
|
|
15212
15949
|
readonly name: "MissingPrecompile";
|
|
15213
15950
|
}];
|
|
15214
15951
|
export declare const fiatPaymentTemplateAbi: readonly [{
|
|
15952
|
+
readonly type: "constructor";
|
|
15953
|
+
readonly inputs: readonly [{
|
|
15954
|
+
readonly name: "_trustedForwarder";
|
|
15955
|
+
readonly internalType: "address";
|
|
15956
|
+
readonly type: "address";
|
|
15957
|
+
}];
|
|
15958
|
+
readonly stateMutability: "nonpayable";
|
|
15959
|
+
}, {
|
|
15215
15960
|
readonly type: "function";
|
|
15216
15961
|
readonly inputs: readonly [];
|
|
15217
15962
|
readonly name: "NVM_CONTRACT_NAME";
|
|
@@ -15281,6 +16026,20 @@ export declare const fiatPaymentTemplateAbi: readonly [{
|
|
|
15281
16026
|
readonly type: "bytes4";
|
|
15282
16027
|
}];
|
|
15283
16028
|
readonly stateMutability: "view";
|
|
16029
|
+
}, {
|
|
16030
|
+
readonly type: "function";
|
|
16031
|
+
readonly inputs: readonly [{
|
|
16032
|
+
readonly name: "forwarder";
|
|
16033
|
+
readonly internalType: "address";
|
|
16034
|
+
readonly type: "address";
|
|
16035
|
+
}];
|
|
16036
|
+
readonly name: "isTrustedForwarder";
|
|
16037
|
+
readonly outputs: readonly [{
|
|
16038
|
+
readonly name: "";
|
|
16039
|
+
readonly internalType: "bool";
|
|
16040
|
+
readonly type: "bool";
|
|
16041
|
+
}];
|
|
16042
|
+
readonly stateMutability: "view";
|
|
15284
16043
|
}, {
|
|
15285
16044
|
readonly type: "function";
|
|
15286
16045
|
readonly inputs: readonly [{
|
|
@@ -15327,6 +16086,16 @@ export declare const fiatPaymentTemplateAbi: readonly [{
|
|
|
15327
16086
|
readonly name: "setAuthority";
|
|
15328
16087
|
readonly outputs: readonly [];
|
|
15329
16088
|
readonly stateMutability: "nonpayable";
|
|
16089
|
+
}, {
|
|
16090
|
+
readonly type: "function";
|
|
16091
|
+
readonly inputs: readonly [];
|
|
16092
|
+
readonly name: "trustedForwarder";
|
|
16093
|
+
readonly outputs: readonly [{
|
|
16094
|
+
readonly name: "";
|
|
16095
|
+
readonly internalType: "address";
|
|
16096
|
+
readonly type: "address";
|
|
16097
|
+
}];
|
|
16098
|
+
readonly stateMutability: "view";
|
|
15330
16099
|
}, {
|
|
15331
16100
|
readonly type: "function";
|
|
15332
16101
|
readonly inputs: readonly [{
|
|
@@ -15543,10 +16312,18 @@ export declare const fiatPaymentTemplateAbi: readonly [{
|
|
|
15543
16312
|
}];
|
|
15544
16313
|
readonly name: "UUPSUnsupportedProxiableUUID";
|
|
15545
16314
|
}];
|
|
15546
|
-
export declare const fiatPaymentTemplateAddress: "
|
|
16315
|
+
export declare const fiatPaymentTemplateAddress: "0x386eF80de6Afe51838672Ec6c08081C3f6A2C2d8";
|
|
15547
16316
|
export declare const fiatPaymentTemplateConfig: {
|
|
15548
|
-
readonly address: "
|
|
16317
|
+
readonly address: "0x386eF80de6Afe51838672Ec6c08081C3f6A2C2d8";
|
|
15549
16318
|
readonly abi: readonly [{
|
|
16319
|
+
readonly type: "constructor";
|
|
16320
|
+
readonly inputs: readonly [{
|
|
16321
|
+
readonly name: "_trustedForwarder";
|
|
16322
|
+
readonly internalType: "address";
|
|
16323
|
+
readonly type: "address";
|
|
16324
|
+
}];
|
|
16325
|
+
readonly stateMutability: "nonpayable";
|
|
16326
|
+
}, {
|
|
15550
16327
|
readonly type: "function";
|
|
15551
16328
|
readonly inputs: readonly [];
|
|
15552
16329
|
readonly name: "NVM_CONTRACT_NAME";
|
|
@@ -15616,6 +16393,20 @@ export declare const fiatPaymentTemplateConfig: {
|
|
|
15616
16393
|
readonly type: "bytes4";
|
|
15617
16394
|
}];
|
|
15618
16395
|
readonly stateMutability: "view";
|
|
16396
|
+
}, {
|
|
16397
|
+
readonly type: "function";
|
|
16398
|
+
readonly inputs: readonly [{
|
|
16399
|
+
readonly name: "forwarder";
|
|
16400
|
+
readonly internalType: "address";
|
|
16401
|
+
readonly type: "address";
|
|
16402
|
+
}];
|
|
16403
|
+
readonly name: "isTrustedForwarder";
|
|
16404
|
+
readonly outputs: readonly [{
|
|
16405
|
+
readonly name: "";
|
|
16406
|
+
readonly internalType: "bool";
|
|
16407
|
+
readonly type: "bool";
|
|
16408
|
+
}];
|
|
16409
|
+
readonly stateMutability: "view";
|
|
15619
16410
|
}, {
|
|
15620
16411
|
readonly type: "function";
|
|
15621
16412
|
readonly inputs: readonly [{
|
|
@@ -15662,6 +16453,16 @@ export declare const fiatPaymentTemplateConfig: {
|
|
|
15662
16453
|
readonly name: "setAuthority";
|
|
15663
16454
|
readonly outputs: readonly [];
|
|
15664
16455
|
readonly stateMutability: "nonpayable";
|
|
16456
|
+
}, {
|
|
16457
|
+
readonly type: "function";
|
|
16458
|
+
readonly inputs: readonly [];
|
|
16459
|
+
readonly name: "trustedForwarder";
|
|
16460
|
+
readonly outputs: readonly [{
|
|
16461
|
+
readonly name: "";
|
|
16462
|
+
readonly internalType: "address";
|
|
16463
|
+
readonly type: "address";
|
|
16464
|
+
}];
|
|
16465
|
+
readonly stateMutability: "view";
|
|
15665
16466
|
}, {
|
|
15666
16467
|
readonly type: "function";
|
|
15667
16468
|
readonly inputs: readonly [{
|
|
@@ -16197,9 +16998,9 @@ export declare const fiatSettlementConditionAbi: readonly [{
|
|
|
16197
16998
|
}];
|
|
16198
16999
|
readonly name: "UUPSUnsupportedProxiableUUID";
|
|
16199
17000
|
}];
|
|
16200
|
-
export declare const fiatSettlementConditionAddress: "
|
|
17001
|
+
export declare const fiatSettlementConditionAddress: "0x62d127c557ba53fa824249492d84eBD8E10EAb76";
|
|
16201
17002
|
export declare const fiatSettlementConditionConfig: {
|
|
16202
|
-
readonly address: "
|
|
17003
|
+
readonly address: "0x62d127c557ba53fa824249492d84eBD8E10EAb76";
|
|
16203
17004
|
readonly abi: readonly [{
|
|
16204
17005
|
readonly type: "function";
|
|
16205
17006
|
readonly inputs: readonly [];
|
|
@@ -16520,6 +17321,14 @@ export declare const fiatSettlementConditionConfig: {
|
|
|
16520
17321
|
}];
|
|
16521
17322
|
};
|
|
16522
17323
|
export declare const fixedPaymentTemplateAbi: readonly [{
|
|
17324
|
+
readonly type: "constructor";
|
|
17325
|
+
readonly inputs: readonly [{
|
|
17326
|
+
readonly name: "_trustedForwarder";
|
|
17327
|
+
readonly internalType: "address";
|
|
17328
|
+
readonly type: "address";
|
|
17329
|
+
}];
|
|
17330
|
+
readonly stateMutability: "nonpayable";
|
|
17331
|
+
}, {
|
|
16523
17332
|
readonly type: "function";
|
|
16524
17333
|
readonly inputs: readonly [];
|
|
16525
17334
|
readonly name: "NVM_CONTRACT_NAME";
|
|
@@ -16593,6 +17402,20 @@ export declare const fixedPaymentTemplateAbi: readonly [{
|
|
|
16593
17402
|
readonly type: "bytes4";
|
|
16594
17403
|
}];
|
|
16595
17404
|
readonly stateMutability: "view";
|
|
17405
|
+
}, {
|
|
17406
|
+
readonly type: "function";
|
|
17407
|
+
readonly inputs: readonly [{
|
|
17408
|
+
readonly name: "forwarder";
|
|
17409
|
+
readonly internalType: "address";
|
|
17410
|
+
readonly type: "address";
|
|
17411
|
+
}];
|
|
17412
|
+
readonly name: "isTrustedForwarder";
|
|
17413
|
+
readonly outputs: readonly [{
|
|
17414
|
+
readonly name: "";
|
|
17415
|
+
readonly internalType: "bool";
|
|
17416
|
+
readonly type: "bool";
|
|
17417
|
+
}];
|
|
17418
|
+
readonly stateMutability: "view";
|
|
16596
17419
|
}, {
|
|
16597
17420
|
readonly type: "function";
|
|
16598
17421
|
readonly inputs: readonly [{
|
|
@@ -16639,6 +17462,16 @@ export declare const fixedPaymentTemplateAbi: readonly [{
|
|
|
16639
17462
|
readonly name: "setAuthority";
|
|
16640
17463
|
readonly outputs: readonly [];
|
|
16641
17464
|
readonly stateMutability: "nonpayable";
|
|
17465
|
+
}, {
|
|
17466
|
+
readonly type: "function";
|
|
17467
|
+
readonly inputs: readonly [];
|
|
17468
|
+
readonly name: "trustedForwarder";
|
|
17469
|
+
readonly outputs: readonly [{
|
|
17470
|
+
readonly name: "";
|
|
17471
|
+
readonly internalType: "address";
|
|
17472
|
+
readonly type: "address";
|
|
17473
|
+
}];
|
|
17474
|
+
readonly stateMutability: "view";
|
|
16642
17475
|
}, {
|
|
16643
17476
|
readonly type: "function";
|
|
16644
17477
|
readonly inputs: readonly [{
|
|
@@ -16855,10 +17688,18 @@ export declare const fixedPaymentTemplateAbi: readonly [{
|
|
|
16855
17688
|
}];
|
|
16856
17689
|
readonly name: "UUPSUnsupportedProxiableUUID";
|
|
16857
17690
|
}];
|
|
16858
|
-
export declare const fixedPaymentTemplateAddress: "
|
|
17691
|
+
export declare const fixedPaymentTemplateAddress: "0x32037D176558Eb02f6980eFA14bde14B0C61d059";
|
|
16859
17692
|
export declare const fixedPaymentTemplateConfig: {
|
|
16860
|
-
readonly address: "
|
|
17693
|
+
readonly address: "0x32037D176558Eb02f6980eFA14bde14B0C61d059";
|
|
16861
17694
|
readonly abi: readonly [{
|
|
17695
|
+
readonly type: "constructor";
|
|
17696
|
+
readonly inputs: readonly [{
|
|
17697
|
+
readonly name: "_trustedForwarder";
|
|
17698
|
+
readonly internalType: "address";
|
|
17699
|
+
readonly type: "address";
|
|
17700
|
+
}];
|
|
17701
|
+
readonly stateMutability: "nonpayable";
|
|
17702
|
+
}, {
|
|
16862
17703
|
readonly type: "function";
|
|
16863
17704
|
readonly inputs: readonly [];
|
|
16864
17705
|
readonly name: "NVM_CONTRACT_NAME";
|
|
@@ -16932,6 +17773,20 @@ export declare const fixedPaymentTemplateConfig: {
|
|
|
16932
17773
|
readonly type: "bytes4";
|
|
16933
17774
|
}];
|
|
16934
17775
|
readonly stateMutability: "view";
|
|
17776
|
+
}, {
|
|
17777
|
+
readonly type: "function";
|
|
17778
|
+
readonly inputs: readonly [{
|
|
17779
|
+
readonly name: "forwarder";
|
|
17780
|
+
readonly internalType: "address";
|
|
17781
|
+
readonly type: "address";
|
|
17782
|
+
}];
|
|
17783
|
+
readonly name: "isTrustedForwarder";
|
|
17784
|
+
readonly outputs: readonly [{
|
|
17785
|
+
readonly name: "";
|
|
17786
|
+
readonly internalType: "bool";
|
|
17787
|
+
readonly type: "bool";
|
|
17788
|
+
}];
|
|
17789
|
+
readonly stateMutability: "view";
|
|
16935
17790
|
}, {
|
|
16936
17791
|
readonly type: "function";
|
|
16937
17792
|
readonly inputs: readonly [{
|
|
@@ -16978,6 +17833,16 @@ export declare const fixedPaymentTemplateConfig: {
|
|
|
16978
17833
|
readonly name: "setAuthority";
|
|
16979
17834
|
readonly outputs: readonly [];
|
|
16980
17835
|
readonly stateMutability: "nonpayable";
|
|
17836
|
+
}, {
|
|
17837
|
+
readonly type: "function";
|
|
17838
|
+
readonly inputs: readonly [];
|
|
17839
|
+
readonly name: "trustedForwarder";
|
|
17840
|
+
readonly outputs: readonly [{
|
|
17841
|
+
readonly name: "";
|
|
17842
|
+
readonly internalType: "address";
|
|
17843
|
+
readonly type: "address";
|
|
17844
|
+
}];
|
|
17845
|
+
readonly stateMutability: "view";
|
|
16981
17846
|
}, {
|
|
16982
17847
|
readonly type: "function";
|
|
16983
17848
|
readonly inputs: readonly [{
|
|
@@ -22847,9 +23712,9 @@ export declare const linearPricingAbi: readonly [{
|
|
|
22847
23712
|
}];
|
|
22848
23713
|
readonly name: "UnsupportedPlanId";
|
|
22849
23714
|
}];
|
|
22850
|
-
export declare const linearPricingAddress: "
|
|
23715
|
+
export declare const linearPricingAddress: "0x774473Ce7aB785db11dCad1eE571Ea436fdBA699";
|
|
22851
23716
|
export declare const linearPricingConfig: {
|
|
22852
|
-
readonly address: "
|
|
23717
|
+
readonly address: "0x774473Ce7aB785db11dCad1eE571Ea436fdBA699";
|
|
22853
23718
|
readonly abi: readonly [{
|
|
22854
23719
|
readonly type: "function";
|
|
22855
23720
|
readonly inputs: readonly [{
|
|
@@ -23312,9 +24177,9 @@ export declare const lockPaymentConditionAbi: readonly [{
|
|
|
23312
24177
|
readonly inputs: readonly [];
|
|
23313
24178
|
readonly name: "UnsupportedPriceTypeOption";
|
|
23314
24179
|
}];
|
|
23315
|
-
export declare const lockPaymentConditionAddress: "
|
|
24180
|
+
export declare const lockPaymentConditionAddress: "0x104ae701C9B3e8EA54145dE54D0ca7DDb2DE4DF5";
|
|
23316
24181
|
export declare const lockPaymentConditionConfig: {
|
|
23317
|
-
readonly address: "
|
|
24182
|
+
readonly address: "0x104ae701C9B3e8EA54145dE54D0ca7DDb2DE4DF5";
|
|
23318
24183
|
readonly abi: readonly [{
|
|
23319
24184
|
readonly type: "function";
|
|
23320
24185
|
readonly inputs: readonly [];
|
|
@@ -25675,9 +26540,9 @@ export declare const nft1155CreditsAbi: readonly [{
|
|
|
25675
26540
|
}];
|
|
25676
26541
|
readonly name: "UUPSUnsupportedProxiableUUID";
|
|
25677
26542
|
}];
|
|
25678
|
-
export declare const nft1155CreditsAddress: "
|
|
26543
|
+
export declare const nft1155CreditsAddress: "0xb2F9bB43F768E0D4ADCa49CE708acbE577bC2d64";
|
|
25679
26544
|
export declare const nft1155CreditsConfig: {
|
|
25680
|
-
readonly address: "
|
|
26545
|
+
readonly address: "0xb2F9bB43F768E0D4ADCa49CE708acbE577bC2d64";
|
|
25681
26546
|
readonly abi: readonly [{
|
|
25682
26547
|
readonly type: "function";
|
|
25683
26548
|
readonly inputs: readonly [];
|
|
@@ -28634,9 +29499,9 @@ export declare const nft1155ExpirableCreditsAbi: readonly [{
|
|
|
28634
29499
|
}];
|
|
28635
29500
|
readonly name: "UUPSUnsupportedProxiableUUID";
|
|
28636
29501
|
}];
|
|
28637
|
-
export declare const nft1155ExpirableCreditsAddress: "
|
|
29502
|
+
export declare const nft1155ExpirableCreditsAddress: "0x6de675a697f9131D061F265fAf88E26158f4FfA2";
|
|
28638
29503
|
export declare const nft1155ExpirableCreditsConfig: {
|
|
28639
|
-
readonly address: "
|
|
29504
|
+
readonly address: "0x6de675a697f9131D061F265fAf88E26158f4FfA2";
|
|
28640
29505
|
readonly abi: readonly [{
|
|
28641
29506
|
readonly type: "function";
|
|
28642
29507
|
readonly inputs: readonly [];
|
|
@@ -31850,9 +32715,9 @@ export declare const nft1155ExpirableCreditsV2Abi: readonly [{
|
|
|
31850
32715
|
}];
|
|
31851
32716
|
readonly name: "UUPSUnsupportedProxiableUUID";
|
|
31852
32717
|
}];
|
|
31853
|
-
export declare const nft1155ExpirableCreditsV2Address: "
|
|
32718
|
+
export declare const nft1155ExpirableCreditsV2Address: "0xF7Fe16718a779010E48859fb1c7Eae9fd540872F";
|
|
31854
32719
|
export declare const nft1155ExpirableCreditsV2Config: {
|
|
31855
|
-
readonly address: "
|
|
32720
|
+
readonly address: "0xF7Fe16718a779010E48859fb1c7Eae9fd540872F";
|
|
31856
32721
|
readonly abi: readonly [{
|
|
31857
32722
|
readonly type: "function";
|
|
31858
32723
|
readonly inputs: readonly [];
|
|
@@ -33342,9 +34207,9 @@ export declare const nvmConfigAbi: readonly [{
|
|
|
33342
34207
|
}];
|
|
33343
34208
|
readonly name: "UUPSUnsupportedProxiableUUID";
|
|
33344
34209
|
}];
|
|
33345
|
-
export declare const nvmConfigAddress: "
|
|
34210
|
+
export declare const nvmConfigAddress: "0x88F1a9b3767f008821CbC4e4e30d77528473E7f3";
|
|
33346
34211
|
export declare const nvmConfigConfig: {
|
|
33347
|
-
readonly address: "
|
|
34212
|
+
readonly address: "0x88F1a9b3767f008821CbC4e4e30d77528473E7f3";
|
|
33348
34213
|
readonly abi: readonly [{
|
|
33349
34214
|
readonly type: "function";
|
|
33350
34215
|
readonly inputs: readonly [];
|
|
@@ -34194,6 +35059,33 @@ export declare const nvmConfigV2Abi: readonly [{
|
|
|
34194
35059
|
}];
|
|
34195
35060
|
readonly name: "UUPSUnsupportedProxiableUUID";
|
|
34196
35061
|
}];
|
|
35062
|
+
export declare const noncesAbi: readonly [{
|
|
35063
|
+
readonly type: "function";
|
|
35064
|
+
readonly inputs: readonly [{
|
|
35065
|
+
readonly name: "owner";
|
|
35066
|
+
readonly internalType: "address";
|
|
35067
|
+
readonly type: "address";
|
|
35068
|
+
}];
|
|
35069
|
+
readonly name: "nonces";
|
|
35070
|
+
readonly outputs: readonly [{
|
|
35071
|
+
readonly name: "";
|
|
35072
|
+
readonly internalType: "uint256";
|
|
35073
|
+
readonly type: "uint256";
|
|
35074
|
+
}];
|
|
35075
|
+
readonly stateMutability: "view";
|
|
35076
|
+
}, {
|
|
35077
|
+
readonly type: "error";
|
|
35078
|
+
readonly inputs: readonly [{
|
|
35079
|
+
readonly name: "account";
|
|
35080
|
+
readonly internalType: "address";
|
|
35081
|
+
readonly type: "address";
|
|
35082
|
+
}, {
|
|
35083
|
+
readonly name: "currentNonce";
|
|
35084
|
+
readonly internalType: "uint256";
|
|
35085
|
+
readonly type: "uint256";
|
|
35086
|
+
}];
|
|
35087
|
+
readonly name: "InvalidAccountNonce";
|
|
35088
|
+
}];
|
|
34197
35089
|
export declare const oneTimeCreatorHookAbi: readonly [{
|
|
34198
35090
|
readonly type: "constructor";
|
|
34199
35091
|
readonly inputs: readonly [];
|
|
@@ -34487,9 +35379,9 @@ export declare const oneTimeCreatorHookAbi: readonly [{
|
|
|
34487
35379
|
}];
|
|
34488
35380
|
readonly name: "UUPSUnsupportedProxiableUUID";
|
|
34489
35381
|
}];
|
|
34490
|
-
export declare const oneTimeCreatorHookAddress: "
|
|
35382
|
+
export declare const oneTimeCreatorHookAddress: "0x878B8500467d2fb8da7D322EDbA4f03A5821Aef9";
|
|
34491
35383
|
export declare const oneTimeCreatorHookConfig: {
|
|
34492
|
-
readonly address: "
|
|
35384
|
+
readonly address: "0x878B8500467d2fb8da7D322EDbA4f03A5821Aef9";
|
|
34493
35385
|
readonly abi: readonly [{
|
|
34494
35386
|
readonly type: "constructor";
|
|
34495
35387
|
readonly inputs: readonly [];
|
|
@@ -34785,6 +35677,14 @@ export declare const oneTimeCreatorHookConfig: {
|
|
|
34785
35677
|
}];
|
|
34786
35678
|
};
|
|
34787
35679
|
export declare const payAsYouGoTemplateAbi: readonly [{
|
|
35680
|
+
readonly type: "constructor";
|
|
35681
|
+
readonly inputs: readonly [{
|
|
35682
|
+
readonly name: "_trustedForwarder";
|
|
35683
|
+
readonly internalType: "address";
|
|
35684
|
+
readonly type: "address";
|
|
35685
|
+
}];
|
|
35686
|
+
readonly stateMutability: "nonpayable";
|
|
35687
|
+
}, {
|
|
34788
35688
|
readonly type: "function";
|
|
34789
35689
|
readonly inputs: readonly [];
|
|
34790
35690
|
readonly name: "NVM_CONTRACT_NAME";
|
|
@@ -34854,6 +35754,20 @@ export declare const payAsYouGoTemplateAbi: readonly [{
|
|
|
34854
35754
|
readonly type: "bytes4";
|
|
34855
35755
|
}];
|
|
34856
35756
|
readonly stateMutability: "view";
|
|
35757
|
+
}, {
|
|
35758
|
+
readonly type: "function";
|
|
35759
|
+
readonly inputs: readonly [{
|
|
35760
|
+
readonly name: "forwarder";
|
|
35761
|
+
readonly internalType: "address";
|
|
35762
|
+
readonly type: "address";
|
|
35763
|
+
}];
|
|
35764
|
+
readonly name: "isTrustedForwarder";
|
|
35765
|
+
readonly outputs: readonly [{
|
|
35766
|
+
readonly name: "";
|
|
35767
|
+
readonly internalType: "bool";
|
|
35768
|
+
readonly type: "bool";
|
|
35769
|
+
}];
|
|
35770
|
+
readonly stateMutability: "view";
|
|
34857
35771
|
}, {
|
|
34858
35772
|
readonly type: "function";
|
|
34859
35773
|
readonly inputs: readonly [{
|
|
@@ -34892,6 +35806,16 @@ export declare const payAsYouGoTemplateAbi: readonly [{
|
|
|
34892
35806
|
readonly name: "setAuthority";
|
|
34893
35807
|
readonly outputs: readonly [];
|
|
34894
35808
|
readonly stateMutability: "nonpayable";
|
|
35809
|
+
}, {
|
|
35810
|
+
readonly type: "function";
|
|
35811
|
+
readonly inputs: readonly [];
|
|
35812
|
+
readonly name: "trustedForwarder";
|
|
35813
|
+
readonly outputs: readonly [{
|
|
35814
|
+
readonly name: "";
|
|
35815
|
+
readonly internalType: "address";
|
|
35816
|
+
readonly type: "address";
|
|
35817
|
+
}];
|
|
35818
|
+
readonly stateMutability: "view";
|
|
34895
35819
|
}, {
|
|
34896
35820
|
readonly type: "function";
|
|
34897
35821
|
readonly inputs: readonly [{
|
|
@@ -35108,10 +36032,18 @@ export declare const payAsYouGoTemplateAbi: readonly [{
|
|
|
35108
36032
|
}];
|
|
35109
36033
|
readonly name: "UUPSUnsupportedProxiableUUID";
|
|
35110
36034
|
}];
|
|
35111
|
-
export declare const payAsYouGoTemplateAddress: "
|
|
36035
|
+
export declare const payAsYouGoTemplateAddress: "0x5e852077b30099106Aa65B4d329FFF9b5C9a8e7C";
|
|
35112
36036
|
export declare const payAsYouGoTemplateConfig: {
|
|
35113
|
-
readonly address: "
|
|
36037
|
+
readonly address: "0x5e852077b30099106Aa65B4d329FFF9b5C9a8e7C";
|
|
35114
36038
|
readonly abi: readonly [{
|
|
36039
|
+
readonly type: "constructor";
|
|
36040
|
+
readonly inputs: readonly [{
|
|
36041
|
+
readonly name: "_trustedForwarder";
|
|
36042
|
+
readonly internalType: "address";
|
|
36043
|
+
readonly type: "address";
|
|
36044
|
+
}];
|
|
36045
|
+
readonly stateMutability: "nonpayable";
|
|
36046
|
+
}, {
|
|
35115
36047
|
readonly type: "function";
|
|
35116
36048
|
readonly inputs: readonly [];
|
|
35117
36049
|
readonly name: "NVM_CONTRACT_NAME";
|
|
@@ -35181,6 +36113,20 @@ export declare const payAsYouGoTemplateConfig: {
|
|
|
35181
36113
|
readonly type: "bytes4";
|
|
35182
36114
|
}];
|
|
35183
36115
|
readonly stateMutability: "view";
|
|
36116
|
+
}, {
|
|
36117
|
+
readonly type: "function";
|
|
36118
|
+
readonly inputs: readonly [{
|
|
36119
|
+
readonly name: "forwarder";
|
|
36120
|
+
readonly internalType: "address";
|
|
36121
|
+
readonly type: "address";
|
|
36122
|
+
}];
|
|
36123
|
+
readonly name: "isTrustedForwarder";
|
|
36124
|
+
readonly outputs: readonly [{
|
|
36125
|
+
readonly name: "";
|
|
36126
|
+
readonly internalType: "bool";
|
|
36127
|
+
readonly type: "bool";
|
|
36128
|
+
}];
|
|
36129
|
+
readonly stateMutability: "view";
|
|
35184
36130
|
}, {
|
|
35185
36131
|
readonly type: "function";
|
|
35186
36132
|
readonly inputs: readonly [{
|
|
@@ -35219,6 +36165,16 @@ export declare const payAsYouGoTemplateConfig: {
|
|
|
35219
36165
|
readonly name: "setAuthority";
|
|
35220
36166
|
readonly outputs: readonly [];
|
|
35221
36167
|
readonly stateMutability: "nonpayable";
|
|
36168
|
+
}, {
|
|
36169
|
+
readonly type: "function";
|
|
36170
|
+
readonly inputs: readonly [];
|
|
36171
|
+
readonly name: "trustedForwarder";
|
|
36172
|
+
readonly outputs: readonly [{
|
|
36173
|
+
readonly name: "";
|
|
36174
|
+
readonly internalType: "address";
|
|
36175
|
+
readonly type: "address";
|
|
36176
|
+
}];
|
|
36177
|
+
readonly stateMutability: "view";
|
|
35222
36178
|
}, {
|
|
35223
36179
|
readonly type: "function";
|
|
35224
36180
|
readonly inputs: readonly [{
|
|
@@ -35823,9 +36779,9 @@ export declare const paymentsVaultAbi: readonly [{
|
|
|
35823
36779
|
}];
|
|
35824
36780
|
readonly name: "UUPSUnsupportedProxiableUUID";
|
|
35825
36781
|
}];
|
|
35826
|
-
export declare const paymentsVaultAddress: "
|
|
36782
|
+
export declare const paymentsVaultAddress: "0x47A72d7094c4c5B0566E159579DBD79220A0EA24";
|
|
35827
36783
|
export declare const paymentsVaultConfig: {
|
|
35828
|
-
readonly address: "
|
|
36784
|
+
readonly address: "0x47A72d7094c4c5B0566E159579DBD79220A0EA24";
|
|
35829
36785
|
readonly abi: readonly [{
|
|
35830
36786
|
readonly type: "receive";
|
|
35831
36787
|
readonly stateMutability: "payable";
|
|
@@ -36960,9 +37916,9 @@ export declare const protocolStandardFeesAbi: readonly [{
|
|
|
36960
37916
|
}];
|
|
36961
37917
|
readonly name: "UUPSUnsupportedProxiableUUID";
|
|
36962
37918
|
}];
|
|
36963
|
-
export declare const protocolStandardFeesAddress: "
|
|
37919
|
+
export declare const protocolStandardFeesAddress: "0x18Daa0e4D63b1b20D428354bAffEd593d776FF7A";
|
|
36964
37920
|
export declare const protocolStandardFeesConfig: {
|
|
36965
|
-
readonly address: "
|
|
37921
|
+
readonly address: "0x18Daa0e4D63b1b20D428354bAffEd593d776FF7A";
|
|
36966
37922
|
readonly abi: readonly [{
|
|
36967
37923
|
readonly type: "function";
|
|
36968
37924
|
readonly inputs: readonly [];
|
|
@@ -37417,72 +38373,18 @@ export declare const safeErc20Abi: readonly [{
|
|
|
37417
38373
|
}];
|
|
37418
38374
|
readonly name: "SafeERC20FailedOperation";
|
|
37419
38375
|
}];
|
|
37420
|
-
export declare const
|
|
37421
|
-
readonly type: "
|
|
37422
|
-
readonly inputs: readonly [];
|
|
37423
|
-
readonly name: "IS_SCRIPT";
|
|
37424
|
-
readonly outputs: readonly [{
|
|
37425
|
-
readonly name: "";
|
|
37426
|
-
readonly internalType: "bool";
|
|
37427
|
-
readonly type: "bool";
|
|
37428
|
-
}];
|
|
37429
|
-
readonly stateMutability: "view";
|
|
37430
|
-
}, {
|
|
37431
|
-
readonly type: "function";
|
|
37432
|
-
readonly inputs: readonly [];
|
|
37433
|
-
readonly name: "debug";
|
|
37434
|
-
readonly outputs: readonly [{
|
|
37435
|
-
readonly name: "";
|
|
37436
|
-
readonly internalType: "bool";
|
|
37437
|
-
readonly type: "bool";
|
|
37438
|
-
}];
|
|
37439
|
-
readonly stateMutability: "view";
|
|
37440
|
-
}, {
|
|
37441
|
-
readonly type: "function";
|
|
37442
|
-
readonly inputs: readonly [];
|
|
37443
|
-
readonly name: "feeReceiver";
|
|
37444
|
-
readonly outputs: readonly [{
|
|
37445
|
-
readonly name: "";
|
|
37446
|
-
readonly internalType: "address";
|
|
37447
|
-
readonly type: "address";
|
|
37448
|
-
}];
|
|
37449
|
-
readonly stateMutability: "view";
|
|
37450
|
-
}, {
|
|
37451
|
-
readonly type: "function";
|
|
37452
|
-
readonly inputs: readonly [];
|
|
37453
|
-
readonly name: "governor";
|
|
37454
|
-
readonly outputs: readonly [{
|
|
37455
|
-
readonly name: "";
|
|
37456
|
-
readonly internalType: "address";
|
|
37457
|
-
readonly type: "address";
|
|
37458
|
-
}];
|
|
37459
|
-
readonly stateMutability: "view";
|
|
37460
|
-
}, {
|
|
37461
|
-
readonly type: "function";
|
|
38376
|
+
export declare const shortStringsAbi: readonly [{
|
|
38377
|
+
readonly type: "error";
|
|
37462
38378
|
readonly inputs: readonly [];
|
|
37463
|
-
readonly name: "
|
|
37464
|
-
readonly outputs: readonly [{
|
|
37465
|
-
readonly name: "";
|
|
37466
|
-
readonly internalType: "uint256";
|
|
37467
|
-
readonly type: "uint256";
|
|
37468
|
-
}];
|
|
37469
|
-
readonly stateMutability: "view";
|
|
38379
|
+
readonly name: "InvalidShortString";
|
|
37470
38380
|
}, {
|
|
37471
|
-
readonly type: "
|
|
37472
|
-
readonly inputs: readonly [
|
|
37473
|
-
|
|
37474
|
-
|
|
37475
|
-
readonly
|
|
37476
|
-
readonly internalType: "address";
|
|
37477
|
-
readonly type: "address";
|
|
38381
|
+
readonly type: "error";
|
|
38382
|
+
readonly inputs: readonly [{
|
|
38383
|
+
readonly name: "str";
|
|
38384
|
+
readonly internalType: "string";
|
|
38385
|
+
readonly type: "string";
|
|
37478
38386
|
}];
|
|
37479
|
-
readonly
|
|
37480
|
-
}, {
|
|
37481
|
-
readonly type: "function";
|
|
37482
|
-
readonly inputs: readonly [];
|
|
37483
|
-
readonly name: "run";
|
|
37484
|
-
readonly outputs: readonly [];
|
|
37485
|
-
readonly stateMutability: "nonpayable";
|
|
38387
|
+
readonly name: "StringTooLong";
|
|
37486
38388
|
}];
|
|
37487
38389
|
export declare const stringsAbi: readonly [{
|
|
37488
38390
|
readonly type: "error";
|
|
@@ -37740,9 +38642,9 @@ export declare const tokenUtilsAbi: readonly [{
|
|
|
37740
38642
|
}];
|
|
37741
38643
|
readonly name: "InvalidTransactionAmount";
|
|
37742
38644
|
}];
|
|
37743
|
-
export declare const tokenUtilsAddress: "
|
|
38645
|
+
export declare const tokenUtilsAddress: "0x766fcde79BB22166d59FDb12b9a05C97bf5BF4b2";
|
|
37744
38646
|
export declare const tokenUtilsConfig: {
|
|
37745
|
-
readonly address: "
|
|
38647
|
+
readonly address: "0x766fcde79BB22166d59FDb12b9a05C97bf5BF4b2";
|
|
37746
38648
|
readonly abi: readonly [{
|
|
37747
38649
|
readonly type: "function";
|
|
37748
38650
|
readonly inputs: readonly [{
|
|
@@ -38069,9 +38971,9 @@ export declare const transferCreditsConditionAbi: readonly [{
|
|
|
38069
38971
|
}];
|
|
38070
38972
|
readonly name: "UUPSUnsupportedProxiableUUID";
|
|
38071
38973
|
}];
|
|
38072
|
-
export declare const transferCreditsConditionAddress: "
|
|
38974
|
+
export declare const transferCreditsConditionAddress: "0x17B147345E6113572ca344003bFcA5303F7c75a6";
|
|
38073
38975
|
export declare const transferCreditsConditionConfig: {
|
|
38074
|
-
readonly address: "
|
|
38976
|
+
readonly address: "0x17B147345E6113572ca344003bFcA5303F7c75a6";
|
|
38075
38977
|
readonly abi: readonly [{
|
|
38076
38978
|
readonly type: "function";
|
|
38077
38979
|
readonly inputs: readonly [];
|