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