@wireio/stake 1.6.69 → 1.7.69

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.
Files changed (106) hide show
  1. package/lib/stake.browser.js +38 -38
  2. package/lib/stake.browser.js.map +1 -1
  3. package/lib/stake.js +38 -38
  4. package/lib/stake.js.map +1 -1
  5. package/lib/stake.m.js +38 -38
  6. package/lib/stake.m.js.map +1 -1
  7. package/package.json +1 -1
  8. package/src/assets/ethereum/hoodi/common/Base58.sol/Base58.dbg.json +1 -1
  9. package/src/assets/ethereum/hoodi/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.dbg.json +1 -1
  10. package/src/assets/ethereum/hoodi/common/RestrictedCallers.sol/RestrictedCallers.dbg.json +1 -1
  11. package/src/assets/ethereum/hoodi/common/iodata.sol/iodata.dbg.json +1 -1
  12. package/src/assets/ethereum/hoodi/common/iodata_util.sol/iodata_util.dbg.json +1 -1
  13. package/src/assets/ethereum/hoodi/common/sysio_data.sol/sysio_data.dbg.json +1 -1
  14. package/src/assets/ethereum/hoodi/common/sysio_errors.sol/sysio_errors.dbg.json +1 -1
  15. package/src/assets/ethereum/hoodi/common/sysio_merkle.sol/sysio_merkle.dbg.json +1 -1
  16. package/src/assets/ethereum/hoodi/common/sysio_name.sol/sysio_name.dbg.json +1 -1
  17. package/src/assets/ethereum/hoodi/common/sysio_pubkey.sol/sysio_pubkey.dbg.json +1 -1
  18. package/src/assets/ethereum/hoodi/common/sysio_read.sol/sysio_read.dbg.json +1 -1
  19. package/src/assets/ethereum/hoodi/common/sysio_tester.sol/SysioTester.dbg.json +1 -1
  20. package/src/assets/ethereum/hoodi/common/sysio_verify.sol/sysio_verify.dbg.json +1 -1
  21. package/src/assets/ethereum/hoodi/common/sysio_write.sol/sysio_write.dbg.json +1 -1
  22. package/src/assets/ethereum/hoodi/liqEth/BeaconState.sol/BeaconState.dbg.json +1 -1
  23. package/src/assets/ethereum/hoodi/liqEth/DepositManager.sol/DepositManagerV2.dbg.json +1 -1
  24. package/src/assets/ethereum/hoodi/liqEth/LiqEthAuthority.sol/LiqEthAuthority.dbg.json +1 -1
  25. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IAccounting.dbg.json +1 -1
  26. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IDepositContract.dbg.json +1 -1
  27. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IDepositManager.dbg.json +1 -1
  28. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +1 -1
  29. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20.dbg.json +1 -1
  30. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +1 -1
  31. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IStakingModule.dbg.json +1 -1
  32. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +1 -1
  33. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +1 -1
  34. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/LiqEthCommon.dbg.json +1 -1
  35. package/src/assets/ethereum/hoodi/liqEth/LiqEthDeepFreeze.sol/LiqEthDeepFreeze.dbg.json +1 -1
  36. package/src/assets/ethereum/hoodi/liqEth/LiqEthManaged.sol/LiqEthManaged.dbg.json +1 -1
  37. package/src/assets/ethereum/hoodi/liqEth/RewardsERC20.sol/RewardsERC20UpgradeableV2.dbg.json +1 -1
  38. package/src/assets/ethereum/hoodi/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeableV2.dbg.json +1 -1
  39. package/src/assets/ethereum/hoodi/liqEth/Yield.sol/YieldOracle.dbg.json +1 -1
  40. package/src/assets/ethereum/hoodi/liqEth/accounting.sol/AccountingV2.dbg.json +1 -1
  41. package/src/assets/ethereum/hoodi/liqEth/liqEth.sol/LiqEthTokenV2.dbg.json +1 -1
  42. package/src/assets/ethereum/hoodi/liqEth/stakingModule.sol/StakingModuleV2.dbg.json +1 -1
  43. package/src/assets/ethereum/hoodi/liqEth/v1/DepositManager.sol/DepositManager.dbg.json +1 -1
  44. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IAccounting.dbg.json +1 -1
  45. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IDepositContract.dbg.json +1 -1
  46. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IDepositManager.dbg.json +1 -1
  47. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +1 -1
  48. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IRewardsERC20.dbg.json +1 -1
  49. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +1 -1
  50. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IStakingModule.dbg.json +1 -1
  51. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +1 -1
  52. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +1 -1
  53. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/LiqEthCommon.dbg.json +1 -1
  54. package/src/assets/ethereum/hoodi/liqEth/v1/RewardsERC20.sol/RewardsERC20Upgradeable.dbg.json +1 -1
  55. package/src/assets/ethereum/hoodi/liqEth/v1/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.dbg.json +1 -1
  56. package/src/assets/ethereum/hoodi/liqEth/v1/accounting.sol/Accounting.dbg.json +1 -1
  57. package/src/assets/ethereum/hoodi/liqEth/v1/liqEth.sol/LiqEthToken.dbg.json +1 -1
  58. package/src/assets/ethereum/hoodi/liqEth/v1/stakingModule.sol/StakingModule.dbg.json +1 -1
  59. package/src/assets/ethereum/hoodi/liqEth/withdrawalQueue.sol/WithdrawalQueue.dbg.json +1 -1
  60. package/src/assets/ethereum/hoodi/liqEth/withdrawalVault.sol/Uint64BE.dbg.json +1 -1
  61. package/src/assets/ethereum/hoodi/liqEth/withdrawalVault.sol/WithdrawalVault.dbg.json +1 -1
  62. package/src/assets/ethereum/hoodi/outpost/BAR.sol/BAR.dbg.json +1 -1
  63. package/src/assets/ethereum/hoodi/outpost/BAR.sol/BAR.json +2 -2
  64. package/src/assets/ethereum/hoodi/outpost/Depositor.sol/Depositor.dbg.json +1 -1
  65. package/src/assets/ethereum/hoodi/outpost/Depositor.sol/Depositor.json +2 -2
  66. package/src/assets/ethereum/hoodi/outpost/LiqEthBridge.sol/IDepositorBridgeHooks.dbg.json +1 -1
  67. package/src/assets/ethereum/hoodi/outpost/LiqEthBridge.sol/LiqEthBridge.dbg.json +1 -1
  68. package/src/assets/ethereum/hoodi/outpost/LiqEthBridge.sol/LiqEthBridge.json +2 -2
  69. package/src/assets/ethereum/hoodi/outpost/OPP.sol/OPP.dbg.json +1 -1
  70. package/src/assets/ethereum/hoodi/outpost/OPP.sol/OPP.json +2 -2
  71. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPP.dbg.json +1 -1
  72. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPEndpoint.dbg.json +1 -1
  73. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPInbound.dbg.json +1 -1
  74. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPReceiver.dbg.json +1 -1
  75. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPSender.dbg.json +1 -1
  76. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/OPPCommon.dbg.json +1 -1
  77. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/OPPCommon.json +2 -2
  78. package/src/assets/ethereum/hoodi/outpost/OPPEndpoint.sol/OPPEndpoint.dbg.json +1 -1
  79. package/src/assets/ethereum/hoodi/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.dbg.json +1 -1
  80. package/src/assets/ethereum/hoodi/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.dbg.json +1 -1
  81. package/src/assets/ethereum/hoodi/outpost/OPPErrors.sol/OPPErrors.dbg.json +1 -1
  82. package/src/assets/ethereum/hoodi/outpost/OPPErrors.sol/OPPErrors.json +2 -2
  83. package/src/assets/ethereum/hoodi/outpost/OPPInbound.sol/OPPInbound.dbg.json +1 -1
  84. package/src/assets/ethereum/hoodi/outpost/OPPInbound.sol/OPPInbound.json +2 -2
  85. package/src/assets/ethereum/hoodi/outpost/OPPReceiver.sol/OPPReceiver.dbg.json +1 -1
  86. package/src/assets/ethereum/hoodi/outpost/OPPSender.sol/OPPSender.dbg.json +1 -1
  87. package/src/assets/ethereum/hoodi/outpost/OperatorRegistry.sol/OperatorRegistry.dbg.json +1 -1
  88. package/src/assets/ethereum/hoodi/outpost/OperatorRegistry.sol/OperatorRegistry.json +2 -2
  89. package/src/assets/ethereum/hoodi/outpost/OutpostManager.sol/OutpostManager.dbg.json +1 -1
  90. package/src/assets/ethereum/hoodi/outpost/OutpostManager.sol/OutpostManager.json +2 -2
  91. package/src/assets/ethereum/hoodi/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.dbg.json +1 -1
  92. package/src/assets/ethereum/hoodi/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.json +2 -2
  93. package/src/assets/ethereum/hoodi/outpost/OutpostReserve.sol/OutpostReserve.dbg.json +1 -1
  94. package/src/assets/ethereum/hoodi/outpost/OutpostReserve.sol/OutpostReserve.json +2 -2
  95. package/src/assets/ethereum/hoodi/outpost/Pretoken.sol/Pretoken.dbg.json +1 -1
  96. package/src/assets/ethereum/hoodi/outpost/Pretoken.sol/Pretoken.json +2 -2
  97. package/src/assets/ethereum/hoodi/token/ERC1155Token.sol/ERC1155Token.dbg.json +1 -1
  98. package/src/assets/ethereum/hoodi/token/ERC20Token.sol/ERC20Token.dbg.json +1 -1
  99. package/src/assets/ethereum/hoodi/token/ERC721Token.sol/ERC721Token.dbg.json +1 -1
  100. package/src/assets/ethereum/hoodi/token/Eman1155.sol/Eman1155.dbg.json +4 -0
  101. package/src/assets/ethereum/hoodi/token/Eman1155.sol/Eman1155.json +560 -0
  102. package/src/assets/ethereum/hoodi/token/Eman20.sol/Eman20.dbg.json +4 -0
  103. package/src/assets/ethereum/hoodi/token/Eman20.sol/Eman20.json +460 -0
  104. package/src/assets/ethereum/hoodi/token/Eman721.sol/Eman721.dbg.json +4 -0
  105. package/src/assets/ethereum/hoodi/token/Eman721.sol/Eman721.json +624 -0
  106. package/src/networks/ethereum/contract.ts +61 -25
