@1stdex/first-sdk 1.0.21 → 1.0.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/calls/batch/prepare-market-order-with-setup.js +2 -9
- package/dist/cjs/calls/batch/prepare-market-order-with-setup.js.map +1 -1
- package/dist/cjs/calls/batch/prepare-order-with-setup.js +2 -9
- package/dist/cjs/calls/batch/prepare-order-with-setup.js.map +1 -1
- package/dist/cjs/calls/market/cancel.js +0 -1
- package/dist/cjs/calls/market/cancel.js.map +1 -1
- package/dist/cjs/calls/market/claim.js +0 -1
- package/dist/cjs/calls/market/claim.js.map +1 -1
- package/dist/cjs/calls/market/limit.js +0 -2
- package/dist/cjs/calls/market/limit.js.map +1 -1
- package/dist/cjs/calls/market/make.js +0 -6
- package/dist/cjs/calls/market/make.js.map +1 -1
- package/dist/cjs/calls/market/market.js +5 -10
- package/dist/cjs/calls/market/market.js.map +1 -1
- package/dist/cjs/constants/abis/core/book-manager-abi.js +12 -7
- package/dist/cjs/constants/abis/core/book-manager-abi.js.map +1 -1
- package/dist/cjs/constants/abis/core/book-viewer-abi.js +141 -199
- package/dist/cjs/constants/abis/core/book-viewer-abi.js.map +1 -1
- package/dist/cjs/constants/abis/core/claimable-dex-vault.js +46 -0
- package/dist/cjs/constants/abis/core/claimable-dex-vault.js.map +1 -1
- package/dist/cjs/constants/abis/core/controller-abi.js +94 -101
- package/dist/cjs/constants/abis/core/controller-abi.js.map +1 -1
- package/dist/cjs/constants/abis/core/dex-vault-abi.js +1 -1
- package/dist/cjs/constants/abis/core/dex-vault-abi.js.map +1 -1
- package/dist/cjs/constants/abis/core/mirror-token-abi.js +901 -6
- package/dist/cjs/constants/abis/core/mirror-token-abi.js.map +1 -1
- package/dist/cjs/constants/abis/core/params-abi.js +11 -38
- package/dist/cjs/constants/abis/core/params-abi.js.map +1 -1
- package/dist/cjs/constants/chain-configs/addresses.js +3 -3
- package/dist/cjs/constants/chain-configs/currency.js +1 -1
- package/dist/cjs/views/setup.js +8 -0
- package/dist/cjs/views/setup.js.map +1 -1
- package/dist/esm/calls/batch/prepare-market-order-with-setup.js +4 -10
- package/dist/esm/calls/batch/prepare-market-order-with-setup.js.map +1 -1
- package/dist/esm/calls/batch/prepare-order-with-setup.js +4 -10
- package/dist/esm/calls/batch/prepare-order-with-setup.js.map +1 -1
- package/dist/esm/calls/market/cancel.js +0 -1
- package/dist/esm/calls/market/cancel.js.map +1 -1
- package/dist/esm/calls/market/claim.js +0 -1
- package/dist/esm/calls/market/claim.js.map +1 -1
- package/dist/esm/calls/market/limit.js +0 -3
- package/dist/esm/calls/market/limit.js.map +1 -1
- package/dist/esm/calls/market/make.js +0 -6
- package/dist/esm/calls/market/make.js.map +1 -1
- package/dist/esm/calls/market/market.js +6 -12
- package/dist/esm/calls/market/market.js.map +1 -1
- package/dist/esm/constants/abis/core/book-manager-abi.js +12 -7
- package/dist/esm/constants/abis/core/book-manager-abi.js.map +1 -1
- package/dist/esm/constants/abis/core/book-viewer-abi.js +141 -199
- package/dist/esm/constants/abis/core/book-viewer-abi.js.map +1 -1
- package/dist/esm/constants/abis/core/claimable-dex-vault.js +46 -0
- package/dist/esm/constants/abis/core/claimable-dex-vault.js.map +1 -1
- package/dist/esm/constants/abis/core/controller-abi.js +94 -101
- package/dist/esm/constants/abis/core/controller-abi.js.map +1 -1
- package/dist/esm/constants/abis/core/dex-vault-abi.js +1 -1
- package/dist/esm/constants/abis/core/dex-vault-abi.js.map +1 -1
- package/dist/esm/constants/abis/core/mirror-token-abi.js +901 -6
- package/dist/esm/constants/abis/core/mirror-token-abi.js.map +1 -1
- package/dist/esm/constants/abis/core/params-abi.js +11 -38
- package/dist/esm/constants/abis/core/params-abi.js.map +1 -1
- package/dist/esm/constants/chain-configs/addresses.js +3 -3
- package/dist/esm/constants/chain-configs/currency.js +1 -1
- package/dist/esm/views/setup.js +8 -0
- package/dist/esm/views/setup.js.map +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/types/calls/batch/prepare-market-order-with-setup.d.ts.map +1 -1
- package/dist/types/calls/batch/prepare-order-with-setup.d.ts.map +1 -1
- package/dist/types/calls/market/cancel.d.ts.map +1 -1
- package/dist/types/calls/market/claim.d.ts.map +1 -1
- package/dist/types/calls/market/limit.d.ts +1 -3
- package/dist/types/calls/market/limit.d.ts.map +1 -1
- package/dist/types/calls/market/make.d.ts.map +1 -1
- package/dist/types/calls/market/market.d.ts +2 -4
- package/dist/types/calls/market/market.d.ts.map +1 -1
- package/dist/types/constants/abis/core/book-manager-abi.d.ts +32 -15
- package/dist/types/constants/abis/core/book-manager-abi.d.ts.map +1 -1
- package/dist/types/constants/abis/core/book-viewer-abi.d.ts +170 -68
- package/dist/types/constants/abis/core/book-viewer-abi.d.ts.map +1 -1
- package/dist/types/constants/abis/core/claimable-dex-vault.d.ts +83 -0
- package/dist/types/constants/abis/core/claimable-dex-vault.d.ts.map +1 -1
- package/dist/types/constants/abis/core/controller-abi.d.ts +130 -164
- package/dist/types/constants/abis/core/controller-abi.d.ts.map +1 -1
- package/dist/types/constants/abis/core/dex-vault-abi.d.ts +1 -1
- package/dist/types/constants/abis/core/mirror-token-abi.d.ts +1252 -16
- package/dist/types/constants/abis/core/mirror-token-abi.d.ts.map +1 -1
- package/dist/types/constants/abis/core/params-abi.d.ts.map +1 -1
- package/dist/types/views/setup.d.ts +1 -0
- package/dist/types/views/setup.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1,6 +1,953 @@
|
|
|
1
1
|
export declare const MIRROR_TOKEN_ABI: readonly [{
|
|
2
|
+
readonly inputs: readonly [{
|
|
3
|
+
readonly internalType: "string";
|
|
4
|
+
readonly name: "name";
|
|
5
|
+
readonly type: "string";
|
|
6
|
+
}, {
|
|
7
|
+
readonly internalType: "string";
|
|
8
|
+
readonly name: "symbol";
|
|
9
|
+
readonly type: "string";
|
|
10
|
+
}, {
|
|
11
|
+
readonly internalType: "address";
|
|
12
|
+
readonly name: "_realToken";
|
|
13
|
+
readonly type: "address";
|
|
14
|
+
}, {
|
|
15
|
+
readonly internalType: "address[]";
|
|
16
|
+
readonly name: "recipients";
|
|
17
|
+
readonly type: "address[]";
|
|
18
|
+
}, {
|
|
19
|
+
readonly internalType: "uint256[]";
|
|
20
|
+
readonly name: "amounts";
|
|
21
|
+
readonly type: "uint256[]";
|
|
22
|
+
}];
|
|
23
|
+
readonly stateMutability: "nonpayable";
|
|
24
|
+
readonly type: "constructor";
|
|
25
|
+
}, {
|
|
26
|
+
readonly inputs: readonly [];
|
|
27
|
+
readonly name: "CannotWithdrawDistributedTokens";
|
|
28
|
+
readonly type: "error";
|
|
29
|
+
}, {
|
|
30
|
+
readonly inputs: readonly [];
|
|
31
|
+
readonly name: "DistributionExceedsTotalAmount";
|
|
32
|
+
readonly type: "error";
|
|
33
|
+
}, {
|
|
34
|
+
readonly inputs: readonly [];
|
|
35
|
+
readonly name: "ECDSAInvalidSignature";
|
|
36
|
+
readonly type: "error";
|
|
37
|
+
}, {
|
|
38
|
+
readonly inputs: readonly [{
|
|
39
|
+
readonly internalType: "uint256";
|
|
40
|
+
readonly name: "length";
|
|
41
|
+
readonly type: "uint256";
|
|
42
|
+
}];
|
|
43
|
+
readonly name: "ECDSAInvalidSignatureLength";
|
|
44
|
+
readonly type: "error";
|
|
45
|
+
}, {
|
|
46
|
+
readonly inputs: readonly [{
|
|
47
|
+
readonly internalType: "bytes32";
|
|
48
|
+
readonly name: "s";
|
|
49
|
+
readonly type: "bytes32";
|
|
50
|
+
}];
|
|
51
|
+
readonly name: "ECDSAInvalidSignatureS";
|
|
52
|
+
readonly type: "error";
|
|
53
|
+
}, {
|
|
54
|
+
readonly inputs: readonly [{
|
|
55
|
+
readonly internalType: "address";
|
|
56
|
+
readonly name: "spender";
|
|
57
|
+
readonly type: "address";
|
|
58
|
+
}, {
|
|
59
|
+
readonly internalType: "uint256";
|
|
60
|
+
readonly name: "allowance";
|
|
61
|
+
readonly type: "uint256";
|
|
62
|
+
}, {
|
|
63
|
+
readonly internalType: "uint256";
|
|
64
|
+
readonly name: "needed";
|
|
65
|
+
readonly type: "uint256";
|
|
66
|
+
}];
|
|
67
|
+
readonly name: "ERC20InsufficientAllowance";
|
|
68
|
+
readonly type: "error";
|
|
69
|
+
}, {
|
|
70
|
+
readonly inputs: readonly [{
|
|
71
|
+
readonly internalType: "address";
|
|
72
|
+
readonly name: "sender";
|
|
73
|
+
readonly type: "address";
|
|
74
|
+
}, {
|
|
75
|
+
readonly internalType: "uint256";
|
|
76
|
+
readonly name: "balance";
|
|
77
|
+
readonly type: "uint256";
|
|
78
|
+
}, {
|
|
79
|
+
readonly internalType: "uint256";
|
|
80
|
+
readonly name: "needed";
|
|
81
|
+
readonly type: "uint256";
|
|
82
|
+
}];
|
|
83
|
+
readonly name: "ERC20InsufficientBalance";
|
|
84
|
+
readonly type: "error";
|
|
85
|
+
}, {
|
|
86
|
+
readonly inputs: readonly [{
|
|
87
|
+
readonly internalType: "address";
|
|
88
|
+
readonly name: "approver";
|
|
89
|
+
readonly type: "address";
|
|
90
|
+
}];
|
|
91
|
+
readonly name: "ERC20InvalidApprover";
|
|
92
|
+
readonly type: "error";
|
|
93
|
+
}, {
|
|
94
|
+
readonly inputs: readonly [{
|
|
95
|
+
readonly internalType: "address";
|
|
96
|
+
readonly name: "receiver";
|
|
97
|
+
readonly type: "address";
|
|
98
|
+
}];
|
|
99
|
+
readonly name: "ERC20InvalidReceiver";
|
|
100
|
+
readonly type: "error";
|
|
101
|
+
}, {
|
|
102
|
+
readonly inputs: readonly [{
|
|
103
|
+
readonly internalType: "address";
|
|
104
|
+
readonly name: "sender";
|
|
105
|
+
readonly type: "address";
|
|
106
|
+
}];
|
|
107
|
+
readonly name: "ERC20InvalidSender";
|
|
108
|
+
readonly type: "error";
|
|
109
|
+
}, {
|
|
110
|
+
readonly inputs: readonly [{
|
|
111
|
+
readonly internalType: "address";
|
|
112
|
+
readonly name: "spender";
|
|
113
|
+
readonly type: "address";
|
|
114
|
+
}];
|
|
115
|
+
readonly name: "ERC20InvalidSpender";
|
|
116
|
+
readonly type: "error";
|
|
117
|
+
}, {
|
|
118
|
+
readonly inputs: readonly [{
|
|
119
|
+
readonly internalType: "uint256";
|
|
120
|
+
readonly name: "deadline";
|
|
121
|
+
readonly type: "uint256";
|
|
122
|
+
}];
|
|
123
|
+
readonly name: "ERC2612ExpiredSignature";
|
|
124
|
+
readonly type: "error";
|
|
125
|
+
}, {
|
|
126
|
+
readonly inputs: readonly [{
|
|
127
|
+
readonly internalType: "address";
|
|
128
|
+
readonly name: "signer";
|
|
129
|
+
readonly type: "address";
|
|
130
|
+
}, {
|
|
131
|
+
readonly internalType: "address";
|
|
132
|
+
readonly name: "owner";
|
|
133
|
+
readonly type: "address";
|
|
134
|
+
}];
|
|
135
|
+
readonly name: "ERC2612InvalidSigner";
|
|
136
|
+
readonly type: "error";
|
|
137
|
+
}, {
|
|
138
|
+
readonly inputs: readonly [{
|
|
139
|
+
readonly internalType: "address";
|
|
140
|
+
readonly name: "account";
|
|
141
|
+
readonly type: "address";
|
|
142
|
+
}, {
|
|
143
|
+
readonly internalType: "uint256";
|
|
144
|
+
readonly name: "currentNonce";
|
|
145
|
+
readonly type: "uint256";
|
|
146
|
+
}];
|
|
147
|
+
readonly name: "InvalidAccountNonce";
|
|
148
|
+
readonly type: "error";
|
|
149
|
+
}, {
|
|
150
|
+
readonly inputs: readonly [];
|
|
151
|
+
readonly name: "InvalidAmount";
|
|
152
|
+
readonly type: "error";
|
|
153
|
+
}, {
|
|
154
|
+
readonly inputs: readonly [];
|
|
155
|
+
readonly name: "InvalidDistributorAddress";
|
|
156
|
+
readonly type: "error";
|
|
157
|
+
}, {
|
|
158
|
+
readonly inputs: readonly [];
|
|
159
|
+
readonly name: "InvalidRealTokenAddress";
|
|
160
|
+
readonly type: "error";
|
|
161
|
+
}, {
|
|
162
|
+
readonly inputs: readonly [];
|
|
163
|
+
readonly name: "InvalidRecipientAddress";
|
|
164
|
+
readonly type: "error";
|
|
165
|
+
}, {
|
|
166
|
+
readonly inputs: readonly [];
|
|
167
|
+
readonly name: "InvalidShortString";
|
|
168
|
+
readonly type: "error";
|
|
169
|
+
}, {
|
|
170
|
+
readonly inputs: readonly [];
|
|
171
|
+
readonly name: "InvalidTokenAddress";
|
|
172
|
+
readonly type: "error";
|
|
173
|
+
}, {
|
|
174
|
+
readonly inputs: readonly [];
|
|
175
|
+
readonly name: "MetadataAlreadyFrozen";
|
|
176
|
+
readonly type: "error";
|
|
177
|
+
}, {
|
|
178
|
+
readonly inputs: readonly [];
|
|
179
|
+
readonly name: "MetadataAlreadyFrozenForFreeze";
|
|
180
|
+
readonly type: "error";
|
|
181
|
+
}, {
|
|
182
|
+
readonly inputs: readonly [];
|
|
183
|
+
readonly name: "NestedDeflationaryTokenAlreadySet";
|
|
184
|
+
readonly type: "error";
|
|
185
|
+
}, {
|
|
186
|
+
readonly inputs: readonly [];
|
|
187
|
+
readonly name: "NotAuthorized";
|
|
188
|
+
readonly type: "error";
|
|
189
|
+
}, {
|
|
190
|
+
readonly inputs: readonly [];
|
|
191
|
+
readonly name: "NotAuthorizedDistributor";
|
|
192
|
+
readonly type: "error";
|
|
193
|
+
}, {
|
|
194
|
+
readonly inputs: readonly [];
|
|
195
|
+
readonly name: "NotEnoughClaimable";
|
|
196
|
+
readonly type: "error";
|
|
197
|
+
}, {
|
|
198
|
+
readonly inputs: readonly [];
|
|
199
|
+
readonly name: "NothingToClaim";
|
|
200
|
+
readonly type: "error";
|
|
201
|
+
}, {
|
|
202
|
+
readonly inputs: readonly [{
|
|
203
|
+
readonly internalType: "address";
|
|
204
|
+
readonly name: "owner";
|
|
205
|
+
readonly type: "address";
|
|
206
|
+
}];
|
|
207
|
+
readonly name: "OwnableInvalidOwner";
|
|
208
|
+
readonly type: "error";
|
|
209
|
+
}, {
|
|
210
|
+
readonly inputs: readonly [{
|
|
211
|
+
readonly internalType: "address";
|
|
212
|
+
readonly name: "account";
|
|
213
|
+
readonly type: "address";
|
|
214
|
+
}];
|
|
215
|
+
readonly name: "OwnableUnauthorizedAccount";
|
|
216
|
+
readonly type: "error";
|
|
217
|
+
}, {
|
|
218
|
+
readonly inputs: readonly [];
|
|
219
|
+
readonly name: "RealTokenCannotBeMirrorToken";
|
|
220
|
+
readonly type: "error";
|
|
221
|
+
}, {
|
|
222
|
+
readonly inputs: readonly [];
|
|
223
|
+
readonly name: "RecipientsAmountsMismatch";
|
|
224
|
+
readonly type: "error";
|
|
225
|
+
}, {
|
|
226
|
+
readonly inputs: readonly [];
|
|
227
|
+
readonly name: "ReentrancyGuardReentrantCall";
|
|
228
|
+
readonly type: "error";
|
|
229
|
+
}, {
|
|
230
|
+
readonly inputs: readonly [{
|
|
231
|
+
readonly internalType: "address";
|
|
232
|
+
readonly name: "token";
|
|
233
|
+
readonly type: "address";
|
|
234
|
+
}];
|
|
235
|
+
readonly name: "SafeERC20FailedOperation";
|
|
236
|
+
readonly type: "error";
|
|
237
|
+
}, {
|
|
238
|
+
readonly inputs: readonly [{
|
|
239
|
+
readonly internalType: "string";
|
|
240
|
+
readonly name: "str";
|
|
241
|
+
readonly type: "string";
|
|
242
|
+
}];
|
|
243
|
+
readonly name: "StringTooLong";
|
|
244
|
+
readonly type: "error";
|
|
245
|
+
}, {
|
|
246
|
+
readonly inputs: readonly [{
|
|
247
|
+
readonly internalType: "address";
|
|
248
|
+
readonly name: "account";
|
|
249
|
+
readonly type: "address";
|
|
250
|
+
}];
|
|
251
|
+
readonly name: "UnauthorizedDeflator";
|
|
252
|
+
readonly type: "error";
|
|
253
|
+
}, {
|
|
254
|
+
readonly anonymous: false;
|
|
255
|
+
readonly inputs: readonly [{
|
|
256
|
+
readonly indexed: true;
|
|
257
|
+
readonly internalType: "address";
|
|
258
|
+
readonly name: "owner";
|
|
259
|
+
readonly type: "address";
|
|
260
|
+
}, {
|
|
261
|
+
readonly indexed: true;
|
|
262
|
+
readonly internalType: "address";
|
|
263
|
+
readonly name: "spender";
|
|
264
|
+
readonly type: "address";
|
|
265
|
+
}, {
|
|
266
|
+
readonly indexed: false;
|
|
267
|
+
readonly internalType: "uint256";
|
|
268
|
+
readonly name: "value";
|
|
269
|
+
readonly type: "uint256";
|
|
270
|
+
}];
|
|
271
|
+
readonly name: "Approval";
|
|
272
|
+
readonly type: "event";
|
|
273
|
+
}, {
|
|
274
|
+
readonly anonymous: false;
|
|
275
|
+
readonly inputs: readonly [{
|
|
276
|
+
readonly indexed: true;
|
|
277
|
+
readonly internalType: "address";
|
|
278
|
+
readonly name: "account";
|
|
279
|
+
readonly type: "address";
|
|
280
|
+
}, {
|
|
281
|
+
readonly indexed: false;
|
|
282
|
+
readonly internalType: "bool";
|
|
283
|
+
readonly name: "whitelisted";
|
|
284
|
+
readonly type: "bool";
|
|
285
|
+
}];
|
|
286
|
+
readonly name: "CheckpointWhitelistUpdated";
|
|
287
|
+
readonly type: "event";
|
|
288
|
+
}, {
|
|
289
|
+
readonly anonymous: false;
|
|
290
|
+
readonly inputs: readonly [{
|
|
291
|
+
readonly indexed: false;
|
|
292
|
+
readonly internalType: "string";
|
|
293
|
+
readonly name: "newURI";
|
|
294
|
+
readonly type: "string";
|
|
295
|
+
}];
|
|
296
|
+
readonly name: "ContractURIUpdated";
|
|
297
|
+
readonly type: "event";
|
|
298
|
+
}, {
|
|
299
|
+
readonly anonymous: false;
|
|
300
|
+
readonly inputs: readonly [{
|
|
301
|
+
readonly indexed: false;
|
|
302
|
+
readonly internalType: "uint256";
|
|
303
|
+
readonly name: "checkpoint";
|
|
304
|
+
readonly type: "uint256";
|
|
305
|
+
}, {
|
|
306
|
+
readonly indexed: false;
|
|
307
|
+
readonly internalType: "uint256";
|
|
308
|
+
readonly name: "supplyBeforeDeflate";
|
|
309
|
+
readonly type: "uint256";
|
|
310
|
+
}, {
|
|
311
|
+
readonly indexed: false;
|
|
312
|
+
readonly internalType: "uint256";
|
|
313
|
+
readonly name: "deflatedAmount";
|
|
314
|
+
readonly type: "uint256";
|
|
315
|
+
}];
|
|
316
|
+
readonly name: "Deflate";
|
|
317
|
+
readonly type: "event";
|
|
318
|
+
}, {
|
|
319
|
+
readonly anonymous: false;
|
|
320
|
+
readonly inputs: readonly [{
|
|
321
|
+
readonly indexed: true;
|
|
322
|
+
readonly internalType: "address";
|
|
323
|
+
readonly name: "account";
|
|
324
|
+
readonly type: "address";
|
|
325
|
+
}, {
|
|
326
|
+
readonly indexed: false;
|
|
327
|
+
readonly internalType: "uint256";
|
|
328
|
+
readonly name: "newVested";
|
|
329
|
+
readonly type: "uint256";
|
|
330
|
+
}];
|
|
331
|
+
readonly name: "DeflationSynced";
|
|
332
|
+
readonly type: "event";
|
|
333
|
+
}, {
|
|
334
|
+
readonly anonymous: false;
|
|
335
|
+
readonly inputs: readonly [{
|
|
336
|
+
readonly indexed: false;
|
|
337
|
+
readonly internalType: "uint256";
|
|
338
|
+
readonly name: "amount";
|
|
339
|
+
readonly type: "uint256";
|
|
340
|
+
}, {
|
|
341
|
+
readonly indexed: false;
|
|
342
|
+
readonly internalType: "uint256";
|
|
343
|
+
readonly name: "eligibleTokens";
|
|
344
|
+
readonly type: "uint256";
|
|
345
|
+
}, {
|
|
346
|
+
readonly indexed: false;
|
|
347
|
+
readonly internalType: "uint256";
|
|
348
|
+
readonly name: "checkpoint";
|
|
349
|
+
readonly type: "uint256";
|
|
350
|
+
}];
|
|
351
|
+
readonly name: "DistributionAdded";
|
|
352
|
+
readonly type: "event";
|
|
353
|
+
}, {
|
|
354
|
+
readonly anonymous: false;
|
|
355
|
+
readonly inputs: readonly [{
|
|
356
|
+
readonly indexed: true;
|
|
357
|
+
readonly internalType: "address";
|
|
358
|
+
readonly name: "distributor";
|
|
359
|
+
readonly type: "address";
|
|
360
|
+
}, {
|
|
361
|
+
readonly indexed: false;
|
|
362
|
+
readonly internalType: "bool";
|
|
363
|
+
readonly name: "allowed";
|
|
364
|
+
readonly type: "bool";
|
|
365
|
+
}];
|
|
366
|
+
readonly name: "DistributorAuthorizationUpdated";
|
|
367
|
+
readonly type: "event";
|
|
368
|
+
}, {
|
|
369
|
+
readonly anonymous: false;
|
|
370
|
+
readonly inputs: readonly [{
|
|
371
|
+
readonly indexed: true;
|
|
372
|
+
readonly internalType: "uint256";
|
|
373
|
+
readonly name: "index";
|
|
374
|
+
readonly type: "uint256";
|
|
375
|
+
}, {
|
|
376
|
+
readonly indexed: false;
|
|
377
|
+
readonly internalType: "uint64";
|
|
378
|
+
readonly name: "unlockTime";
|
|
379
|
+
readonly type: "uint64";
|
|
380
|
+
}, {
|
|
381
|
+
readonly indexed: false;
|
|
382
|
+
readonly internalType: "uint128";
|
|
383
|
+
readonly name: "amount";
|
|
384
|
+
readonly type: "uint128";
|
|
385
|
+
}];
|
|
386
|
+
readonly name: "DropAdded";
|
|
387
|
+
readonly type: "event";
|
|
388
|
+
}, {
|
|
389
|
+
readonly anonymous: false;
|
|
390
|
+
readonly inputs: readonly [{
|
|
391
|
+
readonly indexed: false;
|
|
392
|
+
readonly internalType: "uint256";
|
|
393
|
+
readonly name: "count";
|
|
394
|
+
readonly type: "uint256";
|
|
395
|
+
}, {
|
|
396
|
+
readonly indexed: false;
|
|
397
|
+
readonly internalType: "uint256";
|
|
398
|
+
readonly name: "plannedTotal";
|
|
399
|
+
readonly type: "uint256";
|
|
400
|
+
}];
|
|
401
|
+
readonly name: "DropScheduleSet";
|
|
402
|
+
readonly type: "event";
|
|
403
|
+
}, {
|
|
404
|
+
readonly anonymous: false;
|
|
405
|
+
readonly inputs: readonly [];
|
|
406
|
+
readonly name: "EIP712DomainChanged";
|
|
407
|
+
readonly type: "event";
|
|
408
|
+
}, {
|
|
409
|
+
readonly anonymous: false;
|
|
410
|
+
readonly inputs: readonly [];
|
|
411
|
+
readonly name: "MetadataFrozen";
|
|
412
|
+
readonly type: "event";
|
|
413
|
+
}, {
|
|
414
|
+
readonly anonymous: false;
|
|
415
|
+
readonly inputs: readonly [{
|
|
416
|
+
readonly indexed: true;
|
|
417
|
+
readonly internalType: "contract DeflationaryToken";
|
|
418
|
+
readonly name: "nestedDeflationaryToken";
|
|
419
|
+
readonly type: "address";
|
|
420
|
+
}];
|
|
421
|
+
readonly name: "NestedDeflationaryTokenSet";
|
|
422
|
+
readonly type: "event";
|
|
423
|
+
}, {
|
|
424
|
+
readonly anonymous: false;
|
|
425
|
+
readonly inputs: readonly [{
|
|
426
|
+
readonly indexed: true;
|
|
427
|
+
readonly internalType: "address";
|
|
428
|
+
readonly name: "previousOwner";
|
|
429
|
+
readonly type: "address";
|
|
430
|
+
}, {
|
|
431
|
+
readonly indexed: true;
|
|
432
|
+
readonly internalType: "address";
|
|
433
|
+
readonly name: "newOwner";
|
|
434
|
+
readonly type: "address";
|
|
435
|
+
}];
|
|
436
|
+
readonly name: "OwnershipTransferStarted";
|
|
437
|
+
readonly type: "event";
|
|
438
|
+
}, {
|
|
439
|
+
readonly anonymous: false;
|
|
440
|
+
readonly inputs: readonly [{
|
|
441
|
+
readonly indexed: true;
|
|
442
|
+
readonly internalType: "address";
|
|
443
|
+
readonly name: "previousOwner";
|
|
444
|
+
readonly type: "address";
|
|
445
|
+
}, {
|
|
446
|
+
readonly indexed: true;
|
|
447
|
+
readonly internalType: "address";
|
|
448
|
+
readonly name: "newOwner";
|
|
449
|
+
readonly type: "address";
|
|
450
|
+
}];
|
|
451
|
+
readonly name: "OwnershipTransferred";
|
|
452
|
+
readonly type: "event";
|
|
453
|
+
}, {
|
|
454
|
+
readonly anonymous: false;
|
|
455
|
+
readonly inputs: readonly [{
|
|
456
|
+
readonly indexed: false;
|
|
457
|
+
readonly internalType: "string";
|
|
458
|
+
readonly name: "uri";
|
|
459
|
+
readonly type: "string";
|
|
460
|
+
}, {
|
|
461
|
+
readonly indexed: false;
|
|
462
|
+
readonly internalType: "bytes32";
|
|
463
|
+
readonly name: "documentHash";
|
|
464
|
+
readonly type: "bytes32";
|
|
465
|
+
}];
|
|
466
|
+
readonly name: "ScheduleMetadataUpdated";
|
|
467
|
+
readonly type: "event";
|
|
468
|
+
}, {
|
|
469
|
+
readonly anonymous: false;
|
|
470
|
+
readonly inputs: readonly [{
|
|
471
|
+
readonly indexed: false;
|
|
472
|
+
readonly internalType: "string";
|
|
473
|
+
readonly name: "uri";
|
|
474
|
+
readonly type: "string";
|
|
475
|
+
}, {
|
|
476
|
+
readonly indexed: false;
|
|
477
|
+
readonly internalType: "bytes32";
|
|
478
|
+
readonly name: "documentHash";
|
|
479
|
+
readonly type: "bytes32";
|
|
480
|
+
}];
|
|
481
|
+
readonly name: "TdcMetadataUpdated";
|
|
482
|
+
readonly type: "event";
|
|
483
|
+
}, {
|
|
484
|
+
readonly anonymous: false;
|
|
485
|
+
readonly inputs: readonly [{
|
|
486
|
+
readonly indexed: true;
|
|
487
|
+
readonly internalType: "address";
|
|
488
|
+
readonly name: "token";
|
|
489
|
+
readonly type: "address";
|
|
490
|
+
}, {
|
|
491
|
+
readonly indexed: false;
|
|
492
|
+
readonly internalType: "uint256";
|
|
493
|
+
readonly name: "amount";
|
|
494
|
+
readonly type: "uint256";
|
|
495
|
+
}];
|
|
496
|
+
readonly name: "TokenRecovered";
|
|
497
|
+
readonly type: "event";
|
|
498
|
+
}, {
|
|
499
|
+
readonly anonymous: false;
|
|
500
|
+
readonly inputs: readonly [{
|
|
501
|
+
readonly indexed: true;
|
|
502
|
+
readonly internalType: "address";
|
|
503
|
+
readonly name: "account";
|
|
504
|
+
readonly type: "address";
|
|
505
|
+
}, {
|
|
506
|
+
readonly indexed: true;
|
|
507
|
+
readonly internalType: "address";
|
|
508
|
+
readonly name: "recipient";
|
|
509
|
+
readonly type: "address";
|
|
510
|
+
}, {
|
|
511
|
+
readonly indexed: false;
|
|
512
|
+
readonly internalType: "uint256";
|
|
513
|
+
readonly name: "amount";
|
|
514
|
+
readonly type: "uint256";
|
|
515
|
+
}];
|
|
516
|
+
readonly name: "TokensClaimed";
|
|
517
|
+
readonly type: "event";
|
|
518
|
+
}, {
|
|
519
|
+
readonly anonymous: false;
|
|
520
|
+
readonly inputs: readonly [{
|
|
521
|
+
readonly indexed: true;
|
|
522
|
+
readonly internalType: "address";
|
|
523
|
+
readonly name: "from";
|
|
524
|
+
readonly type: "address";
|
|
525
|
+
}, {
|
|
526
|
+
readonly indexed: true;
|
|
527
|
+
readonly internalType: "address";
|
|
528
|
+
readonly name: "to";
|
|
529
|
+
readonly type: "address";
|
|
530
|
+
}, {
|
|
531
|
+
readonly indexed: false;
|
|
532
|
+
readonly internalType: "uint256";
|
|
533
|
+
readonly name: "value";
|
|
534
|
+
readonly type: "uint256";
|
|
535
|
+
}];
|
|
536
|
+
readonly name: "Transfer";
|
|
537
|
+
readonly type: "event";
|
|
538
|
+
}, {
|
|
539
|
+
readonly inputs: readonly [];
|
|
540
|
+
readonly name: "DOMAIN_SEPARATOR";
|
|
541
|
+
readonly outputs: readonly [{
|
|
542
|
+
readonly internalType: "bytes32";
|
|
543
|
+
readonly name: "";
|
|
544
|
+
readonly type: "bytes32";
|
|
545
|
+
}];
|
|
546
|
+
readonly stateMutability: "view";
|
|
547
|
+
readonly type: "function";
|
|
548
|
+
}, {
|
|
549
|
+
readonly inputs: readonly [];
|
|
550
|
+
readonly name: "acceptOwnership";
|
|
551
|
+
readonly outputs: readonly [];
|
|
552
|
+
readonly stateMutability: "nonpayable";
|
|
553
|
+
readonly type: "function";
|
|
554
|
+
}, {
|
|
555
|
+
readonly inputs: readonly [{
|
|
556
|
+
readonly internalType: "address";
|
|
557
|
+
readonly name: "recipient";
|
|
558
|
+
readonly type: "address";
|
|
559
|
+
}, {
|
|
560
|
+
readonly internalType: "uint256";
|
|
561
|
+
readonly name: "amount";
|
|
562
|
+
readonly type: "uint256";
|
|
563
|
+
}];
|
|
564
|
+
readonly name: "addAllocation";
|
|
565
|
+
readonly outputs: readonly [];
|
|
566
|
+
readonly stateMutability: "nonpayable";
|
|
567
|
+
readonly type: "function";
|
|
568
|
+
}, {
|
|
569
|
+
readonly inputs: readonly [{
|
|
570
|
+
readonly internalType: "address[]";
|
|
571
|
+
readonly name: "recipients";
|
|
572
|
+
readonly type: "address[]";
|
|
573
|
+
}, {
|
|
574
|
+
readonly internalType: "uint256[]";
|
|
575
|
+
readonly name: "amounts";
|
|
576
|
+
readonly type: "uint256[]";
|
|
577
|
+
}];
|
|
578
|
+
readonly name: "addAllocations";
|
|
579
|
+
readonly outputs: readonly [];
|
|
580
|
+
readonly stateMutability: "nonpayable";
|
|
581
|
+
readonly type: "function";
|
|
582
|
+
}, {
|
|
583
|
+
readonly inputs: readonly [{
|
|
584
|
+
readonly internalType: "uint256";
|
|
585
|
+
readonly name: "amount";
|
|
586
|
+
readonly type: "uint256";
|
|
587
|
+
}];
|
|
588
|
+
readonly name: "addDistribution";
|
|
589
|
+
readonly outputs: readonly [];
|
|
590
|
+
readonly stateMutability: "nonpayable";
|
|
591
|
+
readonly type: "function";
|
|
592
|
+
}, {
|
|
593
|
+
readonly inputs: readonly [{
|
|
594
|
+
readonly internalType: "address";
|
|
595
|
+
readonly name: "owner";
|
|
596
|
+
readonly type: "address";
|
|
597
|
+
}, {
|
|
598
|
+
readonly internalType: "address";
|
|
599
|
+
readonly name: "spender";
|
|
600
|
+
readonly type: "address";
|
|
601
|
+
}];
|
|
602
|
+
readonly name: "allowance";
|
|
603
|
+
readonly outputs: readonly [{
|
|
604
|
+
readonly internalType: "uint256";
|
|
605
|
+
readonly name: "";
|
|
606
|
+
readonly type: "uint256";
|
|
607
|
+
}];
|
|
608
|
+
readonly stateMutability: "view";
|
|
609
|
+
readonly type: "function";
|
|
610
|
+
}, {
|
|
611
|
+
readonly inputs: readonly [{
|
|
612
|
+
readonly internalType: "address";
|
|
613
|
+
readonly name: "spender";
|
|
614
|
+
readonly type: "address";
|
|
615
|
+
}, {
|
|
616
|
+
readonly internalType: "uint256";
|
|
617
|
+
readonly name: "value";
|
|
618
|
+
readonly type: "uint256";
|
|
619
|
+
}];
|
|
620
|
+
readonly name: "approve";
|
|
621
|
+
readonly outputs: readonly [{
|
|
622
|
+
readonly internalType: "bool";
|
|
623
|
+
readonly name: "";
|
|
624
|
+
readonly type: "bool";
|
|
625
|
+
}];
|
|
626
|
+
readonly stateMutability: "nonpayable";
|
|
627
|
+
readonly type: "function";
|
|
628
|
+
}, {
|
|
629
|
+
readonly inputs: readonly [{
|
|
630
|
+
readonly internalType: "address";
|
|
631
|
+
readonly name: "";
|
|
632
|
+
readonly type: "address";
|
|
633
|
+
}];
|
|
634
|
+
readonly name: "authorizedDistributors";
|
|
635
|
+
readonly outputs: readonly [{
|
|
636
|
+
readonly internalType: "bool";
|
|
637
|
+
readonly name: "";
|
|
638
|
+
readonly type: "bool";
|
|
639
|
+
}];
|
|
640
|
+
readonly stateMutability: "view";
|
|
641
|
+
readonly type: "function";
|
|
642
|
+
}, {
|
|
643
|
+
readonly inputs: readonly [{
|
|
644
|
+
readonly internalType: "address";
|
|
645
|
+
readonly name: "account";
|
|
646
|
+
readonly type: "address";
|
|
647
|
+
}];
|
|
648
|
+
readonly name: "balanceOf";
|
|
649
|
+
readonly outputs: readonly [{
|
|
650
|
+
readonly internalType: "uint256";
|
|
651
|
+
readonly name: "";
|
|
652
|
+
readonly type: "uint256";
|
|
653
|
+
}];
|
|
654
|
+
readonly stateMutability: "view";
|
|
655
|
+
readonly type: "function";
|
|
656
|
+
}, {
|
|
657
|
+
readonly inputs: readonly [{
|
|
658
|
+
readonly internalType: "address";
|
|
659
|
+
readonly name: "recipient";
|
|
660
|
+
readonly type: "address";
|
|
661
|
+
}, {
|
|
662
|
+
readonly internalType: "uint256";
|
|
663
|
+
readonly name: "amount";
|
|
664
|
+
readonly type: "uint256";
|
|
665
|
+
}];
|
|
666
|
+
readonly name: "claim";
|
|
667
|
+
readonly outputs: readonly [];
|
|
668
|
+
readonly stateMutability: "nonpayable";
|
|
669
|
+
readonly type: "function";
|
|
670
|
+
}, {
|
|
671
|
+
readonly inputs: readonly [{
|
|
672
|
+
readonly internalType: "address";
|
|
673
|
+
readonly name: "";
|
|
674
|
+
readonly type: "address";
|
|
675
|
+
}];
|
|
676
|
+
readonly name: "claimedAmounts";
|
|
677
|
+
readonly outputs: readonly [{
|
|
678
|
+
readonly internalType: "uint256";
|
|
679
|
+
readonly name: "";
|
|
680
|
+
readonly type: "uint256";
|
|
681
|
+
}];
|
|
682
|
+
readonly stateMutability: "view";
|
|
683
|
+
readonly type: "function";
|
|
684
|
+
}, {
|
|
685
|
+
readonly inputs: readonly [];
|
|
686
|
+
readonly name: "contractURI";
|
|
687
|
+
readonly outputs: readonly [{
|
|
688
|
+
readonly internalType: "string";
|
|
689
|
+
readonly name: "";
|
|
690
|
+
readonly type: "string";
|
|
691
|
+
}];
|
|
692
|
+
readonly stateMutability: "view";
|
|
693
|
+
readonly type: "function";
|
|
694
|
+
}, {
|
|
695
|
+
readonly inputs: readonly [];
|
|
696
|
+
readonly name: "currentCheckpoint";
|
|
697
|
+
readonly outputs: readonly [{
|
|
698
|
+
readonly internalType: "uint256";
|
|
699
|
+
readonly name: "";
|
|
700
|
+
readonly type: "uint256";
|
|
701
|
+
}];
|
|
702
|
+
readonly stateMutability: "view";
|
|
703
|
+
readonly type: "function";
|
|
704
|
+
}, {
|
|
705
|
+
readonly inputs: readonly [];
|
|
706
|
+
readonly name: "decimals";
|
|
707
|
+
readonly outputs: readonly [{
|
|
708
|
+
readonly internalType: "uint8";
|
|
709
|
+
readonly name: "";
|
|
710
|
+
readonly type: "uint8";
|
|
711
|
+
}];
|
|
712
|
+
readonly stateMutability: "view";
|
|
713
|
+
readonly type: "function";
|
|
714
|
+
}, {
|
|
715
|
+
readonly inputs: readonly [{
|
|
716
|
+
readonly internalType: "uint256";
|
|
717
|
+
readonly name: "amountToDeflate";
|
|
718
|
+
readonly type: "uint256";
|
|
719
|
+
}];
|
|
720
|
+
readonly name: "deflate";
|
|
721
|
+
readonly outputs: readonly [];
|
|
722
|
+
readonly stateMutability: "nonpayable";
|
|
723
|
+
readonly type: "function";
|
|
724
|
+
}, {
|
|
725
|
+
readonly inputs: readonly [];
|
|
726
|
+
readonly name: "eip712Domain";
|
|
727
|
+
readonly outputs: readonly [{
|
|
728
|
+
readonly internalType: "bytes1";
|
|
729
|
+
readonly name: "fields";
|
|
730
|
+
readonly type: "bytes1";
|
|
731
|
+
}, {
|
|
732
|
+
readonly internalType: "string";
|
|
733
|
+
readonly name: "name";
|
|
734
|
+
readonly type: "string";
|
|
735
|
+
}, {
|
|
736
|
+
readonly internalType: "string";
|
|
737
|
+
readonly name: "version";
|
|
738
|
+
readonly type: "string";
|
|
739
|
+
}, {
|
|
740
|
+
readonly internalType: "uint256";
|
|
741
|
+
readonly name: "chainId";
|
|
742
|
+
readonly type: "uint256";
|
|
743
|
+
}, {
|
|
744
|
+
readonly internalType: "address";
|
|
745
|
+
readonly name: "verifyingContract";
|
|
746
|
+
readonly type: "address";
|
|
747
|
+
}, {
|
|
748
|
+
readonly internalType: "bytes32";
|
|
749
|
+
readonly name: "salt";
|
|
750
|
+
readonly type: "bytes32";
|
|
751
|
+
}, {
|
|
752
|
+
readonly internalType: "uint256[]";
|
|
753
|
+
readonly name: "extensions";
|
|
754
|
+
readonly type: "uint256[]";
|
|
755
|
+
}];
|
|
756
|
+
readonly stateMutability: "view";
|
|
757
|
+
readonly type: "function";
|
|
758
|
+
}, {
|
|
759
|
+
readonly inputs: readonly [{
|
|
760
|
+
readonly internalType: "address";
|
|
761
|
+
readonly name: "token";
|
|
762
|
+
readonly type: "address";
|
|
763
|
+
}, {
|
|
764
|
+
readonly internalType: "uint256";
|
|
765
|
+
readonly name: "amount";
|
|
766
|
+
readonly type: "uint256";
|
|
767
|
+
}];
|
|
768
|
+
readonly name: "emergencyRecoverToken";
|
|
769
|
+
readonly outputs: readonly [];
|
|
770
|
+
readonly stateMutability: "nonpayable";
|
|
771
|
+
readonly type: "function";
|
|
772
|
+
}, {
|
|
773
|
+
readonly inputs: readonly [];
|
|
774
|
+
readonly name: "freezeMetadata";
|
|
775
|
+
readonly outputs: readonly [];
|
|
776
|
+
readonly stateMutability: "nonpayable";
|
|
777
|
+
readonly type: "function";
|
|
778
|
+
}, {
|
|
779
|
+
readonly inputs: readonly [{
|
|
780
|
+
readonly internalType: "uint256";
|
|
781
|
+
readonly name: "checkpoint";
|
|
782
|
+
readonly type: "uint256";
|
|
783
|
+
}, {
|
|
784
|
+
readonly internalType: "address";
|
|
785
|
+
readonly name: "account";
|
|
786
|
+
readonly type: "address";
|
|
787
|
+
}];
|
|
788
|
+
readonly name: "getBalanceBeforeCheckpoint";
|
|
789
|
+
readonly outputs: readonly [{
|
|
790
|
+
readonly internalType: "uint256";
|
|
791
|
+
readonly name: "";
|
|
792
|
+
readonly type: "uint256";
|
|
793
|
+
}];
|
|
794
|
+
readonly stateMutability: "view";
|
|
795
|
+
readonly type: "function";
|
|
796
|
+
}, {
|
|
797
|
+
readonly inputs: readonly [{
|
|
798
|
+
readonly internalType: "address";
|
|
799
|
+
readonly name: "account";
|
|
800
|
+
readonly type: "address";
|
|
801
|
+
}];
|
|
802
|
+
readonly name: "getClaimableAmount";
|
|
803
|
+
readonly outputs: readonly [{
|
|
804
|
+
readonly internalType: "uint256";
|
|
805
|
+
readonly name: "";
|
|
806
|
+
readonly type: "uint256";
|
|
807
|
+
}];
|
|
808
|
+
readonly stateMutability: "view";
|
|
809
|
+
readonly type: "function";
|
|
810
|
+
}, {
|
|
811
|
+
readonly inputs: readonly [{
|
|
812
|
+
readonly internalType: "address";
|
|
813
|
+
readonly name: "account";
|
|
814
|
+
readonly type: "address";
|
|
815
|
+
}];
|
|
816
|
+
readonly name: "getDeflatedAmount";
|
|
817
|
+
readonly outputs: readonly [{
|
|
818
|
+
readonly internalType: "uint256";
|
|
819
|
+
readonly name: "";
|
|
820
|
+
readonly type: "uint256";
|
|
821
|
+
}];
|
|
822
|
+
readonly stateMutability: "view";
|
|
823
|
+
readonly type: "function";
|
|
824
|
+
}, {
|
|
825
|
+
readonly inputs: readonly [{
|
|
826
|
+
readonly internalType: "uint256";
|
|
827
|
+
readonly name: "checkpoint";
|
|
828
|
+
readonly type: "uint256";
|
|
829
|
+
}, {
|
|
830
|
+
readonly internalType: "address";
|
|
831
|
+
readonly name: "account";
|
|
832
|
+
readonly type: "address";
|
|
833
|
+
}];
|
|
834
|
+
readonly name: "getDeflatedAmountAtCheckpoint";
|
|
835
|
+
readonly outputs: readonly [{
|
|
836
|
+
readonly internalType: "uint256";
|
|
837
|
+
readonly name: "";
|
|
838
|
+
readonly type: "uint256";
|
|
839
|
+
}];
|
|
840
|
+
readonly stateMutability: "view";
|
|
841
|
+
readonly type: "function";
|
|
842
|
+
}, {
|
|
843
|
+
readonly inputs: readonly [{
|
|
844
|
+
readonly internalType: "uint256";
|
|
845
|
+
readonly name: "index";
|
|
846
|
+
readonly type: "uint256";
|
|
847
|
+
}];
|
|
848
|
+
readonly name: "getDrop";
|
|
849
|
+
readonly outputs: readonly [{
|
|
850
|
+
readonly internalType: "uint64";
|
|
851
|
+
readonly name: "unlockTime";
|
|
852
|
+
readonly type: "uint64";
|
|
853
|
+
}, {
|
|
854
|
+
readonly internalType: "uint128";
|
|
855
|
+
readonly name: "amount";
|
|
856
|
+
readonly type: "uint128";
|
|
857
|
+
}];
|
|
858
|
+
readonly stateMutability: "view";
|
|
859
|
+
readonly type: "function";
|
|
860
|
+
}, {
|
|
861
|
+
readonly inputs: readonly [];
|
|
862
|
+
readonly name: "getDropCount";
|
|
863
|
+
readonly outputs: readonly [{
|
|
864
|
+
readonly internalType: "uint256";
|
|
865
|
+
readonly name: "";
|
|
866
|
+
readonly type: "uint256";
|
|
867
|
+
}];
|
|
868
|
+
readonly stateMutability: "view";
|
|
869
|
+
readonly type: "function";
|
|
870
|
+
}, {
|
|
871
|
+
readonly inputs: readonly [{
|
|
872
|
+
readonly internalType: "address";
|
|
873
|
+
readonly name: "account";
|
|
874
|
+
readonly type: "address";
|
|
875
|
+
}];
|
|
876
|
+
readonly name: "getUnsyncedDeflatedAmount";
|
|
877
|
+
readonly outputs: readonly [{
|
|
878
|
+
readonly internalType: "uint256";
|
|
879
|
+
readonly name: "";
|
|
880
|
+
readonly type: "uint256";
|
|
881
|
+
}];
|
|
882
|
+
readonly stateMutability: "view";
|
|
883
|
+
readonly type: "function";
|
|
884
|
+
}, {
|
|
885
|
+
readonly inputs: readonly [];
|
|
886
|
+
readonly name: "metadataFrozen";
|
|
887
|
+
readonly outputs: readonly [{
|
|
888
|
+
readonly internalType: "bool";
|
|
889
|
+
readonly name: "";
|
|
890
|
+
readonly type: "bool";
|
|
891
|
+
}];
|
|
892
|
+
readonly stateMutability: "view";
|
|
893
|
+
readonly type: "function";
|
|
894
|
+
}, {
|
|
895
|
+
readonly inputs: readonly [];
|
|
896
|
+
readonly name: "name";
|
|
897
|
+
readonly outputs: readonly [{
|
|
898
|
+
readonly internalType: "string";
|
|
899
|
+
readonly name: "";
|
|
900
|
+
readonly type: "string";
|
|
901
|
+
}];
|
|
902
|
+
readonly stateMutability: "view";
|
|
903
|
+
readonly type: "function";
|
|
904
|
+
}, {
|
|
905
|
+
readonly inputs: readonly [];
|
|
906
|
+
readonly name: "nestedDeflationaryToken";
|
|
907
|
+
readonly outputs: readonly [{
|
|
908
|
+
readonly internalType: "contract DeflationaryToken";
|
|
909
|
+
readonly name: "";
|
|
910
|
+
readonly type: "address";
|
|
911
|
+
}];
|
|
912
|
+
readonly stateMutability: "view";
|
|
913
|
+
readonly type: "function";
|
|
914
|
+
}, {
|
|
915
|
+
readonly inputs: readonly [{
|
|
916
|
+
readonly internalType: "address";
|
|
917
|
+
readonly name: "owner";
|
|
918
|
+
readonly type: "address";
|
|
919
|
+
}];
|
|
920
|
+
readonly name: "nonces";
|
|
921
|
+
readonly outputs: readonly [{
|
|
922
|
+
readonly internalType: "uint256";
|
|
923
|
+
readonly name: "";
|
|
924
|
+
readonly type: "uint256";
|
|
925
|
+
}];
|
|
926
|
+
readonly stateMutability: "view";
|
|
927
|
+
readonly type: "function";
|
|
928
|
+
}, {
|
|
2
929
|
readonly inputs: readonly [];
|
|
3
|
-
readonly name: "
|
|
930
|
+
readonly name: "owner";
|
|
931
|
+
readonly outputs: readonly [{
|
|
932
|
+
readonly internalType: "address";
|
|
933
|
+
readonly name: "";
|
|
934
|
+
readonly type: "address";
|
|
935
|
+
}];
|
|
936
|
+
readonly stateMutability: "view";
|
|
937
|
+
readonly type: "function";
|
|
938
|
+
}, {
|
|
939
|
+
readonly inputs: readonly [];
|
|
940
|
+
readonly name: "parentDeflator";
|
|
941
|
+
readonly outputs: readonly [{
|
|
942
|
+
readonly internalType: "address";
|
|
943
|
+
readonly name: "";
|
|
944
|
+
readonly type: "address";
|
|
945
|
+
}];
|
|
946
|
+
readonly stateMutability: "view";
|
|
947
|
+
readonly type: "function";
|
|
948
|
+
}, {
|
|
949
|
+
readonly inputs: readonly [];
|
|
950
|
+
readonly name: "pendingOwner";
|
|
4
951
|
readonly outputs: readonly [{
|
|
5
952
|
readonly internalType: "address";
|
|
6
953
|
readonly name: "";
|
|
@@ -10,21 +957,67 @@ export declare const MIRROR_TOKEN_ABI: readonly [{
|
|
|
10
957
|
readonly type: "function";
|
|
11
958
|
}, {
|
|
12
959
|
readonly inputs: readonly [{
|
|
13
|
-
readonly internalType: "address
|
|
14
|
-
readonly name: "
|
|
15
|
-
readonly type: "address
|
|
960
|
+
readonly internalType: "address";
|
|
961
|
+
readonly name: "owner";
|
|
962
|
+
readonly type: "address";
|
|
16
963
|
}, {
|
|
17
|
-
readonly internalType: "
|
|
18
|
-
readonly name: "
|
|
19
|
-
readonly type: "
|
|
964
|
+
readonly internalType: "address";
|
|
965
|
+
readonly name: "spender";
|
|
966
|
+
readonly type: "address";
|
|
967
|
+
}, {
|
|
968
|
+
readonly internalType: "uint256";
|
|
969
|
+
readonly name: "value";
|
|
970
|
+
readonly type: "uint256";
|
|
971
|
+
}, {
|
|
972
|
+
readonly internalType: "uint256";
|
|
973
|
+
readonly name: "deadline";
|
|
974
|
+
readonly type: "uint256";
|
|
975
|
+
}, {
|
|
976
|
+
readonly internalType: "uint8";
|
|
977
|
+
readonly name: "v";
|
|
978
|
+
readonly type: "uint8";
|
|
979
|
+
}, {
|
|
980
|
+
readonly internalType: "bytes32";
|
|
981
|
+
readonly name: "r";
|
|
982
|
+
readonly type: "bytes32";
|
|
983
|
+
}, {
|
|
984
|
+
readonly internalType: "bytes32";
|
|
985
|
+
readonly name: "s";
|
|
986
|
+
readonly type: "bytes32";
|
|
20
987
|
}];
|
|
21
|
-
readonly name: "
|
|
988
|
+
readonly name: "permit";
|
|
22
989
|
readonly outputs: readonly [];
|
|
23
990
|
readonly stateMutability: "nonpayable";
|
|
24
991
|
readonly type: "function";
|
|
25
992
|
}, {
|
|
26
993
|
readonly inputs: readonly [];
|
|
27
|
-
readonly name: "
|
|
994
|
+
readonly name: "realToken";
|
|
995
|
+
readonly outputs: readonly [{
|
|
996
|
+
readonly internalType: "contract IERC20";
|
|
997
|
+
readonly name: "";
|
|
998
|
+
readonly type: "address";
|
|
999
|
+
}];
|
|
1000
|
+
readonly stateMutability: "view";
|
|
1001
|
+
readonly type: "function";
|
|
1002
|
+
}, {
|
|
1003
|
+
readonly inputs: readonly [];
|
|
1004
|
+
readonly name: "renounceOwnership";
|
|
1005
|
+
readonly outputs: readonly [];
|
|
1006
|
+
readonly stateMutability: "nonpayable";
|
|
1007
|
+
readonly type: "function";
|
|
1008
|
+
}, {
|
|
1009
|
+
readonly inputs: readonly [];
|
|
1010
|
+
readonly name: "scheduleDocumentHash";
|
|
1011
|
+
readonly outputs: readonly [{
|
|
1012
|
+
readonly internalType: "bytes32";
|
|
1013
|
+
readonly name: "";
|
|
1014
|
+
readonly type: "bytes32";
|
|
1015
|
+
}];
|
|
1016
|
+
readonly stateMutability: "view";
|
|
1017
|
+
readonly type: "function";
|
|
1018
|
+
}, {
|
|
1019
|
+
readonly inputs: readonly [];
|
|
1020
|
+
readonly name: "scheduleURI";
|
|
28
1021
|
readonly outputs: readonly [{
|
|
29
1022
|
readonly internalType: "string";
|
|
30
1023
|
readonly name: "";
|
|
@@ -32,6 +1025,111 @@ export declare const MIRROR_TOKEN_ABI: readonly [{
|
|
|
32
1025
|
}];
|
|
33
1026
|
readonly stateMutability: "view";
|
|
34
1027
|
readonly type: "function";
|
|
1028
|
+
}, {
|
|
1029
|
+
readonly inputs: readonly [{
|
|
1030
|
+
readonly internalType: "address";
|
|
1031
|
+
readonly name: "distributor";
|
|
1032
|
+
readonly type: "address";
|
|
1033
|
+
}, {
|
|
1034
|
+
readonly internalType: "bool";
|
|
1035
|
+
readonly name: "allowed";
|
|
1036
|
+
readonly type: "bool";
|
|
1037
|
+
}];
|
|
1038
|
+
readonly name: "setAuthorizedDistributor";
|
|
1039
|
+
readonly outputs: readonly [];
|
|
1040
|
+
readonly stateMutability: "nonpayable";
|
|
1041
|
+
readonly type: "function";
|
|
1042
|
+
}, {
|
|
1043
|
+
readonly inputs: readonly [{
|
|
1044
|
+
readonly internalType: "string";
|
|
1045
|
+
readonly name: "newURI";
|
|
1046
|
+
readonly type: "string";
|
|
1047
|
+
}];
|
|
1048
|
+
readonly name: "setContractURI";
|
|
1049
|
+
readonly outputs: readonly [];
|
|
1050
|
+
readonly stateMutability: "nonpayable";
|
|
1051
|
+
readonly type: "function";
|
|
1052
|
+
}, {
|
|
1053
|
+
readonly inputs: readonly [{
|
|
1054
|
+
readonly components: readonly [{
|
|
1055
|
+
readonly internalType: "uint64";
|
|
1056
|
+
readonly name: "unlockTime";
|
|
1057
|
+
readonly type: "uint64";
|
|
1058
|
+
}, {
|
|
1059
|
+
readonly internalType: "uint128";
|
|
1060
|
+
readonly name: "amount";
|
|
1061
|
+
readonly type: "uint128";
|
|
1062
|
+
}];
|
|
1063
|
+
readonly internalType: "struct IMirrorTokenSchedule.Drop[]";
|
|
1064
|
+
readonly name: "drops";
|
|
1065
|
+
readonly type: "tuple[]";
|
|
1066
|
+
}];
|
|
1067
|
+
readonly name: "setDropSchedule";
|
|
1068
|
+
readonly outputs: readonly [];
|
|
1069
|
+
readonly stateMutability: "nonpayable";
|
|
1070
|
+
readonly type: "function";
|
|
1071
|
+
}, {
|
|
1072
|
+
readonly inputs: readonly [{
|
|
1073
|
+
readonly internalType: "contract DeflationaryToken";
|
|
1074
|
+
readonly name: "_nestedDeflationaryToken";
|
|
1075
|
+
readonly type: "address";
|
|
1076
|
+
}];
|
|
1077
|
+
readonly name: "setNestedDeflationaryToken";
|
|
1078
|
+
readonly outputs: readonly [];
|
|
1079
|
+
readonly stateMutability: "nonpayable";
|
|
1080
|
+
readonly type: "function";
|
|
1081
|
+
}, {
|
|
1082
|
+
readonly inputs: readonly [{
|
|
1083
|
+
readonly internalType: "address";
|
|
1084
|
+
readonly name: "parent";
|
|
1085
|
+
readonly type: "address";
|
|
1086
|
+
}];
|
|
1087
|
+
readonly name: "setParentDeflator";
|
|
1088
|
+
readonly outputs: readonly [];
|
|
1089
|
+
readonly stateMutability: "nonpayable";
|
|
1090
|
+
readonly type: "function";
|
|
1091
|
+
}, {
|
|
1092
|
+
readonly inputs: readonly [{
|
|
1093
|
+
readonly internalType: "string";
|
|
1094
|
+
readonly name: "newURI";
|
|
1095
|
+
readonly type: "string";
|
|
1096
|
+
}, {
|
|
1097
|
+
readonly internalType: "bytes32";
|
|
1098
|
+
readonly name: "newDocumentHash";
|
|
1099
|
+
readonly type: "bytes32";
|
|
1100
|
+
}];
|
|
1101
|
+
readonly name: "setScheduleMetadata";
|
|
1102
|
+
readonly outputs: readonly [];
|
|
1103
|
+
readonly stateMutability: "nonpayable";
|
|
1104
|
+
readonly type: "function";
|
|
1105
|
+
}, {
|
|
1106
|
+
readonly inputs: readonly [{
|
|
1107
|
+
readonly internalType: "string";
|
|
1108
|
+
readonly name: "newURI";
|
|
1109
|
+
readonly type: "string";
|
|
1110
|
+
}, {
|
|
1111
|
+
readonly internalType: "bytes32";
|
|
1112
|
+
readonly name: "newDocumentHash";
|
|
1113
|
+
readonly type: "bytes32";
|
|
1114
|
+
}];
|
|
1115
|
+
readonly name: "setTdcMetadata";
|
|
1116
|
+
readonly outputs: readonly [];
|
|
1117
|
+
readonly stateMutability: "nonpayable";
|
|
1118
|
+
readonly type: "function";
|
|
1119
|
+
}, {
|
|
1120
|
+
readonly inputs: readonly [{
|
|
1121
|
+
readonly internalType: "bytes4";
|
|
1122
|
+
readonly name: "interfaceId";
|
|
1123
|
+
readonly type: "bytes4";
|
|
1124
|
+
}];
|
|
1125
|
+
readonly name: "supportsInterface";
|
|
1126
|
+
readonly outputs: readonly [{
|
|
1127
|
+
readonly internalType: "bool";
|
|
1128
|
+
readonly name: "";
|
|
1129
|
+
readonly type: "bool";
|
|
1130
|
+
}];
|
|
1131
|
+
readonly stateMutability: "view";
|
|
1132
|
+
readonly type: "function";
|
|
35
1133
|
}, {
|
|
36
1134
|
readonly inputs: readonly [];
|
|
37
1135
|
readonly name: "symbol";
|
|
@@ -44,11 +1142,103 @@ export declare const MIRROR_TOKEN_ABI: readonly [{
|
|
|
44
1142
|
readonly type: "function";
|
|
45
1143
|
}, {
|
|
46
1144
|
readonly inputs: readonly [];
|
|
47
|
-
readonly name: "
|
|
1145
|
+
readonly name: "syncMyDeflation";
|
|
1146
|
+
readonly outputs: readonly [];
|
|
1147
|
+
readonly stateMutability: "nonpayable";
|
|
1148
|
+
readonly type: "function";
|
|
1149
|
+
}, {
|
|
1150
|
+
readonly inputs: readonly [{
|
|
1151
|
+
readonly internalType: "address";
|
|
1152
|
+
readonly name: "";
|
|
1153
|
+
readonly type: "address";
|
|
1154
|
+
}];
|
|
1155
|
+
readonly name: "syncedCheckpoints";
|
|
48
1156
|
readonly outputs: readonly [{
|
|
49
|
-
readonly internalType: "
|
|
1157
|
+
readonly internalType: "uint256";
|
|
50
1158
|
readonly name: "";
|
|
51
|
-
readonly type: "
|
|
1159
|
+
readonly type: "uint256";
|
|
1160
|
+
}];
|
|
1161
|
+
readonly stateMutability: "view";
|
|
1162
|
+
readonly type: "function";
|
|
1163
|
+
}, {
|
|
1164
|
+
readonly inputs: readonly [{
|
|
1165
|
+
readonly internalType: "address";
|
|
1166
|
+
readonly name: "";
|
|
1167
|
+
readonly type: "address";
|
|
1168
|
+
}];
|
|
1169
|
+
readonly name: "syncedDeflatedAmounts";
|
|
1170
|
+
readonly outputs: readonly [{
|
|
1171
|
+
readonly internalType: "uint256";
|
|
1172
|
+
readonly name: "";
|
|
1173
|
+
readonly type: "uint256";
|
|
1174
|
+
}];
|
|
1175
|
+
readonly stateMutability: "view";
|
|
1176
|
+
readonly type: "function";
|
|
1177
|
+
}, {
|
|
1178
|
+
readonly inputs: readonly [];
|
|
1179
|
+
readonly name: "tdcDocumentHash";
|
|
1180
|
+
readonly outputs: readonly [{
|
|
1181
|
+
readonly internalType: "bytes32";
|
|
1182
|
+
readonly name: "";
|
|
1183
|
+
readonly type: "bytes32";
|
|
1184
|
+
}];
|
|
1185
|
+
readonly stateMutability: "view";
|
|
1186
|
+
readonly type: "function";
|
|
1187
|
+
}, {
|
|
1188
|
+
readonly inputs: readonly [];
|
|
1189
|
+
readonly name: "tdcURI";
|
|
1190
|
+
readonly outputs: readonly [{
|
|
1191
|
+
readonly internalType: "string";
|
|
1192
|
+
readonly name: "";
|
|
1193
|
+
readonly type: "string";
|
|
1194
|
+
}];
|
|
1195
|
+
readonly stateMutability: "view";
|
|
1196
|
+
readonly type: "function";
|
|
1197
|
+
}, {
|
|
1198
|
+
readonly inputs: readonly [];
|
|
1199
|
+
readonly name: "totalAmount";
|
|
1200
|
+
readonly outputs: readonly [{
|
|
1201
|
+
readonly internalType: "uint256";
|
|
1202
|
+
readonly name: "";
|
|
1203
|
+
readonly type: "uint256";
|
|
1204
|
+
}];
|
|
1205
|
+
readonly stateMutability: "view";
|
|
1206
|
+
readonly type: "function";
|
|
1207
|
+
}, {
|
|
1208
|
+
readonly inputs: readonly [];
|
|
1209
|
+
readonly name: "totalDeflatedAmount";
|
|
1210
|
+
readonly outputs: readonly [{
|
|
1211
|
+
readonly internalType: "uint256";
|
|
1212
|
+
readonly name: "";
|
|
1213
|
+
readonly type: "uint256";
|
|
1214
|
+
}];
|
|
1215
|
+
readonly stateMutability: "view";
|
|
1216
|
+
readonly type: "function";
|
|
1217
|
+
}, {
|
|
1218
|
+
readonly inputs: readonly [{
|
|
1219
|
+
readonly internalType: "uint256";
|
|
1220
|
+
readonly name: "";
|
|
1221
|
+
readonly type: "uint256";
|
|
1222
|
+
}];
|
|
1223
|
+
readonly name: "totalDeflatedAmountsAtCheckpoint";
|
|
1224
|
+
readonly outputs: readonly [{
|
|
1225
|
+
readonly internalType: "uint256";
|
|
1226
|
+
readonly name: "";
|
|
1227
|
+
readonly type: "uint256";
|
|
1228
|
+
}];
|
|
1229
|
+
readonly stateMutability: "view";
|
|
1230
|
+
readonly type: "function";
|
|
1231
|
+
}, {
|
|
1232
|
+
readonly inputs: readonly [{
|
|
1233
|
+
readonly internalType: "uint256";
|
|
1234
|
+
readonly name: "";
|
|
1235
|
+
readonly type: "uint256";
|
|
1236
|
+
}];
|
|
1237
|
+
readonly name: "totalSuppliesBeforeCheckpoint";
|
|
1238
|
+
readonly outputs: readonly [{
|
|
1239
|
+
readonly internalType: "uint256";
|
|
1240
|
+
readonly name: "";
|
|
1241
|
+
readonly type: "uint256";
|
|
52
1242
|
}];
|
|
53
1243
|
readonly stateMutability: "view";
|
|
54
1244
|
readonly type: "function";
|
|
@@ -62,19 +1252,65 @@ export declare const MIRROR_TOKEN_ABI: readonly [{
|
|
|
62
1252
|
}];
|
|
63
1253
|
readonly stateMutability: "view";
|
|
64
1254
|
readonly type: "function";
|
|
1255
|
+
}, {
|
|
1256
|
+
readonly inputs: readonly [];
|
|
1257
|
+
readonly name: "totalSyncedDeflatedAmount";
|
|
1258
|
+
readonly outputs: readonly [{
|
|
1259
|
+
readonly internalType: "uint256";
|
|
1260
|
+
readonly name: "";
|
|
1261
|
+
readonly type: "uint256";
|
|
1262
|
+
}];
|
|
1263
|
+
readonly stateMutability: "view";
|
|
1264
|
+
readonly type: "function";
|
|
65
1265
|
}, {
|
|
66
1266
|
readonly inputs: readonly [{
|
|
67
1267
|
readonly internalType: "address";
|
|
68
|
-
readonly name: "
|
|
1268
|
+
readonly name: "to";
|
|
69
1269
|
readonly type: "address";
|
|
1270
|
+
}, {
|
|
1271
|
+
readonly internalType: "uint256";
|
|
1272
|
+
readonly name: "value";
|
|
1273
|
+
readonly type: "uint256";
|
|
70
1274
|
}];
|
|
71
|
-
readonly name: "
|
|
1275
|
+
readonly name: "transfer";
|
|
72
1276
|
readonly outputs: readonly [{
|
|
73
|
-
readonly internalType: "
|
|
1277
|
+
readonly internalType: "bool";
|
|
74
1278
|
readonly name: "";
|
|
1279
|
+
readonly type: "bool";
|
|
1280
|
+
}];
|
|
1281
|
+
readonly stateMutability: "nonpayable";
|
|
1282
|
+
readonly type: "function";
|
|
1283
|
+
}, {
|
|
1284
|
+
readonly inputs: readonly [{
|
|
1285
|
+
readonly internalType: "address";
|
|
1286
|
+
readonly name: "from";
|
|
1287
|
+
readonly type: "address";
|
|
1288
|
+
}, {
|
|
1289
|
+
readonly internalType: "address";
|
|
1290
|
+
readonly name: "to";
|
|
1291
|
+
readonly type: "address";
|
|
1292
|
+
}, {
|
|
1293
|
+
readonly internalType: "uint256";
|
|
1294
|
+
readonly name: "value";
|
|
75
1295
|
readonly type: "uint256";
|
|
76
1296
|
}];
|
|
77
|
-
readonly
|
|
1297
|
+
readonly name: "transferFrom";
|
|
1298
|
+
readonly outputs: readonly [{
|
|
1299
|
+
readonly internalType: "bool";
|
|
1300
|
+
readonly name: "";
|
|
1301
|
+
readonly type: "bool";
|
|
1302
|
+
}];
|
|
1303
|
+
readonly stateMutability: "nonpayable";
|
|
1304
|
+
readonly type: "function";
|
|
1305
|
+
}, {
|
|
1306
|
+
readonly inputs: readonly [{
|
|
1307
|
+
readonly internalType: "address";
|
|
1308
|
+
readonly name: "newOwner";
|
|
1309
|
+
readonly type: "address";
|
|
1310
|
+
}];
|
|
1311
|
+
readonly name: "transferOwnership";
|
|
1312
|
+
readonly outputs: readonly [];
|
|
1313
|
+
readonly stateMutability: "nonpayable";
|
|
78
1314
|
readonly type: "function";
|
|
79
1315
|
}];
|
|
80
1316
|
//# sourceMappingURL=mirror-token-abi.d.ts.map
|