@boostxyz/sdk 0.0.0-alpha.9 → 1.1.0-alpha.22
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/Actions/Action.cjs +1 -1
- package/dist/Actions/Action.cjs.map +1 -1
- package/dist/Actions/Action.js +7 -7
- package/dist/Actions/ContractAction.d.ts +11 -11
- package/dist/Actions/ContractAction.d.ts.map +1 -1
- package/dist/Actions/ERC721MintAction.d.ts +14 -14
- package/dist/Actions/ERC721MintAction.d.ts.map +1 -1
- package/dist/Actions/EventAction.cjs +1 -1
- package/dist/Actions/EventAction.cjs.map +1 -1
- package/dist/Actions/EventAction.d.ts +171 -41
- package/dist/Actions/EventAction.d.ts.map +1 -1
- package/dist/Actions/EventAction.js +15 -392
- package/dist/Actions/EventAction.js.map +1 -1
- package/dist/AllowLists/AllowList.cjs +1 -1
- package/dist/AllowLists/AllowList.cjs.map +1 -1
- package/dist/AllowLists/AllowList.d.ts +6 -4
- package/dist/AllowLists/AllowList.d.ts.map +1 -1
- package/dist/AllowLists/AllowList.js +45 -23
- package/dist/AllowLists/AllowList.js.map +1 -1
- package/dist/AllowLists/OpenAllowList.d.ts +423 -0
- package/dist/AllowLists/OpenAllowList.d.ts.map +1 -0
- package/dist/AllowLists/SimpleAllowList.cjs +1 -1
- package/dist/AllowLists/SimpleAllowList.cjs.map +1 -1
- package/dist/AllowLists/SimpleAllowList.d.ts +92 -37
- package/dist/AllowLists/SimpleAllowList.d.ts.map +1 -1
- package/dist/AllowLists/SimpleAllowList.js +55 -71
- package/dist/AllowLists/SimpleAllowList.js.map +1 -1
- package/dist/AllowLists/SimpleDenyList.cjs +1 -1
- package/dist/AllowLists/SimpleDenyList.cjs.map +1 -1
- package/dist/AllowLists/SimpleDenyList.d.ts +203 -11
- package/dist/AllowLists/SimpleDenyList.d.ts.map +1 -1
- package/dist/AllowLists/SimpleDenyList.js +11 -112
- package/dist/AllowLists/SimpleDenyList.js.map +1 -1
- package/dist/Auth/PassthroughAuth.cjs +1 -1
- package/dist/Auth/PassthroughAuth.js +1 -1
- package/dist/Boost.cjs +1 -1
- package/dist/Boost.cjs.map +1 -1
- package/dist/Boost.d.ts +20 -21
- package/dist/Boost.d.ts.map +1 -1
- package/dist/Boost.js +43 -57
- package/dist/Boost.js.map +1 -1
- package/dist/BoostCore-BVZExPPu.js +1462 -0
- package/dist/BoostCore-BVZExPPu.js.map +1 -0
- package/dist/BoostCore-D-E-cnGI.cjs +3 -0
- package/dist/BoostCore-D-E-cnGI.cjs.map +1 -0
- package/dist/BoostCore.cjs +1 -2
- package/dist/BoostCore.cjs.map +1 -1
- package/dist/BoostCore.d.ts +748 -77
- package/dist/BoostCore.d.ts.map +1 -1
- package/dist/BoostCore.js +29 -1150
- package/dist/BoostCore.js.map +1 -1
- package/dist/BoostRegistry.cjs +1 -1
- package/dist/BoostRegistry.cjs.map +1 -1
- package/dist/BoostRegistry.d.ts +80 -25
- package/dist/BoostRegistry.d.ts.map +1 -1
- package/dist/BoostRegistry.js +165 -83
- package/dist/BoostRegistry.js.map +1 -1
- package/dist/Budgets/Budget.cjs +1 -1
- package/dist/Budgets/Budget.cjs.map +1 -1
- package/dist/Budgets/Budget.d.ts.map +1 -1
- package/dist/Budgets/Budget.js +2 -2
- package/dist/Budgets/Budget.js.map +1 -1
- package/dist/Budgets/ManagedBudget.cjs +1 -1
- package/dist/Budgets/ManagedBudget.cjs.map +1 -1
- package/dist/Budgets/ManagedBudget.d.ts +75 -193
- package/dist/Budgets/ManagedBudget.d.ts.map +1 -1
- package/dist/Budgets/ManagedBudget.js +80 -298
- package/dist/Budgets/ManagedBudget.js.map +1 -1
- package/dist/Budgets/VestingBudget.d.ts +223 -89
- package/dist/Budgets/VestingBudget.d.ts.map +1 -1
- package/dist/Deployable/Contract.cjs +1 -1
- package/dist/Deployable/Contract.cjs.map +1 -1
- package/dist/Deployable/Contract.d.ts +4 -5
- package/dist/Deployable/Contract.d.ts.map +1 -1
- package/dist/Deployable/Contract.js +5 -7
- package/dist/Deployable/Contract.js.map +1 -1
- package/dist/Deployable/Deployable.cjs.map +1 -1
- package/dist/Deployable/Deployable.d.ts +1 -1
- package/dist/Deployable/Deployable.d.ts.map +1 -1
- package/dist/Deployable/Deployable.js +3 -5
- package/dist/Deployable/Deployable.js.map +1 -1
- package/dist/Deployable/DeployableTarget.cjs +1 -1
- package/dist/Deployable/DeployableTarget.cjs.map +1 -1
- package/dist/Deployable/DeployableTarget.d.ts +13 -13
- package/dist/Deployable/DeployableTarget.d.ts.map +1 -1
- package/dist/Deployable/DeployableTarget.js +28 -25
- package/dist/Deployable/DeployableTarget.js.map +1 -1
- package/dist/Deployable/DeployableTargetWithRBAC.cjs +2 -0
- package/dist/Deployable/DeployableTargetWithRBAC.cjs.map +1 -0
- package/dist/Deployable/DeployableTargetWithRBAC.d.ts +179 -0
- package/dist/Deployable/DeployableTargetWithRBAC.d.ts.map +1 -0
- package/dist/Deployable/DeployableTargetWithRBAC.js +222 -0
- package/dist/Deployable/DeployableTargetWithRBAC.js.map +1 -0
- package/dist/EventAction-BZt5cjbe.cjs +2 -0
- package/dist/EventAction-BZt5cjbe.cjs.map +1 -0
- package/dist/EventAction-C_-hJXWm.js +1541 -0
- package/dist/EventAction-C_-hJXWm.js.map +1 -0
- package/dist/Incentive-BhHaK3PZ.cjs +2 -0
- package/dist/Incentive-BhHaK3PZ.cjs.map +1 -0
- package/dist/Incentive-Cqg1w6wD.js +312 -0
- package/dist/Incentive-Cqg1w6wD.js.map +1 -0
- package/dist/Incentives/AllowListIncentive.cjs +1 -1
- package/dist/Incentives/AllowListIncentive.cjs.map +1 -1
- package/dist/Incentives/AllowListIncentive.d.ts +38 -16
- package/dist/Incentives/AllowListIncentive.d.ts.map +1 -1
- package/dist/Incentives/AllowListIncentive.js +42 -29
- package/dist/Incentives/AllowListIncentive.js.map +1 -1
- package/dist/Incentives/CGDAIncentive.cjs +1 -1
- package/dist/Incentives/CGDAIncentive.cjs.map +1 -1
- package/dist/Incentives/CGDAIncentive.d.ts +234 -21
- package/dist/Incentives/CGDAIncentive.d.ts.map +1 -1
- package/dist/Incentives/CGDAIncentive.js +45 -32
- package/dist/Incentives/CGDAIncentive.js.map +1 -1
- package/dist/Incentives/ERC1155Incentive.d.ts +224 -37
- package/dist/Incentives/ERC1155Incentive.d.ts.map +1 -1
- package/dist/Incentives/ERC20Incentive.cjs +1 -1
- package/dist/Incentives/ERC20Incentive.cjs.map +1 -1
- package/dist/Incentives/ERC20Incentive.d.ts +230 -29
- package/dist/Incentives/ERC20Incentive.d.ts.map +1 -1
- package/dist/Incentives/ERC20Incentive.js +56 -43
- package/dist/Incentives/ERC20Incentive.js.map +1 -1
- package/dist/{Budgets/SimpleBudget.d.ts → Incentives/ERC20VariableCriteriaIncentive.d.ts} +335 -440
- package/dist/Incentives/ERC20VariableCriteriaIncentive.d.ts.map +1 -0
- package/dist/Incentives/ERC20VariableIncentive.d.ts +231 -29
- package/dist/Incentives/ERC20VariableIncentive.d.ts.map +1 -1
- package/dist/Incentives/Incentive.cjs +1 -1
- package/dist/Incentives/Incentive.cjs.map +1 -1
- package/dist/Incentives/Incentive.d.ts +4 -4
- package/dist/Incentives/Incentive.d.ts.map +1 -1
- package/dist/Incentives/Incentive.js +16 -296
- package/dist/Incentives/Incentive.js.map +1 -1
- package/dist/Incentives/PointsIncentive.cjs +1 -1
- package/dist/Incentives/PointsIncentive.cjs.map +1 -1
- package/dist/Incentives/PointsIncentive.d.ts +40 -18
- package/dist/Incentives/PointsIncentive.d.ts.map +1 -1
- package/dist/Incentives/PointsIncentive.js +37 -24
- package/dist/Incentives/PointsIncentive.js.map +1 -1
- package/dist/SimpleDenyList-BUR17Tt1.cjs +2 -0
- package/dist/SimpleDenyList-BUR17Tt1.cjs.map +1 -0
- package/dist/SimpleDenyList-CGaWjuld.js +132 -0
- package/dist/SimpleDenyList-CGaWjuld.js.map +1 -0
- package/dist/Validators/SignerValidator.cjs +1 -1
- package/dist/Validators/SignerValidator.cjs.map +1 -1
- package/dist/Validators/SignerValidator.d.ts +16 -16
- package/dist/Validators/SignerValidator.d.ts.map +1 -1
- package/dist/Validators/SignerValidator.js +30 -27
- package/dist/Validators/SignerValidator.js.map +1 -1
- package/dist/Validators/Validator.cjs +1 -1
- package/dist/Validators/Validator.cjs.map +1 -1
- package/dist/Validators/Validator.d.ts +1 -1
- package/dist/Validators/Validator.js +2 -2
- package/dist/Validators/Validator.js.map +1 -1
- package/dist/claiming.cjs.map +1 -1
- package/dist/claiming.d.ts +1 -1
- package/dist/claiming.js.map +1 -1
- package/dist/componentInterfaces-BBCFkrZv.js +14 -0
- package/dist/componentInterfaces-BBCFkrZv.js.map +1 -0
- package/dist/componentInterfaces-DRI_dQ-P.cjs +2 -0
- package/dist/componentInterfaces-DRI_dQ-P.cjs.map +1 -0
- package/dist/deployments-DVXioW2i.cjs +2 -0
- package/dist/deployments-DVXioW2i.cjs.map +1 -0
- package/dist/deployments-oykLv3_Z.js +43 -0
- package/dist/deployments-oykLv3_Z.js.map +1 -0
- package/dist/deployments.json +44 -0
- package/dist/errors.cjs +1 -1
- package/dist/errors.cjs.map +1 -1
- package/dist/errors.d.ts +256 -20
- package/dist/errors.d.ts.map +1 -1
- package/dist/errors.js +183 -26
- package/dist/errors.js.map +1 -1
- package/dist/{generated-57_Kffpz.js → generated-CKt2yCQd.js} +3613 -1869
- package/dist/generated-CKt2yCQd.js.map +1 -0
- package/dist/generated-CyTNlOwM.cjs +3 -0
- package/dist/generated-CyTNlOwM.cjs.map +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.d.ts +5 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +142 -108
- package/dist/index.js.map +1 -1
- package/dist/transfers.cjs.map +1 -1
- package/dist/transfers.d.ts +1 -1
- package/dist/transfers.js.map +1 -1
- package/dist/utils.cjs +1 -1
- package/dist/utils.cjs.map +1 -1
- package/dist/utils.d.ts +26 -12
- package/dist/utils.d.ts.map +1 -1
- package/dist/utils.js +38 -23
- package/dist/utils.js.map +1 -1
- package/package.json +20 -10
- package/src/Actions/Action.test.ts +14 -13
- package/src/Actions/ContractAction.test.ts +10 -10
- package/src/Actions/ContractAction.ts +11 -12
- package/src/Actions/ERC721MintAction.test.ts +6 -6
- package/src/Actions/ERC721MintAction.ts +14 -15
- package/src/Actions/EventAction.test.ts +729 -109
- package/src/Actions/EventAction.ts +542 -84
- package/src/AllowLists/AllowList.test.ts +7 -7
- package/src/AllowLists/AllowList.ts +5 -3
- package/src/AllowLists/OpenAllowList.test.ts +40 -0
- package/src/AllowLists/OpenAllowList.ts +45 -0
- package/src/AllowLists/SimpleAllowList.test.ts +4 -4
- package/src/AllowLists/SimpleAllowList.ts +39 -61
- package/src/AllowLists/SimpleDenyList.test.ts +4 -4
- package/src/AllowLists/SimpleDenyList.ts +40 -17
- package/src/Auth/PassthroughAuth.test.ts +1 -1
- package/src/Boost.ts +21 -24
- package/src/BoostCore.test.ts +323 -268
- package/src/BoostCore.ts +396 -219
- package/src/BoostRegistry.test.ts +53 -0
- package/src/BoostRegistry.ts +161 -40
- package/src/Budgets/Budget.test.ts +2 -2
- package/src/Budgets/Budget.ts +1 -2
- package/src/Budgets/ManagedBudget.test.ts +82 -19
- package/src/Budgets/ManagedBudget.ts +48 -310
- package/src/Budgets/VestingBudget.test.ts +7 -7
- package/src/Budgets/VestingBudget.ts +34 -106
- package/src/Deployable/Contract.ts +4 -5
- package/src/Deployable/Deployable.ts +1 -1
- package/src/Deployable/DeployableTarget.ts +30 -19
- package/src/Deployable/DeployableTargetWithRBAC.ts +323 -0
- package/src/Incentives/AllowListIncentive.test.ts +5 -5
- package/src/Incentives/AllowListIncentive.ts +29 -15
- package/src/Incentives/CGDAIncentive.test.ts +9 -6
- package/src/Incentives/CGDAIncentive.ts +38 -18
- package/src/Incentives/ERC1155Incentive.test.ts +3 -3
- package/src/Incentives/ERC1155Incentive.ts +28 -29
- package/src/Incentives/ERC20Incentive.test.ts +9 -6
- package/src/Incentives/ERC20Incentive.ts +46 -26
- package/src/Incentives/ERC20VariableCriteriaIncentive.test.ts +184 -0
- package/src/Incentives/ERC20VariableCriteriaIncentive.ts +324 -0
- package/src/Incentives/ERC20VariableIncentive.test.ts +8 -11
- package/src/Incentives/ERC20VariableIncentive.ts +49 -26
- package/src/Incentives/Incentive.test.ts +4 -1
- package/src/Incentives/Incentive.ts +7 -6
- package/src/Incentives/PointsIncentive.test.ts +24 -25
- package/src/Incentives/PointsIncentive.ts +31 -17
- package/src/Validators/SignerValidator.test.ts +6 -6
- package/src/Validators/SignerValidator.ts +19 -17
- package/src/Validators/Validator.test.ts +2 -2
- package/src/Validators/Validator.ts +1 -1
- package/src/claiming.ts +1 -1
- package/src/errors.ts +345 -21
- package/src/index.test.ts +118 -36
- package/src/index.ts +5 -0
- package/src/transfers.ts +1 -1
- package/src/utils.test.ts +2 -2
- package/src/utils.ts +61 -12
- package/dist/Budgets/SimpleBudget.d.ts.map +0 -1
- package/dist/componentInterfaces-CKCBwG16.cjs +0 -2
- package/dist/componentInterfaces-CKCBwG16.cjs.map +0 -1
- package/dist/componentInterfaces-DYkaxBda.js +0 -13
- package/dist/componentInterfaces-DYkaxBda.js.map +0 -1
- package/dist/generated-57_Kffpz.js.map +0 -1
- package/dist/generated-wKBNvm48.cjs +0 -3
- package/dist/generated-wKBNvm48.cjs.map +0 -1
- package/src/Budgets/SimpleBudget.test.ts +0 -152
- package/src/Budgets/SimpleBudget.ts +0 -564
|
@@ -43,6 +43,12 @@ export interface CGDAIncentivePayload {
|
|
|
43
43
|
* @type {bigint}
|
|
44
44
|
*/
|
|
45
45
|
totalBudget: bigint;
|
|
46
|
+
/**
|
|
47
|
+
* The entity that can `clawback` funds
|
|
48
|
+
*
|
|
49
|
+
* @type {Address}
|
|
50
|
+
*/
|
|
51
|
+
manager: Address;
|
|
46
52
|
}
|
|
47
53
|
/**
|
|
48
54
|
* The configuration parameters for the CGDAIncentive
|
|
@@ -109,6 +115,18 @@ export declare class CGDAIncentive extends DeployableTarget<CGDAIncentivePayload
|
|
|
109
115
|
readonly type: "error";
|
|
110
116
|
readonly inputs: readonly [];
|
|
111
117
|
readonly name: "ClaimFailed";
|
|
118
|
+
}, {
|
|
119
|
+
readonly type: "error";
|
|
120
|
+
readonly inputs: readonly [{
|
|
121
|
+
readonly name: "caller";
|
|
122
|
+
readonly internalType: "address";
|
|
123
|
+
readonly type: "address";
|
|
124
|
+
}, {
|
|
125
|
+
readonly name: "data";
|
|
126
|
+
readonly internalType: "bytes";
|
|
127
|
+
readonly type: "bytes";
|
|
128
|
+
}];
|
|
129
|
+
readonly name: "ClaimFailed";
|
|
112
130
|
}, {
|
|
113
131
|
readonly type: "error";
|
|
114
132
|
readonly inputs: readonly [];
|
|
@@ -145,6 +163,10 @@ export declare class CGDAIncentive extends DeployableTarget<CGDAIncentivePayload
|
|
|
145
163
|
readonly type: "error";
|
|
146
164
|
readonly inputs: readonly [];
|
|
147
165
|
readonly name: "InvalidInitializationData";
|
|
166
|
+
}, {
|
|
167
|
+
readonly type: "error";
|
|
168
|
+
readonly inputs: readonly [];
|
|
169
|
+
readonly name: "LengthMismatch";
|
|
148
170
|
}, {
|
|
149
171
|
readonly type: "error";
|
|
150
172
|
readonly inputs: readonly [];
|
|
@@ -225,6 +247,41 @@ export declare class CGDAIncentive extends DeployableTarget<CGDAIncentivePayload
|
|
|
225
247
|
readonly indexed: true;
|
|
226
248
|
}];
|
|
227
249
|
readonly name: "OwnershipTransferred";
|
|
250
|
+
}, {
|
|
251
|
+
readonly type: "event";
|
|
252
|
+
readonly anonymous: false;
|
|
253
|
+
readonly inputs: readonly [{
|
|
254
|
+
readonly name: "user";
|
|
255
|
+
readonly internalType: "address";
|
|
256
|
+
readonly type: "address";
|
|
257
|
+
readonly indexed: true;
|
|
258
|
+
}, {
|
|
259
|
+
readonly name: "roles";
|
|
260
|
+
readonly internalType: "uint256";
|
|
261
|
+
readonly type: "uint256";
|
|
262
|
+
readonly indexed: true;
|
|
263
|
+
}];
|
|
264
|
+
readonly name: "RolesUpdated";
|
|
265
|
+
}, {
|
|
266
|
+
readonly type: "function";
|
|
267
|
+
readonly inputs: readonly [];
|
|
268
|
+
readonly name: "ADMIN_ROLE";
|
|
269
|
+
readonly outputs: readonly [{
|
|
270
|
+
readonly name: "";
|
|
271
|
+
readonly internalType: "uint256";
|
|
272
|
+
readonly type: "uint256";
|
|
273
|
+
}];
|
|
274
|
+
readonly stateMutability: "view";
|
|
275
|
+
}, {
|
|
276
|
+
readonly type: "function";
|
|
277
|
+
readonly inputs: readonly [];
|
|
278
|
+
readonly name: "MANAGER_ROLE";
|
|
279
|
+
readonly outputs: readonly [{
|
|
280
|
+
readonly name: "";
|
|
281
|
+
readonly internalType: "uint256";
|
|
282
|
+
readonly type: "uint256";
|
|
283
|
+
}];
|
|
284
|
+
readonly stateMutability: "view";
|
|
228
285
|
}, {
|
|
229
286
|
readonly type: "function";
|
|
230
287
|
readonly inputs: readonly [];
|
|
@@ -315,8 +372,12 @@ export declare class CGDAIncentive extends DeployableTarget<CGDAIncentivePayload
|
|
|
315
372
|
readonly name: "clawback";
|
|
316
373
|
readonly outputs: readonly [{
|
|
317
374
|
readonly name: "";
|
|
318
|
-
readonly internalType: "
|
|
319
|
-
readonly type: "
|
|
375
|
+
readonly internalType: "uint256";
|
|
376
|
+
readonly type: "uint256";
|
|
377
|
+
}, {
|
|
378
|
+
readonly name: "";
|
|
379
|
+
readonly internalType: "address";
|
|
380
|
+
readonly type: "address";
|
|
320
381
|
}];
|
|
321
382
|
readonly stateMutability: "nonpayable";
|
|
322
383
|
}, {
|
|
@@ -349,6 +410,70 @@ export declare class CGDAIncentive extends DeployableTarget<CGDAIncentivePayload
|
|
|
349
410
|
readonly type: "bytes4";
|
|
350
411
|
}];
|
|
351
412
|
readonly stateMutability: "pure";
|
|
413
|
+
}, {
|
|
414
|
+
readonly type: "function";
|
|
415
|
+
readonly inputs: readonly [{
|
|
416
|
+
readonly name: "user";
|
|
417
|
+
readonly internalType: "address";
|
|
418
|
+
readonly type: "address";
|
|
419
|
+
}, {
|
|
420
|
+
readonly name: "roles";
|
|
421
|
+
readonly internalType: "uint256";
|
|
422
|
+
readonly type: "uint256";
|
|
423
|
+
}];
|
|
424
|
+
readonly name: "grantRoles";
|
|
425
|
+
readonly outputs: readonly [];
|
|
426
|
+
readonly stateMutability: "payable";
|
|
427
|
+
}, {
|
|
428
|
+
readonly type: "function";
|
|
429
|
+
readonly inputs: readonly [{
|
|
430
|
+
readonly name: "accounts_";
|
|
431
|
+
readonly internalType: "address[]";
|
|
432
|
+
readonly type: "address[]";
|
|
433
|
+
}, {
|
|
434
|
+
readonly name: "roles_";
|
|
435
|
+
readonly internalType: "uint256[]";
|
|
436
|
+
readonly type: "uint256[]";
|
|
437
|
+
}];
|
|
438
|
+
readonly name: "grantRoles";
|
|
439
|
+
readonly outputs: readonly [];
|
|
440
|
+
readonly stateMutability: "nonpayable";
|
|
441
|
+
}, {
|
|
442
|
+
readonly type: "function";
|
|
443
|
+
readonly inputs: readonly [{
|
|
444
|
+
readonly name: "user";
|
|
445
|
+
readonly internalType: "address";
|
|
446
|
+
readonly type: "address";
|
|
447
|
+
}, {
|
|
448
|
+
readonly name: "roles";
|
|
449
|
+
readonly internalType: "uint256";
|
|
450
|
+
readonly type: "uint256";
|
|
451
|
+
}];
|
|
452
|
+
readonly name: "hasAllRoles";
|
|
453
|
+
readonly outputs: readonly [{
|
|
454
|
+
readonly name: "";
|
|
455
|
+
readonly internalType: "bool";
|
|
456
|
+
readonly type: "bool";
|
|
457
|
+
}];
|
|
458
|
+
readonly stateMutability: "view";
|
|
459
|
+
}, {
|
|
460
|
+
readonly type: "function";
|
|
461
|
+
readonly inputs: readonly [{
|
|
462
|
+
readonly name: "user";
|
|
463
|
+
readonly internalType: "address";
|
|
464
|
+
readonly type: "address";
|
|
465
|
+
}, {
|
|
466
|
+
readonly name: "roles";
|
|
467
|
+
readonly internalType: "uint256";
|
|
468
|
+
readonly type: "uint256";
|
|
469
|
+
}];
|
|
470
|
+
readonly name: "hasAnyRole";
|
|
471
|
+
readonly outputs: readonly [{
|
|
472
|
+
readonly name: "";
|
|
473
|
+
readonly internalType: "bool";
|
|
474
|
+
readonly type: "bool";
|
|
475
|
+
}];
|
|
476
|
+
readonly stateMutability: "view";
|
|
352
477
|
}, {
|
|
353
478
|
readonly type: "function";
|
|
354
479
|
readonly inputs: readonly [{
|
|
@@ -359,6 +484,20 @@ export declare class CGDAIncentive extends DeployableTarget<CGDAIncentivePayload
|
|
|
359
484
|
readonly name: "initialize";
|
|
360
485
|
readonly outputs: readonly [];
|
|
361
486
|
readonly stateMutability: "nonpayable";
|
|
487
|
+
}, {
|
|
488
|
+
readonly type: "function";
|
|
489
|
+
readonly inputs: readonly [{
|
|
490
|
+
readonly name: "account_";
|
|
491
|
+
readonly internalType: "address";
|
|
492
|
+
readonly type: "address";
|
|
493
|
+
}];
|
|
494
|
+
readonly name: "isAuthorized";
|
|
495
|
+
readonly outputs: readonly [{
|
|
496
|
+
readonly name: "";
|
|
497
|
+
readonly internalType: "bool";
|
|
498
|
+
readonly type: "bool";
|
|
499
|
+
}];
|
|
500
|
+
readonly stateMutability: "view";
|
|
362
501
|
}, {
|
|
363
502
|
readonly type: "function";
|
|
364
503
|
readonly inputs: readonly [{
|
|
@@ -421,12 +560,50 @@ export declare class CGDAIncentive extends DeployableTarget<CGDAIncentivePayload
|
|
|
421
560
|
readonly name: "renounceOwnership";
|
|
422
561
|
readonly outputs: readonly [];
|
|
423
562
|
readonly stateMutability: "payable";
|
|
563
|
+
}, {
|
|
564
|
+
readonly type: "function";
|
|
565
|
+
readonly inputs: readonly [{
|
|
566
|
+
readonly name: "roles";
|
|
567
|
+
readonly internalType: "uint256";
|
|
568
|
+
readonly type: "uint256";
|
|
569
|
+
}];
|
|
570
|
+
readonly name: "renounceRoles";
|
|
571
|
+
readonly outputs: readonly [];
|
|
572
|
+
readonly stateMutability: "payable";
|
|
424
573
|
}, {
|
|
425
574
|
readonly type: "function";
|
|
426
575
|
readonly inputs: readonly [];
|
|
427
576
|
readonly name: "requestOwnershipHandover";
|
|
428
577
|
readonly outputs: readonly [];
|
|
429
578
|
readonly stateMutability: "payable";
|
|
579
|
+
}, {
|
|
580
|
+
readonly type: "function";
|
|
581
|
+
readonly inputs: readonly [{
|
|
582
|
+
readonly name: "user";
|
|
583
|
+
readonly internalType: "address";
|
|
584
|
+
readonly type: "address";
|
|
585
|
+
}, {
|
|
586
|
+
readonly name: "roles";
|
|
587
|
+
readonly internalType: "uint256";
|
|
588
|
+
readonly type: "uint256";
|
|
589
|
+
}];
|
|
590
|
+
readonly name: "revokeRoles";
|
|
591
|
+
readonly outputs: readonly [];
|
|
592
|
+
readonly stateMutability: "payable";
|
|
593
|
+
}, {
|
|
594
|
+
readonly type: "function";
|
|
595
|
+
readonly inputs: readonly [{
|
|
596
|
+
readonly name: "accounts_";
|
|
597
|
+
readonly internalType: "address[]";
|
|
598
|
+
readonly type: "address[]";
|
|
599
|
+
}, {
|
|
600
|
+
readonly name: "roles_";
|
|
601
|
+
readonly internalType: "uint256[]";
|
|
602
|
+
readonly type: "uint256[]";
|
|
603
|
+
}];
|
|
604
|
+
readonly name: "revokeRoles";
|
|
605
|
+
readonly outputs: readonly [];
|
|
606
|
+
readonly stateMutability: "nonpayable";
|
|
430
607
|
}, {
|
|
431
608
|
readonly type: "function";
|
|
432
609
|
readonly inputs: readonly [];
|
|
@@ -437,6 +614,34 @@ export declare class CGDAIncentive extends DeployableTarget<CGDAIncentivePayload
|
|
|
437
614
|
readonly type: "uint256";
|
|
438
615
|
}];
|
|
439
616
|
readonly stateMutability: "view";
|
|
617
|
+
}, {
|
|
618
|
+
readonly type: "function";
|
|
619
|
+
readonly inputs: readonly [{
|
|
620
|
+
readonly name: "user";
|
|
621
|
+
readonly internalType: "address";
|
|
622
|
+
readonly type: "address";
|
|
623
|
+
}];
|
|
624
|
+
readonly name: "rolesOf";
|
|
625
|
+
readonly outputs: readonly [{
|
|
626
|
+
readonly name: "roles";
|
|
627
|
+
readonly internalType: "uint256";
|
|
628
|
+
readonly type: "uint256";
|
|
629
|
+
}];
|
|
630
|
+
readonly stateMutability: "view";
|
|
631
|
+
}, {
|
|
632
|
+
readonly type: "function";
|
|
633
|
+
readonly inputs: readonly [{
|
|
634
|
+
readonly name: "accounts_";
|
|
635
|
+
readonly internalType: "address[]";
|
|
636
|
+
readonly type: "address[]";
|
|
637
|
+
}, {
|
|
638
|
+
readonly name: "authorized_";
|
|
639
|
+
readonly internalType: "bool[]";
|
|
640
|
+
readonly type: "bool[]";
|
|
641
|
+
}];
|
|
642
|
+
readonly name: "setAuthorized";
|
|
643
|
+
readonly outputs: readonly [];
|
|
644
|
+
readonly stateMutability: "nonpayable";
|
|
440
645
|
}, {
|
|
441
646
|
readonly type: "function";
|
|
442
647
|
readonly inputs: readonly [{
|
|
@@ -477,9 +682,9 @@ export declare class CGDAIncentive extends DeployableTarget<CGDAIncentivePayload
|
|
|
477
682
|
*
|
|
478
683
|
* @public
|
|
479
684
|
* @static
|
|
480
|
-
* @type {Address}
|
|
685
|
+
* @type {Record<number, Address>}
|
|
481
686
|
*/
|
|
482
|
-
static
|
|
687
|
+
static bases: Record<number, Address>;
|
|
483
688
|
/**
|
|
484
689
|
* @inheritdoc
|
|
485
690
|
*
|
|
@@ -493,8 +698,8 @@ export declare class CGDAIncentive extends DeployableTarget<CGDAIncentivePayload
|
|
|
493
698
|
*
|
|
494
699
|
* @public
|
|
495
700
|
* @async
|
|
496
|
-
* @param {?ReadParams
|
|
497
|
-
* @returns {
|
|
701
|
+
* @param {?ReadParams} [params]
|
|
702
|
+
* @returns {Promise<Address>}
|
|
498
703
|
*/
|
|
499
704
|
owner(params?: ReadParams<typeof cgdaIncentiveAbi, 'owner'>): Promise<`0x${string}`>;
|
|
500
705
|
/**
|
|
@@ -502,7 +707,7 @@ export declare class CGDAIncentive extends DeployableTarget<CGDAIncentivePayload
|
|
|
502
707
|
*
|
|
503
708
|
* @public
|
|
504
709
|
* @async
|
|
505
|
-
* @param {?ReadParams
|
|
710
|
+
* @param {?ReadParams} [params]
|
|
506
711
|
* @returns {Promise<bigint>}
|
|
507
712
|
*/
|
|
508
713
|
claims(params?: ReadParams<typeof cgdaIncentiveAbi, 'claims'>): Promise<bigint>;
|
|
@@ -511,7 +716,7 @@ export declare class CGDAIncentive extends DeployableTarget<CGDAIncentivePayload
|
|
|
511
716
|
*
|
|
512
717
|
* @public
|
|
513
718
|
* @async
|
|
514
|
-
* @param {?ReadParams
|
|
719
|
+
* @param {?ReadParams} [params]
|
|
515
720
|
* @returns {Promise<bigint>}
|
|
516
721
|
*/
|
|
517
722
|
reward(params?: ReadParams<typeof cgdaIncentiveAbi, 'reward'>): Promise<bigint>;
|
|
@@ -521,7 +726,7 @@ export declare class CGDAIncentive extends DeployableTarget<CGDAIncentivePayload
|
|
|
521
726
|
* @public
|
|
522
727
|
* @async
|
|
523
728
|
* @param {Address} address
|
|
524
|
-
* @param {?ReadParams
|
|
729
|
+
* @param {?ReadParams} [params]
|
|
525
730
|
* @returns {Promise<boolean>}
|
|
526
731
|
*/
|
|
527
732
|
claimed(address: Address, params?: ReadParams<typeof cgdaIncentiveAbi, 'claimed'>): Promise<boolean>;
|
|
@@ -530,8 +735,8 @@ export declare class CGDAIncentive extends DeployableTarget<CGDAIncentivePayload
|
|
|
530
735
|
*
|
|
531
736
|
* @public
|
|
532
737
|
* @async
|
|
533
|
-
* @param {?ReadParams
|
|
534
|
-
* @returns {
|
|
738
|
+
* @param {?ReadParams} [params]
|
|
739
|
+
* @returns {Promise<Address>}
|
|
535
740
|
*/
|
|
536
741
|
asset(params?: ReadParams<typeof cgdaIncentiveAbi, 'asset'>): Promise<`0x${string}`>;
|
|
537
742
|
/**
|
|
@@ -539,7 +744,7 @@ export declare class CGDAIncentive extends DeployableTarget<CGDAIncentivePayload
|
|
|
539
744
|
*
|
|
540
745
|
* @public
|
|
541
746
|
* @async
|
|
542
|
-
* @param {?ReadParams
|
|
747
|
+
* @param {?ReadParams} [params]
|
|
543
748
|
* @returns {Promise<CGDAParameters>}
|
|
544
749
|
*/
|
|
545
750
|
cgdaParams(params?: ReadParams<typeof cgdaIncentiveAbi, 'cgdaParams'>): Promise<CGDAParameters>;
|
|
@@ -548,7 +753,7 @@ export declare class CGDAIncentive extends DeployableTarget<CGDAIncentivePayload
|
|
|
548
753
|
*
|
|
549
754
|
* @public
|
|
550
755
|
* @async
|
|
551
|
-
* @param {?ReadParams
|
|
756
|
+
* @param {?ReadParams} [params]
|
|
552
757
|
* @returns {Promise<bigint>}
|
|
553
758
|
*/
|
|
554
759
|
totalBudget(params?: ReadParams<typeof cgdaIncentiveAbi, 'totalBudget'>): Promise<bigint>;
|
|
@@ -558,7 +763,7 @@ export declare class CGDAIncentive extends DeployableTarget<CGDAIncentivePayload
|
|
|
558
763
|
* @public
|
|
559
764
|
* @async
|
|
560
765
|
* @param {ClaimPayload} payload
|
|
561
|
-
* @param {?WriteParams
|
|
766
|
+
* @param {?WriteParams} [params]
|
|
562
767
|
* @returns {Promise<boolean>} - Returns true if successfully claimed
|
|
563
768
|
*/
|
|
564
769
|
protected claim(payload: ClaimPayload, params?: WriteParams<typeof cgdaIncentiveAbi, 'claim'>): Promise<boolean>;
|
|
@@ -568,7 +773,7 @@ export declare class CGDAIncentive extends DeployableTarget<CGDAIncentivePayload
|
|
|
568
773
|
* @public
|
|
569
774
|
* @async
|
|
570
775
|
* @param {ClaimPayload} payload
|
|
571
|
-
* @param {?WriteParams
|
|
776
|
+
* @param {?WriteParams} [params]
|
|
572
777
|
* @returns {Promise<boolean>} - Returns true if successfully claimed
|
|
573
778
|
*/
|
|
574
779
|
protected claimRaw(payload: ClaimPayload, params?: WriteParams<typeof cgdaIncentiveAbi, 'claim'>): Promise<{
|
|
@@ -581,22 +786,22 @@ export declare class CGDAIncentive extends DeployableTarget<CGDAIncentivePayload
|
|
|
581
786
|
* @public
|
|
582
787
|
* @async
|
|
583
788
|
* @param {ClaimPayload} payload
|
|
584
|
-
* @param {?WriteParams
|
|
789
|
+
* @param {?WriteParams} [params]
|
|
585
790
|
* @returns {Promise<boolean>} - True if the assets were successfully clawbacked
|
|
586
791
|
*/
|
|
587
|
-
clawback(payload: ClaimPayload, params?: WriteParams<typeof cgdaIncentiveAbi, 'clawback'>): Promise<
|
|
792
|
+
clawback(payload: ClaimPayload, params?: WriteParams<typeof cgdaIncentiveAbi, 'clawback'>): Promise<readonly [bigint, `0x${string}`]>;
|
|
588
793
|
/**
|
|
589
794
|
* Clawback assets from the incentive
|
|
590
795
|
*
|
|
591
796
|
* @public
|
|
592
797
|
* @async
|
|
593
798
|
* @param {ClaimPayload} payload
|
|
594
|
-
* @param {?WriteParams
|
|
799
|
+
* @param {?WriteParams} [params]
|
|
595
800
|
* @returns {Promise<boolean>} - True if the assets were successfully clawbacked
|
|
596
801
|
*/
|
|
597
802
|
clawbackRaw(payload: ClaimPayload, params?: WriteParams<typeof cgdaIncentiveAbi, 'clawback'>): Promise<{
|
|
598
803
|
hash: `0x${string}`;
|
|
599
|
-
result:
|
|
804
|
+
result: readonly [bigint, `0x${string}`];
|
|
600
805
|
}>;
|
|
601
806
|
/**
|
|
602
807
|
* Check if an incentive is claimable
|
|
@@ -604,7 +809,7 @@ export declare class CGDAIncentive extends DeployableTarget<CGDAIncentivePayload
|
|
|
604
809
|
* @public
|
|
605
810
|
* @async
|
|
606
811
|
* @param {ClaimPayload} payload
|
|
607
|
-
* @param {?ReadParams
|
|
812
|
+
* @param {?ReadParams} [params]
|
|
608
813
|
* @returns {Promise<boolean>} - True if the incentive is claimable based on the data payload
|
|
609
814
|
*/
|
|
610
815
|
isClaimable(payload: ClaimPayload, params?: ReadParams<typeof cgdaIncentiveAbi, 'isClaimable'>): Promise<boolean>;
|
|
@@ -615,7 +820,7 @@ export declare class CGDAIncentive extends DeployableTarget<CGDAIncentivePayload
|
|
|
615
820
|
*
|
|
616
821
|
* @public
|
|
617
822
|
* @async
|
|
618
|
-
* @param {?ReadParams
|
|
823
|
+
* @param {?ReadParams} [params]
|
|
619
824
|
* @returns {Promise<bigint>} - The current reward
|
|
620
825
|
*/
|
|
621
826
|
currentReward(params?: ReadParams<typeof cgdaIncentiveAbi, 'currentReward'>): Promise<bigint>;
|
|
@@ -628,6 +833,14 @@ export declare class CGDAIncentive extends DeployableTarget<CGDAIncentivePayload
|
|
|
628
833
|
* @returns {GenericDeployableParams}
|
|
629
834
|
*/
|
|
630
835
|
buildParameters(_payload?: CGDAIncentivePayload, _options?: DeployableOptions): GenericDeployableParams;
|
|
836
|
+
/**
|
|
837
|
+
* Builds the claim data for the CGDAIncentive.
|
|
838
|
+
*
|
|
839
|
+
* @public
|
|
840
|
+
* @returns {Hash} A `zeroHash`, as CGDAIncentive doesn't require specific claim data.
|
|
841
|
+
* @description This function returns `zeroHash` because CGDAIncentive doesn't use any specific claim data.
|
|
842
|
+
*/
|
|
843
|
+
buildClaimData(): "0x0000000000000000000000000000000000000000000000000000000000000000";
|
|
631
844
|
}
|
|
632
845
|
/**
|
|
633
846
|
* Given a {@link CGDAIncentivePayload}, properly encode a `CGDAIncentive.InitPayload` for use with {@link CGDAIncentive} initialization.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CGDAIncentive.d.ts","sourceRoot":"","sources":["../../src/Incentives/CGDAIncentive.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,gBAAgB,EAcjB,MAAM,eAAe,CAAC;AAEvB,OAAO,EACL,KAAK,OAAO,EACZ,KAAK,iBAAiB,
|
|
1
|
+
{"version":3,"file":"CGDAIncentive.d.ts","sourceRoot":"","sources":["../../src/Incentives/CGDAIncentive.ts"],"names":[],"mappings":"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"}
|