@wireio/stake 0.4.2 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (133) hide show
  1. package/lib/stake.browser.js +18509 -11887
  2. package/lib/stake.browser.js.map +1 -1
  3. package/lib/stake.d.ts +899 -140
  4. package/lib/stake.js +18524 -11890
  5. package/lib/stake.js.map +1 -1
  6. package/lib/stake.m.js +18509 -11887
  7. package/lib/stake.m.js.map +1 -1
  8. package/package.json +2 -2
  9. package/src/assets/ethereum/ABI/common/Base58.sol/Base58.dbg.json +4 -0
  10. package/src/assets/ethereum/ABI/common/Base58.sol/Base58.json +164 -0
  11. package/src/assets/ethereum/ABI/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.dbg.json +4 -0
  12. package/src/assets/ethereum/ABI/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.json +76 -0
  13. package/src/assets/ethereum/ABI/common/RestrictedCallers.sol/RestrictedCallers.dbg.json +4 -0
  14. package/src/assets/ethereum/ABI/common/RestrictedCallers.sol/RestrictedCallers.json +10 -0
  15. package/src/assets/ethereum/ABI/common/iodata.sol/iodata.dbg.json +4 -0
  16. package/src/assets/ethereum/ABI/common/iodata.sol/iodata.json +618 -0
  17. package/src/assets/ethereum/ABI/common/iodata_util.sol/iodata_util.dbg.json +4 -0
  18. package/src/assets/ethereum/ABI/common/iodata_util.sol/iodata_util.json +40 -0
  19. package/src/assets/ethereum/ABI/common/sysio_data.sol/sysio_data.dbg.json +4 -0
  20. package/src/assets/ethereum/ABI/common/sysio_data.sol/sysio_data.json +10 -0
  21. package/src/assets/ethereum/ABI/common/sysio_errors.sol/sysio_errors.dbg.json +4 -0
  22. package/src/assets/ethereum/ABI/common/sysio_errors.sol/sysio_errors.json +10 -0
  23. package/src/assets/ethereum/ABI/common/sysio_merkle.sol/sysio_merkle.dbg.json +4 -0
  24. package/src/assets/ethereum/ABI/common/sysio_merkle.sol/sysio_merkle.json +233 -0
  25. package/src/assets/ethereum/ABI/common/sysio_name.sol/sysio_name.dbg.json +4 -0
  26. package/src/assets/ethereum/ABI/common/sysio_name.sol/sysio_name.json +49 -0
  27. package/src/assets/ethereum/ABI/common/sysio_pubkey.sol/sysio_pubkey.dbg.json +4 -0
  28. package/src/assets/ethereum/ABI/common/sysio_pubkey.sol/sysio_pubkey.json +64 -0
  29. package/src/assets/ethereum/ABI/common/sysio_read.sol/sysio_read.dbg.json +4 -0
  30. package/src/assets/ethereum/ABI/common/sysio_read.sol/sysio_read.json +1458 -0
  31. package/src/assets/ethereum/ABI/common/sysio_tester.sol/SysioTester.dbg.json +4 -0
  32. package/src/assets/ethereum/ABI/common/sysio_tester.sol/SysioTester.json +1532 -0
  33. package/src/assets/ethereum/ABI/common/sysio_verify.sol/sysio_verify.dbg.json +4 -0
  34. package/src/assets/ethereum/ABI/common/sysio_verify.sol/sysio_verify.json +1525 -0
  35. package/src/assets/ethereum/ABI/common/sysio_write.sol/sysio_write.dbg.json +4 -0
  36. package/src/assets/ethereum/ABI/common/sysio_write.sol/sysio_write.json +1076 -0
  37. package/src/assets/ethereum/ABI/liqEth/BeaconState.sol/BeaconState.dbg.json +1 -1
  38. package/src/assets/ethereum/ABI/liqEth/DepositManager.sol/DepositManager.dbg.json +1 -1
  39. package/src/assets/ethereum/ABI/liqEth/DepositManager.sol/DepositManager.json +28 -2
  40. package/src/assets/ethereum/ABI/liqEth/LiqEthAuthority.sol/LiqEthAuthority.dbg.json +1 -1
  41. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IAccounting.dbg.json +1 -1
  42. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IDepositContract.dbg.json +1 -1
  43. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IDepositManager.dbg.json +1 -1
  44. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +1 -1
  45. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IRewardsERC20.dbg.json +1 -1
  46. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +1 -1
  47. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IStakingModule.dbg.json +1 -1
  48. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +1 -1
  49. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +1 -1
  50. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/LiqEthCommon.dbg.json +1 -1
  51. package/src/assets/ethereum/ABI/liqEth/LiqEthManaged.sol/LiqEthManaged.dbg.json +1 -1
  52. package/src/assets/ethereum/ABI/liqEth/RewardsERC20.sol/RewardsERC20Upgradeable.dbg.json +1 -1
  53. package/src/assets/ethereum/ABI/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.dbg.json +1 -1
  54. package/src/assets/ethereum/ABI/liqEth/Yield.sol/YieldOracle.dbg.json +1 -1
  55. package/src/assets/ethereum/ABI/liqEth/Yield.sol/YieldOracle.json +2 -2
  56. package/src/assets/ethereum/ABI/liqEth/accounting.sol/Accounting.dbg.json +1 -1
  57. package/src/assets/ethereum/ABI/liqEth/accounting.sol/Accounting.json +2 -15
  58. package/src/assets/ethereum/ABI/liqEth/liqEth.sol/LiqEthToken.dbg.json +1 -1
  59. package/src/assets/ethereum/ABI/liqEth/stakingModule.sol/StakingModule.dbg.json +1 -1
  60. package/src/assets/ethereum/ABI/liqEth/stakingModule.sol/StakingModule.json +6 -25
  61. package/src/assets/ethereum/ABI/liqEth/withdrawalQueue.sol/WithdrawalQueue.dbg.json +1 -1
  62. package/src/assets/ethereum/ABI/liqEth/withdrawalVault.sol/Uint64BE.dbg.json +1 -1
  63. package/src/assets/ethereum/ABI/liqEth/withdrawalVault.sol/Uint64BE.json +2 -2
  64. package/src/assets/ethereum/ABI/liqEth/withdrawalVault.sol/WithdrawalVault.dbg.json +1 -1
  65. package/src/assets/ethereum/ABI/liqEth/withdrawalVault.sol/WithdrawalVault.json +6 -25
  66. package/src/assets/ethereum/ABI/outpost/BAR.sol/BAR.dbg.json +1 -1
  67. package/src/assets/ethereum/ABI/outpost/Depositor.sol/Depositor.dbg.json +1 -1
  68. package/src/assets/ethereum/ABI/outpost/Depositor.sol/Depositor.json +26 -26
  69. package/src/assets/ethereum/ABI/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.dbg.json +1 -1
  70. package/src/assets/ethereum/ABI/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.dbg.json +1 -1
  71. package/src/assets/ethereum/ABI/outpost/OPP.sol/OPP.dbg.json +1 -1
  72. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPP.dbg.json +1 -1
  73. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPPEndpoint.dbg.json +1 -1
  74. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPPInbound.dbg.json +1 -1
  75. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPPReceiver.dbg.json +1 -1
  76. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPPSender.dbg.json +1 -1
  77. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/OPPCommon.dbg.json +1 -1
  78. package/src/assets/ethereum/ABI/outpost/OPPEndpoint.sol/OPPEndpoint.dbg.json +1 -1
  79. package/src/assets/ethereum/ABI/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.dbg.json +1 -1
  80. package/src/assets/ethereum/ABI/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.dbg.json +1 -1
  81. package/src/assets/ethereum/ABI/outpost/OPPErrors.sol/OPPErrors.dbg.json +1 -1
  82. package/src/assets/ethereum/ABI/outpost/OPPInbound.sol/OPPInbound.dbg.json +1 -1
  83. package/src/assets/ethereum/ABI/outpost/OPPReceiver.sol/OPPReceiver.dbg.json +1 -1
  84. package/src/assets/ethereum/ABI/outpost/OPPSender.sol/OPPSender.dbg.json +1 -1
  85. package/src/assets/ethereum/ABI/outpost/OutpostErrors.sol/OutpostErrors.dbg.json +1 -1
  86. package/src/assets/ethereum/ABI/outpost/OutpostManaged.sol/OutpostManaged.dbg.json +1 -1
  87. package/src/assets/ethereum/ABI/outpost/OutpostManager.sol/OutpostManager.dbg.json +1 -1
  88. package/src/assets/ethereum/ABI/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.dbg.json +1 -1
  89. package/src/assets/ethereum/ABI/outpost/OutpostManagerCommon.sol/IOutpostManager.dbg.json +1 -1
  90. package/src/assets/ethereum/ABI/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.dbg.json +1 -1
  91. package/src/assets/ethereum/ABI/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.dbg.json +1 -1
  92. package/src/assets/ethereum/ABI/outpost/OutpostOwnable.sol/OutpostOwnable.dbg.json +1 -1
  93. package/src/assets/ethereum/ABI/outpost/Pool.sol/Pool.dbg.json +1 -1
  94. package/src/assets/ethereum/ABI/outpost/Pool.sol/Pool.json +2 -2
  95. package/src/assets/ethereum/ABI/outpost/Pretoken.sol/Pretoken.dbg.json +1 -1
  96. package/src/assets/ethereum/ABI/outpost/Pretoken.sol/Pretoken.json +9 -9
  97. package/src/assets/ethereum/ABI/outpost/ReceiptNFT.sol/ReceiptNFT.dbg.json +1 -1
  98. package/src/assets/ethereum/ABI/outpost/interfaces/IPretoken.sol/IPretoken.dbg.json +1 -1
  99. package/src/assets/ethereum/ABI/outpost/interfaces/IWarrant.sol/IWarrant.dbg.json +1 -1
  100. package/src/assets/ethereum/ABI/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.dbg.json +1 -1
  101. package/src/assets/ethereum/ABI/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.dbg.json +1 -1
  102. package/src/assets/solana/idl/liqsol_core.json +760 -150
  103. package/src/assets/solana/idl/liqsol_token.json +1 -1
  104. package/src/assets/solana/idl/transfer_hook.json +6 -1
  105. package/src/assets/solana/idl/validator_leaderboard.json +4 -1
  106. package/src/assets/solana/types/liqsol_core.ts +760 -150
  107. package/src/assets/solana/types/liqsol_token.ts +1 -1
  108. package/src/assets/solana/types/transfer_hook.ts +6 -1
  109. package/src/assets/solana/types/validator_leaderboard.ts +4 -1
  110. package/src/networks/ethereum/clients/convert.client.ts +2 -2
  111. package/src/networks/ethereum/clients/pretoken.client.ts +6 -4
  112. package/src/networks/ethereum/clients/stake.client.ts +2 -2
  113. package/src/networks/ethereum/contract.ts +102 -49
  114. package/src/networks/ethereum/ethereum.ts +117 -58
  115. package/src/networks/ethereum/types.ts +26 -17
  116. package/src/networks/ethereum/utils.ts +8 -8
  117. package/src/networks/solana/clients/deposit.client.ts +5 -4
  118. package/src/networks/solana/clients/distribution.client.ts +36 -1
  119. package/src/networks/solana/constants.ts +14 -0
  120. package/src/networks/solana/solana.ts +148 -17
  121. package/src/networks/solana/types.ts +129 -0
  122. package/src/types.ts +21 -11
  123. package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/BeaconRoots.dbg.json +0 -4
  124. package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/BeaconRoots.json +0 -10
  125. package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/SSZ.dbg.json +0 -4
  126. package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/SSZ.json +0 -10
  127. package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/SSZExtras.dbg.json +0 -4
  128. package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/SSZExtras.json +0 -10
  129. package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/SSZVec48.dbg.json +0 -4
  130. package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/SSZVec48.json +0 -10
  131. package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/ValidatorBalanceVerifier.dbg.json +0 -4
  132. package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/ValidatorBalanceVerifier.json +0 -291
  133. package/src/assets/ethereum/ABI/outpost/Aggregator.sol/Aggregator.json +0 -82
