@boostxyz/sdk 1.1.0-alpha.23 → 2.0.0-alpha.25

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 (134) hide show
  1. package/dist/Actions/Action.cjs +1 -1
  2. package/dist/Actions/Action.js +7 -7
  3. package/dist/Actions/EventAction.cjs +1 -1
  4. package/dist/Actions/EventAction.cjs.map +1 -1
  5. package/dist/Actions/EventAction.d.ts +32 -5
  6. package/dist/Actions/EventAction.d.ts.map +1 -1
  7. package/dist/Actions/EventAction.js +164 -137
  8. package/dist/Actions/EventAction.js.map +1 -1
  9. package/dist/AllowLists/AllowList.cjs +1 -1
  10. package/dist/AllowLists/AllowList.js +10 -10
  11. package/dist/AllowLists/SimpleAllowList.cjs +1 -1
  12. package/dist/AllowLists/SimpleAllowList.js +10 -10
  13. package/dist/AllowLists/SimpleDenyList.cjs +1 -1
  14. package/dist/AllowLists/SimpleDenyList.js +3 -3
  15. package/dist/Auth/PassthroughAuth.cjs +1 -1
  16. package/dist/Auth/PassthroughAuth.js +1 -1
  17. package/dist/BoostCore.cjs +2 -1
  18. package/dist/BoostCore.cjs.map +1 -1
  19. package/dist/BoostCore.d.ts +564 -1
  20. package/dist/BoostCore.d.ts.map +1 -1
  21. package/dist/BoostCore.js +1322 -29
  22. package/dist/BoostCore.js.map +1 -1
  23. package/dist/BoostRegistry.cjs +1 -1
  24. package/dist/BoostRegistry.js +27 -27
  25. package/dist/Budgets/Budget.cjs +1 -1
  26. package/dist/Budgets/Budget.js +2 -2
  27. package/dist/Budgets/ManagedBudget.cjs +1 -1
  28. package/dist/Budgets/ManagedBudget.js +23 -23
  29. package/dist/Deployable/DeployableTarget.cjs +1 -1
  30. package/dist/Deployable/DeployableTarget.js +1 -1
  31. package/dist/Deployable/DeployableTargetWithRBAC.cjs +1 -1
  32. package/dist/Deployable/DeployableTargetWithRBAC.js +23 -23
  33. package/dist/Incentives/AllowListIncentive.cjs +1 -1
  34. package/dist/Incentives/AllowListIncentive.js +8 -8
  35. package/dist/Incentives/CGDAIncentive.cjs +1 -1
  36. package/dist/Incentives/CGDAIncentive.js +12 -12
  37. package/dist/Incentives/ERC20Incentive.cjs +1 -1
  38. package/dist/Incentives/ERC20Incentive.js +16 -16
  39. package/dist/Incentives/ERC20VariableCriteriaIncentive.cjs +2 -0
  40. package/dist/Incentives/ERC20VariableCriteriaIncentive.cjs.map +1 -0
  41. package/dist/Incentives/ERC20VariableCriteriaIncentive.d.ts +42 -15
  42. package/dist/Incentives/ERC20VariableCriteriaIncentive.d.ts.map +1 -1
  43. package/dist/Incentives/ERC20VariableCriteriaIncentive.js +188 -0
  44. package/dist/Incentives/ERC20VariableCriteriaIncentive.js.map +1 -0
  45. package/dist/Incentives/ERC20VariableIncentive.cjs +2 -0
  46. package/dist/Incentives/ERC20VariableIncentive.cjs.map +1 -0
  47. package/dist/Incentives/ERC20VariableIncentive.d.ts +7 -5
  48. package/dist/Incentives/ERC20VariableIncentive.d.ts.map +1 -1
  49. package/dist/{Incentive-rM5nKznp.js → Incentives/ERC20VariableIncentive.js} +42 -67
  50. package/dist/Incentives/ERC20VariableIncentive.js.map +1 -0
  51. package/dist/Incentives/Incentive.cjs +1 -1
  52. package/dist/Incentives/Incentive.cjs.map +1 -1
  53. package/dist/Incentives/Incentive.d.ts +552 -3
  54. package/dist/Incentives/Incentive.d.ts.map +1 -1
  55. package/dist/Incentives/Incentive.js +40 -16
  56. package/dist/Incentives/Incentive.js.map +1 -1
  57. package/dist/Incentives/PointsIncentive.cjs +1 -1
  58. package/dist/Incentives/PointsIncentive.js +8 -8
  59. package/dist/{SimpleDenyList-DNj5qDWM.cjs → SimpleDenyList-BdlpZdDz.cjs} +2 -2
  60. package/dist/{SimpleDenyList-DNj5qDWM.cjs.map → SimpleDenyList-BdlpZdDz.cjs.map} +1 -1
  61. package/dist/{SimpleDenyList-BDXpY74P.js → SimpleDenyList-D0cyVUVv.js} +16 -16
  62. package/dist/{SimpleDenyList-BDXpY74P.js.map → SimpleDenyList-D0cyVUVv.js.map} +1 -1
  63. package/dist/Validators/LimitedSignerValidator.cjs +2 -0
  64. package/dist/Validators/LimitedSignerValidator.cjs.map +1 -0
  65. package/dist/Validators/LimitedSignerValidator.d.ts +806 -0
  66. package/dist/Validators/LimitedSignerValidator.d.ts.map +1 -0
  67. package/dist/Validators/LimitedSignerValidator.js +299 -0
  68. package/dist/Validators/LimitedSignerValidator.js.map +1 -0
  69. package/dist/Validators/SignerValidator.cjs +1 -1
  70. package/dist/Validators/SignerValidator.cjs.map +1 -1
  71. package/dist/Validators/SignerValidator.d.ts +2 -2
  72. package/dist/Validators/SignerValidator.js +5 -5
  73. package/dist/Validators/SignerValidator.js.map +1 -1
  74. package/dist/Validators/Validator.cjs +1 -1
  75. package/dist/Validators/Validator.cjs.map +1 -1
  76. package/dist/Validators/Validator.d.ts +22 -2
  77. package/dist/Validators/Validator.d.ts.map +1 -1
  78. package/dist/Validators/Validator.js +26 -17
  79. package/dist/Validators/Validator.js.map +1 -1
  80. package/dist/{componentInterfaces-BBCFkrZv.js → componentInterfaces-bIVo8eyA.js} +9 -9
  81. package/dist/componentInterfaces-bIVo8eyA.js.map +1 -0
  82. package/dist/{deployments-fJsWblwS.js → deployments-Ccx1MtoK.js} +5 -5
  83. package/dist/deployments-Ccx1MtoK.js.map +1 -0
  84. package/dist/{generated-CsNyWPKA.js → generated-BAKNSOjJ.js} +661 -381
  85. package/dist/generated-BAKNSOjJ.js.map +1 -0
  86. package/dist/generated-Cqn4wS01.cjs +3 -0
  87. package/dist/generated-Cqn4wS01.cjs.map +1 -0
  88. package/dist/index.cjs +1 -1
  89. package/dist/index.d.ts +1 -0
  90. package/dist/index.d.ts.map +1 -1
  91. package/dist/index.js +145 -132
  92. package/dist/index.js.map +1 -1
  93. package/dist/utils.cjs +1 -1
  94. package/dist/utils.cjs.map +1 -1
  95. package/dist/utils.d.ts +10 -0
  96. package/dist/utils.d.ts.map +1 -1
  97. package/dist/utils.js +27 -26
  98. package/dist/utils.js.map +1 -1
  99. package/package.json +21 -5
  100. package/src/Actions/EventAction.test.ts +381 -122
  101. package/src/Actions/EventAction.ts +85 -23
  102. package/src/BoostCore.test.ts +3 -3
  103. package/src/BoostCore.ts +51 -5
  104. package/src/Incentives/AllowListIncentive.test.ts +19 -21
  105. package/src/Incentives/CGDAIncentive.test.ts +20 -22
  106. package/src/Incentives/ERC1155Incentive.test.ts +14 -15
  107. package/src/Incentives/ERC20Incentive.test.ts +17 -19
  108. package/src/Incentives/ERC20VariableCriteriaIncentive.test.ts +62 -10
  109. package/src/Incentives/ERC20VariableCriteriaIncentive.ts +79 -37
  110. package/src/Incentives/ERC20VariableIncentive.test.ts +16 -18
  111. package/src/Incentives/ERC20VariableIncentive.ts +16 -8
  112. package/src/Incentives/Incentive.ts +4 -1
  113. package/src/Incentives/PointsIncentive.test.ts +3 -5
  114. package/src/Validators/LimitedSignerValidator.test.ts +223 -0
  115. package/src/Validators/LimitedSignerValidator.ts +707 -0
  116. package/src/Validators/SignerValidator.test.ts +21 -22
  117. package/src/Validators/SignerValidator.ts +2 -2
  118. package/src/Validators/Validator.test.ts +7 -1
  119. package/src/Validators/Validator.ts +30 -3
  120. package/src/index.test.ts +2 -0
  121. package/src/index.ts +1 -0
  122. package/src/utils.ts +11 -0
  123. package/dist/BoostCore-Btl5BdAs.cjs +0 -3
  124. package/dist/BoostCore-Btl5BdAs.cjs.map +0 -1
  125. package/dist/BoostCore-CD56zbYX.js +0 -2641
  126. package/dist/BoostCore-CD56zbYX.js.map +0 -1
  127. package/dist/Incentive-CcnOIc8L.cjs +0 -2
  128. package/dist/Incentive-CcnOIc8L.cjs.map +0 -1
  129. package/dist/Incentive-rM5nKznp.js.map +0 -1
  130. package/dist/componentInterfaces-BBCFkrZv.js.map +0 -1
  131. package/dist/deployments-fJsWblwS.js.map +0 -1
  132. package/dist/generated-CsNyWPKA.js.map +0 -1
  133. package/dist/generated-DHerxf1y.cjs +0 -3
  134. package/dist/generated-DHerxf1y.cjs.map +0 -1
