tempo.ts 0.7.6 → 0.8.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/CHANGELOG.md +32 -0
- package/dist/chains.d.ts +6 -20
- package/dist/chains.d.ts.map +1 -1
- package/dist/chains.js +14 -15
- package/dist/chains.js.map +1 -1
- package/dist/ox/KeyAuthorization.d.ts +356 -0
- package/dist/ox/KeyAuthorization.d.ts.map +1 -0
- package/dist/ox/KeyAuthorization.js +360 -0
- package/dist/ox/KeyAuthorization.js.map +1 -0
- package/dist/ox/SignatureEnvelope.d.ts +21 -6
- package/dist/ox/SignatureEnvelope.d.ts.map +1 -1
- package/dist/ox/SignatureEnvelope.js +43 -3
- package/dist/ox/SignatureEnvelope.js.map +1 -1
- package/dist/ox/Transaction.d.ts +5 -1
- package/dist/ox/Transaction.d.ts.map +1 -1
- package/dist/ox/Transaction.js +5 -0
- package/dist/ox/Transaction.js.map +1 -1
- package/dist/ox/TransactionEnvelopeAA.d.ts +9 -0
- package/dist/ox/TransactionEnvelopeAA.d.ts.map +1 -1
- package/dist/ox/TransactionEnvelopeAA.js +17 -4
- package/dist/ox/TransactionEnvelopeAA.js.map +1 -1
- package/dist/ox/TransactionRequest.d.ts +7 -1
- package/dist/ox/TransactionRequest.d.ts.map +1 -1
- package/dist/ox/TransactionRequest.js +12 -0
- package/dist/ox/TransactionRequest.js.map +1 -1
- package/dist/ox/index.d.ts +1 -0
- package/dist/ox/index.d.ts.map +1 -1
- package/dist/ox/index.js +1 -0
- package/dist/ox/index.js.map +1 -1
- package/dist/prool/Instance.js +1 -1
- package/dist/prool/Instance.js.map +1 -1
- package/{src/prool/internal → dist/prool}/chain.json +4 -2
- package/dist/viem/Abis.d.ts +319 -6
- package/dist/viem/Abis.d.ts.map +1 -1
- package/dist/viem/Abis.js +199 -7
- package/dist/viem/Abis.js.map +1 -1
- package/dist/viem/Account.d.ts +103 -14
- package/dist/viem/Account.d.ts.map +1 -1
- package/dist/viem/Account.js +177 -23
- package/dist/viem/Account.js.map +1 -1
- package/dist/viem/Actions/account.d.ts.map +1 -1
- package/dist/viem/Actions/account.js +4 -5
- package/dist/viem/Actions/account.js.map +1 -1
- package/dist/viem/Actions/amm.d.ts +72 -0
- package/dist/viem/Actions/amm.d.ts.map +1 -1
- package/dist/viem/Actions/dex.d.ts +156 -4
- package/dist/viem/Actions/dex.d.ts.map +1 -1
- package/dist/viem/Actions/fee.d.ts +4 -0
- package/dist/viem/Actions/fee.d.ts.map +1 -1
- package/dist/viem/Actions/reward.d.ts +158 -0
- package/dist/viem/Actions/reward.d.ts.map +1 -1
- package/dist/viem/Actions/reward.js +54 -0
- package/dist/viem/Actions/reward.js.map +1 -1
- package/dist/viem/Actions/token.d.ts +585 -0
- package/dist/viem/Actions/token.d.ts.map +1 -1
- package/dist/viem/Actions/token.js +2 -2
- package/dist/viem/Actions/token.js.map +1 -1
- package/dist/viem/Addresses.d.ts +1 -1
- package/dist/viem/Addresses.d.ts.map +1 -1
- package/dist/viem/Addresses.js +1 -1
- package/dist/viem/Addresses.js.map +1 -1
- package/dist/viem/Chain.d.ts +35 -0
- package/dist/viem/Chain.d.ts.map +1 -1
- package/dist/viem/Chain.js +37 -0
- package/dist/viem/Chain.js.map +1 -1
- package/dist/viem/Decorator.d.ts +74 -0
- package/dist/viem/Decorator.d.ts.map +1 -1
- package/dist/viem/Decorator.js +3 -0
- package/dist/viem/Decorator.js.map +1 -1
- package/dist/viem/Formatters.d.ts.map +1 -1
- package/dist/viem/Formatters.js +8 -7
- package/dist/viem/Formatters.js.map +1 -1
- package/dist/viem/Storage.d.ts +1 -0
- package/dist/viem/Storage.d.ts.map +1 -1
- package/dist/viem/Storage.js +21 -0
- package/dist/viem/Storage.js.map +1 -1
- package/dist/viem/TokenIds.d.ts +1 -1
- package/dist/viem/TokenIds.d.ts.map +1 -1
- package/dist/viem/TokenIds.js +1 -1
- package/dist/viem/TokenIds.js.map +1 -1
- package/dist/viem/Transaction.d.ts +9 -1
- package/dist/viem/Transaction.d.ts.map +1 -1
- package/dist/viem/Transaction.js +2 -1
- package/dist/viem/Transaction.js.map +1 -1
- package/dist/viem/WebAuthnP256.d.ts +4 -1
- package/dist/viem/WebAuthnP256.d.ts.map +1 -1
- package/dist/viem/WebAuthnP256.js +3 -1
- package/dist/viem/WebAuthnP256.js.map +1 -1
- package/dist/wagmi/Actions/reward.d.ts +44 -0
- package/dist/wagmi/Actions/reward.d.ts.map +1 -1
- package/dist/wagmi/Actions/reward.js +49 -0
- package/dist/wagmi/Actions/reward.js.map +1 -1
- package/dist/wagmi/Connector.d.ts +25 -8
- package/dist/wagmi/Connector.d.ts.map +1 -1
- package/dist/wagmi/Connector.js +120 -27
- package/dist/wagmi/Connector.js.map +1 -1
- package/dist/wagmi/Hooks/reward.d.ts +32 -0
- package/dist/wagmi/Hooks/reward.d.ts.map +1 -1
- package/dist/wagmi/Hooks/reward.js +39 -0
- package/dist/wagmi/Hooks/reward.js.map +1 -1
- package/package.json +3 -2
- package/src/chains.ts +14 -15
- package/src/ox/KeyAuthorization.test.ts +1332 -0
- package/src/ox/KeyAuthorization.ts +542 -0
- package/src/ox/SignatureEnvelope.test.ts +624 -0
- package/src/ox/SignatureEnvelope.ts +89 -9
- package/src/ox/Transaction.test.ts +214 -0
- package/src/ox/Transaction.ts +13 -1
- package/src/ox/TransactionEnvelopeAA.test.ts +164 -4
- package/src/ox/TransactionEnvelopeAA.ts +36 -3
- package/src/ox/TransactionRequest.ts +22 -1
- package/src/ox/e2e.test.ts +612 -5
- package/src/ox/index.ts +1 -0
- package/src/prool/Instance.ts +1 -1
- package/src/prool/chain.json +238 -0
- package/src/server/Handler.test.ts +20 -36
- package/src/viem/Abis.ts +200 -7
- package/src/viem/Account.test.ts +444 -0
- package/src/viem/Account.ts +355 -42
- package/src/viem/Actions/account.ts +3 -5
- package/src/viem/Actions/amm.test.ts +4 -4
- package/src/viem/Actions/reward.test.ts +84 -0
- package/src/viem/Actions/reward.ts +73 -0
- package/src/viem/Actions/token.test.ts +8 -8
- package/src/viem/Actions/token.ts +2 -2
- package/src/viem/Addresses.ts +1 -1
- package/src/viem/Chain.test.ts +168 -0
- package/src/viem/Chain.ts +37 -1
- package/src/viem/Decorator.ts +84 -0
- package/src/viem/Formatters.ts +8 -7
- package/src/viem/Storage.ts +22 -0
- package/src/viem/TokenIds.ts +1 -1
- package/src/viem/Transaction.ts +14 -2
- package/src/viem/WebAuthnP256.ts +8 -2
- package/src/viem/e2e.test.ts +299 -96
- package/src/wagmi/Actions/amm.test.ts +2 -2
- package/src/wagmi/Actions/reward.test.ts +36 -0
- package/src/wagmi/Actions/reward.ts +91 -0
- package/src/wagmi/Connector.test.ts +1 -1
- package/src/wagmi/Connector.ts +184 -54
- package/src/wagmi/Hooks/amm.test.ts +4 -4
- package/src/wagmi/Hooks/fee.test.ts +10 -4
- package/src/wagmi/Hooks/reward.test.ts +72 -0
- package/src/wagmi/Hooks/reward.ts +68 -0
- package/src/wagmi/Hooks/token.test.ts +0 -488
- package/dist/viem/internal/account.d.ts +0 -21
- package/dist/viem/internal/account.d.ts.map +0 -1
- package/dist/viem/internal/account.js +0 -61
- package/dist/viem/internal/account.js.map +0 -1
- package/src/viem/internal/account.ts +0 -89
|
@@ -351,6 +351,25 @@ export declare namespace approve {
|
|
|
351
351
|
readonly outputs: readonly [{
|
|
352
352
|
readonly type: "bool";
|
|
353
353
|
}];
|
|
354
|
+
}, {
|
|
355
|
+
readonly name: "feeRecipient";
|
|
356
|
+
readonly type: "function";
|
|
357
|
+
readonly stateMutability: "view";
|
|
358
|
+
readonly inputs: readonly [];
|
|
359
|
+
readonly outputs: readonly [{
|
|
360
|
+
readonly type: "address";
|
|
361
|
+
}];
|
|
362
|
+
}, {
|
|
363
|
+
readonly name: "setFeeRecipient";
|
|
364
|
+
readonly type: "function";
|
|
365
|
+
readonly stateMutability: "view";
|
|
366
|
+
readonly inputs: readonly [{
|
|
367
|
+
readonly type: "address";
|
|
368
|
+
readonly name: "newRecipient";
|
|
369
|
+
}];
|
|
370
|
+
readonly outputs: readonly [{
|
|
371
|
+
readonly type: "address";
|
|
372
|
+
}];
|
|
354
373
|
}, {
|
|
355
374
|
readonly name: "changeTransferPolicyId";
|
|
356
375
|
readonly type: "function";
|
|
@@ -737,6 +756,18 @@ export declare namespace approve {
|
|
|
737
756
|
readonly name: "recipient";
|
|
738
757
|
readonly indexed: true;
|
|
739
758
|
}];
|
|
759
|
+
}, {
|
|
760
|
+
readonly name: "FeeRecipientUpdated";
|
|
761
|
+
readonly type: "event";
|
|
762
|
+
readonly inputs: readonly [{
|
|
763
|
+
readonly type: "address";
|
|
764
|
+
readonly name: "updater";
|
|
765
|
+
readonly indexed: true;
|
|
766
|
+
}, {
|
|
767
|
+
readonly type: "address";
|
|
768
|
+
readonly name: "newRecipient";
|
|
769
|
+
readonly indexed: true;
|
|
770
|
+
}];
|
|
740
771
|
}, {
|
|
741
772
|
readonly name: "InsufficientBalance";
|
|
742
773
|
readonly type: "error";
|
|
@@ -818,6 +849,14 @@ export declare namespace approve {
|
|
|
818
849
|
readonly name: "RewardsDisabled";
|
|
819
850
|
readonly type: "error";
|
|
820
851
|
readonly inputs: readonly [];
|
|
852
|
+
}, {
|
|
853
|
+
readonly name: "ScheduledRewardsDisabled";
|
|
854
|
+
readonly type: "error";
|
|
855
|
+
readonly inputs: readonly [];
|
|
856
|
+
}, {
|
|
857
|
+
readonly name: "ProtectedAddress";
|
|
858
|
+
readonly type: "error";
|
|
859
|
+
readonly inputs: readonly [];
|
|
821
860
|
}, {
|
|
822
861
|
readonly name: "hasRole";
|
|
823
862
|
readonly type: "function";
|
|
@@ -1318,6 +1357,25 @@ export declare namespace burnBlocked {
|
|
|
1318
1357
|
readonly outputs: readonly [{
|
|
1319
1358
|
readonly type: "bool";
|
|
1320
1359
|
}];
|
|
1360
|
+
}, {
|
|
1361
|
+
readonly name: "feeRecipient";
|
|
1362
|
+
readonly type: "function";
|
|
1363
|
+
readonly stateMutability: "view";
|
|
1364
|
+
readonly inputs: readonly [];
|
|
1365
|
+
readonly outputs: readonly [{
|
|
1366
|
+
readonly type: "address";
|
|
1367
|
+
}];
|
|
1368
|
+
}, {
|
|
1369
|
+
readonly name: "setFeeRecipient";
|
|
1370
|
+
readonly type: "function";
|
|
1371
|
+
readonly stateMutability: "view";
|
|
1372
|
+
readonly inputs: readonly [{
|
|
1373
|
+
readonly type: "address";
|
|
1374
|
+
readonly name: "newRecipient";
|
|
1375
|
+
}];
|
|
1376
|
+
readonly outputs: readonly [{
|
|
1377
|
+
readonly type: "address";
|
|
1378
|
+
}];
|
|
1321
1379
|
}, {
|
|
1322
1380
|
readonly name: "changeTransferPolicyId";
|
|
1323
1381
|
readonly type: "function";
|
|
@@ -1704,6 +1762,18 @@ export declare namespace burnBlocked {
|
|
|
1704
1762
|
readonly name: "recipient";
|
|
1705
1763
|
readonly indexed: true;
|
|
1706
1764
|
}];
|
|
1765
|
+
}, {
|
|
1766
|
+
readonly name: "FeeRecipientUpdated";
|
|
1767
|
+
readonly type: "event";
|
|
1768
|
+
readonly inputs: readonly [{
|
|
1769
|
+
readonly type: "address";
|
|
1770
|
+
readonly name: "updater";
|
|
1771
|
+
readonly indexed: true;
|
|
1772
|
+
}, {
|
|
1773
|
+
readonly type: "address";
|
|
1774
|
+
readonly name: "newRecipient";
|
|
1775
|
+
readonly indexed: true;
|
|
1776
|
+
}];
|
|
1707
1777
|
}, {
|
|
1708
1778
|
readonly name: "InsufficientBalance";
|
|
1709
1779
|
readonly type: "error";
|
|
@@ -1785,6 +1855,14 @@ export declare namespace burnBlocked {
|
|
|
1785
1855
|
readonly name: "RewardsDisabled";
|
|
1786
1856
|
readonly type: "error";
|
|
1787
1857
|
readonly inputs: readonly [];
|
|
1858
|
+
}, {
|
|
1859
|
+
readonly name: "ScheduledRewardsDisabled";
|
|
1860
|
+
readonly type: "error";
|
|
1861
|
+
readonly inputs: readonly [];
|
|
1862
|
+
}, {
|
|
1863
|
+
readonly name: "ProtectedAddress";
|
|
1864
|
+
readonly type: "error";
|
|
1865
|
+
readonly inputs: readonly [];
|
|
1788
1866
|
}, {
|
|
1789
1867
|
readonly name: "hasRole";
|
|
1790
1868
|
readonly type: "function";
|
|
@@ -2293,6 +2371,25 @@ export declare namespace burn {
|
|
|
2293
2371
|
readonly outputs: readonly [{
|
|
2294
2372
|
readonly type: "bool";
|
|
2295
2373
|
}];
|
|
2374
|
+
}, {
|
|
2375
|
+
readonly name: "feeRecipient";
|
|
2376
|
+
readonly type: "function";
|
|
2377
|
+
readonly stateMutability: "view";
|
|
2378
|
+
readonly inputs: readonly [];
|
|
2379
|
+
readonly outputs: readonly [{
|
|
2380
|
+
readonly type: "address";
|
|
2381
|
+
}];
|
|
2382
|
+
}, {
|
|
2383
|
+
readonly name: "setFeeRecipient";
|
|
2384
|
+
readonly type: "function";
|
|
2385
|
+
readonly stateMutability: "view";
|
|
2386
|
+
readonly inputs: readonly [{
|
|
2387
|
+
readonly type: "address";
|
|
2388
|
+
readonly name: "newRecipient";
|
|
2389
|
+
}];
|
|
2390
|
+
readonly outputs: readonly [{
|
|
2391
|
+
readonly type: "address";
|
|
2392
|
+
}];
|
|
2296
2393
|
}, {
|
|
2297
2394
|
readonly name: "changeTransferPolicyId";
|
|
2298
2395
|
readonly type: "function";
|
|
@@ -2679,6 +2776,18 @@ export declare namespace burn {
|
|
|
2679
2776
|
readonly name: "recipient";
|
|
2680
2777
|
readonly indexed: true;
|
|
2681
2778
|
}];
|
|
2779
|
+
}, {
|
|
2780
|
+
readonly name: "FeeRecipientUpdated";
|
|
2781
|
+
readonly type: "event";
|
|
2782
|
+
readonly inputs: readonly [{
|
|
2783
|
+
readonly type: "address";
|
|
2784
|
+
readonly name: "updater";
|
|
2785
|
+
readonly indexed: true;
|
|
2786
|
+
}, {
|
|
2787
|
+
readonly type: "address";
|
|
2788
|
+
readonly name: "newRecipient";
|
|
2789
|
+
readonly indexed: true;
|
|
2790
|
+
}];
|
|
2682
2791
|
}, {
|
|
2683
2792
|
readonly name: "InsufficientBalance";
|
|
2684
2793
|
readonly type: "error";
|
|
@@ -2760,6 +2869,14 @@ export declare namespace burn {
|
|
|
2760
2869
|
readonly name: "RewardsDisabled";
|
|
2761
2870
|
readonly type: "error";
|
|
2762
2871
|
readonly inputs: readonly [];
|
|
2872
|
+
}, {
|
|
2873
|
+
readonly name: "ScheduledRewardsDisabled";
|
|
2874
|
+
readonly type: "error";
|
|
2875
|
+
readonly inputs: readonly [];
|
|
2876
|
+
}, {
|
|
2877
|
+
readonly name: "ProtectedAddress";
|
|
2878
|
+
readonly type: "error";
|
|
2879
|
+
readonly inputs: readonly [];
|
|
2763
2880
|
}, {
|
|
2764
2881
|
readonly name: "hasRole";
|
|
2765
2882
|
readonly type: "function";
|
|
@@ -3252,6 +3369,25 @@ export declare namespace changeTransferPolicy {
|
|
|
3252
3369
|
readonly outputs: readonly [{
|
|
3253
3370
|
readonly type: "bool";
|
|
3254
3371
|
}];
|
|
3372
|
+
}, {
|
|
3373
|
+
readonly name: "feeRecipient";
|
|
3374
|
+
readonly type: "function";
|
|
3375
|
+
readonly stateMutability: "view";
|
|
3376
|
+
readonly inputs: readonly [];
|
|
3377
|
+
readonly outputs: readonly [{
|
|
3378
|
+
readonly type: "address";
|
|
3379
|
+
}];
|
|
3380
|
+
}, {
|
|
3381
|
+
readonly name: "setFeeRecipient";
|
|
3382
|
+
readonly type: "function";
|
|
3383
|
+
readonly stateMutability: "view";
|
|
3384
|
+
readonly inputs: readonly [{
|
|
3385
|
+
readonly type: "address";
|
|
3386
|
+
readonly name: "newRecipient";
|
|
3387
|
+
}];
|
|
3388
|
+
readonly outputs: readonly [{
|
|
3389
|
+
readonly type: "address";
|
|
3390
|
+
}];
|
|
3255
3391
|
}, {
|
|
3256
3392
|
readonly name: "changeTransferPolicyId";
|
|
3257
3393
|
readonly type: "function";
|
|
@@ -3638,6 +3774,18 @@ export declare namespace changeTransferPolicy {
|
|
|
3638
3774
|
readonly name: "recipient";
|
|
3639
3775
|
readonly indexed: true;
|
|
3640
3776
|
}];
|
|
3777
|
+
}, {
|
|
3778
|
+
readonly name: "FeeRecipientUpdated";
|
|
3779
|
+
readonly type: "event";
|
|
3780
|
+
readonly inputs: readonly [{
|
|
3781
|
+
readonly type: "address";
|
|
3782
|
+
readonly name: "updater";
|
|
3783
|
+
readonly indexed: true;
|
|
3784
|
+
}, {
|
|
3785
|
+
readonly type: "address";
|
|
3786
|
+
readonly name: "newRecipient";
|
|
3787
|
+
readonly indexed: true;
|
|
3788
|
+
}];
|
|
3641
3789
|
}, {
|
|
3642
3790
|
readonly name: "InsufficientBalance";
|
|
3643
3791
|
readonly type: "error";
|
|
@@ -3719,6 +3867,14 @@ export declare namespace changeTransferPolicy {
|
|
|
3719
3867
|
readonly name: "RewardsDisabled";
|
|
3720
3868
|
readonly type: "error";
|
|
3721
3869
|
readonly inputs: readonly [];
|
|
3870
|
+
}, {
|
|
3871
|
+
readonly name: "ScheduledRewardsDisabled";
|
|
3872
|
+
readonly type: "error";
|
|
3873
|
+
readonly inputs: readonly [];
|
|
3874
|
+
}, {
|
|
3875
|
+
readonly name: "ProtectedAddress";
|
|
3876
|
+
readonly type: "error";
|
|
3877
|
+
readonly inputs: readonly [];
|
|
3722
3878
|
}, {
|
|
3723
3879
|
readonly name: "hasRole";
|
|
3724
3880
|
readonly type: "function";
|
|
@@ -4805,6 +4961,25 @@ export declare namespace grantRoles {
|
|
|
4805
4961
|
readonly outputs: readonly [{
|
|
4806
4962
|
readonly type: "bool";
|
|
4807
4963
|
}];
|
|
4964
|
+
}, {
|
|
4965
|
+
readonly name: "feeRecipient";
|
|
4966
|
+
readonly type: "function";
|
|
4967
|
+
readonly stateMutability: "view";
|
|
4968
|
+
readonly inputs: readonly [];
|
|
4969
|
+
readonly outputs: readonly [{
|
|
4970
|
+
readonly type: "address";
|
|
4971
|
+
}];
|
|
4972
|
+
}, {
|
|
4973
|
+
readonly name: "setFeeRecipient";
|
|
4974
|
+
readonly type: "function";
|
|
4975
|
+
readonly stateMutability: "view";
|
|
4976
|
+
readonly inputs: readonly [{
|
|
4977
|
+
readonly type: "address";
|
|
4978
|
+
readonly name: "newRecipient";
|
|
4979
|
+
}];
|
|
4980
|
+
readonly outputs: readonly [{
|
|
4981
|
+
readonly type: "address";
|
|
4982
|
+
}];
|
|
4808
4983
|
}, {
|
|
4809
4984
|
readonly name: "changeTransferPolicyId";
|
|
4810
4985
|
readonly type: "function";
|
|
@@ -5191,6 +5366,18 @@ export declare namespace grantRoles {
|
|
|
5191
5366
|
readonly name: "recipient";
|
|
5192
5367
|
readonly indexed: true;
|
|
5193
5368
|
}];
|
|
5369
|
+
}, {
|
|
5370
|
+
readonly name: "FeeRecipientUpdated";
|
|
5371
|
+
readonly type: "event";
|
|
5372
|
+
readonly inputs: readonly [{
|
|
5373
|
+
readonly type: "address";
|
|
5374
|
+
readonly name: "updater";
|
|
5375
|
+
readonly indexed: true;
|
|
5376
|
+
}, {
|
|
5377
|
+
readonly type: "address";
|
|
5378
|
+
readonly name: "newRecipient";
|
|
5379
|
+
readonly indexed: true;
|
|
5380
|
+
}];
|
|
5194
5381
|
}, {
|
|
5195
5382
|
readonly name: "InsufficientBalance";
|
|
5196
5383
|
readonly type: "error";
|
|
@@ -5272,6 +5459,14 @@ export declare namespace grantRoles {
|
|
|
5272
5459
|
readonly name: "RewardsDisabled";
|
|
5273
5460
|
readonly type: "error";
|
|
5274
5461
|
readonly inputs: readonly [];
|
|
5462
|
+
}, {
|
|
5463
|
+
readonly name: "ScheduledRewardsDisabled";
|
|
5464
|
+
readonly type: "error";
|
|
5465
|
+
readonly inputs: readonly [];
|
|
5466
|
+
}, {
|
|
5467
|
+
readonly name: "ProtectedAddress";
|
|
5468
|
+
readonly type: "error";
|
|
5469
|
+
readonly inputs: readonly [];
|
|
5275
5470
|
}, {
|
|
5276
5471
|
readonly name: "hasRole";
|
|
5277
5472
|
readonly type: "function";
|
|
@@ -5790,6 +5985,25 @@ export declare namespace mint {
|
|
|
5790
5985
|
readonly outputs: readonly [{
|
|
5791
5986
|
readonly type: "bool";
|
|
5792
5987
|
}];
|
|
5988
|
+
}, {
|
|
5989
|
+
readonly name: "feeRecipient";
|
|
5990
|
+
readonly type: "function";
|
|
5991
|
+
readonly stateMutability: "view";
|
|
5992
|
+
readonly inputs: readonly [];
|
|
5993
|
+
readonly outputs: readonly [{
|
|
5994
|
+
readonly type: "address";
|
|
5995
|
+
}];
|
|
5996
|
+
}, {
|
|
5997
|
+
readonly name: "setFeeRecipient";
|
|
5998
|
+
readonly type: "function";
|
|
5999
|
+
readonly stateMutability: "view";
|
|
6000
|
+
readonly inputs: readonly [{
|
|
6001
|
+
readonly type: "address";
|
|
6002
|
+
readonly name: "newRecipient";
|
|
6003
|
+
}];
|
|
6004
|
+
readonly outputs: readonly [{
|
|
6005
|
+
readonly type: "address";
|
|
6006
|
+
}];
|
|
5793
6007
|
}, {
|
|
5794
6008
|
readonly name: "changeTransferPolicyId";
|
|
5795
6009
|
readonly type: "function";
|
|
@@ -6176,6 +6390,18 @@ export declare namespace mint {
|
|
|
6176
6390
|
readonly name: "recipient";
|
|
6177
6391
|
readonly indexed: true;
|
|
6178
6392
|
}];
|
|
6393
|
+
}, {
|
|
6394
|
+
readonly name: "FeeRecipientUpdated";
|
|
6395
|
+
readonly type: "event";
|
|
6396
|
+
readonly inputs: readonly [{
|
|
6397
|
+
readonly type: "address";
|
|
6398
|
+
readonly name: "updater";
|
|
6399
|
+
readonly indexed: true;
|
|
6400
|
+
}, {
|
|
6401
|
+
readonly type: "address";
|
|
6402
|
+
readonly name: "newRecipient";
|
|
6403
|
+
readonly indexed: true;
|
|
6404
|
+
}];
|
|
6179
6405
|
}, {
|
|
6180
6406
|
readonly name: "InsufficientBalance";
|
|
6181
6407
|
readonly type: "error";
|
|
@@ -6257,6 +6483,14 @@ export declare namespace mint {
|
|
|
6257
6483
|
readonly name: "RewardsDisabled";
|
|
6258
6484
|
readonly type: "error";
|
|
6259
6485
|
readonly inputs: readonly [];
|
|
6486
|
+
}, {
|
|
6487
|
+
readonly name: "ScheduledRewardsDisabled";
|
|
6488
|
+
readonly type: "error";
|
|
6489
|
+
readonly inputs: readonly [];
|
|
6490
|
+
}, {
|
|
6491
|
+
readonly name: "ProtectedAddress";
|
|
6492
|
+
readonly type: "error";
|
|
6493
|
+
readonly inputs: readonly [];
|
|
6260
6494
|
}, {
|
|
6261
6495
|
readonly name: "hasRole";
|
|
6262
6496
|
readonly type: "function";
|
|
@@ -6741,6 +6975,25 @@ export declare namespace pause {
|
|
|
6741
6975
|
readonly outputs: readonly [{
|
|
6742
6976
|
readonly type: "bool";
|
|
6743
6977
|
}];
|
|
6978
|
+
}, {
|
|
6979
|
+
readonly name: "feeRecipient";
|
|
6980
|
+
readonly type: "function";
|
|
6981
|
+
readonly stateMutability: "view";
|
|
6982
|
+
readonly inputs: readonly [];
|
|
6983
|
+
readonly outputs: readonly [{
|
|
6984
|
+
readonly type: "address";
|
|
6985
|
+
}];
|
|
6986
|
+
}, {
|
|
6987
|
+
readonly name: "setFeeRecipient";
|
|
6988
|
+
readonly type: "function";
|
|
6989
|
+
readonly stateMutability: "view";
|
|
6990
|
+
readonly inputs: readonly [{
|
|
6991
|
+
readonly type: "address";
|
|
6992
|
+
readonly name: "newRecipient";
|
|
6993
|
+
}];
|
|
6994
|
+
readonly outputs: readonly [{
|
|
6995
|
+
readonly type: "address";
|
|
6996
|
+
}];
|
|
6744
6997
|
}, {
|
|
6745
6998
|
readonly name: "changeTransferPolicyId";
|
|
6746
6999
|
readonly type: "function";
|
|
@@ -7127,6 +7380,18 @@ export declare namespace pause {
|
|
|
7127
7380
|
readonly name: "recipient";
|
|
7128
7381
|
readonly indexed: true;
|
|
7129
7382
|
}];
|
|
7383
|
+
}, {
|
|
7384
|
+
readonly name: "FeeRecipientUpdated";
|
|
7385
|
+
readonly type: "event";
|
|
7386
|
+
readonly inputs: readonly [{
|
|
7387
|
+
readonly type: "address";
|
|
7388
|
+
readonly name: "updater";
|
|
7389
|
+
readonly indexed: true;
|
|
7390
|
+
}, {
|
|
7391
|
+
readonly type: "address";
|
|
7392
|
+
readonly name: "newRecipient";
|
|
7393
|
+
readonly indexed: true;
|
|
7394
|
+
}];
|
|
7130
7395
|
}, {
|
|
7131
7396
|
readonly name: "InsufficientBalance";
|
|
7132
7397
|
readonly type: "error";
|
|
@@ -7208,6 +7473,14 @@ export declare namespace pause {
|
|
|
7208
7473
|
readonly name: "RewardsDisabled";
|
|
7209
7474
|
readonly type: "error";
|
|
7210
7475
|
readonly inputs: readonly [];
|
|
7476
|
+
}, {
|
|
7477
|
+
readonly name: "ScheduledRewardsDisabled";
|
|
7478
|
+
readonly type: "error";
|
|
7479
|
+
readonly inputs: readonly [];
|
|
7480
|
+
}, {
|
|
7481
|
+
readonly name: "ProtectedAddress";
|
|
7482
|
+
readonly type: "error";
|
|
7483
|
+
readonly inputs: readonly [];
|
|
7211
7484
|
}, {
|
|
7212
7485
|
readonly name: "hasRole";
|
|
7213
7486
|
readonly type: "function";
|
|
@@ -7702,6 +7975,25 @@ export declare namespace renounceRoles {
|
|
|
7702
7975
|
readonly outputs: readonly [{
|
|
7703
7976
|
readonly type: "bool";
|
|
7704
7977
|
}];
|
|
7978
|
+
}, {
|
|
7979
|
+
readonly name: "feeRecipient";
|
|
7980
|
+
readonly type: "function";
|
|
7981
|
+
readonly stateMutability: "view";
|
|
7982
|
+
readonly inputs: readonly [];
|
|
7983
|
+
readonly outputs: readonly [{
|
|
7984
|
+
readonly type: "address";
|
|
7985
|
+
}];
|
|
7986
|
+
}, {
|
|
7987
|
+
readonly name: "setFeeRecipient";
|
|
7988
|
+
readonly type: "function";
|
|
7989
|
+
readonly stateMutability: "view";
|
|
7990
|
+
readonly inputs: readonly [{
|
|
7991
|
+
readonly type: "address";
|
|
7992
|
+
readonly name: "newRecipient";
|
|
7993
|
+
}];
|
|
7994
|
+
readonly outputs: readonly [{
|
|
7995
|
+
readonly type: "address";
|
|
7996
|
+
}];
|
|
7705
7997
|
}, {
|
|
7706
7998
|
readonly name: "changeTransferPolicyId";
|
|
7707
7999
|
readonly type: "function";
|
|
@@ -8088,6 +8380,18 @@ export declare namespace renounceRoles {
|
|
|
8088
8380
|
readonly name: "recipient";
|
|
8089
8381
|
readonly indexed: true;
|
|
8090
8382
|
}];
|
|
8383
|
+
}, {
|
|
8384
|
+
readonly name: "FeeRecipientUpdated";
|
|
8385
|
+
readonly type: "event";
|
|
8386
|
+
readonly inputs: readonly [{
|
|
8387
|
+
readonly type: "address";
|
|
8388
|
+
readonly name: "updater";
|
|
8389
|
+
readonly indexed: true;
|
|
8390
|
+
}, {
|
|
8391
|
+
readonly type: "address";
|
|
8392
|
+
readonly name: "newRecipient";
|
|
8393
|
+
readonly indexed: true;
|
|
8394
|
+
}];
|
|
8091
8395
|
}, {
|
|
8092
8396
|
readonly name: "InsufficientBalance";
|
|
8093
8397
|
readonly type: "error";
|
|
@@ -8169,6 +8473,14 @@ export declare namespace renounceRoles {
|
|
|
8169
8473
|
readonly name: "RewardsDisabled";
|
|
8170
8474
|
readonly type: "error";
|
|
8171
8475
|
readonly inputs: readonly [];
|
|
8476
|
+
}, {
|
|
8477
|
+
readonly name: "ScheduledRewardsDisabled";
|
|
8478
|
+
readonly type: "error";
|
|
8479
|
+
readonly inputs: readonly [];
|
|
8480
|
+
}, {
|
|
8481
|
+
readonly name: "ProtectedAddress";
|
|
8482
|
+
readonly type: "error";
|
|
8483
|
+
readonly inputs: readonly [];
|
|
8172
8484
|
}, {
|
|
8173
8485
|
readonly name: "hasRole";
|
|
8174
8486
|
readonly type: "function";
|
|
@@ -8672,6 +8984,25 @@ export declare namespace revokeRoles {
|
|
|
8672
8984
|
readonly outputs: readonly [{
|
|
8673
8985
|
readonly type: "bool";
|
|
8674
8986
|
}];
|
|
8987
|
+
}, {
|
|
8988
|
+
readonly name: "feeRecipient";
|
|
8989
|
+
readonly type: "function";
|
|
8990
|
+
readonly stateMutability: "view";
|
|
8991
|
+
readonly inputs: readonly [];
|
|
8992
|
+
readonly outputs: readonly [{
|
|
8993
|
+
readonly type: "address";
|
|
8994
|
+
}];
|
|
8995
|
+
}, {
|
|
8996
|
+
readonly name: "setFeeRecipient";
|
|
8997
|
+
readonly type: "function";
|
|
8998
|
+
readonly stateMutability: "view";
|
|
8999
|
+
readonly inputs: readonly [{
|
|
9000
|
+
readonly type: "address";
|
|
9001
|
+
readonly name: "newRecipient";
|
|
9002
|
+
}];
|
|
9003
|
+
readonly outputs: readonly [{
|
|
9004
|
+
readonly type: "address";
|
|
9005
|
+
}];
|
|
8675
9006
|
}, {
|
|
8676
9007
|
readonly name: "changeTransferPolicyId";
|
|
8677
9008
|
readonly type: "function";
|
|
@@ -9058,6 +9389,18 @@ export declare namespace revokeRoles {
|
|
|
9058
9389
|
readonly name: "recipient";
|
|
9059
9390
|
readonly indexed: true;
|
|
9060
9391
|
}];
|
|
9392
|
+
}, {
|
|
9393
|
+
readonly name: "FeeRecipientUpdated";
|
|
9394
|
+
readonly type: "event";
|
|
9395
|
+
readonly inputs: readonly [{
|
|
9396
|
+
readonly type: "address";
|
|
9397
|
+
readonly name: "updater";
|
|
9398
|
+
readonly indexed: true;
|
|
9399
|
+
}, {
|
|
9400
|
+
readonly type: "address";
|
|
9401
|
+
readonly name: "newRecipient";
|
|
9402
|
+
readonly indexed: true;
|
|
9403
|
+
}];
|
|
9061
9404
|
}, {
|
|
9062
9405
|
readonly name: "InsufficientBalance";
|
|
9063
9406
|
readonly type: "error";
|
|
@@ -9139,6 +9482,14 @@ export declare namespace revokeRoles {
|
|
|
9139
9482
|
readonly name: "RewardsDisabled";
|
|
9140
9483
|
readonly type: "error";
|
|
9141
9484
|
readonly inputs: readonly [];
|
|
9485
|
+
}, {
|
|
9486
|
+
readonly name: "ScheduledRewardsDisabled";
|
|
9487
|
+
readonly type: "error";
|
|
9488
|
+
readonly inputs: readonly [];
|
|
9489
|
+
}, {
|
|
9490
|
+
readonly name: "ProtectedAddress";
|
|
9491
|
+
readonly type: "error";
|
|
9492
|
+
readonly inputs: readonly [];
|
|
9142
9493
|
}, {
|
|
9143
9494
|
readonly name: "hasRole";
|
|
9144
9495
|
readonly type: "function";
|
|
@@ -9633,6 +9984,25 @@ export declare namespace setSupplyCap {
|
|
|
9633
9984
|
readonly outputs: readonly [{
|
|
9634
9985
|
readonly type: "bool";
|
|
9635
9986
|
}];
|
|
9987
|
+
}, {
|
|
9988
|
+
readonly name: "feeRecipient";
|
|
9989
|
+
readonly type: "function";
|
|
9990
|
+
readonly stateMutability: "view";
|
|
9991
|
+
readonly inputs: readonly [];
|
|
9992
|
+
readonly outputs: readonly [{
|
|
9993
|
+
readonly type: "address";
|
|
9994
|
+
}];
|
|
9995
|
+
}, {
|
|
9996
|
+
readonly name: "setFeeRecipient";
|
|
9997
|
+
readonly type: "function";
|
|
9998
|
+
readonly stateMutability: "view";
|
|
9999
|
+
readonly inputs: readonly [{
|
|
10000
|
+
readonly type: "address";
|
|
10001
|
+
readonly name: "newRecipient";
|
|
10002
|
+
}];
|
|
10003
|
+
readonly outputs: readonly [{
|
|
10004
|
+
readonly type: "address";
|
|
10005
|
+
}];
|
|
9636
10006
|
}, {
|
|
9637
10007
|
readonly name: "changeTransferPolicyId";
|
|
9638
10008
|
readonly type: "function";
|
|
@@ -10019,6 +10389,18 @@ export declare namespace setSupplyCap {
|
|
|
10019
10389
|
readonly name: "recipient";
|
|
10020
10390
|
readonly indexed: true;
|
|
10021
10391
|
}];
|
|
10392
|
+
}, {
|
|
10393
|
+
readonly name: "FeeRecipientUpdated";
|
|
10394
|
+
readonly type: "event";
|
|
10395
|
+
readonly inputs: readonly [{
|
|
10396
|
+
readonly type: "address";
|
|
10397
|
+
readonly name: "updater";
|
|
10398
|
+
readonly indexed: true;
|
|
10399
|
+
}, {
|
|
10400
|
+
readonly type: "address";
|
|
10401
|
+
readonly name: "newRecipient";
|
|
10402
|
+
readonly indexed: true;
|
|
10403
|
+
}];
|
|
10022
10404
|
}, {
|
|
10023
10405
|
readonly name: "InsufficientBalance";
|
|
10024
10406
|
readonly type: "error";
|
|
@@ -10100,6 +10482,14 @@ export declare namespace setSupplyCap {
|
|
|
10100
10482
|
readonly name: "RewardsDisabled";
|
|
10101
10483
|
readonly type: "error";
|
|
10102
10484
|
readonly inputs: readonly [];
|
|
10485
|
+
}, {
|
|
10486
|
+
readonly name: "ScheduledRewardsDisabled";
|
|
10487
|
+
readonly type: "error";
|
|
10488
|
+
readonly inputs: readonly [];
|
|
10489
|
+
}, {
|
|
10490
|
+
readonly name: "ProtectedAddress";
|
|
10491
|
+
readonly type: "error";
|
|
10492
|
+
readonly inputs: readonly [];
|
|
10103
10493
|
}, {
|
|
10104
10494
|
readonly name: "hasRole";
|
|
10105
10495
|
readonly type: "function";
|
|
@@ -10599,6 +10989,25 @@ export declare namespace setRoleAdmin {
|
|
|
10599
10989
|
readonly outputs: readonly [{
|
|
10600
10990
|
readonly type: "bool";
|
|
10601
10991
|
}];
|
|
10992
|
+
}, {
|
|
10993
|
+
readonly name: "feeRecipient";
|
|
10994
|
+
readonly type: "function";
|
|
10995
|
+
readonly stateMutability: "view";
|
|
10996
|
+
readonly inputs: readonly [];
|
|
10997
|
+
readonly outputs: readonly [{
|
|
10998
|
+
readonly type: "address";
|
|
10999
|
+
}];
|
|
11000
|
+
}, {
|
|
11001
|
+
readonly name: "setFeeRecipient";
|
|
11002
|
+
readonly type: "function";
|
|
11003
|
+
readonly stateMutability: "view";
|
|
11004
|
+
readonly inputs: readonly [{
|
|
11005
|
+
readonly type: "address";
|
|
11006
|
+
readonly name: "newRecipient";
|
|
11007
|
+
}];
|
|
11008
|
+
readonly outputs: readonly [{
|
|
11009
|
+
readonly type: "address";
|
|
11010
|
+
}];
|
|
10602
11011
|
}, {
|
|
10603
11012
|
readonly name: "changeTransferPolicyId";
|
|
10604
11013
|
readonly type: "function";
|
|
@@ -10985,6 +11394,18 @@ export declare namespace setRoleAdmin {
|
|
|
10985
11394
|
readonly name: "recipient";
|
|
10986
11395
|
readonly indexed: true;
|
|
10987
11396
|
}];
|
|
11397
|
+
}, {
|
|
11398
|
+
readonly name: "FeeRecipientUpdated";
|
|
11399
|
+
readonly type: "event";
|
|
11400
|
+
readonly inputs: readonly [{
|
|
11401
|
+
readonly type: "address";
|
|
11402
|
+
readonly name: "updater";
|
|
11403
|
+
readonly indexed: true;
|
|
11404
|
+
}, {
|
|
11405
|
+
readonly type: "address";
|
|
11406
|
+
readonly name: "newRecipient";
|
|
11407
|
+
readonly indexed: true;
|
|
11408
|
+
}];
|
|
10988
11409
|
}, {
|
|
10989
11410
|
readonly name: "InsufficientBalance";
|
|
10990
11411
|
readonly type: "error";
|
|
@@ -11066,6 +11487,14 @@ export declare namespace setRoleAdmin {
|
|
|
11066
11487
|
readonly name: "RewardsDisabled";
|
|
11067
11488
|
readonly type: "error";
|
|
11068
11489
|
readonly inputs: readonly [];
|
|
11490
|
+
}, {
|
|
11491
|
+
readonly name: "ScheduledRewardsDisabled";
|
|
11492
|
+
readonly type: "error";
|
|
11493
|
+
readonly inputs: readonly [];
|
|
11494
|
+
}, {
|
|
11495
|
+
readonly name: "ProtectedAddress";
|
|
11496
|
+
readonly type: "error";
|
|
11497
|
+
readonly inputs: readonly [];
|
|
11069
11498
|
}, {
|
|
11070
11499
|
readonly name: "hasRole";
|
|
11071
11500
|
readonly type: "function";
|
|
@@ -11623,6 +12052,25 @@ export declare namespace transfer {
|
|
|
11623
12052
|
readonly outputs: readonly [{
|
|
11624
12053
|
readonly type: "bool";
|
|
11625
12054
|
}];
|
|
12055
|
+
}, {
|
|
12056
|
+
readonly name: "feeRecipient";
|
|
12057
|
+
readonly type: "function";
|
|
12058
|
+
readonly stateMutability: "view";
|
|
12059
|
+
readonly inputs: readonly [];
|
|
12060
|
+
readonly outputs: readonly [{
|
|
12061
|
+
readonly type: "address";
|
|
12062
|
+
}];
|
|
12063
|
+
}, {
|
|
12064
|
+
readonly name: "setFeeRecipient";
|
|
12065
|
+
readonly type: "function";
|
|
12066
|
+
readonly stateMutability: "view";
|
|
12067
|
+
readonly inputs: readonly [{
|
|
12068
|
+
readonly type: "address";
|
|
12069
|
+
readonly name: "newRecipient";
|
|
12070
|
+
}];
|
|
12071
|
+
readonly outputs: readonly [{
|
|
12072
|
+
readonly type: "address";
|
|
12073
|
+
}];
|
|
11626
12074
|
}, {
|
|
11627
12075
|
readonly name: "changeTransferPolicyId";
|
|
11628
12076
|
readonly type: "function";
|
|
@@ -12009,6 +12457,18 @@ export declare namespace transfer {
|
|
|
12009
12457
|
readonly name: "recipient";
|
|
12010
12458
|
readonly indexed: true;
|
|
12011
12459
|
}];
|
|
12460
|
+
}, {
|
|
12461
|
+
readonly name: "FeeRecipientUpdated";
|
|
12462
|
+
readonly type: "event";
|
|
12463
|
+
readonly inputs: readonly [{
|
|
12464
|
+
readonly type: "address";
|
|
12465
|
+
readonly name: "updater";
|
|
12466
|
+
readonly indexed: true;
|
|
12467
|
+
}, {
|
|
12468
|
+
readonly type: "address";
|
|
12469
|
+
readonly name: "newRecipient";
|
|
12470
|
+
readonly indexed: true;
|
|
12471
|
+
}];
|
|
12012
12472
|
}, {
|
|
12013
12473
|
readonly name: "InsufficientBalance";
|
|
12014
12474
|
readonly type: "error";
|
|
@@ -12090,6 +12550,14 @@ export declare namespace transfer {
|
|
|
12090
12550
|
readonly name: "RewardsDisabled";
|
|
12091
12551
|
readonly type: "error";
|
|
12092
12552
|
readonly inputs: readonly [];
|
|
12553
|
+
}, {
|
|
12554
|
+
readonly name: "ScheduledRewardsDisabled";
|
|
12555
|
+
readonly type: "error";
|
|
12556
|
+
readonly inputs: readonly [];
|
|
12557
|
+
}, {
|
|
12558
|
+
readonly name: "ProtectedAddress";
|
|
12559
|
+
readonly type: "error";
|
|
12560
|
+
readonly inputs: readonly [];
|
|
12093
12561
|
}, {
|
|
12094
12562
|
readonly name: "hasRole";
|
|
12095
12563
|
readonly type: "function";
|
|
@@ -12573,6 +13041,25 @@ export declare namespace unpause {
|
|
|
12573
13041
|
readonly outputs: readonly [{
|
|
12574
13042
|
readonly type: "bool";
|
|
12575
13043
|
}];
|
|
13044
|
+
}, {
|
|
13045
|
+
readonly name: "feeRecipient";
|
|
13046
|
+
readonly type: "function";
|
|
13047
|
+
readonly stateMutability: "view";
|
|
13048
|
+
readonly inputs: readonly [];
|
|
13049
|
+
readonly outputs: readonly [{
|
|
13050
|
+
readonly type: "address";
|
|
13051
|
+
}];
|
|
13052
|
+
}, {
|
|
13053
|
+
readonly name: "setFeeRecipient";
|
|
13054
|
+
readonly type: "function";
|
|
13055
|
+
readonly stateMutability: "view";
|
|
13056
|
+
readonly inputs: readonly [{
|
|
13057
|
+
readonly type: "address";
|
|
13058
|
+
readonly name: "newRecipient";
|
|
13059
|
+
}];
|
|
13060
|
+
readonly outputs: readonly [{
|
|
13061
|
+
readonly type: "address";
|
|
13062
|
+
}];
|
|
12576
13063
|
}, {
|
|
12577
13064
|
readonly name: "changeTransferPolicyId";
|
|
12578
13065
|
readonly type: "function";
|
|
@@ -12959,6 +13446,18 @@ export declare namespace unpause {
|
|
|
12959
13446
|
readonly name: "recipient";
|
|
12960
13447
|
readonly indexed: true;
|
|
12961
13448
|
}];
|
|
13449
|
+
}, {
|
|
13450
|
+
readonly name: "FeeRecipientUpdated";
|
|
13451
|
+
readonly type: "event";
|
|
13452
|
+
readonly inputs: readonly [{
|
|
13453
|
+
readonly type: "address";
|
|
13454
|
+
readonly name: "updater";
|
|
13455
|
+
readonly indexed: true;
|
|
13456
|
+
}, {
|
|
13457
|
+
readonly type: "address";
|
|
13458
|
+
readonly name: "newRecipient";
|
|
13459
|
+
readonly indexed: true;
|
|
13460
|
+
}];
|
|
12962
13461
|
}, {
|
|
12963
13462
|
readonly name: "InsufficientBalance";
|
|
12964
13463
|
readonly type: "error";
|
|
@@ -13040,6 +13539,14 @@ export declare namespace unpause {
|
|
|
13040
13539
|
readonly name: "RewardsDisabled";
|
|
13041
13540
|
readonly type: "error";
|
|
13042
13541
|
readonly inputs: readonly [];
|
|
13542
|
+
}, {
|
|
13543
|
+
readonly name: "ScheduledRewardsDisabled";
|
|
13544
|
+
readonly type: "error";
|
|
13545
|
+
readonly inputs: readonly [];
|
|
13546
|
+
}, {
|
|
13547
|
+
readonly name: "ProtectedAddress";
|
|
13548
|
+
readonly type: "error";
|
|
13549
|
+
readonly inputs: readonly [];
|
|
13043
13550
|
}, {
|
|
13044
13551
|
readonly name: "hasRole";
|
|
13045
13552
|
readonly type: "function";
|
|
@@ -13531,6 +14038,25 @@ export declare namespace prepareUpdateQuoteToken {
|
|
|
13531
14038
|
readonly outputs: readonly [{
|
|
13532
14039
|
readonly type: "bool";
|
|
13533
14040
|
}];
|
|
14041
|
+
}, {
|
|
14042
|
+
readonly name: "feeRecipient";
|
|
14043
|
+
readonly type: "function";
|
|
14044
|
+
readonly stateMutability: "view";
|
|
14045
|
+
readonly inputs: readonly [];
|
|
14046
|
+
readonly outputs: readonly [{
|
|
14047
|
+
readonly type: "address";
|
|
14048
|
+
}];
|
|
14049
|
+
}, {
|
|
14050
|
+
readonly name: "setFeeRecipient";
|
|
14051
|
+
readonly type: "function";
|
|
14052
|
+
readonly stateMutability: "view";
|
|
14053
|
+
readonly inputs: readonly [{
|
|
14054
|
+
readonly type: "address";
|
|
14055
|
+
readonly name: "newRecipient";
|
|
14056
|
+
}];
|
|
14057
|
+
readonly outputs: readonly [{
|
|
14058
|
+
readonly type: "address";
|
|
14059
|
+
}];
|
|
13534
14060
|
}, {
|
|
13535
14061
|
readonly name: "changeTransferPolicyId";
|
|
13536
14062
|
readonly type: "function";
|
|
@@ -13917,6 +14443,18 @@ export declare namespace prepareUpdateQuoteToken {
|
|
|
13917
14443
|
readonly name: "recipient";
|
|
13918
14444
|
readonly indexed: true;
|
|
13919
14445
|
}];
|
|
14446
|
+
}, {
|
|
14447
|
+
readonly name: "FeeRecipientUpdated";
|
|
14448
|
+
readonly type: "event";
|
|
14449
|
+
readonly inputs: readonly [{
|
|
14450
|
+
readonly type: "address";
|
|
14451
|
+
readonly name: "updater";
|
|
14452
|
+
readonly indexed: true;
|
|
14453
|
+
}, {
|
|
14454
|
+
readonly type: "address";
|
|
14455
|
+
readonly name: "newRecipient";
|
|
14456
|
+
readonly indexed: true;
|
|
14457
|
+
}];
|
|
13920
14458
|
}, {
|
|
13921
14459
|
readonly name: "InsufficientBalance";
|
|
13922
14460
|
readonly type: "error";
|
|
@@ -13998,6 +14536,14 @@ export declare namespace prepareUpdateQuoteToken {
|
|
|
13998
14536
|
readonly name: "RewardsDisabled";
|
|
13999
14537
|
readonly type: "error";
|
|
14000
14538
|
readonly inputs: readonly [];
|
|
14539
|
+
}, {
|
|
14540
|
+
readonly name: "ScheduledRewardsDisabled";
|
|
14541
|
+
readonly type: "error";
|
|
14542
|
+
readonly inputs: readonly [];
|
|
14543
|
+
}, {
|
|
14544
|
+
readonly name: "ProtectedAddress";
|
|
14545
|
+
readonly type: "error";
|
|
14546
|
+
readonly inputs: readonly [];
|
|
14001
14547
|
}, {
|
|
14002
14548
|
readonly name: "hasRole";
|
|
14003
14549
|
readonly type: "function";
|
|
@@ -14481,6 +15027,25 @@ export declare namespace updateQuoteToken {
|
|
|
14481
15027
|
readonly outputs: readonly [{
|
|
14482
15028
|
readonly type: "bool";
|
|
14483
15029
|
}];
|
|
15030
|
+
}, {
|
|
15031
|
+
readonly name: "feeRecipient";
|
|
15032
|
+
readonly type: "function";
|
|
15033
|
+
readonly stateMutability: "view";
|
|
15034
|
+
readonly inputs: readonly [];
|
|
15035
|
+
readonly outputs: readonly [{
|
|
15036
|
+
readonly type: "address";
|
|
15037
|
+
}];
|
|
15038
|
+
}, {
|
|
15039
|
+
readonly name: "setFeeRecipient";
|
|
15040
|
+
readonly type: "function";
|
|
15041
|
+
readonly stateMutability: "view";
|
|
15042
|
+
readonly inputs: readonly [{
|
|
15043
|
+
readonly type: "address";
|
|
15044
|
+
readonly name: "newRecipient";
|
|
15045
|
+
}];
|
|
15046
|
+
readonly outputs: readonly [{
|
|
15047
|
+
readonly type: "address";
|
|
15048
|
+
}];
|
|
14484
15049
|
}, {
|
|
14485
15050
|
readonly name: "changeTransferPolicyId";
|
|
14486
15051
|
readonly type: "function";
|
|
@@ -14867,6 +15432,18 @@ export declare namespace updateQuoteToken {
|
|
|
14867
15432
|
readonly name: "recipient";
|
|
14868
15433
|
readonly indexed: true;
|
|
14869
15434
|
}];
|
|
15435
|
+
}, {
|
|
15436
|
+
readonly name: "FeeRecipientUpdated";
|
|
15437
|
+
readonly type: "event";
|
|
15438
|
+
readonly inputs: readonly [{
|
|
15439
|
+
readonly type: "address";
|
|
15440
|
+
readonly name: "updater";
|
|
15441
|
+
readonly indexed: true;
|
|
15442
|
+
}, {
|
|
15443
|
+
readonly type: "address";
|
|
15444
|
+
readonly name: "newRecipient";
|
|
15445
|
+
readonly indexed: true;
|
|
15446
|
+
}];
|
|
14870
15447
|
}, {
|
|
14871
15448
|
readonly name: "InsufficientBalance";
|
|
14872
15449
|
readonly type: "error";
|
|
@@ -14948,6 +15525,14 @@ export declare namespace updateQuoteToken {
|
|
|
14948
15525
|
readonly name: "RewardsDisabled";
|
|
14949
15526
|
readonly type: "error";
|
|
14950
15527
|
readonly inputs: readonly [];
|
|
15528
|
+
}, {
|
|
15529
|
+
readonly name: "ScheduledRewardsDisabled";
|
|
15530
|
+
readonly type: "error";
|
|
15531
|
+
readonly inputs: readonly [];
|
|
15532
|
+
}, {
|
|
15533
|
+
readonly name: "ProtectedAddress";
|
|
15534
|
+
readonly type: "error";
|
|
15535
|
+
readonly inputs: readonly [];
|
|
14951
15536
|
}, {
|
|
14952
15537
|
readonly name: "hasRole";
|
|
14953
15538
|
readonly type: "function";
|