@web3dotorg/evm-slc-core-sdk 0.3.12 → 0.3.13

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.
Files changed (30) hide show
  1. package/abi/ExecutorsRegistry.json +1123 -0
  2. package/abi/Governance.json +2351 -0
  3. package/abi/IExecutorsRegistry.json +357 -0
  4. package/abi/IGovernance.json +133 -0
  5. package/abi/INeutralsRegistry.json +504 -0
  6. package/abi/IQParameters.json +78 -0
  7. package/abi/ISLCCore.json +207 -0
  8. package/abi/ISLCCoreFactory.json +174 -0
  9. package/abi/IWrappedToken.json +198 -0
  10. package/abi/NeutralsRegistry.json +1446 -0
  11. package/abi/ParameterRegistry.json +765 -0
  12. package/abi/SLCCore.json +307 -0
  13. package/abi/SLCCoreFactory.json +499 -0
  14. package/lib.commonjs/contracts/governance/ExecutorsRegistry.d.ts +1 -29
  15. package/lib.commonjs/contracts/interfaces/IExecutorsRegistry.d.ts +1 -29
  16. package/lib.commonjs/factories/contracts/governance/ExecutorsRegistry__factory.d.ts +0 -36
  17. package/lib.commonjs/factories/contracts/governance/ExecutorsRegistry__factory.js +0 -48
  18. package/lib.commonjs/factories/contracts/interfaces/IExecutorsRegistry__factory.d.ts +0 -36
  19. package/lib.commonjs/factories/contracts/interfaces/IExecutorsRegistry__factory.js +0 -48
  20. package/lib.commonjs/index.d.ts +1 -1
  21. package/lib.commonjs/index.js +31 -2
  22. package/lib.esm/contracts/governance/ExecutorsRegistry.d.ts +1 -29
  23. package/lib.esm/contracts/interfaces/IExecutorsRegistry.d.ts +1 -29
  24. package/lib.esm/factories/contracts/governance/ExecutorsRegistry__factory.d.ts +0 -36
  25. package/lib.esm/factories/contracts/governance/ExecutorsRegistry__factory.js +0 -48
  26. package/lib.esm/factories/contracts/interfaces/IExecutorsRegistry__factory.d.ts +0 -36
  27. package/lib.esm/factories/contracts/interfaces/IExecutorsRegistry__factory.js +0 -48
  28. package/lib.esm/index.d.ts +1 -1
  29. package/lib.esm/index.js +12 -2
  30. package/package.json +4 -4
@@ -49,14 +49,6 @@ export declare class ExecutorsRegistry__factory extends ContractFactory {
49
49
  }];
50
50
  readonly name: "ExecutorAlreadyApproved";
51
51
  readonly type: "error";
