@argonprotocol/testing 1.4.3-dev.7c826893 → 1.4.3-dev.84ec7257
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/lib/ethereum-contracts/ArgonToken.json +671 -0
- package/lib/ethereum-contracts/ArgonotToken.json +671 -0
- package/lib/ethereum-contracts/MintingGateway.json +566 -0
- package/lib/ethereum-contracts/ProxyAdmin.json +135 -0
- package/lib/ethereum-contracts/TransparentUpgradeableProxy.json +131 -0
- package/lib/index.cjs +474 -11
- package/lib/index.cjs.map +1 -1
- package/lib/index.d.cts +53 -1
- package/lib/index.d.ts +53 -1
- package/lib/index.js +473 -11
- package/lib/index.js.map +1 -1
- package/package.json +5 -5
|
@@ -0,0 +1,671 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_format": "hh3-artifact-1",
|
|
3
|
+
"contractName": "ArgonToken",
|
|
4
|
+
"sourceName": "contracts/ArgonToken.sol",
|
|
5
|
+
"abi": [
|
|
6
|
+
{
|
|
7
|
+
"inputs": [
|
|
8
|
+
{
|
|
9
|
+
"internalType": "address",
|
|
10
|
+
"name": "gateway",
|
|
11
|
+
"type": "address"
|
|
12
|
+
}
|
|
13
|
+
],
|
|
14
|
+
"stateMutability": "nonpayable",
|
|
15
|
+
"type": "constructor"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"inputs": [],
|
|
19
|
+
"name": "ECDSAInvalidSignature",
|
|
20
|
+
"type": "error"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"inputs": [
|
|
24
|
+
{
|
|
25
|
+
"internalType": "uint256",
|
|
26
|
+
"name": "length",
|
|
27
|
+
"type": "uint256"
|
|
28
|
+
}
|
|
29
|
+
],
|
|
30
|
+
"name": "ECDSAInvalidSignatureLength",
|
|
31
|
+
"type": "error"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"inputs": [
|
|
35
|
+
{
|
|
36
|
+
"internalType": "bytes32",
|
|
37
|
+
"name": "s",
|
|
38
|
+
"type": "bytes32"
|
|
39
|
+
}
|
|
40
|
+
],
|
|
41
|
+
"name": "ECDSAInvalidSignatureS",
|
|
42
|
+
"type": "error"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"inputs": [
|
|
46
|
+
{
|
|
47
|
+
"internalType": "address",
|
|
48
|
+
"name": "spender",
|
|
49
|
+
"type": "address"
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"internalType": "uint256",
|
|
53
|
+
"name": "allowance",
|
|
54
|
+
"type": "uint256"
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"internalType": "uint256",
|
|
58
|
+
"name": "needed",
|
|
59
|
+
"type": "uint256"
|
|
60
|
+
}
|
|
61
|
+
],
|
|
62
|
+
"name": "ERC20InsufficientAllowance",
|
|
63
|
+
"type": "error"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"inputs": [
|
|
67
|
+
{
|
|
68
|
+
"internalType": "address",
|
|
69
|
+
"name": "sender",
|
|
70
|
+
"type": "address"
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"internalType": "uint256",
|
|
74
|
+
"name": "balance",
|
|
75
|
+
"type": "uint256"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"internalType": "uint256",
|
|
79
|
+
"name": "needed",
|
|
80
|
+
"type": "uint256"
|
|
81
|
+
}
|
|
82
|
+
],
|
|
83
|
+
"name": "ERC20InsufficientBalance",
|
|
84
|
+
"type": "error"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"inputs": [
|
|
88
|
+
{
|
|
89
|
+
"internalType": "address",
|
|
90
|
+
"name": "approver",
|
|
91
|
+
"type": "address"
|
|
92
|
+
}
|
|
93
|
+
],
|
|
94
|
+
"name": "ERC20InvalidApprover",
|
|
95
|
+
"type": "error"
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"inputs": [
|
|
99
|
+
{
|
|
100
|
+
"internalType": "address",
|
|
101
|
+
"name": "receiver",
|
|
102
|
+
"type": "address"
|
|
103
|
+
}
|
|
104
|
+
],
|
|
105
|
+
"name": "ERC20InvalidReceiver",
|
|
106
|
+
"type": "error"
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"inputs": [
|
|
110
|
+
{
|
|
111
|
+
"internalType": "address",
|
|
112
|
+
"name": "sender",
|
|
113
|
+
"type": "address"
|
|
114
|
+
}
|
|
115
|
+
],
|
|
116
|
+
"name": "ERC20InvalidSender",
|
|
117
|
+
"type": "error"
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"inputs": [
|
|
121
|
+
{
|
|
122
|
+
"internalType": "address",
|
|
123
|
+
"name": "spender",
|
|
124
|
+
"type": "address"
|
|
125
|
+
}
|
|
126
|
+
],
|
|
127
|
+
"name": "ERC20InvalidSpender",
|
|
128
|
+
"type": "error"
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"inputs": [
|
|
132
|
+
{
|
|
133
|
+
"internalType": "uint256",
|
|
134
|
+
"name": "deadline",
|
|
135
|
+
"type": "uint256"
|
|
136
|
+
}
|
|
137
|
+
],
|
|
138
|
+
"name": "ERC2612ExpiredSignature",
|
|
139
|
+
"type": "error"
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"inputs": [
|
|
143
|
+
{
|
|
144
|
+
"internalType": "address",
|
|
145
|
+
"name": "signer",
|
|
146
|
+
"type": "address"
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"internalType": "address",
|
|
150
|
+
"name": "owner",
|
|
151
|
+
"type": "address"
|
|
152
|
+
}
|
|
153
|
+
],
|
|
154
|
+
"name": "ERC2612InvalidSigner",
|
|
155
|
+
"type": "error"
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"inputs": [
|
|
159
|
+
{
|
|
160
|
+
"internalType": "address",
|
|
161
|
+
"name": "account",
|
|
162
|
+
"type": "address"
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"internalType": "uint256",
|
|
166
|
+
"name": "currentNonce",
|
|
167
|
+
"type": "uint256"
|
|
168
|
+
}
|
|
169
|
+
],
|
|
170
|
+
"name": "InvalidAccountNonce",
|
|
171
|
+
"type": "error"
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"inputs": [
|
|
175
|
+
{
|
|
176
|
+
"internalType": "address",
|
|
177
|
+
"name": "gateway",
|
|
178
|
+
"type": "address"
|
|
179
|
+
}
|
|
180
|
+
],
|
|
181
|
+
"name": "InvalidGateway",
|
|
182
|
+
"type": "error"
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"inputs": [],
|
|
186
|
+
"name": "InvalidShortString",
|
|
187
|
+
"type": "error"
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"inputs": [
|
|
191
|
+
{
|
|
192
|
+
"internalType": "address",
|
|
193
|
+
"name": "caller",
|
|
194
|
+
"type": "address"
|
|
195
|
+
}
|
|
196
|
+
],
|
|
197
|
+
"name": "OnlyGateway",
|
|
198
|
+
"type": "error"
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"inputs": [
|
|
202
|
+
{
|
|
203
|
+
"internalType": "string",
|
|
204
|
+
"name": "str",
|
|
205
|
+
"type": "string"
|
|
206
|
+
}
|
|
207
|
+
],
|
|
208
|
+
"name": "StringTooLong",
|
|
209
|
+
"type": "error"
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
"anonymous": false,
|
|
213
|
+
"inputs": [
|
|
214
|
+
{
|
|
215
|
+
"indexed": true,
|
|
216
|
+
"internalType": "address",
|
|
217
|
+
"name": "owner",
|
|
218
|
+
"type": "address"
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
"indexed": true,
|
|
222
|
+
"internalType": "address",
|
|
223
|
+
"name": "spender",
|
|
224
|
+
"type": "address"
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"indexed": false,
|
|
228
|
+
"internalType": "uint256",
|
|
229
|
+
"name": "value",
|
|
230
|
+
"type": "uint256"
|
|
231
|
+
}
|
|
232
|
+
],
|
|
233
|
+
"name": "Approval",
|
|
234
|
+
"type": "event"
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"anonymous": false,
|
|
238
|
+
"inputs": [],
|
|
239
|
+
"name": "EIP712DomainChanged",
|
|
240
|
+
"type": "event"
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"anonymous": false,
|
|
244
|
+
"inputs": [
|
|
245
|
+
{
|
|
246
|
+
"indexed": true,
|
|
247
|
+
"internalType": "address",
|
|
248
|
+
"name": "from",
|
|
249
|
+
"type": "address"
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
"indexed": true,
|
|
253
|
+
"internalType": "address",
|
|
254
|
+
"name": "to",
|
|
255
|
+
"type": "address"
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
"indexed": false,
|
|
259
|
+
"internalType": "uint256",
|
|
260
|
+
"name": "value",
|
|
261
|
+
"type": "uint256"
|
|
262
|
+
}
|
|
263
|
+
],
|
|
264
|
+
"name": "Transfer",
|
|
265
|
+
"type": "event"
|
|
266
|
+
},
|
|
267
|
+
{
|
|
268
|
+
"inputs": [],
|
|
269
|
+
"name": "DOMAIN_SEPARATOR",
|
|
270
|
+
"outputs": [
|
|
271
|
+
{
|
|
272
|
+
"internalType": "bytes32",
|
|
273
|
+
"name": "",
|
|
274
|
+
"type": "bytes32"
|
|
275
|
+
}
|
|
276
|
+
],
|
|
277
|
+
"stateMutability": "view",
|
|
278
|
+
"type": "function"
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
"inputs": [
|
|
282
|
+
{
|
|
283
|
+
"internalType": "address",
|
|
284
|
+
"name": "owner",
|
|
285
|
+
"type": "address"
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
"internalType": "address",
|
|
289
|
+
"name": "spender",
|
|
290
|
+
"type": "address"
|
|
291
|
+
}
|
|
292
|
+
],
|
|
293
|
+
"name": "allowance",
|
|
294
|
+
"outputs": [
|
|
295
|
+
{
|
|
296
|
+
"internalType": "uint256",
|
|
297
|
+
"name": "",
|
|
298
|
+
"type": "uint256"
|
|
299
|
+
}
|
|
300
|
+
],
|
|
301
|
+
"stateMutability": "view",
|
|
302
|
+
"type": "function"
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"inputs": [
|
|
306
|
+
{
|
|
307
|
+
"internalType": "address",
|
|
308
|
+
"name": "spender",
|
|
309
|
+
"type": "address"
|
|
310
|
+
},
|
|
311
|
+
{
|
|
312
|
+
"internalType": "uint256",
|
|
313
|
+
"name": "value",
|
|
314
|
+
"type": "uint256"
|
|
315
|
+
}
|
|
316
|
+
],
|
|
317
|
+
"name": "approve",
|
|
318
|
+
"outputs": [
|
|
319
|
+
{
|
|
320
|
+
"internalType": "bool",
|
|
321
|
+
"name": "",
|
|
322
|
+
"type": "bool"
|
|
323
|
+
}
|
|
324
|
+
],
|
|
325
|
+
"stateMutability": "nonpayable",
|
|
326
|
+
"type": "function"
|
|
327
|
+
},
|
|
328
|
+
{
|
|
329
|
+
"inputs": [
|
|
330
|
+
{
|
|
331
|
+
"internalType": "address",
|
|
332
|
+
"name": "account",
|
|
333
|
+
"type": "address"
|
|
334
|
+
}
|
|
335
|
+
],
|
|
336
|
+
"name": "balanceOf",
|
|
337
|
+
"outputs": [
|
|
338
|
+
{
|
|
339
|
+
"internalType": "uint256",
|
|
340
|
+
"name": "",
|
|
341
|
+
"type": "uint256"
|
|
342
|
+
}
|
|
343
|
+
],
|
|
344
|
+
"stateMutability": "view",
|
|
345
|
+
"type": "function"
|
|
346
|
+
},
|
|
347
|
+
{
|
|
348
|
+
"inputs": [
|
|
349
|
+
{
|
|
350
|
+
"internalType": "address",
|
|
351
|
+
"name": "account",
|
|
352
|
+
"type": "address"
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
"internalType": "uint256",
|
|
356
|
+
"name": "amount",
|
|
357
|
+
"type": "uint256"
|
|
358
|
+
}
|
|
359
|
+
],
|
|
360
|
+
"name": "burnFrom",
|
|
361
|
+
"outputs": [],
|
|
362
|
+
"stateMutability": "nonpayable",
|
|
363
|
+
"type": "function"
|
|
364
|
+
},
|
|
365
|
+
{
|
|
366
|
+
"inputs": [],
|
|
367
|
+
"name": "decimals",
|
|
368
|
+
"outputs": [
|
|
369
|
+
{
|
|
370
|
+
"internalType": "uint8",
|
|
371
|
+
"name": "",
|
|
372
|
+
"type": "uint8"
|
|
373
|
+
}
|
|
374
|
+
],
|
|
375
|
+
"stateMutability": "view",
|
|
376
|
+
"type": "function"
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
"inputs": [],
|
|
380
|
+
"name": "eip712Domain",
|
|
381
|
+
"outputs": [
|
|
382
|
+
{
|
|
383
|
+
"internalType": "bytes1",
|
|
384
|
+
"name": "fields",
|
|
385
|
+
"type": "bytes1"
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
"internalType": "string",
|
|
389
|
+
"name": "name",
|
|
390
|
+
"type": "string"
|
|
391
|
+
},
|
|
392
|
+
{
|
|
393
|
+
"internalType": "string",
|
|
394
|
+
"name": "version",
|
|
395
|
+
"type": "string"
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
"internalType": "uint256",
|
|
399
|
+
"name": "chainId",
|
|
400
|
+
"type": "uint256"
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
"internalType": "address",
|
|
404
|
+
"name": "verifyingContract",
|
|
405
|
+
"type": "address"
|
|
406
|
+
},
|
|
407
|
+
{
|
|
408
|
+
"internalType": "bytes32",
|
|
409
|
+
"name": "salt",
|
|
410
|
+
"type": "bytes32"
|
|
411
|
+
},
|
|
412
|
+
{
|
|
413
|
+
"internalType": "uint256[]",
|
|
414
|
+
"name": "extensions",
|
|
415
|
+
"type": "uint256[]"
|
|
416
|
+
}
|
|
417
|
+
],
|
|
418
|
+
"stateMutability": "view",
|
|
419
|
+
"type": "function"
|
|
420
|
+
},
|
|
421
|
+
{
|
|
422
|
+
"inputs": [],
|
|
423
|
+
"name": "gateway",
|
|
424
|
+
"outputs": [
|
|
425
|
+
{
|
|
426
|
+
"internalType": "address",
|
|
427
|
+
"name": "",
|
|
428
|
+
"type": "address"
|
|
429
|
+
}
|
|
430
|
+
],
|
|
431
|
+
"stateMutability": "view",
|
|
432
|
+
"type": "function"
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
"inputs": [
|
|
436
|
+
{
|
|
437
|
+
"internalType": "address",
|
|
438
|
+
"name": "to",
|
|
439
|
+
"type": "address"
|
|
440
|
+
},
|
|
441
|
+
{
|
|
442
|
+
"internalType": "uint256",
|
|
443
|
+
"name": "amount",
|
|
444
|
+
"type": "uint256"
|
|
445
|
+
}
|
|
446
|
+
],
|
|
447
|
+
"name": "mint",
|
|
448
|
+
"outputs": [],
|
|
449
|
+
"stateMutability": "nonpayable",
|
|
450
|
+
"type": "function"
|
|
451
|
+
},
|
|
452
|
+
{
|
|
453
|
+
"inputs": [],
|
|
454
|
+
"name": "name",
|
|
455
|
+
"outputs": [
|
|
456
|
+
{
|
|
457
|
+
"internalType": "string",
|
|
458
|
+
"name": "",
|
|
459
|
+
"type": "string"
|
|
460
|
+
}
|
|
461
|
+
],
|
|
462
|
+
"stateMutability": "view",
|
|
463
|
+
"type": "function"
|
|
464
|
+
},
|
|
465
|
+
{
|
|
466
|
+
"inputs": [
|
|
467
|
+
{
|
|
468
|
+
"internalType": "address",
|
|
469
|
+
"name": "owner",
|
|
470
|
+
"type": "address"
|
|
471
|
+
}
|
|
472
|
+
],
|
|
473
|
+
"name": "nonces",
|
|
474
|
+
"outputs": [
|
|
475
|
+
{
|
|
476
|
+
"internalType": "uint256",
|
|
477
|
+
"name": "",
|
|
478
|
+
"type": "uint256"
|
|
479
|
+
}
|
|
480
|
+
],
|
|
481
|
+
"stateMutability": "view",
|
|
482
|
+
"type": "function"
|
|
483
|
+
},
|
|
484
|
+
{
|
|
485
|
+
"inputs": [
|
|
486
|
+
{
|
|
487
|
+
"internalType": "address",
|
|
488
|
+
"name": "owner",
|
|
489
|
+
"type": "address"
|
|
490
|
+
},
|
|
491
|
+
{
|
|
492
|
+
"internalType": "address",
|
|
493
|
+
"name": "spender",
|
|
494
|
+
"type": "address"
|
|
495
|
+
},
|
|
496
|
+
{
|
|
497
|
+
"internalType": "uint256",
|
|
498
|
+
"name": "value",
|
|
499
|
+
"type": "uint256"
|
|
500
|
+
},
|
|
501
|
+
{
|
|
502
|
+
"internalType": "uint256",
|
|
503
|
+
"name": "deadline",
|
|
504
|
+
"type": "uint256"
|
|
505
|
+
},
|
|
506
|
+
{
|
|
507
|
+
"internalType": "uint8",
|
|
508
|
+
"name": "v",
|
|
509
|
+
"type": "uint8"
|
|
510
|
+
},
|
|
511
|
+
{
|
|
512
|
+
"internalType": "bytes32",
|
|
513
|
+
"name": "r",
|
|
514
|
+
"type": "bytes32"
|
|
515
|
+
},
|
|
516
|
+
{
|
|
517
|
+
"internalType": "bytes32",
|
|
518
|
+
"name": "s",
|
|
519
|
+
"type": "bytes32"
|
|
520
|
+
}
|
|
521
|
+
],
|
|
522
|
+
"name": "permit",
|
|
523
|
+
"outputs": [],
|
|
524
|
+
"stateMutability": "nonpayable",
|
|
525
|
+
"type": "function"
|
|
526
|
+
},
|
|
527
|
+
{
|
|
528
|
+
"inputs": [],
|
|
529
|
+
"name": "symbol",
|
|
530
|
+
"outputs": [
|
|
531
|
+
{
|
|
532
|
+
"internalType": "string",
|
|
533
|
+
"name": "",
|
|
534
|
+
"type": "string"
|
|
535
|
+
}
|
|
536
|
+
],
|
|
537
|
+
"stateMutability": "view",
|
|
538
|
+
"type": "function"
|
|
539
|
+
},
|
|
540
|
+
{
|
|
541
|
+
"inputs": [],
|
|
542
|
+
"name": "totalSupply",
|
|
543
|
+
"outputs": [
|
|
544
|
+
{
|
|
545
|
+
"internalType": "uint256",
|
|
546
|
+
"name": "",
|
|
547
|
+
"type": "uint256"
|
|
548
|
+
}
|
|
549
|
+
],
|
|
550
|
+
"stateMutability": "view",
|
|
551
|
+
"type": "function"
|
|
552
|
+
},
|
|
553
|
+
{
|
|
554
|
+
"inputs": [
|
|
555
|
+
{
|
|
556
|
+
"internalType": "address",
|
|
557
|
+
"name": "to",
|
|
558
|
+
"type": "address"
|
|
559
|
+
},
|
|
560
|
+
{
|
|
561
|
+
"internalType": "uint256",
|
|
562
|
+
"name": "value",
|
|
563
|
+
"type": "uint256"
|
|
564
|
+
}
|
|
565
|
+
],
|
|
566
|
+
"name": "transfer",
|
|
567
|
+
"outputs": [
|
|
568
|
+
{
|
|
569
|
+
"internalType": "bool",
|
|
570
|
+
"name": "",
|
|
571
|
+
"type": "bool"
|
|
572
|
+
}
|
|
573
|
+
],
|
|
574
|
+
"stateMutability": "nonpayable",
|
|
575
|
+
"type": "function"
|
|
576
|
+
},
|
|
577
|
+
{
|
|
578
|
+
"inputs": [
|
|
579
|
+
{
|
|
580
|
+
"internalType": "address",
|
|
581
|
+
"name": "from",
|
|
582
|
+
"type": "address"
|
|
583
|
+
},
|
|
584
|
+
{
|
|
585
|
+
"internalType": "address",
|
|
586
|
+
"name": "to",
|
|
587
|
+
"type": "address"
|
|
588
|
+
},
|
|
589
|
+
{
|
|
590
|
+
"internalType": "uint256",
|
|
591
|
+
"name": "value",
|
|
592
|
+
"type": "uint256"
|
|
593
|
+
}
|
|
594
|
+
],
|
|
595
|
+
"name": "transferFrom",
|
|
596
|
+
"outputs": [
|
|
597
|
+
{
|
|
598
|
+
"internalType": "bool",
|
|
599
|
+
"name": "",
|
|
600
|
+
"type": "bool"
|
|
601
|
+
}
|
|
602
|
+
],
|
|
603
|
+
"stateMutability": "nonpayable",
|
|
604
|
+
"type": "function"
|
|
605
|
+
}
|
|
606
|
+
],
|
|
607
|
+
"bytecode": "0x61018060405234801562000011575f80fd5b506040516200151d3803806200151d833981016040819052620000349162000246565b6040518060400160405280600581526020016420b933b7b760d91b8152506040518060400160405280600481526020016320a923a760e11b815250828280604051806040016040528060018152602001603160f81b815250858581600390816200009f919062000313565b506004620000ae828262000313565b50620000c091508390506005620001cc565b61012052620000d1816006620001cc565b61014052815160208084019190912060e052815190820120610100524660a0526200015e60e05161010051604080517f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f60208201529081019290925260608201524660808201523060a08201525f9060c00160405160208183030381529060405280519060200120905090565b60805250503060c052506001600160a01b03811615806200018757506001600160a01b0381163b155b15620001b557604051628ecbc360e51b81526001600160a01b03821660048201526024015b60405180910390fd5b6001600160a01b0316610160525062000451915050565b5f602083511015620001eb57620001e38362000204565b9050620001fe565b81620001f8848262000313565b5060ff90505b92915050565b5f80829050601f8151111562000231578260405163305a27a960e01b8152600401620001ac9190620003df565b80516200023e826200042d565b179392505050565b5f6020828403121562000257575f80fd5b81516001600160a01b03811681146200026e575f80fd5b9392505050565b634e487b7160e01b5f52604160045260245ffd5b600181811c908216806200029e57607f821691505b602082108103620002bd57634e487b7160e01b5f52602260045260245ffd5b50919050565b601f8211156200030e57805f5260205f20601f840160051c81016020851015620002ea5750805b601f840160051c820191505b818110156200030b575f8155600101620002f6565b50505b505050565b81516001600160401b038111156200032f576200032f62000275565b620003478162000340845462000289565b84620002c3565b602080601f8311600181146200037d575f8415620003655750858301515b5f19600386901b1c1916600185901b178555620003d7565b5f85815260208120601f198616915b82811015620003ad578886015182559484019460019091019084016200038c565b5085821015620003cb57878501515f19600388901b60f8161c191681555b505060018460011b0185555b505050505050565b5f602080835283518060208501525f5b818110156200040d57858101830151858201604001528201620003ef565b505f604082860101526040601f19601f8301168501019250505092915050565b80516020808301519190811015620002bd575f1960209190910360031b1b16919050565b60805160a05160c05160e05161010051610120516101405161016051611062620004bb5f395f81816101450152818161038401526103e201525f61089801525f61086b01525f6107ac01525f61078401525f6106df01525f61070901525f61073301526110625ff3fe608060405234801561000f575f80fd5b50600436106100fb575f3560e01c806370a082311161009357806395d89b411161006357806395d89b4114610239578063a9059cbb14610241578063d505accf14610254578063dd62ed3e14610267575f80fd5b806370a08231146101d057806379cc6790146101f85780637ecebe001461020b57806384b0196e1461021e575f80fd5b806323b872dd116100ce57806323b872dd14610191578063313ce567146101a45780633644e515146101b357806340c10f19146101bb575f80fd5b806306fdde03146100ff578063095ea7b31461011d578063116191b61461014057806318160ddd1461017f575b5f80fd5b61010761029f565b6040516101149190610dde565b60405180910390f35b61013061012b366004610e12565b61032f565b6040519015158152602001610114565b6101677f000000000000000000000000000000000000000000000000000000000000000081565b6040516001600160a01b039091168152602001610114565b6002545b604051908152602001610114565b61013061019f366004610e3a565b610348565b60405160128152602001610114565b61018361036b565b6101ce6101c9366004610e12565b610379565b005b6101836101de366004610e73565b6001600160a01b03165f9081526020819052604090205490565b6101ce610206366004610e12565b6103d7565b610183610219366004610e73565b610437565b610226610454565b6040516101149796959493929190610e8c565b610107610496565b61013061024f366004610e12565b6104a5565b6101ce610262366004610f23565b6104b2565b610183610275366004610f90565b6001600160a01b039182165f90815260016020908152604080832093909416825291909152205490565b6060600380546102ae90610fc1565b80601f01602080910402602001604051908101604052809291908181526020018280546102da90610fc1565b80156103255780601f106102fc57610100808354040283529160200191610325565b820191905f5260205f20905b81548152906001019060200180831161030857829003601f168201915b5050505050905090565b5f3361033c8185856105e8565b60019150505b92915050565b5f336103558582856105fa565b610360858585610676565b506001949350505050565b5f6103746106d3565b905090565b336001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016146103c957604051634ca65edb60e11b81523360048201526024015b60405180910390fd5b6103d382826107fc565b5050565b336001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000161461042257604051634ca65edb60e11b81523360048201526024016103c0565b61042d8233836105fa565b6103d38282610830565b6001600160a01b0381165f90815260076020526040812054610342565b5f6060805f805f6060610465610864565b61046d610891565b604080515f80825260208201909252600f60f81b9b939a50919850469750309650945092509050565b6060600480546102ae90610fc1565b5f3361033c818585610676565b834211156104d65760405163313c898160e11b8152600481018590526024016103c0565b5f7f6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c98888886105218c6001600160a01b03165f90815260076020526040902080546001810190915590565b6040805160208101969096526001600160a01b0394851690860152929091166060840152608083015260a082015260c0810186905260e0016040516020818303038152906040528051906020012090505f61057b826108be565b90505f61058a828787876108ea565b9050896001600160a01b0316816001600160a01b0316146105d1576040516325c0072360e11b81526001600160a01b0380831660048301528b1660248201526044016103c0565b6105dc8a8a8a6105e8565b50505050505050505050565b6105f58383836001610916565b505050565b6001600160a01b038381165f908152600160209081526040808320938616835292905220545f19811015610670578181101561066257604051637dc7a0d960e11b81526001600160a01b038416600482015260248101829052604481018390526064016103c0565b61067084848484035f610916565b50505050565b6001600160a01b03831661069f57604051634b637e8f60e11b81525f60048201526024016103c0565b6001600160a01b0382166106c85760405163ec442f0560e01b81525f60048201526024016103c0565b6105f58383836109e8565b5f306001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001614801561072b57507f000000000000000000000000000000000000000000000000000000000000000046145b1561075557507f000000000000000000000000000000000000000000000000000000000000000090565b610374604080517f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f60208201527f0000000000000000000000000000000000000000000000000000000000000000918101919091527f000000000000000000000000000000000000000000000000000000000000000060608201524660808201523060a08201525f9060c00160405160208183030381529060405280519060200120905090565b6001600160a01b0382166108255760405163ec442f0560e01b81525f60048201526024016103c0565b6103d35f83836109e8565b6001600160a01b03821661085957604051634b637e8f60e11b81525f60048201526024016103c0565b6103d3825f836109e8565b60606103747f00000000000000000000000000000000000000000000000000000000000000006005610b0e565b60606103747f00000000000000000000000000000000000000000000000000000000000000006006610b0e565b5f6103426108ca6106d3565b8360405161190160f01b8152600281019290925260228201526042902090565b5f805f806108fa88888888610bb7565b92509250925061090a8282610c7f565b50909695505050505050565b6001600160a01b03841661093f5760405163e602df0560e01b81525f60048201526024016103c0565b6001600160a01b03831661096857604051634a1406b160e11b81525f60048201526024016103c0565b6001600160a01b038085165f908152600160209081526040808320938716835292905220829055801561067057826001600160a01b0316846001600160a01b03167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925846040516109da91815260200190565b60405180910390a350505050565b6001600160a01b038316610a12578060025f828254610a079190610ff9565b90915550610a829050565b6001600160a01b0383165f9081526020819052604090205481811015610a645760405163391434e360e21b81526001600160a01b038516600482015260248101829052604481018390526064016103c0565b6001600160a01b0384165f9081526020819052604090209082900390555b6001600160a01b038216610a9e57600280548290039055610abc565b6001600160a01b0382165f9081526020819052604090208054820190555b816001600160a01b0316836001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef83604051610b0191815260200190565b60405180910390a3505050565b606060ff8314610b2857610b2183610d37565b9050610342565b818054610b3490610fc1565b80601f0160208091040260200160405190810160405280929190818152602001828054610b6090610fc1565b8015610bab5780601f10610b8257610100808354040283529160200191610bab565b820191905f5260205f20905b815481529060010190602001808311610b8e57829003601f168201915b50505050509050610342565b5f80807f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a0841115610bf057505f91506003905082610c75565b604080515f808252602082018084528a905260ff891692820192909252606081018790526080810186905260019060a0016020604051602081039080840390855afa158015610c41573d5f803e3d5ffd5b5050604051601f1901519150506001600160a01b038116610c6c57505f925060019150829050610c75565b92505f91508190505b9450945094915050565b5f826003811115610c9257610c92611018565b03610c9b575050565b6001826003811115610caf57610caf611018565b03610ccd5760405163f645eedf60e01b815260040160405180910390fd5b6002826003811115610ce157610ce1611018565b03610d025760405163fce698f760e01b8152600481018290526024016103c0565b6003826003811115610d1657610d16611018565b036103d3576040516335e2f38360e21b8152600481018290526024016103c0565b60605f610d4383610d74565b6040805160208082528183019092529192505f91906020820181803683375050509182525060208101929092525090565b5f60ff8216601f81111561034257604051632cd44ac360e21b815260040160405180910390fd5b5f81518084525f5b81811015610dbf57602081850181015186830182015201610da3565b505f602082860101526020601f19601f83011685010191505092915050565b602081525f610df06020830184610d9b565b9392505050565b80356001600160a01b0381168114610e0d575f80fd5b919050565b5f8060408385031215610e23575f80fd5b610e2c83610df7565b946020939093013593505050565b5f805f60608486031215610e4c575f80fd5b610e5584610df7565b9250610e6360208501610df7565b9150604084013590509250925092565b5f60208284031215610e83575f80fd5b610df082610df7565b60ff60f81b881681525f602060e06020840152610eac60e084018a610d9b565b8381036040850152610ebe818a610d9b565b606085018990526001600160a01b038816608086015260a0850187905284810360c0860152855180825260208088019350909101905f5b81811015610f1157835183529284019291840191600101610ef5565b50909c9b505050505050505050505050565b5f805f805f805f60e0888a031215610f39575f80fd5b610f4288610df7565b9650610f5060208901610df7565b95506040880135945060608801359350608088013560ff81168114610f73575f80fd5b9699959850939692959460a0840135945060c09093013592915050565b5f8060408385031215610fa1575f80fd5b610faa83610df7565b9150610fb860208401610df7565b90509250929050565b600181811c90821680610fd557607f821691505b602082108103610ff357634e487b7160e01b5f52602260045260245ffd5b50919050565b8082018082111561034257634e487b7160e01b5f52601160045260245ffd5b634e487b7160e01b5f52602160045260245ffdfea26469706673582212206e9d018754cb5d550223464c63359b0418ad130854c3f81a6691b076de1bcab964736f6c63430008180033",
|
|
608
|
+
"deployedBytecode": "0x608060405234801561000f575f80fd5b50600436106100fb575f3560e01c806370a082311161009357806395d89b411161006357806395d89b4114610239578063a9059cbb14610241578063d505accf14610254578063dd62ed3e14610267575f80fd5b806370a08231146101d057806379cc6790146101f85780637ecebe001461020b57806384b0196e1461021e575f80fd5b806323b872dd116100ce57806323b872dd14610191578063313ce567146101a45780633644e515146101b357806340c10f19146101bb575f80fd5b806306fdde03146100ff578063095ea7b31461011d578063116191b61461014057806318160ddd1461017f575b5f80fd5b61010761029f565b6040516101149190610dde565b60405180910390f35b61013061012b366004610e12565b61032f565b6040519015158152602001610114565b6101677f000000000000000000000000000000000000000000000000000000000000000081565b6040516001600160a01b039091168152602001610114565b6002545b604051908152602001610114565b61013061019f366004610e3a565b610348565b60405160128152602001610114565b61018361036b565b6101ce6101c9366004610e12565b610379565b005b6101836101de366004610e73565b6001600160a01b03165f9081526020819052604090205490565b6101ce610206366004610e12565b6103d7565b610183610219366004610e73565b610437565b610226610454565b6040516101149796959493929190610e8c565b610107610496565b61013061024f366004610e12565b6104a5565b6101ce610262366004610f23565b6104b2565b610183610275366004610f90565b6001600160a01b039182165f90815260016020908152604080832093909416825291909152205490565b6060600380546102ae90610fc1565b80601f01602080910402602001604051908101604052809291908181526020018280546102da90610fc1565b80156103255780601f106102fc57610100808354040283529160200191610325565b820191905f5260205f20905b81548152906001019060200180831161030857829003601f168201915b5050505050905090565b5f3361033c8185856105e8565b60019150505b92915050565b5f336103558582856105fa565b610360858585610676565b506001949350505050565b5f6103746106d3565b905090565b336001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016146103c957604051634ca65edb60e11b81523360048201526024015b60405180910390fd5b6103d382826107fc565b5050565b336001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000161461042257604051634ca65edb60e11b81523360048201526024016103c0565b61042d8233836105fa565b6103d38282610830565b6001600160a01b0381165f90815260076020526040812054610342565b5f6060805f805f6060610465610864565b61046d610891565b604080515f80825260208201909252600f60f81b9b939a50919850469750309650945092509050565b6060600480546102ae90610fc1565b5f3361033c818585610676565b834211156104d65760405163313c898160e11b8152600481018590526024016103c0565b5f7f6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c98888886105218c6001600160a01b03165f90815260076020526040902080546001810190915590565b6040805160208101969096526001600160a01b0394851690860152929091166060840152608083015260a082015260c0810186905260e0016040516020818303038152906040528051906020012090505f61057b826108be565b90505f61058a828787876108ea565b9050896001600160a01b0316816001600160a01b0316146105d1576040516325c0072360e11b81526001600160a01b0380831660048301528b1660248201526044016103c0565b6105dc8a8a8a6105e8565b50505050505050505050565b6105f58383836001610916565b505050565b6001600160a01b038381165f908152600160209081526040808320938616835292905220545f19811015610670578181101561066257604051637dc7a0d960e11b81526001600160a01b038416600482015260248101829052604481018390526064016103c0565b61067084848484035f610916565b50505050565b6001600160a01b03831661069f57604051634b637e8f60e11b81525f60048201526024016103c0565b6001600160a01b0382166106c85760405163ec442f0560e01b81525f60048201526024016103c0565b6105f58383836109e8565b5f306001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001614801561072b57507f000000000000000000000000000000000000000000000000000000000000000046145b1561075557507f000000000000000000000000000000000000000000000000000000000000000090565b610374604080517f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f60208201527f0000000000000000000000000000000000000000000000000000000000000000918101919091527f000000000000000000000000000000000000000000000000000000000000000060608201524660808201523060a08201525f9060c00160405160208183030381529060405280519060200120905090565b6001600160a01b0382166108255760405163ec442f0560e01b81525f60048201526024016103c0565b6103d35f83836109e8565b6001600160a01b03821661085957604051634b637e8f60e11b81525f60048201526024016103c0565b6103d3825f836109e8565b60606103747f00000000000000000000000000000000000000000000000000000000000000006005610b0e565b60606103747f00000000000000000000000000000000000000000000000000000000000000006006610b0e565b5f6103426108ca6106d3565b8360405161190160f01b8152600281019290925260228201526042902090565b5f805f806108fa88888888610bb7565b92509250925061090a8282610c7f565b50909695505050505050565b6001600160a01b03841661093f5760405163e602df0560e01b81525f60048201526024016103c0565b6001600160a01b03831661096857604051634a1406b160e11b81525f60048201526024016103c0565b6001600160a01b038085165f908152600160209081526040808320938716835292905220829055801561067057826001600160a01b0316846001600160a01b03167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925846040516109da91815260200190565b60405180910390a350505050565b6001600160a01b038316610a12578060025f828254610a079190610ff9565b90915550610a829050565b6001600160a01b0383165f9081526020819052604090205481811015610a645760405163391434e360e21b81526001600160a01b038516600482015260248101829052604481018390526064016103c0565b6001600160a01b0384165f9081526020819052604090209082900390555b6001600160a01b038216610a9e57600280548290039055610abc565b6001600160a01b0382165f9081526020819052604090208054820190555b816001600160a01b0316836001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef83604051610b0191815260200190565b60405180910390a3505050565b606060ff8314610b2857610b2183610d37565b9050610342565b818054610b3490610fc1565b80601f0160208091040260200160405190810160405280929190818152602001828054610b6090610fc1565b8015610bab5780601f10610b8257610100808354040283529160200191610bab565b820191905f5260205f20905b815481529060010190602001808311610b8e57829003601f168201915b50505050509050610342565b5f80807f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a0841115610bf057505f91506003905082610c75565b604080515f808252602082018084528a905260ff891692820192909252606081018790526080810186905260019060a0016020604051602081039080840390855afa158015610c41573d5f803e3d5ffd5b5050604051601f1901519150506001600160a01b038116610c6c57505f925060019150829050610c75565b92505f91508190505b9450945094915050565b5f826003811115610c9257610c92611018565b03610c9b575050565b6001826003811115610caf57610caf611018565b03610ccd5760405163f645eedf60e01b815260040160405180910390fd5b6002826003811115610ce157610ce1611018565b03610d025760405163fce698f760e01b8152600481018290526024016103c0565b6003826003811115610d1657610d16611018565b036103d3576040516335e2f38360e21b8152600481018290526024016103c0565b60605f610d4383610d74565b6040805160208082528183019092529192505f91906020820181803683375050509182525060208101929092525090565b5f60ff8216601f81111561034257604051632cd44ac360e21b815260040160405180910390fd5b5f81518084525f5b81811015610dbf57602081850181015186830182015201610da3565b505f602082860101526020601f19601f83011685010191505092915050565b602081525f610df06020830184610d9b565b9392505050565b80356001600160a01b0381168114610e0d575f80fd5b919050565b5f8060408385031215610e23575f80fd5b610e2c83610df7565b946020939093013593505050565b5f805f60608486031215610e4c575f80fd5b610e5584610df7565b9250610e6360208501610df7565b9150604084013590509250925092565b5f60208284031215610e83575f80fd5b610df082610df7565b60ff60f81b881681525f602060e06020840152610eac60e084018a610d9b565b8381036040850152610ebe818a610d9b565b606085018990526001600160a01b038816608086015260a0850187905284810360c0860152855180825260208088019350909101905f5b81811015610f1157835183529284019291840191600101610ef5565b50909c9b505050505050505050505050565b5f805f805f805f60e0888a031215610f39575f80fd5b610f4288610df7565b9650610f5060208901610df7565b95506040880135945060608801359350608088013560ff81168114610f73575f80fd5b9699959850939692959460a0840135945060c09093013592915050565b5f8060408385031215610fa1575f80fd5b610faa83610df7565b9150610fb860208401610df7565b90509250929050565b600181811c90821680610fd557607f821691505b602082108103610ff357634e487b7160e01b5f52602260045260245ffd5b50919050565b8082018082111561034257634e487b7160e01b5f52601160045260245ffd5b634e487b7160e01b5f52602160045260245ffdfea26469706673582212206e9d018754cb5d550223464c63359b0418ad130854c3f81a6691b076de1bcab964736f6c63430008180033",
|
|
609
|
+
"linkReferences": {},
|
|
610
|
+
"deployedLinkReferences": {},
|
|
611
|
+
"immutableReferences": {
|
|
612
|
+
"6252": [
|
|
613
|
+
{
|
|
614
|
+
"length": 32,
|
|
615
|
+
"start": 1843
|
|
616
|
+
}
|
|
617
|
+
],
|
|
618
|
+
"6254": [
|
|
619
|
+
{
|
|
620
|
+
"length": 32,
|
|
621
|
+
"start": 1801
|
|
622
|
+
}
|
|
623
|
+
],
|
|
624
|
+
"6256": [
|
|
625
|
+
{
|
|
626
|
+
"length": 32,
|
|
627
|
+
"start": 1759
|
|
628
|
+
}
|
|
629
|
+
],
|
|
630
|
+
"6258": [
|
|
631
|
+
{
|
|
632
|
+
"length": 32,
|
|
633
|
+
"start": 1924
|
|
634
|
+
}
|
|
635
|
+
],
|
|
636
|
+
"6260": [
|
|
637
|
+
{
|
|
638
|
+
"length": 32,
|
|
639
|
+
"start": 1964
|
|
640
|
+
}
|
|
641
|
+
],
|
|
642
|
+
"6263": [
|
|
643
|
+
{
|
|
644
|
+
"length": 32,
|
|
645
|
+
"start": 2155
|
|
646
|
+
}
|
|
647
|
+
],
|
|
648
|
+
"6266": [
|
|
649
|
+
{
|
|
650
|
+
"length": 32,
|
|
651
|
+
"start": 2200
|
|
652
|
+
}
|
|
653
|
+
],
|
|
654
|
+
"10253": [
|
|
655
|
+
{
|
|
656
|
+
"length": 32,
|
|
657
|
+
"start": 325
|
|
658
|
+
},
|
|
659
|
+
{
|
|
660
|
+
"length": 32,
|
|
661
|
+
"start": 900
|
|
662
|
+
},
|
|
663
|
+
{
|
|
664
|
+
"length": 32,
|
|
665
|
+
"start": 994
|
|
666
|
+
}
|
|
667
|
+
]
|
|
668
|
+
},
|
|
669
|
+
"inputSourceName": "project/contracts/ArgonToken.sol",
|
|
670
|
+
"buildInfoId": "solc-0_8_24-742457c4e062511661c28bb777a85c3958878637"
|
|
671
|
+
}
|