@wireio/stake 0.1.3 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (135) hide show
  1. package/lib/stake.browser.js +15333 -4964
  2. package/lib/stake.browser.js.map +1 -1
  3. package/lib/stake.d.ts +4880 -112
  4. package/lib/stake.js +15636 -5116
  5. package/lib/stake.js.map +1 -1
  6. package/lib/stake.m.js +15333 -4964
  7. package/lib/stake.m.js.map +1 -1
  8. package/package.json +1 -1
  9. package/src/assets/ethereum/ABI/liqEth/DepositManager.sol/DepositManager.dbg.json +1 -1
  10. package/src/assets/ethereum/ABI/liqEth/DepositManager.sol/DepositManager.json +26 -65
  11. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IAccounting.dbg.json +1 -1
  12. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IAccounting.json +24 -20
  13. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IDepositContract.dbg.json +1 -1
  14. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IDepositManager.dbg.json +1 -1
  15. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IRewardsERC20.dbg.json +1 -1
  16. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IStakingModule.dbg.json +1 -1
  17. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IStakingModule.json +0 -20
  18. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +1 -1
  19. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +1 -1
  20. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/LiqEthCommon.dbg.json +1 -1
  21. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/LiqEthCommon.json +2 -2
  22. package/src/assets/ethereum/ABI/liqEth/RewardsERC20.sol/RewardsERC20.dbg.json +1 -1
  23. package/src/assets/ethereum/ABI/liqEth/RewardsERC20Pausable.sol/RewardsERC20Pausable.dbg.json +1 -1
  24. package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/BeaconRoots.dbg.json +1 -1
  25. package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/SSZ.dbg.json +1 -1
  26. package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/ValidatorBalanceVerifier.dbg.json +1 -1
  27. package/src/assets/ethereum/ABI/liqEth/Yield.sol/BeaconRoots.dbg.json +1 -1
  28. package/src/assets/ethereum/ABI/liqEth/Yield.sol/BeaconRoots.json +2 -2
  29. package/src/assets/ethereum/ABI/liqEth/Yield.sol/SSZ.dbg.json +1 -1
  30. package/src/assets/ethereum/ABI/liqEth/Yield.sol/SSZ.json +2 -2
  31. package/src/assets/ethereum/ABI/liqEth/Yield.sol/YieldOracle.dbg.json +1 -1
  32. package/src/assets/ethereum/ABI/liqEth/Yield.sol/YieldOracle.json +2 -2
  33. package/src/assets/ethereum/ABI/liqEth/accounting.sol/Accounting.dbg.json +1 -1
  34. package/src/assets/ethereum/ABI/liqEth/accounting.sol/Accounting.json +31 -109
  35. package/src/assets/ethereum/ABI/liqEth/liqEth.sol/LiqEthToken.dbg.json +1 -1
  36. package/src/assets/ethereum/ABI/liqEth/liqEth.sol/LiqEthToken.json +2 -25
  37. package/src/assets/ethereum/ABI/liqEth/stakingModule.sol/StakingModule.dbg.json +1 -1
  38. package/src/assets/ethereum/ABI/liqEth/stakingModule.sol/StakingModule.json +30 -72
  39. package/src/assets/ethereum/ABI/liqEth/withdrawalQueue.sol/WithdrawalQueue.dbg.json +1 -1
  40. package/src/assets/ethereum/ABI/liqEth/withdrawalQueue.sol/WithdrawalQueue.json +2 -2
  41. package/src/assets/ethereum/ABI/liqEth/withdrawalVault.sol/Uint64BE.dbg.json +1 -1
  42. package/src/assets/ethereum/ABI/liqEth/withdrawalVault.sol/Uint64BE.json +2 -2
  43. package/src/assets/ethereum/ABI/liqEth/withdrawalVault.sol/WithdrawalVault.dbg.json +1 -1
  44. package/src/assets/ethereum/ABI/liqEth/withdrawalVault.sol/WithdrawalVault.json +2 -2
  45. package/src/assets/ethereum/ABI/outpost/BAR.sol/BAR.dbg.json +4 -0
  46. package/src/assets/ethereum/ABI/outpost/BAR.sol/BAR.json +1856 -0
  47. package/src/assets/ethereum/ABI/outpost/Depositor.sol/Depositor.dbg.json +4 -0
  48. package/src/assets/ethereum/ABI/outpost/Depositor.sol/Depositor.json +1753 -0
  49. package/src/assets/ethereum/ABI/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.dbg.json +4 -0
  50. package/src/assets/ethereum/ABI/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.json +122 -0
  51. package/src/assets/ethereum/ABI/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.dbg.json +4 -0
  52. package/src/assets/ethereum/ABI/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.json +601 -0
  53. package/src/assets/ethereum/ABI/outpost/OPP.sol/OPP.dbg.json +4 -0
  54. package/src/assets/ethereum/ABI/outpost/OPP.sol/OPP.json +930 -0
  55. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPP.dbg.json +4 -0
  56. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPP.json +88 -0
  57. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPPEndpoint.dbg.json +4 -0
  58. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPPEndpoint.json +29 -0
  59. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPPInbound.dbg.json +4 -0
  60. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPPInbound.json +194 -0
  61. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPPReceiver.dbg.json +4 -0
  62. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPPReceiver.json +29 -0
  63. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPPSender.dbg.json +4 -0
  64. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPPSender.json +36 -0
  65. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/OPPCommon.dbg.json +4 -0
  66. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/OPPCommon.json +199 -0
  67. package/src/assets/ethereum/ABI/outpost/OPPEndpoint.sol/OPPEndpoint.dbg.json +4 -0
  68. package/src/assets/ethereum/ABI/outpost/OPPEndpoint.sol/OPPEndpoint.json +273 -0
  69. package/src/assets/ethereum/ABI/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.dbg.json +4 -0
  70. package/src/assets/ethereum/ABI/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.json +394 -0
  71. package/src/assets/ethereum/ABI/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.dbg.json +4 -0
  72. package/src/assets/ethereum/ABI/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.json +378 -0
  73. package/src/assets/ethereum/ABI/outpost/OPPErrors.sol/OPPErrors.dbg.json +4 -0
  74. package/src/assets/ethereum/ABI/outpost/OPPErrors.sol/OPPErrors.json +224 -0
  75. package/src/assets/ethereum/ABI/outpost/OPPInbound.sol/OPPInbound.dbg.json +4 -0
  76. package/src/assets/ethereum/ABI/outpost/OPPInbound.sol/OPPInbound.json +1010 -0
  77. package/src/assets/ethereum/ABI/outpost/OPPReceiver.sol/OPPReceiver.dbg.json +4 -0
  78. package/src/assets/ethereum/ABI/outpost/OPPReceiver.sol/OPPReceiver.json +291 -0
  79. package/src/assets/ethereum/ABI/outpost/OPPSender.sol/OPPSender.dbg.json +4 -0
  80. package/src/assets/ethereum/ABI/outpost/OPPSender.sol/OPPSender.json +298 -0
  81. package/src/assets/ethereum/ABI/outpost/OutpostErrors.sol/OutpostErrors.dbg.json +4 -0
  82. package/src/assets/ethereum/ABI/outpost/OutpostErrors.sol/OutpostErrors.json +473 -0
  83. package/src/assets/ethereum/ABI/outpost/OutpostManaged.sol/OutpostManaged.dbg.json +4 -0
  84. package/src/assets/ethereum/ABI/outpost/OutpostManaged.sol/OutpostManaged.json +229 -0
  85. package/src/assets/ethereum/ABI/outpost/OutpostManager.sol/OutpostManager.dbg.json +4 -0
  86. package/src/assets/ethereum/ABI/outpost/OutpostManager.sol/OutpostManager.json +730 -0
  87. package/src/assets/ethereum/ABI/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.dbg.json +4 -0
  88. package/src/assets/ethereum/ABI/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.json +1432 -0
  89. package/src/assets/ethereum/ABI/outpost/OutpostManagerCommon.sol/IOutpostManager.dbg.json +4 -0
  90. package/src/assets/ethereum/ABI/outpost/OutpostManagerCommon.sol/IOutpostManager.json +130 -0
  91. package/src/assets/ethereum/ABI/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.dbg.json +4 -0
  92. package/src/assets/ethereum/ABI/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.json +29 -0
  93. package/src/assets/ethereum/ABI/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.dbg.json +4 -0
  94. package/src/assets/ethereum/ABI/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.json +141 -0
  95. package/src/assets/ethereum/ABI/outpost/OutpostOwnable.sol/OutpostOwnable.dbg.json +4 -0
  96. package/src/assets/ethereum/ABI/outpost/OutpostOwnable.sol/OutpostOwnable.json +213 -0
  97. package/src/assets/ethereum/ABI/outpost/Pool.sol/Pool.dbg.json +4 -0
  98. package/src/assets/ethereum/ABI/outpost/Pool.sol/Pool.json +921 -0
  99. package/src/assets/ethereum/ABI/outpost/ReceiptNFT.sol/ReceiptNFT.dbg.json +4 -0
  100. package/src/assets/ethereum/ABI/outpost/ReceiptNFT.sol/ReceiptNFT.json +2020 -0
  101. package/src/assets/ethereum/ABI/outpost/Warrant.sol/Warrant.dbg.json +4 -0
  102. package/src/assets/ethereum/ABI/outpost/Warrant.sol/Warrant.json +1650 -0
  103. package/src/assets/ethereum/ABI/outpost/interfaces/IWarrant.sol/IWarrant.dbg.json +4 -0
  104. package/src/assets/ethereum/ABI/{liqEth/LiqEthCommon.sol/ILiqEthMint.json → outpost/interfaces/IWarrant.sol/IWarrant.json} +6 -12
  105. package/src/assets/ethereum/ABI/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.dbg.json +4 -0
  106. package/src/assets/ethereum/ABI/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.json +858 -0
  107. package/src/assets/ethereum/ABI/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.dbg.json +4 -0
  108. package/src/assets/ethereum/ABI/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.json +30 -0
  109. package/src/assets/solana/idl/liqsol_core.json +1369 -1129
  110. package/src/assets/solana/idl/liqsol_token.json +1 -1
  111. package/src/assets/solana/idl/validator_leaderboard.json +1 -1
  112. package/src/assets/solana/types/liqsol_core.ts +1369 -1129
  113. package/src/assets/solana/types/liqsol_token.ts +1 -1
  114. package/src/assets/solana/types/validator_leaderboard.ts +1 -1
  115. package/src/index.ts +2 -1
  116. package/src/networks/ethereum/clients/deposit.client.ts +82 -0
  117. package/src/networks/ethereum/clients/stake.client.ts +215 -0
  118. package/src/networks/ethereum/contract.ts +82 -23
  119. package/src/networks/ethereum/ethereum.ts +148 -69
  120. package/src/networks/ethereum/types.ts +74 -7
  121. package/src/networks/solana/clients/deposit.client.ts +7 -11
  122. package/src/networks/solana/clients/distribution.client.ts +1 -3
  123. package/src/networks/solana/clients/outpost.client.ts +474 -0
  124. package/src/networks/solana/constants.ts +90 -52
  125. package/src/networks/solana/solana.ts +155 -128
  126. package/src/networks/solana/types.ts +95 -8
  127. package/src/networks/solana/utils.ts +111 -94
  128. package/src/staker/types.ts +7 -5
  129. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/ILiqEthBurn.dbg.json +0 -4
  130. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/ILiqEthBurn.json +0 -24
  131. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/ILiqEthMint.dbg.json +0 -4
  132. package/src/assets/ethereum/ABI/liqEth/liqEthBurn.sol/LiqEthBurn.dbg.json +0 -4
  133. package/src/assets/ethereum/ABI/liqEth/liqEthBurn.sol/LiqEthBurn.json +0 -391
  134. package/src/assets/ethereum/ABI/liqEth/liqEthMint.sol/LiqEthMint.dbg.json +0 -4
  135. package/src/assets/ethereum/ABI/liqEth/liqEthMint.sol/LiqEthMint.json +0 -402