@@ -0,0 +1,1525 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "sysio_verify",
4
+ "sourceName": "contracts/common/sysio_verify.sol",
5
+ "abi": [
6
+ {
7
+ "inputs": [
8
+ {
9
+ "internalType": "bytes32",
10
+ "name": "sID",
11
+ "type": "bytes32"
12
+ },
13
+ {
14
+ "internalType": "bytes32",
15
+ "name": "sRoot",
16
+ "type": "bytes32"
17
+ },
18
+ {
19
+ "internalType": "bytes32",
20
+ "name": "prevSID",
21
+ "type": "bytes32"
22
+ },
23
+ {
24
+ "internalType": "bytes32",
25
+ "name": "expectedSID",
26
+ "type": "bytes32"
27
+ }
28
+ ],
29
+ "name": "BlockBadSRoot",
30
+ "type": "error"
31
+ },
32
+ {
33
+ "inputs": [],
34
+ "name": "MerkleProofMissing",
35
+ "type": "error"
36
+ },
37
+ {
38
+ "inputs": [
39
+ {
40
+ "components": [
41
+ {
42
+ "components": [
43
+ {
44
+ "internalType": "uint256",
45
+ "name": "timestamp",
46
+ "type": "uint256"
47
+ },
48
+ {
49
+ "internalType": "SysName",
50
+ "name": "producer",
51
+ "type": "uint64"
52
+ },
53
+ {
54
+ "internalType": "uint16",
55
+ "name": "confirmed",
56
+ "type": "uint16"
57
+ },
58
+ {
59
+ "internalType": "bytes32",
60
+ "name": "previous",
61
+ "type": "bytes32"
62
+ },
63
+ {
64
+ "internalType": "bytes32",
65
+ "name": "txMroot",
66
+ "type": "bytes32"
67
+ },
68
+ {
69
+ "internalType": "bytes32",
70
+ "name": "actMroot",
71
+ "type": "bytes32"
72
+ },
73
+ {
74
+ "internalType": "uint32",
75
+ "name": "scheduleVersion",
76
+ "type": "uint32"
77
+ },
78
+ {
79
+ "components": [
80
+ {
81
+ "internalType": "uint32",
82
+ "name": "version",
83
+ "type": "uint32"
84
+ },
85
+ {
86
+ "components": [
87
+ {
88
+ "internalType": "SysName",
89
+ "name": "account_name",
90
+ "type": "uint64"
91
+ },
92
+ {
93
+ "internalType": "bytes",
94
+ "name": "blockSigningKey",
95
+ "type": "bytes"
96
+ }
97
+ ],
98
+ "internalType": "struct Producer[]",
99
+ "name": "producers",
100
+ "type": "tuple[]"
101
+ }
102
+ ],
103
+ "internalType": "struct ProducerSchedule",
104
+ "name": "new_producers",
105
+ "type": "tuple"
106
+ },
107
+ {
108
+ "components": [
109
+ {
110
+ "internalType": "uint16",
111
+ "name": "extensionType",
112
+ "type": "uint16"
113
+ },
114
+ {
115
+ "components": [
116
+ {
117
+ "internalType": "uint32",
118
+ "name": "length",
119
+ "type": "uint32"
120
+ },
121
+ {
122
+ "internalType": "uint32",
123
+ "name": "offset",
124
+ "type": "uint32"
125
+ },
126
+ {
127
+ "components": [
128
+ {
129
+ "internalType": "bytes",
130
+ "name": "data",
131
+ "type": "bytes"
132
+ }
133
+ ],
134
+ "internalType": "struct iodata.Buffer",
135
+ "name": "data",
136
+ "type": "tuple"
137
+ }
138
+ ],
139
+ "internalType": "struct DataRef",
140
+ "name": "dataRef",
141
+ "type": "tuple"
142
+ },
143
+ {
144
+ "internalType": "bytes",
145
+ "name": "data",
146
+ "type": "bytes"
147
+ }
148
+ ],
149
+ "internalType": "struct Extension[]",
150
+ "name": "header_extensions",
151
+ "type": "tuple[]"
152
+ }
153
+ ],
154
+ "internalType": "struct BlockHeader",
155
+ "name": "header",
156
+ "type": "tuple"
157
+ },
158
+ {
159
+ "components": [
160
+ {
161
+ "internalType": "bytes32",
162
+ "name": "r",
163
+ "type": "bytes32"
164
+ },
165
+ {
166
+ "internalType": "bytes32",
167
+ "name": "s",
168
+ "type": "bytes32"
169
+ },
170
+ {
171
+ "internalType": "uint8",
172
+ "name": "v",
173
+ "type": "uint8"
174
+ }
175
+ ],
176
+ "internalType": "struct PointSigValues",
177
+ "name": "signature",
178
+ "type": "tuple"
179
+ },
180
+ {
181
+ "internalType": "bytes32",
182
+ "name": "blockMRoot",
183
+ "type": "bytes32"
184
+ },
185
+ {
186
+ "internalType": "bytes32",
187
+ "name": "scheduleHash",
188
+ "type": "bytes32"
189
+ }
190
+ ],
191
+ "internalType": "struct SignedHeader",
192
+ "name": "signed",
193
+ "type": "tuple"
194
+ }
195
+ ],
196
+ "name": "blockDigestAndID",
197
+ "outputs": [
198
+ {
199
+ "internalType": "bytes32",
200
+ "name": "sigDigest",
201
+ "type": "bytes32"
202
+ },
203
+ {
204
+ "internalType": "bytes32",
205
+ "name": "blockID",
206
+ "type": "bytes32"
207
+ }
208
+ ],
209
+ "stateMutability": "pure",
210
+ "type": "function"
211
+ },
212
+ {
213
+ "inputs": [
214
+ {
215
+ "components": [
216
+ {
217
+ "internalType": "uint256",
218
+ "name": "timestamp",
219
+ "type": "uint256"
220
+ },
221
+ {
222
+ "internalType": "SysName",
223
+ "name": "producer",
224
+ "type": "uint64"
225
+ },
226
+ {
227
+ "internalType": "uint16",
228
+ "name": "confirmed",
229
+ "type": "uint16"
230
+ },
231
+ {
232
+ "internalType": "bytes32",
233
+ "name": "previous",
234
+ "type": "bytes32"
235
+ },
236
+ {
237
+ "internalType": "bytes32",
238
+ "name": "txMroot",
239
+ "type": "bytes32"
240
+ },
241
+ {
242
+ "internalType": "bytes32",
243
+ "name": "actMroot",
244
+ "type": "bytes32"
245
+ },
246
+ {
247
+ "internalType": "uint32",
248
+ "name": "scheduleVersion",
249
+ "type": "uint32"
250
+ },
251
+ {
252
+ "components": [
253
+ {
254
+ "internalType": "uint32",
255
+ "name": "version",
256
+ "type": "uint32"
257
+ },
258
+ {
259
+ "components": [
260
+ {
261
+ "internalType": "SysName",
262
+ "name": "account_name",
263
+ "type": "uint64"
264
+ },
265
+ {
266
+ "internalType": "bytes",
267
+ "name": "blockSigningKey",
268
+ "type": "bytes"
269
+ }
270
+ ],
271
+ "internalType": "struct Producer[]",
272
+ "name": "producers",
273
+ "type": "tuple[]"
274
+ }
275
+ ],
276
+ "internalType": "struct ProducerSchedule",
277
+ "name": "new_producers",
278
+ "type": "tuple"
279
+ },
280
+ {
281
+ "components": [
282
+ {
283
+ "internalType": "uint16",
284
+ "name": "extensionType",
285
+ "type": "uint16"
286
+ },
287
+ {
288
+ "components": [
289
+ {
290
+ "internalType": "uint32",
291
+ "name": "length",
292
+ "type": "uint32"
293
+ },
294
+ {
295
+ "internalType": "uint32",
296
+ "name": "offset",
297
+ "type": "uint32"
298
+ },
299
+ {
300
+ "components": [
301
+ {
302
+ "internalType": "bytes",
303
+ "name": "data",
304
+ "type": "bytes"
305
+ }
306
+ ],
307
+ "internalType": "struct iodata.Buffer",
308
+ "name": "data",
309
+ "type": "tuple"
310
+ }
311
+ ],
312
+ "internalType": "struct DataRef",
313
+ "name": "dataRef",
314
+ "type": "tuple"
315
+ },
316
+ {
317
+ "internalType": "bytes",
318
+ "name": "data",
319
+ "type": "bytes"
320
+ }
321
+ ],
322
+ "internalType": "struct Extension[]",
323
+ "name": "header_extensions",
324
+ "type": "tuple[]"
325
+ }
326
+ ],
327
+ "internalType": "struct BlockHeader",
328
+ "name": "header",
329
+ "type": "tuple"
330
+ }
331
+ ],
332
+ "name": "getBlockNum",
333
+ "outputs": [
334
+ {
335
+ "internalType": "uint32",
336
+ "name": "",
337
+ "type": "uint32"
338
+ }
339
+ ],
340
+ "stateMutability": "pure",
341
+ "type": "function"
342
+ },
343
+ {
344
+ "inputs": [
345
+ {
346
+ "internalType": "bytes32",
347
+ "name": "blockID",
348
+ "type": "bytes32"
349
+ }
350
+ ],
351
+ "name": "getBlockNum",
352
+ "outputs": [
353
+ {
354
+ "internalType": "uint32",
355
+ "name": "",
356
+ "type": "uint32"
357
+ }
358
+ ],
359
+ "stateMutability": "pure",
360
+ "type": "function"
361
+ },
362
+ {
363
+ "inputs": [
364
+ {
365
+ "components": [
366
+ {
367
+ "internalType": "uint256",
368
+ "name": "timestamp",
369
+ "type": "uint256"
370
+ },
371
+ {
372
+ "internalType": "SysName",
373
+ "name": "producer",
374
+ "type": "uint64"
375
+ },
376
+ {
377
+ "internalType": "uint16",
378
+ "name": "confirmed",
379
+ "type": "uint16"
380
+ },
381
+ {
382
+ "internalType": "bytes32",
383
+ "name": "previous",
384
+ "type": "bytes32"
385
+ },
386
+ {
387
+ "internalType": "bytes32",
388
+ "name": "txMroot",
389
+ "type": "bytes32"
390
+ },
391
+ {
392
+ "internalType": "bytes32",
393
+ "name": "actMroot",
394
+ "type": "bytes32"
395
+ },
396
+ {
397
+ "internalType": "uint32",
398
+ "name": "scheduleVersion",
399
+ "type": "uint32"
400
+ },
401
+ {
402
+ "components": [
403
+ {
404
+ "internalType": "uint32",
405
+ "name": "version",
406
+ "type": "uint32"
407
+ },
408
+ {
409
+ "components": [
410
+ {
411
+ "internalType": "SysName",
412
+ "name": "account_name",
413
+ "type": "uint64"
414
+ },
415
+ {
416
+ "internalType": "bytes",
417
+ "name": "blockSigningKey",
418
+ "type": "bytes"
419
+ }
420
+ ],
421
+ "internalType": "struct Producer[]",
422
+ "name": "producers",
423
+ "type": "tuple[]"
424
+ }
425
+ ],
426
+ "internalType": "struct ProducerSchedule",
427
+ "name": "new_producers",
428
+ "type": "tuple"
429
+ },
430
+ {
431
+ "components": [
432
+ {
433
+ "internalType": "uint16",
434
+ "name": "extensionType",
435
+ "type": "uint16"
436
+ },
437
+ {
438
+ "components": [
439
+ {
440
+ "internalType": "uint32",
441
+ "name": "length",
442
+ "type": "uint32"
443
+ },
444
+ {
445
+ "internalType": "uint32",
446
+ "name": "offset",
447
+ "type": "uint32"
448
+ },
449
+ {
450
+ "components": [
451
+ {
452
+ "internalType": "bytes",
453
+ "name": "data",
454
+ "type": "bytes"
455
+ }
456
+ ],
457
+ "internalType": "struct iodata.Buffer",
458
+ "name": "data",
459
+ "type": "tuple"
460
+ }
461
+ ],
462
+ "internalType": "struct DataRef",
463
+ "name": "dataRef",
464
+ "type": "tuple"
465
+ },
466
+ {
467
+ "internalType": "bytes",
468
+ "name": "data",
469
+ "type": "bytes"
470
+ }
471
+ ],
472
+ "internalType": "struct Extension[]",
473
+ "name": "header_extensions",
474
+ "type": "tuple[]"
475
+ }
476
+ ],
477
+ "internalType": "struct BlockHeader",
478
+ "name": "header",
479
+ "type": "tuple"
480
+ }
481
+ ],
482
+ "name": "getBlockTime",
483
+ "outputs": [
484
+ {
485
+ "internalType": "uint256",
486
+ "name": "ethTimestamp",
487
+ "type": "uint256"
488
+ }
489
+ ],
490
+ "stateMutability": "pure",
491
+ "type": "function"
492
+ },
493
+ {
494
+ "inputs": [
495
+ {
496
+ "internalType": "SysName",
497
+ "name": "contract_name",
498
+ "type": "uint64"
499
+ },
500
+ {
501
+ "components": [
502
+ {
503
+ "internalType": "uint256",
504
+ "name": "timestamp",
505
+ "type": "uint256"
506
+ },
507
+ {
508
+ "internalType": "SysName",
509
+ "name": "producer",
510
+ "type": "uint64"
511
+ },
512
+ {
513
+ "internalType": "uint16",
514
+ "name": "confirmed",
515
+ "type": "uint16"
516
+ },
517
+ {
518
+ "internalType": "bytes32",
519
+ "name": "previous",
520
+ "type": "bytes32"
521
+ },
522
+ {
523
+ "internalType": "bytes32",
524
+ "name": "txMroot",
525
+ "type": "bytes32"
526
+ },
527
+ {
528
+ "internalType": "bytes32",
529
+ "name": "actMroot",
530
+ "type": "bytes32"
531
+ },
532
+ {
533
+ "internalType": "uint32",
534
+ "name": "scheduleVersion",
535
+ "type": "uint32"
536
+ },
537
+ {
538
+ "components": [
539
+ {
540
+ "internalType": "uint32",
541
+ "name": "version",
542
+ "type": "uint32"
543
+ },
544
+ {
545
+ "components": [
546
+ {
547
+ "internalType": "SysName",
548
+ "name": "account_name",
549
+ "type": "uint64"
550
+ },
551
+ {
552
+ "internalType": "bytes",
553
+ "name": "blockSigningKey",
554
+ "type": "bytes"
555
+ }
556
+ ],
557
+ "internalType": "struct Producer[]",
558
+ "name": "producers",
559
+ "type": "tuple[]"
560
+ }
561
+ ],
562
+ "internalType": "struct ProducerSchedule",
563
+ "name": "new_producers",
564
+ "type": "tuple"
565
+ },
566
+ {
567
+ "components": [
568
+ {
569
+ "internalType": "uint16",
570
+ "name": "extensionType",
571
+ "type": "uint16"
572
+ },
573
+ {
574
+ "components": [
575
+ {
576
+ "internalType": "uint32",
577
+ "name": "length",
578
+ "type": "uint32"
579
+ },
580
+ {
581
+ "internalType": "uint32",
582
+ "name": "offset",
583
+ "type": "uint32"
584
+ },
585
+ {
586
+ "components": [
587
+ {
588
+ "internalType": "bytes",
589
+ "name": "data",
590
+ "type": "bytes"
591
+ }
592
+ ],
593
+ "internalType": "struct iodata.Buffer",
594
+ "name": "data",
595
+ "type": "tuple"
596
+ }
597
+ ],
598
+ "internalType": "struct DataRef",
599
+ "name": "dataRef",
600
+ "type": "tuple"
601
+ },
602
+ {
603
+ "internalType": "bytes",
604
+ "name": "data",
605
+ "type": "bytes"
606
+ }
607
+ ],
608
+ "internalType": "struct Extension[]",
609
+ "name": "header_extensions",
610
+ "type": "tuple[]"
611
+ }
612
+ ],
613
+ "internalType": "struct BlockHeader",
614
+ "name": "header",
615
+ "type": "tuple"
616
+ }
617
+ ],
618
+ "name": "getSInfo",
619
+ "outputs": [
620
+ {
621
+ "internalType": "bytes32",
622
+ "name": "sID",
623
+ "type": "bytes32"
624
+ },
625
+ {
626
+ "internalType": "bytes32",
627
+ "name": "sRoot",
628
+ "type": "bytes32"
629
+ },
630
+ {
631
+ "internalType": "uint32",
632
+ "name": "sNum",
633
+ "type": "uint32"
634
+ }
635
+ ],
636
+ "stateMutability": "pure",
637
+ "type": "function"
638
+ },
639
+ {
640
+ "inputs": [
641
+ {
642
+ "internalType": "bytes32",
643
+ "name": "transactionID",
644
+ "type": "bytes32"
645
+ },
646
+ {
647
+ "components": [
648
+ {
649
+ "internalType": "uint8",
650
+ "name": "status",
651
+ "type": "uint8"
652
+ },
653
+ {
654
+ "internalType": "uint32",
655
+ "name": "cpu_usage_us",
656
+ "type": "uint32"
657
+ },
658
+ {
659
+ "internalType": "uint32",
660
+ "name": "net_usage_words",
661
+ "type": "uint32"
662
+ },
663
+ {
664
+ "components": [
665
+ {
666
+ "internalType": "uint8",
667
+ "name": "keyType",
668
+ "type": "uint8"
669
+ },
670
+ {
671
+ "components": [
672
+ {
673
+ "internalType": "bytes32",
674
+ "name": "r",
675
+ "type": "bytes32"
676
+ },
677
+ {
678
+ "internalType": "bytes32",
679
+ "name": "s",
680
+ "type": "bytes32"
681
+ },
682
+ {
683
+ "internalType": "uint8",
684
+ "name": "v",
685
+ "type": "uint8"
686
+ }
687
+ ],
688
+ "internalType": "struct PointSigValues",
689
+ "name": "rsv",
690
+ "type": "tuple"
691
+ }
692
+ ],
693
+ "internalType": "struct Signature[]",
694
+ "name": "signatures",
695
+ "type": "tuple[]"
696
+ },
697
+ {
698
+ "internalType": "bytes",
699
+ "name": "packed_context_free_data",
700
+ "type": "bytes"
701
+ }
702
+ ],
703
+ "internalType": "struct TransactionExtra",
704
+ "name": "txExtra",
705
+ "type": "tuple"
706
+ }
707
+ ],
708
+ "name": "getTransactionDigest",
709
+ "outputs": [
710
+ {
711
+ "internalType": "bytes32",
712
+ "name": "",
713
+ "type": "bytes32"
714
+ }
715
+ ],
716
+ "stateMutability": "pure",
717
+ "type": "function"
718
+ },
719
+ {
720
+ "inputs": [
721
+ {
722
+ "internalType": "bytes32",
723
+ "name": "transactionID",
724
+ "type": "bytes32"
725
+ },
726
+ {
727
+ "components": [
728
+ {
729
+ "internalType": "uint8",
730
+ "name": "status",
731
+ "type": "uint8"
732
+ },
733
+ {
734
+ "internalType": "uint32",
735
+ "name": "cpu_usage_us",
736
+ "type": "uint32"
737
+ },
738
+ {
739
+ "internalType": "uint32",
740
+ "name": "net_usage_words",
741
+ "type": "uint32"
742
+ },
743
+ {
744
+ "components": [
745
+ {
746
+ "internalType": "uint8",
747
+ "name": "keyType",
748
+ "type": "uint8"
749
+ },
750
+ {
751
+ "components": [
752
+ {
753
+ "internalType": "bytes32",
754
+ "name": "r",
755
+ "type": "bytes32"
756
+ },
757
+ {
758
+ "internalType": "bytes32",
759
+ "name": "s",
760
+ "type": "bytes32"
761
+ },
762
+ {
763
+ "internalType": "uint8",
764
+ "name": "v",
765
+ "type": "uint8"
766
+ }
767
+ ],
768
+ "internalType": "struct PointSigValues",
769
+ "name": "rsv",
770
+ "type": "tuple"
771
+ }
772
+ ],
773
+ "internalType": "struct Signature[]",
774
+ "name": "signatures",
775
+ "type": "tuple[]"
776
+ },
777
+ {
778
+ "internalType": "bytes",
779
+ "name": "packed_context_free_data",
780
+ "type": "bytes"
781
+ }
782
+ ],
783
+ "internalType": "struct TransactionExtra",
784
+ "name": "txExtra",
785
+ "type": "tuple"
786
+ }
787
+ ],
788
+ "name": "getTransactionLeafHash",
789
+ "outputs": [
790
+ {
791
+ "internalType": "bytes32",
792
+ "name": "",
793
+ "type": "bytes32"
794
+ }
795
+ ],
796
+ "stateMutability": "pure",
797
+ "type": "function"
798
+ },
799
+ {
800
+ "inputs": [
801
+ {
802
+ "components": [
803
+ {
804
+ "components": [
805
+ {
806
+ "internalType": "uint256",
807
+ "name": "timestamp",
808
+ "type": "uint256"
809
+ },
810
+ {
811
+ "internalType": "SysName",
812
+ "name": "producer",
813
+ "type": "uint64"
814
+ },
815
+ {
816
+ "internalType": "uint16",
817
+ "name": "confirmed",
818
+ "type": "uint16"
819
+ },
820
+ {
821
+ "internalType": "bytes32",
822
+ "name": "previous",
823
+ "type": "bytes32"
824
+ },
825
+ {
826
+ "internalType": "bytes32",
827
+ "name": "txMroot",
828
+ "type": "bytes32"
829
+ },
830
+ {
831
+ "internalType": "bytes32",
832
+ "name": "actMroot",
833
+ "type": "bytes32"
834
+ },
835
+ {
836
+ "internalType": "uint32",
837
+ "name": "scheduleVersion",
838
+ "type": "uint32"
839
+ },
840
+ {
841
+ "components": [
842
+ {
843
+ "internalType": "uint32",
844
+ "name": "version",
845
+ "type": "uint32"
846
+ },
847
+ {
848
+ "components": [
849
+ {
850
+ "internalType": "SysName",
851
+ "name": "account_name",
852
+ "type": "uint64"
853
+ },
854
+ {
855
+ "internalType": "bytes",
856
+ "name": "blockSigningKey",
857
+ "type": "bytes"
858
+ }
859
+ ],
860
+ "internalType": "struct Producer[]",
861
+ "name": "producers",
862
+ "type": "tuple[]"
863
+ }
864
+ ],
865
+ "internalType": "struct ProducerSchedule",
866
+ "name": "new_producers",
867
+ "type": "tuple"
868
+ },
869
+ {
870
+ "components": [
871
+ {
872
+ "internalType": "uint16",
873
+ "name": "extensionType",
874
+ "type": "uint16"
875
+ },
876
+ {
877
+ "components": [
878
+ {
879
+ "internalType": "uint32",
880
+ "name": "length",
881
+ "type": "uint32"
882
+ },
883
+ {
884
+ "internalType": "uint32",
885
+ "name": "offset",
886
+ "type": "uint32"
887
+ },
888
+ {
889
+ "components": [
890
+ {
891
+ "internalType": "bytes",
892
+ "name": "data",
893
+ "type": "bytes"
894
+ }
895
+ ],
896
+ "internalType": "struct iodata.Buffer",
897
+ "name": "data",
898
+ "type": "tuple"
899
+ }
900
+ ],
901
+ "internalType": "struct DataRef",
902
+ "name": "dataRef",
903
+ "type": "tuple"
904
+ },
905
+ {
906
+ "internalType": "bytes",
907
+ "name": "data",
908
+ "type": "bytes"
909
+ }
910
+ ],
911
+ "internalType": "struct Extension[]",
912
+ "name": "header_extensions",
913
+ "type": "tuple[]"
914
+ }
915
+ ],
916
+ "internalType": "struct BlockHeader",
917
+ "name": "header",
918
+ "type": "tuple"
919
+ },
920
+ {
921
+ "components": [
922
+ {
923
+ "internalType": "bytes32",
924
+ "name": "r",
925
+ "type": "bytes32"
926
+ },
927
+ {
928
+ "internalType": "bytes32",
929
+ "name": "s",
930
+ "type": "bytes32"
931
+ },
932
+ {
933
+ "internalType": "uint8",
934
+ "name": "v",
935
+ "type": "uint8"
936
+ }
937
+ ],
938
+ "internalType": "struct PointSigValues",
939
+ "name": "signature",
940
+ "type": "tuple"
941
+ },
942
+ {
943
+ "internalType": "bytes32",
944
+ "name": "blockMRoot",
945
+ "type": "bytes32"
946
+ },
947
+ {
948
+ "internalType": "bytes32",
949
+ "name": "scheduleHash",
950
+ "type": "bytes32"
951
+ }
952
+ ],
953
+ "internalType": "struct SignedHeader",
954
+ "name": "signed",
955
+ "type": "tuple"
956
+ }
957
+ ],
958
+ "name": "recoverBlockSignature",
959
+ "outputs": [
960
+ {
961
+ "internalType": "address",
962
+ "name": "recovered",
963
+ "type": "address"
964
+ },
965
+ {
966
+ "internalType": "bytes32",
967
+ "name": "sigDigest",
968
+ "type": "bytes32"
969
+ },
970
+ {
971
+ "internalType": "bytes32",
972
+ "name": "blockID",
973
+ "type": "bytes32"
974
+ }
975
+ ],
976
+ "stateMutability": "pure",
977
+ "type": "function"
978
+ },
979
+ {
980
+ "inputs": [
981
+ {
982
+ "internalType": "bytes32",
983
+ "name": "hash",
984
+ "type": "bytes32"
985
+ },
986
+ {
987
+ "internalType": "uint8",
988
+ "name": "keyType",
989
+ "type": "uint8"
990
+ },
991
+ {
992
+ "components": [
993
+ {
994
+ "internalType": "bytes32",
995
+ "name": "r",
996
+ "type": "bytes32"
997
+ },
998
+ {
999
+ "internalType": "bytes32",
1000
+ "name": "s",
1001
+ "type": "bytes32"
1002
+ },
1003
+ {
1004
+ "internalType": "uint8",
1005
+ "name": "v",
1006
+ "type": "uint8"
1007
+ }
1008
+ ],
1009
+ "internalType": "struct PointSigValues",
1010
+ "name": "rsv",
1011
+ "type": "tuple"
1012
+ }
1013
+ ],
1014
+ "name": "recoverSignature",
1015
+ "outputs": [
1016
+ {
1017
+ "internalType": "address",
1018
+ "name": "",
1019
+ "type": "address"
1020
+ }
1021
+ ],
1022
+ "stateMutability": "pure",
1023
+ "type": "function"
1024
+ },
1025
+ {
1026
+ "inputs": [
1027
+ {
1028
+ "internalType": "bytes32",
1029
+ "name": "hash",
1030
+ "type": "bytes32"
1031
+ },
1032
+ {
1033
+ "components": [
1034
+ {
1035
+ "internalType": "uint8",
1036
+ "name": "keyType",
1037
+ "type": "uint8"
1038
+ },
1039
+ {
1040
+ "components": [
1041
+ {
1042
+ "internalType": "bytes32",
1043
+ "name": "r",
1044
+ "type": "bytes32"
1045
+ },
1046
+ {
1047
+ "internalType": "bytes32",
1048
+ "name": "s",
1049
+ "type": "bytes32"
1050
+ },
1051
+ {
1052
+ "internalType": "uint8",
1053
+ "name": "v",
1054
+ "type": "uint8"
1055
+ }
1056
+ ],
1057
+ "internalType": "struct PointSigValues",
1058
+ "name": "rsv",
1059
+ "type": "tuple"
1060
+ }
1061
+ ],
1062
+ "internalType": "struct Signature",
1063
+ "name": "sig",
1064
+ "type": "tuple"
1065
+ }
1066
+ ],
1067
+ "name": "recoverSignature",
1068
+ "outputs": [
1069
+ {
1070
+ "internalType": "address",
1071
+ "name": "",
1072
+ "type": "address"
1073
+ }
1074
+ ],
1075
+ "stateMutability": "pure",
1076
+ "type": "function"
1077
+ },
1078
+ {
1079
+ "inputs": [
1080
+ {
1081
+ "internalType": "bytes32",
1082
+ "name": "hash",
1083
+ "type": "bytes32"
1084
+ }
1085
+ ],
1086
+ "name": "toEthSignedMessageHash",
1087
+ "outputs": [
1088
+ {
1089
+ "internalType": "bytes32",
1090
+ "name": "",
1091
+ "type": "bytes32"
1092
+ }
1093
+ ],
1094
+ "stateMutability": "pure",
1095
+ "type": "function"
1096
+ },
1097
+ {
1098
+ "inputs": [
1099
+ {
1100
+ "internalType": "SysName",
1101
+ "name": "contract_name",
1102
+ "type": "uint64"
1103
+ },
1104
+ {
1105
+ "components": [
1106
+ {
1107
+ "components": [
1108
+ {
1109
+ "components": [
1110
+ {
1111
+ "internalType": "uint256",
1112
+ "name": "timestamp",
1113
+ "type": "uint256"
1114
+ },
1115
+ {
1116
+ "internalType": "SysName",
1117
+ "name": "producer",
1118
+ "type": "uint64"
1119
+ },
1120
+ {
1121
+ "internalType": "uint16",
1122
+ "name": "confirmed",
1123
+ "type": "uint16"
1124
+ },
1125
+ {
1126
+ "internalType": "bytes32",
1127
+ "name": "previous",
1128
+ "type": "bytes32"
1129
+ },
1130
+ {
1131
+ "internalType": "bytes32",
1132
+ "name": "txMroot",
1133
+ "type": "bytes32"
1134
+ },
1135
+ {
1136
+ "internalType": "bytes32",
1137
+ "name": "actMroot",
1138
+ "type": "bytes32"
1139
+ },
1140
+ {
1141
+ "internalType": "uint32",
1142
+ "name": "scheduleVersion",
1143
+ "type": "uint32"
1144
+ },
1145
+ {
1146
+ "components": [
1147
+ {
1148
+ "internalType": "uint32",
1149
+ "name": "version",
1150
+ "type": "uint32"
1151
+ },
1152
+ {
1153
+ "components": [
1154
+ {
1155
+ "internalType": "SysName",
1156
+ "name": "account_name",
1157
+ "type": "uint64"
1158
+ },
1159
+ {
1160
+ "internalType": "bytes",
1161
+ "name": "blockSigningKey",
1162
+ "type": "bytes"
1163
+ }
1164
+ ],
1165
+ "internalType": "struct Producer[]",
1166
+ "name": "producers",
1167
+ "type": "tuple[]"
1168
+ }
1169
+ ],
1170
+ "internalType": "struct ProducerSchedule",
1171
+ "name": "new_producers",
1172
+ "type": "tuple"
1173
+ },
1174
+ {
1175
+ "components": [
1176
+ {
1177
+ "internalType": "uint16",
1178
+ "name": "extensionType",
1179
+ "type": "uint16"
1180
+ },
1181
+ {
1182
+ "components": [
1183
+ {
1184
+ "internalType": "uint32",
1185
+ "name": "length",
1186
+ "type": "uint32"
1187
+ },
1188
+ {
1189
+ "internalType": "uint32",
1190
+ "name": "offset",
1191
+ "type": "uint32"
1192
+ },
1193
+ {
1194
+ "components": [
1195
+ {
1196
+ "internalType": "bytes",
1197
+ "name": "data",
1198
+ "type": "bytes"
1199
+ }
1200
+ ],
1201
+ "internalType": "struct iodata.Buffer",
1202
+ "name": "data",
1203
+ "type": "tuple"
1204
+ }
1205
+ ],
1206
+ "internalType": "struct DataRef",
1207
+ "name": "dataRef",
1208
+ "type": "tuple"
1209
+ },
1210
+ {
1211
+ "internalType": "bytes",
1212
+ "name": "data",
1213
+ "type": "bytes"
1214
+ }
1215
+ ],
1216
+ "internalType": "struct Extension[]",
1217
+ "name": "header_extensions",
1218
+ "type": "tuple[]"
1219
+ }
1220
+ ],
1221
+ "internalType": "struct BlockHeader",
1222
+ "name": "header",
1223
+ "type": "tuple"
1224
+ },
1225
+ {
1226
+ "components": [
1227
+ {
1228
+ "internalType": "bytes32",
1229
+ "name": "r",
1230
+ "type": "bytes32"
1231
+ },
1232
+ {
1233
+ "internalType": "bytes32",
1234
+ "name": "s",
1235
+ "type": "bytes32"
1236
+ },
1237
+ {
1238
+ "internalType": "uint8",
1239
+ "name": "v",
1240
+ "type": "uint8"
1241
+ }
1242
+ ],
1243
+ "internalType": "struct PointSigValues",
1244
+ "name": "signature",
1245
+ "type": "tuple"
1246
+ },
1247
+ {
1248
+ "internalType": "bytes32",
1249
+ "name": "blockMRoot",
1250
+ "type": "bytes32"
1251
+ },
1252
+ {
1253
+ "internalType": "bytes32",
1254
+ "name": "scheduleHash",
1255
+ "type": "bytes32"
1256
+ }
1257
+ ],
1258
+ "internalType": "struct SignedHeader",
1259
+ "name": "signed",
1260
+ "type": "tuple"
1261
+ },
1262
+ {
1263
+ "internalType": "bytes[]",
1264
+ "name": "packedTransactions",
1265
+ "type": "bytes[]"
1266
+ },
1267
+ {
1268
+ "components": [
1269
+ {
1270
+ "internalType": "uint8",
1271
+ "name": "status",
1272
+ "type": "uint8"
1273
+ },
1274
+ {
1275
+ "internalType": "uint32",
1276
+ "name": "cpu_usage_us",
1277
+ "type": "uint32"
1278
+ },
1279
+ {
1280
+ "internalType": "uint32",
1281
+ "name": "net_usage_words",
1282
+ "type": "uint32"
1283
+ },
1284
+ {
1285
+ "components": [
1286
+ {
1287
+ "internalType": "uint8",
1288
+ "name": "keyType",
1289
+ "type": "uint8"
1290
+ },
1291
+ {
1292
+ "components": [
1293
+ {
1294
+ "internalType": "bytes32",
1295
+ "name": "r",
1296
+ "type": "bytes32"
1297
+ },
1298
+ {
1299
+ "internalType": "bytes32",
1300
+ "name": "s",
1301
+ "type": "bytes32"
1302
+ },
1303
+ {
1304
+ "internalType": "uint8",
1305
+ "name": "v",
1306
+ "type": "uint8"
1307
+ }
1308
+ ],
1309
+ "internalType": "struct PointSigValues",
1310
+ "name": "rsv",
1311
+ "type": "tuple"
1312
+ }
1313
+ ],
1314
+ "internalType": "struct Signature[]",
1315
+ "name": "signatures",
1316
+ "type": "tuple[]"
1317
+ },
1318
+ {
1319
+ "internalType": "bytes",
1320
+ "name": "packed_context_free_data",
1321
+ "type": "bytes"
1322
+ }
1323
+ ],
1324
+ "internalType": "struct TransactionExtra[]",
1325
+ "name": "transactionExtras",
1326
+ "type": "tuple[]"
1327
+ },
1328
+ {
1329
+ "components": [
1330
+ {
1331
+ "internalType": "bytes32[]",
1332
+ "name": "proof",
1333
+ "type": "bytes32[]"
1334
+ },
1335
+ {
1336
+ "internalType": "uint8[]",
1337
+ "name": "ops",
1338
+ "type": "uint8[]"
1339
+ },
1340
+ {
1341
+ "internalType": "uint256",
1342
+ "name": "maxStack",
1343
+ "type": "uint256"
1344
+ }
1345
+ ],
1346
+ "internalType": "struct MerkleProof",
1347
+ "name": "txMrootProof",
1348
+ "type": "tuple"
1349
+ },
1350
+ {
1351
+ "components": [
1352
+ {
1353
+ "internalType": "bytes32[]",
1354
+ "name": "proof",
1355
+ "type": "bytes32[]"
1356
+ },
1357
+ {
1358
+ "internalType": "uint8[]",
1359
+ "name": "ops",
1360
+ "type": "uint8[]"
1361
+ },
1362
+ {
1363
+ "internalType": "uint256",
1364
+ "name": "maxStack",
1365
+ "type": "uint256"
1366
+ }
1367
+ ],
1368
+ "internalType": "struct MerkleProof",
1369
+ "name": "sRootProof",
1370
+ "type": "tuple"
1371
+ }
1372
+ ],
1373
+ "internalType": "struct BlockWithPackedTransactions",
1374
+ "name": "txBlock",
1375
+ "type": "tuple"
1376
+ }
1377
+ ],
1378
+ "name": "verifyPackedTransactions",
1379
+ "outputs": [],
1380
+ "stateMutability": "pure",
1381
+ "type": "function"
1382
+ },
1383
+ {
1384
+ "inputs": [
1385
+ {
1386
+ "internalType": "bytes32",
1387
+ "name": "sID",
1388
+ "type": "bytes32"
1389
+ },
1390
+ {
1391
+ "internalType": "bytes32",
1392
+ "name": "sRoot",
1393
+ "type": "bytes32"
1394
+ },
1395
+ {
1396
+ "internalType": "bytes32",
1397
+ "name": "prevSID",
1398
+ "type": "bytes32"
1399
+ }
1400
+ ],
1401
+ "name": "verifySChain",
1402
+ "outputs": [],
1403
+ "stateMutability": "pure",
1404
+ "type": "function"
1405
+ }
1406
+ ],
1407
+ "bytecode": "0x60808060405234601957611ebe908161001f823930815050f35b600080fdfe6080604052600436101561001257600080fd5b60003560e01c80630ecc3888146100e757806316fa876f146100e25780631a9293f5146100dd5780631b725d09146100d85780631b743712146100d35780631ebe4c4b146100ce5780632dd015af146100c95780635dc6a1c3146100c4578063918a15cf146100bf578063a2297d0f146100ba578063a948a528146100b5578063bd052c94146100b05763df545271146100ab57600080fd5b610dc9565b610db5565b610d32565b610c8d565b610c74565b610c59565b610bd5565b610bb9565b610aa1565b610750565b61072d565b610676565b61023d565b359060ff821682036100fa57565b600080fd5b634e487b7160e01b600052604160045260246000fd5b606081019081106001600160401b0382111761013057604052565b6100ff565b604081019081106001600160401b0382111761013057604052565b602081019081106001600160401b0382111761013057604052565b608081019081106001600160401b0382111761013057604052565b60a081019081106001600160401b0382111761013057604052565b6001600160401b03811161013057604052565b90601f801991011681019081106001600160401b0382111761013057604052565b6040519061012082018281106001600160401b0382111761013057604052565b6040519061020282610186565b565b91908260609103126100fa5760405161021c81610115565b60406102388183958035855260208101356020860152016100ec565b910152565b60a03660031901126100fa5760243560ff811681036100fa5760603660431901126100fa5760405161026e81610115565b604435815260643560208201526084359060ff821682036100fa5760209261029d926040830152600435610e35565b6040516001600160a01b039091168152f35b6001600160401b038116036100fa57565b3590610202826102af565b359061ffff821682036100fa57565b359063ffffffff821682036100fa57565b6001600160401b0381116101305760051b60200190565b6001600160401b03811161013057601f01601f191660200190565b81601f820112156100fa5780359061033482610302565b9261034260405194856101b4565b828452602083830101116100fa57816000926020809301838601378301015290565b6040929181810384136100fa57835161037c81610135565b8094610387846102da565b8252602092838501356001600160401b03958682116100fa57019181601f840112156100fa578235906103b9826102eb565b966103c6825198896101b4565b828852868089019360051b860101948486116100fa57878101935b8685106103f357505050505050500152565b84358381116100fa5782019084601f1983890301126100fa5784519061041882610135565b8a830135610425816102af565b825285830135918583116100fa57610444898d8096958196010161031d565b838201528152019401936103e1565b81601f820112156100fa5780359160209161046d846102eb565b9360409261047d845196876101b4565b818652848087019260051b840101938185116100fa57858401925b8584106104a9575050505050505090565b6001600160401b0384358181116100fa57860191601f196060848703820181136100fa578551916104d983610115565b6104e48c87016102cb565b8352868601358581116100fa578601908281838b0301126100fa578751916105168e61050f85610115565b82016102da565b83528d6105248a83016102da565b90840152838101358781116100fa578e910191828b0301126100fa5787519061054c82610150565b8d8101358781116100fa578e8b9161056593010161031d565b8152878201528b8301528401359283116100fa5761058a868b8096958196010161031d565b85820152815201930192610498565b9190610120838203126100fa576105ae6101d5565b92803584526105bf602082016102c0565b60208501526105d0604082016102cb565b6040850152606081013560608501526080810135608085015260a081013560a08501526105ff60c082016102da565b60c08501526001600160401b039160e08201358381116100fa5781610625918401610364565b60e086015261010092838301359081116100fa576106439201610453565b90830152565b60206003198201126100fa57600435906001600160401b0382116100fa5761067391600401610599565b90565b61067f36610649565b5160011c63386d4380810180911161069c57602090604051908152f35b610ec5565b91909160c0818403126100fa57604051906106bb8261016b565b81938135916001600160401b0383116100fa576106ed826106e260a0946060968501610599565b865260208301610204565b6020850152608081013560408501520135910152565b60206003198201126100fa57600435906001600160401b0382116100fa57610673916004016106a1565b61073e61073936610703565b611208565b60408051928352602083019190915290f35b602061076361075e36610649565b61140e565b63ffffffff60405191168152f35b81601f820112156100fa5780359160209161078b846102eb565b9361079960405195866101b4565b808552838086019160051b830101928084116100fa57848301915b8483106107c45750505050505090565b82356001600160401b0381116100fa5786916107e58484809489010161031d565b8152019201916107b4565b91906080838203126100fa5760206102386040519261080e84610135565b82849661081a816100ec565b865201610204565b919060a0838203126100fa576040519061083b82610186565b8193610846816100ec565b83526020916108568383016102da565b83850152610866604083016102da565b60408501526001600160401b039260608301358481116100fa57830182601f820112156100fa57803591610899836102eb565b926108a760405194856101b4565b808452818085019160071b840101928584116100fa578201905b8382106108ea5750505050606085015260808201359283116100fa57608092610238920161031d565b826080916108f888856107f0565b8152019101906108c1565b81601f820112156100fa5780359160209161091d846102eb565b9361092b60405195866101b4565b808552838086019160051b830101928084116100fa57848301915b8483106109565750505050505090565b82356001600160401b0381116100fa57869161097784848094890101610822565b815201920191610946565b9080601f830112156100fa57602090823561099c816102eb565b936109aa60405195866101b4565b81855260208086019260051b8201019283116100fa57602001905b8282106109d3575050505090565b8380916109df846100ec565b8152019101906109c5565b9190916060818403126100fa5760405190610a0482610115565b81938135916001600160401b03928381116100fa57810182601f820112156100fa578035602091610a34826102eb565b91610a4260405193846101b4565b808352838084019160051b830101918683116100fa5784809101915b838310610a9157505050508552808201359384116100fa57610a866040949385948401610982565b908501520135910152565b8235815291810191859101610a5e565b6003196040368201126100fa576004908135610abc816102af565b602435916001600160401b03908184116100fa5760a09084360301126100fa57610ae46101f5565b92808501358281116100fa57610aff908636918401016106a1565b845260248101358281116100fa57610b1c90863691840101610771565b602085015260448101358281116100fa57610b3c90863691840101610903565b604085015260648101358281116100fa57610b5c908636918401016109ea565b606085015260848101359182116100fa57610b8894610b7e92369201016109ea565b60808301526115db565b005b9060406003198301126100fa5760043591602435906001600160401b0382116100fa5761067391600401610822565b6020610bcd610bc736610b8a565b906118cb565b604051908152f35b60a03660031901126100fa5760803660231901126100fa57604051610bf981610135565b60243560ff811681036100fa57815260603660431901126100fa5760405190610c2182610115565b604435825260643560208301526084359160ff831683036100fa5760ff61029d92602094604084015282858201525116600435610e35565b60203660031901126100fa57602060405160043560e01c8152f35b60203660031901126100fa576020610bcd600435611ab3565b60603660031901126100fa5760408051604435602080830182815260243584860181905294845260043593600091610cdb91610cca6060826101b4565b604051928392839251928391610edb565b8101039060025afa15610d2d576000516001600160e01b031663ffffffff82161790818303610d0657005b60849360405193635a68568560e11b85526004850152602484015260448301526064820152fd5b610e29565b6020610d3d36610703565b816000610d4983611208565b949093015160ff604082015116610d8684835193015160405193849388859094939260ff6060936080840197845216602083015260408201520152565b838052039060015afa15610d2d57606091600051916040519260018060a01b0316835260208301526040820152f35b6020610bcd610dc336610b8a565b90611b42565b60403660031901126100fa57600435610de1816102af565b602435906001600160401b0382116100fa57610e1263ffffffff91610e0c6060943690600401610599565b90611d39565b906040939293519384526020840152166040820152f35b6040513d6000823e3d90fd5b9060ff1660038103610ea35750602091610e50600092611ab3565b610e8f610e61604084015160ff1690565b9285815191015190604051948594859094939260ff6060936080840197845216602083015260408201520152565b838052039060015afa15610d2d5760005190565b610ebe5781600091610e8f610e616040602096015160ff1690565b5050600090565b634e487b7160e01b600052601160045260246000fd5b60005b838110610eee5750506000910152565b8181015183820152602001610ede565b81601f820112156100fa578051610f1481610302565b92610f2260405194856101b4565b818452602082840101116100fa576106739160208085019101610edb565b906020828203126100fa5781516001600160401b03928382116100fa5701906020828203126100fa5760405192610f7684610150565b82519081116100fa57610f899201610efe565b815290565b90602091610fa781518092818552858086019101610edb565b601f01601f1916010190565b516020808352610673920190610f8e565b604090604083019063ffffffff8151168452602080910151936040828201528451809352606081018260608560051b8401019601946000925b85841061100e575050505050505090565b909192939495968580611046600193605f1986820301885286838d516001600160401b03815116845201519181858201520190610f8e565b990194019401929594939190610ffd565b908082519081815260208091019281808460051b8301019501936000915b8483106110855750505050505090565b90919293949584806110f4600193601f198682030187528a519060609061ffff835116815284830151828683015263ffffffff8082511684840152868201511660808301526110e560409384809301519060a085015260c0840190610fb3565b93015191818403910152610f8e565b9801930193019194939290611075565b909161111b61067393604084526040840190610fb3565b91602081840391015261119f61012082518452611148602084015160208601906001600160401b03169052565b60408381015161ffff1690850152606083015160608501526080830151608085015260a083015160a085015261118b60c084015160c086019063ffffffff169052565b60e0830151908060e0860152840190610fc4565b916101008092015191818403910152611057565b906020828203126100fa5781516001600160401b0381116100fa576106739201610efe565b6040610673926020835251916020808201520190610f8e565b9061120460209282815194859201610edb565b0190565b60408051635ca2159160e11b8152909160009173__$871508ae888325252fdba23f15f3f16064$__908381600481855af4908115610d2d5761126b91859182916113f4575b508451875163623b012160e01b815293849283929060048401611104565b038173__$46bbbc6398365a8909166570292cf8d34e$__5af48015610d2d576112b292859283926113d0575b508651808095819463509106ff60e11b8352600483016111d8565b03915af48015610d2d576112d7849160209383916113ae575b508651918280926111f1565b039060025afa15610d2d578151926113046112fe6112f5845161140e565b63ffffffff1690565b60e01b90565b82820151825160208082018890526040808301939093529181526001600160e01b039096169190911794601f199190859061134f906113446060826101b4565b8551918280926111f1565b039060025afa15610d2d57602092849261139561139f93606086519401519361138984519586928a84019091604092825260208201520190565b039081018452836101b4565b51918280926111f1565b039060025afa15610d2d575191565b6113ca91503d8085833e6113c281836101b4565b8101906111b3565b386112cb565b6113ed9192503d8085833e6113e581836101b4565b810190610f40565b9038611297565b61140891503d8084833e6113e581836101b4565b3861124d565b6060015160e01c60010163ffffffff811161069c5790565b90611430826102eb565b61143d60405191826101b4565b828152809261144e601f19916102eb565b0190602036910137565b805182101561146c5760209160051b010190565b634e487b7160e01b600052603260045260246000fd5b60009103126100fa57565b90815180825260208080930193019160005b8281106114ad575050505090565b83518552938101939281019260010161149f565b93929091608085526114df83516060608088015260e087019061148d565b602080850151878303607f190160a089015280518084529282019591929083019060005b81811061153b57505050926115339261020295926040606096015160c08a0152880152868203604088015261148d565b930160019052565b825160ff1688529684019691840191600101611503565b939290916080855261157083516060608088015260e087019061148d565b602080850151878303607f190160a089015280518084529282019591929083019060005b8181106115c457505050926115339261020295926040606096015160c08a0152880152868203604088015261148d565b825160ff1688529684019691840191600101611594565b906020808201916115ed835151611426565b93606082018051515115806117f4575b6117e25780515151611701575b50608082019081515151611621575b505050505050565b60009692939495965b86518051821015611674576000611652611645848a94611458565b51604051918280926111f1565b039060025afa15610d2d5760019060005161166d828b611458565b520161162a565b505091959450925061168891515190611d39565b5092905073__$398d4f030862acab53d338aebf0b4256d7$__915191803b156100fa576116cf9360009360405195869485938493633723f9ef60e21b855260048501611552565b03915af48015610d2d576116e8575b8080808080611619565b806116f56116fb926101a1565b80611482565b386116de565b919590949360005b8151805182101561176d578161171e91611458565b51908560006117346040948551918280926111f1565b039060025afa15610d2d5761175c60019261175583600051928d0151611458565b5190611b42565b6117668289611458565b5201611709565b5050939490959173__$398d4f030862acab53d338aebf0b4256d7$__90516080845151015190823b156100fa57604051633723f9ef60e21b8152926000928492839182916117c0918d91600485016114c1565b03915af48015610d2d571561160a57806116f56117dc926101a1565b3861160a565b6040516314fe0e8d60e01b8152600490fd5b5060808301515151156115fd565b611816604092604083526040830190610fb3565b90602090818184039101528080855193848152019401926000905b83821061184057505050505090565b8451805160ff908116885290840151805188860152808501518884015282015116606087015260809095019493820193600190910190611831565b92919061189960209160408652518260408701526060860190610f8e565b930152565b90916118bd610673936040845251602060408501526060840190610f8e565b916020818403910152610f8e565b60408051635ca2159160e11b815260009373__$871508ae888325252fdba23f15f3f16064$__908583600481855af4928315610d2d578693611a97575b506119438673__$46bbbc6398365a8909166570292cf8d34e$__946060840151908751938492839263369adfbb60e21b845260048401611802565b0381875af48015610d2d5761197f9288928392611a78575b506080019485515191875180958194829363ee65ecb960e01b84526004840161187b565b03915af48015610d2d576119b39387928392611a5c575b50518551638353c19960e01b81529485928392906004840161189e565b0381845af4918215610d2d576119f19486936119d6928591611a42575b50611e02565b908351808096819463509106ff60e11b8352600483016111d8565b03915af4918215610d2d576020928492611a17928492611a26575b5051918280926111f1565b039060025afa15610d2d575190565b611a3b9192503d8086833e6113c281836101b4565b9038611a0c565b611a5691503d8087833e6113e581836101b4565b386119d0565b611a719192503d8085833e6113e581836101b4565b9038611996565b6080919250611a90903d8086833e6113e581836101b4565b919061195b565b611aac9193503d8088833e6113e581836101b4565b9138611908565b60405160208101917f19457468657265756d205369676e6564204d6573736167653a0a3332000000008352603c820152603c8152611af081610115565b51902090565b9060ff611b1760209295949560408552518360408601526060850190610f8e565b9416910152565b9063ffffffff611b1760209295949560408552518360408601526060850190610f8e565b60408051635ca2159160e11b81526000939073__$871508ae888325252fdba23f15f3f16064$__908581600481855af4908115610d2d578691611cc2575b50611bc18673__$46bbbc6398365a8909166570292cf8d34e$__92611ba6865160ff1690565b875163f2f2044f60e01b815293849283929060048401611af6565b0381855af4908115610d2d57611c019188918291611ca8575b50602086015163ffffffff168751632d1d135160e01b815293849283929060048401611b1e565b0381855af48015610d2d57611c419288928392611c8c575b508587015163ffffffff16875163ee65ecb960e01b8152948593849283929160048401611b1e565b03915af4948515610d2d576119f19587946119d6938692611c6e575b50611c6891926118cb565b90611e02565b611c689250611c86903d8089833e6113e581836101b4565b91611c5d565b611ca19192503d8085833e6113e581836101b4565b9038611c19565b611cbc91503d8084833e6113e581836101b4565b38611bda565b611cd691503d8088833e6113e581836101b4565b38611b80565b604051611ce881610150565b60008152906000368137565b908160809103126100fa57606060405191611d0e8361016b565b8051611d19816102af565b835260208101516020840152604081015160408401520151606082015290565b6001600160401b03608091611d93610100611d52611cdc565b950151611d81604051968795869563804638db60e01b8752166004860152606060248601526064850190610f8e565b83810360031901604485015290611057565b038173__$45a5e5b1d409e47128e37dc7b302887e47$__5af4908115610d2d57600091611dd3575b50606060408201519101519163ffffffff8293921690565b611df5915060803d608011611dfb575b611ded81836101b4565b810190611cf4565b38611dbb565b503d611de3565b611e48916000916060604051611e1781610150565b5260405191611e2583610135565b6020808452830152604051638353c19960e01b815293849283926004840161189e565b038173__$871508ae888325252fdba23f15f3f16064$__5af4908115610d2d57600091611e73575090565b61067391503d806000833e6113e581836101b456fea26469706673582212202d576454f401a18f30b2c2707ddf97fe2f2622500cdea40864e2eaa425eb151d64736f6c63430008190033",
1408
+ "deployedBytecode": "0x6080604052600436101561001257600080fd5b60003560e01c80630ecc3888146100e757806316fa876f146100e25780631a9293f5146100dd5780631b725d09146100d85780631b743712146100d35780631ebe4c4b146100ce5780632dd015af146100c95780635dc6a1c3146100c4578063918a15cf146100bf578063a2297d0f146100ba578063a948a528146100b5578063bd052c94146100b05763df545271146100ab57600080fd5b610dc9565b610db5565b610d32565b610c8d565b610c74565b610c59565b610bd5565b610bb9565b610aa1565b610750565b61072d565b610676565b61023d565b359060ff821682036100fa57565b600080fd5b634e487b7160e01b600052604160045260246000fd5b606081019081106001600160401b0382111761013057604052565b6100ff565b604081019081106001600160401b0382111761013057604052565b602081019081106001600160401b0382111761013057604052565b608081019081106001600160401b0382111761013057604052565b60a081019081106001600160401b0382111761013057604052565b6001600160401b03811161013057604052565b90601f801991011681019081106001600160401b0382111761013057604052565b6040519061012082018281106001600160401b0382111761013057604052565b6040519061020282610186565b565b91908260609103126100fa5760405161021c81610115565b60406102388183958035855260208101356020860152016100ec565b910152565b60a03660031901126100fa5760243560ff811681036100fa5760603660431901126100fa5760405161026e81610115565b604435815260643560208201526084359060ff821682036100fa5760209261029d926040830152600435610e35565b6040516001600160a01b039091168152f35b6001600160401b038116036100fa57565b3590610202826102af565b359061ffff821682036100fa57565b359063ffffffff821682036100fa57565b6001600160401b0381116101305760051b60200190565b6001600160401b03811161013057601f01601f191660200190565b81601f820112156100fa5780359061033482610302565b9261034260405194856101b4565b828452602083830101116100fa57816000926020809301838601378301015290565b6040929181810384136100fa57835161037c81610135565b8094610387846102da565b8252602092838501356001600160401b03958682116100fa57019181601f840112156100fa578235906103b9826102eb565b966103c6825198896101b4565b828852868089019360051b860101948486116100fa57878101935b8685106103f357505050505050500152565b84358381116100fa5782019084601f1983890301126100fa5784519061041882610135565b8a830135610425816102af565b825285830135918583116100fa57610444898d8096958196010161031d565b838201528152019401936103e1565b81601f820112156100fa5780359160209161046d846102eb565b9360409261047d845196876101b4565b818652848087019260051b840101938185116100fa57858401925b8584106104a9575050505050505090565b6001600160401b0384358181116100fa57860191601f196060848703820181136100fa578551916104d983610115565b6104e48c87016102cb565b8352868601358581116100fa578601908281838b0301126100fa578751916105168e61050f85610115565b82016102da565b83528d6105248a83016102da565b90840152838101358781116100fa578e910191828b0301126100fa5787519061054c82610150565b8d8101358781116100fa578e8b9161056593010161031d565b8152878201528b8301528401359283116100fa5761058a868b8096958196010161031d565b85820152815201930192610498565b9190610120838203126100fa576105ae6101d5565b92803584526105bf602082016102c0565b60208501526105d0604082016102cb565b6040850152606081013560608501526080810135608085015260a081013560a08501526105ff60c082016102da565b60c08501526001600160401b039160e08201358381116100fa5781610625918401610364565b60e086015261010092838301359081116100fa576106439201610453565b90830152565b60206003198201126100fa57600435906001600160401b0382116100fa5761067391600401610599565b90565b61067f36610649565b5160011c63386d4380810180911161069c57602090604051908152f35b610ec5565b91909160c0818403126100fa57604051906106bb8261016b565b81938135916001600160401b0383116100fa576106ed826106e260a0946060968501610599565b865260208301610204565b6020850152608081013560408501520135910152565b60206003198201126100fa57600435906001600160401b0382116100fa57610673916004016106a1565b61073e61073936610703565b611208565b60408051928352602083019190915290f35b602061076361075e36610649565b61140e565b63ffffffff60405191168152f35b81601f820112156100fa5780359160209161078b846102eb565b9361079960405195866101b4565b808552838086019160051b830101928084116100fa57848301915b8483106107c45750505050505090565b82356001600160401b0381116100fa5786916107e58484809489010161031d565b8152019201916107b4565b91906080838203126100fa5760206102386040519261080e84610135565b82849661081a816100ec565b865201610204565b919060a0838203126100fa576040519061083b82610186565b8193610846816100ec565b83526020916108568383016102da565b83850152610866604083016102da565b60408501526001600160401b039260608301358481116100fa57830182601f820112156100fa57803591610899836102eb565b926108a760405194856101b4565b808452818085019160071b840101928584116100fa578201905b8382106108ea5750505050606085015260808201359283116100fa57608092610238920161031d565b826080916108f888856107f0565b8152019101906108c1565b81601f820112156100fa5780359160209161091d846102eb565b9361092b60405195866101b4565b808552838086019160051b830101928084116100fa57848301915b8483106109565750505050505090565b82356001600160401b0381116100fa57869161097784848094890101610822565b815201920191610946565b9080601f830112156100fa57602090823561099c816102eb565b936109aa60405195866101b4565b81855260208086019260051b8201019283116100fa57602001905b8282106109d3575050505090565b8380916109df846100ec565b8152019101906109c5565b9190916060818403126100fa5760405190610a0482610115565b81938135916001600160401b03928381116100fa57810182601f820112156100fa578035602091610a34826102eb565b91610a4260405193846101b4565b808352838084019160051b830101918683116100fa5784809101915b838310610a9157505050508552808201359384116100fa57610a866040949385948401610982565b908501520135910152565b8235815291810191859101610a5e565b6003196040368201126100fa576004908135610abc816102af565b602435916001600160401b03908184116100fa5760a09084360301126100fa57610ae46101f5565b92808501358281116100fa57610aff908636918401016106a1565b845260248101358281116100fa57610b1c90863691840101610771565b602085015260448101358281116100fa57610b3c90863691840101610903565b604085015260648101358281116100fa57610b5c908636918401016109ea565b606085015260848101359182116100fa57610b8894610b7e92369201016109ea565b60808301526115db565b005b9060406003198301126100fa5760043591602435906001600160401b0382116100fa5761067391600401610822565b6020610bcd610bc736610b8a565b906118cb565b604051908152f35b60a03660031901126100fa5760803660231901126100fa57604051610bf981610135565b60243560ff811681036100fa57815260603660431901126100fa5760405190610c2182610115565b604435825260643560208301526084359160ff831683036100fa5760ff61029d92602094604084015282858201525116600435610e35565b60203660031901126100fa57602060405160043560e01c8152f35b60203660031901126100fa576020610bcd600435611ab3565b60603660031901126100fa5760408051604435602080830182815260243584860181905294845260043593600091610cdb91610cca6060826101b4565b604051928392839251928391610edb565b8101039060025afa15610d2d576000516001600160e01b031663ffffffff82161790818303610d0657005b60849360405193635a68568560e11b85526004850152602484015260448301526064820152fd5b610e29565b6020610d3d36610703565b816000610d4983611208565b949093015160ff604082015116610d8684835193015160405193849388859094939260ff6060936080840197845216602083015260408201520152565b838052039060015afa15610d2d57606091600051916040519260018060a01b0316835260208301526040820152f35b6020610bcd610dc336610b8a565b90611b42565b60403660031901126100fa57600435610de1816102af565b602435906001600160401b0382116100fa57610e1263ffffffff91610e0c6060943690600401610599565b90611d39565b906040939293519384526020840152166040820152f35b6040513d6000823e3d90fd5b9060ff1660038103610ea35750602091610e50600092611ab3565b610e8f610e61604084015160ff1690565b9285815191015190604051948594859094939260ff6060936080840197845216602083015260408201520152565b838052039060015afa15610d2d5760005190565b610ebe5781600091610e8f610e616040602096015160ff1690565b5050600090565b634e487b7160e01b600052601160045260246000fd5b60005b838110610eee5750506000910152565b8181015183820152602001610ede565b81601f820112156100fa578051610f1481610302565b92610f2260405194856101b4565b818452602082840101116100fa576106739160208085019101610edb565b906020828203126100fa5781516001600160401b03928382116100fa5701906020828203126100fa5760405192610f7684610150565b82519081116100fa57610f899201610efe565b815290565b90602091610fa781518092818552858086019101610edb565b601f01601f1916010190565b516020808352610673920190610f8e565b604090604083019063ffffffff8151168452602080910151936040828201528451809352606081018260608560051b8401019601946000925b85841061100e575050505050505090565b909192939495968580611046600193605f1986820301885286838d516001600160401b03815116845201519181858201520190610f8e565b990194019401929594939190610ffd565b908082519081815260208091019281808460051b8301019501936000915b8483106110855750505050505090565b90919293949584806110f4600193601f198682030187528a519060609061ffff835116815284830151828683015263ffffffff8082511684840152868201511660808301526110e560409384809301519060a085015260c0840190610fb3565b93015191818403910152610f8e565b9801930193019194939290611075565b909161111b61067393604084526040840190610fb3565b91602081840391015261119f61012082518452611148602084015160208601906001600160401b03169052565b60408381015161ffff1690850152606083015160608501526080830151608085015260a083015160a085015261118b60c084015160c086019063ffffffff169052565b60e0830151908060e0860152840190610fc4565b916101008092015191818403910152611057565b906020828203126100fa5781516001600160401b0381116100fa576106739201610efe565b6040610673926020835251916020808201520190610f8e565b9061120460209282815194859201610edb565b0190565b60408051635ca2159160e11b8152909160009173__$871508ae888325252fdba23f15f3f16064$__908381600481855af4908115610d2d5761126b91859182916113f4575b508451875163623b012160e01b815293849283929060048401611104565b038173__$46bbbc6398365a8909166570292cf8d34e$__5af48015610d2d576112b292859283926113d0575b508651808095819463509106ff60e11b8352600483016111d8565b03915af48015610d2d576112d7849160209383916113ae575b508651918280926111f1565b039060025afa15610d2d578151926113046112fe6112f5845161140e565b63ffffffff1690565b60e01b90565b82820151825160208082018890526040808301939093529181526001600160e01b039096169190911794601f199190859061134f906113446060826101b4565b8551918280926111f1565b039060025afa15610d2d57602092849261139561139f93606086519401519361138984519586928a84019091604092825260208201520190565b039081018452836101b4565b51918280926111f1565b039060025afa15610d2d575191565b6113ca91503d8085833e6113c281836101b4565b8101906111b3565b386112cb565b6113ed9192503d8085833e6113e581836101b4565b810190610f40565b9038611297565b61140891503d8084833e6113e581836101b4565b3861124d565b6060015160e01c60010163ffffffff811161069c5790565b90611430826102eb565b61143d60405191826101b4565b828152809261144e601f19916102eb565b0190602036910137565b805182101561146c5760209160051b010190565b634e487b7160e01b600052603260045260246000fd5b60009103126100fa57565b90815180825260208080930193019160005b8281106114ad575050505090565b83518552938101939281019260010161149f565b93929091608085526114df83516060608088015260e087019061148d565b602080850151878303607f190160a089015280518084529282019591929083019060005b81811061153b57505050926115339261020295926040606096015160c08a0152880152868203604088015261148d565b930160019052565b825160ff1688529684019691840191600101611503565b939290916080855261157083516060608088015260e087019061148d565b602080850151878303607f190160a089015280518084529282019591929083019060005b8181106115c457505050926115339261020295926040606096015160c08a0152880152868203604088015261148d565b825160ff1688529684019691840191600101611594565b906020808201916115ed835151611426565b93606082018051515115806117f4575b6117e25780515151611701575b50608082019081515151611621575b505050505050565b60009692939495965b86518051821015611674576000611652611645848a94611458565b51604051918280926111f1565b039060025afa15610d2d5760019060005161166d828b611458565b520161162a565b505091959450925061168891515190611d39565b5092905073__$398d4f030862acab53d338aebf0b4256d7$__915191803b156100fa576116cf9360009360405195869485938493633723f9ef60e21b855260048501611552565b03915af48015610d2d576116e8575b8080808080611619565b806116f56116fb926101a1565b80611482565b386116de565b919590949360005b8151805182101561176d578161171e91611458565b51908560006117346040948551918280926111f1565b039060025afa15610d2d5761175c60019261175583600051928d0151611458565b5190611b42565b6117668289611458565b5201611709565b5050939490959173__$398d4f030862acab53d338aebf0b4256d7$__90516080845151015190823b156100fa57604051633723f9ef60e21b8152926000928492839182916117c0918d91600485016114c1565b03915af48015610d2d571561160a57806116f56117dc926101a1565b3861160a565b6040516314fe0e8d60e01b8152600490fd5b5060808301515151156115fd565b611816604092604083526040830190610fb3565b90602090818184039101528080855193848152019401926000905b83821061184057505050505090565b8451805160ff908116885290840151805188860152808501518884015282015116606087015260809095019493820193600190910190611831565b92919061189960209160408652518260408701526060860190610f8e565b930152565b90916118bd610673936040845251602060408501526060840190610f8e565b916020818403910152610f8e565b60408051635ca2159160e11b815260009373__$871508ae888325252fdba23f15f3f16064$__908583600481855af4928315610d2d578693611a97575b506119438673__$46bbbc6398365a8909166570292cf8d34e$__946060840151908751938492839263369adfbb60e21b845260048401611802565b0381875af48015610d2d5761197f9288928392611a78575b506080019485515191875180958194829363ee65ecb960e01b84526004840161187b565b03915af48015610d2d576119b39387928392611a5c575b50518551638353c19960e01b81529485928392906004840161189e565b0381845af4918215610d2d576119f19486936119d6928591611a42575b50611e02565b908351808096819463509106ff60e11b8352600483016111d8565b03915af4918215610d2d576020928492611a17928492611a26575b5051918280926111f1565b039060025afa15610d2d575190565b611a3b9192503d8086833e6113c281836101b4565b9038611a0c565b611a5691503d8087833e6113e581836101b4565b386119d0565b611a719192503d8085833e6113e581836101b4565b9038611996565b6080919250611a90903d8086833e6113e581836101b4565b919061195b565b611aac9193503d8088833e6113e581836101b4565b9138611908565b60405160208101917f19457468657265756d205369676e6564204d6573736167653a0a3332000000008352603c820152603c8152611af081610115565b51902090565b9060ff611b1760209295949560408552518360408601526060850190610f8e565b9416910152565b9063ffffffff611b1760209295949560408552518360408601526060850190610f8e565b60408051635ca2159160e11b81526000939073__$871508ae888325252fdba23f15f3f16064$__908581600481855af4908115610d2d578691611cc2575b50611bc18673__$46bbbc6398365a8909166570292cf8d34e$__92611ba6865160ff1690565b875163f2f2044f60e01b815293849283929060048401611af6565b0381855af4908115610d2d57611c019188918291611ca8575b50602086015163ffffffff168751632d1d135160e01b815293849283929060048401611b1e565b0381855af48015610d2d57611c419288928392611c8c575b508587015163ffffffff16875163ee65ecb960e01b8152948593849283929160048401611b1e565b03915af4948515610d2d576119f19587946119d6938692611c6e575b50611c6891926118cb565b90611e02565b611c689250611c86903d8089833e6113e581836101b4565b91611c5d565b611ca19192503d8085833e6113e581836101b4565b9038611c19565b611cbc91503d8084833e6113e581836101b4565b38611bda565b611cd691503d8088833e6113e581836101b4565b38611b80565b604051611ce881610150565b60008152906000368137565b908160809103126100fa57606060405191611d0e8361016b565b8051611d19816102af565b835260208101516020840152604081015160408401520151606082015290565b6001600160401b03608091611d93610100611d52611cdc565b950151611d81604051968795869563804638db60e01b8752166004860152606060248601526064850190610f8e565b83810360031901604485015290611057565b038173__$45a5e5b1d409e47128e37dc7b302887e47$__5af4908115610d2d57600091611dd3575b50606060408201519101519163ffffffff8293921690565b611df5915060803d608011611dfb575b611ded81836101b4565b810190611cf4565b38611dbb565b503d611de3565b611e48916000916060604051611e1781610150565b5260405191611e2583610135565b6020808452830152604051638353c19960e01b815293849283926004840161189e565b038173__$871508ae888325252fdba23f15f3f16064$__5af4908115610d2d57600091611e73575090565b61067391503d806000833e6113e581836101b456fea26469706673582212202d576454f401a18f30b2c2707ddf97fe2f2622500cdea40864e2eaa425eb151d64736f6c63430008190033",
1409
+ "linkReferences": {
1410
+ "contracts/common/iodata.sol": {
1411
+ "iodata": [
1412
+ {
1413
+ "length": 20,
1414
+ "start": 4668
1415
+ },
1416
+ {
1417
+ "length": 20,
1418
+ "start": 6397
1419
+ },
1420
+ {
1421
+ "length": 20,
1422
+ "start": 7029
1423
+ },
1424
+ {
1425
+ "length": 20,
1426
+ "start": 7787
1427
+ }
1428
+ ]
1429
+ },
1430
+ "contracts/common/sysio_merkle.sol": {
1431
+ "sysio_merkle": [
1432
+ {
1433
+ "length": 20,
1434
+ "start": 5805
1435
+ },
1436
+ {
1437
+ "length": 20,
1438
+ "start": 6037
1439
+ }
1440
+ ]
1441
+ },
1442
+ "contracts/common/sysio_read.sol": {
1443
+ "sysio_read": [
1444
+ {
1445
+ "length": 20,
1446
+ "start": 7606
1447
+ }
1448
+ ]
1449
+ },
1450
+ "contracts/common/sysio_write.sol": {
1451
+ "sysio_write": [
1452
+ {
1453
+ "length": 20,
1454
+ "start": 4750
1455
+ },
1456
+ {
1457
+ "length": 20,
1458
+ "start": 6446
1459
+ },
1460
+ {
1461
+ "length": 20,
1462
+ "start": 7078
1463
+ }
1464
+ ]
1465
+ }
1466
+ },
1467
+ "deployedLinkReferences": {
1468
+ "contracts/common/iodata.sol": {
1469
+ "iodata": [
1470
+ {
1471
+ "length": 20,
1472
+ "start": 4637
1473
+ },
1474
+ {
1475
+ "length": 20,
1476
+ "start": 6366
1477
+ },
1478
+ {
1479
+ "length": 20,
1480
+ "start": 6998
1481
+ },
1482
+ {
1483
+ "length": 20,
1484
+ "start": 7756
1485
+ }
1486
+ ]
1487
+ },
1488
+ "contracts/common/sysio_merkle.sol": {
1489
+ "sysio_merkle": [
1490
+ {
1491
+ "length": 20,
1492
+ "start": 5774
1493
+ },
1494
+ {
1495
+ "length": 20,
1496
+ "start": 6006
1497
+ }
1498
+ ]
1499
+ },
1500
+ "contracts/common/sysio_read.sol": {
1501
+ "sysio_read": [
1502
+ {
1503
+ "length": 20,
1504
+ "start": 7575
1505
+ }
1506
+ ]
1507
+ },
1508
+ "contracts/common/sysio_write.sol": {
1509
+ "sysio_write": [
1510
+ {
1511
+ "length": 20,
1512
+ "start": 4719
1513
+ },
1514
+ {
1515
+ "length": 20,
1516
+ "start": 6415
1517
+ },
1518
+ {
1519
+ "length": 20,
1520
+ "start": 7047
1521
+ }
1522
+ ]
1523
+ }
1524
+ }
1525
+ }