@layerzerolabs/lz-evm-sdk-v2 2.1.20 → 2.1.22
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/artifacts/contracts/EndpointV2.sol/EndpointV2.json +2 -2
- package/artifacts/contracts/EndpointV2Alt.sol/EndpointV2Alt.json +2 -2
- package/artifacts/contracts/EndpointV2View.sol/EndpointV2View.json +2 -2
- package/artifacts/contracts/EndpointV2ViewUpgradeable.sol/EndpointV2ViewUpgradeable.json +2 -2
- package/artifacts/contracts/libs/AddressCast.sol/AddressCast.json +2 -2
- package/artifacts/contracts/libs/CalldataBytesLib.sol/CalldataBytesLib.json +2 -2
- package/artifacts/contracts/libs/Errors.sol/Errors.json +2 -2
- package/artifacts/contracts/libs/GUID.sol/GUID.json +2 -2
- package/artifacts/contracts/libs/Transfer.sol/Transfer.json +2 -2
- package/artifacts/contracts/messagelib/BlockedMessageLib.sol/BlockedMessageLib.json +2 -2
- package/artifacts/contracts/messagelib/SimpleMessageLib.sol/SimpleMessageLib.json +2 -2
- package/artifacts/contracts/messagelib/libs/BitMaps.sol/BitMaps.json +2 -2
- package/artifacts/contracts/messagelib/libs/ExecutorOptions.sol/ExecutorOptions.json +2 -2
- package/artifacts/contracts/messagelib/libs/PacketV1Codec.sol/PacketV1Codec.json +2 -2
- package/artifacts/contracts/proxy/TransparentUpgradeableProxy.sol/TransparentUpgradeableProxy.json +2 -2
- package/deployments/hedera-testnet/DVN.json +1929 -0
- package/deployments/hedera-testnet/DVNFeeLib.json +398 -0
- package/deployments/hedera-testnet/DefaultProxyAdmin.json +258 -0
- package/deployments/hedera-testnet/EndpointV2.json +2946 -0
- package/deployments/hedera-testnet/EndpointV2View.json +429 -0
- package/deployments/hedera-testnet/EndpointV2View_Implementation.json +313 -0
- package/deployments/hedera-testnet/EndpointV2View_Proxy.json +230 -0
- package/deployments/hedera-testnet/Executor.json +1532 -0
- package/deployments/hedera-testnet/ExecutorFeeLib.json +423 -0
- package/deployments/hedera-testnet/ExecutorProxyAdmin.json +283 -0
- package/deployments/hedera-testnet/Executor_Implementation.json +1591 -0
- package/deployments/hedera-testnet/Executor_Proxy.json +365 -0
- package/deployments/hedera-testnet/LzExecutor.json +757 -0
- package/deployments/hedera-testnet/LzExecutor_Implementation.json +703 -0
- package/deployments/hedera-testnet/LzExecutor_Proxy.json +244 -0
- package/deployments/hedera-testnet/ReceiveUln301.json +1292 -0
- package/deployments/hedera-testnet/ReceiveUln301View.json +354 -0
- package/deployments/hedera-testnet/ReceiveUln301View_Implementation.json +231 -0
- package/deployments/hedera-testnet/ReceiveUln301View_Proxy.json +230 -0
- package/deployments/hedera-testnet/ReceiveUln302.json +1006 -0
- package/deployments/hedera-testnet/ReceiveUln302View.json +478 -0
- package/deployments/hedera-testnet/ReceiveUln302View_Implementation.json +384 -0
- package/deployments/hedera-testnet/ReceiveUln302View_Proxy.json +230 -0
- package/deployments/hedera-testnet/SendUln301.json +1569 -0
- package/deployments/hedera-testnet/SendUln302.json +1527 -0
- package/deployments/hedera-testnet/Treasury.json +412 -0
- package/deployments/hedera-testnet/TreasuryFeeHandler.json +125 -0
- package/deployments/merlin-testnet/DVN.json +1929 -0
- package/deployments/merlin-testnet/DVNFeeLib.json +398 -0
- package/deployments/merlin-testnet/DefaultProxyAdmin.json +258 -0
- package/deployments/merlin-testnet/EndpointV2.json +3001 -0
- package/deployments/merlin-testnet/EndpointV2View.json +435 -0
- package/deployments/merlin-testnet/EndpointV2View_Implementation.json +313 -0
- package/deployments/merlin-testnet/EndpointV2View_Proxy.json +230 -0
- package/deployments/merlin-testnet/Executor.json +1532 -0
- package/deployments/merlin-testnet/ExecutorFeeLib.json +423 -0
- package/deployments/merlin-testnet/ExecutorProxyAdmin.json +283 -0
- package/deployments/merlin-testnet/Executor_Implementation.json +1591 -0
- package/deployments/merlin-testnet/Executor_Proxy.json +365 -0
- package/deployments/merlin-testnet/LzExecutor.json +757 -0
- package/deployments/merlin-testnet/LzExecutor_Implementation.json +703 -0
- package/deployments/merlin-testnet/LzExecutor_Proxy.json +244 -0
- package/deployments/merlin-testnet/PriceFeed.json +934 -0
- package/deployments/merlin-testnet/PriceFeedProxyAdmin.json +283 -0
- package/deployments/merlin-testnet/PriceFeed_Implementation.json +976 -0
- package/deployments/merlin-testnet/PriceFeed_Proxy.json +244 -0
- package/deployments/merlin-testnet/ReceiveUln301.json +1292 -0
- package/deployments/merlin-testnet/ReceiveUln301View.json +354 -0
- package/deployments/merlin-testnet/ReceiveUln301View_Implementation.json +231 -0
- package/deployments/merlin-testnet/ReceiveUln301View_Proxy.json +230 -0
- package/deployments/merlin-testnet/ReceiveUln302.json +1006 -0
- package/deployments/merlin-testnet/ReceiveUln302View.json +478 -0
- package/deployments/merlin-testnet/ReceiveUln302View_Implementation.json +384 -0
- package/deployments/merlin-testnet/ReceiveUln302View_Proxy.json +230 -0
- package/deployments/merlin-testnet/SendUln301.json +1569 -0
- package/deployments/merlin-testnet/SendUln302.json +1527 -0
- package/deployments/merlin-testnet/Treasury.json +412 -0
- package/deployments/merlin-testnet/TreasuryFeeHandler.json +125 -0
- package/dist/{index-VXKdRwxd.d.mts → index-QJVkaD-8.d.mts} +11 -11
- package/dist/{index-VXKdRwxd.d.ts → index-QJVkaD-8.d.ts} +11 -11
- package/dist/index.browser.cjs +11 -11
- package/dist/index.browser.cjs.map +1 -1
- package/dist/index.browser.d.mts +1 -1
- package/dist/index.browser.d.ts +1 -1
- package/dist/index.browser.mjs +11 -11
- package/dist/index.browser.mjs.map +1 -1
- package/dist/index.cjs +11 -11
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.mjs +11 -11
- package/dist/index.mjs.map +1 -1
- package/package.json +9 -9
|
@@ -0,0 +1,2946 @@
|
|
|
1
|
+
{
|
|
2
|
+
"address": "0xB0487596a0B62D1A71D0C33294bd6eB635Fc6B09",
|
|
3
|
+
"abi": [
|
|
4
|
+
{
|
|
5
|
+
"inputs": [
|
|
6
|
+
{
|
|
7
|
+
"internalType": "uint32",
|
|
8
|
+
"name": "_eid",
|
|
9
|
+
"type": "uint32"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"internalType": "address",
|
|
13
|
+
"name": "_owner",
|
|
14
|
+
"type": "address"
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"stateMutability": "nonpayable",
|
|
18
|
+
"type": "constructor"
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"inputs": [],
|
|
22
|
+
"name": "LZ_AlreadyRegistered",
|
|
23
|
+
"type": "error"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"inputs": [],
|
|
27
|
+
"name": "LZ_ComposeExists",
|
|
28
|
+
"type": "error"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"inputs": [
|
|
32
|
+
{
|
|
33
|
+
"internalType": "bytes32",
|
|
34
|
+
"name": "expected",
|
|
35
|
+
"type": "bytes32"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"internalType": "bytes32",
|
|
39
|
+
"name": "actual",
|
|
40
|
+
"type": "bytes32"
|
|
41
|
+
}
|
|
42
|
+
],
|
|
43
|
+
"name": "LZ_ComposeNotFound",
|
|
44
|
+
"type": "error"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"inputs": [],
|
|
48
|
+
"name": "LZ_DefaultReceiveLibUnavailable",
|
|
49
|
+
"type": "error"
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"inputs": [],
|
|
53
|
+
"name": "LZ_DefaultSendLibUnavailable",
|
|
54
|
+
"type": "error"
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"inputs": [
|
|
58
|
+
{
|
|
59
|
+
"internalType": "uint256",
|
|
60
|
+
"name": "requiredNative",
|
|
61
|
+
"type": "uint256"
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"internalType": "uint256",
|
|
65
|
+
"name": "suppliedNative",
|
|
66
|
+
"type": "uint256"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"internalType": "uint256",
|
|
70
|
+
"name": "requiredLzToken",
|
|
71
|
+
"type": "uint256"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"internalType": "uint256",
|
|
75
|
+
"name": "suppliedLzToken",
|
|
76
|
+
"type": "uint256"
|
|
77
|
+
}
|
|
78
|
+
],
|
|
79
|
+
"name": "LZ_InsufficientFee",
|
|
80
|
+
"type": "error"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"inputs": [],
|
|
84
|
+
"name": "LZ_InvalidExpiry",
|
|
85
|
+
"type": "error"
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"inputs": [
|
|
89
|
+
{
|
|
90
|
+
"internalType": "uint64",
|
|
91
|
+
"name": "nonce",
|
|
92
|
+
"type": "uint64"
|
|
93
|
+
}
|
|
94
|
+
],
|
|
95
|
+
"name": "LZ_InvalidNonce",
|
|
96
|
+
"type": "error"
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"inputs": [],
|
|
100
|
+
"name": "LZ_InvalidPayloadHash",
|
|
101
|
+
"type": "error"
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"inputs": [],
|
|
105
|
+
"name": "LZ_InvalidReceiveLibrary",
|
|
106
|
+
"type": "error"
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"inputs": [],
|
|
110
|
+
"name": "LZ_LzTokenUnavailable",
|
|
111
|
+
"type": "error"
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"inputs": [],
|
|
115
|
+
"name": "LZ_OnlyNonDefaultLib",
|
|
116
|
+
"type": "error"
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"inputs": [],
|
|
120
|
+
"name": "LZ_OnlyReceiveLib",
|
|
121
|
+
"type": "error"
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"inputs": [],
|
|
125
|
+
"name": "LZ_OnlyRegisteredLib",
|
|
126
|
+
"type": "error"
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"inputs": [],
|
|
130
|
+
"name": "LZ_OnlyRegisteredOrDefaultLib",
|
|
131
|
+
"type": "error"
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"inputs": [],
|
|
135
|
+
"name": "LZ_OnlySendLib",
|
|
136
|
+
"type": "error"
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"inputs": [],
|
|
140
|
+
"name": "LZ_PathNotInitializable",
|
|
141
|
+
"type": "error"
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"inputs": [],
|
|
145
|
+
"name": "LZ_PathNotVerifiable",
|
|
146
|
+
"type": "error"
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"inputs": [
|
|
150
|
+
{
|
|
151
|
+
"internalType": "bytes32",
|
|
152
|
+
"name": "expected",
|
|
153
|
+
"type": "bytes32"
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"internalType": "bytes32",
|
|
157
|
+
"name": "actual",
|
|
158
|
+
"type": "bytes32"
|
|
159
|
+
}
|
|
160
|
+
],
|
|
161
|
+
"name": "LZ_PayloadHashNotFound",
|
|
162
|
+
"type": "error"
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"inputs": [],
|
|
166
|
+
"name": "LZ_SameValue",
|
|
167
|
+
"type": "error"
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"inputs": [],
|
|
171
|
+
"name": "LZ_SendReentrancy",
|
|
172
|
+
"type": "error"
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"inputs": [],
|
|
176
|
+
"name": "LZ_Unauthorized",
|
|
177
|
+
"type": "error"
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"inputs": [],
|
|
181
|
+
"name": "LZ_UnsupportedEid",
|
|
182
|
+
"type": "error"
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"inputs": [],
|
|
186
|
+
"name": "LZ_UnsupportedInterface",
|
|
187
|
+
"type": "error"
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"inputs": [],
|
|
191
|
+
"name": "LZ_ZeroLzTokenFee",
|
|
192
|
+
"type": "error"
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"inputs": [
|
|
196
|
+
{
|
|
197
|
+
"internalType": "address",
|
|
198
|
+
"name": "_to",
|
|
199
|
+
"type": "address"
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"internalType": "uint256",
|
|
203
|
+
"name": "_value",
|
|
204
|
+
"type": "uint256"
|
|
205
|
+
}
|
|
206
|
+
],
|
|
207
|
+
"name": "Transfer_NativeFailed",
|
|
208
|
+
"type": "error"
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"inputs": [],
|
|
212
|
+
"name": "Transfer_ToAddressIsZero",
|
|
213
|
+
"type": "error"
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
"anonymous": false,
|
|
217
|
+
"inputs": [
|
|
218
|
+
{
|
|
219
|
+
"indexed": false,
|
|
220
|
+
"internalType": "address",
|
|
221
|
+
"name": "from",
|
|
222
|
+
"type": "address"
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"indexed": false,
|
|
226
|
+
"internalType": "address",
|
|
227
|
+
"name": "to",
|
|
228
|
+
"type": "address"
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
"indexed": false,
|
|
232
|
+
"internalType": "bytes32",
|
|
233
|
+
"name": "guid",
|
|
234
|
+
"type": "bytes32"
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"indexed": false,
|
|
238
|
+
"internalType": "uint16",
|
|
239
|
+
"name": "index",
|
|
240
|
+
"type": "uint16"
|
|
241
|
+
}
|
|
242
|
+
],
|
|
243
|
+
"name": "ComposeDelivered",
|
|
244
|
+
"type": "event"
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
"anonymous": false,
|
|
248
|
+
"inputs": [
|
|
249
|
+
{
|
|
250
|
+
"indexed": false,
|
|
251
|
+
"internalType": "address",
|
|
252
|
+
"name": "from",
|
|
253
|
+
"type": "address"
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
"indexed": false,
|
|
257
|
+
"internalType": "address",
|
|
258
|
+
"name": "to",
|
|
259
|
+
"type": "address"
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
"indexed": false,
|
|
263
|
+
"internalType": "bytes32",
|
|
264
|
+
"name": "guid",
|
|
265
|
+
"type": "bytes32"
|
|
266
|
+
},
|
|
267
|
+
{
|
|
268
|
+
"indexed": false,
|
|
269
|
+
"internalType": "uint16",
|
|
270
|
+
"name": "index",
|
|
271
|
+
"type": "uint16"
|
|
272
|
+
},
|
|
273
|
+
{
|
|
274
|
+
"indexed": false,
|
|
275
|
+
"internalType": "bytes",
|
|
276
|
+
"name": "message",
|
|
277
|
+
"type": "bytes"
|
|
278
|
+
}
|
|
279
|
+
],
|
|
280
|
+
"name": "ComposeSent",
|
|
281
|
+
"type": "event"
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
"anonymous": false,
|
|
285
|
+
"inputs": [
|
|
286
|
+
{
|
|
287
|
+
"indexed": false,
|
|
288
|
+
"internalType": "uint32",
|
|
289
|
+
"name": "eid",
|
|
290
|
+
"type": "uint32"
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
"indexed": false,
|
|
294
|
+
"internalType": "address",
|
|
295
|
+
"name": "newLib",
|
|
296
|
+
"type": "address"
|
|
297
|
+
}
|
|
298
|
+
],
|
|
299
|
+
"name": "DefaultReceiveLibrarySet",
|
|
300
|
+
"type": "event"
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
"anonymous": false,
|
|
304
|
+
"inputs": [
|
|
305
|
+
{
|
|
306
|
+
"indexed": false,
|
|
307
|
+
"internalType": "uint32",
|
|
308
|
+
"name": "eid",
|
|
309
|
+
"type": "uint32"
|
|
310
|
+
},
|
|
311
|
+
{
|
|
312
|
+
"indexed": false,
|
|
313
|
+
"internalType": "address",
|
|
314
|
+
"name": "oldLib",
|
|
315
|
+
"type": "address"
|
|
316
|
+
},
|
|
317
|
+
{
|
|
318
|
+
"indexed": false,
|
|
319
|
+
"internalType": "uint256",
|
|
320
|
+
"name": "expiry",
|
|
321
|
+
"type": "uint256"
|
|
322
|
+
}
|
|
323
|
+
],
|
|
324
|
+
"name": "DefaultReceiveLibraryTimeoutSet",
|
|
325
|
+
"type": "event"
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
"anonymous": false,
|
|
329
|
+
"inputs": [
|
|
330
|
+
{
|
|
331
|
+
"indexed": false,
|
|
332
|
+
"internalType": "uint32",
|
|
333
|
+
"name": "eid",
|
|
334
|
+
"type": "uint32"
|
|
335
|
+
},
|
|
336
|
+
{
|
|
337
|
+
"indexed": false,
|
|
338
|
+
"internalType": "address",
|
|
339
|
+
"name": "newLib",
|
|
340
|
+
"type": "address"
|
|
341
|
+
}
|
|
342
|
+
],
|
|
343
|
+
"name": "DefaultSendLibrarySet",
|
|
344
|
+
"type": "event"
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
"anonymous": false,
|
|
348
|
+
"inputs": [
|
|
349
|
+
{
|
|
350
|
+
"indexed": false,
|
|
351
|
+
"internalType": "address",
|
|
352
|
+
"name": "sender",
|
|
353
|
+
"type": "address"
|
|
354
|
+
},
|
|
355
|
+
{
|
|
356
|
+
"indexed": false,
|
|
357
|
+
"internalType": "address",
|
|
358
|
+
"name": "delegate",
|
|
359
|
+
"type": "address"
|
|
360
|
+
}
|
|
361
|
+
],
|
|
362
|
+
"name": "DelegateSet",
|
|
363
|
+
"type": "event"
|
|
364
|
+
},
|
|
365
|
+
{
|
|
366
|
+
"anonymous": false,
|
|
367
|
+
"inputs": [
|
|
368
|
+
{
|
|
369
|
+
"indexed": false,
|
|
370
|
+
"internalType": "uint32",
|
|
371
|
+
"name": "srcEid",
|
|
372
|
+
"type": "uint32"
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
"indexed": false,
|
|
376
|
+
"internalType": "bytes32",
|
|
377
|
+
"name": "sender",
|
|
378
|
+
"type": "bytes32"
|
|
379
|
+
},
|
|
380
|
+
{
|
|
381
|
+
"indexed": false,
|
|
382
|
+
"internalType": "address",
|
|
383
|
+
"name": "receiver",
|
|
384
|
+
"type": "address"
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
"indexed": false,
|
|
388
|
+
"internalType": "uint64",
|
|
389
|
+
"name": "nonce",
|
|
390
|
+
"type": "uint64"
|
|
391
|
+
}
|
|
392
|
+
],
|
|
393
|
+
"name": "InboundNonceSkipped",
|
|
394
|
+
"type": "event"
|
|
395
|
+
},
|
|
396
|
+
{
|
|
397
|
+
"anonymous": false,
|
|
398
|
+
"inputs": [
|
|
399
|
+
{
|
|
400
|
+
"indexed": false,
|
|
401
|
+
"internalType": "address",
|
|
402
|
+
"name": "newLib",
|
|
403
|
+
"type": "address"
|
|
404
|
+
}
|
|
405
|
+
],
|
|
406
|
+
"name": "LibraryRegistered",
|
|
407
|
+
"type": "event"
|
|
408
|
+
},
|
|
409
|
+
{
|
|
410
|
+
"anonymous": false,
|
|
411
|
+
"inputs": [
|
|
412
|
+
{
|
|
413
|
+
"indexed": true,
|
|
414
|
+
"internalType": "address",
|
|
415
|
+
"name": "from",
|
|
416
|
+
"type": "address"
|
|
417
|
+
},
|
|
418
|
+
{
|
|
419
|
+
"indexed": true,
|
|
420
|
+
"internalType": "address",
|
|
421
|
+
"name": "to",
|
|
422
|
+
"type": "address"
|
|
423
|
+
},
|
|
424
|
+
{
|
|
425
|
+
"indexed": true,
|
|
426
|
+
"internalType": "address",
|
|
427
|
+
"name": "executor",
|
|
428
|
+
"type": "address"
|
|
429
|
+
},
|
|
430
|
+
{
|
|
431
|
+
"indexed": false,
|
|
432
|
+
"internalType": "bytes32",
|
|
433
|
+
"name": "guid",
|
|
434
|
+
"type": "bytes32"
|
|
435
|
+
},
|
|
436
|
+
{
|
|
437
|
+
"indexed": false,
|
|
438
|
+
"internalType": "uint16",
|
|
439
|
+
"name": "index",
|
|
440
|
+
"type": "uint16"
|
|
441
|
+
},
|
|
442
|
+
{
|
|
443
|
+
"indexed": false,
|
|
444
|
+
"internalType": "uint256",
|
|
445
|
+
"name": "gas",
|
|
446
|
+
"type": "uint256"
|
|
447
|
+
},
|
|
448
|
+
{
|
|
449
|
+
"indexed": false,
|
|
450
|
+
"internalType": "uint256",
|
|
451
|
+
"name": "value",
|
|
452
|
+
"type": "uint256"
|
|
453
|
+
},
|
|
454
|
+
{
|
|
455
|
+
"indexed": false,
|
|
456
|
+
"internalType": "bytes",
|
|
457
|
+
"name": "message",
|
|
458
|
+
"type": "bytes"
|
|
459
|
+
},
|
|
460
|
+
{
|
|
461
|
+
"indexed": false,
|
|
462
|
+
"internalType": "bytes",
|
|
463
|
+
"name": "extraData",
|
|
464
|
+
"type": "bytes"
|
|
465
|
+
},
|
|
466
|
+
{
|
|
467
|
+
"indexed": false,
|
|
468
|
+
"internalType": "bytes",
|
|
469
|
+
"name": "reason",
|
|
470
|
+
"type": "bytes"
|
|
471
|
+
}
|
|
472
|
+
],
|
|
473
|
+
"name": "LzComposeAlert",
|
|
474
|
+
"type": "event"
|
|
475
|
+
},
|
|
476
|
+
{
|
|
477
|
+
"anonymous": false,
|
|
478
|
+
"inputs": [
|
|
479
|
+
{
|
|
480
|
+
"indexed": true,
|
|
481
|
+
"internalType": "address",
|
|
482
|
+
"name": "receiver",
|
|
483
|
+
"type": "address"
|
|
484
|
+
},
|
|
485
|
+
{
|
|
486
|
+
"indexed": true,
|
|
487
|
+
"internalType": "address",
|
|
488
|
+
"name": "executor",
|
|
489
|
+
"type": "address"
|
|
490
|
+
},
|
|
491
|
+
{
|
|
492
|
+
"components": [
|
|
493
|
+
{
|
|
494
|
+
"internalType": "uint32",
|
|
495
|
+
"name": "srcEid",
|
|
496
|
+
"type": "uint32"
|
|
497
|
+
},
|
|
498
|
+
{
|
|
499
|
+
"internalType": "bytes32",
|
|
500
|
+
"name": "sender",
|
|
501
|
+
"type": "bytes32"
|
|
502
|
+
},
|
|
503
|
+
{
|
|
504
|
+
"internalType": "uint64",
|
|
505
|
+
"name": "nonce",
|
|
506
|
+
"type": "uint64"
|
|
507
|
+
}
|
|
508
|
+
],
|
|
509
|
+
"indexed": false,
|
|
510
|
+
"internalType": "struct Origin",
|
|
511
|
+
"name": "origin",
|
|
512
|
+
"type": "tuple"
|
|
513
|
+
},
|
|
514
|
+
{
|
|
515
|
+
"indexed": false,
|
|
516
|
+
"internalType": "bytes32",
|
|
517
|
+
"name": "guid",
|
|
518
|
+
"type": "bytes32"
|
|
519
|
+
},
|
|
520
|
+
{
|
|
521
|
+
"indexed": false,
|
|
522
|
+
"internalType": "uint256",
|
|
523
|
+
"name": "gas",
|
|
524
|
+
"type": "uint256"
|
|
525
|
+
},
|
|
526
|
+
{
|
|
527
|
+
"indexed": false,
|
|
528
|
+
"internalType": "uint256",
|
|
529
|
+
"name": "value",
|
|
530
|
+
"type": "uint256"
|
|
531
|
+
},
|
|
532
|
+
{
|
|
533
|
+
"indexed": false,
|
|
534
|
+
"internalType": "bytes",
|
|
535
|
+
"name": "message",
|
|
536
|
+
"type": "bytes"
|
|
537
|
+
},
|
|
538
|
+
{
|
|
539
|
+
"indexed": false,
|
|
540
|
+
"internalType": "bytes",
|
|
541
|
+
"name": "extraData",
|
|
542
|
+
"type": "bytes"
|
|
543
|
+
},
|
|
544
|
+
{
|
|
545
|
+
"indexed": false,
|
|
546
|
+
"internalType": "bytes",
|
|
547
|
+
"name": "reason",
|
|
548
|
+
"type": "bytes"
|
|
549
|
+
}
|
|
550
|
+
],
|
|
551
|
+
"name": "LzReceiveAlert",
|
|
552
|
+
"type": "event"
|
|
553
|
+
},
|
|
554
|
+
{
|
|
555
|
+
"anonymous": false,
|
|
556
|
+
"inputs": [
|
|
557
|
+
{
|
|
558
|
+
"indexed": false,
|
|
559
|
+
"internalType": "address",
|
|
560
|
+
"name": "token",
|
|
561
|
+
"type": "address"
|
|
562
|
+
}
|
|
563
|
+
],
|
|
564
|
+
"name": "LzTokenSet",
|
|
565
|
+
"type": "event"
|
|
566
|
+
},
|
|
567
|
+
{
|
|
568
|
+
"anonymous": false,
|
|
569
|
+
"inputs": [
|
|
570
|
+
{
|
|
571
|
+
"indexed": true,
|
|
572
|
+
"internalType": "address",
|
|
573
|
+
"name": "previousOwner",
|
|
574
|
+
"type": "address"
|
|
575
|
+
},
|
|
576
|
+
{
|
|
577
|
+
"indexed": true,
|
|
578
|
+
"internalType": "address",
|
|
579
|
+
"name": "newOwner",
|
|
580
|
+
"type": "address"
|
|
581
|
+
}
|
|
582
|
+
],
|
|
583
|
+
"name": "OwnershipTransferred",
|
|
584
|
+
"type": "event"
|
|
585
|
+
},
|
|
586
|
+
{
|
|
587
|
+
"anonymous": false,
|
|
588
|
+
"inputs": [
|
|
589
|
+
{
|
|
590
|
+
"indexed": false,
|
|
591
|
+
"internalType": "uint32",
|
|
592
|
+
"name": "srcEid",
|
|
593
|
+
"type": "uint32"
|
|
594
|
+
},
|
|
595
|
+
{
|
|
596
|
+
"indexed": false,
|
|
597
|
+
"internalType": "bytes32",
|
|
598
|
+
"name": "sender",
|
|
599
|
+
"type": "bytes32"
|
|
600
|
+
},
|
|
601
|
+
{
|
|
602
|
+
"indexed": false,
|
|
603
|
+
"internalType": "address",
|
|
604
|
+
"name": "receiver",
|
|
605
|
+
"type": "address"
|
|
606
|
+
},
|
|
607
|
+
{
|
|
608
|
+
"indexed": false,
|
|
609
|
+
"internalType": "uint64",
|
|
610
|
+
"name": "nonce",
|
|
611
|
+
"type": "uint64"
|
|
612
|
+
},
|
|
613
|
+
{
|
|
614
|
+
"indexed": false,
|
|
615
|
+
"internalType": "bytes32",
|
|
616
|
+
"name": "payloadHash",
|
|
617
|
+
"type": "bytes32"
|
|
618
|
+
}
|
|
619
|
+
],
|
|
620
|
+
"name": "PacketBurnt",
|
|
621
|
+
"type": "event"
|
|
622
|
+
},
|
|
623
|
+
{
|
|
624
|
+
"anonymous": false,
|
|
625
|
+
"inputs": [
|
|
626
|
+
{
|
|
627
|
+
"components": [
|
|
628
|
+
{
|
|
629
|
+
"internalType": "uint32",
|
|
630
|
+
"name": "srcEid",
|
|
631
|
+
"type": "uint32"
|
|
632
|
+
},
|
|
633
|
+
{
|
|
634
|
+
"internalType": "bytes32",
|
|
635
|
+
"name": "sender",
|
|
636
|
+
"type": "bytes32"
|
|
637
|
+
},
|
|
638
|
+
{
|
|
639
|
+
"internalType": "uint64",
|
|
640
|
+
"name": "nonce",
|
|
641
|
+
"type": "uint64"
|
|
642
|
+
}
|
|
643
|
+
],
|
|
644
|
+
"indexed": false,
|
|
645
|
+
"internalType": "struct Origin",
|
|
646
|
+
"name": "origin",
|
|
647
|
+
"type": "tuple"
|
|
648
|
+
},
|
|
649
|
+
{
|
|
650
|
+
"indexed": false,
|
|
651
|
+
"internalType": "address",
|
|
652
|
+
"name": "receiver",
|
|
653
|
+
"type": "address"
|
|
654
|
+
}
|
|
655
|
+
],
|
|
656
|
+
"name": "PacketDelivered",
|
|
657
|
+
"type": "event"
|
|
658
|
+
},
|
|
659
|
+
{
|
|
660
|
+
"anonymous": false,
|
|
661
|
+
"inputs": [
|
|
662
|
+
{
|
|
663
|
+
"indexed": false,
|
|
664
|
+
"internalType": "uint32",
|
|
665
|
+
"name": "srcEid",
|
|
666
|
+
"type": "uint32"
|
|
667
|
+
},
|
|
668
|
+
{
|
|
669
|
+
"indexed": false,
|
|
670
|
+
"internalType": "bytes32",
|
|
671
|
+
"name": "sender",
|
|
672
|
+
"type": "bytes32"
|
|
673
|
+
},
|
|
674
|
+
{
|
|
675
|
+
"indexed": false,
|
|
676
|
+
"internalType": "address",
|
|
677
|
+
"name": "receiver",
|
|
678
|
+
"type": "address"
|
|
679
|
+
},
|
|
680
|
+
{
|
|
681
|
+
"indexed": false,
|
|
682
|
+
"internalType": "uint64",
|
|
683
|
+
"name": "nonce",
|
|
684
|
+
"type": "uint64"
|
|
685
|
+
},
|
|
686
|
+
{
|
|
687
|
+
"indexed": false,
|
|
688
|
+
"internalType": "bytes32",
|
|
689
|
+
"name": "payloadHash",
|
|
690
|
+
"type": "bytes32"
|
|
691
|
+
}
|
|
692
|
+
],
|
|
693
|
+
"name": "PacketNilified",
|
|
694
|
+
"type": "event"
|
|
695
|
+
},
|
|
696
|
+
{
|
|
697
|
+
"anonymous": false,
|
|
698
|
+
"inputs": [
|
|
699
|
+
{
|
|
700
|
+
"indexed": false,
|
|
701
|
+
"internalType": "bytes",
|
|
702
|
+
"name": "encodedPayload",
|
|
703
|
+
"type": "bytes"
|
|
704
|
+
},
|
|
705
|
+
{
|
|
706
|
+
"indexed": false,
|
|
707
|
+
"internalType": "bytes",
|
|
708
|
+
"name": "options",
|
|
709
|
+
"type": "bytes"
|
|
710
|
+
},
|
|
711
|
+
{
|
|
712
|
+
"indexed": false,
|
|
713
|
+
"internalType": "address",
|
|
714
|
+
"name": "sendLibrary",
|
|
715
|
+
"type": "address"
|
|
716
|
+
}
|
|
717
|
+
],
|
|
718
|
+
"name": "PacketSent",
|
|
719
|
+
"type": "event"
|
|
720
|
+
},
|
|
721
|
+
{
|
|
722
|
+
"anonymous": false,
|
|
723
|
+
"inputs": [
|
|
724
|
+
{
|
|
725
|
+
"components": [
|
|
726
|
+
{
|
|
727
|
+
"internalType": "uint32",
|
|
728
|
+
"name": "srcEid",
|
|
729
|
+
"type": "uint32"
|
|
730
|
+
},
|
|
731
|
+
{
|
|
732
|
+
"internalType": "bytes32",
|
|
733
|
+
"name": "sender",
|
|
734
|
+
"type": "bytes32"
|
|
735
|
+
},
|
|
736
|
+
{
|
|
737
|
+
"internalType": "uint64",
|
|
738
|
+
"name": "nonce",
|
|
739
|
+
"type": "uint64"
|
|
740
|
+
}
|
|
741
|
+
],
|
|
742
|
+
"indexed": false,
|
|
743
|
+
"internalType": "struct Origin",
|
|
744
|
+
"name": "origin",
|
|
745
|
+
"type": "tuple"
|
|
746
|
+
},
|
|
747
|
+
{
|
|
748
|
+
"indexed": false,
|
|
749
|
+
"internalType": "address",
|
|
750
|
+
"name": "receiver",
|
|
751
|
+
"type": "address"
|
|
752
|
+
},
|
|
753
|
+
{
|
|
754
|
+
"indexed": false,
|
|
755
|
+
"internalType": "bytes32",
|
|
756
|
+
"name": "payloadHash",
|
|
757
|
+
"type": "bytes32"
|
|
758
|
+
}
|
|
759
|
+
],
|
|
760
|
+
"name": "PacketVerified",
|
|
761
|
+
"type": "event"
|
|
762
|
+
},
|
|
763
|
+
{
|
|
764
|
+
"anonymous": false,
|
|
765
|
+
"inputs": [
|
|
766
|
+
{
|
|
767
|
+
"indexed": false,
|
|
768
|
+
"internalType": "address",
|
|
769
|
+
"name": "receiver",
|
|
770
|
+
"type": "address"
|
|
771
|
+
},
|
|
772
|
+
{
|
|
773
|
+
"indexed": false,
|
|
774
|
+
"internalType": "uint32",
|
|
775
|
+
"name": "eid",
|
|
776
|
+
"type": "uint32"
|
|
777
|
+
},
|
|
778
|
+
{
|
|
779
|
+
"indexed": false,
|
|
780
|
+
"internalType": "address",
|
|
781
|
+
"name": "newLib",
|
|
782
|
+
"type": "address"
|
|
783
|
+
}
|
|
784
|
+
],
|
|
785
|
+
"name": "ReceiveLibrarySet",
|
|
786
|
+
"type": "event"
|
|
787
|
+
},
|
|
788
|
+
{
|
|
789
|
+
"anonymous": false,
|
|
790
|
+
"inputs": [
|
|
791
|
+
{
|
|
792
|
+
"indexed": false,
|
|
793
|
+
"internalType": "address",
|
|
794
|
+
"name": "receiver",
|
|
795
|
+
"type": "address"
|
|
796
|
+
},
|
|
797
|
+
{
|
|
798
|
+
"indexed": false,
|
|
799
|
+
"internalType": "uint32",
|
|
800
|
+
"name": "eid",
|
|
801
|
+
"type": "uint32"
|
|
802
|
+
},
|
|
803
|
+
{
|
|
804
|
+
"indexed": false,
|
|
805
|
+
"internalType": "address",
|
|
806
|
+
"name": "oldLib",
|
|
807
|
+
"type": "address"
|
|
808
|
+
},
|
|
809
|
+
{
|
|
810
|
+
"indexed": false,
|
|
811
|
+
"internalType": "uint256",
|
|
812
|
+
"name": "timeout",
|
|
813
|
+
"type": "uint256"
|
|
814
|
+
}
|
|
815
|
+
],
|
|
816
|
+
"name": "ReceiveLibraryTimeoutSet",
|
|
817
|
+
"type": "event"
|
|
818
|
+
},
|
|
819
|
+
{
|
|
820
|
+
"anonymous": false,
|
|
821
|
+
"inputs": [
|
|
822
|
+
{
|
|
823
|
+
"indexed": false,
|
|
824
|
+
"internalType": "address",
|
|
825
|
+
"name": "sender",
|
|
826
|
+
"type": "address"
|
|
827
|
+
},
|
|
828
|
+
{
|
|
829
|
+
"indexed": false,
|
|
830
|
+
"internalType": "uint32",
|
|
831
|
+
"name": "eid",
|
|
832
|
+
"type": "uint32"
|
|
833
|
+
},
|
|
834
|
+
{
|
|
835
|
+
"indexed": false,
|
|
836
|
+
"internalType": "address",
|
|
837
|
+
"name": "newLib",
|
|
838
|
+
"type": "address"
|
|
839
|
+
}
|
|
840
|
+
],
|
|
841
|
+
"name": "SendLibrarySet",
|
|
842
|
+
"type": "event"
|
|
843
|
+
},
|
|
844
|
+
{
|
|
845
|
+
"inputs": [],
|
|
846
|
+
"name": "EMPTY_PAYLOAD_HASH",
|
|
847
|
+
"outputs": [
|
|
848
|
+
{
|
|
849
|
+
"internalType": "bytes32",
|
|
850
|
+
"name": "",
|
|
851
|
+
"type": "bytes32"
|
|
852
|
+
}
|
|
853
|
+
],
|
|
854
|
+
"stateMutability": "view",
|
|
855
|
+
"type": "function"
|
|
856
|
+
},
|
|
857
|
+
{
|
|
858
|
+
"inputs": [],
|
|
859
|
+
"name": "NIL_PAYLOAD_HASH",
|
|
860
|
+
"outputs": [
|
|
861
|
+
{
|
|
862
|
+
"internalType": "bytes32",
|
|
863
|
+
"name": "",
|
|
864
|
+
"type": "bytes32"
|
|
865
|
+
}
|
|
866
|
+
],
|
|
867
|
+
"stateMutability": "view",
|
|
868
|
+
"type": "function"
|
|
869
|
+
},
|
|
870
|
+
{
|
|
871
|
+
"inputs": [],
|
|
872
|
+
"name": "blockedLibrary",
|
|
873
|
+
"outputs": [
|
|
874
|
+
{
|
|
875
|
+
"internalType": "address",
|
|
876
|
+
"name": "",
|
|
877
|
+
"type": "address"
|
|
878
|
+
}
|
|
879
|
+
],
|
|
880
|
+
"stateMutability": "view",
|
|
881
|
+
"type": "function"
|
|
882
|
+
},
|
|
883
|
+
{
|
|
884
|
+
"inputs": [
|
|
885
|
+
{
|
|
886
|
+
"internalType": "address",
|
|
887
|
+
"name": "_oapp",
|
|
888
|
+
"type": "address"
|
|
889
|
+
},
|
|
890
|
+
{
|
|
891
|
+
"internalType": "uint32",
|
|
892
|
+
"name": "_srcEid",
|
|
893
|
+
"type": "uint32"
|
|
894
|
+
},
|
|
895
|
+
{
|
|
896
|
+
"internalType": "bytes32",
|
|
897
|
+
"name": "_sender",
|
|
898
|
+
"type": "bytes32"
|
|
899
|
+
},
|
|
900
|
+
{
|
|
901
|
+
"internalType": "uint64",
|
|
902
|
+
"name": "_nonce",
|
|
903
|
+
"type": "uint64"
|
|
904
|
+
},
|
|
905
|
+
{
|
|
906
|
+
"internalType": "bytes32",
|
|
907
|
+
"name": "_payloadHash",
|
|
908
|
+
"type": "bytes32"
|
|
909
|
+
}
|
|
910
|
+
],
|
|
911
|
+
"name": "burn",
|
|
912
|
+
"outputs": [],
|
|
913
|
+
"stateMutability": "nonpayable",
|
|
914
|
+
"type": "function"
|
|
915
|
+
},
|
|
916
|
+
{
|
|
917
|
+
"inputs": [
|
|
918
|
+
{
|
|
919
|
+
"internalType": "address",
|
|
920
|
+
"name": "_oapp",
|
|
921
|
+
"type": "address"
|
|
922
|
+
},
|
|
923
|
+
{
|
|
924
|
+
"components": [
|
|
925
|
+
{
|
|
926
|
+
"internalType": "uint32",
|
|
927
|
+
"name": "srcEid",
|
|
928
|
+
"type": "uint32"
|
|
929
|
+
},
|
|
930
|
+
{
|
|
931
|
+
"internalType": "bytes32",
|
|
932
|
+
"name": "sender",
|
|
933
|
+
"type": "bytes32"
|
|
934
|
+
},
|
|
935
|
+
{
|
|
936
|
+
"internalType": "uint64",
|
|
937
|
+
"name": "nonce",
|
|
938
|
+
"type": "uint64"
|
|
939
|
+
}
|
|
940
|
+
],
|
|
941
|
+
"internalType": "struct Origin",
|
|
942
|
+
"name": "_origin",
|
|
943
|
+
"type": "tuple"
|
|
944
|
+
},
|
|
945
|
+
{
|
|
946
|
+
"internalType": "bytes32",
|
|
947
|
+
"name": "_guid",
|
|
948
|
+
"type": "bytes32"
|
|
949
|
+
},
|
|
950
|
+
{
|
|
951
|
+
"internalType": "bytes",
|
|
952
|
+
"name": "_message",
|
|
953
|
+
"type": "bytes"
|
|
954
|
+
}
|
|
955
|
+
],
|
|
956
|
+
"name": "clear",
|
|
957
|
+
"outputs": [],
|
|
958
|
+
"stateMutability": "nonpayable",
|
|
959
|
+
"type": "function"
|
|
960
|
+
},
|
|
961
|
+
{
|
|
962
|
+
"inputs": [
|
|
963
|
+
{
|
|
964
|
+
"internalType": "address",
|
|
965
|
+
"name": "from",
|
|
966
|
+
"type": "address"
|
|
967
|
+
},
|
|
968
|
+
{
|
|
969
|
+
"internalType": "address",
|
|
970
|
+
"name": "to",
|
|
971
|
+
"type": "address"
|
|
972
|
+
},
|
|
973
|
+
{
|
|
974
|
+
"internalType": "bytes32",
|
|
975
|
+
"name": "guid",
|
|
976
|
+
"type": "bytes32"
|
|
977
|
+
},
|
|
978
|
+
{
|
|
979
|
+
"internalType": "uint16",
|
|
980
|
+
"name": "index",
|
|
981
|
+
"type": "uint16"
|
|
982
|
+
}
|
|
983
|
+
],
|
|
984
|
+
"name": "composeQueue",
|
|
985
|
+
"outputs": [
|
|
986
|
+
{
|
|
987
|
+
"internalType": "bytes32",
|
|
988
|
+
"name": "messageHash",
|
|
989
|
+
"type": "bytes32"
|
|
990
|
+
}
|
|
991
|
+
],
|
|
992
|
+
"stateMutability": "view",
|
|
993
|
+
"type": "function"
|
|
994
|
+
},
|
|
995
|
+
{
|
|
996
|
+
"inputs": [
|
|
997
|
+
{
|
|
998
|
+
"internalType": "uint32",
|
|
999
|
+
"name": "srcEid",
|
|
1000
|
+
"type": "uint32"
|
|
1001
|
+
}
|
|
1002
|
+
],
|
|
1003
|
+
"name": "defaultReceiveLibrary",
|
|
1004
|
+
"outputs": [
|
|
1005
|
+
{
|
|
1006
|
+
"internalType": "address",
|
|
1007
|
+
"name": "lib",
|
|
1008
|
+
"type": "address"
|
|
1009
|
+
}
|
|
1010
|
+
],
|
|
1011
|
+
"stateMutability": "view",
|
|
1012
|
+
"type": "function"
|
|
1013
|
+
},
|
|
1014
|
+
{
|
|
1015
|
+
"inputs": [
|
|
1016
|
+
{
|
|
1017
|
+
"internalType": "uint32",
|
|
1018
|
+
"name": "srcEid",
|
|
1019
|
+
"type": "uint32"
|
|
1020
|
+
}
|
|
1021
|
+
],
|
|
1022
|
+
"name": "defaultReceiveLibraryTimeout",
|
|
1023
|
+
"outputs": [
|
|
1024
|
+
{
|
|
1025
|
+
"internalType": "address",
|
|
1026
|
+
"name": "lib",
|
|
1027
|
+
"type": "address"
|
|
1028
|
+
},
|
|
1029
|
+
{
|
|
1030
|
+
"internalType": "uint256",
|
|
1031
|
+
"name": "expiry",
|
|
1032
|
+
"type": "uint256"
|
|
1033
|
+
}
|
|
1034
|
+
],
|
|
1035
|
+
"stateMutability": "view",
|
|
1036
|
+
"type": "function"
|
|
1037
|
+
},
|
|
1038
|
+
{
|
|
1039
|
+
"inputs": [
|
|
1040
|
+
{
|
|
1041
|
+
"internalType": "uint32",
|
|
1042
|
+
"name": "dstEid",
|
|
1043
|
+
"type": "uint32"
|
|
1044
|
+
}
|
|
1045
|
+
],
|
|
1046
|
+
"name": "defaultSendLibrary",
|
|
1047
|
+
"outputs": [
|
|
1048
|
+
{
|
|
1049
|
+
"internalType": "address",
|
|
1050
|
+
"name": "lib",
|
|
1051
|
+
"type": "address"
|
|
1052
|
+
}
|
|
1053
|
+
],
|
|
1054
|
+
"stateMutability": "view",
|
|
1055
|
+
"type": "function"
|
|
1056
|
+
},
|
|
1057
|
+
{
|
|
1058
|
+
"inputs": [
|
|
1059
|
+
{
|
|
1060
|
+
"internalType": "address",
|
|
1061
|
+
"name": "oapp",
|
|
1062
|
+
"type": "address"
|
|
1063
|
+
}
|
|
1064
|
+
],
|
|
1065
|
+
"name": "delegates",
|
|
1066
|
+
"outputs": [
|
|
1067
|
+
{
|
|
1068
|
+
"internalType": "address",
|
|
1069
|
+
"name": "delegate",
|
|
1070
|
+
"type": "address"
|
|
1071
|
+
}
|
|
1072
|
+
],
|
|
1073
|
+
"stateMutability": "view",
|
|
1074
|
+
"type": "function"
|
|
1075
|
+
},
|
|
1076
|
+
{
|
|
1077
|
+
"inputs": [],
|
|
1078
|
+
"name": "eid",
|
|
1079
|
+
"outputs": [
|
|
1080
|
+
{
|
|
1081
|
+
"internalType": "uint32",
|
|
1082
|
+
"name": "",
|
|
1083
|
+
"type": "uint32"
|
|
1084
|
+
}
|
|
1085
|
+
],
|
|
1086
|
+
"stateMutability": "view",
|
|
1087
|
+
"type": "function"
|
|
1088
|
+
},
|
|
1089
|
+
{
|
|
1090
|
+
"inputs": [
|
|
1091
|
+
{
|
|
1092
|
+
"internalType": "address",
|
|
1093
|
+
"name": "_oapp",
|
|
1094
|
+
"type": "address"
|
|
1095
|
+
},
|
|
1096
|
+
{
|
|
1097
|
+
"internalType": "address",
|
|
1098
|
+
"name": "_lib",
|
|
1099
|
+
"type": "address"
|
|
1100
|
+
},
|
|
1101
|
+
{
|
|
1102
|
+
"internalType": "uint32",
|
|
1103
|
+
"name": "_eid",
|
|
1104
|
+
"type": "uint32"
|
|
1105
|
+
},
|
|
1106
|
+
{
|
|
1107
|
+
"internalType": "uint32",
|
|
1108
|
+
"name": "_configType",
|
|
1109
|
+
"type": "uint32"
|
|
1110
|
+
}
|
|
1111
|
+
],
|
|
1112
|
+
"name": "getConfig",
|
|
1113
|
+
"outputs": [
|
|
1114
|
+
{
|
|
1115
|
+
"internalType": "bytes",
|
|
1116
|
+
"name": "config",
|
|
1117
|
+
"type": "bytes"
|
|
1118
|
+
}
|
|
1119
|
+
],
|
|
1120
|
+
"stateMutability": "view",
|
|
1121
|
+
"type": "function"
|
|
1122
|
+
},
|
|
1123
|
+
{
|
|
1124
|
+
"inputs": [
|
|
1125
|
+
{
|
|
1126
|
+
"internalType": "address",
|
|
1127
|
+
"name": "_receiver",
|
|
1128
|
+
"type": "address"
|
|
1129
|
+
},
|
|
1130
|
+
{
|
|
1131
|
+
"internalType": "uint32",
|
|
1132
|
+
"name": "_srcEid",
|
|
1133
|
+
"type": "uint32"
|
|
1134
|
+
}
|
|
1135
|
+
],
|
|
1136
|
+
"name": "getReceiveLibrary",
|
|
1137
|
+
"outputs": [
|
|
1138
|
+
{
|
|
1139
|
+
"internalType": "address",
|
|
1140
|
+
"name": "lib",
|
|
1141
|
+
"type": "address"
|
|
1142
|
+
},
|
|
1143
|
+
{
|
|
1144
|
+
"internalType": "bool",
|
|
1145
|
+
"name": "isDefault",
|
|
1146
|
+
"type": "bool"
|
|
1147
|
+
}
|
|
1148
|
+
],
|
|
1149
|
+
"stateMutability": "view",
|
|
1150
|
+
"type": "function"
|
|
1151
|
+
},
|
|
1152
|
+
{
|
|
1153
|
+
"inputs": [],
|
|
1154
|
+
"name": "getRegisteredLibraries",
|
|
1155
|
+
"outputs": [
|
|
1156
|
+
{
|
|
1157
|
+
"internalType": "address[]",
|
|
1158
|
+
"name": "",
|
|
1159
|
+
"type": "address[]"
|
|
1160
|
+
}
|
|
1161
|
+
],
|
|
1162
|
+
"stateMutability": "view",
|
|
1163
|
+
"type": "function"
|
|
1164
|
+
},
|
|
1165
|
+
{
|
|
1166
|
+
"inputs": [],
|
|
1167
|
+
"name": "getSendContext",
|
|
1168
|
+
"outputs": [
|
|
1169
|
+
{
|
|
1170
|
+
"internalType": "uint32",
|
|
1171
|
+
"name": "",
|
|
1172
|
+
"type": "uint32"
|
|
1173
|
+
},
|
|
1174
|
+
{
|
|
1175
|
+
"internalType": "address",
|
|
1176
|
+
"name": "",
|
|
1177
|
+
"type": "address"
|
|
1178
|
+
}
|
|
1179
|
+
],
|
|
1180
|
+
"stateMutability": "view",
|
|
1181
|
+
"type": "function"
|
|
1182
|
+
},
|
|
1183
|
+
{
|
|
1184
|
+
"inputs": [
|
|
1185
|
+
{
|
|
1186
|
+
"internalType": "address",
|
|
1187
|
+
"name": "_sender",
|
|
1188
|
+
"type": "address"
|
|
1189
|
+
},
|
|
1190
|
+
{
|
|
1191
|
+
"internalType": "uint32",
|
|
1192
|
+
"name": "_dstEid",
|
|
1193
|
+
"type": "uint32"
|
|
1194
|
+
}
|
|
1195
|
+
],
|
|
1196
|
+
"name": "getSendLibrary",
|
|
1197
|
+
"outputs": [
|
|
1198
|
+
{
|
|
1199
|
+
"internalType": "address",
|
|
1200
|
+
"name": "lib",
|
|
1201
|
+
"type": "address"
|
|
1202
|
+
}
|
|
1203
|
+
],
|
|
1204
|
+
"stateMutability": "view",
|
|
1205
|
+
"type": "function"
|
|
1206
|
+
},
|
|
1207
|
+
{
|
|
1208
|
+
"inputs": [
|
|
1209
|
+
{
|
|
1210
|
+
"internalType": "address",
|
|
1211
|
+
"name": "_receiver",
|
|
1212
|
+
"type": "address"
|
|
1213
|
+
},
|
|
1214
|
+
{
|
|
1215
|
+
"internalType": "uint32",
|
|
1216
|
+
"name": "_srcEid",
|
|
1217
|
+
"type": "uint32"
|
|
1218
|
+
},
|
|
1219
|
+
{
|
|
1220
|
+
"internalType": "bytes32",
|
|
1221
|
+
"name": "_sender",
|
|
1222
|
+
"type": "bytes32"
|
|
1223
|
+
}
|
|
1224
|
+
],
|
|
1225
|
+
"name": "inboundNonce",
|
|
1226
|
+
"outputs": [
|
|
1227
|
+
{
|
|
1228
|
+
"internalType": "uint64",
|
|
1229
|
+
"name": "",
|
|
1230
|
+
"type": "uint64"
|
|
1231
|
+
}
|
|
1232
|
+
],
|
|
1233
|
+
"stateMutability": "view",
|
|
1234
|
+
"type": "function"
|
|
1235
|
+
},
|
|
1236
|
+
{
|
|
1237
|
+
"inputs": [
|
|
1238
|
+
{
|
|
1239
|
+
"internalType": "address",
|
|
1240
|
+
"name": "receiver",
|
|
1241
|
+
"type": "address"
|
|
1242
|
+
},
|
|
1243
|
+
{
|
|
1244
|
+
"internalType": "uint32",
|
|
1245
|
+
"name": "srcEid",
|
|
1246
|
+
"type": "uint32"
|
|
1247
|
+
},
|
|
1248
|
+
{
|
|
1249
|
+
"internalType": "bytes32",
|
|
1250
|
+
"name": "sender",
|
|
1251
|
+
"type": "bytes32"
|
|
1252
|
+
},
|
|
1253
|
+
{
|
|
1254
|
+
"internalType": "uint64",
|
|
1255
|
+
"name": "inboundNonce",
|
|
1256
|
+
"type": "uint64"
|
|
1257
|
+
}
|
|
1258
|
+
],
|
|
1259
|
+
"name": "inboundPayloadHash",
|
|
1260
|
+
"outputs": [
|
|
1261
|
+
{
|
|
1262
|
+
"internalType": "bytes32",
|
|
1263
|
+
"name": "payloadHash",
|
|
1264
|
+
"type": "bytes32"
|
|
1265
|
+
}
|
|
1266
|
+
],
|
|
1267
|
+
"stateMutability": "view",
|
|
1268
|
+
"type": "function"
|
|
1269
|
+
},
|
|
1270
|
+
{
|
|
1271
|
+
"inputs": [
|
|
1272
|
+
{
|
|
1273
|
+
"components": [
|
|
1274
|
+
{
|
|
1275
|
+
"internalType": "uint32",
|
|
1276
|
+
"name": "srcEid",
|
|
1277
|
+
"type": "uint32"
|
|
1278
|
+
},
|
|
1279
|
+
{
|
|
1280
|
+
"internalType": "bytes32",
|
|
1281
|
+
"name": "sender",
|
|
1282
|
+
"type": "bytes32"
|
|
1283
|
+
},
|
|
1284
|
+
{
|
|
1285
|
+
"internalType": "uint64",
|
|
1286
|
+
"name": "nonce",
|
|
1287
|
+
"type": "uint64"
|
|
1288
|
+
}
|
|
1289
|
+
],
|
|
1290
|
+
"internalType": "struct Origin",
|
|
1291
|
+
"name": "_origin",
|
|
1292
|
+
"type": "tuple"
|
|
1293
|
+
},
|
|
1294
|
+
{
|
|
1295
|
+
"internalType": "address",
|
|
1296
|
+
"name": "_receiver",
|
|
1297
|
+
"type": "address"
|
|
1298
|
+
}
|
|
1299
|
+
],
|
|
1300
|
+
"name": "initializable",
|
|
1301
|
+
"outputs": [
|
|
1302
|
+
{
|
|
1303
|
+
"internalType": "bool",
|
|
1304
|
+
"name": "",
|
|
1305
|
+
"type": "bool"
|
|
1306
|
+
}
|
|
1307
|
+
],
|
|
1308
|
+
"stateMutability": "view",
|
|
1309
|
+
"type": "function"
|
|
1310
|
+
},
|
|
1311
|
+
{
|
|
1312
|
+
"inputs": [
|
|
1313
|
+
{
|
|
1314
|
+
"internalType": "address",
|
|
1315
|
+
"name": "_sender",
|
|
1316
|
+
"type": "address"
|
|
1317
|
+
},
|
|
1318
|
+
{
|
|
1319
|
+
"internalType": "uint32",
|
|
1320
|
+
"name": "_dstEid",
|
|
1321
|
+
"type": "uint32"
|
|
1322
|
+
}
|
|
1323
|
+
],
|
|
1324
|
+
"name": "isDefaultSendLibrary",
|
|
1325
|
+
"outputs": [
|
|
1326
|
+
{
|
|
1327
|
+
"internalType": "bool",
|
|
1328
|
+
"name": "",
|
|
1329
|
+
"type": "bool"
|
|
1330
|
+
}
|
|
1331
|
+
],
|
|
1332
|
+
"stateMutability": "view",
|
|
1333
|
+
"type": "function"
|
|
1334
|
+
},
|
|
1335
|
+
{
|
|
1336
|
+
"inputs": [
|
|
1337
|
+
{
|
|
1338
|
+
"internalType": "address",
|
|
1339
|
+
"name": "lib",
|
|
1340
|
+
"type": "address"
|
|
1341
|
+
}
|
|
1342
|
+
],
|
|
1343
|
+
"name": "isRegisteredLibrary",
|
|
1344
|
+
"outputs": [
|
|
1345
|
+
{
|
|
1346
|
+
"internalType": "bool",
|
|
1347
|
+
"name": "",
|
|
1348
|
+
"type": "bool"
|
|
1349
|
+
}
|
|
1350
|
+
],
|
|
1351
|
+
"stateMutability": "view",
|
|
1352
|
+
"type": "function"
|
|
1353
|
+
},
|
|
1354
|
+
{
|
|
1355
|
+
"inputs": [],
|
|
1356
|
+
"name": "isSendingMessage",
|
|
1357
|
+
"outputs": [
|
|
1358
|
+
{
|
|
1359
|
+
"internalType": "bool",
|
|
1360
|
+
"name": "",
|
|
1361
|
+
"type": "bool"
|
|
1362
|
+
}
|
|
1363
|
+
],
|
|
1364
|
+
"stateMutability": "view",
|
|
1365
|
+
"type": "function"
|
|
1366
|
+
},
|
|
1367
|
+
{
|
|
1368
|
+
"inputs": [
|
|
1369
|
+
{
|
|
1370
|
+
"internalType": "uint32",
|
|
1371
|
+
"name": "_eid",
|
|
1372
|
+
"type": "uint32"
|
|
1373
|
+
}
|
|
1374
|
+
],
|
|
1375
|
+
"name": "isSupportedEid",
|
|
1376
|
+
"outputs": [
|
|
1377
|
+
{
|
|
1378
|
+
"internalType": "bool",
|
|
1379
|
+
"name": "",
|
|
1380
|
+
"type": "bool"
|
|
1381
|
+
}
|
|
1382
|
+
],
|
|
1383
|
+
"stateMutability": "view",
|
|
1384
|
+
"type": "function"
|
|
1385
|
+
},
|
|
1386
|
+
{
|
|
1387
|
+
"inputs": [
|
|
1388
|
+
{
|
|
1389
|
+
"internalType": "address",
|
|
1390
|
+
"name": "_receiver",
|
|
1391
|
+
"type": "address"
|
|
1392
|
+
},
|
|
1393
|
+
{
|
|
1394
|
+
"internalType": "uint32",
|
|
1395
|
+
"name": "_srcEid",
|
|
1396
|
+
"type": "uint32"
|
|
1397
|
+
},
|
|
1398
|
+
{
|
|
1399
|
+
"internalType": "address",
|
|
1400
|
+
"name": "_actualReceiveLib",
|
|
1401
|
+
"type": "address"
|
|
1402
|
+
}
|
|
1403
|
+
],
|
|
1404
|
+
"name": "isValidReceiveLibrary",
|
|
1405
|
+
"outputs": [
|
|
1406
|
+
{
|
|
1407
|
+
"internalType": "bool",
|
|
1408
|
+
"name": "",
|
|
1409
|
+
"type": "bool"
|
|
1410
|
+
}
|
|
1411
|
+
],
|
|
1412
|
+
"stateMutability": "view",
|
|
1413
|
+
"type": "function"
|
|
1414
|
+
},
|
|
1415
|
+
{
|
|
1416
|
+
"inputs": [
|
|
1417
|
+
{
|
|
1418
|
+
"internalType": "address",
|
|
1419
|
+
"name": "receiver",
|
|
1420
|
+
"type": "address"
|
|
1421
|
+
},
|
|
1422
|
+
{
|
|
1423
|
+
"internalType": "uint32",
|
|
1424
|
+
"name": "srcEid",
|
|
1425
|
+
"type": "uint32"
|
|
1426
|
+
},
|
|
1427
|
+
{
|
|
1428
|
+
"internalType": "bytes32",
|
|
1429
|
+
"name": "sender",
|
|
1430
|
+
"type": "bytes32"
|
|
1431
|
+
}
|
|
1432
|
+
],
|
|
1433
|
+
"name": "lazyInboundNonce",
|
|
1434
|
+
"outputs": [
|
|
1435
|
+
{
|
|
1436
|
+
"internalType": "uint64",
|
|
1437
|
+
"name": "nonce",
|
|
1438
|
+
"type": "uint64"
|
|
1439
|
+
}
|
|
1440
|
+
],
|
|
1441
|
+
"stateMutability": "view",
|
|
1442
|
+
"type": "function"
|
|
1443
|
+
},
|
|
1444
|
+
{
|
|
1445
|
+
"inputs": [
|
|
1446
|
+
{
|
|
1447
|
+
"internalType": "address",
|
|
1448
|
+
"name": "_from",
|
|
1449
|
+
"type": "address"
|
|
1450
|
+
},
|
|
1451
|
+
{
|
|
1452
|
+
"internalType": "address",
|
|
1453
|
+
"name": "_to",
|
|
1454
|
+
"type": "address"
|
|
1455
|
+
},
|
|
1456
|
+
{
|
|
1457
|
+
"internalType": "bytes32",
|
|
1458
|
+
"name": "_guid",
|
|
1459
|
+
"type": "bytes32"
|
|
1460
|
+
},
|
|
1461
|
+
{
|
|
1462
|
+
"internalType": "uint16",
|
|
1463
|
+
"name": "_index",
|
|
1464
|
+
"type": "uint16"
|
|
1465
|
+
},
|
|
1466
|
+
{
|
|
1467
|
+
"internalType": "bytes",
|
|
1468
|
+
"name": "_message",
|
|
1469
|
+
"type": "bytes"
|
|
1470
|
+
},
|
|
1471
|
+
{
|
|
1472
|
+
"internalType": "bytes",
|
|
1473
|
+
"name": "_extraData",
|
|
1474
|
+
"type": "bytes"
|
|
1475
|
+
}
|
|
1476
|
+
],
|
|
1477
|
+
"name": "lzCompose",
|
|
1478
|
+
"outputs": [],
|
|
1479
|
+
"stateMutability": "payable",
|
|
1480
|
+
"type": "function"
|
|
1481
|
+
},
|
|
1482
|
+
{
|
|
1483
|
+
"inputs": [
|
|
1484
|
+
{
|
|
1485
|
+
"internalType": "address",
|
|
1486
|
+
"name": "_from",
|
|
1487
|
+
"type": "address"
|
|
1488
|
+
},
|
|
1489
|
+
{
|
|
1490
|
+
"internalType": "address",
|
|
1491
|
+
"name": "_to",
|
|
1492
|
+
"type": "address"
|
|
1493
|
+
},
|
|
1494
|
+
{
|
|
1495
|
+
"internalType": "bytes32",
|
|
1496
|
+
"name": "_guid",
|
|
1497
|
+
"type": "bytes32"
|
|
1498
|
+
},
|
|
1499
|
+
{
|
|
1500
|
+
"internalType": "uint16",
|
|
1501
|
+
"name": "_index",
|
|
1502
|
+
"type": "uint16"
|
|
1503
|
+
},
|
|
1504
|
+
{
|
|
1505
|
+
"internalType": "uint256",
|
|
1506
|
+
"name": "_gas",
|
|
1507
|
+
"type": "uint256"
|
|
1508
|
+
},
|
|
1509
|
+
{
|
|
1510
|
+
"internalType": "uint256",
|
|
1511
|
+
"name": "_value",
|
|
1512
|
+
"type": "uint256"
|
|
1513
|
+
},
|
|
1514
|
+
{
|
|
1515
|
+
"internalType": "bytes",
|
|
1516
|
+
"name": "_message",
|
|
1517
|
+
"type": "bytes"
|
|
1518
|
+
},
|
|
1519
|
+
{
|
|
1520
|
+
"internalType": "bytes",
|
|
1521
|
+
"name": "_extraData",
|
|
1522
|
+
"type": "bytes"
|
|
1523
|
+
},
|
|
1524
|
+
{
|
|
1525
|
+
"internalType": "bytes",
|
|
1526
|
+
"name": "_reason",
|
|
1527
|
+
"type": "bytes"
|
|
1528
|
+
}
|
|
1529
|
+
],
|
|
1530
|
+
"name": "lzComposeAlert",
|
|
1531
|
+
"outputs": [],
|
|
1532
|
+
"stateMutability": "nonpayable",
|
|
1533
|
+
"type": "function"
|
|
1534
|
+
},
|
|
1535
|
+
{
|
|
1536
|
+
"inputs": [
|
|
1537
|
+
{
|
|
1538
|
+
"components": [
|
|
1539
|
+
{
|
|
1540
|
+
"internalType": "uint32",
|
|
1541
|
+
"name": "srcEid",
|
|
1542
|
+
"type": "uint32"
|
|
1543
|
+
},
|
|
1544
|
+
{
|
|
1545
|
+
"internalType": "bytes32",
|
|
1546
|
+
"name": "sender",
|
|
1547
|
+
"type": "bytes32"
|
|
1548
|
+
},
|
|
1549
|
+
{
|
|
1550
|
+
"internalType": "uint64",
|
|
1551
|
+
"name": "nonce",
|
|
1552
|
+
"type": "uint64"
|
|
1553
|
+
}
|
|
1554
|
+
],
|
|
1555
|
+
"internalType": "struct Origin",
|
|
1556
|
+
"name": "_origin",
|
|
1557
|
+
"type": "tuple"
|
|
1558
|
+
},
|
|
1559
|
+
{
|
|
1560
|
+
"internalType": "address",
|
|
1561
|
+
"name": "_receiver",
|
|
1562
|
+
"type": "address"
|
|
1563
|
+
},
|
|
1564
|
+
{
|
|
1565
|
+
"internalType": "bytes32",
|
|
1566
|
+
"name": "_guid",
|
|
1567
|
+
"type": "bytes32"
|
|
1568
|
+
},
|
|
1569
|
+
{
|
|
1570
|
+
"internalType": "bytes",
|
|
1571
|
+
"name": "_message",
|
|
1572
|
+
"type": "bytes"
|
|
1573
|
+
},
|
|
1574
|
+
{
|
|
1575
|
+
"internalType": "bytes",
|
|
1576
|
+
"name": "_extraData",
|
|
1577
|
+
"type": "bytes"
|
|
1578
|
+
}
|
|
1579
|
+
],
|
|
1580
|
+
"name": "lzReceive",
|
|
1581
|
+
"outputs": [],
|
|
1582
|
+
"stateMutability": "payable",
|
|
1583
|
+
"type": "function"
|
|
1584
|
+
},
|
|
1585
|
+
{
|
|
1586
|
+
"inputs": [
|
|
1587
|
+
{
|
|
1588
|
+
"components": [
|
|
1589
|
+
{
|
|
1590
|
+
"internalType": "uint32",
|
|
1591
|
+
"name": "srcEid",
|
|
1592
|
+
"type": "uint32"
|
|
1593
|
+
},
|
|
1594
|
+
{
|
|
1595
|
+
"internalType": "bytes32",
|
|
1596
|
+
"name": "sender",
|
|
1597
|
+
"type": "bytes32"
|
|
1598
|
+
},
|
|
1599
|
+
{
|
|
1600
|
+
"internalType": "uint64",
|
|
1601
|
+
"name": "nonce",
|
|
1602
|
+
"type": "uint64"
|
|
1603
|
+
}
|
|
1604
|
+
],
|
|
1605
|
+
"internalType": "struct Origin",
|
|
1606
|
+
"name": "_origin",
|
|
1607
|
+
"type": "tuple"
|
|
1608
|
+
},
|
|
1609
|
+
{
|
|
1610
|
+
"internalType": "address",
|
|
1611
|
+
"name": "_receiver",
|
|
1612
|
+
"type": "address"
|
|
1613
|
+
},
|
|
1614
|
+
{
|
|
1615
|
+
"internalType": "bytes32",
|
|
1616
|
+
"name": "_guid",
|
|
1617
|
+
"type": "bytes32"
|
|
1618
|
+
},
|
|
1619
|
+
{
|
|
1620
|
+
"internalType": "uint256",
|
|
1621
|
+
"name": "_gas",
|
|
1622
|
+
"type": "uint256"
|
|
1623
|
+
},
|
|
1624
|
+
{
|
|
1625
|
+
"internalType": "uint256",
|
|
1626
|
+
"name": "_value",
|
|
1627
|
+
"type": "uint256"
|
|
1628
|
+
},
|
|
1629
|
+
{
|
|
1630
|
+
"internalType": "bytes",
|
|
1631
|
+
"name": "_message",
|
|
1632
|
+
"type": "bytes"
|
|
1633
|
+
},
|
|
1634
|
+
{
|
|
1635
|
+
"internalType": "bytes",
|
|
1636
|
+
"name": "_extraData",
|
|
1637
|
+
"type": "bytes"
|
|
1638
|
+
},
|
|
1639
|
+
{
|
|
1640
|
+
"internalType": "bytes",
|
|
1641
|
+
"name": "_reason",
|
|
1642
|
+
"type": "bytes"
|
|
1643
|
+
}
|
|
1644
|
+
],
|
|
1645
|
+
"name": "lzReceiveAlert",
|
|
1646
|
+
"outputs": [],
|
|
1647
|
+
"stateMutability": "nonpayable",
|
|
1648
|
+
"type": "function"
|
|
1649
|
+
},
|
|
1650
|
+
{
|
|
1651
|
+
"inputs": [],
|
|
1652
|
+
"name": "lzToken",
|
|
1653
|
+
"outputs": [
|
|
1654
|
+
{
|
|
1655
|
+
"internalType": "address",
|
|
1656
|
+
"name": "",
|
|
1657
|
+
"type": "address"
|
|
1658
|
+
}
|
|
1659
|
+
],
|
|
1660
|
+
"stateMutability": "view",
|
|
1661
|
+
"type": "function"
|
|
1662
|
+
},
|
|
1663
|
+
{
|
|
1664
|
+
"inputs": [],
|
|
1665
|
+
"name": "nativeToken",
|
|
1666
|
+
"outputs": [
|
|
1667
|
+
{
|
|
1668
|
+
"internalType": "address",
|
|
1669
|
+
"name": "",
|
|
1670
|
+
"type": "address"
|
|
1671
|
+
}
|
|
1672
|
+
],
|
|
1673
|
+
"stateMutability": "view",
|
|
1674
|
+
"type": "function"
|
|
1675
|
+
},
|
|
1676
|
+
{
|
|
1677
|
+
"inputs": [
|
|
1678
|
+
{
|
|
1679
|
+
"internalType": "address",
|
|
1680
|
+
"name": "_sender",
|
|
1681
|
+
"type": "address"
|
|
1682
|
+
},
|
|
1683
|
+
{
|
|
1684
|
+
"internalType": "uint32",
|
|
1685
|
+
"name": "_dstEid",
|
|
1686
|
+
"type": "uint32"
|
|
1687
|
+
},
|
|
1688
|
+
{
|
|
1689
|
+
"internalType": "bytes32",
|
|
1690
|
+
"name": "_receiver",
|
|
1691
|
+
"type": "bytes32"
|
|
1692
|
+
}
|
|
1693
|
+
],
|
|
1694
|
+
"name": "nextGuid",
|
|
1695
|
+
"outputs": [
|
|
1696
|
+
{
|
|
1697
|
+
"internalType": "bytes32",
|
|
1698
|
+
"name": "",
|
|
1699
|
+
"type": "bytes32"
|
|
1700
|
+
}
|
|
1701
|
+
],
|
|
1702
|
+
"stateMutability": "view",
|
|
1703
|
+
"type": "function"
|
|
1704
|
+
},
|
|
1705
|
+
{
|
|
1706
|
+
"inputs": [
|
|
1707
|
+
{
|
|
1708
|
+
"internalType": "address",
|
|
1709
|
+
"name": "_oapp",
|
|
1710
|
+
"type": "address"
|
|
1711
|
+
},
|
|
1712
|
+
{
|
|
1713
|
+
"internalType": "uint32",
|
|
1714
|
+
"name": "_srcEid",
|
|
1715
|
+
"type": "uint32"
|
|
1716
|
+
},
|
|
1717
|
+
{
|
|
1718
|
+
"internalType": "bytes32",
|
|
1719
|
+
"name": "_sender",
|
|
1720
|
+
"type": "bytes32"
|
|
1721
|
+
},
|
|
1722
|
+
{
|
|
1723
|
+
"internalType": "uint64",
|
|
1724
|
+
"name": "_nonce",
|
|
1725
|
+
"type": "uint64"
|
|
1726
|
+
},
|
|
1727
|
+
{
|
|
1728
|
+
"internalType": "bytes32",
|
|
1729
|
+
"name": "_payloadHash",
|
|
1730
|
+
"type": "bytes32"
|
|
1731
|
+
}
|
|
1732
|
+
],
|
|
1733
|
+
"name": "nilify",
|
|
1734
|
+
"outputs": [],
|
|
1735
|
+
"stateMutability": "nonpayable",
|
|
1736
|
+
"type": "function"
|
|
1737
|
+
},
|
|
1738
|
+
{
|
|
1739
|
+
"inputs": [
|
|
1740
|
+
{
|
|
1741
|
+
"internalType": "address",
|
|
1742
|
+
"name": "sender",
|
|
1743
|
+
"type": "address"
|
|
1744
|
+
},
|
|
1745
|
+
{
|
|
1746
|
+
"internalType": "uint32",
|
|
1747
|
+
"name": "dstEid",
|
|
1748
|
+
"type": "uint32"
|
|
1749
|
+
},
|
|
1750
|
+
{
|
|
1751
|
+
"internalType": "bytes32",
|
|
1752
|
+
"name": "receiver",
|
|
1753
|
+
"type": "bytes32"
|
|
1754
|
+
}
|
|
1755
|
+
],
|
|
1756
|
+
"name": "outboundNonce",
|
|
1757
|
+
"outputs": [
|
|
1758
|
+
{
|
|
1759
|
+
"internalType": "uint64",
|
|
1760
|
+
"name": "nonce",
|
|
1761
|
+
"type": "uint64"
|
|
1762
|
+
}
|
|
1763
|
+
],
|
|
1764
|
+
"stateMutability": "view",
|
|
1765
|
+
"type": "function"
|
|
1766
|
+
},
|
|
1767
|
+
{
|
|
1768
|
+
"inputs": [],
|
|
1769
|
+
"name": "owner",
|
|
1770
|
+
"outputs": [
|
|
1771
|
+
{
|
|
1772
|
+
"internalType": "address",
|
|
1773
|
+
"name": "",
|
|
1774
|
+
"type": "address"
|
|
1775
|
+
}
|
|
1776
|
+
],
|
|
1777
|
+
"stateMutability": "view",
|
|
1778
|
+
"type": "function"
|
|
1779
|
+
},
|
|
1780
|
+
{
|
|
1781
|
+
"inputs": [
|
|
1782
|
+
{
|
|
1783
|
+
"components": [
|
|
1784
|
+
{
|
|
1785
|
+
"internalType": "uint32",
|
|
1786
|
+
"name": "dstEid",
|
|
1787
|
+
"type": "uint32"
|
|
1788
|
+
},
|
|
1789
|
+
{
|
|
1790
|
+
"internalType": "bytes32",
|
|
1791
|
+
"name": "receiver",
|
|
1792
|
+
"type": "bytes32"
|
|
1793
|
+
},
|
|
1794
|
+
{
|
|
1795
|
+
"internalType": "bytes",
|
|
1796
|
+
"name": "message",
|
|
1797
|
+
"type": "bytes"
|
|
1798
|
+
},
|
|
1799
|
+
{
|
|
1800
|
+
"internalType": "bytes",
|
|
1801
|
+
"name": "options",
|
|
1802
|
+
"type": "bytes"
|
|
1803
|
+
},
|
|
1804
|
+
{
|
|
1805
|
+
"internalType": "bool",
|
|
1806
|
+
"name": "payInLzToken",
|
|
1807
|
+
"type": "bool"
|
|
1808
|
+
}
|
|
1809
|
+
],
|
|
1810
|
+
"internalType": "struct MessagingParams",
|
|
1811
|
+
"name": "_params",
|
|
1812
|
+
"type": "tuple"
|
|
1813
|
+
},
|
|
1814
|
+
{
|
|
1815
|
+
"internalType": "address",
|
|
1816
|
+
"name": "_sender",
|
|
1817
|
+
"type": "address"
|
|
1818
|
+
}
|
|
1819
|
+
],
|
|
1820
|
+
"name": "quote",
|
|
1821
|
+
"outputs": [
|
|
1822
|
+
{
|
|
1823
|
+
"components": [
|
|
1824
|
+
{
|
|
1825
|
+
"internalType": "uint256",
|
|
1826
|
+
"name": "nativeFee",
|
|
1827
|
+
"type": "uint256"
|
|
1828
|
+
},
|
|
1829
|
+
{
|
|
1830
|
+
"internalType": "uint256",
|
|
1831
|
+
"name": "lzTokenFee",
|
|
1832
|
+
"type": "uint256"
|
|
1833
|
+
}
|
|
1834
|
+
],
|
|
1835
|
+
"internalType": "struct MessagingFee",
|
|
1836
|
+
"name": "",
|
|
1837
|
+
"type": "tuple"
|
|
1838
|
+
}
|
|
1839
|
+
],
|
|
1840
|
+
"stateMutability": "view",
|
|
1841
|
+
"type": "function"
|
|
1842
|
+
},
|
|
1843
|
+
{
|
|
1844
|
+
"inputs": [
|
|
1845
|
+
{
|
|
1846
|
+
"internalType": "address",
|
|
1847
|
+
"name": "receiver",
|
|
1848
|
+
"type": "address"
|
|
1849
|
+
},
|
|
1850
|
+
{
|
|
1851
|
+
"internalType": "uint32",
|
|
1852
|
+
"name": "srcEid",
|
|
1853
|
+
"type": "uint32"
|
|
1854
|
+
}
|
|
1855
|
+
],
|
|
1856
|
+
"name": "receiveLibraryTimeout",
|
|
1857
|
+
"outputs": [
|
|
1858
|
+
{
|
|
1859
|
+
"internalType": "address",
|
|
1860
|
+
"name": "lib",
|
|
1861
|
+
"type": "address"
|
|
1862
|
+
},
|
|
1863
|
+
{
|
|
1864
|
+
"internalType": "uint256",
|
|
1865
|
+
"name": "expiry",
|
|
1866
|
+
"type": "uint256"
|
|
1867
|
+
}
|
|
1868
|
+
],
|
|
1869
|
+
"stateMutability": "view",
|
|
1870
|
+
"type": "function"
|
|
1871
|
+
},
|
|
1872
|
+
{
|
|
1873
|
+
"inputs": [
|
|
1874
|
+
{
|
|
1875
|
+
"internalType": "address",
|
|
1876
|
+
"name": "_token",
|
|
1877
|
+
"type": "address"
|
|
1878
|
+
},
|
|
1879
|
+
{
|
|
1880
|
+
"internalType": "address",
|
|
1881
|
+
"name": "_to",
|
|
1882
|
+
"type": "address"
|
|
1883
|
+
},
|
|
1884
|
+
{
|
|
1885
|
+
"internalType": "uint256",
|
|
1886
|
+
"name": "_amount",
|
|
1887
|
+
"type": "uint256"
|
|
1888
|
+
}
|
|
1889
|
+
],
|
|
1890
|
+
"name": "recoverToken",
|
|
1891
|
+
"outputs": [],
|
|
1892
|
+
"stateMutability": "nonpayable",
|
|
1893
|
+
"type": "function"
|
|
1894
|
+
},
|
|
1895
|
+
{
|
|
1896
|
+
"inputs": [
|
|
1897
|
+
{
|
|
1898
|
+
"internalType": "address",
|
|
1899
|
+
"name": "_lib",
|
|
1900
|
+
"type": "address"
|
|
1901
|
+
}
|
|
1902
|
+
],
|
|
1903
|
+
"name": "registerLibrary",
|
|
1904
|
+
"outputs": [],
|
|
1905
|
+
"stateMutability": "nonpayable",
|
|
1906
|
+
"type": "function"
|
|
1907
|
+
},
|
|
1908
|
+
{
|
|
1909
|
+
"inputs": [],
|
|
1910
|
+
"name": "renounceOwnership",
|
|
1911
|
+
"outputs": [],
|
|
1912
|
+
"stateMutability": "nonpayable",
|
|
1913
|
+
"type": "function"
|
|
1914
|
+
},
|
|
1915
|
+
{
|
|
1916
|
+
"inputs": [
|
|
1917
|
+
{
|
|
1918
|
+
"components": [
|
|
1919
|
+
{
|
|
1920
|
+
"internalType": "uint32",
|
|
1921
|
+
"name": "dstEid",
|
|
1922
|
+
"type": "uint32"
|
|
1923
|
+
},
|
|
1924
|
+
{
|
|
1925
|
+
"internalType": "bytes32",
|
|
1926
|
+
"name": "receiver",
|
|
1927
|
+
"type": "bytes32"
|
|
1928
|
+
},
|
|
1929
|
+
{
|
|
1930
|
+
"internalType": "bytes",
|
|
1931
|
+
"name": "message",
|
|
1932
|
+
"type": "bytes"
|
|
1933
|
+
},
|
|
1934
|
+
{
|
|
1935
|
+
"internalType": "bytes",
|
|
1936
|
+
"name": "options",
|
|
1937
|
+
"type": "bytes"
|
|
1938
|
+
},
|
|
1939
|
+
{
|
|
1940
|
+
"internalType": "bool",
|
|
1941
|
+
"name": "payInLzToken",
|
|
1942
|
+
"type": "bool"
|
|
1943
|
+
}
|
|
1944
|
+
],
|
|
1945
|
+
"internalType": "struct MessagingParams",
|
|
1946
|
+
"name": "_params",
|
|
1947
|
+
"type": "tuple"
|
|
1948
|
+
},
|
|
1949
|
+
{
|
|
1950
|
+
"internalType": "address",
|
|
1951
|
+
"name": "_refundAddress",
|
|
1952
|
+
"type": "address"
|
|
1953
|
+
}
|
|
1954
|
+
],
|
|
1955
|
+
"name": "send",
|
|
1956
|
+
"outputs": [
|
|
1957
|
+
{
|
|
1958
|
+
"components": [
|
|
1959
|
+
{
|
|
1960
|
+
"internalType": "bytes32",
|
|
1961
|
+
"name": "guid",
|
|
1962
|
+
"type": "bytes32"
|
|
1963
|
+
},
|
|
1964
|
+
{
|
|
1965
|
+
"internalType": "uint64",
|
|
1966
|
+
"name": "nonce",
|
|
1967
|
+
"type": "uint64"
|
|
1968
|
+
},
|
|
1969
|
+
{
|
|
1970
|
+
"components": [
|
|
1971
|
+
{
|
|
1972
|
+
"internalType": "uint256",
|
|
1973
|
+
"name": "nativeFee",
|
|
1974
|
+
"type": "uint256"
|
|
1975
|
+
},
|
|
1976
|
+
{
|
|
1977
|
+
"internalType": "uint256",
|
|
1978
|
+
"name": "lzTokenFee",
|
|
1979
|
+
"type": "uint256"
|
|
1980
|
+
}
|
|
1981
|
+
],
|
|
1982
|
+
"internalType": "struct MessagingFee",
|
|
1983
|
+
"name": "fee",
|
|
1984
|
+
"type": "tuple"
|
|
1985
|
+
}
|
|
1986
|
+
],
|
|
1987
|
+
"internalType": "struct MessagingReceipt",
|
|
1988
|
+
"name": "",
|
|
1989
|
+
"type": "tuple"
|
|
1990
|
+
}
|
|
1991
|
+
],
|
|
1992
|
+
"stateMutability": "payable",
|
|
1993
|
+
"type": "function"
|
|
1994
|
+
},
|
|
1995
|
+
{
|
|
1996
|
+
"inputs": [
|
|
1997
|
+
{
|
|
1998
|
+
"internalType": "address",
|
|
1999
|
+
"name": "_to",
|
|
2000
|
+
"type": "address"
|
|
2001
|
+
},
|
|
2002
|
+
{
|
|
2003
|
+
"internalType": "bytes32",
|
|
2004
|
+
"name": "_guid",
|
|
2005
|
+
"type": "bytes32"
|
|
2006
|
+
},
|
|
2007
|
+
{
|
|
2008
|
+
"internalType": "uint16",
|
|
2009
|
+
"name": "_index",
|
|
2010
|
+
"type": "uint16"
|
|
2011
|
+
},
|
|
2012
|
+
{
|
|
2013
|
+
"internalType": "bytes",
|
|
2014
|
+
"name": "_message",
|
|
2015
|
+
"type": "bytes"
|
|
2016
|
+
}
|
|
2017
|
+
],
|
|
2018
|
+
"name": "sendCompose",
|
|
2019
|
+
"outputs": [],
|
|
2020
|
+
"stateMutability": "nonpayable",
|
|
2021
|
+
"type": "function"
|
|
2022
|
+
},
|
|
2023
|
+
{
|
|
2024
|
+
"inputs": [
|
|
2025
|
+
{
|
|
2026
|
+
"internalType": "address",
|
|
2027
|
+
"name": "_oapp",
|
|
2028
|
+
"type": "address"
|
|
2029
|
+
},
|
|
2030
|
+
{
|
|
2031
|
+
"internalType": "address",
|
|
2032
|
+
"name": "_lib",
|
|
2033
|
+
"type": "address"
|
|
2034
|
+
},
|
|
2035
|
+
{
|
|
2036
|
+
"components": [
|
|
2037
|
+
{
|
|
2038
|
+
"internalType": "uint32",
|
|
2039
|
+
"name": "eid",
|
|
2040
|
+
"type": "uint32"
|
|
2041
|
+
},
|
|
2042
|
+
{
|
|
2043
|
+
"internalType": "uint32",
|
|
2044
|
+
"name": "configType",
|
|
2045
|
+
"type": "uint32"
|
|
2046
|
+
},
|
|
2047
|
+
{
|
|
2048
|
+
"internalType": "bytes",
|
|
2049
|
+
"name": "config",
|
|
2050
|
+
"type": "bytes"
|
|
2051
|
+
}
|
|
2052
|
+
],
|
|
2053
|
+
"internalType": "struct SetConfigParam[]",
|
|
2054
|
+
"name": "_params",
|
|
2055
|
+
"type": "tuple[]"
|
|
2056
|
+
}
|
|
2057
|
+
],
|
|
2058
|
+
"name": "setConfig",
|
|
2059
|
+
"outputs": [],
|
|
2060
|
+
"stateMutability": "nonpayable",
|
|
2061
|
+
"type": "function"
|
|
2062
|
+
},
|
|
2063
|
+
{
|
|
2064
|
+
"inputs": [
|
|
2065
|
+
{
|
|
2066
|
+
"internalType": "uint32",
|
|
2067
|
+
"name": "_eid",
|
|
2068
|
+
"type": "uint32"
|
|
2069
|
+
},
|
|
2070
|
+
{
|
|
2071
|
+
"internalType": "address",
|
|
2072
|
+
"name": "_newLib",
|
|
2073
|
+
"type": "address"
|
|
2074
|
+
},
|
|
2075
|
+
{
|
|
2076
|
+
"internalType": "uint256",
|
|
2077
|
+
"name": "_gracePeriod",
|
|
2078
|
+
"type": "uint256"
|
|
2079
|
+
}
|
|
2080
|
+
],
|
|
2081
|
+
"name": "setDefaultReceiveLibrary",
|
|
2082
|
+
"outputs": [],
|
|
2083
|
+
"stateMutability": "nonpayable",
|
|
2084
|
+
"type": "function"
|
|
2085
|
+
},
|
|
2086
|
+
{
|
|
2087
|
+
"inputs": [
|
|
2088
|
+
{
|
|
2089
|
+
"internalType": "uint32",
|
|
2090
|
+
"name": "_eid",
|
|
2091
|
+
"type": "uint32"
|
|
2092
|
+
},
|
|
2093
|
+
{
|
|
2094
|
+
"internalType": "address",
|
|
2095
|
+
"name": "_lib",
|
|
2096
|
+
"type": "address"
|
|
2097
|
+
},
|
|
2098
|
+
{
|
|
2099
|
+
"internalType": "uint256",
|
|
2100
|
+
"name": "_expiry",
|
|
2101
|
+
"type": "uint256"
|
|
2102
|
+
}
|
|
2103
|
+
],
|
|
2104
|
+
"name": "setDefaultReceiveLibraryTimeout",
|
|
2105
|
+
"outputs": [],
|
|
2106
|
+
"stateMutability": "nonpayable",
|
|
2107
|
+
"type": "function"
|
|
2108
|
+
},
|
|
2109
|
+
{
|
|
2110
|
+
"inputs": [
|
|
2111
|
+
{
|
|
2112
|
+
"internalType": "uint32",
|
|
2113
|
+
"name": "_eid",
|
|
2114
|
+
"type": "uint32"
|
|
2115
|
+
},
|
|
2116
|
+
{
|
|
2117
|
+
"internalType": "address",
|
|
2118
|
+
"name": "_newLib",
|
|
2119
|
+
"type": "address"
|
|
2120
|
+
}
|
|
2121
|
+
],
|
|
2122
|
+
"name": "setDefaultSendLibrary",
|
|
2123
|
+
"outputs": [],
|
|
2124
|
+
"stateMutability": "nonpayable",
|
|
2125
|
+
"type": "function"
|
|
2126
|
+
},
|
|
2127
|
+
{
|
|
2128
|
+
"inputs": [
|
|
2129
|
+
{
|
|
2130
|
+
"internalType": "address",
|
|
2131
|
+
"name": "_delegate",
|
|
2132
|
+
"type": "address"
|
|
2133
|
+
}
|
|
2134
|
+
],
|
|
2135
|
+
"name": "setDelegate",
|
|
2136
|
+
"outputs": [],
|
|
2137
|
+
"stateMutability": "nonpayable",
|
|
2138
|
+
"type": "function"
|
|
2139
|
+
},
|
|
2140
|
+
{
|
|
2141
|
+
"inputs": [
|
|
2142
|
+
{
|
|
2143
|
+
"internalType": "address",
|
|
2144
|
+
"name": "_lzToken",
|
|
2145
|
+
"type": "address"
|
|
2146
|
+
}
|
|
2147
|
+
],
|
|
2148
|
+
"name": "setLzToken",
|
|
2149
|
+
"outputs": [],
|
|
2150
|
+
"stateMutability": "nonpayable",
|
|
2151
|
+
"type": "function"
|
|
2152
|
+
},
|
|
2153
|
+
{
|
|
2154
|
+
"inputs": [
|
|
2155
|
+
{
|
|
2156
|
+
"internalType": "address",
|
|
2157
|
+
"name": "_oapp",
|
|
2158
|
+
"type": "address"
|
|
2159
|
+
},
|
|
2160
|
+
{
|
|
2161
|
+
"internalType": "uint32",
|
|
2162
|
+
"name": "_eid",
|
|
2163
|
+
"type": "uint32"
|
|
2164
|
+
},
|
|
2165
|
+
{
|
|
2166
|
+
"internalType": "address",
|
|
2167
|
+
"name": "_newLib",
|
|
2168
|
+
"type": "address"
|
|
2169
|
+
},
|
|
2170
|
+
{
|
|
2171
|
+
"internalType": "uint256",
|
|
2172
|
+
"name": "_gracePeriod",
|
|
2173
|
+
"type": "uint256"
|
|
2174
|
+
}
|
|
2175
|
+
],
|
|
2176
|
+
"name": "setReceiveLibrary",
|
|
2177
|
+
"outputs": [],
|
|
2178
|
+
"stateMutability": "nonpayable",
|
|
2179
|
+
"type": "function"
|
|
2180
|
+
},
|
|
2181
|
+
{
|
|
2182
|
+
"inputs": [
|
|
2183
|
+
{
|
|
2184
|
+
"internalType": "address",
|
|
2185
|
+
"name": "_oapp",
|
|
2186
|
+
"type": "address"
|
|
2187
|
+
},
|
|
2188
|
+
{
|
|
2189
|
+
"internalType": "uint32",
|
|
2190
|
+
"name": "_eid",
|
|
2191
|
+
"type": "uint32"
|
|
2192
|
+
},
|
|
2193
|
+
{
|
|
2194
|
+
"internalType": "address",
|
|
2195
|
+
"name": "_lib",
|
|
2196
|
+
"type": "address"
|
|
2197
|
+
},
|
|
2198
|
+
{
|
|
2199
|
+
"internalType": "uint256",
|
|
2200
|
+
"name": "_expiry",
|
|
2201
|
+
"type": "uint256"
|
|
2202
|
+
}
|
|
2203
|
+
],
|
|
2204
|
+
"name": "setReceiveLibraryTimeout",
|
|
2205
|
+
"outputs": [],
|
|
2206
|
+
"stateMutability": "nonpayable",
|
|
2207
|
+
"type": "function"
|
|
2208
|
+
},
|
|
2209
|
+
{
|
|
2210
|
+
"inputs": [
|
|
2211
|
+
{
|
|
2212
|
+
"internalType": "address",
|
|
2213
|
+
"name": "_oapp",
|
|
2214
|
+
"type": "address"
|
|
2215
|
+
},
|
|
2216
|
+
{
|
|
2217
|
+
"internalType": "uint32",
|
|
2218
|
+
"name": "_eid",
|
|
2219
|
+
"type": "uint32"
|
|
2220
|
+
},
|
|
2221
|
+
{
|
|
2222
|
+
"internalType": "address",
|
|
2223
|
+
"name": "_newLib",
|
|
2224
|
+
"type": "address"
|
|
2225
|
+
}
|
|
2226
|
+
],
|
|
2227
|
+
"name": "setSendLibrary",
|
|
2228
|
+
"outputs": [],
|
|
2229
|
+
"stateMutability": "nonpayable",
|
|
2230
|
+
"type": "function"
|
|
2231
|
+
},
|
|
2232
|
+
{
|
|
2233
|
+
"inputs": [
|
|
2234
|
+
{
|
|
2235
|
+
"internalType": "address",
|
|
2236
|
+
"name": "_oapp",
|
|
2237
|
+
"type": "address"
|
|
2238
|
+
},
|
|
2239
|
+
{
|
|
2240
|
+
"internalType": "uint32",
|
|
2241
|
+
"name": "_srcEid",
|
|
2242
|
+
"type": "uint32"
|
|
2243
|
+
},
|
|
2244
|
+
{
|
|
2245
|
+
"internalType": "bytes32",
|
|
2246
|
+
"name": "_sender",
|
|
2247
|
+
"type": "bytes32"
|
|
2248
|
+
},
|
|
2249
|
+
{
|
|
2250
|
+
"internalType": "uint64",
|
|
2251
|
+
"name": "_nonce",
|
|
2252
|
+
"type": "uint64"
|
|
2253
|
+
}
|
|
2254
|
+
],
|
|
2255
|
+
"name": "skip",
|
|
2256
|
+
"outputs": [],
|
|
2257
|
+
"stateMutability": "nonpayable",
|
|
2258
|
+
"type": "function"
|
|
2259
|
+
},
|
|
2260
|
+
{
|
|
2261
|
+
"inputs": [
|
|
2262
|
+
{
|
|
2263
|
+
"internalType": "address",
|
|
2264
|
+
"name": "newOwner",
|
|
2265
|
+
"type": "address"
|
|
2266
|
+
}
|
|
2267
|
+
],
|
|
2268
|
+
"name": "transferOwnership",
|
|
2269
|
+
"outputs": [],
|
|
2270
|
+
"stateMutability": "nonpayable",
|
|
2271
|
+
"type": "function"
|
|
2272
|
+
},
|
|
2273
|
+
{
|
|
2274
|
+
"inputs": [
|
|
2275
|
+
{
|
|
2276
|
+
"components": [
|
|
2277
|
+
{
|
|
2278
|
+
"internalType": "uint32",
|
|
2279
|
+
"name": "srcEid",
|
|
2280
|
+
"type": "uint32"
|
|
2281
|
+
},
|
|
2282
|
+
{
|
|
2283
|
+
"internalType": "bytes32",
|
|
2284
|
+
"name": "sender",
|
|
2285
|
+
"type": "bytes32"
|
|
2286
|
+
},
|
|
2287
|
+
{
|
|
2288
|
+
"internalType": "uint64",
|
|
2289
|
+
"name": "nonce",
|
|
2290
|
+
"type": "uint64"
|
|
2291
|
+
}
|
|
2292
|
+
],
|
|
2293
|
+
"internalType": "struct Origin",
|
|
2294
|
+
"name": "_origin",
|
|
2295
|
+
"type": "tuple"
|
|
2296
|
+
},
|
|
2297
|
+
{
|
|
2298
|
+
"internalType": "address",
|
|
2299
|
+
"name": "_receiver",
|
|
2300
|
+
"type": "address"
|
|
2301
|
+
}
|
|
2302
|
+
],
|
|
2303
|
+
"name": "verifiable",
|
|
2304
|
+
"outputs": [
|
|
2305
|
+
{
|
|
2306
|
+
"internalType": "bool",
|
|
2307
|
+
"name": "",
|
|
2308
|
+
"type": "bool"
|
|
2309
|
+
}
|
|
2310
|
+
],
|
|
2311
|
+
"stateMutability": "view",
|
|
2312
|
+
"type": "function"
|
|
2313
|
+
},
|
|
2314
|
+
{
|
|
2315
|
+
"inputs": [
|
|
2316
|
+
{
|
|
2317
|
+
"components": [
|
|
2318
|
+
{
|
|
2319
|
+
"internalType": "uint32",
|
|
2320
|
+
"name": "srcEid",
|
|
2321
|
+
"type": "uint32"
|
|
2322
|
+
},
|
|
2323
|
+
{
|
|
2324
|
+
"internalType": "bytes32",
|
|
2325
|
+
"name": "sender",
|
|
2326
|
+
"type": "bytes32"
|
|
2327
|
+
},
|
|
2328
|
+
{
|
|
2329
|
+
"internalType": "uint64",
|
|
2330
|
+
"name": "nonce",
|
|
2331
|
+
"type": "uint64"
|
|
2332
|
+
}
|
|
2333
|
+
],
|
|
2334
|
+
"internalType": "struct Origin",
|
|
2335
|
+
"name": "_origin",
|
|
2336
|
+
"type": "tuple"
|
|
2337
|
+
},
|
|
2338
|
+
{
|
|
2339
|
+
"internalType": "address",
|
|
2340
|
+
"name": "_receiver",
|
|
2341
|
+
"type": "address"
|
|
2342
|
+
},
|
|
2343
|
+
{
|
|
2344
|
+
"internalType": "bytes32",
|
|
2345
|
+
"name": "_payloadHash",
|
|
2346
|
+
"type": "bytes32"
|
|
2347
|
+
}
|
|
2348
|
+
],
|
|
2349
|
+
"name": "verify",
|
|
2350
|
+
"outputs": [],
|
|
2351
|
+
"stateMutability": "nonpayable",
|
|
2352
|
+
"type": "function"
|
|
2353
|
+
}
|
|
2354
|
+
],
|
|
2355
|
+
"transactionHash": "0x552232e1bd02d1be9f931c7eaaef2524e5ac33fb3e8331bdc300d6dd3f9cce7f",
|
|
2356
|
+
"receipt": {
|
|
2357
|
+
"to": "0xB0487596a0B62D1A71D0C33294bd6eB635Fc6B09",
|
|
2358
|
+
"from": "0xc13b65f7c53Cd6db2EA205a4b574b4a0858720A6",
|
|
2359
|
+
"contractAddress": "0xB0487596a0B62D1A71D0C33294bd6eB635Fc6B09",
|
|
2360
|
+
"transactionIndex": 5,
|
|
2361
|
+
"gasUsed": "553529",
|
|
2362
|
+
"logsBloom": "0x00000000000000000000000000000000000000000200000021800000000000000000000000000000000000000000000400000000000000000000020000000000000400000000000000000000000000000001000000000000000000000000000000000000030000000000000000000800000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000008000000000000000000000000000000000000000000",
|
|
2363
|
+
"blockHash": "0xb4a3b88f448cf6212ce9990f5fe66987759bc500a03eaacdc28f42a1b4f582f2",
|
|
2364
|
+
"transactionHash": "0x552232e1bd02d1be9f931c7eaaef2524e5ac33fb3e8331bdc300d6dd3f9cce7f",
|
|
2365
|
+
"logs": [
|
|
2366
|
+
{
|
|
2367
|
+
"transactionIndex": 5,
|
|
2368
|
+
"blockNumber": 1534157,
|
|
2369
|
+
"transactionHash": "0x552232e1bd02d1be9f931c7eaaef2524e5ac33fb3e8331bdc300d6dd3f9cce7f",
|
|
2370
|
+
"address": "0xB0487596a0B62D1A71D0C33294bd6eB635Fc6B09",
|
|
2371
|
+
"topics": [
|
|
2372
|
+
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
|
|
2373
|
+
"0x0000000000000000000000000000000000000000000000000000000000000000",
|
|
2374
|
+
"0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6"
|
|
2375
|
+
],
|
|
2376
|
+
"data": "0x",
|
|
2377
|
+
"logIndex": 0,
|
|
2378
|
+
"blockHash": "0xb4a3b88f448cf6212ce9990f5fe66987759bc500a03eaacdc28f42a1b4f582f2"
|
|
2379
|
+
},
|
|
2380
|
+
{
|
|
2381
|
+
"transactionIndex": 5,
|
|
2382
|
+
"blockNumber": 1534157,
|
|
2383
|
+
"transactionHash": "0x552232e1bd02d1be9f931c7eaaef2524e5ac33fb3e8331bdc300d6dd3f9cce7f",
|
|
2384
|
+
"address": "0xB0487596a0B62D1A71D0C33294bd6eB635Fc6B09",
|
|
2385
|
+
"topics": [
|
|
2386
|
+
"0x6b374d56679ca9463f27c85c6311e2bb7fde69bf201d3da39d53f10bd9d78af5"
|
|
2387
|
+
],
|
|
2388
|
+
"data": "0x000000000000000000000000a3b66d1e482aae8764e67fd3457a726af86a6b77",
|
|
2389
|
+
"logIndex": 1,
|
|
2390
|
+
"blockHash": "0xb4a3b88f448cf6212ce9990f5fe66987759bc500a03eaacdc28f42a1b4f582f2"
|
|
2391
|
+
},
|
|
2392
|
+
{
|
|
2393
|
+
"transactionIndex": 5,
|
|
2394
|
+
"blockNumber": 1534157,
|
|
2395
|
+
"transactionHash": "0x552232e1bd02d1be9f931c7eaaef2524e5ac33fb3e8331bdc300d6dd3f9cce7f",
|
|
2396
|
+
"address": "0xB0487596a0B62D1A71D0C33294bd6eB635Fc6B09",
|
|
2397
|
+
"topics": [
|
|
2398
|
+
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
|
|
2399
|
+
"0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6",
|
|
2400
|
+
"0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6"
|
|
2401
|
+
],
|
|
2402
|
+
"data": "0x",
|
|
2403
|
+
"logIndex": 2,
|
|
2404
|
+
"blockHash": "0xb4a3b88f448cf6212ce9990f5fe66987759bc500a03eaacdc28f42a1b4f582f2"
|
|
2405
|
+
}
|
|
2406
|
+
],
|
|
2407
|
+
"blockNumber": 1534157,
|
|
2408
|
+
"cumulativeGasUsed": "553529",
|
|
2409
|
+
"status": 1,
|
|
2410
|
+
"byzantium": true
|
|
2411
|
+
},
|
|
2412
|
+
"args": [
|
|
2413
|
+
40261,
|
|
2414
|
+
"0xc13b65f7c53Cd6db2EA205a4b574b4a0858720A6"
|
|
2415
|
+
],
|
|
2416
|
+
"numDeployments": 1,
|
|
2417
|
+
"solcInputHash": "cc1d75ea97e6c5f6a273d8b1fe986598",
|
|
2418
|
+
"bytecode": "0x60c06040526001600d553480156200001657600080fd5b50604051620056c1380380620056c18339810160408190526200003991620002d6565b816200004533620000a6565b63ffffffff166080526040516200005c90620002c8565b604051809103906000f08015801562000079573d6000803e3d6000fd5b506001600160a01b031660a08190526200009390620000f6565b6200009e81620000a6565b505062000353565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6200010062000267565b6040516301ffc9a760e01b81526325fc096160e21b60048201526001600160a01b038216906301ffc9a790602401602060405180830381865afa1580156200014c573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062000172919062000328565b620001905760405163eb64f35d60e01b815260040160405180910390fd5b6001600160a01b03811660009081526005602052604090205460ff1615620001cb5760405163457517f360e11b815260040160405180910390fd5b6001600160a01b0381166000818152600560209081526040808320805460ff191660019081179091556004805491820181559093527f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b90920180546001600160a01b0319168417905590519182527f6b374d56679ca9463f27c85c6311e2bb7fde69bf201d3da39d53f10bd9d78af5910160405180910390a150565b6000546001600160a01b03163314620002c65760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015260640160405180910390fd5b565b6101e380620054de83390190565b60008060408385031215620002ea57600080fd5b825163ffffffff81168114620002ff57600080fd5b60208401519092506001600160a01b03811681146200031d57600080fd5b809150509250929050565b6000602082840312156200033b57600080fd5b815180151581146200034c57600080fd5b9392505050565b60805160a0516151426200039c60003960006107810152600081816105310152818161278901528181612f7b01528181612fe20152818161358e01526135f501526151426000f3fe6080604052600436106103505760003560e01c80639132e5c3116101c6578063c9fc7bcd116100f7578063ddc28c5811610095578063e8964e811161006f578063e8964e8114610b8f578063ef667aa114610baf578063f2fde38b14610bfa578063f64be4c714610c1a57600080fd5b8063ddc28c5814610b2e578063e1758bd814610b5b578063e4fe1d9414610b6f57600080fd5b8063d4b4ec8f116100d1578063d4b4ec8f14610a72578063d70b890214610a92578063dc706a6214610ab2578063dc93c8a214610ae257600080fd5b8063c9fc7bcd146109f6578063ca5eb5e114610a3d578063cb5026b914610a5d57600080fd5b8063a7229fd911610164578063aafea3121161013e578063aafea31214610976578063b96a277f14610996578063c28e0eed146109b6578063c9a54a99146109d657600080fd5b8063a7229fd914610916578063a825d74714610936578063aafe5e071461095657600080fd5b80639c6d7340116101a05780639c6d73401461086f5780639d7f9775146108b6578063a0dd43fc146108d6578063a718531b146108f657600080fd5b80639132e5c31461081a57806391d20fa11461083c5780639535ff301461084f57600080fd5b80635b17bb70116102a05780636f50a8031161023e57806379624ca91161021857806379624ca9146107a35780637cb59012146107bc578063861e1ca5146107dc5780638da5cb5b146107fc57600080fd5b80636f50a80314610724578063715018a61461075a578063733180911461076f57600080fd5b80636a14d7151161027a5780636a14d715146106655780636bf73fa3146106855780636dbd9f90146106a55780636e83f5bb146106c557600080fd5b80635b17bb70146105b65780636750cd4c14610615578063697fe6b61461064557600080fd5b80632baf0be71161030d578063402f8468116102e7578063402f8468146104c057806340f80683146104ff578063416ecebf1461051f578063587cde1e1461056857600080fd5b80632baf0be7146104355780632e80fbf31461045957806335d330b01461047957600080fd5b80630c0c389e1461035557806314f651a91461036a578063183c834f146103a85780632637a450146103c85780632a56c1b0146103e85780632b3197b914610408575b600080fd5b610368610363366004613fee565b610c50565b005b34801561037657600080fd5b5061037f610d4e565b6040805163ffffffff90931683526001600160a01b039091166020830152015b60405180910390f35b3480156103b457600080fd5b506103686103c336600461409d565b610d80565b6103db6103d63660046140e8565b611027565b60405161039f919061413a565b3480156103f457600080fd5b5061036861040336600461417c565b61114d565b34801561041457600080fd5b506104286104233660046141eb565b6111ed565b60405161039f919061428f565b34801561044157600080fd5b5061044b60001981565b60405190815260200161039f565b34801561046557600080fd5b506103686104743660046142b9565b6112b8565b34801561048557600080fd5b5061044b610494366004614320565b600c60209081526000948552604080862082529385528385208152918452828420909152825290205481565b3480156104cc57600080fd5b506104e06104db366004614362565b611427565b604080516001600160a01b03909316835290151560208301520161039f565b34801561050b57600080fd5b5061036861051a3660046142b9565b6114a5565b34801561052b57600080fd5b506105537f000000000000000000000000000000000000000000000000000000000000000081565b60405163ffffffff909116815260200161039f565b34801561057457600080fd5b5061059e61058336600461438c565b600f602052600090815260409020546001600160a01b031681565b6040516001600160a01b03909116815260200161039f565b3480156105c257600080fd5b506105fd6105d13660046143a7565b60016020908152600093845260408085208252928452828420905282529020546001600160401b031681565b6040516001600160401b03909116815260200161039f565b34801561062157600080fd5b506106356106303660046143e3565b61160b565b604051901515815260200161039f565b34801561065157600080fd5b506103686106603660046143fe565b61165b565b34801561067157600080fd5b5061036861068036600461409d565b6116d0565b34801561069157600080fd5b506103686106a03660046144f9565b611aae565b3480156106b157600080fd5b506103686106c03660046145dc565b611b18565b3480156106d157600080fd5b506107056106e03660046143e3565b600b60205260009081526040902080546001909101546001600160a01b039091169082565b604080516001600160a01b03909316835260208301919091520161039f565b34801561073057600080fd5b5061059e61073f3660046143e3565b600a602052600090815260409020546001600160a01b031681565b34801561076657600080fd5b50610368611bba565b34801561077b57600080fd5b5061059e7f000000000000000000000000000000000000000000000000000000000000000081565b3480156107af57600080fd5b50600d5460011415610635565b3480156107c857600080fd5b506103686107d736600461466c565b611bce565b3480156107e857600080fd5b506106356107f73660046146bd565b611cba565b34801561080857600080fd5b506000546001600160a01b031661059e565b34801561082657600080fd5b5061082f611d26565b60405161039f91906146e8565b61036861084a366004614735565b611d88565b34801561085b57600080fd5b5061036861086a3660046147df565b611f18565b34801561087b57600080fd5b506105fd61088a3660046143a7565b60036020908152600093845260408085208252928452828420905282529020546001600160401b031681565b3480156108c257600080fd5b506106356108d13660046147df565b61217c565b3480156108e257600080fd5b506105fd6108f13660046143a7565b612256565b34801561090257600080fd5b50610368610911366004614822565b6122b6565b34801561092257600080fd5b5061036861093136600461484e565b6125d6565b34801561094257600080fd5b5061036861095136600461486c565b6125ee565b34801561096257600080fd5b5061044b6109713660046143a7565b612739565b34801561098257600080fd5b506103686109913660046148a9565b6127b9565b3480156109a257600080fd5b5061059e6109b1366004614362565b6129e2565b3480156109c257600080fd5b506103686109d136600461438c565b612a51565b3480156109e257600080fd5b506106356109f13660046146bd565b612aae565b348015610a0257600080fd5b5061044b610a113660046148c5565b600260209081526000948552604080862082529385528385208152918452828420909152825290205481565b348015610a4957600080fd5b50610368610a5836600461438c565b612b13565b348015610a6957600080fd5b5061044b600081565b348015610a7e57600080fd5b50610368610a8d366004614822565b612b73565b348015610a9e57600080fd5b50610368610aad3660046148c5565b612db1565b348015610abe57600080fd5b50610635610acd36600461438c565b60056020526000908152604090205460ff1681565b348015610aee57600080fd5b50610635610afd366004614362565b6001600160a01b03918216600090815260066020908152604080832063ffffffff9490941683529290522054161590565b348015610b3a57600080fd5b50610b4e610b493660046140e8565b612ea0565b60405161039f9190614907565b348015610b6757600080fd5b50600061059e565b348015610b7b57600080fd5b50600e5461059e906001600160a01b031681565b348015610b9b57600080fd5b50610368610baa36600461438c565b61310c565b348015610bbb57600080fd5b50610705610bca366004614362565b6008602090815260009283526040808420909152908252902080546001909101546001600160a01b039091169082565b348015610c0657600080fd5b50610368610c1536600461438c565b613270565b348015610c2657600080fd5b5061059e610c353660046143e3565b6009602052600090815260409020546001600160a01b031681565b610c9f86610c6160208a018a6143e3565b60208a0135610c7660608c0160408d0161491e565b898989604051602001610c8b93929190614939565b6040516020818303038152906040526132e9565b506040516313137d6560e01b81526001600160a01b038716906313137d65903490610cda908b908a908a908a9033908b908b906004016149b5565b6000604051808303818588803b158015610cf357600080fd5b505af1158015610d07573d6000803e3d6000fd5b50505050507f3cd5e48f9730b129dc7550f0fcea9c767b7be37837cd10e55eb35f734f4bca048787604051610d3d929190614a0c565b60405180910390a150505050505050565b600080610d5e600d546001141590565b610d6a57600080610d78565b610d78600d5460a081901c91565b915091509091565b6001600160a01b038216600090815260056020526040902054829060ff16610dbb57604051631bc58ef360e11b815260040160405180910390fd5b826001600160a01b03811615610e5e576000816001600160a01b0316631881d94d6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610e0b573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e2f9190614a48565b6002811115610e4057610e40614a32565b03610e5e576040516342756b1b60e11b815260040160405180910390fd5b83856001600160a01b03821615610efa576040516319d4335360e21b815263ffffffff821660048201526001600160a01b03831690636750cd4c90602401602060405180830381865afa158015610eb9573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610edd9190614a77565b610efa57604051630e476aa960e21b815260040160405180910390fd5b610f03886134a4565b6000610f0f8989611427565b9150508015610f3157604051633c075f7560e01b815260040160405180910390fd5b85600003610f79576001600160a01b038916600090815260086020908152604080832063ffffffff8c168452909152812080546001600160a01b031916815560010155610fdf565b438611610f99576040516302efcf9160e11b815260040160405180910390fd5b6001600160a01b03898116600090815260086020908152604080832063ffffffff8d168452909152902080546001600160a01b0319169189169190911781556001018690555b7f4e0a5bbfa0c11a64effb1ada324b5437a17272e1aed9320398715ef71bb20928898989896040516110149493929190614a94565b60405180910390a1505050505050505050565b61102f613f37565b61103c60208401846143e3565b336001600d54146110605760405163ee120b0960e01b815260040160405180910390fd5b63ffffffff60a01b60a083811b919091166001600160a01b03831617600d5561108e90860160808701614ac4565b80156110a35750600e546001600160a01b0316155b156110c157604051632d7b695560e11b815260040160405180910390fd5b6000806110ce33886134f5565b9150915060006110db3490565b905060006110f76110f260a08b0160808c01614ac4565b6137a1565b90506111088460400151838361383d565b600e5460408501516020015161112a916001600160a01b03169083868c61388b565b60408401515161113c9083858b6138b8565b50506001600d555095945050505050565b611156856134a4565b600083838360405160200161116d93929190614939565b60408051601f1981840301815291905290506111ab8661119060208801886143e3565b60208801356111a560608a0160408b0161491e565b856132e9565b507f3cd5e48f9730b129dc7550f0fcea9c767b7be37837cd10e55eb35f734f4bca0485876040516111dd929190614a0c565b60405180910390a1505050505050565b6001600160a01b038316600090815260056020526040902054606090849060ff1661122b57604051631bc58ef360e11b815260040160405180910390fd5b604051639c33abf760e01b815263ffffffff80861660048301526001600160a01b0388811660248401529085166044830152861690639c33abf790606401600060405180830381865afa158015611286573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526112ae9190810190614b74565b9695505050505050565b6112c1856134a4565b6001600160a01b038516600090815260026020908152604080832063ffffffff88168452825280832086845282528083206001600160401b038616845290915290205481811461133357604051637182306f60e01b815260048101829052602481018390526044015b60405180910390fd5b6001600160a01b038616600090815260016020908152604080832063ffffffff8916845282528083208784529091529020546001600160401b039081169084161180159061137f575080155b156113a857604051630c09b63560e41b81526001600160401b038416600482015260240161132a565b6001600160a01b038616600090815260026020908152604080832063ffffffff89168452825280832087845282528083206001600160401b0387168452909152908190206000199055517faf0450c392c4f702515a457a362328c8aa21916048ca6d0419e248b30cb55292906111dd90879087908a9088908890614ba8565b6001600160a01b03808316600090815260076020908152604080832063ffffffff86168452909152812054909116908161149e5763ffffffff83166000908152600a60205260409020546001600160a01b031691508161149a57604051633c74268360e11b815260040160405180910390fd5b5060015b9250929050565b6114ae856134a4565b6001600160a01b038516600090815260026020908152604080832063ffffffff88168452825280832086845282528083206001600160401b038616845290915290205481811461151b57604051637182306f60e01b8152600481018290526024810183905260440161132a565b80158061156557506001600160a01b038616600090815260016020908152604080832063ffffffff8916845282528083208784529091529020546001600160401b03908116908416115b1561158e57604051630c09b63560e41b81526001600160401b038416600482015260240161132a565b6001600160a01b038616600090815260026020908152604080832063ffffffff89168452825280832087845282528083206001600160401b038716845290915280822091909155517f7f68a37a6e69a0de35024a234558f9efe4b33b58657753d21eaaa82d51c3510e906111dd90879087908a9088908890614ba8565b63ffffffff81166000908152600960205260408120546001600160a01b031615801590611655575063ffffffff82166000908152600a60205260409020546001600160a01b031615155b92915050565b336001600160a01b03168b6001600160a01b03168d6001600160a01b03167f8a0b1dce321c5c5fb42349bce46d18087c04140de520917661fb923e44a904b98d8d8d8d8d8d8d8d8d8d6040516116ba9a99989796959493929190614be5565b60405180910390a4505050505050505050505050565b6001600160a01b038216600090815260056020526040902054829060ff1615801561170357506001600160a01b03811615155b156117215760405163a4ff2ec360e01b815260040160405180910390fd5b826001600160a01b038116156117c4576000816001600160a01b0316631881d94d6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611771573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906117959190614a48565b60028111156117a6576117a6614a32565b036117c4576040516342756b1b60e11b815260040160405180910390fd5b83856001600160a01b03821615611860576040516319d4335360e21b815263ffffffff821660048201526001600160a01b03831690636750cd4c90602401602060405180830381865afa15801561181f573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906118439190614a77565b61186057604051630e476aa960e21b815260040160405180910390fd5b611869886134a4565b6001600160a01b03808916600090815260076020908152604080832063ffffffff8c168452909152902054811690871681036118b85760405163d0ecb66b60e01b815260040160405180910390fd5b6001600160a01b03898116600081815260076020908152604080832063ffffffff8e168085529083529281902080546001600160a01b031916958d1695861790558051938452908301919091528101919091527fcd6f92f5ac6185a5acfa02c92090746cec64d777269cbcd0ed031e396657a1c29060600160405180910390a18515611a32576001600160a01b038116158061195b57506001600160a01b038716155b1561197957604051633c075f7560e01b815260040160405180910390fd5b60006040518060400160405280836001600160a01b0316815260200188436119a19190614c64565b90526001600160a01b038b8116600090815260086020908152604080832063ffffffff8f168452825291829020845181546001600160a01b03191694169390931783558301516001909201829055519192507f4e0a5bbfa0c11a64effb1ada324b5437a17272e1aed9320398715ef71bb2092891611a24918d918d918791614a94565b60405180910390a150611aa3565b6001600160a01b038916600090815260086020908152604080832063ffffffff8c16845290915280822080546001600160a01b0319168155600101829055517f4e0a5bbfa0c11a64effb1ada324b5437a17272e1aed9320398715ef71bb2092891611014918c918c91869190614a94565b505050505050505050565b336001600160a01b03168a6001600160a01b03167f7edfa10fe10193301ad8a8bea7e968c7bcabcc64981f368e3aeada40ce26ae2c8d8c8c8c8c8c8c8c8c8c604051611b039a99989796959493929190614c77565b60405180910390a35050505050505050505050565b6001600160a01b038316600090815260056020526040902054839060ff16611b5357604051631bc58ef360e11b815260040160405180910390fd5b611b5c856134a4565b604051631077eb9160e11b81526001600160a01b038516906320efd72290611b8c90889087908790600401614cd6565b600060405180830381600087803b158015611ba657600080fd5b505af1158015611aa3573d6000803e3d6000fd5b611bc26138e2565b611bcc600061393c565b565b336000908152600c602090815260408083206001600160a01b03891684528252808320878452825280832061ffff8716845290915290205415611c2457604051630542086560e21b815260040160405180910390fd5b8181604051611c34929190614dc9565b60408051918290038220336000818152600c60209081528482206001600160a01b038c16835281528482208a8352815284822061ffff8a168352905292909220557f3d52ff888d033fd3dd1d8057da59e850c91d91a72c41dfa445b247dfedeb6dc191611cab919088908890889088908890614dd9565b60405180910390a15050505050565b6001600160a01b03811660009081526001602090815260408220611d1f91859185918590611cea908501856143e3565b63ffffffff168152602080820192909252604090810160009081208984013582529092529020546001600160401b031661398c565b9392505050565b60606004805480602002602001604051908101604052809291908181526020018280548015611d7e57602002820191906000526020600020905b81546001600160a01b03168152600190910190602001808311611d60575b5050505050905090565b6001600160a01b038089166000908152600c60209081526040808320938b168352928152828220898352815282822061ffff891683529052818120549151611dd39087908790614dc9565b60405180910390209050808214611e07576040516335ca595f60e01b8152600481018390526024810182905260440161132a565b6001600160a01b03808b166000908152600c60209081526040808320938d168084529382528083208c8452825280832061ffff8c168452909152908190206001905551630685081360e51b815263d0a10260903490611e76908e908d908c908c9033908d908d90600401614e23565b6000604051808303818588803b158015611e8f57600080fd5b505af1158015611ea3573d6000803e3d6000fd5b50505050507e36c98efcf9e6641dfbc9051f66f405253e8e0c2ab4a24dccda15595b7378c88a8a8a8a604051611f0494939291906001600160a01b039485168152929093166020830152604082015261ffff91909116606082015260800190565b60405180910390a150505050505050505050565b6001600160a01b038116600090815260056020526040902054819060ff16158015611f4b57506001600160a01b03811615155b15611f695760405163a4ff2ec360e01b815260040160405180910390fd5b816001600160a01b0381161561200c576001816001600160a01b0316631881d94d6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611fb9573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611fdd9190614a48565b6002811115611fee57611fee614a32565b0361200c57604051633d00f6f160e11b815260040160405180910390fd5b82846001600160a01b038216156120a8576040516319d4335360e21b815263ffffffff821660048201526001600160a01b03831690636750cd4c90602401602060405180830381865afa158015612067573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061208b9190614a77565b6120a857604051630e476aa960e21b815260040160405180910390fd5b6120b1876134a4565b6001600160a01b03878116600090815260066020908152604080832063ffffffff8b1684529091529020548187169116036120ff5760405163d0ecb66b60e01b815260040160405180910390fd5b6001600160a01b03878116600081815260066020908152604080832063ffffffff8c168085529083529281902080546001600160a01b031916958b1695861790558051938452908301919091528101919091527f4cff966ebee29a156dcb34cf72c1d06231fb1777f6bdf6e8089819232f002b1c90606001610d3d565b600080600061218b8686611427565b91509150816001600160a01b0316846001600160a01b0316036121b357600192505050611d1f565b6000816121e8576001600160a01b038716600090815260086020908152604080832063ffffffff8a16845290915290206121fe565b63ffffffff86166000908152600b602052604090205b6040805180820190915281546001600160a01b03908116808352600190930154602083015290925086161480156122385750438160200151115b156122495760019350505050611d1f565b5060009695505050505050565b6001600160a01b038316600090815260016020908152604080832063ffffffff8616845282528083208484529091528120546001600160401b03165b6122a185858584600101613a10565b156122ae57600101612292565b949350505050565b6122be6138e2565b6001600160a01b038216600090815260056020526040902054829060ff166122f957604051631bc58ef360e11b815260040160405180910390fd5b826001600160a01b0381161561239c576000816001600160a01b0316631881d94d6040518163ffffffff1660e01b8152600401602060405180830381865afa158015612349573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061236d9190614a48565b600281111561237e5761237e614a32565b0361239c576040516342756b1b60e11b815260040160405180910390fd5b83856001600160a01b03821615612438576040516319d4335360e21b815263ffffffff821660048201526001600160a01b03831690636750cd4c90602401602060405180830381865afa1580156123f7573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061241b9190614a77565b61243857604051630e476aa960e21b815260040160405180910390fd5b63ffffffff87166000908152600a60205260409020546001600160a01b03908116908716810361247b5760405163d0ecb66b60e01b815260040160405180910390fd5b63ffffffff88166000818152600a602090815260409182902080546001600160a01b0319166001600160a01b038c169081179091558251938452908301527fc16891855cffb4a5ac51ac11864a3f3c96ba816cc45fe686c987ae36277de5ec910160405180910390a185156125695763ffffffff88166000908152600b6020526040902080546001600160a01b0319166001600160a01b0383161781556125228743614c64565b600182018190556040517f55b28633cdb29709386f555dfc54418592ad475ce7a65a78ac5928af60ffb8f89161255b918c918691614e76565b60405180910390a1506125cc565b63ffffffff88166000908152600b602052604080822080546001600160a01b0319168155600101829055517f55b28633cdb29709386f555dfc54418592ad475ce7a65a78ac5928af60ffb8f8916125c3918b918591614e76565b60405180910390a15b5050505050505050565b6125de6138e2565b6125e9838383613a5d565b505050565b612605826125ff60208601866143e3565b3361217c565b612622576040516313e9bb2b60e21b815260040160405180910390fd5b6001600160a01b0382166000908152600160209081526040822090829061264b908701876143e3565b63ffffffff168152602080820192909252604090810160009081208784013582529092529020546001600160401b0316905061268884848361398c565b6126a55760405163751cb20f60e01b815260040160405180910390fd5b6126b0848483613a80565b6126cc5760405162bbf0e560e11b815260040160405180910390fd5b6126f8836126dd60208701876143e3565b60208701356126f26060890160408a0161491e565b86613b3d565b7f0d87345f3d1c929caba93e1c3821b54ff3512e12b66aa3cfe54b6bcbc17e59b484848460405161272b93929190614e9d565b60405180910390a150505050565b6001600160a01b038316600090815260036020908152604080832063ffffffff8616845282528083208484529091528120548190612781906001600160401b03166001614ec5565b90506127b0817f0000000000000000000000000000000000000000000000000000000000000000878787613ba3565b95945050505050565b6127c16138e2565b6001600160a01b038116600090815260056020526040902054819060ff166127fc57604051631bc58ef360e11b815260040160405180910390fd5b816001600160a01b0381161561289f576001816001600160a01b0316631881d94d6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561284c573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906128709190614a48565b600281111561288157612881614a32565b0361289f57604051633d00f6f160e11b815260040160405180910390fd5b82846001600160a01b0382161561293b576040516319d4335360e21b815263ffffffff821660048201526001600160a01b03831690636750cd4c90602401602060405180830381865afa1580156128fa573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061291e9190614a77565b61293b57604051630e476aa960e21b815260040160405180910390fd5b63ffffffff86166000908152600960205260409020546001600160a01b0380871691160361297c5760405163d0ecb66b60e01b815260040160405180910390fd5b63ffffffff861660008181526009602090815260409182902080546001600160a01b0319166001600160a01b038a169081179091558251938452908301527f16aa0f528038ab41019e95bae5b418a50ba8532c5800e3b7ea2f517d3fa625f591016111dd565b6001600160a01b03808316600090815260066020908152604080832063ffffffff861684529091529020541680611655575063ffffffff81166000908152600960205260409020546001600160a01b03168061165557604051636c1ccdb560e01b815260040160405180910390fd5b612a596138e2565b600e80546001600160a01b0319166001600160a01b0383169081179091556040519081527fd476ec5ec1ac11cec3714d41e7ea49419471aceb9bd0dff1becfc3e363a62396906020015b60405180910390a150565b6001600160a01b03811660009081526001602090815260408220611d1f91859185918590612ade908501856143e3565b63ffffffff168152602080820192909252604090810160009081208984013582529092529020546001600160401b0316613a80565b336000818152600f602090815260409182902080546001600160a01b0319166001600160a01b0386169081179091558251938452908301527f6ee10e9ed4d6ce9742703a498707862f4b00f1396a87195eb93267b3d79839819101612aa3565b6001600160a01b038216600090815260056020526040902054829060ff16612bae57604051631bc58ef360e11b815260040160405180910390fd5b826001600160a01b03811615612c51576000816001600160a01b0316631881d94d6040518163ffffffff1660e01b8152600401602060405180830381865afa158015612bfe573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612c229190614a48565b6002811115612c3357612c33614a32565b03612c51576040516342756b1b60e11b815260040160405180910390fd5b83856001600160a01b03821615612ced576040516319d4335360e21b815263ffffffff821660048201526001600160a01b03831690636750cd4c90602401602060405180830381865afa158015612cac573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612cd09190614a77565b612ced57604051630e476aa960e21b815260040160405180910390fd5b612cf56138e2565b84600003612d295763ffffffff87166000908152600b6020526040812080546001600160a01b031916815560010155612d7e565b438511612d49576040516302efcf9160e11b815260040160405180910390fd5b63ffffffff87166000908152600b6020526040902080546001600160a01b0319166001600160a01b0388161781556001018590555b7f55b28633cdb29709386f555dfc54418592ad475ce7a65a78ac5928af60ffb8f8878787604051610d3d93929190614e76565b612dba846134a4565b612dc5848484612256565b612dd0906001614ec5565b6001600160401b0316816001600160401b031614612e0c57604051630c09b63560e41b81526001600160401b038216600482015260240161132a565b6001600160a01b038416600081815260016020908152604080832063ffffffff8816808552908352818420878552835292819020805467ffffffffffffffff19166001600160401b038716908117909155815193845291830186905282019290925260608101919091527f28f40053783033ef755556a0c3315379141f51a33aed8334174ffbadd90bde489060800161272b565b6040805180820190915260008082526020820152612ec460a0840160808501614ac4565b8015612ed95750600e546001600160a01b0316155b15612ef757604051632d7b695560e11b815260040160405180910390fd5b6001600160a01b03821660009081526003602090815260408220908290612f20908701876143e3565b63ffffffff16815260208082019290925260409081016000908120878401358252909252902054612f5b906001600160401b03166001614ec5565b905060006040518060e00160405280836001600160401b031681526020017f000000000000000000000000000000000000000000000000000000000000000063ffffffff168152602001856001600160a01b03168152602001866000016020810190612fc791906143e3565b63ffffffff1681526020018660200135815260200161301f847f0000000000000000000000000000000000000000000000000000000000000000888a600001602081019061301591906143e3565b8b60200135613ba3565b81526020016130316040880188614ee5565b8080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201829052509390945250929350915061307e9050856109b160208901896143e3565b90506001600160a01b03811663d80e9bd98361309d60608a018a614ee5565b6130ad60a08c0160808d01614ac4565b6040518563ffffffff1660e01b81526004016130cc9493929190614f2b565b6040805180830381865afa1580156130e8573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906112ae919061501f565b6131146138e2565b6040516301ffc9a760e01b81526325fc096160e21b60048201526001600160a01b038216906301ffc9a790602401602060405180830381865afa15801561315f573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906131839190614a77565b6131a05760405163eb64f35d60e01b815260040160405180910390fd5b6001600160a01b03811660009081526005602052604090205460ff16156131da5760405163457517f360e11b815260040160405180910390fd5b6001600160a01b0381166000818152600560209081526040808320805460ff191660019081179091556004805491820181559093527f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b90920180546001600160a01b0319168417905590519182527f6b374d56679ca9463f27c85c6311e2bb7fde69bf201d3da39d53f10bd9d78af59101612aa3565b6132786138e2565b6001600160a01b0381166132dd5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b606482015260840161132a565b6132e68161393c565b50565b6001600160a01b038516600090815260016020908152604080832063ffffffff8816845282528083208684529091528120546001600160401b039081169084168110156133d757600181015b846001600160401b0316816001600160401b03161161338a5761335a88888884613a10565b61338257604051630c09b63560e41b81526001600160401b038216600482015260240161132a565b600101613335565b506001600160a01b038716600090815260016020908152604080832063ffffffff8a16845282528083208884529091529020805467ffffffffffffffff19166001600160401b0386161790555b82516020808501919091206001600160a01b038916600090815260028352604080822063ffffffff8b168352845280822089835284528082206001600160401b0389168352909352919091205490925080831461345157604051637182306f60e01b8152600481018290526024810184905260440161132a565b50506001600160a01b03909516600090815260026020908152604080832063ffffffff90971683529581528582209482529384528481206001600160401b03909316815291909252918220919091555090565b336001600160a01b038216148015906134d757506001600160a01b038181166000908152600f6020526040902054163314155b156132e65760405163c4c5259360e01b815260040160405180910390fd5b6134fd613f37565b60008061356e8561351160208701876143e3565b6001600160a01b0391909116600090815260036020908152604080832063ffffffff949094168352928152828220818901358352905220805467ffffffffffffffff19811660016001600160401b03928316019182161790915590565b905060006040518060e00160405280836001600160401b031681526020017f000000000000000000000000000000000000000000000000000000000000000063ffffffff168152602001876001600160a01b031681526020018660000160208101906135da91906143e3565b63ffffffff16815260200186602001358152602001613628847f00000000000000000000000000000000000000000000000000000000000000008a8a600001602081019061301591906143e3565b815260200161363a6040880188614ee5565b8080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920182905250939094525092935091506136879050876109b160208901896143e3565b90506000806001600160a01b038316634389e58f856136a960608c018c614ee5565b6136b960a08e0160808f01614ac4565b6040518563ffffffff1660e01b81526004016136d89493929190614f2b565b6000604051808303816000875af11580156136f7573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261371f919081019061503b565b90925090507f1ab700d4ced0c005b164c0f789fd09fcbb0156d4c2041b8a3bfbcd961cd1567f8161375360608b018b614ee5565b866040516137649493929190615089565b60405180910390a1506040805160608101825260a09094015184526001600160401b03909416602084015292820192909252925090509250929050565b6000811561383857600e546040516370a0823160e01b81523060048201526001600160a01b03909116906370a0823190602401602060405180830381865afa1580156137f1573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061381591906150c9565b90508060000361383857604051631775123760e01b815260040160405180910390fd5b919050565b825182108061384f5750808360200151115b156125e95782516020840151604051634f3ec0d360e01b815260048101929092526024820184905260448201526064810182905260840161132a565b831561389c5761389c858386613c1c565b828410156138b1576138b18582868603613c1c565b5050505050565b83156138c8576138c88285613c57565b828410156138dc576138dc81858503613c57565b50505050565b6000546001600160a01b03163314611bcc5760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015260640161132a565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b600080826001600160401b031611806122ae5750604051600162842fc360e01b031981526001600160a01b0384169063ff7bd03d906139cf9087906004016150e2565b602060405180830381865afa1580156139ec573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906122ae9190614a77565b6001600160a01b038416600090815260026020908152604080832063ffffffff87168452825280832085845282528083206001600160401b03851684529091529020541515949350505050565b6001600160a01b038316613a75576125e98282613c57565b6125e9838383613c1c565b60006001600160401b038216613a9c606086016040870161491e565b6001600160401b031611806122ae57506001600160a01b03831660009081526002602090815260408220908290613ad5908801886143e3565b63ffffffff1663ffffffff1681526020019081526020016000206000866020013581526020019081526020016000206000866040016020810190613b19919061491e565b6001600160401b031681526020810191909152604001600020541415949350505050565b80613b5b576040516304df7fdb60e11b815260040160405180910390fd5b6001600160a01b03909416600090815260026020908152604080832063ffffffff90961683529481528482209382529283528381206001600160401b03909216815291522055565b600085856001600160a01b03861660405160c09390931b6001600160c01b031916602084015260e091821b6001600160e01b03199081166028850152602c8401919091529085901b16604c8201526050810183905260700160405160208183030381529060405280519060200120905095945050505050565b6001600160a01b038216613c43576040516306b7a93160e41b815260040160405180910390fd5b6125e96001600160a01b0384168383613d04565b6001600160a01b038216613c7e576040516306b7a93160e41b815260040160405180910390fd5b6000826001600160a01b03168260405160006040518083038185875af1925050503d8060008114613ccb576040519150601f19603f3d011682016040523d82523d6000602084013e613cd0565b606091505b50509050806125e957604051631196f20d60e21b81526001600160a01b03841660048201526024810183905260440161132a565b604080516001600160a01b03848116602483015260448083018590528351808403909101815260649092018352602080830180516001600160e01b031663a9059cbb60e01b17905283518085019094528084527f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564908401526125e992869291600091613d94918516908490613e14565b9050805160001480613db5575080806020019051810190613db59190614a77565b6125e95760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b606482015260840161132a565b60606122ae848460008585600080866001600160a01b03168587604051613e3b91906150f0565b60006040518083038185875af1925050503d8060008114613e78576040519150601f19603f3d011682016040523d82523d6000602084013e613e7d565b606091505b5091509150613e8e87838387613e99565b979650505050505050565b60608315613f08578251600003613f01576001600160a01b0385163b613f015760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604482015260640161132a565b50816122ae565b6122ae8383815115613f1d5781518083602001fd5b8060405162461bcd60e51b815260040161132a919061428f565b60405180606001604052806000801916815260200160006001600160401b03168152602001613f79604051806040016040528060008152602001600081525090565b905290565b600060608284031215613f9057600080fd5b50919050565b80356001600160a01b038116811461383857600080fd5b60008083601f840112613fbf57600080fd5b5081356001600160401b03811115613fd657600080fd5b60208301915083602082850101111561149e57600080fd5b600080600080600080600060e0888a03121561400957600080fd5b6140138989613f7e565b965061402160608901613f96565b95506080880135945060a08801356001600160401b038082111561404457600080fd5b6140508b838c01613fad565b909650945060c08a013591508082111561406957600080fd5b506140768a828b01613fad565b989b979a50959850939692959293505050565b803563ffffffff8116811461383857600080fd5b600080600080608085870312156140b357600080fd5b6140bc85613f96565b93506140ca60208601614089565b92506140d860408601613f96565b9396929550929360600135925050565b600080604083850312156140fb57600080fd5b82356001600160401b0381111561411157600080fd5b830160a0818603121561412357600080fd5b915061413160208401613f96565b90509250929050565b6000608082019050825182526001600160401b0360208401511660208301526040830151614175604084018280518252602090810151910152565b5092915050565b600080600080600060c0868803121561419457600080fd5b61419d86613f96565b94506141ac8760208801613f7e565b93506080860135925060a08601356001600160401b038111156141ce57600080fd5b6141da88828901613fad565b969995985093965092949392505050565b6000806000806080858703121561420157600080fd5b61420a85613f96565b935061421860208601613f96565b925061422660408601614089565b915061423460608601614089565b905092959194509250565b60005b8381101561425a578181015183820152602001614242565b50506000910152565b6000815180845261427b81602086016020860161423f565b601f01601f19169290920160200192915050565b602081526000611d1f6020830184614263565b80356001600160401b038116811461383857600080fd5b600080600080600060a086880312156142d157600080fd5b6142da86613f96565b94506142e860208701614089565b9350604086013592506142fd606087016142a2565b949793965091946080013592915050565b803561ffff8116811461383857600080fd5b6000806000806080858703121561433657600080fd5b61433f85613f96565b935061434d60208601613f96565b9250604085013591506142346060860161430e565b6000806040838503121561437557600080fd5b61437e83613f96565b915061413160208401614089565b60006020828403121561439e57600080fd5b611d1f82613f96565b6000806000606084860312156143bc57600080fd5b6143c584613f96565b92506143d360208501614089565b9150604084013590509250925092565b6000602082840312156143f557600080fd5b611d1f82614089565b6000806000806000806000806000806000806101208d8f03121561442157600080fd5b61442a8d613f96565b9b5061443860208e01613f96565b9a5060408d0135995061444d60608e0161430e565b985060808d0135975060a08d013596506001600160401b0360c08e0135111561447557600080fd5b6144858e60c08f01358f01613fad565b90965094506001600160401b0360e08e013511156144a257600080fd5b6144b28e60e08f01358f01613fad565b90945092506001600160401b036101008e013511156144d057600080fd5b6144e18e6101008f01358f01613fad565b81935080925050509295989b509295989b509295989b565b60008060008060008060008060008060006101408c8e03121561451b57600080fd5b6145258d8d613f7e565b9a5061453360608d01613f96565b995060808c0135985060a08c0135975060c08c013596506001600160401b038060e08e0135111561456357600080fd5b6145738e60e08f01358f01613fad565b90975095506101008d013581101561458a57600080fd5b61459b8e6101008f01358f01613fad565b90955093506101208d01358110156145b257600080fd5b506145c48d6101208e01358e01613fad565b81935080925050509295989b509295989b9093969950565b600080600080606085870312156145f257600080fd5b6145fb85613f96565b935061460960208601613f96565b925060408501356001600160401b038082111561462557600080fd5b818701915087601f83011261463957600080fd5b81358181111561464857600080fd5b8860208260051b850101111561465d57600080fd5b95989497505060200194505050565b60008060008060006080868803121561468457600080fd5b61468d86613f96565b9450602086013593506146a26040870161430e565b925060608601356001600160401b038111156141ce57600080fd5b600080608083850312156146d057600080fd5b6146da8484613f7e565b915061413160608401613f96565b6020808252825182820181905260009190848201906040850190845b818110156147295783516001600160a01b031683529284019291840191600101614704565b50909695505050505050565b60008060008060008060008060c0898b03121561475157600080fd5b61475a89613f96565b975061476860208a01613f96565b96506040890135955061477d60608a0161430e565b945060808901356001600160401b038082111561479957600080fd5b6147a58c838d01613fad565b909650945060a08b01359150808211156147be57600080fd5b506147cb8b828c01613fad565b999c989b5096995094979396929594505050565b6000806000606084860312156147f457600080fd5b6147fd84613f96565b925061480b60208501614089565b915061481960408501613f96565b90509250925092565b60008060006060848603121561483757600080fd5b61484084614089565b92506143d360208501613f96565b60008060006060848603121561486357600080fd5b61484084613f96565b600080600060a0848603121561488157600080fd5b61488b8585613f7e565b925061489960608501613f96565b9150608084013590509250925092565b600080604083850312156148bc57600080fd5b61412383614089565b600080600080608085870312156148db57600080fd5b6148e485613f96565b93506148f260208601614089565b925060408501359150614234606086016142a2565b815181526020808301519082015260408101611655565b60006020828403121561493057600080fd5b611d1f826142a2565b838152818360208301376000910160200190815292915050565b63ffffffff61496182614089565b168252602081013560208301526001600160401b03614982604083016142a2565b1660408301525050565b81835281816020850137506000828201602090810191909152601f909101601f19169091010190565b6149bf8189614953565b86606082015260e0608082015260006149dc60e08301878961498c565b6001600160a01b03861660a084015282810360c08401526149fe81858761498c565b9a9950505050505050505050565b60808101614a1a8285614953565b6001600160a01b039290921660609190910152919050565b634e487b7160e01b600052602160045260246000fd5b600060208284031215614a5a57600080fd5b815160038110611d1f57600080fd5b80151581146132e657600080fd5b600060208284031215614a8957600080fd5b8151611d1f81614a69565b6001600160a01b03948516815263ffffffff93909316602084015292166040820152606081019190915260800190565b600060208284031215614ad657600080fd5b8135611d1f81614a69565b634e487b7160e01b600052604160045260246000fd5b600082601f830112614b0857600080fd5b81516001600160401b0380821115614b2257614b22614ae1565b604051601f8301601f19908116603f01168101908282118183101715614b4a57614b4a614ae1565b81604052838152866020858801011115614b6357600080fd5b6112ae84602083016020890161423f565b600060208284031215614b8657600080fd5b81516001600160401b03811115614b9c57600080fd5b6122ae84828501614af7565b63ffffffff95909516855260208501939093526001600160a01b039190911660408401526001600160401b03166060830152608082015260a00190565b8a815261ffff8a16602082015288604082015287606082015260e060808201526000614c1560e08301888a61498c565b82810360a0840152614c2881878961498c565b905082810360c0840152614c3d81858761498c565b9d9c50505050505050505050505050565b634e487b7160e01b600052601160045260246000fd5b8082018082111561165557611655614c4e565b6000610120614c86838e614953565b8b60608401528a60808401528960a08401528060c0840152614cab818401898b61498c565b905082810360e0840152614cc081878961498c565b9050828103610100840152614c3d81858761498c565b6001600160a01b03841681526040602080830182905282820184905260009190606090818501600587901b8601830188865b89811015614db957888303605f190184528135368c9003605e19018112614d2e57600080fd5b8b0163ffffffff80614d3f83614089565b16855280614d4e888401614089565b16878601525087810135601e19823603018112614d6a57600080fd5b0185810190356001600160401b03811115614d8457600080fd5b803603821315614d9357600080fd5b8789860152614da5888601828461498c565b958701959450505090840190600101614d08565b50909a9950505050505050505050565b8183823760009101908152919050565b6001600160a01b038781168252861660208201526040810185905261ffff8416606082015260a060808201819052600090614e17908301848661498c565b98975050505050505050565b600060018060a01b03808a16835288602084015260a06040840152614e4c60a08401888a61498c565b81871660608501528381036080850152614e6781868861498c565b9b9a5050505050505050505050565b63ffffffff9390931683526001600160a01b03919091166020830152604082015260600190565b60a08101614eab8286614953565b6001600160a01b0393909316606082015260800152919050565b6001600160401b0381811683821601908082111561417557614175614c4e565b6000808335601e19843603018112614efc57600080fd5b8301803591506001600160401b03821115614f1657600080fd5b60200191503681900382131561149e57600080fd5b606080825285516001600160401b031682820152602086015163ffffffff16608083015260408601516001600160a01b031660a0830152850151600090614f7a60c084018263ffffffff169052565b50608086015160e083015260a086015161010083015260c086015160e0610120840152614fab610140840182614263565b90508281036020840152614fc081868861498c565b9150506127b0604083018415159052565b600060408284031215614fe357600080fd5b604051604081018181106001600160401b038211171561500557615005614ae1565b604052825181526020928301519281019290925250919050565b60006040828403121561503157600080fd5b611d1f8383614fd1565b6000806060838503121561504e57600080fd5b6150588484614fd1565b915060408301516001600160401b0381111561507357600080fd5b61507f85828601614af7565b9150509250929050565b60608152600061509c6060830187614263565b82810360208401526150af81868861498c565b91505060018060a01b038316604083015295945050505050565b6000602082840312156150db57600080fd5b5051919050565b606081016116558284614953565b6000825161510281846020870161423f565b919091019291505056fea2646970667358221220ea0d01990456b0d1de7c86a2aca7ed3836648955d2963f690bf06f68d65c283964736f6c63430008160033608060405234801561001057600080fd5b506101c3806100206000396000f3fe608060405234801561001057600080fd5b506004361061004c5760003560e01c806301ffc9a7146100655780631881d94d1461008d57806354fd4d501461009c5780636750cd4c146100c3575b604051632657b6c360e01b815260040160405180910390fd5b61007861007336600461010e565b6100d7565b60405190151581526020015b60405180910390f35b6002604051610084919061013f565b6040805167ffffffffffffffff815260ff6020820152600291810191909152606001610084565b6100786100d1366004610167565b50600190565b60006001600160e01b031982166325fc096160e21b148061010857506301ffc9a760e01b6001600160e01b03198316145b92915050565b60006020828403121561012057600080fd5b81356001600160e01b03198116811461013857600080fd5b9392505050565b602081016003831061016157634e487b7160e01b600052602160045260246000fd5b91905290565b60006020828403121561017957600080fd5b813563ffffffff8116811461013857600080fdfea26469706673582212202c7030539d4ae30fa9f1e5715e9f9c4ba80c1b47155492404131ae89496e084664736f6c63430008160033",
|
|
2419
|
+
"deployedBytecode": "0x6080604052600436106103505760003560e01c80639132e5c3116101c6578063c9fc7bcd116100f7578063ddc28c5811610095578063e8964e811161006f578063e8964e8114610b8f578063ef667aa114610baf578063f2fde38b14610bfa578063f64be4c714610c1a57600080fd5b8063ddc28c5814610b2e578063e1758bd814610b5b578063e4fe1d9414610b6f57600080fd5b8063d4b4ec8f116100d1578063d4b4ec8f14610a72578063d70b890214610a92578063dc706a6214610ab2578063dc93c8a214610ae257600080fd5b8063c9fc7bcd146109f6578063ca5eb5e114610a3d578063cb5026b914610a5d57600080fd5b8063a7229fd911610164578063aafea3121161013e578063aafea31214610976578063b96a277f14610996578063c28e0eed146109b6578063c9a54a99146109d657600080fd5b8063a7229fd914610916578063a825d74714610936578063aafe5e071461095657600080fd5b80639c6d7340116101a05780639c6d73401461086f5780639d7f9775146108b6578063a0dd43fc146108d6578063a718531b146108f657600080fd5b80639132e5c31461081a57806391d20fa11461083c5780639535ff301461084f57600080fd5b80635b17bb70116102a05780636f50a8031161023e57806379624ca91161021857806379624ca9146107a35780637cb59012146107bc578063861e1ca5146107dc5780638da5cb5b146107fc57600080fd5b80636f50a80314610724578063715018a61461075a578063733180911461076f57600080fd5b80636a14d7151161027a5780636a14d715146106655780636bf73fa3146106855780636dbd9f90146106a55780636e83f5bb146106c557600080fd5b80635b17bb70146105b65780636750cd4c14610615578063697fe6b61461064557600080fd5b80632baf0be71161030d578063402f8468116102e7578063402f8468146104c057806340f80683146104ff578063416ecebf1461051f578063587cde1e1461056857600080fd5b80632baf0be7146104355780632e80fbf31461045957806335d330b01461047957600080fd5b80630c0c389e1461035557806314f651a91461036a578063183c834f146103a85780632637a450146103c85780632a56c1b0146103e85780632b3197b914610408575b600080fd5b610368610363366004613fee565b610c50565b005b34801561037657600080fd5b5061037f610d4e565b6040805163ffffffff90931683526001600160a01b039091166020830152015b60405180910390f35b3480156103b457600080fd5b506103686103c336600461409d565b610d80565b6103db6103d63660046140e8565b611027565b60405161039f919061413a565b3480156103f457600080fd5b5061036861040336600461417c565b61114d565b34801561041457600080fd5b506104286104233660046141eb565b6111ed565b60405161039f919061428f565b34801561044157600080fd5b5061044b60001981565b60405190815260200161039f565b34801561046557600080fd5b506103686104743660046142b9565b6112b8565b34801561048557600080fd5b5061044b610494366004614320565b600c60209081526000948552604080862082529385528385208152918452828420909152825290205481565b3480156104cc57600080fd5b506104e06104db366004614362565b611427565b604080516001600160a01b03909316835290151560208301520161039f565b34801561050b57600080fd5b5061036861051a3660046142b9565b6114a5565b34801561052b57600080fd5b506105537f000000000000000000000000000000000000000000000000000000000000000081565b60405163ffffffff909116815260200161039f565b34801561057457600080fd5b5061059e61058336600461438c565b600f602052600090815260409020546001600160a01b031681565b6040516001600160a01b03909116815260200161039f565b3480156105c257600080fd5b506105fd6105d13660046143a7565b60016020908152600093845260408085208252928452828420905282529020546001600160401b031681565b6040516001600160401b03909116815260200161039f565b34801561062157600080fd5b506106356106303660046143e3565b61160b565b604051901515815260200161039f565b34801561065157600080fd5b506103686106603660046143fe565b61165b565b34801561067157600080fd5b5061036861068036600461409d565b6116d0565b34801561069157600080fd5b506103686106a03660046144f9565b611aae565b3480156106b157600080fd5b506103686106c03660046145dc565b611b18565b3480156106d157600080fd5b506107056106e03660046143e3565b600b60205260009081526040902080546001909101546001600160a01b039091169082565b604080516001600160a01b03909316835260208301919091520161039f565b34801561073057600080fd5b5061059e61073f3660046143e3565b600a602052600090815260409020546001600160a01b031681565b34801561076657600080fd5b50610368611bba565b34801561077b57600080fd5b5061059e7f000000000000000000000000000000000000000000000000000000000000000081565b3480156107af57600080fd5b50600d5460011415610635565b3480156107c857600080fd5b506103686107d736600461466c565b611bce565b3480156107e857600080fd5b506106356107f73660046146bd565b611cba565b34801561080857600080fd5b506000546001600160a01b031661059e565b34801561082657600080fd5b5061082f611d26565b60405161039f91906146e8565b61036861084a366004614735565b611d88565b34801561085b57600080fd5b5061036861086a3660046147df565b611f18565b34801561087b57600080fd5b506105fd61088a3660046143a7565b60036020908152600093845260408085208252928452828420905282529020546001600160401b031681565b3480156108c257600080fd5b506106356108d13660046147df565b61217c565b3480156108e257600080fd5b506105fd6108f13660046143a7565b612256565b34801561090257600080fd5b50610368610911366004614822565b6122b6565b34801561092257600080fd5b5061036861093136600461484e565b6125d6565b34801561094257600080fd5b5061036861095136600461486c565b6125ee565b34801561096257600080fd5b5061044b6109713660046143a7565b612739565b34801561098257600080fd5b506103686109913660046148a9565b6127b9565b3480156109a257600080fd5b5061059e6109b1366004614362565b6129e2565b3480156109c257600080fd5b506103686109d136600461438c565b612a51565b3480156109e257600080fd5b506106356109f13660046146bd565b612aae565b348015610a0257600080fd5b5061044b610a113660046148c5565b600260209081526000948552604080862082529385528385208152918452828420909152825290205481565b348015610a4957600080fd5b50610368610a5836600461438c565b612b13565b348015610a6957600080fd5b5061044b600081565b348015610a7e57600080fd5b50610368610a8d366004614822565b612b73565b348015610a9e57600080fd5b50610368610aad3660046148c5565b612db1565b348015610abe57600080fd5b50610635610acd36600461438c565b60056020526000908152604090205460ff1681565b348015610aee57600080fd5b50610635610afd366004614362565b6001600160a01b03918216600090815260066020908152604080832063ffffffff9490941683529290522054161590565b348015610b3a57600080fd5b50610b4e610b493660046140e8565b612ea0565b60405161039f9190614907565b348015610b6757600080fd5b50600061059e565b348015610b7b57600080fd5b50600e5461059e906001600160a01b031681565b348015610b9b57600080fd5b50610368610baa36600461438c565b61310c565b348015610bbb57600080fd5b50610705610bca366004614362565b6008602090815260009283526040808420909152908252902080546001909101546001600160a01b039091169082565b348015610c0657600080fd5b50610368610c1536600461438c565b613270565b348015610c2657600080fd5b5061059e610c353660046143e3565b6009602052600090815260409020546001600160a01b031681565b610c9f86610c6160208a018a6143e3565b60208a0135610c7660608c0160408d0161491e565b898989604051602001610c8b93929190614939565b6040516020818303038152906040526132e9565b506040516313137d6560e01b81526001600160a01b038716906313137d65903490610cda908b908a908a908a9033908b908b906004016149b5565b6000604051808303818588803b158015610cf357600080fd5b505af1158015610d07573d6000803e3d6000fd5b50505050507f3cd5e48f9730b129dc7550f0fcea9c767b7be37837cd10e55eb35f734f4bca048787604051610d3d929190614a0c565b60405180910390a150505050505050565b600080610d5e600d546001141590565b610d6a57600080610d78565b610d78600d5460a081901c91565b915091509091565b6001600160a01b038216600090815260056020526040902054829060ff16610dbb57604051631bc58ef360e11b815260040160405180910390fd5b826001600160a01b03811615610e5e576000816001600160a01b0316631881d94d6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610e0b573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e2f9190614a48565b6002811115610e4057610e40614a32565b03610e5e576040516342756b1b60e11b815260040160405180910390fd5b83856001600160a01b03821615610efa576040516319d4335360e21b815263ffffffff821660048201526001600160a01b03831690636750cd4c90602401602060405180830381865afa158015610eb9573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610edd9190614a77565b610efa57604051630e476aa960e21b815260040160405180910390fd5b610f03886134a4565b6000610f0f8989611427565b9150508015610f3157604051633c075f7560e01b815260040160405180910390fd5b85600003610f79576001600160a01b038916600090815260086020908152604080832063ffffffff8c168452909152812080546001600160a01b031916815560010155610fdf565b438611610f99576040516302efcf9160e11b815260040160405180910390fd5b6001600160a01b03898116600090815260086020908152604080832063ffffffff8d168452909152902080546001600160a01b0319169189169190911781556001018690555b7f4e0a5bbfa0c11a64effb1ada324b5437a17272e1aed9320398715ef71bb20928898989896040516110149493929190614a94565b60405180910390a1505050505050505050565b61102f613f37565b61103c60208401846143e3565b336001600d54146110605760405163ee120b0960e01b815260040160405180910390fd5b63ffffffff60a01b60a083811b919091166001600160a01b03831617600d5561108e90860160808701614ac4565b80156110a35750600e546001600160a01b0316155b156110c157604051632d7b695560e11b815260040160405180910390fd5b6000806110ce33886134f5565b9150915060006110db3490565b905060006110f76110f260a08b0160808c01614ac4565b6137a1565b90506111088460400151838361383d565b600e5460408501516020015161112a916001600160a01b03169083868c61388b565b60408401515161113c9083858b6138b8565b50506001600d555095945050505050565b611156856134a4565b600083838360405160200161116d93929190614939565b60408051601f1981840301815291905290506111ab8661119060208801886143e3565b60208801356111a560608a0160408b0161491e565b856132e9565b507f3cd5e48f9730b129dc7550f0fcea9c767b7be37837cd10e55eb35f734f4bca0485876040516111dd929190614a0c565b60405180910390a1505050505050565b6001600160a01b038316600090815260056020526040902054606090849060ff1661122b57604051631bc58ef360e11b815260040160405180910390fd5b604051639c33abf760e01b815263ffffffff80861660048301526001600160a01b0388811660248401529085166044830152861690639c33abf790606401600060405180830381865afa158015611286573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526112ae9190810190614b74565b9695505050505050565b6112c1856134a4565b6001600160a01b038516600090815260026020908152604080832063ffffffff88168452825280832086845282528083206001600160401b038616845290915290205481811461133357604051637182306f60e01b815260048101829052602481018390526044015b60405180910390fd5b6001600160a01b038616600090815260016020908152604080832063ffffffff8916845282528083208784529091529020546001600160401b039081169084161180159061137f575080155b156113a857604051630c09b63560e41b81526001600160401b038416600482015260240161132a565b6001600160a01b038616600090815260026020908152604080832063ffffffff89168452825280832087845282528083206001600160401b0387168452909152908190206000199055517faf0450c392c4f702515a457a362328c8aa21916048ca6d0419e248b30cb55292906111dd90879087908a9088908890614ba8565b6001600160a01b03808316600090815260076020908152604080832063ffffffff86168452909152812054909116908161149e5763ffffffff83166000908152600a60205260409020546001600160a01b031691508161149a57604051633c74268360e11b815260040160405180910390fd5b5060015b9250929050565b6114ae856134a4565b6001600160a01b038516600090815260026020908152604080832063ffffffff88168452825280832086845282528083206001600160401b038616845290915290205481811461151b57604051637182306f60e01b8152600481018290526024810183905260440161132a565b80158061156557506001600160a01b038616600090815260016020908152604080832063ffffffff8916845282528083208784529091529020546001600160401b03908116908416115b1561158e57604051630c09b63560e41b81526001600160401b038416600482015260240161132a565b6001600160a01b038616600090815260026020908152604080832063ffffffff89168452825280832087845282528083206001600160401b038716845290915280822091909155517f7f68a37a6e69a0de35024a234558f9efe4b33b58657753d21eaaa82d51c3510e906111dd90879087908a9088908890614ba8565b63ffffffff81166000908152600960205260408120546001600160a01b031615801590611655575063ffffffff82166000908152600a60205260409020546001600160a01b031615155b92915050565b336001600160a01b03168b6001600160a01b03168d6001600160a01b03167f8a0b1dce321c5c5fb42349bce46d18087c04140de520917661fb923e44a904b98d8d8d8d8d8d8d8d8d8d6040516116ba9a99989796959493929190614be5565b60405180910390a4505050505050505050505050565b6001600160a01b038216600090815260056020526040902054829060ff1615801561170357506001600160a01b03811615155b156117215760405163a4ff2ec360e01b815260040160405180910390fd5b826001600160a01b038116156117c4576000816001600160a01b0316631881d94d6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611771573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906117959190614a48565b60028111156117a6576117a6614a32565b036117c4576040516342756b1b60e11b815260040160405180910390fd5b83856001600160a01b03821615611860576040516319d4335360e21b815263ffffffff821660048201526001600160a01b03831690636750cd4c90602401602060405180830381865afa15801561181f573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906118439190614a77565b61186057604051630e476aa960e21b815260040160405180910390fd5b611869886134a4565b6001600160a01b03808916600090815260076020908152604080832063ffffffff8c168452909152902054811690871681036118b85760405163d0ecb66b60e01b815260040160405180910390fd5b6001600160a01b03898116600081815260076020908152604080832063ffffffff8e168085529083529281902080546001600160a01b031916958d1695861790558051938452908301919091528101919091527fcd6f92f5ac6185a5acfa02c92090746cec64d777269cbcd0ed031e396657a1c29060600160405180910390a18515611a32576001600160a01b038116158061195b57506001600160a01b038716155b1561197957604051633c075f7560e01b815260040160405180910390fd5b60006040518060400160405280836001600160a01b0316815260200188436119a19190614c64565b90526001600160a01b038b8116600090815260086020908152604080832063ffffffff8f168452825291829020845181546001600160a01b03191694169390931783558301516001909201829055519192507f4e0a5bbfa0c11a64effb1ada324b5437a17272e1aed9320398715ef71bb2092891611a24918d918d918791614a94565b60405180910390a150611aa3565b6001600160a01b038916600090815260086020908152604080832063ffffffff8c16845290915280822080546001600160a01b0319168155600101829055517f4e0a5bbfa0c11a64effb1ada324b5437a17272e1aed9320398715ef71bb2092891611014918c918c91869190614a94565b505050505050505050565b336001600160a01b03168a6001600160a01b03167f7edfa10fe10193301ad8a8bea7e968c7bcabcc64981f368e3aeada40ce26ae2c8d8c8c8c8c8c8c8c8c8c604051611b039a99989796959493929190614c77565b60405180910390a35050505050505050505050565b6001600160a01b038316600090815260056020526040902054839060ff16611b5357604051631bc58ef360e11b815260040160405180910390fd5b611b5c856134a4565b604051631077eb9160e11b81526001600160a01b038516906320efd72290611b8c90889087908790600401614cd6565b600060405180830381600087803b158015611ba657600080fd5b505af1158015611aa3573d6000803e3d6000fd5b611bc26138e2565b611bcc600061393c565b565b336000908152600c602090815260408083206001600160a01b03891684528252808320878452825280832061ffff8716845290915290205415611c2457604051630542086560e21b815260040160405180910390fd5b8181604051611c34929190614dc9565b60408051918290038220336000818152600c60209081528482206001600160a01b038c16835281528482208a8352815284822061ffff8a168352905292909220557f3d52ff888d033fd3dd1d8057da59e850c91d91a72c41dfa445b247dfedeb6dc191611cab919088908890889088908890614dd9565b60405180910390a15050505050565b6001600160a01b03811660009081526001602090815260408220611d1f91859185918590611cea908501856143e3565b63ffffffff168152602080820192909252604090810160009081208984013582529092529020546001600160401b031661398c565b9392505050565b60606004805480602002602001604051908101604052809291908181526020018280548015611d7e57602002820191906000526020600020905b81546001600160a01b03168152600190910190602001808311611d60575b5050505050905090565b6001600160a01b038089166000908152600c60209081526040808320938b168352928152828220898352815282822061ffff891683529052818120549151611dd39087908790614dc9565b60405180910390209050808214611e07576040516335ca595f60e01b8152600481018390526024810182905260440161132a565b6001600160a01b03808b166000908152600c60209081526040808320938d168084529382528083208c8452825280832061ffff8c168452909152908190206001905551630685081360e51b815263d0a10260903490611e76908e908d908c908c9033908d908d90600401614e23565b6000604051808303818588803b158015611e8f57600080fd5b505af1158015611ea3573d6000803e3d6000fd5b50505050507e36c98efcf9e6641dfbc9051f66f405253e8e0c2ab4a24dccda15595b7378c88a8a8a8a604051611f0494939291906001600160a01b039485168152929093166020830152604082015261ffff91909116606082015260800190565b60405180910390a150505050505050505050565b6001600160a01b038116600090815260056020526040902054819060ff16158015611f4b57506001600160a01b03811615155b15611f695760405163a4ff2ec360e01b815260040160405180910390fd5b816001600160a01b0381161561200c576001816001600160a01b0316631881d94d6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611fb9573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611fdd9190614a48565b6002811115611fee57611fee614a32565b0361200c57604051633d00f6f160e11b815260040160405180910390fd5b82846001600160a01b038216156120a8576040516319d4335360e21b815263ffffffff821660048201526001600160a01b03831690636750cd4c90602401602060405180830381865afa158015612067573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061208b9190614a77565b6120a857604051630e476aa960e21b815260040160405180910390fd5b6120b1876134a4565b6001600160a01b03878116600090815260066020908152604080832063ffffffff8b1684529091529020548187169116036120ff5760405163d0ecb66b60e01b815260040160405180910390fd5b6001600160a01b03878116600081815260066020908152604080832063ffffffff8c168085529083529281902080546001600160a01b031916958b1695861790558051938452908301919091528101919091527f4cff966ebee29a156dcb34cf72c1d06231fb1777f6bdf6e8089819232f002b1c90606001610d3d565b600080600061218b8686611427565b91509150816001600160a01b0316846001600160a01b0316036121b357600192505050611d1f565b6000816121e8576001600160a01b038716600090815260086020908152604080832063ffffffff8a16845290915290206121fe565b63ffffffff86166000908152600b602052604090205b6040805180820190915281546001600160a01b03908116808352600190930154602083015290925086161480156122385750438160200151115b156122495760019350505050611d1f565b5060009695505050505050565b6001600160a01b038316600090815260016020908152604080832063ffffffff8616845282528083208484529091528120546001600160401b03165b6122a185858584600101613a10565b156122ae57600101612292565b949350505050565b6122be6138e2565b6001600160a01b038216600090815260056020526040902054829060ff166122f957604051631bc58ef360e11b815260040160405180910390fd5b826001600160a01b0381161561239c576000816001600160a01b0316631881d94d6040518163ffffffff1660e01b8152600401602060405180830381865afa158015612349573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061236d9190614a48565b600281111561237e5761237e614a32565b0361239c576040516342756b1b60e11b815260040160405180910390fd5b83856001600160a01b03821615612438576040516319d4335360e21b815263ffffffff821660048201526001600160a01b03831690636750cd4c90602401602060405180830381865afa1580156123f7573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061241b9190614a77565b61243857604051630e476aa960e21b815260040160405180910390fd5b63ffffffff87166000908152600a60205260409020546001600160a01b03908116908716810361247b5760405163d0ecb66b60e01b815260040160405180910390fd5b63ffffffff88166000818152600a602090815260409182902080546001600160a01b0319166001600160a01b038c169081179091558251938452908301527fc16891855cffb4a5ac51ac11864a3f3c96ba816cc45fe686c987ae36277de5ec910160405180910390a185156125695763ffffffff88166000908152600b6020526040902080546001600160a01b0319166001600160a01b0383161781556125228743614c64565b600182018190556040517f55b28633cdb29709386f555dfc54418592ad475ce7a65a78ac5928af60ffb8f89161255b918c918691614e76565b60405180910390a1506125cc565b63ffffffff88166000908152600b602052604080822080546001600160a01b0319168155600101829055517f55b28633cdb29709386f555dfc54418592ad475ce7a65a78ac5928af60ffb8f8916125c3918b918591614e76565b60405180910390a15b5050505050505050565b6125de6138e2565b6125e9838383613a5d565b505050565b612605826125ff60208601866143e3565b3361217c565b612622576040516313e9bb2b60e21b815260040160405180910390fd5b6001600160a01b0382166000908152600160209081526040822090829061264b908701876143e3565b63ffffffff168152602080820192909252604090810160009081208784013582529092529020546001600160401b0316905061268884848361398c565b6126a55760405163751cb20f60e01b815260040160405180910390fd5b6126b0848483613a80565b6126cc5760405162bbf0e560e11b815260040160405180910390fd5b6126f8836126dd60208701876143e3565b60208701356126f26060890160408a0161491e565b86613b3d565b7f0d87345f3d1c929caba93e1c3821b54ff3512e12b66aa3cfe54b6bcbc17e59b484848460405161272b93929190614e9d565b60405180910390a150505050565b6001600160a01b038316600090815260036020908152604080832063ffffffff8616845282528083208484529091528120548190612781906001600160401b03166001614ec5565b90506127b0817f0000000000000000000000000000000000000000000000000000000000000000878787613ba3565b95945050505050565b6127c16138e2565b6001600160a01b038116600090815260056020526040902054819060ff166127fc57604051631bc58ef360e11b815260040160405180910390fd5b816001600160a01b0381161561289f576001816001600160a01b0316631881d94d6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561284c573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906128709190614a48565b600281111561288157612881614a32565b0361289f57604051633d00f6f160e11b815260040160405180910390fd5b82846001600160a01b0382161561293b576040516319d4335360e21b815263ffffffff821660048201526001600160a01b03831690636750cd4c90602401602060405180830381865afa1580156128fa573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061291e9190614a77565b61293b57604051630e476aa960e21b815260040160405180910390fd5b63ffffffff86166000908152600960205260409020546001600160a01b0380871691160361297c5760405163d0ecb66b60e01b815260040160405180910390fd5b63ffffffff861660008181526009602090815260409182902080546001600160a01b0319166001600160a01b038a169081179091558251938452908301527f16aa0f528038ab41019e95bae5b418a50ba8532c5800e3b7ea2f517d3fa625f591016111dd565b6001600160a01b03808316600090815260066020908152604080832063ffffffff861684529091529020541680611655575063ffffffff81166000908152600960205260409020546001600160a01b03168061165557604051636c1ccdb560e01b815260040160405180910390fd5b612a596138e2565b600e80546001600160a01b0319166001600160a01b0383169081179091556040519081527fd476ec5ec1ac11cec3714d41e7ea49419471aceb9bd0dff1becfc3e363a62396906020015b60405180910390a150565b6001600160a01b03811660009081526001602090815260408220611d1f91859185918590612ade908501856143e3565b63ffffffff168152602080820192909252604090810160009081208984013582529092529020546001600160401b0316613a80565b336000818152600f602090815260409182902080546001600160a01b0319166001600160a01b0386169081179091558251938452908301527f6ee10e9ed4d6ce9742703a498707862f4b00f1396a87195eb93267b3d79839819101612aa3565b6001600160a01b038216600090815260056020526040902054829060ff16612bae57604051631bc58ef360e11b815260040160405180910390fd5b826001600160a01b03811615612c51576000816001600160a01b0316631881d94d6040518163ffffffff1660e01b8152600401602060405180830381865afa158015612bfe573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612c229190614a48565b6002811115612c3357612c33614a32565b03612c51576040516342756b1b60e11b815260040160405180910390fd5b83856001600160a01b03821615612ced576040516319d4335360e21b815263ffffffff821660048201526001600160a01b03831690636750cd4c90602401602060405180830381865afa158015612cac573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612cd09190614a77565b612ced57604051630e476aa960e21b815260040160405180910390fd5b612cf56138e2565b84600003612d295763ffffffff87166000908152600b6020526040812080546001600160a01b031916815560010155612d7e565b438511612d49576040516302efcf9160e11b815260040160405180910390fd5b63ffffffff87166000908152600b6020526040902080546001600160a01b0319166001600160a01b0388161781556001018590555b7f55b28633cdb29709386f555dfc54418592ad475ce7a65a78ac5928af60ffb8f8878787604051610d3d93929190614e76565b612dba846134a4565b612dc5848484612256565b612dd0906001614ec5565b6001600160401b0316816001600160401b031614612e0c57604051630c09b63560e41b81526001600160401b038216600482015260240161132a565b6001600160a01b038416600081815260016020908152604080832063ffffffff8816808552908352818420878552835292819020805467ffffffffffffffff19166001600160401b038716908117909155815193845291830186905282019290925260608101919091527f28f40053783033ef755556a0c3315379141f51a33aed8334174ffbadd90bde489060800161272b565b6040805180820190915260008082526020820152612ec460a0840160808501614ac4565b8015612ed95750600e546001600160a01b0316155b15612ef757604051632d7b695560e11b815260040160405180910390fd5b6001600160a01b03821660009081526003602090815260408220908290612f20908701876143e3565b63ffffffff16815260208082019290925260409081016000908120878401358252909252902054612f5b906001600160401b03166001614ec5565b905060006040518060e00160405280836001600160401b031681526020017f000000000000000000000000000000000000000000000000000000000000000063ffffffff168152602001856001600160a01b03168152602001866000016020810190612fc791906143e3565b63ffffffff1681526020018660200135815260200161301f847f0000000000000000000000000000000000000000000000000000000000000000888a600001602081019061301591906143e3565b8b60200135613ba3565b81526020016130316040880188614ee5565b8080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201829052509390945250929350915061307e9050856109b160208901896143e3565b90506001600160a01b03811663d80e9bd98361309d60608a018a614ee5565b6130ad60a08c0160808d01614ac4565b6040518563ffffffff1660e01b81526004016130cc9493929190614f2b565b6040805180830381865afa1580156130e8573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906112ae919061501f565b6131146138e2565b6040516301ffc9a760e01b81526325fc096160e21b60048201526001600160a01b038216906301ffc9a790602401602060405180830381865afa15801561315f573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906131839190614a77565b6131a05760405163eb64f35d60e01b815260040160405180910390fd5b6001600160a01b03811660009081526005602052604090205460ff16156131da5760405163457517f360e11b815260040160405180910390fd5b6001600160a01b0381166000818152600560209081526040808320805460ff191660019081179091556004805491820181559093527f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b90920180546001600160a01b0319168417905590519182527f6b374d56679ca9463f27c85c6311e2bb7fde69bf201d3da39d53f10bd9d78af59101612aa3565b6132786138e2565b6001600160a01b0381166132dd5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b606482015260840161132a565b6132e68161393c565b50565b6001600160a01b038516600090815260016020908152604080832063ffffffff8816845282528083208684529091528120546001600160401b039081169084168110156133d757600181015b846001600160401b0316816001600160401b03161161338a5761335a88888884613a10565b61338257604051630c09b63560e41b81526001600160401b038216600482015260240161132a565b600101613335565b506001600160a01b038716600090815260016020908152604080832063ffffffff8a16845282528083208884529091529020805467ffffffffffffffff19166001600160401b0386161790555b82516020808501919091206001600160a01b038916600090815260028352604080822063ffffffff8b168352845280822089835284528082206001600160401b0389168352909352919091205490925080831461345157604051637182306f60e01b8152600481018290526024810184905260440161132a565b50506001600160a01b03909516600090815260026020908152604080832063ffffffff90971683529581528582209482529384528481206001600160401b03909316815291909252918220919091555090565b336001600160a01b038216148015906134d757506001600160a01b038181166000908152600f6020526040902054163314155b156132e65760405163c4c5259360e01b815260040160405180910390fd5b6134fd613f37565b60008061356e8561351160208701876143e3565b6001600160a01b0391909116600090815260036020908152604080832063ffffffff949094168352928152828220818901358352905220805467ffffffffffffffff19811660016001600160401b03928316019182161790915590565b905060006040518060e00160405280836001600160401b031681526020017f000000000000000000000000000000000000000000000000000000000000000063ffffffff168152602001876001600160a01b031681526020018660000160208101906135da91906143e3565b63ffffffff16815260200186602001358152602001613628847f00000000000000000000000000000000000000000000000000000000000000008a8a600001602081019061301591906143e3565b815260200161363a6040880188614ee5565b8080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920182905250939094525092935091506136879050876109b160208901896143e3565b90506000806001600160a01b038316634389e58f856136a960608c018c614ee5565b6136b960a08e0160808f01614ac4565b6040518563ffffffff1660e01b81526004016136d89493929190614f2b565b6000604051808303816000875af11580156136f7573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261371f919081019061503b565b90925090507f1ab700d4ced0c005b164c0f789fd09fcbb0156d4c2041b8a3bfbcd961cd1567f8161375360608b018b614ee5565b866040516137649493929190615089565b60405180910390a1506040805160608101825260a09094015184526001600160401b03909416602084015292820192909252925090509250929050565b6000811561383857600e546040516370a0823160e01b81523060048201526001600160a01b03909116906370a0823190602401602060405180830381865afa1580156137f1573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061381591906150c9565b90508060000361383857604051631775123760e01b815260040160405180910390fd5b919050565b825182108061384f5750808360200151115b156125e95782516020840151604051634f3ec0d360e01b815260048101929092526024820184905260448201526064810182905260840161132a565b831561389c5761389c858386613c1c565b828410156138b1576138b18582868603613c1c565b5050505050565b83156138c8576138c88285613c57565b828410156138dc576138dc81858503613c57565b50505050565b6000546001600160a01b03163314611bcc5760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015260640161132a565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b600080826001600160401b031611806122ae5750604051600162842fc360e01b031981526001600160a01b0384169063ff7bd03d906139cf9087906004016150e2565b602060405180830381865afa1580156139ec573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906122ae9190614a77565b6001600160a01b038416600090815260026020908152604080832063ffffffff87168452825280832085845282528083206001600160401b03851684529091529020541515949350505050565b6001600160a01b038316613a75576125e98282613c57565b6125e9838383613c1c565b60006001600160401b038216613a9c606086016040870161491e565b6001600160401b031611806122ae57506001600160a01b03831660009081526002602090815260408220908290613ad5908801886143e3565b63ffffffff1663ffffffff1681526020019081526020016000206000866020013581526020019081526020016000206000866040016020810190613b19919061491e565b6001600160401b031681526020810191909152604001600020541415949350505050565b80613b5b576040516304df7fdb60e11b815260040160405180910390fd5b6001600160a01b03909416600090815260026020908152604080832063ffffffff90961683529481528482209382529283528381206001600160401b03909216815291522055565b600085856001600160a01b03861660405160c09390931b6001600160c01b031916602084015260e091821b6001600160e01b03199081166028850152602c8401919091529085901b16604c8201526050810183905260700160405160208183030381529060405280519060200120905095945050505050565b6001600160a01b038216613c43576040516306b7a93160e41b815260040160405180910390fd5b6125e96001600160a01b0384168383613d04565b6001600160a01b038216613c7e576040516306b7a93160e41b815260040160405180910390fd5b6000826001600160a01b03168260405160006040518083038185875af1925050503d8060008114613ccb576040519150601f19603f3d011682016040523d82523d6000602084013e613cd0565b606091505b50509050806125e957604051631196f20d60e21b81526001600160a01b03841660048201526024810183905260440161132a565b604080516001600160a01b03848116602483015260448083018590528351808403909101815260649092018352602080830180516001600160e01b031663a9059cbb60e01b17905283518085019094528084527f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564908401526125e992869291600091613d94918516908490613e14565b9050805160001480613db5575080806020019051810190613db59190614a77565b6125e95760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b606482015260840161132a565b60606122ae848460008585600080866001600160a01b03168587604051613e3b91906150f0565b60006040518083038185875af1925050503d8060008114613e78576040519150601f19603f3d011682016040523d82523d6000602084013e613e7d565b606091505b5091509150613e8e87838387613e99565b979650505050505050565b60608315613f08578251600003613f01576001600160a01b0385163b613f015760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604482015260640161132a565b50816122ae565b6122ae8383815115613f1d5781518083602001fd5b8060405162461bcd60e51b815260040161132a919061428f565b60405180606001604052806000801916815260200160006001600160401b03168152602001613f79604051806040016040528060008152602001600081525090565b905290565b600060608284031215613f9057600080fd5b50919050565b80356001600160a01b038116811461383857600080fd5b60008083601f840112613fbf57600080fd5b5081356001600160401b03811115613fd657600080fd5b60208301915083602082850101111561149e57600080fd5b600080600080600080600060e0888a03121561400957600080fd5b6140138989613f7e565b965061402160608901613f96565b95506080880135945060a08801356001600160401b038082111561404457600080fd5b6140508b838c01613fad565b909650945060c08a013591508082111561406957600080fd5b506140768a828b01613fad565b989b979a50959850939692959293505050565b803563ffffffff8116811461383857600080fd5b600080600080608085870312156140b357600080fd5b6140bc85613f96565b93506140ca60208601614089565b92506140d860408601613f96565b9396929550929360600135925050565b600080604083850312156140fb57600080fd5b82356001600160401b0381111561411157600080fd5b830160a0818603121561412357600080fd5b915061413160208401613f96565b90509250929050565b6000608082019050825182526001600160401b0360208401511660208301526040830151614175604084018280518252602090810151910152565b5092915050565b600080600080600060c0868803121561419457600080fd5b61419d86613f96565b94506141ac8760208801613f7e565b93506080860135925060a08601356001600160401b038111156141ce57600080fd5b6141da88828901613fad565b969995985093965092949392505050565b6000806000806080858703121561420157600080fd5b61420a85613f96565b935061421860208601613f96565b925061422660408601614089565b915061423460608601614089565b905092959194509250565b60005b8381101561425a578181015183820152602001614242565b50506000910152565b6000815180845261427b81602086016020860161423f565b601f01601f19169290920160200192915050565b602081526000611d1f6020830184614263565b80356001600160401b038116811461383857600080fd5b600080600080600060a086880312156142d157600080fd5b6142da86613f96565b94506142e860208701614089565b9350604086013592506142fd606087016142a2565b949793965091946080013592915050565b803561ffff8116811461383857600080fd5b6000806000806080858703121561433657600080fd5b61433f85613f96565b935061434d60208601613f96565b9250604085013591506142346060860161430e565b6000806040838503121561437557600080fd5b61437e83613f96565b915061413160208401614089565b60006020828403121561439e57600080fd5b611d1f82613f96565b6000806000606084860312156143bc57600080fd5b6143c584613f96565b92506143d360208501614089565b9150604084013590509250925092565b6000602082840312156143f557600080fd5b611d1f82614089565b6000806000806000806000806000806000806101208d8f03121561442157600080fd5b61442a8d613f96565b9b5061443860208e01613f96565b9a5060408d0135995061444d60608e0161430e565b985060808d0135975060a08d013596506001600160401b0360c08e0135111561447557600080fd5b6144858e60c08f01358f01613fad565b90965094506001600160401b0360e08e013511156144a257600080fd5b6144b28e60e08f01358f01613fad565b90945092506001600160401b036101008e013511156144d057600080fd5b6144e18e6101008f01358f01613fad565b81935080925050509295989b509295989b509295989b565b60008060008060008060008060008060006101408c8e03121561451b57600080fd5b6145258d8d613f7e565b9a5061453360608d01613f96565b995060808c0135985060a08c0135975060c08c013596506001600160401b038060e08e0135111561456357600080fd5b6145738e60e08f01358f01613fad565b90975095506101008d013581101561458a57600080fd5b61459b8e6101008f01358f01613fad565b90955093506101208d01358110156145b257600080fd5b506145c48d6101208e01358e01613fad565b81935080925050509295989b509295989b9093969950565b600080600080606085870312156145f257600080fd5b6145fb85613f96565b935061460960208601613f96565b925060408501356001600160401b038082111561462557600080fd5b818701915087601f83011261463957600080fd5b81358181111561464857600080fd5b8860208260051b850101111561465d57600080fd5b95989497505060200194505050565b60008060008060006080868803121561468457600080fd5b61468d86613f96565b9450602086013593506146a26040870161430e565b925060608601356001600160401b038111156141ce57600080fd5b600080608083850312156146d057600080fd5b6146da8484613f7e565b915061413160608401613f96565b6020808252825182820181905260009190848201906040850190845b818110156147295783516001600160a01b031683529284019291840191600101614704565b50909695505050505050565b60008060008060008060008060c0898b03121561475157600080fd5b61475a89613f96565b975061476860208a01613f96565b96506040890135955061477d60608a0161430e565b945060808901356001600160401b038082111561479957600080fd5b6147a58c838d01613fad565b909650945060a08b01359150808211156147be57600080fd5b506147cb8b828c01613fad565b999c989b5096995094979396929594505050565b6000806000606084860312156147f457600080fd5b6147fd84613f96565b925061480b60208501614089565b915061481960408501613f96565b90509250925092565b60008060006060848603121561483757600080fd5b61484084614089565b92506143d360208501613f96565b60008060006060848603121561486357600080fd5b61484084613f96565b600080600060a0848603121561488157600080fd5b61488b8585613f7e565b925061489960608501613f96565b9150608084013590509250925092565b600080604083850312156148bc57600080fd5b61412383614089565b600080600080608085870312156148db57600080fd5b6148e485613f96565b93506148f260208601614089565b925060408501359150614234606086016142a2565b815181526020808301519082015260408101611655565b60006020828403121561493057600080fd5b611d1f826142a2565b838152818360208301376000910160200190815292915050565b63ffffffff61496182614089565b168252602081013560208301526001600160401b03614982604083016142a2565b1660408301525050565b81835281816020850137506000828201602090810191909152601f909101601f19169091010190565b6149bf8189614953565b86606082015260e0608082015260006149dc60e08301878961498c565b6001600160a01b03861660a084015282810360c08401526149fe81858761498c565b9a9950505050505050505050565b60808101614a1a8285614953565b6001600160a01b039290921660609190910152919050565b634e487b7160e01b600052602160045260246000fd5b600060208284031215614a5a57600080fd5b815160038110611d1f57600080fd5b80151581146132e657600080fd5b600060208284031215614a8957600080fd5b8151611d1f81614a69565b6001600160a01b03948516815263ffffffff93909316602084015292166040820152606081019190915260800190565b600060208284031215614ad657600080fd5b8135611d1f81614a69565b634e487b7160e01b600052604160045260246000fd5b600082601f830112614b0857600080fd5b81516001600160401b0380821115614b2257614b22614ae1565b604051601f8301601f19908116603f01168101908282118183101715614b4a57614b4a614ae1565b81604052838152866020858801011115614b6357600080fd5b6112ae84602083016020890161423f565b600060208284031215614b8657600080fd5b81516001600160401b03811115614b9c57600080fd5b6122ae84828501614af7565b63ffffffff95909516855260208501939093526001600160a01b039190911660408401526001600160401b03166060830152608082015260a00190565b8a815261ffff8a16602082015288604082015287606082015260e060808201526000614c1560e08301888a61498c565b82810360a0840152614c2881878961498c565b905082810360c0840152614c3d81858761498c565b9d9c50505050505050505050505050565b634e487b7160e01b600052601160045260246000fd5b8082018082111561165557611655614c4e565b6000610120614c86838e614953565b8b60608401528a60808401528960a08401528060c0840152614cab818401898b61498c565b905082810360e0840152614cc081878961498c565b9050828103610100840152614c3d81858761498c565b6001600160a01b03841681526040602080830182905282820184905260009190606090818501600587901b8601830188865b89811015614db957888303605f190184528135368c9003605e19018112614d2e57600080fd5b8b0163ffffffff80614d3f83614089565b16855280614d4e888401614089565b16878601525087810135601e19823603018112614d6a57600080fd5b0185810190356001600160401b03811115614d8457600080fd5b803603821315614d9357600080fd5b8789860152614da5888601828461498c565b958701959450505090840190600101614d08565b50909a9950505050505050505050565b8183823760009101908152919050565b6001600160a01b038781168252861660208201526040810185905261ffff8416606082015260a060808201819052600090614e17908301848661498c565b98975050505050505050565b600060018060a01b03808a16835288602084015260a06040840152614e4c60a08401888a61498c565b81871660608501528381036080850152614e6781868861498c565b9b9a5050505050505050505050565b63ffffffff9390931683526001600160a01b03919091166020830152604082015260600190565b60a08101614eab8286614953565b6001600160a01b0393909316606082015260800152919050565b6001600160401b0381811683821601908082111561417557614175614c4e565b6000808335601e19843603018112614efc57600080fd5b8301803591506001600160401b03821115614f1657600080fd5b60200191503681900382131561149e57600080fd5b606080825285516001600160401b031682820152602086015163ffffffff16608083015260408601516001600160a01b031660a0830152850151600090614f7a60c084018263ffffffff169052565b50608086015160e083015260a086015161010083015260c086015160e0610120840152614fab610140840182614263565b90508281036020840152614fc081868861498c565b9150506127b0604083018415159052565b600060408284031215614fe357600080fd5b604051604081018181106001600160401b038211171561500557615005614ae1565b604052825181526020928301519281019290925250919050565b60006040828403121561503157600080fd5b611d1f8383614fd1565b6000806060838503121561504e57600080fd5b6150588484614fd1565b915060408301516001600160401b0381111561507357600080fd5b61507f85828601614af7565b9150509250929050565b60608152600061509c6060830187614263565b82810360208401526150af81868861498c565b91505060018060a01b038316604083015295945050505050565b6000602082840312156150db57600080fd5b5051919050565b606081016116558284614953565b6000825161510281846020870161423f565b919091019291505056fea2646970667358221220ea0d01990456b0d1de7c86a2aca7ed3836648955d2963f690bf06f68d65c283964736f6c63430008160033",
|
|
2420
|
+
"devdoc": {
|
|
2421
|
+
"kind": "dev",
|
|
2422
|
+
"methods": {
|
|
2423
|
+
"burn(address,uint32,bytes32,uint64,bytes32)": {
|
|
2424
|
+
"details": "Marks a nonce as unexecutable and un-verifiable. The nonce can never be re-verified or executed.Reverts if the provided _payloadHash does not match the currently verified payload hash.Only packets with nonces less than or equal to the lazy inbound nonce can be burned.Reverts if the nonce has already been executed.Authenticated by the caller"
|
|
2425
|
+
},
|
|
2426
|
+
"clear(address,(uint32,bytes32,uint64),bytes32,bytes)": {
|
|
2427
|
+
"details": "Oapp uses this interface to clear a message.this is a PULL mode versus the PUSH mode of lzReceivethe cleared message can be ignored by the app (effectively burnt)authenticated by oapp",
|
|
2428
|
+
"params": {
|
|
2429
|
+
"_guid": "the guid of the message",
|
|
2430
|
+
"_message": "the message",
|
|
2431
|
+
"_origin": "the origin of the message"
|
|
2432
|
+
}
|
|
2433
|
+
},
|
|
2434
|
+
"constructor": {
|
|
2435
|
+
"params": {
|
|
2436
|
+
"_eid": "the unique Endpoint Id for this deploy that all other Endpoints can use to send to it"
|
|
2437
|
+
}
|
|
2438
|
+
},
|
|
2439
|
+
"getConfig(address,address,uint32,uint32)": {
|
|
2440
|
+
"details": "a view function to query the current configuration of the OApp"
|
|
2441
|
+
},
|
|
2442
|
+
"getReceiveLibrary(address,uint32)": {
|
|
2443
|
+
"details": "the receiveLibrary can be lazily resolved that if not set it will point to the default configured by LayerZero"
|
|
2444
|
+
},
|
|
2445
|
+
"getSendContext()": {
|
|
2446
|
+
"details": "returns (eid, sender) if sending message, (0, 0) otherwise"
|
|
2447
|
+
},
|
|
2448
|
+
"getSendLibrary(address,uint32)": {
|
|
2449
|
+
"details": "If the Oapp does not have a selected Send Library, this function will resolve to the default library configured by LayerZero",
|
|
2450
|
+
"params": {
|
|
2451
|
+
"_dstEid": "The destination endpoint id",
|
|
2452
|
+
"_sender": "The address of the Oapp that is sending the message"
|
|
2453
|
+
},
|
|
2454
|
+
"returns": {
|
|
2455
|
+
"lib": "address of the Send Library"
|
|
2456
|
+
}
|
|
2457
|
+
},
|
|
2458
|
+
"inboundNonce(address,uint32,bytes32)": {
|
|
2459
|
+
"details": "returns the max index of the longest gapless sequence of verified msg nonces.the uninitialized value is 0. the first nonce is always 1it starts from the lazyInboundNonce (last checkpoint) and iteratively check if the next nonce has been verifiedthis function can OOG if too many backlogs, but it can be trivially fixed by just clearing some prior messagesNOTE: Oapp explicitly skipped nonces count as \"verified\" for these purposeseg. [1,2,3,4,6,7] => 4, [1,2,6,8,10] => 2, [1,3,4,5,6] => 1"
|
|
2460
|
+
},
|
|
2461
|
+
"isSendingMessage()": {
|
|
2462
|
+
"details": "returns true if sending message"
|
|
2463
|
+
},
|
|
2464
|
+
"isSupportedEid(uint32)": {
|
|
2465
|
+
"details": "returns true only if both the default send/receive libraries are set"
|
|
2466
|
+
},
|
|
2467
|
+
"isValidReceiveLibrary(address,uint32,address)": {
|
|
2468
|
+
"details": "called when the endpoint checks if the msgLib attempting to verify the msg is the configured msgLib of the Oappthis check provides the ability for Oapp to lock in a trusted msgLibit will fist check if the msgLib is the currently configured one. then check if the msgLib is the one in grace period of msgLib versioning upgrade"
|
|
2469
|
+
},
|
|
2470
|
+
"lzCompose(address,address,bytes32,uint16,bytes,bytes)": {
|
|
2471
|
+
"details": "execute a composed messages from the sender to the composer (receiver)the execution provides the execution context (caller, extraData) to the receiver. the receiver can optionally assert the caller and validate the untrusted extraDatacan not re-entrant",
|
|
2472
|
+
"params": {
|
|
2473
|
+
"_extraData": "the extra data provided by the executor. this data is untrusted and should be validated.",
|
|
2474
|
+
"_from": "the address which sends the composed message. in most cases, it is the Oapp's address.",
|
|
2475
|
+
"_guid": "the message guid",
|
|
2476
|
+
"_message": "the message",
|
|
2477
|
+
"_to": "the address which receives the composed message"
|
|
2478
|
+
}
|
|
2479
|
+
},
|
|
2480
|
+
"lzComposeAlert(address,address,bytes32,uint16,uint256,uint256,bytes,bytes,bytes)": {
|
|
2481
|
+
"params": {
|
|
2482
|
+
"_extraData": "the extra data provided by the executor",
|
|
2483
|
+
"_from": "the address which sends the composed message",
|
|
2484
|
+
"_guid": "the message guid",
|
|
2485
|
+
"_message": "the message",
|
|
2486
|
+
"_reason": "the reason why the message is not received",
|
|
2487
|
+
"_to": "the address which receives the composed message"
|
|
2488
|
+
}
|
|
2489
|
+
},
|
|
2490
|
+
"lzReceive((uint32,bytes32,uint64),address,bytes32,bytes,bytes)": {
|
|
2491
|
+
"details": "MESSAGING STEP 3 - the last stepexecute a verified message to the designated receiverthe execution provides the execution context (caller, extraData) to the receiver. the receiver can optionally assert the caller and validate the untrusted extraDatacant reentrant because the payload is cleared before execution",
|
|
2492
|
+
"params": {
|
|
2493
|
+
"_extraData": "the extra data provided by the executor. this data is untrusted and should be validated.",
|
|
2494
|
+
"_guid": "the guid of the message",
|
|
2495
|
+
"_message": "the message",
|
|
2496
|
+
"_origin": "the origin of the message",
|
|
2497
|
+
"_receiver": "the receiver of the message"
|
|
2498
|
+
}
|
|
2499
|
+
},
|
|
2500
|
+
"lzReceiveAlert((uint32,bytes32,uint64),address,bytes32,uint256,uint256,bytes,bytes,bytes)": {
|
|
2501
|
+
"params": {
|
|
2502
|
+
"_extraData": "the extra data provided by the executor.",
|
|
2503
|
+
"_guid": "the guid of the message",
|
|
2504
|
+
"_message": "the message",
|
|
2505
|
+
"_origin": "the origin of the message",
|
|
2506
|
+
"_reason": "the reason for failure",
|
|
2507
|
+
"_receiver": "the receiver of the message"
|
|
2508
|
+
}
|
|
2509
|
+
},
|
|
2510
|
+
"nativeToken()": {
|
|
2511
|
+
"details": "override this if the endpoint is charging ERC20 tokens as native",
|
|
2512
|
+
"returns": {
|
|
2513
|
+
"_0": "0x0 if using native. otherwise the address of the native ERC20 token"
|
|
2514
|
+
}
|
|
2515
|
+
},
|
|
2516
|
+
"nextGuid(address,uint32,bytes32)": {
|
|
2517
|
+
"details": "returns the GUID for the next message given the paththe Oapp might want to include the GUID into the message in some cases"
|
|
2518
|
+
},
|
|
2519
|
+
"nilify(address,uint32,bytes32,uint64,bytes32)": {
|
|
2520
|
+
"details": "Marks a packet as verified, but disallows execution until it is re-verified.Reverts if the provided _payloadHash does not match the currently verified payload hash.A non-verified nonce can be nilified by passing EMPTY_PAYLOAD_HASH for _payloadHash.Assumes the computational intractability of finding a payload that hashes to bytes32.max.Authenticated by the caller"
|
|
2521
|
+
},
|
|
2522
|
+
"owner()": {
|
|
2523
|
+
"details": "Returns the address of the current owner."
|
|
2524
|
+
},
|
|
2525
|
+
"quote((uint32,bytes32,bytes,bytes,bool),address)": {
|
|
2526
|
+
"details": "MESSAGING STEP 0",
|
|
2527
|
+
"params": {
|
|
2528
|
+
"_params": "the messaging parameters",
|
|
2529
|
+
"_sender": "the sender of the message"
|
|
2530
|
+
}
|
|
2531
|
+
},
|
|
2532
|
+
"recoverToken(address,address,uint256)": {
|
|
2533
|
+
"details": "recover the token sent to this contract by mistakeonly owner",
|
|
2534
|
+
"params": {
|
|
2535
|
+
"_amount": "the amount to send",
|
|
2536
|
+
"_to": "the address to send the token to",
|
|
2537
|
+
"_token": "the token to recover. if 0x0 then it is native token"
|
|
2538
|
+
}
|
|
2539
|
+
},
|
|
2540
|
+
"registerLibrary(address)": {
|
|
2541
|
+
"details": "all libraries have to implement the erc165 interface to prevent wrong configurationsonly owner"
|
|
2542
|
+
},
|
|
2543
|
+
"renounceOwnership()": {
|
|
2544
|
+
"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."
|
|
2545
|
+
},
|
|
2546
|
+
"send((uint32,bytes32,bytes,bytes,bool),address)": {
|
|
2547
|
+
"details": "MESSAGING STEP 1 - OApp need to transfer the fees to the endpoint before sending the message",
|
|
2548
|
+
"params": {
|
|
2549
|
+
"_params": "the messaging parameters",
|
|
2550
|
+
"_refundAddress": "the address to refund both the native and lzToken"
|
|
2551
|
+
}
|
|
2552
|
+
},
|
|
2553
|
+
"sendCompose(address,bytes32,uint16,bytes)": {
|
|
2554
|
+
"details": "the Oapp sends the lzCompose message to the endpointthe composer MUST assert the sender because anyone can send compose msg with this functionwith the same GUID, the Oapp can send compose to multiple _composer at the same timeauthenticated by the msg.sender",
|
|
2555
|
+
"params": {
|
|
2556
|
+
"_guid": "the message guid",
|
|
2557
|
+
"_message": "the message",
|
|
2558
|
+
"_to": "the address which will receive the composed message"
|
|
2559
|
+
}
|
|
2560
|
+
},
|
|
2561
|
+
"setConfig(address,address,(uint32,uint32,bytes)[])": {
|
|
2562
|
+
"details": "authenticated by the _oapp"
|
|
2563
|
+
},
|
|
2564
|
+
"setDefaultReceiveLibrary(uint32,address,uint256)": {
|
|
2565
|
+
"details": "owner setting the defaultSendLibrarymust be a registered library (including blockLibrary) with the eid support enabledin version migration, it can add a grace period to the old library. if the grace period is 0, it will delete the timeout configuration.only owner"
|
|
2566
|
+
},
|
|
2567
|
+
"setDefaultReceiveLibraryTimeout(uint32,address,uint256)": {
|
|
2568
|
+
"details": "owner setting the defaultSendLibrarymust be a registered library (including blockLibrary) with the eid support enabledcan used to (1) extend the current configuration (2) force remove the current configuration (3) change to a new configuration",
|
|
2569
|
+
"params": {
|
|
2570
|
+
"_expiry": "the block number when lib expires"
|
|
2571
|
+
}
|
|
2572
|
+
},
|
|
2573
|
+
"setDefaultSendLibrary(uint32,address)": {
|
|
2574
|
+
"details": "owner setting the defaultSendLibrarycan set to the blockedLibrary, which is a registered librarythe msgLib must enable the support before they can be registered to the endpoint as the defaultonly owner"
|
|
2575
|
+
},
|
|
2576
|
+
"setLzToken(address)": {
|
|
2577
|
+
"details": "allows reconfiguration to recover from wrong configurationsusers should never approve the EndpointV2 contract to spend their non-layerzero tokensoverride this function if the endpoint is charging ERC20 tokens as nativeonly owner",
|
|
2578
|
+
"params": {
|
|
2579
|
+
"_lzToken": "the new layer zero token address"
|
|
2580
|
+
}
|
|
2581
|
+
},
|
|
2582
|
+
"setReceiveLibrary(address,uint32,address,uint256)": {
|
|
2583
|
+
"details": "Oapp setting the receiveLibrarymust be a registered library (including blockLibrary) with the eid support enabledin version migration, it can add a grace period to the old library. if the grace period is 0, it will delete the timeout configuration.authenticated by the Oapp",
|
|
2584
|
+
"params": {
|
|
2585
|
+
"_gracePeriod": "the number of blocks from now until oldLib expires"
|
|
2586
|
+
}
|
|
2587
|
+
},
|
|
2588
|
+
"setReceiveLibraryTimeout(address,uint32,address,uint256)": {
|
|
2589
|
+
"details": "Oapp setting the defaultSendLibrarymust be a registered library (including blockLibrary) with the eid support enabledcan used to (1) extend the current configuration (2) force remove the current configuration (3) change to a new configuration",
|
|
2590
|
+
"params": {
|
|
2591
|
+
"_expiry": "the block number when lib expires"
|
|
2592
|
+
}
|
|
2593
|
+
},
|
|
2594
|
+
"setSendLibrary(address,uint32,address)": {
|
|
2595
|
+
"details": "Oapp setting the sendLibrarymust be a registered library (including blockLibrary) with the eid support enabledauthenticated by the Oapp"
|
|
2596
|
+
},
|
|
2597
|
+
"skip(address,uint32,bytes32,uint64)": {
|
|
2598
|
+
"details": "the caller must provide _nonce to prevent skipping the unintended nonceit could happen in some race conditions, e.g. to skip nonce 3, but nonce 3 was consumed firstusage: skipping the next nonce to prevent message verification, e.g. skip a message when Precrime throws alertsif the Oapp wants to skip a verified message, it should call the clear() function insteadafter skipping, the lazyInboundNonce is set to the provided nonce, which makes the inboundNonce also the provided nonceie. allows the Oapp to increment the lazyInboundNonce without having had that corresponding msg be verified"
|
|
2599
|
+
},
|
|
2600
|
+
"transferOwnership(address)": {
|
|
2601
|
+
"details": "Transfers ownership of the contract to a new account (`newOwner`). Can only be called by the current owner."
|
|
2602
|
+
},
|
|
2603
|
+
"verify((uint32,bytes32,uint64),address,bytes32)": {
|
|
2604
|
+
"details": "MESSAGING STEP 2 - on the destination chainconfigured receive library verifies a message",
|
|
2605
|
+
"params": {
|
|
2606
|
+
"_origin": "a struct holding the srcEid, nonce, and sender of the message",
|
|
2607
|
+
"_payloadHash": "the payload hash of the message",
|
|
2608
|
+
"_receiver": "the receiver of the message"
|
|
2609
|
+
}
|
|
2610
|
+
}
|
|
2611
|
+
},
|
|
2612
|
+
"version": 1
|
|
2613
|
+
},
|
|
2614
|
+
"userdoc": {
|
|
2615
|
+
"kind": "user",
|
|
2616
|
+
"methods": {
|
|
2617
|
+
"getSendLibrary(address,uint32)": {
|
|
2618
|
+
"notice": "The Send Library is the Oapp specified library that will be used to send the message to the destination endpoint. If the Oapp does not specify a Send Library, the default Send Library will be used."
|
|
2619
|
+
},
|
|
2620
|
+
"quote((uint32,bytes32,bytes,bytes,bool),address)": {
|
|
2621
|
+
"notice": "This view function gives the application built on top of LayerZero the ability to requests a quote with the same parameters as they would to send their message. Since the quotes are given on chain there is a race condition in which the prices could change between the time the user gets their quote and the time they submit their message. If the price moves up and the user doesn't send enough funds the transaction will revert, if the price goes down the _refundAddress provided by the app will be refunded the difference."
|
|
2622
|
+
},
|
|
2623
|
+
"setDelegate(address)": {
|
|
2624
|
+
"notice": "delegate is authorized by the oapp to configure anything in layerzero"
|
|
2625
|
+
}
|
|
2626
|
+
},
|
|
2627
|
+
"version": 1
|
|
2628
|
+
},
|
|
2629
|
+
"storageLayout": {
|
|
2630
|
+
"storage": [
|
|
2631
|
+
{
|
|
2632
|
+
"astId": 506,
|
|
2633
|
+
"contract": "contracts/EndpointV2.sol:EndpointV2",
|
|
2634
|
+
"label": "_owner",
|
|
2635
|
+
"offset": 0,
|
|
2636
|
+
"slot": "0",
|
|
2637
|
+
"type": "t_address"
|
|
2638
|
+
},
|
|
2639
|
+
{
|
|
2640
|
+
"astId": 4311,
|
|
2641
|
+
"contract": "contracts/EndpointV2.sol:EndpointV2",
|
|
2642
|
+
"label": "lazyInboundNonce",
|
|
2643
|
+
"offset": 0,
|
|
2644
|
+
"slot": "1",
|
|
2645
|
+
"type": "t_mapping(t_address,t_mapping(t_uint32,t_mapping(t_bytes32,t_uint64)))"
|
|
2646
|
+
},
|
|
2647
|
+
{
|
|
2648
|
+
"astId": 4321,
|
|
2649
|
+
"contract": "contracts/EndpointV2.sol:EndpointV2",
|
|
2650
|
+
"label": "inboundPayloadHash",
|
|
2651
|
+
"offset": 0,
|
|
2652
|
+
"slot": "2",
|
|
2653
|
+
"type": "t_mapping(t_address,t_mapping(t_uint32,t_mapping(t_bytes32,t_mapping(t_uint64,t_bytes32))))"
|
|
2654
|
+
},
|
|
2655
|
+
{
|
|
2656
|
+
"astId": 4329,
|
|
2657
|
+
"contract": "contracts/EndpointV2.sol:EndpointV2",
|
|
2658
|
+
"label": "outboundNonce",
|
|
2659
|
+
"offset": 0,
|
|
2660
|
+
"slot": "3",
|
|
2661
|
+
"type": "t_mapping(t_address,t_mapping(t_uint32,t_mapping(t_bytes32,t_uint64)))"
|
|
2662
|
+
},
|
|
2663
|
+
{
|
|
2664
|
+
"astId": 3325,
|
|
2665
|
+
"contract": "contracts/EndpointV2.sol:EndpointV2",
|
|
2666
|
+
"label": "registeredLibraries",
|
|
2667
|
+
"offset": 0,
|
|
2668
|
+
"slot": "4",
|
|
2669
|
+
"type": "t_array(t_address)dyn_storage"
|
|
2670
|
+
},
|
|
2671
|
+
{
|
|
2672
|
+
"astId": 3329,
|
|
2673
|
+
"contract": "contracts/EndpointV2.sol:EndpointV2",
|
|
2674
|
+
"label": "isRegisteredLibrary",
|
|
2675
|
+
"offset": 0,
|
|
2676
|
+
"slot": "5",
|
|
2677
|
+
"type": "t_mapping(t_address,t_bool)"
|
|
2678
|
+
},
|
|
2679
|
+
{
|
|
2680
|
+
"astId": 3335,
|
|
2681
|
+
"contract": "contracts/EndpointV2.sol:EndpointV2",
|
|
2682
|
+
"label": "sendLibrary",
|
|
2683
|
+
"offset": 0,
|
|
2684
|
+
"slot": "6",
|
|
2685
|
+
"type": "t_mapping(t_address,t_mapping(t_uint32,t_address))"
|
|
2686
|
+
},
|
|
2687
|
+
{
|
|
2688
|
+
"astId": 3341,
|
|
2689
|
+
"contract": "contracts/EndpointV2.sol:EndpointV2",
|
|
2690
|
+
"label": "receiveLibrary",
|
|
2691
|
+
"offset": 0,
|
|
2692
|
+
"slot": "7",
|
|
2693
|
+
"type": "t_mapping(t_address,t_mapping(t_uint32,t_address))"
|
|
2694
|
+
},
|
|
2695
|
+
{
|
|
2696
|
+
"astId": 3348,
|
|
2697
|
+
"contract": "contracts/EndpointV2.sol:EndpointV2",
|
|
2698
|
+
"label": "receiveLibraryTimeout",
|
|
2699
|
+
"offset": 0,
|
|
2700
|
+
"slot": "8",
|
|
2701
|
+
"type": "t_mapping(t_address,t_mapping(t_uint32,t_struct(Timeout)5476_storage))"
|
|
2702
|
+
},
|
|
2703
|
+
{
|
|
2704
|
+
"astId": 3352,
|
|
2705
|
+
"contract": "contracts/EndpointV2.sol:EndpointV2",
|
|
2706
|
+
"label": "defaultSendLibrary",
|
|
2707
|
+
"offset": 0,
|
|
2708
|
+
"slot": "9",
|
|
2709
|
+
"type": "t_mapping(t_uint32,t_address)"
|
|
2710
|
+
},
|
|
2711
|
+
{
|
|
2712
|
+
"astId": 3356,
|
|
2713
|
+
"contract": "contracts/EndpointV2.sol:EndpointV2",
|
|
2714
|
+
"label": "defaultReceiveLibrary",
|
|
2715
|
+
"offset": 0,
|
|
2716
|
+
"slot": "10",
|
|
2717
|
+
"type": "t_mapping(t_uint32,t_address)"
|
|
2718
|
+
},
|
|
2719
|
+
{
|
|
2720
|
+
"astId": 3361,
|
|
2721
|
+
"contract": "contracts/EndpointV2.sol:EndpointV2",
|
|
2722
|
+
"label": "defaultReceiveLibraryTimeout",
|
|
2723
|
+
"offset": 0,
|
|
2724
|
+
"slot": "11",
|
|
2725
|
+
"type": "t_mapping(t_uint32,t_struct(Timeout)5476_storage)"
|
|
2726
|
+
},
|
|
2727
|
+
{
|
|
2728
|
+
"astId": 4866,
|
|
2729
|
+
"contract": "contracts/EndpointV2.sol:EndpointV2",
|
|
2730
|
+
"label": "composeQueue",
|
|
2731
|
+
"offset": 0,
|
|
2732
|
+
"slot": "12",
|
|
2733
|
+
"type": "t_mapping(t_address,t_mapping(t_address,t_mapping(t_bytes32,t_mapping(t_uint16,t_bytes32))))"
|
|
2734
|
+
},
|
|
2735
|
+
{
|
|
2736
|
+
"astId": 5054,
|
|
2737
|
+
"contract": "contracts/EndpointV2.sol:EndpointV2",
|
|
2738
|
+
"label": "_sendContext",
|
|
2739
|
+
"offset": 0,
|
|
2740
|
+
"slot": "13",
|
|
2741
|
+
"type": "t_uint256"
|
|
2742
|
+
},
|
|
2743
|
+
{
|
|
2744
|
+
"astId": 2082,
|
|
2745
|
+
"contract": "contracts/EndpointV2.sol:EndpointV2",
|
|
2746
|
+
"label": "lzToken",
|
|
2747
|
+
"offset": 0,
|
|
2748
|
+
"slot": "14",
|
|
2749
|
+
"type": "t_address"
|
|
2750
|
+
},
|
|
2751
|
+
{
|
|
2752
|
+
"astId": 2086,
|
|
2753
|
+
"contract": "contracts/EndpointV2.sol:EndpointV2",
|
|
2754
|
+
"label": "delegates",
|
|
2755
|
+
"offset": 0,
|
|
2756
|
+
"slot": "15",
|
|
2757
|
+
"type": "t_mapping(t_address,t_address)"
|
|
2758
|
+
}
|
|
2759
|
+
],
|
|
2760
|
+
"types": {
|
|
2761
|
+
"t_address": {
|
|
2762
|
+
"encoding": "inplace",
|
|
2763
|
+
"label": "address",
|
|
2764
|
+
"numberOfBytes": "20"
|
|
2765
|
+
},
|
|
2766
|
+
"t_array(t_address)dyn_storage": {
|
|
2767
|
+
"base": "t_address",
|
|
2768
|
+
"encoding": "dynamic_array",
|
|
2769
|
+
"label": "address[]",
|
|
2770
|
+
"numberOfBytes": "32"
|
|
2771
|
+
},
|
|
2772
|
+
"t_bool": {
|
|
2773
|
+
"encoding": "inplace",
|
|
2774
|
+
"label": "bool",
|
|
2775
|
+
"numberOfBytes": "1"
|
|
2776
|
+
},
|
|
2777
|
+
"t_bytes32": {
|
|
2778
|
+
"encoding": "inplace",
|
|
2779
|
+
"label": "bytes32",
|
|
2780
|
+
"numberOfBytes": "32"
|
|
2781
|
+
},
|
|
2782
|
+
"t_mapping(t_address,t_address)": {
|
|
2783
|
+
"encoding": "mapping",
|
|
2784
|
+
"key": "t_address",
|
|
2785
|
+
"label": "mapping(address => address)",
|
|
2786
|
+
"numberOfBytes": "32",
|
|
2787
|
+
"value": "t_address"
|
|
2788
|
+
},
|
|
2789
|
+
"t_mapping(t_address,t_bool)": {
|
|
2790
|
+
"encoding": "mapping",
|
|
2791
|
+
"key": "t_address",
|
|
2792
|
+
"label": "mapping(address => bool)",
|
|
2793
|
+
"numberOfBytes": "32",
|
|
2794
|
+
"value": "t_bool"
|
|
2795
|
+
},
|
|
2796
|
+
"t_mapping(t_address,t_mapping(t_address,t_mapping(t_bytes32,t_mapping(t_uint16,t_bytes32))))": {
|
|
2797
|
+
"encoding": "mapping",
|
|
2798
|
+
"key": "t_address",
|
|
2799
|
+
"label": "mapping(address => mapping(address => mapping(bytes32 => mapping(uint16 => bytes32))))",
|
|
2800
|
+
"numberOfBytes": "32",
|
|
2801
|
+
"value": "t_mapping(t_address,t_mapping(t_bytes32,t_mapping(t_uint16,t_bytes32)))"
|
|
2802
|
+
},
|
|
2803
|
+
"t_mapping(t_address,t_mapping(t_bytes32,t_mapping(t_uint16,t_bytes32)))": {
|
|
2804
|
+
"encoding": "mapping",
|
|
2805
|
+
"key": "t_address",
|
|
2806
|
+
"label": "mapping(address => mapping(bytes32 => mapping(uint16 => bytes32)))",
|
|
2807
|
+
"numberOfBytes": "32",
|
|
2808
|
+
"value": "t_mapping(t_bytes32,t_mapping(t_uint16,t_bytes32))"
|
|
2809
|
+
},
|
|
2810
|
+
"t_mapping(t_address,t_mapping(t_uint32,t_address))": {
|
|
2811
|
+
"encoding": "mapping",
|
|
2812
|
+
"key": "t_address",
|
|
2813
|
+
"label": "mapping(address => mapping(uint32 => address))",
|
|
2814
|
+
"numberOfBytes": "32",
|
|
2815
|
+
"value": "t_mapping(t_uint32,t_address)"
|
|
2816
|
+
},
|
|
2817
|
+
"t_mapping(t_address,t_mapping(t_uint32,t_mapping(t_bytes32,t_mapping(t_uint64,t_bytes32))))": {
|
|
2818
|
+
"encoding": "mapping",
|
|
2819
|
+
"key": "t_address",
|
|
2820
|
+
"label": "mapping(address => mapping(uint32 => mapping(bytes32 => mapping(uint64 => bytes32))))",
|
|
2821
|
+
"numberOfBytes": "32",
|
|
2822
|
+
"value": "t_mapping(t_uint32,t_mapping(t_bytes32,t_mapping(t_uint64,t_bytes32)))"
|
|
2823
|
+
},
|
|
2824
|
+
"t_mapping(t_address,t_mapping(t_uint32,t_mapping(t_bytes32,t_uint64)))": {
|
|
2825
|
+
"encoding": "mapping",
|
|
2826
|
+
"key": "t_address",
|
|
2827
|
+
"label": "mapping(address => mapping(uint32 => mapping(bytes32 => uint64)))",
|
|
2828
|
+
"numberOfBytes": "32",
|
|
2829
|
+
"value": "t_mapping(t_uint32,t_mapping(t_bytes32,t_uint64))"
|
|
2830
|
+
},
|
|
2831
|
+
"t_mapping(t_address,t_mapping(t_uint32,t_struct(Timeout)5476_storage))": {
|
|
2832
|
+
"encoding": "mapping",
|
|
2833
|
+
"key": "t_address",
|
|
2834
|
+
"label": "mapping(address => mapping(uint32 => struct IMessageLibManager.Timeout))",
|
|
2835
|
+
"numberOfBytes": "32",
|
|
2836
|
+
"value": "t_mapping(t_uint32,t_struct(Timeout)5476_storage)"
|
|
2837
|
+
},
|
|
2838
|
+
"t_mapping(t_bytes32,t_mapping(t_uint16,t_bytes32))": {
|
|
2839
|
+
"encoding": "mapping",
|
|
2840
|
+
"key": "t_bytes32",
|
|
2841
|
+
"label": "mapping(bytes32 => mapping(uint16 => bytes32))",
|
|
2842
|
+
"numberOfBytes": "32",
|
|
2843
|
+
"value": "t_mapping(t_uint16,t_bytes32)"
|
|
2844
|
+
},
|
|
2845
|
+
"t_mapping(t_bytes32,t_mapping(t_uint64,t_bytes32))": {
|
|
2846
|
+
"encoding": "mapping",
|
|
2847
|
+
"key": "t_bytes32",
|
|
2848
|
+
"label": "mapping(bytes32 => mapping(uint64 => bytes32))",
|
|
2849
|
+
"numberOfBytes": "32",
|
|
2850
|
+
"value": "t_mapping(t_uint64,t_bytes32)"
|
|
2851
|
+
},
|
|
2852
|
+
"t_mapping(t_bytes32,t_uint64)": {
|
|
2853
|
+
"encoding": "mapping",
|
|
2854
|
+
"key": "t_bytes32",
|
|
2855
|
+
"label": "mapping(bytes32 => uint64)",
|
|
2856
|
+
"numberOfBytes": "32",
|
|
2857
|
+
"value": "t_uint64"
|
|
2858
|
+
},
|
|
2859
|
+
"t_mapping(t_uint16,t_bytes32)": {
|
|
2860
|
+
"encoding": "mapping",
|
|
2861
|
+
"key": "t_uint16",
|
|
2862
|
+
"label": "mapping(uint16 => bytes32)",
|
|
2863
|
+
"numberOfBytes": "32",
|
|
2864
|
+
"value": "t_bytes32"
|
|
2865
|
+
},
|
|
2866
|
+
"t_mapping(t_uint32,t_address)": {
|
|
2867
|
+
"encoding": "mapping",
|
|
2868
|
+
"key": "t_uint32",
|
|
2869
|
+
"label": "mapping(uint32 => address)",
|
|
2870
|
+
"numberOfBytes": "32",
|
|
2871
|
+
"value": "t_address"
|
|
2872
|
+
},
|
|
2873
|
+
"t_mapping(t_uint32,t_mapping(t_bytes32,t_mapping(t_uint64,t_bytes32)))": {
|
|
2874
|
+
"encoding": "mapping",
|
|
2875
|
+
"key": "t_uint32",
|
|
2876
|
+
"label": "mapping(uint32 => mapping(bytes32 => mapping(uint64 => bytes32)))",
|
|
2877
|
+
"numberOfBytes": "32",
|
|
2878
|
+
"value": "t_mapping(t_bytes32,t_mapping(t_uint64,t_bytes32))"
|
|
2879
|
+
},
|
|
2880
|
+
"t_mapping(t_uint32,t_mapping(t_bytes32,t_uint64))": {
|
|
2881
|
+
"encoding": "mapping",
|
|
2882
|
+
"key": "t_uint32",
|
|
2883
|
+
"label": "mapping(uint32 => mapping(bytes32 => uint64))",
|
|
2884
|
+
"numberOfBytes": "32",
|
|
2885
|
+
"value": "t_mapping(t_bytes32,t_uint64)"
|
|
2886
|
+
},
|
|
2887
|
+
"t_mapping(t_uint32,t_struct(Timeout)5476_storage)": {
|
|
2888
|
+
"encoding": "mapping",
|
|
2889
|
+
"key": "t_uint32",
|
|
2890
|
+
"label": "mapping(uint32 => struct IMessageLibManager.Timeout)",
|
|
2891
|
+
"numberOfBytes": "32",
|
|
2892
|
+
"value": "t_struct(Timeout)5476_storage"
|
|
2893
|
+
},
|
|
2894
|
+
"t_mapping(t_uint64,t_bytes32)": {
|
|
2895
|
+
"encoding": "mapping",
|
|
2896
|
+
"key": "t_uint64",
|
|
2897
|
+
"label": "mapping(uint64 => bytes32)",
|
|
2898
|
+
"numberOfBytes": "32",
|
|
2899
|
+
"value": "t_bytes32"
|
|
2900
|
+
},
|
|
2901
|
+
"t_struct(Timeout)5476_storage": {
|
|
2902
|
+
"encoding": "inplace",
|
|
2903
|
+
"label": "struct IMessageLibManager.Timeout",
|
|
2904
|
+
"members": [
|
|
2905
|
+
{
|
|
2906
|
+
"astId": 5473,
|
|
2907
|
+
"contract": "contracts/EndpointV2.sol:EndpointV2",
|
|
2908
|
+
"label": "lib",
|
|
2909
|
+
"offset": 0,
|
|
2910
|
+
"slot": "0",
|
|
2911
|
+
"type": "t_address"
|
|
2912
|
+
},
|
|
2913
|
+
{
|
|
2914
|
+
"astId": 5475,
|
|
2915
|
+
"contract": "contracts/EndpointV2.sol:EndpointV2",
|
|
2916
|
+
"label": "expiry",
|
|
2917
|
+
"offset": 0,
|
|
2918
|
+
"slot": "1",
|
|
2919
|
+
"type": "t_uint256"
|
|
2920
|
+
}
|
|
2921
|
+
],
|
|
2922
|
+
"numberOfBytes": "64"
|
|
2923
|
+
},
|
|
2924
|
+
"t_uint16": {
|
|
2925
|
+
"encoding": "inplace",
|
|
2926
|
+
"label": "uint16",
|
|
2927
|
+
"numberOfBytes": "2"
|
|
2928
|
+
},
|
|
2929
|
+
"t_uint256": {
|
|
2930
|
+
"encoding": "inplace",
|
|
2931
|
+
"label": "uint256",
|
|
2932
|
+
"numberOfBytes": "32"
|
|
2933
|
+
},
|
|
2934
|
+
"t_uint32": {
|
|
2935
|
+
"encoding": "inplace",
|
|
2936
|
+
"label": "uint32",
|
|
2937
|
+
"numberOfBytes": "4"
|
|
2938
|
+
},
|
|
2939
|
+
"t_uint64": {
|
|
2940
|
+
"encoding": "inplace",
|
|
2941
|
+
"label": "uint64",
|
|
2942
|
+
"numberOfBytes": "8"
|
|
2943
|
+
}
|
|
2944
|
+
}
|
|
2945
|
+
}
|
|
2946
|
+
}
|