@@ -0,0 +1,460 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "Eman20",
4
+ "sourceName": "contracts/token/Eman20.sol",
5
+ "abi": [
6
+ {
7
+ "inputs": [],
8
+ "stateMutability": "nonpayable",
9
+ "type": "constructor"
10
+ },
11
+ {
12
+ "inputs": [
13
+ {
14
+ "internalType": "address",
15
+ "name": "spender",
16
+ "type": "address"
17
+ },
18
+ {
19
+ "internalType": "uint256",
20
+ "name": "allowance",
21
+ "type": "uint256"
22
+ },
23
+ {
24
+ "internalType": "uint256",
25
+ "name": "needed",
26
+ "type": "uint256"
27
+ }
28
+ ],
29
+ "name": "ERC20InsufficientAllowance",
30
+ "type": "error"
31
+ },
32
+ {
33
+ "inputs": [
34
+ {
35
+ "internalType": "address",
36
+ "name": "sender",
37
+ "type": "address"
38
+ },
39
+ {
40
+ "internalType": "uint256",
41
+ "name": "balance",
42
+ "type": "uint256"
43
+ },
44
+ {
45
+ "internalType": "uint256",
46
+ "name": "needed",
47
+ "type": "uint256"
48
+ }
49
+ ],
50
+ "name": "ERC20InsufficientBalance",
51
+ "type": "error"
52
+ },
53
+ {
54
+ "inputs": [
55
+ {
56
+ "internalType": "address",
57
+ "name": "approver",
58
+ "type": "address"
59
+ }
60
+ ],
61
+ "name": "ERC20InvalidApprover",
62
+ "type": "error"
63
+ },
64
+ {
65
+ "inputs": [
66
+ {
67
+ "internalType": "address",
68
+ "name": "receiver",
69
+ "type": "address"
70
+ }
71
+ ],
72
+ "name": "ERC20InvalidReceiver",
73
+ "type": "error"
74
+ },
75
+ {
76
+ "inputs": [
77
+ {
78
+ "internalType": "address",
79
+ "name": "sender",
80
+ "type": "address"
81
+ }
82
+ ],
83
+ "name": "ERC20InvalidSender",
84
+ "type": "error"
85
+ },
86
+ {
87
+ "inputs": [
88
+ {
89
+ "internalType": "address",
90
+ "name": "spender",
91
+ "type": "address"
92
+ }
93
+ ],
94
+ "name": "ERC20InvalidSpender",
95
+ "type": "error"
96
+ },
97
+ {
98
+ "inputs": [
99
+ {
100
+ "internalType": "address",
101
+ "name": "owner",
102
+ "type": "address"
103
+ }
104
+ ],
105
+ "name": "OwnableInvalidOwner",
106
+ "type": "error"
107
+ },
108
+ {
109
+ "inputs": [
110
+ {
111
+ "internalType": "address",
112
+ "name": "account",
113
+ "type": "address"
114
+ }
115
+ ],
116
+ "name": "OwnableUnauthorizedAccount",
117
+ "type": "error"
118
+ },
119
+ {
120
+ "anonymous": false,
121
+ "inputs": [
122
+ {
123
+ "indexed": true,
124
+ "internalType": "address",
125
+ "name": "owner",
126
+ "type": "address"
127
+ },
128
+ {
129
+ "indexed": true,
130
+ "internalType": "address",
131
+ "name": "spender",
132
+ "type": "address"
133
+ },
134
+ {
135
+ "indexed": false,
136
+ "internalType": "uint256",
137
+ "name": "value",
138
+ "type": "uint256"
139
+ }
140
+ ],
141
+ "name": "Approval",
142
+ "type": "event"
143
+ },
144
+ {
145
+ "anonymous": false,
146
+ "inputs": [
147
+ {
148
+ "indexed": true,
149
+ "internalType": "address",
150
+ "name": "previousOwner",
151
+ "type": "address"
152
+ },
153
+ {
154
+ "indexed": true,
155
+ "internalType": "address",
156
+ "name": "newOwner",
157
+ "type": "address"
158
+ }
159
+ ],
160
+ "name": "OwnershipTransferred",
161
+ "type": "event"
162
+ },
163
+ {
164
+ "anonymous": false,
165
+ "inputs": [
166
+ {
167
+ "indexed": true,
168
+ "internalType": "address",
169
+ "name": "from",
170
+ "type": "address"
171
+ },
172
+ {
173
+ "indexed": true,
174
+ "internalType": "address",
175
+ "name": "to",
176
+ "type": "address"
177
+ },
178
+ {
179
+ "indexed": false,
180
+ "internalType": "uint256",
181
+ "name": "value",
182
+ "type": "uint256"
183
+ }
184
+ ],
185
+ "name": "Transfer",
186
+ "type": "event"
187
+ },
188
+ {
189
+ "inputs": [
190
+ {
191
+ "internalType": "address",
192
+ "name": "owner",
193
+ "type": "address"
194
+ },
195
+ {
196
+ "internalType": "address",
197
+ "name": "spender",
198
+ "type": "address"
199
+ }
200
+ ],
201
+ "name": "allowance",
202
+ "outputs": [
203
+ {
204
+ "internalType": "uint256",
205
+ "name": "",
206
+ "type": "uint256"
207
+ }
208
+ ],
209
+ "stateMutability": "view",
210
+ "type": "function"
211
+ },
212
+ {
213
+ "inputs": [
214
+ {
215
+ "internalType": "address",
216
+ "name": "spender",
217
+ "type": "address"
218
+ },
219
+ {
220
+ "internalType": "uint256",
221
+ "name": "value",
222
+ "type": "uint256"
223
+ }
224
+ ],
225
+ "name": "approve",
226
+ "outputs": [
227
+ {
228
+ "internalType": "bool",
229
+ "name": "",
230
+ "type": "bool"
231
+ }
232
+ ],
233
+ "stateMutability": "nonpayable",
234
+ "type": "function"
235
+ },
236
+ {
237
+ "inputs": [
238
+ {
239
+ "internalType": "address",
240
+ "name": "account",
241
+ "type": "address"
242
+ }
243
+ ],
244
+ "name": "balanceOf",
245
+ "outputs": [
246
+ {
247
+ "internalType": "uint256",
248
+ "name": "",
249
+ "type": "uint256"
250
+ }
251
+ ],
252
+ "stateMutability": "view",
253
+ "type": "function"
254
+ },
255
+ {
256
+ "inputs": [
257
+ {
258
+ "internalType": "uint256",
259
+ "name": "newLimit",
260
+ "type": "uint256"
261
+ }
262
+ ],
263
+ "name": "changeLimit",
264
+ "outputs": [],
265
+ "stateMutability": "nonpayable",
266
+ "type": "function"
267
+ },
268
+ {
269
+ "inputs": [],
270
+ "name": "decimals",
271
+ "outputs": [
272
+ {
273
+ "internalType": "uint8",
274
+ "name": "",
275
+ "type": "uint8"
276
+ }
277
+ ],
278
+ "stateMutability": "view",
279
+ "type": "function"
280
+ },
281
+ {
282
+ "inputs": [
283
+ {
284
+ "internalType": "address",
285
+ "name": "to",
286
+ "type": "address"
287
+ },
288
+ {
289
+ "internalType": "uint256",
290
+ "name": "amount",
291
+ "type": "uint256"
292
+ }
293
+ ],
294
+ "name": "mint",
295
+ "outputs": [],
296
+ "stateMutability": "nonpayable",
297
+ "type": "function"
298
+ },
299
+ {
300
+ "inputs": [],
301
+ "name": "name",
302
+ "outputs": [
303
+ {
304
+ "internalType": "string",
305
+ "name": "",
306
+ "type": "string"
307
+ }
308
+ ],
309
+ "stateMutability": "view",
310
+ "type": "function"
311
+ },
312
+ {
313
+ "inputs": [],
314
+ "name": "owner",
315
+ "outputs": [
316
+ {
317
+ "internalType": "address",
318
+ "name": "",
319
+ "type": "address"
320
+ }
321
+ ],
322
+ "stateMutability": "view",
323
+ "type": "function"
324
+ },
325
+ {
326
+ "inputs": [
327
+ {
328
+ "internalType": "address",
329
+ "name": "to",
330
+ "type": "address"
331
+ },
332
+ {
333
+ "internalType": "uint256",
334
+ "name": "amount",
335
+ "type": "uint256"
336
+ }
337
+ ],
338
+ "name": "publicMint",
339
+ "outputs": [],
340
+ "stateMutability": "nonpayable",
341
+ "type": "function"
342
+ },
343
+ {
344
+ "inputs": [],
345
+ "name": "renounceOwnership",
346
+ "outputs": [],
347
+ "stateMutability": "nonpayable",
348
+ "type": "function"
349
+ },
350
+ {
351
+ "inputs": [],
352
+ "name": "symbol",
353
+ "outputs": [
354
+ {
355
+ "internalType": "string",
356
+ "name": "",
357
+ "type": "string"
358
+ }
359
+ ],
360
+ "stateMutability": "view",
361
+ "type": "function"
362
+ },
363
+ {
364
+ "inputs": [],
365
+ "name": "tokenLimit",
366
+ "outputs": [
367
+ {
368
+ "internalType": "uint256",
369
+ "name": "",
370
+ "type": "uint256"
371
+ }
372
+ ],
373
+ "stateMutability": "view",
374
+ "type": "function"
375
+ },
376
+ {
377
+ "inputs": [],
378
+ "name": "totalSupply",
379
+ "outputs": [
380
+ {
381
+ "internalType": "uint256",
382
+ "name": "",
383
+ "type": "uint256"
384
+ }
385
+ ],
386
+ "stateMutability": "view",
387
+ "type": "function"
388
+ },
389
+ {
390
+ "inputs": [
391
+ {
392
+ "internalType": "address",
393
+ "name": "to",
394
+ "type": "address"
395
+ },
396
+ {
397
+ "internalType": "uint256",
398
+ "name": "value",
399
+ "type": "uint256"
400
+ }
401
+ ],
402
+ "name": "transfer",
403
+ "outputs": [
404
+ {
405
+ "internalType": "bool",
406
+ "name": "",
407
+ "type": "bool"
408
+ }
409
+ ],
410
+ "stateMutability": "nonpayable",
411
+ "type": "function"
412
+ },
413
+ {
414
+ "inputs": [
415
+ {
416
+ "internalType": "address",
417
+ "name": "from",
418
+ "type": "address"
419
+ },
420
+ {
421
+ "internalType": "address",
422
+ "name": "to",
423
+ "type": "address"
424
+ },
425
+ {
426
+ "internalType": "uint256",
427
+ "name": "value",
428
+ "type": "uint256"
429
+ }
430
+ ],
431
+ "name": "transferFrom",
432
+ "outputs": [
433
+ {
434
+ "internalType": "bool",
435
+ "name": "",
436
+ "type": "bool"
437
+ }
438
+ ],
439
+ "stateMutability": "nonpayable",
440
+ "type": "function"
441
+ },
442
+ {
443
+ "inputs": [
444
+ {
445
+ "internalType": "address",
446
+ "name": "newOwner",
447
+ "type": "address"
448
+ }
449
+ ],
450
+ "name": "transferOwnership",
451
+ "outputs": [],
452
+ "stateMutability": "nonpayable",
453
+ "type": "function"
454
+ }
455
+ ],
456
+ "bytecode": "0x6080346103cc576040906001600160401b0390808301828111828210176102d8578352601581526020907f456d616e27732046756e6769626c6520546f6b656e000000000000000000000082820152835192848401848110828211176102d857855260068452650454d414e32360d41b8385015281518181116102d8576003908154906001948583811c931680156103c2575b878410146103ac578190601f9384811161035b575b5087908483116001146102f9576000926102ee575b505060001982851b1c191690851b1782555b85519283116102d85760049586548581811c911680156102ce575b878210146102b957828111610273575b508591841160011461020d57938394918492600095610202575b50501b92600019911b1c19161782555b33156101eb5760058054336001600160a01b0319821681179092556001600160a01b03167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0600080a368056bc75e2d631000009182600655600254908382018092116101d657506000917fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9160025533835282815284832084815401905584519384523393a3516109b390816103d28239f35b601190634e487b7160e01b6000525260246000fd5b5060006024925191631e4fbdf760e01b8352820152fd5b015193503880610113565b9190601f198416928760005284876000209460005b898983831061025c5750505010610242575b50505050811b018255610123565b01519060f884600019921b161c1916905538808080610234565b868601518955909701969485019488935001610222565b87600052866000208380870160051c8201928988106102b0575b0160051c019086905b8281106102a45750506100f9565b60008155018690610296565b9250819261028d565b602288634e487b7160e01b6000525260246000fd5b90607f16906100e9565b634e487b7160e01b600052604160045260246000fd5b0151905038806100bc565b90879350601f1983169186600052896000209260005b8b828210610345575050841161032d575b505050811b0182556100ce565b015160001983871b60f8161c19169055388080610320565b8385015186558b9790950194938401930161030f565b90915084600052876000208480850160051c8201928a86106103a3575b918991869594930160051c01915b8281106103945750506100a7565b60008155859450899101610386565b92508192610378565b634e487b7160e01b600052602260045260246000fd5b92607f1692610092565b600080fdfe6080604081815260048036101561001557600080fd5b600092833560e01c90816306fdde031461068b57508063095ea7b3146105e257806318160ddd146105c357806323b872dd146104d0578063313ce567146104b457806340c10f191461048757806356c7627e146104685780636d33b42b1461044657806370a082311461040f578063715018a6146103af5780638da5cb5b1461038657806395d89b4114610264578063a9059cbb14610233578063ce6df2b9146101b2578063dd62ed3e146101655763f2fde38b146100d357600080fd5b34610161576020366003190112610161576100ec6107cb565b906100f56108da565b6001600160a01b0391821692831561014b575050600554826bffffffffffffffffffffffff60a01b821617600555167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e08380a380f35b51631e4fbdf760e01b8152908101849052602490fd5b8280fd5b5050346101ae57806003193601126101ae57806020926101836107cb565b61018b6107e6565b6001600160a01b0391821683526001865283832091168252845220549051908152f35b5080fd5b50346101615781600319360112610161576101cb6107cb565b91338452836020528084205460065411156101f057836101ed60243585610906565b80f35b906020606492519162461bcd60e51b8352820152602060248201527f596f75206861766520726561636865642074686520746f6b656e206c696d69746044820152fd5b5050346101ae57806003193601126101ae5760209061025d6102536107cb565b60243590336107fc565b5160018152f35b509190346101ae57816003193601126101ae5780519082845460018160011c906001831692831561037c575b60209384841081146103695783885290811561034d57506001146102f8575b505050829003601f01601f191682019267ffffffffffffffff8411838510176102e557508291826102e1925282610782565b0390f35b634e487b7160e01b815260418552602490fd5b8787529192508591837f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b5b83851061033957505050508301013880806102af565b805488860183015293019284908201610323565b60ff1916878501525050151560051b84010190503880806102af565b634e487b7160e01b895260228a52602489fd5b91607f1691610290565b5050346101ae57816003193601126101ae5760055490516001600160a01b039091168152602090f35b833461040c578060031936011261040c576103c86108da565b600580546001600160a01b0319811690915581906001600160a01b03167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e08280a380f35b80fd5b5050346101ae5760203660031901126101ae5760209181906001600160a01b036104376107cb565b16815280845220549051908152f35b8382346101ae5760203660031901126101ae576104616108da565b3560065580f35b5050346101ae57816003193601126101ae576020906006549051908152f35b5050346101ae5736600319011261040c576101ed6104a36107cb565b6104ab6108da565b60243590610906565b5050346101ae57816003193601126101ae576020905160128152f35b50823461040c57606036600319011261040c576104eb6107cb565b6104f36107e6565b916044359360018060a01b03831680835260016020528683203384526020528683205491600019831061052f575b60208861025d8989896107fc565b8683106105975781156105805733156105695750825260016020908152868320338452815291869020908590039055829061025d87610521565b8751634a1406b160e11b8152908101849052602490fd5b875163e602df0560e01b8152908101849052602490fd5b8751637dc7a0d960e11b8152339181019182526020820193909352604081018790528291506060010390fd5b5050346101ae57816003193601126101ae576020906002549051908152f35b50346101615781600319360112610161576105fb6107cb565b602435903315610674576001600160a01b031691821561065d57508083602095338152600187528181208582528752205582519081527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925843392a35160018152f35b8351634a1406b160e11b8152908101859052602490fd5b835163e602df0560e01b8152808401869052602490fd5b84915083346101615782600319360112610161578260035460018160011c9060018316928315610778575b60209384841081146103695783885290811561075c575060011461070657505050829003601f01601f191682019267ffffffffffffffff8411838510176102e557508291826102e1925282610782565b600387529192508591837fc2575a0e9e593c00f959f8c92f12db2869c3395a3b0502d05e2516446f71f85b5b83851061074857505050508301018580806102af565b805488860183015293019284908201610732565b60ff1916878501525050151560051b84010190508580806102af565b91607f16916106b6565b6020808252825181830181905290939260005b8281106107b757505060409293506000838284010152601f8019910116010190565b818101860151848201604001528501610795565b600435906001600160a01b03821682036107e157565b600080fd5b602435906001600160a01b03821682036107e157565b916001600160a01b038084169283156108c157169283156108a85760009083825281602052604082205490838210610876575091604082827fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef958760209652828652038282205586815220818154019055604051908152a3565b60405163391434e360e21b81526001600160a01b03919091166004820152602481019190915260448101839052606490fd5b60405163ec442f0560e01b815260006004820152602490fd5b604051634b637e8f60e11b815260006004820152602490fd5b6005546001600160a01b031633036108ee57565b60405163118cdaa760e01b8152336004820152602490fd5b6001600160a01b03169081156108a857600254908082018092116109675760207fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9160009360025584845283825260408420818154019055604051908152a3565b634e487b7160e01b600052601160045260246000fdfea26469706673582212204b292da3afcf404bfb854492eb07ce00e3a9a54c5c43fdd21ea58eee1559738864736f6c63430008190033",
457
+ "deployedBytecode": "0x6080604081815260048036101561001557600080fd5b600092833560e01c90816306fdde031461068b57508063095ea7b3146105e257806318160ddd146105c357806323b872dd146104d0578063313ce567146104b457806340c10f191461048757806356c7627e146104685780636d33b42b1461044657806370a082311461040f578063715018a6146103af5780638da5cb5b1461038657806395d89b4114610264578063a9059cbb14610233578063ce6df2b9146101b2578063dd62ed3e146101655763f2fde38b146100d357600080fd5b34610161576020366003190112610161576100ec6107cb565b906100f56108da565b6001600160a01b0391821692831561014b575050600554826bffffffffffffffffffffffff60a01b821617600555167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e08380a380f35b51631e4fbdf760e01b8152908101849052602490fd5b8280fd5b5050346101ae57806003193601126101ae57806020926101836107cb565b61018b6107e6565b6001600160a01b0391821683526001865283832091168252845220549051908152f35b5080fd5b50346101615781600319360112610161576101cb6107cb565b91338452836020528084205460065411156101f057836101ed60243585610906565b80f35b906020606492519162461bcd60e51b8352820152602060248201527f596f75206861766520726561636865642074686520746f6b656e206c696d69746044820152fd5b5050346101ae57806003193601126101ae5760209061025d6102536107cb565b60243590336107fc565b5160018152f35b509190346101ae57816003193601126101ae5780519082845460018160011c906001831692831561037c575b60209384841081146103695783885290811561034d57506001146102f8575b505050829003601f01601f191682019267ffffffffffffffff8411838510176102e557508291826102e1925282610782565b0390f35b634e487b7160e01b815260418552602490fd5b8787529192508591837f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b5b83851061033957505050508301013880806102af565b805488860183015293019284908201610323565b60ff1916878501525050151560051b84010190503880806102af565b634e487b7160e01b895260228a52602489fd5b91607f1691610290565b5050346101ae57816003193601126101ae5760055490516001600160a01b039091168152602090f35b833461040c578060031936011261040c576103c86108da565b600580546001600160a01b0319811690915581906001600160a01b03167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e08280a380f35b80fd5b5050346101ae5760203660031901126101ae5760209181906001600160a01b036104376107cb565b16815280845220549051908152f35b8382346101ae5760203660031901126101ae576104616108da565b3560065580f35b5050346101ae57816003193601126101ae576020906006549051908152f35b5050346101ae5736600319011261040c576101ed6104a36107cb565b6104ab6108da565b60243590610906565b5050346101ae57816003193601126101ae576020905160128152f35b50823461040c57606036600319011261040c576104eb6107cb565b6104f36107e6565b916044359360018060a01b03831680835260016020528683203384526020528683205491600019831061052f575b60208861025d8989896107fc565b8683106105975781156105805733156105695750825260016020908152868320338452815291869020908590039055829061025d87610521565b8751634a1406b160e11b8152908101849052602490fd5b875163e602df0560e01b8152908101849052602490fd5b8751637dc7a0d960e11b8152339181019182526020820193909352604081018790528291506060010390fd5b5050346101ae57816003193601126101ae576020906002549051908152f35b50346101615781600319360112610161576105fb6107cb565b602435903315610674576001600160a01b031691821561065d57508083602095338152600187528181208582528752205582519081527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925843392a35160018152f35b8351634a1406b160e11b8152908101859052602490fd5b835163e602df0560e01b8152808401869052602490fd5b84915083346101615782600319360112610161578260035460018160011c9060018316928315610778575b60209384841081146103695783885290811561075c575060011461070657505050829003601f01601f191682019267ffffffffffffffff8411838510176102e557508291826102e1925282610782565b600387529192508591837fc2575a0e9e593c00f959f8c92f12db2869c3395a3b0502d05e2516446f71f85b5b83851061074857505050508301018580806102af565b805488860183015293019284908201610732565b60ff1916878501525050151560051b84010190508580806102af565b91607f16916106b6565b6020808252825181830181905290939260005b8281106107b757505060409293506000838284010152601f8019910116010190565b818101860151848201604001528501610795565b600435906001600160a01b03821682036107e157565b600080fd5b602435906001600160a01b03821682036107e157565b916001600160a01b038084169283156108c157169283156108a85760009083825281602052604082205490838210610876575091604082827fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef958760209652828652038282205586815220818154019055604051908152a3565b60405163391434e360e21b81526001600160a01b03919091166004820152602481019190915260448101839052606490fd5b60405163ec442f0560e01b815260006004820152602490fd5b604051634b637e8f60e11b815260006004820152602490fd5b6005546001600160a01b031633036108ee57565b60405163118cdaa760e01b8152336004820152602490fd5b6001600160a01b03169081156108a857600254908082018092116109675760207fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9160009360025584845283825260408420818154019055604051908152a3565b634e487b7160e01b600052601160045260246000fdfea26469706673582212204b292da3afcf404bfb854492eb07ce00e3a9a54c5c43fdd21ea58eee1559738864736f6c63430008190033",
458
+ "linkReferences": {},
459
+ "deployedLinkReferences": {}
460
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "_format": "hh-sol-dbg-1",
3
+ "buildInfo": "../../../build-info/181e522070aaa09cddac0c3db158bfe9.json"
4
+ }