@wireio/stake 0.2.5 → 0.3.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 +2456 -2069
- package/lib/stake.browser.js.map +1 -1
- package/lib/stake.d.ts +25 -52
- package/lib/stake.js +2610 -2206
- package/lib/stake.js.map +1 -1
- package/lib/stake.m.js +2456 -2069
- package/lib/stake.m.js.map +1 -1
- package/package.json +1 -1
- package/src/assets/ethereum/ABI/liqEth/BeaconState.sol/BeaconState.dbg.json +4 -0
- package/src/assets/ethereum/ABI/liqEth/BeaconState.sol/BeaconState.json +807 -0
- package/src/assets/ethereum/ABI/liqEth/DepositManager.sol/DepositManager.dbg.json +1 -1
- package/src/assets/ethereum/ABI/liqEth/DepositManager.sol/DepositManager.json +184 -346
- package/src/assets/ethereum/ABI/liqEth/LiqEthAuthority.sol/LiqEthAuthority.dbg.json +4 -0
- package/src/assets/ethereum/ABI/liqEth/LiqEthAuthority.sol/LiqEthAuthority.json +1289 -0
- 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 +4 -0
- package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.json +29 -0
- package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IRewardsERC20.dbg.json +1 -1
- package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IRewardsERC20.json +36 -0
- package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +4 -0
- package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.json +263 -0
- package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IStakingModule.dbg.json +1 -1
- package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IStakingModule.json +226 -0
- package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +1 -1
- package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.json +59 -0
- package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +1 -1
- package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IWithdrawalRecord.json +14 -12
- package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/LiqEthCommon.dbg.json +1 -1
- package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/LiqEthCommon.json +2 -2
- package/src/assets/ethereum/ABI/liqEth/LiqEthManaged.sol/LiqEthManaged.dbg.json +4 -0
- package/src/assets/ethereum/ABI/liqEth/LiqEthManaged.sol/LiqEthManaged.json +229 -0
- package/src/assets/ethereum/ABI/liqEth/RewardsERC20.sol/RewardsERC20Upgradeable.dbg.json +4 -0
- package/src/assets/ethereum/ABI/liqEth/{RewardsERC20Pausable.sol/RewardsERC20Pausable.json → RewardsERC20.sol/RewardsERC20Upgradeable.json} +140 -78
- package/src/assets/ethereum/ABI/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.dbg.json +4 -0
- package/src/assets/ethereum/ABI/liqEth/{RewardsERC20.sol/RewardsERC20.json → RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.json} +218 -30
- package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/BeaconRoots.dbg.json +1 -1
- package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/BeaconRoots.json +2 -2
- package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/SSZ.dbg.json +1 -1
- package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/SSZ.json +2 -2
- package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/SSZExtras.dbg.json +4 -0
- package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/SSZExtras.json +10 -0
- package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/SSZVec48.dbg.json +4 -0
- package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/SSZVec48.json +10 -0
- package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/ValidatorBalanceVerifier.dbg.json +1 -1
- package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/ValidatorBalanceVerifier.json +121 -55
- package/src/assets/ethereum/ABI/liqEth/Yield.sol/YieldOracle.dbg.json +1 -1
- package/src/assets/ethereum/ABI/liqEth/Yield.sol/YieldOracle.json +836 -273
- package/src/assets/ethereum/ABI/liqEth/accounting.sol/Accounting.dbg.json +1 -1
- package/src/assets/ethereum/ABI/liqEth/accounting.sol/Accounting.json +150 -168
- package/src/assets/ethereum/ABI/liqEth/liqEth.sol/LiqEthToken.dbg.json +1 -1
- package/src/assets/ethereum/ABI/liqEth/liqEth.sol/LiqEthToken.json +301 -186
- package/src/assets/ethereum/ABI/liqEth/stakingModule.sol/StakingModule.dbg.json +1 -1
- package/src/assets/ethereum/ABI/liqEth/stakingModule.sol/StakingModule.json +814 -206
- package/src/assets/ethereum/ABI/liqEth/withdrawalQueue.sol/WithdrawalQueue.dbg.json +1 -1
- package/src/assets/ethereum/ABI/liqEth/withdrawalQueue.sol/WithdrawalQueue.json +244 -198
- 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 +165 -152
- package/src/assets/ethereum/ABI/outpost/Depositor.sol/Depositor.dbg.json +1 -1
- package/src/assets/ethereum/ABI/outpost/Depositor.sol/Depositor.json +167 -282
- 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/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.json +2 -54
- package/src/assets/ethereum/ABI/outpost/OPP.sol/OPP.dbg.json +1 -1
- package/src/assets/ethereum/ABI/outpost/OPP.sol/OPP.json +26 -8
- package/src/assets/ethereum/ABI/outpost/OPPInbound.sol/OPPInbound.dbg.json +1 -1
- package/src/assets/ethereum/ABI/outpost/OPPInbound.sol/OPPInbound.json +2 -2
- package/src/assets/ethereum/ABI/outpost/Pretoken.sol/Pretoken.dbg.json +4 -0
- package/src/assets/ethereum/ABI/outpost/Pretoken.sol/Pretoken.json +1650 -0
- package/src/assets/ethereum/ABI/outpost/ReceiptNFT.sol/ReceiptNFT.dbg.json +1 -1
- package/src/assets/ethereum/ABI/outpost/ReceiptNFT.sol/ReceiptNFT.json +2 -22
- package/src/assets/ethereum/ABI/outpost/interfaces/IPretoken.sol/IPretoken.dbg.json +4 -0
- package/src/assets/ethereum/ABI/outpost/interfaces/IPretoken.sol/IPretoken.json +29 -0
- package/src/assets/ethereum/ABI/outpost/interfaces/IWarrant.sol/IWarrant.dbg.json +1 -1
- package/src/networks/ethereum/clients/deposit.client.ts +11 -7
- package/src/networks/ethereum/clients/liq.client.ts +47 -0
- package/src/networks/ethereum/clients/pretoken.client.ts +47 -50
- package/src/networks/ethereum/contract.ts +24 -51
- package/src/networks/ethereum/ethereum.ts +29 -52
- package/src/networks/ethereum/types.ts +7 -6
- package/src/networks/ethereum/utils.ts +2 -8
- package/src/networks/solana/clients/token.client.ts +0 -1
- package/src/networks/solana/solana.ts +44 -145
- package/src/networks/solana/types.ts +4 -1
- package/src/networks/solana/utils.ts +1 -3
- package/src/types.ts +5 -33
- package/src/assets/ethereum/ABI/liqEth/RewardsERC20.sol/RewardsERC20.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/RewardsERC20Pausable.sol/RewardsERC20Pausable.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/Yield.sol/BeaconRoots.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/Yield.sol/BeaconRoots.json +0 -10
- package/src/assets/ethereum/ABI/liqEth/Yield.sol/SSZ.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/Yield.sol/SSZ.json +0 -10
- package/src/assets/ethereum/ABI/outpost/Warrant.sol/Warrant.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/Warrant.sol/Warrant.json +0 -1650
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_format": "hh-sol-artifact-1",
|
|
3
|
+
"contractName": "SSZExtras",
|
|
4
|
+
"sourceName": "contracts/liqEth/ValidatorBalanceVerifier.sol",
|
|
5
|
+
"abi": [],
|
|
6
|
+
"bytecode": "0x60808060405234601757603a9081601d823930815050f35b600080fdfe600080fdfea26469706673582212206bffbfe494c06c048356d1409faeae745422d98713ff3b960f4da6ba1bdd203364736f6c63430008190033",
|
|
7
|
+
"deployedBytecode": "0x600080fdfea26469706673582212206bffbfe494c06c048356d1409faeae745422d98713ff3b960f4da6ba1bdd203364736f6c63430008190033",
|
|
8
|
+
"linkReferences": {},
|
|
9
|
+
"deployedLinkReferences": {}
|
|
10
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_format": "hh-sol-artifact-1",
|
|
3
|
+
"contractName": "SSZVec48",
|
|
4
|
+
"sourceName": "contracts/liqEth/ValidatorBalanceVerifier.sol",
|
|
5
|
+
"abi": [],
|
|
6
|
+
"bytecode": "0x60808060405234601757603a9081601d823930815050f35b600080fdfe600080fdfea264697066735822122024a0384f9481f6f7a712a90218373b99bd388332bb381d7c3078087bbdf6bb3c64736f6c63430008190033",
|
|
7
|
+
"deployedBytecode": "0x600080fdfea264697066735822122024a0384f9481f6f7a712a90218373b99bd388332bb381d7c3078087bbdf6bb3c64736f6c63430008190033",
|
|
8
|
+
"linkReferences": {},
|
|
9
|
+
"deployedLinkReferences": {}
|
|
10
|
+
}
|
package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/ValidatorBalanceVerifier.json
CHANGED
|
@@ -4,61 +4,58 @@
|
|
|
4
4
|
"sourceName": "contracts/liqEth/ValidatorBalanceVerifier.sol",
|
|
5
5
|
"abi": [
|
|
6
6
|
{
|
|
7
|
-
"anonymous": false,
|
|
8
7
|
"inputs": [
|
|
9
8
|
{
|
|
10
|
-
"indexed": true,
|
|
11
|
-
"internalType": "uint256",
|
|
12
|
-
"name": "validatorIndex",
|
|
13
|
-
"type": "uint256"
|
|
14
|
-
},
|
|
15
|
-
{
|
|
16
|
-
"indexed": true,
|
|
17
9
|
"internalType": "uint64",
|
|
18
|
-
"name": "
|
|
10
|
+
"name": "ts",
|
|
19
11
|
"type": "uint64"
|
|
20
12
|
},
|
|
21
13
|
{
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
"type": "uint64"
|
|
14
|
+
"internalType": "uint256",
|
|
15
|
+
"name": "",
|
|
16
|
+
"type": "uint256"
|
|
26
17
|
},
|
|
27
18
|
{
|
|
28
|
-
"indexed": false,
|
|
29
19
|
"internalType": "uint64",
|
|
30
|
-
"name": "
|
|
20
|
+
"name": "expectedActivationEpoch",
|
|
31
21
|
"type": "uint64"
|
|
32
22
|
},
|
|
33
23
|
{
|
|
34
|
-
"indexed": false,
|
|
35
24
|
"internalType": "bytes32",
|
|
36
|
-
"name": "
|
|
25
|
+
"name": "actLeaf",
|
|
37
26
|
"type": "bytes32"
|
|
38
27
|
},
|
|
39
28
|
{
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
|
|
44
|
-
}
|
|
45
|
-
],
|
|
46
|
-
"name": "BalanceRecorded",
|
|
47
|
-
"type": "event"
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
"inputs": [
|
|
29
|
+
"internalType": "bytes32[]",
|
|
30
|
+
"name": "branchState",
|
|
31
|
+
"type": "bytes32[]"
|
|
32
|
+
},
|
|
51
33
|
{
|
|
52
34
|
"internalType": "uint256",
|
|
53
|
-
"name": "",
|
|
35
|
+
"name": "gindexState",
|
|
36
|
+
"type": "uint256"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"internalType": "bytes32[]",
|
|
40
|
+
"name": "branchBlock",
|
|
41
|
+
"type": "bytes32[]"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"internalType": "uint256",
|
|
45
|
+
"name": "gindexStateInBlock",
|
|
54
46
|
"type": "uint256"
|
|
55
47
|
}
|
|
56
48
|
],
|
|
57
|
-
"name": "
|
|
49
|
+
"name": "verifyActivationEpochAtTimestamp",
|
|
58
50
|
"outputs": [
|
|
51
|
+
{
|
|
52
|
+
"internalType": "bool",
|
|
53
|
+
"name": "ok",
|
|
54
|
+
"type": "bool"
|
|
55
|
+
},
|
|
59
56
|
{
|
|
60
57
|
"internalType": "uint64",
|
|
61
|
-
"name": "",
|
|
58
|
+
"name": "activationEpoch",
|
|
62
59
|
"type": "uint64"
|
|
63
60
|
}
|
|
64
61
|
],
|
|
@@ -108,51 +105,125 @@
|
|
|
108
105
|
"type": "uint256"
|
|
109
106
|
}
|
|
110
107
|
],
|
|
111
|
-
"name": "
|
|
108
|
+
"name": "verifyBalanceAtTimestamp",
|
|
112
109
|
"outputs": [
|
|
110
|
+
{
|
|
111
|
+
"internalType": "bool",
|
|
112
|
+
"name": "ok",
|
|
113
|
+
"type": "bool"
|
|
114
|
+
},
|
|
113
115
|
{
|
|
114
116
|
"internalType": "uint64",
|
|
115
117
|
"name": "balanceGwei",
|
|
116
118
|
"type": "uint64"
|
|
117
119
|
}
|
|
118
120
|
],
|
|
119
|
-
"stateMutability": "
|
|
121
|
+
"stateMutability": "view",
|
|
120
122
|
"type": "function"
|
|
121
123
|
},
|
|
122
124
|
{
|
|
123
125
|
"inputs": [
|
|
126
|
+
{
|
|
127
|
+
"internalType": "uint64",
|
|
128
|
+
"name": "ts",
|
|
129
|
+
"type": "uint64"
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"internalType": "uint64",
|
|
133
|
+
"name": "expectedExitEpoch",
|
|
134
|
+
"type": "uint64"
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"internalType": "bytes32",
|
|
138
|
+
"name": "exitLeaf",
|
|
139
|
+
"type": "bytes32"
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"internalType": "bytes32[]",
|
|
143
|
+
"name": "branchState",
|
|
144
|
+
"type": "bytes32[]"
|
|
145
|
+
},
|
|
124
146
|
{
|
|
125
147
|
"internalType": "uint256",
|
|
126
|
-
"name": "",
|
|
148
|
+
"name": "gindexState",
|
|
127
149
|
"type": "uint256"
|
|
128
150
|
},
|
|
151
|
+
{
|
|
152
|
+
"internalType": "bytes32[]",
|
|
153
|
+
"name": "branchBlock",
|
|
154
|
+
"type": "bytes32[]"
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"internalType": "uint256",
|
|
158
|
+
"name": "gindexStateInBlock",
|
|
159
|
+
"type": "uint256"
|
|
160
|
+
}
|
|
161
|
+
],
|
|
162
|
+
"name": "verifyExitEpochAtTimestamp",
|
|
163
|
+
"outputs": [
|
|
164
|
+
{
|
|
165
|
+
"internalType": "bool",
|
|
166
|
+
"name": "ok",
|
|
167
|
+
"type": "bool"
|
|
168
|
+
},
|
|
129
169
|
{
|
|
130
170
|
"internalType": "uint64",
|
|
131
|
-
"name": "",
|
|
171
|
+
"name": "exitEpoch",
|
|
132
172
|
"type": "uint64"
|
|
133
173
|
}
|
|
134
174
|
],
|
|
135
|
-
"
|
|
136
|
-
"
|
|
175
|
+
"stateMutability": "view",
|
|
176
|
+
"type": "function"
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"inputs": [
|
|
137
180
|
{
|
|
138
181
|
"internalType": "uint64",
|
|
139
182
|
"name": "ts",
|
|
140
183
|
"type": "uint64"
|
|
141
184
|
},
|
|
142
185
|
{
|
|
143
|
-
"internalType": "
|
|
144
|
-
"name": "
|
|
145
|
-
"type": "
|
|
186
|
+
"internalType": "bool",
|
|
187
|
+
"name": "expectedSlashed",
|
|
188
|
+
"type": "bool"
|
|
146
189
|
},
|
|
147
190
|
{
|
|
148
191
|
"internalType": "bytes32",
|
|
149
|
-
"name": "
|
|
192
|
+
"name": "slashedLeaf",
|
|
150
193
|
"type": "bytes32"
|
|
151
194
|
},
|
|
152
195
|
{
|
|
153
|
-
"internalType": "bytes32",
|
|
154
|
-
"name": "
|
|
155
|
-
"type": "bytes32"
|
|
196
|
+
"internalType": "bytes32[]",
|
|
197
|
+
"name": "branchState",
|
|
198
|
+
"type": "bytes32[]"
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"internalType": "uint256",
|
|
202
|
+
"name": "gindexState",
|
|
203
|
+
"type": "uint256"
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"internalType": "bytes32[]",
|
|
207
|
+
"name": "branchBlock",
|
|
208
|
+
"type": "bytes32[]"
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"internalType": "uint256",
|
|
212
|
+
"name": "gindexStateInBlock",
|
|
213
|
+
"type": "uint256"
|
|
214
|
+
}
|
|
215
|
+
],
|
|
216
|
+
"name": "verifySlashedAtTimestamp",
|
|
217
|
+
"outputs": [
|
|
218
|
+
{
|
|
219
|
+
"internalType": "bool",
|
|
220
|
+
"name": "ok",
|
|
221
|
+
"type": "bool"
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
"internalType": "bool",
|
|
225
|
+
"name": "slashed",
|
|
226
|
+
"type": "bool"
|
|
156
227
|
}
|
|
157
228
|
],
|
|
158
229
|
"stateMutability": "view",
|
|
@@ -165,19 +236,14 @@
|
|
|
165
236
|
"name": "ts",
|
|
166
237
|
"type": "uint64"
|
|
167
238
|
},
|
|
168
|
-
{
|
|
169
|
-
"internalType": "uint256",
|
|
170
|
-
"name": "index",
|
|
171
|
-
"type": "uint256"
|
|
172
|
-
},
|
|
173
239
|
{
|
|
174
240
|
"internalType": "uint64",
|
|
175
|
-
"name": "
|
|
241
|
+
"name": "expectedWithdrawableEpoch",
|
|
176
242
|
"type": "uint64"
|
|
177
243
|
},
|
|
178
244
|
{
|
|
179
245
|
"internalType": "bytes32",
|
|
180
|
-
"name": "
|
|
246
|
+
"name": "wdrLeaf",
|
|
181
247
|
"type": "bytes32"
|
|
182
248
|
},
|
|
183
249
|
{
|
|
@@ -201,7 +267,7 @@
|
|
|
201
267
|
"type": "uint256"
|
|
202
268
|
}
|
|
203
269
|
],
|
|
204
|
-
"name": "
|
|
270
|
+
"name": "verifyWithdrawableEpochAtTimestamp",
|
|
205
271
|
"outputs": [
|
|
206
272
|
{
|
|
207
273
|
"internalType": "bool",
|
|
@@ -210,7 +276,7 @@
|
|
|
210
276
|
},
|
|
211
277
|
{
|
|
212
278
|
"internalType": "uint64",
|
|
213
|
-
"name": "
|
|
279
|
+
"name": "withdrawableEpoch",
|
|
214
280
|
"type": "uint64"
|
|
215
281
|
}
|
|
216
282
|
],
|
|
@@ -218,8 +284,8 @@
|
|
|
218
284
|
"type": "function"
|
|
219
285
|
}
|
|
220
286
|
],
|
|
221
|
-
"bytecode": "
|
|
222
|
-
"deployedBytecode": "
|
|
287
|
+
"bytecode": "0x608080604052346015576109d6908161001b8239f35b600080fdfe60406080815260048036101561001457600080fd5b6000803560e01c80634a6c1e07146103ef578063897a245914610365578063d58a9e0514610190578063dfd01bdb146100f45763ef8aaee91461005657600080fd5b346100f1575061007d9061008461006c36610534565b9580989b979b959195949294610619565b50506107f7565b916001600160401b03809116908316036100b857509051600181526001600160401b039091166020820152604090f35b0390f35b606490602084519162461bcd60e51b835282015260136024820152720caf0d2e8becae0dec6d040dad2e6dac2e8c6d606b1b6044820152fd5b80fd5b50346100f1575061007d9061011d61010b366105a4565b969b9750948098949194939293610619565b916001600160401b038091169083160361014d57509051600181526001600160401b039091166020820152604090f35b606490602084519162461bcd60e51b8352820152601960248201527f61637469766174696f6e5f65706f6368206d69736d61746368000000000000006044820152fd5b50346100f1576101b56101a2366105a4565b95809b98999a979a959195949294610619565b505060038216918583101561033c576018908751956020870152602086526101dc8661079f565b60031b16918083046008149015171561032957506101fa81846107d0565b5160f81c9261ff0061020f60018401836107d0565b5160f01c169462ff000061022660028501846107d0565b5160e81c1663ff00000061023d60038601856107d0565b5160e01c169064ff00000000610255848701866107d0565b5160d81c16926001600160401b0360ff60381b6102a965ff000000000061027f60058b018a6107d0565b5160d01c1697600766ff00000000000061029c60068d01846107d0565b5160c81c169a01906107d0565b5160c01c169716888a17831784178517861787178817036102f357506100b496979851988998171717171717178291909160206001600160401b0360408301946001845216910152565b60649060208b519162461bcd60e51b8352820152601060248201526f0c4c2d8c2dcc6ca40dad2e6dac2e8c6d60831b6044820152fd5b634e487b7160e01b815260118552602490fd5b865162461bcd60e51b81526020818801526003602482015262706f7360e81b6044820152606490fd5b50346100f1575061007d9061037c61006c36610534565b916001600160401b03809116908316036103ac57509051600181526001600160401b039091166020820152604090f35b606490602084519162461bcd60e51b8352820152601b60248201527f776974686472617761626c655f65706f6368206d69736d6174636800000000006044820152fd5b5090346104fb5760e03660031901126104fb5780356001600160401b039283821682036100f157602435938415158095036104fb57604435926064358281116104f75761043f90369087016104ff565b909260a4359081116104f3579061045e61046f949392369089016104ff565b92909160c435948860843593610619565b5050845160208101928352602081526104878161079f565b51156104e057505160f81c15159182036104aa5750815190600182526020820152f35b606490602084519162461bcd60e51b8352820152601060248201526f0e6d8c2e6d0cac840dad2e6dac2e8c6d60831b6044820152fd5b634e487b7160e01b815260328352602490fd5b8480fd5b8380fd5b5080fd5b9181601f8401121561052f578235916001600160401b03831161052f576020808501948460051b01011161052f57565b600080fd5b60e060031982011261052f576001600160401b0390600435828116810361052f5792602435838116810361052f57926044359260643582811161052f578161057e916004016104ff565b939093926084359260a43591821161052f5761059c916004016104ff565b909160c43590565b9061010060031983011261052f576001600160401b03600435818116810361052f579260243592604435838116810361052f57926064359260843582811161052f57816105f3916004016104ff565b9390939260a4359260c43591821161052f57610611916004016104ff565b909160e43590565b94969193979590976001600160401b03936040519660209786898201921682528881526106458161079f565b6000809281925190720f3df6d732807ef1319fb7b8bb8522d0beac025afa3d15610796573d8781116107825760405197601f8201601f19908116603f011689019081118982101761076e5760405287523d828a89013e5b80610764575b15610729575086855195015194878110610713575b50906106c99185966106d0969b6108cf565b96876108cf565b036106d85750565b6064906040519062461bcd60e51b8252600482015260146024820152730c4cac2c6dedc40e4dedee840dad2e6dac2e8c6d60631b6044820152fd5b60001990880360031b1b909416936106c96106b7565b60405162461bcd60e51b81526004810189905260136024820152721152540d0dce0e081c9958590819985a5b1959606a1b6044820152606490fd5b50878651146106a2565b634e487b7160e01b84526041600452602484fd5b634e487b7160e01b83526041600452602483fd5b6060965061069c565b604081019081106001600160401b038211176107ba57604052565b634e487b7160e01b600052604160045260246000fd5b9081518110156107e1570160200190565b634e487b7160e01b600052603260045260246000fd5b60405190602082019081526020825261080f8261079f565b8151156107e1575160f81c8151600110156107e15761ff00602183015160f01c16178151600210156107e15762ff0000602283015160e81c16178151600310156107e15763ff000000602383015160e01c16178151600410156107e15764ff00000000602483015160d81c16178151600510156107e15765ff0000000000602583015160d01c16178151600610156107e15766ff000000000000602683015160c81c1617908051600710156107e1576027015160c01c60ff60381b161790565b939260009182915b8484106108e5575050505050565b6001908460051b8301359782988980841614600014610912579061090891610920565b971c9301926108d7565b61091b91610920565b610908565b906040519060209260208301526040820152604081526060808201928284106001600160401b038511176107ba578360405282519160005b83811061098e57505050918160209360009301836060820152039060025afa156109825760005190565b6040513d6000823e3d90fd5b8481018084015190830152820161095856fea2646970667358221220978d33b3745ac7ea3e60b913e4c65946a1fbe0b1e9e1584d16ca425a7224599b64736f6c63430008190033",
|
|
288
|
+
"deployedBytecode": "0x60406080815260048036101561001457600080fd5b6000803560e01c80634a6c1e07146103ef578063897a245914610365578063d58a9e0514610190578063dfd01bdb146100f45763ef8aaee91461005657600080fd5b346100f1575061007d9061008461006c36610534565b9580989b979b959195949294610619565b50506107f7565b916001600160401b03809116908316036100b857509051600181526001600160401b039091166020820152604090f35b0390f35b606490602084519162461bcd60e51b835282015260136024820152720caf0d2e8becae0dec6d040dad2e6dac2e8c6d606b1b6044820152fd5b80fd5b50346100f1575061007d9061011d61010b366105a4565b969b9750948098949194939293610619565b916001600160401b038091169083160361014d57509051600181526001600160401b039091166020820152604090f35b606490602084519162461bcd60e51b8352820152601960248201527f61637469766174696f6e5f65706f6368206d69736d61746368000000000000006044820152fd5b50346100f1576101b56101a2366105a4565b95809b98999a979a959195949294610619565b505060038216918583101561033c576018908751956020870152602086526101dc8661079f565b60031b16918083046008149015171561032957506101fa81846107d0565b5160f81c9261ff0061020f60018401836107d0565b5160f01c169462ff000061022660028501846107d0565b5160e81c1663ff00000061023d60038601856107d0565b5160e01c169064ff00000000610255848701866107d0565b5160d81c16926001600160401b0360ff60381b6102a965ff000000000061027f60058b018a6107d0565b5160d01c1697600766ff00000000000061029c60068d01846107d0565b5160c81c169a01906107d0565b5160c01c169716888a17831784178517861787178817036102f357506100b496979851988998171717171717178291909160206001600160401b0360408301946001845216910152565b60649060208b519162461bcd60e51b8352820152601060248201526f0c4c2d8c2dcc6ca40dad2e6dac2e8c6d60831b6044820152fd5b634e487b7160e01b815260118552602490fd5b865162461bcd60e51b81526020818801526003602482015262706f7360e81b6044820152606490fd5b50346100f1575061007d9061037c61006c36610534565b916001600160401b03809116908316036103ac57509051600181526001600160401b039091166020820152604090f35b606490602084519162461bcd60e51b8352820152601b60248201527f776974686472617761626c655f65706f6368206d69736d6174636800000000006044820152fd5b5090346104fb5760e03660031901126104fb5780356001600160401b039283821682036100f157602435938415158095036104fb57604435926064358281116104f75761043f90369087016104ff565b909260a4359081116104f3579061045e61046f949392369089016104ff565b92909160c435948860843593610619565b5050845160208101928352602081526104878161079f565b51156104e057505160f81c15159182036104aa5750815190600182526020820152f35b606490602084519162461bcd60e51b8352820152601060248201526f0e6d8c2e6d0cac840dad2e6dac2e8c6d60831b6044820152fd5b634e487b7160e01b815260328352602490fd5b8480fd5b8380fd5b5080fd5b9181601f8401121561052f578235916001600160401b03831161052f576020808501948460051b01011161052f57565b600080fd5b60e060031982011261052f576001600160401b0390600435828116810361052f5792602435838116810361052f57926044359260643582811161052f578161057e916004016104ff565b939093926084359260a43591821161052f5761059c916004016104ff565b909160c43590565b9061010060031983011261052f576001600160401b03600435818116810361052f579260243592604435838116810361052f57926064359260843582811161052f57816105f3916004016104ff565b9390939260a4359260c43591821161052f57610611916004016104ff565b909160e43590565b94969193979590976001600160401b03936040519660209786898201921682528881526106458161079f565b6000809281925190720f3df6d732807ef1319fb7b8bb8522d0beac025afa3d15610796573d8781116107825760405197601f8201601f19908116603f011689019081118982101761076e5760405287523d828a89013e5b80610764575b15610729575086855195015194878110610713575b50906106c99185966106d0969b6108cf565b96876108cf565b036106d85750565b6064906040519062461bcd60e51b8252600482015260146024820152730c4cac2c6dedc40e4dedee840dad2e6dac2e8c6d60631b6044820152fd5b60001990880360031b1b909416936106c96106b7565b60405162461bcd60e51b81526004810189905260136024820152721152540d0dce0e081c9958590819985a5b1959606a1b6044820152606490fd5b50878651146106a2565b634e487b7160e01b84526041600452602484fd5b634e487b7160e01b83526041600452602483fd5b6060965061069c565b604081019081106001600160401b038211176107ba57604052565b634e487b7160e01b600052604160045260246000fd5b9081518110156107e1570160200190565b634e487b7160e01b600052603260045260246000fd5b60405190602082019081526020825261080f8261079f565b8151156107e1575160f81c8151600110156107e15761ff00602183015160f01c16178151600210156107e15762ff0000602283015160e81c16178151600310156107e15763ff000000602383015160e01c16178151600410156107e15764ff00000000602483015160d81c16178151600510156107e15765ff0000000000602583015160d01c16178151600610156107e15766ff000000000000602683015160c81c1617908051600710156107e1576027015160c01c60ff60381b161790565b939260009182915b8484106108e5575050505050565b6001908460051b8301359782988980841614600014610912579061090891610920565b971c9301926108d7565b61091b91610920565b610908565b906040519060209260208301526040820152604081526060808201928284106001600160401b038511176107ba578360405282519160005b83811061098e57505050918160209360009301836060820152039060025afa156109825760005190565b6040513d6000823e3d90fd5b8481018084015190830152820161095856fea2646970667358221220978d33b3745ac7ea3e60b913e4c65946a1fbe0b1e9e1584d16ca425a7224599b64736f6c63430008190033",
|
|
223
289
|
"linkReferences": {},
|
|
224
290
|
"deployedLinkReferences": {}
|
|
225
291
|
}
|