@@ -19,6 +19,7 @@ import { ERC20VariableCriteriaIncentive, type ERC20VariableCriteriaIncentivePayl
19
19
  import type { ERC20VariableIncentivePayload } from './Incentives/ERC20VariableIncentive';
20
20
  import { ERC20VariableIncentive, type Incentive } from './Incentives/Incentive';
21
21
  import { PointsIncentive, type PointsIncentivePayload } from './Incentives/PointsIncentive';
22
+ import { LimitedSignerValidator, type LimitedSignerValidatorPayload } from './Validators/LimitedSignerValidator';
22
23
  import { SignerValidator, type SignerValidatorPayload } from './Validators/SignerValidator';
23
24
  import { type Validator } from './Validators/Validator';
24
25
  import { type GenericLog, type ReadParams, type WriteParams } from './utils';
@@ -1130,6 +1131,19 @@ export declare class BoostCore extends Deployable<[
1130
1131
  * @returns {SignerValidator}
1131
1132
  */
1132
1133
  SignerValidator(options: DeployablePayloadOrAddress<SignerValidatorPayload>, isBase?: boolean): SignerValidator;
1134
+ /**
1135
+ * Bound {@link LimitedSignerValidator} constructor that reuses the same configuration as the Boost Core instance.
1136
+ *
1137
+ * @example
1138
+ * ```ts
1139
+ * const validator = core.LimitedSignerValidator({ ... }) // is roughly equivalent to
1140
+ * const validator = new LimitedSignerValidator({ config: core._config, account: core._account }, { ... })
1141
+ * ```
1142
+ * @param {DeployablePayloadOrAddress<LimitedSignerValidatorPayload>} options
1143
+ * @param {?boolean} [isBase]
1144
+ * @returns {LimitedSignerValidator}
1145
+ */
1146
+ LimitedSignerValidator(options: DeployablePayloadOrAddress<LimitedSignerValidatorPayload>, isBase?: boolean): LimitedSignerValidator;
1133
1147
  /**
1134
1148
  * Bound {@link ERC20VariableCriteriaIncentive} constructor that reuses the same configuration as the Boost Core instance.
1135
1149
  *
@@ -1155,7 +1169,556 @@ export declare class BoostCore extends Deployable<[
1155
1169
  * @param {?boolean} [isBase]
1156
1170
  * @returns {ERC20VariableIncentive}
1157
1171
  */
1158
- ERC20VariableIncentive(options: DeployablePayloadOrAddress<ERC20VariableIncentivePayload>, isBase?: boolean): ERC20VariableIncentive;
1172
+ ERC20VariableIncentive(options: DeployablePayloadOrAddress<ERC20VariableIncentivePayload>, isBase?: boolean): ERC20VariableIncentive<ERC20VariableIncentivePayload, readonly [{
1173
+ readonly type: "constructor";
1174
+ readonly inputs: readonly [];
1175
+ readonly stateMutability: "nonpayable";
1176
+ }, {
1177
+ readonly type: "error";
1178
+ readonly inputs: readonly [];
1179
+ readonly name: "AlreadyInitialized";
1180
+ }, {
1181
+ readonly type: "error";
1182
+ readonly inputs: readonly [];
1183
+ readonly name: "ClaimFailed";
1184
+ }, {
1185
+ readonly type: "error";
1186
+ readonly inputs: readonly [];
1187
+ readonly name: "CloneAlreadyInitialized";
1188
+ }, {
1189
+ readonly type: "error";
1190
+ readonly inputs: readonly [];
1191
+ readonly name: "InitializerNotImplemented";
1192
+ }, {
1193
+ readonly type: "error";
1194
+ readonly inputs: readonly [{
1195
+ readonly name: "asset";
1196
+ readonly internalType: "address";
1197
+ readonly type: "address";
1198
+ }, {
1199
+ readonly name: "available";
1200
+ readonly internalType: "uint256";
1201
+ readonly type: "uint256";
1202
+ }, {
1203
+ readonly name: "required";
1204
+ readonly internalType: "uint256";
1205
+ readonly type: "uint256";
1206
+ }];
1207
+ readonly name: "InsufficientFunds";
1208
+ }, {
1209
+ readonly type: "error";
1210
+ readonly inputs: readonly [];
1211
+ readonly name: "InvalidInitialization";
1212
+ }, {
1213
+ readonly type: "error";
1214
+ readonly inputs: readonly [];
1215
+ readonly name: "InvalidInitialization";
1216
+ }, {
1217
+ readonly type: "error";
1218
+ readonly inputs: readonly [];
1219
+ readonly name: "InvalidInitializationData";
1220
+ }, {
1221
+ readonly type: "error";
1222
+ readonly inputs: readonly [];
1223
+ readonly name: "LengthMismatch";
1224
+ }, {
1225
+ readonly type: "error";
1226
+ readonly inputs: readonly [];
1227
+ readonly name: "NewOwnerIsZeroAddress";
1228
+ }, {
1229
+ readonly type: "error";
1230
+ readonly inputs: readonly [];
1231
+ readonly name: "NoHandoverRequest";
1232
+ }, {
1233
+ readonly type: "error";
1234
+ readonly inputs: readonly [];
1235
+ readonly name: "NotClaimable";
1236
+ }, {
1237
+ readonly type: "error";
1238
+ readonly inputs: readonly [];
1239
+ readonly name: "NotInitializing";
1240
+ }, {
1241
+ readonly type: "error";
1242
+ readonly inputs: readonly [];
1243
+ readonly name: "Unauthorized";
1244
+ }, {
1245
+ readonly type: "event";
1246
+ readonly anonymous: false;
1247
+ readonly inputs: readonly [{
1248
+ readonly name: "recipient";
1249
+ readonly internalType: "address";
1250
+ readonly type: "address";
1251
+ readonly indexed: true;
1252
+ }, {
1253
+ readonly name: "data";
1254
+ readonly internalType: "bytes";
1255
+ readonly type: "bytes";
1256
+ readonly indexed: false;
1257
+ }];
1258
+ readonly name: "Claimed";
1259
+ }, {
1260
+ readonly type: "event";
1261
+ readonly anonymous: false;
1262
+ readonly inputs: readonly [{
1263
+ readonly name: "version";
1264
+ readonly internalType: "uint64";
1265
+ readonly type: "uint64";
1266
+ readonly indexed: false;
1267
+ }];
1268
+ readonly name: "Initialized";
1269
+ }, {
1270
+ readonly type: "event";
1271
+ readonly anonymous: false;
1272
+ readonly inputs: readonly [{
1273
+ readonly name: "pendingOwner";
1274
+ readonly internalType: "address";
1275
+ readonly type: "address";
1276
+ readonly indexed: true;
1277
+ }];
1278
+ readonly name: "OwnershipHandoverCanceled";
1279
+ }, {
1280
+ readonly type: "event";
1281
+ readonly anonymous: false;
1282
+ readonly inputs: readonly [{
1283
+ readonly name: "pendingOwner";
1284
+ readonly internalType: "address";
1285
+ readonly type: "address";
1286
+ readonly indexed: true;
1287
+ }];
1288
+ readonly name: "OwnershipHandoverRequested";
1289
+ }, {
1290
+ readonly type: "event";
1291
+ readonly anonymous: false;
1292
+ readonly inputs: readonly [{
1293
+ readonly name: "oldOwner";
1294
+ readonly internalType: "address";
1295
+ readonly type: "address";
1296
+ readonly indexed: true;
1297
+ }, {
1298
+ readonly name: "newOwner";
1299
+ readonly internalType: "address";
1300
+ readonly type: "address";
1301
+ readonly indexed: true;
1302
+ }];
1303
+ readonly name: "OwnershipTransferred";
1304
+ }, {
1305
+ readonly type: "event";
1306
+ readonly anonymous: false;
1307
+ readonly inputs: readonly [{
1308
+ readonly name: "user";
1309
+ readonly internalType: "address";
1310
+ readonly type: "address";
1311
+ readonly indexed: true;
1312
+ }, {
1313
+ readonly name: "roles";
1314
+ readonly internalType: "uint256";
1315
+ readonly type: "uint256";
1316
+ readonly indexed: true;
1317
+ }];
1318
+ readonly name: "RolesUpdated";
1319
+ }, {
1320
+ readonly type: "function";
1321
+ readonly inputs: readonly [];
1322
+ readonly name: "ADMIN_ROLE";
1323
+ readonly outputs: readonly [{
1324
+ readonly name: "";
1325
+ readonly internalType: "uint256";
1326
+ readonly type: "uint256";
1327
+ }];
1328
+ readonly stateMutability: "view";
1329
+ }, {
1330
+ readonly type: "function";
1331
+ readonly inputs: readonly [];
1332
+ readonly name: "MANAGER_ROLE";
1333
+ readonly outputs: readonly [{
1334
+ readonly name: "";
1335
+ readonly internalType: "uint256";
1336
+ readonly type: "uint256";
1337
+ }];
1338
+ readonly stateMutability: "view";
1339
+ }, {
1340
+ readonly type: "function";
1341
+ readonly inputs: readonly [];
1342
+ readonly name: "asset";
1343
+ readonly outputs: readonly [{
1344
+ readonly name: "";
1345
+ readonly internalType: "address";
1346
+ readonly type: "address";
1347
+ }];
1348
+ readonly stateMutability: "view";
1349
+ }, {
1350
+ readonly type: "function";
1351
+ readonly inputs: readonly [];
1352
+ readonly name: "cancelOwnershipHandover";
1353
+ readonly outputs: readonly [];
1354
+ readonly stateMutability: "payable";
1355
+ }, {
1356
+ readonly type: "function";
1357
+ readonly inputs: readonly [{
1358
+ readonly name: "claimTarget";
1359
+ readonly internalType: "address";
1360
+ readonly type: "address";
1361
+ }, {
1362
+ readonly name: "data_";
1363
+ readonly internalType: "bytes";
1364
+ readonly type: "bytes";
1365
+ }];
1366
+ readonly name: "claim";
1367
+ readonly outputs: readonly [{
1368
+ readonly name: "";
1369
+ readonly internalType: "bool";
1370
+ readonly type: "bool";
1371
+ }];
1372
+ readonly stateMutability: "nonpayable";
1373
+ }, {
1374
+ readonly type: "function";
1375
+ readonly inputs: readonly [{
1376
+ readonly name: "";
1377
+ readonly internalType: "address";
1378
+ readonly type: "address";
1379
+ }];
1380
+ readonly name: "claimed";
1381
+ readonly outputs: readonly [{
1382
+ readonly name: "";
1383
+ readonly internalType: "bool";
1384
+ readonly type: "bool";
1385
+ }];
1386
+ readonly stateMutability: "view";
1387
+ }, {
1388
+ readonly type: "function";
1389
+ readonly inputs: readonly [];
1390
+ readonly name: "claims";
1391
+ readonly outputs: readonly [{
1392
+ readonly name: "";
1393
+ readonly internalType: "uint256";
1394
+ readonly type: "uint256";
1395
+ }];
1396
+ readonly stateMutability: "view";
1397
+ }, {
1398
+ readonly type: "function";
1399
+ readonly inputs: readonly [{
1400
+ readonly name: "data_";
1401
+ readonly internalType: "bytes";
1402
+ readonly type: "bytes";
1403
+ }];
1404
+ readonly name: "clawback";
1405
+ readonly outputs: readonly [{
1406
+ readonly name: "";
1407
+ readonly internalType: "uint256";
1408
+ readonly type: "uint256";
1409
+ }, {
1410
+ readonly name: "";
1411
+ readonly internalType: "address";
1412
+ readonly type: "address";
1413
+ }];
1414
+ readonly stateMutability: "nonpayable";
1415
+ }, {
1416
+ readonly type: "function";
1417
+ readonly inputs: readonly [{
1418
+ readonly name: "pendingOwner";
1419
+ readonly internalType: "address";
1420
+ readonly type: "address";
1421
+ }];
1422
+ readonly name: "completeOwnershipHandover";
1423
+ readonly outputs: readonly [];
1424
+ readonly stateMutability: "payable";
1425
+ }, {
1426
+ readonly type: "function";
1427
+ readonly inputs: readonly [];
1428
+ readonly name: "currentReward";
1429
+ readonly outputs: readonly [{
1430
+ readonly name: "";
1431
+ readonly internalType: "uint256";
1432
+ readonly type: "uint256";
1433
+ }];
1434
+ readonly stateMutability: "view";
1435
+ }, {
1436
+ readonly type: "function";
1437
+ readonly inputs: readonly [];
1438
+ readonly name: "getComponentInterface";
1439
+ readonly outputs: readonly [{
1440
+ readonly name: "";
1441
+ readonly internalType: "bytes4";
1442
+ readonly type: "bytes4";
1443
+ }];
1444
+ readonly stateMutability: "pure";
1445
+ }, {
1446
+ readonly type: "function";
1447
+ readonly inputs: readonly [{
1448
+ readonly name: "accounts_";
1449
+ readonly internalType: "address[]";
1450
+ readonly type: "address[]";
1451
+ }, {
1452
+ readonly name: "roles_";
1453
+ readonly internalType: "uint256[]";
1454
+ readonly type: "uint256[]";
1455
+ }];
1456
+ readonly name: "grantManyRoles";
1457
+ readonly outputs: readonly [];
1458
+ readonly stateMutability: "nonpayable";
1459
+ }, {
1460
+ readonly type: "function";
1461
+ readonly inputs: readonly [{
1462
+ readonly name: "user";
1463
+ readonly internalType: "address";
1464
+ readonly type: "address";
1465
+ }, {
1466
+ readonly name: "roles";
1467
+ readonly internalType: "uint256";
1468
+ readonly type: "uint256";
1469
+ }];
1470
+ readonly name: "grantRoles";
1471
+ readonly outputs: readonly [];
1472
+ readonly stateMutability: "payable";
1473
+ }, {
1474
+ readonly type: "function";
1475
+ readonly inputs: readonly [{
1476
+ readonly name: "user";
1477
+ readonly internalType: "address";
1478
+ readonly type: "address";
1479
+ }, {
1480
+ readonly name: "roles";
1481
+ readonly internalType: "uint256";
1482
+ readonly type: "uint256";
1483
+ }];
1484
+ readonly name: "hasAllRoles";
1485
+ readonly outputs: readonly [{
1486
+ readonly name: "";
1487
+ readonly internalType: "bool";
1488
+ readonly type: "bool";
1489
+ }];
1490
+ readonly stateMutability: "view";
1491
+ }, {
1492
+ readonly type: "function";
1493
+ readonly inputs: readonly [{
1494
+ readonly name: "user";
1495
+ readonly internalType: "address";
1496
+ readonly type: "address";
1497
+ }, {
1498
+ readonly name: "roles";
1499
+ readonly internalType: "uint256";
1500
+ readonly type: "uint256";
1501
+ }];
1502
+ readonly name: "hasAnyRole";
1503
+ readonly outputs: readonly [{
1504
+ readonly name: "";
1505
+ readonly internalType: "bool";
1506
+ readonly type: "bool";
1507
+ }];
1508
+ readonly stateMutability: "view";
1509
+ }, {
1510
+ readonly type: "function";
1511
+ readonly inputs: readonly [{
1512
+ readonly name: "data_";
1513
+ readonly internalType: "bytes";
1514
+ readonly type: "bytes";
1515
+ }];
1516
+ readonly name: "initialize";
1517
+ readonly outputs: readonly [];
1518
+ readonly stateMutability: "nonpayable";
1519
+ }, {
1520
+ readonly type: "function";
1521
+ readonly inputs: readonly [{
1522
+ readonly name: "account_";
1523
+ readonly internalType: "address";
1524
+ readonly type: "address";
1525
+ }];
1526
+ readonly name: "isAuthorized";
1527
+ readonly outputs: readonly [{
1528
+ readonly name: "";
1529
+ readonly internalType: "bool";
1530
+ readonly type: "bool";
1531
+ }];
1532
+ readonly stateMutability: "view";
1533
+ }, {
1534
+ readonly type: "function";
1535
+ readonly inputs: readonly [{
1536
+ readonly name: "claimTarget";
1537
+ readonly internalType: "address";
1538
+ readonly type: "address";
1539
+ }, {
1540
+ readonly name: "";
1541
+ readonly internalType: "bytes";
1542
+ readonly type: "bytes";
1543
+ }];
1544
+ readonly name: "isClaimable";
1545
+ readonly outputs: readonly [{
1546
+ readonly name: "";
1547
+ readonly internalType: "bool";
1548
+ readonly type: "bool";
1549
+ }];
1550
+ readonly stateMutability: "view";
1551
+ }, {
1552
+ readonly type: "function";
1553
+ readonly inputs: readonly [];
1554
+ readonly name: "limit";
1555
+ readonly outputs: readonly [{
1556
+ readonly name: "";
1557
+ readonly internalType: "uint256";
1558
+ readonly type: "uint256";
1559
+ }];
1560
+ readonly stateMutability: "view";
1561
+ }, {
1562
+ readonly type: "function";
1563
+ readonly inputs: readonly [];
1564
+ readonly name: "owner";
1565
+ readonly outputs: readonly [{
1566
+ readonly name: "result";
1567
+ readonly internalType: "address";
1568
+ readonly type: "address";
1569
+ }];
1570
+ readonly stateMutability: "view";
1571
+ }, {
1572
+ readonly type: "function";
1573
+ readonly inputs: readonly [{
1574
+ readonly name: "pendingOwner";
1575
+ readonly internalType: "address";
1576
+ readonly type: "address";
1577
+ }];
1578
+ readonly name: "ownershipHandoverExpiresAt";
1579
+ readonly outputs: readonly [{
1580
+ readonly name: "result";
1581
+ readonly internalType: "uint256";
1582
+ readonly type: "uint256";
1583
+ }];
1584
+ readonly stateMutability: "view";
1585
+ }, {
1586
+ readonly type: "function";
1587
+ readonly inputs: readonly [{
1588
+ readonly name: "data_";
1589
+ readonly internalType: "bytes";
1590
+ readonly type: "bytes";
1591
+ }];
1592
+ readonly name: "preflight";
1593
+ readonly outputs: readonly [{
1594
+ readonly name: "budgetData";
1595
+ readonly internalType: "bytes";
1596
+ readonly type: "bytes";
1597
+ }];
1598
+ readonly stateMutability: "view";
1599
+ }, {
1600
+ readonly type: "function";
1601
+ readonly inputs: readonly [];
1602
+ readonly name: "renounceOwnership";
1603
+ readonly outputs: readonly [];
1604
+ readonly stateMutability: "payable";
1605
+ }, {
1606
+ readonly type: "function";
1607
+ readonly inputs: readonly [{
1608
+ readonly name: "roles";
1609
+ readonly internalType: "uint256";
1610
+ readonly type: "uint256";
1611
+ }];
1612
+ readonly name: "renounceRoles";
1613
+ readonly outputs: readonly [];
1614
+ readonly stateMutability: "payable";
1615
+ }, {
1616
+ readonly type: "function";
1617
+ readonly inputs: readonly [];
1618
+ readonly name: "requestOwnershipHandover";
1619
+ readonly outputs: readonly [];
1620
+ readonly stateMutability: "payable";
1621
+ }, {
1622
+ readonly type: "function";
1623
+ readonly inputs: readonly [{
1624
+ readonly name: "accounts_";
1625
+ readonly internalType: "address[]";
1626
+ readonly type: "address[]";
1627
+ }, {
1628
+ readonly name: "roles_";
1629
+ readonly internalType: "uint256[]";
1630
+ readonly type: "uint256[]";
1631
+ }];
1632
+ readonly name: "revokeManyRoles";
1633
+ readonly outputs: readonly [];
1634
+ readonly stateMutability: "nonpayable";
1635
+ }, {
1636
+ readonly type: "function";
1637
+ readonly inputs: readonly [{
1638
+ readonly name: "user";
1639
+ readonly internalType: "address";
1640
+ readonly type: "address";
1641
+ }, {
1642
+ readonly name: "roles";
1643
+ readonly internalType: "uint256";
1644
+ readonly type: "uint256";
1645
+ }];
1646
+ readonly name: "revokeRoles";
1647
+ readonly outputs: readonly [];
1648
+ readonly stateMutability: "payable";
1649
+ }, {
1650
+ readonly type: "function";
1651
+ readonly inputs: readonly [];
1652
+ readonly name: "reward";
1653
+ readonly outputs: readonly [{
1654
+ readonly name: "";
1655
+ readonly internalType: "uint256";
1656
+ readonly type: "uint256";
1657
+ }];
1658
+ readonly stateMutability: "view";
1659
+ }, {
1660
+ readonly type: "function";
1661
+ readonly inputs: readonly [{
1662
+ readonly name: "user";
1663
+ readonly internalType: "address";
1664
+ readonly type: "address";
1665
+ }];
1666
+ readonly name: "rolesOf";
1667
+ readonly outputs: readonly [{
1668
+ readonly name: "roles";
1669
+ readonly internalType: "uint256";
1670
+ readonly type: "uint256";
1671
+ }];
1672
+ readonly stateMutability: "view";
1673
+ }, {
1674
+ readonly type: "function";
1675
+ readonly inputs: readonly [{
1676
+ readonly name: "accounts_";
1677
+ readonly internalType: "address[]";
1678
+ readonly type: "address[]";
1679
+ }, {
1680
+ readonly name: "authorized_";
1681
+ readonly internalType: "bool[]";
1682
+ readonly type: "bool[]";
1683
+ }];
1684
+ readonly name: "setAuthorized";
1685
+ readonly outputs: readonly [];
1686
+ readonly stateMutability: "nonpayable";
1687
+ }, {
1688
+ readonly type: "function";
1689
+ readonly inputs: readonly [{
1690
+ readonly name: "interfaceId";
1691
+ readonly internalType: "bytes4";
1692
+ readonly type: "bytes4";
1693
+ }];
1694
+ readonly name: "supportsInterface";
1695
+ readonly outputs: readonly [{
1696
+ readonly name: "";
1697
+ readonly internalType: "bool";
1698
+ readonly type: "bool";
1699
+ }];
1700
+ readonly stateMutability: "view";
1701
+ }, {
1702
+ readonly type: "function";
1703
+ readonly inputs: readonly [];
1704
+ readonly name: "totalClaimed";
1705
+ readonly outputs: readonly [{
1706
+ readonly name: "";
1707
+ readonly internalType: "uint256";
1708
+ readonly type: "uint256";
1709
+ }];
1710
+ readonly stateMutability: "view";
1711
+ }, {
1712
+ readonly type: "function";
1713
+ readonly inputs: readonly [{
1714
+ readonly name: "newOwner";
1715
+ readonly internalType: "address";
1716
+ readonly type: "address";
1717
+ }];
1718
+ readonly name: "transferOwnership";
1719
+ readonly outputs: readonly [];
1720
+ readonly stateMutability: "payable";
1721
+ }]>;
1159
1722
  /**
1160
1723
  * @inheritdoc
1161
1724
  *
@@ -1 +1 @@
1
- {"version":3,"file":"BoostCore.d.ts","sourceRoot":"","sources":["../src/BoostCore.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"BoostCore.d.ts","sourceRoot":"","sources":["../src/BoostCore.ts"],"names":[],"mappings":"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"}