@clawnch/clawncher-sdk 0.1.0
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/README.md +603 -0
- package/dist/abis.d.ts +935 -0
- package/dist/abis.d.ts.map +1 -0
- package/dist/abis.js +486 -0
- package/dist/abis.js.map +1 -0
- package/dist/addresses.d.ts +51 -0
- package/dist/addresses.d.ts.map +1 -0
- package/dist/addresses.js +80 -0
- package/dist/addresses.js.map +1 -0
- package/dist/api-deployer-types.d.ts +165 -0
- package/dist/api-deployer-types.d.ts.map +1 -0
- package/dist/api-deployer-types.js +9 -0
- package/dist/api-deployer-types.js.map +1 -0
- package/dist/api-deployer.d.ts +114 -0
- package/dist/api-deployer.d.ts.map +1 -0
- package/dist/api-deployer.js +309 -0
- package/dist/api-deployer.js.map +1 -0
- package/dist/claimer.d.ts +197 -0
- package/dist/claimer.d.ts.map +1 -0
- package/dist/claimer.js +311 -0
- package/dist/claimer.js.map +1 -0
- package/dist/deployer.d.ts +229 -0
- package/dist/deployer.d.ts.map +1 -0
- package/dist/deployer.js +305 -0
- package/dist/deployer.js.map +1 -0
- package/dist/erc8004-types.d.ts +94 -0
- package/dist/erc8004-types.d.ts.map +1 -0
- package/dist/erc8004-types.js +8 -0
- package/dist/erc8004-types.js.map +1 -0
- package/dist/errors.d.ts +62 -0
- package/dist/errors.d.ts.map +1 -0
- package/dist/errors.js +75 -0
- package/dist/errors.js.map +1 -0
- package/dist/index.d.ts +204 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +358 -0
- package/dist/index.js.map +1 -0
- package/dist/liquidity-types.d.ts +198 -0
- package/dist/liquidity-types.d.ts.map +1 -0
- package/dist/liquidity-types.js +8 -0
- package/dist/liquidity-types.js.map +1 -0
- package/dist/liquidity.d.ts +111 -0
- package/dist/liquidity.d.ts.map +1 -0
- package/dist/liquidity.js +608 -0
- package/dist/liquidity.js.map +1 -0
- package/dist/molten-types.d.ts +282 -0
- package/dist/molten-types.d.ts.map +1 -0
- package/dist/molten-types.js +8 -0
- package/dist/molten-types.js.map +1 -0
- package/dist/molten.d.ts +336 -0
- package/dist/molten.d.ts.map +1 -0
- package/dist/molten.js +560 -0
- package/dist/molten.js.map +1 -0
- package/dist/portfolio.d.ts +129 -0
- package/dist/portfolio.d.ts.map +1 -0
- package/dist/portfolio.js +218 -0
- package/dist/portfolio.js.map +1 -0
- package/dist/reader.d.ts +249 -0
- package/dist/reader.d.ts.map +1 -0
- package/dist/reader.js +488 -0
- package/dist/reader.js.map +1 -0
- package/dist/swap-types.d.ts +159 -0
- package/dist/swap-types.d.ts.map +1 -0
- package/dist/swap-types.js +22 -0
- package/dist/swap-types.js.map +1 -0
- package/dist/swap.d.ts +762 -0
- package/dist/swap.d.ts.map +1 -0
- package/dist/swap.js +345 -0
- package/dist/swap.js.map +1 -0
- package/dist/token-verification-data.d.ts +4 -0
- package/dist/token-verification-data.d.ts.map +1 -0
- package/dist/token-verification-data.js +6 -0
- package/dist/token-verification-data.js.map +1 -0
- package/dist/types.d.ts +244 -0
- package/dist/types.d.ts.map +1 -0
- package/dist/types.js +5 -0
- package/dist/types.js.map +1 -0
- package/dist/uniswap-abis.d.ts +470 -0
- package/dist/uniswap-abis.d.ts.map +1 -0
- package/dist/uniswap-abis.js +322 -0
- package/dist/uniswap-abis.js.map +1 -0
- package/dist/uniswap-addresses.d.ts +38 -0
- package/dist/uniswap-addresses.d.ts.map +1 -0
- package/dist/uniswap-addresses.js +67 -0
- package/dist/uniswap-addresses.js.map +1 -0
- package/dist/vanity.d.ts +115 -0
- package/dist/vanity.d.ts.map +1 -0
- package/dist/vanity.js +166 -0
- package/dist/vanity.js.map +1 -0
- package/dist/verify.d.ts +88 -0
- package/dist/verify.d.ts.map +1 -0
- package/dist/verify.js +181 -0
- package/dist/verify.js.map +1 -0
- package/dist/watcher.d.ts +112 -0
- package/dist/watcher.d.ts.map +1 -0
- package/dist/watcher.js +132 -0
- package/dist/watcher.js.map +1 -0
- package/package.json +59 -0
package/dist/abis.d.ts
ADDED
|
@@ -0,0 +1,935 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Clawncher Contract ABIs
|
|
3
|
+
*
|
|
4
|
+
* Minimal ABIs for SDK functionality. UI builders may need full ABIs
|
|
5
|
+
* which can be generated from contract compilation.
|
|
6
|
+
*/
|
|
7
|
+
export declare const ClawnchFactoryABI: readonly [{
|
|
8
|
+
readonly inputs: readonly [{
|
|
9
|
+
readonly components: readonly [{
|
|
10
|
+
readonly components: readonly [{
|
|
11
|
+
readonly internalType: "address";
|
|
12
|
+
readonly name: "tokenAdmin";
|
|
13
|
+
readonly type: "address";
|
|
14
|
+
}, {
|
|
15
|
+
readonly internalType: "string";
|
|
16
|
+
readonly name: "name";
|
|
17
|
+
readonly type: "string";
|
|
18
|
+
}, {
|
|
19
|
+
readonly internalType: "string";
|
|
20
|
+
readonly name: "symbol";
|
|
21
|
+
readonly type: "string";
|
|
22
|
+
}, {
|
|
23
|
+
readonly internalType: "bytes32";
|
|
24
|
+
readonly name: "salt";
|
|
25
|
+
readonly type: "bytes32";
|
|
26
|
+
}, {
|
|
27
|
+
readonly internalType: "string";
|
|
28
|
+
readonly name: "image";
|
|
29
|
+
readonly type: "string";
|
|
30
|
+
}, {
|
|
31
|
+
readonly internalType: "string";
|
|
32
|
+
readonly name: "metadata";
|
|
33
|
+
readonly type: "string";
|
|
34
|
+
}, {
|
|
35
|
+
readonly internalType: "string";
|
|
36
|
+
readonly name: "context";
|
|
37
|
+
readonly type: "string";
|
|
38
|
+
}, {
|
|
39
|
+
readonly internalType: "uint256";
|
|
40
|
+
readonly name: "originatingChainId";
|
|
41
|
+
readonly type: "uint256";
|
|
42
|
+
}];
|
|
43
|
+
readonly internalType: "struct IClawnch.TokenConfig";
|
|
44
|
+
readonly name: "tokenConfig";
|
|
45
|
+
readonly type: "tuple";
|
|
46
|
+
}, {
|
|
47
|
+
readonly components: readonly [{
|
|
48
|
+
readonly internalType: "address";
|
|
49
|
+
readonly name: "hook";
|
|
50
|
+
readonly type: "address";
|
|
51
|
+
}, {
|
|
52
|
+
readonly internalType: "address";
|
|
53
|
+
readonly name: "pairedToken";
|
|
54
|
+
readonly type: "address";
|
|
55
|
+
}, {
|
|
56
|
+
readonly internalType: "int24";
|
|
57
|
+
readonly name: "tickIfToken0IsClawnch";
|
|
58
|
+
readonly type: "int24";
|
|
59
|
+
}, {
|
|
60
|
+
readonly internalType: "int24";
|
|
61
|
+
readonly name: "tickSpacing";
|
|
62
|
+
readonly type: "int24";
|
|
63
|
+
}, {
|
|
64
|
+
readonly internalType: "bytes";
|
|
65
|
+
readonly name: "poolData";
|
|
66
|
+
readonly type: "bytes";
|
|
67
|
+
}];
|
|
68
|
+
readonly internalType: "struct IClawnch.PoolConfig";
|
|
69
|
+
readonly name: "poolConfig";
|
|
70
|
+
readonly type: "tuple";
|
|
71
|
+
}, {
|
|
72
|
+
readonly components: readonly [{
|
|
73
|
+
readonly internalType: "address";
|
|
74
|
+
readonly name: "locker";
|
|
75
|
+
readonly type: "address";
|
|
76
|
+
}, {
|
|
77
|
+
readonly internalType: "address[]";
|
|
78
|
+
readonly name: "rewardAdmins";
|
|
79
|
+
readonly type: "address[]";
|
|
80
|
+
}, {
|
|
81
|
+
readonly internalType: "address[]";
|
|
82
|
+
readonly name: "rewardRecipients";
|
|
83
|
+
readonly type: "address[]";
|
|
84
|
+
}, {
|
|
85
|
+
readonly internalType: "uint16[]";
|
|
86
|
+
readonly name: "rewardBps";
|
|
87
|
+
readonly type: "uint16[]";
|
|
88
|
+
}, {
|
|
89
|
+
readonly internalType: "int24[]";
|
|
90
|
+
readonly name: "tickLower";
|
|
91
|
+
readonly type: "int24[]";
|
|
92
|
+
}, {
|
|
93
|
+
readonly internalType: "int24[]";
|
|
94
|
+
readonly name: "tickUpper";
|
|
95
|
+
readonly type: "int24[]";
|
|
96
|
+
}, {
|
|
97
|
+
readonly internalType: "uint16[]";
|
|
98
|
+
readonly name: "positionBps";
|
|
99
|
+
readonly type: "uint16[]";
|
|
100
|
+
}, {
|
|
101
|
+
readonly internalType: "bytes";
|
|
102
|
+
readonly name: "lockerData";
|
|
103
|
+
readonly type: "bytes";
|
|
104
|
+
}];
|
|
105
|
+
readonly internalType: "struct IClawnch.LockerConfig";
|
|
106
|
+
readonly name: "lockerConfig";
|
|
107
|
+
readonly type: "tuple";
|
|
108
|
+
}, {
|
|
109
|
+
readonly components: readonly [{
|
|
110
|
+
readonly internalType: "address";
|
|
111
|
+
readonly name: "mevModule";
|
|
112
|
+
readonly type: "address";
|
|
113
|
+
}, {
|
|
114
|
+
readonly internalType: "bytes";
|
|
115
|
+
readonly name: "mevModuleData";
|
|
116
|
+
readonly type: "bytes";
|
|
117
|
+
}];
|
|
118
|
+
readonly internalType: "struct IClawnch.MevModuleConfig";
|
|
119
|
+
readonly name: "mevModuleConfig";
|
|
120
|
+
readonly type: "tuple";
|
|
121
|
+
}, {
|
|
122
|
+
readonly components: readonly [{
|
|
123
|
+
readonly internalType: "address";
|
|
124
|
+
readonly name: "extension";
|
|
125
|
+
readonly type: "address";
|
|
126
|
+
}, {
|
|
127
|
+
readonly internalType: "uint256";
|
|
128
|
+
readonly name: "msgValue";
|
|
129
|
+
readonly type: "uint256";
|
|
130
|
+
}, {
|
|
131
|
+
readonly internalType: "uint16";
|
|
132
|
+
readonly name: "extensionBps";
|
|
133
|
+
readonly type: "uint16";
|
|
134
|
+
}, {
|
|
135
|
+
readonly internalType: "bytes";
|
|
136
|
+
readonly name: "extensionData";
|
|
137
|
+
readonly type: "bytes";
|
|
138
|
+
}];
|
|
139
|
+
readonly internalType: "struct IClawnch.ExtensionConfig[]";
|
|
140
|
+
readonly name: "extensionConfigs";
|
|
141
|
+
readonly type: "tuple[]";
|
|
142
|
+
}];
|
|
143
|
+
readonly internalType: "struct IClawnch.DeploymentConfig";
|
|
144
|
+
readonly name: "deploymentConfig";
|
|
145
|
+
readonly type: "tuple";
|
|
146
|
+
}];
|
|
147
|
+
readonly name: "deployToken";
|
|
148
|
+
readonly outputs: readonly [{
|
|
149
|
+
readonly internalType: "address";
|
|
150
|
+
readonly name: "tokenAddress";
|
|
151
|
+
readonly type: "address";
|
|
152
|
+
}];
|
|
153
|
+
readonly stateMutability: "payable";
|
|
154
|
+
readonly type: "function";
|
|
155
|
+
}, {
|
|
156
|
+
readonly inputs: readonly [{
|
|
157
|
+
readonly internalType: "address";
|
|
158
|
+
readonly name: "token";
|
|
159
|
+
readonly type: "address";
|
|
160
|
+
}];
|
|
161
|
+
readonly name: "tokenDeploymentInfo";
|
|
162
|
+
readonly outputs: readonly [{
|
|
163
|
+
readonly components: readonly [{
|
|
164
|
+
readonly internalType: "address";
|
|
165
|
+
readonly name: "token";
|
|
166
|
+
readonly type: "address";
|
|
167
|
+
}, {
|
|
168
|
+
readonly internalType: "address";
|
|
169
|
+
readonly name: "hook";
|
|
170
|
+
readonly type: "address";
|
|
171
|
+
}, {
|
|
172
|
+
readonly internalType: "address";
|
|
173
|
+
readonly name: "locker";
|
|
174
|
+
readonly type: "address";
|
|
175
|
+
}, {
|
|
176
|
+
readonly internalType: "address[]";
|
|
177
|
+
readonly name: "extensions";
|
|
178
|
+
readonly type: "address[]";
|
|
179
|
+
}];
|
|
180
|
+
readonly internalType: "struct IClawnch.DeploymentInfo";
|
|
181
|
+
readonly name: "";
|
|
182
|
+
readonly type: "tuple";
|
|
183
|
+
}];
|
|
184
|
+
readonly stateMutability: "view";
|
|
185
|
+
readonly type: "function";
|
|
186
|
+
}, {
|
|
187
|
+
readonly inputs: readonly [];
|
|
188
|
+
readonly name: "deprecated";
|
|
189
|
+
readonly outputs: readonly [{
|
|
190
|
+
readonly internalType: "bool";
|
|
191
|
+
readonly name: "";
|
|
192
|
+
readonly type: "bool";
|
|
193
|
+
}];
|
|
194
|
+
readonly stateMutability: "view";
|
|
195
|
+
readonly type: "function";
|
|
196
|
+
}, {
|
|
197
|
+
readonly anonymous: false;
|
|
198
|
+
readonly inputs: readonly [{
|
|
199
|
+
readonly indexed: false;
|
|
200
|
+
readonly internalType: "address";
|
|
201
|
+
readonly name: "msgSender";
|
|
202
|
+
readonly type: "address";
|
|
203
|
+
}, {
|
|
204
|
+
readonly indexed: true;
|
|
205
|
+
readonly internalType: "address";
|
|
206
|
+
readonly name: "tokenAddress";
|
|
207
|
+
readonly type: "address";
|
|
208
|
+
}, {
|
|
209
|
+
readonly indexed: true;
|
|
210
|
+
readonly internalType: "address";
|
|
211
|
+
readonly name: "tokenAdmin";
|
|
212
|
+
readonly type: "address";
|
|
213
|
+
}, {
|
|
214
|
+
readonly indexed: false;
|
|
215
|
+
readonly internalType: "string";
|
|
216
|
+
readonly name: "tokenImage";
|
|
217
|
+
readonly type: "string";
|
|
218
|
+
}, {
|
|
219
|
+
readonly indexed: false;
|
|
220
|
+
readonly internalType: "string";
|
|
221
|
+
readonly name: "tokenName";
|
|
222
|
+
readonly type: "string";
|
|
223
|
+
}, {
|
|
224
|
+
readonly indexed: false;
|
|
225
|
+
readonly internalType: "string";
|
|
226
|
+
readonly name: "tokenSymbol";
|
|
227
|
+
readonly type: "string";
|
|
228
|
+
}, {
|
|
229
|
+
readonly indexed: false;
|
|
230
|
+
readonly internalType: "string";
|
|
231
|
+
readonly name: "tokenMetadata";
|
|
232
|
+
readonly type: "string";
|
|
233
|
+
}, {
|
|
234
|
+
readonly indexed: false;
|
|
235
|
+
readonly internalType: "string";
|
|
236
|
+
readonly name: "tokenContext";
|
|
237
|
+
readonly type: "string";
|
|
238
|
+
}, {
|
|
239
|
+
readonly indexed: false;
|
|
240
|
+
readonly internalType: "int24";
|
|
241
|
+
readonly name: "startingTick";
|
|
242
|
+
readonly type: "int24";
|
|
243
|
+
}, {
|
|
244
|
+
readonly indexed: false;
|
|
245
|
+
readonly internalType: "address";
|
|
246
|
+
readonly name: "poolHook";
|
|
247
|
+
readonly type: "address";
|
|
248
|
+
}, {
|
|
249
|
+
readonly indexed: false;
|
|
250
|
+
readonly internalType: "bytes32";
|
|
251
|
+
readonly name: "poolId";
|
|
252
|
+
readonly type: "bytes32";
|
|
253
|
+
}, {
|
|
254
|
+
readonly indexed: false;
|
|
255
|
+
readonly internalType: "address";
|
|
256
|
+
readonly name: "pairedToken";
|
|
257
|
+
readonly type: "address";
|
|
258
|
+
}, {
|
|
259
|
+
readonly indexed: false;
|
|
260
|
+
readonly internalType: "address";
|
|
261
|
+
readonly name: "locker";
|
|
262
|
+
readonly type: "address";
|
|
263
|
+
}, {
|
|
264
|
+
readonly indexed: false;
|
|
265
|
+
readonly internalType: "address";
|
|
266
|
+
readonly name: "mevModule";
|
|
267
|
+
readonly type: "address";
|
|
268
|
+
}, {
|
|
269
|
+
readonly indexed: false;
|
|
270
|
+
readonly internalType: "uint256";
|
|
271
|
+
readonly name: "extensionsSupply";
|
|
272
|
+
readonly type: "uint256";
|
|
273
|
+
}, {
|
|
274
|
+
readonly indexed: false;
|
|
275
|
+
readonly internalType: "address[]";
|
|
276
|
+
readonly name: "extensions";
|
|
277
|
+
readonly type: "address[]";
|
|
278
|
+
}];
|
|
279
|
+
readonly name: "TokenCreated";
|
|
280
|
+
readonly type: "event";
|
|
281
|
+
}];
|
|
282
|
+
export declare const ClawnchFeeLockerABI: readonly [{
|
|
283
|
+
readonly inputs: readonly [{
|
|
284
|
+
readonly internalType: "address";
|
|
285
|
+
readonly name: "feeOwner";
|
|
286
|
+
readonly type: "address";
|
|
287
|
+
}, {
|
|
288
|
+
readonly internalType: "address";
|
|
289
|
+
readonly name: "token";
|
|
290
|
+
readonly type: "address";
|
|
291
|
+
}];
|
|
292
|
+
readonly name: "availableFees";
|
|
293
|
+
readonly outputs: readonly [{
|
|
294
|
+
readonly internalType: "uint256";
|
|
295
|
+
readonly name: "";
|
|
296
|
+
readonly type: "uint256";
|
|
297
|
+
}];
|
|
298
|
+
readonly stateMutability: "view";
|
|
299
|
+
readonly type: "function";
|
|
300
|
+
}, {
|
|
301
|
+
readonly inputs: readonly [{
|
|
302
|
+
readonly internalType: "address";
|
|
303
|
+
readonly name: "feeOwner";
|
|
304
|
+
readonly type: "address";
|
|
305
|
+
}, {
|
|
306
|
+
readonly internalType: "address";
|
|
307
|
+
readonly name: "token";
|
|
308
|
+
readonly type: "address";
|
|
309
|
+
}];
|
|
310
|
+
readonly name: "claim";
|
|
311
|
+
readonly outputs: readonly [];
|
|
312
|
+
readonly stateMutability: "nonpayable";
|
|
313
|
+
readonly type: "function";
|
|
314
|
+
}];
|
|
315
|
+
export declare const ClawnchLpLockerABI: readonly [{
|
|
316
|
+
readonly inputs: readonly [{
|
|
317
|
+
readonly internalType: "address";
|
|
318
|
+
readonly name: "token";
|
|
319
|
+
readonly type: "address";
|
|
320
|
+
}];
|
|
321
|
+
readonly name: "collectRewards";
|
|
322
|
+
readonly outputs: readonly [];
|
|
323
|
+
readonly stateMutability: "nonpayable";
|
|
324
|
+
readonly type: "function";
|
|
325
|
+
}, {
|
|
326
|
+
readonly inputs: readonly [{
|
|
327
|
+
readonly internalType: "address";
|
|
328
|
+
readonly name: "token";
|
|
329
|
+
readonly type: "address";
|
|
330
|
+
}];
|
|
331
|
+
readonly name: "tokenRewards";
|
|
332
|
+
readonly outputs: readonly [{
|
|
333
|
+
readonly components: readonly [{
|
|
334
|
+
readonly internalType: "address";
|
|
335
|
+
readonly name: "token";
|
|
336
|
+
readonly type: "address";
|
|
337
|
+
}, {
|
|
338
|
+
readonly components: readonly [{
|
|
339
|
+
readonly internalType: "address";
|
|
340
|
+
readonly name: "currency0";
|
|
341
|
+
readonly type: "address";
|
|
342
|
+
}, {
|
|
343
|
+
readonly internalType: "address";
|
|
344
|
+
readonly name: "currency1";
|
|
345
|
+
readonly type: "address";
|
|
346
|
+
}, {
|
|
347
|
+
readonly internalType: "uint24";
|
|
348
|
+
readonly name: "fee";
|
|
349
|
+
readonly type: "uint24";
|
|
350
|
+
}, {
|
|
351
|
+
readonly internalType: "int24";
|
|
352
|
+
readonly name: "tickSpacing";
|
|
353
|
+
readonly type: "int24";
|
|
354
|
+
}, {
|
|
355
|
+
readonly internalType: "address";
|
|
356
|
+
readonly name: "hooks";
|
|
357
|
+
readonly type: "address";
|
|
358
|
+
}];
|
|
359
|
+
readonly internalType: "struct PoolKey";
|
|
360
|
+
readonly name: "poolKey";
|
|
361
|
+
readonly type: "tuple";
|
|
362
|
+
}, {
|
|
363
|
+
readonly internalType: "uint256";
|
|
364
|
+
readonly name: "positionId";
|
|
365
|
+
readonly type: "uint256";
|
|
366
|
+
}, {
|
|
367
|
+
readonly internalType: "uint256";
|
|
368
|
+
readonly name: "numPositions";
|
|
369
|
+
readonly type: "uint256";
|
|
370
|
+
}, {
|
|
371
|
+
readonly internalType: "uint16[]";
|
|
372
|
+
readonly name: "rewardBps";
|
|
373
|
+
readonly type: "uint16[]";
|
|
374
|
+
}, {
|
|
375
|
+
readonly internalType: "address[]";
|
|
376
|
+
readonly name: "rewardAdmins";
|
|
377
|
+
readonly type: "address[]";
|
|
378
|
+
}, {
|
|
379
|
+
readonly internalType: "address[]";
|
|
380
|
+
readonly name: "rewardRecipients";
|
|
381
|
+
readonly type: "address[]";
|
|
382
|
+
}];
|
|
383
|
+
readonly internalType: "struct IClawnchLpLocker.TokenRewardInfo";
|
|
384
|
+
readonly name: "";
|
|
385
|
+
readonly type: "tuple";
|
|
386
|
+
}];
|
|
387
|
+
readonly stateMutability: "view";
|
|
388
|
+
readonly type: "function";
|
|
389
|
+
}];
|
|
390
|
+
export declare const ERC20ABI: readonly [{
|
|
391
|
+
readonly inputs: readonly [{
|
|
392
|
+
readonly internalType: "address";
|
|
393
|
+
readonly name: "account";
|
|
394
|
+
readonly type: "address";
|
|
395
|
+
}];
|
|
396
|
+
readonly name: "balanceOf";
|
|
397
|
+
readonly outputs: readonly [{
|
|
398
|
+
readonly internalType: "uint256";
|
|
399
|
+
readonly name: "";
|
|
400
|
+
readonly type: "uint256";
|
|
401
|
+
}];
|
|
402
|
+
readonly stateMutability: "view";
|
|
403
|
+
readonly type: "function";
|
|
404
|
+
}, {
|
|
405
|
+
readonly inputs: readonly [];
|
|
406
|
+
readonly name: "totalSupply";
|
|
407
|
+
readonly outputs: readonly [{
|
|
408
|
+
readonly internalType: "uint256";
|
|
409
|
+
readonly name: "";
|
|
410
|
+
readonly type: "uint256";
|
|
411
|
+
}];
|
|
412
|
+
readonly stateMutability: "view";
|
|
413
|
+
readonly type: "function";
|
|
414
|
+
}, {
|
|
415
|
+
readonly inputs: readonly [];
|
|
416
|
+
readonly name: "name";
|
|
417
|
+
readonly outputs: readonly [{
|
|
418
|
+
readonly internalType: "string";
|
|
419
|
+
readonly name: "";
|
|
420
|
+
readonly type: "string";
|
|
421
|
+
}];
|
|
422
|
+
readonly stateMutability: "view";
|
|
423
|
+
readonly type: "function";
|
|
424
|
+
}, {
|
|
425
|
+
readonly inputs: readonly [];
|
|
426
|
+
readonly name: "symbol";
|
|
427
|
+
readonly outputs: readonly [{
|
|
428
|
+
readonly internalType: "string";
|
|
429
|
+
readonly name: "";
|
|
430
|
+
readonly type: "string";
|
|
431
|
+
}];
|
|
432
|
+
readonly stateMutability: "view";
|
|
433
|
+
readonly type: "function";
|
|
434
|
+
}, {
|
|
435
|
+
readonly inputs: readonly [];
|
|
436
|
+
readonly name: "decimals";
|
|
437
|
+
readonly outputs: readonly [{
|
|
438
|
+
readonly internalType: "uint8";
|
|
439
|
+
readonly name: "";
|
|
440
|
+
readonly type: "uint8";
|
|
441
|
+
}];
|
|
442
|
+
readonly stateMutability: "view";
|
|
443
|
+
readonly type: "function";
|
|
444
|
+
}];
|
|
445
|
+
/**
|
|
446
|
+
* ClawnchVault ABI - Read vault allocation data
|
|
447
|
+
*/
|
|
448
|
+
export declare const ClawnchVaultABI: readonly [{
|
|
449
|
+
readonly inputs: readonly [{
|
|
450
|
+
readonly internalType: "address";
|
|
451
|
+
readonly name: "token";
|
|
452
|
+
readonly type: "address";
|
|
453
|
+
}];
|
|
454
|
+
readonly name: "allocation";
|
|
455
|
+
readonly outputs: readonly [{
|
|
456
|
+
readonly internalType: "address";
|
|
457
|
+
readonly name: "token";
|
|
458
|
+
readonly type: "address";
|
|
459
|
+
}, {
|
|
460
|
+
readonly internalType: "uint256";
|
|
461
|
+
readonly name: "amountTotal";
|
|
462
|
+
readonly type: "uint256";
|
|
463
|
+
}, {
|
|
464
|
+
readonly internalType: "uint256";
|
|
465
|
+
readonly name: "amountClaimed";
|
|
466
|
+
readonly type: "uint256";
|
|
467
|
+
}, {
|
|
468
|
+
readonly internalType: "uint256";
|
|
469
|
+
readonly name: "lockupEndTime";
|
|
470
|
+
readonly type: "uint256";
|
|
471
|
+
}, {
|
|
472
|
+
readonly internalType: "uint256";
|
|
473
|
+
readonly name: "vestingEndTime";
|
|
474
|
+
readonly type: "uint256";
|
|
475
|
+
}, {
|
|
476
|
+
readonly internalType: "address";
|
|
477
|
+
readonly name: "admin";
|
|
478
|
+
readonly type: "address";
|
|
479
|
+
}];
|
|
480
|
+
readonly stateMutability: "view";
|
|
481
|
+
readonly type: "function";
|
|
482
|
+
}, {
|
|
483
|
+
readonly inputs: readonly [{
|
|
484
|
+
readonly internalType: "address";
|
|
485
|
+
readonly name: "token";
|
|
486
|
+
readonly type: "address";
|
|
487
|
+
}];
|
|
488
|
+
readonly name: "amountAvailableToClaim";
|
|
489
|
+
readonly outputs: readonly [{
|
|
490
|
+
readonly internalType: "uint256";
|
|
491
|
+
readonly name: "";
|
|
492
|
+
readonly type: "uint256";
|
|
493
|
+
}];
|
|
494
|
+
readonly stateMutability: "view";
|
|
495
|
+
readonly type: "function";
|
|
496
|
+
}, {
|
|
497
|
+
readonly inputs: readonly [{
|
|
498
|
+
readonly internalType: "address";
|
|
499
|
+
readonly name: "token";
|
|
500
|
+
readonly type: "address";
|
|
501
|
+
}];
|
|
502
|
+
readonly name: "claim";
|
|
503
|
+
readonly outputs: readonly [];
|
|
504
|
+
readonly stateMutability: "nonpayable";
|
|
505
|
+
readonly type: "function";
|
|
506
|
+
}, {
|
|
507
|
+
readonly inputs: readonly [{
|
|
508
|
+
readonly internalType: "address";
|
|
509
|
+
readonly name: "token";
|
|
510
|
+
readonly type: "address";
|
|
511
|
+
}, {
|
|
512
|
+
readonly internalType: "address";
|
|
513
|
+
readonly name: "newAdmin";
|
|
514
|
+
readonly type: "address";
|
|
515
|
+
}];
|
|
516
|
+
readonly name: "editAllocationAdmin";
|
|
517
|
+
readonly outputs: readonly [];
|
|
518
|
+
readonly stateMutability: "nonpayable";
|
|
519
|
+
readonly type: "function";
|
|
520
|
+
}, {
|
|
521
|
+
readonly anonymous: false;
|
|
522
|
+
readonly inputs: readonly [{
|
|
523
|
+
readonly indexed: true;
|
|
524
|
+
readonly internalType: "address";
|
|
525
|
+
readonly name: "token";
|
|
526
|
+
readonly type: "address";
|
|
527
|
+
}, {
|
|
528
|
+
readonly indexed: false;
|
|
529
|
+
readonly internalType: "address";
|
|
530
|
+
readonly name: "admin";
|
|
531
|
+
readonly type: "address";
|
|
532
|
+
}, {
|
|
533
|
+
readonly indexed: false;
|
|
534
|
+
readonly internalType: "uint256";
|
|
535
|
+
readonly name: "supply";
|
|
536
|
+
readonly type: "uint256";
|
|
537
|
+
}, {
|
|
538
|
+
readonly indexed: false;
|
|
539
|
+
readonly internalType: "uint256";
|
|
540
|
+
readonly name: "lockupDuration";
|
|
541
|
+
readonly type: "uint256";
|
|
542
|
+
}, {
|
|
543
|
+
readonly indexed: false;
|
|
544
|
+
readonly internalType: "uint256";
|
|
545
|
+
readonly name: "vestingDuration";
|
|
546
|
+
readonly type: "uint256";
|
|
547
|
+
}];
|
|
548
|
+
readonly name: "AllocationCreated";
|
|
549
|
+
readonly type: "event";
|
|
550
|
+
}, {
|
|
551
|
+
readonly anonymous: false;
|
|
552
|
+
readonly inputs: readonly [{
|
|
553
|
+
readonly indexed: true;
|
|
554
|
+
readonly internalType: "address";
|
|
555
|
+
readonly name: "token";
|
|
556
|
+
readonly type: "address";
|
|
557
|
+
}, {
|
|
558
|
+
readonly indexed: false;
|
|
559
|
+
readonly internalType: "uint256";
|
|
560
|
+
readonly name: "amountClaimed";
|
|
561
|
+
readonly type: "uint256";
|
|
562
|
+
}, {
|
|
563
|
+
readonly indexed: false;
|
|
564
|
+
readonly internalType: "uint256";
|
|
565
|
+
readonly name: "amountRemaining";
|
|
566
|
+
readonly type: "uint256";
|
|
567
|
+
}];
|
|
568
|
+
readonly name: "AllocationClaimed";
|
|
569
|
+
readonly type: "event";
|
|
570
|
+
}];
|
|
571
|
+
/**
|
|
572
|
+
* ClawncherVestedDevBuy ABI - Read vested dev buy allocation data
|
|
573
|
+
*/
|
|
574
|
+
export declare const ClawncherVestedDevBuyABI: readonly [{
|
|
575
|
+
readonly inputs: readonly [{
|
|
576
|
+
readonly internalType: "address";
|
|
577
|
+
readonly name: "token";
|
|
578
|
+
readonly type: "address";
|
|
579
|
+
}];
|
|
580
|
+
readonly name: "allocation";
|
|
581
|
+
readonly outputs: readonly [{
|
|
582
|
+
readonly internalType: "address";
|
|
583
|
+
readonly name: "token";
|
|
584
|
+
readonly type: "address";
|
|
585
|
+
}, {
|
|
586
|
+
readonly internalType: "uint256";
|
|
587
|
+
readonly name: "amountTotal";
|
|
588
|
+
readonly type: "uint256";
|
|
589
|
+
}, {
|
|
590
|
+
readonly internalType: "uint256";
|
|
591
|
+
readonly name: "amountClaimed";
|
|
592
|
+
readonly type: "uint256";
|
|
593
|
+
}, {
|
|
594
|
+
readonly internalType: "uint256";
|
|
595
|
+
readonly name: "lockupEndTime";
|
|
596
|
+
readonly type: "uint256";
|
|
597
|
+
}, {
|
|
598
|
+
readonly internalType: "uint256";
|
|
599
|
+
readonly name: "vestingEndTime";
|
|
600
|
+
readonly type: "uint256";
|
|
601
|
+
}, {
|
|
602
|
+
readonly internalType: "address";
|
|
603
|
+
readonly name: "admin";
|
|
604
|
+
readonly type: "address";
|
|
605
|
+
}];
|
|
606
|
+
readonly stateMutability: "view";
|
|
607
|
+
readonly type: "function";
|
|
608
|
+
}, {
|
|
609
|
+
readonly inputs: readonly [{
|
|
610
|
+
readonly internalType: "address";
|
|
611
|
+
readonly name: "token";
|
|
612
|
+
readonly type: "address";
|
|
613
|
+
}];
|
|
614
|
+
readonly name: "amountAvailableToClaim";
|
|
615
|
+
readonly outputs: readonly [{
|
|
616
|
+
readonly internalType: "uint256";
|
|
617
|
+
readonly name: "";
|
|
618
|
+
readonly type: "uint256";
|
|
619
|
+
}];
|
|
620
|
+
readonly stateMutability: "view";
|
|
621
|
+
readonly type: "function";
|
|
622
|
+
}, {
|
|
623
|
+
readonly inputs: readonly [{
|
|
624
|
+
readonly internalType: "address";
|
|
625
|
+
readonly name: "token";
|
|
626
|
+
readonly type: "address";
|
|
627
|
+
}];
|
|
628
|
+
readonly name: "claim";
|
|
629
|
+
readonly outputs: readonly [];
|
|
630
|
+
readonly stateMutability: "nonpayable";
|
|
631
|
+
readonly type: "function";
|
|
632
|
+
}, {
|
|
633
|
+
readonly inputs: readonly [{
|
|
634
|
+
readonly internalType: "address";
|
|
635
|
+
readonly name: "token";
|
|
636
|
+
readonly type: "address";
|
|
637
|
+
}, {
|
|
638
|
+
readonly internalType: "address";
|
|
639
|
+
readonly name: "newAdmin";
|
|
640
|
+
readonly type: "address";
|
|
641
|
+
}];
|
|
642
|
+
readonly name: "editAllocationAdmin";
|
|
643
|
+
readonly outputs: readonly [];
|
|
644
|
+
readonly stateMutability: "nonpayable";
|
|
645
|
+
readonly type: "function";
|
|
646
|
+
}, {
|
|
647
|
+
readonly anonymous: false;
|
|
648
|
+
readonly inputs: readonly [{
|
|
649
|
+
readonly indexed: true;
|
|
650
|
+
readonly internalType: "address";
|
|
651
|
+
readonly name: "token";
|
|
652
|
+
readonly type: "address";
|
|
653
|
+
}, {
|
|
654
|
+
readonly indexed: true;
|
|
655
|
+
readonly internalType: "address";
|
|
656
|
+
readonly name: "recipient";
|
|
657
|
+
readonly type: "address";
|
|
658
|
+
}, {
|
|
659
|
+
readonly indexed: false;
|
|
660
|
+
readonly internalType: "uint256";
|
|
661
|
+
readonly name: "ethAmount";
|
|
662
|
+
readonly type: "uint256";
|
|
663
|
+
}, {
|
|
664
|
+
readonly indexed: false;
|
|
665
|
+
readonly internalType: "uint256";
|
|
666
|
+
readonly name: "tokenAmount";
|
|
667
|
+
readonly type: "uint256";
|
|
668
|
+
}, {
|
|
669
|
+
readonly indexed: false;
|
|
670
|
+
readonly internalType: "uint256";
|
|
671
|
+
readonly name: "lockupDuration";
|
|
672
|
+
readonly type: "uint256";
|
|
673
|
+
}, {
|
|
674
|
+
readonly indexed: false;
|
|
675
|
+
readonly internalType: "uint256";
|
|
676
|
+
readonly name: "vestingDuration";
|
|
677
|
+
readonly type: "uint256";
|
|
678
|
+
}];
|
|
679
|
+
readonly name: "VestedDevBuy";
|
|
680
|
+
readonly type: "event";
|
|
681
|
+
}, {
|
|
682
|
+
readonly anonymous: false;
|
|
683
|
+
readonly inputs: readonly [{
|
|
684
|
+
readonly indexed: true;
|
|
685
|
+
readonly internalType: "address";
|
|
686
|
+
readonly name: "token";
|
|
687
|
+
readonly type: "address";
|
|
688
|
+
}, {
|
|
689
|
+
readonly indexed: false;
|
|
690
|
+
readonly internalType: "uint256";
|
|
691
|
+
readonly name: "amountClaimed";
|
|
692
|
+
readonly type: "uint256";
|
|
693
|
+
}, {
|
|
694
|
+
readonly indexed: false;
|
|
695
|
+
readonly internalType: "uint256";
|
|
696
|
+
readonly name: "amountRemaining";
|
|
697
|
+
readonly type: "uint256";
|
|
698
|
+
}];
|
|
699
|
+
readonly name: "AllocationClaimed";
|
|
700
|
+
readonly type: "event";
|
|
701
|
+
}];
|
|
702
|
+
/**
|
|
703
|
+
* ClawnchHookStaticFeeV2 ABI - Read fee configuration
|
|
704
|
+
*/
|
|
705
|
+
export declare const ClawnchHookABI: readonly [{
|
|
706
|
+
readonly inputs: readonly [{
|
|
707
|
+
readonly internalType: "bytes32";
|
|
708
|
+
readonly name: "poolId";
|
|
709
|
+
readonly type: "bytes32";
|
|
710
|
+
}];
|
|
711
|
+
readonly name: "feeConfig";
|
|
712
|
+
readonly outputs: readonly [{
|
|
713
|
+
readonly internalType: "uint24";
|
|
714
|
+
readonly name: "buyFee";
|
|
715
|
+
readonly type: "uint24";
|
|
716
|
+
}, {
|
|
717
|
+
readonly internalType: "uint24";
|
|
718
|
+
readonly name: "sellFee";
|
|
719
|
+
readonly type: "uint24";
|
|
720
|
+
}];
|
|
721
|
+
readonly stateMutability: "view";
|
|
722
|
+
readonly type: "function";
|
|
723
|
+
}, {
|
|
724
|
+
readonly inputs: readonly [];
|
|
725
|
+
readonly name: "protocolFee";
|
|
726
|
+
readonly outputs: readonly [{
|
|
727
|
+
readonly internalType: "uint24";
|
|
728
|
+
readonly name: "";
|
|
729
|
+
readonly type: "uint24";
|
|
730
|
+
}];
|
|
731
|
+
readonly stateMutability: "view";
|
|
732
|
+
readonly type: "function";
|
|
733
|
+
}];
|
|
734
|
+
/**
|
|
735
|
+
* ClawnchMevDescendingFees ABI - Read MEV protection config
|
|
736
|
+
*
|
|
737
|
+
* Contract function names:
|
|
738
|
+
* feeConfig(bytes32 poolId) - not mevConfig(address)
|
|
739
|
+
* getFee(bytes32 poolId) - not currentFee(address)
|
|
740
|
+
* poolStartTime(bytes32 poolId) - start time for decay calculation
|
|
741
|
+
*
|
|
742
|
+
* PoolId is bytes32 (Uniswap V4 pool identifier).
|
|
743
|
+
* Decay end = poolStartTime + feeConfig.secondsToDecay
|
|
744
|
+
*/
|
|
745
|
+
export declare const ClawnchMevModuleABI: readonly [{
|
|
746
|
+
readonly inputs: readonly [{
|
|
747
|
+
readonly internalType: "PoolId";
|
|
748
|
+
readonly name: "poolId";
|
|
749
|
+
readonly type: "bytes32";
|
|
750
|
+
}];
|
|
751
|
+
readonly name: "feeConfig";
|
|
752
|
+
readonly outputs: readonly [{
|
|
753
|
+
readonly internalType: "uint24";
|
|
754
|
+
readonly name: "startingFee";
|
|
755
|
+
readonly type: "uint24";
|
|
756
|
+
}, {
|
|
757
|
+
readonly internalType: "uint24";
|
|
758
|
+
readonly name: "endingFee";
|
|
759
|
+
readonly type: "uint24";
|
|
760
|
+
}, {
|
|
761
|
+
readonly internalType: "uint256";
|
|
762
|
+
readonly name: "secondsToDecay";
|
|
763
|
+
readonly type: "uint256";
|
|
764
|
+
}];
|
|
765
|
+
readonly stateMutability: "view";
|
|
766
|
+
readonly type: "function";
|
|
767
|
+
}, {
|
|
768
|
+
readonly inputs: readonly [{
|
|
769
|
+
readonly internalType: "PoolId";
|
|
770
|
+
readonly name: "poolId";
|
|
771
|
+
readonly type: "bytes32";
|
|
772
|
+
}];
|
|
773
|
+
readonly name: "poolStartTime";
|
|
774
|
+
readonly outputs: readonly [{
|
|
775
|
+
readonly internalType: "uint256";
|
|
776
|
+
readonly name: "";
|
|
777
|
+
readonly type: "uint256";
|
|
778
|
+
}];
|
|
779
|
+
readonly stateMutability: "view";
|
|
780
|
+
readonly type: "function";
|
|
781
|
+
}, {
|
|
782
|
+
readonly inputs: readonly [{
|
|
783
|
+
readonly internalType: "PoolId";
|
|
784
|
+
readonly name: "poolId";
|
|
785
|
+
readonly type: "bytes32";
|
|
786
|
+
}];
|
|
787
|
+
readonly name: "getFee";
|
|
788
|
+
readonly outputs: readonly [{
|
|
789
|
+
readonly internalType: "uint24";
|
|
790
|
+
readonly name: "";
|
|
791
|
+
readonly type: "uint24";
|
|
792
|
+
}];
|
|
793
|
+
readonly stateMutability: "view";
|
|
794
|
+
readonly type: "function";
|
|
795
|
+
}];
|
|
796
|
+
/**
|
|
797
|
+
* ClawnchToken ABI - Read token-specific data (admin, metadata)
|
|
798
|
+
*
|
|
799
|
+
* Contract function names:
|
|
800
|
+
* admin() - not tokenAdmin()
|
|
801
|
+
* imageUrl() - not image()
|
|
802
|
+
* allData() - returns all metadata in one call
|
|
803
|
+
*/
|
|
804
|
+
export declare const ClawnchTokenABI: readonly [{
|
|
805
|
+
readonly inputs: readonly [{
|
|
806
|
+
readonly internalType: "address";
|
|
807
|
+
readonly name: "account";
|
|
808
|
+
readonly type: "address";
|
|
809
|
+
}];
|
|
810
|
+
readonly name: "balanceOf";
|
|
811
|
+
readonly outputs: readonly [{
|
|
812
|
+
readonly internalType: "uint256";
|
|
813
|
+
readonly name: "";
|
|
814
|
+
readonly type: "uint256";
|
|
815
|
+
}];
|
|
816
|
+
readonly stateMutability: "view";
|
|
817
|
+
readonly type: "function";
|
|
818
|
+
}, {
|
|
819
|
+
readonly inputs: readonly [];
|
|
820
|
+
readonly name: "totalSupply";
|
|
821
|
+
readonly outputs: readonly [{
|
|
822
|
+
readonly internalType: "uint256";
|
|
823
|
+
readonly name: "";
|
|
824
|
+
readonly type: "uint256";
|
|
825
|
+
}];
|
|
826
|
+
readonly stateMutability: "view";
|
|
827
|
+
readonly type: "function";
|
|
828
|
+
}, {
|
|
829
|
+
readonly inputs: readonly [];
|
|
830
|
+
readonly name: "name";
|
|
831
|
+
readonly outputs: readonly [{
|
|
832
|
+
readonly internalType: "string";
|
|
833
|
+
readonly name: "";
|
|
834
|
+
readonly type: "string";
|
|
835
|
+
}];
|
|
836
|
+
readonly stateMutability: "view";
|
|
837
|
+
readonly type: "function";
|
|
838
|
+
}, {
|
|
839
|
+
readonly inputs: readonly [];
|
|
840
|
+
readonly name: "symbol";
|
|
841
|
+
readonly outputs: readonly [{
|
|
842
|
+
readonly internalType: "string";
|
|
843
|
+
readonly name: "";
|
|
844
|
+
readonly type: "string";
|
|
845
|
+
}];
|
|
846
|
+
readonly stateMutability: "view";
|
|
847
|
+
readonly type: "function";
|
|
848
|
+
}, {
|
|
849
|
+
readonly inputs: readonly [];
|
|
850
|
+
readonly name: "decimals";
|
|
851
|
+
readonly outputs: readonly [{
|
|
852
|
+
readonly internalType: "uint8";
|
|
853
|
+
readonly name: "";
|
|
854
|
+
readonly type: "uint8";
|
|
855
|
+
}];
|
|
856
|
+
readonly stateMutability: "view";
|
|
857
|
+
readonly type: "function";
|
|
858
|
+
}, {
|
|
859
|
+
readonly inputs: readonly [];
|
|
860
|
+
readonly name: "admin";
|
|
861
|
+
readonly outputs: readonly [{
|
|
862
|
+
readonly internalType: "address";
|
|
863
|
+
readonly name: "";
|
|
864
|
+
readonly type: "address";
|
|
865
|
+
}];
|
|
866
|
+
readonly stateMutability: "view";
|
|
867
|
+
readonly type: "function";
|
|
868
|
+
}, {
|
|
869
|
+
readonly inputs: readonly [];
|
|
870
|
+
readonly name: "originalAdmin";
|
|
871
|
+
readonly outputs: readonly [{
|
|
872
|
+
readonly internalType: "address";
|
|
873
|
+
readonly name: "";
|
|
874
|
+
readonly type: "address";
|
|
875
|
+
}];
|
|
876
|
+
readonly stateMutability: "view";
|
|
877
|
+
readonly type: "function";
|
|
878
|
+
}, {
|
|
879
|
+
readonly inputs: readonly [];
|
|
880
|
+
readonly name: "imageUrl";
|
|
881
|
+
readonly outputs: readonly [{
|
|
882
|
+
readonly internalType: "string";
|
|
883
|
+
readonly name: "";
|
|
884
|
+
readonly type: "string";
|
|
885
|
+
}];
|
|
886
|
+
readonly stateMutability: "view";
|
|
887
|
+
readonly type: "function";
|
|
888
|
+
}, {
|
|
889
|
+
readonly inputs: readonly [];
|
|
890
|
+
readonly name: "metadata";
|
|
891
|
+
readonly outputs: readonly [{
|
|
892
|
+
readonly internalType: "string";
|
|
893
|
+
readonly name: "";
|
|
894
|
+
readonly type: "string";
|
|
895
|
+
}];
|
|
896
|
+
readonly stateMutability: "view";
|
|
897
|
+
readonly type: "function";
|
|
898
|
+
}, {
|
|
899
|
+
readonly inputs: readonly [];
|
|
900
|
+
readonly name: "context";
|
|
901
|
+
readonly outputs: readonly [{
|
|
902
|
+
readonly internalType: "string";
|
|
903
|
+
readonly name: "";
|
|
904
|
+
readonly type: "string";
|
|
905
|
+
}];
|
|
906
|
+
readonly stateMutability: "view";
|
|
907
|
+
readonly type: "function";
|
|
908
|
+
}, {
|
|
909
|
+
readonly inputs: readonly [];
|
|
910
|
+
readonly name: "allData";
|
|
911
|
+
readonly outputs: readonly [{
|
|
912
|
+
readonly internalType: "address";
|
|
913
|
+
readonly name: "originalAdmin";
|
|
914
|
+
readonly type: "address";
|
|
915
|
+
}, {
|
|
916
|
+
readonly internalType: "address";
|
|
917
|
+
readonly name: "admin";
|
|
918
|
+
readonly type: "address";
|
|
919
|
+
}, {
|
|
920
|
+
readonly internalType: "string";
|
|
921
|
+
readonly name: "image";
|
|
922
|
+
readonly type: "string";
|
|
923
|
+
}, {
|
|
924
|
+
readonly internalType: "string";
|
|
925
|
+
readonly name: "metadata";
|
|
926
|
+
readonly type: "string";
|
|
927
|
+
}, {
|
|
928
|
+
readonly internalType: "string";
|
|
929
|
+
readonly name: "context";
|
|
930
|
+
readonly type: "string";
|
|
931
|
+
}];
|
|
932
|
+
readonly stateMutability: "view";
|
|
933
|
+
readonly type: "function";
|
|
934
|
+
}];
|
|
935
|
+
//# sourceMappingURL=abis.d.ts.map
|