@gitmyabi/usdt 1.0.11 → 1.0.13
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 +4 -4
- package/contracts/{DefiTokenFixedSupply_json.d.ts → EssentialToken_json.d.ts} +288 -1028
- package/contracts/{DefiTokenFixedSupply_json.js → EssentialToken_json.js} +321 -1248
- package/contracts/{DefiTokenFixedSupply_json.ts → EssentialToken_json.ts} +321 -1330
- package/contracts/index.d.ts +2 -2
- package/contracts/index.js +4 -4
- package/contracts/index.ts +2 -2
- package/package.json +3 -3
|
@@ -1,201 +1,13 @@
|
|
|
1
1
|
import type { Address, PublicClient, WalletClient } from 'viem';
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
4
|
-
*/
|
|
5
|
-
export type DefiTokenFixedSupply_ERC20ConfigProps = {
|
|
6
|
-
_isBurnable: boolean;
|
|
7
|
-
_isDocumentAllowed: boolean;
|
|
8
|
-
_isMaxAmountOfTokensSet: boolean;
|
|
9
|
-
_isTaxable: boolean;
|
|
10
|
-
_isDeflationary: boolean;
|
|
11
|
-
_isReflective: boolean;
|
|
12
|
-
};
|
|
13
|
-
/**
|
|
14
|
-
* DefiTokenFixedSupply_json ABI
|
|
3
|
+
* EssentialToken_json ABI
|
|
15
4
|
*
|
|
16
5
|
* This ABI is typed using viem's type system for full type safety.
|
|
17
6
|
*/
|
|
18
|
-
export declare const
|
|
19
|
-
readonly inputs: readonly [
|
|
20
|
-
readonly internalType: "string";
|
|
21
|
-
readonly name: "name_";
|
|
22
|
-
readonly type: "string";
|
|
23
|
-
}, {
|
|
24
|
-
readonly internalType: "string";
|
|
25
|
-
readonly name: "symbol_";
|
|
26
|
-
readonly type: "string";
|
|
27
|
-
}, {
|
|
28
|
-
readonly internalType: "uint256";
|
|
29
|
-
readonly name: "initialSupplyToSet";
|
|
30
|
-
readonly type: "uint256";
|
|
31
|
-
}, {
|
|
32
|
-
readonly internalType: "uint8";
|
|
33
|
-
readonly name: "decimalsToSet";
|
|
34
|
-
readonly type: "uint8";
|
|
35
|
-
}, {
|
|
36
|
-
readonly internalType: "address";
|
|
37
|
-
readonly name: "tokenOwner";
|
|
38
|
-
readonly type: "address";
|
|
39
|
-
}, {
|
|
40
|
-
readonly components: readonly [{
|
|
41
|
-
readonly internalType: "bool";
|
|
42
|
-
readonly name: "_isBurnable";
|
|
43
|
-
readonly type: "bool";
|
|
44
|
-
}, {
|
|
45
|
-
readonly internalType: "bool";
|
|
46
|
-
readonly name: "_isDocumentAllowed";
|
|
47
|
-
readonly type: "bool";
|
|
48
|
-
}, {
|
|
49
|
-
readonly internalType: "bool";
|
|
50
|
-
readonly name: "_isMaxAmountOfTokensSet";
|
|
51
|
-
readonly type: "bool";
|
|
52
|
-
}, {
|
|
53
|
-
readonly internalType: "bool";
|
|
54
|
-
readonly name: "_isTaxable";
|
|
55
|
-
readonly type: "bool";
|
|
56
|
-
}, {
|
|
57
|
-
readonly internalType: "bool";
|
|
58
|
-
readonly name: "_isDeflationary";
|
|
59
|
-
readonly type: "bool";
|
|
60
|
-
}, {
|
|
61
|
-
readonly internalType: "bool";
|
|
62
|
-
readonly name: "_isReflective";
|
|
63
|
-
readonly type: "bool";
|
|
64
|
-
}];
|
|
65
|
-
readonly internalType: "struct DefiTokenFixedSupply.ERC20ConfigProps";
|
|
66
|
-
readonly name: "customConfigProps";
|
|
67
|
-
readonly type: "tuple";
|
|
68
|
-
}, {
|
|
69
|
-
readonly internalType: "string";
|
|
70
|
-
readonly name: "newDocumentUri";
|
|
71
|
-
readonly type: "string";
|
|
72
|
-
}, {
|
|
73
|
-
readonly internalType: "address";
|
|
74
|
-
readonly name: "_taxAddress";
|
|
75
|
-
readonly type: "address";
|
|
76
|
-
}, {
|
|
77
|
-
readonly internalType: "uint256[3]";
|
|
78
|
-
readonly name: "bpsParams";
|
|
79
|
-
readonly type: "uint256[3]";
|
|
80
|
-
}, {
|
|
81
|
-
readonly internalType: "uint256[1]";
|
|
82
|
-
readonly name: "amountParams";
|
|
83
|
-
readonly type: "uint256[1]";
|
|
84
|
-
}];
|
|
7
|
+
export declare const EssentialToken_jsonAbi: readonly [{
|
|
8
|
+
readonly inputs: readonly [];
|
|
85
9
|
readonly stateMutability: "nonpayable";
|
|
86
10
|
readonly type: "constructor";
|
|
87
|
-
}, {
|
|
88
|
-
readonly inputs: readonly [];
|
|
89
|
-
readonly name: "AlreadyExcludedFromFeesAndLimits";
|
|
90
|
-
readonly type: "error";
|
|
91
|
-
}, {
|
|
92
|
-
readonly inputs: readonly [];
|
|
93
|
-
readonly name: "AlreadyExcludedFromRewards";
|
|
94
|
-
readonly type: "error";
|
|
95
|
-
}, {
|
|
96
|
-
readonly inputs: readonly [];
|
|
97
|
-
readonly name: "AlreadyIncludedInFeesAndLimits";
|
|
98
|
-
readonly type: "error";
|
|
99
|
-
}, {
|
|
100
|
-
readonly inputs: readonly [];
|
|
101
|
-
readonly name: "AlreadyIncludedInRewards";
|
|
102
|
-
readonly type: "error";
|
|
103
|
-
}, {
|
|
104
|
-
readonly inputs: readonly [];
|
|
105
|
-
readonly name: "BurningNotEnabled";
|
|
106
|
-
readonly type: "error";
|
|
107
|
-
}, {
|
|
108
|
-
readonly inputs: readonly [{
|
|
109
|
-
readonly internalType: "address";
|
|
110
|
-
readonly name: "addr";
|
|
111
|
-
readonly type: "address";
|
|
112
|
-
}];
|
|
113
|
-
readonly name: "DestBalanceExceedsMaxAllowed";
|
|
114
|
-
readonly type: "error";
|
|
115
|
-
}, {
|
|
116
|
-
readonly inputs: readonly [];
|
|
117
|
-
readonly name: "DocumentUriNotAllowed";
|
|
118
|
-
readonly type: "error";
|
|
119
|
-
}, {
|
|
120
|
-
readonly inputs: readonly [{
|
|
121
|
-
readonly internalType: "address";
|
|
122
|
-
readonly name: "recipient";
|
|
123
|
-
readonly type: "address";
|
|
124
|
-
}, {
|
|
125
|
-
readonly internalType: "uint256";
|
|
126
|
-
readonly name: "fromBalance";
|
|
127
|
-
readonly type: "uint256";
|
|
128
|
-
}, {
|
|
129
|
-
readonly internalType: "uint256";
|
|
130
|
-
readonly name: "balance";
|
|
131
|
-
readonly type: "uint256";
|
|
132
|
-
}];
|
|
133
|
-
readonly name: "ERC20InsufficientBalance";
|
|
134
|
-
readonly type: "error";
|
|
135
|
-
}, {
|
|
136
|
-
readonly inputs: readonly [{
|
|
137
|
-
readonly internalType: "uint8";
|
|
138
|
-
readonly name: "decimals";
|
|
139
|
-
readonly type: "uint8";
|
|
140
|
-
}];
|
|
141
|
-
readonly name: "InvalidDecimals";
|
|
142
|
-
readonly type: "error";
|
|
143
|
-
}, {
|
|
144
|
-
readonly inputs: readonly [{
|
|
145
|
-
readonly internalType: "uint256";
|
|
146
|
-
readonly name: "maxTokenAmount";
|
|
147
|
-
readonly type: "uint256";
|
|
148
|
-
}];
|
|
149
|
-
readonly name: "InvalidMaxTokenAmount";
|
|
150
|
-
readonly type: "error";
|
|
151
|
-
}, {
|
|
152
|
-
readonly inputs: readonly [];
|
|
153
|
-
readonly name: "InvalidReflectiveConfig";
|
|
154
|
-
readonly type: "error";
|
|
155
|
-
}, {
|
|
156
|
-
readonly inputs: readonly [{
|
|
157
|
-
readonly internalType: "uint256";
|
|
158
|
-
readonly name: "bps";
|
|
159
|
-
readonly type: "uint256";
|
|
160
|
-
}];
|
|
161
|
-
readonly name: "InvalidTotalBPS";
|
|
162
|
-
readonly type: "error";
|
|
163
|
-
}, {
|
|
164
|
-
readonly inputs: readonly [];
|
|
165
|
-
readonly name: "MaxTokenAmountNotAllowed";
|
|
166
|
-
readonly type: "error";
|
|
167
|
-
}, {
|
|
168
|
-
readonly inputs: readonly [];
|
|
169
|
-
readonly name: "MaxTokenAmountPerAddrLtPrevious";
|
|
170
|
-
readonly type: "error";
|
|
171
|
-
}, {
|
|
172
|
-
readonly inputs: readonly [];
|
|
173
|
-
readonly name: "ReachedMaxExclusionLimit";
|
|
174
|
-
readonly type: "error";
|
|
175
|
-
}, {
|
|
176
|
-
readonly inputs: readonly [];
|
|
177
|
-
readonly name: "ReachedMaxRewardExclusionLimit";
|
|
178
|
-
readonly type: "error";
|
|
179
|
-
}, {
|
|
180
|
-
readonly inputs: readonly [];
|
|
181
|
-
readonly name: "TokenIsNotDeflationary";
|
|
182
|
-
readonly type: "error";
|
|
183
|
-
}, {
|
|
184
|
-
readonly inputs: readonly [];
|
|
185
|
-
readonly name: "TokenIsNotReflective";
|
|
186
|
-
readonly type: "error";
|
|
187
|
-
}, {
|
|
188
|
-
readonly inputs: readonly [];
|
|
189
|
-
readonly name: "TokenIsNotTaxable";
|
|
190
|
-
readonly type: "error";
|
|
191
|
-
}, {
|
|
192
|
-
readonly inputs: readonly [];
|
|
193
|
-
readonly name: "TotalReflectionTooSmall";
|
|
194
|
-
readonly type: "error";
|
|
195
|
-
}, {
|
|
196
|
-
readonly inputs: readonly [];
|
|
197
|
-
readonly name: "ZeroTransferError";
|
|
198
|
-
readonly type: "error";
|
|
199
11
|
}, {
|
|
200
12
|
readonly anonymous: false;
|
|
201
13
|
readonly inputs: readonly [{
|
|
@@ -216,75 +28,25 @@ export declare const DefiTokenFixedSupply_jsonAbi: readonly [{
|
|
|
216
28
|
}];
|
|
217
29
|
readonly name: "Approval";
|
|
218
30
|
readonly type: "event";
|
|
219
|
-
}, {
|
|
220
|
-
readonly anonymous: false;
|
|
221
|
-
readonly inputs: readonly [{
|
|
222
|
-
readonly indexed: true;
|
|
223
|
-
readonly internalType: "uint256";
|
|
224
|
-
readonly name: "_deflationBPS";
|
|
225
|
-
readonly type: "uint256";
|
|
226
|
-
}];
|
|
227
|
-
readonly name: "DeflationConfigSet";
|
|
228
|
-
readonly type: "event";
|
|
229
|
-
}, {
|
|
230
|
-
readonly anonymous: false;
|
|
231
|
-
readonly inputs: readonly [{
|
|
232
|
-
readonly indexed: false;
|
|
233
|
-
readonly internalType: "string";
|
|
234
|
-
readonly name: "newDocUri";
|
|
235
|
-
readonly type: "string";
|
|
236
|
-
}];
|
|
237
|
-
readonly name: "DocumentUriSet";
|
|
238
|
-
readonly type: "event";
|
|
239
|
-
}, {
|
|
240
|
-
readonly anonymous: false;
|
|
241
|
-
readonly inputs: readonly [{
|
|
242
|
-
readonly indexed: true;
|
|
243
|
-
readonly internalType: "address";
|
|
244
|
-
readonly name: "account";
|
|
245
|
-
readonly type: "address";
|
|
246
|
-
}];
|
|
247
|
-
readonly name: "ExcludeFromFeesAndLimits";
|
|
248
|
-
readonly type: "event";
|
|
249
31
|
}, {
|
|
250
32
|
readonly anonymous: false;
|
|
251
33
|
readonly inputs: readonly [{
|
|
252
34
|
readonly indexed: true;
|
|
253
35
|
readonly internalType: "address";
|
|
254
|
-
readonly name: "
|
|
36
|
+
readonly name: "_account";
|
|
255
37
|
readonly type: "address";
|
|
256
38
|
}];
|
|
257
|
-
readonly name: "
|
|
258
|
-
readonly type: "event";
|
|
259
|
-
}, {
|
|
260
|
-
readonly anonymous: false;
|
|
261
|
-
readonly inputs: readonly [{
|
|
262
|
-
readonly indexed: true;
|
|
263
|
-
readonly internalType: "address";
|
|
264
|
-
readonly name: "account";
|
|
265
|
-
readonly type: "address";
|
|
266
|
-
}];
|
|
267
|
-
readonly name: "IncludedInFeesAndLimits";
|
|
268
|
-
readonly type: "event";
|
|
269
|
-
}, {
|
|
270
|
-
readonly anonymous: false;
|
|
271
|
-
readonly inputs: readonly [{
|
|
272
|
-
readonly indexed: true;
|
|
273
|
-
readonly internalType: "address";
|
|
274
|
-
readonly name: "account";
|
|
275
|
-
readonly type: "address";
|
|
276
|
-
}];
|
|
277
|
-
readonly name: "IncludedInRewards";
|
|
39
|
+
readonly name: "BlockedAccount";
|
|
278
40
|
readonly type: "event";
|
|
279
41
|
}, {
|
|
280
42
|
readonly anonymous: false;
|
|
281
43
|
readonly inputs: readonly [{
|
|
282
44
|
readonly indexed: false;
|
|
283
|
-
readonly internalType: "
|
|
284
|
-
readonly name: "
|
|
285
|
-
readonly type: "
|
|
45
|
+
readonly internalType: "uint8";
|
|
46
|
+
readonly name: "version";
|
|
47
|
+
readonly type: "uint8";
|
|
286
48
|
}];
|
|
287
|
-
readonly name: "
|
|
49
|
+
readonly name: "Initialized";
|
|
288
50
|
readonly type: "event";
|
|
289
51
|
}, {
|
|
290
52
|
readonly anonymous: false;
|
|
@@ -304,27 +66,12 @@ export declare const DefiTokenFixedSupply_jsonAbi: readonly [{
|
|
|
304
66
|
}, {
|
|
305
67
|
readonly anonymous: false;
|
|
306
68
|
readonly inputs: readonly [{
|
|
307
|
-
readonly indexed:
|
|
308
|
-
readonly internalType: "uint256";
|
|
309
|
-
readonly name: "_feeBPS";
|
|
310
|
-
readonly type: "uint256";
|
|
311
|
-
}];
|
|
312
|
-
readonly name: "ReflectionConfigSet";
|
|
313
|
-
readonly type: "event";
|
|
314
|
-
}, {
|
|
315
|
-
readonly anonymous: false;
|
|
316
|
-
readonly inputs: readonly [{
|
|
317
|
-
readonly indexed: true;
|
|
69
|
+
readonly indexed: false;
|
|
318
70
|
readonly internalType: "address";
|
|
319
|
-
readonly name: "
|
|
71
|
+
readonly name: "account";
|
|
320
72
|
readonly type: "address";
|
|
321
|
-
}, {
|
|
322
|
-
readonly indexed: true;
|
|
323
|
-
readonly internalType: "uint256";
|
|
324
|
-
readonly name: "_taxBPS";
|
|
325
|
-
readonly type: "uint256";
|
|
326
73
|
}];
|
|
327
|
-
readonly name: "
|
|
74
|
+
readonly name: "Paused";
|
|
328
75
|
readonly type: "event";
|
|
329
76
|
}, {
|
|
330
77
|
readonly anonymous: false;
|
|
@@ -347,486 +94,226 @@ export declare const DefiTokenFixedSupply_jsonAbi: readonly [{
|
|
|
347
94
|
readonly name: "Transfer";
|
|
348
95
|
readonly type: "event";
|
|
349
96
|
}, {
|
|
350
|
-
readonly
|
|
351
|
-
readonly name: "CONTRACT_HASH";
|
|
352
|
-
readonly outputs: readonly [{
|
|
353
|
-
readonly internalType: "bytes32";
|
|
354
|
-
readonly name: "";
|
|
355
|
-
readonly type: "bytes32";
|
|
356
|
-
}];
|
|
357
|
-
readonly stateMutability: "view";
|
|
358
|
-
readonly type: "function";
|
|
359
|
-
}, {
|
|
360
|
-
readonly inputs: readonly [];
|
|
361
|
-
readonly name: "CONTRACT_NAME";
|
|
362
|
-
readonly outputs: readonly [{
|
|
363
|
-
readonly internalType: "string";
|
|
364
|
-
readonly name: "";
|
|
365
|
-
readonly type: "string";
|
|
366
|
-
}];
|
|
367
|
-
readonly stateMutability: "view";
|
|
368
|
-
readonly type: "function";
|
|
369
|
-
}, {
|
|
370
|
-
readonly inputs: readonly [];
|
|
371
|
-
readonly name: "MAX_EXCLUSION_LIMIT";
|
|
372
|
-
readonly outputs: readonly [{
|
|
373
|
-
readonly internalType: "uint256";
|
|
374
|
-
readonly name: "";
|
|
375
|
-
readonly type: "uint256";
|
|
376
|
-
}];
|
|
377
|
-
readonly stateMutability: "view";
|
|
378
|
-
readonly type: "function";
|
|
379
|
-
}, {
|
|
380
|
-
readonly inputs: readonly [];
|
|
381
|
-
readonly name: "MAX_REWARDS_EXCLUSION_LIMIT";
|
|
382
|
-
readonly outputs: readonly [{
|
|
383
|
-
readonly internalType: "uint256";
|
|
384
|
-
readonly name: "";
|
|
385
|
-
readonly type: "uint256";
|
|
386
|
-
}];
|
|
387
|
-
readonly stateMutability: "view";
|
|
388
|
-
readonly type: "function";
|
|
389
|
-
}, {
|
|
390
|
-
readonly inputs: readonly [];
|
|
391
|
-
readonly name: "VERSION";
|
|
392
|
-
readonly outputs: readonly [{
|
|
393
|
-
readonly internalType: "string";
|
|
394
|
-
readonly name: "";
|
|
395
|
-
readonly type: "string";
|
|
396
|
-
}];
|
|
397
|
-
readonly stateMutability: "view";
|
|
398
|
-
readonly type: "function";
|
|
399
|
-
}, {
|
|
400
|
-
readonly inputs: readonly [];
|
|
401
|
-
readonly name: "_tTotal";
|
|
402
|
-
readonly outputs: readonly [{
|
|
403
|
-
readonly internalType: "uint256";
|
|
404
|
-
readonly name: "";
|
|
405
|
-
readonly type: "uint256";
|
|
406
|
-
}];
|
|
407
|
-
readonly stateMutability: "view";
|
|
408
|
-
readonly type: "function";
|
|
409
|
-
}, {
|
|
410
|
-
readonly inputs: readonly [{
|
|
411
|
-
readonly internalType: "address";
|
|
412
|
-
readonly name: "owner";
|
|
413
|
-
readonly type: "address";
|
|
414
|
-
}, {
|
|
415
|
-
readonly internalType: "address";
|
|
416
|
-
readonly name: "spender";
|
|
417
|
-
readonly type: "address";
|
|
418
|
-
}];
|
|
419
|
-
readonly name: "allowance";
|
|
420
|
-
readonly outputs: readonly [{
|
|
421
|
-
readonly internalType: "uint256";
|
|
422
|
-
readonly name: "";
|
|
423
|
-
readonly type: "uint256";
|
|
424
|
-
}];
|
|
425
|
-
readonly stateMutability: "view";
|
|
426
|
-
readonly type: "function";
|
|
427
|
-
}, {
|
|
428
|
-
readonly inputs: readonly [{
|
|
429
|
-
readonly internalType: "address";
|
|
430
|
-
readonly name: "spender";
|
|
431
|
-
readonly type: "address";
|
|
432
|
-
}, {
|
|
433
|
-
readonly internalType: "uint256";
|
|
434
|
-
readonly name: "amount";
|
|
435
|
-
readonly type: "uint256";
|
|
436
|
-
}];
|
|
437
|
-
readonly name: "approve";
|
|
438
|
-
readonly outputs: readonly [{
|
|
439
|
-
readonly internalType: "bool";
|
|
440
|
-
readonly name: "";
|
|
441
|
-
readonly type: "bool";
|
|
442
|
-
}];
|
|
443
|
-
readonly stateMutability: "nonpayable";
|
|
444
|
-
readonly type: "function";
|
|
445
|
-
}, {
|
|
446
|
-
readonly inputs: readonly [{
|
|
447
|
-
readonly internalType: "address";
|
|
448
|
-
readonly name: "account";
|
|
449
|
-
readonly type: "address";
|
|
450
|
-
}];
|
|
451
|
-
readonly name: "balanceOf";
|
|
452
|
-
readonly outputs: readonly [{
|
|
453
|
-
readonly internalType: "uint256";
|
|
454
|
-
readonly name: "";
|
|
455
|
-
readonly type: "uint256";
|
|
456
|
-
}];
|
|
457
|
-
readonly stateMutability: "view";
|
|
458
|
-
readonly type: "function";
|
|
459
|
-
}, {
|
|
460
|
-
readonly inputs: readonly [{
|
|
461
|
-
readonly internalType: "uint256";
|
|
462
|
-
readonly name: "amount";
|
|
463
|
-
readonly type: "uint256";
|
|
464
|
-
}];
|
|
465
|
-
readonly name: "burn";
|
|
466
|
-
readonly outputs: readonly [];
|
|
467
|
-
readonly stateMutability: "nonpayable";
|
|
468
|
-
readonly type: "function";
|
|
469
|
-
}, {
|
|
470
|
-
readonly inputs: readonly [];
|
|
471
|
-
readonly name: "decimals";
|
|
472
|
-
readonly outputs: readonly [{
|
|
473
|
-
readonly internalType: "uint8";
|
|
474
|
-
readonly name: "";
|
|
475
|
-
readonly type: "uint8";
|
|
476
|
-
}];
|
|
477
|
-
readonly stateMutability: "view";
|
|
478
|
-
readonly type: "function";
|
|
479
|
-
}, {
|
|
480
|
-
readonly inputs: readonly [{
|
|
481
|
-
readonly internalType: "address";
|
|
482
|
-
readonly name: "spender";
|
|
483
|
-
readonly type: "address";
|
|
484
|
-
}, {
|
|
485
|
-
readonly internalType: "uint256";
|
|
486
|
-
readonly name: "subtractedValue";
|
|
487
|
-
readonly type: "uint256";
|
|
488
|
-
}];
|
|
489
|
-
readonly name: "decreaseAllowance";
|
|
490
|
-
readonly outputs: readonly [{
|
|
491
|
-
readonly internalType: "bool";
|
|
492
|
-
readonly name: "";
|
|
493
|
-
readonly type: "bool";
|
|
494
|
-
}];
|
|
495
|
-
readonly stateMutability: "nonpayable";
|
|
496
|
-
readonly type: "function";
|
|
497
|
-
}, {
|
|
498
|
-
readonly inputs: readonly [];
|
|
499
|
-
readonly name: "deflationBPS";
|
|
500
|
-
readonly outputs: readonly [{
|
|
501
|
-
readonly internalType: "uint256";
|
|
502
|
-
readonly name: "";
|
|
503
|
-
readonly type: "uint256";
|
|
504
|
-
}];
|
|
505
|
-
readonly stateMutability: "view";
|
|
506
|
-
readonly type: "function";
|
|
507
|
-
}, {
|
|
508
|
-
readonly inputs: readonly [];
|
|
509
|
-
readonly name: "documentUri";
|
|
510
|
-
readonly outputs: readonly [{
|
|
511
|
-
readonly internalType: "string";
|
|
512
|
-
readonly name: "";
|
|
513
|
-
readonly type: "string";
|
|
514
|
-
}];
|
|
515
|
-
readonly stateMutability: "view";
|
|
516
|
-
readonly type: "function";
|
|
517
|
-
}, {
|
|
518
|
-
readonly inputs: readonly [{
|
|
519
|
-
readonly internalType: "address";
|
|
520
|
-
readonly name: "account";
|
|
521
|
-
readonly type: "address";
|
|
522
|
-
}];
|
|
523
|
-
readonly name: "excludeFromFeesAndLimits";
|
|
524
|
-
readonly outputs: readonly [];
|
|
525
|
-
readonly stateMutability: "nonpayable";
|
|
526
|
-
readonly type: "function";
|
|
527
|
-
}, {
|
|
528
|
-
readonly inputs: readonly [{
|
|
529
|
-
readonly internalType: "address";
|
|
530
|
-
readonly name: "account";
|
|
531
|
-
readonly type: "address";
|
|
532
|
-
}];
|
|
533
|
-
readonly name: "excludeFromRewards";
|
|
534
|
-
readonly outputs: readonly [];
|
|
535
|
-
readonly stateMutability: "nonpayable";
|
|
536
|
-
readonly type: "function";
|
|
537
|
-
}, {
|
|
538
|
-
readonly inputs: readonly [{
|
|
539
|
-
readonly internalType: "uint256";
|
|
540
|
-
readonly name: "";
|
|
541
|
-
readonly type: "uint256";
|
|
542
|
-
}];
|
|
543
|
-
readonly name: "feesAndLimitsExcluded";
|
|
544
|
-
readonly outputs: readonly [{
|
|
545
|
-
readonly internalType: "address";
|
|
546
|
-
readonly name: "";
|
|
547
|
-
readonly type: "address";
|
|
548
|
-
}];
|
|
549
|
-
readonly stateMutability: "view";
|
|
550
|
-
readonly type: "function";
|
|
551
|
-
}, {
|
|
552
|
-
readonly inputs: readonly [];
|
|
553
|
-
readonly name: "getFeesAndLimitsExclusionList";
|
|
554
|
-
readonly outputs: readonly [{
|
|
555
|
-
readonly internalType: "address[]";
|
|
556
|
-
readonly name: "";
|
|
557
|
-
readonly type: "address[]";
|
|
558
|
-
}];
|
|
559
|
-
readonly stateMutability: "view";
|
|
560
|
-
readonly type: "function";
|
|
561
|
-
}, {
|
|
562
|
-
readonly inputs: readonly [];
|
|
563
|
-
readonly name: "getRewardsExclusionList";
|
|
564
|
-
readonly outputs: readonly [{
|
|
565
|
-
readonly internalType: "address[]";
|
|
566
|
-
readonly name: "";
|
|
567
|
-
readonly type: "address[]";
|
|
568
|
-
}];
|
|
569
|
-
readonly stateMutability: "view";
|
|
570
|
-
readonly type: "function";
|
|
571
|
-
}, {
|
|
572
|
-
readonly inputs: readonly [{
|
|
573
|
-
readonly internalType: "address";
|
|
574
|
-
readonly name: "account";
|
|
575
|
-
readonly type: "address";
|
|
576
|
-
}];
|
|
577
|
-
readonly name: "includeInFeesAndLimits";
|
|
578
|
-
readonly outputs: readonly [];
|
|
579
|
-
readonly stateMutability: "nonpayable";
|
|
580
|
-
readonly type: "function";
|
|
581
|
-
}, {
|
|
582
|
-
readonly inputs: readonly [{
|
|
583
|
-
readonly internalType: "address";
|
|
584
|
-
readonly name: "account";
|
|
585
|
-
readonly type: "address";
|
|
586
|
-
}];
|
|
587
|
-
readonly name: "includeInRewards";
|
|
588
|
-
readonly outputs: readonly [];
|
|
589
|
-
readonly stateMutability: "nonpayable";
|
|
590
|
-
readonly type: "function";
|
|
591
|
-
}, {
|
|
97
|
+
readonly anonymous: false;
|
|
592
98
|
readonly inputs: readonly [{
|
|
99
|
+
readonly indexed: true;
|
|
593
100
|
readonly internalType: "address";
|
|
594
|
-
readonly name: "
|
|
595
|
-
readonly type: "address";
|
|
596
|
-
}, {
|
|
597
|
-
readonly internalType: "uint256";
|
|
598
|
-
readonly name: "addedValue";
|
|
599
|
-
readonly type: "uint256";
|
|
600
|
-
}];
|
|
601
|
-
readonly name: "increaseAllowance";
|
|
602
|
-
readonly outputs: readonly [{
|
|
603
|
-
readonly internalType: "bool";
|
|
604
|
-
readonly name: "";
|
|
605
|
-
readonly type: "bool";
|
|
606
|
-
}];
|
|
607
|
-
readonly stateMutability: "nonpayable";
|
|
608
|
-
readonly type: "function";
|
|
609
|
-
}, {
|
|
610
|
-
readonly inputs: readonly [];
|
|
611
|
-
readonly name: "initialDocumentUri";
|
|
612
|
-
readonly outputs: readonly [{
|
|
613
|
-
readonly internalType: "string";
|
|
614
|
-
readonly name: "";
|
|
615
|
-
readonly type: "string";
|
|
616
|
-
}];
|
|
617
|
-
readonly stateMutability: "view";
|
|
618
|
-
readonly type: "function";
|
|
619
|
-
}, {
|
|
620
|
-
readonly inputs: readonly [];
|
|
621
|
-
readonly name: "initialMaxTokenAmountPerAddress";
|
|
622
|
-
readonly outputs: readonly [{
|
|
623
|
-
readonly internalType: "uint256";
|
|
624
|
-
readonly name: "";
|
|
625
|
-
readonly type: "uint256";
|
|
626
|
-
}];
|
|
627
|
-
readonly stateMutability: "view";
|
|
628
|
-
readonly type: "function";
|
|
629
|
-
}, {
|
|
630
|
-
readonly inputs: readonly [];
|
|
631
|
-
readonly name: "initialSupply";
|
|
632
|
-
readonly outputs: readonly [{
|
|
633
|
-
readonly internalType: "uint256";
|
|
634
|
-
readonly name: "";
|
|
635
|
-
readonly type: "uint256";
|
|
636
|
-
}];
|
|
637
|
-
readonly stateMutability: "view";
|
|
638
|
-
readonly type: "function";
|
|
639
|
-
}, {
|
|
640
|
-
readonly inputs: readonly [];
|
|
641
|
-
readonly name: "initialTokenOwner";
|
|
642
|
-
readonly outputs: readonly [{
|
|
643
|
-
readonly internalType: "address";
|
|
644
|
-
readonly name: "";
|
|
101
|
+
readonly name: "_account";
|
|
645
102
|
readonly type: "address";
|
|
646
103
|
}];
|
|
647
|
-
readonly
|
|
648
|
-
readonly type: "
|
|
104
|
+
readonly name: "UnblockedAccount";
|
|
105
|
+
readonly type: "event";
|
|
649
106
|
}, {
|
|
650
|
-
readonly
|
|
651
|
-
readonly
|
|
652
|
-
|
|
653
|
-
readonly internalType: "
|
|
654
|
-
readonly name: "";
|
|
655
|
-
readonly type: "
|
|
107
|
+
readonly anonymous: false;
|
|
108
|
+
readonly inputs: readonly [{
|
|
109
|
+
readonly indexed: false;
|
|
110
|
+
readonly internalType: "address";
|
|
111
|
+
readonly name: "account";
|
|
112
|
+
readonly type: "address";
|
|
656
113
|
}];
|
|
657
|
-
readonly
|
|
658
|
-
readonly type: "
|
|
114
|
+
readonly name: "Unpaused";
|
|
115
|
+
readonly type: "event";
|
|
659
116
|
}, {
|
|
660
|
-
readonly inputs: readonly [
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
readonly
|
|
664
|
-
|
|
665
|
-
readonly
|
|
117
|
+
readonly inputs: readonly [{
|
|
118
|
+
readonly internalType: "address";
|
|
119
|
+
readonly name: "owner";
|
|
120
|
+
readonly type: "address";
|
|
121
|
+
}, {
|
|
122
|
+
readonly internalType: "address";
|
|
123
|
+
readonly name: "spender";
|
|
124
|
+
readonly type: "address";
|
|
666
125
|
}];
|
|
667
|
-
readonly
|
|
668
|
-
readonly type: "function";
|
|
669
|
-
}, {
|
|
670
|
-
readonly inputs: readonly [];
|
|
671
|
-
readonly name: "isDocumentUriAllowed";
|
|
126
|
+
readonly name: "allowance";
|
|
672
127
|
readonly outputs: readonly [{
|
|
673
|
-
readonly internalType: "
|
|
128
|
+
readonly internalType: "uint256";
|
|
674
129
|
readonly name: "";
|
|
675
|
-
readonly type: "
|
|
130
|
+
readonly type: "uint256";
|
|
676
131
|
}];
|
|
677
132
|
readonly stateMutability: "view";
|
|
678
133
|
readonly type: "function";
|
|
679
134
|
}, {
|
|
680
135
|
readonly inputs: readonly [{
|
|
681
136
|
readonly internalType: "address";
|
|
682
|
-
readonly name: "";
|
|
137
|
+
readonly name: "spender";
|
|
683
138
|
readonly type: "address";
|
|
139
|
+
}, {
|
|
140
|
+
readonly internalType: "uint256";
|
|
141
|
+
readonly name: "amount";
|
|
142
|
+
readonly type: "uint256";
|
|
684
143
|
}];
|
|
685
|
-
readonly name: "
|
|
144
|
+
readonly name: "approve";
|
|
686
145
|
readonly outputs: readonly [{
|
|
687
146
|
readonly internalType: "bool";
|
|
688
147
|
readonly name: "";
|
|
689
148
|
readonly type: "bool";
|
|
690
149
|
}];
|
|
691
|
-
readonly stateMutability: "
|
|
150
|
+
readonly stateMutability: "nonpayable";
|
|
692
151
|
readonly type: "function";
|
|
693
152
|
}, {
|
|
694
|
-
readonly inputs: readonly [
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
readonly
|
|
698
|
-
readonly name: "";
|
|
699
|
-
readonly type: "bool";
|
|
153
|
+
readonly inputs: readonly [{
|
|
154
|
+
readonly internalType: "address";
|
|
155
|
+
readonly name: "account";
|
|
156
|
+
readonly type: "address";
|
|
700
157
|
}];
|
|
701
|
-
readonly
|
|
702
|
-
readonly type: "function";
|
|
703
|
-
}, {
|
|
704
|
-
readonly inputs: readonly [];
|
|
705
|
-
readonly name: "isReflective";
|
|
158
|
+
readonly name: "balanceOf";
|
|
706
159
|
readonly outputs: readonly [{
|
|
707
|
-
readonly internalType: "
|
|
160
|
+
readonly internalType: "uint256";
|
|
708
161
|
readonly name: "";
|
|
709
|
-
readonly type: "
|
|
162
|
+
readonly type: "uint256";
|
|
710
163
|
}];
|
|
711
164
|
readonly stateMutability: "view";
|
|
712
165
|
readonly type: "function";
|
|
713
166
|
}, {
|
|
714
|
-
readonly inputs: readonly [
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
readonly
|
|
718
|
-
readonly name: "";
|
|
719
|
-
readonly type: "bool";
|
|
167
|
+
readonly inputs: readonly [{
|
|
168
|
+
readonly internalType: "address";
|
|
169
|
+
readonly name: "_account";
|
|
170
|
+
readonly type: "address";
|
|
720
171
|
}];
|
|
721
|
-
readonly
|
|
172
|
+
readonly name: "blockAccount";
|
|
173
|
+
readonly outputs: readonly [];
|
|
174
|
+
readonly stateMutability: "nonpayable";
|
|
722
175
|
readonly type: "function";
|
|
723
176
|
}, {
|
|
724
|
-
readonly inputs: readonly [
|
|
725
|
-
readonly name: "maxTokenAmountPerAddress";
|
|
726
|
-
readonly outputs: readonly [{
|
|
177
|
+
readonly inputs: readonly [{
|
|
727
178
|
readonly internalType: "uint256";
|
|
728
|
-
readonly name: "";
|
|
179
|
+
readonly name: "amount";
|
|
729
180
|
readonly type: "uint256";
|
|
730
181
|
}];
|
|
731
|
-
readonly
|
|
182
|
+
readonly name: "burn";
|
|
183
|
+
readonly outputs: readonly [];
|
|
184
|
+
readonly stateMutability: "nonpayable";
|
|
732
185
|
readonly type: "function";
|
|
733
186
|
}, {
|
|
734
|
-
readonly inputs: readonly [
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
readonly
|
|
738
|
-
|
|
739
|
-
readonly
|
|
187
|
+
readonly inputs: readonly [{
|
|
188
|
+
readonly internalType: "address";
|
|
189
|
+
readonly name: "account";
|
|
190
|
+
readonly type: "address";
|
|
191
|
+
}, {
|
|
192
|
+
readonly internalType: "uint256";
|
|
193
|
+
readonly name: "amount";
|
|
194
|
+
readonly type: "uint256";
|
|
740
195
|
}];
|
|
741
|
-
readonly
|
|
196
|
+
readonly name: "burnFrom";
|
|
197
|
+
readonly outputs: readonly [];
|
|
198
|
+
readonly stateMutability: "nonpayable";
|
|
742
199
|
readonly type: "function";
|
|
743
200
|
}, {
|
|
744
201
|
readonly inputs: readonly [];
|
|
745
|
-
readonly name: "
|
|
202
|
+
readonly name: "decimals";
|
|
746
203
|
readonly outputs: readonly [{
|
|
747
|
-
readonly internalType: "
|
|
204
|
+
readonly internalType: "uint8";
|
|
748
205
|
readonly name: "";
|
|
749
|
-
readonly type: "
|
|
206
|
+
readonly type: "uint8";
|
|
750
207
|
}];
|
|
751
208
|
readonly stateMutability: "view";
|
|
752
209
|
readonly type: "function";
|
|
753
|
-
}, {
|
|
754
|
-
readonly inputs: readonly [];
|
|
755
|
-
readonly name: "renounceOwnership";
|
|
756
|
-
readonly outputs: readonly [];
|
|
757
|
-
readonly stateMutability: "nonpayable";
|
|
758
|
-
readonly type: "function";
|
|
759
210
|
}, {
|
|
760
211
|
readonly inputs: readonly [{
|
|
212
|
+
readonly internalType: "address";
|
|
213
|
+
readonly name: "spender";
|
|
214
|
+
readonly type: "address";
|
|
215
|
+
}, {
|
|
761
216
|
readonly internalType: "uint256";
|
|
762
|
-
readonly name: "";
|
|
217
|
+
readonly name: "subtractedValue";
|
|
763
218
|
readonly type: "uint256";
|
|
764
219
|
}];
|
|
765
|
-
readonly name: "
|
|
220
|
+
readonly name: "decreaseAllowance";
|
|
766
221
|
readonly outputs: readonly [{
|
|
767
|
-
readonly internalType: "
|
|
222
|
+
readonly internalType: "bool";
|
|
768
223
|
readonly name: "";
|
|
769
|
-
readonly type: "
|
|
224
|
+
readonly type: "bool";
|
|
770
225
|
}];
|
|
771
|
-
readonly stateMutability: "
|
|
226
|
+
readonly stateMutability: "nonpayable";
|
|
772
227
|
readonly type: "function";
|
|
773
228
|
}, {
|
|
774
229
|
readonly inputs: readonly [{
|
|
230
|
+
readonly internalType: "address";
|
|
231
|
+
readonly name: "spender";
|
|
232
|
+
readonly type: "address";
|
|
233
|
+
}, {
|
|
775
234
|
readonly internalType: "uint256";
|
|
776
|
-
readonly name: "
|
|
235
|
+
readonly name: "addedValue";
|
|
777
236
|
readonly type: "uint256";
|
|
778
237
|
}];
|
|
779
|
-
readonly name: "
|
|
780
|
-
readonly outputs: readonly [
|
|
238
|
+
readonly name: "increaseAllowance";
|
|
239
|
+
readonly outputs: readonly [{
|
|
240
|
+
readonly internalType: "bool";
|
|
241
|
+
readonly name: "";
|
|
242
|
+
readonly type: "bool";
|
|
243
|
+
}];
|
|
781
244
|
readonly stateMutability: "nonpayable";
|
|
782
245
|
readonly type: "function";
|
|
783
246
|
}, {
|
|
784
247
|
readonly inputs: readonly [{
|
|
248
|
+
readonly internalType: "address";
|
|
249
|
+
readonly name: "_owner";
|
|
250
|
+
readonly type: "address";
|
|
251
|
+
}, {
|
|
252
|
+
readonly internalType: "string";
|
|
253
|
+
readonly name: "_name";
|
|
254
|
+
readonly type: "string";
|
|
255
|
+
}, {
|
|
785
256
|
readonly internalType: "string";
|
|
786
|
-
readonly name: "
|
|
257
|
+
readonly name: "_symbol";
|
|
787
258
|
readonly type: "string";
|
|
259
|
+
}, {
|
|
260
|
+
readonly internalType: "uint8";
|
|
261
|
+
readonly name: "_decimals";
|
|
262
|
+
readonly type: "uint8";
|
|
263
|
+
}, {
|
|
264
|
+
readonly internalType: "uint256";
|
|
265
|
+
readonly name: "_initialSupply";
|
|
266
|
+
readonly type: "uint256";
|
|
267
|
+
}, {
|
|
268
|
+
readonly internalType: "uint256";
|
|
269
|
+
readonly name: "_maxSupply";
|
|
270
|
+
readonly type: "uint256";
|
|
788
271
|
}];
|
|
789
|
-
readonly name: "
|
|
272
|
+
readonly name: "initialize";
|
|
790
273
|
readonly outputs: readonly [];
|
|
791
274
|
readonly stateMutability: "nonpayable";
|
|
792
275
|
readonly type: "function";
|
|
793
276
|
}, {
|
|
794
277
|
readonly inputs: readonly [{
|
|
795
|
-
readonly internalType: "
|
|
796
|
-
readonly name: "
|
|
797
|
-
readonly type: "
|
|
278
|
+
readonly internalType: "address";
|
|
279
|
+
readonly name: "_account";
|
|
280
|
+
readonly type: "address";
|
|
798
281
|
}];
|
|
799
|
-
readonly name: "
|
|
800
|
-
readonly outputs: readonly [
|
|
801
|
-
|
|
282
|
+
readonly name: "isAccountBlocked";
|
|
283
|
+
readonly outputs: readonly [{
|
|
284
|
+
readonly internalType: "bool";
|
|
285
|
+
readonly name: "";
|
|
286
|
+
readonly type: "bool";
|
|
287
|
+
}];
|
|
288
|
+
readonly stateMutability: "view";
|
|
802
289
|
readonly type: "function";
|
|
803
290
|
}, {
|
|
804
|
-
readonly inputs: readonly [
|
|
291
|
+
readonly inputs: readonly [];
|
|
292
|
+
readonly name: "maxSupply";
|
|
293
|
+
readonly outputs: readonly [{
|
|
805
294
|
readonly internalType: "uint256";
|
|
806
|
-
readonly name: "
|
|
295
|
+
readonly name: "";
|
|
807
296
|
readonly type: "uint256";
|
|
808
297
|
}];
|
|
809
|
-
readonly
|
|
810
|
-
readonly outputs: readonly [];
|
|
811
|
-
readonly stateMutability: "nonpayable";
|
|
298
|
+
readonly stateMutability: "view";
|
|
812
299
|
readonly type: "function";
|
|
813
300
|
}, {
|
|
814
301
|
readonly inputs: readonly [{
|
|
815
302
|
readonly internalType: "address";
|
|
816
|
-
readonly name: "
|
|
303
|
+
readonly name: "to";
|
|
817
304
|
readonly type: "address";
|
|
818
305
|
}, {
|
|
819
306
|
readonly internalType: "uint256";
|
|
820
|
-
readonly name: "
|
|
307
|
+
readonly name: "amount";
|
|
821
308
|
readonly type: "uint256";
|
|
822
309
|
}];
|
|
823
|
-
readonly name: "
|
|
310
|
+
readonly name: "mint";
|
|
824
311
|
readonly outputs: readonly [];
|
|
825
312
|
readonly stateMutability: "nonpayable";
|
|
826
313
|
readonly type: "function";
|
|
827
314
|
}, {
|
|
828
315
|
readonly inputs: readonly [];
|
|
829
|
-
readonly name: "
|
|
316
|
+
readonly name: "name";
|
|
830
317
|
readonly outputs: readonly [{
|
|
831
318
|
readonly internalType: "string";
|
|
832
319
|
readonly name: "";
|
|
@@ -836,45 +323,43 @@ export declare const DefiTokenFixedSupply_jsonAbi: readonly [{
|
|
|
836
323
|
readonly type: "function";
|
|
837
324
|
}, {
|
|
838
325
|
readonly inputs: readonly [];
|
|
839
|
-
readonly name: "
|
|
326
|
+
readonly name: "owner";
|
|
840
327
|
readonly outputs: readonly [{
|
|
841
|
-
readonly internalType: "
|
|
328
|
+
readonly internalType: "address";
|
|
842
329
|
readonly name: "";
|
|
843
|
-
readonly type: "
|
|
330
|
+
readonly type: "address";
|
|
844
331
|
}];
|
|
845
332
|
readonly stateMutability: "view";
|
|
846
333
|
readonly type: "function";
|
|
847
334
|
}, {
|
|
848
335
|
readonly inputs: readonly [];
|
|
849
|
-
readonly name: "
|
|
850
|
-
readonly outputs: readonly [
|
|
851
|
-
|
|
852
|
-
readonly name: "";
|
|
853
|
-
readonly type: "address";
|
|
854
|
-
}];
|
|
855
|
-
readonly stateMutability: "view";
|
|
336
|
+
readonly name: "pause";
|
|
337
|
+
readonly outputs: readonly [];
|
|
338
|
+
readonly stateMutability: "nonpayable";
|
|
856
339
|
readonly type: "function";
|
|
857
340
|
}, {
|
|
858
341
|
readonly inputs: readonly [];
|
|
859
|
-
readonly name: "
|
|
342
|
+
readonly name: "paused";
|
|
860
343
|
readonly outputs: readonly [{
|
|
861
|
-
readonly internalType: "
|
|
344
|
+
readonly internalType: "bool";
|
|
862
345
|
readonly name: "";
|
|
863
|
-
readonly type: "
|
|
346
|
+
readonly type: "bool";
|
|
864
347
|
}];
|
|
865
348
|
readonly stateMutability: "view";
|
|
866
349
|
readonly type: "function";
|
|
867
350
|
}, {
|
|
868
|
-
readonly inputs: readonly [
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
351
|
+
readonly inputs: readonly [];
|
|
352
|
+
readonly name: "renounceOwnership";
|
|
353
|
+
readonly outputs: readonly [];
|
|
354
|
+
readonly stateMutability: "nonpayable";
|
|
355
|
+
readonly type: "function";
|
|
356
|
+
}, {
|
|
357
|
+
readonly inputs: readonly [];
|
|
358
|
+
readonly name: "symbol";
|
|
874
359
|
readonly outputs: readonly [{
|
|
875
|
-
readonly internalType: "
|
|
360
|
+
readonly internalType: "string";
|
|
876
361
|
readonly name: "";
|
|
877
|
-
readonly type: "
|
|
362
|
+
readonly type: "string";
|
|
878
363
|
}];
|
|
879
364
|
readonly stateMutability: "view";
|
|
880
365
|
readonly type: "function";
|
|
@@ -938,17 +423,33 @@ export declare const DefiTokenFixedSupply_jsonAbi: readonly [{
|
|
|
938
423
|
readonly outputs: readonly [];
|
|
939
424
|
readonly stateMutability: "nonpayable";
|
|
940
425
|
readonly type: "function";
|
|
426
|
+
}, {
|
|
427
|
+
readonly inputs: readonly [{
|
|
428
|
+
readonly internalType: "address";
|
|
429
|
+
readonly name: "_account";
|
|
430
|
+
readonly type: "address";
|
|
431
|
+
}];
|
|
432
|
+
readonly name: "unblockAccount";
|
|
433
|
+
readonly outputs: readonly [];
|
|
434
|
+
readonly stateMutability: "nonpayable";
|
|
435
|
+
readonly type: "function";
|
|
436
|
+
}, {
|
|
437
|
+
readonly inputs: readonly [];
|
|
438
|
+
readonly name: "unpause";
|
|
439
|
+
readonly outputs: readonly [];
|
|
440
|
+
readonly stateMutability: "nonpayable";
|
|
441
|
+
readonly type: "function";
|
|
941
442
|
}];
|
|
942
443
|
/**
|
|
943
|
-
* Type-safe ABI for
|
|
444
|
+
* Type-safe ABI for EssentialToken_json
|
|
944
445
|
*/
|
|
945
|
-
export type
|
|
446
|
+
export type EssentialToken_jsonAbi = typeof EssentialToken_jsonAbi;
|
|
946
447
|
/**
|
|
947
|
-
* Contract instance type for
|
|
448
|
+
* Contract instance type for EssentialToken_json
|
|
948
449
|
*/
|
|
949
|
-
export type
|
|
450
|
+
export type EssentialToken_jsonContract = any;
|
|
950
451
|
/**
|
|
951
|
-
*
|
|
452
|
+
* EssentialToken_json Contract Class
|
|
952
453
|
*
|
|
953
454
|
* Provides a class-based API similar to TypeChain for interacting with the contract.
|
|
954
455
|
*
|
|
@@ -956,12 +457,12 @@ export type DefiTokenFixedSupply_jsonContract = any;
|
|
|
956
457
|
* ```typescript
|
|
957
458
|
* import { createPublicClient, createWalletClient, http } from 'viem';
|
|
958
459
|
* import { mainnet } from 'viem/chains';
|
|
959
|
-
* import {
|
|
460
|
+
* import { EssentialToken_json } from 'EssentialToken_json';
|
|
960
461
|
*
|
|
961
462
|
* const publicClient = createPublicClient({ chain: mainnet, transport: http() });
|
|
962
463
|
* const walletClient = createWalletClient({ chain: mainnet, transport: http() });
|
|
963
464
|
*
|
|
964
|
-
* const contract = new
|
|
465
|
+
* const contract = new EssentialToken_json('0x...', { publicClient, walletClient });
|
|
965
466
|
*
|
|
966
467
|
* // Read functions
|
|
967
468
|
* const result = await contract.balanceOf('0x...');
|
|
@@ -975,56 +476,26 @@ export type DefiTokenFixedSupply_jsonContract = any;
|
|
|
975
476
|
*
|
|
976
477
|
* // Watch events
|
|
977
478
|
* const unwatch = contract.watch.Transfer((event) => {
|
|
978
|
-
* console.log('Transfer event:', event);
|
|
979
|
-
* });
|
|
980
|
-
* ```
|
|
981
|
-
*/
|
|
982
|
-
export declare class
|
|
983
|
-
private contract;
|
|
984
|
-
private contractAddress;
|
|
985
|
-
private publicClient;
|
|
986
|
-
constructor(address: Address, clients: {
|
|
987
|
-
publicClient: PublicClient;
|
|
988
|
-
walletClient?: WalletClient;
|
|
989
|
-
});
|
|
990
|
-
/**
|
|
991
|
-
* Get the contract address
|
|
992
|
-
*/
|
|
993
|
-
get address(): Address;
|
|
994
|
-
/**
|
|
995
|
-
* Get the underlying viem contract instance
|
|
996
|
-
*/
|
|
997
|
-
getContract(): DefiTokenFixedSupply_jsonContract;
|
|
998
|
-
/**
|
|
999
|
-
* CONTRACT_HASH
|
|
1000
|
-
* view
|
|
1001
|
-
*/
|
|
1002
|
-
CONTRACT_HASH(): Promise<`0x${string}`>;
|
|
1003
|
-
/**
|
|
1004
|
-
* CONTRACT_NAME
|
|
1005
|
-
* view
|
|
1006
|
-
*/
|
|
1007
|
-
CONTRACT_NAME(): Promise<string>;
|
|
1008
|
-
/**
|
|
1009
|
-
* MAX_EXCLUSION_LIMIT
|
|
1010
|
-
* view
|
|
1011
|
-
*/
|
|
1012
|
-
MAX_EXCLUSION_LIMIT(): Promise<bigint>;
|
|
1013
|
-
/**
|
|
1014
|
-
* MAX_REWARDS_EXCLUSION_LIMIT
|
|
1015
|
-
* view
|
|
1016
|
-
*/
|
|
1017
|
-
MAX_REWARDS_EXCLUSION_LIMIT(): Promise<bigint>;
|
|
479
|
+
* console.log('Transfer event:', event);
|
|
480
|
+
* });
|
|
481
|
+
* ```
|
|
482
|
+
*/
|
|
483
|
+
export declare class EssentialToken_json {
|
|
484
|
+
private contract;
|
|
485
|
+
private contractAddress;
|
|
486
|
+
private publicClient;
|
|
487
|
+
constructor(address: Address, clients: {
|
|
488
|
+
publicClient: PublicClient;
|
|
489
|
+
walletClient?: WalletClient;
|
|
490
|
+
});
|
|
1018
491
|
/**
|
|
1019
|
-
*
|
|
1020
|
-
* view
|
|
492
|
+
* Get the contract address
|
|
1021
493
|
*/
|
|
1022
|
-
|
|
494
|
+
get address(): Address;
|
|
1023
495
|
/**
|
|
1024
|
-
*
|
|
1025
|
-
* view
|
|
496
|
+
* Get the underlying viem contract instance
|
|
1026
497
|
*/
|
|
1027
|
-
|
|
498
|
+
getContract(): EssentialToken_jsonContract;
|
|
1028
499
|
/**
|
|
1029
500
|
* allowance
|
|
1030
501
|
* view
|
|
@@ -1041,90 +512,15 @@ export declare class DefiTokenFixedSupply_json {
|
|
|
1041
512
|
*/
|
|
1042
513
|
decimals(): Promise<bigint>;
|
|
1043
514
|
/**
|
|
1044
|
-
*
|
|
1045
|
-
* view
|
|
1046
|
-
*/
|
|
1047
|
-
deflationBPS(): Promise<bigint>;
|
|
1048
|
-
/**
|
|
1049
|
-
* documentUri
|
|
1050
|
-
* view
|
|
1051
|
-
*/
|
|
1052
|
-
documentUri(): Promise<string>;
|
|
1053
|
-
/**
|
|
1054
|
-
* feesAndLimitsExcluded
|
|
1055
|
-
* view
|
|
1056
|
-
*/
|
|
1057
|
-
feesAndLimitsExcluded(arg0: bigint): Promise<`0x${string}`>;
|
|
1058
|
-
/**
|
|
1059
|
-
* getFeesAndLimitsExclusionList
|
|
1060
|
-
* view
|
|
1061
|
-
*/
|
|
1062
|
-
getFeesAndLimitsExclusionList(): Promise<`0x${string}`[]>;
|
|
1063
|
-
/**
|
|
1064
|
-
* getRewardsExclusionList
|
|
1065
|
-
* view
|
|
1066
|
-
*/
|
|
1067
|
-
getRewardsExclusionList(): Promise<`0x${string}`[]>;
|
|
1068
|
-
/**
|
|
1069
|
-
* initialDocumentUri
|
|
1070
|
-
* view
|
|
1071
|
-
*/
|
|
1072
|
-
initialDocumentUri(): Promise<string>;
|
|
1073
|
-
/**
|
|
1074
|
-
* initialMaxTokenAmountPerAddress
|
|
1075
|
-
* view
|
|
1076
|
-
*/
|
|
1077
|
-
initialMaxTokenAmountPerAddress(): Promise<bigint>;
|
|
1078
|
-
/**
|
|
1079
|
-
* initialSupply
|
|
1080
|
-
* view
|
|
1081
|
-
*/
|
|
1082
|
-
initialSupply(): Promise<bigint>;
|
|
1083
|
-
/**
|
|
1084
|
-
* initialTokenOwner
|
|
1085
|
-
* view
|
|
1086
|
-
*/
|
|
1087
|
-
initialTokenOwner(): Promise<`0x${string}`>;
|
|
1088
|
-
/**
|
|
1089
|
-
* isBurnable
|
|
1090
|
-
* view
|
|
1091
|
-
*/
|
|
1092
|
-
isBurnable(): Promise<boolean>;
|
|
1093
|
-
/**
|
|
1094
|
-
* isDeflationary
|
|
1095
|
-
* view
|
|
1096
|
-
*/
|
|
1097
|
-
isDeflationary(): Promise<boolean>;
|
|
1098
|
-
/**
|
|
1099
|
-
* isDocumentUriAllowed
|
|
1100
|
-
* view
|
|
1101
|
-
*/
|
|
1102
|
-
isDocumentUriAllowed(): Promise<boolean>;
|
|
1103
|
-
/**
|
|
1104
|
-
* isFeesAndLimitsExcluded
|
|
1105
|
-
* view
|
|
1106
|
-
*/
|
|
1107
|
-
isFeesAndLimitsExcluded(arg0: `0x${string}`): Promise<boolean>;
|
|
1108
|
-
/**
|
|
1109
|
-
* isMaxAmountOfTokensSet
|
|
1110
|
-
* view
|
|
1111
|
-
*/
|
|
1112
|
-
isMaxAmountOfTokensSet(): Promise<boolean>;
|
|
1113
|
-
/**
|
|
1114
|
-
* isReflective
|
|
1115
|
-
* view
|
|
1116
|
-
*/
|
|
1117
|
-
isReflective(): Promise<boolean>;
|
|
1118
|
-
/**
|
|
1119
|
-
* isTaxable
|
|
515
|
+
* isAccountBlocked
|
|
1120
516
|
* view
|
|
1121
517
|
*/
|
|
1122
|
-
|
|
518
|
+
isAccountBlocked(_account: `0x${string}`): Promise<boolean>;
|
|
1123
519
|
/**
|
|
1124
|
-
*
|
|
520
|
+
* maxSupply
|
|
1125
521
|
* view
|
|
1126
522
|
*/
|
|
1127
|
-
|
|
523
|
+
maxSupply(): Promise<bigint>;
|
|
1128
524
|
/**
|
|
1129
525
|
* name
|
|
1130
526
|
* view
|
|
@@ -1136,35 +532,15 @@ export declare class DefiTokenFixedSupply_json {
|
|
|
1136
532
|
*/
|
|
1137
533
|
owner(): Promise<`0x${string}`>;
|
|
1138
534
|
/**
|
|
1139
|
-
*
|
|
535
|
+
* paused
|
|
1140
536
|
* view
|
|
1141
537
|
*/
|
|
1142
|
-
|
|
538
|
+
paused(): Promise<boolean>;
|
|
1143
539
|
/**
|
|
1144
540
|
* symbol
|
|
1145
541
|
* view
|
|
1146
542
|
*/
|
|
1147
543
|
symbol(): Promise<string>;
|
|
1148
|
-
/**
|
|
1149
|
-
* tFeeBPS
|
|
1150
|
-
* view
|
|
1151
|
-
*/
|
|
1152
|
-
tFeeBPS(): Promise<bigint>;
|
|
1153
|
-
/**
|
|
1154
|
-
* taxAddress
|
|
1155
|
-
* view
|
|
1156
|
-
*/
|
|
1157
|
-
taxAddress(): Promise<`0x${string}`>;
|
|
1158
|
-
/**
|
|
1159
|
-
* taxBPS
|
|
1160
|
-
* view
|
|
1161
|
-
*/
|
|
1162
|
-
taxBPS(): Promise<bigint>;
|
|
1163
|
-
/**
|
|
1164
|
-
* tokenFromReflection
|
|
1165
|
-
* view
|
|
1166
|
-
*/
|
|
1167
|
-
tokenFromReflection(rAmount: bigint): Promise<bigint>;
|
|
1168
544
|
/**
|
|
1169
545
|
* totalSupply
|
|
1170
546
|
* view
|
|
@@ -1188,45 +564,11 @@ export declare class DefiTokenFixedSupply_json {
|
|
|
1188
564
|
value?: bigint;
|
|
1189
565
|
}): Promise<`0x${string}`>;
|
|
1190
566
|
/**
|
|
1191
|
-
*
|
|
1192
|
-
* nonpayable
|
|
1193
|
-
* @param options Optional transaction parameters (value, gas, nonce, etc.)
|
|
1194
|
-
*/
|
|
1195
|
-
burn(amount: bigint, options?: {
|
|
1196
|
-
accessList?: import('viem').AccessList;
|
|
1197
|
-
authorizationList?: import('viem').AuthorizationList;
|
|
1198
|
-
chain?: import('viem').Chain | null;
|
|
1199
|
-
dataSuffix?: `0x${string}`;
|
|
1200
|
-
gas?: bigint;
|
|
1201
|
-
gasPrice?: bigint;
|
|
1202
|
-
maxFeePerGas?: bigint;
|
|
1203
|
-
maxPriorityFeePerGas?: bigint;
|
|
1204
|
-
nonce?: number;
|
|
1205
|
-
value?: bigint;
|
|
1206
|
-
}): Promise<`0x${string}`>;
|
|
1207
|
-
/**
|
|
1208
|
-
* decreaseAllowance
|
|
1209
|
-
* nonpayable
|
|
1210
|
-
* @param options Optional transaction parameters (value, gas, nonce, etc.)
|
|
1211
|
-
*/
|
|
1212
|
-
decreaseAllowance(spender: `0x${string}`, subtractedValue: bigint, options?: {
|
|
1213
|
-
accessList?: import('viem').AccessList;
|
|
1214
|
-
authorizationList?: import('viem').AuthorizationList;
|
|
1215
|
-
chain?: import('viem').Chain | null;
|
|
1216
|
-
dataSuffix?: `0x${string}`;
|
|
1217
|
-
gas?: bigint;
|
|
1218
|
-
gasPrice?: bigint;
|
|
1219
|
-
maxFeePerGas?: bigint;
|
|
1220
|
-
maxPriorityFeePerGas?: bigint;
|
|
1221
|
-
nonce?: number;
|
|
1222
|
-
value?: bigint;
|
|
1223
|
-
}): Promise<`0x${string}`>;
|
|
1224
|
-
/**
|
|
1225
|
-
* excludeFromFeesAndLimits
|
|
567
|
+
* blockAccount
|
|
1226
568
|
* nonpayable
|
|
1227
569
|
* @param options Optional transaction parameters (value, gas, nonce, etc.)
|
|
1228
570
|
*/
|
|
1229
|
-
|
|
571
|
+
blockAccount(_account: `0x${string}`, options?: {
|
|
1230
572
|
accessList?: import('viem').AccessList;
|
|
1231
573
|
authorizationList?: import('viem').AuthorizationList;
|
|
1232
574
|
chain?: import('viem').Chain | null;
|
|
@@ -1239,11 +581,11 @@ export declare class DefiTokenFixedSupply_json {
|
|
|
1239
581
|
value?: bigint;
|
|
1240
582
|
}): Promise<`0x${string}`>;
|
|
1241
583
|
/**
|
|
1242
|
-
*
|
|
584
|
+
* burn
|
|
1243
585
|
* nonpayable
|
|
1244
586
|
* @param options Optional transaction parameters (value, gas, nonce, etc.)
|
|
1245
587
|
*/
|
|
1246
|
-
|
|
588
|
+
burn(amount: bigint, options?: {
|
|
1247
589
|
accessList?: import('viem').AccessList;
|
|
1248
590
|
authorizationList?: import('viem').AuthorizationList;
|
|
1249
591
|
chain?: import('viem').Chain | null;
|
|
@@ -1256,11 +598,11 @@ export declare class DefiTokenFixedSupply_json {
|
|
|
1256
598
|
value?: bigint;
|
|
1257
599
|
}): Promise<`0x${string}`>;
|
|
1258
600
|
/**
|
|
1259
|
-
*
|
|
601
|
+
* burnFrom
|
|
1260
602
|
* nonpayable
|
|
1261
603
|
* @param options Optional transaction parameters (value, gas, nonce, etc.)
|
|
1262
604
|
*/
|
|
1263
|
-
|
|
605
|
+
burnFrom(account: `0x${string}`, amount: bigint, options?: {
|
|
1264
606
|
accessList?: import('viem').AccessList;
|
|
1265
607
|
authorizationList?: import('viem').AuthorizationList;
|
|
1266
608
|
chain?: import('viem').Chain | null;
|
|
@@ -1273,11 +615,11 @@ export declare class DefiTokenFixedSupply_json {
|
|
|
1273
615
|
value?: bigint;
|
|
1274
616
|
}): Promise<`0x${string}`>;
|
|
1275
617
|
/**
|
|
1276
|
-
*
|
|
618
|
+
* decreaseAllowance
|
|
1277
619
|
* nonpayable
|
|
1278
620
|
* @param options Optional transaction parameters (value, gas, nonce, etc.)
|
|
1279
621
|
*/
|
|
1280
|
-
|
|
622
|
+
decreaseAllowance(spender: `0x${string}`, subtractedValue: bigint, options?: {
|
|
1281
623
|
accessList?: import('viem').AccessList;
|
|
1282
624
|
authorizationList?: import('viem').AuthorizationList;
|
|
1283
625
|
chain?: import('viem').Chain | null;
|
|
@@ -1307,11 +649,11 @@ export declare class DefiTokenFixedSupply_json {
|
|
|
1307
649
|
value?: bigint;
|
|
1308
650
|
}): Promise<`0x${string}`>;
|
|
1309
651
|
/**
|
|
1310
|
-
*
|
|
652
|
+
* initialize
|
|
1311
653
|
* nonpayable
|
|
1312
654
|
* @param options Optional transaction parameters (value, gas, nonce, etc.)
|
|
1313
655
|
*/
|
|
1314
|
-
|
|
656
|
+
initialize(_owner: `0x${string}`, _name: string, _symbol: string, _decimals: bigint, _initialSupply: bigint, _maxSupply: bigint, options?: {
|
|
1315
657
|
accessList?: import('viem').AccessList;
|
|
1316
658
|
authorizationList?: import('viem').AuthorizationList;
|
|
1317
659
|
chain?: import('viem').Chain | null;
|
|
@@ -1324,11 +666,11 @@ export declare class DefiTokenFixedSupply_json {
|
|
|
1324
666
|
value?: bigint;
|
|
1325
667
|
}): Promise<`0x${string}`>;
|
|
1326
668
|
/**
|
|
1327
|
-
*
|
|
669
|
+
* mint
|
|
1328
670
|
* nonpayable
|
|
1329
671
|
* @param options Optional transaction parameters (value, gas, nonce, etc.)
|
|
1330
672
|
*/
|
|
1331
|
-
|
|
673
|
+
mint(to: `0x${string}`, amount: bigint, options?: {
|
|
1332
674
|
accessList?: import('viem').AccessList;
|
|
1333
675
|
authorizationList?: import('viem').AuthorizationList;
|
|
1334
676
|
chain?: import('viem').Chain | null;
|
|
@@ -1341,11 +683,11 @@ export declare class DefiTokenFixedSupply_json {
|
|
|
1341
683
|
value?: bigint;
|
|
1342
684
|
}): Promise<`0x${string}`>;
|
|
1343
685
|
/**
|
|
1344
|
-
*
|
|
686
|
+
* pause
|
|
1345
687
|
* nonpayable
|
|
1346
688
|
* @param options Optional transaction parameters (value, gas, nonce, etc.)
|
|
1347
689
|
*/
|
|
1348
|
-
|
|
690
|
+
pause(options?: {
|
|
1349
691
|
accessList?: import('viem').AccessList;
|
|
1350
692
|
authorizationList?: import('viem').AuthorizationList;
|
|
1351
693
|
chain?: import('viem').Chain | null;
|
|
@@ -1358,11 +700,11 @@ export declare class DefiTokenFixedSupply_json {
|
|
|
1358
700
|
value?: bigint;
|
|
1359
701
|
}): Promise<`0x${string}`>;
|
|
1360
702
|
/**
|
|
1361
|
-
*
|
|
703
|
+
* renounceOwnership
|
|
1362
704
|
* nonpayable
|
|
1363
705
|
* @param options Optional transaction parameters (value, gas, nonce, etc.)
|
|
1364
706
|
*/
|
|
1365
|
-
|
|
707
|
+
renounceOwnership(options?: {
|
|
1366
708
|
accessList?: import('viem').AccessList;
|
|
1367
709
|
authorizationList?: import('viem').AuthorizationList;
|
|
1368
710
|
chain?: import('viem').Chain | null;
|
|
@@ -1375,11 +717,11 @@ export declare class DefiTokenFixedSupply_json {
|
|
|
1375
717
|
value?: bigint;
|
|
1376
718
|
}): Promise<`0x${string}`>;
|
|
1377
719
|
/**
|
|
1378
|
-
*
|
|
720
|
+
* transfer
|
|
1379
721
|
* nonpayable
|
|
1380
722
|
* @param options Optional transaction parameters (value, gas, nonce, etc.)
|
|
1381
723
|
*/
|
|
1382
|
-
|
|
724
|
+
transfer(to: `0x${string}`, amount: bigint, options?: {
|
|
1383
725
|
accessList?: import('viem').AccessList;
|
|
1384
726
|
authorizationList?: import('viem').AuthorizationList;
|
|
1385
727
|
chain?: import('viem').Chain | null;
|
|
@@ -1392,11 +734,11 @@ export declare class DefiTokenFixedSupply_json {
|
|
|
1392
734
|
value?: bigint;
|
|
1393
735
|
}): Promise<`0x${string}`>;
|
|
1394
736
|
/**
|
|
1395
|
-
*
|
|
737
|
+
* transferFrom
|
|
1396
738
|
* nonpayable
|
|
1397
739
|
* @param options Optional transaction parameters (value, gas, nonce, etc.)
|
|
1398
740
|
*/
|
|
1399
|
-
|
|
741
|
+
transferFrom(from: `0x${string}`, to: `0x${string}`, amount: bigint, options?: {
|
|
1400
742
|
accessList?: import('viem').AccessList;
|
|
1401
743
|
authorizationList?: import('viem').AuthorizationList;
|
|
1402
744
|
chain?: import('viem').Chain | null;
|
|
@@ -1409,11 +751,11 @@ export declare class DefiTokenFixedSupply_json {
|
|
|
1409
751
|
value?: bigint;
|
|
1410
752
|
}): Promise<`0x${string}`>;
|
|
1411
753
|
/**
|
|
1412
|
-
*
|
|
754
|
+
* transferOwnership
|
|
1413
755
|
* nonpayable
|
|
1414
756
|
* @param options Optional transaction parameters (value, gas, nonce, etc.)
|
|
1415
757
|
*/
|
|
1416
|
-
|
|
758
|
+
transferOwnership(newOwner: `0x${string}`, options?: {
|
|
1417
759
|
accessList?: import('viem').AccessList;
|
|
1418
760
|
authorizationList?: import('viem').AuthorizationList;
|
|
1419
761
|
chain?: import('viem').Chain | null;
|
|
@@ -1426,11 +768,11 @@ export declare class DefiTokenFixedSupply_json {
|
|
|
1426
768
|
value?: bigint;
|
|
1427
769
|
}): Promise<`0x${string}`>;
|
|
1428
770
|
/**
|
|
1429
|
-
*
|
|
771
|
+
* unblockAccount
|
|
1430
772
|
* nonpayable
|
|
1431
773
|
* @param options Optional transaction parameters (value, gas, nonce, etc.)
|
|
1432
774
|
*/
|
|
1433
|
-
|
|
775
|
+
unblockAccount(_account: `0x${string}`, options?: {
|
|
1434
776
|
accessList?: import('viem').AccessList;
|
|
1435
777
|
authorizationList?: import('viem').AuthorizationList;
|
|
1436
778
|
chain?: import('viem').Chain | null;
|
|
@@ -1443,11 +785,11 @@ export declare class DefiTokenFixedSupply_json {
|
|
|
1443
785
|
value?: bigint;
|
|
1444
786
|
}): Promise<`0x${string}`>;
|
|
1445
787
|
/**
|
|
1446
|
-
*
|
|
788
|
+
* unpause
|
|
1447
789
|
* nonpayable
|
|
1448
790
|
* @param options Optional transaction parameters (value, gas, nonce, etc.)
|
|
1449
791
|
*/
|
|
1450
|
-
|
|
792
|
+
unpause(options?: {
|
|
1451
793
|
accessList?: import('viem').AccessList;
|
|
1452
794
|
authorizationList?: import('viem').AuthorizationList;
|
|
1453
795
|
chain?: import('viem').Chain | null;
|
|
@@ -1486,45 +828,11 @@ export declare class DefiTokenFixedSupply_json {
|
|
|
1486
828
|
value?: bigint;
|
|
1487
829
|
}): Promise<boolean>;
|
|
1488
830
|
/**
|
|
1489
|
-
* Simulate
|
|
1490
|
-
* Returns gas estimate and result without sending transaction
|
|
1491
|
-
* @param options Optional transaction parameters (value, gas, nonce, etc.)
|
|
1492
|
-
*/
|
|
1493
|
-
burn(amount: bigint, options?: {
|
|
1494
|
-
accessList?: import("viem").AccessList;
|
|
1495
|
-
authorizationList?: import("viem").AuthorizationList;
|
|
1496
|
-
chain?: import("viem").Chain | null;
|
|
1497
|
-
dataSuffix?: `0x${string}`;
|
|
1498
|
-
gas?: bigint;
|
|
1499
|
-
gasPrice?: bigint;
|
|
1500
|
-
maxFeePerGas?: bigint;
|
|
1501
|
-
maxPriorityFeePerGas?: bigint;
|
|
1502
|
-
nonce?: number;
|
|
1503
|
-
value?: bigint;
|
|
1504
|
-
}): Promise<void>;
|
|
1505
|
-
/**
|
|
1506
|
-
* Simulate decreaseAllowance
|
|
1507
|
-
* Returns gas estimate and result without sending transaction
|
|
1508
|
-
* @param options Optional transaction parameters (value, gas, nonce, etc.)
|
|
1509
|
-
*/
|
|
1510
|
-
decreaseAllowance(spender: `0x${string}`, subtractedValue: bigint, options?: {
|
|
1511
|
-
accessList?: import("viem").AccessList;
|
|
1512
|
-
authorizationList?: import("viem").AuthorizationList;
|
|
1513
|
-
chain?: import("viem").Chain | null;
|
|
1514
|
-
dataSuffix?: `0x${string}`;
|
|
1515
|
-
gas?: bigint;
|
|
1516
|
-
gasPrice?: bigint;
|
|
1517
|
-
maxFeePerGas?: bigint;
|
|
1518
|
-
maxPriorityFeePerGas?: bigint;
|
|
1519
|
-
nonce?: number;
|
|
1520
|
-
value?: bigint;
|
|
1521
|
-
}): Promise<boolean>;
|
|
1522
|
-
/**
|
|
1523
|
-
* Simulate excludeFromFeesAndLimits
|
|
831
|
+
* Simulate blockAccount
|
|
1524
832
|
* Returns gas estimate and result without sending transaction
|
|
1525
833
|
* @param options Optional transaction parameters (value, gas, nonce, etc.)
|
|
1526
834
|
*/
|
|
1527
|
-
|
|
835
|
+
blockAccount(_account: `0x${string}`, options?: {
|
|
1528
836
|
accessList?: import("viem").AccessList;
|
|
1529
837
|
authorizationList?: import("viem").AuthorizationList;
|
|
1530
838
|
chain?: import("viem").Chain | null;
|
|
@@ -1537,11 +845,11 @@ export declare class DefiTokenFixedSupply_json {
|
|
|
1537
845
|
value?: bigint;
|
|
1538
846
|
}): Promise<void>;
|
|
1539
847
|
/**
|
|
1540
|
-
* Simulate
|
|
848
|
+
* Simulate burn
|
|
1541
849
|
* Returns gas estimate and result without sending transaction
|
|
1542
850
|
* @param options Optional transaction parameters (value, gas, nonce, etc.)
|
|
1543
851
|
*/
|
|
1544
|
-
|
|
852
|
+
burn(amount: bigint, options?: {
|
|
1545
853
|
accessList?: import("viem").AccessList;
|
|
1546
854
|
authorizationList?: import("viem").AuthorizationList;
|
|
1547
855
|
chain?: import("viem").Chain | null;
|
|
@@ -1554,11 +862,11 @@ export declare class DefiTokenFixedSupply_json {
|
|
|
1554
862
|
value?: bigint;
|
|
1555
863
|
}): Promise<void>;
|
|
1556
864
|
/**
|
|
1557
|
-
* Simulate
|
|
865
|
+
* Simulate burnFrom
|
|
1558
866
|
* Returns gas estimate and result without sending transaction
|
|
1559
867
|
* @param options Optional transaction parameters (value, gas, nonce, etc.)
|
|
1560
868
|
*/
|
|
1561
|
-
|
|
869
|
+
burnFrom(account: `0x${string}`, amount: bigint, options?: {
|
|
1562
870
|
accessList?: import("viem").AccessList;
|
|
1563
871
|
authorizationList?: import("viem").AuthorizationList;
|
|
1564
872
|
chain?: import("viem").Chain | null;
|
|
@@ -1571,11 +879,11 @@ export declare class DefiTokenFixedSupply_json {
|
|
|
1571
879
|
value?: bigint;
|
|
1572
880
|
}): Promise<void>;
|
|
1573
881
|
/**
|
|
1574
|
-
* Simulate
|
|
882
|
+
* Simulate decreaseAllowance
|
|
1575
883
|
* Returns gas estimate and result without sending transaction
|
|
1576
884
|
* @param options Optional transaction parameters (value, gas, nonce, etc.)
|
|
1577
885
|
*/
|
|
1578
|
-
|
|
886
|
+
decreaseAllowance(spender: `0x${string}`, subtractedValue: bigint, options?: {
|
|
1579
887
|
accessList?: import("viem").AccessList;
|
|
1580
888
|
authorizationList?: import("viem").AuthorizationList;
|
|
1581
889
|
chain?: import("viem").Chain | null;
|
|
@@ -1586,7 +894,7 @@ export declare class DefiTokenFixedSupply_json {
|
|
|
1586
894
|
maxPriorityFeePerGas?: bigint;
|
|
1587
895
|
nonce?: number;
|
|
1588
896
|
value?: bigint;
|
|
1589
|
-
}): Promise<
|
|
897
|
+
}): Promise<boolean>;
|
|
1590
898
|
/**
|
|
1591
899
|
* Simulate increaseAllowance
|
|
1592
900
|
* Returns gas estimate and result without sending transaction
|
|
@@ -1605,11 +913,11 @@ export declare class DefiTokenFixedSupply_json {
|
|
|
1605
913
|
value?: bigint;
|
|
1606
914
|
}): Promise<boolean>;
|
|
1607
915
|
/**
|
|
1608
|
-
* Simulate
|
|
916
|
+
* Simulate initialize
|
|
1609
917
|
* Returns gas estimate and result without sending transaction
|
|
1610
918
|
* @param options Optional transaction parameters (value, gas, nonce, etc.)
|
|
1611
919
|
*/
|
|
1612
|
-
|
|
920
|
+
initialize(_owner: `0x${string}`, _name: string, _symbol: string, _decimals: bigint, _initialSupply: bigint, _maxSupply: bigint, options?: {
|
|
1613
921
|
accessList?: import("viem").AccessList;
|
|
1614
922
|
authorizationList?: import("viem").AuthorizationList;
|
|
1615
923
|
chain?: import("viem").Chain | null;
|
|
@@ -1622,11 +930,11 @@ export declare class DefiTokenFixedSupply_json {
|
|
|
1622
930
|
value?: bigint;
|
|
1623
931
|
}): Promise<void>;
|
|
1624
932
|
/**
|
|
1625
|
-
* Simulate
|
|
933
|
+
* Simulate mint
|
|
1626
934
|
* Returns gas estimate and result without sending transaction
|
|
1627
935
|
* @param options Optional transaction parameters (value, gas, nonce, etc.)
|
|
1628
936
|
*/
|
|
1629
|
-
|
|
937
|
+
mint(to: `0x${string}`, amount: bigint, options?: {
|
|
1630
938
|
accessList?: import("viem").AccessList;
|
|
1631
939
|
authorizationList?: import("viem").AuthorizationList;
|
|
1632
940
|
chain?: import("viem").Chain | null;
|
|
@@ -1639,11 +947,11 @@ export declare class DefiTokenFixedSupply_json {
|
|
|
1639
947
|
value?: bigint;
|
|
1640
948
|
}): Promise<void>;
|
|
1641
949
|
/**
|
|
1642
|
-
* Simulate
|
|
950
|
+
* Simulate pause
|
|
1643
951
|
* Returns gas estimate and result without sending transaction
|
|
1644
952
|
* @param options Optional transaction parameters (value, gas, nonce, etc.)
|
|
1645
953
|
*/
|
|
1646
|
-
|
|
954
|
+
pause(options?: {
|
|
1647
955
|
accessList?: import("viem").AccessList;
|
|
1648
956
|
authorizationList?: import("viem").AuthorizationList;
|
|
1649
957
|
chain?: import("viem").Chain | null;
|
|
@@ -1656,11 +964,11 @@ export declare class DefiTokenFixedSupply_json {
|
|
|
1656
964
|
value?: bigint;
|
|
1657
965
|
}): Promise<void>;
|
|
1658
966
|
/**
|
|
1659
|
-
* Simulate
|
|
967
|
+
* Simulate renounceOwnership
|
|
1660
968
|
* Returns gas estimate and result without sending transaction
|
|
1661
969
|
* @param options Optional transaction parameters (value, gas, nonce, etc.)
|
|
1662
970
|
*/
|
|
1663
|
-
|
|
971
|
+
renounceOwnership(options?: {
|
|
1664
972
|
accessList?: import("viem").AccessList;
|
|
1665
973
|
authorizationList?: import("viem").AuthorizationList;
|
|
1666
974
|
chain?: import("viem").Chain | null;
|
|
@@ -1673,11 +981,11 @@ export declare class DefiTokenFixedSupply_json {
|
|
|
1673
981
|
value?: bigint;
|
|
1674
982
|
}): Promise<void>;
|
|
1675
983
|
/**
|
|
1676
|
-
* Simulate
|
|
984
|
+
* Simulate transfer
|
|
1677
985
|
* Returns gas estimate and result without sending transaction
|
|
1678
986
|
* @param options Optional transaction parameters (value, gas, nonce, etc.)
|
|
1679
987
|
*/
|
|
1680
|
-
|
|
988
|
+
transfer(to: `0x${string}`, amount: bigint, options?: {
|
|
1681
989
|
accessList?: import("viem").AccessList;
|
|
1682
990
|
authorizationList?: import("viem").AuthorizationList;
|
|
1683
991
|
chain?: import("viem").Chain | null;
|
|
@@ -1688,13 +996,13 @@ export declare class DefiTokenFixedSupply_json {
|
|
|
1688
996
|
maxPriorityFeePerGas?: bigint;
|
|
1689
997
|
nonce?: number;
|
|
1690
998
|
value?: bigint;
|
|
1691
|
-
}): Promise<
|
|
999
|
+
}): Promise<boolean>;
|
|
1692
1000
|
/**
|
|
1693
|
-
* Simulate
|
|
1001
|
+
* Simulate transferFrom
|
|
1694
1002
|
* Returns gas estimate and result without sending transaction
|
|
1695
1003
|
* @param options Optional transaction parameters (value, gas, nonce, etc.)
|
|
1696
1004
|
*/
|
|
1697
|
-
|
|
1005
|
+
transferFrom(from: `0x${string}`, to: `0x${string}`, amount: bigint, options?: {
|
|
1698
1006
|
accessList?: import("viem").AccessList;
|
|
1699
1007
|
authorizationList?: import("viem").AuthorizationList;
|
|
1700
1008
|
chain?: import("viem").Chain | null;
|
|
@@ -1705,13 +1013,13 @@ export declare class DefiTokenFixedSupply_json {
|
|
|
1705
1013
|
maxPriorityFeePerGas?: bigint;
|
|
1706
1014
|
nonce?: number;
|
|
1707
1015
|
value?: bigint;
|
|
1708
|
-
}): Promise<
|
|
1016
|
+
}): Promise<boolean>;
|
|
1709
1017
|
/**
|
|
1710
|
-
* Simulate
|
|
1018
|
+
* Simulate transferOwnership
|
|
1711
1019
|
* Returns gas estimate and result without sending transaction
|
|
1712
1020
|
* @param options Optional transaction parameters (value, gas, nonce, etc.)
|
|
1713
1021
|
*/
|
|
1714
|
-
|
|
1022
|
+
transferOwnership(newOwner: `0x${string}`, options?: {
|
|
1715
1023
|
accessList?: import("viem").AccessList;
|
|
1716
1024
|
authorizationList?: import("viem").AuthorizationList;
|
|
1717
1025
|
chain?: import("viem").Chain | null;
|
|
@@ -1722,13 +1030,13 @@ export declare class DefiTokenFixedSupply_json {
|
|
|
1722
1030
|
maxPriorityFeePerGas?: bigint;
|
|
1723
1031
|
nonce?: number;
|
|
1724
1032
|
value?: bigint;
|
|
1725
|
-
}): Promise<
|
|
1033
|
+
}): Promise<void>;
|
|
1726
1034
|
/**
|
|
1727
|
-
* Simulate
|
|
1035
|
+
* Simulate unblockAccount
|
|
1728
1036
|
* Returns gas estimate and result without sending transaction
|
|
1729
1037
|
* @param options Optional transaction parameters (value, gas, nonce, etc.)
|
|
1730
1038
|
*/
|
|
1731
|
-
|
|
1039
|
+
unblockAccount(_account: `0x${string}`, options?: {
|
|
1732
1040
|
accessList?: import("viem").AccessList;
|
|
1733
1041
|
authorizationList?: import("viem").AuthorizationList;
|
|
1734
1042
|
chain?: import("viem").Chain | null;
|
|
@@ -1739,13 +1047,13 @@ export declare class DefiTokenFixedSupply_json {
|
|
|
1739
1047
|
maxPriorityFeePerGas?: bigint;
|
|
1740
1048
|
nonce?: number;
|
|
1741
1049
|
value?: bigint;
|
|
1742
|
-
}): Promise<
|
|
1050
|
+
}): Promise<void>;
|
|
1743
1051
|
/**
|
|
1744
|
-
* Simulate
|
|
1052
|
+
* Simulate unpause
|
|
1745
1053
|
* Returns gas estimate and result without sending transaction
|
|
1746
1054
|
* @param options Optional transaction parameters (value, gas, nonce, etc.)
|
|
1747
1055
|
*/
|
|
1748
|
-
|
|
1056
|
+
unpause(options?: {
|
|
1749
1057
|
accessList?: import("viem").AccessList;
|
|
1750
1058
|
authorizationList?: import("viem").AuthorizationList;
|
|
1751
1059
|
chain?: import("viem").Chain | null;
|
|
@@ -1786,128 +1094,80 @@ export declare class DefiTokenFixedSupply_json {
|
|
|
1786
1094
|
spender: `0x${string}`;
|
|
1787
1095
|
}) => () => void;
|
|
1788
1096
|
/**
|
|
1789
|
-
* Watch
|
|
1097
|
+
* Watch BlockedAccount events
|
|
1790
1098
|
* @param callback Function to call when event is emitted
|
|
1791
1099
|
* @param filter Optional filter for indexed parameters
|
|
1792
1100
|
* @returns Unwatch function to stop listening
|
|
1793
1101
|
*/
|
|
1794
|
-
|
|
1795
|
-
|
|
1102
|
+
BlockedAccount: (callback: (event: {
|
|
1103
|
+
_account: `0x${string}`;
|
|
1796
1104
|
}) => void, filter?: {
|
|
1797
|
-
|
|
1105
|
+
_account: `0x${string}`;
|
|
1798
1106
|
}) => () => void;
|
|
1799
1107
|
/**
|
|
1800
|
-
* Watch
|
|
1108
|
+
* Watch Initialized events
|
|
1801
1109
|
* @param callback Function to call when event is emitted
|
|
1802
1110
|
* @param filter Optional filter for indexed parameters
|
|
1803
1111
|
* @returns Unwatch function to stop listening
|
|
1804
1112
|
*/
|
|
1805
|
-
|
|
1806
|
-
|
|
1113
|
+
Initialized: (callback: (event: {
|
|
1114
|
+
version: bigint;
|
|
1807
1115
|
}) => void) => () => void;
|
|
1808
1116
|
/**
|
|
1809
|
-
* Watch
|
|
1810
|
-
* @param callback Function to call when event is emitted
|
|
1811
|
-
* @param filter Optional filter for indexed parameters
|
|
1812
|
-
* @returns Unwatch function to stop listening
|
|
1813
|
-
*/
|
|
1814
|
-
ExcludeFromFeesAndLimits: (callback: (event: {
|
|
1815
|
-
account: `0x${string}`;
|
|
1816
|
-
}) => void, filter?: {
|
|
1817
|
-
account: `0x${string}`;
|
|
1818
|
-
}) => () => void;
|
|
1819
|
-
/**
|
|
1820
|
-
* Watch ExcludedFromRewards events
|
|
1821
|
-
* @param callback Function to call when event is emitted
|
|
1822
|
-
* @param filter Optional filter for indexed parameters
|
|
1823
|
-
* @returns Unwatch function to stop listening
|
|
1824
|
-
*/
|
|
1825
|
-
ExcludedFromRewards: (callback: (event: {
|
|
1826
|
-
account: `0x${string}`;
|
|
1827
|
-
}) => void, filter?: {
|
|
1828
|
-
account: `0x${string}`;
|
|
1829
|
-
}) => () => void;
|
|
1830
|
-
/**
|
|
1831
|
-
* Watch IncludedInFeesAndLimits events
|
|
1117
|
+
* Watch OwnershipTransferred events
|
|
1832
1118
|
* @param callback Function to call when event is emitted
|
|
1833
1119
|
* @param filter Optional filter for indexed parameters
|
|
1834
1120
|
* @returns Unwatch function to stop listening
|
|
1835
1121
|
*/
|
|
1836
|
-
|
|
1837
|
-
|
|
1122
|
+
OwnershipTransferred: (callback: (event: {
|
|
1123
|
+
previousOwner: `0x${string}`;
|
|
1124
|
+
newOwner: `0x${string}`;
|
|
1838
1125
|
}) => void, filter?: {
|
|
1839
|
-
|
|
1126
|
+
previousOwner: `0x${string}`;
|
|
1127
|
+
newOwner: `0x${string}`;
|
|
1840
1128
|
}) => () => void;
|
|
1841
1129
|
/**
|
|
1842
|
-
* Watch
|
|
1130
|
+
* Watch Paused events
|
|
1843
1131
|
* @param callback Function to call when event is emitted
|
|
1844
1132
|
* @param filter Optional filter for indexed parameters
|
|
1845
1133
|
* @returns Unwatch function to stop listening
|
|
1846
1134
|
*/
|
|
1847
|
-
|
|
1848
|
-
account: `0x${string}`;
|
|
1849
|
-
}) => void, filter?: {
|
|
1135
|
+
Paused: (callback: (event: {
|
|
1850
1136
|
account: `0x${string}`;
|
|
1851
|
-
}) => () => void;
|
|
1852
|
-
/**
|
|
1853
|
-
* Watch MaxTokenAmountPerSet events
|
|
1854
|
-
* @param callback Function to call when event is emitted
|
|
1855
|
-
* @param filter Optional filter for indexed parameters
|
|
1856
|
-
* @returns Unwatch function to stop listening
|
|
1857
|
-
*/
|
|
1858
|
-
MaxTokenAmountPerSet: (callback: (event: {
|
|
1859
|
-
newMaxTokenAmount: bigint;
|
|
1860
1137
|
}) => void) => () => void;
|
|
1861
1138
|
/**
|
|
1862
|
-
* Watch
|
|
1863
|
-
* @param callback Function to call when event is emitted
|
|
1864
|
-
* @param filter Optional filter for indexed parameters
|
|
1865
|
-
* @returns Unwatch function to stop listening
|
|
1866
|
-
*/
|
|
1867
|
-
OwnershipTransferred: (callback: (event: {
|
|
1868
|
-
previousOwner: `0x${string}`;
|
|
1869
|
-
newOwner: `0x${string}`;
|
|
1870
|
-
}) => void, filter?: {
|
|
1871
|
-
previousOwner: `0x${string}`;
|
|
1872
|
-
newOwner: `0x${string}`;
|
|
1873
|
-
}) => () => void;
|
|
1874
|
-
/**
|
|
1875
|
-
* Watch ReflectionConfigSet events
|
|
1139
|
+
* Watch Transfer events
|
|
1876
1140
|
* @param callback Function to call when event is emitted
|
|
1877
1141
|
* @param filter Optional filter for indexed parameters
|
|
1878
1142
|
* @returns Unwatch function to stop listening
|
|
1879
1143
|
*/
|
|
1880
|
-
|
|
1881
|
-
|
|
1144
|
+
Transfer: (callback: (event: {
|
|
1145
|
+
from: `0x${string}`;
|
|
1146
|
+
to: `0x${string}`;
|
|
1147
|
+
value: bigint;
|
|
1882
1148
|
}) => void, filter?: {
|
|
1883
|
-
|
|
1149
|
+
from: `0x${string}`;
|
|
1150
|
+
to: `0x${string}`;
|
|
1884
1151
|
}) => () => void;
|
|
1885
1152
|
/**
|
|
1886
|
-
* Watch
|
|
1153
|
+
* Watch UnblockedAccount events
|
|
1887
1154
|
* @param callback Function to call when event is emitted
|
|
1888
1155
|
* @param filter Optional filter for indexed parameters
|
|
1889
1156
|
* @returns Unwatch function to stop listening
|
|
1890
1157
|
*/
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
_taxBPS: bigint;
|
|
1158
|
+
UnblockedAccount: (callback: (event: {
|
|
1159
|
+
_account: `0x${string}`;
|
|
1894
1160
|
}) => void, filter?: {
|
|
1895
|
-
|
|
1896
|
-
_taxBPS: bigint;
|
|
1161
|
+
_account: `0x${string}`;
|
|
1897
1162
|
}) => () => void;
|
|
1898
1163
|
/**
|
|
1899
|
-
* Watch
|
|
1164
|
+
* Watch Unpaused events
|
|
1900
1165
|
* @param callback Function to call when event is emitted
|
|
1901
1166
|
* @param filter Optional filter for indexed parameters
|
|
1902
1167
|
* @returns Unwatch function to stop listening
|
|
1903
1168
|
*/
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
value: bigint;
|
|
1908
|
-
}) => void, filter?: {
|
|
1909
|
-
from: `0x${string}`;
|
|
1910
|
-
to: `0x${string}`;
|
|
1911
|
-
}) => () => void;
|
|
1169
|
+
Unpaused: (callback: (event: {
|
|
1170
|
+
account: `0x${string}`;
|
|
1171
|
+
}) => void) => () => void;
|
|
1912
1172
|
};
|
|
1913
1173
|
}
|