@wireio/stake 0.2.5 → 0.3.0

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 (97) hide show
  1. package/lib/stake.browser.js +2461 -2074
  2. package/lib/stake.browser.js.map +1 -1
  3. package/lib/stake.d.ts +29 -55
  4. package/lib/stake.js +2615 -2211
  5. package/lib/stake.js.map +1 -1
  6. package/lib/stake.m.js +2461 -2074
  7. package/lib/stake.m.js.map +1 -1
  8. package/package.json +1 -1
  9. package/src/assets/ethereum/ABI/liqEth/BeaconState.sol/BeaconState.dbg.json +4 -0
  10. package/src/assets/ethereum/ABI/liqEth/BeaconState.sol/BeaconState.json +807 -0
  11. package/src/assets/ethereum/ABI/liqEth/DepositManager.sol/DepositManager.dbg.json +1 -1
  12. package/src/assets/ethereum/ABI/liqEth/DepositManager.sol/DepositManager.json +184 -346
  13. package/src/assets/ethereum/ABI/liqEth/LiqEthAuthority.sol/LiqEthAuthority.dbg.json +4 -0
  14. package/src/assets/ethereum/ABI/liqEth/LiqEthAuthority.sol/LiqEthAuthority.json +1289 -0
  15. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IAccounting.dbg.json +1 -1
  16. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IDepositContract.dbg.json +1 -1
  17. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IDepositManager.dbg.json +1 -1
  18. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +4 -0
  19. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.json +29 -0
  20. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IRewardsERC20.dbg.json +1 -1
  21. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IRewardsERC20.json +36 -0
  22. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +4 -0
  23. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.json +263 -0
  24. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IStakingModule.dbg.json +1 -1
  25. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IStakingModule.json +226 -0
  26. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +1 -1
  27. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.json +59 -0
  28. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +1 -1
  29. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IWithdrawalRecord.json +14 -12
  30. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/LiqEthCommon.dbg.json +1 -1
  31. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/LiqEthCommon.json +2 -2
  32. package/src/assets/ethereum/ABI/liqEth/LiqEthManaged.sol/LiqEthManaged.dbg.json +4 -0
  33. package/src/assets/ethereum/ABI/liqEth/LiqEthManaged.sol/LiqEthManaged.json +229 -0
  34. package/src/assets/ethereum/ABI/liqEth/RewardsERC20.sol/RewardsERC20Upgradeable.dbg.json +4 -0
  35. package/src/assets/ethereum/ABI/liqEth/{RewardsERC20Pausable.sol/RewardsERC20Pausable.json → RewardsERC20.sol/RewardsERC20Upgradeable.json} +140 -78
  36. package/src/assets/ethereum/ABI/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.dbg.json +4 -0
  37. package/src/assets/ethereum/ABI/liqEth/{RewardsERC20.sol/RewardsERC20.json → RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.json} +218 -30
  38. package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/BeaconRoots.dbg.json +1 -1
  39. package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/BeaconRoots.json +2 -2
  40. package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/SSZ.dbg.json +1 -1
  41. package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/SSZ.json +2 -2
  42. package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/SSZExtras.dbg.json +4 -0
  43. package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/SSZExtras.json +10 -0
  44. package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/SSZVec48.dbg.json +4 -0
  45. package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/SSZVec48.json +10 -0
  46. package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/ValidatorBalanceVerifier.dbg.json +1 -1
  47. package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/ValidatorBalanceVerifier.json +121 -55
  48. package/src/assets/ethereum/ABI/liqEth/Yield.sol/YieldOracle.dbg.json +1 -1
  49. package/src/assets/ethereum/ABI/liqEth/Yield.sol/YieldOracle.json +836 -273
  50. package/src/assets/ethereum/ABI/liqEth/accounting.sol/Accounting.dbg.json +1 -1
  51. package/src/assets/ethereum/ABI/liqEth/accounting.sol/Accounting.json +150 -168
  52. package/src/assets/ethereum/ABI/liqEth/liqEth.sol/LiqEthToken.dbg.json +1 -1
  53. package/src/assets/ethereum/ABI/liqEth/liqEth.sol/LiqEthToken.json +301 -186
  54. package/src/assets/ethereum/ABI/liqEth/stakingModule.sol/StakingModule.dbg.json +1 -1
  55. package/src/assets/ethereum/ABI/liqEth/stakingModule.sol/StakingModule.json +814 -206
  56. package/src/assets/ethereum/ABI/liqEth/withdrawalQueue.sol/WithdrawalQueue.dbg.json +1 -1
  57. package/src/assets/ethereum/ABI/liqEth/withdrawalQueue.sol/WithdrawalQueue.json +244 -198
  58. package/src/assets/ethereum/ABI/liqEth/withdrawalVault.sol/Uint64BE.dbg.json +1 -1
  59. package/src/assets/ethereum/ABI/liqEth/withdrawalVault.sol/Uint64BE.json +2 -2
  60. package/src/assets/ethereum/ABI/liqEth/withdrawalVault.sol/WithdrawalVault.dbg.json +1 -1
  61. package/src/assets/ethereum/ABI/liqEth/withdrawalVault.sol/WithdrawalVault.json +165 -152
  62. package/src/assets/ethereum/ABI/outpost/Depositor.sol/Depositor.dbg.json +1 -1
  63. package/src/assets/ethereum/ABI/outpost/Depositor.sol/Depositor.json +167 -282
  64. package/src/assets/ethereum/ABI/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.dbg.json +1 -1
  65. package/src/assets/ethereum/ABI/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.dbg.json +1 -1
  66. package/src/assets/ethereum/ABI/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.json +2 -54
  67. package/src/assets/ethereum/ABI/outpost/OPP.sol/OPP.dbg.json +1 -1
  68. package/src/assets/ethereum/ABI/outpost/OPP.sol/OPP.json +26 -8
  69. package/src/assets/ethereum/ABI/outpost/OPPInbound.sol/OPPInbound.dbg.json +1 -1
  70. package/src/assets/ethereum/ABI/outpost/OPPInbound.sol/OPPInbound.json +2 -2
  71. package/src/assets/ethereum/ABI/outpost/Pretoken.sol/Pretoken.dbg.json +4 -0
  72. package/src/assets/ethereum/ABI/outpost/Pretoken.sol/Pretoken.json +1650 -0
  73. package/src/assets/ethereum/ABI/outpost/ReceiptNFT.sol/ReceiptNFT.dbg.json +1 -1
  74. package/src/assets/ethereum/ABI/outpost/ReceiptNFT.sol/ReceiptNFT.json +2 -22
  75. package/src/assets/ethereum/ABI/outpost/interfaces/IPretoken.sol/IPretoken.dbg.json +4 -0
  76. package/src/assets/ethereum/ABI/outpost/interfaces/IPretoken.sol/IPretoken.json +29 -0
  77. package/src/assets/ethereum/ABI/outpost/interfaces/IWarrant.sol/IWarrant.dbg.json +1 -1
  78. package/src/networks/ethereum/clients/deposit.client.ts +11 -7
  79. package/src/networks/ethereum/clients/liq.client.ts +47 -0
  80. package/src/networks/ethereum/clients/pretoken.client.ts +47 -50
  81. package/src/networks/ethereum/contract.ts +24 -51
  82. package/src/networks/ethereum/ethereum.ts +29 -52
  83. package/src/networks/ethereum/types.ts +7 -6
  84. package/src/networks/ethereum/utils.ts +3 -9
  85. package/src/networks/solana/clients/token.client.ts +0 -1
  86. package/src/networks/solana/solana.ts +44 -146
  87. package/src/networks/solana/types.ts +6 -2
  88. package/src/networks/solana/utils.ts +4 -6
  89. package/src/types.ts +6 -34
  90. package/src/assets/ethereum/ABI/liqEth/RewardsERC20.sol/RewardsERC20.dbg.json +0 -4
  91. package/src/assets/ethereum/ABI/liqEth/RewardsERC20Pausable.sol/RewardsERC20Pausable.dbg.json +0 -4
  92. package/src/assets/ethereum/ABI/liqEth/Yield.sol/BeaconRoots.dbg.json +0 -4
  93. package/src/assets/ethereum/ABI/liqEth/Yield.sol/BeaconRoots.json +0 -10
  94. package/src/assets/ethereum/ABI/liqEth/Yield.sol/SSZ.dbg.json +0 -4
  95. package/src/assets/ethereum/ABI/liqEth/Yield.sol/SSZ.json +0 -10
  96. package/src/assets/ethereum/ABI/outpost/Warrant.sol/Warrant.dbg.json +0 -4
  97. package/src/assets/ethereum/ABI/outpost/Warrant.sol/Warrant.json +0 -1650
