@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,1753 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "Depositor",
4
+ "sourceName": "contracts/outpost/Depositor.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
+ {
99
+ "internalType": "bytes32",
100
+ "name": "expected",
101
+ "type": "bytes32"
102
+ },
103
+ {
104
+ "internalType": "bytes32",
105
+ "name": "actual",
106
+ "type": "bytes32"
107
+ }
108
+ ],
109
+ "name": "OPP_EpochHashMismatch",
110
+ "type": "error"
111
+ },
112
+ {
113
+ "inputs": [
114
+ {
115
+ "internalType": "uint256",
116
+ "name": "required",
117
+ "type": "uint256"
118
+ },
119
+ {
120
+ "internalType": "uint256",
121
+ "name": "provided",
122
+ "type": "uint256"
123
+ }
124
+ ],
125
+ "name": "OPP_InsufficientSignatureWeight",
126
+ "type": "error"
127
+ },
128
+ {
129
+ "inputs": [
130
+ {
131
+ "internalType": "address",
132
+ "name": "caller",
133
+ "type": "address"
134
+ },
135
+ {
136
+ "internalType": "address",
137
+ "name": "expected",
138
+ "type": "address"
139
+ }
140
+ ],
141
+ "name": "OPP_InvalidOPPAddress",
142
+ "type": "error"
143
+ },
144
+ {
145
+ "inputs": [
146
+ {
147
+ "internalType": "bytes32",
148
+ "name": "expected",
149
+ "type": "bytes32"
150
+ },
151
+ {
152
+ "internalType": "bytes32",
153
+ "name": "actual",
154
+ "type": "bytes32"
155
+ }
156
+ ],
157
+ "name": "OPP_MessageIDMismatch",
158
+ "type": "error"
159
+ },
160
+ {
161
+ "inputs": [],
162
+ "name": "OPP_NoAssertionsSent",
163
+ "type": "error"
164
+ },
165
+ {
166
+ "inputs": [],
167
+ "name": "OPP_NoPendingAssertions",
168
+ "type": "error"
169
+ },
170
+ {
171
+ "inputs": [
172
+ {
173
+ "internalType": "uint32",
174
+ "name": "expected",
175
+ "type": "uint32"
176
+ },
177
+ {
178
+ "internalType": "uint32",
179
+ "name": "actual",
180
+ "type": "uint32"
181
+ }
182
+ ],
183
+ "name": "OPP_NonSequentialEpoch",
184
+ "type": "error"
185
+ },
186
+ {
187
+ "inputs": [],
188
+ "name": "OPP_NotSending",
189
+ "type": "error"
190
+ },
191
+ {
192
+ "inputs": [],
193
+ "name": "OPP_OPPAddressNotSet",
194
+ "type": "error"
195
+ },
196
+ {
197
+ "inputs": [
198
+ {
199
+ "internalType": "bytes32",
200
+ "name": "expected",
201
+ "type": "bytes32"
202
+ },
203
+ {
204
+ "internalType": "bytes32",
205
+ "name": "actual",
206
+ "type": "bytes32"
207
+ }
208
+ ],
209
+ "name": "OPP_PayloadHashMismatch",
210
+ "type": "error"
211
+ },
212
+ {
213
+ "inputs": [
214
+ {
215
+ "internalType": "uint32",
216
+ "name": "epochNumber",
217
+ "type": "uint32"
218
+ },
219
+ {
220
+ "internalType": "uint256",
221
+ "name": "messageCount",
222
+ "type": "uint256"
223
+ }
224
+ ],
225
+ "name": "OPP_PreviousEpochPendingMessages",
226
+ "type": "error"
227
+ },
228
+ {
229
+ "inputs": [
230
+ {
231
+ "internalType": "uint32",
232
+ "name": "epochNumber",
233
+ "type": "uint32"
234
+ }
235
+ ],
236
+ "name": "OPP_PreviousEpochSent",
237
+ "type": "error"
238
+ },
239
+ {
240
+ "inputs": [
241
+ {
242
+ "internalType": "uint32",
243
+ "name": "epochNumber",
244
+ "type": "uint32"
245
+ }
246
+ ],
247
+ "name": "OPP_PreviousEpochUnsent",
248
+ "type": "error"
249
+ },
250
+ {
251
+ "inputs": [
252
+ {
253
+ "internalType": "uint256",
254
+ "name": "stack",
255
+ "type": "uint256"
256
+ }
257
+ ],
258
+ "name": "OPP_SendStackError",
259
+ "type": "error"
260
+ },
261
+ {
262
+ "inputs": [
263
+ {
264
+ "internalType": "uint256",
265
+ "name": "expectedMaxMessages",
266
+ "type": "uint256"
267
+ },
268
+ {
269
+ "internalType": "uint256",
270
+ "name": "actualMessages",
271
+ "type": "uint256"
272
+ }
273
+ ],
274
+ "name": "OPP_TooManyMessages",
275
+ "type": "error"
276
+ },
277
+ {
278
+ "inputs": [
279
+ {
280
+ "internalType": "address",
281
+ "name": "sender",
282
+ "type": "address"
283
+ },
284
+ {
285
+ "internalType": "uint16",
286
+ "name": "assertionType",
287
+ "type": "uint16"
288
+ }
289
+ ],
290
+ "name": "OPP_UnauthorizedAssertionType",
291
+ "type": "error"
292
+ },
293
+ {
294
+ "inputs": [
295
+ {
296
+ "internalType": "uint16",
297
+ "name": "assertionType",
298
+ "type": "uint16"
299
+ }
300
+ ],
301
+ "name": "OPP_UnhandledAssertionType",
302
+ "type": "error"
303
+ },
304
+ {
305
+ "inputs": [],
306
+ "name": "OPP_ZeroTag",
307
+ "type": "error"
308
+ },
309
+ {
310
+ "inputs": [],
311
+ "name": "ReentrancyGuardReentrantCall",
312
+ "type": "error"
313
+ },
314
+ {
315
+ "inputs": [
316
+ {
317
+ "internalType": "address",
318
+ "name": "token",
319
+ "type": "address"
320
+ }
321
+ ],
322
+ "name": "SafeERC20FailedOperation",
323
+ "type": "error"
324
+ },
325
+ {
326
+ "inputs": [],
327
+ "name": "UUPSUnauthorizedCallContext",
328
+ "type": "error"
329
+ },
330
+ {
331
+ "inputs": [
332
+ {
333
+ "internalType": "bytes32",
334
+ "name": "slot",
335
+ "type": "bytes32"
336
+ }
337
+ ],
338
+ "name": "UUPSUnsupportedProxiableUUID",
339
+ "type": "error"
340
+ },
341
+ {
342
+ "inputs": [
343
+ {
344
+ "internalType": "address",
345
+ "name": "actor",
346
+ "type": "address"
347
+ }
348
+ ],
349
+ "name": "WIRE_ActorAlreadyBonded",
350
+ "type": "error"
351
+ },
352
+ {
353
+ "inputs": [
354
+ {
355
+ "internalType": "address",
356
+ "name": "actor",
357
+ "type": "address"
358
+ }
359
+ ],
360
+ "name": "WIRE_ActorNotBonded",
361
+ "type": "error"
362
+ },
363
+ {
364
+ "inputs": [
365
+ {
366
+ "internalType": "uint32",
367
+ "name": "tokenType",
368
+ "type": "uint32"
369
+ },
370
+ {
371
+ "internalType": "bytes32",
372
+ "name": "bondLevelId",
373
+ "type": "bytes32"
374
+ }
375
+ ],
376
+ "name": "WIRE_BadBondLevel",
377
+ "type": "error"
378
+ },
379
+ {
380
+ "inputs": [
381
+ {
382
+ "internalType": "string",
383
+ "name": "name",
384
+ "type": "string"
385
+ },
386
+ {
387
+ "internalType": "address",
388
+ "name": "provided",
389
+ "type": "address"
390
+ }
391
+ ],
392
+ "name": "WIRE_BadContractAddress",
393
+ "type": "error"
394
+ },
395
+ {
396
+ "inputs": [
397
+ {
398
+ "internalType": "uint256",
399
+ "name": "bps",
400
+ "type": "uint256"
401
+ },
402
+ {
403
+ "internalType": "uint256",
404
+ "name": "maxBps",
405
+ "type": "uint256"
406
+ }
407
+ ],
408
+ "name": "WIRE_BasisPointsTooHigh",
409
+ "type": "error"
410
+ },
411
+ {
412
+ "inputs": [
413
+ {
414
+ "internalType": "address",
415
+ "name": "actor",
416
+ "type": "address"
417
+ },
418
+ {
419
+ "internalType": "uint256",
420
+ "name": "cooldownEnd",
421
+ "type": "uint256"
422
+ }
423
+ ],
424
+ "name": "WIRE_BondInCooldown",
425
+ "type": "error"
426
+ },
427
+ {
428
+ "inputs": [
429
+ {
430
+ "internalType": "address",
431
+ "name": "actor",
432
+ "type": "address"
433
+ },
434
+ {
435
+ "internalType": "uint256",
436
+ "name": "warmupEnd",
437
+ "type": "uint256"
438
+ }
439
+ ],
440
+ "name": "WIRE_BondInWarmup",
441
+ "type": "error"
442
+ },
443
+ {
444
+ "inputs": [
445
+ {
446
+ "internalType": "uint256",
447
+ "name": "required",
448
+ "type": "uint256"
449
+ },
450
+ {
451
+ "internalType": "uint256",
452
+ "name": "provided",
453
+ "type": "uint256"
454
+ }
455
+ ],
456
+ "name": "WIRE_BondInsufficientEth",
457
+ "type": "error"
458
+ },
459
+ {
460
+ "inputs": [
461
+ {
462
+ "internalType": "uint256",
463
+ "name": "required",
464
+ "type": "uint256"
465
+ },
466
+ {
467
+ "internalType": "uint256",
468
+ "name": "provided",
469
+ "type": "uint256"
470
+ }
471
+ ],
472
+ "name": "WIRE_BondInsufficientEthEquivalent",
473
+ "type": "error"
474
+ },
475
+ {
476
+ "inputs": [
477
+ {
478
+ "internalType": "uint256",
479
+ "name": "value",
480
+ "type": "uint256"
481
+ },
482
+ {
483
+ "internalType": "uint256",
484
+ "name": "minValue",
485
+ "type": "uint256"
486
+ }
487
+ ],
488
+ "name": "WIRE_BondLevelCooldownTooShort",
489
+ "type": "error"
490
+ },
491
+ {
492
+ "inputs": [
493
+ {
494
+ "internalType": "uint32",
495
+ "name": "tokenType",
496
+ "type": "uint32"
497
+ },
498
+ {
499
+ "internalType": "bytes32",
500
+ "name": "bondLevelId",
501
+ "type": "bytes32"
502
+ }
503
+ ],
504
+ "name": "WIRE_BondLevelExists",
505
+ "type": "error"
506
+ },
507
+ {
508
+ "inputs": [
509
+ {
510
+ "internalType": "uint32",
511
+ "name": "tokenType",
512
+ "type": "uint32"
513
+ },
514
+ {
515
+ "internalType": "bytes32",
516
+ "name": "bondLevelId",
517
+ "type": "bytes32"
518
+ }
519
+ ],
520
+ "name": "WIRE_BondLevelHasNoRoles",
521
+ "type": "error"
522
+ },
523
+ {
524
+ "inputs": [
525
+ {
526
+ "internalType": "uint32",
527
+ "name": "tokenType",
528
+ "type": "uint32"
529
+ },
530
+ {
531
+ "internalType": "bytes32",
532
+ "name": "bondLevelId",
533
+ "type": "bytes32"
534
+ }
535
+ ],
536
+ "name": "WIRE_BondLevelNoAmount",
537
+ "type": "error"
538
+ },
539
+ {
540
+ "inputs": [
541
+ {
542
+ "internalType": "uint32",
543
+ "name": "tokenType",
544
+ "type": "uint32"
545
+ },
546
+ {
547
+ "internalType": "bytes32",
548
+ "name": "bondLevelId",
549
+ "type": "bytes32"
550
+ }
551
+ ],
552
+ "name": "WIRE_BondLevelNoEthEquivalent",
553
+ "type": "error"
554
+ },
555
+ {
556
+ "inputs": [
557
+ {
558
+ "internalType": "uint32",
559
+ "name": "tokenType",
560
+ "type": "uint32"
561
+ },
562
+ {
563
+ "internalType": "bytes32",
564
+ "name": "bondLevelId",
565
+ "type": "bytes32"
566
+ }
567
+ ],
568
+ "name": "WIRE_BondLevelNoTokenContract",
569
+ "type": "error"
570
+ },
571
+ {
572
+ "inputs": [
573
+ {
574
+ "internalType": "uint32",
575
+ "name": "tokenType",
576
+ "type": "uint32"
577
+ },
578
+ {
579
+ "internalType": "bytes32",
580
+ "name": "bondLevelId",
581
+ "type": "bytes32"
582
+ }
583
+ ],
584
+ "name": "WIRE_BondLevelNoTokenId",
585
+ "type": "error"
586
+ },
587
+ {
588
+ "inputs": [
589
+ {
590
+ "internalType": "uint256",
591
+ "name": "value",
592
+ "type": "uint256"
593
+ },
594
+ {
595
+ "internalType": "uint256",
596
+ "name": "minValue",
597
+ "type": "uint256"
598
+ }
599
+ ],
600
+ "name": "WIRE_BondLevelWarmupTooShort",
601
+ "type": "error"
602
+ },
603
+ {
604
+ "inputs": [
605
+ {
606
+ "internalType": "address",
607
+ "name": "actor",
608
+ "type": "address"
609
+ }
610
+ ],
611
+ "name": "WIRE_BondNotUnbonding",
612
+ "type": "error"
613
+ },
614
+ {
615
+ "inputs": [
616
+ {
617
+ "internalType": "address",
618
+ "name": "to",
619
+ "type": "address"
620
+ },
621
+ {
622
+ "internalType": "uint256",
623
+ "name": "amount",
624
+ "type": "uint256"
625
+ }
626
+ ],
627
+ "name": "WIRE_EthSendFailed",
628
+ "type": "error"
629
+ },
630
+ {
631
+ "inputs": [],
632
+ "name": "WIRE_GoLiveInProgress",
633
+ "type": "error"
634
+ },
635
+ {
636
+ "inputs": [
637
+ {
638
+ "internalType": "uint256",
639
+ "name": "required",
640
+ "type": "uint256"
641
+ },
642
+ {
643
+ "internalType": "uint256",
644
+ "name": "available",
645
+ "type": "uint256"
646
+ }
647
+ ],
648
+ "name": "WIRE_InsufficientEthBalance",
649
+ "type": "error"
650
+ },
651
+ {
652
+ "inputs": [],
653
+ "name": "WIRE_InvalidPrice",
654
+ "type": "error"
655
+ },
656
+ {
657
+ "inputs": [
658
+ {
659
+ "internalType": "address",
660
+ "name": "from",
661
+ "type": "address"
662
+ },
663
+ {
664
+ "internalType": "address",
665
+ "name": "to",
666
+ "type": "address"
667
+ },
668
+ {
669
+ "internalType": "uint256",
670
+ "name": "amount",
671
+ "type": "uint256"
672
+ }
673
+ ],
674
+ "name": "WIRE_LiqEthTransferFailed",
675
+ "type": "error"
676
+ },
677
+ {
678
+ "inputs": [],
679
+ "name": "WIRE_NoPricesRecorded",
680
+ "type": "error"
681
+ },
682
+ {
683
+ "inputs": [],
684
+ "name": "WIRE_NoYield",
685
+ "type": "error"
686
+ },
687
+ {
688
+ "inputs": [
689
+ {
690
+ "internalType": "address",
691
+ "name": "actor",
692
+ "type": "address"
693
+ },
694
+ {
695
+ "internalType": "address",
696
+ "name": "owner",
697
+ "type": "address"
698
+ },
699
+ {
700
+ "internalType": "address",
701
+ "name": "caller",
702
+ "type": "address"
703
+ }
704
+ ],
705
+ "name": "WIRE_NotBondOwner",
706
+ "type": "error"
707
+ },
708
+ {
709
+ "inputs": [
710
+ {
711
+ "internalType": "uint256",
712
+ "name": "receiptId",
713
+ "type": "uint256"
714
+ },
715
+ {
716
+ "internalType": "address",
717
+ "name": "owner",
718
+ "type": "address"
719
+ },
720
+ {
721
+ "internalType": "address",
722
+ "name": "caller",
723
+ "type": "address"
724
+ }
725
+ ],
726
+ "name": "WIRE_NotReceiptOwner",
727
+ "type": "error"
728
+ },
729
+ {
730
+ "inputs": [
731
+ {
732
+ "internalType": "uint256",
733
+ "name": "price",
734
+ "type": "uint256"
735
+ },
736
+ {
737
+ "internalType": "uint256",
738
+ "name": "minPrice",
739
+ "type": "uint256"
740
+ },
741
+ {
742
+ "internalType": "uint256",
743
+ "name": "maxPrice",
744
+ "type": "uint256"
745
+ }
746
+ ],
747
+ "name": "WIRE_PriceOutOfBounds",
748
+ "type": "error"
749
+ },
750
+ {
751
+ "inputs": [
752
+ {
753
+ "internalType": "uint256",
754
+ "name": "receiptId",
755
+ "type": "uint256"
756
+ }
757
+ ],
758
+ "name": "WIRE_ReceiptNotWithdrawable",
759
+ "type": "error"
760
+ },
761
+ {
762
+ "inputs": [],
763
+ "name": "WIRE_RefundingInProgress",
764
+ "type": "error"
765
+ },
766
+ {
767
+ "inputs": [],
768
+ "name": "WIRE_RefundingOnly",
769
+ "type": "error"
770
+ },
771
+ {
772
+ "inputs": [
773
+ {
774
+ "internalType": "uint256",
775
+ "name": "updatedAt",
776
+ "type": "uint256"
777
+ },
778
+ {
779
+ "internalType": "uint256",
780
+ "name": "maxStaleness",
781
+ "type": "uint256"
782
+ }
783
+ ],
784
+ "name": "WIRE_StalePrice",
785
+ "type": "error"
786
+ },
787
+ {
788
+ "inputs": [
789
+ {
790
+ "internalType": "string",
791
+ "name": "reason",
792
+ "type": "string"
793
+ }
794
+ ],
795
+ "name": "WIRE_UnexpectedError",
796
+ "type": "error"
797
+ },
798
+ {
799
+ "inputs": [],
800
+ "name": "WIRE_ZeroAmount",
801
+ "type": "error"
802
+ },
803
+ {
804
+ "anonymous": false,
805
+ "inputs": [
806
+ {
807
+ "indexed": false,
808
+ "internalType": "address",
809
+ "name": "authority",
810
+ "type": "address"
811
+ }
812
+ ],
813
+ "name": "AuthorityUpdated",
814
+ "type": "event"
815
+ },
816
+ {
817
+ "anonymous": false,
818
+ "inputs": [
819
+ {
820
+ "indexed": false,
821
+ "internalType": "uint64",
822
+ "name": "version",
823
+ "type": "uint64"
824
+ }
825
+ ],
826
+ "name": "Initialized",
827
+ "type": "event"
828
+ },
829
+ {
830
+ "anonymous": false,
831
+ "inputs": [
832
+ {
833
+ "indexed": false,
834
+ "internalType": "address",
835
+ "name": "account",
836
+ "type": "address"
837
+ }
838
+ ],
839
+ "name": "Paused",
840
+ "type": "event"
841
+ },
842
+ {
843
+ "anonymous": false,
844
+ "inputs": [
845
+ {
846
+ "indexed": true,
847
+ "internalType": "address",
848
+ "name": "user",
849
+ "type": "address"
850
+ },
851
+ {
852
+ "indexed": false,
853
+ "internalType": "uint256",
854
+ "name": "ethIn",
855
+ "type": "uint256"
856
+ },
857
+ {
858
+ "indexed": false,
859
+ "internalType": "uint256",
860
+ "name": "shares",
861
+ "type": "uint256"
862
+ },
863
+ {
864
+ "indexed": false,
865
+ "internalType": "uint256",
866
+ "name": "tokenId",
867
+ "type": "uint256"
868
+ }
869
+ ],
870
+ "name": "PurchasedWithETH",
871
+ "type": "event"
872
+ },
873
+ {
874
+ "anonymous": false,
875
+ "inputs": [
876
+ {
877
+ "indexed": true,
878
+ "internalType": "address",
879
+ "name": "user",
880
+ "type": "address"
881
+ },
882
+ {
883
+ "indexed": false,
884
+ "internalType": "uint256",
885
+ "name": "liqIn",
886
+ "type": "uint256"
887
+ },
888
+ {
889
+ "indexed": false,
890
+ "internalType": "uint256",
891
+ "name": "ethEqWei",
892
+ "type": "uint256"
893
+ },
894
+ {
895
+ "indexed": false,
896
+ "internalType": "uint256",
897
+ "name": "shares",
898
+ "type": "uint256"
899
+ },
900
+ {
901
+ "indexed": false,
902
+ "internalType": "uint256",
903
+ "name": "tokenId",
904
+ "type": "uint256"
905
+ }
906
+ ],
907
+ "name": "PurchasedWithLiqETH",
908
+ "type": "event"
909
+ },
910
+ {
911
+ "anonymous": false,
912
+ "inputs": [
913
+ {
914
+ "indexed": true,
915
+ "internalType": "address",
916
+ "name": "user",
917
+ "type": "address"
918
+ },
919
+ {
920
+ "indexed": true,
921
+ "internalType": "uint256",
922
+ "name": "tokenId",
923
+ "type": "uint256"
924
+ },
925
+ {
926
+ "indexed": false,
927
+ "internalType": "uint256",
928
+ "name": "sharesBurned",
929
+ "type": "uint256"
930
+ },
931
+ {
932
+ "indexed": false,
933
+ "internalType": "uint256",
934
+ "name": "totalTokenEq",
935
+ "type": "uint256"
936
+ },
937
+ {
938
+ "indexed": false,
939
+ "internalType": "uint256",
940
+ "name": "ethPaid",
941
+ "type": "uint256"
942
+ },
943
+ {
944
+ "indexed": false,
945
+ "internalType": "uint256",
946
+ "name": "liqPaid",
947
+ "type": "uint256"
948
+ }
949
+ ],
950
+ "name": "RefundProcessed",
951
+ "type": "event"
952
+ },
953
+ {
954
+ "anonymous": false,
955
+ "inputs": [
956
+ {
957
+ "indexed": true,
958
+ "internalType": "address",
959
+ "name": "user",
960
+ "type": "address"
961
+ },
962
+ {
963
+ "indexed": false,
964
+ "internalType": "uint256",
965
+ "name": "amountLiq",
966
+ "type": "uint256"
967
+ },
968
+ {
969
+ "indexed": false,
970
+ "internalType": "uint256",
971
+ "name": "shares",
972
+ "type": "uint256"
973
+ },
974
+ {
975
+ "indexed": false,
976
+ "internalType": "uint256",
977
+ "name": "tokenId",
978
+ "type": "uint256"
979
+ }
980
+ ],
981
+ "name": "Staked",
982
+ "type": "event"
983
+ },
984
+ {
985
+ "anonymous": false,
986
+ "inputs": [
987
+ {
988
+ "indexed": false,
989
+ "internalType": "address",
990
+ "name": "account",
991
+ "type": "address"
992
+ }
993
+ ],
994
+ "name": "Unpaused",
995
+ "type": "event"
996
+ },
997
+ {
998
+ "anonymous": false,
999
+ "inputs": [
1000
+ {
1001
+ "indexed": true,
1002
+ "internalType": "address",
1003
+ "name": "implementation",
1004
+ "type": "address"
1005
+ }
1006
+ ],
1007
+ "name": "Upgraded",
1008
+ "type": "event"
1009
+ },
1010
+ {
1011
+ "anonymous": false,
1012
+ "inputs": [
1013
+ {
1014
+ "indexed": true,
1015
+ "internalType": "address",
1016
+ "name": "user",
1017
+ "type": "address"
1018
+ },
1019
+ {
1020
+ "indexed": false,
1021
+ "internalType": "uint256",
1022
+ "name": "tokenId",
1023
+ "type": "uint256"
1024
+ },
1025
+ {
1026
+ "indexed": false,
1027
+ "internalType": "uint256",
1028
+ "name": "tokenOut",
1029
+ "type": "uint256"
1030
+ }
1031
+ ],
1032
+ "name": "WithdrawnStake",
1033
+ "type": "event"
1034
+ },
1035
+ {
1036
+ "anonymous": false,
1037
+ "inputs": [
1038
+ {
1039
+ "indexed": false,
1040
+ "internalType": "uint256",
1041
+ "name": "ethEqSpentForWarrants",
1042
+ "type": "uint256"
1043
+ }
1044
+ ],
1045
+ "name": "YieldAccumulatorUsed",
1046
+ "type": "event"
1047
+ },
1048
+ {
1049
+ "anonymous": false,
1050
+ "inputs": [
1051
+ {
1052
+ "indexed": false,
1053
+ "internalType": "uint256",
1054
+ "name": "tokenDelta",
1055
+ "type": "uint256"
1056
+ }
1057
+ ],
1058
+ "name": "YieldAdded",
1059
+ "type": "event"
1060
+ },
1061
+ {
1062
+ "anonymous": false,
1063
+ "inputs": [
1064
+ {
1065
+ "indexed": false,
1066
+ "internalType": "uint256",
1067
+ "name": "liqDelta",
1068
+ "type": "uint256"
1069
+ },
1070
+ {
1071
+ "indexed": false,
1072
+ "internalType": "uint256",
1073
+ "name": "ethEqFromRaw",
1074
+ "type": "uint256"
1075
+ },
1076
+ {
1077
+ "indexed": false,
1078
+ "internalType": "uint256",
1079
+ "name": "totalEthEqAdded",
1080
+ "type": "uint256"
1081
+ },
1082
+ {
1083
+ "indexed": false,
1084
+ "internalType": "uint256",
1085
+ "name": "newIndex",
1086
+ "type": "uint256"
1087
+ }
1088
+ ],
1089
+ "name": "YieldSynced",
1090
+ "type": "event"
1091
+ },
1092
+ {
1093
+ "inputs": [
1094
+ {
1095
+ "internalType": "uint16",
1096
+ "name": "",
1097
+ "type": "uint16"
1098
+ },
1099
+ {
1100
+ "components": [
1101
+ {
1102
+ "internalType": "bytes",
1103
+ "name": "data",
1104
+ "type": "bytes"
1105
+ }
1106
+ ],
1107
+ "internalType": "struct iodata.Buffer",
1108
+ "name": "",
1109
+ "type": "tuple"
1110
+ }
1111
+ ],
1112
+ "name": "OPPAssertionIn",
1113
+ "outputs": [],
1114
+ "stateMutability": "nonpayable",
1115
+ "type": "function"
1116
+ },
1117
+ {
1118
+ "inputs": [],
1119
+ "name": "UPGRADE_INTERFACE_VERSION",
1120
+ "outputs": [
1121
+ {
1122
+ "internalType": "string",
1123
+ "name": "",
1124
+ "type": "string"
1125
+ }
1126
+ ],
1127
+ "stateMutability": "view",
1128
+ "type": "function"
1129
+ },
1130
+ {
1131
+ "inputs": [
1132
+ {
1133
+ "internalType": "address",
1134
+ "name": "owner",
1135
+ "type": "address"
1136
+ }
1137
+ ],
1138
+ "name": "__OPPEndpointManaged_init",
1139
+ "outputs": [],
1140
+ "stateMutability": "nonpayable",
1141
+ "type": "function"
1142
+ },
1143
+ {
1144
+ "inputs": [
1145
+ {
1146
+ "internalType": "uint256",
1147
+ "name": "tokenDelta",
1148
+ "type": "uint256"
1149
+ }
1150
+ ],
1151
+ "name": "adminAddYield",
1152
+ "outputs": [],
1153
+ "stateMutability": "nonpayable",
1154
+ "type": "function"
1155
+ },
1156
+ {
1157
+ "inputs": [
1158
+ {
1159
+ "internalType": "address",
1160
+ "name": "to",
1161
+ "type": "address"
1162
+ },
1163
+ {
1164
+ "internalType": "uint256",
1165
+ "name": "amount",
1166
+ "type": "uint256"
1167
+ }
1168
+ ],
1169
+ "name": "adminPushETH",
1170
+ "outputs": [],
1171
+ "stateMutability": "nonpayable",
1172
+ "type": "function"
1173
+ },
1174
+ {
1175
+ "inputs": [
1176
+ {
1177
+ "internalType": "address",
1178
+ "name": "to",
1179
+ "type": "address"
1180
+ },
1181
+ {
1182
+ "internalType": "uint256",
1183
+ "name": "amount",
1184
+ "type": "uint256"
1185
+ }
1186
+ ],
1187
+ "name": "adminPushLiqETH",
1188
+ "outputs": [],
1189
+ "stateMutability": "nonpayable",
1190
+ "type": "function"
1191
+ },
1192
+ {
1193
+ "inputs": [],
1194
+ "name": "authority",
1195
+ "outputs": [
1196
+ {
1197
+ "internalType": "address",
1198
+ "name": "",
1199
+ "type": "address"
1200
+ }
1201
+ ],
1202
+ "stateMutability": "view",
1203
+ "type": "function"
1204
+ },
1205
+ {
1206
+ "inputs": [],
1207
+ "name": "dDay",
1208
+ "outputs": [
1209
+ {
1210
+ "internalType": "bool",
1211
+ "name": "",
1212
+ "type": "bool"
1213
+ }
1214
+ ],
1215
+ "stateMutability": "view",
1216
+ "type": "function"
1217
+ },
1218
+ {
1219
+ "inputs": [],
1220
+ "name": "deployedAt",
1221
+ "outputs": [
1222
+ {
1223
+ "internalType": "uint256",
1224
+ "name": "",
1225
+ "type": "uint256"
1226
+ }
1227
+ ],
1228
+ "stateMutability": "view",
1229
+ "type": "function"
1230
+ },
1231
+ {
1232
+ "inputs": [],
1233
+ "name": "getSummaryAssertions",
1234
+ "outputs": [
1235
+ {
1236
+ "components": [
1237
+ {
1238
+ "internalType": "uint16",
1239
+ "name": "assertionType",
1240
+ "type": "uint16"
1241
+ },
1242
+ {
1243
+ "internalType": "bytes",
1244
+ "name": "assertion",
1245
+ "type": "bytes"
1246
+ }
1247
+ ],
1248
+ "internalType": "struct OPPAssertion[]",
1249
+ "name": "",
1250
+ "type": "tuple[]"
1251
+ }
1252
+ ],
1253
+ "stateMutability": "nonpayable",
1254
+ "type": "function"
1255
+ },
1256
+ {
1257
+ "inputs": [],
1258
+ "name": "harvestMeasuredYield",
1259
+ "outputs": [],
1260
+ "stateMutability": "nonpayable",
1261
+ "type": "function"
1262
+ },
1263
+ {
1264
+ "inputs": [],
1265
+ "name": "index",
1266
+ "outputs": [
1267
+ {
1268
+ "internalType": "uint256",
1269
+ "name": "",
1270
+ "type": "uint256"
1271
+ }
1272
+ ],
1273
+ "stateMutability": "view",
1274
+ "type": "function"
1275
+ },
1276
+ {
1277
+ "inputs": [
1278
+ {
1279
+ "internalType": "address",
1280
+ "name": "_authority",
1281
+ "type": "address"
1282
+ },
1283
+ {
1284
+ "internalType": "address",
1285
+ "name": "_liqETH",
1286
+ "type": "address"
1287
+ },
1288
+ {
1289
+ "internalType": "address payable",
1290
+ "name": "_pool",
1291
+ "type": "address"
1292
+ },
1293
+ {
1294
+ "internalType": "address",
1295
+ "name": "_warrant",
1296
+ "type": "address"
1297
+ },
1298
+ {
1299
+ "internalType": "address",
1300
+ "name": "_receipt",
1301
+ "type": "address"
1302
+ }
1303
+ ],
1304
+ "name": "initialize",
1305
+ "outputs": [],
1306
+ "stateMutability": "nonpayable",
1307
+ "type": "function"
1308
+ },
1309
+ {
1310
+ "inputs": [],
1311
+ "name": "isConsumingScheduledOp",
1312
+ "outputs": [
1313
+ {
1314
+ "internalType": "bytes4",
1315
+ "name": "",
1316
+ "type": "bytes4"
1317
+ }
1318
+ ],
1319
+ "stateMutability": "view",
1320
+ "type": "function"
1321
+ },
1322
+ {
1323
+ "inputs": [],
1324
+ "name": "isRefundActive",
1325
+ "outputs": [
1326
+ {
1327
+ "internalType": "bool",
1328
+ "name": "",
1329
+ "type": "bool"
1330
+ }
1331
+ ],
1332
+ "stateMutability": "view",
1333
+ "type": "function"
1334
+ },
1335
+ {
1336
+ "inputs": [],
1337
+ "name": "lastPoolEthBalance",
1338
+ "outputs": [
1339
+ {
1340
+ "internalType": "uint256",
1341
+ "name": "",
1342
+ "type": "uint256"
1343
+ }
1344
+ ],
1345
+ "stateMutability": "view",
1346
+ "type": "function"
1347
+ },
1348
+ {
1349
+ "inputs": [],
1350
+ "name": "lastPoolLiqBalance",
1351
+ "outputs": [
1352
+ {
1353
+ "internalType": "uint256",
1354
+ "name": "",
1355
+ "type": "uint256"
1356
+ }
1357
+ ],
1358
+ "stateMutability": "view",
1359
+ "type": "function"
1360
+ },
1361
+ {
1362
+ "inputs": [],
1363
+ "name": "liqETH",
1364
+ "outputs": [
1365
+ {
1366
+ "internalType": "contract IERC20",
1367
+ "name": "",
1368
+ "type": "address"
1369
+ }
1370
+ ],
1371
+ "stateMutability": "view",
1372
+ "type": "function"
1373
+ },
1374
+ {
1375
+ "inputs": [],
1376
+ "name": "oppAddress",
1377
+ "outputs": [
1378
+ {
1379
+ "internalType": "address",
1380
+ "name": "",
1381
+ "type": "address"
1382
+ }
1383
+ ],
1384
+ "stateMutability": "view",
1385
+ "type": "function"
1386
+ },
1387
+ {
1388
+ "inputs": [],
1389
+ "name": "oppInboundAddress",
1390
+ "outputs": [
1391
+ {
1392
+ "internalType": "address",
1393
+ "name": "",
1394
+ "type": "address"
1395
+ }
1396
+ ],
1397
+ "stateMutability": "view",
1398
+ "type": "function"
1399
+ },
1400
+ {
1401
+ "inputs": [],
1402
+ "name": "paused",
1403
+ "outputs": [
1404
+ {
1405
+ "internalType": "bool",
1406
+ "name": "",
1407
+ "type": "bool"
1408
+ }
1409
+ ],
1410
+ "stateMutability": "view",
1411
+ "type": "function"
1412
+ },
1413
+ {
1414
+ "inputs": [],
1415
+ "name": "pool",
1416
+ "outputs": [
1417
+ {
1418
+ "internalType": "contract Pool",
1419
+ "name": "",
1420
+ "type": "address"
1421
+ }
1422
+ ],
1423
+ "stateMutability": "view",
1424
+ "type": "function"
1425
+ },
1426
+ {
1427
+ "inputs": [],
1428
+ "name": "proxiableUUID",
1429
+ "outputs": [
1430
+ {
1431
+ "internalType": "bytes32",
1432
+ "name": "",
1433
+ "type": "bytes32"
1434
+ }
1435
+ ],
1436
+ "stateMutability": "view",
1437
+ "type": "function"
1438
+ },
1439
+ {
1440
+ "inputs": [],
1441
+ "name": "purchaseWarrantsFromYield",
1442
+ "outputs": [],
1443
+ "stateMutability": "nonpayable",
1444
+ "type": "function"
1445
+ },
1446
+ {
1447
+ "inputs": [
1448
+ {
1449
+ "internalType": "address",
1450
+ "name": "buyer",
1451
+ "type": "address"
1452
+ }
1453
+ ],
1454
+ "name": "purchaseWarrantsWithETH",
1455
+ "outputs": [],
1456
+ "stateMutability": "payable",
1457
+ "type": "function"
1458
+ },
1459
+ {
1460
+ "inputs": [
1461
+ {
1462
+ "internalType": "uint256",
1463
+ "name": "amountLiq",
1464
+ "type": "uint256"
1465
+ },
1466
+ {
1467
+ "internalType": "address",
1468
+ "name": "buyer",
1469
+ "type": "address"
1470
+ }
1471
+ ],
1472
+ "name": "purchaseWarrantsWithLiqETH",
1473
+ "outputs": [],
1474
+ "stateMutability": "nonpayable",
1475
+ "type": "function"
1476
+ },
1477
+ {
1478
+ "inputs": [],
1479
+ "name": "receipt",
1480
+ "outputs": [
1481
+ {
1482
+ "internalType": "contract ReceiptNFT",
1483
+ "name": "",
1484
+ "type": "address"
1485
+ }
1486
+ ],
1487
+ "stateMutability": "view",
1488
+ "type": "function"
1489
+ },
1490
+ {
1491
+ "inputs": [
1492
+ {
1493
+ "internalType": "uint256",
1494
+ "name": "tokenId",
1495
+ "type": "uint256"
1496
+ },
1497
+ {
1498
+ "internalType": "address",
1499
+ "name": "to",
1500
+ "type": "address"
1501
+ }
1502
+ ],
1503
+ "name": "refund",
1504
+ "outputs": [],
1505
+ "stateMutability": "nonpayable",
1506
+ "type": "function"
1507
+ },
1508
+ {
1509
+ "inputs": [
1510
+ {
1511
+ "internalType": "address",
1512
+ "name": "newAuthority",
1513
+ "type": "address"
1514
+ }
1515
+ ],
1516
+ "name": "setAuthority",
1517
+ "outputs": [],
1518
+ "stateMutability": "nonpayable",
1519
+ "type": "function"
1520
+ },
1521
+ {
1522
+ "inputs": [
1523
+ {
1524
+ "internalType": "bool",
1525
+ "name": "on",
1526
+ "type": "bool"
1527
+ }
1528
+ ],
1529
+ "name": "setDDay",
1530
+ "outputs": [],
1531
+ "stateMutability": "nonpayable",
1532
+ "type": "function"
1533
+ },
1534
+ {
1535
+ "inputs": [
1536
+ {
1537
+ "internalType": "address",
1538
+ "name": "_oppAddress",
1539
+ "type": "address"
1540
+ },
1541
+ {
1542
+ "internalType": "address",
1543
+ "name": "_oppInboundAddress",
1544
+ "type": "address"
1545
+ }
1546
+ ],
1547
+ "name": "setOPPAddresses",
1548
+ "outputs": [],
1549
+ "stateMutability": "nonpayable",
1550
+ "type": "function"
1551
+ },
1552
+ {
1553
+ "inputs": [
1554
+ {
1555
+ "internalType": "address payable",
1556
+ "name": "p",
1557
+ "type": "address"
1558
+ }
1559
+ ],
1560
+ "name": "setPool",
1561
+ "outputs": [],
1562
+ "stateMutability": "nonpayable",
1563
+ "type": "function"
1564
+ },
1565
+ {
1566
+ "inputs": [
1567
+ {
1568
+ "internalType": "address",
1569
+ "name": "r",
1570
+ "type": "address"
1571
+ }
1572
+ ],
1573
+ "name": "setReceipt",
1574
+ "outputs": [],
1575
+ "stateMutability": "nonpayable",
1576
+ "type": "function"
1577
+ },
1578
+ {
1579
+ "inputs": [
1580
+ {
1581
+ "internalType": "address",
1582
+ "name": "w",
1583
+ "type": "address"
1584
+ }
1585
+ ],
1586
+ "name": "setWarrant",
1587
+ "outputs": [],
1588
+ "stateMutability": "nonpayable",
1589
+ "type": "function"
1590
+ },
1591
+ {
1592
+ "inputs": [
1593
+ {
1594
+ "internalType": "address",
1595
+ "name": "",
1596
+ "type": "address"
1597
+ }
1598
+ ],
1599
+ "name": "sharesOf",
1600
+ "outputs": [
1601
+ {
1602
+ "internalType": "uint256",
1603
+ "name": "",
1604
+ "type": "uint256"
1605
+ }
1606
+ ],
1607
+ "stateMutability": "view",
1608
+ "type": "function"
1609
+ },
1610
+ {
1611
+ "inputs": [
1612
+ {
1613
+ "internalType": "uint256",
1614
+ "name": "amountLiq",
1615
+ "type": "uint256"
1616
+ }
1617
+ ],
1618
+ "name": "stakeLiqETH",
1619
+ "outputs": [],
1620
+ "stateMutability": "nonpayable",
1621
+ "type": "function"
1622
+ },
1623
+ {
1624
+ "inputs": [],
1625
+ "name": "totalShares",
1626
+ "outputs": [
1627
+ {
1628
+ "internalType": "uint256",
1629
+ "name": "",
1630
+ "type": "uint256"
1631
+ }
1632
+ ],
1633
+ "stateMutability": "view",
1634
+ "type": "function"
1635
+ },
1636
+ {
1637
+ "inputs": [
1638
+ {
1639
+ "internalType": "address",
1640
+ "name": "newImplementation",
1641
+ "type": "address"
1642
+ },
1643
+ {
1644
+ "internalType": "bytes",
1645
+ "name": "data",
1646
+ "type": "bytes"
1647
+ }
1648
+ ],
1649
+ "name": "upgradeToAndCall",
1650
+ "outputs": [],
1651
+ "stateMutability": "payable",
1652
+ "type": "function"
1653
+ },
1654
+ {
1655
+ "inputs": [],
1656
+ "name": "warrant",
1657
+ "outputs": [
1658
+ {
1659
+ "internalType": "contract IWarrant",
1660
+ "name": "",
1661
+ "type": "address"
1662
+ }
1663
+ ],
1664
+ "stateMutability": "view",
1665
+ "type": "function"
1666
+ },
1667
+ {
1668
+ "inputs": [
1669
+ {
1670
+ "internalType": "uint256",
1671
+ "name": "tokenId",
1672
+ "type": "uint256"
1673
+ },
1674
+ {
1675
+ "internalType": "address",
1676
+ "name": "to",
1677
+ "type": "address"
1678
+ }
1679
+ ],
1680
+ "name": "withdrawStake",
1681
+ "outputs": [],
1682
+ "stateMutability": "nonpayable",
1683
+ "type": "function"
1684
+ },
1685
+ {
1686
+ "inputs": [],
1687
+ "name": "yieldAccumulatedEthEq",
1688
+ "outputs": [
1689
+ {
1690
+ "internalType": "uint256",
1691
+ "name": "",
1692
+ "type": "uint256"
1693
+ }
1694
+ ],
1695
+ "stateMutability": "view",
1696
+ "type": "function"
1697
+ }
1698
+ ],
1699
+ "bytecode": "0x60a08060405234602957306080526134b7908161002f8239608051818181611864015261332a0152f35b600080fdfe6040608081526004908136101561001557600080fd5b60009160e0908335821c918263024ce6061461236557826312cebc51146123235782631459457a14611ee657826316f0115b14611ebc5782631ac5444e14611cf05782632367fa3014611cd0578263267f39ab14611ca95782632986c0e514611c89578483632fd21ba914611c06575082633a98ef3914611be75782634437152a14611b265782634dc530ff14611a945782634f1ef286146118c857826352d1902d1461184e57826353072d8c1461182e57848363530ebf771461177d5750826353e3d8591461175357826354001c461461172057826355d4aa8a146116f75782635c975abb146116b3578263652d84da14611693578263676a630014611089578263712c2782146110035782637a9e5e4b14610f885782637ad226dc14610bcf57508163801f5d65146109cd5781638c1f15f5146109945781638fb3603714610940578163ad3cb1cc146108d1578163ada0e5f1146108a7578163b7f89c1214610836578163bf7e214f14610800578163bfa7b239146107dc578163c360b5e91461068a578163ca34df4714610654578163cde784211461060c578163d07a1e9c146102b257508063e1e6b8981461028a578063e68507f314610245578063eae4c19f146102275763f5eb42dc146101ed57600080fd5b346102235760203660031901126102235760209181906001600160a01b03610213612616565b1681526006845220549051908152f35b5080fd5b5034610223578160031936011261022357602090600b549051908152f35b82346102875760203660031901126102875761025f612616565b6102693633612f6f565b60018060a01b03166001600160601b0360a01b600354161760035580f35b80fd5b503461022357816003193601126102235760035490516001600160a01b039091168152602090f35b8383346102235780600319360112610223578235906102cf61262c565b936102d861283f565b6105fe576102e46128f0565b6102ec61292d565b600080516020613442833981519152546001600160a01b03959086169384156105ee575a91853b156105e05784516327e935a160e01b81528481018490528781602481838b5af180156105e4579088916105cc575b505061034b612990565b81156105bc578761036883899a8a54168360015416903390613123565b61037183612ae9565b9161037d838754612787565b865581811691828a5260209160068352888b2061039b868254612787565b90558160025416803b156105b85789516346f4991160e11b81526001600160a01b038316818b019081526020810189905290918d9183919082908490829060400103925af180156105ae578492918d91610591575b50509161044e92600554918b5192610407846126b3565b8784528985850152888d850152606084015260016080840152600160a08401528d60c084015260035416908d8b8d519687958694859363c0d4418b60e01b855284016127ca565b03925af1918215610587578a92610527575b50508651848152602081018590526040810184905260608101919091526104b9939291907f7a2dcd8b31899978f2aeac0aa6a0938fa1b2b3534146c60a27c644e7b95a9b669080608081015b0390a26005549133612b54565b6104c1612ee3565b833b156105235760248592838551968794859363f5786b4b60e01b85528401525af190811561051a5750610506575b5060016000805160206134628339815191525580f35b61050f9061268a565b6102875780826104f0565b513d84823e3d90fd5b8480fd5b819594939a508092503d8311610580575b6105428183612704565b8101031261057b5791518897919291907f7a2dcd8b31899978f2aeac0aa6a0938fa1b2b3534146c60a27c644e7b95a9b666104ac610460565b600080fd5b503d610538565b88513d8c823e3d90fd5b61059d9192935061268a565b6105aa5782908b8e6103f0565b8a80fd5b8a513d8e823e3d90fd5b8b80fd5b8451634143610760e01b81528490fd5b6105d59061268a565b6105e0578689610341565b8680fd5b86513d8a823e3d90fd5b8351632ea0fec960e11b81528390fd5b9051633ea5037760e11b8152fd5b5050346102235781600319360112610223577f706675a12eeff0661731f01589a945c9c5e9663916191034a16d20b6fcc93dd95490516001600160a01b039091168152602090f35b5050346102235781600319360112610223576000805160206134428339815191525490516001600160a01b039091168152602090f35b9050346107d85760203660031901126107d8576106a5612616565b907ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0091825460ff81861c1615926001600160401b038216801590816107d0575b60011490816107c6575b1590816107bd575b506107af575067ffffffffffffffff198116600117845561072f919083610790575b506107226132df565b61072a6132df565b6130ca565b6107376132df565b61073f6132df565b6107476132df565b61074f578280f35b805468ff00000000000000001916905551600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602090a138808280f35b68ffffffffffffffffff19166801000000000000000117845538610719565b855163f92ee8a960e01b8152fd5b905015386106f7565b303b1591506106ef565b8591506106e5565b8280fd5b50503461022357816003193601126102235760209060ff6007541690519015158152f35b5050346102235781600319360112610223576000805160206134028339815191525490516001600160a01b039091168152602090f35b919050346107d8576003199080823601126108a357823561ffff8116036108a357602435906001600160401b039283831161089f576020908336030112610523575192610882846126ce565b818101359283116105235761089a9236920101612740565b905280f35b8580fd5b8380fd5b839034610223576020366003190112610223576108ce906108c83633612f6f565b356131aa565b80f35b828434610287578060031936011261028757508051908082018281106001600160401b0382111761092b576109279350815260058252640352e302e360dc1b602083015251918291602083526020830190612665565b0390f35b604184634e487b7160e01b6000525260246000fd5b50503461022357816003193601126102235760209160ff6000805160206134028339815191525460a01c1660001461098e5750638fb3603760e01b905b516001600160e01b03199091168152f35b9061097d565b8390346102235760203660031901126102235735801515809103610223576109bc3633612f6f565b60ff80196007541691161760075580f35b8391503461022357602092836003193601126107d85781359160ff60075416610bc1576109f861283f565b6105fe57610a046128f0565b610a0c61292d565b600080516020613442833981519152546001600160a01b039081169384156105ee575a91853b156105e05784516327e935a160e01b81528481018490528781602481838b5af180156105e457908891610bad575b5050610a6a612990565b81156105bc578697610a8783838a54168460015416903390613123565b8781610b10610a9586612ae9565b94610aa1868a54612787565b895533845260068352898420610ab8878254612787565b9055600554908a5191610aca836126b3565b3383528885840152878c8401526060830152600160808301528460a08301528460c083015260035416908a5194858094819363c0d4418b60e01b83528d339084016127ca565b03925af1918215610ba3578992610b6c575b5050906104b992917fb4caaf29adda3eefee3ad552a8e85058589bf834c7466cae4ee58787f70589ed8751806104ac33948688846040919493926060820195825260208201520152565b81949399508092503d8311610b9c575b610b868183612704565b8101031261057b5790518796906104b98a610b22565b503d610b7c565b87513d8b823e3d90fd5b610bb69061268a565b6105e0578689610a60565b905163e9e4ed5f60e01b8152fd5b929150346108a357816003193601126108a357803592610bed61262c565b90610bf661283f565b15610f7857610c0361292d565b610c0b612990565b600354845163b63e6ac360e01b81528085018790526001600160a01b0394918516908381602481855afa938415610ba3578994610f49575b505084835116338103610f1757508088913b15610223578180916024895180948193630852cd8d60e31b83528d898401525af18015610de757610f03575b50858301916b033b2e3c9fd0803ce8000000610ca184516005549061295d565b0493610caf845183546128e3565b825583513384526006602052610cc98985209182546128e3565b9055826080820151610cda816127aa565b610ce3816127aa565b610e6e5750602001519485851115610e6757610cff86866128e3565b965b86610df1575b87610d7d575b505050507fd6103d7d561f26d276f3462cc924e196cc6733c2ba61fd18c05b2b8efe29768c93610d5d915b5195519384933397859094939260609260808301968352602083015260408201520152565b0390a3610d68612ee3565b60016000805160206134628339815191525580f35b6001541691823b156108a3578851635e588b6f60e01b81526001600160a01b03909216908201908152602081018890529091839183919082908490829060400103925af18015610de757610dd3575b8080610d0d565b610ddc9061268a565b6105e0578638610dcc565b87513d84823e3d90fd5b8060015416803b156105235789516366383d1b60e11b81526001600160a01b038416858201908152602081018a90529091869183919082908490829060400103925af18015610e5d57908591610e49575b5050610d07565b610e529061268a565b6108a3578338610e42565b8a513d87823e3d90fd5b8296610d01565b95905084966001541691823b156108a3578851635e588b6f60e01b81526001600160a01b03909216908201908152602081018690529091839183919082908490829060400103925af18015610de757610eef575b50507fd6103d7d561f26d276f3462cc924e196cc6733c2ba61fd18c05b2b8efe29768c93610d5d91610d38565b610ef89061268a565b6105e0578638610ec2565b610f0c9061268a565b6105e0578638610c81565b86516309d52fcf60e31b81528084018981526001600160a01b0390921660208301523360408301529081906060010390fd5b610f69929450803d10610f71575b610f618183612704565b810190612855565b913880610c43565b503d610f57565b8351630220973960e51b81528390fd5b509050346107d85760203660031901126107d857610fa4612616565b6000805160206134028339815191525490926001600160a01b039182163303610fef57833b15610fd857846108ce856130ca565b516361798f2f60e11b815292169082015260249150fd5b5162d1953b60e31b81523381840152602490fd5b50505034610223573660031901126102875761101d612616565b61102561262c565b906110303633612f6f565b60018060a01b036001600160601b0360a01b91816000805160206134428339815191529116838254161790557f706675a12eeff0661731f01589a945c9c5e9663916191034a16d20b6fcc93dd992169082541617905580f35b849250346107d857836003193601126107d8578135936110a761262c565b926110b061283f565b6105fe5760ff60075416610bc1576110c66128f0565b6110ce61292d565b600080516020613442833981519152805490966001600160a01b0391821694918515611683575a92863b156116035785516327e935a160e01b81528581018590528981602481838c5af180156114f157908a9161166f575b5050611130612990565b8160035416865163b63e6ac360e01b815284878201528281602481855afa928315611515578b93611650575b505060a082015161116c816127aa565b611175816127aa565b61163957828251163381036116075750803b156115e6578980916024895180948193630852cd8d60e31b8352898c8401525af180156114f1578792918b916115ea575b505001906b033b2e3c9fd0803ce80000006111d783516005549061295d565b04916111e5815187546128e3565b86558051338b5260066020526111ff888c209182546128e3565b9055600198828a541690813b156105b8578851635e588b6f60e01b81526001600160a01b039091168189019081526020810186905290918c9183919082908490829060400103925af1801561151557908b916115d2575b505086518481528360208201527f87ecfc2366006954477fdaf55dbcb6cffc71e21ce15b76316f18496ebefe383c883392a251906005549a5416996000805160206134228339815191529a8b549080156115c257602088918a51928380926372277dad60e11b82525afa908115611539578c91611593575b501561158357891b89178b558651635ca2159160e11b8152918a83888173__$871508ae888325252fdba23f15f3f16064$__5af4928315611515578b93611565575b5061134792938b73__$46bbbc6398365a8909166570292cf8d34e$__958a5180968192631f21838760e01b835233908d8401612e91565b0381885af493841561153957908c918295611543575b509061137d918a518093819263fb70775b60e01b988984528d8401612ec0565b0381885af490811561153957918c916113aa93839161151f575b508a5193849283928884528c8401612ec0565b0381875af490811561151557918b916113d8949383916114fb575b50895194859283928684528b8401612ec0565b0381865af49182156114f157918a9391611408959385926114d5575b5088519586948593849384528a8401612ec0565b03915af49081156114cb57906114259188916114a9575b5061322e565b86549685808916146114995786978697961c9055611441612ee3565b833b156105235760248592838551968794859363f5786b4b60e01b85528401525af190811561051a5750611485575b50506000805160206134628339815191525580f35b61148e9061268a565b610223578183611470565b83516383db270d60e01b81528390fd5b6114c591503d808a833e6114bd8183612704565b810190612e0a565b8961141f565b84513d89823e3d90fd5b6114ea9192503d8087833e6114bd8183612704565b908d6113f4565b87513d8c823e3d90fd5b61150f91503d8085833e6114bd8183612704565b8e6113c5565b88513d8d823e3d90fd5b61153391503d8085833e6114bd8183612704565b8f611397565b89513d8e823e3d90fd5b61137d9291955061155d903d8084833e6114bd8183612704565b94909161135d565b611347935061157d903d808e833e6114bd8183612704565b92611310565b875163738c481160e01b81528790fd5b6115b5915060203d6020116115bb575b6115ad8183612704565b810190612b3c565b8d6112ce565b503d6115a3565b8851632ea0fec960e11b81528890fd5b6115db9061268a565b6115e657898c611256565b8980fd5b6115f69192935061268a565b611603578590898c6111b8565b8880fd5b87516309d52fcf60e31b81528088018681526001600160a01b0390921660208301523360408301529081906060010390fd5b8651636d56c1b960e01b8152808701859052602490fd5b611667929350803d10610f7157610f618183612704565b908b8061115c565b6116789061268a565b61160357888b611126565b8451632ea0fec960e11b81528490fd5b505050346102235781600319360112610223576020906008549051908152f35b5050503461022357816003193601126102235760209060ff7fcd5ed15c6e187e77e9aee88184c21f4f2182ab5827cb3b7e07fbedcd63f03300541690519015158152f35b50505034610223578160031936011261022357905490516001600160a01b039091168152602090f35b84346102875780600319360112610287576117396128f0565b61174161292d565b61174b3633612f6f565b610d68612990565b5050503461022357816003193601126102235760025490516001600160a01b039091168152602090f35b8083863461182a578060031936011261182a57611798612616565b6117a061292d565b6117a8612990565b6117b23633612f6f565b6001546001600160a01b031692833b156105235782516366383d1b60e11b81526001600160a01b039092169082019081526024356020820152909284918491908290849082906040015b03925af190811561051a5750611816575b50610d68612ee3565b61181f9061268a565b61028757808261180d565b5050fd5b50505034610223578160031936011261022357602090600a549051908152f35b50828434610287578060031936011261028757507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031630036118bb57602090517f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc8152f35b5163703e46dd60e11b8152fd5b848285806003193601126107d8576118de612616565b906024356001600160401b038111610523576118fd9036908501612740565b611905613320565b61190f3633612f6f565b611917613320565b81516352d1902d60e01b81526001600160a01b0384169360209182818881895afa889181611a65575b5061195c578451634c9c8ce360e01b8152808801879052602490fd5b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc96929591939690818103611a4f5750833b15611a385780546001600160a01b0319168217905583518792917fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b8480a2865115611a1b575050808585611a0d97519101845af4913d15611a11573d6119ff6119f682612725565b92519283612704565b81528581943d92013e61339e565b5080f35b506060925061339e565b9450945050505034611a2c57505080f35b63b398979f60e01b8152fd5b8451634c9c8ce360e01b8152808401839052602490fd5b83602491875191632a87526960e21b8352820152fd5b9091508381813d8311611a8d575b611a7d8183612704565b8101031261160357519089611940565b503d611a73565b8385346102875780600319360112610287578151611ab1816126ce565b81815260209183519280840190808552835180925285850181878460051b880101950193965b838810611ae45786860387f35b90919293948380611b15600193603f198b820301875285838b5161ffff815116845201519181858201520190612665565b970193019701969093929193611ad7565b848285346107d85760203660031901126107d8576024916020611b47612616565b91611b523633612f6f565b60018060a01b038093168660015494826001600160601b0360a01b871617600155815416941617948591855194859384926370a0823160e01b84528301525afa918215611bde57508391611bac575b506008553160095580f35b90506020813d602011611bd6575b81611bc760209383612704565b8101031261057b575183611ba1565b3d9150611bba565b513d85823e3d90fd5b509050346107d857826003193601126107d85760209250549051908152f35b8083863461182a578060031936011261182a57611c21612616565b611c2961292d565b611c31612990565b611c3b3633612f6f565b6001546001600160a01b031692833b15610523578251635e588b6f60e01b81526001600160a01b039092169082019081526024356020820152909284918491908290849082906040016117fc565b505050346102235781600319360112610223576020906005549051908152f35b50505034610223578160031936011261022357602090611cc761283f565b90519015158152f35b505050346102235781600319360112610223576020906009549051908152f35b83858334610223578160031936011261022357611d0b6128f0565b611d1361283f565b611eae57611d1f61292d565b600080516020613442833981519152546001600160a01b0393908416918215611ea0575a833b156105235782516327e935a160e01b8152828101829052858160248183895af18015611e9657908691611e82575b5050611d7d612990565b600a548015611e725786869760025416906001541690803b15611e6e5785516346f4991160e11b81526001600160a01b03909216858301908152602081018490528891839182908490829060400103925af18015611e6457908791611e50575b507fe057f7e93b0ce619684a1249526a9a1cae76cd056a8d735b680a4e8e9495e64b91602091600a558551908152a1833b156105235760248592838551968794859363f5786b4b60e01b85528401525af190811561051a5750610506575060016000805160206134628339815191525580f35b611e599061268a565b61089f578588611ddd565b85513d89823e3d90fd5b8780fd5b835163053716d160e01b81528390fd5b611e8b9061268a565b610523578487611d73565b84513d88823e3d90fd5b9051632ea0fec960e11b8152fd5b8251633ea5037760e11b8152fd5b5050503461022357816003193601126102235760015490516001600160a01b039091168152602090f35b509050346107d85760a03660031901126107d857611f02612616565b611f0a61262c565b6001600160a01b03929091906044358481169081900361057b5760643585811680910361057b576084359186831680930361057b577ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a009687549660ff888b1c1615966001600160401b0390818a16998a158061231c575b6001809c149081612312575b159081612309575b506122f95767ffffffffffffffff198082168c178d558d918b6122da575b50611fbc6132df565b60ff8d5480931c16159382168c811591826122d2575b1490816122c8575b1590816122bf575b506122af5781168b178c5561200091908361229057506107226132df565b6120086132df565b6120106132df565b6120186132df565b612257575b6120256132df565b61202d6132df565b6120356132df565b876000805160206134628339815191525561204e6132df565b6120566132df565b169182156122255781156121f65780156121c357831561218d57602092918a6024928154966001600160601b0360a01b86818a161784558b549285828516178d5581600254161760025560035416176003556b033b2e3c9fd0803ce800000060055516179485928b8b5196879586946370a0823160e01b865285015216175afa908115612183578791612151575b506008553160095542600b556120f86132df565b600160801b60008051602061342283398151915255612115578380f35b7fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29260209260ff60401b19815416905551908152a13880808380f35b90506020813d60201161217b575b8161216c60209383612704565b8101031261057b5751386120e4565b3d915061215f565b86513d89823e3d90fd5b608485858b805192632215fb1f60e11b8452830152600a604483015269149958d95a5c1d13919560b21b60648301526024820152fd5b846084918a805192632215fb1f60e11b8452830152600760448301526615d85c9c985b9d60ca1b60648301526024820152fd5b6084898387825192632215fb1f60e11b845281840152604483015263141bdbdb60e21b60648301526024820152fd5b608485848b805192632215fb1f60e11b845283015260066044830152650d8d2e28aa8960d31b60648301526024820152fd5b60ff60401b1989541689557fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d260208b518a8152a161201d565b68ffffffffffffffffff191668010000000000000001178c5538610719565b8d5163f92ee8a960e01b81528a90fd5b90501538611fe2565b303b159150611fda565b869250611fd2565b68ffffffffffffffffff191668010000000000000001178d5538611fb3565b8c5163f92ee8a960e01b81528990fd5b90501538611f95565b303b159150611f8d565b5089611f81565b84346102875760203660031901126102875761233d612616565b6123473633612f6f565b60018060a01b03166001600160601b0360a01b600254161760025580f35b6020858386366003190184136107d85761237d612616565b9161238661283f565b6105fe576123926128f0565b61239a61292d565b600080516020613442833981519152546001600160a01b03908116939084156105ee575a91853b156105e05784516327e935a160e01b81528481018490528781602481838b5af180156105e457612603575b506123f5612990565b34156105bc5786978260015416803b156116035788869188519283809263479c7a7160e01b825234905af18015610ba3579089916125ef575b505061243934612ae9565b92612445848754612787565b865580831692838a5260068352878a20612460868254612787565b90558160025416803b156105aa5788516346f4991160e11b81526001600160a01b038316818a0190815234602082015290918c9183919082908490829060400103925af180156125e5578492918c916125cc575b50509161251192600554918a51926124cb846126b3565b8784523485850152888c85015260608401528c6080840152600160a08401528c60c084015260035416908c8a8c519687958694859363c0d4418b60e01b855284016127ca565b03925af1918215610ba3578992612575575b505085513481526020810184905260408101919091526104b99291907feb95a80cb840f02d626f7621a7fbe21e9ae3cad9ba053170377eeb1a8088487e9080606081015b0390a2600554903433612b54565b81949399508092503d83116125c5575b61258f8183612704565b8101031261057b5790518796907feb95a80cb840f02d626f7621a7fbe21e9ae3cad9ba053170377eeb1a8088487e612567612523565b503d612585565b6125d89192935061268a565b6115e65782908a8d6124b4565b89513d8d823e3d90fd5b6125f89061268a565b611e6e57878a61242e565b61260f9097919761268a565b95886123ec565b600435906001600160a01b038216820361057b57565b602435906001600160a01b038216820361057b57565b60005b8381106126555750506000910152565b8181015183820152602001612645565b9060209161267e81518092818552858086019101612642565b601f01601f1916010190565b6001600160401b03811161269d57604052565b634e487b7160e01b600052604160045260246000fd5b60e081019081106001600160401b0382111761269d57604052565b602081019081106001600160401b0382111761269d57604052565b60a081019081106001600160401b0382111761269d57604052565b90601f801991011681019081106001600160401b0382111761269d57604052565b6001600160401b03811161269d57601f01601f191660200190565b81601f8201121561057b5780359061275782612725565b926127656040519485612704565b8284526020838301011161057b57816000926020809301838601378301015290565b9190820180921161279457565b634e487b7160e01b600052601160045260246000fd5b600211156127b457565b634e487b7160e01b600052602160045260246000fd5b9092916001600160401b0360c060e09261010085019660018060a01b03809116865281511660208601526020810151604086015260408101516060860152606081015160808601526080810151612820816127aa565b60a086015260a0810151612833816127aa565b82860152015116910152565b600b54629e340081018091116127945742101590565b908160e091031261057b576040519061286d826126b3565b80516001600160a01b038116810361057b5782526020810151602083015260408101516040830152606081015160608301526080810151600281101561057b57608083015260a081015190600282101561057b5760c09160a084015201516001600160401b038116810361057b5760c082015290565b9190820391821161279457565b60ff7fcd5ed15c6e187e77e9aee88184c21f4f2182ab5827cb3b7e07fbedcd63f03300541661291b57565b60405163d93c066560e01b8152600490fd5b600080516020613462833981519152600281541461294b5760029055565b604051633ee5aeb560e01b8152600490fd5b8181029291811591840414171561279457565b811561297a570490565b634e487b7160e01b600052601260045260246000fd5b600080546001546040516370a0823160e01b81526001600160a01b03918216600482018190529092909160209184916024918391165afa918215612ade578392612aaa575b503191600854908183116129ee575b5050600855600955565b612a197f64c7ca6f50725fafbdc973a1a1b053354afe589f0986f31eeec7e4e23cfff85d92846128e3565b612a22816131aa565b60085480151580612a9f575b612a81575b50612a77612a418383612787565b612a4d81600a54612787565b600a5560055490604051948594859094939260609260808301968352602083015260408201520152565b0390a138806129e4565b819250612a93612a989260095461295d565b612970565b9038612a33565b506009541515612a2e565b9091506020813d602011612ad6575b81612ac660209383612704565b810103126107d8575190386129d5565b3d9150612ab9565b6040513d85823e3d90fd5b6b033b2e3c9fd0803ce80000009081810291818304149015171561279457600554612b148183612970565b90801561297a57612b309206612b335760ff60005b1690612787565b90565b60ff6001612b29565b9081602091031261057b5751801515810361057b5790565b91909260018060a01b03600080516020613442833981519152541692600080516020613422833981519152948554938515612df8576020946040968751968780926372277dad60e11b82526004998a915afa908115612ded57600091612dce575b5015612dbe57600190811b1787558551635ca2159160e11b815291600083878173__$871508ae888325252fdba23f15f3f16064$__5af4928315612d6f57600093612d9d575b508651631f21838760e01b815273__$46bbbc6398365a8909166570292cf8d34e$__94909360009185918291612c33918b8401612e91565b0381875af4928315612d6f57600093612d7a575b506000612c689188518093819263fb70775b60e01b978884528b8401612ec0565b0381875af4908115612d6f5791600091612c9794938391612d55575b50885194859283928684528a8401612ec0565b0381865af4918215612d4a579160009391612cc895938592612d2e575b508751958694859384938452898401612ec0565b03915af4908115612d235790612ce591600091612d08575061322e565b825491600180841614612cfb57505060011c9055565b516383db270d60e01b8152fd5b612d1d91503d806000833e6114bd8183612704565b3861141f565b83513d6000823e3d90fd5b612d439192503d8087833e6114bd8183612704565b9038612cb4565b86513d6000823e3d90fd5b612d6991503d8085833e6114bd8183612704565b38612c84565b87513d6000823e3d90fd5b612c68919350612d956000913d8084833e6114bd8183612704565b939150612c47565b612c339350612db76000913d8084833e6114bd8183612704565b9350612bfb565b865163738c481160e01b81528690fd5b612de7915060203d6020116115bb576115ad8183612704565b38612bb5565b88513d6000823e3d90fd5b604051632ea0fec960e11b8152600490fd5b9060208282031261057b5781516001600160401b039283821161057b57019160208383031261057b5760405192612e40846126ce565b805191821161057b570181601f8201121561057b578051612e6081612725565b92612e6e6040519485612704565b8184526020828401011161057b57612e8c9160208085019101612642565b815290565b90612eb060209194939460408452518260408501526060840190612665565b6001600160a01b03909416910152565b929190612ede60209160408652518260408701526060860190612665565b930152565b6000546001546040516370a0823160e01b81526001600160a01b039182166004820181905292909160209183916024918391165afa908115612f6357600091612f31575b5060085531600955565b90506020813d602011612f5b575b81612f4c60209383612704565b8101031261057b575138612f27565b3d9150612f3f565b6040513d6000823e3d90fd5b6000805160206134028339815191528054909290916001600160a01b03808416926004811061057b5760009260009384916040958691825196602088019163b700961360e01b8352169687602482015230604482015263ffffffff60e01b833516606482015260648152612fe2816126e9565b828052826020525190895afa6130b9575b15613002575b50505050505050565b63ffffffff16156130a35760ff60a01b19948516600160a01b178655833b1561057b57606493600092838551968780958194634a63ebf760e11b835260048301528860248301528060448301528084848401378181018301849052601f01601f191681010301925af1908115613099575061308a575b50815416905538808080808080612ff9565b6130939061268a565b38613078565b513d6000823e3d90fd5b50602491519062d1953b60e31b82526004820152fd5b50516020518060201c150290612ff3565b60008051602061340283398151915280546001600160a01b0319166001600160a01b0390921691821790556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad90602090a1565b9260209160009160405190848201926323b872dd60e01b845260018060a01b0396878092166024850152166044830152606482015260648152613165816126e9565b519082865af115612f63576000513d6131a157508082163b155b613187575050565b604051635274afe760e01b81529116600482015260249150fd5b6001141561317f565b801561322b576004548015613227576b033b2e3c9fd0803ce8000000916131de81846131d86005548661295d565b04612787565b8381029381850414901517156127945761321b6020927f81e0b0468c764aabf6b9a5b0d194817af3b2e2b3df594d737e0ebc77f4be6e5094612970565b600555604051908152a1565b5050565b50565b600080516020613422833981519152805460018116156132c757600119169055600080516020613442833981519152546001600160a01b0316803b1561057b576132ab6000929183926040519485809481936327710fa960e11b83526104d260048401526040602484015251602060448401526064830190612665565b03925af18015612f63576132bc5750565b6132c59061268a565b565b60249060405190633b48047760e01b82526004820152fd5b60ff7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005460401c161561330e57565b604051631afcd79f60e31b8152600490fd5b6001600160a01b037f00000000000000000000000000000000000000000000000000000000000000008116308114918215613370575b505061335e57565b60405163703e46dd60e11b8152600490fd5b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5416141590503880613356565b906133c557508051156133b357602081519101fd5b60405163d6bda27560e01b8152600490fd5b815115806133f8575b6133d6575090565b604051639996b31560e01b81526001600160a01b039091166004820152602490fd5b50803b156133ce56fef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a007a7ef2e786f2e2e26f0a8d1c18e1ce8d0e9a183cd1289abd7052371335196d43706675a12eeff0661731f01589a945c9c5e9663916191034a16d20b6fcc93dd89b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f00a264697066735822122097d42a14b979a6a190dc03985dacf7e879876f25dd49a6051f4d8e038589cf9164736f6c63430008190033",
1700
+ "deployedBytecode": "0x6040608081526004908136101561001557600080fd5b60009160e0908335821c918263024ce6061461236557826312cebc51146123235782631459457a14611ee657826316f0115b14611ebc5782631ac5444e14611cf05782632367fa3014611cd0578263267f39ab14611ca95782632986c0e514611c89578483632fd21ba914611c06575082633a98ef3914611be75782634437152a14611b265782634dc530ff14611a945782634f1ef286146118c857826352d1902d1461184e57826353072d8c1461182e57848363530ebf771461177d5750826353e3d8591461175357826354001c461461172057826355d4aa8a146116f75782635c975abb146116b3578263652d84da14611693578263676a630014611089578263712c2782146110035782637a9e5e4b14610f885782637ad226dc14610bcf57508163801f5d65146109cd5781638c1f15f5146109945781638fb3603714610940578163ad3cb1cc146108d1578163ada0e5f1146108a7578163b7f89c1214610836578163bf7e214f14610800578163bfa7b239146107dc578163c360b5e91461068a578163ca34df4714610654578163cde784211461060c578163d07a1e9c146102b257508063e1e6b8981461028a578063e68507f314610245578063eae4c19f146102275763f5eb42dc146101ed57600080fd5b346102235760203660031901126102235760209181906001600160a01b03610213612616565b1681526006845220549051908152f35b5080fd5b5034610223578160031936011261022357602090600b549051908152f35b82346102875760203660031901126102875761025f612616565b6102693633612f6f565b60018060a01b03166001600160601b0360a01b600354161760035580f35b80fd5b503461022357816003193601126102235760035490516001600160a01b039091168152602090f35b8383346102235780600319360112610223578235906102cf61262c565b936102d861283f565b6105fe576102e46128f0565b6102ec61292d565b600080516020613442833981519152546001600160a01b03959086169384156105ee575a91853b156105e05784516327e935a160e01b81528481018490528781602481838b5af180156105e4579088916105cc575b505061034b612990565b81156105bc578761036883899a8a54168360015416903390613123565b61037183612ae9565b9161037d838754612787565b865581811691828a5260209160068352888b2061039b868254612787565b90558160025416803b156105b85789516346f4991160e11b81526001600160a01b038316818b019081526020810189905290918d9183919082908490829060400103925af180156105ae578492918d91610591575b50509161044e92600554918b5192610407846126b3565b8784528985850152888d850152606084015260016080840152600160a08401528d60c084015260035416908d8b8d519687958694859363c0d4418b60e01b855284016127ca565b03925af1918215610587578a92610527575b50508651848152602081018590526040810184905260608101919091526104b9939291907f7a2dcd8b31899978f2aeac0aa6a0938fa1b2b3534146c60a27c644e7b95a9b669080608081015b0390a26005549133612b54565b6104c1612ee3565b833b156105235760248592838551968794859363f5786b4b60e01b85528401525af190811561051a5750610506575b5060016000805160206134628339815191525580f35b61050f9061268a565b6102875780826104f0565b513d84823e3d90fd5b8480fd5b819594939a508092503d8311610580575b6105428183612704565b8101031261057b5791518897919291907f7a2dcd8b31899978f2aeac0aa6a0938fa1b2b3534146c60a27c644e7b95a9b666104ac610460565b600080fd5b503d610538565b88513d8c823e3d90fd5b61059d9192935061268a565b6105aa5782908b8e6103f0565b8a80fd5b8a513d8e823e3d90fd5b8b80fd5b8451634143610760e01b81528490fd5b6105d59061268a565b6105e0578689610341565b8680fd5b86513d8a823e3d90fd5b8351632ea0fec960e11b81528390fd5b9051633ea5037760e11b8152fd5b5050346102235781600319360112610223577f706675a12eeff0661731f01589a945c9c5e9663916191034a16d20b6fcc93dd95490516001600160a01b039091168152602090f35b5050346102235781600319360112610223576000805160206134428339815191525490516001600160a01b039091168152602090f35b9050346107d85760203660031901126107d8576106a5612616565b907ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0091825460ff81861c1615926001600160401b038216801590816107d0575b60011490816107c6575b1590816107bd575b506107af575067ffffffffffffffff198116600117845561072f919083610790575b506107226132df565b61072a6132df565b6130ca565b6107376132df565b61073f6132df565b6107476132df565b61074f578280f35b805468ff00000000000000001916905551600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602090a138808280f35b68ffffffffffffffffff19166801000000000000000117845538610719565b855163f92ee8a960e01b8152fd5b905015386106f7565b303b1591506106ef565b8591506106e5565b8280fd5b50503461022357816003193601126102235760209060ff6007541690519015158152f35b5050346102235781600319360112610223576000805160206134028339815191525490516001600160a01b039091168152602090f35b919050346107d8576003199080823601126108a357823561ffff8116036108a357602435906001600160401b039283831161089f576020908336030112610523575192610882846126ce565b818101359283116105235761089a9236920101612740565b905280f35b8580fd5b8380fd5b839034610223576020366003190112610223576108ce906108c83633612f6f565b356131aa565b80f35b828434610287578060031936011261028757508051908082018281106001600160401b0382111761092b576109279350815260058252640352e302e360dc1b602083015251918291602083526020830190612665565b0390f35b604184634e487b7160e01b6000525260246000fd5b50503461022357816003193601126102235760209160ff6000805160206134028339815191525460a01c1660001461098e5750638fb3603760e01b905b516001600160e01b03199091168152f35b9061097d565b8390346102235760203660031901126102235735801515809103610223576109bc3633612f6f565b60ff80196007541691161760075580f35b8391503461022357602092836003193601126107d85781359160ff60075416610bc1576109f861283f565b6105fe57610a046128f0565b610a0c61292d565b600080516020613442833981519152546001600160a01b039081169384156105ee575a91853b156105e05784516327e935a160e01b81528481018490528781602481838b5af180156105e457908891610bad575b5050610a6a612990565b81156105bc578697610a8783838a54168460015416903390613123565b8781610b10610a9586612ae9565b94610aa1868a54612787565b895533845260068352898420610ab8878254612787565b9055600554908a5191610aca836126b3565b3383528885840152878c8401526060830152600160808301528460a08301528460c083015260035416908a5194858094819363c0d4418b60e01b83528d339084016127ca565b03925af1918215610ba3578992610b6c575b5050906104b992917fb4caaf29adda3eefee3ad552a8e85058589bf834c7466cae4ee58787f70589ed8751806104ac33948688846040919493926060820195825260208201520152565b81949399508092503d8311610b9c575b610b868183612704565b8101031261057b5790518796906104b98a610b22565b503d610b7c565b87513d8b823e3d90fd5b610bb69061268a565b6105e0578689610a60565b905163e9e4ed5f60e01b8152fd5b929150346108a357816003193601126108a357803592610bed61262c565b90610bf661283f565b15610f7857610c0361292d565b610c0b612990565b600354845163b63e6ac360e01b81528085018790526001600160a01b0394918516908381602481855afa938415610ba3578994610f49575b505084835116338103610f1757508088913b15610223578180916024895180948193630852cd8d60e31b83528d898401525af18015610de757610f03575b50858301916b033b2e3c9fd0803ce8000000610ca184516005549061295d565b0493610caf845183546128e3565b825583513384526006602052610cc98985209182546128e3565b9055826080820151610cda816127aa565b610ce3816127aa565b610e6e5750602001519485851115610e6757610cff86866128e3565b965b86610df1575b87610d7d575b505050507fd6103d7d561f26d276f3462cc924e196cc6733c2ba61fd18c05b2b8efe29768c93610d5d915b5195519384933397859094939260609260808301968352602083015260408201520152565b0390a3610d68612ee3565b60016000805160206134628339815191525580f35b6001541691823b156108a3578851635e588b6f60e01b81526001600160a01b03909216908201908152602081018890529091839183919082908490829060400103925af18015610de757610dd3575b8080610d0d565b610ddc9061268a565b6105e0578638610dcc565b87513d84823e3d90fd5b8060015416803b156105235789516366383d1b60e11b81526001600160a01b038416858201908152602081018a90529091869183919082908490829060400103925af18015610e5d57908591610e49575b5050610d07565b610e529061268a565b6108a3578338610e42565b8a513d87823e3d90fd5b8296610d01565b95905084966001541691823b156108a3578851635e588b6f60e01b81526001600160a01b03909216908201908152602081018690529091839183919082908490829060400103925af18015610de757610eef575b50507fd6103d7d561f26d276f3462cc924e196cc6733c2ba61fd18c05b2b8efe29768c93610d5d91610d38565b610ef89061268a565b6105e0578638610ec2565b610f0c9061268a565b6105e0578638610c81565b86516309d52fcf60e31b81528084018981526001600160a01b0390921660208301523360408301529081906060010390fd5b610f69929450803d10610f71575b610f618183612704565b810190612855565b913880610c43565b503d610f57565b8351630220973960e51b81528390fd5b509050346107d85760203660031901126107d857610fa4612616565b6000805160206134028339815191525490926001600160a01b039182163303610fef57833b15610fd857846108ce856130ca565b516361798f2f60e11b815292169082015260249150fd5b5162d1953b60e31b81523381840152602490fd5b50505034610223573660031901126102875761101d612616565b61102561262c565b906110303633612f6f565b60018060a01b036001600160601b0360a01b91816000805160206134428339815191529116838254161790557f706675a12eeff0661731f01589a945c9c5e9663916191034a16d20b6fcc93dd992169082541617905580f35b849250346107d857836003193601126107d8578135936110a761262c565b926110b061283f565b6105fe5760ff60075416610bc1576110c66128f0565b6110ce61292d565b600080516020613442833981519152805490966001600160a01b0391821694918515611683575a92863b156116035785516327e935a160e01b81528581018590528981602481838c5af180156114f157908a9161166f575b5050611130612990565b8160035416865163b63e6ac360e01b815284878201528281602481855afa928315611515578b93611650575b505060a082015161116c816127aa565b611175816127aa565b61163957828251163381036116075750803b156115e6578980916024895180948193630852cd8d60e31b8352898c8401525af180156114f1578792918b916115ea575b505001906b033b2e3c9fd0803ce80000006111d783516005549061295d565b04916111e5815187546128e3565b86558051338b5260066020526111ff888c209182546128e3565b9055600198828a541690813b156105b8578851635e588b6f60e01b81526001600160a01b039091168189019081526020810186905290918c9183919082908490829060400103925af1801561151557908b916115d2575b505086518481528360208201527f87ecfc2366006954477fdaf55dbcb6cffc71e21ce15b76316f18496ebefe383c883392a251906005549a5416996000805160206134228339815191529a8b549080156115c257602088918a51928380926372277dad60e11b82525afa908115611539578c91611593575b501561158357891b89178b558651635ca2159160e11b8152918a83888173__$871508ae888325252fdba23f15f3f16064$__5af4928315611515578b93611565575b5061134792938b73__$46bbbc6398365a8909166570292cf8d34e$__958a5180968192631f21838760e01b835233908d8401612e91565b0381885af493841561153957908c918295611543575b509061137d918a518093819263fb70775b60e01b988984528d8401612ec0565b0381885af490811561153957918c916113aa93839161151f575b508a5193849283928884528c8401612ec0565b0381875af490811561151557918b916113d8949383916114fb575b50895194859283928684528b8401612ec0565b0381865af49182156114f157918a9391611408959385926114d5575b5088519586948593849384528a8401612ec0565b03915af49081156114cb57906114259188916114a9575b5061322e565b86549685808916146114995786978697961c9055611441612ee3565b833b156105235760248592838551968794859363f5786b4b60e01b85528401525af190811561051a5750611485575b50506000805160206134628339815191525580f35b61148e9061268a565b610223578183611470565b83516383db270d60e01b81528390fd5b6114c591503d808a833e6114bd8183612704565b810190612e0a565b8961141f565b84513d89823e3d90fd5b6114ea9192503d8087833e6114bd8183612704565b908d6113f4565b87513d8c823e3d90fd5b61150f91503d8085833e6114bd8183612704565b8e6113c5565b88513d8d823e3d90fd5b61153391503d8085833e6114bd8183612704565b8f611397565b89513d8e823e3d90fd5b61137d9291955061155d903d8084833e6114bd8183612704565b94909161135d565b611347935061157d903d808e833e6114bd8183612704565b92611310565b875163738c481160e01b81528790fd5b6115b5915060203d6020116115bb575b6115ad8183612704565b810190612b3c565b8d6112ce565b503d6115a3565b8851632ea0fec960e11b81528890fd5b6115db9061268a565b6115e657898c611256565b8980fd5b6115f69192935061268a565b611603578590898c6111b8565b8880fd5b87516309d52fcf60e31b81528088018681526001600160a01b0390921660208301523360408301529081906060010390fd5b8651636d56c1b960e01b8152808701859052602490fd5b611667929350803d10610f7157610f618183612704565b908b8061115c565b6116789061268a565b61160357888b611126565b8451632ea0fec960e11b81528490fd5b505050346102235781600319360112610223576020906008549051908152f35b5050503461022357816003193601126102235760209060ff7fcd5ed15c6e187e77e9aee88184c21f4f2182ab5827cb3b7e07fbedcd63f03300541690519015158152f35b50505034610223578160031936011261022357905490516001600160a01b039091168152602090f35b84346102875780600319360112610287576117396128f0565b61174161292d565b61174b3633612f6f565b610d68612990565b5050503461022357816003193601126102235760025490516001600160a01b039091168152602090f35b8083863461182a578060031936011261182a57611798612616565b6117a061292d565b6117a8612990565b6117b23633612f6f565b6001546001600160a01b031692833b156105235782516366383d1b60e11b81526001600160a01b039092169082019081526024356020820152909284918491908290849082906040015b03925af190811561051a5750611816575b50610d68612ee3565b61181f9061268a565b61028757808261180d565b5050fd5b50505034610223578160031936011261022357602090600a549051908152f35b50828434610287578060031936011261028757507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031630036118bb57602090517f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc8152f35b5163703e46dd60e11b8152fd5b848285806003193601126107d8576118de612616565b906024356001600160401b038111610523576118fd9036908501612740565b611905613320565b61190f3633612f6f565b611917613320565b81516352d1902d60e01b81526001600160a01b0384169360209182818881895afa889181611a65575b5061195c578451634c9c8ce360e01b8152808801879052602490fd5b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc96929591939690818103611a4f5750833b15611a385780546001600160a01b0319168217905583518792917fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b8480a2865115611a1b575050808585611a0d97519101845af4913d15611a11573d6119ff6119f682612725565b92519283612704565b81528581943d92013e61339e565b5080f35b506060925061339e565b9450945050505034611a2c57505080f35b63b398979f60e01b8152fd5b8451634c9c8ce360e01b8152808401839052602490fd5b83602491875191632a87526960e21b8352820152fd5b9091508381813d8311611a8d575b611a7d8183612704565b8101031261160357519089611940565b503d611a73565b8385346102875780600319360112610287578151611ab1816126ce565b81815260209183519280840190808552835180925285850181878460051b880101950193965b838810611ae45786860387f35b90919293948380611b15600193603f198b820301875285838b5161ffff815116845201519181858201520190612665565b970193019701969093929193611ad7565b848285346107d85760203660031901126107d8576024916020611b47612616565b91611b523633612f6f565b60018060a01b038093168660015494826001600160601b0360a01b871617600155815416941617948591855194859384926370a0823160e01b84528301525afa918215611bde57508391611bac575b506008553160095580f35b90506020813d602011611bd6575b81611bc760209383612704565b8101031261057b575183611ba1565b3d9150611bba565b513d85823e3d90fd5b509050346107d857826003193601126107d85760209250549051908152f35b8083863461182a578060031936011261182a57611c21612616565b611c2961292d565b611c31612990565b611c3b3633612f6f565b6001546001600160a01b031692833b15610523578251635e588b6f60e01b81526001600160a01b039092169082019081526024356020820152909284918491908290849082906040016117fc565b505050346102235781600319360112610223576020906005549051908152f35b50505034610223578160031936011261022357602090611cc761283f565b90519015158152f35b505050346102235781600319360112610223576020906009549051908152f35b83858334610223578160031936011261022357611d0b6128f0565b611d1361283f565b611eae57611d1f61292d565b600080516020613442833981519152546001600160a01b0393908416918215611ea0575a833b156105235782516327e935a160e01b8152828101829052858160248183895af18015611e9657908691611e82575b5050611d7d612990565b600a548015611e725786869760025416906001541690803b15611e6e5785516346f4991160e11b81526001600160a01b03909216858301908152602081018490528891839182908490829060400103925af18015611e6457908791611e50575b507fe057f7e93b0ce619684a1249526a9a1cae76cd056a8d735b680a4e8e9495e64b91602091600a558551908152a1833b156105235760248592838551968794859363f5786b4b60e01b85528401525af190811561051a5750610506575060016000805160206134628339815191525580f35b611e599061268a565b61089f578588611ddd565b85513d89823e3d90fd5b8780fd5b835163053716d160e01b81528390fd5b611e8b9061268a565b610523578487611d73565b84513d88823e3d90fd5b9051632ea0fec960e11b8152fd5b8251633ea5037760e11b8152fd5b5050503461022357816003193601126102235760015490516001600160a01b039091168152602090f35b509050346107d85760a03660031901126107d857611f02612616565b611f0a61262c565b6001600160a01b03929091906044358481169081900361057b5760643585811680910361057b576084359186831680930361057b577ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a009687549660ff888b1c1615966001600160401b0390818a16998a158061231c575b6001809c149081612312575b159081612309575b506122f95767ffffffffffffffff198082168c178d558d918b6122da575b50611fbc6132df565b60ff8d5480931c16159382168c811591826122d2575b1490816122c8575b1590816122bf575b506122af5781168b178c5561200091908361229057506107226132df565b6120086132df565b6120106132df565b6120186132df565b612257575b6120256132df565b61202d6132df565b6120356132df565b876000805160206134628339815191525561204e6132df565b6120566132df565b169182156122255781156121f65780156121c357831561218d57602092918a6024928154966001600160601b0360a01b86818a161784558b549285828516178d5581600254161760025560035416176003556b033b2e3c9fd0803ce800000060055516179485928b8b5196879586946370a0823160e01b865285015216175afa908115612183578791612151575b506008553160095542600b556120f86132df565b600160801b60008051602061342283398151915255612115578380f35b7fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29260209260ff60401b19815416905551908152a13880808380f35b90506020813d60201161217b575b8161216c60209383612704565b8101031261057b5751386120e4565b3d915061215f565b86513d89823e3d90fd5b608485858b805192632215fb1f60e11b8452830152600a604483015269149958d95a5c1d13919560b21b60648301526024820152fd5b846084918a805192632215fb1f60e11b8452830152600760448301526615d85c9c985b9d60ca1b60648301526024820152fd5b6084898387825192632215fb1f60e11b845281840152604483015263141bdbdb60e21b60648301526024820152fd5b608485848b805192632215fb1f60e11b845283015260066044830152650d8d2e28aa8960d31b60648301526024820152fd5b60ff60401b1989541689557fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d260208b518a8152a161201d565b68ffffffffffffffffff191668010000000000000001178c5538610719565b8d5163f92ee8a960e01b81528a90fd5b90501538611fe2565b303b159150611fda565b869250611fd2565b68ffffffffffffffffff191668010000000000000001178d5538611fb3565b8c5163f92ee8a960e01b81528990fd5b90501538611f95565b303b159150611f8d565b5089611f81565b84346102875760203660031901126102875761233d612616565b6123473633612f6f565b60018060a01b03166001600160601b0360a01b600254161760025580f35b6020858386366003190184136107d85761237d612616565b9161238661283f565b6105fe576123926128f0565b61239a61292d565b600080516020613442833981519152546001600160a01b03908116939084156105ee575a91853b156105e05784516327e935a160e01b81528481018490528781602481838b5af180156105e457612603575b506123f5612990565b34156105bc5786978260015416803b156116035788869188519283809263479c7a7160e01b825234905af18015610ba3579089916125ef575b505061243934612ae9565b92612445848754612787565b865580831692838a5260068352878a20612460868254612787565b90558160025416803b156105aa5788516346f4991160e11b81526001600160a01b038316818a0190815234602082015290918c9183919082908490829060400103925af180156125e5578492918c916125cc575b50509161251192600554918a51926124cb846126b3565b8784523485850152888c85015260608401528c6080840152600160a08401528c60c084015260035416908c8a8c519687958694859363c0d4418b60e01b855284016127ca565b03925af1918215610ba3578992612575575b505085513481526020810184905260408101919091526104b99291907feb95a80cb840f02d626f7621a7fbe21e9ae3cad9ba053170377eeb1a8088487e9080606081015b0390a2600554903433612b54565b81949399508092503d83116125c5575b61258f8183612704565b8101031261057b5790518796907feb95a80cb840f02d626f7621a7fbe21e9ae3cad9ba053170377eeb1a8088487e612567612523565b503d612585565b6125d89192935061268a565b6115e65782908a8d6124b4565b89513d8d823e3d90fd5b6125f89061268a565b611e6e57878a61242e565b61260f9097919761268a565b95886123ec565b600435906001600160a01b038216820361057b57565b602435906001600160a01b038216820361057b57565b60005b8381106126555750506000910152565b8181015183820152602001612645565b9060209161267e81518092818552858086019101612642565b601f01601f1916010190565b6001600160401b03811161269d57604052565b634e487b7160e01b600052604160045260246000fd5b60e081019081106001600160401b0382111761269d57604052565b602081019081106001600160401b0382111761269d57604052565b60a081019081106001600160401b0382111761269d57604052565b90601f801991011681019081106001600160401b0382111761269d57604052565b6001600160401b03811161269d57601f01601f191660200190565b81601f8201121561057b5780359061275782612725565b926127656040519485612704565b8284526020838301011161057b57816000926020809301838601378301015290565b9190820180921161279457565b634e487b7160e01b600052601160045260246000fd5b600211156127b457565b634e487b7160e01b600052602160045260246000fd5b9092916001600160401b0360c060e09261010085019660018060a01b03809116865281511660208601526020810151604086015260408101516060860152606081015160808601526080810151612820816127aa565b60a086015260a0810151612833816127aa565b82860152015116910152565b600b54629e340081018091116127945742101590565b908160e091031261057b576040519061286d826126b3565b80516001600160a01b038116810361057b5782526020810151602083015260408101516040830152606081015160608301526080810151600281101561057b57608083015260a081015190600282101561057b5760c09160a084015201516001600160401b038116810361057b5760c082015290565b9190820391821161279457565b60ff7fcd5ed15c6e187e77e9aee88184c21f4f2182ab5827cb3b7e07fbedcd63f03300541661291b57565b60405163d93c066560e01b8152600490fd5b600080516020613462833981519152600281541461294b5760029055565b604051633ee5aeb560e01b8152600490fd5b8181029291811591840414171561279457565b811561297a570490565b634e487b7160e01b600052601260045260246000fd5b600080546001546040516370a0823160e01b81526001600160a01b03918216600482018190529092909160209184916024918391165afa918215612ade578392612aaa575b503191600854908183116129ee575b5050600855600955565b612a197f64c7ca6f50725fafbdc973a1a1b053354afe589f0986f31eeec7e4e23cfff85d92846128e3565b612a22816131aa565b60085480151580612a9f575b612a81575b50612a77612a418383612787565b612a4d81600a54612787565b600a5560055490604051948594859094939260609260808301968352602083015260408201520152565b0390a138806129e4565b819250612a93612a989260095461295d565b612970565b9038612a33565b506009541515612a2e565b9091506020813d602011612ad6575b81612ac660209383612704565b810103126107d8575190386129d5565b3d9150612ab9565b6040513d85823e3d90fd5b6b033b2e3c9fd0803ce80000009081810291818304149015171561279457600554612b148183612970565b90801561297a57612b309206612b335760ff60005b1690612787565b90565b60ff6001612b29565b9081602091031261057b5751801515810361057b5790565b91909260018060a01b03600080516020613442833981519152541692600080516020613422833981519152948554938515612df8576020946040968751968780926372277dad60e11b82526004998a915afa908115612ded57600091612dce575b5015612dbe57600190811b1787558551635ca2159160e11b815291600083878173__$871508ae888325252fdba23f15f3f16064$__5af4928315612d6f57600093612d9d575b508651631f21838760e01b815273__$46bbbc6398365a8909166570292cf8d34e$__94909360009185918291612c33918b8401612e91565b0381875af4928315612d6f57600093612d7a575b506000612c689188518093819263fb70775b60e01b978884528b8401612ec0565b0381875af4908115612d6f5791600091612c9794938391612d55575b50885194859283928684528a8401612ec0565b0381865af4918215612d4a579160009391612cc895938592612d2e575b508751958694859384938452898401612ec0565b03915af4908115612d235790612ce591600091612d08575061322e565b825491600180841614612cfb57505060011c9055565b516383db270d60e01b8152fd5b612d1d91503d806000833e6114bd8183612704565b3861141f565b83513d6000823e3d90fd5b612d439192503d8087833e6114bd8183612704565b9038612cb4565b86513d6000823e3d90fd5b612d6991503d8085833e6114bd8183612704565b38612c84565b87513d6000823e3d90fd5b612c68919350612d956000913d8084833e6114bd8183612704565b939150612c47565b612c339350612db76000913d8084833e6114bd8183612704565b9350612bfb565b865163738c481160e01b81528690fd5b612de7915060203d6020116115bb576115ad8183612704565b38612bb5565b88513d6000823e3d90fd5b604051632ea0fec960e11b8152600490fd5b9060208282031261057b5781516001600160401b039283821161057b57019160208383031261057b5760405192612e40846126ce565b805191821161057b570181601f8201121561057b578051612e6081612725565b92612e6e6040519485612704565b8184526020828401011161057b57612e8c9160208085019101612642565b815290565b90612eb060209194939460408452518260408501526060840190612665565b6001600160a01b03909416910152565b929190612ede60209160408652518260408701526060860190612665565b930152565b6000546001546040516370a0823160e01b81526001600160a01b039182166004820181905292909160209183916024918391165afa908115612f6357600091612f31575b5060085531600955565b90506020813d602011612f5b575b81612f4c60209383612704565b8101031261057b575138612f27565b3d9150612f3f565b6040513d6000823e3d90fd5b6000805160206134028339815191528054909290916001600160a01b03808416926004811061057b5760009260009384916040958691825196602088019163b700961360e01b8352169687602482015230604482015263ffffffff60e01b833516606482015260648152612fe2816126e9565b828052826020525190895afa6130b9575b15613002575b50505050505050565b63ffffffff16156130a35760ff60a01b19948516600160a01b178655833b1561057b57606493600092838551968780958194634a63ebf760e11b835260048301528860248301528060448301528084848401378181018301849052601f01601f191681010301925af1908115613099575061308a575b50815416905538808080808080612ff9565b6130939061268a565b38613078565b513d6000823e3d90fd5b50602491519062d1953b60e31b82526004820152fd5b50516020518060201c150290612ff3565b60008051602061340283398151915280546001600160a01b0319166001600160a01b0390921691821790556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad90602090a1565b9260209160009160405190848201926323b872dd60e01b845260018060a01b0396878092166024850152166044830152606482015260648152613165816126e9565b519082865af115612f63576000513d6131a157508082163b155b613187575050565b604051635274afe760e01b81529116600482015260249150fd5b6001141561317f565b801561322b576004548015613227576b033b2e3c9fd0803ce8000000916131de81846131d86005548661295d565b04612787565b8381029381850414901517156127945761321b6020927f81e0b0468c764aabf6b9a5b0d194817af3b2e2b3df594d737e0ebc77f4be6e5094612970565b600555604051908152a1565b5050565b50565b600080516020613422833981519152805460018116156132c757600119169055600080516020613442833981519152546001600160a01b0316803b1561057b576132ab6000929183926040519485809481936327710fa960e11b83526104d260048401526040602484015251602060448401526064830190612665565b03925af18015612f63576132bc5750565b6132c59061268a565b565b60249060405190633b48047760e01b82526004820152fd5b60ff7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005460401c161561330e57565b604051631afcd79f60e31b8152600490fd5b6001600160a01b037f00000000000000000000000000000000000000000000000000000000000000008116308114918215613370575b505061335e57565b60405163703e46dd60e11b8152600490fd5b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5416141590503880613356565b906133c557508051156133b357602081519101fd5b60405163d6bda27560e01b8152600490fd5b815115806133f8575b6133d6575090565b604051639996b31560e01b81526001600160a01b039091166004820152602490fd5b50803b156133ce56fef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a007a7ef2e786f2e2e26f0a8d1c18e1ce8d0e9a183cd1289abd7052371335196d43706675a12eeff0661731f01589a945c9c5e9663916191034a16d20b6fcc93dd89b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f00a264697066735822122097d42a14b979a6a190dc03985dacf7e879876f25dd49a6051f4d8e038589cf9164736f6c63430008190033",
1701
+ "linkReferences": {
1702
+ "contracts/common/iodata.sol": {
1703
+ "iodata": [
1704
+ {
1705
+ "length": 20,
1706
+ "start": 4892
1707
+ },
1708
+ {
1709
+ "length": 20,
1710
+ "start": 11270
1711
+ }
1712
+ ]
1713
+ },
1714
+ "contracts/common/sysio_write.sol": {
1715
+ "sysio_write": [
1716
+ {
1717
+ "length": 20,
1718
+ "start": 4936
1719
+ },
1720
+ {
1721
+ "length": 20,
1722
+ "start": 11321
1723
+ }
1724
+ ]
1725
+ }
1726
+ },
1727
+ "deployedLinkReferences": {
1728
+ "contracts/common/iodata.sol": {
1729
+ "iodata": [
1730
+ {
1731
+ "length": 20,
1732
+ "start": 4845
1733
+ },
1734
+ {
1735
+ "length": 20,
1736
+ "start": 11223
1737
+ }
1738
+ ]
1739
+ },
1740
+ "contracts/common/sysio_write.sol": {
1741
+ "sysio_write": [
1742
+ {
1743
+ "length": 20,
1744
+ "start": 4889
1745
+ },
1746
+ {
1747
+ "length": 20,
1748
+ "start": 11274
1749
+ }
1750
+ ]
1751
+ }
1752
+ }
1753
+ }