@wireio/stake 0.2.0 → 0.2.2

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 (120) hide show
  1. package/lib/stake.browser.js +11779 -2023
  2. package/lib/stake.browser.js.map +1 -1
  3. package/lib/stake.d.ts +94 -40
  4. package/lib/stake.js +11906 -2088
  5. package/lib/stake.js.map +1 -1
  6. package/lib/stake.m.js +11779 -2023
  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/networks/ethereum/clients/deposit.client.ts +82 -0
  110. package/src/networks/ethereum/clients/stake.client.ts +215 -0
  111. package/src/networks/ethereum/contract.ts +79 -23
  112. package/src/networks/ethereum/ethereum.ts +130 -66
  113. package/src/networks/ethereum/types.ts +74 -7
  114. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/ILiqEthBurn.dbg.json +0 -4
  115. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/ILiqEthBurn.json +0 -24
  116. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/ILiqEthMint.dbg.json +0 -4
  117. package/src/assets/ethereum/ABI/liqEth/liqEthBurn.sol/LiqEthBurn.dbg.json +0 -4
  118. package/src/assets/ethereum/ABI/liqEth/liqEthBurn.sol/LiqEthBurn.json +0 -391
  119. package/src/assets/ethereum/ABI/liqEth/liqEthMint.sol/LiqEthMint.dbg.json +0 -4
  120. package/src/assets/ethereum/ABI/liqEth/liqEthMint.sol/LiqEthMint.json +0 -402