52
- }, {
53
- readonly inputs: readonly [{
54
- readonly internalType: "address";
55
- readonly name: "executor";
56
- readonly type: "address";
57
- }];
58
- readonly name: "ExecutorAlreadyPaused";
59
- readonly type: "error";
60
52
  }, {
61
53
  readonly inputs: readonly [{
62
54
  readonly internalType: "address";
@@ -73,14 +65,6 @@ export declare class ExecutorsRegistry__factory extends ContractFactory {
73
65
  }];
74
66
  readonly name: "ExecutorNotApproved";
75
67
  readonly type: "error";
76
- }, {
77
- readonly inputs: readonly [{
78
- readonly internalType: "address";
79
- readonly name: "executor";
80
- readonly type: "address";
81
- }];
82
- readonly name: "ExecutorNotPaused";
83
- readonly type: "error";
84
68
  }, {
85
69
  readonly inputs: readonly [];
86
70
  readonly name: "FailedCall";
@@ -314,16 +298,6 @@ export declare class ExecutorsRegistry__factory extends ContractFactory {
314
298
  }];
315
299
  readonly name: "ExecutorMovedToStandby";
316
300
  readonly type: "event";
317
- }, {
318
- readonly anonymous: false;
319
- readonly inputs: readonly [{
320
- readonly indexed: true;
321
- readonly internalType: "address";
322
- readonly name: "executor";
323
- readonly type: "address";
324
- }];
325
- readonly name: "ExecutorPaused";
326
- readonly type: "event";
327
301
  }, {
328
302
  readonly anonymous: false;
329
303
  readonly inputs: readonly [{
@@ -364,16 +338,6 @@ export declare class ExecutorsRegistry__factory extends ContractFactory {
364
338
  }];
365
339
  readonly name: "ExecutorStaked";
366
340
  readonly type: "event";
367
- }, {
368
- readonly anonymous: false;
369
- readonly inputs: readonly [{
370
- readonly indexed: true;
371
- readonly internalType: "address";
372
- readonly name: "executor";
373
- readonly type: "address";
374
- }];
375
- readonly name: "ExecutorUnpaused";
376
- readonly type: "event";
377
341
  }, {
378
342
  readonly anonymous: false;
379
343
  readonly inputs: readonly [{
@@ -49,17 +49,6 @@ const _abi = [
49
49
  name: "ExecutorAlreadyApproved",
50
50
  type: "error",
51
51
  },
52
- {
53
- inputs: [
54
- {
55
- internalType: "address",
56
- name: "executor",
57
- type: "address",
58
- },
59
- ],
60
- name: "ExecutorAlreadyPaused",
61
- type: "error",
62
- },
63
52
  {
64
53
  inputs: [
65
54
  {
@@ -82,17 +71,6 @@ const _abi = [
82
71
  name: "ExecutorNotApproved",
83
72
  type: "error",
84
73
  },
85
- {
86
- inputs: [
87
- {
88
- internalType: "address",
89
- name: "executor",
90
- type: "address",
91
- },
92
- ],
93
- name: "ExecutorNotPaused",
94
- type: "error",
95
- },
96
74
  {
97
75
  inputs: [],
98
76
  name: "FailedCall",
@@ -401,19 +379,6 @@ const _abi = [
401
379
  name: "ExecutorMovedToStandby",
402
380
  type: "event",
403
381
  },
404
- {
405
- anonymous: false,
406
- inputs: [
407
- {
408
- indexed: true,
409
- internalType: "address",
410
- name: "executor",
411
- type: "address",
412
- },
413
- ],
414
- name: "ExecutorPaused",
415
- type: "event",
416
- },
417
382
  {
418
383
  anonymous: false,
419
384
  inputs: [
@@ -464,19 +429,6 @@ const _abi = [
464
429
  name: "ExecutorStaked",
465
430
  type: "event",
466
431
  },
467
- {
468
- anonymous: false,
469
- inputs: [
470
- {
471
- indexed: true,
472
- internalType: "address",
473
- name: "executor",
474
- type: "address",
475
- },
476
- ],
477
- name: "ExecutorUnpaused",
478
- type: "event",
479
- },
480
432
  {
481
433
  anonymous: false,
482
434
  inputs: [
@@ -9,14 +9,6 @@ export declare class IExecutorsRegistry__factory {
9
9
  }];
10
10
  readonly name: "ExecutorAlreadyApproved";
11
11
  readonly type: "error";
12
- }, {
13
- readonly inputs: readonly [{
14
- readonly internalType: "address";
15
- readonly name: "executor";
16
- readonly type: "address";
17
- }];
18
- readonly name: "ExecutorAlreadyPaused";
19
- readonly type: "error";
20
12
  }, {
21
13
  readonly inputs: readonly [{
22
14
  readonly internalType: "address";
@@ -33,14 +25,6 @@ export declare class IExecutorsRegistry__factory {
33
25
  }];
34
26
  readonly name: "ExecutorNotApproved";
35
27
  readonly type: "error";
36
- }, {
37
- readonly inputs: readonly [{
38
- readonly internalType: "address";
39
- readonly name: "executor";
40
- readonly type: "address";
41
- }];
42
- readonly name: "ExecutorNotPaused";
43
- readonly type: "error";
44
28
  }, {
45
29
  readonly inputs: readonly [{
46
30
  readonly internalType: "address";
@@ -122,16 +106,6 @@ export declare class IExecutorsRegistry__factory {
122
106
  }];
123
107
  readonly name: "ExecutorMovedToStandby";
124
108
  readonly type: "event";
125
- }, {
126
- readonly anonymous: false;
127
- readonly inputs: readonly [{
128
- readonly indexed: true;
129
- readonly internalType: "address";
130
- readonly name: "executor";
131
- readonly type: "address";
132
- }];
133
- readonly name: "ExecutorPaused";
134
- readonly type: "event";
135
109
  }, {
136
110
  readonly anonymous: false;
137
111
  readonly inputs: readonly [{
@@ -172,16 +146,6 @@ export declare class IExecutorsRegistry__factory {
172
146
  }];
173
147
  readonly name: "ExecutorStaked";
174
148
  readonly type: "event";
175
- }, {
176
- readonly anonymous: false;
177
- readonly inputs: readonly [{
178
- readonly indexed: true;
179
- readonly internalType: "address";
180
- readonly name: "executor";
181
- readonly type: "address";
182
- }];
183
- readonly name: "ExecutorUnpaused";
184
- readonly type: "event";
185
149
  }, {
186
150
  readonly anonymous: false;
187
151
  readonly inputs: readonly [{
@@ -17,17 +17,6 @@ const _abi = [
17
17
  name: "ExecutorAlreadyApproved",
18
18
  type: "error",
19
19
  },
20
- {
21
- inputs: [
22
- {
23
- internalType: "address",
24
- name: "executor",
25
- type: "address",
26
- },
27
- ],
28
- name: "ExecutorAlreadyPaused",
29
- type: "error",
30
- },
31
20
  {
32
21
  inputs: [
33
22
  {
@@ -50,17 +39,6 @@ const _abi = [
50
39
  name: "ExecutorNotApproved",
51
40
  type: "error",
52
41
  },
53
- {
54
- inputs: [
55
- {
56
- internalType: "address",
57
- name: "executor",
58
- type: "address",
59
- },
60
- ],
61
- name: "ExecutorNotPaused",
62
- type: "error",
63
- },
64
42
  {
65
43
  inputs: [
66
44
  {
@@ -168,19 +146,6 @@ const _abi = [
168
146
  name: "ExecutorMovedToStandby",
169
147
  type: "event",
170
148
  },
171
- {
172
- anonymous: false,
173
- inputs: [
174
- {
175
- indexed: true,
176
- internalType: "address",
177
- name: "executor",
178
- type: "address",
179
- },
180
- ],
181
- name: "ExecutorPaused",
182
- type: "event",
183
- },
184
149
  {
185
150
  anonymous: false,
186
151
  inputs: [
@@ -231,19 +196,6 @@ const _abi = [
231
196
  name: "ExecutorStaked",
232
197
  type: "event",
233
198
  },
234
- {
235
- anonymous: false,
236
- inputs: [
237
- {
238
- indexed: true,
239
- internalType: "address",
240
- name: "executor",
241
- type: "address",
242
- },
243
- ],
244
- name: "ExecutorUnpaused",
245
- type: "event",
246
- },
247
199
  {
248
200
  anonymous: false,
249
201
  inputs: [
@@ -1,4 +1,4 @@
1
- export * from "./constants";
1
+ export { MAX_ACTIVE_EXECUTORS_PARAM_NAME, NEUTRAL_MINIMUM_STAKE_PARAM_NAME, EXECUTORS_WITHDRAWAL_PERIOD_PARAM_NAME, EXECUTORS_SLASHING_RECIPIENT_PARAM_NAME, VOTING_DELAY_PARAM_NAME, NEUTRALS_VOTING_PERIOD_PARAM_NAME, EXECUTORS_VOTING_PERIOD_PARAM_NAME, NEUTRALS_THRESHOLD_PARAM_NAME, EXECUTORS_THRESHOLD_PARAM_NAME, EXECUTORS_SHARE_PARAM_NAME, NEUTRALS_SHARE_PARAM_NAME, TREASURY_SHARE_PARAM_NAME, MIN_SERVICE_FEE_PARAM_NAME, DEFAULT_GOVERNANCE_PARAM_NAME, MAX_ACTIVE_NEUTRALS_PARAM_NAME, MAX_DELEGATION_AMPLIFICATION_PARAM_NAME, EXECUTOR_MINIMUM_STAKE_PARAM_NAME, NEUTRALS_WITHDRAWAL_PERIOD_PARAM_NAME, DELEGATORS_WITHDRAWAL_PERIOD_PARAM_NAME, NEUTRALS_SLASHING_RECIPIENT_PARAM_NAME, TREASURY_ADDRESS_PARAM_NAME, DAOSLC_PARAM_NAME, MAX_BASIS_POINTS, } from "./constants";
2
2
  export * from "./contracts/governance";
3
3
  export * from "./contracts/slc-core";
4
4
  export * from "./factories/contracts/governance";
@@ -14,8 +14,37 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./constants"), exports);
18
- // Re-exports from contracts
17
+ exports.MAX_BASIS_POINTS = exports.DAOSLC_PARAM_NAME = exports.TREASURY_ADDRESS_PARAM_NAME = exports.NEUTRALS_SLASHING_RECIPIENT_PARAM_NAME = exports.DELEGATORS_WITHDRAWAL_PERIOD_PARAM_NAME = exports.NEUTRALS_WITHDRAWAL_PERIOD_PARAM_NAME = exports.EXECUTOR_MINIMUM_STAKE_PARAM_NAME = exports.MAX_DELEGATION_AMPLIFICATION_PARAM_NAME = exports.MAX_ACTIVE_NEUTRALS_PARAM_NAME = exports.DEFAULT_GOVERNANCE_PARAM_NAME = exports.MIN_SERVICE_FEE_PARAM_NAME = exports.TREASURY_SHARE_PARAM_NAME = exports.NEUTRALS_SHARE_PARAM_NAME = exports.EXECUTORS_SHARE_PARAM_NAME = exports.EXECUTORS_THRESHOLD_PARAM_NAME = exports.NEUTRALS_THRESHOLD_PARAM_NAME = exports.EXECUTORS_VOTING_PERIOD_PARAM_NAME = exports.NEUTRALS_VOTING_PERIOD_PARAM_NAME = exports.VOTING_DELAY_PARAM_NAME = exports.EXECUTORS_SLASHING_RECIPIENT_PARAM_NAME = exports.EXECUTORS_WITHDRAWAL_PERIOD_PARAM_NAME = exports.NEUTRAL_MINIMUM_STAKE_PARAM_NAME = exports.MAX_ACTIVE_EXECUTORS_PARAM_NAME = void 0;
18
+ var constants_1 = require("./constants");
19
+ // ExecutorRegistry Parameters
20
+ Object.defineProperty(exports, "MAX_ACTIVE_EXECUTORS_PARAM_NAME", { enumerable: true, get: function () { return constants_1.MAX_ACTIVE_EXECUTORS_PARAM_NAME; } });
21
+ Object.defineProperty(exports, "NEUTRAL_MINIMUM_STAKE_PARAM_NAME", { enumerable: true, get: function () { return constants_1.NEUTRAL_MINIMUM_STAKE_PARAM_NAME; } });
22
+ Object.defineProperty(exports, "EXECUTORS_WITHDRAWAL_PERIOD_PARAM_NAME", { enumerable: true, get: function () { return constants_1.EXECUTORS_WITHDRAWAL_PERIOD_PARAM_NAME; } });
23
+ Object.defineProperty(exports, "EXECUTORS_SLASHING_RECIPIENT_PARAM_NAME", { enumerable: true, get: function () { return constants_1.EXECUTORS_SLASHING_RECIPIENT_PARAM_NAME; } });
24
+ // Governance Parameters
25
+ Object.defineProperty(exports, "VOTING_DELAY_PARAM_NAME", { enumerable: true, get: function () { return constants_1.VOTING_DELAY_PARAM_NAME; } });
26
+ Object.defineProperty(exports, "NEUTRALS_VOTING_PERIOD_PARAM_NAME", { enumerable: true, get: function () { return constants_1.NEUTRALS_VOTING_PERIOD_PARAM_NAME; } });
27
+ Object.defineProperty(exports, "EXECUTORS_VOTING_PERIOD_PARAM_NAME", { enumerable: true, get: function () { return constants_1.EXECUTORS_VOTING_PERIOD_PARAM_NAME; } });
28
+ Object.defineProperty(exports, "NEUTRALS_THRESHOLD_PARAM_NAME", { enumerable: true, get: function () { return constants_1.NEUTRALS_THRESHOLD_PARAM_NAME; } });
29
+ Object.defineProperty(exports, "EXECUTORS_THRESHOLD_PARAM_NAME", { enumerable: true, get: function () { return constants_1.EXECUTORS_THRESHOLD_PARAM_NAME; } });
30
+ Object.defineProperty(exports, "EXECUTORS_SHARE_PARAM_NAME", { enumerable: true, get: function () { return constants_1.EXECUTORS_SHARE_PARAM_NAME; } });
31
+ Object.defineProperty(exports, "NEUTRALS_SHARE_PARAM_NAME", { enumerable: true, get: function () { return constants_1.NEUTRALS_SHARE_PARAM_NAME; } });
32
+ Object.defineProperty(exports, "TREASURY_SHARE_PARAM_NAME", { enumerable: true, get: function () { return constants_1.TREASURY_SHARE_PARAM_NAME; } });
33
+ Object.defineProperty(exports, "MIN_SERVICE_FEE_PARAM_NAME", { enumerable: true, get: function () { return constants_1.MIN_SERVICE_FEE_PARAM_NAME; } });
34
+ Object.defineProperty(exports, "DEFAULT_GOVERNANCE_PARAM_NAME", { enumerable: true, get: function () { return constants_1.DEFAULT_GOVERNANCE_PARAM_NAME; } });
35
+ // NeutralRegistry Parameters
36
+ Object.defineProperty(exports, "MAX_ACTIVE_NEUTRALS_PARAM_NAME", { enumerable: true, get: function () { return constants_1.MAX_ACTIVE_NEUTRALS_PARAM_NAME; } });
37
+ Object.defineProperty(exports, "MAX_DELEGATION_AMPLIFICATION_PARAM_NAME", { enumerable: true, get: function () { return constants_1.MAX_DELEGATION_AMPLIFICATION_PARAM_NAME; } });
38
+ Object.defineProperty(exports, "EXECUTOR_MINIMUM_STAKE_PARAM_NAME", { enumerable: true, get: function () { return constants_1.EXECUTOR_MINIMUM_STAKE_PARAM_NAME; } });
39
+ Object.defineProperty(exports, "NEUTRALS_WITHDRAWAL_PERIOD_PARAM_NAME", { enumerable: true, get: function () { return constants_1.NEUTRALS_WITHDRAWAL_PERIOD_PARAM_NAME; } });
40
+ Object.defineProperty(exports, "DELEGATORS_WITHDRAWAL_PERIOD_PARAM_NAME", { enumerable: true, get: function () { return constants_1.DELEGATORS_WITHDRAWAL_PERIOD_PARAM_NAME; } });
41
+ Object.defineProperty(exports, "NEUTRALS_SLASHING_RECIPIENT_PARAM_NAME", { enumerable: true, get: function () { return constants_1.NEUTRALS_SLASHING_RECIPIENT_PARAM_NAME; } });
42
+ // General Parameters
43
+ Object.defineProperty(exports, "TREASURY_ADDRESS_PARAM_NAME", { enumerable: true, get: function () { return constants_1.TREASURY_ADDRESS_PARAM_NAME; } });
44
+ Object.defineProperty(exports, "DAOSLC_PARAM_NAME", { enumerable: true, get: function () { return constants_1.DAOSLC_PARAM_NAME; } });
45
+ // Other Constants
46
+ Object.defineProperty(exports, "MAX_BASIS_POINTS", { enumerable: true, get: function () { return constants_1.MAX_BASIS_POINTS; } });
47
+ // Re-export from contract
19
48
  __exportStar(require("./contracts/governance"), exports);
20
49
  __exportStar(require("./contracts/slc-core"), exports);
21
50
  // Re-exports from factories
@@ -51,7 +51,7 @@ export declare namespace AValueDistributor {
51
51
  }
52
52
  export interface ExecutorsRegistryInterface extends Interface {
53
53
  getFunction(nameOrSignature: "UPGRADE_INTERFACE_VERSION" | "__ExecutorsRegistry_init" | "announceWithdrawal" | "approveExecutor" | "boundActiveExecutors" | "cancelWithdrawal" | "claimRewards" | "completeWithdrawal" | "cumulativeSum" | "disapproveExecutor" | "distributeRewards" | "getActiveExecutors" | "getExecutorInfo" | "getExecutorsCount" | "getOwedValue" | "getStandbyExecutors" | "getWithdrawalAnnouncement" | "hasShares" | "implementation" | "isExecutor" | "isWithdrawalReady" | "proxiableUUID" | "slashExecutor" | "stake" | "supportsInterface" | "totalShares" | "tryBecomeActive" | "updateWithdrawalAnnouncement" | "updatedAt" | "upgradeToAndCall" | "userDistribution"): FunctionFragment;
54
- getEvent(nameOrSignatureOrTopic: "ExecutorActivated" | "ExecutorApproved" | "ExecutorDisapproved" | "ExecutorMovedToStandby" | "ExecutorPaused" | "ExecutorSlashed" | "ExecutorStaked" | "ExecutorUnpaused" | "ExecutorUnstaked" | "Initialized" | "RewardsClaimed" | "RewardsDistributed" | "SharesAdded" | "SharesRemoved" | "Upgraded" | "ValueDistributed" | "WithdrawalAnnounced" | "WithdrawalCancelled"): EventFragment;
54
+ getEvent(nameOrSignatureOrTopic: "ExecutorActivated" | "ExecutorApproved" | "ExecutorDisapproved" | "ExecutorMovedToStandby" | "ExecutorSlashed" | "ExecutorStaked" | "ExecutorUnstaked" | "Initialized" | "RewardsClaimed" | "RewardsDistributed" | "SharesAdded" | "SharesRemoved" | "Upgraded" | "ValueDistributed" | "WithdrawalAnnounced" | "WithdrawalCancelled"): EventFragment;
55
55
  encodeFunctionData(functionFragment: "UPGRADE_INTERFACE_VERSION", values?: undefined): string;
56
56
  encodeFunctionData(functionFragment: "__ExecutorsRegistry_init", values: [AddressLike, AddressLike[]]): string;
57
57
  encodeFunctionData(functionFragment: "announceWithdrawal", values: [BigNumberish]): string;
@@ -160,17 +160,6 @@ export declare namespace ExecutorMovedToStandbyEvent {
160
160
  type Log = TypedEventLog<Event>;
161
161
  type LogDescription = TypedLogDescription<Event>;
162
162
  }
163
- export declare namespace ExecutorPausedEvent {
164
- type InputTuple = [executor: AddressLike];
165
- type OutputTuple = [executor: string];
166
- interface OutputObject {
167
- executor: string;
168
- }
169
- type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
170
- type Filter = TypedDeferredTopicFilter<Event>;
171
- type Log = TypedEventLog<Event>;
172
- type LogDescription = TypedLogDescription<Event>;
173
- }
174
163
  export declare namespace ExecutorSlashedEvent {
175
164
  type InputTuple = [
176
165
  executor: AddressLike,
@@ -213,17 +202,6 @@ export declare namespace ExecutorStakedEvent {
213
202
  type Log = TypedEventLog<Event>;
214
203
  type LogDescription = TypedLogDescription<Event>;
215
204
  }
216
- export declare namespace ExecutorUnpausedEvent {
217
- type InputTuple = [executor: AddressLike];
218
- type OutputTuple = [executor: string];
219
- interface OutputObject {
220
- executor: string;
221
- }
222
- type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
223
- type Filter = TypedDeferredTopicFilter<Event>;
224
- type Log = TypedEventLog<Event>;
225
- type LogDescription = TypedLogDescription<Event>;
226
- }
227
205
  export declare namespace ExecutorUnstakedEvent {
228
206
  type InputTuple = [
229
207
  executor: AddressLike,
@@ -542,10 +520,8 @@ export interface ExecutorsRegistry extends BaseContract {
542
520
  getEvent(key: "ExecutorApproved"): TypedContractEvent<ExecutorApprovedEvent.InputTuple, ExecutorApprovedEvent.OutputTuple, ExecutorApprovedEvent.OutputObject>;
543
521
  getEvent(key: "ExecutorDisapproved"): TypedContractEvent<ExecutorDisapprovedEvent.InputTuple, ExecutorDisapprovedEvent.OutputTuple, ExecutorDisapprovedEvent.OutputObject>;
544
522
  getEvent(key: "ExecutorMovedToStandby"): TypedContractEvent<ExecutorMovedToStandbyEvent.InputTuple, ExecutorMovedToStandbyEvent.OutputTuple, ExecutorMovedToStandbyEvent.OutputObject>;
545
- getEvent(key: "ExecutorPaused"): TypedContractEvent<ExecutorPausedEvent.InputTuple, ExecutorPausedEvent.OutputTuple, ExecutorPausedEvent.OutputObject>;
546
523
  getEvent(key: "ExecutorSlashed"): TypedContractEvent<ExecutorSlashedEvent.InputTuple, ExecutorSlashedEvent.OutputTuple, ExecutorSlashedEvent.OutputObject>;
547
524
  getEvent(key: "ExecutorStaked"): TypedContractEvent<ExecutorStakedEvent.InputTuple, ExecutorStakedEvent.OutputTuple, ExecutorStakedEvent.OutputObject>;
548
- getEvent(key: "ExecutorUnpaused"): TypedContractEvent<ExecutorUnpausedEvent.InputTuple, ExecutorUnpausedEvent.OutputTuple, ExecutorUnpausedEvent.OutputObject>;
549
525
  getEvent(key: "ExecutorUnstaked"): TypedContractEvent<ExecutorUnstakedEvent.InputTuple, ExecutorUnstakedEvent.OutputTuple, ExecutorUnstakedEvent.OutputObject>;
550
526
  getEvent(key: "Initialized"): TypedContractEvent<InitializedEvent.InputTuple, InitializedEvent.OutputTuple, InitializedEvent.OutputObject>;
551
527
  getEvent(key: "RewardsClaimed"): TypedContractEvent<RewardsClaimedEvent.InputTuple, RewardsClaimedEvent.OutputTuple, RewardsClaimedEvent.OutputObject>;
@@ -565,14 +541,10 @@ export interface ExecutorsRegistry extends BaseContract {
565
541
  ExecutorDisapproved: TypedContractEvent<ExecutorDisapprovedEvent.InputTuple, ExecutorDisapprovedEvent.OutputTuple, ExecutorDisapprovedEvent.OutputObject>;
566
542
  "ExecutorMovedToStandby(address)": TypedContractEvent<ExecutorMovedToStandbyEvent.InputTuple, ExecutorMovedToStandbyEvent.OutputTuple, ExecutorMovedToStandbyEvent.OutputObject>;
567
543
  ExecutorMovedToStandby: TypedContractEvent<ExecutorMovedToStandbyEvent.InputTuple, ExecutorMovedToStandbyEvent.OutputTuple, ExecutorMovedToStandbyEvent.OutputObject>;
568
- "ExecutorPaused(address)": TypedContractEvent<ExecutorPausedEvent.InputTuple, ExecutorPausedEvent.OutputTuple, ExecutorPausedEvent.OutputObject>;
569
- ExecutorPaused: TypedContractEvent<ExecutorPausedEvent.InputTuple, ExecutorPausedEvent.OutputTuple, ExecutorPausedEvent.OutputObject>;
570
544
  "ExecutorSlashed(address,uint256,address)": TypedContractEvent<ExecutorSlashedEvent.InputTuple, ExecutorSlashedEvent.OutputTuple, ExecutorSlashedEvent.OutputObject>;
571
545
  ExecutorSlashed: TypedContractEvent<ExecutorSlashedEvent.InputTuple, ExecutorSlashedEvent.OutputTuple, ExecutorSlashedEvent.OutputObject>;
572
546
  "ExecutorStaked(address,uint256,uint256)": TypedContractEvent<ExecutorStakedEvent.InputTuple, ExecutorStakedEvent.OutputTuple, ExecutorStakedEvent.OutputObject>;
573
547
  ExecutorStaked: TypedContractEvent<ExecutorStakedEvent.InputTuple, ExecutorStakedEvent.OutputTuple, ExecutorStakedEvent.OutputObject>;
574
- "ExecutorUnpaused(address)": TypedContractEvent<ExecutorUnpausedEvent.InputTuple, ExecutorUnpausedEvent.OutputTuple, ExecutorUnpausedEvent.OutputObject>;
575
- ExecutorUnpaused: TypedContractEvent<ExecutorUnpausedEvent.InputTuple, ExecutorUnpausedEvent.OutputTuple, ExecutorUnpausedEvent.OutputObject>;
576
548
  "ExecutorUnstaked(address,uint256,uint256)": TypedContractEvent<ExecutorUnstakedEvent.InputTuple, ExecutorUnstakedEvent.OutputTuple, ExecutorUnstakedEvent.OutputObject>;
577
549
  ExecutorUnstaked: TypedContractEvent<ExecutorUnstakedEvent.InputTuple, ExecutorUnstakedEvent.OutputTuple, ExecutorUnstakedEvent.OutputObject>;
578
550
  "Initialized(uint64)": TypedContractEvent<InitializedEvent.InputTuple, InitializedEvent.OutputTuple, InitializedEvent.OutputObject>;
@@ -2,7 +2,7 @@ import type { BaseContract, BigNumberish, BytesLike, FunctionFragment, Result, I
2
2
  import type { TypedContractEvent, TypedDeferredTopicFilter, TypedEventLog, TypedLogDescription, TypedListener, TypedContractMethod } from "../../common";
3
3
  export interface IExecutorsRegistryInterface extends Interface {
4
4
  getFunction(nameOrSignature: "distributeRewards" | "getExecutorsCount" | "isExecutor" | "supportsInterface"): FunctionFragment;
5
- getEvent(nameOrSignatureOrTopic: "ExecutorActivated" | "ExecutorApproved" | "ExecutorDisapproved" | "ExecutorMovedToStandby" | "ExecutorPaused" | "ExecutorSlashed" | "ExecutorStaked" | "ExecutorUnpaused" | "ExecutorUnstaked" | "RewardsClaimed" | "RewardsDistributed" | "WithdrawalAnnounced" | "WithdrawalCancelled"): EventFragment;
5
+ getEvent(nameOrSignatureOrTopic: "ExecutorActivated" | "ExecutorApproved" | "ExecutorDisapproved" | "ExecutorMovedToStandby" | "ExecutorSlashed" | "ExecutorStaked" | "ExecutorUnstaked" | "RewardsClaimed" | "RewardsDistributed" | "WithdrawalAnnounced" | "WithdrawalCancelled"): EventFragment;
6
6
  encodeFunctionData(functionFragment: "distributeRewards", values: [BigNumberish]): string;
7
7
  encodeFunctionData(functionFragment: "getExecutorsCount", values?: undefined): string;
8
8
  encodeFunctionData(functionFragment: "isExecutor", values: [AddressLike]): string;
@@ -57,17 +57,6 @@ export declare namespace ExecutorMovedToStandbyEvent {
57
57
  type Log = TypedEventLog<Event>;
58
58
  type LogDescription = TypedLogDescription<Event>;
59
59
  }
60
- export declare namespace ExecutorPausedEvent {
61
- type InputTuple = [executor: AddressLike];
62
- type OutputTuple = [executor: string];
63
- interface OutputObject {
64
- executor: string;
65
- }
66
- type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
67
- type Filter = TypedDeferredTopicFilter<Event>;
68
- type Log = TypedEventLog<Event>;
69
- type LogDescription = TypedLogDescription<Event>;
70
- }
71
60
  export declare namespace ExecutorSlashedEvent {
72
61
  type InputTuple = [
73
62
  executor: AddressLike,
@@ -110,17 +99,6 @@ export declare namespace ExecutorStakedEvent {
110
99
  type Log = TypedEventLog<Event>;
111
100
  type LogDescription = TypedLogDescription<Event>;
112
101
  }
113
- export declare namespace ExecutorUnpausedEvent {
114
- type InputTuple = [executor: AddressLike];
115
- type OutputTuple = [executor: string];
116
- interface OutputObject {
117
- executor: string;
118
- }
119
- type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
120
- type Filter = TypedDeferredTopicFilter<Event>;
121
- type Log = TypedEventLog<Event>;
122
- type LogDescription = TypedLogDescription<Event>;
123
- }
124
102
  export declare namespace ExecutorUnstakedEvent {
125
103
  type InputTuple = [
126
104
  executor: AddressLike,
@@ -237,10 +215,8 @@ export interface IExecutorsRegistry extends BaseContract {
237
215
  getEvent(key: "ExecutorApproved"): TypedContractEvent<ExecutorApprovedEvent.InputTuple, ExecutorApprovedEvent.OutputTuple, ExecutorApprovedEvent.OutputObject>;
238
216
  getEvent(key: "ExecutorDisapproved"): TypedContractEvent<ExecutorDisapprovedEvent.InputTuple, ExecutorDisapprovedEvent.OutputTuple, ExecutorDisapprovedEvent.OutputObject>;
239
217
  getEvent(key: "ExecutorMovedToStandby"): TypedContractEvent<ExecutorMovedToStandbyEvent.InputTuple, ExecutorMovedToStandbyEvent.OutputTuple, ExecutorMovedToStandbyEvent.OutputObject>;
240
- getEvent(key: "ExecutorPaused"): TypedContractEvent<ExecutorPausedEvent.InputTuple, ExecutorPausedEvent.OutputTuple, ExecutorPausedEvent.OutputObject>;
241
218
  getEvent(key: "ExecutorSlashed"): TypedContractEvent<ExecutorSlashedEvent.InputTuple, ExecutorSlashedEvent.OutputTuple, ExecutorSlashedEvent.OutputObject>;
242
219
  getEvent(key: "ExecutorStaked"): TypedContractEvent<ExecutorStakedEvent.InputTuple, ExecutorStakedEvent.OutputTuple, ExecutorStakedEvent.OutputObject>;
243
- getEvent(key: "ExecutorUnpaused"): TypedContractEvent<ExecutorUnpausedEvent.InputTuple, ExecutorUnpausedEvent.OutputTuple, ExecutorUnpausedEvent.OutputObject>;
244
220
  getEvent(key: "ExecutorUnstaked"): TypedContractEvent<ExecutorUnstakedEvent.InputTuple, ExecutorUnstakedEvent.OutputTuple, ExecutorUnstakedEvent.OutputObject>;
245
221
  getEvent(key: "RewardsClaimed"): TypedContractEvent<RewardsClaimedEvent.InputTuple, RewardsClaimedEvent.OutputTuple, RewardsClaimedEvent.OutputObject>;
246
222
  getEvent(key: "RewardsDistributed"): TypedContractEvent<RewardsDistributedEvent.InputTuple, RewardsDistributedEvent.OutputTuple, RewardsDistributedEvent.OutputObject>;
@@ -255,14 +231,10 @@ export interface IExecutorsRegistry extends BaseContract {
255
231
  ExecutorDisapproved: TypedContractEvent<ExecutorDisapprovedEvent.InputTuple, ExecutorDisapprovedEvent.OutputTuple, ExecutorDisapprovedEvent.OutputObject>;
256
232
  "ExecutorMovedToStandby(address)": TypedContractEvent<ExecutorMovedToStandbyEvent.InputTuple, ExecutorMovedToStandbyEvent.OutputTuple, ExecutorMovedToStandbyEvent.OutputObject>;
257
233
  ExecutorMovedToStandby: TypedContractEvent<ExecutorMovedToStandbyEvent.InputTuple, ExecutorMovedToStandbyEvent.OutputTuple, ExecutorMovedToStandbyEvent.OutputObject>;
258
- "ExecutorPaused(address)": TypedContractEvent<ExecutorPausedEvent.InputTuple, ExecutorPausedEvent.OutputTuple, ExecutorPausedEvent.OutputObject>;
259
- ExecutorPaused: TypedContractEvent<ExecutorPausedEvent.InputTuple, ExecutorPausedEvent.OutputTuple, ExecutorPausedEvent.OutputObject>;
260
234
  "ExecutorSlashed(address,uint256,address)": TypedContractEvent<ExecutorSlashedEvent.InputTuple, ExecutorSlashedEvent.OutputTuple, ExecutorSlashedEvent.OutputObject>;
261
235
  ExecutorSlashed: TypedContractEvent<ExecutorSlashedEvent.InputTuple, ExecutorSlashedEvent.OutputTuple, ExecutorSlashedEvent.OutputObject>;
262
236
  "ExecutorStaked(address,uint256,uint256)": TypedContractEvent<ExecutorStakedEvent.InputTuple, ExecutorStakedEvent.OutputTuple, ExecutorStakedEvent.OutputObject>;
263
237
  ExecutorStaked: TypedContractEvent<ExecutorStakedEvent.InputTuple, ExecutorStakedEvent.OutputTuple, ExecutorStakedEvent.OutputObject>;
264
- "ExecutorUnpaused(address)": TypedContractEvent<ExecutorUnpausedEvent.InputTuple, ExecutorUnpausedEvent.OutputTuple, ExecutorUnpausedEvent.OutputObject>;
265
- ExecutorUnpaused: TypedContractEvent<ExecutorUnpausedEvent.InputTuple, ExecutorUnpausedEvent.OutputTuple, ExecutorUnpausedEvent.OutputObject>;
266
238
  "ExecutorUnstaked(address,uint256,uint256)": TypedContractEvent<ExecutorUnstakedEvent.InputTuple, ExecutorUnstakedEvent.OutputTuple, ExecutorUnstakedEvent.OutputObject>;
267
239
  ExecutorUnstaked: TypedContractEvent<ExecutorUnstakedEvent.InputTuple, ExecutorUnstakedEvent.OutputTuple, ExecutorUnstakedEvent.OutputObject>;
268
240
  "RewardsClaimed(address,uint256)": TypedContractEvent<RewardsClaimedEvent.InputTuple, RewardsClaimedEvent.OutputTuple, RewardsClaimedEvent.OutputObject>;
@@ -49,14 +49,6 @@ export declare class ExecutorsRegistry__factory extends ContractFactory {
49
49
  }];
50
50
  readonly name: "ExecutorAlreadyApproved";
51
51
  readonly type: "error";
52
- }, {
53
- readonly inputs: readonly [{
54
- readonly internalType: "address";
55
- readonly name: "executor";
56
- readonly type: "address";
57
- }];
58
- readonly name: "ExecutorAlreadyPaused";
59
- readonly type: "error";
60
52
  }, {
61
53
  readonly inputs: readonly [{
62
54
  readonly internalType: "address";
@@ -73,14 +65,6 @@ export declare class ExecutorsRegistry__factory extends ContractFactory {
73
65
  }];
74
66
  readonly name: "ExecutorNotApproved";
75
67
  readonly type: "error";
76
- }, {
77
- readonly inputs: readonly [{
78
- readonly internalType: "address";
79
- readonly name: "executor";
80
- readonly type: "address";
81
- }];
82
- readonly name: "ExecutorNotPaused";
83
- readonly type: "error";
84
68
  }, {
85
69
  readonly inputs: readonly [];
86
70
  readonly name: "FailedCall";
@@ -314,16 +298,6 @@ export declare class ExecutorsRegistry__factory extends ContractFactory {
314
298
  }];
315
299
  readonly name: "ExecutorMovedToStandby";
316
300
  readonly type: "event";
317
- }, {
318
- readonly anonymous: false;
319
- readonly inputs: readonly [{
320
- readonly indexed: true;
321
- readonly internalType: "address";
322
- readonly name: "executor";
323
- readonly type: "address";
324
- }];
325
- readonly name: "ExecutorPaused";
326
- readonly type: "event";
327
301
  }, {
328
302
  readonly anonymous: false;
329
303
  readonly inputs: readonly [{
@@ -364,16 +338,6 @@ export declare class ExecutorsRegistry__factory extends ContractFactory {
364
338
  }];
365
339
  readonly name: "ExecutorStaked";
366
340
  readonly type: "event";
367
- }, {
368
- readonly anonymous: false;
369
- readonly inputs: readonly [{
370
- readonly indexed: true;
371
- readonly internalType: "address";
372
- readonly name: "executor";
373
- readonly type: "address";
374
- }];
375
- readonly name: "ExecutorUnpaused";
376
- readonly type: "event";
377
341
  }, {
378
342
  readonly anonymous: false;
379
343
  readonly inputs: readonly [{
@@ -46,17 +46,6 @@ const _abi = [
46
46
  name: "ExecutorAlreadyApproved",
47
47
  type: "error",
48
48
  },
49
- {
50
- inputs: [
51
- {
52
- internalType: "address",
53
- name: "executor",
54
- type: "address",
55
- },
56
- ],
57
- name: "ExecutorAlreadyPaused",
58
- type: "error",
59
- },
60
49
  {
61
50
  inputs: [
62
51
  {
@@ -79,17 +68,6 @@ const _abi = [
79
68
  name: "ExecutorNotApproved",
80
69
  type: "error",
81
70
  },
82
- {
83
- inputs: [
84
- {
85
- internalType: "address",
86
- name: "executor",
87
- type: "address",
88
- },
89
- ],
90
- name: "ExecutorNotPaused",
91
- type: "error",
92
- },
93
71
  {
94
72
  inputs: [],
95
73
  name: "FailedCall",
@@ -398,19 +376,6 @@ const _abi = [
398
376
  name: "ExecutorMovedToStandby",
399
377
  type: "event",
400
378
  },
401
- {
402
- anonymous: false,
403
- inputs: [
404
- {
405
- indexed: true,
406
- internalType: "address",
407
- name: "executor",
408
- type: "address",
409
- },
410
- ],
411
- name: "ExecutorPaused",
412
- type: "event",
413
- },
414
379
  {
415
380
  anonymous: false,
416
381
  inputs: [
@@ -461,19 +426,6 @@ const _abi = [
461
426
  name: "ExecutorStaked",
462
427
  type: "event",
463
428
  },
464
- {
465
- anonymous: false,
466
- inputs: [
467
- {
468
- indexed: true,
469
- internalType: "address",
470
- name: "executor",
471
- type: "address",
472
- },
473
- ],
474
- name: "ExecutorUnpaused",
475
- type: "event",
476
- },
477
429
  {
478
430
  anonymous: false,
479
431
  inputs: [