@wireio/stake 0.4.3 → 0.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/stake.browser.js +12820 -6787
- package/lib/stake.browser.js.map +1 -1
- package/lib/stake.d.ts +353 -209
- package/lib/stake.js +12940 -6886
- package/lib/stake.js.map +1 -1
- package/lib/stake.m.js +12820 -6787
- 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/assets/solana/idl/liqsol_core.json +132 -182
- package/src/assets/solana/types/liqsol_core.ts +132 -182
- package/src/networks/ethereum/clients/convert.client.ts +2 -2
- package/src/networks/ethereum/clients/pretoken.client.ts +8 -9
- package/src/networks/ethereum/clients/stake.client.ts +4 -7
- package/src/networks/ethereum/contract.ts +112 -59
- package/src/networks/ethereum/ethereum.ts +144 -56
- package/src/networks/ethereum/types.ts +26 -17
- package/src/networks/ethereum/utils.ts +8 -8
- package/src/networks/solana/clients/deposit.client.ts +25 -7
- package/src/networks/solana/clients/distribution.client.ts +119 -1
- package/src/networks/solana/clients/outpost.client.ts +34 -28
- package/src/networks/solana/constants.ts +0 -3
- package/src/networks/solana/solana.ts +145 -12
- package/src/networks/solana/types.ts +132 -9
- package/src/networks/solana/utils.ts +14 -7
- package/src/types.ts +19 -11
- 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/staker/types.ts +0 -62
|
@@ -0,0 +1,1458 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_format": "hh-sol-artifact-1",
|
|
3
|
+
"contractName": "sysio_read",
|
|
4
|
+
"sourceName": "contracts/common/sysio_read.sol",
|
|
5
|
+
"abi": [
|
|
6
|
+
{
|
|
7
|
+
"inputs": [],
|
|
8
|
+
"name": "Impossible",
|
|
9
|
+
"type": "error"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"inputs": [
|
|
13
|
+
{
|
|
14
|
+
"internalType": "bytes",
|
|
15
|
+
"name": "data",
|
|
16
|
+
"type": "bytes"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"internalType": "uint32",
|
|
20
|
+
"name": "offset",
|
|
21
|
+
"type": "uint32"
|
|
22
|
+
}
|
|
23
|
+
],
|
|
24
|
+
"name": "readActions",
|
|
25
|
+
"outputs": [
|
|
26
|
+
{
|
|
27
|
+
"components": [
|
|
28
|
+
{
|
|
29
|
+
"internalType": "SysName",
|
|
30
|
+
"name": "account",
|
|
31
|
+
"type": "uint64"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"internalType": "SysName",
|
|
35
|
+
"name": "name",
|
|
36
|
+
"type": "uint64"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"components": [
|
|
40
|
+
{
|
|
41
|
+
"internalType": "SysName",
|
|
42
|
+
"name": "actor",
|
|
43
|
+
"type": "uint64"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"internalType": "SysName",
|
|
47
|
+
"name": "permission",
|
|
48
|
+
"type": "uint64"
|
|
49
|
+
}
|
|
50
|
+
],
|
|
51
|
+
"internalType": "struct Auth[]",
|
|
52
|
+
"name": "authorization",
|
|
53
|
+
"type": "tuple[]"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"components": [
|
|
57
|
+
{
|
|
58
|
+
"internalType": "uint32",
|
|
59
|
+
"name": "length",
|
|
60
|
+
"type": "uint32"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"internalType": "uint32",
|
|
64
|
+
"name": "offset",
|
|
65
|
+
"type": "uint32"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"components": [
|
|
69
|
+
{
|
|
70
|
+
"internalType": "bytes",
|
|
71
|
+
"name": "data",
|
|
72
|
+
"type": "bytes"
|
|
73
|
+
}
|
|
74
|
+
],
|
|
75
|
+
"internalType": "struct iodata.Buffer",
|
|
76
|
+
"name": "data",
|
|
77
|
+
"type": "tuple"
|
|
78
|
+
}
|
|
79
|
+
],
|
|
80
|
+
"internalType": "struct DataRef",
|
|
81
|
+
"name": "data",
|
|
82
|
+
"type": "tuple"
|
|
83
|
+
}
|
|
84
|
+
],
|
|
85
|
+
"internalType": "struct Action[]",
|
|
86
|
+
"name": "",
|
|
87
|
+
"type": "tuple[]"
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"internalType": "uint32",
|
|
91
|
+
"name": "",
|
|
92
|
+
"type": "uint32"
|
|
93
|
+
}
|
|
94
|
+
],
|
|
95
|
+
"stateMutability": "pure",
|
|
96
|
+
"type": "function"
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"inputs": [
|
|
100
|
+
{
|
|
101
|
+
"internalType": "bytes",
|
|
102
|
+
"name": "data",
|
|
103
|
+
"type": "bytes"
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"internalType": "uint32",
|
|
107
|
+
"name": "offset",
|
|
108
|
+
"type": "uint32"
|
|
109
|
+
}
|
|
110
|
+
],
|
|
111
|
+
"name": "readAddress",
|
|
112
|
+
"outputs": [
|
|
113
|
+
{
|
|
114
|
+
"internalType": "address",
|
|
115
|
+
"name": "",
|
|
116
|
+
"type": "address"
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"internalType": "uint32",
|
|
120
|
+
"name": "",
|
|
121
|
+
"type": "uint32"
|
|
122
|
+
}
|
|
123
|
+
],
|
|
124
|
+
"stateMutability": "pure",
|
|
125
|
+
"type": "function"
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"inputs": [
|
|
129
|
+
{
|
|
130
|
+
"internalType": "bytes",
|
|
131
|
+
"name": "data",
|
|
132
|
+
"type": "bytes"
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"internalType": "uint32",
|
|
136
|
+
"name": "offset",
|
|
137
|
+
"type": "uint32"
|
|
138
|
+
}
|
|
139
|
+
],
|
|
140
|
+
"name": "readBytes32",
|
|
141
|
+
"outputs": [
|
|
142
|
+
{
|
|
143
|
+
"internalType": "bytes32",
|
|
144
|
+
"name": "value",
|
|
145
|
+
"type": "bytes32"
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"internalType": "uint32",
|
|
149
|
+
"name": "_offset",
|
|
150
|
+
"type": "uint32"
|
|
151
|
+
}
|
|
152
|
+
],
|
|
153
|
+
"stateMutability": "pure",
|
|
154
|
+
"type": "function"
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"inputs": [
|
|
158
|
+
{
|
|
159
|
+
"internalType": "bytes",
|
|
160
|
+
"name": "data",
|
|
161
|
+
"type": "bytes"
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
"internalType": "uint32",
|
|
165
|
+
"name": "offset",
|
|
166
|
+
"type": "uint32"
|
|
167
|
+
}
|
|
168
|
+
],
|
|
169
|
+
"name": "readCFActions",
|
|
170
|
+
"outputs": [
|
|
171
|
+
{
|
|
172
|
+
"components": [
|
|
173
|
+
{
|
|
174
|
+
"internalType": "SysName",
|
|
175
|
+
"name": "account",
|
|
176
|
+
"type": "uint64"
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"internalType": "SysName",
|
|
180
|
+
"name": "name",
|
|
181
|
+
"type": "uint64"
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
"components": [
|
|
185
|
+
{
|
|
186
|
+
"internalType": "uint32",
|
|
187
|
+
"name": "length",
|
|
188
|
+
"type": "uint32"
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"internalType": "uint32",
|
|
192
|
+
"name": "offset",
|
|
193
|
+
"type": "uint32"
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"components": [
|
|
197
|
+
{
|
|
198
|
+
"internalType": "bytes",
|
|
199
|
+
"name": "data",
|
|
200
|
+
"type": "bytes"
|
|
201
|
+
}
|
|
202
|
+
],
|
|
203
|
+
"internalType": "struct iodata.Buffer",
|
|
204
|
+
"name": "data",
|
|
205
|
+
"type": "tuple"
|
|
206
|
+
}
|
|
207
|
+
],
|
|
208
|
+
"internalType": "struct DataRef",
|
|
209
|
+
"name": "data",
|
|
210
|
+
"type": "tuple"
|
|
211
|
+
}
|
|
212
|
+
],
|
|
213
|
+
"internalType": "struct ContextFreeAction[]",
|
|
214
|
+
"name": "",
|
|
215
|
+
"type": "tuple[]"
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
"internalType": "uint32",
|
|
219
|
+
"name": "",
|
|
220
|
+
"type": "uint32"
|
|
221
|
+
}
|
|
222
|
+
],
|
|
223
|
+
"stateMutability": "pure",
|
|
224
|
+
"type": "function"
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"inputs": [
|
|
228
|
+
{
|
|
229
|
+
"internalType": "bytes",
|
|
230
|
+
"name": "data",
|
|
231
|
+
"type": "bytes"
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
"internalType": "uint32",
|
|
235
|
+
"name": "offset",
|
|
236
|
+
"type": "uint32"
|
|
237
|
+
}
|
|
238
|
+
],
|
|
239
|
+
"name": "readDataRef",
|
|
240
|
+
"outputs": [
|
|
241
|
+
{
|
|
242
|
+
"components": [
|
|
243
|
+
{
|
|
244
|
+
"internalType": "uint32",
|
|
245
|
+
"name": "length",
|
|
246
|
+
"type": "uint32"
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
"internalType": "uint32",
|
|
250
|
+
"name": "offset",
|
|
251
|
+
"type": "uint32"
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
"components": [
|
|
255
|
+
{
|
|
256
|
+
"internalType": "bytes",
|
|
257
|
+
"name": "data",
|
|
258
|
+
"type": "bytes"
|
|
259
|
+
}
|
|
260
|
+
],
|
|
261
|
+
"internalType": "struct iodata.Buffer",
|
|
262
|
+
"name": "data",
|
|
263
|
+
"type": "tuple"
|
|
264
|
+
}
|
|
265
|
+
],
|
|
266
|
+
"internalType": "struct DataRef",
|
|
267
|
+
"name": "",
|
|
268
|
+
"type": "tuple"
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
"internalType": "uint32",
|
|
272
|
+
"name": "",
|
|
273
|
+
"type": "uint32"
|
|
274
|
+
}
|
|
275
|
+
],
|
|
276
|
+
"stateMutability": "pure",
|
|
277
|
+
"type": "function"
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
"inputs": [
|
|
281
|
+
{
|
|
282
|
+
"internalType": "bytes",
|
|
283
|
+
"name": "data",
|
|
284
|
+
"type": "bytes"
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
"internalType": "uint32",
|
|
288
|
+
"name": "offset",
|
|
289
|
+
"type": "uint32"
|
|
290
|
+
}
|
|
291
|
+
],
|
|
292
|
+
"name": "readExtensions",
|
|
293
|
+
"outputs": [
|
|
294
|
+
{
|
|
295
|
+
"components": [
|
|
296
|
+
{
|
|
297
|
+
"internalType": "uint16",
|
|
298
|
+
"name": "extensionType",
|
|
299
|
+
"type": "uint16"
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
"components": [
|
|
303
|
+
{
|
|
304
|
+
"internalType": "uint32",
|
|
305
|
+
"name": "length",
|
|
306
|
+
"type": "uint32"
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
"internalType": "uint32",
|
|
310
|
+
"name": "offset",
|
|
311
|
+
"type": "uint32"
|
|
312
|
+
},
|
|
313
|
+
{
|
|
314
|
+
"components": [
|
|
315
|
+
{
|
|
316
|
+
"internalType": "bytes",
|
|
317
|
+
"name": "data",
|
|
318
|
+
"type": "bytes"
|
|
319
|
+
}
|
|
320
|
+
],
|
|
321
|
+
"internalType": "struct iodata.Buffer",
|
|
322
|
+
"name": "data",
|
|
323
|
+
"type": "tuple"
|
|
324
|
+
}
|
|
325
|
+
],
|
|
326
|
+
"internalType": "struct DataRef",
|
|
327
|
+
"name": "dataRef",
|
|
328
|
+
"type": "tuple"
|
|
329
|
+
},
|
|
330
|
+
{
|
|
331
|
+
"internalType": "bytes",
|
|
332
|
+
"name": "data",
|
|
333
|
+
"type": "bytes"
|
|
334
|
+
}
|
|
335
|
+
],
|
|
336
|
+
"internalType": "struct Extension[]",
|
|
337
|
+
"name": "",
|
|
338
|
+
"type": "tuple[]"
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
"internalType": "uint32",
|
|
342
|
+
"name": "",
|
|
343
|
+
"type": "uint32"
|
|
344
|
+
}
|
|
345
|
+
],
|
|
346
|
+
"stateMutability": "pure",
|
|
347
|
+
"type": "function"
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"inputs": [
|
|
351
|
+
{
|
|
352
|
+
"internalType": "bytes",
|
|
353
|
+
"name": "data",
|
|
354
|
+
"type": "bytes"
|
|
355
|
+
},
|
|
356
|
+
{
|
|
357
|
+
"internalType": "uint32",
|
|
358
|
+
"name": "offset",
|
|
359
|
+
"type": "uint32"
|
|
360
|
+
}
|
|
361
|
+
],
|
|
362
|
+
"name": "readHeader",
|
|
363
|
+
"outputs": [
|
|
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": "",
|
|
479
|
+
"type": "tuple"
|
|
480
|
+
},
|
|
481
|
+
{
|
|
482
|
+
"internalType": "uint32",
|
|
483
|
+
"name": "",
|
|
484
|
+
"type": "uint32"
|
|
485
|
+
}
|
|
486
|
+
],
|
|
487
|
+
"stateMutability": "pure",
|
|
488
|
+
"type": "function"
|
|
489
|
+
},
|
|
490
|
+
{
|
|
491
|
+
"inputs": [
|
|
492
|
+
{
|
|
493
|
+
"internalType": "bytes",
|
|
494
|
+
"name": "data",
|
|
495
|
+
"type": "bytes"
|
|
496
|
+
},
|
|
497
|
+
{
|
|
498
|
+
"internalType": "uint32",
|
|
499
|
+
"name": "offset",
|
|
500
|
+
"type": "uint32"
|
|
501
|
+
}
|
|
502
|
+
],
|
|
503
|
+
"name": "readName",
|
|
504
|
+
"outputs": [
|
|
505
|
+
{
|
|
506
|
+
"internalType": "SysName",
|
|
507
|
+
"name": "out",
|
|
508
|
+
"type": "uint64"
|
|
509
|
+
},
|
|
510
|
+
{
|
|
511
|
+
"internalType": "uint32",
|
|
512
|
+
"name": "",
|
|
513
|
+
"type": "uint32"
|
|
514
|
+
}
|
|
515
|
+
],
|
|
516
|
+
"stateMutability": "pure",
|
|
517
|
+
"type": "function"
|
|
518
|
+
},
|
|
519
|
+
{
|
|
520
|
+
"inputs": [
|
|
521
|
+
{
|
|
522
|
+
"internalType": "bytes",
|
|
523
|
+
"name": "packedTx",
|
|
524
|
+
"type": "bytes"
|
|
525
|
+
},
|
|
526
|
+
{
|
|
527
|
+
"internalType": "uint32",
|
|
528
|
+
"name": "offset",
|
|
529
|
+
"type": "uint32"
|
|
530
|
+
}
|
|
531
|
+
],
|
|
532
|
+
"name": "readPackedTx",
|
|
533
|
+
"outputs": [
|
|
534
|
+
{
|
|
535
|
+
"components": [
|
|
536
|
+
{
|
|
537
|
+
"internalType": "uint32",
|
|
538
|
+
"name": "expiration",
|
|
539
|
+
"type": "uint32"
|
|
540
|
+
},
|
|
541
|
+
{
|
|
542
|
+
"internalType": "uint16",
|
|
543
|
+
"name": "ref_block_num",
|
|
544
|
+
"type": "uint16"
|
|
545
|
+
},
|
|
546
|
+
{
|
|
547
|
+
"internalType": "uint32",
|
|
548
|
+
"name": "ref_block_prefix",
|
|
549
|
+
"type": "uint32"
|
|
550
|
+
},
|
|
551
|
+
{
|
|
552
|
+
"internalType": "uint8",
|
|
553
|
+
"name": "max_net_usage_words",
|
|
554
|
+
"type": "uint8"
|
|
555
|
+
},
|
|
556
|
+
{
|
|
557
|
+
"internalType": "uint8",
|
|
558
|
+
"name": "max_cpu_usage_ms",
|
|
559
|
+
"type": "uint8"
|
|
560
|
+
},
|
|
561
|
+
{
|
|
562
|
+
"internalType": "uint8",
|
|
563
|
+
"name": "delay_sec",
|
|
564
|
+
"type": "uint8"
|
|
565
|
+
},
|
|
566
|
+
{
|
|
567
|
+
"components": [
|
|
568
|
+
{
|
|
569
|
+
"internalType": "SysName",
|
|
570
|
+
"name": "account",
|
|
571
|
+
"type": "uint64"
|
|
572
|
+
},
|
|
573
|
+
{
|
|
574
|
+
"internalType": "SysName",
|
|
575
|
+
"name": "name",
|
|
576
|
+
"type": "uint64"
|
|
577
|
+
},
|
|
578
|
+
{
|
|
579
|
+
"components": [
|
|
580
|
+
{
|
|
581
|
+
"internalType": "uint32",
|
|
582
|
+
"name": "length",
|
|
583
|
+
"type": "uint32"
|
|
584
|
+
},
|
|
585
|
+
{
|
|
586
|
+
"internalType": "uint32",
|
|
587
|
+
"name": "offset",
|
|
588
|
+
"type": "uint32"
|
|
589
|
+
},
|
|
590
|
+
{
|
|
591
|
+
"components": [
|
|
592
|
+
{
|
|
593
|
+
"internalType": "bytes",
|
|
594
|
+
"name": "data",
|
|
595
|
+
"type": "bytes"
|
|
596
|
+
}
|
|
597
|
+
],
|
|
598
|
+
"internalType": "struct iodata.Buffer",
|
|
599
|
+
"name": "data",
|
|
600
|
+
"type": "tuple"
|
|
601
|
+
}
|
|
602
|
+
],
|
|
603
|
+
"internalType": "struct DataRef",
|
|
604
|
+
"name": "data",
|
|
605
|
+
"type": "tuple"
|
|
606
|
+
}
|
|
607
|
+
],
|
|
608
|
+
"internalType": "struct ContextFreeAction[]",
|
|
609
|
+
"name": "context_free_actions",
|
|
610
|
+
"type": "tuple[]"
|
|
611
|
+
},
|
|
612
|
+
{
|
|
613
|
+
"components": [
|
|
614
|
+
{
|
|
615
|
+
"internalType": "SysName",
|
|
616
|
+
"name": "account",
|
|
617
|
+
"type": "uint64"
|
|
618
|
+
},
|
|
619
|
+
{
|
|
620
|
+
"internalType": "SysName",
|
|
621
|
+
"name": "name",
|
|
622
|
+
"type": "uint64"
|
|
623
|
+
},
|
|
624
|
+
{
|
|
625
|
+
"components": [
|
|
626
|
+
{
|
|
627
|
+
"internalType": "SysName",
|
|
628
|
+
"name": "actor",
|
|
629
|
+
"type": "uint64"
|
|
630
|
+
},
|
|
631
|
+
{
|
|
632
|
+
"internalType": "SysName",
|
|
633
|
+
"name": "permission",
|
|
634
|
+
"type": "uint64"
|
|
635
|
+
}
|
|
636
|
+
],
|
|
637
|
+
"internalType": "struct Auth[]",
|
|
638
|
+
"name": "authorization",
|
|
639
|
+
"type": "tuple[]"
|
|
640
|
+
},
|
|
641
|
+
{
|
|
642
|
+
"components": [
|
|
643
|
+
{
|
|
644
|
+
"internalType": "uint32",
|
|
645
|
+
"name": "length",
|
|
646
|
+
"type": "uint32"
|
|
647
|
+
},
|
|
648
|
+
{
|
|
649
|
+
"internalType": "uint32",
|
|
650
|
+
"name": "offset",
|
|
651
|
+
"type": "uint32"
|
|
652
|
+
},
|
|
653
|
+
{
|
|
654
|
+
"components": [
|
|
655
|
+
{
|
|
656
|
+
"internalType": "bytes",
|
|
657
|
+
"name": "data",
|
|
658
|
+
"type": "bytes"
|
|
659
|
+
}
|
|
660
|
+
],
|
|
661
|
+
"internalType": "struct iodata.Buffer",
|
|
662
|
+
"name": "data",
|
|
663
|
+
"type": "tuple"
|
|
664
|
+
}
|
|
665
|
+
],
|
|
666
|
+
"internalType": "struct DataRef",
|
|
667
|
+
"name": "data",
|
|
668
|
+
"type": "tuple"
|
|
669
|
+
}
|
|
670
|
+
],
|
|
671
|
+
"internalType": "struct Action[]",
|
|
672
|
+
"name": "actions",
|
|
673
|
+
"type": "tuple[]"
|
|
674
|
+
},
|
|
675
|
+
{
|
|
676
|
+
"components": [
|
|
677
|
+
{
|
|
678
|
+
"internalType": "uint16",
|
|
679
|
+
"name": "extensionType",
|
|
680
|
+
"type": "uint16"
|
|
681
|
+
},
|
|
682
|
+
{
|
|
683
|
+
"components": [
|
|
684
|
+
{
|
|
685
|
+
"internalType": "uint32",
|
|
686
|
+
"name": "length",
|
|
687
|
+
"type": "uint32"
|
|
688
|
+
},
|
|
689
|
+
{
|
|
690
|
+
"internalType": "uint32",
|
|
691
|
+
"name": "offset",
|
|
692
|
+
"type": "uint32"
|
|
693
|
+
},
|
|
694
|
+
{
|
|
695
|
+
"components": [
|
|
696
|
+
{
|
|
697
|
+
"internalType": "bytes",
|
|
698
|
+
"name": "data",
|
|
699
|
+
"type": "bytes"
|
|
700
|
+
}
|
|
701
|
+
],
|
|
702
|
+
"internalType": "struct iodata.Buffer",
|
|
703
|
+
"name": "data",
|
|
704
|
+
"type": "tuple"
|
|
705
|
+
}
|
|
706
|
+
],
|
|
707
|
+
"internalType": "struct DataRef",
|
|
708
|
+
"name": "dataRef",
|
|
709
|
+
"type": "tuple"
|
|
710
|
+
},
|
|
711
|
+
{
|
|
712
|
+
"internalType": "bytes",
|
|
713
|
+
"name": "data",
|
|
714
|
+
"type": "bytes"
|
|
715
|
+
}
|
|
716
|
+
],
|
|
717
|
+
"internalType": "struct Extension[]",
|
|
718
|
+
"name": "extensions",
|
|
719
|
+
"type": "tuple[]"
|
|
720
|
+
},
|
|
721
|
+
{
|
|
722
|
+
"components": [
|
|
723
|
+
{
|
|
724
|
+
"internalType": "uint32",
|
|
725
|
+
"name": "length",
|
|
726
|
+
"type": "uint32"
|
|
727
|
+
},
|
|
728
|
+
{
|
|
729
|
+
"internalType": "uint32",
|
|
730
|
+
"name": "offset",
|
|
731
|
+
"type": "uint32"
|
|
732
|
+
},
|
|
733
|
+
{
|
|
734
|
+
"components": [
|
|
735
|
+
{
|
|
736
|
+
"internalType": "bytes",
|
|
737
|
+
"name": "data",
|
|
738
|
+
"type": "bytes"
|
|
739
|
+
}
|
|
740
|
+
],
|
|
741
|
+
"internalType": "struct iodata.Buffer",
|
|
742
|
+
"name": "data",
|
|
743
|
+
"type": "tuple"
|
|
744
|
+
}
|
|
745
|
+
],
|
|
746
|
+
"internalType": "struct DataRef[]",
|
|
747
|
+
"name": "signatures",
|
|
748
|
+
"type": "tuple[]"
|
|
749
|
+
}
|
|
750
|
+
],
|
|
751
|
+
"internalType": "struct Transaction",
|
|
752
|
+
"name": "",
|
|
753
|
+
"type": "tuple"
|
|
754
|
+
},
|
|
755
|
+
{
|
|
756
|
+
"internalType": "uint32",
|
|
757
|
+
"name": "",
|
|
758
|
+
"type": "uint32"
|
|
759
|
+
}
|
|
760
|
+
],
|
|
761
|
+
"stateMutability": "pure",
|
|
762
|
+
"type": "function"
|
|
763
|
+
},
|
|
764
|
+
{
|
|
765
|
+
"inputs": [
|
|
766
|
+
{
|
|
767
|
+
"internalType": "bytes",
|
|
768
|
+
"name": "data",
|
|
769
|
+
"type": "bytes"
|
|
770
|
+
},
|
|
771
|
+
{
|
|
772
|
+
"internalType": "uint32",
|
|
773
|
+
"name": "offset",
|
|
774
|
+
"type": "uint32"
|
|
775
|
+
}
|
|
776
|
+
],
|
|
777
|
+
"name": "readPointSigValues",
|
|
778
|
+
"outputs": [
|
|
779
|
+
{
|
|
780
|
+
"components": [
|
|
781
|
+
{
|
|
782
|
+
"internalType": "bytes32",
|
|
783
|
+
"name": "r",
|
|
784
|
+
"type": "bytes32"
|
|
785
|
+
},
|
|
786
|
+
{
|
|
787
|
+
"internalType": "bytes32",
|
|
788
|
+
"name": "s",
|
|
789
|
+
"type": "bytes32"
|
|
790
|
+
},
|
|
791
|
+
{
|
|
792
|
+
"internalType": "uint8",
|
|
793
|
+
"name": "v",
|
|
794
|
+
"type": "uint8"
|
|
795
|
+
}
|
|
796
|
+
],
|
|
797
|
+
"internalType": "struct PointSigValues",
|
|
798
|
+
"name": "rsv",
|
|
799
|
+
"type": "tuple"
|
|
800
|
+
},
|
|
801
|
+
{
|
|
802
|
+
"internalType": "uint32",
|
|
803
|
+
"name": "",
|
|
804
|
+
"type": "uint32"
|
|
805
|
+
}
|
|
806
|
+
],
|
|
807
|
+
"stateMutability": "pure",
|
|
808
|
+
"type": "function"
|
|
809
|
+
},
|
|
810
|
+
{
|
|
811
|
+
"inputs": [
|
|
812
|
+
{
|
|
813
|
+
"internalType": "bytes",
|
|
814
|
+
"name": "data",
|
|
815
|
+
"type": "bytes"
|
|
816
|
+
},
|
|
817
|
+
{
|
|
818
|
+
"components": [
|
|
819
|
+
{
|
|
820
|
+
"internalType": "uint16",
|
|
821
|
+
"name": "extensionType",
|
|
822
|
+
"type": "uint16"
|
|
823
|
+
},
|
|
824
|
+
{
|
|
825
|
+
"components": [
|
|
826
|
+
{
|
|
827
|
+
"internalType": "uint32",
|
|
828
|
+
"name": "length",
|
|
829
|
+
"type": "uint32"
|
|
830
|
+
},
|
|
831
|
+
{
|
|
832
|
+
"internalType": "uint32",
|
|
833
|
+
"name": "offset",
|
|
834
|
+
"type": "uint32"
|
|
835
|
+
},
|
|
836
|
+
{
|
|
837
|
+
"components": [
|
|
838
|
+
{
|
|
839
|
+
"internalType": "bytes",
|
|
840
|
+
"name": "data",
|
|
841
|
+
"type": "bytes"
|
|
842
|
+
}
|
|
843
|
+
],
|
|
844
|
+
"internalType": "struct iodata.Buffer",
|
|
845
|
+
"name": "data",
|
|
846
|
+
"type": "tuple"
|
|
847
|
+
}
|
|
848
|
+
],
|
|
849
|
+
"internalType": "struct DataRef",
|
|
850
|
+
"name": "dataRef",
|
|
851
|
+
"type": "tuple"
|
|
852
|
+
},
|
|
853
|
+
{
|
|
854
|
+
"internalType": "bytes",
|
|
855
|
+
"name": "data",
|
|
856
|
+
"type": "bytes"
|
|
857
|
+
}
|
|
858
|
+
],
|
|
859
|
+
"internalType": "struct Extension",
|
|
860
|
+
"name": "ext",
|
|
861
|
+
"type": "tuple"
|
|
862
|
+
}
|
|
863
|
+
],
|
|
864
|
+
"name": "readSInfo",
|
|
865
|
+
"outputs": [
|
|
866
|
+
{
|
|
867
|
+
"components": [
|
|
868
|
+
{
|
|
869
|
+
"internalType": "SysName",
|
|
870
|
+
"name": "contract_name",
|
|
871
|
+
"type": "uint64"
|
|
872
|
+
},
|
|
873
|
+
{
|
|
874
|
+
"internalType": "bytes32",
|
|
875
|
+
"name": "previous_s_id",
|
|
876
|
+
"type": "bytes32"
|
|
877
|
+
},
|
|
878
|
+
{
|
|
879
|
+
"internalType": "bytes32",
|
|
880
|
+
"name": "current_s_id",
|
|
881
|
+
"type": "bytes32"
|
|
882
|
+
},
|
|
883
|
+
{
|
|
884
|
+
"internalType": "bytes32",
|
|
885
|
+
"name": "current_s_root",
|
|
886
|
+
"type": "bytes32"
|
|
887
|
+
}
|
|
888
|
+
],
|
|
889
|
+
"internalType": "struct SInfo",
|
|
890
|
+
"name": "",
|
|
891
|
+
"type": "tuple"
|
|
892
|
+
}
|
|
893
|
+
],
|
|
894
|
+
"stateMutability": "pure",
|
|
895
|
+
"type": "function"
|
|
896
|
+
},
|
|
897
|
+
{
|
|
898
|
+
"inputs": [
|
|
899
|
+
{
|
|
900
|
+
"internalType": "SysName",
|
|
901
|
+
"name": "contract_name",
|
|
902
|
+
"type": "uint64"
|
|
903
|
+
},
|
|
904
|
+
{
|
|
905
|
+
"internalType": "bytes",
|
|
906
|
+
"name": "data",
|
|
907
|
+
"type": "bytes"
|
|
908
|
+
},
|
|
909
|
+
{
|
|
910
|
+
"components": [
|
|
911
|
+
{
|
|
912
|
+
"internalType": "uint16",
|
|
913
|
+
"name": "extensionType",
|
|
914
|
+
"type": "uint16"
|
|
915
|
+
},
|
|
916
|
+
{
|
|
917
|
+
"components": [
|
|
918
|
+
{
|
|
919
|
+
"internalType": "uint32",
|
|
920
|
+
"name": "length",
|
|
921
|
+
"type": "uint32"
|
|
922
|
+
},
|
|
923
|
+
{
|
|
924
|
+
"internalType": "uint32",
|
|
925
|
+
"name": "offset",
|
|
926
|
+
"type": "uint32"
|
|
927
|
+
},
|
|
928
|
+
{
|
|
929
|
+
"components": [
|
|
930
|
+
{
|
|
931
|
+
"internalType": "bytes",
|
|
932
|
+
"name": "data",
|
|
933
|
+
"type": "bytes"
|
|
934
|
+
}
|
|
935
|
+
],
|
|
936
|
+
"internalType": "struct iodata.Buffer",
|
|
937
|
+
"name": "data",
|
|
938
|
+
"type": "tuple"
|
|
939
|
+
}
|
|
940
|
+
],
|
|
941
|
+
"internalType": "struct DataRef",
|
|
942
|
+
"name": "dataRef",
|
|
943
|
+
"type": "tuple"
|
|
944
|
+
},
|
|
945
|
+
{
|
|
946
|
+
"internalType": "bytes",
|
|
947
|
+
"name": "data",
|
|
948
|
+
"type": "bytes"
|
|
949
|
+
}
|
|
950
|
+
],
|
|
951
|
+
"internalType": "struct Extension[]",
|
|
952
|
+
"name": "exts",
|
|
953
|
+
"type": "tuple[]"
|
|
954
|
+
}
|
|
955
|
+
],
|
|
956
|
+
"name": "readSInfo",
|
|
957
|
+
"outputs": [
|
|
958
|
+
{
|
|
959
|
+
"components": [
|
|
960
|
+
{
|
|
961
|
+
"internalType": "SysName",
|
|
962
|
+
"name": "contract_name",
|
|
963
|
+
"type": "uint64"
|
|
964
|
+
},
|
|
965
|
+
{
|
|
966
|
+
"internalType": "bytes32",
|
|
967
|
+
"name": "previous_s_id",
|
|
968
|
+
"type": "bytes32"
|
|
969
|
+
},
|
|
970
|
+
{
|
|
971
|
+
"internalType": "bytes32",
|
|
972
|
+
"name": "current_s_id",
|
|
973
|
+
"type": "bytes32"
|
|
974
|
+
},
|
|
975
|
+
{
|
|
976
|
+
"internalType": "bytes32",
|
|
977
|
+
"name": "current_s_root",
|
|
978
|
+
"type": "bytes32"
|
|
979
|
+
}
|
|
980
|
+
],
|
|
981
|
+
"internalType": "struct SInfo",
|
|
982
|
+
"name": "info",
|
|
983
|
+
"type": "tuple"
|
|
984
|
+
}
|
|
985
|
+
],
|
|
986
|
+
"stateMutability": "pure",
|
|
987
|
+
"type": "function"
|
|
988
|
+
},
|
|
989
|
+
{
|
|
990
|
+
"inputs": [
|
|
991
|
+
{
|
|
992
|
+
"internalType": "bytes",
|
|
993
|
+
"name": "data",
|
|
994
|
+
"type": "bytes"
|
|
995
|
+
},
|
|
996
|
+
{
|
|
997
|
+
"internalType": "uint32",
|
|
998
|
+
"name": "offset",
|
|
999
|
+
"type": "uint32"
|
|
1000
|
+
}
|
|
1001
|
+
],
|
|
1002
|
+
"name": "readSignature",
|
|
1003
|
+
"outputs": [
|
|
1004
|
+
{
|
|
1005
|
+
"components": [
|
|
1006
|
+
{
|
|
1007
|
+
"internalType": "uint8",
|
|
1008
|
+
"name": "keyType",
|
|
1009
|
+
"type": "uint8"
|
|
1010
|
+
},
|
|
1011
|
+
{
|
|
1012
|
+
"components": [
|
|
1013
|
+
{
|
|
1014
|
+
"internalType": "bytes32",
|
|
1015
|
+
"name": "r",
|
|
1016
|
+
"type": "bytes32"
|
|
1017
|
+
},
|
|
1018
|
+
{
|
|
1019
|
+
"internalType": "bytes32",
|
|
1020
|
+
"name": "s",
|
|
1021
|
+
"type": "bytes32"
|
|
1022
|
+
},
|
|
1023
|
+
{
|
|
1024
|
+
"internalType": "uint8",
|
|
1025
|
+
"name": "v",
|
|
1026
|
+
"type": "uint8"
|
|
1027
|
+
}
|
|
1028
|
+
],
|
|
1029
|
+
"internalType": "struct PointSigValues",
|
|
1030
|
+
"name": "rsv",
|
|
1031
|
+
"type": "tuple"
|
|
1032
|
+
}
|
|
1033
|
+
],
|
|
1034
|
+
"internalType": "struct Signature",
|
|
1035
|
+
"name": "sig",
|
|
1036
|
+
"type": "tuple"
|
|
1037
|
+
},
|
|
1038
|
+
{
|
|
1039
|
+
"internalType": "uint32",
|
|
1040
|
+
"name": "",
|
|
1041
|
+
"type": "uint32"
|
|
1042
|
+
}
|
|
1043
|
+
],
|
|
1044
|
+
"stateMutability": "pure",
|
|
1045
|
+
"type": "function"
|
|
1046
|
+
},
|
|
1047
|
+
{
|
|
1048
|
+
"inputs": [
|
|
1049
|
+
{
|
|
1050
|
+
"internalType": "bytes",
|
|
1051
|
+
"name": "data",
|
|
1052
|
+
"type": "bytes"
|
|
1053
|
+
},
|
|
1054
|
+
{
|
|
1055
|
+
"internalType": "uint32",
|
|
1056
|
+
"name": "offset",
|
|
1057
|
+
"type": "uint32"
|
|
1058
|
+
}
|
|
1059
|
+
],
|
|
1060
|
+
"name": "readSignatureStr",
|
|
1061
|
+
"outputs": [
|
|
1062
|
+
{
|
|
1063
|
+
"components": [
|
|
1064
|
+
{
|
|
1065
|
+
"internalType": "uint8",
|
|
1066
|
+
"name": "keyType",
|
|
1067
|
+
"type": "uint8"
|
|
1068
|
+
},
|
|
1069
|
+
{
|
|
1070
|
+
"components": [
|
|
1071
|
+
{
|
|
1072
|
+
"internalType": "bytes32",
|
|
1073
|
+
"name": "r",
|
|
1074
|
+
"type": "bytes32"
|
|
1075
|
+
},
|
|
1076
|
+
{
|
|
1077
|
+
"internalType": "bytes32",
|
|
1078
|
+
"name": "s",
|
|
1079
|
+
"type": "bytes32"
|
|
1080
|
+
},
|
|
1081
|
+
{
|
|
1082
|
+
"internalType": "uint8",
|
|
1083
|
+
"name": "v",
|
|
1084
|
+
"type": "uint8"
|
|
1085
|
+
}
|
|
1086
|
+
],
|
|
1087
|
+
"internalType": "struct PointSigValues",
|
|
1088
|
+
"name": "rsv",
|
|
1089
|
+
"type": "tuple"
|
|
1090
|
+
}
|
|
1091
|
+
],
|
|
1092
|
+
"internalType": "struct Signature",
|
|
1093
|
+
"name": "sig",
|
|
1094
|
+
"type": "tuple"
|
|
1095
|
+
},
|
|
1096
|
+
{
|
|
1097
|
+
"internalType": "uint32",
|
|
1098
|
+
"name": "",
|
|
1099
|
+
"type": "uint32"
|
|
1100
|
+
}
|
|
1101
|
+
],
|
|
1102
|
+
"stateMutability": "pure",
|
|
1103
|
+
"type": "function"
|
|
1104
|
+
},
|
|
1105
|
+
{
|
|
1106
|
+
"inputs": [
|
|
1107
|
+
{
|
|
1108
|
+
"internalType": "bytes",
|
|
1109
|
+
"name": "data",
|
|
1110
|
+
"type": "bytes"
|
|
1111
|
+
},
|
|
1112
|
+
{
|
|
1113
|
+
"internalType": "uint32",
|
|
1114
|
+
"name": "offset",
|
|
1115
|
+
"type": "uint32"
|
|
1116
|
+
}
|
|
1117
|
+
],
|
|
1118
|
+
"name": "readSignatures",
|
|
1119
|
+
"outputs": [
|
|
1120
|
+
{
|
|
1121
|
+
"components": [
|
|
1122
|
+
{
|
|
1123
|
+
"internalType": "uint8",
|
|
1124
|
+
"name": "keyType",
|
|
1125
|
+
"type": "uint8"
|
|
1126
|
+
},
|
|
1127
|
+
{
|
|
1128
|
+
"components": [
|
|
1129
|
+
{
|
|
1130
|
+
"internalType": "bytes32",
|
|
1131
|
+
"name": "r",
|
|
1132
|
+
"type": "bytes32"
|
|
1133
|
+
},
|
|
1134
|
+
{
|
|
1135
|
+
"internalType": "bytes32",
|
|
1136
|
+
"name": "s",
|
|
1137
|
+
"type": "bytes32"
|
|
1138
|
+
},
|
|
1139
|
+
{
|
|
1140
|
+
"internalType": "uint8",
|
|
1141
|
+
"name": "v",
|
|
1142
|
+
"type": "uint8"
|
|
1143
|
+
}
|
|
1144
|
+
],
|
|
1145
|
+
"internalType": "struct PointSigValues",
|
|
1146
|
+
"name": "rsv",
|
|
1147
|
+
"type": "tuple"
|
|
1148
|
+
}
|
|
1149
|
+
],
|
|
1150
|
+
"internalType": "struct Signature[]",
|
|
1151
|
+
"name": "signatures",
|
|
1152
|
+
"type": "tuple[]"
|
|
1153
|
+
},
|
|
1154
|
+
{
|
|
1155
|
+
"internalType": "uint32",
|
|
1156
|
+
"name": "",
|
|
1157
|
+
"type": "uint32"
|
|
1158
|
+
}
|
|
1159
|
+
],
|
|
1160
|
+
"stateMutability": "pure",
|
|
1161
|
+
"type": "function"
|
|
1162
|
+
},
|
|
1163
|
+
{
|
|
1164
|
+
"inputs": [
|
|
1165
|
+
{
|
|
1166
|
+
"internalType": "bytes",
|
|
1167
|
+
"name": "data",
|
|
1168
|
+
"type": "bytes"
|
|
1169
|
+
},
|
|
1170
|
+
{
|
|
1171
|
+
"internalType": "uint32",
|
|
1172
|
+
"name": "offset",
|
|
1173
|
+
"type": "uint32"
|
|
1174
|
+
}
|
|
1175
|
+
],
|
|
1176
|
+
"name": "readTimestamp",
|
|
1177
|
+
"outputs": [
|
|
1178
|
+
{
|
|
1179
|
+
"internalType": "uint256",
|
|
1180
|
+
"name": "timestamp",
|
|
1181
|
+
"type": "uint256"
|
|
1182
|
+
},
|
|
1183
|
+
{
|
|
1184
|
+
"internalType": "uint32",
|
|
1185
|
+
"name": "_offset",
|
|
1186
|
+
"type": "uint32"
|
|
1187
|
+
}
|
|
1188
|
+
],
|
|
1189
|
+
"stateMutability": "pure",
|
|
1190
|
+
"type": "function"
|
|
1191
|
+
},
|
|
1192
|
+
{
|
|
1193
|
+
"inputs": [
|
|
1194
|
+
{
|
|
1195
|
+
"internalType": "bytes",
|
|
1196
|
+
"name": "data",
|
|
1197
|
+
"type": "bytes"
|
|
1198
|
+
},
|
|
1199
|
+
{
|
|
1200
|
+
"internalType": "uint32",
|
|
1201
|
+
"name": "offset",
|
|
1202
|
+
"type": "uint32"
|
|
1203
|
+
}
|
|
1204
|
+
],
|
|
1205
|
+
"name": "readUint128",
|
|
1206
|
+
"outputs": [
|
|
1207
|
+
{
|
|
1208
|
+
"internalType": "uint128",
|
|
1209
|
+
"name": "",
|
|
1210
|
+
"type": "uint128"
|
|
1211
|
+
},
|
|
1212
|
+
{
|
|
1213
|
+
"internalType": "uint32",
|
|
1214
|
+
"name": "",
|
|
1215
|
+
"type": "uint32"
|
|
1216
|
+
}
|
|
1217
|
+
],
|
|
1218
|
+
"stateMutability": "pure",
|
|
1219
|
+
"type": "function"
|
|
1220
|
+
},
|
|
1221
|
+
{
|
|
1222
|
+
"inputs": [
|
|
1223
|
+
{
|
|
1224
|
+
"internalType": "bytes",
|
|
1225
|
+
"name": "data",
|
|
1226
|
+
"type": "bytes"
|
|
1227
|
+
},
|
|
1228
|
+
{
|
|
1229
|
+
"internalType": "uint32",
|
|
1230
|
+
"name": "offset",
|
|
1231
|
+
"type": "uint32"
|
|
1232
|
+
}
|
|
1233
|
+
],
|
|
1234
|
+
"name": "readUint16",
|
|
1235
|
+
"outputs": [
|
|
1236
|
+
{
|
|
1237
|
+
"internalType": "uint16",
|
|
1238
|
+
"name": "",
|
|
1239
|
+
"type": "uint16"
|
|
1240
|
+
},
|
|
1241
|
+
{
|
|
1242
|
+
"internalType": "uint32",
|
|
1243
|
+
"name": "",
|
|
1244
|
+
"type": "uint32"
|
|
1245
|
+
}
|
|
1246
|
+
],
|
|
1247
|
+
"stateMutability": "pure",
|
|
1248
|
+
"type": "function"
|
|
1249
|
+
},
|
|
1250
|
+
{
|
|
1251
|
+
"inputs": [
|
|
1252
|
+
{
|
|
1253
|
+
"internalType": "bytes",
|
|
1254
|
+
"name": "data",
|
|
1255
|
+
"type": "bytes"
|
|
1256
|
+
},
|
|
1257
|
+
{
|
|
1258
|
+
"internalType": "uint32",
|
|
1259
|
+
"name": "offset",
|
|
1260
|
+
"type": "uint32"
|
|
1261
|
+
}
|
|
1262
|
+
],
|
|
1263
|
+
"name": "readUint256",
|
|
1264
|
+
"outputs": [
|
|
1265
|
+
{
|
|
1266
|
+
"internalType": "uint256",
|
|
1267
|
+
"name": "",
|
|
1268
|
+
"type": "uint256"
|
|
1269
|
+
},
|
|
1270
|
+
{
|
|
1271
|
+
"internalType": "uint32",
|
|
1272
|
+
"name": "",
|
|
1273
|
+
"type": "uint32"
|
|
1274
|
+
}
|
|
1275
|
+
],
|
|
1276
|
+
"stateMutability": "pure",
|
|
1277
|
+
"type": "function"
|
|
1278
|
+
},
|
|
1279
|
+
{
|
|
1280
|
+
"inputs": [
|
|
1281
|
+
{
|
|
1282
|
+
"internalType": "bytes",
|
|
1283
|
+
"name": "data",
|
|
1284
|
+
"type": "bytes"
|
|
1285
|
+
},
|
|
1286
|
+
{
|
|
1287
|
+
"internalType": "uint32",
|
|
1288
|
+
"name": "offset",
|
|
1289
|
+
"type": "uint32"
|
|
1290
|
+
}
|
|
1291
|
+
],
|
|
1292
|
+
"name": "readUint32",
|
|
1293
|
+
"outputs": [
|
|
1294
|
+
{
|
|
1295
|
+
"internalType": "uint32",
|
|
1296
|
+
"name": "",
|
|
1297
|
+
"type": "uint32"
|
|
1298
|
+
},
|
|
1299
|
+
{
|
|
1300
|
+
"internalType": "uint32",
|
|
1301
|
+
"name": "",
|
|
1302
|
+
"type": "uint32"
|
|
1303
|
+
}
|
|
1304
|
+
],
|
|
1305
|
+
"stateMutability": "pure",
|
|
1306
|
+
"type": "function"
|
|
1307
|
+
},
|
|
1308
|
+
{
|
|
1309
|
+
"inputs": [
|
|
1310
|
+
{
|
|
1311
|
+
"internalType": "bytes",
|
|
1312
|
+
"name": "data",
|
|
1313
|
+
"type": "bytes"
|
|
1314
|
+
},
|
|
1315
|
+
{
|
|
1316
|
+
"internalType": "uint32",
|
|
1317
|
+
"name": "offset",
|
|
1318
|
+
"type": "uint32"
|
|
1319
|
+
}
|
|
1320
|
+
],
|
|
1321
|
+
"name": "readUint64",
|
|
1322
|
+
"outputs": [
|
|
1323
|
+
{
|
|
1324
|
+
"internalType": "uint64",
|
|
1325
|
+
"name": "",
|
|
1326
|
+
"type": "uint64"
|
|
1327
|
+
},
|
|
1328
|
+
{
|
|
1329
|
+
"internalType": "uint32",
|
|
1330
|
+
"name": "",
|
|
1331
|
+
"type": "uint32"
|
|
1332
|
+
}
|
|
1333
|
+
],
|
|
1334
|
+
"stateMutability": "pure",
|
|
1335
|
+
"type": "function"
|
|
1336
|
+
},
|
|
1337
|
+
{
|
|
1338
|
+
"inputs": [
|
|
1339
|
+
{
|
|
1340
|
+
"internalType": "bytes",
|
|
1341
|
+
"name": "data",
|
|
1342
|
+
"type": "bytes"
|
|
1343
|
+
},
|
|
1344
|
+
{
|
|
1345
|
+
"internalType": "uint32",
|
|
1346
|
+
"name": "offset",
|
|
1347
|
+
"type": "uint32"
|
|
1348
|
+
}
|
|
1349
|
+
],
|
|
1350
|
+
"name": "readUint8",
|
|
1351
|
+
"outputs": [
|
|
1352
|
+
{
|
|
1353
|
+
"internalType": "uint8",
|
|
1354
|
+
"name": "",
|
|
1355
|
+
"type": "uint8"
|
|
1356
|
+
},
|
|
1357
|
+
{
|
|
1358
|
+
"internalType": "uint32",
|
|
1359
|
+
"name": "",
|
|
1360
|
+
"type": "uint32"
|
|
1361
|
+
}
|
|
1362
|
+
],
|
|
1363
|
+
"stateMutability": "pure",
|
|
1364
|
+
"type": "function"
|
|
1365
|
+
},
|
|
1366
|
+
{
|
|
1367
|
+
"inputs": [
|
|
1368
|
+
{
|
|
1369
|
+
"internalType": "bytes",
|
|
1370
|
+
"name": "data",
|
|
1371
|
+
"type": "bytes"
|
|
1372
|
+
},
|
|
1373
|
+
{
|
|
1374
|
+
"internalType": "uint32",
|
|
1375
|
+
"name": "offset",
|
|
1376
|
+
"type": "uint32"
|
|
1377
|
+
}
|
|
1378
|
+
],
|
|
1379
|
+
"name": "readVarUint",
|
|
1380
|
+
"outputs": [
|
|
1381
|
+
{
|
|
1382
|
+
"internalType": "uint256",
|
|
1383
|
+
"name": "",
|
|
1384
|
+
"type": "uint256"
|
|
1385
|
+
},
|
|
1386
|
+
{
|
|
1387
|
+
"internalType": "uint32",
|
|
1388
|
+
"name": "",
|
|
1389
|
+
"type": "uint32"
|
|
1390
|
+
}
|
|
1391
|
+
],
|
|
1392
|
+
"stateMutability": "pure",
|
|
1393
|
+
"type": "function"
|
|
1394
|
+
}
|
|
1395
|
+
],
|
|
1396
|
+
"bytecode": "0x608080604052346019576123c2908161001f823930815050f35b600080fdfe6080604052600436101561001257600080fd5b60003560e01c80630308f3a6146101875780630d077ffe14610182578063248a103d1461017d5780632748ab20146101785780633ef4c10d1461017357806353e2f0911461016e578063556cfea8146101695780635a4daec614610164578063629ec7cb1461015f57806363d186771461015a5780636c3d4fb714610155578063767a8fb014610150578063804638db1461014b578063a1fc66d314610146578063c4edd3ab14610141578063c8c1301d1461013c578063d57cf72b14610137578063db4c3f3914610132578063dc7bccc21461012d578063e64f0ae514610128578063ecadffa414610123578063f15916d21461011e5763fe3c9c881461011957600080fd5b611402565b6113d4565b6113ac565b61131e565b6112ec565b6112da565b61124a565b61121e565b611184565b610f33565b610e69565b610e30565b610db6565b610d4c565b610bfd565b610adc565b610a50565b61094c565b610913565b6108e9565b61082b565b610438565b6102e3565b634e487b7160e01b600052604160045260246000fd5b606081019081106001600160401b038211176101bd57604052565b61018c565b602081019081106001600160401b038211176101bd57604052565b608081019081106001600160401b038211176101bd57604052565b604081019081106001600160401b038211176101bd57604052565b90601f801991011681019081106001600160401b038211176101bd57604052565b6001600160401b0381116101bd57601f01601f191660200190565b81601f820112156102965780359061026682610234565b926102746040519485610213565b8284526020838301011161029657816000926020809301838601378301015290565b600080fd5b63ffffffff81160361029657565b604060031982011261029657600435906001600160401b038211610296576102d39160040161024f565b906024356102e08161029b565b90565b604063ffffffff6102fc6102f6366102a9565b90611520565b61ffff849392935193168352166020820152f35b60005b8381106103235750506000910152565b8181015183820152602001610313565b9060209161034c81518092818552858086019101610310565b601f01601f1916010190565b90608060406102e09363ffffffff80825116855260208201511660208501520151606060408401525191602060608201520190610333565b91929092604093604084019460408552815180965260608086019160608860051b880101926020809501926000925b8a84106103e15750505050506103df9394955094019063ffffffff169052565b565b909192939486806104296001938d605f1990820301885289519061ffff825116815286610419858401518a878501528a840190610358565b9201519087818403910152610333565b970194019401929391906103bf565b61044d610444366102a9565b909190826116ad565b919061045881610e52565b916104666040519384610213565b818352601f1961047583610e52565b0160005b8181106104f157505060005b8281106104a25750505061049e60405192839283610390565b0390f35b6001906104ce6104c86104bd6104b66115c5565b9886611520565b61ffff909116895290565b8461217b565b969060208201526104df8287611602565b526104ea8186611602565b5001610485565b6020906104fc6115c5565b82828801015201610479565b908082519081815260208091019281808460051b8301019501936000915b8483106105365750505050505090565b909192939495848061057c600193601f198682030187528a51906060906001600160401b0380845116825285840151168582015281604080940151938201520190610358565b9801930193019194939290610526565b908082519081815260208091019281808460051b830101950193600080925b8584106105bc575050505050505090565b90919293949596601f19828203018452858851916080908181016001600160401b03908186511683528185870151168584015260409081870151948285015284518091528560a0850195019289925b82841061064357505050505082916001946106329260608092015191818403910152610358565b9901940194019295949391906105ab565b84518051831688528801518216878901528d97968101969094019360019093019261060b565b908082519081815260208091019281808460051b8301019501936000915b8483106106975750505050505090565b90919293949584806106e2600193601f198682030187528a516106cf606061ffff835116845285830151908087860152840190610358565b9160408092015191818403910152610333565b9801930193019194939290610687565b90808251908181526020809101926020808460051b8301019501936000915b8483106107215750505050505090565b909192939495848061073f600193601f198682030187528a51610358565b9801930193019194939290610711565b9291602061081e6103df936040875261077160408801825163ffffffff169052565b8083015161ffff166060880152604081015163ffffffff166080880152606081015160ff1660a0880152608081015160ff1660c088015260a081015160ff1660e088015260c08101518761080b610140926107d9610100918583860152610180850190610508565b60e0860151603f1985830381016101209687015295916107f89161058c565b9186015190858d840301908d0152610669565b92015190888303016101608901526106f2565b94019063ffffffff169052565b610834366102a9565b9061083d61161b565b5061084661161b565b916108519082611d1a565b63ffffffff80921684526108659083611520565b9061ffff1660208501526108799083611d1a565b9116604084015261088a9082611f0d565b9060ff16606084015261089d9082611f0d565b9060ff1660808401526108b09082611f0d565b60ff90911660a08401526108c490826117a5565b9060c08401526108d3916119ef565b9060e083015260405191829161049e918361074f565b6108fb6108f5366102a9565b906116ad565b6040805192835263ffffffff91909116602083015290f35b610941610928610922366102a9565b906117a5565b63ffffffff604051938493604085526040850190610508565b911660208301520390f35b61094161096161095b366102a9565b906119ef565b63ffffffff60405193849360408552604085019061058c565b919091606081840312610296576040805191610995836101a2565b8294813561ffff811681036102965784526001600160401b036020830135818111610296578301606081840312610296578451906109d2826101a2565b80356109dd8161029b565b825260208101356109ed8161029b565b60208301528581013590838211610296570160208185031261029657855190610a15826101c2565b80359084821161029657610a2b9186910161024f565b81528582015260208601528383013590811161029657610a4b920161024f565b910152565b6040366003190112610296576001600160401b0360043581811161029657610a7c90369060040161024f565b906024359081116102965761049e91610a9c610aa292369060040161097a565b90611bfa565b6040519182918291909160608060808301946001600160401b03815116845260208101516020850152604081015160408501520151910152565b610ae5366102a9565b60009160088091825b610b195760408563ffffffff610b0387611460565b6001600160401b03845193168352166020820152f35b909193821b63ffffffff8416858101809111610b65576000198101908111610b6557610b459083611677565b5160f81c8101809111610b6557938015610b655760001901919082610aee565b61144a565b604090604083019063ffffffff8151168452602080910151936040828201528451809352606081018260608560051b8401019601946000925b858410610bb4575050505050505090565b909192939495968580610bec600193605f1986820301885286838d516001600160401b03815116845201519181858201520190610333565b990194019401929594939190610ba3565b610cda610c63610ce661049e610d3d610c77610c18366102a9565b9190610c22611cb0565b50610c97610c87610ca5610c4a610c41610c3a611cb0565b9786611f92565b90885285612010565b6001600160401b036020899d939d019c168c5285611520565b61ffff6040899893980197168752856120bd565b60608894929401938452856120bd565b60808895929501948552856120bd565b909460a08801958652611d1a565b98909463ffffffff60c08801961686526040519b8c9b60408d528c60408a519101525160608d01906001600160401b03169052565b5161ffff1660808b0152565b5160a08901525160c08801525160e087015251610d0e610100918288019063ffffffff169052565b610d2860e083015161012080890152610160880190610b6a565b910151858203603f1901610140870152610669565b63ffffffff9092166020840152565b610d55366102a9565b600091602090815b610d6b57836108fb84611475565b909260081b63ffffffff8316848101809111610b65576000198101908111610b6557610d979083611677565b5160f81c8101809111610b6557928015610b6557600019019081610d5d565b610dc8610dc2366102a9565b90611d1a565b6040805163ffffffff9384168152919092166020820152f35b906020806103df9360ff8151168452015191019060ff604080928051855260208101516020860152015116910152565b90929163ffffffff608091610e2a8460a0810197610de1565b16910152565b610e42610e3c366102a9565b90611dc4565b9061049e60405192839283610e11565b6001600160401b0381116101bd5760051b60200190565b6060366003190112610296576004356001600160401b0380821682036102965760249160243582811161029657610ea490369060040161024f565b91604435818111610296573660238201121561029657806004013594610ec986610e52565b95610ed76040519788610213565b8087526020936024602089019260051b850101933685116102965760248101925b858410610f0d5761049e610aa28b8b8b611df3565b8335838111610296578791610f28839288369187010161097a565b815201930192610ef8565b610f3c366102a9565b90610f45611da8565b9173__$49dafa11a5f5d8c0782ba98739c0e97e04$__91610f658261148a565b92610f6f8361149f565b9160405191634f8380a160e11b958684528380610f9460009788948760048501611e5c565b0381845af48015611090578493849161110f575b506001600160f01b031990610fbc90611e88565b16614b3160f01b81036110af57508287525b610fd7856114b4565b91610fe1866114c9565b96610ffa60405198899586948594855260048501611e5c565b03915af49283156110905761102d9382918291611095575b506040518095819263e5c5e9a360e01b835260048301611efc565b038173__$9abd3350714c4a3adad4eaa0d191a424a5$__5af4801561109057610e429382611062939261106d575b5050612269565b5060208401526114c9565b61108992503d8091833e6110818183610213565b810190611bc9565b388061105b565b611bee565b6110a991503d8084833e6110818183610213565b38611012565b61523160f01b81036110c5575060018752610fce565b61454d60f01b81036110db575060038752610fce565b61115160f21b81036110f1575060048752610fce565b90925061574160f01b0361110a57600286528291610fce565b611eb7565b61112391503d8086833e6110818183610213565b38610fa8565b909291926040820190604083528051809252606083019160208092019160005b828110611163575050505063ffffffff6020919416910152565b90919293826080826111786001948951610de1565b01950193929101611149565b611190610444366102a9565b919061119b81610e52565b916111a96040519384610213565b818352601f196111b883610e52565b0160005b818110611207575050906000915b8183106111e35750505061049e60405192839283611129565b9091936111f260019183611dc4565b95906111fe8287611602565b520191906111ca565b602090611212611da8565b828288010152016111bc565b604063ffffffff611237611231366102a9565b90611f0d565b60ff849392935193168352166020820152f35b611253366102a9565b600091601090815b61128f5760408463ffffffff611270866114de565b6fffffffffffffffffffffffffffffffff845193168352166020820152f35b909260081b63ffffffff8316848101809111610b65576000198101908111610b65576112bb9083611677565b5160f81c8101809111610b6557928015610b655760001901908161125b565b6108fb6112e6366102a9565b90611f92565b604063ffffffff6113056112ff366102a9565b90612010565b6001600160401b03849392935193168352166020820152f35b601461133461132c366102a9565b8192916116ad565b9203611367578160209101015160601c601463ffffffff8093160191808311610b65576040928351928352166020820152f35b60405162461bcd60e51b815260206004820152601860248201527f41646472657373206d75737420626520323020627974657300000000000000006044820152606490fd5b604063ffffffff6113c56113bf366102a9565b906120bd565b83519182529091166020820152f35b6109416113e96113e3366102a9565b9061217b565b63ffffffff604051938493604085526040850190610358565b608063ffffffff61141b611415366102a9565b906122c7565b611442604093929351809460ff604080928051855260208101516020860152015116910152565b166060820152f35b634e487b7160e01b600052601160045260246000fd5b90600863ffffffff80931601918211610b6557565b90602063ffffffff80931601918211610b6557565b90600463ffffffff80931601918211610b6557565b90600663ffffffff80931601918211610b6557565b90600763ffffffff80931601918211610b6557565b90606563ffffffff80931601918211610b6557565b90601063ffffffff80931601918211610b6557565b90600163ffffffff80931601918211610b6557565b91909163ffffffff80809416911601918211610b6557565b919091600090600290815b61154b575050600263ffffffff80941601928311610b655761ffff169190565b909160081b63ffffffff8516838101809111610b65576000198101908111610b65576115779083611677565b5160f81c8101809111610b6557918015610b655760001901908161152b565b604051906115a3826101a2565b81600081526000602082015260408051916115bd836101c2565b606083520152565b604051906115d2826101a2565b6060604083600081526115e3611596565b60208201520152565b634e487b7160e01b600052603260045260246000fd5b80518210156116165760209160051b010190565b6115ec565b6040519061014082018281106001600160401b038211176101bd576040526060610120836000808252806020830152806040830152808483015280608083015260a08201528260c08201528260e0820152826101008201520152565b908151811015611616570160200190565b9063ffffffff809216600702918216918203610b6557565b91908201809211610b6557565b9160009161170b835b6117056116f2607f6116eb6001600160f81b03196116e363ffffffff6116dc8c8b611508565b168c611677565b511660f81c90565b1660ff1690565b6116fb87611688565b63ffffffff161b90565b906116a0565b61174960806116eb61174361173561172f6117268a89611508565b63ffffffff1690565b8a611677565b516001600160f81b03191690565b60f81c90565b1561176d5763ffffffff809416938414610b65576001939093019261170b906116b6565b93506102e0919261177d91611508565b6114f3565b6040519061178f826101a2565b8160008152600060208201526040610a4b611596565b91906117b190836116ad565b92906117bc81610e52565b916040906117cd6040519485610213565b828452601f196117dc84610e52565b0160005b81811061186757505060005b8381106117fb57505050509190565b6001906118456104c861183261182c61181c611815611782565b9c88612010565b6001600160401b039091168d5290565b86612010565b6001600160401b0390911660208c015290565b9890858201526118558288611602565b526118608187611602565b50016117ec565b602090611872611782565b828289010152016117e0565b6040519061188b826101dd565b816000815260006020820152606060408201526060610a4b611596565b906118b282610e52565b6118bf6040519182610213565b82815280926118d0601f1991610e52565b019060005b8281106118e157505050565b6020906118ec61187e565b828285010152016118d5565b60405190611905826101f8565b60006020838281520152565b9061191b82610e52565b6119286040519182610213565b8281528092611939601f1991610e52565b019060005b82811061194a57505050565b6020906119556118f8565b8282850101520161193e565b63ffffffff9182169082160391908211610b6557565b1561197e57565b60405162461bcd60e51b81526020600482015260146024820152731c991c881b9bdd081a5b98db081d985c9d5a5b9d60621b6044820152606490fd5b156119c157565b60405162461bcd60e51b8152602060048201526006602482015265191bc818985960d21b6044820152606490fd5b91906119fb90836116ad565b9290611a06816118a8565b916000805b838110611a1a57505050509190565b611a6a96611a4c611a46611a36611a2f61187e565b9387612010565b6001600160401b03909116845290565b85612010565b611a6460209a928b8501906001600160401b03169052565b856116ad565b9089611a7582611911565b91865b88828210611afd57505050506040830152611a93818661217b565b606084018281529151909a9190611ab09063ffffffff168c611961565b63ffffffff8094169384911611611ac690611977565b51015163ffffffff1663ffffffff1611611adf906119ba565b611ae98287611602565b52611af48186611602565b50600101611a0b565b611b43611b32611b2c611b1c6001969799611b166118f8565b95612010565b6001600160401b03909116855290565b8c612010565b978301906001600160401b03169052565b611b4d8286611602565b52611b588185611602565b5001908b91611a78565b60405190611b6f826101dd565b60006060838281528260208201528260408201520152565b81601f82011215610296578051611b9d81610234565b92611bab6040519485610213565b81845260208284010111610296576102e09160208085019101610310565b906020828203126102965781516001600160401b038111610296576102e09201611b87565b6040513d6000823e3d90fd5b90611c03611b62565b506040810180515190919015611c1f57506102e09150516122fe565b600091506020611c5291015192611c646040519485938493631553d3a360e01b8552604060048601526044850190610333565b83810360031901602485015290610358565b038173__$871508ae888325252fdba23f15f3f16064$__5af48015611090576102e091600091611c95575b506122fe565b611caa91503d806000833e6110818183610213565b38611c8f565b6040519061012082018281106001600160401b038211176101bd57604052606061010083600080825280602083015280604083015280848301528060808301528060a08301528060c083015260405190611d09826101f8565b815283602082015260e08201520152565b9190600092600490815b611d3e575050611d3863ffffffff9161148a565b92169190565b909360081b63ffffffff8316858101809111610b65576000198101908111610b6557611d6a9083611677565b5160f81c8101809111610b6557938015610b6557600019019081611d24565b60405190611d96826101a2565b60006040838281528260208201520152565b60405190611db5826101f8565b81600081526020610a4b611d89565b60ff611de891939293611ddf611dd8611da8565b9582611f0d565b921685526122c7565b929060208201529190565b90611dfc611b62565b9260005b8151811015611e5557600261ffff611e188385611602565b51511614611e29575b600101611e00565b9350611e3f611e388583611602565b5183611bfa565b936001600160401b038086511690851603611e21575b5050505090565b91611e74604092959495606085526060850190610333565b9463ffffffff809216602085015216910152565b906020825192015161ffff60f01b908181169360028110611ea857505050565b60020360031b82901b16169150565b60405162461bcd60e51b815260206004820152601860248201527f556e68616e646c6564207369676e6174757265207479706500000000000000006044820152606490fd5b9060206102e0928181520190610333565b611f246102e09193929363ffffffff851690611677565b5160f81c926114f3565b15611f3557565b60405162461bcd60e51b815260206004820152601860248201527f44617461206c656e67746820696e73756666696369656e7400000000000000006044820152606490fd5b600381901b91906001600160fd1b03811603610b6557565b9190600092805190611fb563ffffffff9283611fad8661148a565b161115611f2e565b6000915b60048310611fcd575050506102e09061148a565b90919481841690868201809211610b6557611fea60019285611677565b5160f81c611ff788611f7a565b1b1795019190611fb9565b6007039060078211610b6557565b91906000926000905b60088210612034575050611d386001600160401b0391611460565b909363ffffffff831690858201809211610b655760019161205d6001600160401b039185611677565b5160f81c8161207361206e8a612002565b611f7a565b161b1617940190612019565b60489061208f8282511015611f2e565b015190604890565b60216020916120af815163ffffffff611fad85611475565b010151906102e06021611475565b6020826102e0929493946120da815163ffffffff611fad85611475565b01015192611475565b6020818303126102965780516001600160401b03918282116102965701916060838203126102965760405192612118846101a2565b80516121238161029b565b845260208101516121338161029b565b6020850152604081015190838211610296570190602082820312610296576040519261215e846101c2565b8251908111610296576121719201611b87565b8152604082015290565b816121919193929361218b611596565b506116ad565b929063ffffffff809216828516111561222b576040516329eaef1760e01b8152911663ffffffff818116600484015284166024830152909260008460448173__$871508ae888325252fdba23f15f3f16064$__5af493841561109057600094612200575b50906102e091611508565b6102e092919450612223903d806000833e61221b8183610213565b8101906120e3565b9390916121f5565b60405162461bcd60e51b81526020600482015260166024820152756f6666736574206469646e277420696e63726561736560501b6044820152606490fd5b90612272611d89565b825115611616576122a6602084015160f81c936040830194855261229a602182511015611f2e565b60218101518352612097565b9390602083015260031960ff8251160160ff8111610b655760ff1690529190565b906122a66122f593926122e26122db611d89565b9382611f0d565b60ff6040869893980197168752826120bd565b919084526120bd565b90612307611b62565b916000805b6008811061235a5750906001600160401b0361235292168452612333602882511015611f2e565b602881015160208501526123468161207f565b919060408601526120bd565b506060830152565b906001906001600160401b036123708486611677565b5160f81c8161238161206e87612002565b161b1617910161230c56fea2646970667358221220ee2060b4866d250d076d0712e882e780f225b7bac11e3a5aee3382971812a7a864736f6c63430008190033",
|
|
1397
|
+
"deployedBytecode": "0x6080604052600436101561001257600080fd5b60003560e01c80630308f3a6146101875780630d077ffe14610182578063248a103d1461017d5780632748ab20146101785780633ef4c10d1461017357806353e2f0911461016e578063556cfea8146101695780635a4daec614610164578063629ec7cb1461015f57806363d186771461015a5780636c3d4fb714610155578063767a8fb014610150578063804638db1461014b578063a1fc66d314610146578063c4edd3ab14610141578063c8c1301d1461013c578063d57cf72b14610137578063db4c3f3914610132578063dc7bccc21461012d578063e64f0ae514610128578063ecadffa414610123578063f15916d21461011e5763fe3c9c881461011957600080fd5b611402565b6113d4565b6113ac565b61131e565b6112ec565b6112da565b61124a565b61121e565b611184565b610f33565b610e69565b610e30565b610db6565b610d4c565b610bfd565b610adc565b610a50565b61094c565b610913565b6108e9565b61082b565b610438565b6102e3565b634e487b7160e01b600052604160045260246000fd5b606081019081106001600160401b038211176101bd57604052565b61018c565b602081019081106001600160401b038211176101bd57604052565b608081019081106001600160401b038211176101bd57604052565b604081019081106001600160401b038211176101bd57604052565b90601f801991011681019081106001600160401b038211176101bd57604052565b6001600160401b0381116101bd57601f01601f191660200190565b81601f820112156102965780359061026682610234565b926102746040519485610213565b8284526020838301011161029657816000926020809301838601378301015290565b600080fd5b63ffffffff81160361029657565b604060031982011261029657600435906001600160401b038211610296576102d39160040161024f565b906024356102e08161029b565b90565b604063ffffffff6102fc6102f6366102a9565b90611520565b61ffff849392935193168352166020820152f35b60005b8381106103235750506000910152565b8181015183820152602001610313565b9060209161034c81518092818552858086019101610310565b601f01601f1916010190565b90608060406102e09363ffffffff80825116855260208201511660208501520151606060408401525191602060608201520190610333565b91929092604093604084019460408552815180965260608086019160608860051b880101926020809501926000925b8a84106103e15750505050506103df9394955094019063ffffffff169052565b565b909192939486806104296001938d605f1990820301885289519061ffff825116815286610419858401518a878501528a840190610358565b9201519087818403910152610333565b970194019401929391906103bf565b61044d610444366102a9565b909190826116ad565b919061045881610e52565b916104666040519384610213565b818352601f1961047583610e52565b0160005b8181106104f157505060005b8281106104a25750505061049e60405192839283610390565b0390f35b6001906104ce6104c86104bd6104b66115c5565b9886611520565b61ffff909116895290565b8461217b565b969060208201526104df8287611602565b526104ea8186611602565b5001610485565b6020906104fc6115c5565b82828801015201610479565b908082519081815260208091019281808460051b8301019501936000915b8483106105365750505050505090565b909192939495848061057c600193601f198682030187528a51906060906001600160401b0380845116825285840151168582015281604080940151938201520190610358565b9801930193019194939290610526565b908082519081815260208091019281808460051b830101950193600080925b8584106105bc575050505050505090565b90919293949596601f19828203018452858851916080908181016001600160401b03908186511683528185870151168584015260409081870151948285015284518091528560a0850195019289925b82841061064357505050505082916001946106329260608092015191818403910152610358565b9901940194019295949391906105ab565b84518051831688528801518216878901528d97968101969094019360019093019261060b565b908082519081815260208091019281808460051b8301019501936000915b8483106106975750505050505090565b90919293949584806106e2600193601f198682030187528a516106cf606061ffff835116845285830151908087860152840190610358565b9160408092015191818403910152610333565b9801930193019194939290610687565b90808251908181526020809101926020808460051b8301019501936000915b8483106107215750505050505090565b909192939495848061073f600193601f198682030187528a51610358565b9801930193019194939290610711565b9291602061081e6103df936040875261077160408801825163ffffffff169052565b8083015161ffff166060880152604081015163ffffffff166080880152606081015160ff1660a0880152608081015160ff1660c088015260a081015160ff1660e088015260c08101518761080b610140926107d9610100918583860152610180850190610508565b60e0860151603f1985830381016101209687015295916107f89161058c565b9186015190858d840301908d0152610669565b92015190888303016101608901526106f2565b94019063ffffffff169052565b610834366102a9565b9061083d61161b565b5061084661161b565b916108519082611d1a565b63ffffffff80921684526108659083611520565b9061ffff1660208501526108799083611d1a565b9116604084015261088a9082611f0d565b9060ff16606084015261089d9082611f0d565b9060ff1660808401526108b09082611f0d565b60ff90911660a08401526108c490826117a5565b9060c08401526108d3916119ef565b9060e083015260405191829161049e918361074f565b6108fb6108f5366102a9565b906116ad565b6040805192835263ffffffff91909116602083015290f35b610941610928610922366102a9565b906117a5565b63ffffffff604051938493604085526040850190610508565b911660208301520390f35b61094161096161095b366102a9565b906119ef565b63ffffffff60405193849360408552604085019061058c565b919091606081840312610296576040805191610995836101a2565b8294813561ffff811681036102965784526001600160401b036020830135818111610296578301606081840312610296578451906109d2826101a2565b80356109dd8161029b565b825260208101356109ed8161029b565b60208301528581013590838211610296570160208185031261029657855190610a15826101c2565b80359084821161029657610a2b9186910161024f565b81528582015260208601528383013590811161029657610a4b920161024f565b910152565b6040366003190112610296576001600160401b0360043581811161029657610a7c90369060040161024f565b906024359081116102965761049e91610a9c610aa292369060040161097a565b90611bfa565b6040519182918291909160608060808301946001600160401b03815116845260208101516020850152604081015160408501520151910152565b610ae5366102a9565b60009160088091825b610b195760408563ffffffff610b0387611460565b6001600160401b03845193168352166020820152f35b909193821b63ffffffff8416858101809111610b65576000198101908111610b6557610b459083611677565b5160f81c8101809111610b6557938015610b655760001901919082610aee565b61144a565b604090604083019063ffffffff8151168452602080910151936040828201528451809352606081018260608560051b8401019601946000925b858410610bb4575050505050505090565b909192939495968580610bec600193605f1986820301885286838d516001600160401b03815116845201519181858201520190610333565b990194019401929594939190610ba3565b610cda610c63610ce661049e610d3d610c77610c18366102a9565b9190610c22611cb0565b50610c97610c87610ca5610c4a610c41610c3a611cb0565b9786611f92565b90885285612010565b6001600160401b036020899d939d019c168c5285611520565b61ffff6040899893980197168752856120bd565b60608894929401938452856120bd565b60808895929501948552856120bd565b909460a08801958652611d1a565b98909463ffffffff60c08801961686526040519b8c9b60408d528c60408a519101525160608d01906001600160401b03169052565b5161ffff1660808b0152565b5160a08901525160c08801525160e087015251610d0e610100918288019063ffffffff169052565b610d2860e083015161012080890152610160880190610b6a565b910151858203603f1901610140870152610669565b63ffffffff9092166020840152565b610d55366102a9565b600091602090815b610d6b57836108fb84611475565b909260081b63ffffffff8316848101809111610b65576000198101908111610b6557610d979083611677565b5160f81c8101809111610b6557928015610b6557600019019081610d5d565b610dc8610dc2366102a9565b90611d1a565b6040805163ffffffff9384168152919092166020820152f35b906020806103df9360ff8151168452015191019060ff604080928051855260208101516020860152015116910152565b90929163ffffffff608091610e2a8460a0810197610de1565b16910152565b610e42610e3c366102a9565b90611dc4565b9061049e60405192839283610e11565b6001600160401b0381116101bd5760051b60200190565b6060366003190112610296576004356001600160401b0380821682036102965760249160243582811161029657610ea490369060040161024f565b91604435818111610296573660238201121561029657806004013594610ec986610e52565b95610ed76040519788610213565b8087526020936024602089019260051b850101933685116102965760248101925b858410610f0d5761049e610aa28b8b8b611df3565b8335838111610296578791610f28839288369187010161097a565b815201930192610ef8565b610f3c366102a9565b90610f45611da8565b9173__$49dafa11a5f5d8c0782ba98739c0e97e04$__91610f658261148a565b92610f6f8361149f565b9160405191634f8380a160e11b958684528380610f9460009788948760048501611e5c565b0381845af48015611090578493849161110f575b506001600160f01b031990610fbc90611e88565b16614b3160f01b81036110af57508287525b610fd7856114b4565b91610fe1866114c9565b96610ffa60405198899586948594855260048501611e5c565b03915af49283156110905761102d9382918291611095575b506040518095819263e5c5e9a360e01b835260048301611efc565b038173__$9abd3350714c4a3adad4eaa0d191a424a5$__5af4801561109057610e429382611062939261106d575b5050612269565b5060208401526114c9565b61108992503d8091833e6110818183610213565b810190611bc9565b388061105b565b611bee565b6110a991503d8084833e6110818183610213565b38611012565b61523160f01b81036110c5575060018752610fce565b61454d60f01b81036110db575060038752610fce565b61115160f21b81036110f1575060048752610fce565b90925061574160f01b0361110a57600286528291610fce565b611eb7565b61112391503d8086833e6110818183610213565b38610fa8565b909291926040820190604083528051809252606083019160208092019160005b828110611163575050505063ffffffff6020919416910152565b90919293826080826111786001948951610de1565b01950193929101611149565b611190610444366102a9565b919061119b81610e52565b916111a96040519384610213565b818352601f196111b883610e52565b0160005b818110611207575050906000915b8183106111e35750505061049e60405192839283611129565b9091936111f260019183611dc4565b95906111fe8287611602565b520191906111ca565b602090611212611da8565b828288010152016111bc565b604063ffffffff611237611231366102a9565b90611f0d565b60ff849392935193168352166020820152f35b611253366102a9565b600091601090815b61128f5760408463ffffffff611270866114de565b6fffffffffffffffffffffffffffffffff845193168352166020820152f35b909260081b63ffffffff8316848101809111610b65576000198101908111610b65576112bb9083611677565b5160f81c8101809111610b6557928015610b655760001901908161125b565b6108fb6112e6366102a9565b90611f92565b604063ffffffff6113056112ff366102a9565b90612010565b6001600160401b03849392935193168352166020820152f35b601461133461132c366102a9565b8192916116ad565b9203611367578160209101015160601c601463ffffffff8093160191808311610b65576040928351928352166020820152f35b60405162461bcd60e51b815260206004820152601860248201527f41646472657373206d75737420626520323020627974657300000000000000006044820152606490fd5b604063ffffffff6113c56113bf366102a9565b906120bd565b83519182529091166020820152f35b6109416113e96113e3366102a9565b9061217b565b63ffffffff604051938493604085526040850190610358565b608063ffffffff61141b611415366102a9565b906122c7565b611442604093929351809460ff604080928051855260208101516020860152015116910152565b166060820152f35b634e487b7160e01b600052601160045260246000fd5b90600863ffffffff80931601918211610b6557565b90602063ffffffff80931601918211610b6557565b90600463ffffffff80931601918211610b6557565b90600663ffffffff80931601918211610b6557565b90600763ffffffff80931601918211610b6557565b90606563ffffffff80931601918211610b6557565b90601063ffffffff80931601918211610b6557565b90600163ffffffff80931601918211610b6557565b91909163ffffffff80809416911601918211610b6557565b919091600090600290815b61154b575050600263ffffffff80941601928311610b655761ffff169190565b909160081b63ffffffff8516838101809111610b65576000198101908111610b65576115779083611677565b5160f81c8101809111610b6557918015610b655760001901908161152b565b604051906115a3826101a2565b81600081526000602082015260408051916115bd836101c2565b606083520152565b604051906115d2826101a2565b6060604083600081526115e3611596565b60208201520152565b634e487b7160e01b600052603260045260246000fd5b80518210156116165760209160051b010190565b6115ec565b6040519061014082018281106001600160401b038211176101bd576040526060610120836000808252806020830152806040830152808483015280608083015260a08201528260c08201528260e0820152826101008201520152565b908151811015611616570160200190565b9063ffffffff809216600702918216918203610b6557565b91908201809211610b6557565b9160009161170b835b6117056116f2607f6116eb6001600160f81b03196116e363ffffffff6116dc8c8b611508565b168c611677565b511660f81c90565b1660ff1690565b6116fb87611688565b63ffffffff161b90565b906116a0565b61174960806116eb61174361173561172f6117268a89611508565b63ffffffff1690565b8a611677565b516001600160f81b03191690565b60f81c90565b1561176d5763ffffffff809416938414610b65576001939093019261170b906116b6565b93506102e0919261177d91611508565b6114f3565b6040519061178f826101a2565b8160008152600060208201526040610a4b611596565b91906117b190836116ad565b92906117bc81610e52565b916040906117cd6040519485610213565b828452601f196117dc84610e52565b0160005b81811061186757505060005b8381106117fb57505050509190565b6001906118456104c861183261182c61181c611815611782565b9c88612010565b6001600160401b039091168d5290565b86612010565b6001600160401b0390911660208c015290565b9890858201526118558288611602565b526118608187611602565b50016117ec565b602090611872611782565b828289010152016117e0565b6040519061188b826101dd565b816000815260006020820152606060408201526060610a4b611596565b906118b282610e52565b6118bf6040519182610213565b82815280926118d0601f1991610e52565b019060005b8281106118e157505050565b6020906118ec61187e565b828285010152016118d5565b60405190611905826101f8565b60006020838281520152565b9061191b82610e52565b6119286040519182610213565b8281528092611939601f1991610e52565b019060005b82811061194a57505050565b6020906119556118f8565b8282850101520161193e565b63ffffffff9182169082160391908211610b6557565b1561197e57565b60405162461bcd60e51b81526020600482015260146024820152731c991c881b9bdd081a5b98db081d985c9d5a5b9d60621b6044820152606490fd5b156119c157565b60405162461bcd60e51b8152602060048201526006602482015265191bc818985960d21b6044820152606490fd5b91906119fb90836116ad565b9290611a06816118a8565b916000805b838110611a1a57505050509190565b611a6a96611a4c611a46611a36611a2f61187e565b9387612010565b6001600160401b03909116845290565b85612010565b611a6460209a928b8501906001600160401b03169052565b856116ad565b9089611a7582611911565b91865b88828210611afd57505050506040830152611a93818661217b565b606084018281529151909a9190611ab09063ffffffff168c611961565b63ffffffff8094169384911611611ac690611977565b51015163ffffffff1663ffffffff1611611adf906119ba565b611ae98287611602565b52611af48186611602565b50600101611a0b565b611b43611b32611b2c611b1c6001969799611b166118f8565b95612010565b6001600160401b03909116855290565b8c612010565b978301906001600160401b03169052565b611b4d8286611602565b52611b588185611602565b5001908b91611a78565b60405190611b6f826101dd565b60006060838281528260208201528260408201520152565b81601f82011215610296578051611b9d81610234565b92611bab6040519485610213565b81845260208284010111610296576102e09160208085019101610310565b906020828203126102965781516001600160401b038111610296576102e09201611b87565b6040513d6000823e3d90fd5b90611c03611b62565b506040810180515190919015611c1f57506102e09150516122fe565b600091506020611c5291015192611c646040519485938493631553d3a360e01b8552604060048601526044850190610333565b83810360031901602485015290610358565b038173__$871508ae888325252fdba23f15f3f16064$__5af48015611090576102e091600091611c95575b506122fe565b611caa91503d806000833e6110818183610213565b38611c8f565b6040519061012082018281106001600160401b038211176101bd57604052606061010083600080825280602083015280604083015280848301528060808301528060a08301528060c083015260405190611d09826101f8565b815283602082015260e08201520152565b9190600092600490815b611d3e575050611d3863ffffffff9161148a565b92169190565b909360081b63ffffffff8316858101809111610b65576000198101908111610b6557611d6a9083611677565b5160f81c8101809111610b6557938015610b6557600019019081611d24565b60405190611d96826101a2565b60006040838281528260208201520152565b60405190611db5826101f8565b81600081526020610a4b611d89565b60ff611de891939293611ddf611dd8611da8565b9582611f0d565b921685526122c7565b929060208201529190565b90611dfc611b62565b9260005b8151811015611e5557600261ffff611e188385611602565b51511614611e29575b600101611e00565b9350611e3f611e388583611602565b5183611bfa565b936001600160401b038086511690851603611e21575b5050505090565b91611e74604092959495606085526060850190610333565b9463ffffffff809216602085015216910152565b906020825192015161ffff60f01b908181169360028110611ea857505050565b60020360031b82901b16169150565b60405162461bcd60e51b815260206004820152601860248201527f556e68616e646c6564207369676e6174757265207479706500000000000000006044820152606490fd5b9060206102e0928181520190610333565b611f246102e09193929363ffffffff851690611677565b5160f81c926114f3565b15611f3557565b60405162461bcd60e51b815260206004820152601860248201527f44617461206c656e67746820696e73756666696369656e7400000000000000006044820152606490fd5b600381901b91906001600160fd1b03811603610b6557565b9190600092805190611fb563ffffffff9283611fad8661148a565b161115611f2e565b6000915b60048310611fcd575050506102e09061148a565b90919481841690868201809211610b6557611fea60019285611677565b5160f81c611ff788611f7a565b1b1795019190611fb9565b6007039060078211610b6557565b91906000926000905b60088210612034575050611d386001600160401b0391611460565b909363ffffffff831690858201809211610b655760019161205d6001600160401b039185611677565b5160f81c8161207361206e8a612002565b611f7a565b161b1617940190612019565b60489061208f8282511015611f2e565b015190604890565b60216020916120af815163ffffffff611fad85611475565b010151906102e06021611475565b6020826102e0929493946120da815163ffffffff611fad85611475565b01015192611475565b6020818303126102965780516001600160401b03918282116102965701916060838203126102965760405192612118846101a2565b80516121238161029b565b845260208101516121338161029b565b6020850152604081015190838211610296570190602082820312610296576040519261215e846101c2565b8251908111610296576121719201611b87565b8152604082015290565b816121919193929361218b611596565b506116ad565b929063ffffffff809216828516111561222b576040516329eaef1760e01b8152911663ffffffff818116600484015284166024830152909260008460448173__$871508ae888325252fdba23f15f3f16064$__5af493841561109057600094612200575b50906102e091611508565b6102e092919450612223903d806000833e61221b8183610213565b8101906120e3565b9390916121f5565b60405162461bcd60e51b81526020600482015260166024820152756f6666736574206469646e277420696e63726561736560501b6044820152606490fd5b90612272611d89565b825115611616576122a6602084015160f81c936040830194855261229a602182511015611f2e565b60218101518352612097565b9390602083015260031960ff8251160160ff8111610b655760ff1690529190565b906122a66122f593926122e26122db611d89565b9382611f0d565b60ff6040869893980197168752826120bd565b919084526120bd565b90612307611b62565b916000805b6008811061235a5750906001600160401b0361235292168452612333602882511015611f2e565b602881015160208501526123468161207f565b919060408601526120bd565b506060830152565b906001906001600160401b036123708486611677565b5160f81c8161238161206e87612002565b161b1617910161230c56fea2646970667358221220ee2060b4866d250d076d0712e882e780f225b7bac11e3a5aee3382971812a7a864736f6c63430008190033",
|
|
1398
|
+
"linkReferences": {
|
|
1399
|
+
"contracts/common/Base58.sol": {
|
|
1400
|
+
"Base58": [
|
|
1401
|
+
{
|
|
1402
|
+
"length": 20,
|
|
1403
|
+
"start": 4176
|
|
1404
|
+
}
|
|
1405
|
+
]
|
|
1406
|
+
},
|
|
1407
|
+
"contracts/common/iodata.sol": {
|
|
1408
|
+
"iodata": [
|
|
1409
|
+
{
|
|
1410
|
+
"length": 20,
|
|
1411
|
+
"start": 7303
|
|
1412
|
+
},
|
|
1413
|
+
{
|
|
1414
|
+
"length": 20,
|
|
1415
|
+
"start": 8688
|
|
1416
|
+
}
|
|
1417
|
+
]
|
|
1418
|
+
},
|
|
1419
|
+
"contracts/common/iodata_util.sol": {
|
|
1420
|
+
"iodata_util": [
|
|
1421
|
+
{
|
|
1422
|
+
"length": 20,
|
|
1423
|
+
"start": 3943
|
|
1424
|
+
}
|
|
1425
|
+
]
|
|
1426
|
+
}
|
|
1427
|
+
},
|
|
1428
|
+
"deployedLinkReferences": {
|
|
1429
|
+
"contracts/common/Base58.sol": {
|
|
1430
|
+
"Base58": [
|
|
1431
|
+
{
|
|
1432
|
+
"length": 20,
|
|
1433
|
+
"start": 4145
|
|
1434
|
+
}
|
|
1435
|
+
]
|
|
1436
|
+
},
|
|
1437
|
+
"contracts/common/iodata.sol": {
|
|
1438
|
+
"iodata": [
|
|
1439
|
+
{
|
|
1440
|
+
"length": 20,
|
|
1441
|
+
"start": 7272
|
|
1442
|
+
},
|
|
1443
|
+
{
|
|
1444
|
+
"length": 20,
|
|
1445
|
+
"start": 8657
|
|
1446
|
+
}
|
|
1447
|
+
]
|
|
1448
|
+
},
|
|
1449
|
+
"contracts/common/iodata_util.sol": {
|
|
1450
|
+
"iodata_util": [
|
|
1451
|
+
{
|
|
1452
|
+
"length": 20,
|
|
1453
|
+
"start": 3912
|
|
1454
|
+
}
|
|
1455
|
+
]
|
|
1456
|
+
}
|
|
1457
|
+
}
|
|
1458
|
+
}
|