@@ -0,0 +1,921 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "Pool",
4
+ "sourceName": "contracts/outpost/Pool.sol",
5
+ "abi": [
6
+ {
7
+ "inputs": [
8
+ {
9
+ "internalType": "address",
10
+ "name": "authority",
11
+ "type": "address"
12
+ }
13
+ ],
14
+ "name": "AccessManagedInvalidAuthority",
15
+ "type": "error"
16
+ },
17
+ {
18
+ "inputs": [
19
+ {
20
+ "internalType": "address",
21
+ "name": "caller",
22
+ "type": "address"
23
+ },
24
+ {
25
+ "internalType": "uint32",
26
+ "name": "delay",
27
+ "type": "uint32"
28
+ }
29
+ ],
30
+ "name": "AccessManagedRequiredDelay",
31
+ "type": "error"
32
+ },
33
+ {
34
+ "inputs": [
35
+ {
36
+ "internalType": "address",
37
+ "name": "caller",
38
+ "type": "address"
39
+ }
40
+ ],
41
+ "name": "AccessManagedUnauthorized",
42
+ "type": "error"
43
+ },
44
+ {
45
+ "inputs": [
46
+ {
47
+ "internalType": "address",
48
+ "name": "target",
49
+ "type": "address"
50
+ }
51
+ ],
52
+ "name": "AddressEmptyCode",
53
+ "type": "error"
54
+ },
55
+ {
56
+ "inputs": [
57
+ {
58
+ "internalType": "address",
59
+ "name": "implementation",
60
+ "type": "address"
61
+ }
62
+ ],
63
+ "name": "ERC1967InvalidImplementation",
64
+ "type": "error"
65
+ },
66
+ {
67
+ "inputs": [],
68
+ "name": "ERC1967NonPayable",
69
+ "type": "error"
70
+ },
71
+ {
72
+ "inputs": [],
73
+ "name": "EnforcedPause",
74
+ "type": "error"
75
+ },
76
+ {
77
+ "inputs": [],
78
+ "name": "ExpectedPause",
79
+ "type": "error"
80
+ },
81
+ {
82
+ "inputs": [],
83
+ "name": "FailedCall",
84
+ "type": "error"
85
+ },
86
+ {
87
+ "inputs": [],
88
+ "name": "InvalidInitialization",
89
+ "type": "error"
90
+ },
91
+ {
92
+ "inputs": [],
93
+ "name": "NotInitializing",
94
+ "type": "error"
95
+ },
96
+ {
97
+ "inputs": [],
98
+ "name": "UUPSUnauthorizedCallContext",
99
+ "type": "error"
100
+ },
101
+ {
102
+ "inputs": [
103
+ {
104
+ "internalType": "bytes32",
105
+ "name": "slot",
106
+ "type": "bytes32"
107
+ }
108
+ ],
109
+ "name": "UUPSUnsupportedProxiableUUID",
110
+ "type": "error"
111
+ },
112
+ {
113
+ "inputs": [
114
+ {
115
+ "internalType": "address",
116
+ "name": "actor",
117
+ "type": "address"
118
+ }
119
+ ],
120
+ "name": "WIRE_ActorAlreadyBonded",
121
+ "type": "error"
122
+ },
123
+ {
124
+ "inputs": [
125
+ {
126
+ "internalType": "address",
127
+ "name": "actor",
128
+ "type": "address"
129
+ }
130
+ ],
131
+ "name": "WIRE_ActorNotBonded",
132
+ "type": "error"
133
+ },
134
+ {
135
+ "inputs": [
136
+ {
137
+ "internalType": "uint32",
138
+ "name": "tokenType",
139
+ "type": "uint32"
140
+ },
141
+ {
142
+ "internalType": "bytes32",
143
+ "name": "bondLevelId",
144
+ "type": "bytes32"
145
+ }
146
+ ],
147
+ "name": "WIRE_BadBondLevel",
148
+ "type": "error"
149
+ },
150
+ {
151
+ "inputs": [
152
+ {
153
+ "internalType": "string",
154
+ "name": "name",
155
+ "type": "string"
156
+ },
157
+ {
158
+ "internalType": "address",
159
+ "name": "provided",
160
+ "type": "address"
161
+ }
162
+ ],
163
+ "name": "WIRE_BadContractAddress",
164
+ "type": "error"
165
+ },
166
+ {
167
+ "inputs": [
168
+ {
169
+ "internalType": "uint256",
170
+ "name": "bps",
171
+ "type": "uint256"
172
+ },
173
+ {
174
+ "internalType": "uint256",
175
+ "name": "maxBps",
176
+ "type": "uint256"
177
+ }
178
+ ],
179
+ "name": "WIRE_BasisPointsTooHigh",
180
+ "type": "error"
181
+ },
182
+ {
183
+ "inputs": [
184
+ {
185
+ "internalType": "address",
186
+ "name": "actor",
187
+ "type": "address"
188
+ },
189
+ {
190
+ "internalType": "uint256",
191
+ "name": "cooldownEnd",
192
+ "type": "uint256"
193
+ }
194
+ ],
195
+ "name": "WIRE_BondInCooldown",
196
+ "type": "error"
197
+ },
198
+ {
199
+ "inputs": [
200
+ {
201
+ "internalType": "address",
202
+ "name": "actor",
203
+ "type": "address"
204
+ },
205
+ {
206
+ "internalType": "uint256",
207
+ "name": "warmupEnd",
208
+ "type": "uint256"
209
+ }
210
+ ],
211
+ "name": "WIRE_BondInWarmup",
212
+ "type": "error"
213
+ },
214
+ {
215
+ "inputs": [
216
+ {
217
+ "internalType": "uint256",
218
+ "name": "required",
219
+ "type": "uint256"
220
+ },
221
+ {
222
+ "internalType": "uint256",
223
+ "name": "provided",
224
+ "type": "uint256"
225
+ }
226
+ ],
227
+ "name": "WIRE_BondInsufficientEth",
228
+ "type": "error"
229
+ },
230
+ {
231
+ "inputs": [
232
+ {
233
+ "internalType": "uint256",
234
+ "name": "required",
235
+ "type": "uint256"
236
+ },
237
+ {
238
+ "internalType": "uint256",
239
+ "name": "provided",
240
+ "type": "uint256"
241
+ }
242
+ ],
243
+ "name": "WIRE_BondInsufficientEthEquivalent",
244
+ "type": "error"
245
+ },
246
+ {
247
+ "inputs": [
248
+ {
249
+ "internalType": "uint256",
250
+ "name": "value",
251
+ "type": "uint256"
252
+ },
253
+ {
254
+ "internalType": "uint256",
255
+ "name": "minValue",
256
+ "type": "uint256"
257
+ }
258
+ ],
259
+ "name": "WIRE_BondLevelCooldownTooShort",
260
+ "type": "error"
261
+ },
262
+ {
263
+ "inputs": [
264
+ {
265
+ "internalType": "uint32",
266
+ "name": "tokenType",
267
+ "type": "uint32"
268
+ },
269
+ {
270
+ "internalType": "bytes32",
271
+ "name": "bondLevelId",
272
+ "type": "bytes32"
273
+ }
274
+ ],
275
+ "name": "WIRE_BondLevelExists",
276
+ "type": "error"
277
+ },
278
+ {
279
+ "inputs": [
280
+ {
281
+ "internalType": "uint32",
282
+ "name": "tokenType",
283
+ "type": "uint32"
284
+ },
285
+ {
286
+ "internalType": "bytes32",
287
+ "name": "bondLevelId",
288
+ "type": "bytes32"
289
+ }
290
+ ],
291
+ "name": "WIRE_BondLevelHasNoRoles",
292
+ "type": "error"
293
+ },
294
+ {
295
+ "inputs": [
296
+ {
297
+ "internalType": "uint32",
298
+ "name": "tokenType",
299
+ "type": "uint32"
300
+ },
301
+ {
302
+ "internalType": "bytes32",
303
+ "name": "bondLevelId",
304
+ "type": "bytes32"
305
+ }
306
+ ],
307
+ "name": "WIRE_BondLevelNoAmount",
308
+ "type": "error"
309
+ },
310
+ {
311
+ "inputs": [
312
+ {
313
+ "internalType": "uint32",
314
+ "name": "tokenType",
315
+ "type": "uint32"
316
+ },
317
+ {
318
+ "internalType": "bytes32",
319
+ "name": "bondLevelId",
320
+ "type": "bytes32"
321
+ }
322
+ ],
323
+ "name": "WIRE_BondLevelNoEthEquivalent",
324
+ "type": "error"
325
+ },
326
+ {
327
+ "inputs": [
328
+ {
329
+ "internalType": "uint32",
330
+ "name": "tokenType",
331
+ "type": "uint32"
332
+ },
333
+ {
334
+ "internalType": "bytes32",
335
+ "name": "bondLevelId",
336
+ "type": "bytes32"
337
+ }
338
+ ],
339
+ "name": "WIRE_BondLevelNoTokenContract",
340
+ "type": "error"
341
+ },
342
+ {
343
+ "inputs": [
344
+ {
345
+ "internalType": "uint32",
346
+ "name": "tokenType",
347
+ "type": "uint32"
348
+ },
349
+ {
350
+ "internalType": "bytes32",
351
+ "name": "bondLevelId",
352
+ "type": "bytes32"
353
+ }
354
+ ],
355
+ "name": "WIRE_BondLevelNoTokenId",
356
+ "type": "error"
357
+ },
358
+ {
359
+ "inputs": [
360
+ {
361
+ "internalType": "uint256",
362
+ "name": "value",
363
+ "type": "uint256"
364
+ },
365
+ {
366
+ "internalType": "uint256",
367
+ "name": "minValue",
368
+ "type": "uint256"
369
+ }
370
+ ],
371
+ "name": "WIRE_BondLevelWarmupTooShort",
372
+ "type": "error"
373
+ },
374
+ {
375
+ "inputs": [
376
+ {
377
+ "internalType": "address",
378
+ "name": "actor",
379
+ "type": "address"
380
+ }
381
+ ],
382
+ "name": "WIRE_BondNotUnbonding",
383
+ "type": "error"
384
+ },
385
+ {
386
+ "inputs": [
387
+ {
388
+ "internalType": "address",
389
+ "name": "to",
390
+ "type": "address"
391
+ },
392
+ {
393
+ "internalType": "uint256",
394
+ "name": "amount",
395
+ "type": "uint256"
396
+ }
397
+ ],
398
+ "name": "WIRE_EthSendFailed",
399
+ "type": "error"
400
+ },
401
+ {
402
+ "inputs": [],
403
+ "name": "WIRE_GoLiveInProgress",
404
+ "type": "error"
405
+ },
406
+ {
407
+ "inputs": [
408
+ {
409
+ "internalType": "uint256",
410
+ "name": "required",
411
+ "type": "uint256"
412
+ },
413
+ {
414
+ "internalType": "uint256",
415
+ "name": "available",
416
+ "type": "uint256"
417
+ }
418
+ ],
419
+ "name": "WIRE_InsufficientEthBalance",
420
+ "type": "error"
421
+ },
422
+ {
423
+ "inputs": [],
424
+ "name": "WIRE_InvalidPrice",
425
+ "type": "error"
426
+ },
427
+ {
428
+ "inputs": [
429
+ {
430
+ "internalType": "address",
431
+ "name": "from",
432
+ "type": "address"
433
+ },
434
+ {
435
+ "internalType": "address",
436
+ "name": "to",
437
+ "type": "address"
438
+ },
439
+ {
440
+ "internalType": "uint256",
441
+ "name": "amount",
442
+ "type": "uint256"
443
+ }
444
+ ],
445
+ "name": "WIRE_LiqEthTransferFailed",
446
+ "type": "error"
447
+ },
448
+ {
449
+ "inputs": [],
450
+ "name": "WIRE_NoPricesRecorded",
451
+ "type": "error"
452
+ },
453
+ {
454
+ "inputs": [],
455
+ "name": "WIRE_NoYield",
456
+ "type": "error"
457
+ },
458
+ {
459
+ "inputs": [
460
+ {
461
+ "internalType": "address",
462
+ "name": "actor",
463
+ "type": "address"
464
+ },
465
+ {
466
+ "internalType": "address",
467
+ "name": "owner",
468
+ "type": "address"
469
+ },
470
+ {
471
+ "internalType": "address",
472
+ "name": "caller",
473
+ "type": "address"
474
+ }
475
+ ],
476
+ "name": "WIRE_NotBondOwner",
477
+ "type": "error"
478
+ },
479
+ {
480
+ "inputs": [
481
+ {
482
+ "internalType": "uint256",
483
+ "name": "receiptId",
484
+ "type": "uint256"
485
+ },
486
+ {
487
+ "internalType": "address",
488
+ "name": "owner",
489
+ "type": "address"
490
+ },
491
+ {
492
+ "internalType": "address",
493
+ "name": "caller",
494
+ "type": "address"
495
+ }
496
+ ],
497
+ "name": "WIRE_NotReceiptOwner",
498
+ "type": "error"
499
+ },
500
+ {
501
+ "inputs": [
502
+ {
503
+ "internalType": "uint256",
504
+ "name": "price",
505
+ "type": "uint256"
506
+ },
507
+ {
508
+ "internalType": "uint256",
509
+ "name": "minPrice",
510
+ "type": "uint256"
511
+ },
512
+ {
513
+ "internalType": "uint256",
514
+ "name": "maxPrice",
515
+ "type": "uint256"
516
+ }
517
+ ],
518
+ "name": "WIRE_PriceOutOfBounds",
519
+ "type": "error"
520
+ },
521
+ {
522
+ "inputs": [
523
+ {
524
+ "internalType": "uint256",
525
+ "name": "receiptId",
526
+ "type": "uint256"
527
+ }
528
+ ],
529
+ "name": "WIRE_ReceiptNotWithdrawable",
530
+ "type": "error"
531
+ },
532
+ {
533
+ "inputs": [],
534
+ "name": "WIRE_RefundingInProgress",
535
+ "type": "error"
536
+ },
537
+ {
538
+ "inputs": [],
539
+ "name": "WIRE_RefundingOnly",
540
+ "type": "error"
541
+ },
542
+ {
543
+ "inputs": [
544
+ {
545
+ "internalType": "uint256",
546
+ "name": "updatedAt",
547
+ "type": "uint256"
548
+ },
549
+ {
550
+ "internalType": "uint256",
551
+ "name": "maxStaleness",
552
+ "type": "uint256"
553
+ }
554
+ ],
555
+ "name": "WIRE_StalePrice",
556
+ "type": "error"
557
+ },
558
+ {
559
+ "inputs": [
560
+ {
561
+ "internalType": "string",
562
+ "name": "reason",
563
+ "type": "string"
564
+ }
565
+ ],
566
+ "name": "WIRE_UnexpectedError",
567
+ "type": "error"
568
+ },
569
+ {
570
+ "inputs": [],
571
+ "name": "WIRE_ZeroAmount",
572
+ "type": "error"
573
+ },
574
+ {
575
+ "anonymous": false,
576
+ "inputs": [
577
+ {
578
+ "indexed": false,
579
+ "internalType": "address",
580
+ "name": "authority",
581
+ "type": "address"
582
+ }
583
+ ],
584
+ "name": "AuthorityUpdated",
585
+ "type": "event"
586
+ },
587
+ {
588
+ "anonymous": false,
589
+ "inputs": [
590
+ {
591
+ "indexed": false,
592
+ "internalType": "uint64",
593
+ "name": "version",
594
+ "type": "uint64"
595
+ }
596
+ ],
597
+ "name": "Initialized",
598
+ "type": "event"
599
+ },
600
+ {
601
+ "anonymous": false,
602
+ "inputs": [
603
+ {
604
+ "indexed": false,
605
+ "internalType": "address",
606
+ "name": "account",
607
+ "type": "address"
608
+ }
609
+ ],
610
+ "name": "Paused",
611
+ "type": "event"
612
+ },
613
+ {
614
+ "anonymous": false,
615
+ "inputs": [
616
+ {
617
+ "indexed": true,
618
+ "internalType": "address",
619
+ "name": "from",
620
+ "type": "address"
621
+ },
622
+ {
623
+ "indexed": false,
624
+ "internalType": "uint256",
625
+ "name": "amount",
626
+ "type": "uint256"
627
+ }
628
+ ],
629
+ "name": "PulledETH",
630
+ "type": "event"
631
+ },
632
+ {
633
+ "anonymous": false,
634
+ "inputs": [
635
+ {
636
+ "indexed": true,
637
+ "internalType": "address",
638
+ "name": "from",
639
+ "type": "address"
640
+ },
641
+ {
642
+ "indexed": false,
643
+ "internalType": "uint256",
644
+ "name": "amount",
645
+ "type": "uint256"
646
+ }
647
+ ],
648
+ "name": "PulledLiqETH",
649
+ "type": "event"
650
+ },
651
+ {
652
+ "anonymous": false,
653
+ "inputs": [
654
+ {
655
+ "indexed": true,
656
+ "internalType": "address",
657
+ "name": "to",
658
+ "type": "address"
659
+ },
660
+ {
661
+ "indexed": false,
662
+ "internalType": "uint256",
663
+ "name": "amount",
664
+ "type": "uint256"
665
+ }
666
+ ],
667
+ "name": "PushedETH",
668
+ "type": "event"
669
+ },
670
+ {
671
+ "anonymous": false,
672
+ "inputs": [
673
+ {
674
+ "indexed": true,
675
+ "internalType": "address",
676
+ "name": "to",
677
+ "type": "address"
678
+ },
679
+ {
680
+ "indexed": false,
681
+ "internalType": "uint256",
682
+ "name": "amount",
683
+ "type": "uint256"
684
+ }
685
+ ],
686
+ "name": "PushedLiqETH",
687
+ "type": "event"
688
+ },
689
+ {
690
+ "anonymous": false,
691
+ "inputs": [
692
+ {
693
+ "indexed": false,
694
+ "internalType": "address",
695
+ "name": "account",
696
+ "type": "address"
697
+ }
698
+ ],
699
+ "name": "Unpaused",
700
+ "type": "event"
701
+ },
702
+ {
703
+ "anonymous": false,
704
+ "inputs": [
705
+ {
706
+ "indexed": true,
707
+ "internalType": "address",
708
+ "name": "implementation",
709
+ "type": "address"
710
+ }
711
+ ],
712
+ "name": "Upgraded",
713
+ "type": "event"
714
+ },
715
+ {
716
+ "inputs": [],
717
+ "name": "UPGRADE_INTERFACE_VERSION",
718
+ "outputs": [
719
+ {
720
+ "internalType": "string",
721
+ "name": "",
722
+ "type": "string"
723
+ }
724
+ ],
725
+ "stateMutability": "view",
726
+ "type": "function"
727
+ },
728
+ {
729
+ "inputs": [],
730
+ "name": "authority",
731
+ "outputs": [
732
+ {
733
+ "internalType": "address",
734
+ "name": "",
735
+ "type": "address"
736
+ }
737
+ ],
738
+ "stateMutability": "view",
739
+ "type": "function"
740
+ },
741
+ {
742
+ "inputs": [
743
+ {
744
+ "internalType": "address",
745
+ "name": "_authority",
746
+ "type": "address"
747
+ },
748
+ {
749
+ "internalType": "address",
750
+ "name": "_liqETH",
751
+ "type": "address"
752
+ }
753
+ ],
754
+ "name": "initialize",
755
+ "outputs": [],
756
+ "stateMutability": "nonpayable",
757
+ "type": "function"
758
+ },
759
+ {
760
+ "inputs": [],
761
+ "name": "isConsumingScheduledOp",
762
+ "outputs": [
763
+ {
764
+ "internalType": "bytes4",
765
+ "name": "",
766
+ "type": "bytes4"
767
+ }
768
+ ],
769
+ "stateMutability": "view",
770
+ "type": "function"
771
+ },
772
+ {
773
+ "inputs": [],
774
+ "name": "liqETH",
775
+ "outputs": [
776
+ {
777
+ "internalType": "contract IERC20",
778
+ "name": "",
779
+ "type": "address"
780
+ }
781
+ ],
782
+ "stateMutability": "view",
783
+ "type": "function"
784
+ },
785
+ {
786
+ "inputs": [],
787
+ "name": "pause",
788
+ "outputs": [],
789
+ "stateMutability": "nonpayable",
790
+ "type": "function"
791
+ },
792
+ {
793
+ "inputs": [],
794
+ "name": "paused",
795
+ "outputs": [
796
+ {
797
+ "internalType": "bool",
798
+ "name": "",
799
+ "type": "bool"
800
+ }
801
+ ],
802
+ "stateMutability": "view",
803
+ "type": "function"
804
+ },
805
+ {
806
+ "inputs": [],
807
+ "name": "proxiableUUID",
808
+ "outputs": [
809
+ {
810
+ "internalType": "bytes32",
811
+ "name": "",
812
+ "type": "bytes32"
813
+ }
814
+ ],
815
+ "stateMutability": "view",
816
+ "type": "function"
817
+ },
818
+ {
819
+ "inputs": [],
820
+ "name": "pullETH",
821
+ "outputs": [],
822
+ "stateMutability": "payable",
823
+ "type": "function"
824
+ },
825
+ {
826
+ "inputs": [
827
+ {
828
+ "internalType": "uint256",
829
+ "name": "amount",
830
+ "type": "uint256"
831
+ }
832
+ ],
833
+ "name": "pullLiqETH",
834
+ "outputs": [],
835
+ "stateMutability": "nonpayable",
836
+ "type": "function"
837
+ },
838
+ {
839
+ "inputs": [
840
+ {
841
+ "internalType": "address",
842
+ "name": "to",
843
+ "type": "address"
844
+ },
845
+ {
846
+ "internalType": "uint256",
847
+ "name": "amount",
848
+ "type": "uint256"
849
+ }
850
+ ],
851
+ "name": "pushETH",
852
+ "outputs": [],
853
+ "stateMutability": "nonpayable",
854
+ "type": "function"
855
+ },
856
+ {
857
+ "inputs": [
858
+ {
859
+ "internalType": "address",
860
+ "name": "to",
861
+ "type": "address"
862
+ },
863
+ {
864
+ "internalType": "uint256",
865
+ "name": "amount",
866
+ "type": "uint256"
867
+ }
868
+ ],
869
+ "name": "pushLiqETH",
870
+ "outputs": [],
871
+ "stateMutability": "nonpayable",
872
+ "type": "function"
873
+ },
874
+ {
875
+ "inputs": [
876
+ {
877
+ "internalType": "address",
878
+ "name": "newAuthority",
879
+ "type": "address"
880
+ }
881
+ ],
882
+ "name": "setAuthority",
883
+ "outputs": [],
884
+ "stateMutability": "nonpayable",
885
+ "type": "function"
886
+ },
887
+ {
888
+ "inputs": [],
889
+ "name": "unpause",
890
+ "outputs": [],
891
+ "stateMutability": "nonpayable",
892
+ "type": "function"
893
+ },
894
+ {
895
+ "inputs": [
896
+ {
897
+ "internalType": "address",
898
+ "name": "newImplementation",
899
+ "type": "address"
900
+ },
901
+ {
902
+ "internalType": "bytes",
903
+ "name": "data",
904
+ "type": "bytes"
905
+ }
906
+ ],
907
+ "name": "upgradeToAndCall",
908
+ "outputs": [],
909
+ "stateMutability": "payable",
910
+ "type": "function"
911
+ },
912
+ {
913
+ "stateMutability": "payable",
914
+ "type": "receive"
915
+ }
916
+ ],
917
+ "bytecode": "0x60a0806040523460295730608052610f49908161002f82396080518181816105420152610dfc0152f35b600080fdfe60406080815260048036101561001f575b5050361561001d57600080fd5b005b600091823560e01c8063300fef3c146109fb5780633f4ba83a14610981578063479c7a711461093d578063485cc955146107865780634f1ef286146105a957806352d1902d1461052d57806355d4aa8a146105055780635c975abb146104d45780635e588b6f146103b95780637a9e5e4b1461033c5780638456cb59146102d25780638fb360371461027e578063ad3cb1cc146101df578063bf7e214f146101a55763cc707a36146100d15750610010565b346101a157806003193601126101a1576100e9610aef565b90602435926100f83633610ba6565b610100610d2d565b834710610184578480808087875af1610117610b76565b50156101555750519182526001600160a01b0316907f511ea866743077a9c0b571e8480aaca03047b8226d8b2b2305a6dc2d999f4dc890602090a280f35b9051630661857d60e51b81526001600160a01b0390921690820190815260208101929092529081906040010390fd5b905163644c50bf60e01b8152908101839052476024820152604490fd5b8280fd5b8382346101db57816003193601126101db57600080516020610ed48339815191525490516001600160a01b039091168152602090f35b5080fd5b5090346101a157826003193601126101a1578151908282019082821067ffffffffffffffff83111761026b5750825260058152602090640352e302e360dc1b6020820152825193849260208452825192836020860152825b84811061025557505050828201840152601f01601f19168101030190f35b8181018301518882018801528795508201610237565b634e487b7160e01b855260419052602484fd5b8382346101db57816003193601126101db5760209160ff600080516020610ed48339815191525460a01c166000146102cc5750638fb3603760e01b905b516001600160e01b03199091168152f35b906102bb565b8382346101db57816003193601126101db5760207f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a258916103123633610ba6565b61031a610d2d565b600080516020610ef4833981519152805460ff1916600117905551338152a180f35b5090346101a15760203660031901126101a157610357610aef565b600080516020610ed48339815191525490926001600160a01b0391821633036103a557833b1561038e578461038b85610d58565b80f35b516361798f2f60e11b815292169082015260249150fd5b5162d1953b60e31b81523381840152602490fd5b5090346101a157816003193601126101a1576103d3610aef565b602435926103e13633610ba6565b6103e9610d2d565b8454815163a9059cbb60e01b81526001600160a01b03848116868301908152602080820189905291969383918290036040019082908b908a165af19081156104ca57879161049b575b501561046857505192835216907faeeb4c5ae8b6f93109f170b09aaaa71e6bc146794318b4defde56785859747dd90602090a280f35b9051634ca62e3960e01b8152309181019182526001600160a01b0390921660208201526040810184905281906060010390fd5b6104bd915060203d6020116104c3575b6104b58183610b0a565b810190610b5e565b38610432565b503d6104ab565b83513d89823e3d90fd5b8382346101db57816003193601126101db5760209060ff600080516020610ef4833981519152541690519015158152f35b8382346101db57816003193601126101db57905490516001600160a01b039091168152602090f35b5082346105a657806003193601126105a657507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316300361059957602090517f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc8152f35b5163703e46dd60e11b8152fd5b80fd5b50806003193601126101a1576105bd610aef565b90602493843567ffffffffffffffff81116101db57366023820112156101db5780850135936105eb85610b42565b6105f785519182610b0a565b85815260209586820193368a838301011161077b578186928b8a9301873783010152610621610df2565b61062b3633610ba6565b610633610df2565b84516352d1902d60e01b81526001600160a01b0383169680828a818b5afa9182918793610752575b50506106775750505050505191634c9c8ce360e01b8352820152fd5b86899689927f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc9081810361073d5750853b156107285780546001600160a01b0319168317905551869392917fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b8580a282511561070c5750506107089382915190845af4610702610b76565b91610e70565b5080f35b9350935050503461071c57505080f35b63b398979f60e01b8152fd5b5051634c9c8ce360e01b815291820152859150fd5b848a91845191632a87526960e21b8352820152fd5b9080929350813d831161077f575b61076a8183610b0a565b8101031261077b575190388061065b565b8580fd5b503d610760565b5090346101a157816003193601126101a1576107a0610aef565b6024356001600160a01b03811690819003610939577ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a009283549260ff84871c16159367ffffffffffffffff811680159081610931575b6001149081610927575b15908161091e575b5061090e5767ffffffffffffffff19811660011786556108479190856108ef575b50610832610db1565b61083a610db1565b610842610db1565b610d58565b61084f610db1565b610857610db1565b61085f610db1565b81156108be575084546001600160a01b03191617845561087d578280f35b805468ff00000000000000001916905551600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602090a138808280f35b60849185805192632215fb1f60e11b845283015260066044830152650d8d2e28aa8960d31b60648301526024820152fd5b68ffffffffffffffffff19166801000000000000000117865538610829565b865163f92ee8a960e01b81528390fd5b90501538610808565b303b159150610800565b8691506107f6565b8480fd5b8382816003193601126101db576109543633610ba6565b513481527f0eab4449ec2e036dc89ef52369c5bd7e8399ae110107b4ddaf96f6fe78bb25c460203292a280f35b5090346101a157826003193601126101a15761099d3633610ba6565b600080516020610ef48339815191529081549060ff8216156109ed575060ff19169055513381527f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa90602090a180f35b8351638dfc202b60e01b8152fd5b50346101a15760203660031901126101a157813591610a1a3633610ba6565b835482516323b872dd60e01b81523383820190815230602080830191909152604082018790529192839182900360600190829089906001600160a01b03165af1908115610ae5578591610ac6575b5015610a9c5750519081527ff53a98a2574435768f78aa1228e84e5670309cf836726b7a0bdffc69dd15d0e260203392a280f35b9051634ca62e3960e01b815233918101918252306020830152604082019290925281906060010390fd5b610adf915060203d6020116104c3576104b58183610b0a565b38610a68565b83513d87823e3d90fd5b600435906001600160a01b0382168203610b0557565b600080fd5b90601f8019910116810190811067ffffffffffffffff821117610b2c57604052565b634e487b7160e01b600052604160045260246000fd5b67ffffffffffffffff8111610b2c57601f01601f191660200190565b90816020910312610b0557518015158103610b055790565b3d15610ba1573d90610b8782610b42565b91610b956040519384610b0a565b82523d6000602084013e565b606090565b600080516020610ed48339815191528054909290916001600160a01b03808416929160048310610b05576000926000604094855194602086019463b700961360e01b8652169384602487015230604487015263ffffffff60e01b83351660648701526064865260a086019567ffffffffffffffff9681811088821117610d1957918491899384528280528260205251908a5afa610d08575b15610c4e575b5050505050505050565b63ffffffff1615610cf15760ff60a01b19958616600160a01b178755843b15610b0557606494600092838651978880958194634a63ebf760e11b835260048301528960248301528060448301528084848401378181018301849052601f01601f191681010301925af18015610ce657610cd7575b50505081541690553880808080808080610c44565b8211610b2c5752388080610cc2565b82513d6000823e3d90fd5b835162d1953b60e31b815260048101839052602490fd5b50516020518060201c150290610c3e565b634e487b7160e01b85526041600452602485fd5b60ff600080516020610ef48339815191525416610d4657565b60405163d93c066560e01b8152600490fd5b600080516020610ed483398151915280546001600160a01b0319166001600160a01b0390921691821790556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad90602090a1565b60ff7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005460401c1615610de057565b604051631afcd79f60e31b8152600490fd5b6001600160a01b037f00000000000000000000000000000000000000000000000000000000000000008116308114918215610e42575b5050610e3057565b60405163703e46dd60e11b8152600490fd5b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5416141590503880610e28565b90610e975750805115610e8557602081519101fd5b60405163d6bda27560e01b8152600490fd5b81511580610eca575b610ea8575090565b604051639996b31560e01b81526001600160a01b039091166004820152602490fd5b50803b15610ea056fef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00cd5ed15c6e187e77e9aee88184c21f4f2182ab5827cb3b7e07fbedcd63f03300a26469706673582212209d5a55e79c50e8caf232968de42ac2effb0ca8732ea42a384ed87aa9f05f016d64736f6c63430008190033",
918
+ "deployedBytecode": "0x60406080815260048036101561001f575b5050361561001d57600080fd5b005b600091823560e01c8063300fef3c146109fb5780633f4ba83a14610981578063479c7a711461093d578063485cc955146107865780634f1ef286146105a957806352d1902d1461052d57806355d4aa8a146105055780635c975abb146104d45780635e588b6f146103b95780637a9e5e4b1461033c5780638456cb59146102d25780638fb360371461027e578063ad3cb1cc146101df578063bf7e214f146101a55763cc707a36146100d15750610010565b346101a157806003193601126101a1576100e9610aef565b90602435926100f83633610ba6565b610100610d2d565b834710610184578480808087875af1610117610b76565b50156101555750519182526001600160a01b0316907f511ea866743077a9c0b571e8480aaca03047b8226d8b2b2305a6dc2d999f4dc890602090a280f35b9051630661857d60e51b81526001600160a01b0390921690820190815260208101929092529081906040010390fd5b905163644c50bf60e01b8152908101839052476024820152604490fd5b8280fd5b8382346101db57816003193601126101db57600080516020610ed48339815191525490516001600160a01b039091168152602090f35b5080fd5b5090346101a157826003193601126101a1578151908282019082821067ffffffffffffffff83111761026b5750825260058152602090640352e302e360dc1b6020820152825193849260208452825192836020860152825b84811061025557505050828201840152601f01601f19168101030190f35b8181018301518882018801528795508201610237565b634e487b7160e01b855260419052602484fd5b8382346101db57816003193601126101db5760209160ff600080516020610ed48339815191525460a01c166000146102cc5750638fb3603760e01b905b516001600160e01b03199091168152f35b906102bb565b8382346101db57816003193601126101db5760207f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a258916103123633610ba6565b61031a610d2d565b600080516020610ef4833981519152805460ff1916600117905551338152a180f35b5090346101a15760203660031901126101a157610357610aef565b600080516020610ed48339815191525490926001600160a01b0391821633036103a557833b1561038e578461038b85610d58565b80f35b516361798f2f60e11b815292169082015260249150fd5b5162d1953b60e31b81523381840152602490fd5b5090346101a157816003193601126101a1576103d3610aef565b602435926103e13633610ba6565b6103e9610d2d565b8454815163a9059cbb60e01b81526001600160a01b03848116868301908152602080820189905291969383918290036040019082908b908a165af19081156104ca57879161049b575b501561046857505192835216907faeeb4c5ae8b6f93109f170b09aaaa71e6bc146794318b4defde56785859747dd90602090a280f35b9051634ca62e3960e01b8152309181019182526001600160a01b0390921660208201526040810184905281906060010390fd5b6104bd915060203d6020116104c3575b6104b58183610b0a565b810190610b5e565b38610432565b503d6104ab565b83513d89823e3d90fd5b8382346101db57816003193601126101db5760209060ff600080516020610ef4833981519152541690519015158152f35b8382346101db57816003193601126101db57905490516001600160a01b039091168152602090f35b5082346105a657806003193601126105a657507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316300361059957602090517f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc8152f35b5163703e46dd60e11b8152fd5b80fd5b50806003193601126101a1576105bd610aef565b90602493843567ffffffffffffffff81116101db57366023820112156101db5780850135936105eb85610b42565b6105f785519182610b0a565b85815260209586820193368a838301011161077b578186928b8a9301873783010152610621610df2565b61062b3633610ba6565b610633610df2565b84516352d1902d60e01b81526001600160a01b0383169680828a818b5afa9182918793610752575b50506106775750505050505191634c9c8ce360e01b8352820152fd5b86899689927f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc9081810361073d5750853b156107285780546001600160a01b0319168317905551869392917fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b8580a282511561070c5750506107089382915190845af4610702610b76565b91610e70565b5080f35b9350935050503461071c57505080f35b63b398979f60e01b8152fd5b5051634c9c8ce360e01b815291820152859150fd5b848a91845191632a87526960e21b8352820152fd5b9080929350813d831161077f575b61076a8183610b0a565b8101031261077b575190388061065b565b8580fd5b503d610760565b5090346101a157816003193601126101a1576107a0610aef565b6024356001600160a01b03811690819003610939577ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a009283549260ff84871c16159367ffffffffffffffff811680159081610931575b6001149081610927575b15908161091e575b5061090e5767ffffffffffffffff19811660011786556108479190856108ef575b50610832610db1565b61083a610db1565b610842610db1565b610d58565b61084f610db1565b610857610db1565b61085f610db1565b81156108be575084546001600160a01b03191617845561087d578280f35b805468ff00000000000000001916905551600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602090a138808280f35b60849185805192632215fb1f60e11b845283015260066044830152650d8d2e28aa8960d31b60648301526024820152fd5b68ffffffffffffffffff19166801000000000000000117865538610829565b865163f92ee8a960e01b81528390fd5b90501538610808565b303b159150610800565b8691506107f6565b8480fd5b8382816003193601126101db576109543633610ba6565b513481527f0eab4449ec2e036dc89ef52369c5bd7e8399ae110107b4ddaf96f6fe78bb25c460203292a280f35b5090346101a157826003193601126101a15761099d3633610ba6565b600080516020610ef48339815191529081549060ff8216156109ed575060ff19169055513381527f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa90602090a180f35b8351638dfc202b60e01b8152fd5b50346101a15760203660031901126101a157813591610a1a3633610ba6565b835482516323b872dd60e01b81523383820190815230602080830191909152604082018790529192839182900360600190829089906001600160a01b03165af1908115610ae5578591610ac6575b5015610a9c5750519081527ff53a98a2574435768f78aa1228e84e5670309cf836726b7a0bdffc69dd15d0e260203392a280f35b9051634ca62e3960e01b815233918101918252306020830152604082019290925281906060010390fd5b610adf915060203d6020116104c3576104b58183610b0a565b38610a68565b83513d87823e3d90fd5b600435906001600160a01b0382168203610b0557565b600080fd5b90601f8019910116810190811067ffffffffffffffff821117610b2c57604052565b634e487b7160e01b600052604160045260246000fd5b67ffffffffffffffff8111610b2c57601f01601f191660200190565b90816020910312610b0557518015158103610b055790565b3d15610ba1573d90610b8782610b42565b91610b956040519384610b0a565b82523d6000602084013e565b606090565b600080516020610ed48339815191528054909290916001600160a01b03808416929160048310610b05576000926000604094855194602086019463b700961360e01b8652169384602487015230604487015263ffffffff60e01b83351660648701526064865260a086019567ffffffffffffffff9681811088821117610d1957918491899384528280528260205251908a5afa610d08575b15610c4e575b5050505050505050565b63ffffffff1615610cf15760ff60a01b19958616600160a01b178755843b15610b0557606494600092838651978880958194634a63ebf760e11b835260048301528960248301528060448301528084848401378181018301849052601f01601f191681010301925af18015610ce657610cd7575b50505081541690553880808080808080610c44565b8211610b2c5752388080610cc2565b82513d6000823e3d90fd5b835162d1953b60e31b815260048101839052602490fd5b50516020518060201c150290610c3e565b634e487b7160e01b85526041600452602485fd5b60ff600080516020610ef48339815191525416610d4657565b60405163d93c066560e01b8152600490fd5b600080516020610ed483398151915280546001600160a01b0319166001600160a01b0390921691821790556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad90602090a1565b60ff7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005460401c1615610de057565b604051631afcd79f60e31b8152600490fd5b6001600160a01b037f00000000000000000000000000000000000000000000000000000000000000008116308114918215610e42575b5050610e3057565b60405163703e46dd60e11b8152600490fd5b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5416141590503880610e28565b90610e975750805115610e8557602081519101fd5b60405163d6bda27560e01b8152600490fd5b81511580610eca575b610ea8575090565b604051639996b31560e01b81526001600160a01b039091166004820152602490fd5b50803b15610ea056fef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00cd5ed15c6e187e77e9aee88184c21f4f2182ab5827cb3b7e07fbedcd63f03300a26469706673582212209d5a55e79c50e8caf232968de42ac2effb0ca8732ea42a384ed87aa9f05f016d64736f6c63430008190033",
919
+ "linkReferences": {},
920
+ "deployedLinkReferences": {}
921
+ }