@wireio/stake 0.1.3 → 0.2.1

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 (135) hide show
  1. package/lib/stake.browser.js +15333 -4964
  2. package/lib/stake.browser.js.map +1 -1
  3. package/lib/stake.d.ts +4880 -112
  4. package/lib/stake.js +15636 -5116
  5. package/lib/stake.js.map +1 -1
  6. package/lib/stake.m.js +15333 -4964
  7. package/lib/stake.m.js.map +1 -1
  8. package/package.json +1 -1
  9. package/src/assets/ethereum/ABI/liqEth/DepositManager.sol/DepositManager.dbg.json +1 -1
  10. package/src/assets/ethereum/ABI/liqEth/DepositManager.sol/DepositManager.json +26 -65
  11. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IAccounting.dbg.json +1 -1
  12. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IAccounting.json +24 -20
  13. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IDepositContract.dbg.json +1 -1
  14. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IDepositManager.dbg.json +1 -1
  15. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IRewardsERC20.dbg.json +1 -1
  16. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IStakingModule.dbg.json +1 -1
  17. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IStakingModule.json +0 -20
  18. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +1 -1
  19. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +1 -1
  20. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/LiqEthCommon.dbg.json +1 -1
  21. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/LiqEthCommon.json +2 -2
  22. package/src/assets/ethereum/ABI/liqEth/RewardsERC20.sol/RewardsERC20.dbg.json +1 -1
  23. package/src/assets/ethereum/ABI/liqEth/RewardsERC20Pausable.sol/RewardsERC20Pausable.dbg.json +1 -1
  24. package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/BeaconRoots.dbg.json +1 -1
  25. package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/SSZ.dbg.json +1 -1
  26. package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/ValidatorBalanceVerifier.dbg.json +1 -1
  27. package/src/assets/ethereum/ABI/liqEth/Yield.sol/BeaconRoots.dbg.json +1 -1
  28. package/src/assets/ethereum/ABI/liqEth/Yield.sol/BeaconRoots.json +2 -2
  29. package/src/assets/ethereum/ABI/liqEth/Yield.sol/SSZ.dbg.json +1 -1
  30. package/src/assets/ethereum/ABI/liqEth/Yield.sol/SSZ.json +2 -2
  31. package/src/assets/ethereum/ABI/liqEth/Yield.sol/YieldOracle.dbg.json +1 -1
  32. package/src/assets/ethereum/ABI/liqEth/Yield.sol/YieldOracle.json +2 -2
  33. package/src/assets/ethereum/ABI/liqEth/accounting.sol/Accounting.dbg.json +1 -1
  34. package/src/assets/ethereum/ABI/liqEth/accounting.sol/Accounting.json +31 -109
  35. package/src/assets/ethereum/ABI/liqEth/liqEth.sol/LiqEthToken.dbg.json +1 -1
  36. package/src/assets/ethereum/ABI/liqEth/liqEth.sol/LiqEthToken.json +2 -25
  37. package/src/assets/ethereum/ABI/liqEth/stakingModule.sol/StakingModule.dbg.json +1 -1
  38. package/src/assets/ethereum/ABI/liqEth/stakingModule.sol/StakingModule.json +30 -72
  39. package/src/assets/ethereum/ABI/liqEth/withdrawalQueue.sol/WithdrawalQueue.dbg.json +1 -1
  40. package/src/assets/ethereum/ABI/liqEth/withdrawalQueue.sol/WithdrawalQueue.json +2 -2
  41. package/src/assets/ethereum/ABI/liqEth/withdrawalVault.sol/Uint64BE.dbg.json +1 -1
  42. package/src/assets/ethereum/ABI/liqEth/withdrawalVault.sol/Uint64BE.json +2 -2
  43. package/src/assets/ethereum/ABI/liqEth/withdrawalVault.sol/WithdrawalVault.dbg.json +1 -1
  44. package/src/assets/ethereum/ABI/liqEth/withdrawalVault.sol/WithdrawalVault.json +2 -2
  45. package/src/assets/ethereum/ABI/outpost/BAR.sol/BAR.dbg.json +4 -0
  46. package/src/assets/ethereum/ABI/outpost/BAR.sol/BAR.json +1856 -0
  47. package/src/assets/ethereum/ABI/outpost/Depositor.sol/Depositor.dbg.json +4 -0
  48. package/src/assets/ethereum/ABI/outpost/Depositor.sol/Depositor.json +1753 -0
  49. package/src/assets/ethereum/ABI/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.dbg.json +4 -0
  50. package/src/assets/ethereum/ABI/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.json +122 -0
  51. package/src/assets/ethereum/ABI/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.dbg.json +4 -0
  52. package/src/assets/ethereum/ABI/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.json +601 -0
  53. package/src/assets/ethereum/ABI/outpost/OPP.sol/OPP.dbg.json +4 -0
  54. package/src/assets/ethereum/ABI/outpost/OPP.sol/OPP.json +930 -0
  55. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPP.dbg.json +4 -0
  56. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPP.json +88 -0
  57. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPPEndpoint.dbg.json +4 -0
  58. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPPEndpoint.json +29 -0
  59. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPPInbound.dbg.json +4 -0
  60. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPPInbound.json +194 -0
  61. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPPReceiver.dbg.json +4 -0
  62. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPPReceiver.json +29 -0
  63. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPPSender.dbg.json +4 -0
  64. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPPSender.json +36 -0
  65. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/OPPCommon.dbg.json +4 -0
  66. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/OPPCommon.json +199 -0
  67. package/src/assets/ethereum/ABI/outpost/OPPEndpoint.sol/OPPEndpoint.dbg.json +4 -0
  68. package/src/assets/ethereum/ABI/outpost/OPPEndpoint.sol/OPPEndpoint.json +273 -0
  69. package/src/assets/ethereum/ABI/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.dbg.json +4 -0
  70. package/src/assets/ethereum/ABI/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.json +394 -0
  71. package/src/assets/ethereum/ABI/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.dbg.json +4 -0
  72. package/src/assets/ethereum/ABI/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.json +378 -0
  73. package/src/assets/ethereum/ABI/outpost/OPPErrors.sol/OPPErrors.dbg.json +4 -0
  74. package/src/assets/ethereum/ABI/outpost/OPPErrors.sol/OPPErrors.json +224 -0
  75. package/src/assets/ethereum/ABI/outpost/OPPInbound.sol/OPPInbound.dbg.json +4 -0
  76. package/src/assets/ethereum/ABI/outpost/OPPInbound.sol/OPPInbound.json +1010 -0
  77. package/src/assets/ethereum/ABI/outpost/OPPReceiver.sol/OPPReceiver.dbg.json +4 -0
  78. package/src/assets/ethereum/ABI/outpost/OPPReceiver.sol/OPPReceiver.json +291 -0
  79. package/src/assets/ethereum/ABI/outpost/OPPSender.sol/OPPSender.dbg.json +4 -0
  80. package/src/assets/ethereum/ABI/outpost/OPPSender.sol/OPPSender.json +298 -0
  81. package/src/assets/ethereum/ABI/outpost/OutpostErrors.sol/OutpostErrors.dbg.json +4 -0
  82. package/src/assets/ethereum/ABI/outpost/OutpostErrors.sol/OutpostErrors.json +473 -0
  83. package/src/assets/ethereum/ABI/outpost/OutpostManaged.sol/OutpostManaged.dbg.json +4 -0
  84. package/src/assets/ethereum/ABI/outpost/OutpostManaged.sol/OutpostManaged.json +229 -0
  85. package/src/assets/ethereum/ABI/outpost/OutpostManager.sol/OutpostManager.dbg.json +4 -0
  86. package/src/assets/ethereum/ABI/outpost/OutpostManager.sol/OutpostManager.json +730 -0
  87. package/src/assets/ethereum/ABI/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.dbg.json +4 -0
  88. package/src/assets/ethereum/ABI/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.json +1432 -0
  89. package/src/assets/ethereum/ABI/outpost/OutpostManagerCommon.sol/IOutpostManager.dbg.json +4 -0
  90. package/src/assets/ethereum/ABI/outpost/OutpostManagerCommon.sol/IOutpostManager.json +130 -0
  91. package/src/assets/ethereum/ABI/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.dbg.json +4 -0
  92. package/src/assets/ethereum/ABI/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.json +29 -0
  93. package/src/assets/ethereum/ABI/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.dbg.json +4 -0
  94. package/src/assets/ethereum/ABI/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.json +141 -0
  95. package/src/assets/ethereum/ABI/outpost/OutpostOwnable.sol/OutpostOwnable.dbg.json +4 -0
  96. package/src/assets/ethereum/ABI/outpost/OutpostOwnable.sol/OutpostOwnable.json +213 -0
  97. package/src/assets/ethereum/ABI/outpost/Pool.sol/Pool.dbg.json +4 -0
  98. package/src/assets/ethereum/ABI/outpost/Pool.sol/Pool.json +921 -0
  99. package/src/assets/ethereum/ABI/outpost/ReceiptNFT.sol/ReceiptNFT.dbg.json +4 -0
  100. package/src/assets/ethereum/ABI/outpost/ReceiptNFT.sol/ReceiptNFT.json +2020 -0
  101. package/src/assets/ethereum/ABI/outpost/Warrant.sol/Warrant.dbg.json +4 -0
  102. package/src/assets/ethereum/ABI/outpost/Warrant.sol/Warrant.json +1650 -0
  103. package/src/assets/ethereum/ABI/outpost/interfaces/IWarrant.sol/IWarrant.dbg.json +4 -0
  104. package/src/assets/ethereum/ABI/{liqEth/LiqEthCommon.sol/ILiqEthMint.json → outpost/interfaces/IWarrant.sol/IWarrant.json} +6 -12
  105. package/src/assets/ethereum/ABI/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.dbg.json +4 -0
  106. package/src/assets/ethereum/ABI/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.json +858 -0
  107. package/src/assets/ethereum/ABI/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.dbg.json +4 -0
  108. package/src/assets/ethereum/ABI/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.json +30 -0
  109. package/src/assets/solana/idl/liqsol_core.json +1369 -1129
  110. package/src/assets/solana/idl/liqsol_token.json +1 -1
  111. package/src/assets/solana/idl/validator_leaderboard.json +1 -1
  112. package/src/assets/solana/types/liqsol_core.ts +1369 -1129
  113. package/src/assets/solana/types/liqsol_token.ts +1 -1
  114. package/src/assets/solana/types/validator_leaderboard.ts +1 -1
  115. package/src/index.ts +2 -1
  116. package/src/networks/ethereum/clients/deposit.client.ts +82 -0
  117. package/src/networks/ethereum/clients/stake.client.ts +215 -0
  118. package/src/networks/ethereum/contract.ts +82 -23
  119. package/src/networks/ethereum/ethereum.ts +148 -69
  120. package/src/networks/ethereum/types.ts +74 -7
  121. package/src/networks/solana/clients/deposit.client.ts +7 -11
  122. package/src/networks/solana/clients/distribution.client.ts +1 -3
  123. package/src/networks/solana/clients/outpost.client.ts +474 -0
  124. package/src/networks/solana/constants.ts +90 -52
  125. package/src/networks/solana/solana.ts +155 -128
  126. package/src/networks/solana/types.ts +95 -8
  127. package/src/networks/solana/utils.ts +111 -94
  128. package/src/staker/types.ts +7 -5
  129. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/ILiqEthBurn.dbg.json +0 -4
  130. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/ILiqEthBurn.json +0 -24
  131. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/ILiqEthMint.dbg.json +0 -4
  132. package/src/assets/ethereum/ABI/liqEth/liqEthBurn.sol/LiqEthBurn.dbg.json +0 -4
  133. package/src/assets/ethereum/ABI/liqEth/liqEthBurn.sol/LiqEthBurn.json +0 -391
  134. package/src/assets/ethereum/ABI/liqEth/liqEthMint.sol/LiqEthMint.dbg.json +0 -4
  135. package/src/assets/ethereum/ABI/liqEth/liqEthMint.sol/LiqEthMint.json +0 -402