@@ -0,0 +1,807 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "BeaconState",
4
+ "sourceName": "contracts/liqEth/BeaconState.sol",
5
+ "abi": [
6
+ {
7
+ "inputs": [
8
+ {
9
+ "internalType": "bytes32",
10
+ "name": "leaf",
11
+ "type": "bytes32"
12
+ },
13
+ {
14
+ "internalType": "bytes32[]",
15
+ "name": "branch",
16
+ "type": "bytes32[]"
17
+ },
18
+ {
19
+ "internalType": "uint256",
20
+ "name": "gindex",
21
+ "type": "uint256"
22
+ }
23
+ ],
24
+ "name": "computeRoot",
25
+ "outputs": [
26
+ {
27
+ "internalType": "bytes32",
28
+ "name": "node",
29
+ "type": "bytes32"
30
+ }
31
+ ],
32
+ "stateMutability": "pure",
33
+ "type": "function"
34
+ },
35
+ {
36
+ "inputs": [
37
+ {
38
+ "internalType": "bytes32",
39
+ "name": "expectedBeaconRoot",
40
+ "type": "bytes32"
41
+ },
42
+ {
43
+ "internalType": "bytes32[]",
44
+ "name": "branchWitnesses",
45
+ "type": "bytes32[]"
46
+ },
47
+ {
48
+ "internalType": "bytes32",
49
+ "name": "leaf",
50
+ "type": "bytes32"
51
+ },
52
+ {
53
+ "internalType": "bytes32[]",
54
+ "name": "leafWitnesses",
55
+ "type": "bytes32[]"
56
+ },
57
+ {
58
+ "internalType": "uint256",
59
+ "name": "listGindexOffset",
60
+ "type": "uint256"
61
+ },
62
+ {
63
+ "internalType": "uint256",
64
+ "name": "listIndex",
65
+ "type": "uint256"
66
+ },
67
+ {
68
+ "internalType": "uint256",
69
+ "name": "recordSize",
70
+ "type": "uint256"
71
+ },
72
+ {
73
+ "internalType": "uint256",
74
+ "name": "valueOffset",
75
+ "type": "uint256"
76
+ },
77
+ {
78
+ "internalType": "uint256",
79
+ "name": "valueSize",
80
+ "type": "uint256"
81
+ },
82
+ {
83
+ "internalType": "bytes",
84
+ "name": "expectedValue",
85
+ "type": "bytes"
86
+ }
87
+ ],
88
+ "name": "proveListValue",
89
+ "outputs": [
90
+ {
91
+ "internalType": "bool",
92
+ "name": "matches",
93
+ "type": "bool"
94
+ }
95
+ ],
96
+ "stateMutability": "pure",
97
+ "type": "function"
98
+ },
99
+ {
100
+ "inputs": [
101
+ {
102
+ "internalType": "bytes32",
103
+ "name": "expectedBeaconRoot",
104
+ "type": "bytes32"
105
+ },
106
+ {
107
+ "internalType": "bytes32[]",
108
+ "name": "branchWitnesses",
109
+ "type": "bytes32[]"
110
+ },
111
+ {
112
+ "internalType": "bytes32",
113
+ "name": "leaf",
114
+ "type": "bytes32"
115
+ },
116
+ {
117
+ "internalType": "bytes32[]",
118
+ "name": "leafWitnesses",
119
+ "type": "bytes32[]"
120
+ },
121
+ {
122
+ "internalType": "uint256",
123
+ "name": "validatorIndex",
124
+ "type": "uint256"
125
+ },
126
+ {
127
+ "internalType": "uint64",
128
+ "name": "expectedActivationEligibilityEpoch",
129
+ "type": "uint64"
130
+ }
131
+ ],
132
+ "name": "proveValidatorActivationEligibilityEpoch",
133
+ "outputs": [],
134
+ "stateMutability": "pure",
135
+ "type": "function"
136
+ },
137
+ {
138
+ "inputs": [
139
+ {
140
+ "internalType": "uint64",
141
+ "name": "ts",
142
+ "type": "uint64"
143
+ },
144
+ {
145
+ "internalType": "bytes32[]",
146
+ "name": "branchWitnesses",
147
+ "type": "bytes32[]"
148
+ },
149
+ {
150
+ "internalType": "bytes32",
151
+ "name": "leaf",
152
+ "type": "bytes32"
153
+ },
154
+ {
155
+ "internalType": "bytes32[]",
156
+ "name": "leafWitnesses",
157
+ "type": "bytes32[]"
158
+ },
159
+ {
160
+ "internalType": "uint256",
161
+ "name": "validatorIndex",
162
+ "type": "uint256"
163
+ },
164
+ {
165
+ "internalType": "uint64",
166
+ "name": "expectedActivationEligibilityEpoch",
167
+ "type": "uint64"
168
+ }
169
+ ],
170
+ "name": "proveValidatorActivationEligibilityEpochAtTs",
171
+ "outputs": [],
172
+ "stateMutability": "view",
173
+ "type": "function"
174
+ },
175
+ {
176
+ "inputs": [
177
+ {
178
+ "internalType": "bytes32",
179
+ "name": "expectedBeaconRoot",
180
+ "type": "bytes32"
181
+ },
182
+ {
183
+ "internalType": "bytes32[]",
184
+ "name": "branchWitnesses",
185
+ "type": "bytes32[]"
186
+ },
187
+ {
188
+ "internalType": "bytes32",
189
+ "name": "leaf",
190
+ "type": "bytes32"
191
+ },
192
+ {
193
+ "internalType": "bytes32[]",
194
+ "name": "leafWitnesses",
195
+ "type": "bytes32[]"
196
+ },
197
+ {
198
+ "internalType": "uint256",
199
+ "name": "validatorIndex",
200
+ "type": "uint256"
201
+ },
202
+ {
203
+ "internalType": "uint64",
204
+ "name": "expectedActivationEpoch",
205
+ "type": "uint64"
206
+ }
207
+ ],
208
+ "name": "proveValidatorActivationEpoch",
209
+ "outputs": [],
210
+ "stateMutability": "pure",
211
+ "type": "function"
212
+ },
213
+ {
214
+ "inputs": [
215
+ {
216
+ "internalType": "uint64",
217
+ "name": "ts",
218
+ "type": "uint64"
219
+ },
220
+ {
221
+ "internalType": "bytes32[]",
222
+ "name": "branchWitnesses",
223
+ "type": "bytes32[]"
224
+ },
225
+ {
226
+ "internalType": "bytes32",
227
+ "name": "leaf",
228
+ "type": "bytes32"
229
+ },
230
+ {
231
+ "internalType": "bytes32[]",
232
+ "name": "leafWitnesses",
233
+ "type": "bytes32[]"
234
+ },
235
+ {
236
+ "internalType": "uint256",
237
+ "name": "validatorIndex",
238
+ "type": "uint256"
239
+ },
240
+ {
241
+ "internalType": "uint64",
242
+ "name": "expectedActivationEpoch",
243
+ "type": "uint64"
244
+ }
245
+ ],
246
+ "name": "proveValidatorActivationEpochAtTs",
247
+ "outputs": [],
248
+ "stateMutability": "view",
249
+ "type": "function"
250
+ },
251
+ {
252
+ "inputs": [
253
+ {
254
+ "internalType": "bytes32",
255
+ "name": "expectedBeaconRoot",
256
+ "type": "bytes32"
257
+ },
258
+ {
259
+ "internalType": "bytes32[]",
260
+ "name": "branchWitnesses",
261
+ "type": "bytes32[]"
262
+ },
263
+ {
264
+ "internalType": "bytes32",
265
+ "name": "leaf",
266
+ "type": "bytes32"
267
+ },
268
+ {
269
+ "internalType": "bytes32[]",
270
+ "name": "leafWitnesses",
271
+ "type": "bytes32[]"
272
+ },
273
+ {
274
+ "internalType": "uint256",
275
+ "name": "validatorIndex",
276
+ "type": "uint256"
277
+ },
278
+ {
279
+ "internalType": "uint64",
280
+ "name": "expectedBalance",
281
+ "type": "uint64"
282
+ }
283
+ ],
284
+ "name": "proveValidatorBalance",
285
+ "outputs": [],
286
+ "stateMutability": "pure",
287
+ "type": "function"
288
+ },
289
+ {
290
+ "inputs": [
291
+ {
292
+ "internalType": "uint64",
293
+ "name": "ts",
294
+ "type": "uint64"
295
+ },
296
+ {
297
+ "internalType": "bytes32[]",
298
+ "name": "branchWitnesses",
299
+ "type": "bytes32[]"
300
+ },
301
+ {
302
+ "internalType": "bytes32",
303
+ "name": "leaf",
304
+ "type": "bytes32"
305
+ },
306
+ {
307
+ "internalType": "bytes32[]",
308
+ "name": "leafWitnesses",
309
+ "type": "bytes32[]"
310
+ },
311
+ {
312
+ "internalType": "uint256",
313
+ "name": "validatorIndex",
314
+ "type": "uint256"
315
+ },
316
+ {
317
+ "internalType": "uint64",
318
+ "name": "expectedBalance",
319
+ "type": "uint64"
320
+ }
321
+ ],
322
+ "name": "proveValidatorBalanceAtTs",
323
+ "outputs": [],
324
+ "stateMutability": "view",
325
+ "type": "function"
326
+ },
327
+ {
328
+ "inputs": [
329
+ {
330
+ "internalType": "bytes32",
331
+ "name": "expectedBeaconRoot",
332
+ "type": "bytes32"
333
+ },
334
+ {
335
+ "internalType": "bytes32[]",
336
+ "name": "branchWitnesses",
337
+ "type": "bytes32[]"
338
+ },
339
+ {
340
+ "internalType": "bytes32",
341
+ "name": "leaf",
342
+ "type": "bytes32"
343
+ },
344
+ {
345
+ "internalType": "bytes32[]",
346
+ "name": "leafWitnesses",
347
+ "type": "bytes32[]"
348
+ },
349
+ {
350
+ "internalType": "uint256",
351
+ "name": "validatorIndex",
352
+ "type": "uint256"
353
+ },
354
+ {
355
+ "internalType": "uint64",
356
+ "name": "expectedEffectiveBalance",
357
+ "type": "uint64"
358
+ }
359
+ ],
360
+ "name": "proveValidatorEffectiveBalance",
361
+ "outputs": [],
362
+ "stateMutability": "pure",
363
+ "type": "function"
364
+ },
365
+ {
366
+ "inputs": [
367
+ {
368
+ "internalType": "uint64",
369
+ "name": "ts",
370
+ "type": "uint64"
371
+ },
372
+ {
373
+ "internalType": "bytes32[]",
374
+ "name": "branchWitnesses",
375
+ "type": "bytes32[]"
376
+ },
377
+ {
378
+ "internalType": "bytes32",
379
+ "name": "leaf",
380
+ "type": "bytes32"
381
+ },
382
+ {
383
+ "internalType": "bytes32[]",
384
+ "name": "leafWitnesses",
385
+ "type": "bytes32[]"
386
+ },
387
+ {
388
+ "internalType": "uint256",
389
+ "name": "validatorIndex",
390
+ "type": "uint256"
391
+ },
392
+ {
393
+ "internalType": "uint64",
394
+ "name": "expectedEffectiveBalance",
395
+ "type": "uint64"
396
+ }
397
+ ],
398
+ "name": "proveValidatorEffectiveBalanceAtTs",
399
+ "outputs": [],
400
+ "stateMutability": "view",
401
+ "type": "function"
402
+ },
403
+ {
404
+ "inputs": [
405
+ {
406
+ "internalType": "bytes32",
407
+ "name": "expectedBeaconRoot",
408
+ "type": "bytes32"
409
+ },
410
+ {
411
+ "internalType": "bytes32[]",
412
+ "name": "branchWitnesses",
413
+ "type": "bytes32[]"
414
+ },
415
+ {
416
+ "internalType": "bytes32",
417
+ "name": "leaf",
418
+ "type": "bytes32"
419
+ },
420
+ {
421
+ "internalType": "bytes32[]",
422
+ "name": "leafWitnesses",
423
+ "type": "bytes32[]"
424
+ },
425
+ {
426
+ "internalType": "uint256",
427
+ "name": "validatorIndex",
428
+ "type": "uint256"
429
+ },
430
+ {
431
+ "internalType": "uint64",
432
+ "name": "expectedExitEpoch",
433
+ "type": "uint64"
434
+ }
435
+ ],
436
+ "name": "proveValidatorExitEpoch",
437
+ "outputs": [],
438
+ "stateMutability": "pure",
439
+ "type": "function"
440
+ },
441
+ {
442
+ "inputs": [
443
+ {
444
+ "internalType": "uint64",
445
+ "name": "ts",
446
+ "type": "uint64"
447
+ },
448
+ {
449
+ "internalType": "bytes32[]",
450
+ "name": "branchWitnesses",
451
+ "type": "bytes32[]"
452
+ },
453
+ {
454
+ "internalType": "bytes32",
455
+ "name": "leaf",
456
+ "type": "bytes32"
457
+ },
458
+ {
459
+ "internalType": "bytes32[]",
460
+ "name": "leafWitnesses",
461
+ "type": "bytes32[]"
462
+ },
463
+ {
464
+ "internalType": "uint256",
465
+ "name": "validatorIndex",
466
+ "type": "uint256"
467
+ },
468
+ {
469
+ "internalType": "uint64",
470
+ "name": "expectedExitEpoch",
471
+ "type": "uint64"
472
+ }
473
+ ],
474
+ "name": "proveValidatorExitEpochAtTs",
475
+ "outputs": [],
476
+ "stateMutability": "view",
477
+ "type": "function"
478
+ },
479
+ {
480
+ "inputs": [
481
+ {
482
+ "internalType": "bytes32",
483
+ "name": "expectedBeaconRoot",
484
+ "type": "bytes32"
485
+ },
486
+ {
487
+ "internalType": "bytes32[]",
488
+ "name": "branchWitnesses",
489
+ "type": "bytes32[]"
490
+ },
491
+ {
492
+ "internalType": "bytes32",
493
+ "name": "leaf",
494
+ "type": "bytes32"
495
+ },
496
+ {
497
+ "internalType": "bytes32[]",
498
+ "name": "leafWitnesses",
499
+ "type": "bytes32[]"
500
+ },
501
+ {
502
+ "internalType": "uint256",
503
+ "name": "validatorIndex",
504
+ "type": "uint256"
505
+ },
506
+ {
507
+ "internalType": "bytes",
508
+ "name": "expectedPubkey",
509
+ "type": "bytes"
510
+ }
511
+ ],
512
+ "name": "proveValidatorPubkey",
513
+ "outputs": [],
514
+ "stateMutability": "pure",
515
+ "type": "function"
516
+ },
517
+ {
518
+ "inputs": [
519
+ {
520
+ "internalType": "uint64",
521
+ "name": "ts",
522
+ "type": "uint64"
523
+ },
524
+ {
525
+ "internalType": "bytes32[]",
526
+ "name": "branchWitnesses",
527
+ "type": "bytes32[]"
528
+ },
529
+ {
530
+ "internalType": "bytes32",
531
+ "name": "leaf",
532
+ "type": "bytes32"
533
+ },
534
+ {
535
+ "internalType": "bytes32[]",
536
+ "name": "leafWitnesses",
537
+ "type": "bytes32[]"
538
+ },
539
+ {
540
+ "internalType": "uint256",
541
+ "name": "validatorIndex",
542
+ "type": "uint256"
543
+ },
544
+ {
545
+ "internalType": "bytes",
546
+ "name": "expectedPubkey",
547
+ "type": "bytes"
548
+ }
549
+ ],
550
+ "name": "proveValidatorPubkeyAtTs",
551
+ "outputs": [],
552
+ "stateMutability": "view",
553
+ "type": "function"
554
+ },
555
+ {
556
+ "inputs": [
557
+ {
558
+ "internalType": "bytes32",
559
+ "name": "expectedBeaconRoot",
560
+ "type": "bytes32"
561
+ },
562
+ {
563
+ "internalType": "bytes32[]",
564
+ "name": "branchWitnesses",
565
+ "type": "bytes32[]"
566
+ },
567
+ {
568
+ "internalType": "bytes32",
569
+ "name": "leaf",
570
+ "type": "bytes32"
571
+ },
572
+ {
573
+ "internalType": "bytes32[]",
574
+ "name": "leafWitnesses",
575
+ "type": "bytes32[]"
576
+ },
577
+ {
578
+ "internalType": "uint256",
579
+ "name": "validatorIndex",
580
+ "type": "uint256"
581
+ },
582
+ {
583
+ "internalType": "bool",
584
+ "name": "expectedSlashed",
585
+ "type": "bool"
586
+ }
587
+ ],
588
+ "name": "proveValidatorSlashed",
589
+ "outputs": [],
590
+ "stateMutability": "pure",
591
+ "type": "function"
592
+ },
593
+ {
594
+ "inputs": [
595
+ {
596
+ "internalType": "uint64",
597
+ "name": "ts",
598
+ "type": "uint64"
599
+ },
600
+ {
601
+ "internalType": "bytes32[]",
602
+ "name": "branchWitnesses",
603
+ "type": "bytes32[]"
604
+ },
605
+ {
606
+ "internalType": "bytes32",
607
+ "name": "leaf",
608
+ "type": "bytes32"
609
+ },
610
+ {
611
+ "internalType": "bytes32[]",
612
+ "name": "leafWitnesses",
613
+ "type": "bytes32[]"
614
+ },
615
+ {
616
+ "internalType": "uint256",
617
+ "name": "validatorIndex",
618
+ "type": "uint256"
619
+ },
620
+ {
621
+ "internalType": "bool",
622
+ "name": "expectedSlashed",
623
+ "type": "bool"
624
+ }
625
+ ],
626
+ "name": "proveValidatorSlashedAtTs",
627
+ "outputs": [],
628
+ "stateMutability": "view",
629
+ "type": "function"
630
+ },
631
+ {
632
+ "inputs": [
633
+ {
634
+ "internalType": "bytes32",
635
+ "name": "expectedBeaconRoot",
636
+ "type": "bytes32"
637
+ },
638
+ {
639
+ "internalType": "bytes32[]",
640
+ "name": "branchWitnesses",
641
+ "type": "bytes32[]"
642
+ },
643
+ {
644
+ "internalType": "bytes32",
645
+ "name": "leaf",
646
+ "type": "bytes32"
647
+ },
648
+ {
649
+ "internalType": "bytes32[]",
650
+ "name": "leafWitnesses",
651
+ "type": "bytes32[]"
652
+ },
653
+ {
654
+ "internalType": "uint256",
655
+ "name": "validatorIndex",
656
+ "type": "uint256"
657
+ },
658
+ {
659
+ "internalType": "uint64",
660
+ "name": "expectedWithdrawableEpoch",
661
+ "type": "uint64"
662
+ }
663
+ ],
664
+ "name": "proveValidatorWithdrawableEpoch",
665
+ "outputs": [],
666
+ "stateMutability": "pure",
667
+ "type": "function"
668
+ },
669
+ {
670
+ "inputs": [
671
+ {
672
+ "internalType": "uint64",
673
+ "name": "ts",
674
+ "type": "uint64"
675
+ },
676
+ {
677
+ "internalType": "bytes32[]",
678
+ "name": "branchWitnesses",
679
+ "type": "bytes32[]"
680
+ },
681
+ {
682
+ "internalType": "bytes32",
683
+ "name": "leaf",
684
+ "type": "bytes32"
685
+ },
686
+ {
687
+ "internalType": "bytes32[]",
688
+ "name": "leafWitnesses",
689
+ "type": "bytes32[]"
690
+ },
691
+ {
692
+ "internalType": "uint256",
693
+ "name": "validatorIndex",
694
+ "type": "uint256"
695
+ },
696
+ {
697
+ "internalType": "uint64",
698
+ "name": "expectedWithdrawableEpoch",
699
+ "type": "uint64"
700
+ }
701
+ ],
702
+ "name": "proveValidatorWithdrawableEpochAtTs",
703
+ "outputs": [],
704
+ "stateMutability": "view",
705
+ "type": "function"
706
+ },
707
+ {
708
+ "inputs": [
709
+ {
710
+ "internalType": "bytes32",
711
+ "name": "expectedBeaconRoot",
712
+ "type": "bytes32"
713
+ },
714
+ {
715
+ "internalType": "bytes32[]",
716
+ "name": "branchWitnesses",
717
+ "type": "bytes32[]"
718
+ },
719
+ {
720
+ "internalType": "bytes32",
721
+ "name": "leaf",
722
+ "type": "bytes32"
723
+ },
724
+ {
725
+ "internalType": "bytes32[]",
726
+ "name": "leafWitnesses",
727
+ "type": "bytes32[]"
728
+ },
729
+ {
730
+ "internalType": "uint256",
731
+ "name": "validatorIndex",
732
+ "type": "uint256"
733
+ },
734
+ {
735
+ "internalType": "bytes32",
736
+ "name": "expectedWithdrawalCredentials",
737
+ "type": "bytes32"
738
+ }
739
+ ],
740
+ "name": "proveValidatorWithdrawalCredentials",
741
+ "outputs": [],
742
+ "stateMutability": "pure",
743
+ "type": "function"
744
+ },
745
+ {
746
+ "inputs": [
747
+ {
748
+ "internalType": "uint64",
749
+ "name": "ts",
750
+ "type": "uint64"
751
+ },
752
+ {
753
+ "internalType": "bytes32[]",
754
+ "name": "branchWitnesses",
755
+ "type": "bytes32[]"
756
+ },
757
+ {
758
+ "internalType": "bytes32",
759
+ "name": "leaf",
760
+ "type": "bytes32"
761
+ },
762
+ {
763
+ "internalType": "bytes32[]",
764
+ "name": "leafWitnesses",
765
+ "type": "bytes32[]"
766
+ },
767
+ {
768
+ "internalType": "uint256",
769
+ "name": "validatorIndex",
770
+ "type": "uint256"
771
+ },
772
+ {
773
+ "internalType": "bytes32",
774
+ "name": "expectedWithdrawalCredentials",
775
+ "type": "bytes32"
776
+ }
777
+ ],
778
+ "name": "proveValidatorWithdrawalCredentialsAtTs",
779
+ "outputs": [],
780
+ "stateMutability": "view",
781
+ "type": "function"
782
+ },
783
+ {
784
+ "inputs": [
785
+ {
786
+ "internalType": "uint64",
787
+ "name": "ts",
788
+ "type": "uint64"
789
+ }
790
+ ],
791
+ "name": "rootAt",
792
+ "outputs": [
793
+ {
794
+ "internalType": "bytes32",
795
+ "name": "root",
796
+ "type": "bytes32"
797
+ }
798
+ ],
799
+ "stateMutability": "view",
800
+ "type": "function"
801
+ }
802
+ ],
803
+ "bytecode": "0x608080604052346019576119b7908161001f823930815050f35b600080fdfe608060405260048036101561001357600080fd5b600090813560e01c9081631bd0f97b146105c257816325515911146105a657816325c43d031461058a5781632a52e732146105755781632bc61d12146104ef5781632e4d0560146104935781632faecc3a146104775781635b097ae01461045b5781635f5eccad146103ef57816368c8d0c3146103da5781637ad0ab9e146103c55781638faf5ec114610354578163971476291461033f578163a06cbf2f1461032a578163a362685714610307578163b46f4fb81461028f578163b67afb3814610273578163ba8a92f5146101dd578163c04781161461016d578163cda0817914610131575063eaa38b411461010857600080fd5b602036600319011261012e576020610126610121610613565b611719565b604051908152f35b80fd5b82606036600319011261012e57602435906001600160401b03821161012e57602061012684610162368683016105de565b9060443592356116c8565b905060c03660031901126101d9576001600160401b03906024358281116101d55761019b90369083016105de565b916064359384116101d1576101b66101ce94369083016105de565b916101bf61077d565b946084359460443592356115e1565b80f35b8480fd5b8380fd5b5080fd5b8261014036600319011261012e576001600160401b03906024358281116101d95761020b90369085016105de565b6064949194358481116101d55761022590369084016105de565b9490936101243591821161012e5760206102698888888888610249368a8401610736565b94610104359460e4359460c4359460a4359460843594604435923561151d565b6040519015158152f35b826101ce61028036610629565b96959095949194939293610b8e565b905060c03660031901126101d9576001600160401b03906024358281116101d5576102bd90369083016105de565b91606435848111610303576102d590369083016105de565b9160a4359586116102ff576102f06101ce9636908301610736565b94608435946044359235610a57565b8680fd5b8580fd5b826101ce6103256103173661068f565b979096959195949294611719565b61078c565b826101ce61033a6103173661068f565b610866565b826101ce61034f6103173661068f565b6107f0565b905060c03660031901126101d95761036a610613565b6001600160401b036024358181116101d15761038990369085016105de565b929091606435908111610303576101ce946103a6913691016105de565b916103af61077d565b94608435946103c060443593611719565b6115e1565b826101ce6103d56103173661068f565b61096e565b826101ce6103ea6103173661068f565b610b8e565b905060c03660031901126101d957610405610613565b6001600160401b036024358181116101d15761042490369085016105de565b929091606435908111610303576101ce94610441913691016105de565b9160a435946084359461045660443593611719565b6108e6565b826101ce61046836610629565b969590959491949392936109e3565b826101ce61048436610629565b9695909594919493929361096e565b905060c03660031901126101d9576001600160401b03906024358281116101d5576104c190369083016105de565b916064359384116101d1576104dc6101ce94369083016105de565b9160a435946084359460443592356108e6565b905060c03660031901126101d957610505610613565b6001600160401b036024358181116101d15761052490369085016105de565b9290916064358181116102ff5761053e90369087016105de565b92909160a435908111610571576101ce9661055b91369101610736565b946084359461056c60443593611719565b610a57565b8780fd5b826101ce6105856103173661068f565b6109e3565b826101ce61059736610629565b96959095949194939293610866565b826101ce6105b336610629565b969590959491949392936107f0565b826101ce6105cf36610629565b9695909594919493929361078c565b9181601f8401121561060e578235916001600160401b03831161060e576020808501948460051b01011161060e57565b600080fd5b600435906001600160401b038216820361060e57565b60c060031982011261060e57600435916001600160401b039160243583811161060e5781610659916004016105de565b93909392604435926064359083821161060e57610678916004016105de565b929092916084359160a435908116810361060e5790565b9060c060031983011261060e576001600160401b0390600435828116810361060e579260243583811161060e5781610659916004016105de565b604081019081106001600160401b038211176106e457604052565b634e487b7160e01b600052604160045260246000fd5b90601f801991011681019081106001600160401b038211176106e457604052565b6001600160401b0381116106e457601f01601f191660200190565b81601f8201121561060e5780359061074d8261071b565b9261075b60405194856106fa565b8284526020838301011161060e57816000926020809301838601378301015290565b60a43590811515820361060e57565b95949392919061079e6107a4986117f7565b96610c46565b156107ab57565b60405162461bcd60e51b815260206004820152601e60248201527f56616c696461746f722062616c616e63652070726f6f66206661696c656400006044820152606490fd5b959493929190610802610808986117f7565b96610ded565b1561080f57565b60405162461bcd60e51b815260206004820152602960248201527f56616c696461746f7220776974686472617761626c652065706f63682070726f6044820152681bd98819985a5b195960ba1b6064820152608490fd5b95949392919061087861087e986117f7565b96610eba565b1561088557565b60405162461bcd60e51b815260206004820152603360248201527f56616c696461746f722061637469766174696f6e20656c69676962696c69747960448201527208195c1bd8da081c1c9bdbd98819985a5b1959606a1b6064820152608490fd5b9061090c9796959493929160405197602089015260208852610907886106c9565b610f87565b1561091357565b60405162461bcd60e51b815260206004820152602d60248201527f56616c696461746f72207769746864726177616c2063726564656e7469616c7360448201526c081c1c9bdbd98819985a5b1959609a1b6064820152608490fd5b959493929190610980610986986117f7565b96611114565b1561098d57565b60405162461bcd60e51b815260206004820152602860248201527f56616c696461746f72206566666563746976652062616c616e63652070726f6f604482015267198819985a5b195960c21b6064820152608490fd5b9594939291906109f56109fb986117f7565b966111e1565b15610a0257565b60405162461bcd60e51b815260206004820152602760248201527f56616c696461746f722061637469766174696f6e2065706f63682070726f6f666044820152660819985a5b195960ca1b6064820152608490fd5b93909796949195926030865103610b4957601096610ab9966000610ac4610aa560409a8b9485519d8e610a89816106c9565b52610aab60209e8f9788368184013751948593898501906118f6565b906118f6565b03601f1981018352826106fa565b8a51918280926118f6565b039060025afa15610b3e57610af296979899600051968951978b8901528a8852610aed886106c9565b6112ae565b15610afb575050565b60649250519062461bcd60e51b82526004820152601d60248201527f56616c696461746f72207075626b65792070726f6f66206661696c65640000006044820152fd5b86513d6000823e3d90fd5b60405162461bcd60e51b815260206004820152601760248201527f7075626b6579206d7573742062652034382062797465730000000000000000006044820152606490fd5b959493929190610ba0610ba6986117f7565b96611374565b15610bad57565b60405162461bcd60e51b815260206004820152602160248201527f56616c696461746f7220657869742065706f63682070726f6f66206661696c656044820152601960fa1b6064820152608490fd5b91908201809211610c0957565b634e487b7160e01b600052601160045260246000fd5b908151811015610c30570160200190565b634e487b7160e01b600052603260045260246000fd5b9293959694919060018060fd1b0388168803610c0957601f8860031b16966008986008885103610da85760088901808a11610c0957602010610d635760021c6001600160fb1b031665260000000000908101908110610c0957610cb294610cad92886116c8565b611674565b03610d275760405190602082015260208152610ccd816106c9565b60009260005b858110610ce557505050505050600190565b6001600160f81b031980610d02610cfc8486610bfc565b86610c1f565b511690610d0f8387610c1f565b511603610d1e57600101610cd3565b50505050905090565b60405162461bcd60e51b8152602060048201526014602482015273084cac2c6dedc40e4dedee840dad2e6dac2e8c6d60631b6044820152606490fd5b60405162461bcd60e51b815260206004820152601b60248201527f56616c7565207370616e73206d756c7469706c65206368756e6b7300000000006044820152606490fd5b60405162461bcd60e51b815260206004820152601c60248201527f45787065637465642076616c75652073697a65206d69736d61746368000000006044820152606490fd5b9293969491906008978760081b9760018060f81b03811603610c095760e08801809811610c0957601f8816976008885103610da85760088901808a11610c0957602010610d6357604b602c1b9060051c8101809111610c0957610e5494610cad92886116c8565b03610d275760405190602082015260208152610e6f816106c9565b60009260005b858110610e8757505050505050600190565b6001600160f81b031980610e9e610cfc8486610bfc565b511690610eab8387610c1f565b511603610d1e57600101610e75565b9293969491906008978760081b9760018060f81b03811603610c095760808801809811610c0957601f8816976008885103610da85760088901808a11610c0957602010610d6357604b602c1b9060051c8101809111610c0957610f2194610cad92886116c8565b03610d275760405190602082015260208152610f3c816106c9565b60009260005b858110610f5457505050505050600190565b6001600160f81b031980610f6b610cfc8486610bfc565b511690610f788387610c1f565b511603610d1e57600101610f42565b9293969491908660081b9660018060f81b03811603610c0957602097888801809811610c0957601f881697898851036110cf57898901808a11610c09578a1061108a57604b602c1b9060051c8101809111610c0957610fea94610cad92886116c8565b0361104e576040519084820152838152611003816106c9565b60009260005b85811061101b57505050505050600190565b6001600160f81b031980611032610cfc8486610bfc565b51169061103f8387610c1f565b511603610d1e57600101611009565b60405162461bcd60e51b8152600481018590526014602482015273084cac2c6dedc40e4dedee840dad2e6dac2e8c6d60631b6044820152606490fd5b60405162461bcd60e51b8152600481018b9052601b60248201527f56616c7565207370616e73206d756c7469706c65206368756e6b7300000000006044820152606490fd5b60405162461bcd60e51b8152600481018b9052601c60248201527f45787065637465642076616c75652073697a65206d69736d61746368000000006044820152606490fd5b9293969491906008978760081b9760018060f81b03811603610c095760408801809811610c0957601f8816976008885103610da85760088901808a11610c0957602010610d6357604b602c1b9060051c8101809111610c095761117b94610cad92886116c8565b03610d275760405190602082015260208152611196816106c9565b60009260005b8581106111ae57505050505050600190565b6001600160f81b0319806111c5610cfc8486610bfc565b5116906111d28387610c1f565b511603610d1e5760010161119c565b9293969491906008978760081b9760018060f81b03811603610c095760a08801809811610c0957601f8816976008885103610da85760088901808a11610c0957602010610d6357604b602c1b9060051c8101809111610c095761124894610cad92886116c8565b03610d275760405190602082015260208152611263816106c9565b60009260005b85811061127b57505050505050600190565b6001600160f81b031980611292610cfc8486610bfc565b51169061129f8387610c1f565b511603610d1e57600101611269565b9293959694919060018060f81b0388168803610c0957601f8860081b1696602098898851036110cf57898901808a11610c09578a1061108a5760031b6008600160fb1b0316604b602c1b908101908110610c095761131094610cad92886116c8565b0361104e576040519084820152838152611329816106c9565b60009260005b85811061134157505050505050600190565b6001600160f81b031980611358610cfc8486610bfc565b5116906113658387610c1f565b511603610d1e5760010161132f565b9293969491906008978760081b9760018060f81b03811603610c095760c08801809811610c0957601f8816976008885103610da85760088901808a11610c0957602010610d6357604b602c1b9060051c8101809111610c09576113db94610cad92886116c8565b03610d2757604051906020820152602081526113f6816106c9565b60009260005b85811061140e57505050505050600190565b6001600160f81b031980611425610cfc8486610bfc565b5116906114328387610c1f565b511603610d1e576001016113fc565b929596939491908760081b9760018060f81b03811603610c095760608801809811610c0957601f8816956001986001875103610da85760018801808911610c0957602010610d6357604b602c1b9060051c8101809111610c09576114a994610cad928a6116c8565b03610d2757604051926020840152602083526114c4836106c9565b60009160005b8581106114dc57505050505050600190565b6001600160f81b0319806114f96114f38486610bfc565b88610c1f565b5116906115068386610c1f565b5116036115145785016114ca565b50505091505090565b969194999a989093959297828102928184041490151715610c095761154191610bfc565b93601f8516988a895103610da857602061155b8c8c610bfc565b11610d6357611574610cad9361157b9760051c90610bfc565b91886116c8565b03610d275760405190602082015260208152611596816106c9565b60009260005b8581106115ae57505050505050600190565b6001600160f81b0319806115c5610cfc8486610bfc565b5116906115d28387610c1f565b511603610d1e5760010161159c565b9594939291906116209760001461166c576001965b60405160f89890981b6001600160f81b03191660208901526001885261161b886106c9565b611441565b1561162757565b60405162461bcd60e51b815260206004820152601e60248201527f56616c696461746f7220736c61736865642070726f6f66206661696c656400006044820152606490fd5b6000966115f6565b9291906000908190600b5b84841061168d575050505050565b6001908460051b83013597829889808416146000146116ba57906116b091611921565b971c93019261167f565b6116c391611921565b6116b0565b939260009182915b8484106116de575050505050565b6001908460051b830135978298898084161460001461170b579061170191611921565b971c9301926116d0565b61171491611921565b611701565b600080604051926020936001600160401b038582019216825284815261173e816106c9565b5190720f3df6d732807ef1319fb7b8bb8522d0beac025afa903d156117ef573d916117688361071b565b9261177660405194856106fa565b83523d60008385013e5b806117e5575b156117ab578082519201519181811061179e57505090565b600019910360031b1b1690565b6064906040519062461bcd60e51b8252600482015260136024820152721152540d0dce0e081c9958590819985a5b1959606a1b6044820152fd5b5080825114611786565b606091611780565b90604051611804816106c9565b60088152602081016020368237819360ff60f81b906000928451156118e257828260f81b16841a90538351600110156118ce57818160f01b16831a60218501538351600210156118ce57818160e81b16831a60228501538351600310156118ce57818160e01b16831a60238501538351600410156118ce57818160d81b16831a60248501538351600510156118ce57818160d01b16831a60258501538351600610156118ce57818160c81b16831a60268501538351600710156118ce5760c01b16901a9060270153565b634e487b7160e01b83526032600452602483fd5b634e487b7160e01b84526032600452602484fd5b9081519160005b83811061190e575050016000815290565b80602080928401015181850152016118fd565b9060405191602083015260408201526040815260608101908082106001600160401b038311176106e45781600091602093604052605f199061196383826118f6565b03019060025afa156119755760005190565b6040513d6000823e3d90fdfea264697066735822122073150af3d035c341044bd02dc76677bd3b663e0b838fabe36e50d0a7d1a4701964736f6c63430008190033",
804
+ "deployedBytecode": "0x608060405260048036101561001357600080fd5b600090813560e01c9081631bd0f97b146105c257816325515911146105a657816325c43d031461058a5781632a52e732146105755781632bc61d12146104ef5781632e4d0560146104935781632faecc3a146104775781635b097ae01461045b5781635f5eccad146103ef57816368c8d0c3146103da5781637ad0ab9e146103c55781638faf5ec114610354578163971476291461033f578163a06cbf2f1461032a578163a362685714610307578163b46f4fb81461028f578163b67afb3814610273578163ba8a92f5146101dd578163c04781161461016d578163cda0817914610131575063eaa38b411461010857600080fd5b602036600319011261012e576020610126610121610613565b611719565b604051908152f35b80fd5b82606036600319011261012e57602435906001600160401b03821161012e57602061012684610162368683016105de565b9060443592356116c8565b905060c03660031901126101d9576001600160401b03906024358281116101d55761019b90369083016105de565b916064359384116101d1576101b66101ce94369083016105de565b916101bf61077d565b946084359460443592356115e1565b80f35b8480fd5b8380fd5b5080fd5b8261014036600319011261012e576001600160401b03906024358281116101d95761020b90369085016105de565b6064949194358481116101d55761022590369084016105de565b9490936101243591821161012e5760206102698888888888610249368a8401610736565b94610104359460e4359460c4359460a4359460843594604435923561151d565b6040519015158152f35b826101ce61028036610629565b96959095949194939293610b8e565b905060c03660031901126101d9576001600160401b03906024358281116101d5576102bd90369083016105de565b91606435848111610303576102d590369083016105de565b9160a4359586116102ff576102f06101ce9636908301610736565b94608435946044359235610a57565b8680fd5b8580fd5b826101ce6103256103173661068f565b979096959195949294611719565b61078c565b826101ce61033a6103173661068f565b610866565b826101ce61034f6103173661068f565b6107f0565b905060c03660031901126101d95761036a610613565b6001600160401b036024358181116101d15761038990369085016105de565b929091606435908111610303576101ce946103a6913691016105de565b916103af61077d565b94608435946103c060443593611719565b6115e1565b826101ce6103d56103173661068f565b61096e565b826101ce6103ea6103173661068f565b610b8e565b905060c03660031901126101d957610405610613565b6001600160401b036024358181116101d15761042490369085016105de565b929091606435908111610303576101ce94610441913691016105de565b9160a435946084359461045660443593611719565b6108e6565b826101ce61046836610629565b969590959491949392936109e3565b826101ce61048436610629565b9695909594919493929361096e565b905060c03660031901126101d9576001600160401b03906024358281116101d5576104c190369083016105de565b916064359384116101d1576104dc6101ce94369083016105de565b9160a435946084359460443592356108e6565b905060c03660031901126101d957610505610613565b6001600160401b036024358181116101d15761052490369085016105de565b9290916064358181116102ff5761053e90369087016105de565b92909160a435908111610571576101ce9661055b91369101610736565b946084359461056c60443593611719565b610a57565b8780fd5b826101ce6105856103173661068f565b6109e3565b826101ce61059736610629565b96959095949194939293610866565b826101ce6105b336610629565b969590959491949392936107f0565b826101ce6105cf36610629565b9695909594919493929361078c565b9181601f8401121561060e578235916001600160401b03831161060e576020808501948460051b01011161060e57565b600080fd5b600435906001600160401b038216820361060e57565b60c060031982011261060e57600435916001600160401b039160243583811161060e5781610659916004016105de565b93909392604435926064359083821161060e57610678916004016105de565b929092916084359160a435908116810361060e5790565b9060c060031983011261060e576001600160401b0390600435828116810361060e579260243583811161060e5781610659916004016105de565b604081019081106001600160401b038211176106e457604052565b634e487b7160e01b600052604160045260246000fd5b90601f801991011681019081106001600160401b038211176106e457604052565b6001600160401b0381116106e457601f01601f191660200190565b81601f8201121561060e5780359061074d8261071b565b9261075b60405194856106fa565b8284526020838301011161060e57816000926020809301838601378301015290565b60a43590811515820361060e57565b95949392919061079e6107a4986117f7565b96610c46565b156107ab57565b60405162461bcd60e51b815260206004820152601e60248201527f56616c696461746f722062616c616e63652070726f6f66206661696c656400006044820152606490fd5b959493929190610802610808986117f7565b96610ded565b1561080f57565b60405162461bcd60e51b815260206004820152602960248201527f56616c696461746f7220776974686472617761626c652065706f63682070726f6044820152681bd98819985a5b195960ba1b6064820152608490fd5b95949392919061087861087e986117f7565b96610eba565b1561088557565b60405162461bcd60e51b815260206004820152603360248201527f56616c696461746f722061637469766174696f6e20656c69676962696c69747960448201527208195c1bd8da081c1c9bdbd98819985a5b1959606a1b6064820152608490fd5b9061090c9796959493929160405197602089015260208852610907886106c9565b610f87565b1561091357565b60405162461bcd60e51b815260206004820152602d60248201527f56616c696461746f72207769746864726177616c2063726564656e7469616c7360448201526c081c1c9bdbd98819985a5b1959609a1b6064820152608490fd5b959493929190610980610986986117f7565b96611114565b1561098d57565b60405162461bcd60e51b815260206004820152602860248201527f56616c696461746f72206566666563746976652062616c616e63652070726f6f604482015267198819985a5b195960c21b6064820152608490fd5b9594939291906109f56109fb986117f7565b966111e1565b15610a0257565b60405162461bcd60e51b815260206004820152602760248201527f56616c696461746f722061637469766174696f6e2065706f63682070726f6f666044820152660819985a5b195960ca1b6064820152608490fd5b93909796949195926030865103610b4957601096610ab9966000610ac4610aa560409a8b9485519d8e610a89816106c9565b52610aab60209e8f9788368184013751948593898501906118f6565b906118f6565b03601f1981018352826106fa565b8a51918280926118f6565b039060025afa15610b3e57610af296979899600051968951978b8901528a8852610aed886106c9565b6112ae565b15610afb575050565b60649250519062461bcd60e51b82526004820152601d60248201527f56616c696461746f72207075626b65792070726f6f66206661696c65640000006044820152fd5b86513d6000823e3d90fd5b60405162461bcd60e51b815260206004820152601760248201527f7075626b6579206d7573742062652034382062797465730000000000000000006044820152606490fd5b959493929190610ba0610ba6986117f7565b96611374565b15610bad57565b60405162461bcd60e51b815260206004820152602160248201527f56616c696461746f7220657869742065706f63682070726f6f66206661696c656044820152601960fa1b6064820152608490fd5b91908201809211610c0957565b634e487b7160e01b600052601160045260246000fd5b908151811015610c30570160200190565b634e487b7160e01b600052603260045260246000fd5b9293959694919060018060fd1b0388168803610c0957601f8860031b16966008986008885103610da85760088901808a11610c0957602010610d635760021c6001600160fb1b031665260000000000908101908110610c0957610cb294610cad92886116c8565b611674565b03610d275760405190602082015260208152610ccd816106c9565b60009260005b858110610ce557505050505050600190565b6001600160f81b031980610d02610cfc8486610bfc565b86610c1f565b511690610d0f8387610c1f565b511603610d1e57600101610cd3565b50505050905090565b60405162461bcd60e51b8152602060048201526014602482015273084cac2c6dedc40e4dedee840dad2e6dac2e8c6d60631b6044820152606490fd5b60405162461bcd60e51b815260206004820152601b60248201527f56616c7565207370616e73206d756c7469706c65206368756e6b7300000000006044820152606490fd5b60405162461bcd60e51b815260206004820152601c60248201527f45787065637465642076616c75652073697a65206d69736d61746368000000006044820152606490fd5b9293969491906008978760081b9760018060f81b03811603610c095760e08801809811610c0957601f8816976008885103610da85760088901808a11610c0957602010610d6357604b602c1b9060051c8101809111610c0957610e5494610cad92886116c8565b03610d275760405190602082015260208152610e6f816106c9565b60009260005b858110610e8757505050505050600190565b6001600160f81b031980610e9e610cfc8486610bfc565b511690610eab8387610c1f565b511603610d1e57600101610e75565b9293969491906008978760081b9760018060f81b03811603610c095760808801809811610c0957601f8816976008885103610da85760088901808a11610c0957602010610d6357604b602c1b9060051c8101809111610c0957610f2194610cad92886116c8565b03610d275760405190602082015260208152610f3c816106c9565b60009260005b858110610f5457505050505050600190565b6001600160f81b031980610f6b610cfc8486610bfc565b511690610f788387610c1f565b511603610d1e57600101610f42565b9293969491908660081b9660018060f81b03811603610c0957602097888801809811610c0957601f881697898851036110cf57898901808a11610c09578a1061108a57604b602c1b9060051c8101809111610c0957610fea94610cad92886116c8565b0361104e576040519084820152838152611003816106c9565b60009260005b85811061101b57505050505050600190565b6001600160f81b031980611032610cfc8486610bfc565b51169061103f8387610c1f565b511603610d1e57600101611009565b60405162461bcd60e51b8152600481018590526014602482015273084cac2c6dedc40e4dedee840dad2e6dac2e8c6d60631b6044820152606490fd5b60405162461bcd60e51b8152600481018b9052601b60248201527f56616c7565207370616e73206d756c7469706c65206368756e6b7300000000006044820152606490fd5b60405162461bcd60e51b8152600481018b9052601c60248201527f45787065637465642076616c75652073697a65206d69736d61746368000000006044820152606490fd5b9293969491906008978760081b9760018060f81b03811603610c095760408801809811610c0957601f8816976008885103610da85760088901808a11610c0957602010610d6357604b602c1b9060051c8101809111610c095761117b94610cad92886116c8565b03610d275760405190602082015260208152611196816106c9565b60009260005b8581106111ae57505050505050600190565b6001600160f81b0319806111c5610cfc8486610bfc565b5116906111d28387610c1f565b511603610d1e5760010161119c565b9293969491906008978760081b9760018060f81b03811603610c095760a08801809811610c0957601f8816976008885103610da85760088901808a11610c0957602010610d6357604b602c1b9060051c8101809111610c095761124894610cad92886116c8565b03610d275760405190602082015260208152611263816106c9565b60009260005b85811061127b57505050505050600190565b6001600160f81b031980611292610cfc8486610bfc565b51169061129f8387610c1f565b511603610d1e57600101611269565b9293959694919060018060f81b0388168803610c0957601f8860081b1696602098898851036110cf57898901808a11610c09578a1061108a5760031b6008600160fb1b0316604b602c1b908101908110610c095761131094610cad92886116c8565b0361104e576040519084820152838152611329816106c9565b60009260005b85811061134157505050505050600190565b6001600160f81b031980611358610cfc8486610bfc565b5116906113658387610c1f565b511603610d1e5760010161132f565b9293969491906008978760081b9760018060f81b03811603610c095760c08801809811610c0957601f8816976008885103610da85760088901808a11610c0957602010610d6357604b602c1b9060051c8101809111610c09576113db94610cad92886116c8565b03610d2757604051906020820152602081526113f6816106c9565b60009260005b85811061140e57505050505050600190565b6001600160f81b031980611425610cfc8486610bfc565b5116906114328387610c1f565b511603610d1e576001016113fc565b929596939491908760081b9760018060f81b03811603610c095760608801809811610c0957601f8816956001986001875103610da85760018801808911610c0957602010610d6357604b602c1b9060051c8101809111610c09576114a994610cad928a6116c8565b03610d2757604051926020840152602083526114c4836106c9565b60009160005b8581106114dc57505050505050600190565b6001600160f81b0319806114f96114f38486610bfc565b88610c1f565b5116906115068386610c1f565b5116036115145785016114ca565b50505091505090565b969194999a989093959297828102928184041490151715610c095761154191610bfc565b93601f8516988a895103610da857602061155b8c8c610bfc565b11610d6357611574610cad9361157b9760051c90610bfc565b91886116c8565b03610d275760405190602082015260208152611596816106c9565b60009260005b8581106115ae57505050505050600190565b6001600160f81b0319806115c5610cfc8486610bfc565b5116906115d28387610c1f565b511603610d1e5760010161159c565b9594939291906116209760001461166c576001965b60405160f89890981b6001600160f81b03191660208901526001885261161b886106c9565b611441565b1561162757565b60405162461bcd60e51b815260206004820152601e60248201527f56616c696461746f7220736c61736865642070726f6f66206661696c656400006044820152606490fd5b6000966115f6565b9291906000908190600b5b84841061168d575050505050565b6001908460051b83013597829889808416146000146116ba57906116b091611921565b971c93019261167f565b6116c391611921565b6116b0565b939260009182915b8484106116de575050505050565b6001908460051b830135978298898084161460001461170b579061170191611921565b971c9301926116d0565b61171491611921565b611701565b600080604051926020936001600160401b038582019216825284815261173e816106c9565b5190720f3df6d732807ef1319fb7b8bb8522d0beac025afa903d156117ef573d916117688361071b565b9261177660405194856106fa565b83523d60008385013e5b806117e5575b156117ab578082519201519181811061179e57505090565b600019910360031b1b1690565b6064906040519062461bcd60e51b8252600482015260136024820152721152540d0dce0e081c9958590819985a5b1959606a1b6044820152fd5b5080825114611786565b606091611780565b90604051611804816106c9565b60088152602081016020368237819360ff60f81b906000928451156118e257828260f81b16841a90538351600110156118ce57818160f01b16831a60218501538351600210156118ce57818160e81b16831a60228501538351600310156118ce57818160e01b16831a60238501538351600410156118ce57818160d81b16831a60248501538351600510156118ce57818160d01b16831a60258501538351600610156118ce57818160c81b16831a60268501538351600710156118ce5760c01b16901a9060270153565b634e487b7160e01b83526032600452602483fd5b634e487b7160e01b84526032600452602484fd5b9081519160005b83811061190e575050016000815290565b80602080928401015181850152016118fd565b9060405191602083015260408201526040815260608101908082106001600160401b038311176106e45781600091602093604052605f199061196383826118f6565b03019060025afa156119755760005190565b6040513d6000823e3d90fdfea264697066735822122073150af3d035c341044bd02dc76677bd3b663e0b838fabe36e50d0a7d1a4701964736f6c63430008190033",
805
+ "linkReferences": {},
806
+ "deployedLinkReferences": {}
807
+ }