@boostxyz/sdk 0.0.0-alpha.2 → 0.0.0-alpha.5
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.d.ts +1 -1
- package/dist/Actions/Action.d.ts.map +1 -1
- package/dist/Actions/Action.js +15 -14
- package/dist/Actions/EventAction.cjs +1 -1
- package/dist/Actions/EventAction.d.ts +25 -10
- package/dist/Actions/EventAction.d.ts.map +1 -1
- package/dist/Actions/EventAction.js +94 -76
- package/dist/AllowLists/AllowList.cjs +1 -1
- package/dist/AllowLists/AllowList.d.ts +1 -2
- package/dist/AllowLists/AllowList.d.ts.map +1 -1
- package/dist/AllowLists/AllowList.js +16 -15
- package/dist/AllowLists/SimpleAllowList.cjs +1 -1
- package/dist/AllowLists/SimpleAllowList.js +1 -1
- package/dist/AllowLists/SimpleDenyList.cjs +1 -1
- package/dist/AllowLists/SimpleDenyList.js +1 -1
- package/dist/Auth/PassthroughAuth.cjs +1 -1
- package/dist/Auth/PassthroughAuth.js +1 -1
- package/dist/BoostCore.cjs +1 -1
- package/dist/BoostCore.js +85 -85
- package/dist/BoostRegistry.cjs +1 -1
- package/dist/BoostRegistry.js +3 -3
- package/dist/Budgets/Budget.cjs +1 -1
- package/dist/Budgets/Budget.d.ts +1 -1
- package/dist/Budgets/Budget.d.ts.map +1 -1
- package/dist/Budgets/Budget.js +14 -13
- package/dist/Budgets/ManagedBudget.cjs +1 -1
- package/dist/Budgets/ManagedBudget.js +22 -22
- package/dist/Deployable/DeployableTarget.cjs +1 -1
- package/dist/Deployable/DeployableTarget.js +1 -1
- package/dist/Incentives/AllowListIncentive.cjs +1 -1
- package/dist/Incentives/AllowListIncentive.js +1 -1
- package/dist/Incentives/CGDAIncentive.cjs +1 -1
- package/dist/Incentives/CGDAIncentive.js +1 -1
- package/dist/Incentives/ERC20Incentive.cjs +1 -1
- package/dist/Incentives/ERC20Incentive.js +5 -5
- package/dist/Incentives/Incentive.cjs +1 -1
- package/dist/Incentives/Incentive.d.ts +1 -4
- package/dist/Incentives/Incentive.d.ts.map +1 -1
- package/dist/Incentives/Incentive.js +37 -35
- package/dist/Incentives/PointsIncentive.cjs +1 -1
- package/dist/Incentives/PointsIncentive.js +1 -1
- package/dist/Validators/SignerValidator.cjs +1 -1
- package/dist/Validators/SignerValidator.js +1 -1
- package/dist/Validators/Validator.cjs +1 -1
- package/dist/Validators/Validator.d.ts +1 -1
- package/dist/Validators/Validator.d.ts.map +1 -1
- package/dist/Validators/Validator.js +9 -8
- package/dist/componentInterfaces-CKCBwG16.cjs +1 -0
- package/dist/componentInterfaces-DYkaxBda.js +12 -0
- package/dist/errors.cjs +1 -1
- package/dist/errors.d.ts +171 -1
- package/dist/errors.d.ts.map +1 -1
- package/dist/errors.js +131 -40
- package/dist/generated-Cd-Fe7W7.cjs +2 -0
- package/dist/{generated-x_abr3Yv.js → generated-DGpIVcv5.js} +1153 -2768
- package/dist/index.cjs +1 -1
- package/dist/index.d.ts +1 -5
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +126 -1353
- package/dist/utils.cjs +1 -1
- package/dist/utils.d.ts +45 -14
- package/dist/utils.d.ts.map +1 -1
- package/dist/utils.js +132 -119
- package/package.json +3 -2
- package/dist/generated-BaaleHW-.cjs +0 -2
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { simulateContract as
|
|
2
|
-
import { createClient as
|
|
3
|
-
import { parseAccount as
|
|
4
|
-
function
|
|
5
|
-
const a =
|
|
1
|
+
import { simulateContract as P, readContract as L, writeContract as U } from "viem/actions";
|
|
2
|
+
import { createClient as S, custom as j } from "viem";
|
|
3
|
+
import { parseAccount as V, getAddress as $ } from "viem/utils";
|
|
4
|
+
function A(t) {
|
|
5
|
+
const a = t.state.current, e = t.state.connections.get(a), i = e == null ? void 0 : e.accounts, y = i == null ? void 0 : i[0], u = t.chains.find((T) => T.id === (e == null ? void 0 : e.chainId)), r = t.state.status;
|
|
6
6
|
switch (r) {
|
|
7
7
|
case "connected":
|
|
8
8
|
return {
|
|
9
9
|
address: y,
|
|
10
|
-
addresses:
|
|
10
|
+
addresses: i,
|
|
11
11
|
chain: u,
|
|
12
|
-
chainId:
|
|
13
|
-
connector:
|
|
12
|
+
chainId: e == null ? void 0 : e.chainId,
|
|
13
|
+
connector: e == null ? void 0 : e.connector,
|
|
14
14
|
isConnected: !0,
|
|
15
15
|
isConnecting: !1,
|
|
16
16
|
isDisconnected: !1,
|
|
@@ -20,10 +20,10 @@ function H(n) {
|
|
|
20
20
|
case "reconnecting":
|
|
21
21
|
return {
|
|
22
22
|
address: y,
|
|
23
|
-
addresses:
|
|
23
|
+
addresses: i,
|
|
24
24
|
chain: u,
|
|
25
|
-
chainId:
|
|
26
|
-
connector:
|
|
25
|
+
chainId: e == null ? void 0 : e.chainId,
|
|
26
|
+
connector: e == null ? void 0 : e.connector,
|
|
27
27
|
isConnected: !!y,
|
|
28
28
|
isConnecting: !1,
|
|
29
29
|
isDisconnected: !1,
|
|
@@ -33,10 +33,10 @@ function H(n) {
|
|
|
33
33
|
case "connecting":
|
|
34
34
|
return {
|
|
35
35
|
address: y,
|
|
36
|
-
addresses:
|
|
36
|
+
addresses: i,
|
|
37
37
|
chain: u,
|
|
38
|
-
chainId:
|
|
39
|
-
connector:
|
|
38
|
+
chainId: e == null ? void 0 : e.chainId,
|
|
39
|
+
connector: e == null ? void 0 : e.connector,
|
|
40
40
|
isConnected: !1,
|
|
41
41
|
isConnecting: !0,
|
|
42
42
|
isDisconnected: !1,
|
|
@@ -58,34 +58,34 @@ function H(n) {
|
|
|
58
58
|
};
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
|
-
function
|
|
62
|
-
return
|
|
61
|
+
function x(t) {
|
|
62
|
+
return t.state.chainId;
|
|
63
63
|
}
|
|
64
|
-
function
|
|
65
|
-
const
|
|
66
|
-
if (typeof
|
|
67
|
-
return
|
|
68
|
-
const y =
|
|
69
|
-
return typeof y == "function" ? y : (u) => a(
|
|
64
|
+
function R(t, a, e) {
|
|
65
|
+
const i = t[a.name];
|
|
66
|
+
if (typeof i == "function")
|
|
67
|
+
return i;
|
|
68
|
+
const y = t[e];
|
|
69
|
+
return typeof y == "function" ? y : (u) => a(t, u);
|
|
70
70
|
}
|
|
71
|
-
const
|
|
72
|
-
var
|
|
73
|
-
if (
|
|
71
|
+
const Z = "2.13.0", G = () => `@wagmi/core@${Z}`;
|
|
72
|
+
var E = function(t, a, e, i) {
|
|
73
|
+
if (e === "a" && !i)
|
|
74
74
|
throw new TypeError("Private accessor was defined without a getter");
|
|
75
|
-
if (typeof a == "function" ?
|
|
75
|
+
if (typeof a == "function" ? t !== a || !i : !a.has(t))
|
|
76
76
|
throw new TypeError("Cannot read private member from an object whose class did not declare it");
|
|
77
|
-
return
|
|
78
|
-
},
|
|
79
|
-
class
|
|
77
|
+
return e === "m" ? i : e === "a" ? i.call(t) : i ? i.value : a.get(t);
|
|
78
|
+
}, O, F;
|
|
79
|
+
class h extends Error {
|
|
80
80
|
get docsBaseUrl() {
|
|
81
81
|
return "https://wagmi.sh/core";
|
|
82
82
|
}
|
|
83
83
|
get version() {
|
|
84
|
-
return
|
|
84
|
+
return G();
|
|
85
85
|
}
|
|
86
|
-
constructor(a,
|
|
87
|
-
var
|
|
88
|
-
super(),
|
|
86
|
+
constructor(a, e = {}) {
|
|
87
|
+
var i;
|
|
88
|
+
super(), O.add(this), Object.defineProperty(this, "details", {
|
|
89
89
|
enumerable: !0,
|
|
90
90
|
configurable: !0,
|
|
91
91
|
writable: !0,
|
|
@@ -111,27 +111,27 @@ class z extends Error {
|
|
|
111
111
|
writable: !0,
|
|
112
112
|
value: "WagmiCoreError"
|
|
113
113
|
});
|
|
114
|
-
const y =
|
|
114
|
+
const y = e.cause instanceof h ? e.cause.details : (i = e.cause) != null && i.message ? e.cause.message : e.details, u = e.cause instanceof h && e.cause.docsPath || e.docsPath;
|
|
115
115
|
this.message = [
|
|
116
116
|
a || "An error occurred.",
|
|
117
117
|
"",
|
|
118
|
-
...
|
|
118
|
+
...e.metaMessages ? [...e.metaMessages, ""] : [],
|
|
119
119
|
...u ? [
|
|
120
|
-
`Docs: ${this.docsBaseUrl}${u}.html${
|
|
120
|
+
`Docs: ${this.docsBaseUrl}${u}.html${e.docsSlug ? `#${e.docsSlug}` : ""}`
|
|
121
121
|
] : [],
|
|
122
122
|
...y ? [`Details: ${y}`] : [],
|
|
123
123
|
`Version: ${this.version}`
|
|
124
124
|
].join(`
|
|
125
|
-
`),
|
|
125
|
+
`), e.cause && (this.cause = e.cause), this.details = y, this.docsPath = u, this.metaMessages = e.metaMessages, this.shortMessage = a;
|
|
126
126
|
}
|
|
127
127
|
walk(a) {
|
|
128
|
-
return
|
|
128
|
+
return E(this, O, "m", F).call(this, this, a);
|
|
129
129
|
}
|
|
130
130
|
}
|
|
131
|
-
|
|
132
|
-
return
|
|
131
|
+
O = /* @__PURE__ */ new WeakSet(), F = function t(a, e) {
|
|
132
|
+
return e != null && e(a) ? a : a.cause ? E(this, O, "m", t).call(this, a.cause, e) : a;
|
|
133
133
|
};
|
|
134
|
-
class
|
|
134
|
+
class X extends h {
|
|
135
135
|
constructor() {
|
|
136
136
|
super("Connector not connected."), Object.defineProperty(this, "name", {
|
|
137
137
|
enumerable: !0,
|
|
@@ -141,9 +141,9 @@ class Q extends z {
|
|
|
141
141
|
});
|
|
142
142
|
}
|
|
143
143
|
}
|
|
144
|
-
class
|
|
145
|
-
constructor({ address: a, connector:
|
|
146
|
-
super(`Account "${a}" not found for connector "${
|
|
144
|
+
class K extends h {
|
|
145
|
+
constructor({ address: a, connector: e }) {
|
|
146
|
+
super(`Account "${a}" not found for connector "${e.name}".`), Object.defineProperty(this, "name", {
|
|
147
147
|
enumerable: !0,
|
|
148
148
|
configurable: !0,
|
|
149
149
|
writable: !0,
|
|
@@ -151,11 +151,11 @@ class ee extends z {
|
|
|
151
151
|
});
|
|
152
152
|
}
|
|
153
153
|
}
|
|
154
|
-
class
|
|
155
|
-
constructor({ connectionChainId: a, connectorChainId:
|
|
156
|
-
super(`The current chain of the connector (id: ${
|
|
154
|
+
class W extends h {
|
|
155
|
+
constructor({ connectionChainId: a, connectorChainId: e }) {
|
|
156
|
+
super(`The current chain of the connector (id: ${e}) does not match the connection's chain (id: ${a}).`, {
|
|
157
157
|
metaMessages: [
|
|
158
|
-
`Current Chain ID: ${
|
|
158
|
+
`Current Chain ID: ${e}`,
|
|
159
159
|
`Expected Chain ID: ${a}`
|
|
160
160
|
]
|
|
161
161
|
}), Object.defineProperty(this, "name", {
|
|
@@ -166,139 +166,139 @@ class te extends z {
|
|
|
166
166
|
});
|
|
167
167
|
}
|
|
168
168
|
}
|
|
169
|
-
async function
|
|
170
|
-
let
|
|
169
|
+
async function B(t, a = {}) {
|
|
170
|
+
let e;
|
|
171
171
|
if (a.connector) {
|
|
172
|
-
const { connector:
|
|
173
|
-
|
|
174
|
-
|
|
172
|
+
const { connector: d } = a, [g, k] = await Promise.all([
|
|
173
|
+
d.getAccounts(),
|
|
174
|
+
d.getChainId()
|
|
175
175
|
]);
|
|
176
|
-
|
|
177
|
-
accounts:
|
|
178
|
-
chainId:
|
|
179
|
-
connector:
|
|
176
|
+
e = {
|
|
177
|
+
accounts: g,
|
|
178
|
+
chainId: k,
|
|
179
|
+
connector: d
|
|
180
180
|
};
|
|
181
181
|
} else
|
|
182
|
-
|
|
183
|
-
if (!
|
|
184
|
-
throw new
|
|
185
|
-
const
|
|
186
|
-
if (y !==
|
|
187
|
-
throw new
|
|
188
|
-
connectionChainId:
|
|
182
|
+
e = t.state.connections.get(t.state.current);
|
|
183
|
+
if (!e)
|
|
184
|
+
throw new X();
|
|
185
|
+
const i = a.chainId ?? e.chainId, y = await e.connector.getChainId();
|
|
186
|
+
if (y !== e.chainId)
|
|
187
|
+
throw new W({
|
|
188
|
+
connectionChainId: e.chainId,
|
|
189
189
|
connectorChainId: y
|
|
190
190
|
});
|
|
191
|
-
const u =
|
|
191
|
+
const u = e.connector;
|
|
192
192
|
if (u.getClient)
|
|
193
|
-
return u.getClient({ chainId:
|
|
194
|
-
const r =
|
|
195
|
-
r.address =
|
|
196
|
-
const
|
|
197
|
-
if (a.account && !
|
|
198
|
-
throw new
|
|
193
|
+
return u.getClient({ chainId: i });
|
|
194
|
+
const r = V(a.account ?? e.accounts[0]);
|
|
195
|
+
r.address = $(r.address);
|
|
196
|
+
const T = t.chains.find((d) => d.id === i), M = await e.connector.getProvider({ chainId: i });
|
|
197
|
+
if (a.account && !e.accounts.some((d) => d.toLowerCase() === r.address.toLowerCase()))
|
|
198
|
+
throw new K({
|
|
199
199
|
address: r.address,
|
|
200
200
|
connector: u
|
|
201
201
|
});
|
|
202
|
-
return
|
|
202
|
+
return S({
|
|
203
203
|
account: r,
|
|
204
|
-
chain:
|
|
204
|
+
chain: T,
|
|
205
205
|
name: "Connector Client",
|
|
206
|
-
transport: (
|
|
206
|
+
transport: (d) => j(M)({ ...d, retryCount: 0 })
|
|
207
207
|
});
|
|
208
208
|
}
|
|
209
|
-
async function
|
|
210
|
-
const { abi:
|
|
209
|
+
async function C(t, a) {
|
|
210
|
+
const { abi: e, chainId: i, connector: y, ...u } = a;
|
|
211
211
|
let r;
|
|
212
|
-
a.account ? r = a.account : r = (await
|
|
213
|
-
chainId:
|
|
212
|
+
a.account ? r = a.account : r = (await B(t, {
|
|
213
|
+
chainId: i,
|
|
214
214
|
connector: y
|
|
215
215
|
})).account;
|
|
216
|
-
const
|
|
216
|
+
const T = t.getClient({ chainId: i }), M = R(T, P, "simulateContract"), { result: d, request: g } = await M({ ...u, abi: e, account: r });
|
|
217
217
|
return {
|
|
218
|
-
chainId:
|
|
219
|
-
result:
|
|
220
|
-
request: { __mode: "prepared", ...
|
|
218
|
+
chainId: T.chain.id,
|
|
219
|
+
result: d,
|
|
220
|
+
request: { __mode: "prepared", ...g, chainId: i }
|
|
221
221
|
};
|
|
222
222
|
}
|
|
223
|
-
function
|
|
224
|
-
return
|
|
225
|
-
var
|
|
226
|
-
const y =
|
|
227
|
-
return
|
|
228
|
-
...
|
|
229
|
-
...
|
|
230
|
-
address: (
|
|
231
|
-
abi:
|
|
223
|
+
function s(t) {
|
|
224
|
+
return t.address !== void 0 && typeof t.address == "object" ? (a, e) => {
|
|
225
|
+
var i;
|
|
226
|
+
const y = x(a), u = A(a), r = (e == null ? void 0 : e.chainId) ?? u.chainId ?? y;
|
|
227
|
+
return C(a, {
|
|
228
|
+
...e,
|
|
229
|
+
...t.functionName ? { functionName: t.functionName } : {},
|
|
230
|
+
address: (i = t.address) == null ? void 0 : i[r],
|
|
231
|
+
abi: t.abi
|
|
232
232
|
});
|
|
233
|
-
} : (a,
|
|
234
|
-
...
|
|
235
|
-
...
|
|
236
|
-
...
|
|
237
|
-
abi:
|
|
233
|
+
} : (a, e) => C(a, {
|
|
234
|
+
...e,
|
|
235
|
+
...t.address ? { address: t.address } : {},
|
|
236
|
+
...t.functionName ? { functionName: t.functionName } : {},
|
|
237
|
+
abi: t.abi
|
|
238
238
|
});
|
|
239
239
|
}
|
|
240
|
-
function
|
|
241
|
-
const { chainId:
|
|
242
|
-
return
|
|
240
|
+
function H(t, a) {
|
|
241
|
+
const { chainId: e, ...i } = a, y = t.getClient({ chainId: e });
|
|
242
|
+
return R(y, L, "readContract")(i);
|
|
243
243
|
}
|
|
244
|
-
function
|
|
245
|
-
return
|
|
246
|
-
var
|
|
247
|
-
const y =
|
|
248
|
-
return
|
|
249
|
-
...
|
|
250
|
-
...
|
|
251
|
-
address: (
|
|
252
|
-
abi:
|
|
244
|
+
function n(t) {
|
|
245
|
+
return t.address !== void 0 && typeof t.address == "object" ? (a, e) => {
|
|
246
|
+
var i;
|
|
247
|
+
const y = x(a), u = A(a), r = (e == null ? void 0 : e.chainId) ?? u.chainId ?? y;
|
|
248
|
+
return H(a, {
|
|
249
|
+
...e,
|
|
250
|
+
...t.functionName ? { functionName: t.functionName } : {},
|
|
251
|
+
address: (i = t.address) == null ? void 0 : i[r],
|
|
252
|
+
abi: t.abi
|
|
253
253
|
});
|
|
254
|
-
} : (a,
|
|
255
|
-
...
|
|
256
|
-
...
|
|
257
|
-
...
|
|
258
|
-
abi:
|
|
254
|
+
} : (a, e) => H(a, {
|
|
255
|
+
...e,
|
|
256
|
+
...t.address ? { address: t.address } : {},
|
|
257
|
+
...t.functionName ? { functionName: t.functionName } : {},
|
|
258
|
+
abi: t.abi
|
|
259
259
|
});
|
|
260
260
|
}
|
|
261
|
-
async function
|
|
262
|
-
const { account:
|
|
263
|
-
let
|
|
264
|
-
typeof
|
|
265
|
-
const { connector:
|
|
266
|
-
let
|
|
267
|
-
if (u === "prepared" ||
|
|
268
|
-
|
|
261
|
+
async function D(t, a) {
|
|
262
|
+
const { account: e, chainId: i, connector: y, __mode: u, ...r } = a;
|
|
263
|
+
let T;
|
|
264
|
+
typeof e == "object" && e.type === "local" ? T = t.getClient({ chainId: i }) : T = await B(t, { account: e, chainId: i, connector: y });
|
|
265
|
+
const { connector: M } = A(t);
|
|
266
|
+
let d;
|
|
267
|
+
if (u === "prepared" || M != null && M.supportsSimulation)
|
|
268
|
+
d = r;
|
|
269
269
|
else {
|
|
270
|
-
const { request:
|
|
270
|
+
const { request: g } = await C(t, {
|
|
271
271
|
...r,
|
|
272
|
-
account:
|
|
273
|
-
chainId:
|
|
272
|
+
account: e,
|
|
273
|
+
chainId: i
|
|
274
274
|
});
|
|
275
|
-
|
|
275
|
+
d = g;
|
|
276
276
|
}
|
|
277
|
-
return await
|
|
278
|
-
...
|
|
279
|
-
...
|
|
280
|
-
chain:
|
|
277
|
+
return await R(T, U, "writeContract")({
|
|
278
|
+
...d,
|
|
279
|
+
...e ? { account: e } : {},
|
|
280
|
+
chain: i ? { id: i } : null
|
|
281
281
|
});
|
|
282
282
|
}
|
|
283
|
-
function
|
|
284
|
-
return
|
|
285
|
-
var
|
|
286
|
-
const y =
|
|
283
|
+
function p(t) {
|
|
284
|
+
return t.address !== void 0 && typeof t.address == "object" ? (a, e) => {
|
|
285
|
+
var i;
|
|
286
|
+
const y = x(a), u = A(a);
|
|
287
287
|
let r;
|
|
288
|
-
return
|
|
289
|
-
...
|
|
290
|
-
...
|
|
291
|
-
address: r ? (
|
|
292
|
-
abi:
|
|
288
|
+
return e.chainId ? r = e.chainId : e.account && e.account === u.address || e.account === void 0 ? r = u.chainId : r = y, D(a, {
|
|
289
|
+
...e,
|
|
290
|
+
...t.functionName ? { functionName: t.functionName } : {},
|
|
291
|
+
address: r ? (i = t.address) == null ? void 0 : i[r] : void 0,
|
|
292
|
+
abi: t.abi
|
|
293
293
|
});
|
|
294
|
-
} : (a,
|
|
295
|
-
...
|
|
296
|
-
...
|
|
297
|
-
...
|
|
298
|
-
abi:
|
|
294
|
+
} : (a, e) => D(a, {
|
|
295
|
+
...e,
|
|
296
|
+
...t.address ? { address: t.address } : {},
|
|
297
|
+
...t.functionName ? { functionName: t.functionName } : {},
|
|
298
|
+
abi: t.abi
|
|
299
299
|
});
|
|
300
300
|
}
|
|
301
|
-
const
|
|
301
|
+
const ne = [
|
|
302
302
|
{ type: "error", inputs: [], name: "CloneAlreadyInitialized" },
|
|
303
303
|
{ type: "error", inputs: [], name: "InitializerNotImplemented" },
|
|
304
304
|
{ type: "error", inputs: [], name: "InvalidInitialization" },
|
|
@@ -400,7 +400,7 @@ const re = [
|
|
|
400
400
|
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
401
401
|
stateMutability: "view"
|
|
402
402
|
}
|
|
403
|
-
],
|
|
403
|
+
], ae = [
|
|
404
404
|
{ type: "error", inputs: [], name: "CloneAlreadyInitialized" },
|
|
405
405
|
{ type: "error", inputs: [], name: "InitializerNotImplemented" },
|
|
406
406
|
{ type: "error", inputs: [], name: "InvalidInitialization" },
|
|
@@ -450,7 +450,7 @@ const re = [
|
|
|
450
450
|
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
451
451
|
stateMutability: "view"
|
|
452
452
|
}
|
|
453
|
-
],
|
|
453
|
+
], ie = [
|
|
454
454
|
{ type: "error", inputs: [], name: "CloneAlreadyInitialized" },
|
|
455
455
|
{ type: "error", inputs: [], name: "InitializerNotImplemented" },
|
|
456
456
|
{
|
|
@@ -631,7 +631,7 @@ const re = [
|
|
|
631
631
|
stateMutability: "view"
|
|
632
632
|
},
|
|
633
633
|
{ type: "receive", stateMutability: "payable" }
|
|
634
|
-
],
|
|
634
|
+
], q = [
|
|
635
635
|
{ type: "error", inputs: [], name: "CloneAlreadyInitialized" },
|
|
636
636
|
{ type: "error", inputs: [], name: "InitializerNotImplemented" },
|
|
637
637
|
{ type: "error", inputs: [], name: "InvalidInitialization" },
|
|
@@ -671,7 +671,7 @@ const re = [
|
|
|
671
671
|
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
672
672
|
stateMutability: "view"
|
|
673
673
|
}
|
|
674
|
-
],
|
|
674
|
+
], se = [
|
|
675
675
|
{ type: "error", inputs: [], name: "ClaimFailed" },
|
|
676
676
|
{ type: "error", inputs: [], name: "CloneAlreadyInitialized" },
|
|
677
677
|
{ type: "error", inputs: [], name: "InitializerNotImplemented" },
|
|
@@ -789,7 +789,7 @@ const re = [
|
|
|
789
789
|
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
790
790
|
stateMutability: "view"
|
|
791
791
|
}
|
|
792
|
-
],
|
|
792
|
+
], pe = [
|
|
793
793
|
{ type: "error", inputs: [], name: "CloneAlreadyInitialized" },
|
|
794
794
|
{ type: "error", inputs: [], name: "InitializerNotImplemented" },
|
|
795
795
|
{ type: "error", inputs: [], name: "InvalidInitialization" },
|
|
@@ -841,7 +841,7 @@ const re = [
|
|
|
841
841
|
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
842
842
|
stateMutability: "nonpayable"
|
|
843
843
|
}
|
|
844
|
-
],
|
|
844
|
+
], w = [
|
|
845
845
|
{ type: "constructor", inputs: [], stateMutability: "nonpayable" },
|
|
846
846
|
{ type: "error", inputs: [], name: "AlreadyInitialized" },
|
|
847
847
|
{ type: "error", inputs: [], name: "ClaimFailed" },
|
|
@@ -1079,7 +1079,7 @@ const re = [
|
|
|
1079
1079
|
outputs: [],
|
|
1080
1080
|
stateMutability: "payable"
|
|
1081
1081
|
}
|
|
1082
|
-
],
|
|
1082
|
+
], m = [
|
|
1083
1083
|
{
|
|
1084
1084
|
type: "constructor",
|
|
1085
1085
|
inputs: [
|
|
@@ -1470,7 +1470,7 @@ const re = [
|
|
|
1470
1470
|
outputs: [],
|
|
1471
1471
|
stateMutability: "payable"
|
|
1472
1472
|
}
|
|
1473
|
-
],
|
|
1473
|
+
], I = [
|
|
1474
1474
|
{
|
|
1475
1475
|
type: "error",
|
|
1476
1476
|
inputs: [
|
|
@@ -1673,7 +1673,7 @@ const re = [
|
|
|
1673
1673
|
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
1674
1674
|
stateMutability: "view"
|
|
1675
1675
|
}
|
|
1676
|
-
],
|
|
1676
|
+
], c = [
|
|
1677
1677
|
{ type: "constructor", inputs: [], stateMutability: "nonpayable" },
|
|
1678
1678
|
{ type: "error", inputs: [], name: "AlreadyInitialized" },
|
|
1679
1679
|
{ type: "error", inputs: [], name: "ClaimFailed" },
|
|
@@ -1930,145 +1930,7 @@ const re = [
|
|
|
1930
1930
|
outputs: [],
|
|
1931
1931
|
stateMutability: "payable"
|
|
1932
1932
|
}
|
|
1933
|
-
],
|
|
1934
|
-
{ type: "constructor", inputs: [], stateMutability: "nonpayable" },
|
|
1935
|
-
{ type: "error", inputs: [], name: "CloneAlreadyInitialized" },
|
|
1936
|
-
{ type: "error", inputs: [], name: "InitializerNotImplemented" },
|
|
1937
|
-
{ type: "error", inputs: [], name: "InvalidInitialization" },
|
|
1938
|
-
{ type: "error", inputs: [], name: "InvalidInitializationData" },
|
|
1939
|
-
{ type: "error", inputs: [], name: "NotInitializing" },
|
|
1940
|
-
{
|
|
1941
|
-
type: "error",
|
|
1942
|
-
inputs: [
|
|
1943
|
-
{ name: "targetChainId", internalType: "uint256", type: "uint256" }
|
|
1944
|
-
],
|
|
1945
|
-
name: "TargetChainUnsupported"
|
|
1946
|
-
},
|
|
1947
|
-
{
|
|
1948
|
-
type: "event",
|
|
1949
|
-
anonymous: !1,
|
|
1950
|
-
inputs: [
|
|
1951
|
-
{
|
|
1952
|
-
name: "executor",
|
|
1953
|
-
internalType: "address",
|
|
1954
|
-
type: "address",
|
|
1955
|
-
indexed: !0
|
|
1956
|
-
},
|
|
1957
|
-
{
|
|
1958
|
-
name: "caller",
|
|
1959
|
-
internalType: "address",
|
|
1960
|
-
type: "address",
|
|
1961
|
-
indexed: !1
|
|
1962
|
-
},
|
|
1963
|
-
{ name: "success", internalType: "bool", type: "bool", indexed: !1 },
|
|
1964
|
-
{ name: "data", internalType: "bytes", type: "bytes", indexed: !1 }
|
|
1965
|
-
],
|
|
1966
|
-
name: "ActionExecuted"
|
|
1967
|
-
},
|
|
1968
|
-
{
|
|
1969
|
-
type: "event",
|
|
1970
|
-
anonymous: !1,
|
|
1971
|
-
inputs: [
|
|
1972
|
-
{ name: "user", internalType: "address", type: "address", indexed: !0 },
|
|
1973
|
-
{
|
|
1974
|
-
name: "isValidated",
|
|
1975
|
-
internalType: "bool",
|
|
1976
|
-
type: "bool",
|
|
1977
|
-
indexed: !1
|
|
1978
|
-
},
|
|
1979
|
-
{ name: "data", internalType: "bytes", type: "bytes", indexed: !1 }
|
|
1980
|
-
],
|
|
1981
|
-
name: "ActionValidated"
|
|
1982
|
-
},
|
|
1983
|
-
{
|
|
1984
|
-
type: "event",
|
|
1985
|
-
anonymous: !1,
|
|
1986
|
-
inputs: [
|
|
1987
|
-
{
|
|
1988
|
-
name: "version",
|
|
1989
|
-
internalType: "uint64",
|
|
1990
|
-
type: "uint64",
|
|
1991
|
-
indexed: !1
|
|
1992
|
-
}
|
|
1993
|
-
],
|
|
1994
|
-
name: "Initialized"
|
|
1995
|
-
},
|
|
1996
|
-
{
|
|
1997
|
-
type: "function",
|
|
1998
|
-
inputs: [],
|
|
1999
|
-
name: "VALIDATOR",
|
|
2000
|
-
outputs: [
|
|
2001
|
-
{ name: "", internalType: "contract AValidator", type: "address" }
|
|
2002
|
-
],
|
|
2003
|
-
stateMutability: "view"
|
|
2004
|
-
},
|
|
2005
|
-
{
|
|
2006
|
-
type: "function",
|
|
2007
|
-
inputs: [],
|
|
2008
|
-
name: "chainId",
|
|
2009
|
-
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
2010
|
-
stateMutability: "view"
|
|
2011
|
-
},
|
|
2012
|
-
{
|
|
2013
|
-
type: "function",
|
|
2014
|
-
inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
|
|
2015
|
-
name: "execute",
|
|
2016
|
-
outputs: [
|
|
2017
|
-
{ name: "", internalType: "bool", type: "bool" },
|
|
2018
|
-
{ name: "", internalType: "bytes", type: "bytes" }
|
|
2019
|
-
],
|
|
2020
|
-
stateMutability: "payable"
|
|
2021
|
-
},
|
|
2022
|
-
{
|
|
2023
|
-
type: "function",
|
|
2024
|
-
inputs: [],
|
|
2025
|
-
name: "getComponentInterface",
|
|
2026
|
-
outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }],
|
|
2027
|
-
stateMutability: "pure"
|
|
2028
|
-
},
|
|
2029
|
-
{
|
|
2030
|
-
type: "function",
|
|
2031
|
-
inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
|
|
2032
|
-
name: "initialize",
|
|
2033
|
-
outputs: [],
|
|
2034
|
-
stateMutability: "nonpayable"
|
|
2035
|
-
},
|
|
2036
|
-
{
|
|
2037
|
-
type: "function",
|
|
2038
|
-
inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
|
|
2039
|
-
name: "prepare",
|
|
2040
|
-
outputs: [{ name: "bytes_", internalType: "bytes", type: "bytes" }],
|
|
2041
|
-
stateMutability: "view"
|
|
2042
|
-
},
|
|
2043
|
-
{
|
|
2044
|
-
type: "function",
|
|
2045
|
-
inputs: [],
|
|
2046
|
-
name: "selector",
|
|
2047
|
-
outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }],
|
|
2048
|
-
stateMutability: "view"
|
|
2049
|
-
},
|
|
2050
|
-
{
|
|
2051
|
-
type: "function",
|
|
2052
|
-
inputs: [{ name: "interfaceId", internalType: "bytes4", type: "bytes4" }],
|
|
2053
|
-
name: "supportsInterface",
|
|
2054
|
-
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
2055
|
-
stateMutability: "view"
|
|
2056
|
-
},
|
|
2057
|
-
{
|
|
2058
|
-
type: "function",
|
|
2059
|
-
inputs: [],
|
|
2060
|
-
name: "target",
|
|
2061
|
-
outputs: [{ name: "", internalType: "address", type: "address" }],
|
|
2062
|
-
stateMutability: "view"
|
|
2063
|
-
},
|
|
2064
|
-
{
|
|
2065
|
-
type: "function",
|
|
2066
|
-
inputs: [],
|
|
2067
|
-
name: "value",
|
|
2068
|
-
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
2069
|
-
stateMutability: "view"
|
|
2070
|
-
}
|
|
2071
|
-
], T = [
|
|
1933
|
+
], l = [
|
|
2072
1934
|
{ type: "constructor", inputs: [], stateMutability: "nonpayable" },
|
|
2073
1935
|
{ type: "error", inputs: [], name: "AlreadyInitialized" },
|
|
2074
1936
|
{ type: "error", inputs: [], name: "ClaimFailed" },
|
|
@@ -2097,9 +1959,9 @@ const re = [
|
|
|
2097
1959
|
{ type: "error", inputs: [], name: "NewOwnerIsZeroAddress" },
|
|
2098
1960
|
{ type: "error", inputs: [], name: "NoHandoverRequest" },
|
|
2099
1961
|
{ type: "error", inputs: [], name: "NotClaimable" },
|
|
2100
|
-
{ type: "error", inputs: [], name: "NotImplemented" },
|
|
2101
1962
|
{ type: "error", inputs: [], name: "NotInitializing" },
|
|
2102
1963
|
{ type: "error", inputs: [], name: "Unauthorized" },
|
|
1964
|
+
{ type: "error", inputs: [], name: "Unauthorized" },
|
|
2103
1965
|
{
|
|
2104
1966
|
type: "event",
|
|
2105
1967
|
anonymous: !1,
|
|
@@ -2114,6 +1976,19 @@ const re = [
|
|
|
2114
1976
|
],
|
|
2115
1977
|
name: "Claimed"
|
|
2116
1978
|
},
|
|
1979
|
+
{
|
|
1980
|
+
type: "event",
|
|
1981
|
+
anonymous: !1,
|
|
1982
|
+
inputs: [
|
|
1983
|
+
{
|
|
1984
|
+
name: "entry",
|
|
1985
|
+
internalType: "address",
|
|
1986
|
+
type: "address",
|
|
1987
|
+
indexed: !0
|
|
1988
|
+
}
|
|
1989
|
+
],
|
|
1990
|
+
name: "Entry"
|
|
1991
|
+
},
|
|
2117
1992
|
{
|
|
2118
1993
|
type: "event",
|
|
2119
1994
|
anonymous: !1,
|
|
@@ -2176,7 +2051,7 @@ const re = [
|
|
|
2176
2051
|
type: "function",
|
|
2177
2052
|
inputs: [],
|
|
2178
2053
|
name: "asset",
|
|
2179
|
-
outputs: [{ name: "", internalType: "
|
|
2054
|
+
outputs: [{ name: "", internalType: "address", type: "address" }],
|
|
2180
2055
|
stateMutability: "view"
|
|
2181
2056
|
},
|
|
2182
2057
|
{
|
|
@@ -2190,7 +2065,7 @@ const re = [
|
|
|
2190
2065
|
type: "function",
|
|
2191
2066
|
inputs: [
|
|
2192
2067
|
{ name: "claimTarget", internalType: "address", type: "address" },
|
|
2193
|
-
{ name: "
|
|
2068
|
+
{ name: "", internalType: "bytes", type: "bytes" }
|
|
2194
2069
|
],
|
|
2195
2070
|
name: "claim",
|
|
2196
2071
|
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
@@ -2236,8 +2111,15 @@ const re = [
|
|
|
2236
2111
|
{
|
|
2237
2112
|
type: "function",
|
|
2238
2113
|
inputs: [],
|
|
2239
|
-
name: "
|
|
2240
|
-
outputs: [
|
|
2114
|
+
name: "drawRaffle",
|
|
2115
|
+
outputs: [],
|
|
2116
|
+
stateMutability: "nonpayable"
|
|
2117
|
+
},
|
|
2118
|
+
{
|
|
2119
|
+
type: "function",
|
|
2120
|
+
inputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
2121
|
+
name: "entries",
|
|
2122
|
+
outputs: [{ name: "", internalType: "address", type: "address" }],
|
|
2241
2123
|
stateMutability: "view"
|
|
2242
2124
|
},
|
|
2243
2125
|
{
|
|
@@ -2271,32 +2153,6 @@ const re = [
|
|
|
2271
2153
|
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
2272
2154
|
stateMutability: "view"
|
|
2273
2155
|
},
|
|
2274
|
-
{
|
|
2275
|
-
type: "function",
|
|
2276
|
-
inputs: [
|
|
2277
|
-
{ name: "", internalType: "address", type: "address" },
|
|
2278
|
-
{ name: "", internalType: "address", type: "address" },
|
|
2279
|
-
{ name: "", internalType: "uint256[]", type: "uint256[]" },
|
|
2280
|
-
{ name: "", internalType: "uint256[]", type: "uint256[]" },
|
|
2281
|
-
{ name: "", internalType: "bytes", type: "bytes" }
|
|
2282
|
-
],
|
|
2283
|
-
name: "onERC1155BatchReceived",
|
|
2284
|
-
outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }],
|
|
2285
|
-
stateMutability: "pure"
|
|
2286
|
-
},
|
|
2287
|
-
{
|
|
2288
|
-
type: "function",
|
|
2289
|
-
inputs: [
|
|
2290
|
-
{ name: "", internalType: "address", type: "address" },
|
|
2291
|
-
{ name: "", internalType: "address", type: "address" },
|
|
2292
|
-
{ name: "", internalType: "uint256", type: "uint256" },
|
|
2293
|
-
{ name: "", internalType: "uint256", type: "uint256" },
|
|
2294
|
-
{ name: "", internalType: "bytes", type: "bytes" }
|
|
2295
|
-
],
|
|
2296
|
-
name: "onERC1155Received",
|
|
2297
|
-
outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }],
|
|
2298
|
-
stateMutability: "pure"
|
|
2299
|
-
},
|
|
2300
2156
|
{
|
|
2301
2157
|
type: "function",
|
|
2302
2158
|
inputs: [],
|
|
@@ -2348,7 +2204,7 @@ const re = [
|
|
|
2348
2204
|
outputs: [
|
|
2349
2205
|
{
|
|
2350
2206
|
name: "",
|
|
2351
|
-
internalType: "enum
|
|
2207
|
+
internalType: "enum AERC20Incentive.Strategy",
|
|
2352
2208
|
type: "uint8"
|
|
2353
2209
|
}
|
|
2354
2210
|
],
|
|
@@ -2361,13 +2217,6 @@ const re = [
|
|
|
2361
2217
|
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
2362
2218
|
stateMutability: "view"
|
|
2363
2219
|
},
|
|
2364
|
-
{
|
|
2365
|
-
type: "function",
|
|
2366
|
-
inputs: [],
|
|
2367
|
-
name: "tokenId",
|
|
2368
|
-
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
2369
|
-
stateMutability: "view"
|
|
2370
|
-
},
|
|
2371
2220
|
{
|
|
2372
2221
|
type: "function",
|
|
2373
2222
|
inputs: [{ name: "newOwner", internalType: "address", type: "address" }],
|
|
@@ -2375,18 +2224,10 @@ const re = [
|
|
|
2375
2224
|
outputs: [],
|
|
2376
2225
|
stateMutability: "payable"
|
|
2377
2226
|
}
|
|
2378
|
-
],
|
|
2227
|
+
], b = [
|
|
2379
2228
|
{ type: "constructor", inputs: [], stateMutability: "nonpayable" },
|
|
2380
2229
|
{ type: "error", inputs: [], name: "AlreadyInitialized" },
|
|
2381
2230
|
{ type: "error", inputs: [], name: "ClaimFailed" },
|
|
2382
|
-
{
|
|
2383
|
-
type: "error",
|
|
2384
|
-
inputs: [
|
|
2385
|
-
{ name: "caller", internalType: "address", type: "address" },
|
|
2386
|
-
{ name: "data", internalType: "bytes", type: "bytes" }
|
|
2387
|
-
],
|
|
2388
|
-
name: "ClaimFailed"
|
|
2389
|
-
},
|
|
2390
2231
|
{ type: "error", inputs: [], name: "CloneAlreadyInitialized" },
|
|
2391
2232
|
{ type: "error", inputs: [], name: "InitializerNotImplemented" },
|
|
2392
2233
|
{
|
|
@@ -2406,7 +2247,6 @@ const re = [
|
|
|
2406
2247
|
{ type: "error", inputs: [], name: "NotClaimable" },
|
|
2407
2248
|
{ type: "error", inputs: [], name: "NotInitializing" },
|
|
2408
2249
|
{ type: "error", inputs: [], name: "Unauthorized" },
|
|
2409
|
-
{ type: "error", inputs: [], name: "Unauthorized" },
|
|
2410
2250
|
{
|
|
2411
2251
|
type: "event",
|
|
2412
2252
|
anonymous: !1,
|
|
@@ -2421,19 +2261,6 @@ const re = [
|
|
|
2421
2261
|
],
|
|
2422
2262
|
name: "Claimed"
|
|
2423
2263
|
},
|
|
2424
|
-
{
|
|
2425
|
-
type: "event",
|
|
2426
|
-
anonymous: !1,
|
|
2427
|
-
inputs: [
|
|
2428
|
-
{
|
|
2429
|
-
name: "entry",
|
|
2430
|
-
internalType: "address",
|
|
2431
|
-
type: "address",
|
|
2432
|
-
indexed: !0
|
|
2433
|
-
}
|
|
2434
|
-
],
|
|
2435
|
-
name: "Entry"
|
|
2436
|
-
},
|
|
2437
2264
|
{
|
|
2438
2265
|
type: "event",
|
|
2439
2266
|
anonymous: !1,
|
|
@@ -2510,7 +2337,7 @@ const re = [
|
|
|
2510
2337
|
type: "function",
|
|
2511
2338
|
inputs: [
|
|
2512
2339
|
{ name: "claimTarget", internalType: "address", type: "address" },
|
|
2513
|
-
{ name: "", internalType: "bytes", type: "bytes" }
|
|
2340
|
+
{ name: "data_", internalType: "bytes", type: "bytes" }
|
|
2514
2341
|
],
|
|
2515
2342
|
name: "claim",
|
|
2516
2343
|
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
@@ -2553,20 +2380,6 @@ const re = [
|
|
|
2553
2380
|
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
2554
2381
|
stateMutability: "view"
|
|
2555
2382
|
},
|
|
2556
|
-
{
|
|
2557
|
-
type: "function",
|
|
2558
|
-
inputs: [],
|
|
2559
|
-
name: "drawRaffle",
|
|
2560
|
-
outputs: [],
|
|
2561
|
-
stateMutability: "nonpayable"
|
|
2562
|
-
},
|
|
2563
|
-
{
|
|
2564
|
-
type: "function",
|
|
2565
|
-
inputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
2566
|
-
name: "entries",
|
|
2567
|
-
outputs: [{ name: "", internalType: "address", type: "address" }],
|
|
2568
|
-
stateMutability: "view"
|
|
2569
|
-
},
|
|
2570
2383
|
{
|
|
2571
2384
|
type: "function",
|
|
2572
2385
|
inputs: [],
|
|
@@ -2642,19 +2455,6 @@ const re = [
|
|
|
2642
2455
|
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
2643
2456
|
stateMutability: "view"
|
|
2644
2457
|
},
|
|
2645
|
-
{
|
|
2646
|
-
type: "function",
|
|
2647
|
-
inputs: [],
|
|
2648
|
-
name: "strategy",
|
|
2649
|
-
outputs: [
|
|
2650
|
-
{
|
|
2651
|
-
name: "",
|
|
2652
|
-
internalType: "enum AERC20Incentive.Strategy",
|
|
2653
|
-
type: "uint8"
|
|
2654
|
-
}
|
|
2655
|
-
],
|
|
2656
|
-
stateMutability: "view"
|
|
2657
|
-
},
|
|
2658
2458
|
{
|
|
2659
2459
|
type: "function",
|
|
2660
2460
|
inputs: [{ name: "interfaceId", internalType: "bytes4", type: "bytes4" }],
|
|
@@ -2664,164 +2464,205 @@ const re = [
|
|
|
2664
2464
|
},
|
|
2665
2465
|
{
|
|
2666
2466
|
type: "function",
|
|
2667
|
-
inputs: [
|
|
2668
|
-
name: "
|
|
2669
|
-
outputs: [],
|
|
2467
|
+
inputs: [],
|
|
2468
|
+
name: "totalClaimed",
|
|
2469
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
2470
|
+
stateMutability: "view"
|
|
2471
|
+
},
|
|
2472
|
+
{
|
|
2473
|
+
type: "function",
|
|
2474
|
+
inputs: [{ name: "newOwner", internalType: "address", type: "address" }],
|
|
2475
|
+
name: "transferOwnership",
|
|
2476
|
+
outputs: [],
|
|
2670
2477
|
stateMutability: "payable"
|
|
2671
2478
|
}
|
|
2672
|
-
],
|
|
2479
|
+
], z = [
|
|
2673
2480
|
{ type: "constructor", inputs: [], stateMutability: "nonpayable" },
|
|
2674
|
-
{ type: "error", inputs: [], name: "AlreadyInitialized" },
|
|
2675
|
-
{ type: "error", inputs: [], name: "ClaimFailed" },
|
|
2676
2481
|
{ type: "error", inputs: [], name: "CloneAlreadyInitialized" },
|
|
2677
2482
|
{ type: "error", inputs: [], name: "InitializerNotImplemented" },
|
|
2678
|
-
{
|
|
2679
|
-
type: "error",
|
|
2680
|
-
inputs: [
|
|
2681
|
-
{ name: "asset", internalType: "address", type: "address" },
|
|
2682
|
-
{ name: "available", internalType: "uint256", type: "uint256" },
|
|
2683
|
-
{ name: "required", internalType: "uint256", type: "uint256" }
|
|
2684
|
-
],
|
|
2685
|
-
name: "InsufficientFunds"
|
|
2686
|
-
},
|
|
2687
|
-
{ type: "error", inputs: [], name: "InvalidInitialization" },
|
|
2688
2483
|
{ type: "error", inputs: [], name: "InvalidInitialization" },
|
|
2689
2484
|
{ type: "error", inputs: [], name: "InvalidInitializationData" },
|
|
2690
|
-
{ type: "error", inputs: [], name: "
|
|
2691
|
-
{ type: "error", inputs: [], name: "NoHandoverRequest" },
|
|
2692
|
-
{ type: "error", inputs: [], name: "NotClaimable" },
|
|
2485
|
+
{ type: "error", inputs: [], name: "NotImplemented" },
|
|
2693
2486
|
{ type: "error", inputs: [], name: "NotInitializing" },
|
|
2694
|
-
{ type: "error", inputs: [], name: "Unauthorized" },
|
|
2695
2487
|
{
|
|
2696
2488
|
type: "event",
|
|
2697
2489
|
anonymous: !1,
|
|
2698
2490
|
inputs: [
|
|
2699
2491
|
{
|
|
2700
|
-
name: "
|
|
2492
|
+
name: "executor",
|
|
2701
2493
|
internalType: "address",
|
|
2702
2494
|
type: "address",
|
|
2703
2495
|
indexed: !0
|
|
2704
2496
|
},
|
|
2705
|
-
{ name: "data", internalType: "bytes", type: "bytes", indexed: !1 }
|
|
2706
|
-
],
|
|
2707
|
-
name: "Claimed"
|
|
2708
|
-
},
|
|
2709
|
-
{
|
|
2710
|
-
type: "event",
|
|
2711
|
-
anonymous: !1,
|
|
2712
|
-
inputs: [
|
|
2713
|
-
{
|
|
2714
|
-
name: "version",
|
|
2715
|
-
internalType: "uint64",
|
|
2716
|
-
type: "uint64",
|
|
2717
|
-
indexed: !1
|
|
2718
|
-
}
|
|
2719
|
-
],
|
|
2720
|
-
name: "Initialized"
|
|
2721
|
-
},
|
|
2722
|
-
{
|
|
2723
|
-
type: "event",
|
|
2724
|
-
anonymous: !1,
|
|
2725
|
-
inputs: [
|
|
2726
2497
|
{
|
|
2727
|
-
name: "
|
|
2498
|
+
name: "caller",
|
|
2728
2499
|
internalType: "address",
|
|
2729
2500
|
type: "address",
|
|
2730
|
-
indexed: !
|
|
2731
|
-
}
|
|
2501
|
+
indexed: !1
|
|
2502
|
+
},
|
|
2503
|
+
{ name: "success", internalType: "bool", type: "bool", indexed: !1 },
|
|
2504
|
+
{ name: "data", internalType: "bytes", type: "bytes", indexed: !1 }
|
|
2732
2505
|
],
|
|
2733
|
-
name: "
|
|
2506
|
+
name: "ActionExecuted"
|
|
2734
2507
|
},
|
|
2735
2508
|
{
|
|
2736
2509
|
type: "event",
|
|
2737
2510
|
anonymous: !1,
|
|
2738
2511
|
inputs: [
|
|
2512
|
+
{ name: "user", internalType: "address", type: "address", indexed: !0 },
|
|
2739
2513
|
{
|
|
2740
|
-
name: "
|
|
2741
|
-
internalType: "
|
|
2742
|
-
type: "
|
|
2743
|
-
indexed: !
|
|
2744
|
-
}
|
|
2514
|
+
name: "isValidated",
|
|
2515
|
+
internalType: "bool",
|
|
2516
|
+
type: "bool",
|
|
2517
|
+
indexed: !1
|
|
2518
|
+
},
|
|
2519
|
+
{ name: "data", internalType: "bytes", type: "bytes", indexed: !1 }
|
|
2745
2520
|
],
|
|
2746
|
-
name: "
|
|
2521
|
+
name: "ActionValidated"
|
|
2747
2522
|
},
|
|
2748
2523
|
{
|
|
2749
2524
|
type: "event",
|
|
2750
2525
|
anonymous: !1,
|
|
2751
2526
|
inputs: [
|
|
2752
2527
|
{
|
|
2753
|
-
name: "
|
|
2754
|
-
internalType: "
|
|
2755
|
-
type: "
|
|
2756
|
-
indexed: !
|
|
2757
|
-
},
|
|
2758
|
-
{
|
|
2759
|
-
name: "newOwner",
|
|
2760
|
-
internalType: "address",
|
|
2761
|
-
type: "address",
|
|
2762
|
-
indexed: !0
|
|
2528
|
+
name: "version",
|
|
2529
|
+
internalType: "uint64",
|
|
2530
|
+
type: "uint64",
|
|
2531
|
+
indexed: !1
|
|
2763
2532
|
}
|
|
2764
2533
|
],
|
|
2765
|
-
name: "
|
|
2534
|
+
name: "Initialized"
|
|
2766
2535
|
},
|
|
2767
2536
|
{
|
|
2768
2537
|
type: "function",
|
|
2769
2538
|
inputs: [],
|
|
2770
|
-
name: "
|
|
2771
|
-
outputs: [
|
|
2539
|
+
name: "VALIDATOR",
|
|
2540
|
+
outputs: [
|
|
2541
|
+
{ name: "", internalType: "contract AValidator", type: "address" }
|
|
2542
|
+
],
|
|
2772
2543
|
stateMutability: "view"
|
|
2773
2544
|
},
|
|
2774
2545
|
{
|
|
2775
2546
|
type: "function",
|
|
2776
|
-
inputs: [],
|
|
2777
|
-
name: "
|
|
2778
|
-
outputs: [
|
|
2547
|
+
inputs: [{ name: "", internalType: "bytes", type: "bytes" }],
|
|
2548
|
+
name: "execute",
|
|
2549
|
+
outputs: [
|
|
2550
|
+
{ name: "", internalType: "bool", type: "bool" },
|
|
2551
|
+
{ name: "", internalType: "bytes", type: "bytes" }
|
|
2552
|
+
],
|
|
2779
2553
|
stateMutability: "payable"
|
|
2780
2554
|
},
|
|
2781
2555
|
{
|
|
2782
2556
|
type: "function",
|
|
2783
|
-
inputs: [
|
|
2784
|
-
|
|
2785
|
-
|
|
2557
|
+
inputs: [],
|
|
2558
|
+
name: "getActionClaimant",
|
|
2559
|
+
outputs: [
|
|
2560
|
+
{
|
|
2561
|
+
name: "",
|
|
2562
|
+
internalType: "struct AEventAction.ActionClaimant",
|
|
2563
|
+
type: "tuple",
|
|
2564
|
+
components: [
|
|
2565
|
+
{
|
|
2566
|
+
name: "signatureType",
|
|
2567
|
+
internalType: "enum AEventAction.SignatureType",
|
|
2568
|
+
type: "uint8"
|
|
2569
|
+
},
|
|
2570
|
+
{ name: "signature", internalType: "bytes4", type: "bytes4" },
|
|
2571
|
+
{ name: "fieldIndex", internalType: "uint8", type: "uint8" },
|
|
2572
|
+
{ name: "targetContract", internalType: "address", type: "address" }
|
|
2573
|
+
]
|
|
2574
|
+
}
|
|
2786
2575
|
],
|
|
2787
|
-
name: "claim",
|
|
2788
|
-
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
2789
|
-
stateMutability: "nonpayable"
|
|
2790
|
-
},
|
|
2791
|
-
{
|
|
2792
|
-
type: "function",
|
|
2793
|
-
inputs: [{ name: "", internalType: "address", type: "address" }],
|
|
2794
|
-
name: "claimed",
|
|
2795
|
-
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
2796
2576
|
stateMutability: "view"
|
|
2797
2577
|
},
|
|
2798
2578
|
{
|
|
2799
2579
|
type: "function",
|
|
2800
|
-
inputs: [],
|
|
2801
|
-
name: "
|
|
2802
|
-
outputs: [
|
|
2580
|
+
inputs: [{ name: "index", internalType: "uint256", type: "uint256" }],
|
|
2581
|
+
name: "getActionStep",
|
|
2582
|
+
outputs: [
|
|
2583
|
+
{
|
|
2584
|
+
name: "",
|
|
2585
|
+
internalType: "struct AEventAction.ActionStep",
|
|
2586
|
+
type: "tuple",
|
|
2587
|
+
components: [
|
|
2588
|
+
{ name: "signature", internalType: "bytes4", type: "bytes4" },
|
|
2589
|
+
{
|
|
2590
|
+
name: "signatureType",
|
|
2591
|
+
internalType: "enum AEventAction.SignatureType",
|
|
2592
|
+
type: "uint8"
|
|
2593
|
+
},
|
|
2594
|
+
{ name: "actionType", internalType: "uint8", type: "uint8" },
|
|
2595
|
+
{ name: "targetContract", internalType: "address", type: "address" },
|
|
2596
|
+
{
|
|
2597
|
+
name: "actionParameter",
|
|
2598
|
+
internalType: "struct AEventAction.Criteria",
|
|
2599
|
+
type: "tuple",
|
|
2600
|
+
components: [
|
|
2601
|
+
{
|
|
2602
|
+
name: "filterType",
|
|
2603
|
+
internalType: "enum AEventAction.FilterType",
|
|
2604
|
+
type: "uint8"
|
|
2605
|
+
},
|
|
2606
|
+
{
|
|
2607
|
+
name: "fieldType",
|
|
2608
|
+
internalType: "enum AEventAction.PrimitiveType",
|
|
2609
|
+
type: "uint8"
|
|
2610
|
+
},
|
|
2611
|
+
{ name: "fieldIndex", internalType: "uint8", type: "uint8" },
|
|
2612
|
+
{ name: "filterData", internalType: "bytes", type: "bytes" }
|
|
2613
|
+
]
|
|
2614
|
+
}
|
|
2615
|
+
]
|
|
2616
|
+
}
|
|
2617
|
+
],
|
|
2803
2618
|
stateMutability: "view"
|
|
2804
2619
|
},
|
|
2805
2620
|
{
|
|
2806
2621
|
type: "function",
|
|
2807
|
-
inputs: [
|
|
2808
|
-
name: "
|
|
2809
|
-
outputs: [
|
|
2810
|
-
|
|
2811
|
-
|
|
2812
|
-
|
|
2813
|
-
|
|
2814
|
-
|
|
2815
|
-
|
|
2622
|
+
inputs: [],
|
|
2623
|
+
name: "getActionSteps",
|
|
2624
|
+
outputs: [
|
|
2625
|
+
{
|
|
2626
|
+
name: "",
|
|
2627
|
+
internalType: "struct AEventAction.ActionStep[]",
|
|
2628
|
+
type: "tuple[]",
|
|
2629
|
+
components: [
|
|
2630
|
+
{ name: "signature", internalType: "bytes4", type: "bytes4" },
|
|
2631
|
+
{
|
|
2632
|
+
name: "signatureType",
|
|
2633
|
+
internalType: "enum AEventAction.SignatureType",
|
|
2634
|
+
type: "uint8"
|
|
2635
|
+
},
|
|
2636
|
+
{ name: "actionType", internalType: "uint8", type: "uint8" },
|
|
2637
|
+
{ name: "targetContract", internalType: "address", type: "address" },
|
|
2638
|
+
{
|
|
2639
|
+
name: "actionParameter",
|
|
2640
|
+
internalType: "struct AEventAction.Criteria",
|
|
2641
|
+
type: "tuple",
|
|
2642
|
+
components: [
|
|
2643
|
+
{
|
|
2644
|
+
name: "filterType",
|
|
2645
|
+
internalType: "enum AEventAction.FilterType",
|
|
2646
|
+
type: "uint8"
|
|
2647
|
+
},
|
|
2648
|
+
{
|
|
2649
|
+
name: "fieldType",
|
|
2650
|
+
internalType: "enum AEventAction.PrimitiveType",
|
|
2651
|
+
type: "uint8"
|
|
2652
|
+
},
|
|
2653
|
+
{ name: "fieldIndex", internalType: "uint8", type: "uint8" },
|
|
2654
|
+
{ name: "filterData", internalType: "bytes", type: "bytes" }
|
|
2655
|
+
]
|
|
2656
|
+
}
|
|
2657
|
+
]
|
|
2658
|
+
}
|
|
2816
2659
|
],
|
|
2817
|
-
|
|
2818
|
-
outputs: [],
|
|
2819
|
-
stateMutability: "payable"
|
|
2660
|
+
stateMutability: "view"
|
|
2820
2661
|
},
|
|
2821
2662
|
{
|
|
2822
2663
|
type: "function",
|
|
2823
2664
|
inputs: [],
|
|
2824
|
-
name: "
|
|
2665
|
+
name: "getActionStepsCount",
|
|
2825
2666
|
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
2826
2667
|
stateMutability: "view"
|
|
2827
2668
|
},
|
|
@@ -2841,103 +2682,64 @@ const re = [
|
|
|
2841
2682
|
},
|
|
2842
2683
|
{
|
|
2843
2684
|
type: "function",
|
|
2844
|
-
inputs: [
|
|
2845
|
-
|
|
2846
|
-
|
|
2847
|
-
],
|
|
2848
|
-
name: "isClaimable",
|
|
2849
|
-
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
2685
|
+
inputs: [{ name: "", internalType: "bytes", type: "bytes" }],
|
|
2686
|
+
name: "prepare",
|
|
2687
|
+
outputs: [{ name: "", internalType: "bytes", type: "bytes" }],
|
|
2850
2688
|
stateMutability: "view"
|
|
2851
2689
|
},
|
|
2852
2690
|
{
|
|
2853
2691
|
type: "function",
|
|
2854
|
-
inputs: [],
|
|
2855
|
-
name: "
|
|
2856
|
-
outputs: [{ name: "", internalType: "
|
|
2692
|
+
inputs: [{ name: "interfaceId", internalType: "bytes4", type: "bytes4" }],
|
|
2693
|
+
name: "supportsInterface",
|
|
2694
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
2857
2695
|
stateMutability: "view"
|
|
2858
|
-
}
|
|
2696
|
+
}
|
|
2697
|
+
], J = [
|
|
2859
2698
|
{
|
|
2860
2699
|
type: "function",
|
|
2861
|
-
inputs: [],
|
|
2862
|
-
name: "
|
|
2863
|
-
outputs: [{ name: "
|
|
2700
|
+
inputs: [{ name: "addr", internalType: "address", type: "address" }],
|
|
2701
|
+
name: "isAuthorized",
|
|
2702
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
2864
2703
|
stateMutability: "view"
|
|
2865
|
-
},
|
|
2866
|
-
{
|
|
2867
|
-
type: "function",
|
|
2868
|
-
inputs: [
|
|
2869
|
-
{ name: "pendingOwner", internalType: "address", type: "address" }
|
|
2870
|
-
],
|
|
2871
|
-
name: "ownershipHandoverExpiresAt",
|
|
2872
|
-
outputs: [{ name: "result", internalType: "uint256", type: "uint256" }],
|
|
2873
|
-
stateMutability: "view"
|
|
2874
|
-
},
|
|
2875
|
-
{
|
|
2876
|
-
type: "function",
|
|
2877
|
-
inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
|
|
2878
|
-
name: "preflight",
|
|
2879
|
-
outputs: [{ name: "budgetData", internalType: "bytes", type: "bytes" }],
|
|
2880
|
-
stateMutability: "view"
|
|
2881
|
-
},
|
|
2882
|
-
{
|
|
2883
|
-
type: "function",
|
|
2884
|
-
inputs: [],
|
|
2885
|
-
name: "renounceOwnership",
|
|
2886
|
-
outputs: [],
|
|
2887
|
-
stateMutability: "payable"
|
|
2888
|
-
},
|
|
2889
|
-
{
|
|
2890
|
-
type: "function",
|
|
2891
|
-
inputs: [],
|
|
2892
|
-
name: "requestOwnershipHandover",
|
|
2893
|
-
outputs: [],
|
|
2894
|
-
stateMutability: "payable"
|
|
2895
|
-
},
|
|
2896
|
-
{
|
|
2897
|
-
type: "function",
|
|
2898
|
-
inputs: [],
|
|
2899
|
-
name: "reward",
|
|
2900
|
-
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
2901
|
-
stateMutability: "view"
|
|
2902
|
-
},
|
|
2903
|
-
{
|
|
2904
|
-
type: "function",
|
|
2905
|
-
inputs: [{ name: "interfaceId", internalType: "bytes4", type: "bytes4" }],
|
|
2906
|
-
name: "supportsInterface",
|
|
2907
|
-
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
2908
|
-
stateMutability: "view"
|
|
2909
|
-
},
|
|
2910
|
-
{
|
|
2911
|
-
type: "function",
|
|
2912
|
-
inputs: [],
|
|
2913
|
-
name: "totalClaimed",
|
|
2914
|
-
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
2915
|
-
stateMutability: "view"
|
|
2916
|
-
},
|
|
2917
|
-
{
|
|
2918
|
-
type: "function",
|
|
2919
|
-
inputs: [{ name: "newOwner", internalType: "address", type: "address" }],
|
|
2920
|
-
name: "transferOwnership",
|
|
2921
|
-
outputs: [],
|
|
2922
|
-
stateMutability: "payable"
|
|
2923
2704
|
}
|
|
2924
|
-
],
|
|
2705
|
+
], o = [
|
|
2925
2706
|
{ type: "constructor", inputs: [], stateMutability: "nonpayable" },
|
|
2926
2707
|
{ type: "error", inputs: [], name: "AlreadyInitialized" },
|
|
2927
2708
|
{ type: "error", inputs: [], name: "CloneAlreadyInitialized" },
|
|
2928
2709
|
{ type: "error", inputs: [], name: "InitializerNotImplemented" },
|
|
2710
|
+
{
|
|
2711
|
+
type: "error",
|
|
2712
|
+
inputs: [
|
|
2713
|
+
{ name: "asset", internalType: "address", type: "address" },
|
|
2714
|
+
{ name: "available", internalType: "uint256", type: "uint256" },
|
|
2715
|
+
{ name: "required", internalType: "uint256", type: "uint256" }
|
|
2716
|
+
],
|
|
2717
|
+
name: "InsufficientFunds"
|
|
2718
|
+
},
|
|
2719
|
+
{
|
|
2720
|
+
type: "error",
|
|
2721
|
+
inputs: [
|
|
2722
|
+
{ name: "asset", internalType: "address", type: "address" },
|
|
2723
|
+
{ name: "amount", internalType: "uint256", type: "uint256" }
|
|
2724
|
+
],
|
|
2725
|
+
name: "InvalidAllocation"
|
|
2726
|
+
},
|
|
2929
2727
|
{ type: "error", inputs: [], name: "InvalidInitialization" },
|
|
2930
2728
|
{ type: "error", inputs: [], name: "InvalidInitializationData" },
|
|
2729
|
+
{ type: "error", inputs: [], name: "LengthMismatch" },
|
|
2931
2730
|
{ type: "error", inputs: [], name: "NewOwnerIsZeroAddress" },
|
|
2932
2731
|
{ type: "error", inputs: [], name: "NoHandoverRequest" },
|
|
2933
2732
|
{ type: "error", inputs: [], name: "NotImplemented" },
|
|
2934
2733
|
{ type: "error", inputs: [], name: "NotInitializing" },
|
|
2734
|
+
{ type: "error", inputs: [], name: "Reentrancy" },
|
|
2935
2735
|
{
|
|
2936
2736
|
type: "error",
|
|
2937
2737
|
inputs: [
|
|
2938
|
-
{ name: "
|
|
2738
|
+
{ name: "asset", internalType: "address", type: "address" },
|
|
2739
|
+
{ name: "to", internalType: "address", type: "address" },
|
|
2740
|
+
{ name: "amount", internalType: "uint256", type: "uint256" }
|
|
2939
2741
|
],
|
|
2940
|
-
name: "
|
|
2742
|
+
name: "TransferFailed"
|
|
2941
2743
|
},
|
|
2942
2744
|
{ type: "error", inputs: [], name: "Unauthorized" },
|
|
2943
2745
|
{
|
|
@@ -2945,949 +2747,39 @@ const re = [
|
|
|
2945
2747
|
anonymous: !1,
|
|
2946
2748
|
inputs: [
|
|
2947
2749
|
{
|
|
2948
|
-
name: "
|
|
2750
|
+
name: "account",
|
|
2949
2751
|
internalType: "address",
|
|
2950
2752
|
type: "address",
|
|
2951
2753
|
indexed: !0
|
|
2952
2754
|
},
|
|
2953
2755
|
{
|
|
2954
|
-
name: "
|
|
2955
|
-
internalType: "address",
|
|
2956
|
-
type: "address",
|
|
2957
|
-
indexed: !1
|
|
2958
|
-
},
|
|
2959
|
-
{ name: "success", internalType: "bool", type: "bool", indexed: !1 },
|
|
2960
|
-
{ name: "data", internalType: "bytes", type: "bytes", indexed: !1 }
|
|
2961
|
-
],
|
|
2962
|
-
name: "ActionExecuted"
|
|
2963
|
-
},
|
|
2964
|
-
{
|
|
2965
|
-
type: "event",
|
|
2966
|
-
anonymous: !1,
|
|
2967
|
-
inputs: [
|
|
2968
|
-
{ name: "user", internalType: "address", type: "address", indexed: !0 },
|
|
2969
|
-
{
|
|
2970
|
-
name: "isValidated",
|
|
2756
|
+
name: "isAuthorized",
|
|
2971
2757
|
internalType: "bool",
|
|
2972
2758
|
type: "bool",
|
|
2973
2759
|
indexed: !1
|
|
2974
|
-
},
|
|
2975
|
-
{ name: "data", internalType: "bytes", type: "bytes", indexed: !1 }
|
|
2976
|
-
],
|
|
2977
|
-
name: "ActionValidated"
|
|
2978
|
-
},
|
|
2979
|
-
{
|
|
2980
|
-
type: "event",
|
|
2981
|
-
anonymous: !1,
|
|
2982
|
-
inputs: [
|
|
2983
|
-
{
|
|
2984
|
-
name: "version",
|
|
2985
|
-
internalType: "uint64",
|
|
2986
|
-
type: "uint64",
|
|
2987
|
-
indexed: !1
|
|
2988
|
-
}
|
|
2989
|
-
],
|
|
2990
|
-
name: "Initialized"
|
|
2991
|
-
},
|
|
2992
|
-
{
|
|
2993
|
-
type: "event",
|
|
2994
|
-
anonymous: !1,
|
|
2995
|
-
inputs: [
|
|
2996
|
-
{
|
|
2997
|
-
name: "pendingOwner",
|
|
2998
|
-
internalType: "address",
|
|
2999
|
-
type: "address",
|
|
3000
|
-
indexed: !0
|
|
3001
|
-
}
|
|
3002
|
-
],
|
|
3003
|
-
name: "OwnershipHandoverCanceled"
|
|
3004
|
-
},
|
|
3005
|
-
{
|
|
3006
|
-
type: "event",
|
|
3007
|
-
anonymous: !1,
|
|
3008
|
-
inputs: [
|
|
3009
|
-
{
|
|
3010
|
-
name: "pendingOwner",
|
|
3011
|
-
internalType: "address",
|
|
3012
|
-
type: "address",
|
|
3013
|
-
indexed: !0
|
|
3014
2760
|
}
|
|
3015
2761
|
],
|
|
3016
|
-
name: "
|
|
2762
|
+
name: "Authorized"
|
|
3017
2763
|
},
|
|
3018
2764
|
{
|
|
3019
2765
|
type: "event",
|
|
3020
2766
|
anonymous: !1,
|
|
3021
2767
|
inputs: [
|
|
3022
2768
|
{
|
|
3023
|
-
name: "
|
|
2769
|
+
name: "asset",
|
|
3024
2770
|
internalType: "address",
|
|
3025
2771
|
type: "address",
|
|
3026
2772
|
indexed: !0
|
|
3027
2773
|
},
|
|
2774
|
+
{ name: "to", internalType: "address", type: "address", indexed: !1 },
|
|
3028
2775
|
{
|
|
3029
|
-
name: "
|
|
3030
|
-
internalType: "
|
|
3031
|
-
type: "
|
|
3032
|
-
indexed: !
|
|
2776
|
+
name: "amount",
|
|
2777
|
+
internalType: "uint256",
|
|
2778
|
+
type: "uint256",
|
|
2779
|
+
indexed: !1
|
|
3033
2780
|
}
|
|
3034
2781
|
],
|
|
3035
|
-
name: "
|
|
3036
|
-
},
|
|
3037
|
-
{
|
|
3038
|
-
type: "function",
|
|
3039
|
-
inputs: [],
|
|
3040
|
-
name: "VALIDATOR",
|
|
3041
|
-
outputs: [
|
|
3042
|
-
{ name: "", internalType: "contract AValidator", type: "address" }
|
|
3043
|
-
],
|
|
3044
|
-
stateMutability: "view"
|
|
3045
|
-
},
|
|
3046
|
-
{
|
|
3047
|
-
type: "function",
|
|
3048
|
-
inputs: [],
|
|
3049
|
-
name: "cancelOwnershipHandover",
|
|
3050
|
-
outputs: [],
|
|
3051
|
-
stateMutability: "payable"
|
|
3052
|
-
},
|
|
3053
|
-
{
|
|
3054
|
-
type: "function",
|
|
3055
|
-
inputs: [],
|
|
3056
|
-
name: "chainId",
|
|
3057
|
-
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
3058
|
-
stateMutability: "view"
|
|
3059
|
-
},
|
|
3060
|
-
{
|
|
3061
|
-
type: "function",
|
|
3062
|
-
inputs: [
|
|
3063
|
-
{ name: "pendingOwner", internalType: "address", type: "address" }
|
|
3064
|
-
],
|
|
3065
|
-
name: "completeOwnershipHandover",
|
|
3066
|
-
outputs: [],
|
|
3067
|
-
stateMutability: "payable"
|
|
3068
|
-
},
|
|
3069
|
-
{
|
|
3070
|
-
type: "function",
|
|
3071
|
-
inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
|
|
3072
|
-
name: "execute",
|
|
3073
|
-
outputs: [
|
|
3074
|
-
{ name: "success", internalType: "bool", type: "bool" },
|
|
3075
|
-
{ name: "returnData", internalType: "bytes", type: "bytes" }
|
|
3076
|
-
],
|
|
3077
|
-
stateMutability: "payable"
|
|
3078
|
-
},
|
|
3079
|
-
{
|
|
3080
|
-
type: "function",
|
|
3081
|
-
inputs: [],
|
|
3082
|
-
name: "getComponentInterface",
|
|
3083
|
-
outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }],
|
|
3084
|
-
stateMutability: "pure"
|
|
3085
|
-
},
|
|
3086
|
-
{
|
|
3087
|
-
type: "function",
|
|
3088
|
-
inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
|
|
3089
|
-
name: "initialize",
|
|
3090
|
-
outputs: [],
|
|
3091
|
-
stateMutability: "nonpayable"
|
|
3092
|
-
},
|
|
3093
|
-
{
|
|
3094
|
-
type: "function",
|
|
3095
|
-
inputs: [],
|
|
3096
|
-
name: "owner",
|
|
3097
|
-
outputs: [{ name: "result", internalType: "address", type: "address" }],
|
|
3098
|
-
stateMutability: "view"
|
|
3099
|
-
},
|
|
3100
|
-
{
|
|
3101
|
-
type: "function",
|
|
3102
|
-
inputs: [
|
|
3103
|
-
{ name: "pendingOwner", internalType: "address", type: "address" }
|
|
3104
|
-
],
|
|
3105
|
-
name: "ownershipHandoverExpiresAt",
|
|
3106
|
-
outputs: [{ name: "result", internalType: "uint256", type: "uint256" }],
|
|
3107
|
-
stateMutability: "view"
|
|
3108
|
-
},
|
|
3109
|
-
{
|
|
3110
|
-
type: "function",
|
|
3111
|
-
inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
|
|
3112
|
-
name: "prepare",
|
|
3113
|
-
outputs: [{ name: "", internalType: "bytes", type: "bytes" }],
|
|
3114
|
-
stateMutability: "view"
|
|
3115
|
-
},
|
|
3116
|
-
{
|
|
3117
|
-
type: "function",
|
|
3118
|
-
inputs: [],
|
|
3119
|
-
name: "renounceOwnership",
|
|
3120
|
-
outputs: [],
|
|
3121
|
-
stateMutability: "payable"
|
|
3122
|
-
},
|
|
3123
|
-
{
|
|
3124
|
-
type: "function",
|
|
3125
|
-
inputs: [],
|
|
3126
|
-
name: "requestOwnershipHandover",
|
|
3127
|
-
outputs: [],
|
|
3128
|
-
stateMutability: "payable"
|
|
3129
|
-
},
|
|
3130
|
-
{
|
|
3131
|
-
type: "function",
|
|
3132
|
-
inputs: [],
|
|
3133
|
-
name: "selector",
|
|
3134
|
-
outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }],
|
|
3135
|
-
stateMutability: "view"
|
|
3136
|
-
},
|
|
3137
|
-
{
|
|
3138
|
-
type: "function",
|
|
3139
|
-
inputs: [{ name: "interfaceId", internalType: "bytes4", type: "bytes4" }],
|
|
3140
|
-
name: "supportsInterface",
|
|
3141
|
-
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
3142
|
-
stateMutability: "view"
|
|
3143
|
-
},
|
|
3144
|
-
{
|
|
3145
|
-
type: "function",
|
|
3146
|
-
inputs: [],
|
|
3147
|
-
name: "target",
|
|
3148
|
-
outputs: [{ name: "", internalType: "address", type: "address" }],
|
|
3149
|
-
stateMutability: "view"
|
|
3150
|
-
},
|
|
3151
|
-
{
|
|
3152
|
-
type: "function",
|
|
3153
|
-
inputs: [{ name: "newOwner", internalType: "address", type: "address" }],
|
|
3154
|
-
name: "transferOwnership",
|
|
3155
|
-
outputs: [],
|
|
3156
|
-
stateMutability: "payable"
|
|
3157
|
-
},
|
|
3158
|
-
{
|
|
3159
|
-
type: "function",
|
|
3160
|
-
inputs: [
|
|
3161
|
-
{ name: "", internalType: "uint256", type: "uint256" },
|
|
3162
|
-
{ name: "", internalType: "uint256", type: "uint256" },
|
|
3163
|
-
{ name: "", internalType: "address", type: "address" },
|
|
3164
|
-
{ name: "data_", internalType: "bytes", type: "bytes" }
|
|
3165
|
-
],
|
|
3166
|
-
name: "validate",
|
|
3167
|
-
outputs: [{ name: "success", internalType: "bool", type: "bool" }],
|
|
3168
|
-
stateMutability: "nonpayable"
|
|
3169
|
-
},
|
|
3170
|
-
{
|
|
3171
|
-
type: "function",
|
|
3172
|
-
inputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
3173
|
-
name: "validated",
|
|
3174
|
-
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
3175
|
-
stateMutability: "view"
|
|
3176
|
-
},
|
|
3177
|
-
{
|
|
3178
|
-
type: "function",
|
|
3179
|
-
inputs: [],
|
|
3180
|
-
name: "value",
|
|
3181
|
-
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
3182
|
-
stateMutability: "view"
|
|
3183
|
-
}
|
|
3184
|
-
], x = [
|
|
3185
|
-
{ type: "constructor", inputs: [], stateMutability: "nonpayable" },
|
|
3186
|
-
{ type: "error", inputs: [], name: "CloneAlreadyInitialized" },
|
|
3187
|
-
{ type: "error", inputs: [], name: "InitializerNotImplemented" },
|
|
3188
|
-
{ type: "error", inputs: [], name: "InvalidInitialization" },
|
|
3189
|
-
{ type: "error", inputs: [], name: "InvalidInitializationData" },
|
|
3190
|
-
{ type: "error", inputs: [], name: "NotImplemented" },
|
|
3191
|
-
{ type: "error", inputs: [], name: "NotInitializing" },
|
|
3192
|
-
{
|
|
3193
|
-
type: "event",
|
|
3194
|
-
anonymous: !1,
|
|
3195
|
-
inputs: [
|
|
3196
|
-
{
|
|
3197
|
-
name: "executor",
|
|
3198
|
-
internalType: "address",
|
|
3199
|
-
type: "address",
|
|
3200
|
-
indexed: !0
|
|
3201
|
-
},
|
|
3202
|
-
{
|
|
3203
|
-
name: "caller",
|
|
3204
|
-
internalType: "address",
|
|
3205
|
-
type: "address",
|
|
3206
|
-
indexed: !1
|
|
3207
|
-
},
|
|
3208
|
-
{ name: "success", internalType: "bool", type: "bool", indexed: !1 },
|
|
3209
|
-
{ name: "data", internalType: "bytes", type: "bytes", indexed: !1 }
|
|
3210
|
-
],
|
|
3211
|
-
name: "ActionExecuted"
|
|
3212
|
-
},
|
|
3213
|
-
{
|
|
3214
|
-
type: "event",
|
|
3215
|
-
anonymous: !1,
|
|
3216
|
-
inputs: [
|
|
3217
|
-
{ name: "user", internalType: "address", type: "address", indexed: !0 },
|
|
3218
|
-
{
|
|
3219
|
-
name: "isValidated",
|
|
3220
|
-
internalType: "bool",
|
|
3221
|
-
type: "bool",
|
|
3222
|
-
indexed: !1
|
|
3223
|
-
},
|
|
3224
|
-
{ name: "data", internalType: "bytes", type: "bytes", indexed: !1 }
|
|
3225
|
-
],
|
|
3226
|
-
name: "ActionValidated"
|
|
3227
|
-
},
|
|
3228
|
-
{
|
|
3229
|
-
type: "event",
|
|
3230
|
-
anonymous: !1,
|
|
3231
|
-
inputs: [
|
|
3232
|
-
{
|
|
3233
|
-
name: "version",
|
|
3234
|
-
internalType: "uint64",
|
|
3235
|
-
type: "uint64",
|
|
3236
|
-
indexed: !1
|
|
3237
|
-
}
|
|
3238
|
-
],
|
|
3239
|
-
name: "Initialized"
|
|
3240
|
-
},
|
|
3241
|
-
{
|
|
3242
|
-
type: "function",
|
|
3243
|
-
inputs: [],
|
|
3244
|
-
name: "VALIDATOR",
|
|
3245
|
-
outputs: [
|
|
3246
|
-
{ name: "", internalType: "contract AValidator", type: "address" }
|
|
3247
|
-
],
|
|
3248
|
-
stateMutability: "view"
|
|
3249
|
-
},
|
|
3250
|
-
{
|
|
3251
|
-
type: "function",
|
|
3252
|
-
inputs: [{ name: "", internalType: "bytes", type: "bytes" }],
|
|
3253
|
-
name: "execute",
|
|
3254
|
-
outputs: [
|
|
3255
|
-
{ name: "", internalType: "bool", type: "bool" },
|
|
3256
|
-
{ name: "", internalType: "bytes", type: "bytes" }
|
|
3257
|
-
],
|
|
3258
|
-
stateMutability: "payable"
|
|
3259
|
-
},
|
|
3260
|
-
{
|
|
3261
|
-
type: "function",
|
|
3262
|
-
inputs: [],
|
|
3263
|
-
name: "getActionClaimant",
|
|
3264
|
-
outputs: [
|
|
3265
|
-
{
|
|
3266
|
-
name: "",
|
|
3267
|
-
internalType: "struct AEventAction.ActionClaimant",
|
|
3268
|
-
type: "tuple",
|
|
3269
|
-
components: [
|
|
3270
|
-
{
|
|
3271
|
-
name: "signatureType",
|
|
3272
|
-
internalType: "enum AEventAction.SignatureType",
|
|
3273
|
-
type: "uint8"
|
|
3274
|
-
},
|
|
3275
|
-
{ name: "signature", internalType: "bytes4", type: "bytes4" },
|
|
3276
|
-
{ name: "fieldIndex", internalType: "uint8", type: "uint8" },
|
|
3277
|
-
{ name: "targetContract", internalType: "address", type: "address" }
|
|
3278
|
-
]
|
|
3279
|
-
}
|
|
3280
|
-
],
|
|
3281
|
-
stateMutability: "view"
|
|
3282
|
-
},
|
|
3283
|
-
{
|
|
3284
|
-
type: "function",
|
|
3285
|
-
inputs: [{ name: "index", internalType: "uint256", type: "uint256" }],
|
|
3286
|
-
name: "getActionStep",
|
|
3287
|
-
outputs: [
|
|
3288
|
-
{
|
|
3289
|
-
name: "",
|
|
3290
|
-
internalType: "struct AEventAction.ActionStep",
|
|
3291
|
-
type: "tuple",
|
|
3292
|
-
components: [
|
|
3293
|
-
{ name: "signature", internalType: "bytes4", type: "bytes4" },
|
|
3294
|
-
{
|
|
3295
|
-
name: "signatureType",
|
|
3296
|
-
internalType: "enum AEventAction.SignatureType",
|
|
3297
|
-
type: "uint8"
|
|
3298
|
-
},
|
|
3299
|
-
{ name: "actionType", internalType: "uint8", type: "uint8" },
|
|
3300
|
-
{ name: "targetContract", internalType: "address", type: "address" },
|
|
3301
|
-
{
|
|
3302
|
-
name: "actionParameter",
|
|
3303
|
-
internalType: "struct AEventAction.Criteria",
|
|
3304
|
-
type: "tuple",
|
|
3305
|
-
components: [
|
|
3306
|
-
{
|
|
3307
|
-
name: "filterType",
|
|
3308
|
-
internalType: "enum AEventAction.FilterType",
|
|
3309
|
-
type: "uint8"
|
|
3310
|
-
},
|
|
3311
|
-
{
|
|
3312
|
-
name: "fieldType",
|
|
3313
|
-
internalType: "enum AEventAction.PrimitiveType",
|
|
3314
|
-
type: "uint8"
|
|
3315
|
-
},
|
|
3316
|
-
{ name: "fieldIndex", internalType: "uint8", type: "uint8" },
|
|
3317
|
-
{ name: "filterData", internalType: "bytes", type: "bytes" }
|
|
3318
|
-
]
|
|
3319
|
-
}
|
|
3320
|
-
]
|
|
3321
|
-
}
|
|
3322
|
-
],
|
|
3323
|
-
stateMutability: "view"
|
|
3324
|
-
},
|
|
3325
|
-
{
|
|
3326
|
-
type: "function",
|
|
3327
|
-
inputs: [],
|
|
3328
|
-
name: "getActionSteps",
|
|
3329
|
-
outputs: [
|
|
3330
|
-
{
|
|
3331
|
-
name: "",
|
|
3332
|
-
internalType: "struct AEventAction.ActionStep[]",
|
|
3333
|
-
type: "tuple[]",
|
|
3334
|
-
components: [
|
|
3335
|
-
{ name: "signature", internalType: "bytes4", type: "bytes4" },
|
|
3336
|
-
{
|
|
3337
|
-
name: "signatureType",
|
|
3338
|
-
internalType: "enum AEventAction.SignatureType",
|
|
3339
|
-
type: "uint8"
|
|
3340
|
-
},
|
|
3341
|
-
{ name: "actionType", internalType: "uint8", type: "uint8" },
|
|
3342
|
-
{ name: "targetContract", internalType: "address", type: "address" },
|
|
3343
|
-
{
|
|
3344
|
-
name: "actionParameter",
|
|
3345
|
-
internalType: "struct AEventAction.Criteria",
|
|
3346
|
-
type: "tuple",
|
|
3347
|
-
components: [
|
|
3348
|
-
{
|
|
3349
|
-
name: "filterType",
|
|
3350
|
-
internalType: "enum AEventAction.FilterType",
|
|
3351
|
-
type: "uint8"
|
|
3352
|
-
},
|
|
3353
|
-
{
|
|
3354
|
-
name: "fieldType",
|
|
3355
|
-
internalType: "enum AEventAction.PrimitiveType",
|
|
3356
|
-
type: "uint8"
|
|
3357
|
-
},
|
|
3358
|
-
{ name: "fieldIndex", internalType: "uint8", type: "uint8" },
|
|
3359
|
-
{ name: "filterData", internalType: "bytes", type: "bytes" }
|
|
3360
|
-
]
|
|
3361
|
-
}
|
|
3362
|
-
]
|
|
3363
|
-
}
|
|
3364
|
-
],
|
|
3365
|
-
stateMutability: "view"
|
|
3366
|
-
},
|
|
3367
|
-
{
|
|
3368
|
-
type: "function",
|
|
3369
|
-
inputs: [],
|
|
3370
|
-
name: "getActionStepsCount",
|
|
3371
|
-
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
3372
|
-
stateMutability: "view"
|
|
3373
|
-
},
|
|
3374
|
-
{
|
|
3375
|
-
type: "function",
|
|
3376
|
-
inputs: [],
|
|
3377
|
-
name: "getComponentInterface",
|
|
3378
|
-
outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }],
|
|
3379
|
-
stateMutability: "pure"
|
|
3380
|
-
},
|
|
3381
|
-
{
|
|
3382
|
-
type: "function",
|
|
3383
|
-
inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
|
|
3384
|
-
name: "initialize",
|
|
3385
|
-
outputs: [],
|
|
3386
|
-
stateMutability: "nonpayable"
|
|
3387
|
-
},
|
|
3388
|
-
{
|
|
3389
|
-
type: "function",
|
|
3390
|
-
inputs: [{ name: "", internalType: "bytes", type: "bytes" }],
|
|
3391
|
-
name: "prepare",
|
|
3392
|
-
outputs: [{ name: "", internalType: "bytes", type: "bytes" }],
|
|
3393
|
-
stateMutability: "view"
|
|
3394
|
-
},
|
|
3395
|
-
{
|
|
3396
|
-
type: "function",
|
|
3397
|
-
inputs: [{ name: "interfaceId", internalType: "bytes4", type: "bytes4" }],
|
|
3398
|
-
name: "supportsInterface",
|
|
3399
|
-
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
3400
|
-
stateMutability: "view"
|
|
3401
|
-
}
|
|
3402
|
-
], ne = [
|
|
3403
|
-
{
|
|
3404
|
-
type: "function",
|
|
3405
|
-
inputs: [{ name: "addr", internalType: "address", type: "address" }],
|
|
3406
|
-
name: "isAuthorized",
|
|
3407
|
-
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
3408
|
-
stateMutability: "view"
|
|
3409
|
-
}
|
|
3410
|
-
], o = [
|
|
3411
|
-
{ type: "constructor", inputs: [], stateMutability: "nonpayable" },
|
|
3412
|
-
{ type: "error", inputs: [], name: "AlreadyInitialized" },
|
|
3413
|
-
{ type: "error", inputs: [], name: "CloneAlreadyInitialized" },
|
|
3414
|
-
{ type: "error", inputs: [], name: "InitializerNotImplemented" },
|
|
3415
|
-
{
|
|
3416
|
-
type: "error",
|
|
3417
|
-
inputs: [
|
|
3418
|
-
{ name: "asset", internalType: "address", type: "address" },
|
|
3419
|
-
{ name: "available", internalType: "uint256", type: "uint256" },
|
|
3420
|
-
{ name: "required", internalType: "uint256", type: "uint256" }
|
|
3421
|
-
],
|
|
3422
|
-
name: "InsufficientFunds"
|
|
3423
|
-
},
|
|
3424
|
-
{
|
|
3425
|
-
type: "error",
|
|
3426
|
-
inputs: [
|
|
3427
|
-
{ name: "asset", internalType: "address", type: "address" },
|
|
3428
|
-
{ name: "amount", internalType: "uint256", type: "uint256" }
|
|
3429
|
-
],
|
|
3430
|
-
name: "InvalidAllocation"
|
|
3431
|
-
},
|
|
3432
|
-
{ type: "error", inputs: [], name: "InvalidInitialization" },
|
|
3433
|
-
{ type: "error", inputs: [], name: "InvalidInitializationData" },
|
|
3434
|
-
{ type: "error", inputs: [], name: "LengthMismatch" },
|
|
3435
|
-
{ type: "error", inputs: [], name: "NewOwnerIsZeroAddress" },
|
|
3436
|
-
{ type: "error", inputs: [], name: "NoHandoverRequest" },
|
|
3437
|
-
{ type: "error", inputs: [], name: "NotImplemented" },
|
|
3438
|
-
{ type: "error", inputs: [], name: "NotInitializing" },
|
|
3439
|
-
{ type: "error", inputs: [], name: "Reentrancy" },
|
|
3440
|
-
{
|
|
3441
|
-
type: "error",
|
|
3442
|
-
inputs: [
|
|
3443
|
-
{ name: "asset", internalType: "address", type: "address" },
|
|
3444
|
-
{ name: "to", internalType: "address", type: "address" },
|
|
3445
|
-
{ name: "amount", internalType: "uint256", type: "uint256" }
|
|
3446
|
-
],
|
|
3447
|
-
name: "TransferFailed"
|
|
3448
|
-
},
|
|
3449
|
-
{ type: "error", inputs: [], name: "Unauthorized" },
|
|
3450
|
-
{
|
|
3451
|
-
type: "event",
|
|
3452
|
-
anonymous: !1,
|
|
3453
|
-
inputs: [
|
|
3454
|
-
{
|
|
3455
|
-
name: "account",
|
|
3456
|
-
internalType: "address",
|
|
3457
|
-
type: "address",
|
|
3458
|
-
indexed: !0
|
|
3459
|
-
},
|
|
3460
|
-
{
|
|
3461
|
-
name: "isAuthorized",
|
|
3462
|
-
internalType: "bool",
|
|
3463
|
-
type: "bool",
|
|
3464
|
-
indexed: !1
|
|
3465
|
-
}
|
|
3466
|
-
],
|
|
3467
|
-
name: "Authorized"
|
|
3468
|
-
},
|
|
3469
|
-
{
|
|
3470
|
-
type: "event",
|
|
3471
|
-
anonymous: !1,
|
|
3472
|
-
inputs: [
|
|
3473
|
-
{
|
|
3474
|
-
name: "asset",
|
|
3475
|
-
internalType: "address",
|
|
3476
|
-
type: "address",
|
|
3477
|
-
indexed: !0
|
|
3478
|
-
},
|
|
3479
|
-
{ name: "to", internalType: "address", type: "address", indexed: !1 },
|
|
3480
|
-
{
|
|
3481
|
-
name: "amount",
|
|
3482
|
-
internalType: "uint256",
|
|
3483
|
-
type: "uint256",
|
|
3484
|
-
indexed: !1
|
|
3485
|
-
}
|
|
3486
|
-
],
|
|
3487
|
-
name: "Distributed"
|
|
3488
|
-
},
|
|
3489
|
-
{
|
|
3490
|
-
type: "event",
|
|
3491
|
-
anonymous: !1,
|
|
3492
|
-
inputs: [
|
|
3493
|
-
{
|
|
3494
|
-
name: "version",
|
|
3495
|
-
internalType: "uint64",
|
|
3496
|
-
type: "uint64",
|
|
3497
|
-
indexed: !1
|
|
3498
|
-
}
|
|
3499
|
-
],
|
|
3500
|
-
name: "Initialized"
|
|
3501
|
-
},
|
|
3502
|
-
{
|
|
3503
|
-
type: "event",
|
|
3504
|
-
anonymous: !1,
|
|
3505
|
-
inputs: [
|
|
3506
|
-
{
|
|
3507
|
-
name: "pendingOwner",
|
|
3508
|
-
internalType: "address",
|
|
3509
|
-
type: "address",
|
|
3510
|
-
indexed: !0
|
|
3511
|
-
}
|
|
3512
|
-
],
|
|
3513
|
-
name: "OwnershipHandoverCanceled"
|
|
3514
|
-
},
|
|
3515
|
-
{
|
|
3516
|
-
type: "event",
|
|
3517
|
-
anonymous: !1,
|
|
3518
|
-
inputs: [
|
|
3519
|
-
{
|
|
3520
|
-
name: "pendingOwner",
|
|
3521
|
-
internalType: "address",
|
|
3522
|
-
type: "address",
|
|
3523
|
-
indexed: !0
|
|
3524
|
-
}
|
|
3525
|
-
],
|
|
3526
|
-
name: "OwnershipHandoverRequested"
|
|
3527
|
-
},
|
|
3528
|
-
{
|
|
3529
|
-
type: "event",
|
|
3530
|
-
anonymous: !1,
|
|
3531
|
-
inputs: [
|
|
3532
|
-
{
|
|
3533
|
-
name: "oldOwner",
|
|
3534
|
-
internalType: "address",
|
|
3535
|
-
type: "address",
|
|
3536
|
-
indexed: !0
|
|
3537
|
-
},
|
|
3538
|
-
{
|
|
3539
|
-
name: "newOwner",
|
|
3540
|
-
internalType: "address",
|
|
3541
|
-
type: "address",
|
|
3542
|
-
indexed: !0
|
|
3543
|
-
}
|
|
3544
|
-
],
|
|
3545
|
-
name: "OwnershipTransferred"
|
|
3546
|
-
},
|
|
3547
|
-
{
|
|
3548
|
-
type: "event",
|
|
3549
|
-
anonymous: !1,
|
|
3550
|
-
inputs: [
|
|
3551
|
-
{ name: "user", internalType: "address", type: "address", indexed: !0 },
|
|
3552
|
-
{
|
|
3553
|
-
name: "roles",
|
|
3554
|
-
internalType: "uint256",
|
|
3555
|
-
type: "uint256",
|
|
3556
|
-
indexed: !0
|
|
3557
|
-
}
|
|
3558
|
-
],
|
|
3559
|
-
name: "RolesUpdated"
|
|
3560
|
-
},
|
|
3561
|
-
{ type: "fallback", stateMutability: "payable" },
|
|
3562
|
-
{
|
|
3563
|
-
type: "function",
|
|
3564
|
-
inputs: [],
|
|
3565
|
-
name: "ADMIN_ROLE",
|
|
3566
|
-
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
3567
|
-
stateMutability: "view"
|
|
3568
|
-
},
|
|
3569
|
-
{
|
|
3570
|
-
type: "function",
|
|
3571
|
-
inputs: [],
|
|
3572
|
-
name: "MANAGER_ROLE",
|
|
3573
|
-
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
3574
|
-
stateMutability: "view"
|
|
3575
|
-
},
|
|
3576
|
-
{
|
|
3577
|
-
type: "function",
|
|
3578
|
-
inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
|
|
3579
|
-
name: "allocate",
|
|
3580
|
-
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
3581
|
-
stateMutability: "payable"
|
|
3582
|
-
},
|
|
3583
|
-
{
|
|
3584
|
-
type: "function",
|
|
3585
|
-
inputs: [{ name: "asset_", internalType: "address", type: "address" }],
|
|
3586
|
-
name: "available",
|
|
3587
|
-
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
3588
|
-
stateMutability: "view"
|
|
3589
|
-
},
|
|
3590
|
-
{
|
|
3591
|
-
type: "function",
|
|
3592
|
-
inputs: [
|
|
3593
|
-
{ name: "asset_", internalType: "address", type: "address" },
|
|
3594
|
-
{ name: "tokenId_", internalType: "uint256", type: "uint256" }
|
|
3595
|
-
],
|
|
3596
|
-
name: "available",
|
|
3597
|
-
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
3598
|
-
stateMutability: "view"
|
|
3599
|
-
},
|
|
3600
|
-
{
|
|
3601
|
-
type: "function",
|
|
3602
|
-
inputs: [],
|
|
3603
|
-
name: "cancelOwnershipHandover",
|
|
3604
|
-
outputs: [],
|
|
3605
|
-
stateMutability: "payable"
|
|
3606
|
-
},
|
|
3607
|
-
{
|
|
3608
|
-
type: "function",
|
|
3609
|
-
inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
|
|
3610
|
-
name: "clawback",
|
|
3611
|
-
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
3612
|
-
stateMutability: "nonpayable"
|
|
3613
|
-
},
|
|
3614
|
-
{
|
|
3615
|
-
type: "function",
|
|
3616
|
-
inputs: [
|
|
3617
|
-
{ name: "pendingOwner", internalType: "address", type: "address" }
|
|
3618
|
-
],
|
|
3619
|
-
name: "completeOwnershipHandover",
|
|
3620
|
-
outputs: [],
|
|
3621
|
-
stateMutability: "payable"
|
|
3622
|
-
},
|
|
3623
|
-
{
|
|
3624
|
-
type: "function",
|
|
3625
|
-
inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
|
|
3626
|
-
name: "disburse",
|
|
3627
|
-
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
3628
|
-
stateMutability: "nonpayable"
|
|
3629
|
-
},
|
|
3630
|
-
{
|
|
3631
|
-
type: "function",
|
|
3632
|
-
inputs: [{ name: "data_", internalType: "bytes[]", type: "bytes[]" }],
|
|
3633
|
-
name: "disburseBatch",
|
|
3634
|
-
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
3635
|
-
stateMutability: "nonpayable"
|
|
3636
|
-
},
|
|
3637
|
-
{
|
|
3638
|
-
type: "function",
|
|
3639
|
-
inputs: [{ name: "asset_", internalType: "address", type: "address" }],
|
|
3640
|
-
name: "distributed",
|
|
3641
|
-
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
3642
|
-
stateMutability: "view"
|
|
3643
|
-
},
|
|
3644
|
-
{
|
|
3645
|
-
type: "function",
|
|
3646
|
-
inputs: [
|
|
3647
|
-
{ name: "asset_", internalType: "address", type: "address" },
|
|
3648
|
-
{ name: "tokenId_", internalType: "uint256", type: "uint256" }
|
|
3649
|
-
],
|
|
3650
|
-
name: "distributed",
|
|
3651
|
-
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
3652
|
-
stateMutability: "view"
|
|
3653
|
-
},
|
|
3654
|
-
{
|
|
3655
|
-
type: "function",
|
|
3656
|
-
inputs: [],
|
|
3657
|
-
name: "getComponentInterface",
|
|
3658
|
-
outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }],
|
|
3659
|
-
stateMutability: "pure"
|
|
3660
|
-
},
|
|
3661
|
-
{
|
|
3662
|
-
type: "function",
|
|
3663
|
-
inputs: [
|
|
3664
|
-
{ name: "user", internalType: "address", type: "address" },
|
|
3665
|
-
{ name: "roles", internalType: "uint256", type: "uint256" }
|
|
3666
|
-
],
|
|
3667
|
-
name: "grantRoles",
|
|
3668
|
-
outputs: [],
|
|
3669
|
-
stateMutability: "payable"
|
|
3670
|
-
},
|
|
3671
|
-
{
|
|
3672
|
-
type: "function",
|
|
3673
|
-
inputs: [
|
|
3674
|
-
{ name: "accounts_", internalType: "address[]", type: "address[]" },
|
|
3675
|
-
{ name: "roles_", internalType: "uint256[]", type: "uint256[]" }
|
|
3676
|
-
],
|
|
3677
|
-
name: "grantRoles",
|
|
3678
|
-
outputs: [],
|
|
3679
|
-
stateMutability: "nonpayable"
|
|
3680
|
-
},
|
|
3681
|
-
{
|
|
3682
|
-
type: "function",
|
|
3683
|
-
inputs: [
|
|
3684
|
-
{ name: "user", internalType: "address", type: "address" },
|
|
3685
|
-
{ name: "roles", internalType: "uint256", type: "uint256" }
|
|
3686
|
-
],
|
|
3687
|
-
name: "hasAllRoles",
|
|
3688
|
-
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
3689
|
-
stateMutability: "view"
|
|
3690
|
-
},
|
|
3691
|
-
{
|
|
3692
|
-
type: "function",
|
|
3693
|
-
inputs: [
|
|
3694
|
-
{ name: "user", internalType: "address", type: "address" },
|
|
3695
|
-
{ name: "roles", internalType: "uint256", type: "uint256" }
|
|
3696
|
-
],
|
|
3697
|
-
name: "hasAnyRole",
|
|
3698
|
-
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
3699
|
-
stateMutability: "view"
|
|
3700
|
-
},
|
|
3701
|
-
{
|
|
3702
|
-
type: "function",
|
|
3703
|
-
inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
|
|
3704
|
-
name: "initialize",
|
|
3705
|
-
outputs: [],
|
|
3706
|
-
stateMutability: "nonpayable"
|
|
3707
|
-
},
|
|
3708
|
-
{
|
|
3709
|
-
type: "function",
|
|
3710
|
-
inputs: [{ name: "account_", internalType: "address", type: "address" }],
|
|
3711
|
-
name: "isAuthorized",
|
|
3712
|
-
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
3713
|
-
stateMutability: "view"
|
|
3714
|
-
},
|
|
3715
|
-
{
|
|
3716
|
-
type: "function",
|
|
3717
|
-
inputs: [
|
|
3718
|
-
{ name: "", internalType: "address", type: "address" },
|
|
3719
|
-
{ name: "", internalType: "address", type: "address" },
|
|
3720
|
-
{ name: "", internalType: "uint256[]", type: "uint256[]" },
|
|
3721
|
-
{ name: "", internalType: "uint256[]", type: "uint256[]" },
|
|
3722
|
-
{ name: "", internalType: "bytes", type: "bytes" }
|
|
3723
|
-
],
|
|
3724
|
-
name: "onERC1155BatchReceived",
|
|
3725
|
-
outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }],
|
|
3726
|
-
stateMutability: "pure"
|
|
3727
|
-
},
|
|
3728
|
-
{
|
|
3729
|
-
type: "function",
|
|
3730
|
-
inputs: [
|
|
3731
|
-
{ name: "", internalType: "address", type: "address" },
|
|
3732
|
-
{ name: "", internalType: "address", type: "address" },
|
|
3733
|
-
{ name: "", internalType: "uint256", type: "uint256" },
|
|
3734
|
-
{ name: "", internalType: "uint256", type: "uint256" },
|
|
3735
|
-
{ name: "", internalType: "bytes", type: "bytes" }
|
|
3736
|
-
],
|
|
3737
|
-
name: "onERC1155Received",
|
|
3738
|
-
outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }],
|
|
3739
|
-
stateMutability: "pure"
|
|
3740
|
-
},
|
|
3741
|
-
{
|
|
3742
|
-
type: "function",
|
|
3743
|
-
inputs: [],
|
|
3744
|
-
name: "owner",
|
|
3745
|
-
outputs: [{ name: "result", internalType: "address", type: "address" }],
|
|
3746
|
-
stateMutability: "view"
|
|
3747
|
-
},
|
|
3748
|
-
{
|
|
3749
|
-
type: "function",
|
|
3750
|
-
inputs: [
|
|
3751
|
-
{ name: "pendingOwner", internalType: "address", type: "address" }
|
|
3752
|
-
],
|
|
3753
|
-
name: "ownershipHandoverExpiresAt",
|
|
3754
|
-
outputs: [{ name: "result", internalType: "uint256", type: "uint256" }],
|
|
3755
|
-
stateMutability: "view"
|
|
3756
|
-
},
|
|
3757
|
-
{
|
|
3758
|
-
type: "function",
|
|
3759
|
-
inputs: [{ name: "", internalType: "bytes", type: "bytes" }],
|
|
3760
|
-
name: "reconcile",
|
|
3761
|
-
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
3762
|
-
stateMutability: "nonpayable"
|
|
3763
|
-
},
|
|
3764
|
-
{
|
|
3765
|
-
type: "function",
|
|
3766
|
-
inputs: [],
|
|
3767
|
-
name: "renounceOwnership",
|
|
3768
|
-
outputs: [],
|
|
3769
|
-
stateMutability: "payable"
|
|
3770
|
-
},
|
|
3771
|
-
{
|
|
3772
|
-
type: "function",
|
|
3773
|
-
inputs: [{ name: "roles", internalType: "uint256", type: "uint256" }],
|
|
3774
|
-
name: "renounceRoles",
|
|
3775
|
-
outputs: [],
|
|
3776
|
-
stateMutability: "payable"
|
|
3777
|
-
},
|
|
3778
|
-
{
|
|
3779
|
-
type: "function",
|
|
3780
|
-
inputs: [],
|
|
3781
|
-
name: "requestOwnershipHandover",
|
|
3782
|
-
outputs: [],
|
|
3783
|
-
stateMutability: "payable"
|
|
3784
|
-
},
|
|
3785
|
-
{
|
|
3786
|
-
type: "function",
|
|
3787
|
-
inputs: [
|
|
3788
|
-
{ name: "user", internalType: "address", type: "address" },
|
|
3789
|
-
{ name: "roles", internalType: "uint256", type: "uint256" }
|
|
3790
|
-
],
|
|
3791
|
-
name: "revokeRoles",
|
|
3792
|
-
outputs: [],
|
|
3793
|
-
stateMutability: "payable"
|
|
3794
|
-
},
|
|
3795
|
-
{
|
|
3796
|
-
type: "function",
|
|
3797
|
-
inputs: [
|
|
3798
|
-
{ name: "accounts_", internalType: "address[]", type: "address[]" },
|
|
3799
|
-
{ name: "roles_", internalType: "uint256[]", type: "uint256[]" }
|
|
3800
|
-
],
|
|
3801
|
-
name: "revokeRoles",
|
|
3802
|
-
outputs: [],
|
|
3803
|
-
stateMutability: "nonpayable"
|
|
3804
|
-
},
|
|
3805
|
-
{
|
|
3806
|
-
type: "function",
|
|
3807
|
-
inputs: [{ name: "user", internalType: "address", type: "address" }],
|
|
3808
|
-
name: "rolesOf",
|
|
3809
|
-
outputs: [{ name: "roles", internalType: "uint256", type: "uint256" }],
|
|
3810
|
-
stateMutability: "view"
|
|
3811
|
-
},
|
|
3812
|
-
{
|
|
3813
|
-
type: "function",
|
|
3814
|
-
inputs: [
|
|
3815
|
-
{ name: "accounts_", internalType: "address[]", type: "address[]" },
|
|
3816
|
-
{ name: "authorized_", internalType: "bool[]", type: "bool[]" }
|
|
3817
|
-
],
|
|
3818
|
-
name: "setAuthorized",
|
|
3819
|
-
outputs: [],
|
|
3820
|
-
stateMutability: "nonpayable"
|
|
3821
|
-
},
|
|
3822
|
-
{
|
|
3823
|
-
type: "function",
|
|
3824
|
-
inputs: [{ name: "interfaceId", internalType: "bytes4", type: "bytes4" }],
|
|
3825
|
-
name: "supportsInterface",
|
|
3826
|
-
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
3827
|
-
stateMutability: "view"
|
|
3828
|
-
},
|
|
3829
|
-
{
|
|
3830
|
-
type: "function",
|
|
3831
|
-
inputs: [{ name: "asset_", internalType: "address", type: "address" }],
|
|
3832
|
-
name: "total",
|
|
3833
|
-
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
3834
|
-
stateMutability: "view"
|
|
3835
|
-
},
|
|
3836
|
-
{
|
|
3837
|
-
type: "function",
|
|
3838
|
-
inputs: [
|
|
3839
|
-
{ name: "asset_", internalType: "address", type: "address" },
|
|
3840
|
-
{ name: "tokenId_", internalType: "uint256", type: "uint256" }
|
|
3841
|
-
],
|
|
3842
|
-
name: "total",
|
|
3843
|
-
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
3844
|
-
stateMutability: "view"
|
|
3845
|
-
},
|
|
3846
|
-
{
|
|
3847
|
-
type: "function",
|
|
3848
|
-
inputs: [{ name: "newOwner", internalType: "address", type: "address" }],
|
|
3849
|
-
name: "transferOwnership",
|
|
3850
|
-
outputs: [],
|
|
3851
|
-
stateMutability: "payable"
|
|
3852
|
-
},
|
|
3853
|
-
{ type: "receive", stateMutability: "payable" }
|
|
3854
|
-
], ae = [
|
|
3855
|
-
{
|
|
3856
|
-
type: "function",
|
|
3857
|
-
inputs: [{ name: "user", internalType: "address", type: "address" }],
|
|
3858
|
-
name: "isAuthorized",
|
|
3859
|
-
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
3860
|
-
stateMutability: "view"
|
|
3861
|
-
}
|
|
3862
|
-
], M = [
|
|
3863
|
-
{ type: "constructor", inputs: [], stateMutability: "nonpayable" },
|
|
3864
|
-
{ type: "error", inputs: [], name: "AlreadyInitialized" },
|
|
3865
|
-
{ type: "error", inputs: [], name: "ClaimFailed" },
|
|
3866
|
-
{ type: "error", inputs: [], name: "CloneAlreadyInitialized" },
|
|
3867
|
-
{ type: "error", inputs: [], name: "InitializerNotImplemented" },
|
|
3868
|
-
{ type: "error", inputs: [], name: "InvalidInitialization" },
|
|
3869
|
-
{ type: "error", inputs: [], name: "InvalidInitialization" },
|
|
3870
|
-
{ type: "error", inputs: [], name: "InvalidInitializationData" },
|
|
3871
|
-
{ type: "error", inputs: [], name: "NewOwnerIsZeroAddress" },
|
|
3872
|
-
{ type: "error", inputs: [], name: "NoHandoverRequest" },
|
|
3873
|
-
{ type: "error", inputs: [], name: "NotClaimable" },
|
|
3874
|
-
{ type: "error", inputs: [], name: "NotImplemented" },
|
|
3875
|
-
{ type: "error", inputs: [], name: "NotInitializing" },
|
|
3876
|
-
{ type: "error", inputs: [], name: "Unauthorized" },
|
|
3877
|
-
{ type: "error", inputs: [], name: "Unauthorized" },
|
|
3878
|
-
{
|
|
3879
|
-
type: "event",
|
|
3880
|
-
anonymous: !1,
|
|
3881
|
-
inputs: [
|
|
3882
|
-
{
|
|
3883
|
-
name: "recipient",
|
|
3884
|
-
internalType: "address",
|
|
3885
|
-
type: "address",
|
|
3886
|
-
indexed: !0
|
|
3887
|
-
},
|
|
3888
|
-
{ name: "data", internalType: "bytes", type: "bytes", indexed: !1 }
|
|
3889
|
-
],
|
|
3890
|
-
name: "Claimed"
|
|
2782
|
+
name: "Distributed"
|
|
3891
2783
|
},
|
|
3892
2784
|
{
|
|
3893
2785
|
type: "event",
|
|
@@ -3961,295 +2853,44 @@ const re = [
|
|
|
3961
2853
|
],
|
|
3962
2854
|
name: "RolesUpdated"
|
|
3963
2855
|
},
|
|
2856
|
+
{ type: "fallback", stateMutability: "payable" },
|
|
3964
2857
|
{
|
|
3965
2858
|
type: "function",
|
|
3966
2859
|
inputs: [],
|
|
3967
|
-
name: "
|
|
3968
|
-
outputs: [],
|
|
3969
|
-
stateMutability: "payable"
|
|
3970
|
-
},
|
|
3971
|
-
{
|
|
3972
|
-
type: "function",
|
|
3973
|
-
inputs: [
|
|
3974
|
-
{ name: "claimTarget", internalType: "address", type: "address" },
|
|
3975
|
-
{ name: "", internalType: "bytes", type: "bytes" }
|
|
3976
|
-
],
|
|
3977
|
-
name: "claim",
|
|
3978
|
-
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
3979
|
-
stateMutability: "nonpayable"
|
|
3980
|
-
},
|
|
3981
|
-
{
|
|
3982
|
-
type: "function",
|
|
3983
|
-
inputs: [{ name: "", internalType: "address", type: "address" }],
|
|
3984
|
-
name: "claimed",
|
|
3985
|
-
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
3986
|
-
stateMutability: "view"
|
|
3987
|
-
},
|
|
3988
|
-
{
|
|
3989
|
-
type: "function",
|
|
3990
|
-
inputs: [],
|
|
3991
|
-
name: "claims",
|
|
2860
|
+
name: "ADMIN_ROLE",
|
|
3992
2861
|
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
3993
2862
|
stateMutability: "view"
|
|
3994
2863
|
},
|
|
3995
|
-
{
|
|
3996
|
-
type: "function",
|
|
3997
|
-
inputs: [{ name: "", internalType: "bytes", type: "bytes" }],
|
|
3998
|
-
name: "clawback",
|
|
3999
|
-
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
4000
|
-
stateMutability: "pure"
|
|
4001
|
-
},
|
|
4002
|
-
{
|
|
4003
|
-
type: "function",
|
|
4004
|
-
inputs: [
|
|
4005
|
-
{ name: "pendingOwner", internalType: "address", type: "address" }
|
|
4006
|
-
],
|
|
4007
|
-
name: "completeOwnershipHandover",
|
|
4008
|
-
outputs: [],
|
|
4009
|
-
stateMutability: "payable"
|
|
4010
|
-
},
|
|
4011
2864
|
{
|
|
4012
2865
|
type: "function",
|
|
4013
2866
|
inputs: [],
|
|
4014
|
-
name: "
|
|
2867
|
+
name: "MANAGER_ROLE",
|
|
4015
2868
|
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
4016
2869
|
stateMutability: "view"
|
|
4017
2870
|
},
|
|
4018
|
-
{
|
|
4019
|
-
type: "function",
|
|
4020
|
-
inputs: [],
|
|
4021
|
-
name: "getComponentInterface",
|
|
4022
|
-
outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }],
|
|
4023
|
-
stateMutability: "pure"
|
|
4024
|
-
},
|
|
4025
|
-
{
|
|
4026
|
-
type: "function",
|
|
4027
|
-
inputs: [
|
|
4028
|
-
{ name: "user", internalType: "address", type: "address" },
|
|
4029
|
-
{ name: "roles", internalType: "uint256", type: "uint256" }
|
|
4030
|
-
],
|
|
4031
|
-
name: "grantRoles",
|
|
4032
|
-
outputs: [],
|
|
4033
|
-
stateMutability: "payable"
|
|
4034
|
-
},
|
|
4035
|
-
{
|
|
4036
|
-
type: "function",
|
|
4037
|
-
inputs: [
|
|
4038
|
-
{ name: "user", internalType: "address", type: "address" },
|
|
4039
|
-
{ name: "roles", internalType: "uint256", type: "uint256" }
|
|
4040
|
-
],
|
|
4041
|
-
name: "hasAllRoles",
|
|
4042
|
-
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
4043
|
-
stateMutability: "view"
|
|
4044
|
-
},
|
|
4045
|
-
{
|
|
4046
|
-
type: "function",
|
|
4047
|
-
inputs: [
|
|
4048
|
-
{ name: "user", internalType: "address", type: "address" },
|
|
4049
|
-
{ name: "roles", internalType: "uint256", type: "uint256" }
|
|
4050
|
-
],
|
|
4051
|
-
name: "hasAnyRole",
|
|
4052
|
-
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
4053
|
-
stateMutability: "view"
|
|
4054
|
-
},
|
|
4055
2871
|
{
|
|
4056
2872
|
type: "function",
|
|
4057
2873
|
inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
|
|
4058
|
-
name: "
|
|
4059
|
-
outputs: [],
|
|
4060
|
-
stateMutability: "nonpayable"
|
|
4061
|
-
},
|
|
4062
|
-
{
|
|
4063
|
-
type: "function",
|
|
4064
|
-
inputs: [
|
|
4065
|
-
{ name: "claimTarget", internalType: "address", type: "address" },
|
|
4066
|
-
{ name: "", internalType: "bytes", type: "bytes" }
|
|
4067
|
-
],
|
|
4068
|
-
name: "isClaimable",
|
|
4069
|
-
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
4070
|
-
stateMutability: "view"
|
|
4071
|
-
},
|
|
4072
|
-
{
|
|
4073
|
-
type: "function",
|
|
4074
|
-
inputs: [],
|
|
4075
|
-
name: "limit",
|
|
4076
|
-
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
4077
|
-
stateMutability: "view"
|
|
4078
|
-
},
|
|
4079
|
-
{
|
|
4080
|
-
type: "function",
|
|
4081
|
-
inputs: [],
|
|
4082
|
-
name: "owner",
|
|
4083
|
-
outputs: [{ name: "result", internalType: "address", type: "address" }],
|
|
4084
|
-
stateMutability: "view"
|
|
4085
|
-
},
|
|
4086
|
-
{
|
|
4087
|
-
type: "function",
|
|
4088
|
-
inputs: [
|
|
4089
|
-
{ name: "pendingOwner", internalType: "address", type: "address" }
|
|
4090
|
-
],
|
|
4091
|
-
name: "ownershipHandoverExpiresAt",
|
|
4092
|
-
outputs: [{ name: "result", internalType: "uint256", type: "uint256" }],
|
|
4093
|
-
stateMutability: "view"
|
|
4094
|
-
},
|
|
4095
|
-
{
|
|
4096
|
-
type: "function",
|
|
4097
|
-
inputs: [{ name: "", internalType: "bytes", type: "bytes" }],
|
|
4098
|
-
name: "preflight",
|
|
4099
|
-
outputs: [{ name: "budgetData", internalType: "bytes", type: "bytes" }],
|
|
4100
|
-
stateMutability: "pure"
|
|
4101
|
-
},
|
|
4102
|
-
{
|
|
4103
|
-
type: "function",
|
|
4104
|
-
inputs: [],
|
|
4105
|
-
name: "renounceOwnership",
|
|
4106
|
-
outputs: [],
|
|
4107
|
-
stateMutability: "payable"
|
|
4108
|
-
},
|
|
4109
|
-
{
|
|
4110
|
-
type: "function",
|
|
4111
|
-
inputs: [{ name: "roles", internalType: "uint256", type: "uint256" }],
|
|
4112
|
-
name: "renounceRoles",
|
|
4113
|
-
outputs: [],
|
|
4114
|
-
stateMutability: "payable"
|
|
4115
|
-
},
|
|
4116
|
-
{
|
|
4117
|
-
type: "function",
|
|
4118
|
-
inputs: [],
|
|
4119
|
-
name: "requestOwnershipHandover",
|
|
4120
|
-
outputs: [],
|
|
4121
|
-
stateMutability: "payable"
|
|
4122
|
-
},
|
|
4123
|
-
{
|
|
4124
|
-
type: "function",
|
|
4125
|
-
inputs: [
|
|
4126
|
-
{ name: "user", internalType: "address", type: "address" },
|
|
4127
|
-
{ name: "roles", internalType: "uint256", type: "uint256" }
|
|
4128
|
-
],
|
|
4129
|
-
name: "revokeRoles",
|
|
4130
|
-
outputs: [],
|
|
4131
|
-
stateMutability: "payable"
|
|
4132
|
-
},
|
|
4133
|
-
{
|
|
4134
|
-
type: "function",
|
|
4135
|
-
inputs: [],
|
|
4136
|
-
name: "reward",
|
|
4137
|
-
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
4138
|
-
stateMutability: "view"
|
|
4139
|
-
},
|
|
4140
|
-
{
|
|
4141
|
-
type: "function",
|
|
4142
|
-
inputs: [{ name: "user", internalType: "address", type: "address" }],
|
|
4143
|
-
name: "rolesOf",
|
|
4144
|
-
outputs: [{ name: "roles", internalType: "uint256", type: "uint256" }],
|
|
4145
|
-
stateMutability: "view"
|
|
4146
|
-
},
|
|
4147
|
-
{
|
|
4148
|
-
type: "function",
|
|
4149
|
-
inputs: [],
|
|
4150
|
-
name: "selector",
|
|
4151
|
-
outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }],
|
|
4152
|
-
stateMutability: "view"
|
|
4153
|
-
},
|
|
4154
|
-
{
|
|
4155
|
-
type: "function",
|
|
4156
|
-
inputs: [{ name: "interfaceId", internalType: "bytes4", type: "bytes4" }],
|
|
4157
|
-
name: "supportsInterface",
|
|
2874
|
+
name: "allocate",
|
|
4158
2875
|
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
4159
|
-
stateMutability: "view"
|
|
4160
|
-
},
|
|
4161
|
-
{
|
|
4162
|
-
type: "function",
|
|
4163
|
-
inputs: [{ name: "newOwner", internalType: "address", type: "address" }],
|
|
4164
|
-
name: "transferOwnership",
|
|
4165
|
-
outputs: [],
|
|
4166
2876
|
stateMutability: "payable"
|
|
4167
2877
|
},
|
|
4168
|
-
{
|
|
4169
|
-
type: "function",
|
|
4170
|
-
inputs: [],
|
|
4171
|
-
name: "
|
|
4172
|
-
outputs: [{ name: "", internalType: "
|
|
4173
|
-
stateMutability: "view"
|
|
4174
|
-
}
|
|
4175
|
-
], h = [
|
|
4176
|
-
{ type: "constructor", inputs: [], stateMutability: "nonpayable" },
|
|
4177
|
-
{ type: "error", inputs: [], name: "AlreadyInitialized" },
|
|
4178
|
-
{ type: "error", inputs: [], name: "CloneAlreadyInitialized" },
|
|
4179
|
-
{ type: "error", inputs: [], name: "InitializerNotImplemented" },
|
|
4180
|
-
{
|
|
4181
|
-
type: "error",
|
|
4182
|
-
inputs: [
|
|
4183
|
-
{ name: "available", internalType: "uint8", type: "uint8" },
|
|
4184
|
-
{ name: "id", internalType: "uint256", type: "uint256" }
|
|
4185
|
-
],
|
|
4186
|
-
name: "InvalidIncentive"
|
|
4187
|
-
},
|
|
4188
|
-
{ type: "error", inputs: [], name: "InvalidInitialization" },
|
|
4189
|
-
{ type: "error", inputs: [], name: "InvalidInitializationData" },
|
|
4190
|
-
{ type: "error", inputs: [], name: "LengthMismatch" },
|
|
4191
|
-
{ type: "error", inputs: [], name: "NewOwnerIsZeroAddress" },
|
|
4192
|
-
{ type: "error", inputs: [], name: "NoHandoverRequest" },
|
|
4193
|
-
{ type: "error", inputs: [], name: "NotInitializing" },
|
|
4194
|
-
{ type: "error", inputs: [], name: "Unauthorized" },
|
|
4195
|
-
{ type: "error", inputs: [], name: "Unauthorized" },
|
|
4196
|
-
{
|
|
4197
|
-
type: "event",
|
|
4198
|
-
anonymous: !1,
|
|
4199
|
-
inputs: [
|
|
4200
|
-
{
|
|
4201
|
-
name: "version",
|
|
4202
|
-
internalType: "uint64",
|
|
4203
|
-
type: "uint64",
|
|
4204
|
-
indexed: !1
|
|
4205
|
-
}
|
|
4206
|
-
],
|
|
4207
|
-
name: "Initialized"
|
|
4208
|
-
},
|
|
4209
|
-
{
|
|
4210
|
-
type: "event",
|
|
4211
|
-
anonymous: !1,
|
|
4212
|
-
inputs: [
|
|
4213
|
-
{
|
|
4214
|
-
name: "pendingOwner",
|
|
4215
|
-
internalType: "address",
|
|
4216
|
-
type: "address",
|
|
4217
|
-
indexed: !0
|
|
4218
|
-
}
|
|
4219
|
-
],
|
|
4220
|
-
name: "OwnershipHandoverCanceled"
|
|
4221
|
-
},
|
|
4222
|
-
{
|
|
4223
|
-
type: "event",
|
|
4224
|
-
anonymous: !1,
|
|
4225
|
-
inputs: [
|
|
4226
|
-
{
|
|
4227
|
-
name: "pendingOwner",
|
|
4228
|
-
internalType: "address",
|
|
4229
|
-
type: "address",
|
|
4230
|
-
indexed: !0
|
|
4231
|
-
}
|
|
4232
|
-
],
|
|
4233
|
-
name: "OwnershipHandoverRequested"
|
|
2878
|
+
{
|
|
2879
|
+
type: "function",
|
|
2880
|
+
inputs: [{ name: "asset_", internalType: "address", type: "address" }],
|
|
2881
|
+
name: "available",
|
|
2882
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
2883
|
+
stateMutability: "view"
|
|
4234
2884
|
},
|
|
4235
2885
|
{
|
|
4236
|
-
type: "
|
|
4237
|
-
anonymous: !1,
|
|
2886
|
+
type: "function",
|
|
4238
2887
|
inputs: [
|
|
4239
|
-
{
|
|
4240
|
-
|
|
4241
|
-
internalType: "address",
|
|
4242
|
-
type: "address",
|
|
4243
|
-
indexed: !0
|
|
4244
|
-
},
|
|
4245
|
-
{
|
|
4246
|
-
name: "newOwner",
|
|
4247
|
-
internalType: "address",
|
|
4248
|
-
type: "address",
|
|
4249
|
-
indexed: !0
|
|
4250
|
-
}
|
|
2888
|
+
{ name: "asset_", internalType: "address", type: "address" },
|
|
2889
|
+
{ name: "tokenId_", internalType: "uint256", type: "uint256" }
|
|
4251
2890
|
],
|
|
4252
|
-
name: "
|
|
2891
|
+
name: "available",
|
|
2892
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
2893
|
+
stateMutability: "view"
|
|
4253
2894
|
},
|
|
4254
2895
|
{
|
|
4255
2896
|
type: "function",
|
|
@@ -4258,6 +2899,13 @@ const re = [
|
|
|
4258
2899
|
outputs: [],
|
|
4259
2900
|
stateMutability: "payable"
|
|
4260
2901
|
},
|
|
2902
|
+
{
|
|
2903
|
+
type: "function",
|
|
2904
|
+
inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
|
|
2905
|
+
name: "clawback",
|
|
2906
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
2907
|
+
stateMutability: "nonpayable"
|
|
2908
|
+
},
|
|
4261
2909
|
{
|
|
4262
2910
|
type: "function",
|
|
4263
2911
|
inputs: [
|
|
@@ -4269,17 +2917,33 @@ const re = [
|
|
|
4269
2917
|
},
|
|
4270
2918
|
{
|
|
4271
2919
|
type: "function",
|
|
4272
|
-
inputs: [],
|
|
4273
|
-
name: "
|
|
4274
|
-
outputs: [
|
|
4275
|
-
|
|
4276
|
-
|
|
4277
|
-
|
|
4278
|
-
|
|
4279
|
-
|
|
4280
|
-
|
|
4281
|
-
|
|
2920
|
+
inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
|
|
2921
|
+
name: "disburse",
|
|
2922
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
2923
|
+
stateMutability: "nonpayable"
|
|
2924
|
+
},
|
|
2925
|
+
{
|
|
2926
|
+
type: "function",
|
|
2927
|
+
inputs: [{ name: "data_", internalType: "bytes[]", type: "bytes[]" }],
|
|
2928
|
+
name: "disburseBatch",
|
|
2929
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
2930
|
+
stateMutability: "nonpayable"
|
|
2931
|
+
},
|
|
2932
|
+
{
|
|
2933
|
+
type: "function",
|
|
2934
|
+
inputs: [{ name: "asset_", internalType: "address", type: "address" }],
|
|
2935
|
+
name: "distributed",
|
|
2936
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
2937
|
+
stateMutability: "view"
|
|
2938
|
+
},
|
|
2939
|
+
{
|
|
2940
|
+
type: "function",
|
|
2941
|
+
inputs: [
|
|
2942
|
+
{ name: "asset_", internalType: "address", type: "address" },
|
|
2943
|
+
{ name: "tokenId_", internalType: "uint256", type: "uint256" }
|
|
4282
2944
|
],
|
|
2945
|
+
name: "distributed",
|
|
2946
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
4283
2947
|
stateMutability: "view"
|
|
4284
2948
|
},
|
|
4285
2949
|
{
|
|
@@ -4292,15 +2956,41 @@ const re = [
|
|
|
4292
2956
|
{
|
|
4293
2957
|
type: "function",
|
|
4294
2958
|
inputs: [
|
|
4295
|
-
{ name: "
|
|
4296
|
-
{ name: "
|
|
4297
|
-
{ name: "claimant", internalType: "address", type: "address" },
|
|
4298
|
-
{ name: "incentiveData", internalType: "bytes", type: "bytes" }
|
|
2959
|
+
{ name: "user", internalType: "address", type: "address" },
|
|
2960
|
+
{ name: "roles", internalType: "uint256", type: "uint256" }
|
|
4299
2961
|
],
|
|
4300
|
-
name: "
|
|
4301
|
-
outputs: [
|
|
4302
|
-
|
|
2962
|
+
name: "grantRoles",
|
|
2963
|
+
outputs: [],
|
|
2964
|
+
stateMutability: "payable"
|
|
2965
|
+
},
|
|
2966
|
+
{
|
|
2967
|
+
type: "function",
|
|
2968
|
+
inputs: [
|
|
2969
|
+
{ name: "accounts_", internalType: "address[]", type: "address[]" },
|
|
2970
|
+
{ name: "roles_", internalType: "uint256[]", type: "uint256[]" }
|
|
2971
|
+
],
|
|
2972
|
+
name: "grantRoles",
|
|
2973
|
+
outputs: [],
|
|
2974
|
+
stateMutability: "nonpayable"
|
|
2975
|
+
},
|
|
2976
|
+
{
|
|
2977
|
+
type: "function",
|
|
2978
|
+
inputs: [
|
|
2979
|
+
{ name: "user", internalType: "address", type: "address" },
|
|
2980
|
+
{ name: "roles", internalType: "uint256", type: "uint256" }
|
|
2981
|
+
],
|
|
2982
|
+
name: "hasAllRoles",
|
|
2983
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
2984
|
+
stateMutability: "view"
|
|
2985
|
+
},
|
|
2986
|
+
{
|
|
2987
|
+
type: "function",
|
|
2988
|
+
inputs: [
|
|
2989
|
+
{ name: "user", internalType: "address", type: "address" },
|
|
2990
|
+
{ name: "roles", internalType: "uint256", type: "uint256" }
|
|
4303
2991
|
],
|
|
2992
|
+
name: "hasAnyRole",
|
|
2993
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
4304
2994
|
stateMutability: "view"
|
|
4305
2995
|
},
|
|
4306
2996
|
{
|
|
@@ -4310,6 +3000,39 @@ const re = [
|
|
|
4310
3000
|
outputs: [],
|
|
4311
3001
|
stateMutability: "nonpayable"
|
|
4312
3002
|
},
|
|
3003
|
+
{
|
|
3004
|
+
type: "function",
|
|
3005
|
+
inputs: [{ name: "account_", internalType: "address", type: "address" }],
|
|
3006
|
+
name: "isAuthorized",
|
|
3007
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
3008
|
+
stateMutability: "view"
|
|
3009
|
+
},
|
|
3010
|
+
{
|
|
3011
|
+
type: "function",
|
|
3012
|
+
inputs: [
|
|
3013
|
+
{ name: "", internalType: "address", type: "address" },
|
|
3014
|
+
{ name: "", internalType: "address", type: "address" },
|
|
3015
|
+
{ name: "", internalType: "uint256[]", type: "uint256[]" },
|
|
3016
|
+
{ name: "", internalType: "uint256[]", type: "uint256[]" },
|
|
3017
|
+
{ name: "", internalType: "bytes", type: "bytes" }
|
|
3018
|
+
],
|
|
3019
|
+
name: "onERC1155BatchReceived",
|
|
3020
|
+
outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }],
|
|
3021
|
+
stateMutability: "pure"
|
|
3022
|
+
},
|
|
3023
|
+
{
|
|
3024
|
+
type: "function",
|
|
3025
|
+
inputs: [
|
|
3026
|
+
{ name: "", internalType: "address", type: "address" },
|
|
3027
|
+
{ name: "", internalType: "address", type: "address" },
|
|
3028
|
+
{ name: "", internalType: "uint256", type: "uint256" },
|
|
3029
|
+
{ name: "", internalType: "uint256", type: "uint256" },
|
|
3030
|
+
{ name: "", internalType: "bytes", type: "bytes" }
|
|
3031
|
+
],
|
|
3032
|
+
name: "onERC1155Received",
|
|
3033
|
+
outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }],
|
|
3034
|
+
stateMutability: "pure"
|
|
3035
|
+
},
|
|
4313
3036
|
{
|
|
4314
3037
|
type: "function",
|
|
4315
3038
|
inputs: [],
|
|
@@ -4326,6 +3049,13 @@ const re = [
|
|
|
4326
3049
|
outputs: [{ name: "result", internalType: "uint256", type: "uint256" }],
|
|
4327
3050
|
stateMutability: "view"
|
|
4328
3051
|
},
|
|
3052
|
+
{
|
|
3053
|
+
type: "function",
|
|
3054
|
+
inputs: [{ name: "", internalType: "bytes", type: "bytes" }],
|
|
3055
|
+
name: "reconcile",
|
|
3056
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
3057
|
+
stateMutability: "nonpayable"
|
|
3058
|
+
},
|
|
4329
3059
|
{
|
|
4330
3060
|
type: "function",
|
|
4331
3061
|
inputs: [],
|
|
@@ -4333,6 +3063,13 @@ const re = [
|
|
|
4333
3063
|
outputs: [],
|
|
4334
3064
|
stateMutability: "payable"
|
|
4335
3065
|
},
|
|
3066
|
+
{
|
|
3067
|
+
type: "function",
|
|
3068
|
+
inputs: [{ name: "roles", internalType: "uint256", type: "uint256" }],
|
|
3069
|
+
name: "renounceRoles",
|
|
3070
|
+
outputs: [],
|
|
3071
|
+
stateMutability: "payable"
|
|
3072
|
+
},
|
|
4336
3073
|
{
|
|
4337
3074
|
type: "function",
|
|
4338
3075
|
inputs: [],
|
|
@@ -4343,27 +3080,40 @@ const re = [
|
|
|
4343
3080
|
{
|
|
4344
3081
|
type: "function",
|
|
4345
3082
|
inputs: [
|
|
4346
|
-
{ name: "
|
|
4347
|
-
{ name: "
|
|
3083
|
+
{ name: "user", internalType: "address", type: "address" },
|
|
3084
|
+
{ name: "roles", internalType: "uint256", type: "uint256" }
|
|
4348
3085
|
],
|
|
4349
|
-
name: "
|
|
3086
|
+
name: "revokeRoles",
|
|
4350
3087
|
outputs: [],
|
|
4351
|
-
stateMutability: "
|
|
3088
|
+
stateMutability: "payable"
|
|
4352
3089
|
},
|
|
4353
3090
|
{
|
|
4354
3091
|
type: "function",
|
|
4355
|
-
inputs: [
|
|
4356
|
-
|
|
3092
|
+
inputs: [
|
|
3093
|
+
{ name: "accounts_", internalType: "address[]", type: "address[]" },
|
|
3094
|
+
{ name: "roles_", internalType: "uint256[]", type: "uint256[]" }
|
|
3095
|
+
],
|
|
3096
|
+
name: "revokeRoles",
|
|
4357
3097
|
outputs: [],
|
|
4358
3098
|
stateMutability: "nonpayable"
|
|
4359
3099
|
},
|
|
4360
3100
|
{
|
|
4361
3101
|
type: "function",
|
|
4362
|
-
inputs: [{ name: "", internalType: "address", type: "address" }],
|
|
4363
|
-
name: "
|
|
4364
|
-
outputs: [{ name: "", internalType: "
|
|
3102
|
+
inputs: [{ name: "user", internalType: "address", type: "address" }],
|
|
3103
|
+
name: "rolesOf",
|
|
3104
|
+
outputs: [{ name: "roles", internalType: "uint256", type: "uint256" }],
|
|
4365
3105
|
stateMutability: "view"
|
|
4366
3106
|
},
|
|
3107
|
+
{
|
|
3108
|
+
type: "function",
|
|
3109
|
+
inputs: [
|
|
3110
|
+
{ name: "accounts_", internalType: "address[]", type: "address[]" },
|
|
3111
|
+
{ name: "authorized_", internalType: "bool[]", type: "bool[]" }
|
|
3112
|
+
],
|
|
3113
|
+
name: "setAuthorized",
|
|
3114
|
+
outputs: [],
|
|
3115
|
+
stateMutability: "nonpayable"
|
|
3116
|
+
},
|
|
4367
3117
|
{
|
|
4368
3118
|
type: "function",
|
|
4369
3119
|
inputs: [{ name: "interfaceId", internalType: "bytes4", type: "bytes4" }],
|
|
@@ -4371,6 +3121,23 @@ const re = [
|
|
|
4371
3121
|
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
4372
3122
|
stateMutability: "view"
|
|
4373
3123
|
},
|
|
3124
|
+
{
|
|
3125
|
+
type: "function",
|
|
3126
|
+
inputs: [{ name: "asset_", internalType: "address", type: "address" }],
|
|
3127
|
+
name: "total",
|
|
3128
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
3129
|
+
stateMutability: "view"
|
|
3130
|
+
},
|
|
3131
|
+
{
|
|
3132
|
+
type: "function",
|
|
3133
|
+
inputs: [
|
|
3134
|
+
{ name: "asset_", internalType: "address", type: "address" },
|
|
3135
|
+
{ name: "tokenId_", internalType: "uint256", type: "uint256" }
|
|
3136
|
+
],
|
|
3137
|
+
name: "total",
|
|
3138
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
3139
|
+
stateMutability: "view"
|
|
3140
|
+
},
|
|
4374
3141
|
{
|
|
4375
3142
|
type: "function",
|
|
4376
3143
|
inputs: [{ name: "newOwner", internalType: "address", type: "address" }],
|
|
@@ -4378,30 +3145,45 @@ const re = [
|
|
|
4378
3145
|
outputs: [],
|
|
4379
3146
|
stateMutability: "payable"
|
|
4380
3147
|
},
|
|
3148
|
+
{ type: "receive", stateMutability: "payable" }
|
|
3149
|
+
], Q = [
|
|
4381
3150
|
{
|
|
4382
3151
|
type: "function",
|
|
4383
|
-
inputs: [
|
|
4384
|
-
|
|
4385
|
-
{ name: "incentiveId", internalType: "uint256", type: "uint256" },
|
|
4386
|
-
{ name: "claimant", internalType: "address", type: "address" },
|
|
4387
|
-
{ name: "claimData", internalType: "bytes", type: "bytes" }
|
|
4388
|
-
],
|
|
4389
|
-
name: "validate",
|
|
3152
|
+
inputs: [{ name: "user", internalType: "address", type: "address" }],
|
|
3153
|
+
name: "isAuthorized",
|
|
4390
3154
|
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
4391
|
-
stateMutability: "
|
|
3155
|
+
stateMutability: "view"
|
|
4392
3156
|
}
|
|
4393
|
-
],
|
|
3157
|
+
], f = [
|
|
4394
3158
|
{ type: "constructor", inputs: [], stateMutability: "nonpayable" },
|
|
4395
3159
|
{ type: "error", inputs: [], name: "AlreadyInitialized" },
|
|
3160
|
+
{ type: "error", inputs: [], name: "ClaimFailed" },
|
|
4396
3161
|
{ type: "error", inputs: [], name: "CloneAlreadyInitialized" },
|
|
4397
3162
|
{ type: "error", inputs: [], name: "InitializerNotImplemented" },
|
|
4398
3163
|
{ type: "error", inputs: [], name: "InvalidInitialization" },
|
|
3164
|
+
{ type: "error", inputs: [], name: "InvalidInitialization" },
|
|
4399
3165
|
{ type: "error", inputs: [], name: "InvalidInitializationData" },
|
|
4400
|
-
{ type: "error", inputs: [], name: "LengthMismatch" },
|
|
4401
3166
|
{ type: "error", inputs: [], name: "NewOwnerIsZeroAddress" },
|
|
4402
3167
|
{ type: "error", inputs: [], name: "NoHandoverRequest" },
|
|
3168
|
+
{ type: "error", inputs: [], name: "NotClaimable" },
|
|
3169
|
+
{ type: "error", inputs: [], name: "NotImplemented" },
|
|
4403
3170
|
{ type: "error", inputs: [], name: "NotInitializing" },
|
|
4404
3171
|
{ type: "error", inputs: [], name: "Unauthorized" },
|
|
3172
|
+
{ type: "error", inputs: [], name: "Unauthorized" },
|
|
3173
|
+
{
|
|
3174
|
+
type: "event",
|
|
3175
|
+
anonymous: !1,
|
|
3176
|
+
inputs: [
|
|
3177
|
+
{
|
|
3178
|
+
name: "recipient",
|
|
3179
|
+
internalType: "address",
|
|
3180
|
+
type: "address",
|
|
3181
|
+
indexed: !0
|
|
3182
|
+
},
|
|
3183
|
+
{ name: "data", internalType: "bytes", type: "bytes", indexed: !1 }
|
|
3184
|
+
],
|
|
3185
|
+
name: "Claimed"
|
|
3186
|
+
},
|
|
4405
3187
|
{
|
|
4406
3188
|
type: "event",
|
|
4407
3189
|
anonymous: !1,
|
|
@@ -4477,16 +3259,40 @@ const re = [
|
|
|
4477
3259
|
{
|
|
4478
3260
|
type: "function",
|
|
4479
3261
|
inputs: [],
|
|
4480
|
-
name: "
|
|
3262
|
+
name: "cancelOwnershipHandover",
|
|
3263
|
+
outputs: [],
|
|
3264
|
+
stateMutability: "payable"
|
|
3265
|
+
},
|
|
3266
|
+
{
|
|
3267
|
+
type: "function",
|
|
3268
|
+
inputs: [
|
|
3269
|
+
{ name: "claimTarget", internalType: "address", type: "address" },
|
|
3270
|
+
{ name: "", internalType: "bytes", type: "bytes" }
|
|
3271
|
+
],
|
|
3272
|
+
name: "claim",
|
|
3273
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
3274
|
+
stateMutability: "nonpayable"
|
|
3275
|
+
},
|
|
3276
|
+
{
|
|
3277
|
+
type: "function",
|
|
3278
|
+
inputs: [{ name: "", internalType: "address", type: "address" }],
|
|
3279
|
+
name: "claimed",
|
|
3280
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
3281
|
+
stateMutability: "view"
|
|
3282
|
+
},
|
|
3283
|
+
{
|
|
3284
|
+
type: "function",
|
|
3285
|
+
inputs: [],
|
|
3286
|
+
name: "claims",
|
|
4481
3287
|
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
4482
3288
|
stateMutability: "view"
|
|
4483
3289
|
},
|
|
4484
3290
|
{
|
|
4485
3291
|
type: "function",
|
|
4486
|
-
inputs: [],
|
|
4487
|
-
name: "
|
|
4488
|
-
outputs: [],
|
|
4489
|
-
stateMutability: "
|
|
3292
|
+
inputs: [{ name: "", internalType: "bytes", type: "bytes" }],
|
|
3293
|
+
name: "clawback",
|
|
3294
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
3295
|
+
stateMutability: "pure"
|
|
4490
3296
|
},
|
|
4491
3297
|
{
|
|
4492
3298
|
type: "function",
|
|
@@ -4497,6 +3303,13 @@ const re = [
|
|
|
4497
3303
|
outputs: [],
|
|
4498
3304
|
stateMutability: "payable"
|
|
4499
3305
|
},
|
|
3306
|
+
{
|
|
3307
|
+
type: "function",
|
|
3308
|
+
inputs: [],
|
|
3309
|
+
name: "currentReward",
|
|
3310
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
3311
|
+
stateMutability: "view"
|
|
3312
|
+
},
|
|
4500
3313
|
{
|
|
4501
3314
|
type: "function",
|
|
4502
3315
|
inputs: [],
|
|
@@ -4544,13 +3357,20 @@ const re = [
|
|
|
4544
3357
|
{
|
|
4545
3358
|
type: "function",
|
|
4546
3359
|
inputs: [
|
|
4547
|
-
{ name: "
|
|
3360
|
+
{ name: "claimTarget", internalType: "address", type: "address" },
|
|
4548
3361
|
{ name: "", internalType: "bytes", type: "bytes" }
|
|
4549
3362
|
],
|
|
4550
|
-
name: "
|
|
3363
|
+
name: "isClaimable",
|
|
4551
3364
|
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
4552
3365
|
stateMutability: "view"
|
|
4553
3366
|
},
|
|
3367
|
+
{
|
|
3368
|
+
type: "function",
|
|
3369
|
+
inputs: [],
|
|
3370
|
+
name: "limit",
|
|
3371
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
3372
|
+
stateMutability: "view"
|
|
3373
|
+
},
|
|
4554
3374
|
{
|
|
4555
3375
|
type: "function",
|
|
4556
3376
|
inputs: [],
|
|
@@ -4567,6 +3387,13 @@ const re = [
|
|
|
4567
3387
|
outputs: [{ name: "result", internalType: "uint256", type: "uint256" }],
|
|
4568
3388
|
stateMutability: "view"
|
|
4569
3389
|
},
|
|
3390
|
+
{
|
|
3391
|
+
type: "function",
|
|
3392
|
+
inputs: [{ name: "", internalType: "bytes", type: "bytes" }],
|
|
3393
|
+
name: "preflight",
|
|
3394
|
+
outputs: [{ name: "budgetData", internalType: "bytes", type: "bytes" }],
|
|
3395
|
+
stateMutability: "pure"
|
|
3396
|
+
},
|
|
4570
3397
|
{
|
|
4571
3398
|
type: "function",
|
|
4572
3399
|
inputs: [],
|
|
@@ -4598,6 +3425,13 @@ const re = [
|
|
|
4598
3425
|
outputs: [],
|
|
4599
3426
|
stateMutability: "payable"
|
|
4600
3427
|
},
|
|
3428
|
+
{
|
|
3429
|
+
type: "function",
|
|
3430
|
+
inputs: [],
|
|
3431
|
+
name: "reward",
|
|
3432
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
3433
|
+
stateMutability: "view"
|
|
3434
|
+
},
|
|
4601
3435
|
{
|
|
4602
3436
|
type: "function",
|
|
4603
3437
|
inputs: [{ name: "user", internalType: "address", type: "address" }],
|
|
@@ -4607,13 +3441,10 @@ const re = [
|
|
|
4607
3441
|
},
|
|
4608
3442
|
{
|
|
4609
3443
|
type: "function",
|
|
4610
|
-
inputs: [
|
|
4611
|
-
|
|
4612
|
-
|
|
4613
|
-
|
|
4614
|
-
name: "setAllowed",
|
|
4615
|
-
outputs: [],
|
|
4616
|
-
stateMutability: "nonpayable"
|
|
3444
|
+
inputs: [],
|
|
3445
|
+
name: "selector",
|
|
3446
|
+
outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }],
|
|
3447
|
+
stateMutability: "view"
|
|
4617
3448
|
},
|
|
4618
3449
|
{
|
|
4619
3450
|
type: "function",
|
|
@@ -4628,8 +3459,15 @@ const re = [
|
|
|
4628
3459
|
name: "transferOwnership",
|
|
4629
3460
|
outputs: [],
|
|
4630
3461
|
stateMutability: "payable"
|
|
3462
|
+
},
|
|
3463
|
+
{
|
|
3464
|
+
type: "function",
|
|
3465
|
+
inputs: [],
|
|
3466
|
+
name: "venue",
|
|
3467
|
+
outputs: [{ name: "", internalType: "address", type: "address" }],
|
|
3468
|
+
stateMutability: "view"
|
|
4631
3469
|
}
|
|
4632
|
-
],
|
|
3470
|
+
], v = [
|
|
4633
3471
|
{ type: "constructor", inputs: [], stateMutability: "nonpayable" },
|
|
4634
3472
|
{ type: "error", inputs: [], name: "AlreadyInitialized" },
|
|
4635
3473
|
{ type: "error", inputs: [], name: "CloneAlreadyInitialized" },
|
|
@@ -4637,77 +3475,19 @@ const re = [
|
|
|
4637
3475
|
{
|
|
4638
3476
|
type: "error",
|
|
4639
3477
|
inputs: [
|
|
4640
|
-
{ name: "
|
|
4641
|
-
{ name: "
|
|
4642
|
-
{ name: "required", internalType: "uint256", type: "uint256" }
|
|
4643
|
-
],
|
|
4644
|
-
name: "InsufficientFunds"
|
|
4645
|
-
},
|
|
4646
|
-
{
|
|
4647
|
-
type: "error",
|
|
4648
|
-
inputs: [
|
|
4649
|
-
{ name: "asset", internalType: "address", type: "address" },
|
|
4650
|
-
{ name: "amount", internalType: "uint256", type: "uint256" }
|
|
3478
|
+
{ name: "available", internalType: "uint8", type: "uint8" },
|
|
3479
|
+
{ name: "id", internalType: "uint256", type: "uint256" }
|
|
4651
3480
|
],
|
|
4652
|
-
name: "
|
|
3481
|
+
name: "InvalidIncentive"
|
|
4653
3482
|
},
|
|
4654
3483
|
{ type: "error", inputs: [], name: "InvalidInitialization" },
|
|
4655
3484
|
{ type: "error", inputs: [], name: "InvalidInitializationData" },
|
|
4656
3485
|
{ type: "error", inputs: [], name: "LengthMismatch" },
|
|
4657
3486
|
{ type: "error", inputs: [], name: "NewOwnerIsZeroAddress" },
|
|
4658
3487
|
{ type: "error", inputs: [], name: "NoHandoverRequest" },
|
|
4659
|
-
{ type: "error", inputs: [], name: "NotImplemented" },
|
|
4660
3488
|
{ type: "error", inputs: [], name: "NotInitializing" },
|
|
4661
|
-
{ type: "error", inputs: [], name: "Reentrancy" },
|
|
4662
|
-
{
|
|
4663
|
-
type: "error",
|
|
4664
|
-
inputs: [
|
|
4665
|
-
{ name: "asset", internalType: "address", type: "address" },
|
|
4666
|
-
{ name: "to", internalType: "address", type: "address" },
|
|
4667
|
-
{ name: "amount", internalType: "uint256", type: "uint256" }
|
|
4668
|
-
],
|
|
4669
|
-
name: "TransferFailed"
|
|
4670
|
-
},
|
|
4671
3489
|
{ type: "error", inputs: [], name: "Unauthorized" },
|
|
4672
|
-
{
|
|
4673
|
-
type: "event",
|
|
4674
|
-
anonymous: !1,
|
|
4675
|
-
inputs: [
|
|
4676
|
-
{
|
|
4677
|
-
name: "account",
|
|
4678
|
-
internalType: "address",
|
|
4679
|
-
type: "address",
|
|
4680
|
-
indexed: !0
|
|
4681
|
-
},
|
|
4682
|
-
{
|
|
4683
|
-
name: "isAuthorized",
|
|
4684
|
-
internalType: "bool",
|
|
4685
|
-
type: "bool",
|
|
4686
|
-
indexed: !1
|
|
4687
|
-
}
|
|
4688
|
-
],
|
|
4689
|
-
name: "Authorized"
|
|
4690
|
-
},
|
|
4691
|
-
{
|
|
4692
|
-
type: "event",
|
|
4693
|
-
anonymous: !1,
|
|
4694
|
-
inputs: [
|
|
4695
|
-
{
|
|
4696
|
-
name: "asset",
|
|
4697
|
-
internalType: "address",
|
|
4698
|
-
type: "address",
|
|
4699
|
-
indexed: !0
|
|
4700
|
-
},
|
|
4701
|
-
{ name: "to", internalType: "address", type: "address", indexed: !1 },
|
|
4702
|
-
{
|
|
4703
|
-
name: "amount",
|
|
4704
|
-
internalType: "uint256",
|
|
4705
|
-
type: "uint256",
|
|
4706
|
-
indexed: !1
|
|
4707
|
-
}
|
|
4708
|
-
],
|
|
4709
|
-
name: "Distributed"
|
|
4710
|
-
},
|
|
3490
|
+
{ type: "error", inputs: [], name: "Unauthorized" },
|
|
4711
3491
|
{
|
|
4712
3492
|
type: "event",
|
|
4713
3493
|
anonymous: !1,
|
|
@@ -4766,31 +3546,6 @@ const re = [
|
|
|
4766
3546
|
],
|
|
4767
3547
|
name: "OwnershipTransferred"
|
|
4768
3548
|
},
|
|
4769
|
-
{ type: "fallback", stateMutability: "payable" },
|
|
4770
|
-
{
|
|
4771
|
-
type: "function",
|
|
4772
|
-
inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
|
|
4773
|
-
name: "allocate",
|
|
4774
|
-
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
4775
|
-
stateMutability: "payable"
|
|
4776
|
-
},
|
|
4777
|
-
{
|
|
4778
|
-
type: "function",
|
|
4779
|
-
inputs: [{ name: "asset_", internalType: "address", type: "address" }],
|
|
4780
|
-
name: "available",
|
|
4781
|
-
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
4782
|
-
stateMutability: "view"
|
|
4783
|
-
},
|
|
4784
|
-
{
|
|
4785
|
-
type: "function",
|
|
4786
|
-
inputs: [
|
|
4787
|
-
{ name: "asset_", internalType: "address", type: "address" },
|
|
4788
|
-
{ name: "tokenId_", internalType: "uint256", type: "uint256" }
|
|
4789
|
-
],
|
|
4790
|
-
name: "available",
|
|
4791
|
-
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
4792
|
-
stateMutability: "view"
|
|
4793
|
-
},
|
|
4794
3549
|
{
|
|
4795
3550
|
type: "function",
|
|
4796
3551
|
inputs: [],
|
|
@@ -4798,13 +3553,6 @@ const re = [
|
|
|
4798
3553
|
outputs: [],
|
|
4799
3554
|
stateMutability: "payable"
|
|
4800
3555
|
},
|
|
4801
|
-
{
|
|
4802
|
-
type: "function",
|
|
4803
|
-
inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
|
|
4804
|
-
name: "clawback",
|
|
4805
|
-
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
4806
|
-
stateMutability: "nonpayable"
|
|
4807
|
-
},
|
|
4808
3556
|
{
|
|
4809
3557
|
type: "function",
|
|
4810
3558
|
inputs: [
|
|
@@ -4816,33 +3564,17 @@ const re = [
|
|
|
4816
3564
|
},
|
|
4817
3565
|
{
|
|
4818
3566
|
type: "function",
|
|
4819
|
-
inputs: [
|
|
4820
|
-
name: "
|
|
4821
|
-
outputs: [
|
|
4822
|
-
|
|
4823
|
-
|
|
4824
|
-
|
|
4825
|
-
|
|
4826
|
-
|
|
4827
|
-
|
|
4828
|
-
|
|
4829
|
-
stateMutability: "nonpayable"
|
|
4830
|
-
},
|
|
4831
|
-
{
|
|
4832
|
-
type: "function",
|
|
4833
|
-
inputs: [{ name: "asset_", internalType: "address", type: "address" }],
|
|
4834
|
-
name: "distributed",
|
|
4835
|
-
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
4836
|
-
stateMutability: "view"
|
|
4837
|
-
},
|
|
4838
|
-
{
|
|
4839
|
-
type: "function",
|
|
4840
|
-
inputs: [
|
|
4841
|
-
{ name: "asset_", internalType: "address", type: "address" },
|
|
4842
|
-
{ name: "tokenId_", internalType: "uint256", type: "uint256" }
|
|
3567
|
+
inputs: [],
|
|
3568
|
+
name: "eip712Domain",
|
|
3569
|
+
outputs: [
|
|
3570
|
+
{ name: "fields", internalType: "bytes1", type: "bytes1" },
|
|
3571
|
+
{ name: "name", internalType: "string", type: "string" },
|
|
3572
|
+
{ name: "version", internalType: "string", type: "string" },
|
|
3573
|
+
{ name: "chainId", internalType: "uint256", type: "uint256" },
|
|
3574
|
+
{ name: "verifyingContract", internalType: "address", type: "address" },
|
|
3575
|
+
{ name: "salt", internalType: "bytes32", type: "bytes32" },
|
|
3576
|
+
{ name: "extensions", internalType: "uint256[]", type: "uint256[]" }
|
|
4843
3577
|
],
|
|
4844
|
-
name: "distributed",
|
|
4845
|
-
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
4846
3578
|
stateMutability: "view"
|
|
4847
3579
|
},
|
|
4848
3580
|
{
|
|
@@ -4852,45 +3584,26 @@ const re = [
|
|
|
4852
3584
|
outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }],
|
|
4853
3585
|
stateMutability: "pure"
|
|
4854
3586
|
},
|
|
4855
|
-
{
|
|
4856
|
-
type: "function",
|
|
4857
|
-
inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
|
|
4858
|
-
name: "initialize",
|
|
4859
|
-
outputs: [],
|
|
4860
|
-
stateMutability: "nonpayable"
|
|
4861
|
-
},
|
|
4862
|
-
{
|
|
4863
|
-
type: "function",
|
|
4864
|
-
inputs: [{ name: "account_", internalType: "address", type: "address" }],
|
|
4865
|
-
name: "isAuthorized",
|
|
4866
|
-
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
4867
|
-
stateMutability: "view"
|
|
4868
|
-
},
|
|
4869
3587
|
{
|
|
4870
3588
|
type: "function",
|
|
4871
3589
|
inputs: [
|
|
4872
|
-
{ name: "", internalType: "
|
|
4873
|
-
{ name: "", internalType: "
|
|
4874
|
-
{ name: "", internalType: "
|
|
4875
|
-
{ name: "", internalType: "
|
|
4876
|
-
{ name: "", internalType: "bytes", type: "bytes" }
|
|
3590
|
+
{ name: "boostId", internalType: "uint256", type: "uint256" },
|
|
3591
|
+
{ name: "incentiveQuantity", internalType: "uint8", type: "uint8" },
|
|
3592
|
+
{ name: "claimant", internalType: "address", type: "address" },
|
|
3593
|
+
{ name: "incentiveData", internalType: "bytes", type: "bytes" }
|
|
4877
3594
|
],
|
|
4878
|
-
name: "
|
|
4879
|
-
outputs: [
|
|
4880
|
-
|
|
3595
|
+
name: "hashSignerData",
|
|
3596
|
+
outputs: [
|
|
3597
|
+
{ name: "hashedSignerData", internalType: "bytes32", type: "bytes32" }
|
|
3598
|
+
],
|
|
3599
|
+
stateMutability: "view"
|
|
4881
3600
|
},
|
|
4882
3601
|
{
|
|
4883
3602
|
type: "function",
|
|
4884
|
-
inputs: [
|
|
4885
|
-
|
|
4886
|
-
|
|
4887
|
-
|
|
4888
|
-
{ name: "", internalType: "uint256", type: "uint256" },
|
|
4889
|
-
{ name: "", internalType: "bytes", type: "bytes" }
|
|
4890
|
-
],
|
|
4891
|
-
name: "onERC1155Received",
|
|
4892
|
-
outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }],
|
|
4893
|
-
stateMutability: "pure"
|
|
3603
|
+
inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
|
|
3604
|
+
name: "initialize",
|
|
3605
|
+
outputs: [],
|
|
3606
|
+
stateMutability: "nonpayable"
|
|
4894
3607
|
},
|
|
4895
3608
|
{
|
|
4896
3609
|
type: "function",
|
|
@@ -4905,15 +3618,8 @@ const re = [
|
|
|
4905
3618
|
{ name: "pendingOwner", internalType: "address", type: "address" }
|
|
4906
3619
|
],
|
|
4907
3620
|
name: "ownershipHandoverExpiresAt",
|
|
4908
|
-
outputs: [{ name: "result", internalType: "uint256", type: "uint256" }],
|
|
4909
|
-
stateMutability: "view"
|
|
4910
|
-
},
|
|
4911
|
-
{
|
|
4912
|
-
type: "function",
|
|
4913
|
-
inputs: [{ name: "", internalType: "bytes", type: "bytes" }],
|
|
4914
|
-
name: "reconcile",
|
|
4915
|
-
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
4916
|
-
stateMutability: "nonpayable"
|
|
3621
|
+
outputs: [{ name: "result", internalType: "uint256", type: "uint256" }],
|
|
3622
|
+
stateMutability: "view"
|
|
4917
3623
|
},
|
|
4918
3624
|
{
|
|
4919
3625
|
type: "function",
|
|
@@ -4932,7 +3638,7 @@ const re = [
|
|
|
4932
3638
|
{
|
|
4933
3639
|
type: "function",
|
|
4934
3640
|
inputs: [
|
|
4935
|
-
{ name: "
|
|
3641
|
+
{ name: "signers_", internalType: "address[]", type: "address[]" },
|
|
4936
3642
|
{ name: "authorized_", internalType: "bool[]", type: "bool[]" }
|
|
4937
3643
|
],
|
|
4938
3644
|
name: "setAuthorized",
|
|
@@ -4941,26 +3647,23 @@ const re = [
|
|
|
4941
3647
|
},
|
|
4942
3648
|
{
|
|
4943
3649
|
type: "function",
|
|
4944
|
-
inputs: [{ name: "
|
|
4945
|
-
name: "
|
|
4946
|
-
outputs: [
|
|
4947
|
-
stateMutability: "
|
|
3650
|
+
inputs: [{ name: "newCaller", internalType: "address", type: "address" }],
|
|
3651
|
+
name: "setValidatorCaller",
|
|
3652
|
+
outputs: [],
|
|
3653
|
+
stateMutability: "nonpayable"
|
|
4948
3654
|
},
|
|
4949
3655
|
{
|
|
4950
3656
|
type: "function",
|
|
4951
|
-
inputs: [{ name: "
|
|
4952
|
-
name: "
|
|
4953
|
-
outputs: [{ name: "", internalType: "
|
|
3657
|
+
inputs: [{ name: "", internalType: "address", type: "address" }],
|
|
3658
|
+
name: "signers",
|
|
3659
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
4954
3660
|
stateMutability: "view"
|
|
4955
3661
|
},
|
|
4956
3662
|
{
|
|
4957
3663
|
type: "function",
|
|
4958
|
-
inputs: [
|
|
4959
|
-
|
|
4960
|
-
|
|
4961
|
-
],
|
|
4962
|
-
name: "total",
|
|
4963
|
-
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
3664
|
+
inputs: [{ name: "interfaceId", internalType: "bytes4", type: "bytes4" }],
|
|
3665
|
+
name: "supportsInterface",
|
|
3666
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
4964
3667
|
stateMutability: "view"
|
|
4965
3668
|
},
|
|
4966
3669
|
{
|
|
@@ -4970,8 +3673,19 @@ const re = [
|
|
|
4970
3673
|
outputs: [],
|
|
4971
3674
|
stateMutability: "payable"
|
|
4972
3675
|
},
|
|
4973
|
-
{
|
|
4974
|
-
|
|
3676
|
+
{
|
|
3677
|
+
type: "function",
|
|
3678
|
+
inputs: [
|
|
3679
|
+
{ name: "boostId", internalType: "uint256", type: "uint256" },
|
|
3680
|
+
{ name: "incentiveId", internalType: "uint256", type: "uint256" },
|
|
3681
|
+
{ name: "claimant", internalType: "address", type: "address" },
|
|
3682
|
+
{ name: "claimData", internalType: "bytes", type: "bytes" }
|
|
3683
|
+
],
|
|
3684
|
+
name: "validate",
|
|
3685
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
3686
|
+
stateMutability: "nonpayable"
|
|
3687
|
+
}
|
|
3688
|
+
], N = [
|
|
4975
3689
|
{ type: "constructor", inputs: [], stateMutability: "nonpayable" },
|
|
4976
3690
|
{ type: "error", inputs: [], name: "AlreadyInitialized" },
|
|
4977
3691
|
{ type: "error", inputs: [], name: "CloneAlreadyInitialized" },
|
|
@@ -5041,6 +3755,27 @@ const re = [
|
|
|
5041
3755
|
],
|
|
5042
3756
|
name: "OwnershipTransferred"
|
|
5043
3757
|
},
|
|
3758
|
+
{
|
|
3759
|
+
type: "event",
|
|
3760
|
+
anonymous: !1,
|
|
3761
|
+
inputs: [
|
|
3762
|
+
{ name: "user", internalType: "address", type: "address", indexed: !0 },
|
|
3763
|
+
{
|
|
3764
|
+
name: "roles",
|
|
3765
|
+
internalType: "uint256",
|
|
3766
|
+
type: "uint256",
|
|
3767
|
+
indexed: !0
|
|
3768
|
+
}
|
|
3769
|
+
],
|
|
3770
|
+
name: "RolesUpdated"
|
|
3771
|
+
},
|
|
3772
|
+
{
|
|
3773
|
+
type: "function",
|
|
3774
|
+
inputs: [],
|
|
3775
|
+
name: "LIST_MANAGER_ROLE",
|
|
3776
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
3777
|
+
stateMutability: "view"
|
|
3778
|
+
},
|
|
5044
3779
|
{
|
|
5045
3780
|
type: "function",
|
|
5046
3781
|
inputs: [],
|
|
@@ -5064,6 +3799,36 @@ const re = [
|
|
|
5064
3799
|
outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }],
|
|
5065
3800
|
stateMutability: "pure"
|
|
5066
3801
|
},
|
|
3802
|
+
{
|
|
3803
|
+
type: "function",
|
|
3804
|
+
inputs: [
|
|
3805
|
+
{ name: "user", internalType: "address", type: "address" },
|
|
3806
|
+
{ name: "roles", internalType: "uint256", type: "uint256" }
|
|
3807
|
+
],
|
|
3808
|
+
name: "grantRoles",
|
|
3809
|
+
outputs: [],
|
|
3810
|
+
stateMutability: "payable"
|
|
3811
|
+
},
|
|
3812
|
+
{
|
|
3813
|
+
type: "function",
|
|
3814
|
+
inputs: [
|
|
3815
|
+
{ name: "user", internalType: "address", type: "address" },
|
|
3816
|
+
{ name: "roles", internalType: "uint256", type: "uint256" }
|
|
3817
|
+
],
|
|
3818
|
+
name: "hasAllRoles",
|
|
3819
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
3820
|
+
stateMutability: "view"
|
|
3821
|
+
},
|
|
3822
|
+
{
|
|
3823
|
+
type: "function",
|
|
3824
|
+
inputs: [
|
|
3825
|
+
{ name: "user", internalType: "address", type: "address" },
|
|
3826
|
+
{ name: "roles", internalType: "uint256", type: "uint256" }
|
|
3827
|
+
],
|
|
3828
|
+
name: "hasAnyRole",
|
|
3829
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
3830
|
+
stateMutability: "view"
|
|
3831
|
+
},
|
|
5067
3832
|
{
|
|
5068
3833
|
type: "function",
|
|
5069
3834
|
inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
|
|
@@ -5104,6 +3869,13 @@ const re = [
|
|
|
5104
3869
|
outputs: [],
|
|
5105
3870
|
stateMutability: "payable"
|
|
5106
3871
|
},
|
|
3872
|
+
{
|
|
3873
|
+
type: "function",
|
|
3874
|
+
inputs: [{ name: "roles", internalType: "uint256", type: "uint256" }],
|
|
3875
|
+
name: "renounceRoles",
|
|
3876
|
+
outputs: [],
|
|
3877
|
+
stateMutability: "payable"
|
|
3878
|
+
},
|
|
5107
3879
|
{
|
|
5108
3880
|
type: "function",
|
|
5109
3881
|
inputs: [],
|
|
@@ -5111,13 +3883,30 @@ const re = [
|
|
|
5111
3883
|
outputs: [],
|
|
5112
3884
|
stateMutability: "payable"
|
|
5113
3885
|
},
|
|
3886
|
+
{
|
|
3887
|
+
type: "function",
|
|
3888
|
+
inputs: [
|
|
3889
|
+
{ name: "user", internalType: "address", type: "address" },
|
|
3890
|
+
{ name: "roles", internalType: "uint256", type: "uint256" }
|
|
3891
|
+
],
|
|
3892
|
+
name: "revokeRoles",
|
|
3893
|
+
outputs: [],
|
|
3894
|
+
stateMutability: "payable"
|
|
3895
|
+
},
|
|
3896
|
+
{
|
|
3897
|
+
type: "function",
|
|
3898
|
+
inputs: [{ name: "user", internalType: "address", type: "address" }],
|
|
3899
|
+
name: "rolesOf",
|
|
3900
|
+
outputs: [{ name: "roles", internalType: "uint256", type: "uint256" }],
|
|
3901
|
+
stateMutability: "view"
|
|
3902
|
+
},
|
|
5114
3903
|
{
|
|
5115
3904
|
type: "function",
|
|
5116
3905
|
inputs: [
|
|
5117
3906
|
{ name: "users_", internalType: "address[]", type: "address[]" },
|
|
5118
|
-
{ name: "
|
|
3907
|
+
{ name: "allowed_", internalType: "bool[]", type: "bool[]" }
|
|
5119
3908
|
],
|
|
5120
|
-
name: "
|
|
3909
|
+
name: "setAllowed",
|
|
5121
3910
|
outputs: [],
|
|
5122
3911
|
stateMutability: "nonpayable"
|
|
5123
3912
|
},
|
|
@@ -5135,85 +3924,18 @@ const re = [
|
|
|
5135
3924
|
outputs: [],
|
|
5136
3925
|
stateMutability: "payable"
|
|
5137
3926
|
}
|
|
5138
|
-
],
|
|
3927
|
+
], _ = [
|
|
5139
3928
|
{ type: "constructor", inputs: [], stateMutability: "nonpayable" },
|
|
5140
3929
|
{ type: "error", inputs: [], name: "AlreadyInitialized" },
|
|
5141
3930
|
{ type: "error", inputs: [], name: "CloneAlreadyInitialized" },
|
|
5142
3931
|
{ type: "error", inputs: [], name: "InitializerNotImplemented" },
|
|
5143
|
-
{
|
|
5144
|
-
type: "error",
|
|
5145
|
-
inputs: [
|
|
5146
|
-
{ name: "asset", internalType: "address", type: "address" },
|
|
5147
|
-
{ name: "available", internalType: "uint256", type: "uint256" },
|
|
5148
|
-
{ name: "required", internalType: "uint256", type: "uint256" }
|
|
5149
|
-
],
|
|
5150
|
-
name: "InsufficientFunds"
|
|
5151
|
-
},
|
|
5152
|
-
{
|
|
5153
|
-
type: "error",
|
|
5154
|
-
inputs: [
|
|
5155
|
-
{ name: "asset", internalType: "address", type: "address" },
|
|
5156
|
-
{ name: "amount", internalType: "uint256", type: "uint256" }
|
|
5157
|
-
],
|
|
5158
|
-
name: "InvalidAllocation"
|
|
5159
|
-
},
|
|
5160
3932
|
{ type: "error", inputs: [], name: "InvalidInitialization" },
|
|
5161
3933
|
{ type: "error", inputs: [], name: "InvalidInitializationData" },
|
|
5162
3934
|
{ type: "error", inputs: [], name: "LengthMismatch" },
|
|
5163
3935
|
{ type: "error", inputs: [], name: "NewOwnerIsZeroAddress" },
|
|
5164
3936
|
{ type: "error", inputs: [], name: "NoHandoverRequest" },
|
|
5165
|
-
{ type: "error", inputs: [], name: "NotImplemented" },
|
|
5166
3937
|
{ type: "error", inputs: [], name: "NotInitializing" },
|
|
5167
|
-
{ type: "error", inputs: [], name: "Reentrancy" },
|
|
5168
|
-
{
|
|
5169
|
-
type: "error",
|
|
5170
|
-
inputs: [
|
|
5171
|
-
{ name: "asset", internalType: "address", type: "address" },
|
|
5172
|
-
{ name: "to", internalType: "address", type: "address" },
|
|
5173
|
-
{ name: "amount", internalType: "uint256", type: "uint256" }
|
|
5174
|
-
],
|
|
5175
|
-
name: "TransferFailed"
|
|
5176
|
-
},
|
|
5177
3938
|
{ type: "error", inputs: [], name: "Unauthorized" },
|
|
5178
|
-
{
|
|
5179
|
-
type: "event",
|
|
5180
|
-
anonymous: !1,
|
|
5181
|
-
inputs: [
|
|
5182
|
-
{
|
|
5183
|
-
name: "account",
|
|
5184
|
-
internalType: "address",
|
|
5185
|
-
type: "address",
|
|
5186
|
-
indexed: !0
|
|
5187
|
-
},
|
|
5188
|
-
{
|
|
5189
|
-
name: "isAuthorized",
|
|
5190
|
-
internalType: "bool",
|
|
5191
|
-
type: "bool",
|
|
5192
|
-
indexed: !1
|
|
5193
|
-
}
|
|
5194
|
-
],
|
|
5195
|
-
name: "Authorized"
|
|
5196
|
-
},
|
|
5197
|
-
{
|
|
5198
|
-
type: "event",
|
|
5199
|
-
anonymous: !1,
|
|
5200
|
-
inputs: [
|
|
5201
|
-
{
|
|
5202
|
-
name: "asset",
|
|
5203
|
-
internalType: "address",
|
|
5204
|
-
type: "address",
|
|
5205
|
-
indexed: !0
|
|
5206
|
-
},
|
|
5207
|
-
{ name: "to", internalType: "address", type: "address", indexed: !1 },
|
|
5208
|
-
{
|
|
5209
|
-
name: "amount",
|
|
5210
|
-
internalType: "uint256",
|
|
5211
|
-
type: "uint256",
|
|
5212
|
-
indexed: !1
|
|
5213
|
-
}
|
|
5214
|
-
],
|
|
5215
|
-
name: "Distributed"
|
|
5216
|
-
},
|
|
5217
3939
|
{
|
|
5218
3940
|
type: "event",
|
|
5219
3941
|
anonymous: !1,
|
|
@@ -5272,21 +3994,6 @@ const re = [
|
|
|
5272
3994
|
],
|
|
5273
3995
|
name: "OwnershipTransferred"
|
|
5274
3996
|
},
|
|
5275
|
-
{ type: "fallback", stateMutability: "payable" },
|
|
5276
|
-
{
|
|
5277
|
-
type: "function",
|
|
5278
|
-
inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
|
|
5279
|
-
name: "allocate",
|
|
5280
|
-
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
5281
|
-
stateMutability: "payable"
|
|
5282
|
-
},
|
|
5283
|
-
{
|
|
5284
|
-
type: "function",
|
|
5285
|
-
inputs: [{ name: "asset_", internalType: "address", type: "address" }],
|
|
5286
|
-
name: "available",
|
|
5287
|
-
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
5288
|
-
stateMutability: "view"
|
|
5289
|
-
},
|
|
5290
3997
|
{
|
|
5291
3998
|
type: "function",
|
|
5292
3999
|
inputs: [],
|
|
@@ -5295,62 +4002,13 @@ const re = [
|
|
|
5295
4002
|
stateMutability: "payable"
|
|
5296
4003
|
},
|
|
5297
4004
|
{
|
|
5298
|
-
type: "function",
|
|
5299
|
-
inputs: [
|
|
5300
|
-
|
|
5301
|
-
|
|
5302
|
-
|
|
5303
|
-
|
|
5304
|
-
|
|
5305
|
-
type: "function",
|
|
5306
|
-
inputs: [],
|
|
5307
|
-
name: "cliff",
|
|
5308
|
-
outputs: [{ name: "", internalType: "uint64", type: "uint64" }],
|
|
5309
|
-
stateMutability: "view"
|
|
5310
|
-
},
|
|
5311
|
-
{
|
|
5312
|
-
type: "function",
|
|
5313
|
-
inputs: [
|
|
5314
|
-
{ name: "pendingOwner", internalType: "address", type: "address" }
|
|
5315
|
-
],
|
|
5316
|
-
name: "completeOwnershipHandover",
|
|
5317
|
-
outputs: [],
|
|
5318
|
-
stateMutability: "payable"
|
|
5319
|
-
},
|
|
5320
|
-
{
|
|
5321
|
-
type: "function",
|
|
5322
|
-
inputs: [{ name: "data_", internalType: "bytes", type: "bytes" }],
|
|
5323
|
-
name: "disburse",
|
|
5324
|
-
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
5325
|
-
stateMutability: "nonpayable"
|
|
5326
|
-
},
|
|
5327
|
-
{
|
|
5328
|
-
type: "function",
|
|
5329
|
-
inputs: [{ name: "data_", internalType: "bytes[]", type: "bytes[]" }],
|
|
5330
|
-
name: "disburseBatch",
|
|
5331
|
-
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
5332
|
-
stateMutability: "nonpayable"
|
|
5333
|
-
},
|
|
5334
|
-
{
|
|
5335
|
-
type: "function",
|
|
5336
|
-
inputs: [{ name: "asset_", internalType: "address", type: "address" }],
|
|
5337
|
-
name: "distributed",
|
|
5338
|
-
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
5339
|
-
stateMutability: "view"
|
|
5340
|
-
},
|
|
5341
|
-
{
|
|
5342
|
-
type: "function",
|
|
5343
|
-
inputs: [],
|
|
5344
|
-
name: "duration",
|
|
5345
|
-
outputs: [{ name: "", internalType: "uint64", type: "uint64" }],
|
|
5346
|
-
stateMutability: "view"
|
|
5347
|
-
},
|
|
5348
|
-
{
|
|
5349
|
-
type: "function",
|
|
5350
|
-
inputs: [],
|
|
5351
|
-
name: "end",
|
|
5352
|
-
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
5353
|
-
stateMutability: "view"
|
|
4005
|
+
type: "function",
|
|
4006
|
+
inputs: [
|
|
4007
|
+
{ name: "pendingOwner", internalType: "address", type: "address" }
|
|
4008
|
+
],
|
|
4009
|
+
name: "completeOwnershipHandover",
|
|
4010
|
+
outputs: [],
|
|
4011
|
+
stateMutability: "payable"
|
|
5354
4012
|
},
|
|
5355
4013
|
{
|
|
5356
4014
|
type: "function",
|
|
@@ -5368,8 +4026,11 @@ const re = [
|
|
|
5368
4026
|
},
|
|
5369
4027
|
{
|
|
5370
4028
|
type: "function",
|
|
5371
|
-
inputs: [
|
|
5372
|
-
|
|
4029
|
+
inputs: [
|
|
4030
|
+
{ name: "user_", internalType: "address", type: "address" },
|
|
4031
|
+
{ name: "", internalType: "bytes", type: "bytes" }
|
|
4032
|
+
],
|
|
4033
|
+
name: "isAllowed",
|
|
5373
4034
|
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
5374
4035
|
stateMutability: "view"
|
|
5375
4036
|
},
|
|
@@ -5389,13 +4050,6 @@ const re = [
|
|
|
5389
4050
|
outputs: [{ name: "result", internalType: "uint256", type: "uint256" }],
|
|
5390
4051
|
stateMutability: "view"
|
|
5391
4052
|
},
|
|
5392
|
-
{
|
|
5393
|
-
type: "function",
|
|
5394
|
-
inputs: [{ name: "", internalType: "bytes", type: "bytes" }],
|
|
5395
|
-
name: "reconcile",
|
|
5396
|
-
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
5397
|
-
stateMutability: "nonpayable"
|
|
5398
|
-
},
|
|
5399
4053
|
{
|
|
5400
4054
|
type: "function",
|
|
5401
4055
|
inputs: [],
|
|
@@ -5413,20 +4067,13 @@ const re = [
|
|
|
5413
4067
|
{
|
|
5414
4068
|
type: "function",
|
|
5415
4069
|
inputs: [
|
|
5416
|
-
{ name: "
|
|
5417
|
-
{ name: "
|
|
4070
|
+
{ name: "users_", internalType: "address[]", type: "address[]" },
|
|
4071
|
+
{ name: "denied_", internalType: "bool[]", type: "bool[]" }
|
|
5418
4072
|
],
|
|
5419
|
-
name: "
|
|
4073
|
+
name: "setDenied",
|
|
5420
4074
|
outputs: [],
|
|
5421
4075
|
stateMutability: "nonpayable"
|
|
5422
4076
|
},
|
|
5423
|
-
{
|
|
5424
|
-
type: "function",
|
|
5425
|
-
inputs: [],
|
|
5426
|
-
name: "start",
|
|
5427
|
-
outputs: [{ name: "", internalType: "uint64", type: "uint64" }],
|
|
5428
|
-
stateMutability: "view"
|
|
5429
|
-
},
|
|
5430
4077
|
{
|
|
5431
4078
|
type: "function",
|
|
5432
4079
|
inputs: [{ name: "interfaceId", internalType: "bytes4", type: "bytes4" }],
|
|
@@ -5434,795 +4081,533 @@ const re = [
|
|
|
5434
4081
|
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
5435
4082
|
stateMutability: "view"
|
|
5436
4083
|
},
|
|
5437
|
-
{
|
|
5438
|
-
type: "function",
|
|
5439
|
-
inputs: [{ name: "asset_", internalType: "address", type: "address" }],
|
|
5440
|
-
name: "total",
|
|
5441
|
-
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
5442
|
-
stateMutability: "view"
|
|
5443
|
-
},
|
|
5444
4084
|
{
|
|
5445
4085
|
type: "function",
|
|
5446
4086
|
inputs: [{ name: "newOwner", internalType: "address", type: "address" }],
|
|
5447
4087
|
name: "transferOwnership",
|
|
5448
4088
|
outputs: [],
|
|
5449
4089
|
stateMutability: "payable"
|
|
5450
|
-
}
|
|
5451
|
-
|
|
5452
|
-
|
|
5453
|
-
abi: S,
|
|
4090
|
+
}
|
|
4091
|
+
], re = /* @__PURE__ */ n({
|
|
4092
|
+
abi: q,
|
|
5454
4093
|
functionName: "getComponentInterface"
|
|
5455
|
-
}),
|
|
5456
|
-
{ abi:
|
|
5457
|
-
),
|
|
5458
|
-
{ abi:
|
|
5459
|
-
),
|
|
5460
|
-
abi:
|
|
4094
|
+
}), ye = /* @__PURE__ */ n(
|
|
4095
|
+
{ abi: q, functionName: "supportsInterface" }
|
|
4096
|
+
), ue = /* @__PURE__ */ n(
|
|
4097
|
+
{ abi: w, functionName: "allowList" }
|
|
4098
|
+
), oe = /* @__PURE__ */ n({
|
|
4099
|
+
abi: w,
|
|
5461
4100
|
functionName: "claimed"
|
|
5462
|
-
}),
|
|
5463
|
-
abi:
|
|
4101
|
+
}), le = /* @__PURE__ */ n({
|
|
4102
|
+
abi: w,
|
|
5464
4103
|
functionName: "claims"
|
|
5465
|
-
}),
|
|
5466
|
-
abi:
|
|
4104
|
+
}), de = /* @__PURE__ */ n({
|
|
4105
|
+
abi: w,
|
|
5467
4106
|
functionName: "isClaimable"
|
|
5468
|
-
}),
|
|
5469
|
-
abi:
|
|
4107
|
+
}), me = /* @__PURE__ */ n({
|
|
4108
|
+
abi: w,
|
|
5470
4109
|
functionName: "limit"
|
|
5471
|
-
}),
|
|
5472
|
-
abi:
|
|
4110
|
+
}), ce = /* @__PURE__ */ n({
|
|
4111
|
+
abi: w,
|
|
5473
4112
|
functionName: "owner"
|
|
5474
|
-
}),
|
|
5475
|
-
abi:
|
|
4113
|
+
}), be = /* @__PURE__ */ n({
|
|
4114
|
+
abi: w,
|
|
5476
4115
|
functionName: "reward"
|
|
5477
|
-
}),
|
|
5478
|
-
abi:
|
|
4116
|
+
}), Te = /* @__PURE__ */ p({
|
|
4117
|
+
abi: w,
|
|
5479
4118
|
functionName: "claim"
|
|
5480
|
-
}),
|
|
5481
|
-
abi:
|
|
4119
|
+
}), fe = /* @__PURE__ */ s({
|
|
4120
|
+
abi: w,
|
|
5482
4121
|
functionName: "claim"
|
|
5483
|
-
}),
|
|
5484
|
-
abi:
|
|
4122
|
+
}), we = /* @__PURE__ */ n({
|
|
4123
|
+
abi: m,
|
|
5485
4124
|
functionName: "claimFee"
|
|
5486
|
-
}),
|
|
5487
|
-
abi:
|
|
4125
|
+
}), ve = /* @__PURE__ */ n({
|
|
4126
|
+
abi: m,
|
|
5488
4127
|
functionName: "createBoostAuth"
|
|
5489
|
-
}),
|
|
5490
|
-
abi:
|
|
4128
|
+
}), Ie = /* @__PURE__ */ n({
|
|
4129
|
+
abi: m,
|
|
5491
4130
|
functionName: "getBoost"
|
|
5492
|
-
}),
|
|
5493
|
-
abi:
|
|
4131
|
+
}), Me = /* @__PURE__ */ n({
|
|
4132
|
+
abi: m,
|
|
5494
4133
|
functionName: "getBoostCount"
|
|
5495
|
-
}),
|
|
5496
|
-
abi:
|
|
4134
|
+
}), he = /* @__PURE__ */ n({
|
|
4135
|
+
abi: m,
|
|
5497
4136
|
functionName: "protocolFee"
|
|
5498
|
-
}),
|
|
5499
|
-
abi:
|
|
4137
|
+
}), ge = /* @__PURE__ */ n({
|
|
4138
|
+
abi: m,
|
|
5500
4139
|
functionName: "protocolFeeReceiver"
|
|
5501
|
-
}),
|
|
5502
|
-
abi:
|
|
4140
|
+
}), Ne = /* @__PURE__ */ p({
|
|
4141
|
+
abi: m,
|
|
5503
4142
|
functionName: "claimIncentive"
|
|
5504
|
-
}),
|
|
5505
|
-
abi:
|
|
4143
|
+
}), Oe = /* @__PURE__ */ p({
|
|
4144
|
+
abi: m,
|
|
5506
4145
|
functionName: "setClaimFee"
|
|
5507
|
-
}),
|
|
5508
|
-
abi:
|
|
4146
|
+
}), Ae = /* @__PURE__ */ p({
|
|
4147
|
+
abi: m,
|
|
5509
4148
|
functionName: "setCreateBoostAuth"
|
|
5510
|
-
}),
|
|
5511
|
-
abi:
|
|
4149
|
+
}), ze = /* @__PURE__ */ p({
|
|
4150
|
+
abi: m,
|
|
5512
4151
|
functionName: "setProtocolFeeReceiver"
|
|
5513
|
-
}),
|
|
5514
|
-
abi:
|
|
4152
|
+
}), Ce = /* @__PURE__ */ s({
|
|
4153
|
+
abi: m,
|
|
5515
4154
|
functionName: "claimIncentive"
|
|
5516
|
-
}),
|
|
5517
|
-
abi:
|
|
4155
|
+
}), xe = /* @__PURE__ */ s({
|
|
4156
|
+
abi: m,
|
|
5518
4157
|
functionName: "setClaimFee"
|
|
5519
|
-
}),
|
|
5520
|
-
abi:
|
|
4158
|
+
}), Re = /* @__PURE__ */ s({
|
|
4159
|
+
abi: m,
|
|
5521
4160
|
functionName: "setCreateBoostAuth"
|
|
5522
|
-
}),
|
|
5523
|
-
abi:
|
|
4161
|
+
}), _e = /* @__PURE__ */ s({
|
|
4162
|
+
abi: m,
|
|
5524
4163
|
functionName: "setProtocolFeeReceiver"
|
|
5525
|
-
}),
|
|
5526
|
-
abi:
|
|
4164
|
+
}), He = /* @__PURE__ */ n({
|
|
4165
|
+
abi: I,
|
|
5527
4166
|
functionName: "getBaseImplementation"
|
|
5528
|
-
}),
|
|
5529
|
-
abi:
|
|
4167
|
+
}), De = /* @__PURE__ */ n({
|
|
4168
|
+
abi: I,
|
|
5530
4169
|
functionName: "getCloneIdentifier"
|
|
5531
|
-
}),
|
|
5532
|
-
abi:
|
|
4170
|
+
}), Ee = /* @__PURE__ */ n({
|
|
4171
|
+
abi: I,
|
|
5533
4172
|
functionName: "getClones"
|
|
5534
|
-
}),
|
|
5535
|
-
abi:
|
|
4173
|
+
}), Fe = /* @__PURE__ */ p({
|
|
4174
|
+
abi: I,
|
|
5536
4175
|
functionName: "deployClone"
|
|
5537
|
-
}),
|
|
5538
|
-
abi:
|
|
4176
|
+
}), Be = /* @__PURE__ */ p({
|
|
4177
|
+
abi: I,
|
|
5539
4178
|
functionName: "register"
|
|
5540
|
-
}),
|
|
5541
|
-
abi:
|
|
4179
|
+
}), qe = /* @__PURE__ */ s({
|
|
4180
|
+
abi: I,
|
|
5542
4181
|
functionName: "deployClone"
|
|
5543
|
-
}),
|
|
5544
|
-
abi:
|
|
4182
|
+
}), ke = /* @__PURE__ */ s({
|
|
4183
|
+
abi: I,
|
|
5545
4184
|
functionName: "register"
|
|
5546
|
-
}),
|
|
5547
|
-
abi:
|
|
4185
|
+
}), Pe = /* @__PURE__ */ n({
|
|
4186
|
+
abi: c,
|
|
5548
4187
|
functionName: "asset"
|
|
5549
|
-
}),
|
|
5550
|
-
abi:
|
|
4188
|
+
}), Le = /* @__PURE__ */ n({
|
|
4189
|
+
abi: c,
|
|
5551
4190
|
functionName: "cgdaParams"
|
|
5552
|
-
}),
|
|
5553
|
-
abi:
|
|
4191
|
+
}), Ue = /* @__PURE__ */ n({
|
|
4192
|
+
abi: c,
|
|
5554
4193
|
functionName: "claimed"
|
|
5555
|
-
}),
|
|
5556
|
-
abi:
|
|
4194
|
+
}), Se = /* @__PURE__ */ n({
|
|
4195
|
+
abi: c,
|
|
5557
4196
|
functionName: "claims"
|
|
5558
|
-
}),
|
|
5559
|
-
abi:
|
|
4197
|
+
}), je = /* @__PURE__ */ n({
|
|
4198
|
+
abi: c,
|
|
5560
4199
|
functionName: "currentReward"
|
|
5561
|
-
}),
|
|
5562
|
-
abi:
|
|
4200
|
+
}), Ve = /* @__PURE__ */ n({
|
|
4201
|
+
abi: c,
|
|
5563
4202
|
functionName: "isClaimable"
|
|
5564
|
-
}),
|
|
5565
|
-
abi:
|
|
4203
|
+
}), $e = /* @__PURE__ */ n({
|
|
4204
|
+
abi: c,
|
|
5566
4205
|
functionName: "owner"
|
|
5567
|
-
}),
|
|
5568
|
-
abi:
|
|
4206
|
+
}), Ze = /* @__PURE__ */ n({
|
|
4207
|
+
abi: c,
|
|
5569
4208
|
functionName: "reward"
|
|
5570
|
-
}),
|
|
5571
|
-
abi:
|
|
4209
|
+
}), Ge = /* @__PURE__ */ n({
|
|
4210
|
+
abi: c,
|
|
5572
4211
|
functionName: "totalBudget"
|
|
5573
|
-
}),
|
|
5574
|
-
abi:
|
|
5575
|
-
functionName: "claim"
|
|
5576
|
-
}), et = /* @__PURE__ */ s({
|
|
5577
|
-
abi: f,
|
|
5578
|
-
functionName: "clawback"
|
|
5579
|
-
}), tt = /* @__PURE__ */ i({
|
|
5580
|
-
abi: f,
|
|
5581
|
-
functionName: "claim"
|
|
5582
|
-
}), nt = /* @__PURE__ */ i({
|
|
5583
|
-
abi: f,
|
|
5584
|
-
functionName: "clawback"
|
|
5585
|
-
}), at = /* @__PURE__ */ e({
|
|
5586
|
-
abi: g,
|
|
5587
|
-
functionName: "chainId"
|
|
5588
|
-
}), it = /* @__PURE__ */ e({
|
|
5589
|
-
abi: g,
|
|
5590
|
-
functionName: "prepare"
|
|
5591
|
-
}), st = /* @__PURE__ */ e({
|
|
5592
|
-
abi: g,
|
|
5593
|
-
functionName: "selector"
|
|
5594
|
-
}), pt = /* @__PURE__ */ e({
|
|
5595
|
-
abi: g,
|
|
5596
|
-
functionName: "target"
|
|
5597
|
-
}), rt = /* @__PURE__ */ e({
|
|
5598
|
-
abi: g,
|
|
5599
|
-
functionName: "value"
|
|
5600
|
-
}), yt = /* @__PURE__ */ s({
|
|
5601
|
-
abi: g,
|
|
5602
|
-
functionName: "execute"
|
|
5603
|
-
}), ut = /* @__PURE__ */ i({
|
|
5604
|
-
abi: g,
|
|
5605
|
-
functionName: "execute"
|
|
5606
|
-
}), ot = /* @__PURE__ */ e({
|
|
5607
|
-
abi: T,
|
|
5608
|
-
functionName: "asset"
|
|
5609
|
-
}), lt = /* @__PURE__ */ e({
|
|
5610
|
-
abi: T,
|
|
5611
|
-
functionName: "claimed"
|
|
5612
|
-
}), dt = /* @__PURE__ */ e({
|
|
5613
|
-
abi: T,
|
|
5614
|
-
functionName: "claims"
|
|
5615
|
-
}), mt = /* @__PURE__ */ e({
|
|
5616
|
-
abi: T,
|
|
5617
|
-
functionName: "extraData"
|
|
5618
|
-
}), bt = /* @__PURE__ */ e(
|
|
5619
|
-
{ abi: T, functionName: "isClaimable" }
|
|
5620
|
-
), ct = /* @__PURE__ */ e({
|
|
5621
|
-
abi: T,
|
|
5622
|
-
functionName: "limit"
|
|
5623
|
-
}), Tt = /* @__PURE__ */ e({
|
|
5624
|
-
abi: T,
|
|
5625
|
-
functionName: "preflight"
|
|
5626
|
-
}), ft = /* @__PURE__ */ e({
|
|
5627
|
-
abi: T,
|
|
5628
|
-
functionName: "reward"
|
|
5629
|
-
}), wt = /* @__PURE__ */ e({
|
|
5630
|
-
abi: T,
|
|
5631
|
-
functionName: "strategy"
|
|
5632
|
-
}), vt = /* @__PURE__ */ e({
|
|
5633
|
-
abi: T,
|
|
5634
|
-
functionName: "tokenId"
|
|
5635
|
-
}), Mt = /* @__PURE__ */ s({
|
|
5636
|
-
abi: T,
|
|
4212
|
+
}), Xe = /* @__PURE__ */ p({
|
|
4213
|
+
abi: c,
|
|
5637
4214
|
functionName: "claim"
|
|
5638
|
-
}),
|
|
5639
|
-
abi:
|
|
4215
|
+
}), Ke = /* @__PURE__ */ p({
|
|
4216
|
+
abi: c,
|
|
5640
4217
|
functionName: "clawback"
|
|
5641
|
-
}),
|
|
5642
|
-
abi:
|
|
4218
|
+
}), We = /* @__PURE__ */ s({
|
|
4219
|
+
abi: c,
|
|
5643
4220
|
functionName: "claim"
|
|
5644
|
-
}),
|
|
5645
|
-
abi:
|
|
4221
|
+
}), Je = /* @__PURE__ */ s({
|
|
4222
|
+
abi: c,
|
|
5646
4223
|
functionName: "clawback"
|
|
5647
|
-
}),
|
|
5648
|
-
abi:
|
|
4224
|
+
}), Qe = /* @__PURE__ */ n({
|
|
4225
|
+
abi: l,
|
|
5649
4226
|
functionName: "asset"
|
|
5650
|
-
}),
|
|
5651
|
-
abi:
|
|
4227
|
+
}), Ye = /* @__PURE__ */ n({
|
|
4228
|
+
abi: l,
|
|
5652
4229
|
functionName: "claimed"
|
|
5653
|
-
}),
|
|
5654
|
-
abi:
|
|
4230
|
+
}), et = /* @__PURE__ */ n({
|
|
4231
|
+
abi: l,
|
|
5655
4232
|
functionName: "claims"
|
|
5656
|
-
}),
|
|
5657
|
-
{ abi:
|
|
5658
|
-
),
|
|
5659
|
-
abi:
|
|
4233
|
+
}), tt = /* @__PURE__ */ n(
|
|
4234
|
+
{ abi: l, functionName: "currentReward" }
|
|
4235
|
+
), nt = /* @__PURE__ */ n({
|
|
4236
|
+
abi: l,
|
|
5660
4237
|
functionName: "entries"
|
|
5661
|
-
}),
|
|
5662
|
-
abi:
|
|
4238
|
+
}), at = /* @__PURE__ */ n({
|
|
4239
|
+
abi: l,
|
|
5663
4240
|
functionName: "isClaimable"
|
|
5664
|
-
}),
|
|
5665
|
-
abi:
|
|
4241
|
+
}), it = /* @__PURE__ */ n({
|
|
4242
|
+
abi: l,
|
|
5666
4243
|
functionName: "limit"
|
|
5667
|
-
}),
|
|
5668
|
-
abi:
|
|
4244
|
+
}), st = /* @__PURE__ */ n({
|
|
4245
|
+
abi: l,
|
|
5669
4246
|
functionName: "owner"
|
|
5670
|
-
}),
|
|
5671
|
-
abi:
|
|
4247
|
+
}), pt = /* @__PURE__ */ n({
|
|
4248
|
+
abi: l,
|
|
5672
4249
|
functionName: "reward"
|
|
5673
|
-
}),
|
|
5674
|
-
abi:
|
|
4250
|
+
}), rt = /* @__PURE__ */ n({
|
|
4251
|
+
abi: l,
|
|
5675
4252
|
functionName: "strategy"
|
|
5676
|
-
}),
|
|
5677
|
-
abi:
|
|
4253
|
+
}), yt = /* @__PURE__ */ p({
|
|
4254
|
+
abi: l,
|
|
5678
4255
|
functionName: "claim"
|
|
5679
|
-
}),
|
|
5680
|
-
abi:
|
|
4256
|
+
}), ut = /* @__PURE__ */ p({
|
|
4257
|
+
abi: l,
|
|
5681
4258
|
functionName: "clawback"
|
|
5682
|
-
}),
|
|
5683
|
-
abi:
|
|
4259
|
+
}), ot = /* @__PURE__ */ p({
|
|
4260
|
+
abi: l,
|
|
5684
4261
|
functionName: "drawRaffle"
|
|
5685
|
-
}),
|
|
5686
|
-
{ abi:
|
|
5687
|
-
),
|
|
5688
|
-
abi:
|
|
4262
|
+
}), lt = /* @__PURE__ */ s(
|
|
4263
|
+
{ abi: l, functionName: "claim" }
|
|
4264
|
+
), dt = /* @__PURE__ */ s({
|
|
4265
|
+
abi: l,
|
|
5689
4266
|
functionName: "clawback"
|
|
5690
|
-
}),
|
|
5691
|
-
abi:
|
|
4267
|
+
}), mt = /* @__PURE__ */ s({
|
|
4268
|
+
abi: l,
|
|
5692
4269
|
functionName: "drawRaffle"
|
|
5693
|
-
}),
|
|
5694
|
-
{ abi:
|
|
5695
|
-
),
|
|
5696
|
-
abi:
|
|
4270
|
+
}), ct = /* @__PURE__ */ n(
|
|
4271
|
+
{ abi: b, functionName: "asset" }
|
|
4272
|
+
), bt = /* @__PURE__ */ n({
|
|
4273
|
+
abi: b,
|
|
5697
4274
|
functionName: "claimed"
|
|
5698
|
-
}),
|
|
5699
|
-
abi:
|
|
4275
|
+
}), Tt = /* @__PURE__ */ n({
|
|
4276
|
+
abi: b,
|
|
5700
4277
|
functionName: "claims"
|
|
5701
|
-
}),
|
|
5702
|
-
abi:
|
|
4278
|
+
}), ft = /* @__PURE__ */ n({
|
|
4279
|
+
abi: b,
|
|
5703
4280
|
functionName: "currentReward"
|
|
5704
|
-
}),
|
|
5705
|
-
abi:
|
|
4281
|
+
}), wt = /* @__PURE__ */ n({
|
|
4282
|
+
abi: b,
|
|
5706
4283
|
functionName: "isClaimable"
|
|
5707
|
-
}),
|
|
5708
|
-
{ abi:
|
|
5709
|
-
),
|
|
5710
|
-
{ abi:
|
|
5711
|
-
),
|
|
5712
|
-
abi:
|
|
4284
|
+
}), vt = /* @__PURE__ */ n(
|
|
4285
|
+
{ abi: b, functionName: "limit" }
|
|
4286
|
+
), It = /* @__PURE__ */ n(
|
|
4287
|
+
{ abi: b, functionName: "owner" }
|
|
4288
|
+
), Mt = /* @__PURE__ */ n({
|
|
4289
|
+
abi: b,
|
|
5713
4290
|
functionName: "reward"
|
|
5714
|
-
}),
|
|
5715
|
-
abi:
|
|
4291
|
+
}), ht = /* @__PURE__ */ n({
|
|
4292
|
+
abi: b,
|
|
5716
4293
|
functionName: "totalClaimed"
|
|
5717
|
-
}),
|
|
5718
|
-
abi:
|
|
4294
|
+
}), gt = /* @__PURE__ */ p({
|
|
4295
|
+
abi: b,
|
|
5719
4296
|
functionName: "claim"
|
|
5720
|
-
}),
|
|
5721
|
-
abi:
|
|
4297
|
+
}), Nt = /* @__PURE__ */ p({
|
|
4298
|
+
abi: b,
|
|
5722
4299
|
functionName: "clawback"
|
|
5723
|
-
}),
|
|
5724
|
-
abi:
|
|
4300
|
+
}), Ot = /* @__PURE__ */ s({
|
|
4301
|
+
abi: b,
|
|
5725
4302
|
functionName: "claim"
|
|
5726
|
-
}),
|
|
5727
|
-
abi:
|
|
4303
|
+
}), At = /* @__PURE__ */ s({
|
|
4304
|
+
abi: b,
|
|
5728
4305
|
functionName: "clawback"
|
|
5729
|
-
}),
|
|
5730
|
-
abi:
|
|
5731
|
-
functionName: "prepare"
|
|
5732
|
-
}), en = /* @__PURE__ */ e({
|
|
5733
|
-
abi: A,
|
|
5734
|
-
functionName: "validated"
|
|
5735
|
-
}), tn = /* @__PURE__ */ s({
|
|
5736
|
-
abi: A,
|
|
5737
|
-
functionName: "execute"
|
|
5738
|
-
}), nn = /* @__PURE__ */ s({
|
|
5739
|
-
abi: A,
|
|
5740
|
-
functionName: "validate"
|
|
5741
|
-
}), an = /* @__PURE__ */ i({
|
|
5742
|
-
abi: A,
|
|
5743
|
-
functionName: "execute"
|
|
5744
|
-
}), sn = /* @__PURE__ */ i({
|
|
5745
|
-
abi: A,
|
|
5746
|
-
functionName: "validate"
|
|
5747
|
-
}), pn = /* @__PURE__ */ e({
|
|
5748
|
-
abi: x,
|
|
4306
|
+
}), zt = /* @__PURE__ */ n({
|
|
4307
|
+
abi: z,
|
|
5749
4308
|
functionName: "getActionClaimant"
|
|
5750
|
-
}),
|
|
5751
|
-
abi:
|
|
5752
|
-
functionName: "getActionStep"
|
|
5753
|
-
}), yn = /* @__PURE__ */ e({
|
|
5754
|
-
abi: x,
|
|
4309
|
+
}), Ct = /* @__PURE__ */ n({
|
|
4310
|
+
abi: z,
|
|
5755
4311
|
functionName: "getActionSteps"
|
|
5756
|
-
}),
|
|
5757
|
-
abi:
|
|
5758
|
-
functionName: "getActionStepsCount"
|
|
5759
|
-
}), on = /* @__PURE__ */ s({
|
|
5760
|
-
abi: x,
|
|
4312
|
+
}), xt = /* @__PURE__ */ p({
|
|
4313
|
+
abi: z,
|
|
5761
4314
|
functionName: "execute"
|
|
5762
|
-
}),
|
|
5763
|
-
abi:
|
|
4315
|
+
}), Rt = /* @__PURE__ */ s({
|
|
4316
|
+
abi: z,
|
|
5764
4317
|
functionName: "execute"
|
|
5765
|
-
}),
|
|
5766
|
-
abi:
|
|
4318
|
+
}), _t = /* @__PURE__ */ n({
|
|
4319
|
+
abi: J,
|
|
5767
4320
|
functionName: "isAuthorized"
|
|
5768
|
-
}),
|
|
4321
|
+
}), Ht = /* @__PURE__ */ n({
|
|
5769
4322
|
abi: o,
|
|
5770
4323
|
functionName: "available"
|
|
5771
|
-
}),
|
|
4324
|
+
}), Dt = /* @__PURE__ */ n({
|
|
5772
4325
|
abi: o,
|
|
5773
4326
|
functionName: "distributed"
|
|
5774
|
-
}),
|
|
4327
|
+
}), Et = /* @__PURE__ */ n({
|
|
5775
4328
|
abi: o,
|
|
5776
4329
|
functionName: "hasAllRoles"
|
|
5777
|
-
}),
|
|
4330
|
+
}), Ft = /* @__PURE__ */ n({
|
|
5778
4331
|
abi: o,
|
|
5779
4332
|
functionName: "hasAnyRole"
|
|
5780
|
-
}),
|
|
4333
|
+
}), Bt = /* @__PURE__ */ n({
|
|
5781
4334
|
abi: o,
|
|
5782
4335
|
functionName: "isAuthorized"
|
|
5783
|
-
}),
|
|
4336
|
+
}), qt = /* @__PURE__ */ n({
|
|
5784
4337
|
abi: o,
|
|
5785
4338
|
functionName: "owner"
|
|
5786
|
-
}),
|
|
4339
|
+
}), kt = /* @__PURE__ */ n({
|
|
5787
4340
|
abi: o,
|
|
5788
4341
|
functionName: "rolesOf"
|
|
5789
|
-
}),
|
|
4342
|
+
}), Pt = /* @__PURE__ */ n({
|
|
5790
4343
|
abi: o,
|
|
5791
4344
|
functionName: "total"
|
|
5792
|
-
}),
|
|
4345
|
+
}), Lt = /* @__PURE__ */ p({
|
|
5793
4346
|
abi: o,
|
|
5794
4347
|
functionName: "allocate"
|
|
5795
|
-
}),
|
|
4348
|
+
}), Ut = /* @__PURE__ */ p({
|
|
5796
4349
|
abi: o,
|
|
5797
4350
|
functionName: "clawback"
|
|
5798
|
-
}),
|
|
4351
|
+
}), St = /* @__PURE__ */ p({
|
|
5799
4352
|
abi: o,
|
|
5800
4353
|
functionName: "disburse"
|
|
5801
|
-
}),
|
|
4354
|
+
}), jt = /* @__PURE__ */ p({
|
|
5802
4355
|
abi: o,
|
|
5803
4356
|
functionName: "disburseBatch"
|
|
5804
|
-
}),
|
|
4357
|
+
}), Vt = /* @__PURE__ */ p({
|
|
5805
4358
|
abi: o,
|
|
5806
4359
|
functionName: "grantRoles"
|
|
5807
|
-
}),
|
|
4360
|
+
}), $t = /* @__PURE__ */ p({
|
|
5808
4361
|
abi: o,
|
|
5809
4362
|
functionName: "revokeRoles"
|
|
5810
|
-
}),
|
|
4363
|
+
}), Zt = /* @__PURE__ */ p({
|
|
5811
4364
|
abi: o,
|
|
5812
4365
|
functionName: "setAuthorized"
|
|
5813
|
-
}),
|
|
4366
|
+
}), Gt = /* @__PURE__ */ s({
|
|
5814
4367
|
abi: o,
|
|
5815
4368
|
functionName: "allocate"
|
|
5816
|
-
}),
|
|
4369
|
+
}), Xt = /* @__PURE__ */ s({
|
|
5817
4370
|
abi: o,
|
|
5818
4371
|
functionName: "clawback"
|
|
5819
|
-
}),
|
|
4372
|
+
}), Kt = /* @__PURE__ */ s({
|
|
5820
4373
|
abi: o,
|
|
5821
4374
|
functionName: "disburse"
|
|
5822
|
-
}),
|
|
4375
|
+
}), Wt = /* @__PURE__ */ s({
|
|
5823
4376
|
abi: o,
|
|
5824
4377
|
functionName: "disburseBatch"
|
|
5825
|
-
}),
|
|
4378
|
+
}), Jt = /* @__PURE__ */ s({
|
|
5826
4379
|
abi: o,
|
|
5827
4380
|
functionName: "grantRoles"
|
|
5828
|
-
}),
|
|
4381
|
+
}), Qt = /* @__PURE__ */ s({
|
|
5829
4382
|
abi: o,
|
|
5830
4383
|
functionName: "revokeRoles"
|
|
5831
|
-
}),
|
|
4384
|
+
}), Yt = /* @__PURE__ */ s({
|
|
5832
4385
|
abi: o,
|
|
5833
4386
|
functionName: "setAuthorized"
|
|
5834
|
-
}),
|
|
5835
|
-
{ abi:
|
|
5836
|
-
),
|
|
5837
|
-
abi:
|
|
4387
|
+
}), en = /* @__PURE__ */ n(
|
|
4388
|
+
{ abi: Q, functionName: "isAuthorized" }
|
|
4389
|
+
), tn = /* @__PURE__ */ n({
|
|
4390
|
+
abi: f,
|
|
5838
4391
|
functionName: "claimed"
|
|
5839
|
-
}),
|
|
5840
|
-
abi:
|
|
4392
|
+
}), nn = /* @__PURE__ */ n({
|
|
4393
|
+
abi: f,
|
|
5841
4394
|
functionName: "claims"
|
|
5842
|
-
}),
|
|
5843
|
-
abi:
|
|
4395
|
+
}), an = /* @__PURE__ */ n({
|
|
4396
|
+
abi: f,
|
|
5844
4397
|
functionName: "currentReward"
|
|
5845
|
-
}),
|
|
5846
|
-
abi:
|
|
4398
|
+
}), sn = /* @__PURE__ */ n({
|
|
4399
|
+
abi: f,
|
|
5847
4400
|
functionName: "isClaimable"
|
|
5848
|
-
}),
|
|
5849
|
-
abi:
|
|
4401
|
+
}), pn = /* @__PURE__ */ n({
|
|
4402
|
+
abi: f,
|
|
5850
4403
|
functionName: "limit"
|
|
5851
|
-
}),
|
|
5852
|
-
abi:
|
|
4404
|
+
}), rn = /* @__PURE__ */ n({
|
|
4405
|
+
abi: f,
|
|
5853
4406
|
functionName: "reward"
|
|
5854
|
-
}),
|
|
5855
|
-
abi:
|
|
4407
|
+
}), yn = /* @__PURE__ */ n({
|
|
4408
|
+
abi: f,
|
|
5856
4409
|
functionName: "selector"
|
|
5857
|
-
}),
|
|
5858
|
-
abi:
|
|
4410
|
+
}), un = /* @__PURE__ */ n({
|
|
4411
|
+
abi: f,
|
|
5859
4412
|
functionName: "venue"
|
|
5860
|
-
}),
|
|
5861
|
-
abi:
|
|
4413
|
+
}), on = /* @__PURE__ */ p({
|
|
4414
|
+
abi: f,
|
|
5862
4415
|
functionName: "claim"
|
|
5863
|
-
}),
|
|
5864
|
-
abi:
|
|
4416
|
+
}), ln = /* @__PURE__ */ s({
|
|
4417
|
+
abi: f,
|
|
5865
4418
|
functionName: "claim"
|
|
5866
|
-
}),
|
|
5867
|
-
abi:
|
|
4419
|
+
}), dn = /* @__PURE__ */ n({
|
|
4420
|
+
abi: v,
|
|
5868
4421
|
functionName: "hashSignerData"
|
|
5869
|
-
}),
|
|
5870
|
-
abi:
|
|
4422
|
+
}), mn = /* @__PURE__ */ n({
|
|
4423
|
+
abi: v,
|
|
5871
4424
|
functionName: "signers"
|
|
5872
|
-
}),
|
|
5873
|
-
abi:
|
|
4425
|
+
}), cn = /* @__PURE__ */ p({
|
|
4426
|
+
abi: v,
|
|
5874
4427
|
functionName: "setAuthorized"
|
|
5875
|
-
}),
|
|
5876
|
-
abi:
|
|
4428
|
+
}), bn = /* @__PURE__ */ p({
|
|
4429
|
+
abi: v,
|
|
5877
4430
|
functionName: "setValidatorCaller"
|
|
5878
|
-
}),
|
|
5879
|
-
abi:
|
|
4431
|
+
}), Tn = /* @__PURE__ */ p({
|
|
4432
|
+
abi: v,
|
|
5880
4433
|
functionName: "validate"
|
|
5881
|
-
}),
|
|
5882
|
-
abi:
|
|
4434
|
+
}), fn = /* @__PURE__ */ s({
|
|
4435
|
+
abi: v,
|
|
5883
4436
|
functionName: "setAuthorized"
|
|
5884
|
-
}),
|
|
5885
|
-
abi:
|
|
4437
|
+
}), wn = /* @__PURE__ */ s({
|
|
4438
|
+
abi: v,
|
|
5886
4439
|
functionName: "setValidatorCaller"
|
|
5887
|
-
}),
|
|
5888
|
-
abi:
|
|
4440
|
+
}), vn = /* @__PURE__ */ s({
|
|
4441
|
+
abi: v,
|
|
5889
4442
|
functionName: "validate"
|
|
5890
|
-
}),
|
|
5891
|
-
abi:
|
|
4443
|
+
}), In = /* @__PURE__ */ n({
|
|
4444
|
+
abi: N,
|
|
5892
4445
|
functionName: "isAllowed"
|
|
5893
|
-
}),
|
|
5894
|
-
{ abi:
|
|
5895
|
-
),
|
|
5896
|
-
{ abi:
|
|
5897
|
-
),
|
|
5898
|
-
abi:
|
|
4446
|
+
}), Mn = /* @__PURE__ */ p(
|
|
4447
|
+
{ abi: N, functionName: "grantRoles" }
|
|
4448
|
+
), hn = /* @__PURE__ */ p(
|
|
4449
|
+
{ abi: N, functionName: "setAllowed" }
|
|
4450
|
+
), gn = /* @__PURE__ */ s({
|
|
4451
|
+
abi: N,
|
|
5899
4452
|
functionName: "grantRoles"
|
|
5900
|
-
}),
|
|
5901
|
-
abi:
|
|
4453
|
+
}), Nn = /* @__PURE__ */ s({
|
|
4454
|
+
abi: N,
|
|
5902
4455
|
functionName: "setAllowed"
|
|
5903
|
-
}),
|
|
5904
|
-
abi:
|
|
5905
|
-
functionName: "available"
|
|
5906
|
-
}), pa = /* @__PURE__ */ e({
|
|
5907
|
-
abi: b,
|
|
5908
|
-
functionName: "distributed"
|
|
5909
|
-
}), ra = /* @__PURE__ */ e({
|
|
5910
|
-
abi: b,
|
|
5911
|
-
functionName: "isAuthorized"
|
|
5912
|
-
}), ya = /* @__PURE__ */ e({
|
|
5913
|
-
abi: b,
|
|
5914
|
-
functionName: "owner"
|
|
5915
|
-
}), ua = /* @__PURE__ */ e({
|
|
5916
|
-
abi: b,
|
|
5917
|
-
functionName: "total"
|
|
5918
|
-
}), oa = /* @__PURE__ */ s({
|
|
5919
|
-
abi: b,
|
|
5920
|
-
functionName: "allocate"
|
|
5921
|
-
}), la = /* @__PURE__ */ s({
|
|
5922
|
-
abi: b,
|
|
5923
|
-
functionName: "clawback"
|
|
5924
|
-
}), da = /* @__PURE__ */ s({
|
|
5925
|
-
abi: b,
|
|
5926
|
-
functionName: "disburse"
|
|
5927
|
-
}), ma = /* @__PURE__ */ s(
|
|
5928
|
-
{ abi: b, functionName: "disburseBatch" }
|
|
5929
|
-
), ba = /* @__PURE__ */ s(
|
|
5930
|
-
{ abi: b, functionName: "setAuthorized" }
|
|
5931
|
-
), ca = /* @__PURE__ */ i({
|
|
5932
|
-
abi: b,
|
|
5933
|
-
functionName: "allocate"
|
|
5934
|
-
}), Ta = /* @__PURE__ */ i({
|
|
5935
|
-
abi: b,
|
|
5936
|
-
functionName: "clawback"
|
|
5937
|
-
}), fa = /* @__PURE__ */ i({
|
|
5938
|
-
abi: b,
|
|
5939
|
-
functionName: "disburse"
|
|
5940
|
-
}), wa = /* @__PURE__ */ i({
|
|
5941
|
-
abi: b,
|
|
5942
|
-
functionName: "disburseBatch"
|
|
5943
|
-
}), va = /* @__PURE__ */ i({
|
|
5944
|
-
abi: b,
|
|
5945
|
-
functionName: "setAuthorized"
|
|
5946
|
-
}), Ma = /* @__PURE__ */ e({
|
|
5947
|
-
abi: F,
|
|
4456
|
+
}), On = /* @__PURE__ */ n({
|
|
4457
|
+
abi: _,
|
|
5948
4458
|
functionName: "isAllowed"
|
|
5949
|
-
}),
|
|
5950
|
-
abi:
|
|
4459
|
+
}), An = /* @__PURE__ */ p({
|
|
4460
|
+
abi: _,
|
|
5951
4461
|
functionName: "setDenied"
|
|
5952
|
-
}),
|
|
5953
|
-
abi:
|
|
4462
|
+
}), zn = /* @__PURE__ */ s({
|
|
4463
|
+
abi: _,
|
|
5954
4464
|
functionName: "setDenied"
|
|
5955
|
-
}), Na = /* @__PURE__ */ e({
|
|
5956
|
-
abi: l,
|
|
5957
|
-
functionName: "available"
|
|
5958
|
-
}), ga = /* @__PURE__ */ e({
|
|
5959
|
-
abi: l,
|
|
5960
|
-
functionName: "cliff"
|
|
5961
|
-
}), Oa = /* @__PURE__ */ e({
|
|
5962
|
-
abi: l,
|
|
5963
|
-
functionName: "distributed"
|
|
5964
|
-
}), za = /* @__PURE__ */ e({
|
|
5965
|
-
abi: l,
|
|
5966
|
-
functionName: "duration"
|
|
5967
|
-
}), Aa = /* @__PURE__ */ e({
|
|
5968
|
-
abi: l,
|
|
5969
|
-
functionName: "end"
|
|
5970
|
-
}), xa = /* @__PURE__ */ e({
|
|
5971
|
-
abi: l,
|
|
5972
|
-
functionName: "isAuthorized"
|
|
5973
|
-
}), Ca = /* @__PURE__ */ e({
|
|
5974
|
-
abi: l,
|
|
5975
|
-
functionName: "owner"
|
|
5976
|
-
}), _a = /* @__PURE__ */ e({
|
|
5977
|
-
abi: l,
|
|
5978
|
-
functionName: "start"
|
|
5979
|
-
}), Ra = /* @__PURE__ */ e({
|
|
5980
|
-
abi: l,
|
|
5981
|
-
functionName: "total"
|
|
5982
|
-
}), Ha = /* @__PURE__ */ s({
|
|
5983
|
-
abi: l,
|
|
5984
|
-
functionName: "allocate"
|
|
5985
|
-
}), Da = /* @__PURE__ */ s({
|
|
5986
|
-
abi: l,
|
|
5987
|
-
functionName: "clawback"
|
|
5988
|
-
}), Ea = /* @__PURE__ */ s({
|
|
5989
|
-
abi: l,
|
|
5990
|
-
functionName: "disburse"
|
|
5991
|
-
}), qa = /* @__PURE__ */ s({
|
|
5992
|
-
abi: l,
|
|
5993
|
-
functionName: "disburseBatch"
|
|
5994
|
-
}), Fa = /* @__PURE__ */ s({
|
|
5995
|
-
abi: l,
|
|
5996
|
-
functionName: "setAuthorized"
|
|
5997
|
-
}), ka = /* @__PURE__ */ i({
|
|
5998
|
-
abi: l,
|
|
5999
|
-
functionName: "allocate"
|
|
6000
|
-
}), Ba = /* @__PURE__ */ i({
|
|
6001
|
-
abi: l,
|
|
6002
|
-
functionName: "clawback"
|
|
6003
|
-
}), Pa = /* @__PURE__ */ i({
|
|
6004
|
-
abi: l,
|
|
6005
|
-
functionName: "disburse"
|
|
6006
|
-
}), Ua = /* @__PURE__ */ i({
|
|
6007
|
-
abi: l,
|
|
6008
|
-
functionName: "disburseBatch"
|
|
6009
|
-
}), La = /* @__PURE__ */ i({
|
|
6010
|
-
abi: l,
|
|
6011
|
-
functionName: "setAuthorized"
|
|
6012
4465
|
});
|
|
6013
4466
|
export {
|
|
6014
|
-
|
|
6015
|
-
|
|
6016
|
-
|
|
6017
|
-
|
|
6018
|
-
|
|
6019
|
-
|
|
6020
|
-
|
|
6021
|
-
|
|
6022
|
-
|
|
6023
|
-
|
|
6024
|
-
|
|
6025
|
-
|
|
6026
|
-
|
|
6027
|
-
|
|
6028
|
-
|
|
6029
|
-
|
|
6030
|
-
|
|
6031
|
-
|
|
6032
|
-
|
|
6033
|
-
|
|
6034
|
-
|
|
6035
|
-
|
|
6036
|
-
|
|
6037
|
-
|
|
6038
|
-
|
|
6039
|
-
|
|
6040
|
-
|
|
6041
|
-
|
|
6042
|
-
|
|
6043
|
-
|
|
6044
|
-
|
|
6045
|
-
|
|
6046
|
-
|
|
6047
|
-
|
|
6048
|
-
|
|
6049
|
-
|
|
6050
|
-
|
|
6051
|
-
|
|
6052
|
-
|
|
6053
|
-
|
|
6054
|
-
|
|
6055
|
-
|
|
6056
|
-
|
|
6057
|
-
|
|
6058
|
-
|
|
6059
|
-
|
|
6060
|
-
|
|
6061
|
-
|
|
6062
|
-
|
|
6063
|
-
|
|
6064
|
-
|
|
6065
|
-
|
|
6066
|
-
|
|
6067
|
-
|
|
6068
|
-
|
|
6069
|
-
|
|
6070
|
-
|
|
6071
|
-
|
|
6072
|
-
|
|
6073
|
-
|
|
6074
|
-
|
|
6075
|
-
|
|
6076
|
-
|
|
6077
|
-
|
|
6078
|
-
|
|
6079
|
-
|
|
6080
|
-
|
|
6081
|
-
|
|
6082
|
-
|
|
6083
|
-
|
|
6084
|
-
|
|
6085
|
-
|
|
6086
|
-
|
|
6087
|
-
|
|
6088
|
-
|
|
6089
|
-
|
|
6090
|
-
|
|
6091
|
-
|
|
6092
|
-
|
|
6093
|
-
|
|
6094
|
-
|
|
6095
|
-
|
|
4467
|
+
Ct as $,
|
|
4468
|
+
w as A,
|
|
4469
|
+
Qt as B,
|
|
4470
|
+
$t as C,
|
|
4471
|
+
St as D,
|
|
4472
|
+
kt as E,
|
|
4473
|
+
Et as F,
|
|
4474
|
+
zt as G,
|
|
4475
|
+
Bt as H,
|
|
4476
|
+
Be as I,
|
|
4477
|
+
qt as J,
|
|
4478
|
+
re as K,
|
|
4479
|
+
Ut as L,
|
|
4480
|
+
v as M,
|
|
4481
|
+
qe as N,
|
|
4482
|
+
Ft as O,
|
|
4483
|
+
jt as P,
|
|
4484
|
+
Zt as Q,
|
|
4485
|
+
Pt as R,
|
|
4486
|
+
_ as S,
|
|
4487
|
+
N as T,
|
|
4488
|
+
Ht as U,
|
|
4489
|
+
Dt as V,
|
|
4490
|
+
z as W,
|
|
4491
|
+
ne as X,
|
|
4492
|
+
ce as Y,
|
|
4493
|
+
le as Z,
|
|
4494
|
+
Lt as _,
|
|
4495
|
+
ie as a,
|
|
4496
|
+
It as a$,
|
|
4497
|
+
be as a0,
|
|
4498
|
+
oe as a1,
|
|
4499
|
+
ue as a2,
|
|
4500
|
+
me as a3,
|
|
4501
|
+
fe as a4,
|
|
4502
|
+
Te as a5,
|
|
4503
|
+
de as a6,
|
|
4504
|
+
In as a7,
|
|
4505
|
+
Nn as a8,
|
|
4506
|
+
hn as a9,
|
|
4507
|
+
nt as aA,
|
|
4508
|
+
lt as aB,
|
|
4509
|
+
yt as aC,
|
|
4510
|
+
dt as aD,
|
|
4511
|
+
ut as aE,
|
|
4512
|
+
at as aF,
|
|
4513
|
+
mt as aG,
|
|
4514
|
+
ot as aH,
|
|
4515
|
+
nn as aI,
|
|
4516
|
+
an as aJ,
|
|
4517
|
+
rn as aK,
|
|
4518
|
+
tn as aL,
|
|
4519
|
+
un as aM,
|
|
4520
|
+
pn as aN,
|
|
4521
|
+
yn as aO,
|
|
4522
|
+
ln as aP,
|
|
4523
|
+
on as aQ,
|
|
4524
|
+
sn as aR,
|
|
4525
|
+
mn as aS,
|
|
4526
|
+
dn as aT,
|
|
4527
|
+
vn as aU,
|
|
4528
|
+
Tn as aV,
|
|
4529
|
+
fn as aW,
|
|
4530
|
+
cn as aX,
|
|
4531
|
+
wn as aY,
|
|
4532
|
+
bn as aZ,
|
|
4533
|
+
b as a_,
|
|
4534
|
+
gn as aa,
|
|
4535
|
+
Mn as ab,
|
|
4536
|
+
On as ac,
|
|
4537
|
+
zn as ad,
|
|
4538
|
+
An as ae,
|
|
4539
|
+
$e as af,
|
|
4540
|
+
Se as ag,
|
|
4541
|
+
Ze as ah,
|
|
4542
|
+
Ue as ai,
|
|
4543
|
+
Pe as aj,
|
|
4544
|
+
Le as ak,
|
|
4545
|
+
Ge as al,
|
|
4546
|
+
We as am,
|
|
4547
|
+
Xe as an,
|
|
4548
|
+
Je as ao,
|
|
6096
4549
|
Ke as ap,
|
|
6097
|
-
|
|
6098
|
-
|
|
6099
|
-
|
|
6100
|
-
|
|
6101
|
-
|
|
6102
|
-
|
|
6103
|
-
|
|
6104
|
-
|
|
6105
|
-
|
|
6106
|
-
|
|
6107
|
-
|
|
6108
|
-
|
|
6109
|
-
|
|
6110
|
-
|
|
6111
|
-
|
|
6112
|
-
|
|
6113
|
-
|
|
6114
|
-
|
|
6115
|
-
|
|
6116
|
-
|
|
6117
|
-
|
|
6118
|
-
|
|
6119
|
-
|
|
6120
|
-
|
|
6121
|
-
|
|
6122
|
-
|
|
6123
|
-
|
|
6124
|
-
|
|
6125
|
-
|
|
6126
|
-
|
|
6127
|
-
|
|
6128
|
-
|
|
6129
|
-
|
|
6130
|
-
|
|
6131
|
-
|
|
6132
|
-
|
|
6133
|
-
|
|
6134
|
-
|
|
6135
|
-
|
|
6136
|
-
|
|
6137
|
-
|
|
6138
|
-
|
|
6139
|
-
|
|
6140
|
-
|
|
6141
|
-
|
|
6142
|
-
|
|
6143
|
-
|
|
6144
|
-
|
|
6145
|
-
|
|
6146
|
-
|
|
6147
|
-
|
|
6148
|
-
|
|
6149
|
-
oe as bd,
|
|
6150
|
-
g as be,
|
|
6151
|
-
at as bf,
|
|
6152
|
-
pt as bg,
|
|
6153
|
-
st as bh,
|
|
6154
|
-
rt as bi,
|
|
6155
|
-
ut as bj,
|
|
6156
|
-
yt as bk,
|
|
6157
|
-
it as bl,
|
|
6158
|
-
A as bm,
|
|
6159
|
-
en as bn,
|
|
6160
|
-
an as bo,
|
|
6161
|
-
tn as bp,
|
|
6162
|
-
Qt as bq,
|
|
6163
|
-
sn as br,
|
|
6164
|
-
nn as bs,
|
|
6165
|
-
b as bt,
|
|
6166
|
-
ca as bu,
|
|
6167
|
-
oa as bv,
|
|
6168
|
-
Ta as bw,
|
|
6169
|
-
la as bx,
|
|
6170
|
-
fa as by,
|
|
6171
|
-
da as bz,
|
|
6172
|
-
ae as c,
|
|
6173
|
-
Oa as c0,
|
|
6174
|
-
T as c1,
|
|
6175
|
-
dt as c2,
|
|
6176
|
-
ft as c3,
|
|
6177
|
-
lt as c4,
|
|
6178
|
-
ot as c5,
|
|
6179
|
-
wt as c6,
|
|
6180
|
-
ct as c7,
|
|
6181
|
-
vt as c8,
|
|
6182
|
-
mt as c9,
|
|
6183
|
-
ht as ca,
|
|
6184
|
-
Mt as cb,
|
|
6185
|
-
Nt as cc,
|
|
6186
|
-
It as cd,
|
|
6187
|
-
bt as ce,
|
|
6188
|
-
Tt as cf,
|
|
6189
|
-
c as cg,
|
|
6190
|
-
De as ch,
|
|
6191
|
-
Ce as ci,
|
|
6192
|
-
Oe as cj,
|
|
6193
|
-
ze as ck,
|
|
6194
|
-
dn as cl,
|
|
6195
|
-
ge as cm,
|
|
6196
|
-
qe as cn,
|
|
6197
|
-
Re as co,
|
|
6198
|
-
Ae as cp,
|
|
6199
|
-
xe as cq,
|
|
6200
|
-
Fe as cr,
|
|
6201
|
-
He as cs,
|
|
6202
|
-
Ne as ct,
|
|
6203
|
-
Ee as cu,
|
|
6204
|
-
_e as cv,
|
|
6205
|
-
ke as d,
|
|
6206
|
-
N as e,
|
|
6207
|
-
qn as f,
|
|
6208
|
-
on as g,
|
|
6209
|
-
Ve as h,
|
|
6210
|
-
xn as i,
|
|
6211
|
-
un as j,
|
|
6212
|
-
Cn as k,
|
|
6213
|
-
Rn as l,
|
|
6214
|
-
Be as m,
|
|
6215
|
-
_n as n,
|
|
6216
|
-
ye as o,
|
|
4550
|
+
Ve as aq,
|
|
4551
|
+
je as ar,
|
|
4552
|
+
st as as,
|
|
4553
|
+
tt as at,
|
|
4554
|
+
et as au,
|
|
4555
|
+
Ye as av,
|
|
4556
|
+
Qe as aw,
|
|
4557
|
+
rt as ax,
|
|
4558
|
+
pt as ay,
|
|
4559
|
+
it as az,
|
|
4560
|
+
ye as b,
|
|
4561
|
+
ht as b0,
|
|
4562
|
+
ft as b1,
|
|
4563
|
+
Tt as b2,
|
|
4564
|
+
bt as b3,
|
|
4565
|
+
ct as b4,
|
|
4566
|
+
Mt as b5,
|
|
4567
|
+
vt as b6,
|
|
4568
|
+
Ot as b7,
|
|
4569
|
+
gt as b8,
|
|
4570
|
+
At as b9,
|
|
4571
|
+
Nt as ba,
|
|
4572
|
+
wt as bb,
|
|
4573
|
+
se as bc,
|
|
4574
|
+
Ce as bd,
|
|
4575
|
+
Ne as be,
|
|
4576
|
+
Ie as bf,
|
|
4577
|
+
Me as bg,
|
|
4578
|
+
_t as bh,
|
|
4579
|
+
ve as bi,
|
|
4580
|
+
Re as bj,
|
|
4581
|
+
Ae as bk,
|
|
4582
|
+
he as bl,
|
|
4583
|
+
ge as bm,
|
|
4584
|
+
_e as bn,
|
|
4585
|
+
ze as bo,
|
|
4586
|
+
we as bp,
|
|
4587
|
+
xe as bq,
|
|
4588
|
+
Oe as br,
|
|
4589
|
+
m as c,
|
|
4590
|
+
Fe as d,
|
|
4591
|
+
I as e,
|
|
4592
|
+
l as f,
|
|
4593
|
+
He as g,
|
|
4594
|
+
ke as h,
|
|
4595
|
+
Ee as i,
|
|
4596
|
+
en as j,
|
|
4597
|
+
xt as k,
|
|
4598
|
+
f as l,
|
|
4599
|
+
De as m,
|
|
4600
|
+
Gt as n,
|
|
4601
|
+
ae as o,
|
|
6217
4602
|
o as p,
|
|
6218
|
-
|
|
6219
|
-
|
|
6220
|
-
|
|
6221
|
-
|
|
6222
|
-
|
|
6223
|
-
|
|
6224
|
-
|
|
6225
|
-
|
|
6226
|
-
|
|
6227
|
-
|
|
4603
|
+
Xt as q,
|
|
4604
|
+
pe as r,
|
|
4605
|
+
Kt as s,
|
|
4606
|
+
Rt as t,
|
|
4607
|
+
Wt as u,
|
|
4608
|
+
c as v,
|
|
4609
|
+
Jt as w,
|
|
4610
|
+
Vt as x,
|
|
4611
|
+
Yt as y,
|
|
4612
|
+
Q as z
|
|
6228
4613
|
};
|