@@ -0,0 +1,1856 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "BAR",
4
+ "sourceName": "contracts/outpost/BAR.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": "FailedCall",
74
+ "type": "error"
75
+ },
76
+ {
77
+ "inputs": [],
78
+ "name": "InvalidInitialization",
79
+ "type": "error"
80
+ },
81
+ {
82
+ "inputs": [],
83
+ "name": "NotInitializing",
84
+ "type": "error"
85
+ },
86
+ {
87
+ "inputs": [
88
+ {
89
+ "internalType": "bytes32",
90
+ "name": "expected",
91
+ "type": "bytes32"
92
+ },
93
+ {
94
+ "internalType": "bytes32",
95
+ "name": "actual",
96
+ "type": "bytes32"
97
+ }
98
+ ],
99
+ "name": "OPP_EpochHashMismatch",
100
+ "type": "error"
101
+ },
102
+ {
103
+ "inputs": [
104
+ {
105
+ "internalType": "uint256",
106
+ "name": "required",
107
+ "type": "uint256"
108
+ },
109
+ {
110
+ "internalType": "uint256",
111
+ "name": "provided",
112
+ "type": "uint256"
113
+ }
114
+ ],
115
+ "name": "OPP_InsufficientSignatureWeight",
116
+ "type": "error"
117
+ },
118
+ {
119
+ "inputs": [
120
+ {
121
+ "internalType": "address",
122
+ "name": "caller",
123
+ "type": "address"
124
+ },
125
+ {
126
+ "internalType": "address",
127
+ "name": "expected",
128
+ "type": "address"
129
+ }
130
+ ],
131
+ "name": "OPP_InvalidOPPAddress",
132
+ "type": "error"
133
+ },
134
+ {
135
+ "inputs": [
136
+ {
137
+ "internalType": "bytes32",
138
+ "name": "expected",
139
+ "type": "bytes32"
140
+ },
141
+ {
142
+ "internalType": "bytes32",
143
+ "name": "actual",
144
+ "type": "bytes32"
145
+ }
146
+ ],
147
+ "name": "OPP_MessageIDMismatch",
148
+ "type": "error"
149
+ },
150
+ {
151
+ "inputs": [],
152
+ "name": "OPP_NoAssertionsSent",
153
+ "type": "error"
154
+ },
155
+ {
156
+ "inputs": [],
157
+ "name": "OPP_NoPendingAssertions",
158
+ "type": "error"
159
+ },
160
+ {
161
+ "inputs": [
162
+ {
163
+ "internalType": "uint32",
164
+ "name": "expected",
165
+ "type": "uint32"
166
+ },
167
+ {
168
+ "internalType": "uint32",
169
+ "name": "actual",
170
+ "type": "uint32"
171
+ }
172
+ ],
173
+ "name": "OPP_NonSequentialEpoch",
174
+ "type": "error"
175
+ },
176
+ {
177
+ "inputs": [],
178
+ "name": "OPP_NotSending",
179
+ "type": "error"
180
+ },
181
+ {
182
+ "inputs": [],
183
+ "name": "OPP_OPPAddressNotSet",
184
+ "type": "error"
185
+ },
186
+ {
187
+ "inputs": [
188
+ {
189
+ "internalType": "bytes32",
190
+ "name": "expected",
191
+ "type": "bytes32"
192
+ },
193
+ {
194
+ "internalType": "bytes32",
195
+ "name": "actual",
196
+ "type": "bytes32"
197
+ }
198
+ ],
199
+ "name": "OPP_PayloadHashMismatch",
200
+ "type": "error"
201
+ },
202
+ {
203
+ "inputs": [
204
+ {
205
+ "internalType": "uint32",
206
+ "name": "epochNumber",
207
+ "type": "uint32"
208
+ },
209
+ {
210
+ "internalType": "uint256",
211
+ "name": "messageCount",
212
+ "type": "uint256"
213
+ }
214
+ ],
215
+ "name": "OPP_PreviousEpochPendingMessages",
216
+ "type": "error"
217
+ },
218
+ {
219
+ "inputs": [
220
+ {
221
+ "internalType": "uint32",
222
+ "name": "epochNumber",
223
+ "type": "uint32"
224
+ }
225
+ ],
226
+ "name": "OPP_PreviousEpochSent",
227
+ "type": "error"
228
+ },
229
+ {
230
+ "inputs": [
231
+ {
232
+ "internalType": "uint32",
233
+ "name": "epochNumber",
234
+ "type": "uint32"
235
+ }
236
+ ],
237
+ "name": "OPP_PreviousEpochUnsent",
238
+ "type": "error"
239
+ },
240
+ {
241
+ "inputs": [
242
+ {
243
+ "internalType": "uint256",
244
+ "name": "stack",
245
+ "type": "uint256"
246
+ }
247
+ ],
248
+ "name": "OPP_SendStackError",
249
+ "type": "error"
250
+ },
251
+ {
252
+ "inputs": [
253
+ {
254
+ "internalType": "uint256",
255
+ "name": "expectedMaxMessages",
256
+ "type": "uint256"
257
+ },
258
+ {
259
+ "internalType": "uint256",
260
+ "name": "actualMessages",
261
+ "type": "uint256"
262
+ }
263
+ ],
264
+ "name": "OPP_TooManyMessages",
265
+ "type": "error"
266
+ },
267
+ {
268
+ "inputs": [
269
+ {
270
+ "internalType": "address",
271
+ "name": "sender",
272
+ "type": "address"
273
+ },
274
+ {
275
+ "internalType": "uint16",
276
+ "name": "assertionType",
277
+ "type": "uint16"
278
+ }
279
+ ],
280
+ "name": "OPP_UnauthorizedAssertionType",
281
+ "type": "error"
282
+ },
283
+ {
284
+ "inputs": [
285
+ {
286
+ "internalType": "uint16",
287
+ "name": "assertionType",
288
+ "type": "uint16"
289
+ }
290
+ ],
291
+ "name": "OPP_UnhandledAssertionType",
292
+ "type": "error"
293
+ },
294
+ {
295
+ "inputs": [],
296
+ "name": "OPP_ZeroTag",
297
+ "type": "error"
298
+ },
299
+ {
300
+ "inputs": [],
301
+ "name": "UUPSUnauthorizedCallContext",
302
+ "type": "error"
303
+ },
304
+ {
305
+ "inputs": [
306
+ {
307
+ "internalType": "bytes32",
308
+ "name": "slot",
309
+ "type": "bytes32"
310
+ }
311
+ ],
312
+ "name": "UUPSUnsupportedProxiableUUID",
313
+ "type": "error"
314
+ },
315
+ {
316
+ "inputs": [
317
+ {
318
+ "internalType": "address",
319
+ "name": "actor",
320
+ "type": "address"
321
+ }
322
+ ],
323
+ "name": "WIRE_ActorAlreadyBonded",
324
+ "type": "error"
325
+ },
326
+ {
327
+ "inputs": [
328
+ {
329
+ "internalType": "address",
330
+ "name": "actor",
331
+ "type": "address"
332
+ }
333
+ ],
334
+ "name": "WIRE_ActorNotBonded",
335
+ "type": "error"
336
+ },
337
+ {
338
+ "inputs": [
339
+ {
340
+ "internalType": "uint32",
341
+ "name": "tokenType",
342
+ "type": "uint32"
343
+ },
344
+ {
345
+ "internalType": "bytes32",
346
+ "name": "bondLevelId",
347
+ "type": "bytes32"
348
+ }
349
+ ],
350
+ "name": "WIRE_BadBondLevel",
351
+ "type": "error"
352
+ },
353
+ {
354
+ "inputs": [
355
+ {
356
+ "internalType": "string",
357
+ "name": "name",
358
+ "type": "string"
359
+ },
360
+ {
361
+ "internalType": "address",
362
+ "name": "provided",
363
+ "type": "address"
364
+ }
365
+ ],
366
+ "name": "WIRE_BadContractAddress",
367
+ "type": "error"
368
+ },
369
+ {
370
+ "inputs": [
371
+ {
372
+ "internalType": "uint256",
373
+ "name": "bps",
374
+ "type": "uint256"
375
+ },
376
+ {
377
+ "internalType": "uint256",
378
+ "name": "maxBps",
379
+ "type": "uint256"
380
+ }
381
+ ],
382
+ "name": "WIRE_BasisPointsTooHigh",
383
+ "type": "error"
384
+ },
385
+ {
386
+ "inputs": [
387
+ {
388
+ "internalType": "address",
389
+ "name": "actor",
390
+ "type": "address"
391
+ },
392
+ {
393
+ "internalType": "uint256",
394
+ "name": "cooldownEnd",
395
+ "type": "uint256"
396
+ }
397
+ ],
398
+ "name": "WIRE_BondInCooldown",
399
+ "type": "error"
400
+ },
401
+ {
402
+ "inputs": [
403
+ {
404
+ "internalType": "address",
405
+ "name": "actor",
406
+ "type": "address"
407
+ },
408
+ {
409
+ "internalType": "uint256",
410
+ "name": "warmupEnd",
411
+ "type": "uint256"
412
+ }
413
+ ],
414
+ "name": "WIRE_BondInWarmup",
415
+ "type": "error"
416
+ },
417
+ {
418
+ "inputs": [
419
+ {
420
+ "internalType": "uint256",
421
+ "name": "required",
422
+ "type": "uint256"
423
+ },
424
+ {
425
+ "internalType": "uint256",
426
+ "name": "provided",
427
+ "type": "uint256"
428
+ }
429
+ ],
430
+ "name": "WIRE_BondInsufficientEth",
431
+ "type": "error"
432
+ },
433
+ {
434
+ "inputs": [
435
+ {
436
+ "internalType": "uint256",
437
+ "name": "required",
438
+ "type": "uint256"
439
+ },
440
+ {
441
+ "internalType": "uint256",
442
+ "name": "provided",
443
+ "type": "uint256"
444
+ }
445
+ ],
446
+ "name": "WIRE_BondInsufficientEthEquivalent",
447
+ "type": "error"
448
+ },
449
+ {
450
+ "inputs": [
451
+ {
452
+ "internalType": "uint256",
453
+ "name": "value",
454
+ "type": "uint256"
455
+ },
456
+ {
457
+ "internalType": "uint256",
458
+ "name": "minValue",
459
+ "type": "uint256"
460
+ }
461
+ ],
462
+ "name": "WIRE_BondLevelCooldownTooShort",
463
+ "type": "error"
464
+ },
465
+ {
466
+ "inputs": [
467
+ {
468
+ "internalType": "uint32",
469
+ "name": "tokenType",
470
+ "type": "uint32"
471
+ },
472
+ {
473
+ "internalType": "bytes32",
474
+ "name": "bondLevelId",
475
+ "type": "bytes32"
476
+ }
477
+ ],
478
+ "name": "WIRE_BondLevelExists",
479
+ "type": "error"
480
+ },
481
+ {
482
+ "inputs": [
483
+ {
484
+ "internalType": "uint32",
485
+ "name": "tokenType",
486
+ "type": "uint32"
487
+ },
488
+ {
489
+ "internalType": "bytes32",
490
+ "name": "bondLevelId",
491
+ "type": "bytes32"
492
+ }
493
+ ],
494
+ "name": "WIRE_BondLevelHasNoRoles",
495
+ "type": "error"
496
+ },
497
+ {
498
+ "inputs": [
499
+ {
500
+ "internalType": "uint32",
501
+ "name": "tokenType",
502
+ "type": "uint32"
503
+ },
504
+ {
505
+ "internalType": "bytes32",
506
+ "name": "bondLevelId",
507
+ "type": "bytes32"
508
+ }
509
+ ],
510
+ "name": "WIRE_BondLevelNoAmount",
511
+ "type": "error"
512
+ },
513
+ {
514
+ "inputs": [
515
+ {
516
+ "internalType": "uint32",
517
+ "name": "tokenType",
518
+ "type": "uint32"
519
+ },
520
+ {
521
+ "internalType": "bytes32",
522
+ "name": "bondLevelId",
523
+ "type": "bytes32"
524
+ }
525
+ ],
526
+ "name": "WIRE_BondLevelNoEthEquivalent",
527
+ "type": "error"
528
+ },
529
+ {
530
+ "inputs": [
531
+ {
532
+ "internalType": "uint32",
533
+ "name": "tokenType",
534
+ "type": "uint32"
535
+ },
536
+ {
537
+ "internalType": "bytes32",
538
+ "name": "bondLevelId",
539
+ "type": "bytes32"
540
+ }
541
+ ],
542
+ "name": "WIRE_BondLevelNoTokenContract",
543
+ "type": "error"
544
+ },
545
+ {
546
+ "inputs": [
547
+ {
548
+ "internalType": "uint32",
549
+ "name": "tokenType",
550
+ "type": "uint32"
551
+ },
552
+ {
553
+ "internalType": "bytes32",
554
+ "name": "bondLevelId",
555
+ "type": "bytes32"
556
+ }
557
+ ],
558
+ "name": "WIRE_BondLevelNoTokenId",
559
+ "type": "error"
560
+ },
561
+ {
562
+ "inputs": [
563
+ {
564
+ "internalType": "uint256",
565
+ "name": "value",
566
+ "type": "uint256"
567
+ },
568
+ {
569
+ "internalType": "uint256",
570
+ "name": "minValue",
571
+ "type": "uint256"
572
+ }
573
+ ],
574
+ "name": "WIRE_BondLevelWarmupTooShort",
575
+ "type": "error"
576
+ },
577
+ {
578
+ "inputs": [
579
+ {
580
+ "internalType": "address",
581
+ "name": "actor",
582
+ "type": "address"
583
+ }
584
+ ],
585
+ "name": "WIRE_BondNotUnbonding",
586
+ "type": "error"
587
+ },
588
+ {
589
+ "inputs": [
590
+ {
591
+ "internalType": "address",
592
+ "name": "to",
593
+ "type": "address"
594
+ },
595
+ {
596
+ "internalType": "uint256",
597
+ "name": "amount",
598
+ "type": "uint256"
599
+ }
600
+ ],
601
+ "name": "WIRE_EthSendFailed",
602
+ "type": "error"
603
+ },
604
+ {
605
+ "inputs": [],
606
+ "name": "WIRE_GoLiveInProgress",
607
+ "type": "error"
608
+ },
609
+ {
610
+ "inputs": [
611
+ {
612
+ "internalType": "uint256",
613
+ "name": "required",
614
+ "type": "uint256"
615
+ },
616
+ {
617
+ "internalType": "uint256",
618
+ "name": "available",
619
+ "type": "uint256"
620
+ }
621
+ ],
622
+ "name": "WIRE_InsufficientEthBalance",
623
+ "type": "error"
624
+ },
625
+ {
626
+ "inputs": [],
627
+ "name": "WIRE_InvalidPrice",
628
+ "type": "error"
629
+ },
630
+ {
631
+ "inputs": [
632
+ {
633
+ "internalType": "address",
634
+ "name": "from",
635
+ "type": "address"
636
+ },
637
+ {
638
+ "internalType": "address",
639
+ "name": "to",
640
+ "type": "address"
641
+ },
642
+ {
643
+ "internalType": "uint256",
644
+ "name": "amount",
645
+ "type": "uint256"
646
+ }
647
+ ],
648
+ "name": "WIRE_LiqEthTransferFailed",
649
+ "type": "error"
650
+ },
651
+ {
652
+ "inputs": [],
653
+ "name": "WIRE_NoPricesRecorded",
654
+ "type": "error"
655
+ },
656
+ {
657
+ "inputs": [],
658
+ "name": "WIRE_NoYield",
659
+ "type": "error"
660
+ },
661
+ {
662
+ "inputs": [
663
+ {
664
+ "internalType": "address",
665
+ "name": "actor",
666
+ "type": "address"
667
+ },
668
+ {
669
+ "internalType": "address",
670
+ "name": "owner",
671
+ "type": "address"
672
+ },
673
+ {
674
+ "internalType": "address",
675
+ "name": "caller",
676
+ "type": "address"
677
+ }
678
+ ],
679
+ "name": "WIRE_NotBondOwner",
680
+ "type": "error"
681
+ },
682
+ {
683
+ "inputs": [
684
+ {
685
+ "internalType": "uint256",
686
+ "name": "receiptId",
687
+ "type": "uint256"
688
+ },
689
+ {
690
+ "internalType": "address",
691
+ "name": "owner",
692
+ "type": "address"
693
+ },
694
+ {
695
+ "internalType": "address",
696
+ "name": "caller",
697
+ "type": "address"
698
+ }
699
+ ],
700
+ "name": "WIRE_NotReceiptOwner",
701
+ "type": "error"
702
+ },
703
+ {
704
+ "inputs": [
705
+ {
706
+ "internalType": "uint256",
707
+ "name": "price",
708
+ "type": "uint256"
709
+ },
710
+ {
711
+ "internalType": "uint256",
712
+ "name": "minPrice",
713
+ "type": "uint256"
714
+ },
715
+ {
716
+ "internalType": "uint256",
717
+ "name": "maxPrice",
718
+ "type": "uint256"
719
+ }
720
+ ],
721
+ "name": "WIRE_PriceOutOfBounds",
722
+ "type": "error"
723
+ },
724
+ {
725
+ "inputs": [
726
+ {
727
+ "internalType": "uint256",
728
+ "name": "receiptId",
729
+ "type": "uint256"
730
+ }
731
+ ],
732
+ "name": "WIRE_ReceiptNotWithdrawable",
733
+ "type": "error"
734
+ },
735
+ {
736
+ "inputs": [],
737
+ "name": "WIRE_RefundingInProgress",
738
+ "type": "error"
739
+ },
740
+ {
741
+ "inputs": [],
742
+ "name": "WIRE_RefundingOnly",
743
+ "type": "error"
744
+ },
745
+ {
746
+ "inputs": [
747
+ {
748
+ "internalType": "uint256",
749
+ "name": "updatedAt",
750
+ "type": "uint256"
751
+ },
752
+ {
753
+ "internalType": "uint256",
754
+ "name": "maxStaleness",
755
+ "type": "uint256"
756
+ }
757
+ ],
758
+ "name": "WIRE_StalePrice",
759
+ "type": "error"
760
+ },
761
+ {
762
+ "inputs": [
763
+ {
764
+ "internalType": "string",
765
+ "name": "reason",
766
+ "type": "string"
767
+ }
768
+ ],
769
+ "name": "WIRE_UnexpectedError",
770
+ "type": "error"
771
+ },
772
+ {
773
+ "inputs": [],
774
+ "name": "WIRE_ZeroAmount",
775
+ "type": "error"
776
+ },
777
+ {
778
+ "anonymous": false,
779
+ "inputs": [
780
+ {
781
+ "indexed": true,
782
+ "internalType": "address",
783
+ "name": "actor",
784
+ "type": "address"
785
+ },
786
+ {
787
+ "indexed": true,
788
+ "internalType": "address",
789
+ "name": "owner",
790
+ "type": "address"
791
+ },
792
+ {
793
+ "indexed": true,
794
+ "internalType": "bytes32",
795
+ "name": "bondId",
796
+ "type": "bytes32"
797
+ }
798
+ ],
799
+ "name": "ActorBondClaimed",
800
+ "type": "event"
801
+ },
802
+ {
803
+ "anonymous": false,
804
+ "inputs": [
805
+ {
806
+ "indexed": true,
807
+ "internalType": "address",
808
+ "name": "actor",
809
+ "type": "address"
810
+ },
811
+ {
812
+ "indexed": true,
813
+ "internalType": "address",
814
+ "name": "owner",
815
+ "type": "address"
816
+ },
817
+ {
818
+ "indexed": true,
819
+ "internalType": "bytes32",
820
+ "name": "bondId",
821
+ "type": "bytes32"
822
+ },
823
+ {
824
+ "indexed": false,
825
+ "internalType": "uint256",
826
+ "name": "tokenId",
827
+ "type": "uint256"
828
+ },
829
+ {
830
+ "indexed": false,
831
+ "internalType": "uint256",
832
+ "name": "bondedAt",
833
+ "type": "uint256"
834
+ }
835
+ ],
836
+ "name": "ActorBonding",
837
+ "type": "event"
838
+ },
839
+ {
840
+ "anonymous": false,
841
+ "inputs": [
842
+ {
843
+ "indexed": true,
844
+ "internalType": "address",
845
+ "name": "actor",
846
+ "type": "address"
847
+ },
848
+ {
849
+ "indexed": false,
850
+ "internalType": "uint256",
851
+ "name": "unbondedAt",
852
+ "type": "uint256"
853
+ }
854
+ ],
855
+ "name": "ActorUnbonding",
856
+ "type": "event"
857
+ },
858
+ {
859
+ "anonymous": false,
860
+ "inputs": [
861
+ {
862
+ "indexed": false,
863
+ "internalType": "address",
864
+ "name": "authority",
865
+ "type": "address"
866
+ }
867
+ ],
868
+ "name": "AuthorityUpdated",
869
+ "type": "event"
870
+ },
871
+ {
872
+ "anonymous": false,
873
+ "inputs": [
874
+ {
875
+ "indexed": true,
876
+ "internalType": "bytes32",
877
+ "name": "id",
878
+ "type": "bytes32"
879
+ },
880
+ {
881
+ "components": [
882
+ {
883
+ "internalType": "uint32",
884
+ "name": "tokenType",
885
+ "type": "uint32"
886
+ },
887
+ {
888
+ "internalType": "address",
889
+ "name": "tokenContract",
890
+ "type": "address"
891
+ },
892
+ {
893
+ "internalType": "uint256",
894
+ "name": "tokenId",
895
+ "type": "uint256"
896
+ },
897
+ {
898
+ "internalType": "uint256",
899
+ "name": "tokenAmount",
900
+ "type": "uint256"
901
+ },
902
+ {
903
+ "internalType": "uint256",
904
+ "name": "ethEquivalent",
905
+ "type": "uint256"
906
+ },
907
+ {
908
+ "internalType": "uint256",
909
+ "name": "warmupPeriod",
910
+ "type": "uint256"
911
+ },
912
+ {
913
+ "internalType": "uint256",
914
+ "name": "cooldownPeriod",
915
+ "type": "uint256"
916
+ },
917
+ {
918
+ "components": [
919
+ {
920
+ "internalType": "uint64",
921
+ "name": "roleId",
922
+ "type": "uint64"
923
+ },
924
+ {
925
+ "internalType": "uint32",
926
+ "name": "executionDelay",
927
+ "type": "uint32"
928
+ }
929
+ ],
930
+ "internalType": "struct BAR.BondGrantedRole[]",
931
+ "name": "roles",
932
+ "type": "tuple[]"
933
+ }
934
+ ],
935
+ "indexed": false,
936
+ "internalType": "struct BAR.BondLevel",
937
+ "name": "level",
938
+ "type": "tuple"
939
+ }
940
+ ],
941
+ "name": "BondLevelAdded",
942
+ "type": "event"
943
+ },
944
+ {
945
+ "anonymous": false,
946
+ "inputs": [
947
+ {
948
+ "indexed": true,
949
+ "internalType": "bytes32",
950
+ "name": "id",
951
+ "type": "bytes32"
952
+ }
953
+ ],
954
+ "name": "BondLevelDisabled",
955
+ "type": "event"
956
+ },
957
+ {
958
+ "anonymous": false,
959
+ "inputs": [
960
+ {
961
+ "indexed": true,
962
+ "internalType": "bytes32",
963
+ "name": "id",
964
+ "type": "bytes32"
965
+ },
966
+ {
967
+ "indexed": false,
968
+ "internalType": "uint256",
969
+ "name": "warmupPeriod",
970
+ "type": "uint256"
971
+ }
972
+ ],
973
+ "name": "BondLevelEnabled",
974
+ "type": "event"
975
+ },
976
+ {
977
+ "anonymous": false,
978
+ "inputs": [
979
+ {
980
+ "indexed": false,
981
+ "internalType": "uint64",
982
+ "name": "version",
983
+ "type": "uint64"
984
+ }
985
+ ],
986
+ "name": "Initialized",
987
+ "type": "event"
988
+ },
989
+ {
990
+ "anonymous": false,
991
+ "inputs": [
992
+ {
993
+ "indexed": true,
994
+ "internalType": "address",
995
+ "name": "implementation",
996
+ "type": "address"
997
+ }
998
+ ],
999
+ "name": "Upgraded",
1000
+ "type": "event"
1001
+ },
1002
+ {
1003
+ "inputs": [],
1004
+ "name": "BONDED_ACTOR_ASSERTION",
1005
+ "outputs": [
1006
+ {
1007
+ "internalType": "uint16",
1008
+ "name": "",
1009
+ "type": "uint16"
1010
+ }
1011
+ ],
1012
+ "stateMutability": "view",
1013
+ "type": "function"
1014
+ },
1015
+ {
1016
+ "inputs": [],
1017
+ "name": "BOND_SLASHED_ASSERTION",
1018
+ "outputs": [
1019
+ {
1020
+ "internalType": "uint16",
1021
+ "name": "",
1022
+ "type": "uint16"
1023
+ }
1024
+ ],
1025
+ "stateMutability": "view",
1026
+ "type": "function"
1027
+ },
1028
+ {
1029
+ "inputs": [],
1030
+ "name": "UNBONDED_ACTOR_ASSERTION",
1031
+ "outputs": [
1032
+ {
1033
+ "internalType": "uint16",
1034
+ "name": "",
1035
+ "type": "uint16"
1036
+ }
1037
+ ],
1038
+ "stateMutability": "view",
1039
+ "type": "function"
1040
+ },
1041
+ {
1042
+ "inputs": [],
1043
+ "name": "UPGRADE_INTERFACE_VERSION",
1044
+ "outputs": [
1045
+ {
1046
+ "internalType": "string",
1047
+ "name": "",
1048
+ "type": "string"
1049
+ }
1050
+ ],
1051
+ "stateMutability": "view",
1052
+ "type": "function"
1053
+ },
1054
+ {
1055
+ "inputs": [
1056
+ {
1057
+ "internalType": "address",
1058
+ "name": "owner",
1059
+ "type": "address"
1060
+ }
1061
+ ],
1062
+ "name": "__OPPEndpointManaged_init",
1063
+ "outputs": [],
1064
+ "stateMutability": "nonpayable",
1065
+ "type": "function"
1066
+ },
1067
+ {
1068
+ "inputs": [
1069
+ {
1070
+ "internalType": "bytes32",
1071
+ "name": "id",
1072
+ "type": "bytes32"
1073
+ },
1074
+ {
1075
+ "internalType": "address",
1076
+ "name": "tokenContract",
1077
+ "type": "address"
1078
+ },
1079
+ {
1080
+ "internalType": "uint256",
1081
+ "name": "tokenId",
1082
+ "type": "uint256"
1083
+ },
1084
+ {
1085
+ "internalType": "uint256",
1086
+ "name": "tokenAmount",
1087
+ "type": "uint256"
1088
+ },
1089
+ {
1090
+ "internalType": "uint256",
1091
+ "name": "ethEquivalent",
1092
+ "type": "uint256"
1093
+ },
1094
+ {
1095
+ "internalType": "uint256",
1096
+ "name": "warmupPeriod",
1097
+ "type": "uint256"
1098
+ },
1099
+ {
1100
+ "internalType": "uint256",
1101
+ "name": "cooldownPeriod",
1102
+ "type": "uint256"
1103
+ },
1104
+ {
1105
+ "components": [
1106
+ {
1107
+ "internalType": "uint64",
1108
+ "name": "roleId",
1109
+ "type": "uint64"
1110
+ },
1111
+ {
1112
+ "internalType": "uint32",
1113
+ "name": "executionDelay",
1114
+ "type": "uint32"
1115
+ }
1116
+ ],
1117
+ "internalType": "struct BAR.BondGrantedRole[]",
1118
+ "name": "roles",
1119
+ "type": "tuple[]"
1120
+ }
1121
+ ],
1122
+ "name": "addERC1155BondLevel",
1123
+ "outputs": [],
1124
+ "stateMutability": "nonpayable",
1125
+ "type": "function"
1126
+ },
1127
+ {
1128
+ "inputs": [
1129
+ {
1130
+ "internalType": "bytes32",
1131
+ "name": "id",
1132
+ "type": "bytes32"
1133
+ },
1134
+ {
1135
+ "internalType": "address",
1136
+ "name": "tokenContract",
1137
+ "type": "address"
1138
+ },
1139
+ {
1140
+ "internalType": "uint256",
1141
+ "name": "tokenAmount",
1142
+ "type": "uint256"
1143
+ },
1144
+ {
1145
+ "internalType": "uint256",
1146
+ "name": "ethEquivalent",
1147
+ "type": "uint256"
1148
+ },
1149
+ {
1150
+ "internalType": "uint256",
1151
+ "name": "warmupPeriod",
1152
+ "type": "uint256"
1153
+ },
1154
+ {
1155
+ "internalType": "uint256",
1156
+ "name": "cooldownPeriod",
1157
+ "type": "uint256"
1158
+ },
1159
+ {
1160
+ "components": [
1161
+ {
1162
+ "internalType": "uint64",
1163
+ "name": "roleId",
1164
+ "type": "uint64"
1165
+ },
1166
+ {
1167
+ "internalType": "uint32",
1168
+ "name": "executionDelay",
1169
+ "type": "uint32"
1170
+ }
1171
+ ],
1172
+ "internalType": "struct BAR.BondGrantedRole[]",
1173
+ "name": "roles",
1174
+ "type": "tuple[]"
1175
+ }
1176
+ ],
1177
+ "name": "addERC20BondLevel",
1178
+ "outputs": [],
1179
+ "stateMutability": "nonpayable",
1180
+ "type": "function"
1181
+ },
1182
+ {
1183
+ "inputs": [
1184
+ {
1185
+ "internalType": "bytes32",
1186
+ "name": "id",
1187
+ "type": "bytes32"
1188
+ },
1189
+ {
1190
+ "internalType": "address",
1191
+ "name": "tokenContract",
1192
+ "type": "address"
1193
+ },
1194
+ {
1195
+ "internalType": "uint256",
1196
+ "name": "ethEquivalent",
1197
+ "type": "uint256"
1198
+ },
1199
+ {
1200
+ "internalType": "uint256",
1201
+ "name": "warmupPeriod",
1202
+ "type": "uint256"
1203
+ },
1204
+ {
1205
+ "internalType": "uint256",
1206
+ "name": "cooldownPeriod",
1207
+ "type": "uint256"
1208
+ },
1209
+ {
1210
+ "components": [
1211
+ {
1212
+ "internalType": "uint64",
1213
+ "name": "roleId",
1214
+ "type": "uint64"
1215
+ },
1216
+ {
1217
+ "internalType": "uint32",
1218
+ "name": "executionDelay",
1219
+ "type": "uint32"
1220
+ }
1221
+ ],
1222
+ "internalType": "struct BAR.BondGrantedRole[]",
1223
+ "name": "roles",
1224
+ "type": "tuple[]"
1225
+ }
1226
+ ],
1227
+ "name": "addERC721BondLevel",
1228
+ "outputs": [],
1229
+ "stateMutability": "nonpayable",
1230
+ "type": "function"
1231
+ },
1232
+ {
1233
+ "inputs": [
1234
+ {
1235
+ "internalType": "bytes32",
1236
+ "name": "id",
1237
+ "type": "bytes32"
1238
+ },
1239
+ {
1240
+ "internalType": "uint256",
1241
+ "name": "ethEquivalent",
1242
+ "type": "uint256"
1243
+ },
1244
+ {
1245
+ "internalType": "uint256",
1246
+ "name": "warmupPeriod",
1247
+ "type": "uint256"
1248
+ },
1249
+ {
1250
+ "internalType": "uint256",
1251
+ "name": "cooldownPeriod",
1252
+ "type": "uint256"
1253
+ },
1254
+ {
1255
+ "components": [
1256
+ {
1257
+ "internalType": "uint64",
1258
+ "name": "roleId",
1259
+ "type": "uint64"
1260
+ },
1261
+ {
1262
+ "internalType": "uint32",
1263
+ "name": "executionDelay",
1264
+ "type": "uint32"
1265
+ }
1266
+ ],
1267
+ "internalType": "struct BAR.BondGrantedRole[]",
1268
+ "name": "roles",
1269
+ "type": "tuple[]"
1270
+ }
1271
+ ],
1272
+ "name": "addEthBondLevel",
1273
+ "outputs": [],
1274
+ "stateMutability": "nonpayable",
1275
+ "type": "function"
1276
+ },
1277
+ {
1278
+ "inputs": [],
1279
+ "name": "authority",
1280
+ "outputs": [
1281
+ {
1282
+ "internalType": "address",
1283
+ "name": "",
1284
+ "type": "address"
1285
+ }
1286
+ ],
1287
+ "stateMutability": "view",
1288
+ "type": "function"
1289
+ },
1290
+ {
1291
+ "inputs": [
1292
+ {
1293
+ "internalType": "address",
1294
+ "name": "actor",
1295
+ "type": "address"
1296
+ },
1297
+ {
1298
+ "internalType": "bytes32",
1299
+ "name": "bondId",
1300
+ "type": "bytes32"
1301
+ },
1302
+ {
1303
+ "internalType": "uint256",
1304
+ "name": "tokenId",
1305
+ "type": "uint256"
1306
+ }
1307
+ ],
1308
+ "name": "bond",
1309
+ "outputs": [],
1310
+ "stateMutability": "payable",
1311
+ "type": "function"
1312
+ },
1313
+ {
1314
+ "inputs": [
1315
+ {
1316
+ "internalType": "bytes32",
1317
+ "name": "",
1318
+ "type": "bytes32"
1319
+ }
1320
+ ],
1321
+ "name": "bondLevelsById",
1322
+ "outputs": [
1323
+ {
1324
+ "internalType": "uint32",
1325
+ "name": "tokenType",
1326
+ "type": "uint32"
1327
+ },
1328
+ {
1329
+ "internalType": "address",
1330
+ "name": "tokenContract",
1331
+ "type": "address"
1332
+ },
1333
+ {
1334
+ "internalType": "uint256",
1335
+ "name": "tokenId",
1336
+ "type": "uint256"
1337
+ },
1338
+ {
1339
+ "internalType": "uint256",
1340
+ "name": "tokenAmount",
1341
+ "type": "uint256"
1342
+ },
1343
+ {
1344
+ "internalType": "uint256",
1345
+ "name": "ethEquivalent",
1346
+ "type": "uint256"
1347
+ },
1348
+ {
1349
+ "internalType": "uint256",
1350
+ "name": "warmupPeriod",
1351
+ "type": "uint256"
1352
+ },
1353
+ {
1354
+ "internalType": "uint256",
1355
+ "name": "cooldownPeriod",
1356
+ "type": "uint256"
1357
+ }
1358
+ ],
1359
+ "stateMutability": "view",
1360
+ "type": "function"
1361
+ },
1362
+ {
1363
+ "inputs": [
1364
+ {
1365
+ "internalType": "address",
1366
+ "name": "",
1367
+ "type": "address"
1368
+ }
1369
+ ],
1370
+ "name": "bondedActors",
1371
+ "outputs": [
1372
+ {
1373
+ "internalType": "bytes32",
1374
+ "name": "bondLevelId",
1375
+ "type": "bytes32"
1376
+ },
1377
+ {
1378
+ "internalType": "address",
1379
+ "name": "bondOwner",
1380
+ "type": "address"
1381
+ },
1382
+ {
1383
+ "internalType": "uint256",
1384
+ "name": "bondedAt",
1385
+ "type": "uint256"
1386
+ },
1387
+ {
1388
+ "internalType": "uint256",
1389
+ "name": "unbondedAt",
1390
+ "type": "uint256"
1391
+ },
1392
+ {
1393
+ "internalType": "uint256",
1394
+ "name": "tokenId",
1395
+ "type": "uint256"
1396
+ },
1397
+ {
1398
+ "internalType": "uint256",
1399
+ "name": "tokenAmount",
1400
+ "type": "uint256"
1401
+ },
1402
+ {
1403
+ "internalType": "uint256",
1404
+ "name": "ethEquivalent",
1405
+ "type": "uint256"
1406
+ }
1407
+ ],
1408
+ "stateMutability": "view",
1409
+ "type": "function"
1410
+ },
1411
+ {
1412
+ "inputs": [
1413
+ {
1414
+ "internalType": "address",
1415
+ "name": "actor",
1416
+ "type": "address"
1417
+ },
1418
+ {
1419
+ "internalType": "bool",
1420
+ "name": "reclaimStorage",
1421
+ "type": "bool"
1422
+ }
1423
+ ],
1424
+ "name": "claimBond",
1425
+ "outputs": [],
1426
+ "stateMutability": "nonpayable",
1427
+ "type": "function"
1428
+ },
1429
+ {
1430
+ "inputs": [
1431
+ {
1432
+ "internalType": "address",
1433
+ "name": "actor",
1434
+ "type": "address"
1435
+ }
1436
+ ],
1437
+ "name": "claimRoles",
1438
+ "outputs": [],
1439
+ "stateMutability": "nonpayable",
1440
+ "type": "function"
1441
+ },
1442
+ {
1443
+ "inputs": [
1444
+ {
1445
+ "internalType": "bytes32",
1446
+ "name": "id",
1447
+ "type": "bytes32"
1448
+ }
1449
+ ],
1450
+ "name": "disableBondLevel",
1451
+ "outputs": [],
1452
+ "stateMutability": "nonpayable",
1453
+ "type": "function"
1454
+ },
1455
+ {
1456
+ "inputs": [
1457
+ {
1458
+ "internalType": "bytes32",
1459
+ "name": "id",
1460
+ "type": "bytes32"
1461
+ },
1462
+ {
1463
+ "internalType": "uint256",
1464
+ "name": "warmupPeriod",
1465
+ "type": "uint256"
1466
+ }
1467
+ ],
1468
+ "name": "enableBondLevel",
1469
+ "outputs": [],
1470
+ "stateMutability": "nonpayable",
1471
+ "type": "function"
1472
+ },
1473
+ {
1474
+ "inputs": [],
1475
+ "name": "getSummaryAssertions",
1476
+ "outputs": [
1477
+ {
1478
+ "components": [
1479
+ {
1480
+ "internalType": "uint16",
1481
+ "name": "assertionType",
1482
+ "type": "uint16"
1483
+ },
1484
+ {
1485
+ "internalType": "bytes",
1486
+ "name": "assertion",
1487
+ "type": "bytes"
1488
+ }
1489
+ ],
1490
+ "internalType": "struct OPPAssertion[]",
1491
+ "name": "",
1492
+ "type": "tuple[]"
1493
+ }
1494
+ ],
1495
+ "stateMutability": "nonpayable",
1496
+ "type": "function"
1497
+ },
1498
+ {
1499
+ "inputs": [
1500
+ {
1501
+ "internalType": "address",
1502
+ "name": "actor",
1503
+ "type": "address"
1504
+ },
1505
+ {
1506
+ "internalType": "bytes32",
1507
+ "name": "bondId",
1508
+ "type": "bytes32"
1509
+ }
1510
+ ],
1511
+ "name": "hasBond",
1512
+ "outputs": [
1513
+ {
1514
+ "internalType": "bool",
1515
+ "name": "",
1516
+ "type": "bool"
1517
+ }
1518
+ ],
1519
+ "stateMutability": "view",
1520
+ "type": "function"
1521
+ },
1522
+ {
1523
+ "inputs": [
1524
+ {
1525
+ "internalType": "address",
1526
+ "name": "_authority",
1527
+ "type": "address"
1528
+ }
1529
+ ],
1530
+ "name": "initialize",
1531
+ "outputs": [],
1532
+ "stateMutability": "nonpayable",
1533
+ "type": "function"
1534
+ },
1535
+ {
1536
+ "inputs": [],
1537
+ "name": "isConsumingScheduledOp",
1538
+ "outputs": [
1539
+ {
1540
+ "internalType": "bytes4",
1541
+ "name": "",
1542
+ "type": "bytes4"
1543
+ }
1544
+ ],
1545
+ "stateMutability": "view",
1546
+ "type": "function"
1547
+ },
1548
+ {
1549
+ "inputs": [
1550
+ {
1551
+ "internalType": "address",
1552
+ "name": "",
1553
+ "type": "address"
1554
+ },
1555
+ {
1556
+ "internalType": "address",
1557
+ "name": "",
1558
+ "type": "address"
1559
+ },
1560
+ {
1561
+ "internalType": "uint256[]",
1562
+ "name": "",
1563
+ "type": "uint256[]"
1564
+ },
1565
+ {
1566
+ "internalType": "uint256[]",
1567
+ "name": "",
1568
+ "type": "uint256[]"
1569
+ },
1570
+ {
1571
+ "internalType": "bytes",
1572
+ "name": "",
1573
+ "type": "bytes"
1574
+ }
1575
+ ],
1576
+ "name": "onERC1155BatchReceived",
1577
+ "outputs": [
1578
+ {
1579
+ "internalType": "bytes4",
1580
+ "name": "",
1581
+ "type": "bytes4"
1582
+ }
1583
+ ],
1584
+ "stateMutability": "nonpayable",
1585
+ "type": "function"
1586
+ },
1587
+ {
1588
+ "inputs": [
1589
+ {
1590
+ "internalType": "address",
1591
+ "name": "",
1592
+ "type": "address"
1593
+ },
1594
+ {
1595
+ "internalType": "address",
1596
+ "name": "",
1597
+ "type": "address"
1598
+ },
1599
+ {
1600
+ "internalType": "uint256",
1601
+ "name": "",
1602
+ "type": "uint256"
1603
+ },
1604
+ {
1605
+ "internalType": "uint256",
1606
+ "name": "",
1607
+ "type": "uint256"
1608
+ },
1609
+ {
1610
+ "internalType": "bytes",
1611
+ "name": "",
1612
+ "type": "bytes"
1613
+ }
1614
+ ],
1615
+ "name": "onERC1155Received",
1616
+ "outputs": [
1617
+ {
1618
+ "internalType": "bytes4",
1619
+ "name": "",
1620
+ "type": "bytes4"
1621
+ }
1622
+ ],
1623
+ "stateMutability": "nonpayable",
1624
+ "type": "function"
1625
+ },
1626
+ {
1627
+ "inputs": [
1628
+ {
1629
+ "internalType": "address",
1630
+ "name": "",
1631
+ "type": "address"
1632
+ },
1633
+ {
1634
+ "internalType": "address",
1635
+ "name": "",
1636
+ "type": "address"
1637
+ },
1638
+ {
1639
+ "internalType": "uint256",
1640
+ "name": "",
1641
+ "type": "uint256"
1642
+ },
1643
+ {
1644
+ "internalType": "bytes",
1645
+ "name": "",
1646
+ "type": "bytes"
1647
+ }
1648
+ ],
1649
+ "name": "onERC721Received",
1650
+ "outputs": [
1651
+ {
1652
+ "internalType": "bytes4",
1653
+ "name": "",
1654
+ "type": "bytes4"
1655
+ }
1656
+ ],
1657
+ "stateMutability": "nonpayable",
1658
+ "type": "function"
1659
+ },
1660
+ {
1661
+ "inputs": [],
1662
+ "name": "oppAddress",
1663
+ "outputs": [
1664
+ {
1665
+ "internalType": "address",
1666
+ "name": "",
1667
+ "type": "address"
1668
+ }
1669
+ ],
1670
+ "stateMutability": "view",
1671
+ "type": "function"
1672
+ },
1673
+ {
1674
+ "inputs": [],
1675
+ "name": "oppInboundAddress",
1676
+ "outputs": [
1677
+ {
1678
+ "internalType": "address",
1679
+ "name": "",
1680
+ "type": "address"
1681
+ }
1682
+ ],
1683
+ "stateMutability": "view",
1684
+ "type": "function"
1685
+ },
1686
+ {
1687
+ "inputs": [],
1688
+ "name": "proxiableUUID",
1689
+ "outputs": [
1690
+ {
1691
+ "internalType": "bytes32",
1692
+ "name": "",
1693
+ "type": "bytes32"
1694
+ }
1695
+ ],
1696
+ "stateMutability": "view",
1697
+ "type": "function"
1698
+ },
1699
+ {
1700
+ "inputs": [
1701
+ {
1702
+ "internalType": "address",
1703
+ "name": "newAuthority",
1704
+ "type": "address"
1705
+ }
1706
+ ],
1707
+ "name": "setAuthority",
1708
+ "outputs": [],
1709
+ "stateMutability": "nonpayable",
1710
+ "type": "function"
1711
+ },
1712
+ {
1713
+ "inputs": [
1714
+ {
1715
+ "internalType": "uint256",
1716
+ "name": "minWarmupCooldown",
1717
+ "type": "uint256"
1718
+ }
1719
+ ],
1720
+ "name": "setMinWarmupCooldown",
1721
+ "outputs": [],
1722
+ "stateMutability": "nonpayable",
1723
+ "type": "function"
1724
+ },
1725
+ {
1726
+ "inputs": [
1727
+ {
1728
+ "internalType": "address",
1729
+ "name": "_oppAddress",
1730
+ "type": "address"
1731
+ },
1732
+ {
1733
+ "internalType": "address",
1734
+ "name": "_oppInboundAddress",
1735
+ "type": "address"
1736
+ }
1737
+ ],
1738
+ "name": "setOPPAddresses",
1739
+ "outputs": [],
1740
+ "stateMutability": "nonpayable",
1741
+ "type": "function"
1742
+ },
1743
+ {
1744
+ "inputs": [
1745
+ {
1746
+ "internalType": "bytes4",
1747
+ "name": "interfaceId",
1748
+ "type": "bytes4"
1749
+ }
1750
+ ],
1751
+ "name": "supportsInterface",
1752
+ "outputs": [
1753
+ {
1754
+ "internalType": "bool",
1755
+ "name": "",
1756
+ "type": "bool"
1757
+ }
1758
+ ],
1759
+ "stateMutability": "view",
1760
+ "type": "function"
1761
+ },
1762
+ {
1763
+ "inputs": [
1764
+ {
1765
+ "internalType": "address",
1766
+ "name": "actor",
1767
+ "type": "address"
1768
+ }
1769
+ ],
1770
+ "name": "unbond",
1771
+ "outputs": [],
1772
+ "stateMutability": "nonpayable",
1773
+ "type": "function"
1774
+ },
1775
+ {
1776
+ "inputs": [
1777
+ {
1778
+ "internalType": "address",
1779
+ "name": "newImplementation",
1780
+ "type": "address"
1781
+ },
1782
+ {
1783
+ "internalType": "bytes",
1784
+ "name": "data",
1785
+ "type": "bytes"
1786
+ }
1787
+ ],
1788
+ "name": "upgradeToAndCall",
1789
+ "outputs": [],
1790
+ "stateMutability": "payable",
1791
+ "type": "function"
1792
+ }
1793
+ ],
1794
+ "bytecode": "0x60a08060405234602f573060805261018060005561374690816100358239608051818181610a58015261329e0152f35b600080fdfe6080604052600436101561001257600080fd5b60003560e01c806301ffc9a71461022757806304826a89146102225780630de68f391461021d578063150b7a02146102185780631c83fe21146102135780631e28eccd1461020e5780631fea92ad1461020957806324ca659c14610204578063407a282f146101ff5780634dc530ff146101fa5780634f1ef286146101f557806352d1902d146101f05780635476095e146101eb5780635c87798f146101e6578063712c2782146101e15780637a9e5e4b146101dc57806387f0cea4146101d75780638869630b146101d25780638ab3d3f9146101cd5780638e7eb902146101c85780638fb36037146101c35780638fe9ab36146101be57806399275cc7146101b95780639943bd86146101b4578063ad3cb1cc146101af578063bc197c81146101aa578063bf7e214f146101a5578063c360b5e9146101a0578063c4d66de81461019b578063ca34df4714610196578063cde7842114610191578063e4da61ab1461018c5763f23a6e611461018757600080fd5b611b69565b611ada565b611a92565b611a5c565b611995565b611869565b611833565b6117ab565b611701565b6116bc565b6115d0565b611522565b6114cf565b611454565b611437565b61123f565b610d79565b610cf4565b610c6b565b610ba0565b610ab0565b610a45565b61093e565b6108a9565b610844565b610725565b61058c565b6104fc565b6104d9565b610484565b6102d6565b61028d565b3461027d57602036600319011261027d5760043563ffffffff60e01b811680910361027d57602090630271189760e51b811490811561026c575b506040519015158152f35b6301ffc9a760e01b14905038610261565b600080fd5b600091031261027d57565b3461027d57600036600319011261027d5760206040516107d18152f35b600435906001600160a01b038216820361027d57565b602435906001600160a01b038216820361027d57565b3461027d57602036600319011261027d5760e06001600160a01b03806102fa6102aa565b166000526002602052604060002080549160018201541690600281015460038201546004830154916006600585015494015494604051968752602087015260408601526060850152608084015260a083015260c0820152f35b634e487b7160e01b600052604160045260246000fd5b604081019081106001600160401b0382111761038457604052565b610353565b6001600160401b03811161038457604052565b61010081019081106001600160401b0382111761038457604052565b602081019081106001600160401b0382111761038457604052565b90601f801991011681019081106001600160401b0382111761038457604052565b604051906104018261039c565b565b6040519060e082018281106001600160401b0382111761038457604052565b6001600160401b03811161038457601f01601f191660200190565b81601f8201121561027d5780359061045482610422565b9261046260405194856103d3565b8284526020838301011161027d57816000926020809301838601378301015290565b3461027d57608036600319011261027d5761049d6102aa565b506104a66102c0565b506064356001600160401b03811161027d576104c690369060040161043d565b50604051630a85bd0160e11b8152602090f35b3461027d57602036600319011261027d576104f436336125ac565b600435600055005b3461027d57602036600319011261027d5760043561051a36336125ac565b600090808252600160205260408220600581015415610560576004839101557f27b64cfe9a6a6be655815f15aebac998f62824aad02b5d0131a4cb760973756f8280a280f35b546040516325813c2f60e11b815263ffffffff90911660048201526024810191909152604490fd5b0390fd5b3461027d57604036600319011261027d576004356024356105ad36336125ac565b8160005260016020526040600020600481019081541580159061065f575b61062d575060005480831061060c57508190556040519081527f6460648e7d51bd473d3770bf779615e583c223045d2e5f5029db55638a74ee3990602090a2005b6040516363af013760e01b8152600481018490526024810191909152604490fd5b54839063ffffffff165b6040516325813c2f60e11b815263ffffffff9190911660048201526024810191909152604490fd5b506005810154156105cb565b6001600160401b0381116103845760051b60200190565b9080601f8301121561027d57813591602061069c8461066b565b936040936106ad60405196876103d3565b818652828087019260061b8501019381851161027d578301915b8483106106d75750505050505090565b858383031261027d578551906106ec82610369565b83356001600160401b038116810361027d578252848401359063ffffffff8216820361027d57828692838a9501528152019201916106c7565b3461027d5761010036600319011261027d576004356107426102c0565b6044359160643560e4356001600160401b03811161027d57610768903690600401610682565b9061077336336125ac565b6001600160a01b038416156108235784156108025780156107e1576107df946107b361079d6103f4565b6104838152956001600160a01b03166020870152565b60408501526060840152608435608084015260a43560a084015260c43560c084015260e08301526128d7565b005b604051633679086b60e21b8152610483600482015260248101849052604490fd5b60405163b6da4e7f60e01b8152610483600482015260248101849052604490fd5b6040516321839b8360e01b8152610483600482015260248101849052604490fd5b3461027d57600036600319011261027d5760206040516107d38152f35b60005b8381106108745750506000910152565b8181015183820152602001610864565b9060209161089d81518092818552858086019101610861565b601f01601f1916010190565b3461027d57600036600319011261027d57604080516108c7816103b8565b60008152815190602080830181845282518091528484019180868360051b8701019401926000965b8388106108fc5786860387f35b9091929394838061092d600193603f198b820301875285838b5161ffff815116845201519181858201520190610884565b9701930197019690939291936108ef565b604036600319011261027d576109526102aa565b6024356001600160401b03811161027d5761097190369060040161043d565b9061097a613294565b61098436336125ac565b61098c613294565b6040516352d1902d60e01b8152916020836004816001600160a01b0386165afa60009381610a14575b506109db57604051634c9c8ce360e01b81526001600160a01b0383166004820152602490fd5b9060008051602061369183398151915283036109fb576107df9250613524565b604051632a87526960e21b815260048101849052602490fd5b610a3791945060203d602011610a3e575b610a2f81836103d3565b810190611d8c565b92386109b5565b503d610a25565b3461027d57600036600319011261027d577f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03163003610a9e5760206040516000805160206136918339815191528152f35b60405163703e46dd60e11b8152600490fd5b3461027d5760e036600319011261027d57600435610acc6102c0565b6044359160c4356001600160401b03811161027d57610aef903690600401610682565b610af936336125ac565b6001600160a01b03831615610b80578315610b60576107df93610b32610b1d6103f4565b60148152946001600160a01b03166020860152565b600060408501526060840152606435608084015260843560a084015260a43560c084015260e08301526128d7565b604051633679086b60e21b81526014600482015260248101839052604490fd5b6040516321839b8360e01b81526014600482015260248101839052604490fd5b3461027d5760c036600319011261027d57600435610bbc6102c0565b60a4356001600160401b03811161027d57610bdb903690600401610682565b610be536336125ac565b6001600160a01b03821615610c4a57916107df92610c1a610c046103f4565b6102d18152936001600160a01b03166020850152565b6000604084015260016060840152604435608084015260643560a084015260843560c084015260e08301526128d7565b6040516321839b8360e01b81526102d1600482015260248101849052604490fd5b3461027d57604036600319011261027d57610c846102aa565b610c8c6102c0565b90610c9736336125ac565b6000805160206136d183398151915280546001600160a01b039283166001600160a01b0319918216179091557f706675a12eeff0661731f01589a945c9c5e9663916191034a16d20b6fcc93dd98054939092169216919091179055005b3461027d57602036600319011261027d57610d0d6102aa565b600080516020613671833981519152546001600160a01b03919082163303610d5857803b15610d3f576107df906129d2565b6040516361798f2f60e11b815291166004820152602490fd5b60405162d1953b60e31b8152336004820152602490fd5b8015150361027d57565b3461027d5760408060031936011261027d57610d936102aa565b602435610d9f81610d6f565b6001600160a01b0382166000908152600260205260409020610dc090611bbe565b9083820151801561121f574281116111f75750606082018051156111d757518042106111af57506020828101516001600160a01b03959192919086163381036111805750610e21610e1c85516000526001602052604060002090565b611ca4565b9160c083015115611140571561111f576001600160a01b0385166000908152600260205260409020610e779060066000918281558260018201558260028201558260038201558260048201558260058201550155565b610e91610e88835163ffffffff1690565b63ffffffff1690565b80610eef5750505050600080808060c0850151818115610ee6575b3390f115610ee1575b51913391167fbdeb968197f12e4fd7afd5935adf1d1d570fe13fad6b0d82ae73813af7f81a54600080a4005b611d3d565b506108fc610eac565b60148103610f985750828201516000928492610f5492606090610f2890610f1c906001600160a01b031681565b6001600160a01b031690565b920151905163a9059cbb60e01b8152336004820152602481019190915293849283919082906044820190565b03925af18015610ee157610f6a575b5050610eb5565b81610f8992903d10610f91575b610f8181836103d3565b810190611d49565b503880610f63565b503d610f77565b919290916102d1810361102557509190910151610fbf90610f1c906001600160a01b031681565b90608083015190823b1561027d5751632142170760e11b81523060048201523360248201526044810191909152906000908290606490829084905af18015610ee15761100c575b50610eb5565b8061101961101f92610389565b80610282565b38611006565b61048381036110a9575082015161104690610f1c906001600160a01b031681565b6060608085015193015190803b1561027d579151637921219560e11b81523060048201523360248201526044810193909352606483015260a06084830152600060a4830181905290829060c490829084905af18015610ee15761100c5750610eb5565b916111056110f1926110f76110c061058896612a5d565b84519586938401601c907f556e737570706f7274656420626f6e6420746f6b656e2074797065200000000081520190565b90611d26565b03601f1981018452836103d3565b5160016245d25360e11b03198152918291600483016116ed565b6001600160a01b038516600090815260026020819052604082200155610e77565b5083610588611153845163ffffffff1690565b915192516325813c2f60e11b815263ffffffff909216600483015260248201929092529081906044820190565b905163b42d7b9b60e01b81526001600160a01b0386811660048301529091166024820152336044820152606490fd5b84516393758d4760e01b81526001600160a01b03851660048201526024810191909152604490fd5b845163019926f960e71b81526001600160a01b0385166004820152602490fd5b8451630d81a8ff60e21b81526001600160a01b03851660048201526024810191909152604490fd5b84516324d632eb60e21b81526001600160a01b0385166004820152602490fd5b3461027d57602036600319011261027d576112586102aa565b6001600160a01b038116600090815260026020526040902060028101548015611416574281116113ed57506003810154806113c45750546112a3816000526001602052604060002090565b906005820154156113b757600682019182541561138f575050600080516020613671833981519152546001600160a01b03169060005b81548110156107df576112fd6112ef8284611d5e565b50546001600160401b031690565b9061131961130b8285611d5e565b505460401c63ffffffff1690565b91843b1561027d5760405163012e238d60e51b81526001600160401b039190911660048201526001600160a01b038616602482015263ffffffff92909216604483015260008260648183885af1918215610ee15760019261137c575b50016112d9565b8061101961138992610389565b38611375565b5460405163064e161d60e31b815263ffffffff90911660048201526024810191909152604490fd5b815463ffffffff16610637565b6040516393758d4760e01b81526001600160a01b03841660048201526024810191909152604490fd5b604051630d81a8ff60e21b81526001600160a01b03841660048201526024810191909152604490fd5b6040516324d632eb60e21b81526001600160a01b0384166004820152602490fd5b3461027d57600036600319011261027d5760206040516107d28152f35b3461027d57602036600319011261027d57600435600052600160205260e06040600020805490600181015490600281015460038201549060056004840154930154936040519563ffffffff8116875260018060a01b039060201c16602087015260408601526060850152608084015260a083015260c0820152f35b3461027d57600036600319011261027d576000805160206136718339815191525460a01c60ff1615611519576020638fb3603760e01b5b6040516001600160e01b03199091168152f35b60206000611506565b3461027d5760a036600319011261027d576004356024356084356001600160401b03811161027d57611558903690600401610682565b61156236336125ac565b81156115b0576115ad91926115756103f4565b91600094858452856020850152856040850152856060850152608084015260443560a084015260643560c084015260e08301526128d7565b80f35b604051632903a44760e01b81526000600482015260248101849052604490fd5b606036600319011261027d576115e46102aa565b6000805160206136d1833981519152546001600160a01b031680156116aa575a90803b1561027d576040516327e935a160e01b815260048101839052600093909290848460248183875af1908115610ee157859461164f92611697575b506044359060243590611dbe565b813b156116935760405163f5786b4b60e01b8152600481019190915291908290602490829084905af18015610ee157611686575080f35b806110196115ad92610389565b5050fd5b806110196116a492610389565b38611641565b604051632ea0fec960e11b8152600490fd5b3461027d57604036600319011261027d5760206116e36116da6102aa565b60243590612252565b6040519015158152f35b9060206116fe928181520190610884565b90565b3461027d57600036600319011261027d5761174760405161172181610369565b60058152640352e302e360dc1b6020820152604051918291602083526020830190610884565b0390f35b9080601f8301121561027d5760209082356117658161066b565b9361177360405195866103d3565b81855260208086019260051b82010192831161027d57602001905b82821061179c575050505090565b8135815290830190830161178e565b3461027d5760a036600319011261027d576117c46102aa565b506117cd6102c0565b506001600160401b0360443581811161027d576117ee90369060040161174b565b5060643581811161027d5761180790369060040161174b565b5060843590811161027d5761182090369060040161043d565b5060405163bc197c8160e01b8152602090f35b3461027d57600036600319011261027d57600080516020613671833981519152546040516001600160a01b039091168152602090f35b3461027d57602036600319011261027d576118826102aa565b6000805160206136f183398151915254906001600160401b0360ff8360401c161592168015908161198d575b6001149081611983575b15908161197a575b50611968576000805160206136f1833981519152805467ffffffffffffffff191660011790556118f49082611943576122c9565b6118fa57005b6000805160206136f1833981519152805460ff60401b19169055604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602090a1005b6000805160206136f1833981519152805460ff60401b1916600160401b1790556122c9565b60405163f92ee8a960e01b8152600490fd5b905015386118c0565b303b1591506118b8565b8391506118ae565b3461027d57602036600319011261027d576119ae6102aa565b6000805160206136f183398151915254906001600160401b0360ff8360401c1615921680159081611a54575b6001149081611a4a575b159081611a41575b50611968576000805160206136f1833981519152805467ffffffffffffffff191660011790556118f49082156122fa576000805160206136f1833981519152805460ff60401b1916600160401b1790556122fa565b905015386119ec565b303b1591506119e4565b8391506119da565b3461027d57600036600319011261027d576000805160206136d1833981519152546040516001600160a01b039091168152602090f35b3461027d57600036600319011261027d577f706675a12eeff0661731f01589a945c9c5e9663916191034a16d20b6fcc93dd9546040516001600160a01b039091168152602090f35b3461027d57602036600319011261027d57611af36102aa565b6000805160206136d1833981519152546001600160a01b031680156116aa575a90803b1561027d576040516327e935a160e01b815260048101839052600093909290848460248183875af1908115610ee157859461164f92611b56575b50612333565b80611019611b6392610389565b38611b50565b3461027d5760a036600319011261027d57611b826102aa565b50611b8b6102c0565b506084356001600160401b03811161027d57611bab90369060040161043d565b5060405163f23a6e6160e01b8152602090f35b9060405160e081018181106001600160401b038211176103845760409081528354825260018401546001600160a01b031660208301526002840154908201526003830154606082015260048301546080820152600583015460a082015260069092015460c0830152565b908154611c348161066b565b92604093611c4560405191826103d3565b82815280946020809201926000526020600020906000935b858510611c6c57505050505050565b60018481928451611c7c81610369565b63ffffffff87546001600160401b0381168352871c1683820152815201930194019391611c5d565b90604051611cb18161039c565b60e0611d2160068395611ce98154611cd563ffffffff8216889063ffffffff169052565b602090811c6001600160a01b031690870152565b600181015460408601526002810154606086015260038101546080860152600481015460a0860152600581015460c086015201611c28565b910152565b90611d3960209282815194859201610861565b0190565b6040513d6000823e3d90fd5b9081602091031261027d57516116fe81610d6f565b8054821015611d765760005260206000200190600090565b634e487b7160e01b600052603260045260246000fd5b9081602091031261027d575190565b91908201809211611da857565b634e487b7160e01b600052601160045260246000fd5b909291611dd5846000526001602052604060002090565b9360049283860193845415612214576001600160a01b038216600090815260026020819052604090912001546121ed57600096600281015497815463ffffffff81168015600014611f195750505060030154803410611ef8575050611ef16104019596611e4534965b5442611d9b565b95611e4e610403565b858152336020820152918760408401526000606084015286608084015260a083015260c0820152611e918360018060a01b03166000526002602052604060002090565b9060c0600691805184556001840160018060a01b036020830151166bffffffffffffffffffffffff60a01b82541617905560408101516002850155606081015160038501556080810151600485015560a081015160058501550151910155565b3390612ba1565b604080516317c032d760e21b81529283019182523460208301528291010390fd5b6014819b9493999a9b14600014611fc357505054611f8392602091839190611f4d90610f1c90851c6001600160a01b031681565b604080516323b872dd60e01b81523393810193845230602085015290830193909352919485929183916000918391606090910190565b03925af18015610ee15761040197611ef193611e4592611fa4575b50611e3e565b611fbc9060203d602011610f9157610f8181836103d3565b5038611f9e565b6102d181036120ff57505060038101548061205c575b5054611ff290610f1c9060201c6001600160a01b031681565b803b1561027d5760408051632142170760e11b81523394810194855230602086015290840187905292600091849182908490829060600103925af18015610ee15761040197611ef193611e45926120495750611e3e565b8061101961205692610389565b38611f9e565b815461207590610f1c9060201c6001600160a01b031681565b602060405180926312439fa960e21b825281806120998d8b83019190602083019252565b03915afa988915610ee157986120de575b50878181106120b95750611fd9565b604080516309cdbd2960e21b8152808701938452602084019290925290918291010390fd5b6120f891985060203d602011610a3e57610a2f81836103d3565b96386120aa565b929392909150610483810361218e575060201c6001600160a01b031690813b1561218a5760408051637921219560e11b8152339281019283523060208401529082018790526060820184905260a0608083018190526000908301529291879184919082908490829060c00103925af18015610ee15761040197611ef193611e45926120495750611e3e565b8680fd5b826121d361219e6110f793612a5d565b6040517f556e737570706f7274656420626f6e6420746f6b656e207479706520000000006020820152938491603c83016110f1565b610588604051928392637fba2dad60e11b845283016116ed565b6040516305fb93b360e41b81526001600160a01b0390921690820190815281906020010390fd5b9050610588612227875463ffffffff1690565b604080516325813c2f60e11b815263ffffffff90921693820193845260208401949094529283920190565b60018060a01b0316600052600260205260406000209080600052600160205260406000209082541490816122bb575b5061228c5750600090565b60028101549081151591826122b0575b50816122a6575090565b6003915001541590565b42101591503861229c565b600491500154151538612281565b6122e2906122d56134f5565b6122dd6134f5565b6129d2565b6122ea6134f5565b6122f26134f5565b6104016134f5565b612306906122d56134f5565b61230e6134f5565b6123166134f5565b600160801b6000805160206136b1833981519152556104016134f5565b6001600160a01b03811660009081526002602052604090209091909160028301548015612517574281116124ef575060038301908154806124c757506001848101546001600160a01b039590861633810361249657508054916123a0836000526001602052604060002090565b600581019788541561248757600080516020613671833981519152548391906123d1906001600160a01b0316610f1c565b906006600094019116915b612402575b505050506004906123f761040196975442611d9b565b809555015491612fb4565b8054831015612482576124186112ef8483611d5e565b92823b1561027d57604051635be958b160e11b81526001600160401b039490941660048501526001600160a01b038816602485015260008460448183875af1908115610ee1578594859261246f575b5001926123dc565b8061101961247c92610389565b38612467565b6123e1565b84610637835463ffffffff1690565b60405163b42d7b9b60e01b81526001600160a01b038581166004830152919091166024820152336044820152606490fd5b6040516393758d4760e01b81526001600160a01b039290921660048301526024820152604490fd5b604051630d81a8ff60e21b81526001600160a01b039290921660048301526024820152604490fd5b6040516324d632eb60e21b81526001600160a01b0383166004820152602490fd5b60041161027d57600090600490565b6001600160e01b0319903581811693926004811061256457505050565b60040360031b82901b16169150565b6001600160a01b0390911681526040602082018190528101829052606091806000848401376000828201840152601f01601f1916010190565b60008051602061367183398151915280546125e5906001600160a01b03166125dc6125d686612538565b90612547565b90843091613205565b90156125f2575b50505050565b63ffffffff16156126a657600080516020613671833981519152805460ff60a01b1916600160a01b17905561263490610f1c908190546001600160a01b031690565b91823b1561027d576126609260009283604051809681958294634a63ebf760e11b845260048401612573565b03925af18015610ee157612693575b50600080516020613671833981519152805460ff60a01b19169055388080806125ec565b806110196126a092610389565b3861266f565b60405162d1953b60e31b81526001600160a01b0383166004820152602490fd5b815191600160401b831161038457815483835580841061275b575b506126f6602080920192600052602060002090565b6000925b848410612708575050505050565b8051805183546020909201516bffffffffffffffffffffffff199092166001600160401b03919091161760409190911b6bffffffff000000000000000016178255600190819084019201930192906126fa565b60008360005284602060002092830192015b82811061277b5750506126e1565b81815560010161276d565b600660e06104019363ffffffff81511663ffffffff198554161784556127e06127b8602083015160018060a01b031690565b8554640100000000600160c01b03191660209190911b640100000000600160c01b0316178555565b60408101516001850155606081015160028501556080810151600385015560a0810151600485015560c08101516005850155015191016126c6565b90815180825260208080930193019160005b82811061283b575050505090565b835180516001600160401b0316865282015163ffffffff16858301526040909401939281019260010161282d565b61012060e06116fe936020845263ffffffff815116602085015260018060a01b0360208201511660408501526040810151606085015260608101516080850152608081015160a085015260a081015160c085015260c08101518285015201519161010080820152019061281b565b9060056128ee836000526001602052604060002090565b01546129aa5760a081015160005490818110612988575060c0820151818110612966575050612961816129557f96aadfe09322bba19498a70e6e7477e2e2a268c8e73ce4c7c477ae5ecf402dc493612950866000526001602052604060002090565b612786565b60405191829182612869565b0390a2565b604051630b20119160e41b815260048101919091526024810191909152604490fd5b6040516363af013760e01b815260048101919091526024810191909152604490fd5b5160405163637f688f60e01b815263ffffffff90911660048201526024810191909152604490fd5b60008051602061367183398151915280546001600160a01b0319166001600160a01b0390921691821790556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad90602090a1565b90612a3582610422565b612a4260405191826103d3565b8281528092612a53601f1991610422565b0190602036910137565b806000917a184f03e93ff9f4daa797ed6e38ed64bf6a1f01000000000000000080821015612b93575b506d04ee2d6d415b85acef810000000080831015612b84575b50662386f26fc1000080831015612b75575b506305f5e10080831015612b66575b5061271080831015612b57575b506064821015612b47575b600a80921015612b3d575b600190816021612af560018701612a2b565b95860101905b612b07575b5050505090565b600019019083906f181899199a1a9b1b9c1cb0b131b232b360811b8282061a835304918215612b3857919082612afb565b612b00565b9160010191612ae3565b9190606460029104910191612ad8565b60049193920491019138612acd565b60089193920491019138612ac0565b60109193920491019138612ab1565b60209193920491019138612a9f565b604093508104915038612a86565b6000805160206136d1833981519152546000805160206136b183398151915280549096909590949093909290916001600160a01b031680156116aa576020600491604051928380926372277dad60e11b82525afa908115610ee157600091612c71575b5015612c5f57612c286001612c2d97811b176000805160206136b183398151915255565b612d97565b54600180821614612c4d5760011c6000805160206136b183398151915255565b6040516383db270d60e01b8152600490fd5b60405163738c481160e01b8152600490fd5b612c8a915060203d602011610f9157610f8181836103d3565b38612c04565b9060208282031261027d5781516001600160401b039283821161027d57019160208383031261027d5760405192612cc6846103b8565b805191821161027d570181601f8201121561027d578051612ce681610422565b92612cf460405194856103d3565b8184526020828401011161027d57612d129160208085019101610861565b815290565b90612d3660209194939460408452518260408501526060840190610884565b6001600160a01b03909416910152565b929190612d6460209160408652518260408701526060860190610884565b930152565b906001600160401b03612d9060209295949560408552518360408601526060850190610884565b9416910152565b60408051858152602081018790529495909490929084906001600160a01b0380841691908516907f55c1057daef6a7b9bc5ae556cc2c253bcbbd4603c0d1b9d237408ef68e3c2969908990a48451635ca2159160e11b815260009690878160048173__$871508ae888325252fdba23f15f3f16064$__5af48015610ee157612e53918991612f9a575b508873__$46bbbc6398365a8909166570292cf8d34e$__95895180948192631f21838760e01b9586845260048401612d17565b0381885af4908115610ee15789928392612f7e575b50612e7e89519586938493845260048401612d17565b0381865af4918215610ee157612ebb958893612ea1928591612f64575b506132ee565b865163fb70775b60e01b8152958692839260048401612d46565b0381845af4918215610ee157612efd9486948594612f3d575b50516375a2a7e360e01b815294859384928392916001600160401b039091169060048401612d69565b03915af4908115610ee157826104019392612f1a575b50506133dd565b612f3692503d8091833e612f2e81836103d3565b810190612c90565b3880612f13565b6001600160401b0392919450612f5c903d8088833e612f2e81836103d3565b939091612ed4565b612f7891503d8087833e612f2e81836103d3565b38612e9b565b612f939192503d8085833e612f2e81836103d3565b9038612e68565b612fae91503d808b833e612f2e81836103d3565b38612e20565b6000805160206136d1833981519152546000805160206136b18339815191528054909590949093909290916001600160a01b031680156116aa576020600491604051928380926372277dad60e11b82525afa908115610ee15760009161303e575b5015612c5f576130396001612c2d96811b176000805160206136b183398151915255565b61305d565b613057915060203d602011610f9157610f8181836103d3565b38613015565b6040518481529293926001600160a01b038216907f94d8ddc6f80145996222d7180403871efb33aa076a778215183f76faf3b0143690602090a2604051635ca2159160e11b8152600094858260048173__$871508ae888325252fdba23f15f3f16064$__5af4918215610ee157869081936131e7575b50604051631f21838760e01b815273__$46bbbc6398365a8909166570292cf8d34e$__9490938491829161310b919060048401612d17565b0381865af4918215610ee15761314894879361312d928591612f6457506132ee565b60405163fb70775b60e01b8152948592839260048401612d46565b0381845af4908115610ee15761318a93859384936131c2575b506001600160401b0390604051958694859384936375a2a7e360e01b8552169060048401612d69565b03915af4908115610ee1578261040193926131a7575b5050613484565b6131bb92503d8091833e612f2e81836103d3565b38806131a0565b6001600160401b039193506131e0903d8087833e612f2e81836103d3565b9290613161565b61310b93506131ff903d8084833e612f2e81836103d3565b926130d3565b60405163b700961360e01b602082019081526001600160a01b0393841660248301529290931660448401526001600160e01b03199093166064808401919091528252600093849390928492909160a08301916001600160401b0383118484101761038457604093859385528380528360205251915afa6132825750565b9150915051906020518060201c150290565b6001600160a01b037f000000000000000000000000000000000000000000000000000000000000000081163081149182156132d2575b5050610a9e57565b60008051602061369183398151915254161415905038806132ca565b6133476000916060604051613302816103b8565b526040519361331085610369565b6020855260208501526133596040519485938493638353c19960e01b85526040600486015251602060448601526064850190610884565b83810360031901602485015290610884565b038173__$871508ae888325252fdba23f15f3f16064$__5af4908115610ee157600091613384575090565b6116fe91503d806000833e612f2e81836103d3565b60606116fe926107d18352604060208401525191602060408201520190610884565b60606116fe926107d28352604060208401525191602060408201520190610884565b6000805160206136b18339815191528054600181161561346c576001191690556000805160206136d18339815191525461342190610f1c906001600160a01b031681565b803b1561027d576040516327710fa960e11b815291600091839182908490829061344e9060048301613399565b03925af18015610ee15761345f5750565b8061101961040192610389565b60249060405190633b48047760e01b82526004820152fd5b6000805160206136b18339815191528054600181161561346c576001191690556000805160206136d1833981519152546134c890610f1c906001600160a01b031681565b803b1561027d576040516327710fa960e11b815291600091839182908490829061344e90600483016133bb565b60ff6000805160206136f18339815191525460401c161561351257565b604051631afcd79f60e31b8152600490fd5b90813b156135aa5760008051602061369183398151915280546001600160a01b0319166001600160a01b0384169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b600080a280511561358f5761358c916135cb565b50565b50503461359857565b60405163b398979f60e01b8152600490fd5b604051634c9c8ce360e01b81526001600160a01b0383166004820152602490fd5b6000806116fe93602081519101845af43d15613609573d916135ec83610422565b926135fa60405194856103d3565b83523d6000602085013e61360d565b6060915b90613634575080511561362257602081519101fd5b60405163d6bda27560e01b8152600490fd5b81511580613667575b613645575090565b604051639996b31560e01b81526001600160a01b039091166004820152602490fd5b50803b1561363d56fef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc7a7ef2e786f2e2e26f0a8d1c18e1ce8d0e9a183cd1289abd7052371335196d43706675a12eeff0661731f01589a945c9c5e9663916191034a16d20b6fcc93dd8f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a264697066735822122072dd5a187323fb56e8aef0589c8171a7750deff776e7d18750b2e177da55c38f64736f6c63430008190033",
1795
+ "deployedBytecode": "0x6080604052600436101561001257600080fd5b60003560e01c806301ffc9a71461022757806304826a89146102225780630de68f391461021d578063150b7a02146102185780631c83fe21146102135780631e28eccd1461020e5780631fea92ad1461020957806324ca659c14610204578063407a282f146101ff5780634dc530ff146101fa5780634f1ef286146101f557806352d1902d146101f05780635476095e146101eb5780635c87798f146101e6578063712c2782146101e15780637a9e5e4b146101dc57806387f0cea4146101d75780638869630b146101d25780638ab3d3f9146101cd5780638e7eb902146101c85780638fb36037146101c35780638fe9ab36146101be57806399275cc7146101b95780639943bd86146101b4578063ad3cb1cc146101af578063bc197c81146101aa578063bf7e214f146101a5578063c360b5e9146101a0578063c4d66de81461019b578063ca34df4714610196578063cde7842114610191578063e4da61ab1461018c5763f23a6e611461018757600080fd5b611b69565b611ada565b611a92565b611a5c565b611995565b611869565b611833565b6117ab565b611701565b6116bc565b6115d0565b611522565b6114cf565b611454565b611437565b61123f565b610d79565b610cf4565b610c6b565b610ba0565b610ab0565b610a45565b61093e565b6108a9565b610844565b610725565b61058c565b6104fc565b6104d9565b610484565b6102d6565b61028d565b3461027d57602036600319011261027d5760043563ffffffff60e01b811680910361027d57602090630271189760e51b811490811561026c575b506040519015158152f35b6301ffc9a760e01b14905038610261565b600080fd5b600091031261027d57565b3461027d57600036600319011261027d5760206040516107d18152f35b600435906001600160a01b038216820361027d57565b602435906001600160a01b038216820361027d57565b3461027d57602036600319011261027d5760e06001600160a01b03806102fa6102aa565b166000526002602052604060002080549160018201541690600281015460038201546004830154916006600585015494015494604051968752602087015260408601526060850152608084015260a083015260c0820152f35b634e487b7160e01b600052604160045260246000fd5b604081019081106001600160401b0382111761038457604052565b610353565b6001600160401b03811161038457604052565b61010081019081106001600160401b0382111761038457604052565b602081019081106001600160401b0382111761038457604052565b90601f801991011681019081106001600160401b0382111761038457604052565b604051906104018261039c565b565b6040519060e082018281106001600160401b0382111761038457604052565b6001600160401b03811161038457601f01601f191660200190565b81601f8201121561027d5780359061045482610422565b9261046260405194856103d3565b8284526020838301011161027d57816000926020809301838601378301015290565b3461027d57608036600319011261027d5761049d6102aa565b506104a66102c0565b506064356001600160401b03811161027d576104c690369060040161043d565b50604051630a85bd0160e11b8152602090f35b3461027d57602036600319011261027d576104f436336125ac565b600435600055005b3461027d57602036600319011261027d5760043561051a36336125ac565b600090808252600160205260408220600581015415610560576004839101557f27b64cfe9a6a6be655815f15aebac998f62824aad02b5d0131a4cb760973756f8280a280f35b546040516325813c2f60e11b815263ffffffff90911660048201526024810191909152604490fd5b0390fd5b3461027d57604036600319011261027d576004356024356105ad36336125ac565b8160005260016020526040600020600481019081541580159061065f575b61062d575060005480831061060c57508190556040519081527f6460648e7d51bd473d3770bf779615e583c223045d2e5f5029db55638a74ee3990602090a2005b6040516363af013760e01b8152600481018490526024810191909152604490fd5b54839063ffffffff165b6040516325813c2f60e11b815263ffffffff9190911660048201526024810191909152604490fd5b506005810154156105cb565b6001600160401b0381116103845760051b60200190565b9080601f8301121561027d57813591602061069c8461066b565b936040936106ad60405196876103d3565b818652828087019260061b8501019381851161027d578301915b8483106106d75750505050505090565b858383031261027d578551906106ec82610369565b83356001600160401b038116810361027d578252848401359063ffffffff8216820361027d57828692838a9501528152019201916106c7565b3461027d5761010036600319011261027d576004356107426102c0565b6044359160643560e4356001600160401b03811161027d57610768903690600401610682565b9061077336336125ac565b6001600160a01b038416156108235784156108025780156107e1576107df946107b361079d6103f4565b6104838152956001600160a01b03166020870152565b60408501526060840152608435608084015260a43560a084015260c43560c084015260e08301526128d7565b005b604051633679086b60e21b8152610483600482015260248101849052604490fd5b60405163b6da4e7f60e01b8152610483600482015260248101849052604490fd5b6040516321839b8360e01b8152610483600482015260248101849052604490fd5b3461027d57600036600319011261027d5760206040516107d38152f35b60005b8381106108745750506000910152565b8181015183820152602001610864565b9060209161089d81518092818552858086019101610861565b601f01601f1916010190565b3461027d57600036600319011261027d57604080516108c7816103b8565b60008152815190602080830181845282518091528484019180868360051b8701019401926000965b8388106108fc5786860387f35b9091929394838061092d600193603f198b820301875285838b5161ffff815116845201519181858201520190610884565b9701930197019690939291936108ef565b604036600319011261027d576109526102aa565b6024356001600160401b03811161027d5761097190369060040161043d565b9061097a613294565b61098436336125ac565b61098c613294565b6040516352d1902d60e01b8152916020836004816001600160a01b0386165afa60009381610a14575b506109db57604051634c9c8ce360e01b81526001600160a01b0383166004820152602490fd5b9060008051602061369183398151915283036109fb576107df9250613524565b604051632a87526960e21b815260048101849052602490fd5b610a3791945060203d602011610a3e575b610a2f81836103d3565b810190611d8c565b92386109b5565b503d610a25565b3461027d57600036600319011261027d577f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03163003610a9e5760206040516000805160206136918339815191528152f35b60405163703e46dd60e11b8152600490fd5b3461027d5760e036600319011261027d57600435610acc6102c0565b6044359160c4356001600160401b03811161027d57610aef903690600401610682565b610af936336125ac565b6001600160a01b03831615610b80578315610b60576107df93610b32610b1d6103f4565b60148152946001600160a01b03166020860152565b600060408501526060840152606435608084015260843560a084015260a43560c084015260e08301526128d7565b604051633679086b60e21b81526014600482015260248101839052604490fd5b6040516321839b8360e01b81526014600482015260248101839052604490fd5b3461027d5760c036600319011261027d57600435610bbc6102c0565b60a4356001600160401b03811161027d57610bdb903690600401610682565b610be536336125ac565b6001600160a01b03821615610c4a57916107df92610c1a610c046103f4565b6102d18152936001600160a01b03166020850152565b6000604084015260016060840152604435608084015260643560a084015260843560c084015260e08301526128d7565b6040516321839b8360e01b81526102d1600482015260248101849052604490fd5b3461027d57604036600319011261027d57610c846102aa565b610c8c6102c0565b90610c9736336125ac565b6000805160206136d183398151915280546001600160a01b039283166001600160a01b0319918216179091557f706675a12eeff0661731f01589a945c9c5e9663916191034a16d20b6fcc93dd98054939092169216919091179055005b3461027d57602036600319011261027d57610d0d6102aa565b600080516020613671833981519152546001600160a01b03919082163303610d5857803b15610d3f576107df906129d2565b6040516361798f2f60e11b815291166004820152602490fd5b60405162d1953b60e31b8152336004820152602490fd5b8015150361027d57565b3461027d5760408060031936011261027d57610d936102aa565b602435610d9f81610d6f565b6001600160a01b0382166000908152600260205260409020610dc090611bbe565b9083820151801561121f574281116111f75750606082018051156111d757518042106111af57506020828101516001600160a01b03959192919086163381036111805750610e21610e1c85516000526001602052604060002090565b611ca4565b9160c083015115611140571561111f576001600160a01b0385166000908152600260205260409020610e779060066000918281558260018201558260028201558260038201558260048201558260058201550155565b610e91610e88835163ffffffff1690565b63ffffffff1690565b80610eef5750505050600080808060c0850151818115610ee6575b3390f115610ee1575b51913391167fbdeb968197f12e4fd7afd5935adf1d1d570fe13fad6b0d82ae73813af7f81a54600080a4005b611d3d565b506108fc610eac565b60148103610f985750828201516000928492610f5492606090610f2890610f1c906001600160a01b031681565b6001600160a01b031690565b920151905163a9059cbb60e01b8152336004820152602481019190915293849283919082906044820190565b03925af18015610ee157610f6a575b5050610eb5565b81610f8992903d10610f91575b610f8181836103d3565b810190611d49565b503880610f63565b503d610f77565b919290916102d1810361102557509190910151610fbf90610f1c906001600160a01b031681565b90608083015190823b1561027d5751632142170760e11b81523060048201523360248201526044810191909152906000908290606490829084905af18015610ee15761100c575b50610eb5565b8061101961101f92610389565b80610282565b38611006565b61048381036110a9575082015161104690610f1c906001600160a01b031681565b6060608085015193015190803b1561027d579151637921219560e11b81523060048201523360248201526044810193909352606483015260a06084830152600060a4830181905290829060c490829084905af18015610ee15761100c5750610eb5565b916111056110f1926110f76110c061058896612a5d565b84519586938401601c907f556e737570706f7274656420626f6e6420746f6b656e2074797065200000000081520190565b90611d26565b03601f1981018452836103d3565b5160016245d25360e11b03198152918291600483016116ed565b6001600160a01b038516600090815260026020819052604082200155610e77565b5083610588611153845163ffffffff1690565b915192516325813c2f60e11b815263ffffffff909216600483015260248201929092529081906044820190565b905163b42d7b9b60e01b81526001600160a01b0386811660048301529091166024820152336044820152606490fd5b84516393758d4760e01b81526001600160a01b03851660048201526024810191909152604490fd5b845163019926f960e71b81526001600160a01b0385166004820152602490fd5b8451630d81a8ff60e21b81526001600160a01b03851660048201526024810191909152604490fd5b84516324d632eb60e21b81526001600160a01b0385166004820152602490fd5b3461027d57602036600319011261027d576112586102aa565b6001600160a01b038116600090815260026020526040902060028101548015611416574281116113ed57506003810154806113c45750546112a3816000526001602052604060002090565b906005820154156113b757600682019182541561138f575050600080516020613671833981519152546001600160a01b03169060005b81548110156107df576112fd6112ef8284611d5e565b50546001600160401b031690565b9061131961130b8285611d5e565b505460401c63ffffffff1690565b91843b1561027d5760405163012e238d60e51b81526001600160401b039190911660048201526001600160a01b038616602482015263ffffffff92909216604483015260008260648183885af1918215610ee15760019261137c575b50016112d9565b8061101961138992610389565b38611375565b5460405163064e161d60e31b815263ffffffff90911660048201526024810191909152604490fd5b815463ffffffff16610637565b6040516393758d4760e01b81526001600160a01b03841660048201526024810191909152604490fd5b604051630d81a8ff60e21b81526001600160a01b03841660048201526024810191909152604490fd5b6040516324d632eb60e21b81526001600160a01b0384166004820152602490fd5b3461027d57600036600319011261027d5760206040516107d28152f35b3461027d57602036600319011261027d57600435600052600160205260e06040600020805490600181015490600281015460038201549060056004840154930154936040519563ffffffff8116875260018060a01b039060201c16602087015260408601526060850152608084015260a083015260c0820152f35b3461027d57600036600319011261027d576000805160206136718339815191525460a01c60ff1615611519576020638fb3603760e01b5b6040516001600160e01b03199091168152f35b60206000611506565b3461027d5760a036600319011261027d576004356024356084356001600160401b03811161027d57611558903690600401610682565b61156236336125ac565b81156115b0576115ad91926115756103f4565b91600094858452856020850152856040850152856060850152608084015260443560a084015260643560c084015260e08301526128d7565b80f35b604051632903a44760e01b81526000600482015260248101849052604490fd5b606036600319011261027d576115e46102aa565b6000805160206136d1833981519152546001600160a01b031680156116aa575a90803b1561027d576040516327e935a160e01b815260048101839052600093909290848460248183875af1908115610ee157859461164f92611697575b506044359060243590611dbe565b813b156116935760405163f5786b4b60e01b8152600481019190915291908290602490829084905af18015610ee157611686575080f35b806110196115ad92610389565b5050fd5b806110196116a492610389565b38611641565b604051632ea0fec960e11b8152600490fd5b3461027d57604036600319011261027d5760206116e36116da6102aa565b60243590612252565b6040519015158152f35b9060206116fe928181520190610884565b90565b3461027d57600036600319011261027d5761174760405161172181610369565b60058152640352e302e360dc1b6020820152604051918291602083526020830190610884565b0390f35b9080601f8301121561027d5760209082356117658161066b565b9361177360405195866103d3565b81855260208086019260051b82010192831161027d57602001905b82821061179c575050505090565b8135815290830190830161178e565b3461027d5760a036600319011261027d576117c46102aa565b506117cd6102c0565b506001600160401b0360443581811161027d576117ee90369060040161174b565b5060643581811161027d5761180790369060040161174b565b5060843590811161027d5761182090369060040161043d565b5060405163bc197c8160e01b8152602090f35b3461027d57600036600319011261027d57600080516020613671833981519152546040516001600160a01b039091168152602090f35b3461027d57602036600319011261027d576118826102aa565b6000805160206136f183398151915254906001600160401b0360ff8360401c161592168015908161198d575b6001149081611983575b15908161197a575b50611968576000805160206136f1833981519152805467ffffffffffffffff191660011790556118f49082611943576122c9565b6118fa57005b6000805160206136f1833981519152805460ff60401b19169055604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602090a1005b6000805160206136f1833981519152805460ff60401b1916600160401b1790556122c9565b60405163f92ee8a960e01b8152600490fd5b905015386118c0565b303b1591506118b8565b8391506118ae565b3461027d57602036600319011261027d576119ae6102aa565b6000805160206136f183398151915254906001600160401b0360ff8360401c1615921680159081611a54575b6001149081611a4a575b159081611a41575b50611968576000805160206136f1833981519152805467ffffffffffffffff191660011790556118f49082156122fa576000805160206136f1833981519152805460ff60401b1916600160401b1790556122fa565b905015386119ec565b303b1591506119e4565b8391506119da565b3461027d57600036600319011261027d576000805160206136d1833981519152546040516001600160a01b039091168152602090f35b3461027d57600036600319011261027d577f706675a12eeff0661731f01589a945c9c5e9663916191034a16d20b6fcc93dd9546040516001600160a01b039091168152602090f35b3461027d57602036600319011261027d57611af36102aa565b6000805160206136d1833981519152546001600160a01b031680156116aa575a90803b1561027d576040516327e935a160e01b815260048101839052600093909290848460248183875af1908115610ee157859461164f92611b56575b50612333565b80611019611b6392610389565b38611b50565b3461027d5760a036600319011261027d57611b826102aa565b50611b8b6102c0565b506084356001600160401b03811161027d57611bab90369060040161043d565b5060405163f23a6e6160e01b8152602090f35b9060405160e081018181106001600160401b038211176103845760409081528354825260018401546001600160a01b031660208301526002840154908201526003830154606082015260048301546080820152600583015460a082015260069092015460c0830152565b908154611c348161066b565b92604093611c4560405191826103d3565b82815280946020809201926000526020600020906000935b858510611c6c57505050505050565b60018481928451611c7c81610369565b63ffffffff87546001600160401b0381168352871c1683820152815201930194019391611c5d565b90604051611cb18161039c565b60e0611d2160068395611ce98154611cd563ffffffff8216889063ffffffff169052565b602090811c6001600160a01b031690870152565b600181015460408601526002810154606086015260038101546080860152600481015460a0860152600581015460c086015201611c28565b910152565b90611d3960209282815194859201610861565b0190565b6040513d6000823e3d90fd5b9081602091031261027d57516116fe81610d6f565b8054821015611d765760005260206000200190600090565b634e487b7160e01b600052603260045260246000fd5b9081602091031261027d575190565b91908201809211611da857565b634e487b7160e01b600052601160045260246000fd5b909291611dd5846000526001602052604060002090565b9360049283860193845415612214576001600160a01b038216600090815260026020819052604090912001546121ed57600096600281015497815463ffffffff81168015600014611f195750505060030154803410611ef8575050611ef16104019596611e4534965b5442611d9b565b95611e4e610403565b858152336020820152918760408401526000606084015286608084015260a083015260c0820152611e918360018060a01b03166000526002602052604060002090565b9060c0600691805184556001840160018060a01b036020830151166bffffffffffffffffffffffff60a01b82541617905560408101516002850155606081015160038501556080810151600485015560a081015160058501550151910155565b3390612ba1565b604080516317c032d760e21b81529283019182523460208301528291010390fd5b6014819b9493999a9b14600014611fc357505054611f8392602091839190611f4d90610f1c90851c6001600160a01b031681565b604080516323b872dd60e01b81523393810193845230602085015290830193909352919485929183916000918391606090910190565b03925af18015610ee15761040197611ef193611e4592611fa4575b50611e3e565b611fbc9060203d602011610f9157610f8181836103d3565b5038611f9e565b6102d181036120ff57505060038101548061205c575b5054611ff290610f1c9060201c6001600160a01b031681565b803b1561027d5760408051632142170760e11b81523394810194855230602086015290840187905292600091849182908490829060600103925af18015610ee15761040197611ef193611e45926120495750611e3e565b8061101961205692610389565b38611f9e565b815461207590610f1c9060201c6001600160a01b031681565b602060405180926312439fa960e21b825281806120998d8b83019190602083019252565b03915afa988915610ee157986120de575b50878181106120b95750611fd9565b604080516309cdbd2960e21b8152808701938452602084019290925290918291010390fd5b6120f891985060203d602011610a3e57610a2f81836103d3565b96386120aa565b929392909150610483810361218e575060201c6001600160a01b031690813b1561218a5760408051637921219560e11b8152339281019283523060208401529082018790526060820184905260a0608083018190526000908301529291879184919082908490829060c00103925af18015610ee15761040197611ef193611e45926120495750611e3e565b8680fd5b826121d361219e6110f793612a5d565b6040517f556e737570706f7274656420626f6e6420746f6b656e207479706520000000006020820152938491603c83016110f1565b610588604051928392637fba2dad60e11b845283016116ed565b6040516305fb93b360e41b81526001600160a01b0390921690820190815281906020010390fd5b9050610588612227875463ffffffff1690565b604080516325813c2f60e11b815263ffffffff90921693820193845260208401949094529283920190565b60018060a01b0316600052600260205260406000209080600052600160205260406000209082541490816122bb575b5061228c5750600090565b60028101549081151591826122b0575b50816122a6575090565b6003915001541590565b42101591503861229c565b600491500154151538612281565b6122e2906122d56134f5565b6122dd6134f5565b6129d2565b6122ea6134f5565b6122f26134f5565b6104016134f5565b612306906122d56134f5565b61230e6134f5565b6123166134f5565b600160801b6000805160206136b1833981519152556104016134f5565b6001600160a01b03811660009081526002602052604090209091909160028301548015612517574281116124ef575060038301908154806124c757506001848101546001600160a01b039590861633810361249657508054916123a0836000526001602052604060002090565b600581019788541561248757600080516020613671833981519152548391906123d1906001600160a01b0316610f1c565b906006600094019116915b612402575b505050506004906123f761040196975442611d9b565b809555015491612fb4565b8054831015612482576124186112ef8483611d5e565b92823b1561027d57604051635be958b160e11b81526001600160401b039490941660048501526001600160a01b038816602485015260008460448183875af1908115610ee1578594859261246f575b5001926123dc565b8061101961247c92610389565b38612467565b6123e1565b84610637835463ffffffff1690565b60405163b42d7b9b60e01b81526001600160a01b038581166004830152919091166024820152336044820152606490fd5b6040516393758d4760e01b81526001600160a01b039290921660048301526024820152604490fd5b604051630d81a8ff60e21b81526001600160a01b039290921660048301526024820152604490fd5b6040516324d632eb60e21b81526001600160a01b0383166004820152602490fd5b60041161027d57600090600490565b6001600160e01b0319903581811693926004811061256457505050565b60040360031b82901b16169150565b6001600160a01b0390911681526040602082018190528101829052606091806000848401376000828201840152601f01601f1916010190565b60008051602061367183398151915280546125e5906001600160a01b03166125dc6125d686612538565b90612547565b90843091613205565b90156125f2575b50505050565b63ffffffff16156126a657600080516020613671833981519152805460ff60a01b1916600160a01b17905561263490610f1c908190546001600160a01b031690565b91823b1561027d576126609260009283604051809681958294634a63ebf760e11b845260048401612573565b03925af18015610ee157612693575b50600080516020613671833981519152805460ff60a01b19169055388080806125ec565b806110196126a092610389565b3861266f565b60405162d1953b60e31b81526001600160a01b0383166004820152602490fd5b815191600160401b831161038457815483835580841061275b575b506126f6602080920192600052602060002090565b6000925b848410612708575050505050565b8051805183546020909201516bffffffffffffffffffffffff199092166001600160401b03919091161760409190911b6bffffffff000000000000000016178255600190819084019201930192906126fa565b60008360005284602060002092830192015b82811061277b5750506126e1565b81815560010161276d565b600660e06104019363ffffffff81511663ffffffff198554161784556127e06127b8602083015160018060a01b031690565b8554640100000000600160c01b03191660209190911b640100000000600160c01b0316178555565b60408101516001850155606081015160028501556080810151600385015560a0810151600485015560c08101516005850155015191016126c6565b90815180825260208080930193019160005b82811061283b575050505090565b835180516001600160401b0316865282015163ffffffff16858301526040909401939281019260010161282d565b61012060e06116fe936020845263ffffffff815116602085015260018060a01b0360208201511660408501526040810151606085015260608101516080850152608081015160a085015260a081015160c085015260c08101518285015201519161010080820152019061281b565b9060056128ee836000526001602052604060002090565b01546129aa5760a081015160005490818110612988575060c0820151818110612966575050612961816129557f96aadfe09322bba19498a70e6e7477e2e2a268c8e73ce4c7c477ae5ecf402dc493612950866000526001602052604060002090565b612786565b60405191829182612869565b0390a2565b604051630b20119160e41b815260048101919091526024810191909152604490fd5b6040516363af013760e01b815260048101919091526024810191909152604490fd5b5160405163637f688f60e01b815263ffffffff90911660048201526024810191909152604490fd5b60008051602061367183398151915280546001600160a01b0319166001600160a01b0390921691821790556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad90602090a1565b90612a3582610422565b612a4260405191826103d3565b8281528092612a53601f1991610422565b0190602036910137565b806000917a184f03e93ff9f4daa797ed6e38ed64bf6a1f01000000000000000080821015612b93575b506d04ee2d6d415b85acef810000000080831015612b84575b50662386f26fc1000080831015612b75575b506305f5e10080831015612b66575b5061271080831015612b57575b506064821015612b47575b600a80921015612b3d575b600190816021612af560018701612a2b565b95860101905b612b07575b5050505090565b600019019083906f181899199a1a9b1b9c1cb0b131b232b360811b8282061a835304918215612b3857919082612afb565b612b00565b9160010191612ae3565b9190606460029104910191612ad8565b60049193920491019138612acd565b60089193920491019138612ac0565b60109193920491019138612ab1565b60209193920491019138612a9f565b604093508104915038612a86565b6000805160206136d1833981519152546000805160206136b183398151915280549096909590949093909290916001600160a01b031680156116aa576020600491604051928380926372277dad60e11b82525afa908115610ee157600091612c71575b5015612c5f57612c286001612c2d97811b176000805160206136b183398151915255565b612d97565b54600180821614612c4d5760011c6000805160206136b183398151915255565b6040516383db270d60e01b8152600490fd5b60405163738c481160e01b8152600490fd5b612c8a915060203d602011610f9157610f8181836103d3565b38612c04565b9060208282031261027d5781516001600160401b039283821161027d57019160208383031261027d5760405192612cc6846103b8565b805191821161027d570181601f8201121561027d578051612ce681610422565b92612cf460405194856103d3565b8184526020828401011161027d57612d129160208085019101610861565b815290565b90612d3660209194939460408452518260408501526060840190610884565b6001600160a01b03909416910152565b929190612d6460209160408652518260408701526060860190610884565b930152565b906001600160401b03612d9060209295949560408552518360408601526060850190610884565b9416910152565b60408051858152602081018790529495909490929084906001600160a01b0380841691908516907f55c1057daef6a7b9bc5ae556cc2c253bcbbd4603c0d1b9d237408ef68e3c2969908990a48451635ca2159160e11b815260009690878160048173__$871508ae888325252fdba23f15f3f16064$__5af48015610ee157612e53918991612f9a575b508873__$46bbbc6398365a8909166570292cf8d34e$__95895180948192631f21838760e01b9586845260048401612d17565b0381885af4908115610ee15789928392612f7e575b50612e7e89519586938493845260048401612d17565b0381865af4918215610ee157612ebb958893612ea1928591612f64575b506132ee565b865163fb70775b60e01b8152958692839260048401612d46565b0381845af4918215610ee157612efd9486948594612f3d575b50516375a2a7e360e01b815294859384928392916001600160401b039091169060048401612d69565b03915af4908115610ee157826104019392612f1a575b50506133dd565b612f3692503d8091833e612f2e81836103d3565b810190612c90565b3880612f13565b6001600160401b0392919450612f5c903d8088833e612f2e81836103d3565b939091612ed4565b612f7891503d8087833e612f2e81836103d3565b38612e9b565b612f939192503d8085833e612f2e81836103d3565b9038612e68565b612fae91503d808b833e612f2e81836103d3565b38612e20565b6000805160206136d1833981519152546000805160206136b18339815191528054909590949093909290916001600160a01b031680156116aa576020600491604051928380926372277dad60e11b82525afa908115610ee15760009161303e575b5015612c5f576130396001612c2d96811b176000805160206136b183398151915255565b61305d565b613057915060203d602011610f9157610f8181836103d3565b38613015565b6040518481529293926001600160a01b038216907f94d8ddc6f80145996222d7180403871efb33aa076a778215183f76faf3b0143690602090a2604051635ca2159160e11b8152600094858260048173__$871508ae888325252fdba23f15f3f16064$__5af4918215610ee157869081936131e7575b50604051631f21838760e01b815273__$46bbbc6398365a8909166570292cf8d34e$__9490938491829161310b919060048401612d17565b0381865af4918215610ee15761314894879361312d928591612f6457506132ee565b60405163fb70775b60e01b8152948592839260048401612d46565b0381845af4908115610ee15761318a93859384936131c2575b506001600160401b0390604051958694859384936375a2a7e360e01b8552169060048401612d69565b03915af4908115610ee1578261040193926131a7575b5050613484565b6131bb92503d8091833e612f2e81836103d3565b38806131a0565b6001600160401b039193506131e0903d8087833e612f2e81836103d3565b9290613161565b61310b93506131ff903d8084833e612f2e81836103d3565b926130d3565b60405163b700961360e01b602082019081526001600160a01b0393841660248301529290931660448401526001600160e01b03199093166064808401919091528252600093849390928492909160a08301916001600160401b0383118484101761038457604093859385528380528360205251915afa6132825750565b9150915051906020518060201c150290565b6001600160a01b037f000000000000000000000000000000000000000000000000000000000000000081163081149182156132d2575b5050610a9e57565b60008051602061369183398151915254161415905038806132ca565b6133476000916060604051613302816103b8565b526040519361331085610369565b6020855260208501526133596040519485938493638353c19960e01b85526040600486015251602060448601526064850190610884565b83810360031901602485015290610884565b038173__$871508ae888325252fdba23f15f3f16064$__5af4908115610ee157600091613384575090565b6116fe91503d806000833e612f2e81836103d3565b60606116fe926107d18352604060208401525191602060408201520190610884565b60606116fe926107d28352604060208401525191602060408201520190610884565b6000805160206136b18339815191528054600181161561346c576001191690556000805160206136d18339815191525461342190610f1c906001600160a01b031681565b803b1561027d576040516327710fa960e11b815291600091839182908490829061344e9060048301613399565b03925af18015610ee15761345f5750565b8061101961040192610389565b60249060405190633b48047760e01b82526004820152fd5b6000805160206136b18339815191528054600181161561346c576001191690556000805160206136d1833981519152546134c890610f1c906001600160a01b031681565b803b1561027d576040516327710fa960e11b815291600091839182908490829061344e90600483016133bb565b60ff6000805160206136f18339815191525460401c161561351257565b604051631afcd79f60e31b8152600490fd5b90813b156135aa5760008051602061369183398151915280546001600160a01b0319166001600160a01b0384169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b600080a280511561358f5761358c916135cb565b50565b50503461359857565b60405163b398979f60e01b8152600490fd5b604051634c9c8ce360e01b81526001600160a01b0383166004820152602490fd5b6000806116fe93602081519101845af43d15613609573d916135ec83610422565b926135fa60405194856103d3565b83523d6000602085013e61360d565b6060915b90613634575080511561362257602081519101fd5b60405163d6bda27560e01b8152600490fd5b81511580613667575b613645575090565b604051639996b31560e01b81526001600160a01b039091166004820152602490fd5b50803b1561363d56fef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc7a7ef2e786f2e2e26f0a8d1c18e1ce8d0e9a183cd1289abd7052371335196d43706675a12eeff0661731f01589a945c9c5e9663916191034a16d20b6fcc93dd8f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a264697066735822122072dd5a187323fb56e8aef0589c8171a7750deff776e7d18750b2e177da55c38f64736f6c63430008190033",
1796
+ "linkReferences": {
1797
+ "contracts/common/iodata.sol": {
1798
+ "iodata": [
1799
+ {
1800
+ "length": 20,
1801
+ "start": 11823
1802
+ },
1803
+ {
1804
+ "length": 20,
1805
+ "start": 12515
1806
+ },
1807
+ {
1808
+ "length": 20,
1809
+ "start": 13202
1810
+ }
1811
+ ]
1812
+ },
1813
+ "contracts/common/sysio_write.sol": {
1814
+ "sysio_write": [
1815
+ {
1816
+ "length": 20,
1817
+ "start": 11865
1818
+ },
1819
+ {
1820
+ "length": 20,
1821
+ "start": 12568
1822
+ }
1823
+ ]
1824
+ }
1825
+ },
1826
+ "deployedLinkReferences": {
1827
+ "contracts/common/iodata.sol": {
1828
+ "iodata": [
1829
+ {
1830
+ "length": 20,
1831
+ "start": 11770
1832
+ },
1833
+ {
1834
+ "length": 20,
1835
+ "start": 12462
1836
+ },
1837
+ {
1838
+ "length": 20,
1839
+ "start": 13149
1840
+ }
1841
+ ]
1842
+ },
1843
+ "contracts/common/sysio_write.sol": {
1844
+ "sysio_write": [
1845
+ {
1846
+ "length": 20,
1847
+ "start": 11812
1848
+ },
1849
+ {
1850
+ "length": 20,
1851
+ "start": 12515
1852
+ }
1853
+ ]
1854
+ }
1855
+ }
1856
+ }