@boostxyz/sdk 1.1.0-alpha.22 → 1.1.0-alpha.23
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 +6 -6
- package/dist/Actions/EventAction.cjs +1 -1
- package/dist/Actions/EventAction.cjs.map +1 -1
- package/dist/Actions/EventAction.d.ts +9 -6
- package/dist/Actions/EventAction.d.ts.map +1 -1
- package/dist/Actions/EventAction.js +820 -15
- package/dist/Actions/EventAction.js.map +1 -1
- package/dist/AllowLists/AllowList.cjs +1 -1
- package/dist/AllowLists/AllowList.js +2 -2
- package/dist/AllowLists/OpenAllowList.d.ts +28 -28
- package/dist/AllowLists/SimpleAllowList.cjs +1 -1
- package/dist/AllowLists/SimpleAllowList.cjs.map +1 -1
- package/dist/AllowLists/SimpleAllowList.d.ts +28 -28
- package/dist/AllowLists/SimpleAllowList.d.ts.map +1 -1
- package/dist/AllowLists/SimpleAllowList.js +11 -10
- package/dist/AllowLists/SimpleAllowList.js.map +1 -1
- package/dist/AllowLists/SimpleDenyList.cjs +1 -1
- package/dist/AllowLists/SimpleDenyList.d.ts +28 -28
- package/dist/AllowLists/SimpleDenyList.d.ts.map +1 -1
- package/dist/AllowLists/SimpleDenyList.js +3 -3
- package/dist/Auth/PassthroughAuth.cjs +1 -1
- package/dist/Auth/PassthroughAuth.js +1 -1
- package/dist/BoostCore-Btl5BdAs.cjs +3 -0
- package/dist/BoostCore-Btl5BdAs.cjs.map +1 -0
- package/dist/{BoostCore-BVZExPPu.js → BoostCore-CD56zbYX.js} +1678 -499
- package/dist/BoostCore-CD56zbYX.js.map +1 -0
- package/dist/BoostCore.cjs +1 -1
- package/dist/BoostCore.d.ts +7 -7
- package/dist/BoostCore.d.ts.map +1 -1
- package/dist/BoostCore.js +6 -6
- package/dist/BoostRegistry.cjs +1 -1
- package/dist/BoostRegistry.cjs.map +1 -1
- package/dist/BoostRegistry.d.ts +6 -6
- package/dist/BoostRegistry.d.ts.map +1 -1
- package/dist/BoostRegistry.js +50 -50
- package/dist/BoostRegistry.js.map +1 -1
- package/dist/Budgets/Budget.cjs +1 -1
- package/dist/Budgets/Budget.js +1 -1
- package/dist/Budgets/ManagedBudget.cjs +1 -1
- package/dist/Budgets/ManagedBudget.cjs.map +1 -1
- package/dist/Budgets/ManagedBudget.d.ts +28 -28
- package/dist/Budgets/ManagedBudget.d.ts.map +1 -1
- package/dist/Budgets/ManagedBudget.js +30 -29
- package/dist/Budgets/ManagedBudget.js.map +1 -1
- package/dist/Budgets/VestingBudget.d.ts +28 -28
- package/dist/Budgets/VestingBudget.d.ts.map +1 -1
- package/dist/Deployable/DeployableTarget.cjs +1 -1
- package/dist/Deployable/DeployableTarget.js +1 -1
- package/dist/Deployable/DeployableTargetWithRBAC.cjs +1 -1
- package/dist/Deployable/DeployableTargetWithRBAC.cjs.map +1 -1
- package/dist/Deployable/DeployableTargetWithRBAC.d.ts +92 -23
- package/dist/Deployable/DeployableTargetWithRBAC.d.ts.map +1 -1
- package/dist/Deployable/DeployableTargetWithRBAC.js +145 -47
- package/dist/Deployable/DeployableTargetWithRBAC.js.map +1 -1
- package/dist/{Incentive-BhHaK3PZ.cjs → Incentive-CcnOIc8L.cjs} +2 -2
- package/dist/{Incentive-BhHaK3PZ.cjs.map → Incentive-CcnOIc8L.cjs.map} +1 -1
- package/dist/{Incentive-Cqg1w6wD.js → Incentive-rM5nKznp.js} +30 -29
- package/dist/{Incentive-Cqg1w6wD.js.map → Incentive-rM5nKznp.js.map} +1 -1
- package/dist/Incentives/AllowListIncentive.cjs +1 -1
- package/dist/Incentives/AllowListIncentive.cjs.map +1 -1
- package/dist/Incentives/AllowListIncentive.d.ts.map +1 -1
- package/dist/Incentives/AllowListIncentive.js +11 -10
- 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 +28 -28
- package/dist/Incentives/CGDAIncentive.d.ts.map +1 -1
- package/dist/Incentives/CGDAIncentive.js +12 -11
- package/dist/Incentives/CGDAIncentive.js.map +1 -1
- package/dist/Incentives/ERC1155Incentive.d.ts +28 -28
- 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 +34 -31
- package/dist/Incentives/ERC20Incentive.d.ts.map +1 -1
- package/dist/Incentives/ERC20Incentive.js +30 -27
- package/dist/Incentives/ERC20Incentive.js.map +1 -1
- package/dist/Incentives/ERC20VariableCriteriaIncentive.d.ts +28 -28
- package/dist/Incentives/ERC20VariableCriteriaIncentive.d.ts.map +1 -1
- package/dist/Incentives/ERC20VariableIncentive.d.ts +28 -28
- package/dist/Incentives/ERC20VariableIncentive.d.ts.map +1 -1
- package/dist/Incentives/Incentive.cjs +1 -1
- package/dist/Incentives/Incentive.js +2 -2
- package/dist/Incentives/PointsIncentive.cjs +1 -1
- package/dist/Incentives/PointsIncentive.cjs.map +1 -1
- package/dist/Incentives/PointsIncentive.d.ts.map +1 -1
- package/dist/Incentives/PointsIncentive.js +12 -11
- package/dist/Incentives/PointsIncentive.js.map +1 -1
- package/dist/{SimpleDenyList-CGaWjuld.js → SimpleDenyList-BDXpY74P.js} +18 -17
- package/dist/SimpleDenyList-BDXpY74P.js.map +1 -0
- package/dist/{SimpleDenyList-BUR17Tt1.cjs → SimpleDenyList-DNj5qDWM.cjs} +2 -2
- package/dist/SimpleDenyList-DNj5qDWM.cjs.map +1 -0
- package/dist/Validators/SignerValidator.cjs +1 -1
- package/dist/Validators/SignerValidator.cjs.map +1 -1
- package/dist/Validators/SignerValidator.d.ts.map +1 -1
- package/dist/Validators/SignerValidator.js +13 -12
- package/dist/Validators/SignerValidator.js.map +1 -1
- package/dist/Validators/Validator.cjs +1 -1
- package/dist/Validators/Validator.js +1 -1
- package/dist/deployments-DF_6-7hH.cjs +2 -0
- package/dist/deployments-DF_6-7hH.cjs.map +1 -0
- package/dist/deployments-fJsWblwS.js +56 -0
- package/dist/deployments-fJsWblwS.js.map +1 -0
- package/dist/deployments.json +26 -12
- package/dist/{generated-CKt2yCQd.js → generated-CsNyWPKA.js} +458 -443
- package/dist/generated-CsNyWPKA.js.map +1 -0
- package/dist/generated-DHerxf1y.cjs +3 -0
- package/dist/generated-DHerxf1y.cjs.map +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.js +33 -33
- package/package.json +4 -4
- package/src/Actions/EventAction.test.ts +19 -13
- package/src/Actions/EventAction.ts +16 -35
- package/src/AllowLists/SimpleAllowList.ts +1 -0
- package/src/AllowLists/SimpleDenyList.ts +1 -0
- package/src/BoostCore.test.ts +78 -78
- package/src/BoostCore.ts +19 -13
- package/src/BoostRegistry.ts +10 -10
- package/src/Budgets/ManagedBudget.test.ts +41 -17
- package/src/Budgets/ManagedBudget.ts +1 -11
- package/src/Budgets/VestingBudget.ts +3 -1
- package/src/Deployable/DeployableTargetWithRBAC.test.ts +103 -0
- package/src/Deployable/DeployableTargetWithRBAC.ts +160 -36
- package/src/Incentives/AllowListIncentive.test.ts +7 -7
- package/src/Incentives/AllowListIncentive.ts +1 -0
- package/src/Incentives/CGDAIncentive.ts +1 -0
- package/src/Incentives/ERC1155Incentive.ts +3 -1
- package/src/Incentives/ERC20Incentive.ts +10 -3
- package/src/Incentives/ERC20VariableCriteriaIncentive.ts +1 -0
- package/src/Incentives/ERC20VariableIncentive.ts +1 -0
- package/src/Incentives/PointsIncentive.ts +1 -0
- package/src/Validators/SignerValidator.ts +1 -0
- package/dist/BoostCore-BVZExPPu.js.map +0 -1
- package/dist/BoostCore-D-E-cnGI.cjs +0 -3
- package/dist/BoostCore-D-E-cnGI.cjs.map +0 -1
- package/dist/EventAction-BZt5cjbe.cjs +0 -2
- package/dist/EventAction-BZt5cjbe.cjs.map +0 -1
- package/dist/EventAction-C_-hJXWm.js +0 -1541
- package/dist/EventAction-C_-hJXWm.js.map +0 -1
- package/dist/SimpleDenyList-BUR17Tt1.cjs.map +0 -1
- package/dist/SimpleDenyList-CGaWjuld.js.map +0 -1
- package/dist/deployments-DVXioW2i.cjs +0 -2
- package/dist/deployments-DVXioW2i.cjs.map +0 -1
- package/dist/deployments-oykLv3_Z.js +0 -43
- package/dist/deployments-oykLv3_Z.js.map +0 -1
- package/dist/generated-CKt2yCQd.js.map +0 -1
- package/dist/generated-CyTNlOwM.cjs +0 -3
- package/dist/generated-CyTNlOwM.cjs.map +0 -1
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { simulateContract as U, readContract as P, writeContract as
|
|
2
|
-
import { createClient as
|
|
1
|
+
import { simulateContract as U, readContract as P, writeContract as S } from "viem/actions";
|
|
2
|
+
import { createClient as j, custom as V } from "viem";
|
|
3
3
|
import { parseAccount as Z, getAddress as $ } from "viem/utils";
|
|
4
4
|
function N(t) {
|
|
5
|
-
const a = t.state.current, e = t.state.connections.get(a), i = e == null ? void 0 : e.accounts, u = i == null ? void 0 : i[0], y = t.chains.find((
|
|
6
|
-
switch (
|
|
5
|
+
const a = t.state.current, e = t.state.connections.get(a), i = e == null ? void 0 : e.accounts, u = i == null ? void 0 : i[0], y = t.chains.find((f) => f.id === (e == null ? void 0 : e.chainId)), r = t.state.status;
|
|
6
|
+
switch (r) {
|
|
7
7
|
case "connected":
|
|
8
8
|
return {
|
|
9
9
|
address: u,
|
|
@@ -15,7 +15,7 @@ function N(t) {
|
|
|
15
15
|
isConnecting: !1,
|
|
16
16
|
isDisconnected: !1,
|
|
17
17
|
isReconnecting: !1,
|
|
18
|
-
status:
|
|
18
|
+
status: r
|
|
19
19
|
};
|
|
20
20
|
case "reconnecting":
|
|
21
21
|
return {
|
|
@@ -28,7 +28,7 @@ function N(t) {
|
|
|
28
28
|
isConnecting: !1,
|
|
29
29
|
isDisconnected: !1,
|
|
30
30
|
isReconnecting: !0,
|
|
31
|
-
status:
|
|
31
|
+
status: r
|
|
32
32
|
};
|
|
33
33
|
case "connecting":
|
|
34
34
|
return {
|
|
@@ -41,7 +41,7 @@ function N(t) {
|
|
|
41
41
|
isConnecting: !0,
|
|
42
42
|
isDisconnected: !1,
|
|
43
43
|
isReconnecting: !1,
|
|
44
|
-
status:
|
|
44
|
+
status: r
|
|
45
45
|
};
|
|
46
46
|
case "disconnected":
|
|
47
47
|
return {
|
|
@@ -54,7 +54,7 @@ function N(t) {
|
|
|
54
54
|
isConnecting: !1,
|
|
55
55
|
isDisconnected: !0,
|
|
56
56
|
isReconnecting: !1,
|
|
57
|
-
status:
|
|
57
|
+
status: r
|
|
58
58
|
};
|
|
59
59
|
}
|
|
60
60
|
}
|
|
@@ -139,7 +139,7 @@ class K extends h {
|
|
|
139
139
|
});
|
|
140
140
|
}
|
|
141
141
|
}
|
|
142
|
-
class
|
|
142
|
+
class Q extends h {
|
|
143
143
|
constructor({ address: a, connector: e }) {
|
|
144
144
|
super(`Account "${a}" not found for connector "${e.name}".`), Object.defineProperty(this, "name", {
|
|
145
145
|
enumerable: !0,
|
|
@@ -149,7 +149,7 @@ class Y extends h {
|
|
|
149
149
|
});
|
|
150
150
|
}
|
|
151
151
|
}
|
|
152
|
-
class
|
|
152
|
+
class Y extends h {
|
|
153
153
|
constructor({ connectionChainId: a, connectorChainId: e }) {
|
|
154
154
|
super(`The current chain of the connector (id: ${e}) does not match the connection's chain (id: ${a}).`, {
|
|
155
155
|
metaMessages: [
|
|
@@ -164,7 +164,7 @@ class J extends h {
|
|
|
164
164
|
});
|
|
165
165
|
}
|
|
166
166
|
}
|
|
167
|
-
class
|
|
167
|
+
class J extends h {
|
|
168
168
|
constructor({ connector: a }) {
|
|
169
169
|
super(`Connector "${a.name}" unavailable while reconnecting.`, {
|
|
170
170
|
details: [
|
|
@@ -185,14 +185,14 @@ async function F(t, a = {}) {
|
|
|
185
185
|
if (a.connector) {
|
|
186
186
|
const { connector: o } = a;
|
|
187
187
|
if (t.state.status === "reconnecting" && !o.getAccounts && !o.getChainId)
|
|
188
|
-
throw new
|
|
189
|
-
const [O,
|
|
188
|
+
throw new J({ connector: o });
|
|
189
|
+
const [O, B] = await Promise.all([
|
|
190
190
|
o.getAccounts(),
|
|
191
191
|
o.getChainId()
|
|
192
192
|
]);
|
|
193
193
|
e = {
|
|
194
194
|
accounts: O,
|
|
195
|
-
chainId:
|
|
195
|
+
chainId: B,
|
|
196
196
|
connector: o
|
|
197
197
|
};
|
|
198
198
|
} else
|
|
@@ -201,37 +201,37 @@ async function F(t, a = {}) {
|
|
|
201
201
|
throw new K();
|
|
202
202
|
const i = a.chainId ?? e.chainId, u = await e.connector.getChainId();
|
|
203
203
|
if (u !== e.chainId)
|
|
204
|
-
throw new
|
|
204
|
+
throw new Y({
|
|
205
205
|
connectionChainId: e.chainId,
|
|
206
206
|
connectorChainId: u
|
|
207
207
|
});
|
|
208
208
|
const y = e.connector;
|
|
209
209
|
if (y.getClient)
|
|
210
210
|
return y.getClient({ chainId: i });
|
|
211
|
-
const
|
|
212
|
-
if (
|
|
213
|
-
throw new
|
|
214
|
-
address:
|
|
211
|
+
const r = Z(a.account ?? e.accounts[0]);
|
|
212
|
+
if (r.address = $(r.address), a.account && !e.accounts.some((o) => o.toLowerCase() === r.address.toLowerCase()))
|
|
213
|
+
throw new Q({
|
|
214
|
+
address: r.address,
|
|
215
215
|
connector: y
|
|
216
216
|
});
|
|
217
|
-
const
|
|
218
|
-
return
|
|
219
|
-
account:
|
|
220
|
-
chain:
|
|
217
|
+
const f = t.chains.find((o) => o.id === i), g = await e.connector.getProvider({ chainId: i });
|
|
218
|
+
return j({
|
|
219
|
+
account: r,
|
|
220
|
+
chain: f,
|
|
221
221
|
name: "Connector Client",
|
|
222
222
|
transport: (o) => V(g)({ ...o, retryCount: 0 })
|
|
223
223
|
});
|
|
224
224
|
}
|
|
225
225
|
async function C(t, a) {
|
|
226
226
|
const { abi: e, chainId: i, connector: u, ...y } = a;
|
|
227
|
-
let
|
|
228
|
-
a.account ?
|
|
227
|
+
let r;
|
|
228
|
+
a.account ? r = a.account : r = (await F(t, {
|
|
229
229
|
chainId: i,
|
|
230
230
|
connector: u
|
|
231
231
|
})).account;
|
|
232
|
-
const
|
|
232
|
+
const f = t.getClient({ chainId: i }), g = _(f, U, "simulateContract"), { result: o, request: O } = await g({ ...y, abi: e, account: r });
|
|
233
233
|
return {
|
|
234
|
-
chainId:
|
|
234
|
+
chainId: f.chain.id,
|
|
235
235
|
result: o,
|
|
236
236
|
request: { __mode: "prepared", ...O, chainId: i }
|
|
237
237
|
};
|
|
@@ -239,11 +239,11 @@ async function C(t, a) {
|
|
|
239
239
|
function s(t) {
|
|
240
240
|
return t.address !== void 0 && typeof t.address == "object" ? (a, e) => {
|
|
241
241
|
var i;
|
|
242
|
-
const u = x(a), y = N(a),
|
|
242
|
+
const u = x(a), y = N(a), r = (e == null ? void 0 : e.chainId) ?? y.chainId ?? u;
|
|
243
243
|
return C(a, {
|
|
244
244
|
...e,
|
|
245
245
|
...t.functionName ? { functionName: t.functionName } : {},
|
|
246
|
-
address: (i = t.address) == null ? void 0 : i[
|
|
246
|
+
address: (i = t.address) == null ? void 0 : i[r],
|
|
247
247
|
abi: t.abi
|
|
248
248
|
});
|
|
249
249
|
} : (a, e) => C(a, {
|
|
@@ -260,11 +260,11 @@ function E(t, a) {
|
|
|
260
260
|
function n(t) {
|
|
261
261
|
return t.address !== void 0 && typeof t.address == "object" ? (a, e) => {
|
|
262
262
|
var i;
|
|
263
|
-
const u = x(a), y = N(a),
|
|
263
|
+
const u = x(a), y = N(a), r = (e == null ? void 0 : e.chainId) ?? y.chainId ?? u;
|
|
264
264
|
return E(a, {
|
|
265
265
|
...e,
|
|
266
266
|
...t.functionName ? { functionName: t.functionName } : {},
|
|
267
|
-
address: (i = t.address) == null ? void 0 : i[
|
|
267
|
+
address: (i = t.address) == null ? void 0 : i[r],
|
|
268
268
|
abi: t.abi
|
|
269
269
|
});
|
|
270
270
|
} : (a, e) => E(a, {
|
|
@@ -275,36 +275,36 @@ function n(t) {
|
|
|
275
275
|
});
|
|
276
276
|
}
|
|
277
277
|
async function D(t, a) {
|
|
278
|
-
const { account: e, chainId: i, connector: u, __mode: y, ...
|
|
279
|
-
let
|
|
280
|
-
typeof e == "object" && e.type === "local" ?
|
|
278
|
+
const { account: e, chainId: i, connector: u, __mode: y, ...r } = a;
|
|
279
|
+
let f;
|
|
280
|
+
typeof e == "object" && e.type === "local" ? f = t.getClient({ chainId: i }) : f = await F(t, { account: e, chainId: i, connector: u });
|
|
281
281
|
const { connector: g } = N(t);
|
|
282
282
|
let o;
|
|
283
283
|
if (y === "prepared" || g != null && g.supportsSimulation)
|
|
284
|
-
o =
|
|
284
|
+
o = r;
|
|
285
285
|
else {
|
|
286
286
|
const { request: O } = await C(t, {
|
|
287
|
-
...
|
|
287
|
+
...r,
|
|
288
288
|
account: e,
|
|
289
289
|
chainId: i
|
|
290
290
|
});
|
|
291
291
|
o = O;
|
|
292
292
|
}
|
|
293
|
-
return await _(
|
|
293
|
+
return await _(f, S, "writeContract")({
|
|
294
294
|
...o,
|
|
295
295
|
...e ? { account: e } : {},
|
|
296
296
|
chain: i ? { id: i } : null
|
|
297
297
|
});
|
|
298
298
|
}
|
|
299
|
-
function
|
|
299
|
+
function p(t) {
|
|
300
300
|
return t.address !== void 0 && typeof t.address == "object" ? (a, e) => {
|
|
301
301
|
var i;
|
|
302
302
|
const u = x(a), y = N(a);
|
|
303
|
-
let
|
|
304
|
-
return e.chainId ?
|
|
303
|
+
let r;
|
|
304
|
+
return e.chainId ? r = e.chainId : e.account && e.account === y.address || e.account === void 0 ? r = y.chainId : r = u, D(a, {
|
|
305
305
|
...e,
|
|
306
306
|
...t.functionName ? { functionName: t.functionName } : {},
|
|
307
|
-
address:
|
|
307
|
+
address: r ? (i = t.address) == null ? void 0 : i[r] : void 0,
|
|
308
308
|
abi: t.abi
|
|
309
309
|
});
|
|
310
310
|
} : (a, e) => D(a, {
|
|
@@ -539,22 +539,22 @@ const se = [
|
|
|
539
539
|
{
|
|
540
540
|
type: "function",
|
|
541
541
|
inputs: [
|
|
542
|
-
{ name: "
|
|
543
|
-
{ name: "
|
|
542
|
+
{ name: "accounts_", internalType: "address[]", type: "address[]" },
|
|
543
|
+
{ name: "roles_", internalType: "uint256[]", type: "uint256[]" }
|
|
544
544
|
],
|
|
545
|
-
name: "
|
|
545
|
+
name: "grantManyRoles",
|
|
546
546
|
outputs: [],
|
|
547
|
-
stateMutability: "
|
|
547
|
+
stateMutability: "nonpayable"
|
|
548
548
|
},
|
|
549
549
|
{
|
|
550
550
|
type: "function",
|
|
551
551
|
inputs: [
|
|
552
|
-
{ name: "
|
|
553
|
-
{ name: "
|
|
552
|
+
{ name: "user", internalType: "address", type: "address" },
|
|
553
|
+
{ name: "roles", internalType: "uint256", type: "uint256" }
|
|
554
554
|
],
|
|
555
555
|
name: "grantRoles",
|
|
556
556
|
outputs: [],
|
|
557
|
-
stateMutability: "
|
|
557
|
+
stateMutability: "payable"
|
|
558
558
|
},
|
|
559
559
|
{
|
|
560
560
|
type: "function",
|
|
@@ -640,22 +640,22 @@ const se = [
|
|
|
640
640
|
{
|
|
641
641
|
type: "function",
|
|
642
642
|
inputs: [
|
|
643
|
-
{ name: "
|
|
644
|
-
{ name: "
|
|
643
|
+
{ name: "accounts_", internalType: "address[]", type: "address[]" },
|
|
644
|
+
{ name: "roles_", internalType: "uint256[]", type: "uint256[]" }
|
|
645
645
|
],
|
|
646
|
-
name: "
|
|
646
|
+
name: "revokeManyRoles",
|
|
647
647
|
outputs: [],
|
|
648
|
-
stateMutability: "
|
|
648
|
+
stateMutability: "nonpayable"
|
|
649
649
|
},
|
|
650
650
|
{
|
|
651
651
|
type: "function",
|
|
652
652
|
inputs: [
|
|
653
|
-
{ name: "
|
|
654
|
-
{ name: "
|
|
653
|
+
{ name: "user", internalType: "address", type: "address" },
|
|
654
|
+
{ name: "roles", internalType: "uint256", type: "uint256" }
|
|
655
655
|
],
|
|
656
656
|
name: "revokeRoles",
|
|
657
657
|
outputs: [],
|
|
658
|
-
stateMutability: "
|
|
658
|
+
stateMutability: "payable"
|
|
659
659
|
},
|
|
660
660
|
{
|
|
661
661
|
type: "function",
|
|
@@ -917,22 +917,22 @@ const se = [
|
|
|
917
917
|
{
|
|
918
918
|
type: "function",
|
|
919
919
|
inputs: [
|
|
920
|
-
{ name: "
|
|
921
|
-
{ name: "
|
|
920
|
+
{ name: "accounts_", internalType: "address[]", type: "address[]" },
|
|
921
|
+
{ name: "roles_", internalType: "uint256[]", type: "uint256[]" }
|
|
922
922
|
],
|
|
923
|
-
name: "
|
|
923
|
+
name: "grantManyRoles",
|
|
924
924
|
outputs: [],
|
|
925
|
-
stateMutability: "
|
|
925
|
+
stateMutability: "nonpayable"
|
|
926
926
|
},
|
|
927
927
|
{
|
|
928
928
|
type: "function",
|
|
929
929
|
inputs: [
|
|
930
|
-
{ name: "
|
|
931
|
-
{ name: "
|
|
930
|
+
{ name: "user", internalType: "address", type: "address" },
|
|
931
|
+
{ name: "roles", internalType: "uint256", type: "uint256" }
|
|
932
932
|
],
|
|
933
933
|
name: "grantRoles",
|
|
934
934
|
outputs: [],
|
|
935
|
-
stateMutability: "
|
|
935
|
+
stateMutability: "payable"
|
|
936
936
|
},
|
|
937
937
|
{
|
|
938
938
|
type: "function",
|
|
@@ -1015,22 +1015,22 @@ const se = [
|
|
|
1015
1015
|
{
|
|
1016
1016
|
type: "function",
|
|
1017
1017
|
inputs: [
|
|
1018
|
-
{ name: "
|
|
1019
|
-
{ name: "
|
|
1018
|
+
{ name: "accounts_", internalType: "address[]", type: "address[]" },
|
|
1019
|
+
{ name: "roles_", internalType: "uint256[]", type: "uint256[]" }
|
|
1020
1020
|
],
|
|
1021
|
-
name: "
|
|
1021
|
+
name: "revokeManyRoles",
|
|
1022
1022
|
outputs: [],
|
|
1023
|
-
stateMutability: "
|
|
1023
|
+
stateMutability: "nonpayable"
|
|
1024
1024
|
},
|
|
1025
1025
|
{
|
|
1026
1026
|
type: "function",
|
|
1027
1027
|
inputs: [
|
|
1028
|
-
{ name: "
|
|
1029
|
-
{ name: "
|
|
1028
|
+
{ name: "user", internalType: "address", type: "address" },
|
|
1029
|
+
{ name: "roles", internalType: "uint256", type: "uint256" }
|
|
1030
1030
|
],
|
|
1031
1031
|
name: "revokeRoles",
|
|
1032
1032
|
outputs: [],
|
|
1033
|
-
stateMutability: "
|
|
1033
|
+
stateMutability: "payable"
|
|
1034
1034
|
},
|
|
1035
1035
|
{
|
|
1036
1036
|
type: "function",
|
|
@@ -1071,7 +1071,7 @@ const se = [
|
|
|
1071
1071
|
stateMutability: "payable"
|
|
1072
1072
|
},
|
|
1073
1073
|
{ type: "receive", stateMutability: "payable" }
|
|
1074
|
-
],
|
|
1074
|
+
], L = [
|
|
1075
1075
|
{ type: "error", inputs: [], name: "CloneAlreadyInitialized" },
|
|
1076
1076
|
{ type: "error", inputs: [], name: "InitializerNotImplemented" },
|
|
1077
1077
|
{ type: "error", inputs: [], name: "InvalidInitialization" },
|
|
@@ -2233,7 +2233,7 @@ const se = [
|
|
|
2233
2233
|
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
2234
2234
|
stateMutability: "view"
|
|
2235
2235
|
}
|
|
2236
|
-
],
|
|
2236
|
+
], c = [
|
|
2237
2237
|
{ type: "constructor", inputs: [], stateMutability: "nonpayable" },
|
|
2238
2238
|
{ type: "error", inputs: [], name: "AlreadyInitialized" },
|
|
2239
2239
|
{ type: "error", inputs: [], name: "ClaimFailed" },
|
|
@@ -2451,22 +2451,22 @@ const se = [
|
|
|
2451
2451
|
{
|
|
2452
2452
|
type: "function",
|
|
2453
2453
|
inputs: [
|
|
2454
|
-
{ name: "
|
|
2455
|
-
{ name: "
|
|
2454
|
+
{ name: "accounts_", internalType: "address[]", type: "address[]" },
|
|
2455
|
+
{ name: "roles_", internalType: "uint256[]", type: "uint256[]" }
|
|
2456
2456
|
],
|
|
2457
|
-
name: "
|
|
2457
|
+
name: "grantManyRoles",
|
|
2458
2458
|
outputs: [],
|
|
2459
|
-
stateMutability: "
|
|
2459
|
+
stateMutability: "nonpayable"
|
|
2460
2460
|
},
|
|
2461
2461
|
{
|
|
2462
2462
|
type: "function",
|
|
2463
2463
|
inputs: [
|
|
2464
|
-
{ name: "
|
|
2465
|
-
{ name: "
|
|
2464
|
+
{ name: "user", internalType: "address", type: "address" },
|
|
2465
|
+
{ name: "roles", internalType: "uint256", type: "uint256" }
|
|
2466
2466
|
],
|
|
2467
2467
|
name: "grantRoles",
|
|
2468
2468
|
outputs: [],
|
|
2469
|
-
stateMutability: "
|
|
2469
|
+
stateMutability: "payable"
|
|
2470
2470
|
},
|
|
2471
2471
|
{
|
|
2472
2472
|
type: "function",
|
|
@@ -2559,22 +2559,22 @@ const se = [
|
|
|
2559
2559
|
{
|
|
2560
2560
|
type: "function",
|
|
2561
2561
|
inputs: [
|
|
2562
|
-
{ name: "
|
|
2563
|
-
{ name: "
|
|
2562
|
+
{ name: "accounts_", internalType: "address[]", type: "address[]" },
|
|
2563
|
+
{ name: "roles_", internalType: "uint256[]", type: "uint256[]" }
|
|
2564
2564
|
],
|
|
2565
|
-
name: "
|
|
2565
|
+
name: "revokeManyRoles",
|
|
2566
2566
|
outputs: [],
|
|
2567
|
-
stateMutability: "
|
|
2567
|
+
stateMutability: "nonpayable"
|
|
2568
2568
|
},
|
|
2569
2569
|
{
|
|
2570
2570
|
type: "function",
|
|
2571
2571
|
inputs: [
|
|
2572
|
-
{ name: "
|
|
2573
|
-
{ name: "
|
|
2572
|
+
{ name: "user", internalType: "address", type: "address" },
|
|
2573
|
+
{ name: "roles", internalType: "uint256", type: "uint256" }
|
|
2574
2574
|
],
|
|
2575
2575
|
name: "revokeRoles",
|
|
2576
2576
|
outputs: [],
|
|
2577
|
-
stateMutability: "
|
|
2577
|
+
stateMutability: "payable"
|
|
2578
2578
|
},
|
|
2579
2579
|
{
|
|
2580
2580
|
type: "function",
|
|
@@ -2855,22 +2855,22 @@ const se = [
|
|
|
2855
2855
|
{
|
|
2856
2856
|
type: "function",
|
|
2857
2857
|
inputs: [
|
|
2858
|
-
{ name: "
|
|
2859
|
-
{ name: "
|
|
2858
|
+
{ name: "accounts_", internalType: "address[]", type: "address[]" },
|
|
2859
|
+
{ name: "roles_", internalType: "uint256[]", type: "uint256[]" }
|
|
2860
2860
|
],
|
|
2861
|
-
name: "
|
|
2861
|
+
name: "grantManyRoles",
|
|
2862
2862
|
outputs: [],
|
|
2863
|
-
stateMutability: "
|
|
2863
|
+
stateMutability: "nonpayable"
|
|
2864
2864
|
},
|
|
2865
2865
|
{
|
|
2866
2866
|
type: "function",
|
|
2867
2867
|
inputs: [
|
|
2868
|
-
{ name: "
|
|
2869
|
-
{ name: "
|
|
2868
|
+
{ name: "user", internalType: "address", type: "address" },
|
|
2869
|
+
{ name: "roles", internalType: "uint256", type: "uint256" }
|
|
2870
2870
|
],
|
|
2871
2871
|
name: "grantRoles",
|
|
2872
2872
|
outputs: [],
|
|
2873
|
-
stateMutability: "
|
|
2873
|
+
stateMutability: "payable"
|
|
2874
2874
|
},
|
|
2875
2875
|
{
|
|
2876
2876
|
type: "function",
|
|
@@ -2970,22 +2970,22 @@ const se = [
|
|
|
2970
2970
|
{
|
|
2971
2971
|
type: "function",
|
|
2972
2972
|
inputs: [
|
|
2973
|
-
{ name: "
|
|
2974
|
-
{ name: "
|
|
2973
|
+
{ name: "accounts_", internalType: "address[]", type: "address[]" },
|
|
2974
|
+
{ name: "roles_", internalType: "uint256[]", type: "uint256[]" }
|
|
2975
2975
|
],
|
|
2976
|
-
name: "
|
|
2976
|
+
name: "revokeManyRoles",
|
|
2977
2977
|
outputs: [],
|
|
2978
|
-
stateMutability: "
|
|
2978
|
+
stateMutability: "nonpayable"
|
|
2979
2979
|
},
|
|
2980
2980
|
{
|
|
2981
2981
|
type: "function",
|
|
2982
2982
|
inputs: [
|
|
2983
|
-
{ name: "
|
|
2984
|
-
{ name: "
|
|
2983
|
+
{ name: "user", internalType: "address", type: "address" },
|
|
2984
|
+
{ name: "roles", internalType: "uint256", type: "uint256" }
|
|
2985
2985
|
],
|
|
2986
2986
|
name: "revokeRoles",
|
|
2987
2987
|
outputs: [],
|
|
2988
|
-
stateMutability: "
|
|
2988
|
+
stateMutability: "payable"
|
|
2989
2989
|
},
|
|
2990
2990
|
{
|
|
2991
2991
|
type: "function",
|
|
@@ -3038,7 +3038,7 @@ const se = [
|
|
|
3038
3038
|
outputs: [],
|
|
3039
3039
|
stateMutability: "payable"
|
|
3040
3040
|
}
|
|
3041
|
-
],
|
|
3041
|
+
], X = [
|
|
3042
3042
|
{ type: "error", inputs: [], name: "AlreadyInitialized" },
|
|
3043
3043
|
{ type: "error", inputs: [], name: "ClaimFailed" },
|
|
3044
3044
|
{ type: "error", inputs: [], name: "CloneAlreadyInitialized" },
|
|
@@ -3258,22 +3258,22 @@ const se = [
|
|
|
3258
3258
|
{
|
|
3259
3259
|
type: "function",
|
|
3260
3260
|
inputs: [
|
|
3261
|
-
{ name: "
|
|
3262
|
-
{ name: "
|
|
3261
|
+
{ name: "accounts_", internalType: "address[]", type: "address[]" },
|
|
3262
|
+
{ name: "roles_", internalType: "uint256[]", type: "uint256[]" }
|
|
3263
3263
|
],
|
|
3264
|
-
name: "
|
|
3264
|
+
name: "grantManyRoles",
|
|
3265
3265
|
outputs: [],
|
|
3266
|
-
stateMutability: "
|
|
3266
|
+
stateMutability: "nonpayable"
|
|
3267
3267
|
},
|
|
3268
3268
|
{
|
|
3269
3269
|
type: "function",
|
|
3270
3270
|
inputs: [
|
|
3271
|
-
{ name: "
|
|
3272
|
-
{ name: "
|
|
3271
|
+
{ name: "user", internalType: "address", type: "address" },
|
|
3272
|
+
{ name: "roles", internalType: "uint256", type: "uint256" }
|
|
3273
3273
|
],
|
|
3274
3274
|
name: "grantRoles",
|
|
3275
3275
|
outputs: [],
|
|
3276
|
-
stateMutability: "
|
|
3276
|
+
stateMutability: "payable"
|
|
3277
3277
|
},
|
|
3278
3278
|
{
|
|
3279
3279
|
type: "function",
|
|
@@ -3389,22 +3389,22 @@ const se = [
|
|
|
3389
3389
|
{
|
|
3390
3390
|
type: "function",
|
|
3391
3391
|
inputs: [
|
|
3392
|
-
{ name: "
|
|
3393
|
-
{ name: "
|
|
3392
|
+
{ name: "accounts_", internalType: "address[]", type: "address[]" },
|
|
3393
|
+
{ name: "roles_", internalType: "uint256[]", type: "uint256[]" }
|
|
3394
3394
|
],
|
|
3395
|
-
name: "
|
|
3395
|
+
name: "revokeManyRoles",
|
|
3396
3396
|
outputs: [],
|
|
3397
|
-
stateMutability: "
|
|
3397
|
+
stateMutability: "nonpayable"
|
|
3398
3398
|
},
|
|
3399
3399
|
{
|
|
3400
3400
|
type: "function",
|
|
3401
3401
|
inputs: [
|
|
3402
|
-
{ name: "
|
|
3403
|
-
{ name: "
|
|
3402
|
+
{ name: "user", internalType: "address", type: "address" },
|
|
3403
|
+
{ name: "roles", internalType: "uint256", type: "uint256" }
|
|
3404
3404
|
],
|
|
3405
3405
|
name: "revokeRoles",
|
|
3406
3406
|
outputs: [],
|
|
3407
|
-
stateMutability: "
|
|
3407
|
+
stateMutability: "payable"
|
|
3408
3408
|
},
|
|
3409
3409
|
{
|
|
3410
3410
|
type: "function",
|
|
@@ -3451,7 +3451,7 @@ const se = [
|
|
|
3451
3451
|
outputs: [],
|
|
3452
3452
|
stateMutability: "payable"
|
|
3453
3453
|
}
|
|
3454
|
-
],
|
|
3454
|
+
], b = [
|
|
3455
3455
|
{ type: "constructor", inputs: [], stateMutability: "nonpayable" },
|
|
3456
3456
|
{ type: "error", inputs: [], name: "AlreadyInitialized" },
|
|
3457
3457
|
{ type: "error", inputs: [], name: "ClaimFailed" },
|
|
@@ -3649,22 +3649,22 @@ const se = [
|
|
|
3649
3649
|
{
|
|
3650
3650
|
type: "function",
|
|
3651
3651
|
inputs: [
|
|
3652
|
-
{ name: "
|
|
3653
|
-
{ name: "
|
|
3652
|
+
{ name: "accounts_", internalType: "address[]", type: "address[]" },
|
|
3653
|
+
{ name: "roles_", internalType: "uint256[]", type: "uint256[]" }
|
|
3654
3654
|
],
|
|
3655
|
-
name: "
|
|
3655
|
+
name: "grantManyRoles",
|
|
3656
3656
|
outputs: [],
|
|
3657
|
-
stateMutability: "
|
|
3657
|
+
stateMutability: "nonpayable"
|
|
3658
3658
|
},
|
|
3659
3659
|
{
|
|
3660
3660
|
type: "function",
|
|
3661
3661
|
inputs: [
|
|
3662
|
-
{ name: "
|
|
3663
|
-
{ name: "
|
|
3662
|
+
{ name: "user", internalType: "address", type: "address" },
|
|
3663
|
+
{ name: "roles", internalType: "uint256", type: "uint256" }
|
|
3664
3664
|
],
|
|
3665
3665
|
name: "grantRoles",
|
|
3666
3666
|
outputs: [],
|
|
3667
|
-
stateMutability: "
|
|
3667
|
+
stateMutability: "payable"
|
|
3668
3668
|
},
|
|
3669
3669
|
{
|
|
3670
3670
|
type: "function",
|
|
@@ -3764,22 +3764,22 @@ const se = [
|
|
|
3764
3764
|
{
|
|
3765
3765
|
type: "function",
|
|
3766
3766
|
inputs: [
|
|
3767
|
-
{ name: "
|
|
3768
|
-
{ name: "
|
|
3767
|
+
{ name: "accounts_", internalType: "address[]", type: "address[]" },
|
|
3768
|
+
{ name: "roles_", internalType: "uint256[]", type: "uint256[]" }
|
|
3769
3769
|
],
|
|
3770
|
-
name: "
|
|
3770
|
+
name: "revokeManyRoles",
|
|
3771
3771
|
outputs: [],
|
|
3772
|
-
stateMutability: "
|
|
3772
|
+
stateMutability: "nonpayable"
|
|
3773
3773
|
},
|
|
3774
3774
|
{
|
|
3775
3775
|
type: "function",
|
|
3776
3776
|
inputs: [
|
|
3777
|
-
{ name: "
|
|
3778
|
-
{ name: "
|
|
3777
|
+
{ name: "user", internalType: "address", type: "address" },
|
|
3778
|
+
{ name: "roles", internalType: "uint256", type: "uint256" }
|
|
3779
3779
|
],
|
|
3780
3780
|
name: "revokeRoles",
|
|
3781
3781
|
outputs: [],
|
|
3782
|
-
stateMutability: "
|
|
3782
|
+
stateMutability: "payable"
|
|
3783
3783
|
},
|
|
3784
3784
|
{
|
|
3785
3785
|
type: "function",
|
|
@@ -4055,7 +4055,7 @@ const se = [
|
|
|
4055
4055
|
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
4056
4056
|
stateMutability: "view"
|
|
4057
4057
|
}
|
|
4058
|
-
],
|
|
4058
|
+
], T = [
|
|
4059
4059
|
{ type: "constructor", inputs: [], stateMutability: "nonpayable" },
|
|
4060
4060
|
{ type: "error", inputs: [], name: "AlreadyInitialized" },
|
|
4061
4061
|
{ type: "error", inputs: [], name: "CloneAlreadyInitialized" },
|
|
@@ -4306,22 +4306,22 @@ const se = [
|
|
|
4306
4306
|
{
|
|
4307
4307
|
type: "function",
|
|
4308
4308
|
inputs: [
|
|
4309
|
-
{ name: "
|
|
4310
|
-
{ name: "
|
|
4309
|
+
{ name: "accounts_", internalType: "address[]", type: "address[]" },
|
|
4310
|
+
{ name: "roles_", internalType: "uint256[]", type: "uint256[]" }
|
|
4311
4311
|
],
|
|
4312
|
-
name: "
|
|
4312
|
+
name: "grantManyRoles",
|
|
4313
4313
|
outputs: [],
|
|
4314
|
-
stateMutability: "
|
|
4314
|
+
stateMutability: "nonpayable"
|
|
4315
4315
|
},
|
|
4316
4316
|
{
|
|
4317
4317
|
type: "function",
|
|
4318
4318
|
inputs: [
|
|
4319
|
-
{ name: "
|
|
4320
|
-
{ name: "
|
|
4319
|
+
{ name: "user", internalType: "address", type: "address" },
|
|
4320
|
+
{ name: "roles", internalType: "uint256", type: "uint256" }
|
|
4321
4321
|
],
|
|
4322
4322
|
name: "grantRoles",
|
|
4323
4323
|
outputs: [],
|
|
4324
|
-
stateMutability: "
|
|
4324
|
+
stateMutability: "payable"
|
|
4325
4325
|
},
|
|
4326
4326
|
{
|
|
4327
4327
|
type: "function",
|
|
@@ -4430,22 +4430,22 @@ const se = [
|
|
|
4430
4430
|
{
|
|
4431
4431
|
type: "function",
|
|
4432
4432
|
inputs: [
|
|
4433
|
-
{ name: "
|
|
4434
|
-
{ name: "
|
|
4433
|
+
{ name: "accounts_", internalType: "address[]", type: "address[]" },
|
|
4434
|
+
{ name: "roles_", internalType: "uint256[]", type: "uint256[]" }
|
|
4435
4435
|
],
|
|
4436
|
-
name: "
|
|
4436
|
+
name: "revokeManyRoles",
|
|
4437
4437
|
outputs: [],
|
|
4438
|
-
stateMutability: "
|
|
4438
|
+
stateMutability: "nonpayable"
|
|
4439
4439
|
},
|
|
4440
4440
|
{
|
|
4441
4441
|
type: "function",
|
|
4442
4442
|
inputs: [
|
|
4443
|
-
{ name: "
|
|
4444
|
-
{ name: "
|
|
4443
|
+
{ name: "user", internalType: "address", type: "address" },
|
|
4444
|
+
{ name: "roles", internalType: "uint256", type: "uint256" }
|
|
4445
4445
|
],
|
|
4446
4446
|
name: "revokeRoles",
|
|
4447
4447
|
outputs: [],
|
|
4448
|
-
stateMutability: "
|
|
4448
|
+
stateMutability: "payable"
|
|
4449
4449
|
},
|
|
4450
4450
|
{
|
|
4451
4451
|
type: "function",
|
|
@@ -4504,7 +4504,7 @@ const se = [
|
|
|
4504
4504
|
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
4505
4505
|
stateMutability: "view"
|
|
4506
4506
|
}
|
|
4507
|
-
],
|
|
4507
|
+
], w = [
|
|
4508
4508
|
{ type: "constructor", inputs: [], stateMutability: "nonpayable" },
|
|
4509
4509
|
{ type: "error", inputs: [], name: "AlreadyInitialized" },
|
|
4510
4510
|
{ type: "error", inputs: [], name: "ClaimFailed" },
|
|
@@ -4827,7 +4827,7 @@ const se = [
|
|
|
4827
4827
|
outputs: [{ name: "", internalType: "address", type: "address" }],
|
|
4828
4828
|
stateMutability: "view"
|
|
4829
4829
|
}
|
|
4830
|
-
],
|
|
4830
|
+
], m = [
|
|
4831
4831
|
{ type: "error", inputs: [], name: "AlreadyInitialized" },
|
|
4832
4832
|
{ type: "error", inputs: [], name: "LengthMismatch" },
|
|
4833
4833
|
{ type: "error", inputs: [], name: "NewOwnerIsZeroAddress" },
|
|
@@ -4925,22 +4925,22 @@ const se = [
|
|
|
4925
4925
|
{
|
|
4926
4926
|
type: "function",
|
|
4927
4927
|
inputs: [
|
|
4928
|
-
{ name: "
|
|
4929
|
-
{ name: "
|
|
4928
|
+
{ name: "accounts_", internalType: "address[]", type: "address[]" },
|
|
4929
|
+
{ name: "roles_", internalType: "uint256[]", type: "uint256[]" }
|
|
4930
4930
|
],
|
|
4931
|
-
name: "
|
|
4931
|
+
name: "grantManyRoles",
|
|
4932
4932
|
outputs: [],
|
|
4933
|
-
stateMutability: "
|
|
4933
|
+
stateMutability: "nonpayable"
|
|
4934
4934
|
},
|
|
4935
4935
|
{
|
|
4936
4936
|
type: "function",
|
|
4937
4937
|
inputs: [
|
|
4938
|
-
{ name: "
|
|
4939
|
-
{ name: "
|
|
4938
|
+
{ name: "user", internalType: "address", type: "address" },
|
|
4939
|
+
{ name: "roles", internalType: "uint256", type: "uint256" }
|
|
4940
4940
|
],
|
|
4941
4941
|
name: "grantRoles",
|
|
4942
4942
|
outputs: [],
|
|
4943
|
-
stateMutability: "
|
|
4943
|
+
stateMutability: "payable"
|
|
4944
4944
|
},
|
|
4945
4945
|
{
|
|
4946
4946
|
type: "function",
|
|
@@ -5009,22 +5009,22 @@ const se = [
|
|
|
5009
5009
|
{
|
|
5010
5010
|
type: "function",
|
|
5011
5011
|
inputs: [
|
|
5012
|
-
{ name: "
|
|
5013
|
-
{ name: "
|
|
5012
|
+
{ name: "accounts_", internalType: "address[]", type: "address[]" },
|
|
5013
|
+
{ name: "roles_", internalType: "uint256[]", type: "uint256[]" }
|
|
5014
5014
|
],
|
|
5015
|
-
name: "
|
|
5015
|
+
name: "revokeManyRoles",
|
|
5016
5016
|
outputs: [],
|
|
5017
|
-
stateMutability: "
|
|
5017
|
+
stateMutability: "nonpayable"
|
|
5018
5018
|
},
|
|
5019
5019
|
{
|
|
5020
5020
|
type: "function",
|
|
5021
5021
|
inputs: [
|
|
5022
|
-
{ name: "
|
|
5023
|
-
{ name: "
|
|
5022
|
+
{ name: "user", internalType: "address", type: "address" },
|
|
5023
|
+
{ name: "roles", internalType: "uint256", type: "uint256" }
|
|
5024
5024
|
],
|
|
5025
5025
|
name: "revokeRoles",
|
|
5026
5026
|
outputs: [],
|
|
5027
|
-
stateMutability: "
|
|
5027
|
+
stateMutability: "payable"
|
|
5028
5028
|
},
|
|
5029
5029
|
{
|
|
5030
5030
|
type: "function",
|
|
@@ -5393,22 +5393,22 @@ const se = [
|
|
|
5393
5393
|
{
|
|
5394
5394
|
type: "function",
|
|
5395
5395
|
inputs: [
|
|
5396
|
-
{ name: "
|
|
5397
|
-
{ name: "
|
|
5396
|
+
{ name: "accounts_", internalType: "address[]", type: "address[]" },
|
|
5397
|
+
{ name: "roles_", internalType: "uint256[]", type: "uint256[]" }
|
|
5398
5398
|
],
|
|
5399
|
-
name: "
|
|
5399
|
+
name: "grantManyRoles",
|
|
5400
5400
|
outputs: [],
|
|
5401
|
-
stateMutability: "
|
|
5401
|
+
stateMutability: "nonpayable"
|
|
5402
5402
|
},
|
|
5403
5403
|
{
|
|
5404
5404
|
type: "function",
|
|
5405
5405
|
inputs: [
|
|
5406
|
-
{ name: "
|
|
5407
|
-
{ name: "
|
|
5406
|
+
{ name: "user", internalType: "address", type: "address" },
|
|
5407
|
+
{ name: "roles", internalType: "uint256", type: "uint256" }
|
|
5408
5408
|
],
|
|
5409
5409
|
name: "grantRoles",
|
|
5410
5410
|
outputs: [],
|
|
5411
|
-
stateMutability: "
|
|
5411
|
+
stateMutability: "payable"
|
|
5412
5412
|
},
|
|
5413
5413
|
{
|
|
5414
5414
|
type: "function",
|
|
@@ -5494,22 +5494,22 @@ const se = [
|
|
|
5494
5494
|
{
|
|
5495
5495
|
type: "function",
|
|
5496
5496
|
inputs: [
|
|
5497
|
-
{ name: "
|
|
5498
|
-
{ name: "
|
|
5497
|
+
{ name: "accounts_", internalType: "address[]", type: "address[]" },
|
|
5498
|
+
{ name: "roles_", internalType: "uint256[]", type: "uint256[]" }
|
|
5499
5499
|
],
|
|
5500
|
-
name: "
|
|
5500
|
+
name: "revokeManyRoles",
|
|
5501
5501
|
outputs: [],
|
|
5502
|
-
stateMutability: "
|
|
5502
|
+
stateMutability: "nonpayable"
|
|
5503
5503
|
},
|
|
5504
5504
|
{
|
|
5505
5505
|
type: "function",
|
|
5506
5506
|
inputs: [
|
|
5507
|
-
{ name: "
|
|
5508
|
-
{ name: "
|
|
5507
|
+
{ name: "user", internalType: "address", type: "address" },
|
|
5508
|
+
{ name: "roles", internalType: "uint256", type: "uint256" }
|
|
5509
5509
|
],
|
|
5510
5510
|
name: "revokeRoles",
|
|
5511
5511
|
outputs: [],
|
|
5512
|
-
stateMutability: "
|
|
5512
|
+
stateMutability: "payable"
|
|
5513
5513
|
},
|
|
5514
5514
|
{
|
|
5515
5515
|
type: "function",
|
|
@@ -5677,22 +5677,22 @@ const se = [
|
|
|
5677
5677
|
{
|
|
5678
5678
|
type: "function",
|
|
5679
5679
|
inputs: [
|
|
5680
|
-
{ name: "
|
|
5681
|
-
{ name: "
|
|
5680
|
+
{ name: "accounts_", internalType: "address[]", type: "address[]" },
|
|
5681
|
+
{ name: "roles_", internalType: "uint256[]", type: "uint256[]" }
|
|
5682
5682
|
],
|
|
5683
|
-
name: "
|
|
5683
|
+
name: "grantManyRoles",
|
|
5684
5684
|
outputs: [],
|
|
5685
|
-
stateMutability: "
|
|
5685
|
+
stateMutability: "nonpayable"
|
|
5686
5686
|
},
|
|
5687
5687
|
{
|
|
5688
5688
|
type: "function",
|
|
5689
5689
|
inputs: [
|
|
5690
|
-
{ name: "
|
|
5691
|
-
{ name: "
|
|
5690
|
+
{ name: "user", internalType: "address", type: "address" },
|
|
5691
|
+
{ name: "roles", internalType: "uint256", type: "uint256" }
|
|
5692
5692
|
],
|
|
5693
5693
|
name: "grantRoles",
|
|
5694
5694
|
outputs: [],
|
|
5695
|
-
stateMutability: "
|
|
5695
|
+
stateMutability: "payable"
|
|
5696
5696
|
},
|
|
5697
5697
|
{
|
|
5698
5698
|
type: "function",
|
|
@@ -5778,22 +5778,22 @@ const se = [
|
|
|
5778
5778
|
{
|
|
5779
5779
|
type: "function",
|
|
5780
5780
|
inputs: [
|
|
5781
|
-
{ name: "
|
|
5782
|
-
{ name: "
|
|
5781
|
+
{ name: "accounts_", internalType: "address[]", type: "address[]" },
|
|
5782
|
+
{ name: "roles_", internalType: "uint256[]", type: "uint256[]" }
|
|
5783
5783
|
],
|
|
5784
|
-
name: "
|
|
5784
|
+
name: "revokeManyRoles",
|
|
5785
5785
|
outputs: [],
|
|
5786
|
-
stateMutability: "
|
|
5786
|
+
stateMutability: "nonpayable"
|
|
5787
5787
|
},
|
|
5788
5788
|
{
|
|
5789
5789
|
type: "function",
|
|
5790
5790
|
inputs: [
|
|
5791
|
-
{ name: "
|
|
5792
|
-
{ name: "
|
|
5791
|
+
{ name: "user", internalType: "address", type: "address" },
|
|
5792
|
+
{ name: "roles", internalType: "uint256", type: "uint256" }
|
|
5793
5793
|
],
|
|
5794
5794
|
name: "revokeRoles",
|
|
5795
5795
|
outputs: [],
|
|
5796
|
-
stateMutability: "
|
|
5796
|
+
stateMutability: "payable"
|
|
5797
5797
|
},
|
|
5798
5798
|
{
|
|
5799
5799
|
type: "function",
|
|
@@ -5837,10 +5837,10 @@ const se = [
|
|
|
5837
5837
|
stateMutability: "payable"
|
|
5838
5838
|
}
|
|
5839
5839
|
], oe = /* @__PURE__ */ n({
|
|
5840
|
-
abi:
|
|
5840
|
+
abi: L,
|
|
5841
5841
|
functionName: "getComponentInterface"
|
|
5842
5842
|
}), le = /* @__PURE__ */ n(
|
|
5843
|
-
{ abi:
|
|
5843
|
+
{ abi: L, functionName: "supportsInterface" }
|
|
5844
5844
|
), de = /* @__PURE__ */ n(
|
|
5845
5845
|
{ abi: v, functionName: "allowList" }
|
|
5846
5846
|
), me = /* @__PURE__ */ n({
|
|
@@ -5861,7 +5861,7 @@ const se = [
|
|
|
5861
5861
|
}), we = /* @__PURE__ */ n({
|
|
5862
5862
|
abi: v,
|
|
5863
5863
|
functionName: "reward"
|
|
5864
|
-
}), ve = /* @__PURE__ */
|
|
5864
|
+
}), ve = /* @__PURE__ */ p({
|
|
5865
5865
|
abi: v,
|
|
5866
5866
|
functionName: "claim"
|
|
5867
5867
|
}), Me = /* @__PURE__ */ s({
|
|
@@ -5882,16 +5882,16 @@ const se = [
|
|
|
5882
5882
|
}), Ae = /* @__PURE__ */ n({
|
|
5883
5883
|
abi: d,
|
|
5884
5884
|
functionName: "protocolFeeReceiver"
|
|
5885
|
-
}), Ne = /* @__PURE__ */
|
|
5885
|
+
}), Ne = /* @__PURE__ */ p({
|
|
5886
5886
|
abi: d,
|
|
5887
5887
|
functionName: "claimIncentive"
|
|
5888
|
-
}), Re = /* @__PURE__ */
|
|
5888
|
+
}), Re = /* @__PURE__ */ p({
|
|
5889
5889
|
abi: d,
|
|
5890
5890
|
functionName: "claimIncentiveFor"
|
|
5891
|
-
}), ze = /* @__PURE__ */
|
|
5891
|
+
}), ze = /* @__PURE__ */ p({
|
|
5892
5892
|
abi: d,
|
|
5893
5893
|
functionName: "setCreateBoostAuth"
|
|
5894
|
-
}), Ce = /* @__PURE__ */
|
|
5894
|
+
}), Ce = /* @__PURE__ */ p({
|
|
5895
5895
|
abi: d,
|
|
5896
5896
|
functionName: "setProtocolFeeReceiver"
|
|
5897
5897
|
}), xe = /* @__PURE__ */ s({
|
|
@@ -5918,59 +5918,59 @@ const se = [
|
|
|
5918
5918
|
}), Fe = /* @__PURE__ */ n({
|
|
5919
5919
|
abi: M,
|
|
5920
5920
|
functionName: "getCloneIdentifier"
|
|
5921
|
-
}),
|
|
5921
|
+
}), Le = /* @__PURE__ */ n({
|
|
5922
5922
|
abi: M,
|
|
5923
5923
|
functionName: "getClones"
|
|
5924
|
-
}),
|
|
5924
|
+
}), Be = /* @__PURE__ */ p({
|
|
5925
5925
|
abi: M,
|
|
5926
5926
|
functionName: "deployClone"
|
|
5927
|
-
}), Ue = /* @__PURE__ */
|
|
5927
|
+
}), Ue = /* @__PURE__ */ p({
|
|
5928
5928
|
abi: M,
|
|
5929
5929
|
functionName: "register"
|
|
5930
5930
|
}), Pe = /* @__PURE__ */ s({
|
|
5931
5931
|
abi: M,
|
|
5932
5932
|
functionName: "deployClone"
|
|
5933
|
-
}),
|
|
5933
|
+
}), Se = /* @__PURE__ */ s({
|
|
5934
5934
|
abi: M,
|
|
5935
5935
|
functionName: "register"
|
|
5936
|
-
}),
|
|
5937
|
-
abi:
|
|
5936
|
+
}), je = /* @__PURE__ */ n({
|
|
5937
|
+
abi: c,
|
|
5938
5938
|
functionName: "asset"
|
|
5939
5939
|
}), Ve = /* @__PURE__ */ n({
|
|
5940
|
-
abi:
|
|
5940
|
+
abi: c,
|
|
5941
5941
|
functionName: "cgdaParams"
|
|
5942
5942
|
}), Ze = /* @__PURE__ */ n({
|
|
5943
|
-
abi:
|
|
5943
|
+
abi: c,
|
|
5944
5944
|
functionName: "claimed"
|
|
5945
5945
|
}), $e = /* @__PURE__ */ n({
|
|
5946
|
-
abi:
|
|
5946
|
+
abi: c,
|
|
5947
5947
|
functionName: "claims"
|
|
5948
5948
|
}), Ge = /* @__PURE__ */ n({
|
|
5949
|
-
abi:
|
|
5949
|
+
abi: c,
|
|
5950
5950
|
functionName: "currentReward"
|
|
5951
5951
|
}), We = /* @__PURE__ */ n({
|
|
5952
|
-
abi:
|
|
5952
|
+
abi: c,
|
|
5953
5953
|
functionName: "isClaimable"
|
|
5954
5954
|
}), Ke = /* @__PURE__ */ n({
|
|
5955
|
-
abi:
|
|
5955
|
+
abi: c,
|
|
5956
5956
|
functionName: "owner"
|
|
5957
|
-
}),
|
|
5958
|
-
abi:
|
|
5957
|
+
}), Qe = /* @__PURE__ */ n({
|
|
5958
|
+
abi: c,
|
|
5959
5959
|
functionName: "reward"
|
|
5960
|
-
}),
|
|
5961
|
-
abi:
|
|
5960
|
+
}), Ye = /* @__PURE__ */ n({
|
|
5961
|
+
abi: c,
|
|
5962
5962
|
functionName: "totalBudget"
|
|
5963
|
-
}),
|
|
5964
|
-
abi:
|
|
5963
|
+
}), Je = /* @__PURE__ */ p({
|
|
5964
|
+
abi: c,
|
|
5965
5965
|
functionName: "claim"
|
|
5966
|
-
}),
|
|
5967
|
-
abi:
|
|
5966
|
+
}), Xe = /* @__PURE__ */ p({
|
|
5967
|
+
abi: c,
|
|
5968
5968
|
functionName: "clawback"
|
|
5969
5969
|
}), et = /* @__PURE__ */ s({
|
|
5970
|
-
abi:
|
|
5970
|
+
abi: c,
|
|
5971
5971
|
functionName: "claim"
|
|
5972
5972
|
}), tt = /* @__PURE__ */ s({
|
|
5973
|
-
abi:
|
|
5973
|
+
abi: c,
|
|
5974
5974
|
functionName: "clawback"
|
|
5975
5975
|
}), nt = /* @__PURE__ */ n({
|
|
5976
5976
|
abi: l,
|
|
@@ -6001,13 +6001,13 @@ const se = [
|
|
|
6001
6001
|
}), lt = /* @__PURE__ */ n({
|
|
6002
6002
|
abi: l,
|
|
6003
6003
|
functionName: "strategy"
|
|
6004
|
-
}), dt = /* @__PURE__ */
|
|
6004
|
+
}), dt = /* @__PURE__ */ p({
|
|
6005
6005
|
abi: l,
|
|
6006
6006
|
functionName: "claim"
|
|
6007
|
-
}), mt = /* @__PURE__ */
|
|
6007
|
+
}), mt = /* @__PURE__ */ p({
|
|
6008
6008
|
abi: l,
|
|
6009
6009
|
functionName: "clawback"
|
|
6010
|
-
}), ct = /* @__PURE__ */
|
|
6010
|
+
}), ct = /* @__PURE__ */ p({
|
|
6011
6011
|
abi: l,
|
|
6012
6012
|
functionName: "drawRaffle"
|
|
6013
6013
|
}), bt = /* @__PURE__ */ s(
|
|
@@ -6019,43 +6019,43 @@ const se = [
|
|
|
6019
6019
|
abi: l,
|
|
6020
6020
|
functionName: "drawRaffle"
|
|
6021
6021
|
}), wt = /* @__PURE__ */ n({
|
|
6022
|
-
abi:
|
|
6022
|
+
abi: X,
|
|
6023
6023
|
functionName: "getIncentiveCriteria"
|
|
6024
6024
|
}), vt = /* @__PURE__ */ n(
|
|
6025
|
-
{ abi:
|
|
6025
|
+
{ abi: b, functionName: "asset" }
|
|
6026
6026
|
), Mt = /* @__PURE__ */ n({
|
|
6027
|
-
abi:
|
|
6027
|
+
abi: b,
|
|
6028
6028
|
functionName: "claimed"
|
|
6029
6029
|
}), It = /* @__PURE__ */ n({
|
|
6030
|
-
abi:
|
|
6030
|
+
abi: b,
|
|
6031
6031
|
functionName: "claims"
|
|
6032
6032
|
}), ht = /* @__PURE__ */ n({
|
|
6033
|
-
abi:
|
|
6033
|
+
abi: b,
|
|
6034
6034
|
functionName: "currentReward"
|
|
6035
6035
|
}), gt = /* @__PURE__ */ n({
|
|
6036
|
-
abi:
|
|
6036
|
+
abi: b,
|
|
6037
6037
|
functionName: "isClaimable"
|
|
6038
6038
|
}), Ot = /* @__PURE__ */ n(
|
|
6039
|
-
{ abi:
|
|
6039
|
+
{ abi: b, functionName: "limit" }
|
|
6040
6040
|
), At = /* @__PURE__ */ n(
|
|
6041
|
-
{ abi:
|
|
6041
|
+
{ abi: b, functionName: "owner" }
|
|
6042
6042
|
), Nt = /* @__PURE__ */ n({
|
|
6043
|
-
abi:
|
|
6043
|
+
abi: b,
|
|
6044
6044
|
functionName: "reward"
|
|
6045
6045
|
}), Rt = /* @__PURE__ */ n({
|
|
6046
|
-
abi:
|
|
6046
|
+
abi: b,
|
|
6047
6047
|
functionName: "totalClaimed"
|
|
6048
|
-
}), zt = /* @__PURE__ */
|
|
6049
|
-
abi:
|
|
6048
|
+
}), zt = /* @__PURE__ */ p({
|
|
6049
|
+
abi: b,
|
|
6050
6050
|
functionName: "claim"
|
|
6051
|
-
}), Ct = /* @__PURE__ */
|
|
6052
|
-
abi:
|
|
6051
|
+
}), Ct = /* @__PURE__ */ p({
|
|
6052
|
+
abi: b,
|
|
6053
6053
|
functionName: "clawback"
|
|
6054
6054
|
}), xt = /* @__PURE__ */ s({
|
|
6055
|
-
abi:
|
|
6055
|
+
abi: b,
|
|
6056
6056
|
functionName: "claim"
|
|
6057
6057
|
}), _t = /* @__PURE__ */ s({
|
|
6058
|
-
abi:
|
|
6058
|
+
abi: b,
|
|
6059
6059
|
functionName: "clawback"
|
|
6060
6060
|
}), Ht = /* @__PURE__ */ n({
|
|
6061
6061
|
abi: R,
|
|
@@ -6063,7 +6063,7 @@ const se = [
|
|
|
6063
6063
|
}), Et = /* @__PURE__ */ n({
|
|
6064
6064
|
abi: R,
|
|
6065
6065
|
functionName: "getActionSteps"
|
|
6066
|
-
}), Dt = /* @__PURE__ */
|
|
6066
|
+
}), Dt = /* @__PURE__ */ p({
|
|
6067
6067
|
abi: R,
|
|
6068
6068
|
functionName: "execute"
|
|
6069
6069
|
}), kt = /* @__PURE__ */ s({
|
|
@@ -6073,297 +6073,312 @@ const se = [
|
|
|
6073
6073
|
abi: ee,
|
|
6074
6074
|
functionName: "isAuthorized"
|
|
6075
6075
|
}), Ft = /* @__PURE__ */ n({
|
|
6076
|
-
abi:
|
|
6076
|
+
abi: T,
|
|
6077
6077
|
functionName: "available"
|
|
6078
|
-
}), Bt = /* @__PURE__ */ n({
|
|
6079
|
-
abi: b,
|
|
6080
|
-
functionName: "distributed"
|
|
6081
6078
|
}), Lt = /* @__PURE__ */ n({
|
|
6082
|
-
abi:
|
|
6079
|
+
abi: T,
|
|
6080
|
+
functionName: "distributed"
|
|
6081
|
+
}), Bt = /* @__PURE__ */ n({
|
|
6082
|
+
abi: T,
|
|
6083
6083
|
functionName: "owner"
|
|
6084
6084
|
}), Ut = /* @__PURE__ */ n({
|
|
6085
|
-
abi:
|
|
6085
|
+
abi: T,
|
|
6086
6086
|
functionName: "total"
|
|
6087
|
-
}), Pt = /* @__PURE__ */
|
|
6088
|
-
abi:
|
|
6087
|
+
}), Pt = /* @__PURE__ */ p({
|
|
6088
|
+
abi: T,
|
|
6089
6089
|
functionName: "allocate"
|
|
6090
|
-
}),
|
|
6091
|
-
abi:
|
|
6090
|
+
}), St = /* @__PURE__ */ p({
|
|
6091
|
+
abi: T,
|
|
6092
6092
|
functionName: "clawback"
|
|
6093
|
-
}),
|
|
6094
|
-
abi:
|
|
6093
|
+
}), jt = /* @__PURE__ */ p({
|
|
6094
|
+
abi: T,
|
|
6095
6095
|
functionName: "disburse"
|
|
6096
|
-
}), Vt = /* @__PURE__ */
|
|
6097
|
-
abi:
|
|
6096
|
+
}), Vt = /* @__PURE__ */ p({
|
|
6097
|
+
abi: T,
|
|
6098
6098
|
functionName: "disburseBatch"
|
|
6099
6099
|
}), Zt = /* @__PURE__ */ s({
|
|
6100
|
-
abi:
|
|
6100
|
+
abi: T,
|
|
6101
6101
|
functionName: "allocate"
|
|
6102
6102
|
}), $t = /* @__PURE__ */ s({
|
|
6103
|
-
abi:
|
|
6103
|
+
abi: T,
|
|
6104
6104
|
functionName: "clawback"
|
|
6105
6105
|
}), Gt = /* @__PURE__ */ s({
|
|
6106
|
-
abi:
|
|
6106
|
+
abi: T,
|
|
6107
6107
|
functionName: "disburse"
|
|
6108
6108
|
}), Wt = /* @__PURE__ */ s({
|
|
6109
|
-
abi:
|
|
6109
|
+
abi: T,
|
|
6110
6110
|
functionName: "disburseBatch"
|
|
6111
6111
|
}), Kt = /* @__PURE__ */ n(
|
|
6112
6112
|
{ abi: te, functionName: "isAuthorized" }
|
|
6113
|
-
),
|
|
6114
|
-
abi:
|
|
6113
|
+
), Qt = /* @__PURE__ */ n({
|
|
6114
|
+
abi: w,
|
|
6115
6115
|
functionName: "claimed"
|
|
6116
|
-
}),
|
|
6117
|
-
abi:
|
|
6116
|
+
}), Yt = /* @__PURE__ */ n({
|
|
6117
|
+
abi: w,
|
|
6118
6118
|
functionName: "claims"
|
|
6119
|
-
}),
|
|
6120
|
-
abi:
|
|
6119
|
+
}), Jt = /* @__PURE__ */ n({
|
|
6120
|
+
abi: w,
|
|
6121
6121
|
functionName: "currentReward"
|
|
6122
|
-
}),
|
|
6123
|
-
abi:
|
|
6122
|
+
}), Xt = /* @__PURE__ */ n({
|
|
6123
|
+
abi: w,
|
|
6124
6124
|
functionName: "isClaimable"
|
|
6125
6125
|
}), en = /* @__PURE__ */ n({
|
|
6126
|
-
abi:
|
|
6126
|
+
abi: w,
|
|
6127
6127
|
functionName: "limit"
|
|
6128
6128
|
}), tn = /* @__PURE__ */ n({
|
|
6129
|
-
abi:
|
|
6129
|
+
abi: w,
|
|
6130
6130
|
functionName: "reward"
|
|
6131
6131
|
}), nn = /* @__PURE__ */ n({
|
|
6132
|
-
abi:
|
|
6132
|
+
abi: w,
|
|
6133
6133
|
functionName: "selector"
|
|
6134
6134
|
}), an = /* @__PURE__ */ n({
|
|
6135
|
-
abi:
|
|
6135
|
+
abi: w,
|
|
6136
6136
|
functionName: "venue"
|
|
6137
|
-
}), sn = /* @__PURE__ */
|
|
6138
|
-
abi:
|
|
6137
|
+
}), sn = /* @__PURE__ */ p({
|
|
6138
|
+
abi: w,
|
|
6139
6139
|
functionName: "claim"
|
|
6140
6140
|
}), pn = /* @__PURE__ */ s({
|
|
6141
|
-
abi:
|
|
6141
|
+
abi: w,
|
|
6142
6142
|
functionName: "claim"
|
|
6143
6143
|
}), rn = /* @__PURE__ */ n({
|
|
6144
|
-
abi:
|
|
6144
|
+
abi: m,
|
|
6145
6145
|
functionName: "hasAllRoles"
|
|
6146
6146
|
}), un = /* @__PURE__ */ n({
|
|
6147
|
-
abi:
|
|
6147
|
+
abi: m,
|
|
6148
6148
|
functionName: "hasAnyRole"
|
|
6149
6149
|
}), yn = /* @__PURE__ */ n({
|
|
6150
|
-
abi:
|
|
6150
|
+
abi: m,
|
|
6151
6151
|
functionName: "isAuthorized"
|
|
6152
6152
|
}), on = /* @__PURE__ */ n({
|
|
6153
|
-
abi:
|
|
6153
|
+
abi: m,
|
|
6154
6154
|
functionName: "rolesOf"
|
|
6155
|
-
}), ln = /* @__PURE__ */
|
|
6156
|
-
abi:
|
|
6155
|
+
}), ln = /* @__PURE__ */ p({
|
|
6156
|
+
abi: m,
|
|
6157
|
+
functionName: "grantManyRoles"
|
|
6158
|
+
}), dn = /* @__PURE__ */ p({
|
|
6159
|
+
abi: m,
|
|
6157
6160
|
functionName: "grantRoles"
|
|
6158
|
-
}),
|
|
6159
|
-
abi:
|
|
6161
|
+
}), mn = /* @__PURE__ */ p({
|
|
6162
|
+
abi: m,
|
|
6163
|
+
functionName: "revokeManyRoles"
|
|
6164
|
+
}), cn = /* @__PURE__ */ p({
|
|
6165
|
+
abi: m,
|
|
6160
6166
|
functionName: "revokeRoles"
|
|
6161
|
-
}),
|
|
6162
|
-
abi:
|
|
6167
|
+
}), bn = /* @__PURE__ */ p({
|
|
6168
|
+
abi: m,
|
|
6163
6169
|
functionName: "setAuthorized"
|
|
6164
|
-
}),
|
|
6165
|
-
abi:
|
|
6170
|
+
}), Tn = /* @__PURE__ */ s({
|
|
6171
|
+
abi: m,
|
|
6172
|
+
functionName: "grantManyRoles"
|
|
6173
|
+
}), fn = /* @__PURE__ */ s({
|
|
6174
|
+
abi: m,
|
|
6166
6175
|
functionName: "grantRoles"
|
|
6167
|
-
}),
|
|
6168
|
-
abi:
|
|
6176
|
+
}), wn = /* @__PURE__ */ s(
|
|
6177
|
+
{ abi: m, functionName: "revokeManyRoles" }
|
|
6178
|
+
), vn = /* @__PURE__ */ s({
|
|
6179
|
+
abi: m,
|
|
6169
6180
|
functionName: "revokeRoles"
|
|
6170
|
-
}),
|
|
6171
|
-
abi:
|
|
6181
|
+
}), Mn = /* @__PURE__ */ s({
|
|
6182
|
+
abi: m,
|
|
6172
6183
|
functionName: "setAuthorized"
|
|
6173
|
-
}),
|
|
6184
|
+
}), In = /* @__PURE__ */ n({
|
|
6174
6185
|
abi: I,
|
|
6175
6186
|
functionName: "hashSignerData"
|
|
6176
|
-
}),
|
|
6187
|
+
}), hn = /* @__PURE__ */ n({
|
|
6177
6188
|
abi: I,
|
|
6178
6189
|
functionName: "signers"
|
|
6179
|
-
}),
|
|
6190
|
+
}), gn = /* @__PURE__ */ p({
|
|
6180
6191
|
abi: I,
|
|
6181
6192
|
functionName: "setAuthorized"
|
|
6182
|
-
}),
|
|
6193
|
+
}), On = /* @__PURE__ */ p({
|
|
6183
6194
|
abi: I,
|
|
6184
6195
|
functionName: "setValidatorCaller"
|
|
6185
|
-
}),
|
|
6196
|
+
}), An = /* @__PURE__ */ p({
|
|
6186
6197
|
abi: I,
|
|
6187
6198
|
functionName: "validate"
|
|
6188
|
-
}),
|
|
6199
|
+
}), Nn = /* @__PURE__ */ s({
|
|
6189
6200
|
abi: I,
|
|
6190
6201
|
functionName: "setAuthorized"
|
|
6191
|
-
}),
|
|
6202
|
+
}), Rn = /* @__PURE__ */ s({
|
|
6192
6203
|
abi: I,
|
|
6193
6204
|
functionName: "setValidatorCaller"
|
|
6194
|
-
}),
|
|
6205
|
+
}), zn = /* @__PURE__ */ s({
|
|
6195
6206
|
abi: I,
|
|
6196
6207
|
functionName: "validate"
|
|
6197
|
-
}),
|
|
6208
|
+
}), Cn = /* @__PURE__ */ n({
|
|
6198
6209
|
abi: z,
|
|
6199
6210
|
functionName: "isAllowed"
|
|
6200
|
-
}),
|
|
6211
|
+
}), xn = /* @__PURE__ */ n({
|
|
6201
6212
|
abi: z,
|
|
6202
6213
|
functionName: "owner"
|
|
6203
|
-
}),
|
|
6214
|
+
}), _n = /* @__PURE__ */ p(
|
|
6204
6215
|
{ abi: z, functionName: "setAllowed" }
|
|
6205
|
-
),
|
|
6216
|
+
), Hn = /* @__PURE__ */ s({
|
|
6206
6217
|
abi: z,
|
|
6207
6218
|
functionName: "setAllowed"
|
|
6208
|
-
}),
|
|
6219
|
+
}), En = /* @__PURE__ */ n({
|
|
6209
6220
|
abi: H,
|
|
6210
6221
|
functionName: "isAllowed"
|
|
6211
|
-
}),
|
|
6222
|
+
}), Dn = /* @__PURE__ */ p({
|
|
6212
6223
|
abi: H,
|
|
6213
6224
|
functionName: "setDenied"
|
|
6214
|
-
}),
|
|
6225
|
+
}), kn = /* @__PURE__ */ s({
|
|
6215
6226
|
abi: H,
|
|
6216
6227
|
functionName: "setDenied"
|
|
6217
6228
|
});
|
|
6218
6229
|
export {
|
|
6219
|
-
|
|
6220
|
-
|
|
6221
|
-
|
|
6222
|
-
|
|
6223
|
-
|
|
6224
|
-
|
|
6225
|
-
|
|
6226
|
-
|
|
6227
|
-
|
|
6228
|
-
|
|
6229
|
-
|
|
6230
|
-
|
|
6231
|
-
|
|
6232
|
-
|
|
6233
|
-
|
|
6234
|
-
|
|
6235
|
-
|
|
6236
|
-
|
|
6237
|
-
|
|
6238
|
-
|
|
6230
|
+
Lt as $,
|
|
6231
|
+
Tn as A,
|
|
6232
|
+
I as B,
|
|
6233
|
+
oe as C,
|
|
6234
|
+
Be as D,
|
|
6235
|
+
ke as E,
|
|
6236
|
+
qe as F,
|
|
6237
|
+
Le as G,
|
|
6238
|
+
Fe as H,
|
|
6239
|
+
fn as I,
|
|
6240
|
+
Kt as J,
|
|
6241
|
+
pe as K,
|
|
6242
|
+
Zt as L,
|
|
6243
|
+
wn as M,
|
|
6244
|
+
Pt as N,
|
|
6245
|
+
v as O,
|
|
6246
|
+
$t as P,
|
|
6247
|
+
St as Q,
|
|
6248
|
+
m as R,
|
|
6249
|
+
jt as S,
|
|
6239
6250
|
d as T,
|
|
6240
|
-
|
|
6241
|
-
|
|
6242
|
-
|
|
6243
|
-
|
|
6244
|
-
|
|
6245
|
-
|
|
6246
|
-
|
|
6251
|
+
Wt as U,
|
|
6252
|
+
Vt as V,
|
|
6253
|
+
Bt as W,
|
|
6254
|
+
Ut as X,
|
|
6255
|
+
rn as Y,
|
|
6256
|
+
Ft as Z,
|
|
6257
|
+
Gt as _,
|
|
6247
6258
|
te as a,
|
|
6248
|
-
|
|
6249
|
-
|
|
6250
|
-
|
|
6251
|
-
|
|
6252
|
-
|
|
6253
|
-
|
|
6254
|
-
|
|
6255
|
-
|
|
6256
|
-
|
|
6257
|
-
|
|
6258
|
-
|
|
6259
|
-
|
|
6260
|
-
|
|
6261
|
-
|
|
6262
|
-
|
|
6263
|
-
|
|
6264
|
-
|
|
6265
|
-
|
|
6266
|
-
|
|
6267
|
-
|
|
6268
|
-
|
|
6269
|
-
|
|
6270
|
-
|
|
6271
|
-
|
|
6272
|
-
|
|
6273
|
-
|
|
6274
|
-
|
|
6275
|
-
|
|
6276
|
-
|
|
6277
|
-
|
|
6259
|
+
R as a$,
|
|
6260
|
+
fe as a0,
|
|
6261
|
+
ce as a1,
|
|
6262
|
+
we as a2,
|
|
6263
|
+
me as a3,
|
|
6264
|
+
de as a4,
|
|
6265
|
+
Te as a5,
|
|
6266
|
+
Me as a6,
|
|
6267
|
+
ve as a7,
|
|
6268
|
+
be as a8,
|
|
6269
|
+
xn as a9,
|
|
6270
|
+
ut as aA,
|
|
6271
|
+
pt as aB,
|
|
6272
|
+
bt as aC,
|
|
6273
|
+
dt as aD,
|
|
6274
|
+
Tt as aE,
|
|
6275
|
+
mt as aF,
|
|
6276
|
+
rt as aG,
|
|
6277
|
+
ft as aH,
|
|
6278
|
+
ct as aI,
|
|
6279
|
+
Yt as aJ,
|
|
6280
|
+
Jt as aK,
|
|
6281
|
+
tn as aL,
|
|
6282
|
+
Qt as aM,
|
|
6283
|
+
an as aN,
|
|
6284
|
+
en as aO,
|
|
6285
|
+
nn as aP,
|
|
6286
|
+
pn as aQ,
|
|
6287
|
+
sn as aR,
|
|
6288
|
+
Xt as aS,
|
|
6278
6289
|
hn as aT,
|
|
6279
|
-
|
|
6280
|
-
|
|
6281
|
-
|
|
6282
|
-
|
|
6283
|
-
|
|
6284
|
-
|
|
6285
|
-
|
|
6286
|
-
|
|
6287
|
-
|
|
6288
|
-
|
|
6289
|
-
|
|
6290
|
-
|
|
6291
|
-
|
|
6292
|
-
|
|
6293
|
-
|
|
6294
|
-
|
|
6295
|
-
|
|
6296
|
-
|
|
6297
|
-
|
|
6298
|
-
|
|
6299
|
-
|
|
6300
|
-
|
|
6301
|
-
|
|
6302
|
-
|
|
6303
|
-
|
|
6304
|
-
|
|
6305
|
-
|
|
6306
|
-
|
|
6307
|
-
|
|
6308
|
-
|
|
6309
|
-
|
|
6310
|
-
|
|
6311
|
-
|
|
6312
|
-
|
|
6313
|
-
|
|
6314
|
-
|
|
6315
|
-
|
|
6316
|
-
|
|
6317
|
-
|
|
6318
|
-
|
|
6319
|
-
|
|
6320
|
-
|
|
6321
|
-
|
|
6322
|
-
|
|
6323
|
-
|
|
6324
|
-
|
|
6325
|
-
|
|
6326
|
-
|
|
6327
|
-
|
|
6328
|
-
|
|
6329
|
-
|
|
6330
|
-
|
|
6331
|
-
|
|
6332
|
-
|
|
6333
|
-
|
|
6334
|
-
|
|
6335
|
-
|
|
6336
|
-
|
|
6337
|
-
|
|
6338
|
-
|
|
6339
|
-
|
|
6340
|
-
|
|
6341
|
-
|
|
6342
|
-
|
|
6343
|
-
|
|
6290
|
+
In as aU,
|
|
6291
|
+
zn as aV,
|
|
6292
|
+
An as aW,
|
|
6293
|
+
Nn as aX,
|
|
6294
|
+
gn as aY,
|
|
6295
|
+
Rn as aZ,
|
|
6296
|
+
On as a_,
|
|
6297
|
+
Cn as aa,
|
|
6298
|
+
Hn as ab,
|
|
6299
|
+
_n as ac,
|
|
6300
|
+
En as ad,
|
|
6301
|
+
kn as ae,
|
|
6302
|
+
Dn as af,
|
|
6303
|
+
Ke as ag,
|
|
6304
|
+
$e as ah,
|
|
6305
|
+
Qe as ai,
|
|
6306
|
+
Ze as aj,
|
|
6307
|
+
je as ak,
|
|
6308
|
+
Ve as al,
|
|
6309
|
+
Ye as am,
|
|
6310
|
+
et as an,
|
|
6311
|
+
Je as ao,
|
|
6312
|
+
tt as ap,
|
|
6313
|
+
Xe as aq,
|
|
6314
|
+
We as ar,
|
|
6315
|
+
Ge as as,
|
|
6316
|
+
yt as at,
|
|
6317
|
+
st as au,
|
|
6318
|
+
it as av,
|
|
6319
|
+
at as aw,
|
|
6320
|
+
nt as ax,
|
|
6321
|
+
lt as ay,
|
|
6322
|
+
ot as az,
|
|
6323
|
+
c as b,
|
|
6324
|
+
Et as b0,
|
|
6325
|
+
Ht as b1,
|
|
6326
|
+
kt as b2,
|
|
6327
|
+
Dt as b3,
|
|
6328
|
+
At as b4,
|
|
6329
|
+
Rt as b5,
|
|
6330
|
+
ht as b6,
|
|
6331
|
+
It as b7,
|
|
6332
|
+
Mt as b8,
|
|
6333
|
+
vt as b9,
|
|
6334
|
+
Nt as ba,
|
|
6335
|
+
Ot as bb,
|
|
6336
|
+
xt as bc,
|
|
6337
|
+
zt as bd,
|
|
6338
|
+
_t as be,
|
|
6339
|
+
Ct as bf,
|
|
6340
|
+
gt as bg,
|
|
6341
|
+
ue as bh,
|
|
6342
|
+
X as bi,
|
|
6343
|
+
wt as bj,
|
|
6344
|
+
He as bk,
|
|
6345
|
+
xe as bl,
|
|
6346
|
+
Ne as bm,
|
|
6347
|
+
_e as bn,
|
|
6348
|
+
Re as bo,
|
|
6349
|
+
he as bp,
|
|
6350
|
+
ge as bq,
|
|
6351
|
+
qt as br,
|
|
6352
|
+
Ie as bs,
|
|
6353
|
+
Ee as bt,
|
|
6354
|
+
ze as bu,
|
|
6355
|
+
Oe as bv,
|
|
6356
|
+
Ae as bw,
|
|
6357
|
+
De as bx,
|
|
6358
|
+
Ce as by,
|
|
6344
6359
|
re as c,
|
|
6345
|
-
|
|
6346
|
-
|
|
6347
|
-
|
|
6360
|
+
T as d,
|
|
6361
|
+
Mn as e,
|
|
6362
|
+
b as f,
|
|
6348
6363
|
H as g,
|
|
6349
|
-
|
|
6364
|
+
z as h,
|
|
6350
6365
|
M as i,
|
|
6351
|
-
|
|
6352
|
-
|
|
6353
|
-
|
|
6354
|
-
|
|
6355
|
-
|
|
6356
|
-
|
|
6357
|
-
|
|
6358
|
-
|
|
6359
|
-
|
|
6360
|
-
|
|
6366
|
+
bn as j,
|
|
6367
|
+
vn as k,
|
|
6368
|
+
mn as l,
|
|
6369
|
+
cn as m,
|
|
6370
|
+
on as n,
|
|
6371
|
+
un as o,
|
|
6372
|
+
ln as p,
|
|
6373
|
+
yn as q,
|
|
6374
|
+
ye as r,
|
|
6375
|
+
Se as s,
|
|
6361
6376
|
se as t,
|
|
6362
|
-
|
|
6363
|
-
|
|
6364
|
-
|
|
6365
|
-
|
|
6377
|
+
dn as u,
|
|
6378
|
+
Ue as v,
|
|
6379
|
+
w,
|
|
6380
|
+
Pe as x,
|
|
6366
6381
|
l as y,
|
|
6367
|
-
|
|
6382
|
+
le as z
|
|
6368
6383
|
};
|
|
6369
|
-
//# sourceMappingURL=generated-
|
|
6384
|
+
//# sourceMappingURL=generated-CsNyWPKA.js.map
|