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