@layerzerolabs/lz-evm-sdk-v2 2.0.8 → 2.0.10-tron
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/deployments/arbitrum-sandbox-local/DVN.json +1896 -0
- package/deployments/arbitrum-sandbox-local/DVNFeeLib.json +387 -0
- package/deployments/arbitrum-sandbox-local/EndpointV2.json +2955 -0
- package/deployments/{ethereum-sandbox-local/Oracle.json → arbitrum-sandbox-local/Executor.json} +656 -398
- package/deployments/arbitrum-sandbox-local/ExecutorFeeLib.json +407 -0
- package/deployments/arbitrum-sandbox-local/ExecutorProxyAdmin.json +283 -0
- package/deployments/arbitrum-sandbox-local/Executor_Implementation.json +1591 -0
- package/deployments/{ethereum-sandbox-local/Oracle_Proxy.json → arbitrum-sandbox-local/Executor_Proxy.json} +135 -60
- package/deployments/arbitrum-sandbox-local/NonceContractMock.json +163 -0
- package/deployments/{polygon-sandbox-local/Relayer.json → arbitrum-sandbox-local/PriceFeed.json} +339 -445
- package/deployments/arbitrum-sandbox-local/PriceFeedProxyAdmin.json +283 -0
- package/deployments/arbitrum-sandbox-local/PriceFeed_Implementation.json +912 -0
- package/deployments/{ethereum-sandbox-local/Relayer_Proxy.json → arbitrum-sandbox-local/PriceFeed_Proxy.json} +33 -64
- package/deployments/arbitrum-sandbox-local/ReceiveUln301.json +1264 -0
- package/deployments/arbitrum-sandbox-local/ReceiveUln302.json +954 -0
- package/deployments/arbitrum-sandbox-local/SendUln301.json +1569 -0
- package/deployments/arbitrum-sandbox-local/SendUln302.json +1527 -0
- package/deployments/arbitrum-sandbox-local/SimpleMessageLib.json +708 -0
- package/deployments/arbitrum-sandbox-local/Treasury.json +412 -0
- package/deployments/arbitrum-sandbox-local/TreasuryFeeHandler.json +125 -0
- package/deployments/ethereum-sandbox-local/DVN.json +5 -5
- package/deployments/ethereum-sandbox-local/DVNFeeLib.json +2 -2
- package/deployments/ethereum-sandbox-local/EndpointV2.json +4 -4
- package/deployments/ethereum-sandbox-local/Executor.json +14 -14
- package/deployments/ethereum-sandbox-local/ExecutorFeeLib.json +2 -2
- package/deployments/ethereum-sandbox-local/ExecutorProxyAdmin.json +3 -3
- package/deployments/ethereum-sandbox-local/Executor_Implementation.json +1 -1
- package/deployments/ethereum-sandbox-local/Executor_Proxy.json +14 -14
- package/deployments/ethereum-sandbox-local/NonceContractMock.json +1 -1
- package/deployments/ethereum-sandbox-local/PriceFeed.json +5 -5
- package/deployments/ethereum-sandbox-local/PriceFeedProxyAdmin.json +3 -3
- package/deployments/ethereum-sandbox-local/PriceFeed_Implementation.json +1 -1
- package/deployments/ethereum-sandbox-local/PriceFeed_Proxy.json +5 -5
- package/deployments/ethereum-sandbox-local/ReceiveUln301.json +2 -2
- package/deployments/ethereum-sandbox-local/ReceiveUln302.json +2 -2
- package/deployments/ethereum-sandbox-local/SendUln301.json +2 -2
- package/deployments/ethereum-sandbox-local/SendUln302.json +2 -2
- package/deployments/ethereum-sandbox-local/SimpleMessageLib.json +2 -2
- package/deployments/ethereum-sandbox-local/Treasury.json +2 -2
- package/deployments/ethereum-sandbox-local/TreasuryFeeHandler.json +1 -1
- package/deployments/polygon-sandbox-local/DVN.json +5 -5
- package/deployments/polygon-sandbox-local/DVNFeeLib.json +2 -2
- package/deployments/polygon-sandbox-local/EndpointV2.json +4 -4
- package/deployments/polygon-sandbox-local/Executor.json +14 -14
- package/deployments/polygon-sandbox-local/ExecutorFeeLib.json +2 -2
- package/deployments/polygon-sandbox-local/ExecutorProxyAdmin.json +3 -3
- package/deployments/polygon-sandbox-local/Executor_Implementation.json +1 -1
- package/deployments/polygon-sandbox-local/Executor_Proxy.json +14 -14
- package/deployments/polygon-sandbox-local/NonceContractMock.json +1 -1
- package/deployments/polygon-sandbox-local/PriceFeed.json +5 -5
- package/deployments/polygon-sandbox-local/PriceFeedProxyAdmin.json +3 -3
- package/deployments/polygon-sandbox-local/PriceFeed_Implementation.json +1 -1
- package/deployments/polygon-sandbox-local/PriceFeed_Proxy.json +5 -5
- package/deployments/polygon-sandbox-local/ReceiveUln301.json +2 -2
- package/deployments/polygon-sandbox-local/ReceiveUln302.json +2 -2
- package/deployments/polygon-sandbox-local/SendUln301.json +2 -2
- package/deployments/polygon-sandbox-local/SendUln302.json +2 -2
- package/deployments/polygon-sandbox-local/SimpleMessageLib.json +2 -2
- package/deployments/polygon-sandbox-local/Treasury.json +2 -2
- package/deployments/polygon-sandbox-local/TreasuryFeeHandler.json +1 -1
- package/deployments/tron-sandbox-local/DVN.json +1896 -0
- package/deployments/tron-sandbox-local/DVNFeeLib.json +387 -0
- package/deployments/tron-sandbox-local/EndpointV2.json +2955 -0
- package/deployments/{polygon-sandbox-local/Oracle.json → tron-sandbox-local/Executor.json} +656 -398
- package/deployments/tron-sandbox-local/ExecutorFeeLib.json +407 -0
- package/deployments/tron-sandbox-local/ExecutorProxyAdmin.json +283 -0
- package/deployments/tron-sandbox-local/Executor_Implementation.json +1591 -0
- package/deployments/{polygon-sandbox-local/Oracle_Proxy.json → tron-sandbox-local/Executor_Proxy.json} +135 -60
- package/deployments/tron-sandbox-local/NonceContractMock.json +163 -0
- package/deployments/{ethereum-sandbox-local/Relayer.json → tron-sandbox-local/PriceFeed.json} +339 -445
- package/deployments/tron-sandbox-local/PriceFeedProxyAdmin.json +283 -0
- package/deployments/tron-sandbox-local/PriceFeed_Implementation.json +912 -0
- package/deployments/{polygon-sandbox-local/Relayer_Proxy.json → tron-sandbox-local/PriceFeed_Proxy.json} +33 -64
- package/deployments/tron-sandbox-local/ReceiveUln301.json +1264 -0
- package/deployments/tron-sandbox-local/ReceiveUln302.json +954 -0
- package/deployments/tron-sandbox-local/SendUln301.json +1569 -0
- package/deployments/tron-sandbox-local/SendUln302.json +1527 -0
- package/deployments/tron-sandbox-local/SimpleMessageLib.json +708 -0
- package/deployments/tron-sandbox-local/Treasury.json +412 -0
- package/deployments/tron-sandbox-local/TreasuryFeeHandler.json +125 -0
- package/package.json +9 -20
- package/deployments/ethereum-sandbox-local/BlockedMessageLib.json +0 -90
- package/deployments/ethereum-sandbox-local/Endpoint.json +0 -2355
- package/deployments/ethereum-sandbox-local/MultiSigOracle.json +0 -1448
- package/deployments/ethereum-sandbox-local/NonceContract.json +0 -158
- package/deployments/ethereum-sandbox-local/OmniCounter.json +0 -1133
- package/deployments/ethereum-sandbox-local/OmniCounterPreCrime.json +0 -493
- package/deployments/ethereum-sandbox-local/OmniCounterPreCrimeView.json +0 -672
- package/deployments/ethereum-sandbox-local/OmniCounterViewer.json +0 -214
- package/deployments/ethereum-sandbox-local/OmniCounterWithPreCrime.json +0 -1646
- package/deployments/ethereum-sandbox-local/OracleFeeLib.json +0 -166
- package/deployments/ethereum-sandbox-local/OracleProxyAdmin.json +0 -272
- package/deployments/ethereum-sandbox-local/Oracle_Implementation.json +0 -1326
- package/deployments/ethereum-sandbox-local/RelayerFeeLib.json +0 -130
- package/deployments/ethereum-sandbox-local/RelayerProxyAdmin.json +0 -272
- package/deployments/ethereum-sandbox-local/Relayer_Implementation.json +0 -1014
- package/deployments/ethereum-sandbox-local/UlnConfig301.json +0 -1003
- package/deployments/ethereum-sandbox-local/UlnConfig302.json +0 -1003
- package/deployments/ethereum-sandbox-local/UltraLightNodeE302.json +0 -1696
- package/deployments/polygon-sandbox-local/BlockedMessageLib.json +0 -90
- package/deployments/polygon-sandbox-local/Endpoint.json +0 -2355
- package/deployments/polygon-sandbox-local/MultiSigOracle.json +0 -1448
- package/deployments/polygon-sandbox-local/NonceContract.json +0 -158
- package/deployments/polygon-sandbox-local/OmniCounter.json +0 -1133
- package/deployments/polygon-sandbox-local/OmniCounterPreCrime.json +0 -493
- package/deployments/polygon-sandbox-local/OmniCounterPreCrimeView.json +0 -672
- package/deployments/polygon-sandbox-local/OmniCounterViewer.json +0 -214
- package/deployments/polygon-sandbox-local/OmniCounterWithPreCrime.json +0 -1646
- package/deployments/polygon-sandbox-local/OracleFeeLib.json +0 -166
- package/deployments/polygon-sandbox-local/OracleProxyAdmin.json +0 -272
- package/deployments/polygon-sandbox-local/Oracle_Implementation.json +0 -1326
- package/deployments/polygon-sandbox-local/RelayerFeeLib.json +0 -130
- package/deployments/polygon-sandbox-local/RelayerProxyAdmin.json +0 -272
- package/deployments/polygon-sandbox-local/Relayer_Implementation.json +0 -1014
- package/deployments/polygon-sandbox-local/UlnConfig301.json +0 -1003
- package/deployments/polygon-sandbox-local/UlnConfig302.json +0 -1003
- package/deployments/polygon-sandbox-local/UltraLightNodeE302.json +0 -1696
|
@@ -0,0 +1,407 @@
|
|
|
1
|
+
{
|
|
2
|
+
"address": "0xD2020BDFEBD5F6F7E0D5DE52D2346F503dee7FB6",
|
|
3
|
+
"abi": [
|
|
4
|
+
{
|
|
5
|
+
"inputs": [
|
|
6
|
+
{
|
|
7
|
+
"internalType": "uint256",
|
|
8
|
+
"name": "_nativeDecimalsRate",
|
|
9
|
+
"type": "uint256"
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"stateMutability": "nonpayable",
|
|
13
|
+
"type": "constructor"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"inputs": [
|
|
17
|
+
{
|
|
18
|
+
"internalType": "uint256",
|
|
19
|
+
"name": "cursor",
|
|
20
|
+
"type": "uint256"
|
|
21
|
+
}
|
|
22
|
+
],
|
|
23
|
+
"name": "InvalidExecutorOptions",
|
|
24
|
+
"type": "error"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"inputs": [],
|
|
28
|
+
"name": "InvalidLzComposeOption",
|
|
29
|
+
"type": "error"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"inputs": [],
|
|
33
|
+
"name": "InvalidLzReceiveOption",
|
|
34
|
+
"type": "error"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"inputs": [],
|
|
38
|
+
"name": "InvalidNativeDropOption",
|
|
39
|
+
"type": "error"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"inputs": [
|
|
43
|
+
{
|
|
44
|
+
"internalType": "uint256",
|
|
45
|
+
"name": "amount",
|
|
46
|
+
"type": "uint256"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"internalType": "uint256",
|
|
50
|
+
"name": "cap",
|
|
51
|
+
"type": "uint256"
|
|
52
|
+
}
|
|
53
|
+
],
|
|
54
|
+
"name": "NativeAmountExceedsCap",
|
|
55
|
+
"type": "error"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"inputs": [],
|
|
59
|
+
"name": "NoOptions",
|
|
60
|
+
"type": "error"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"inputs": [],
|
|
64
|
+
"name": "ToAddressIsZero",
|
|
65
|
+
"type": "error"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"inputs": [
|
|
69
|
+
{
|
|
70
|
+
"internalType": "address",
|
|
71
|
+
"name": "_to",
|
|
72
|
+
"type": "address"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"internalType": "uint256",
|
|
76
|
+
"name": "_value",
|
|
77
|
+
"type": "uint256"
|
|
78
|
+
}
|
|
79
|
+
],
|
|
80
|
+
"name": "TransferNativeFailed",
|
|
81
|
+
"type": "error"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"inputs": [
|
|
85
|
+
{
|
|
86
|
+
"internalType": "uint8",
|
|
87
|
+
"name": "optionType",
|
|
88
|
+
"type": "uint8"
|
|
89
|
+
}
|
|
90
|
+
],
|
|
91
|
+
"name": "UnsupportedOptionType",
|
|
92
|
+
"type": "error"
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"anonymous": false,
|
|
96
|
+
"inputs": [
|
|
97
|
+
{
|
|
98
|
+
"indexed": true,
|
|
99
|
+
"internalType": "address",
|
|
100
|
+
"name": "previousOwner",
|
|
101
|
+
"type": "address"
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"indexed": true,
|
|
105
|
+
"internalType": "address",
|
|
106
|
+
"name": "newOwner",
|
|
107
|
+
"type": "address"
|
|
108
|
+
}
|
|
109
|
+
],
|
|
110
|
+
"name": "OwnershipTransferred",
|
|
111
|
+
"type": "event"
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"inputs": [
|
|
115
|
+
{
|
|
116
|
+
"components": [
|
|
117
|
+
{
|
|
118
|
+
"internalType": "address",
|
|
119
|
+
"name": "priceFeed",
|
|
120
|
+
"type": "address"
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"internalType": "uint32",
|
|
124
|
+
"name": "dstEid",
|
|
125
|
+
"type": "uint32"
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"internalType": "address",
|
|
129
|
+
"name": "sender",
|
|
130
|
+
"type": "address"
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"internalType": "uint256",
|
|
134
|
+
"name": "calldataSize",
|
|
135
|
+
"type": "uint256"
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"internalType": "uint16",
|
|
139
|
+
"name": "defaultMultiplierBps",
|
|
140
|
+
"type": "uint16"
|
|
141
|
+
}
|
|
142
|
+
],
|
|
143
|
+
"internalType": "struct IExecutorFeeLib.FeeParams",
|
|
144
|
+
"name": "_params",
|
|
145
|
+
"type": "tuple"
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"components": [
|
|
149
|
+
{
|
|
150
|
+
"internalType": "uint64",
|
|
151
|
+
"name": "baseGas",
|
|
152
|
+
"type": "uint64"
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"internalType": "uint16",
|
|
156
|
+
"name": "multiplierBps",
|
|
157
|
+
"type": "uint16"
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"internalType": "uint128",
|
|
161
|
+
"name": "floorMarginUSD",
|
|
162
|
+
"type": "uint128"
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"internalType": "uint128",
|
|
166
|
+
"name": "nativeCap",
|
|
167
|
+
"type": "uint128"
|
|
168
|
+
}
|
|
169
|
+
],
|
|
170
|
+
"internalType": "struct IExecutor.DstConfig",
|
|
171
|
+
"name": "_dstConfig",
|
|
172
|
+
"type": "tuple"
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"internalType": "bytes",
|
|
176
|
+
"name": "_options",
|
|
177
|
+
"type": "bytes"
|
|
178
|
+
}
|
|
179
|
+
],
|
|
180
|
+
"name": "getFee",
|
|
181
|
+
"outputs": [
|
|
182
|
+
{
|
|
183
|
+
"internalType": "uint256",
|
|
184
|
+
"name": "fee",
|
|
185
|
+
"type": "uint256"
|
|
186
|
+
}
|
|
187
|
+
],
|
|
188
|
+
"stateMutability": "view",
|
|
189
|
+
"type": "function"
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
"inputs": [
|
|
193
|
+
{
|
|
194
|
+
"components": [
|
|
195
|
+
{
|
|
196
|
+
"internalType": "address",
|
|
197
|
+
"name": "priceFeed",
|
|
198
|
+
"type": "address"
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"internalType": "uint32",
|
|
202
|
+
"name": "dstEid",
|
|
203
|
+
"type": "uint32"
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"internalType": "address",
|
|
207
|
+
"name": "sender",
|
|
208
|
+
"type": "address"
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"internalType": "uint256",
|
|
212
|
+
"name": "calldataSize",
|
|
213
|
+
"type": "uint256"
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
"internalType": "uint16",
|
|
217
|
+
"name": "defaultMultiplierBps",
|
|
218
|
+
"type": "uint16"
|
|
219
|
+
}
|
|
220
|
+
],
|
|
221
|
+
"internalType": "struct IExecutorFeeLib.FeeParams",
|
|
222
|
+
"name": "_params",
|
|
223
|
+
"type": "tuple"
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
"components": [
|
|
227
|
+
{
|
|
228
|
+
"internalType": "uint64",
|
|
229
|
+
"name": "baseGas",
|
|
230
|
+
"type": "uint64"
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
"internalType": "uint16",
|
|
234
|
+
"name": "multiplierBps",
|
|
235
|
+
"type": "uint16"
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
"internalType": "uint128",
|
|
239
|
+
"name": "floorMarginUSD",
|
|
240
|
+
"type": "uint128"
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"internalType": "uint128",
|
|
244
|
+
"name": "nativeCap",
|
|
245
|
+
"type": "uint128"
|
|
246
|
+
}
|
|
247
|
+
],
|
|
248
|
+
"internalType": "struct IExecutor.DstConfig",
|
|
249
|
+
"name": "_dstConfig",
|
|
250
|
+
"type": "tuple"
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
"internalType": "bytes",
|
|
254
|
+
"name": "_options",
|
|
255
|
+
"type": "bytes"
|
|
256
|
+
}
|
|
257
|
+
],
|
|
258
|
+
"name": "getFeeOnSend",
|
|
259
|
+
"outputs": [
|
|
260
|
+
{
|
|
261
|
+
"internalType": "uint256",
|
|
262
|
+
"name": "fee",
|
|
263
|
+
"type": "uint256"
|
|
264
|
+
}
|
|
265
|
+
],
|
|
266
|
+
"stateMutability": "nonpayable",
|
|
267
|
+
"type": "function"
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"inputs": [],
|
|
271
|
+
"name": "owner",
|
|
272
|
+
"outputs": [
|
|
273
|
+
{
|
|
274
|
+
"internalType": "address",
|
|
275
|
+
"name": "",
|
|
276
|
+
"type": "address"
|
|
277
|
+
}
|
|
278
|
+
],
|
|
279
|
+
"stateMutability": "view",
|
|
280
|
+
"type": "function"
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
"inputs": [],
|
|
284
|
+
"name": "renounceOwnership",
|
|
285
|
+
"outputs": [],
|
|
286
|
+
"stateMutability": "nonpayable",
|
|
287
|
+
"type": "function"
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
"inputs": [
|
|
291
|
+
{
|
|
292
|
+
"internalType": "address",
|
|
293
|
+
"name": "newOwner",
|
|
294
|
+
"type": "address"
|
|
295
|
+
}
|
|
296
|
+
],
|
|
297
|
+
"name": "transferOwnership",
|
|
298
|
+
"outputs": [],
|
|
299
|
+
"stateMutability": "nonpayable",
|
|
300
|
+
"type": "function"
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
"inputs": [
|
|
304
|
+
{
|
|
305
|
+
"internalType": "address",
|
|
306
|
+
"name": "_token",
|
|
307
|
+
"type": "address"
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
"internalType": "address",
|
|
311
|
+
"name": "_to",
|
|
312
|
+
"type": "address"
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
"internalType": "uint256",
|
|
316
|
+
"name": "_amount",
|
|
317
|
+
"type": "uint256"
|
|
318
|
+
}
|
|
319
|
+
],
|
|
320
|
+
"name": "withdrawToken",
|
|
321
|
+
"outputs": [],
|
|
322
|
+
"stateMutability": "nonpayable",
|
|
323
|
+
"type": "function"
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
"stateMutability": "payable",
|
|
327
|
+
"type": "receive"
|
|
328
|
+
}
|
|
329
|
+
],
|
|
330
|
+
"transactionHash": "0xc80c5815e69e925107b7ab2253e9a9938f11c607d4d210835a5cc94083f0cf13",
|
|
331
|
+
"receipt": {
|
|
332
|
+
"to": null,
|
|
333
|
+
"from": "0x3C44CdDdB6a900fa2b585dd299e03d12FA4293BC",
|
|
334
|
+
"contractAddress": "0xD2020BDFEBD5F6F7E0D5DE52D2346F503dee7FB6",
|
|
335
|
+
"transactionIndex": 0,
|
|
336
|
+
"gasUsed": "1206690",
|
|
337
|
+
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
338
|
+
"blockHash": "0x0000000000000029cc40eb44967dc7ba361f57705c80d3bdb58e34b247c84819",
|
|
339
|
+
"transactionHash": "0xc80c5815e69e925107b7ab2253e9a9938f11c607d4d210835a5cc94083f0cf13",
|
|
340
|
+
"logs": [
|
|
341
|
+
{
|
|
342
|
+
"transactionIndex": 0,
|
|
343
|
+
"blockNumber": 41,
|
|
344
|
+
"transactionHash": "0xc80c5815e69e925107b7ab2253e9a9938f11c607d4d210835a5cc94083f0cf13",
|
|
345
|
+
"address": "0xD2020BDFEBD5F6F7E0D5DE52D2346F503dee7FB6",
|
|
346
|
+
"topics": [
|
|
347
|
+
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
|
|
348
|
+
"0x0000000000000000000000000000000000000000000000000000000000000000",
|
|
349
|
+
"0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc"
|
|
350
|
+
],
|
|
351
|
+
"data": "0x",
|
|
352
|
+
"logIndex": 0,
|
|
353
|
+
"blockHash": "0x0000000000000029cc40eb44967dc7ba361f57705c80d3bdb58e34b247c84819"
|
|
354
|
+
}
|
|
355
|
+
],
|
|
356
|
+
"blockNumber": 41,
|
|
357
|
+
"cumulativeGasUsed": "1206690",
|
|
358
|
+
"status": 1,
|
|
359
|
+
"byzantium": true
|
|
360
|
+
},
|
|
361
|
+
"args": [
|
|
362
|
+
"1000000000000000000"
|
|
363
|
+
],
|
|
364
|
+
"numDeployments": 1,
|
|
365
|
+
"solcInputHash": "1262ed55793b895b5a9d8c9d2ccdbaf9",
|
|
366
|
+
"bytecode": "0x60a060405234801561001057600080fd5b50d3801561001d57600080fd5b50d2801561002a57600080fd5b506040516117fc3803806117fc833981016040819052610049916100aa565b6100523361005a565b6080526100c3565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6000602082840312156100bc57600080fd5b5051919050565b60805161171e6100de60003960006109fd015261171e6000f3fe6080604052600436106100695760003560e01c80638da5cb5b116100435780638da5cb5b1461012d578063f2fde38b1461017c578063f43bcfc5146101b657600080fd5b806301e3366714610075578063371c3a8e146100b1578063715018a6146100fe57600080fd5b3661007057005b600080fd5b34801561008157600080fd5b50d3801561008e57600080fd5b50d2801561009b57600080fd5b506100af6100aa366004611256565b6101f0565b005b3480156100bd57600080fd5b50d380156100ca57600080fd5b50d280156100d757600080fd5b506100eb6100e6366004611292565b610208565b6040519081526020015b60405180910390f35b34801561010a57600080fd5b50d3801561011757600080fd5b50d2801561012457600080fd5b506100af6103a9565b34801561013957600080fd5b50d3801561014657600080fd5b50d2801561015357600080fd5b5060005460405173ffffffffffffffffffffffffffffffffffffffff90911681526020016100f5565b34801561018857600080fd5b50d3801561019557600080fd5b50d280156101a257600080fd5b506100af6101b1366004611352565b6103bd565b3480156101c257600080fd5b50d380156101cf57600080fd5b50d280156101dc57600080fd5b506100eb6101eb366004611292565b610479565b6101f8610542565b6102038383836105c3565b505050565b6000808061025561023161022260408a0160208b01611374565b61753063ffffffff9091161090565b61023e602089018961139a565b61024e60808a0160608b016113e2565b88886105f3565b9092509050600080808061026c60208c018c611352565b73ffffffffffffffffffffffffffffffffffffffff166388a4124c61029760408e0160208f01611374565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e084901b16815263ffffffff91909116600482015260608e0135602482015260448101889052606401608060405180830381865afa158015610302573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061032691906113ff565b929650909450925090506103708461034460408d0160208e01611454565b8d60800160208101906103579190611454565b8d604001602081019061036a91906113e2565b85610972565b96506103908684848e608001602081019061038b9190611454565b610a6d565b61039a90886114a7565b9b9a5050505050505050505050565b6103b1610542565b6103bb6000610ad7565b565b6103c5610542565b73ffffffffffffffffffffffffffffffffffffffff811661046d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201527f646472657373000000000000000000000000000000000000000000000000000060648201526084015b60405180910390fd5b61047681610ad7565b50565b6000808061049361023161022260408a0160208b01611374565b909250905060008080806104aa60208c018c611352565b73ffffffffffffffffffffffffffffffffffffffff1663c1723a1d6104d560408e0160208f01611374565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e084901b16815263ffffffff91909116600482015260608e01356024820152604481018890526064016080604051808303816000875af1158015610302573d6000803e3d6000fd5b60005473ffffffffffffffffffffffffffffffffffffffff1633146103bb576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610464565b73ffffffffffffffffffffffffffffffffffffffff83166105e8576102038282610b4c565b610203838383610c52565b60008082810361062f576040517f148c679d00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b5067ffffffffffffffff85166000805b848210156108a35760003681806106578a8a88610cc0565b9850919550935091508590507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60ff85160161073c5760008061069a8585610d16565b915091508e80156106bd57506000816fffffffffffffffffffffffffffffffff16115b156106f9576040517f3d6c5c7000000000000000000000000000000000000000000000000000000000815260ff87166004820152602401610464565b6107156fffffffffffffffffffffffffffffffff82168b6114a7565b99506107336fffffffffffffffffffffffffffffffff83168a6114a7565b9850505061089a565b7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe60ff8516016107995760006107728484610d94565b5090506107916fffffffffffffffffffffffffffffffff82168a6114a7565b98505061089a565b7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd60ff851601610830578c15610800576040517f3d6c5c7000000000000000000000000000000000000000000000000000000000815260ff85166004820152602401610464565b60008061080d8585610deb565b9250925050806fffffffffffffffffffffffffffffffff168a61071591906114a7565b7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc60ff851601610863576001945061089a565b6040517f3d6c5c7000000000000000000000000000000000000000000000000000000000815260ff85166004820152602401610464565b5050505061063f565b8185146108df576040517fb61964ac00000000000000000000000000000000000000000000000000000000815260048101839052602401610464565b866fffffffffffffffffffffffffffffffff16841115610946576040517ff5cd7a35000000000000000000000000000000000000000000000000000000008152600481018590526fffffffffffffffffffffffffffffffff88166024820152604401610464565b80156109665760646109598460666114c0565b61096391906114d7565b92505b50509550959350505050565b60008061ffff8616156109855785610987565b845b9050600061271061099c61ffff84168a6114c0565b6109a691906114d7565b90506fffffffffffffffffffffffffffffffff841615806109d757506fffffffffffffffffffffffffffffffff8516155b156109e5579150610a649050565b600088856fffffffffffffffffffffffffffffffff167f0000000000000000000000000000000000000000000000000000000000000000886fffffffffffffffffffffffffffffffff16610a3991906114c0565b610a4391906114d7565b610a4d91906114a7565b9050818111610a5c5781610a5e565b805b93505050505b95945050505050565b60008415610acf576127108261ffff16846fffffffffffffffffffffffffffffffff16866fffffffffffffffffffffffffffffffff1688610aae91906114c0565b610ab891906114d7565b610ac291906114c0565b610acc91906114d7565b90505b949350505050565b6000805473ffffffffffffffffffffffffffffffffffffffff8381167fffffffffffffffffffffffff0000000000000000000000000000000000000000831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b73ffffffffffffffffffffffffffffffffffffffff8216610b99576040517f32fa6a1d00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60008273ffffffffffffffffffffffffffffffffffffffff168260405160006040518083038185875af1925050503d8060008114610bf3576040519150601f19603f3d011682016040523d82523d6000602084013e610bf8565b606091505b5050905080610203576040517f2c024f9200000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff8416600482015260248101839052604401610464565b73ffffffffffffffffffffffffffffffffffffffff8216610c9f576040517f32fa6a1d00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b61020373ffffffffffffffffffffffffffffffffffffffff84168383610e78565b600036816001840181610cd4888884610f05565b600292909201919050610ce8888884610f2c565b94506001820161ffff82168301610d0181838b8d611512565b979b909a50969850505061ffff160193505050565b60008060108314801590610d2b575060208314155b15610d62576040517fd03c996900000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b610d6e84846000610f51565b915060208314610d7f576000610d8b565b610d8b84846010610f51565b90509250929050565b60008060308314610dd1576040517fde48d29900000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b610ddd84846000610f51565b9150610d8b84846010610f78565b6000808060128414801590610e01575060228414155b15610e38576040517f071673fe00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b610e4485856000610f05565b9250610e5285856002610f51565b915060228414610e63576000610e6f565b610e6f85856012610f51565b90509250925092565b6040805173ffffffffffffffffffffffffffffffffffffffff8416602482015260448082018490528251808303909101815260649091019091526020810180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fa9059cbb00000000000000000000000000000000000000000000000000000000179052610203908490610f93565b600060028201610f1781848688611512565b610f209161153c565b60f01c95945050505050565b6000838383818110610f4057610f40611584565b919091013560f81c95945050505050565b600060108201610f6381848688611512565b610f6c916115b3565b60801c95945050505050565b600060208201610f8a81848688611512565b610a64916115f9565b6000610ff5826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c65648152508573ffffffffffffffffffffffffffffffffffffffff166110a29092919063ffffffff16565b90508051600014806110165750808060200190518101906110169190611635565b610203576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e60448201527f6f742073756363656564000000000000000000000000000000000000000000006064820152608401610464565b6060610acf8484600085856000808673ffffffffffffffffffffffffffffffffffffffff1685876040516110d6919061167b565b60006040518083038185875af1925050503d8060008114611113576040519150601f19603f3d011682016040523d82523d6000602084013e611118565b606091505b509150915061112987838387611134565b979650505050505050565b606083156111ca5782516000036111c35773ffffffffffffffffffffffffffffffffffffffff85163b6111c3576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606401610464565b5081610acf565b610acf83838151156111df5781518083602001fd5b806040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016104649190611697565b6000813574ffffffffffffffffffffffffffffffffffffffffff8116811461123a57600080fd5b73ffffffffffffffffffffffffffffffffffffffff1692915050565b60008060006060848603121561126b57600080fd5b61127484611213565b925061128260208501611213565b9150604084013590509250925092565b6000806000808486036101408112156112aa57600080fd5b60a08112156112b857600080fd5b85945060807fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60820112156112eb57600080fd5b5060a08501925061012085013567ffffffffffffffff8082111561130e57600080fd5b818701915087601f83011261132257600080fd5b81358181111561133157600080fd5b88602082850101111561134357600080fd5b95989497505060200194505050565b60006020828403121561136457600080fd5b61136d82611213565b9392505050565b60006020828403121561138657600080fd5b813563ffffffff8116811461136d57600080fd5b6000602082840312156113ac57600080fd5b813567ffffffffffffffff8116811461136d57600080fd5b6fffffffffffffffffffffffffffffffff8116811461047657600080fd5b6000602082840312156113f457600080fd5b813561136d816113c4565b6000806000806080858703121561141557600080fd5b845193506020850151611427816113c4565b6040860151909350611438816113c4565b6060860151909250611449816113c4565b939692955090935050565b60006020828403121561146657600080fd5b813561ffff8116811461136d57600080fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b808201808211156114ba576114ba611478565b92915050565b80820281158282048414176114ba576114ba611478565b60008261150d577f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b500490565b6000808585111561152257600080fd5b8386111561152f57600080fd5b5050820193919092039150565b7fffff000000000000000000000000000000000000000000000000000000000000813581811691600285101561157c5780818660020360031b1b83161692505b505092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b7fffffffffffffffffffffffffffffffff00000000000000000000000000000000813581811691601085101561157c5760109490940360031b84901b1690921692915050565b803560208310156114ba577fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff602084900360031b1b1692915050565b60006020828403121561164757600080fd5b8151801515811461136d57600080fd5b60005b8381101561167257818101518382015260200161165a565b50506000910152565b6000825161168d818460208701611657565b9190910192915050565b60208152600082518060208401526116b6816040850160208701611657565b601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe016919091016040019291505056fea26474726f6e5822122037f8dced8d5a6ace7f4dac19e423ab8f613fe67b073f933969e9d58e833d6f5064736f6c63430008140033",
|
|
367
|
+
"deployedBytecode": "0x6080604052600436106100695760003560e01c80638da5cb5b116100435780638da5cb5b1461012d578063f2fde38b1461017c578063f43bcfc5146101b657600080fd5b806301e3366714610075578063371c3a8e146100b1578063715018a6146100fe57600080fd5b3661007057005b600080fd5b34801561008157600080fd5b50d3801561008e57600080fd5b50d2801561009b57600080fd5b506100af6100aa366004611256565b6101f0565b005b3480156100bd57600080fd5b50d380156100ca57600080fd5b50d280156100d757600080fd5b506100eb6100e6366004611292565b610208565b6040519081526020015b60405180910390f35b34801561010a57600080fd5b50d3801561011757600080fd5b50d2801561012457600080fd5b506100af6103a9565b34801561013957600080fd5b50d3801561014657600080fd5b50d2801561015357600080fd5b5060005460405173ffffffffffffffffffffffffffffffffffffffff90911681526020016100f5565b34801561018857600080fd5b50d3801561019557600080fd5b50d280156101a257600080fd5b506100af6101b1366004611352565b6103bd565b3480156101c257600080fd5b50d380156101cf57600080fd5b50d280156101dc57600080fd5b506100eb6101eb366004611292565b610479565b6101f8610542565b6102038383836105c3565b505050565b6000808061025561023161022260408a0160208b01611374565b61753063ffffffff9091161090565b61023e602089018961139a565b61024e60808a0160608b016113e2565b88886105f3565b9092509050600080808061026c60208c018c611352565b73ffffffffffffffffffffffffffffffffffffffff166388a4124c61029760408e0160208f01611374565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e084901b16815263ffffffff91909116600482015260608e0135602482015260448101889052606401608060405180830381865afa158015610302573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061032691906113ff565b929650909450925090506103708461034460408d0160208e01611454565b8d60800160208101906103579190611454565b8d604001602081019061036a91906113e2565b85610972565b96506103908684848e608001602081019061038b9190611454565b610a6d565b61039a90886114a7565b9b9a5050505050505050505050565b6103b1610542565b6103bb6000610ad7565b565b6103c5610542565b73ffffffffffffffffffffffffffffffffffffffff811661046d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201527f646472657373000000000000000000000000000000000000000000000000000060648201526084015b60405180910390fd5b61047681610ad7565b50565b6000808061049361023161022260408a0160208b01611374565b909250905060008080806104aa60208c018c611352565b73ffffffffffffffffffffffffffffffffffffffff1663c1723a1d6104d560408e0160208f01611374565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e084901b16815263ffffffff91909116600482015260608e01356024820152604481018890526064016080604051808303816000875af1158015610302573d6000803e3d6000fd5b60005473ffffffffffffffffffffffffffffffffffffffff1633146103bb576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610464565b73ffffffffffffffffffffffffffffffffffffffff83166105e8576102038282610b4c565b610203838383610c52565b60008082810361062f576040517f148c679d00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b5067ffffffffffffffff85166000805b848210156108a35760003681806106578a8a88610cc0565b9850919550935091508590507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60ff85160161073c5760008061069a8585610d16565b915091508e80156106bd57506000816fffffffffffffffffffffffffffffffff16115b156106f9576040517f3d6c5c7000000000000000000000000000000000000000000000000000000000815260ff87166004820152602401610464565b6107156fffffffffffffffffffffffffffffffff82168b6114a7565b99506107336fffffffffffffffffffffffffffffffff83168a6114a7565b9850505061089a565b7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe60ff8516016107995760006107728484610d94565b5090506107916fffffffffffffffffffffffffffffffff82168a6114a7565b98505061089a565b7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd60ff851601610830578c15610800576040517f3d6c5c7000000000000000000000000000000000000000000000000000000000815260ff85166004820152602401610464565b60008061080d8585610deb565b9250925050806fffffffffffffffffffffffffffffffff168a61071591906114a7565b7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc60ff851601610863576001945061089a565b6040517f3d6c5c7000000000000000000000000000000000000000000000000000000000815260ff85166004820152602401610464565b5050505061063f565b8185146108df576040517fb61964ac00000000000000000000000000000000000000000000000000000000815260048101839052602401610464565b866fffffffffffffffffffffffffffffffff16841115610946576040517ff5cd7a35000000000000000000000000000000000000000000000000000000008152600481018590526fffffffffffffffffffffffffffffffff88166024820152604401610464565b80156109665760646109598460666114c0565b61096391906114d7565b92505b50509550959350505050565b60008061ffff8616156109855785610987565b845b9050600061271061099c61ffff84168a6114c0565b6109a691906114d7565b90506fffffffffffffffffffffffffffffffff841615806109d757506fffffffffffffffffffffffffffffffff8516155b156109e5579150610a649050565b600088856fffffffffffffffffffffffffffffffff167f0000000000000000000000000000000000000000000000000000000000000000886fffffffffffffffffffffffffffffffff16610a3991906114c0565b610a4391906114d7565b610a4d91906114a7565b9050818111610a5c5781610a5e565b805b93505050505b95945050505050565b60008415610acf576127108261ffff16846fffffffffffffffffffffffffffffffff16866fffffffffffffffffffffffffffffffff1688610aae91906114c0565b610ab891906114d7565b610ac291906114c0565b610acc91906114d7565b90505b949350505050565b6000805473ffffffffffffffffffffffffffffffffffffffff8381167fffffffffffffffffffffffff0000000000000000000000000000000000000000831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b73ffffffffffffffffffffffffffffffffffffffff8216610b99576040517f32fa6a1d00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60008273ffffffffffffffffffffffffffffffffffffffff168260405160006040518083038185875af1925050503d8060008114610bf3576040519150601f19603f3d011682016040523d82523d6000602084013e610bf8565b606091505b5050905080610203576040517f2c024f9200000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff8416600482015260248101839052604401610464565b73ffffffffffffffffffffffffffffffffffffffff8216610c9f576040517f32fa6a1d00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b61020373ffffffffffffffffffffffffffffffffffffffff84168383610e78565b600036816001840181610cd4888884610f05565b600292909201919050610ce8888884610f2c565b94506001820161ffff82168301610d0181838b8d611512565b979b909a50969850505061ffff160193505050565b60008060108314801590610d2b575060208314155b15610d62576040517fd03c996900000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b610d6e84846000610f51565b915060208314610d7f576000610d8b565b610d8b84846010610f51565b90509250929050565b60008060308314610dd1576040517fde48d29900000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b610ddd84846000610f51565b9150610d8b84846010610f78565b6000808060128414801590610e01575060228414155b15610e38576040517f071673fe00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b610e4485856000610f05565b9250610e5285856002610f51565b915060228414610e63576000610e6f565b610e6f85856012610f51565b90509250925092565b6040805173ffffffffffffffffffffffffffffffffffffffff8416602482015260448082018490528251808303909101815260649091019091526020810180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fa9059cbb00000000000000000000000000000000000000000000000000000000179052610203908490610f93565b600060028201610f1781848688611512565b610f209161153c565b60f01c95945050505050565b6000838383818110610f4057610f40611584565b919091013560f81c95945050505050565b600060108201610f6381848688611512565b610f6c916115b3565b60801c95945050505050565b600060208201610f8a81848688611512565b610a64916115f9565b6000610ff5826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c65648152508573ffffffffffffffffffffffffffffffffffffffff166110a29092919063ffffffff16565b90508051600014806110165750808060200190518101906110169190611635565b610203576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e60448201527f6f742073756363656564000000000000000000000000000000000000000000006064820152608401610464565b6060610acf8484600085856000808673ffffffffffffffffffffffffffffffffffffffff1685876040516110d6919061167b565b60006040518083038185875af1925050503d8060008114611113576040519150601f19603f3d011682016040523d82523d6000602084013e611118565b606091505b509150915061112987838387611134565b979650505050505050565b606083156111ca5782516000036111c35773ffffffffffffffffffffffffffffffffffffffff85163b6111c3576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606401610464565b5081610acf565b610acf83838151156111df5781518083602001fd5b806040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016104649190611697565b6000813574ffffffffffffffffffffffffffffffffffffffffff8116811461123a57600080fd5b73ffffffffffffffffffffffffffffffffffffffff1692915050565b60008060006060848603121561126b57600080fd5b61127484611213565b925061128260208501611213565b9150604084013590509250925092565b6000806000808486036101408112156112aa57600080fd5b60a08112156112b857600080fd5b85945060807fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60820112156112eb57600080fd5b5060a08501925061012085013567ffffffffffffffff8082111561130e57600080fd5b818701915087601f83011261132257600080fd5b81358181111561133157600080fd5b88602082850101111561134357600080fd5b95989497505060200194505050565b60006020828403121561136457600080fd5b61136d82611213565b9392505050565b60006020828403121561138657600080fd5b813563ffffffff8116811461136d57600080fd5b6000602082840312156113ac57600080fd5b813567ffffffffffffffff8116811461136d57600080fd5b6fffffffffffffffffffffffffffffffff8116811461047657600080fd5b6000602082840312156113f457600080fd5b813561136d816113c4565b6000806000806080858703121561141557600080fd5b845193506020850151611427816113c4565b6040860151909350611438816113c4565b6060860151909250611449816113c4565b939692955090935050565b60006020828403121561146657600080fd5b813561ffff8116811461136d57600080fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b808201808211156114ba576114ba611478565b92915050565b80820281158282048414176114ba576114ba611478565b60008261150d577f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b500490565b6000808585111561152257600080fd5b8386111561152f57600080fd5b5050820193919092039150565b7fffff000000000000000000000000000000000000000000000000000000000000813581811691600285101561157c5780818660020360031b1b83161692505b505092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b7fffffffffffffffffffffffffffffffff00000000000000000000000000000000813581811691601085101561157c5760109490940360031b84901b1690921692915050565b803560208310156114ba577fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff602084900360031b1b1692915050565b60006020828403121561164757600080fd5b8151801515811461136d57600080fd5b60005b8381101561167257818101518382015260200161165a565b50506000910152565b6000825161168d818460208701611657565b9190910192915050565b60208152600082518060208401526116b6816040850160208701611657565b601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe016919091016040019291505056fea26474726f6e5822122037f8dced8d5a6ace7f4dac19e423ab8f613fe67b073f933969e9d58e833d6f5064736f6c63430008140033",
|
|
368
|
+
"devdoc": {
|
|
369
|
+
"kind": "dev",
|
|
370
|
+
"methods": {
|
|
371
|
+
"owner()": {
|
|
372
|
+
"details": "Returns the address of the current owner."
|
|
373
|
+
},
|
|
374
|
+
"renounceOwnership()": {
|
|
375
|
+
"details": "Leaves the contract without owner. It will not be possible to call `onlyOwner` functions. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby disabling any functionality that is only available to the owner."
|
|
376
|
+
},
|
|
377
|
+
"transferOwnership(address)": {
|
|
378
|
+
"details": "Transfers ownership of the contract to a new account (`newOwner`). Can only be called by the current owner."
|
|
379
|
+
}
|
|
380
|
+
},
|
|
381
|
+
"version": 1
|
|
382
|
+
},
|
|
383
|
+
"userdoc": {
|
|
384
|
+
"kind": "user",
|
|
385
|
+
"methods": {},
|
|
386
|
+
"version": 1
|
|
387
|
+
},
|
|
388
|
+
"storageLayout": {
|
|
389
|
+
"storage": [
|
|
390
|
+
{
|
|
391
|
+
"astId": 6813,
|
|
392
|
+
"contract": "contracts/ExecutorFeeLib.sol:ExecutorFeeLib",
|
|
393
|
+
"label": "_owner",
|
|
394
|
+
"offset": 0,
|
|
395
|
+
"slot": "0",
|
|
396
|
+
"type": "t_address"
|
|
397
|
+
}
|
|
398
|
+
],
|
|
399
|
+
"types": {
|
|
400
|
+
"t_address": {
|
|
401
|
+
"encoding": "inplace",
|
|
402
|
+
"label": "address",
|
|
403
|
+
"numberOfBytes": "20"
|
|
404
|
+
}
|
|
405
|
+
}
|
|
406
|
+
}
|
|
407
|
+
}
|