@@ -1,391 +0,0 @@
1
- {
2
- "_format": "hh-sol-artifact-1",
3
- "contractName": "LiqEthBurn",
4
- "sourceName": "contracts/liqEth/liqEthBurn.sol",
5
- "abi": [
6
- {
7
- "inputs": [
8
- {
9
- "internalType": "address",
10
- "name": "_liqEth",
11
- "type": "address"
12
- },
13
- {
14
- "internalType": "address",
15
- "name": "manager",
16
- "type": "address"
17
- }
18
- ],
19
- "stateMutability": "nonpayable",
20
- "type": "constructor"
21
- },
22
- {
23
- "inputs": [],
24
- "name": "AccessControlBadConfirmation",
25
- "type": "error"
26
- },
27
- {
28
- "inputs": [
29
- {
30
- "internalType": "address",
31
- "name": "account",
32
- "type": "address"
33
- },
34
- {
35
- "internalType": "bytes32",
36
- "name": "neededRole",
37
- "type": "bytes32"
38
- }
39
- ],
40
- "name": "AccessControlUnauthorizedAccount",
41
- "type": "error"
42
- },
43
- {
44
- "anonymous": false,
45
- "inputs": [
46
- {
47
- "indexed": true,
48
- "internalType": "address",
49
- "name": "from",
50
- "type": "address"
51
- },
52
- {
53
- "indexed": false,
54
- "internalType": "uint256",
55
- "name": "amount",
56
- "type": "uint256"
57
- },
58
- {
59
- "indexed": false,
60
- "internalType": "uint256",
61
- "name": "shares",
62
- "type": "uint256"
63
- }
64
- ],
65
- "name": "Burned",
66
- "type": "event"
67
- },
68
- {
69
- "anonymous": false,
70
- "inputs": [
71
- {
72
- "indexed": true,
73
- "internalType": "bytes32",
74
- "name": "role",
75
- "type": "bytes32"
76
- },
77
- {
78
- "indexed": true,
79
- "internalType": "bytes32",
80
- "name": "previousAdminRole",
81
- "type": "bytes32"
82
- },
83
- {
84
- "indexed": true,
85
- "internalType": "bytes32",
86
- "name": "newAdminRole",
87
- "type": "bytes32"
88
- }
89
- ],
90
- "name": "RoleAdminChanged",
91
- "type": "event"
92
- },
93
- {
94
- "anonymous": false,
95
- "inputs": [
96
- {
97
- "indexed": true,
98
- "internalType": "bytes32",
99
- "name": "role",
100
- "type": "bytes32"
101
- },
102
- {
103
- "indexed": true,
104
- "internalType": "address",
105
- "name": "account",
106
- "type": "address"
107
- },
108
- {
109
- "indexed": true,
110
- "internalType": "address",
111
- "name": "sender",
112
- "type": "address"
113
- }
114
- ],
115
- "name": "RoleGranted",
116
- "type": "event"
117
- },
118
- {
119
- "anonymous": false,
120
- "inputs": [
121
- {
122
- "indexed": true,
123
- "internalType": "bytes32",
124
- "name": "role",
125
- "type": "bytes32"
126
- },
127
- {
128
- "indexed": true,
129
- "internalType": "address",
130
- "name": "account",
131
- "type": "address"
132
- },
133
- {
134
- "indexed": true,
135
- "internalType": "address",
136
- "name": "sender",
137
- "type": "address"
138
- }
139
- ],
140
- "name": "RoleRevoked",
141
- "type": "event"
142
- },
143
- {
144
- "inputs": [],
145
- "name": "DEFAULT_ADMIN_ROLE",
146
- "outputs": [
147
- {
148
- "internalType": "bytes32",
149
- "name": "",
150
- "type": "bytes32"
151
- }
152
- ],
153
- "stateMutability": "view",
154
- "type": "function"
155
- },
156
- {
157
- "inputs": [],
158
- "name": "MANAGER_ROLE",
159
- "outputs": [
160
- {
161
- "internalType": "bytes32",
162
- "name": "",
163
- "type": "bytes32"
164
- }
165
- ],
166
- "stateMutability": "view",
167
- "type": "function"
168
- },
169
- {
170
- "inputs": [
171
- {
172
- "internalType": "uint256",
173
- "name": "amount",
174
- "type": "uint256"
175
- }
176
- ],
177
- "name": "burn",
178
- "outputs": [],
179
- "stateMutability": "nonpayable",
180
- "type": "function"
181
- },
182
- {
183
- "inputs": [
184
- {
185
- "internalType": "bytes32",
186
- "name": "role",
187
- "type": "bytes32"
188
- }
189
- ],
190
- "name": "getRoleAdmin",
191
- "outputs": [
192
- {
193
- "internalType": "bytes32",
194
- "name": "",
195
- "type": "bytes32"
196
- }
197
- ],
198
- "stateMutability": "view",
199
- "type": "function"
200
- },
201
- {
202
- "inputs": [
203
- {
204
- "internalType": "bytes32",
205
- "name": "role",
206
- "type": "bytes32"
207
- },
208
- {
209
- "internalType": "uint256",
210
- "name": "index",
211
- "type": "uint256"
212
- }
213
- ],
214
- "name": "getRoleMember",
215
- "outputs": [
216
- {
217
- "internalType": "address",
218
- "name": "",
219
- "type": "address"
220
- }
221
- ],
222
- "stateMutability": "view",
223
- "type": "function"
224
- },
225
- {
226
- "inputs": [
227
- {
228
- "internalType": "bytes32",
229
- "name": "role",
230
- "type": "bytes32"
231
- }
232
- ],
233
- "name": "getRoleMemberCount",
234
- "outputs": [
235
- {
236
- "internalType": "uint256",
237
- "name": "",
238
- "type": "uint256"
239
- }
240
- ],
241
- "stateMutability": "view",
242
- "type": "function"
243
- },
244
- {
245
- "inputs": [
246
- {
247
- "internalType": "bytes32",
248
- "name": "role",
249
- "type": "bytes32"
250
- }
251
- ],
252
- "name": "getRoleMembers",
253
- "outputs": [
254
- {
255
- "internalType": "address[]",
256
- "name": "",
257
- "type": "address[]"
258
- }
259
- ],
260
- "stateMutability": "view",
261
- "type": "function"
262
- },
263
- {
264
- "inputs": [
265
- {
266
- "internalType": "bytes32",
267
- "name": "role",
268
- "type": "bytes32"
269
- },
270
- {
271
- "internalType": "address",
272
- "name": "account",
273
- "type": "address"
274
- }
275
- ],
276
- "name": "grantRole",
277
- "outputs": [],
278
- "stateMutability": "nonpayable",
279
- "type": "function"
280
- },
281
- {
282
- "inputs": [
283
- {
284
- "internalType": "bytes32",
285
- "name": "role",
286
- "type": "bytes32"
287
- },
288
- {
289
- "internalType": "address",
290
- "name": "account",
291
- "type": "address"
292
- }
293
- ],
294
- "name": "hasRole",
295
- "outputs": [
296
- {
297
- "internalType": "bool",
298
- "name": "",
299
- "type": "bool"
300
- }
301
- ],
302
- "stateMutability": "view",
303
- "type": "function"
304
- },
305
- {
306
- "inputs": [],
307
- "name": "liqEth",
308
- "outputs": [
309
- {
310
- "internalType": "address",
311
- "name": "",
312
- "type": "address"
313
- }
314
- ],
315
- "stateMutability": "view",
316
- "type": "function"
317
- },
318
- {
319
- "inputs": [
320
- {
321
- "internalType": "bytes32",
322
- "name": "role",
323
- "type": "bytes32"
324
- },
325
- {
326
- "internalType": "address",
327
- "name": "callerConfirmation",
328
- "type": "address"
329
- }
330
- ],
331
- "name": "renounceRole",
332
- "outputs": [],
333
- "stateMutability": "nonpayable",
334
- "type": "function"
335
- },
336
- {
337
- "inputs": [
338
- {
339
- "internalType": "bytes32",
340
- "name": "role",
341
- "type": "bytes32"
342
- },
343
- {
344
- "internalType": "address",
345
- "name": "account",
346
- "type": "address"
347
- }
348
- ],
349
- "name": "revokeRole",
350
- "outputs": [],
351
- "stateMutability": "nonpayable",
352
- "type": "function"
353
- },
354
- {
355
- "inputs": [
356
- {
357
- "internalType": "address",
358
- "name": "newMgr",
359
- "type": "address"
360
- }
361
- ],
362
- "name": "setManager",
363
- "outputs": [],
364
- "stateMutability": "nonpayable",
365
- "type": "function"
366
- },
367
- {
368
- "inputs": [
369
- {
370
- "internalType": "bytes4",
371
- "name": "interfaceId",
372
- "type": "bytes4"
373
- }
374
- ],
375
- "name": "supportsInterface",
376
- "outputs": [
377
- {
378
- "internalType": "bool",
379
- "name": "",
380
- "type": "bool"
381
- }
382
- ],
383
- "stateMutability": "view",
384
- "type": "function"
385
- }
386
- ],
387
- "bytecode": "0x60a03461015557610e5890601f38839003908101601f19168201906001600160401b0382118383101761015a578083916040958694855283398101031261015557610055602061004e83610170565b9201610170565b6001600160a01b039180831615158061014a575b156100f65760805261007a33610184565b6100da575b61008881610202565b6100ab575b8251610afd908161031b82396080518181816103f0015261056a0152f35b6100d291600080516020610e38833981519152600052600160205283600020911690610290565b50388061008d565b6000805260016020526100f03384600020610290565b5061007f565b835162461bcd60e51b815260206004820152602760248201527f546f6b656e20616e64206d616e6167657220616464726573732063616e2774206044820152666265207a65726f60c81b6064820152608490fd5b508282161515610069565b600080fd5b634e487b7160e01b600052604160045260246000fd5b51906001600160a01b038216820361015557565b6001600160a01b031660008181527fad3228b676f7d3cd4284a5443f17f1962b36e491b30a40b2405849e597ba5fb5602052604081205490919060ff166101fe57818052816020526040822081835260205260408220600160ff198254161790553391600080516020610e188339815191528180a4600190565b5090565b6001600160a01b031660008181527f511473bfc0317b2ecebc3e7070288e5dde2957151ef598d1c2d01ac136128f326020526040812054909190600080516020610e388339815191529060ff1661028b57808352826020526040832082845260205260408320600160ff19825416179055600080516020610e18833981519152339380a4600190565b505090565b91906001830160009082825280602052604082205415600014610314578454946801000000000000000086101561030057600186018082558610156102ec57836040949596828552602085200155549382526020522055600190565b634e487b7160e01b83526032600452602483fd5b634e487b7160e01b83526041600452602483fd5b5092505056fe608060408181526004918236101561001657600080fd5b600092833560e01c91826301ffc9a714610599575081630a65176114610555578163248a9ca31461052b5781632f2ff15d146104c057816336568abe1461047a57816342966c68146103925781639010d07c1461035157816391d148541461030b578163a217fddf146102f0578163a3246ad314610251578163ca15c87314610229578163d0ebdbe71461012d578163d547741f146100ea575063ec87621c146100bf57600080fd5b346100e657816003193601126100e65760209051600080516020610aa88339815191528152f35b5080fd5b919050346101295780600319360112610129576101259135610120600161010f610606565b938387528660205286200154610659565b61069d565b5080f35b8280fd5b9050346101295760209182600319360112610225576001600160a01b038235818116939184820361022157868052868652838720338852865260ff84882054161561020457600080516020610aa88339815191529283885260018752848820908154156101f157508752858720546101b59291166101aa816107f1565b6101d7575b506106d8565b6101bd578480f35b6101ce93600191865252832061092d565b50388080808480f35b6101ea90848952600188528589206109b7565b50386101af565b634e487b7160e01b895260329052602488fd5b835163e2517d3f60e01b8152338185015260248101889052604490fd5b8680fd5b8380fd5b9050346101295760203660031901126101295760209282913581526001845220549051908152f35b9050346101295760209081600319360112610225573583526001808252828420835181548082529186528386208185019693949192879190855b8181106102dd57505050826102a1910383610621565b8451948186019282875251809352850195925b8281106102c15785870386f35b83516001600160a01b03168752958101959281019284016102b4565b825484529284019291870191870161028b565b5050346100e657816003193601126100e65751908152602090f35b9050346101295781600319360112610129578160209360ff9261032c610606565b903582528186528282206001600160a01b039091168252855220549151911615158152f35b90503461012957816003193601126101295760209261037c91358152600184528260243591206108ff565b905491519160018060a01b039160031b1c168152f35b905034610129576020918260031936011261022557600080516020610aa8833981519152808552848452818520338652845260ff82862054161561045e57508051629f15d760e81b81523083820152913560248301528282604481877f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165af1908115610455575061042a578280f35b813d831161044e575b61043d8183610621565b8101031261044b5738808280f35b80fd5b503d610433565b513d85823e3d90fd5b60449291519163e2517d3f60e01b835233908301526024820152fd5b8383346100e657806003193601126100e657610494610606565b90336001600160a01b038316036104b1575061012591923561069d565b5163334bd91960e11b81528390fd5b90503461012957816003193601126101295735906104dc610606565b90828452836020526104f360018286200154610659565b6104fd8284610778565b610505578380f35b9183526001602052908220610523916001600160a01b03169061092d565b503880808380f35b90503461012957602036600319011261012957816020936001923581528085522001549051908152f35b5050346100e657816003193601126100e657517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b849134610129576020366003190112610129573563ffffffff60e01b81168091036101295760209250635a05180f60e01b81149081156105db575b5015158152f35b637965db0b60e01b8114915081156105f5575b50836105d4565b6301ffc9a760e01b149050836105ee565b602435906001600160a01b038216820361061c57565b600080fd5b90601f8019910116810190811067ffffffffffffffff82111761064357604052565b634e487b7160e01b600052604160045260246000fd5b80600052600060205260406000203360005260205260ff604060002054161561067f5750565b6044906040519063e2517d3f60e01b82523360048301526024820152fd5b6106a7828261088a565b91826106b257505090565b6000918252600160205260409091206106d4916001600160a01b0316906109b7565b5090565b6001600160a01b031660008181527f511473bfc0317b2ecebc3e7070288e5dde2957151ef598d1c2d01ac136128f326020526040812054909190600080516020610aa88339815191529060ff1661077357808352826020526040832082845260205260408320600160ff198254161790557f2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d339380a4600190565b505090565b9060009180835282602052604083209160018060a01b03169182845260205260ff6040842054161560001461077357808352826020526040832082845260205260408320600160ff198254161790557f2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d339380a4600190565b6001600160a01b031660008181527f511473bfc0317b2ecebc3e7070288e5dde2957151ef598d1c2d01ac136128f326020526040812054909190600080516020610aa88339815191529060ff16156107735780835282602052604083208284526020526040832060ff1981541690557ff6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b339380a4600190565b9060009180835282602052604083209160018060a01b03169182845260205260ff6040842054166000146107735780835282602052604083208284526020526040832060ff1981541690557ff6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b339380a4600190565b80548210156109175760005260206000200190600090565b634e487b7160e01b600052603260045260246000fd5b919060018301600090828252806020526040822054156000146109b1578454946801000000000000000086101561099d578361098d610976886001604098999a018555846108ff565b819391549060031b91821b91600019901b19161790565b9055549382526020522055600190565b634e487b7160e01b83526041600452602483fd5b50925050565b90600182019060009281845282602052604084205490811515600014610aa05760001991808301818111610a8c57825490848201918211610a7857818103610a43575b50505080548015610a2f57820191610a1283836108ff565b909182549160031b1b191690555582526020526040812055600190565b634e487b7160e01b86526031600452602486fd5b610a63610a5361097693866108ff565b90549060031b1c928392866108ff565b905586528460205260408620553880806109fa565b634e487b7160e01b88526011600452602488fd5b634e487b7160e01b87526011600452602487fd5b505050509056feaf290d8680820aad922855f39b306097b20e28774d6c1ad35a20325630c3a02ca26469706673582212209303c1c47482be14040af9a60bbaa5a940c2a4965c4114697596da821788998b64736f6c634300081900332f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0daf290d8680820aad922855f39b306097b20e28774d6c1ad35a20325630c3a02c",
388
- "deployedBytecode": "0x608060408181526004918236101561001657600080fd5b600092833560e01c91826301ffc9a714610599575081630a65176114610555578163248a9ca31461052b5781632f2ff15d146104c057816336568abe1461047a57816342966c68146103925781639010d07c1461035157816391d148541461030b578163a217fddf146102f0578163a3246ad314610251578163ca15c87314610229578163d0ebdbe71461012d578163d547741f146100ea575063ec87621c146100bf57600080fd5b346100e657816003193601126100e65760209051600080516020610aa88339815191528152f35b5080fd5b919050346101295780600319360112610129576101259135610120600161010f610606565b938387528660205286200154610659565b61069d565b5080f35b8280fd5b9050346101295760209182600319360112610225576001600160a01b038235818116939184820361022157868052868652838720338852865260ff84882054161561020457600080516020610aa88339815191529283885260018752848820908154156101f157508752858720546101b59291166101aa816107f1565b6101d7575b506106d8565b6101bd578480f35b6101ce93600191865252832061092d565b50388080808480f35b6101ea90848952600188528589206109b7565b50386101af565b634e487b7160e01b895260329052602488fd5b835163e2517d3f60e01b8152338185015260248101889052604490fd5b8680fd5b8380fd5b9050346101295760203660031901126101295760209282913581526001845220549051908152f35b9050346101295760209081600319360112610225573583526001808252828420835181548082529186528386208185019693949192879190855b8181106102dd57505050826102a1910383610621565b8451948186019282875251809352850195925b8281106102c15785870386f35b83516001600160a01b03168752958101959281019284016102b4565b825484529284019291870191870161028b565b5050346100e657816003193601126100e65751908152602090f35b9050346101295781600319360112610129578160209360ff9261032c610606565b903582528186528282206001600160a01b039091168252855220549151911615158152f35b90503461012957816003193601126101295760209261037c91358152600184528260243591206108ff565b905491519160018060a01b039160031b1c168152f35b905034610129576020918260031936011261022557600080516020610aa8833981519152808552848452818520338652845260ff82862054161561045e57508051629f15d760e81b81523083820152913560248301528282604481877f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165af1908115610455575061042a578280f35b813d831161044e575b61043d8183610621565b8101031261044b5738808280f35b80fd5b503d610433565b513d85823e3d90fd5b60449291519163e2517d3f60e01b835233908301526024820152fd5b8383346100e657806003193601126100e657610494610606565b90336001600160a01b038316036104b1575061012591923561069d565b5163334bd91960e11b81528390fd5b90503461012957816003193601126101295735906104dc610606565b90828452836020526104f360018286200154610659565b6104fd8284610778565b610505578380f35b9183526001602052908220610523916001600160a01b03169061092d565b503880808380f35b90503461012957602036600319011261012957816020936001923581528085522001549051908152f35b5050346100e657816003193601126100e657517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b849134610129576020366003190112610129573563ffffffff60e01b81168091036101295760209250635a05180f60e01b81149081156105db575b5015158152f35b637965db0b60e01b8114915081156105f5575b50836105d4565b6301ffc9a760e01b149050836105ee565b602435906001600160a01b038216820361061c57565b600080fd5b90601f8019910116810190811067ffffffffffffffff82111761064357604052565b634e487b7160e01b600052604160045260246000fd5b80600052600060205260406000203360005260205260ff604060002054161561067f5750565b6044906040519063e2517d3f60e01b82523360048301526024820152fd5b6106a7828261088a565b91826106b257505090565b6000918252600160205260409091206106d4916001600160a01b0316906109b7565b5090565b6001600160a01b031660008181527f511473bfc0317b2ecebc3e7070288e5dde2957151ef598d1c2d01ac136128f326020526040812054909190600080516020610aa88339815191529060ff1661077357808352826020526040832082845260205260408320600160ff198254161790557f2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d339380a4600190565b505090565b9060009180835282602052604083209160018060a01b03169182845260205260ff6040842054161560001461077357808352826020526040832082845260205260408320600160ff198254161790557f2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d339380a4600190565b6001600160a01b031660008181527f511473bfc0317b2ecebc3e7070288e5dde2957151ef598d1c2d01ac136128f326020526040812054909190600080516020610aa88339815191529060ff16156107735780835282602052604083208284526020526040832060ff1981541690557ff6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b339380a4600190565b9060009180835282602052604083209160018060a01b03169182845260205260ff6040842054166000146107735780835282602052604083208284526020526040832060ff1981541690557ff6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b339380a4600190565b80548210156109175760005260206000200190600090565b634e487b7160e01b600052603260045260246000fd5b919060018301600090828252806020526040822054156000146109b1578454946801000000000000000086101561099d578361098d610976886001604098999a018555846108ff565b819391549060031b91821b91600019901b19161790565b9055549382526020522055600190565b634e487b7160e01b83526041600452602483fd5b50925050565b90600182019060009281845282602052604084205490811515600014610aa05760001991808301818111610a8c57825490848201918211610a7857818103610a43575b50505080548015610a2f57820191610a1283836108ff565b909182549160031b1b191690555582526020526040812055600190565b634e487b7160e01b86526031600452602486fd5b610a63610a5361097693866108ff565b90549060031b1c928392866108ff565b905586528460205260408620553880806109fa565b634e487b7160e01b88526011600452602488fd5b634e487b7160e01b87526011600452602487fd5b505050509056feaf290d8680820aad922855f39b306097b20e28774d6c1ad35a20325630c3a02ca26469706673582212209303c1c47482be14040af9a60bbaa5a940c2a4965c4114697596da821788998b64736f6c63430008190033",
389
- "linkReferences": {},
390
- "deployedLinkReferences": {}
391
- }
@@ -1,4 +0,0 @@
1
- {
2
- "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/d79f4e283230a26eb6886de970dd65fb.json"
4
- }