@flaunch/sdk 0.8.2 → 0.8.3-beta.1
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/abi/FlaunchZap.d.ts +131 -101
- package/dist/abi/FlaunchZap.d.ts.map +1 -1
- package/dist/abi/TreasuryManager.d.ts +106 -0
- package/dist/abi/TreasuryManager.d.ts.map +1 -0
- package/dist/abi/TreasuryManagerFactory.d.ts +243 -243
- package/dist/abi/TreasuryManagerFactory.d.ts.map +1 -1
- package/dist/abi/index.cjs +483 -329
- package/dist/abi/index.cjs.map +1 -1
- package/dist/abi/index.js +483 -329
- package/dist/abi/index.js.map +1 -1
- package/dist/addresses/index.cjs +23 -6
- package/dist/addresses/index.cjs.map +1 -1
- package/dist/addresses/index.js +21 -7
- package/dist/addresses/index.js.map +1 -1
- package/dist/addresses.d.ts +6 -1
- package/dist/addresses.d.ts.map +1 -1
- package/dist/clients/FlaunchZapClient.d.ts +44 -1
- package/dist/clients/FlaunchZapClient.d.ts.map +1 -1
- package/dist/clients/TreasuryManagerClient.d.ts +60 -0
- package/dist/clients/TreasuryManagerClient.d.ts.map +1 -0
- package/dist/clients/TreasuryManagerFactoryClient.d.ts +4 -14
- package/dist/clients/TreasuryManagerFactoryClient.d.ts.map +1 -1
- package/dist/helpers/index.cjs +61 -0
- package/dist/helpers/index.cjs.map +1 -1
- package/dist/helpers/index.d.ts +1 -0
- package/dist/helpers/index.d.ts.map +1 -1
- package/dist/helpers/index.js +62 -2
- package/dist/helpers/index.js.map +1 -1
- package/dist/helpers/permissions.d.ts +10 -0
- package/dist/helpers/permissions.d.ts.map +1 -0
- package/dist/index.cjs.js +985 -431
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +983 -433
- package/dist/index.esm.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/sdk/FlaunchSDK.d.ts +71 -6
- package/dist/sdk/FlaunchSDK.d.ts.map +1 -1
- package/dist/types.d.ts +8 -0
- package/dist/types.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1,434 +1,434 @@
|
|
|
1
1
|
export declare const TreasuryManagerFactoryAbi: readonly [{
|
|
2
|
-
readonly inputs: readonly [{
|
|
3
|
-
readonly internalType: "address";
|
|
4
|
-
readonly name: "_protocolOwner";
|
|
5
|
-
readonly type: "address";
|
|
6
|
-
}, {
|
|
7
|
-
readonly internalType: "address";
|
|
8
|
-
readonly name: "_feeEscrow";
|
|
9
|
-
readonly type: "address";
|
|
10
|
-
}];
|
|
11
|
-
readonly stateMutability: "nonpayable";
|
|
12
2
|
readonly type: "constructor";
|
|
13
|
-
}, {
|
|
14
|
-
readonly inputs: readonly [];
|
|
15
|
-
readonly name: "AccessControlBadConfirmation";
|
|
16
|
-
readonly type: "error";
|
|
17
|
-
}, {
|
|
18
|
-
readonly inputs: readonly [{
|
|
19
|
-
readonly internalType: "address";
|
|
20
|
-
readonly name: "account";
|
|
21
|
-
readonly type: "address";
|
|
22
|
-
}, {
|
|
23
|
-
readonly internalType: "bytes32";
|
|
24
|
-
readonly name: "neededRole";
|
|
25
|
-
readonly type: "bytes32";
|
|
26
|
-
}];
|
|
27
|
-
readonly name: "AccessControlUnauthorizedAccount";
|
|
28
|
-
readonly type: "error";
|
|
29
|
-
}, {
|
|
30
|
-
readonly inputs: readonly [];
|
|
31
|
-
readonly name: "AlreadyInitialized";
|
|
32
|
-
readonly type: "error";
|
|
33
|
-
}, {
|
|
34
|
-
readonly inputs: readonly [];
|
|
35
|
-
readonly name: "NewOwnerIsZeroAddress";
|
|
36
|
-
readonly type: "error";
|
|
37
|
-
}, {
|
|
38
|
-
readonly inputs: readonly [];
|
|
39
|
-
readonly name: "NoHandoverRequest";
|
|
40
|
-
readonly type: "error";
|
|
41
|
-
}, {
|
|
42
|
-
readonly inputs: readonly [];
|
|
43
|
-
readonly name: "Unauthorized";
|
|
44
|
-
readonly type: "error";
|
|
45
|
-
}, {
|
|
46
|
-
readonly inputs: readonly [];
|
|
47
|
-
readonly name: "UnknownManagerImplemention";
|
|
48
|
-
readonly type: "error";
|
|
49
|
-
}, {
|
|
50
|
-
readonly anonymous: false;
|
|
51
|
-
readonly inputs: readonly [{
|
|
52
|
-
readonly indexed: true;
|
|
53
|
-
readonly internalType: "address";
|
|
54
|
-
readonly name: "_manager";
|
|
55
|
-
readonly type: "address";
|
|
56
|
-
}, {
|
|
57
|
-
readonly indexed: true;
|
|
58
|
-
readonly internalType: "address";
|
|
59
|
-
readonly name: "_managerImplementation";
|
|
60
|
-
readonly type: "address";
|
|
61
|
-
}];
|
|
62
|
-
readonly name: "ManagerDeployed";
|
|
63
|
-
readonly type: "event";
|
|
64
|
-
}, {
|
|
65
|
-
readonly anonymous: false;
|
|
66
|
-
readonly inputs: readonly [{
|
|
67
|
-
readonly indexed: true;
|
|
68
|
-
readonly internalType: "address";
|
|
69
|
-
readonly name: "_managerImplementation";
|
|
70
|
-
readonly type: "address";
|
|
71
|
-
}];
|
|
72
|
-
readonly name: "ManagerImplementationApproved";
|
|
73
|
-
readonly type: "event";
|
|
74
|
-
}, {
|
|
75
|
-
readonly anonymous: false;
|
|
76
3
|
readonly inputs: readonly [{
|
|
77
|
-
readonly
|
|
78
|
-
readonly internalType: "address";
|
|
79
|
-
readonly name: "_managerImplementation";
|
|
80
|
-
readonly type: "address";
|
|
81
|
-
}];
|
|
82
|
-
readonly name: "ManagerImplementationUnapproved";
|
|
83
|
-
readonly type: "event";
|
|
84
|
-
}, {
|
|
85
|
-
readonly anonymous: false;
|
|
86
|
-
readonly inputs: readonly [{
|
|
87
|
-
readonly indexed: true;
|
|
88
|
-
readonly internalType: "address";
|
|
89
|
-
readonly name: "pendingOwner";
|
|
90
|
-
readonly type: "address";
|
|
91
|
-
}];
|
|
92
|
-
readonly name: "OwnershipHandoverCanceled";
|
|
93
|
-
readonly type: "event";
|
|
94
|
-
}, {
|
|
95
|
-
readonly anonymous: false;
|
|
96
|
-
readonly inputs: readonly [{
|
|
97
|
-
readonly indexed: true;
|
|
98
|
-
readonly internalType: "address";
|
|
99
|
-
readonly name: "pendingOwner";
|
|
100
|
-
readonly type: "address";
|
|
101
|
-
}];
|
|
102
|
-
readonly name: "OwnershipHandoverRequested";
|
|
103
|
-
readonly type: "event";
|
|
104
|
-
}, {
|
|
105
|
-
readonly anonymous: false;
|
|
106
|
-
readonly inputs: readonly [{
|
|
107
|
-
readonly indexed: true;
|
|
108
|
-
readonly internalType: "address";
|
|
109
|
-
readonly name: "oldOwner";
|
|
110
|
-
readonly type: "address";
|
|
111
|
-
}, {
|
|
112
|
-
readonly indexed: true;
|
|
113
|
-
readonly internalType: "address";
|
|
114
|
-
readonly name: "newOwner";
|
|
115
|
-
readonly type: "address";
|
|
116
|
-
}];
|
|
117
|
-
readonly name: "OwnershipTransferred";
|
|
118
|
-
readonly type: "event";
|
|
119
|
-
}, {
|
|
120
|
-
readonly anonymous: false;
|
|
121
|
-
readonly inputs: readonly [{
|
|
122
|
-
readonly indexed: true;
|
|
123
|
-
readonly internalType: "bytes32";
|
|
124
|
-
readonly name: "role";
|
|
125
|
-
readonly type: "bytes32";
|
|
126
|
-
}, {
|
|
127
|
-
readonly indexed: true;
|
|
128
|
-
readonly internalType: "bytes32";
|
|
129
|
-
readonly name: "previousAdminRole";
|
|
130
|
-
readonly type: "bytes32";
|
|
131
|
-
}, {
|
|
132
|
-
readonly indexed: true;
|
|
133
|
-
readonly internalType: "bytes32";
|
|
134
|
-
readonly name: "newAdminRole";
|
|
135
|
-
readonly type: "bytes32";
|
|
136
|
-
}];
|
|
137
|
-
readonly name: "RoleAdminChanged";
|
|
138
|
-
readonly type: "event";
|
|
139
|
-
}, {
|
|
140
|
-
readonly anonymous: false;
|
|
141
|
-
readonly inputs: readonly [{
|
|
142
|
-
readonly indexed: true;
|
|
143
|
-
readonly internalType: "bytes32";
|
|
144
|
-
readonly name: "role";
|
|
145
|
-
readonly type: "bytes32";
|
|
146
|
-
}, {
|
|
147
|
-
readonly indexed: true;
|
|
148
|
-
readonly internalType: "address";
|
|
149
|
-
readonly name: "account";
|
|
4
|
+
readonly name: "_protocolOwner";
|
|
150
5
|
readonly type: "address";
|
|
151
|
-
}, {
|
|
152
|
-
readonly indexed: true;
|
|
153
6
|
readonly internalType: "address";
|
|
154
|
-
readonly name: "sender";
|
|
155
|
-
readonly type: "address";
|
|
156
|
-
}];
|
|
157
|
-
readonly name: "RoleGranted";
|
|
158
|
-
readonly type: "event";
|
|
159
|
-
}, {
|
|
160
|
-
readonly anonymous: false;
|
|
161
|
-
readonly inputs: readonly [{
|
|
162
|
-
readonly indexed: true;
|
|
163
|
-
readonly internalType: "bytes32";
|
|
164
|
-
readonly name: "role";
|
|
165
|
-
readonly type: "bytes32";
|
|
166
7
|
}, {
|
|
167
|
-
readonly
|
|
168
|
-
readonly internalType: "address";
|
|
169
|
-
readonly name: "account";
|
|
8
|
+
readonly name: "_feeEscrow";
|
|
170
9
|
readonly type: "address";
|
|
171
|
-
}, {
|
|
172
|
-
readonly indexed: true;
|
|
173
10
|
readonly internalType: "address";
|
|
174
|
-
readonly name: "sender";
|
|
175
|
-
readonly type: "address";
|
|
176
11
|
}];
|
|
177
|
-
readonly
|
|
178
|
-
readonly type: "event";
|
|
12
|
+
readonly stateMutability: "nonpayable";
|
|
179
13
|
}, {
|
|
180
|
-
readonly
|
|
14
|
+
readonly type: "function";
|
|
181
15
|
readonly name: "DEFAULT_ADMIN_ROLE";
|
|
16
|
+
readonly inputs: readonly [];
|
|
182
17
|
readonly outputs: readonly [{
|
|
183
|
-
readonly internalType: "bytes32";
|
|
184
18
|
readonly name: "";
|
|
185
19
|
readonly type: "bytes32";
|
|
20
|
+
readonly internalType: "bytes32";
|
|
186
21
|
}];
|
|
187
22
|
readonly stateMutability: "view";
|
|
188
|
-
readonly type: "function";
|
|
189
23
|
}, {
|
|
24
|
+
readonly type: "function";
|
|
25
|
+
readonly name: "approveManager";
|
|
190
26
|
readonly inputs: readonly [{
|
|
191
|
-
readonly internalType: "address";
|
|
192
27
|
readonly name: "_managerImplementation";
|
|
193
28
|
readonly type: "address";
|
|
29
|
+
readonly internalType: "address";
|
|
194
30
|
}];
|
|
195
|
-
readonly name: "approveManager";
|
|
196
31
|
readonly outputs: readonly [];
|
|
197
32
|
readonly stateMutability: "nonpayable";
|
|
198
|
-
readonly type: "function";
|
|
199
33
|
}, {
|
|
34
|
+
readonly type: "function";
|
|
35
|
+
readonly name: "approvedManagerImplementation";
|
|
200
36
|
readonly inputs: readonly [{
|
|
201
|
-
readonly internalType: "address";
|
|
202
37
|
readonly name: "_managerImplementation";
|
|
203
38
|
readonly type: "address";
|
|
39
|
+
readonly internalType: "address";
|
|
204
40
|
}];
|
|
205
|
-
readonly name: "approvedManagerImplementation";
|
|
206
41
|
readonly outputs: readonly [{
|
|
207
|
-
readonly internalType: "bool";
|
|
208
42
|
readonly name: "_approved";
|
|
209
43
|
readonly type: "bool";
|
|
44
|
+
readonly internalType: "bool";
|
|
210
45
|
}];
|
|
211
46
|
readonly stateMutability: "view";
|
|
212
|
-
readonly type: "function";
|
|
213
47
|
}, {
|
|
214
|
-
readonly
|
|
48
|
+
readonly type: "function";
|
|
215
49
|
readonly name: "cancelOwnershipHandover";
|
|
50
|
+
readonly inputs: readonly [];
|
|
216
51
|
readonly outputs: readonly [];
|
|
217
52
|
readonly stateMutability: "payable";
|
|
218
|
-
readonly type: "function";
|
|
219
53
|
}, {
|
|
54
|
+
readonly type: "function";
|
|
55
|
+
readonly name: "completeOwnershipHandover";
|
|
220
56
|
readonly inputs: readonly [{
|
|
221
|
-
readonly internalType: "address";
|
|
222
57
|
readonly name: "pendingOwner";
|
|
223
58
|
readonly type: "address";
|
|
59
|
+
readonly internalType: "address";
|
|
224
60
|
}];
|
|
225
|
-
readonly name: "completeOwnershipHandover";
|
|
226
61
|
readonly outputs: readonly [];
|
|
227
62
|
readonly stateMutability: "payable";
|
|
228
|
-
readonly type: "function";
|
|
229
63
|
}, {
|
|
64
|
+
readonly type: "function";
|
|
65
|
+
readonly name: "deployAndInitializeManager";
|
|
230
66
|
readonly inputs: readonly [{
|
|
231
|
-
readonly internalType: "address";
|
|
232
67
|
readonly name: "_managerImplementation";
|
|
233
68
|
readonly type: "address";
|
|
234
|
-
}, {
|
|
235
69
|
readonly internalType: "address";
|
|
70
|
+
}, {
|
|
236
71
|
readonly name: "_owner";
|
|
237
72
|
readonly type: "address";
|
|
73
|
+
readonly internalType: "address";
|
|
238
74
|
}, {
|
|
239
|
-
readonly internalType: "bytes";
|
|
240
75
|
readonly name: "_data";
|
|
241
76
|
readonly type: "bytes";
|
|
77
|
+
readonly internalType: "bytes";
|
|
242
78
|
}];
|
|
243
|
-
readonly name: "deployAndInitializeManager";
|
|
244
79
|
readonly outputs: readonly [{
|
|
245
|
-
readonly internalType: "address payable";
|
|
246
80
|
readonly name: "manager_";
|
|
247
81
|
readonly type: "address";
|
|
82
|
+
readonly internalType: "address payable";
|
|
248
83
|
}];
|
|
249
84
|
readonly stateMutability: "nonpayable";
|
|
250
|
-
readonly type: "function";
|
|
251
85
|
}, {
|
|
86
|
+
readonly type: "function";
|
|
87
|
+
readonly name: "deployManager";
|
|
252
88
|
readonly inputs: readonly [{
|
|
253
|
-
readonly internalType: "address";
|
|
254
89
|
readonly name: "_managerImplementation";
|
|
255
90
|
readonly type: "address";
|
|
91
|
+
readonly internalType: "address";
|
|
256
92
|
}];
|
|
257
|
-
readonly name: "deployManager";
|
|
258
93
|
readonly outputs: readonly [{
|
|
259
|
-
readonly internalType: "address payable";
|
|
260
94
|
readonly name: "manager_";
|
|
261
95
|
readonly type: "address";
|
|
96
|
+
readonly internalType: "address payable";
|
|
262
97
|
}];
|
|
263
98
|
readonly stateMutability: "nonpayable";
|
|
264
|
-
readonly type: "function";
|
|
265
99
|
}, {
|
|
266
|
-
readonly
|
|
100
|
+
readonly type: "function";
|
|
267
101
|
readonly name: "feeEscrow";
|
|
102
|
+
readonly inputs: readonly [];
|
|
268
103
|
readonly outputs: readonly [{
|
|
269
|
-
readonly internalType: "contract IFeeEscrow";
|
|
270
104
|
readonly name: "";
|
|
271
105
|
readonly type: "address";
|
|
106
|
+
readonly internalType: "contract IFeeEscrow";
|
|
272
107
|
}];
|
|
273
108
|
readonly stateMutability: "view";
|
|
274
|
-
readonly type: "function";
|
|
275
109
|
}, {
|
|
110
|
+
readonly type: "function";
|
|
111
|
+
readonly name: "getRoleAdmin";
|
|
276
112
|
readonly inputs: readonly [{
|
|
277
|
-
readonly internalType: "bytes32";
|
|
278
113
|
readonly name: "role";
|
|
279
114
|
readonly type: "bytes32";
|
|
115
|
+
readonly internalType: "bytes32";
|
|
280
116
|
}];
|
|
281
|
-
readonly name: "getRoleAdmin";
|
|
282
117
|
readonly outputs: readonly [{
|
|
283
|
-
readonly internalType: "bytes32";
|
|
284
118
|
readonly name: "";
|
|
285
119
|
readonly type: "bytes32";
|
|
120
|
+
readonly internalType: "bytes32";
|
|
286
121
|
}];
|
|
287
122
|
readonly stateMutability: "view";
|
|
288
|
-
readonly type: "function";
|
|
289
123
|
}, {
|
|
124
|
+
readonly type: "function";
|
|
125
|
+
readonly name: "grantRole";
|
|
290
126
|
readonly inputs: readonly [{
|
|
291
|
-
readonly internalType: "bytes32";
|
|
292
127
|
readonly name: "role";
|
|
293
128
|
readonly type: "bytes32";
|
|
129
|
+
readonly internalType: "bytes32";
|
|
294
130
|
}, {
|
|
295
|
-
readonly internalType: "address";
|
|
296
131
|
readonly name: "account";
|
|
297
132
|
readonly type: "address";
|
|
133
|
+
readonly internalType: "address";
|
|
298
134
|
}];
|
|
299
|
-
readonly name: "grantRole";
|
|
300
135
|
readonly outputs: readonly [];
|
|
301
136
|
readonly stateMutability: "nonpayable";
|
|
302
|
-
readonly type: "function";
|
|
303
137
|
}, {
|
|
138
|
+
readonly type: "function";
|
|
139
|
+
readonly name: "hasRole";
|
|
304
140
|
readonly inputs: readonly [{
|
|
305
|
-
readonly internalType: "bytes32";
|
|
306
141
|
readonly name: "role";
|
|
307
142
|
readonly type: "bytes32";
|
|
143
|
+
readonly internalType: "bytes32";
|
|
308
144
|
}, {
|
|
309
|
-
readonly internalType: "address";
|
|
310
145
|
readonly name: "account";
|
|
311
146
|
readonly type: "address";
|
|
147
|
+
readonly internalType: "address";
|
|
312
148
|
}];
|
|
313
|
-
readonly name: "hasRole";
|
|
314
149
|
readonly outputs: readonly [{
|
|
315
|
-
readonly internalType: "bool";
|
|
316
150
|
readonly name: "";
|
|
317
151
|
readonly type: "bool";
|
|
152
|
+
readonly internalType: "bool";
|
|
318
153
|
}];
|
|
319
154
|
readonly stateMutability: "view";
|
|
320
|
-
readonly type: "function";
|
|
321
155
|
}, {
|
|
156
|
+
readonly type: "function";
|
|
157
|
+
readonly name: "managerImplementation";
|
|
322
158
|
readonly inputs: readonly [{
|
|
323
|
-
readonly internalType: "address";
|
|
324
159
|
readonly name: "_manager";
|
|
325
160
|
readonly type: "address";
|
|
161
|
+
readonly internalType: "address";
|
|
326
162
|
}];
|
|
327
|
-
readonly name: "managerImplementation";
|
|
328
163
|
readonly outputs: readonly [{
|
|
329
|
-
readonly internalType: "address";
|
|
330
164
|
readonly name: "_managerImplementation";
|
|
331
165
|
readonly type: "address";
|
|
166
|
+
readonly internalType: "address";
|
|
332
167
|
}];
|
|
333
168
|
readonly stateMutability: "view";
|
|
334
|
-
readonly type: "function";
|
|
335
169
|
}, {
|
|
336
|
-
readonly
|
|
170
|
+
readonly type: "function";
|
|
337
171
|
readonly name: "owner";
|
|
172
|
+
readonly inputs: readonly [];
|
|
338
173
|
readonly outputs: readonly [{
|
|
339
|
-
readonly internalType: "address";
|
|
340
174
|
readonly name: "result";
|
|
341
175
|
readonly type: "address";
|
|
176
|
+
readonly internalType: "address";
|
|
342
177
|
}];
|
|
343
178
|
readonly stateMutability: "view";
|
|
344
|
-
readonly type: "function";
|
|
345
179
|
}, {
|
|
180
|
+
readonly type: "function";
|
|
181
|
+
readonly name: "ownershipHandoverExpiresAt";
|
|
346
182
|
readonly inputs: readonly [{
|
|
347
|
-
readonly internalType: "address";
|
|
348
183
|
readonly name: "pendingOwner";
|
|
349
184
|
readonly type: "address";
|
|
185
|
+
readonly internalType: "address";
|
|
350
186
|
}];
|
|
351
|
-
readonly name: "ownershipHandoverExpiresAt";
|
|
352
187
|
readonly outputs: readonly [{
|
|
353
|
-
readonly internalType: "uint256";
|
|
354
188
|
readonly name: "result";
|
|
355
189
|
readonly type: "uint256";
|
|
190
|
+
readonly internalType: "uint256";
|
|
356
191
|
}];
|
|
357
192
|
readonly stateMutability: "view";
|
|
358
|
-
readonly type: "function";
|
|
359
193
|
}, {
|
|
360
|
-
readonly
|
|
194
|
+
readonly type: "function";
|
|
361
195
|
readonly name: "renounceOwnership";
|
|
196
|
+
readonly inputs: readonly [];
|
|
362
197
|
readonly outputs: readonly [];
|
|
363
198
|
readonly stateMutability: "payable";
|
|
364
|
-
readonly type: "function";
|
|
365
199
|
}, {
|
|
200
|
+
readonly type: "function";
|
|
201
|
+
readonly name: "renounceRole";
|
|
366
202
|
readonly inputs: readonly [{
|
|
367
|
-
readonly internalType: "bytes32";
|
|
368
203
|
readonly name: "role";
|
|
369
204
|
readonly type: "bytes32";
|
|
205
|
+
readonly internalType: "bytes32";
|
|
370
206
|
}, {
|
|
371
|
-
readonly internalType: "address";
|
|
372
207
|
readonly name: "callerConfirmation";
|
|
373
208
|
readonly type: "address";
|
|
209
|
+
readonly internalType: "address";
|
|
374
210
|
}];
|
|
375
|
-
readonly name: "renounceRole";
|
|
376
211
|
readonly outputs: readonly [];
|
|
377
212
|
readonly stateMutability: "nonpayable";
|
|
378
|
-
readonly type: "function";
|
|
379
213
|
}, {
|
|
380
|
-
readonly
|
|
214
|
+
readonly type: "function";
|
|
381
215
|
readonly name: "requestOwnershipHandover";
|
|
216
|
+
readonly inputs: readonly [];
|
|
382
217
|
readonly outputs: readonly [];
|
|
383
218
|
readonly stateMutability: "payable";
|
|
384
|
-
readonly type: "function";
|
|
385
219
|
}, {
|
|
220
|
+
readonly type: "function";
|
|
221
|
+
readonly name: "revokeRole";
|
|
386
222
|
readonly inputs: readonly [{
|
|
387
|
-
readonly internalType: "bytes32";
|
|
388
223
|
readonly name: "role";
|
|
389
224
|
readonly type: "bytes32";
|
|
225
|
+
readonly internalType: "bytes32";
|
|
390
226
|
}, {
|
|
391
|
-
readonly internalType: "address";
|
|
392
227
|
readonly name: "account";
|
|
393
228
|
readonly type: "address";
|
|
229
|
+
readonly internalType: "address";
|
|
394
230
|
}];
|
|
395
|
-
readonly name: "revokeRole";
|
|
396
231
|
readonly outputs: readonly [];
|
|
397
232
|
readonly stateMutability: "nonpayable";
|
|
398
|
-
readonly type: "function";
|
|
399
233
|
}, {
|
|
234
|
+
readonly type: "function";
|
|
235
|
+
readonly name: "supportsInterface";
|
|
400
236
|
readonly inputs: readonly [{
|
|
401
|
-
readonly internalType: "bytes4";
|
|
402
237
|
readonly name: "interfaceId";
|
|
403
238
|
readonly type: "bytes4";
|
|
239
|
+
readonly internalType: "bytes4";
|
|
404
240
|
}];
|
|
405
|
-
readonly name: "supportsInterface";
|
|
406
241
|
readonly outputs: readonly [{
|
|
407
|
-
readonly internalType: "bool";
|
|
408
242
|
readonly name: "";
|
|
409
243
|
readonly type: "bool";
|
|
244
|
+
readonly internalType: "bool";
|
|
410
245
|
}];
|
|
411
246
|
readonly stateMutability: "view";
|
|
412
|
-
readonly type: "function";
|
|
413
247
|
}, {
|
|
248
|
+
readonly type: "function";
|
|
249
|
+
readonly name: "transferOwnership";
|
|
414
250
|
readonly inputs: readonly [{
|
|
415
|
-
readonly internalType: "address";
|
|
416
251
|
readonly name: "newOwner";
|
|
417
252
|
readonly type: "address";
|
|
253
|
+
readonly internalType: "address";
|
|
418
254
|
}];
|
|
419
|
-
readonly name: "transferOwnership";
|
|
420
255
|
readonly outputs: readonly [];
|
|
421
256
|
readonly stateMutability: "payable";
|
|
422
|
-
readonly type: "function";
|
|
423
257
|
}, {
|
|
258
|
+
readonly type: "function";
|
|
259
|
+
readonly name: "unapproveManager";
|
|
424
260
|
readonly inputs: readonly [{
|
|
425
|
-
readonly internalType: "address";
|
|
426
261
|
readonly name: "_managerImplementation";
|
|
427
262
|
readonly type: "address";
|
|
263
|
+
readonly internalType: "address";
|
|
428
264
|
}];
|
|
429
|
-
readonly name: "unapproveManager";
|
|
430
265
|
readonly outputs: readonly [];
|
|
431
266
|
readonly stateMutability: "nonpayable";
|
|
432
|
-
|
|
267
|
+
}, {
|
|
268
|
+
readonly type: "event";
|
|
269
|
+
readonly name: "ManagerDeployed";
|
|
270
|
+
readonly inputs: readonly [{
|
|
271
|
+
readonly name: "_manager";
|
|
272
|
+
readonly type: "address";
|
|
273
|
+
readonly indexed: true;
|
|
274
|
+
readonly internalType: "address";
|
|
275
|
+
}, {
|
|
276
|
+
readonly name: "_managerImplementation";
|
|
277
|
+
readonly type: "address";
|
|
278
|
+
readonly indexed: true;
|
|
279
|
+
readonly internalType: "address";
|
|
280
|
+
}];
|
|
281
|
+
readonly anonymous: false;
|
|
282
|
+
}, {
|
|
283
|
+
readonly type: "event";
|
|
284
|
+
readonly name: "ManagerImplementationApproved";
|
|
285
|
+
readonly inputs: readonly [{
|
|
286
|
+
readonly name: "_managerImplementation";
|
|
287
|
+
readonly type: "address";
|
|
288
|
+
readonly indexed: true;
|
|
289
|
+
readonly internalType: "address";
|
|
290
|
+
}];
|
|
291
|
+
readonly anonymous: false;
|
|
292
|
+
}, {
|
|
293
|
+
readonly type: "event";
|
|
294
|
+
readonly name: "ManagerImplementationUnapproved";
|
|
295
|
+
readonly inputs: readonly [{
|
|
296
|
+
readonly name: "_managerImplementation";
|
|
297
|
+
readonly type: "address";
|
|
298
|
+
readonly indexed: true;
|
|
299
|
+
readonly internalType: "address";
|
|
300
|
+
}];
|
|
301
|
+
readonly anonymous: false;
|
|
302
|
+
}, {
|
|
303
|
+
readonly type: "event";
|
|
304
|
+
readonly name: "OwnershipHandoverCanceled";
|
|
305
|
+
readonly inputs: readonly [{
|
|
306
|
+
readonly name: "pendingOwner";
|
|
307
|
+
readonly type: "address";
|
|
308
|
+
readonly indexed: true;
|
|
309
|
+
readonly internalType: "address";
|
|
310
|
+
}];
|
|
311
|
+
readonly anonymous: false;
|
|
312
|
+
}, {
|
|
313
|
+
readonly type: "event";
|
|
314
|
+
readonly name: "OwnershipHandoverRequested";
|
|
315
|
+
readonly inputs: readonly [{
|
|
316
|
+
readonly name: "pendingOwner";
|
|
317
|
+
readonly type: "address";
|
|
318
|
+
readonly indexed: true;
|
|
319
|
+
readonly internalType: "address";
|
|
320
|
+
}];
|
|
321
|
+
readonly anonymous: false;
|
|
322
|
+
}, {
|
|
323
|
+
readonly type: "event";
|
|
324
|
+
readonly name: "OwnershipTransferred";
|
|
325
|
+
readonly inputs: readonly [{
|
|
326
|
+
readonly name: "oldOwner";
|
|
327
|
+
readonly type: "address";
|
|
328
|
+
readonly indexed: true;
|
|
329
|
+
readonly internalType: "address";
|
|
330
|
+
}, {
|
|
331
|
+
readonly name: "newOwner";
|
|
332
|
+
readonly type: "address";
|
|
333
|
+
readonly indexed: true;
|
|
334
|
+
readonly internalType: "address";
|
|
335
|
+
}];
|
|
336
|
+
readonly anonymous: false;
|
|
337
|
+
}, {
|
|
338
|
+
readonly type: "event";
|
|
339
|
+
readonly name: "RoleAdminChanged";
|
|
340
|
+
readonly inputs: readonly [{
|
|
341
|
+
readonly name: "role";
|
|
342
|
+
readonly type: "bytes32";
|
|
343
|
+
readonly indexed: true;
|
|
344
|
+
readonly internalType: "bytes32";
|
|
345
|
+
}, {
|
|
346
|
+
readonly name: "previousAdminRole";
|
|
347
|
+
readonly type: "bytes32";
|
|
348
|
+
readonly indexed: true;
|
|
349
|
+
readonly internalType: "bytes32";
|
|
350
|
+
}, {
|
|
351
|
+
readonly name: "newAdminRole";
|
|
352
|
+
readonly type: "bytes32";
|
|
353
|
+
readonly indexed: true;
|
|
354
|
+
readonly internalType: "bytes32";
|
|
355
|
+
}];
|
|
356
|
+
readonly anonymous: false;
|
|
357
|
+
}, {
|
|
358
|
+
readonly type: "event";
|
|
359
|
+
readonly name: "RoleGranted";
|
|
360
|
+
readonly inputs: readonly [{
|
|
361
|
+
readonly name: "role";
|
|
362
|
+
readonly type: "bytes32";
|
|
363
|
+
readonly indexed: true;
|
|
364
|
+
readonly internalType: "bytes32";
|
|
365
|
+
}, {
|
|
366
|
+
readonly name: "account";
|
|
367
|
+
readonly type: "address";
|
|
368
|
+
readonly indexed: true;
|
|
369
|
+
readonly internalType: "address";
|
|
370
|
+
}, {
|
|
371
|
+
readonly name: "sender";
|
|
372
|
+
readonly type: "address";
|
|
373
|
+
readonly indexed: true;
|
|
374
|
+
readonly internalType: "address";
|
|
375
|
+
}];
|
|
376
|
+
readonly anonymous: false;
|
|
377
|
+
}, {
|
|
378
|
+
readonly type: "event";
|
|
379
|
+
readonly name: "RoleRevoked";
|
|
380
|
+
readonly inputs: readonly [{
|
|
381
|
+
readonly name: "role";
|
|
382
|
+
readonly type: "bytes32";
|
|
383
|
+
readonly indexed: true;
|
|
384
|
+
readonly internalType: "bytes32";
|
|
385
|
+
}, {
|
|
386
|
+
readonly name: "account";
|
|
387
|
+
readonly type: "address";
|
|
388
|
+
readonly indexed: true;
|
|
389
|
+
readonly internalType: "address";
|
|
390
|
+
}, {
|
|
391
|
+
readonly name: "sender";
|
|
392
|
+
readonly type: "address";
|
|
393
|
+
readonly indexed: true;
|
|
394
|
+
readonly internalType: "address";
|
|
395
|
+
}];
|
|
396
|
+
readonly anonymous: false;
|
|
397
|
+
}, {
|
|
398
|
+
readonly type: "error";
|
|
399
|
+
readonly name: "AccessControlBadConfirmation";
|
|
400
|
+
readonly inputs: readonly [];
|
|
401
|
+
}, {
|
|
402
|
+
readonly type: "error";
|
|
403
|
+
readonly name: "AccessControlUnauthorizedAccount";
|
|
404
|
+
readonly inputs: readonly [{
|
|
405
|
+
readonly name: "account";
|
|
406
|
+
readonly type: "address";
|
|
407
|
+
readonly internalType: "address";
|
|
408
|
+
}, {
|
|
409
|
+
readonly name: "neededRole";
|
|
410
|
+
readonly type: "bytes32";
|
|
411
|
+
readonly internalType: "bytes32";
|
|
412
|
+
}];
|
|
413
|
+
}, {
|
|
414
|
+
readonly type: "error";
|
|
415
|
+
readonly name: "AlreadyInitialized";
|
|
416
|
+
readonly inputs: readonly [];
|
|
417
|
+
}, {
|
|
418
|
+
readonly type: "error";
|
|
419
|
+
readonly name: "NewOwnerIsZeroAddress";
|
|
420
|
+
readonly inputs: readonly [];
|
|
421
|
+
}, {
|
|
422
|
+
readonly type: "error";
|
|
423
|
+
readonly name: "NoHandoverRequest";
|
|
424
|
+
readonly inputs: readonly [];
|
|
425
|
+
}, {
|
|
426
|
+
readonly type: "error";
|
|
427
|
+
readonly name: "Unauthorized";
|
|
428
|
+
readonly inputs: readonly [];
|
|
429
|
+
}, {
|
|
430
|
+
readonly type: "error";
|
|
431
|
+
readonly name: "UnknownManagerImplemention";
|
|
432
|
+
readonly inputs: readonly [];
|
|
433
433
|
}];
|
|
434
434
|
//# sourceMappingURL=TreasuryManagerFactory.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TreasuryManagerFactory.d.ts","sourceRoot":"","sources":["../../src/abi/TreasuryManagerFactory.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"TreasuryManagerFactory.d.ts","sourceRoot":"","sources":["../../src/abi/TreasuryManagerFactory.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA2Z5B,CAAC"}
|