@layerzerolabs/lz-evm-sdk-v2 2.0.8 → 2.0.10-tron
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/deployments/arbitrum-sandbox-local/DVN.json +1896 -0
- package/deployments/arbitrum-sandbox-local/DVNFeeLib.json +387 -0
- package/deployments/arbitrum-sandbox-local/EndpointV2.json +2955 -0
- package/deployments/{ethereum-sandbox-local/Oracle.json → arbitrum-sandbox-local/Executor.json} +656 -398
- package/deployments/arbitrum-sandbox-local/ExecutorFeeLib.json +407 -0
- package/deployments/arbitrum-sandbox-local/ExecutorProxyAdmin.json +283 -0
- package/deployments/arbitrum-sandbox-local/Executor_Implementation.json +1591 -0
- package/deployments/{ethereum-sandbox-local/Oracle_Proxy.json → arbitrum-sandbox-local/Executor_Proxy.json} +135 -60
- package/deployments/arbitrum-sandbox-local/NonceContractMock.json +163 -0
- package/deployments/{polygon-sandbox-local/Relayer.json → arbitrum-sandbox-local/PriceFeed.json} +339 -445
- package/deployments/arbitrum-sandbox-local/PriceFeedProxyAdmin.json +283 -0
- package/deployments/arbitrum-sandbox-local/PriceFeed_Implementation.json +912 -0
- package/deployments/{ethereum-sandbox-local/Relayer_Proxy.json → arbitrum-sandbox-local/PriceFeed_Proxy.json} +33 -64
- package/deployments/arbitrum-sandbox-local/ReceiveUln301.json +1264 -0
- package/deployments/arbitrum-sandbox-local/ReceiveUln302.json +954 -0
- package/deployments/arbitrum-sandbox-local/SendUln301.json +1569 -0
- package/deployments/arbitrum-sandbox-local/SendUln302.json +1527 -0
- package/deployments/arbitrum-sandbox-local/SimpleMessageLib.json +708 -0
- package/deployments/arbitrum-sandbox-local/Treasury.json +412 -0
- package/deployments/arbitrum-sandbox-local/TreasuryFeeHandler.json +125 -0
- package/deployments/ethereum-sandbox-local/DVN.json +5 -5
- package/deployments/ethereum-sandbox-local/DVNFeeLib.json +2 -2
- package/deployments/ethereum-sandbox-local/EndpointV2.json +4 -4
- package/deployments/ethereum-sandbox-local/Executor.json +14 -14
- package/deployments/ethereum-sandbox-local/ExecutorFeeLib.json +2 -2
- package/deployments/ethereum-sandbox-local/ExecutorProxyAdmin.json +3 -3
- package/deployments/ethereum-sandbox-local/Executor_Implementation.json +1 -1
- package/deployments/ethereum-sandbox-local/Executor_Proxy.json +14 -14
- package/deployments/ethereum-sandbox-local/NonceContractMock.json +1 -1
- package/deployments/ethereum-sandbox-local/PriceFeed.json +5 -5
- package/deployments/ethereum-sandbox-local/PriceFeedProxyAdmin.json +3 -3
- package/deployments/ethereum-sandbox-local/PriceFeed_Implementation.json +1 -1
- package/deployments/ethereum-sandbox-local/PriceFeed_Proxy.json +5 -5
- package/deployments/ethereum-sandbox-local/ReceiveUln301.json +2 -2
- package/deployments/ethereum-sandbox-local/ReceiveUln302.json +2 -2
- package/deployments/ethereum-sandbox-local/SendUln301.json +2 -2
- package/deployments/ethereum-sandbox-local/SendUln302.json +2 -2
- package/deployments/ethereum-sandbox-local/SimpleMessageLib.json +2 -2
- package/deployments/ethereum-sandbox-local/Treasury.json +2 -2
- package/deployments/ethereum-sandbox-local/TreasuryFeeHandler.json +1 -1
- package/deployments/polygon-sandbox-local/DVN.json +5 -5
- package/deployments/polygon-sandbox-local/DVNFeeLib.json +2 -2
- package/deployments/polygon-sandbox-local/EndpointV2.json +4 -4
- package/deployments/polygon-sandbox-local/Executor.json +14 -14
- package/deployments/polygon-sandbox-local/ExecutorFeeLib.json +2 -2
- package/deployments/polygon-sandbox-local/ExecutorProxyAdmin.json +3 -3
- package/deployments/polygon-sandbox-local/Executor_Implementation.json +1 -1
- package/deployments/polygon-sandbox-local/Executor_Proxy.json +14 -14
- package/deployments/polygon-sandbox-local/NonceContractMock.json +1 -1
- package/deployments/polygon-sandbox-local/PriceFeed.json +5 -5
- package/deployments/polygon-sandbox-local/PriceFeedProxyAdmin.json +3 -3
- package/deployments/polygon-sandbox-local/PriceFeed_Implementation.json +1 -1
- package/deployments/polygon-sandbox-local/PriceFeed_Proxy.json +5 -5
- package/deployments/polygon-sandbox-local/ReceiveUln301.json +2 -2
- package/deployments/polygon-sandbox-local/ReceiveUln302.json +2 -2
- package/deployments/polygon-sandbox-local/SendUln301.json +2 -2
- package/deployments/polygon-sandbox-local/SendUln302.json +2 -2
- package/deployments/polygon-sandbox-local/SimpleMessageLib.json +2 -2
- package/deployments/polygon-sandbox-local/Treasury.json +2 -2
- package/deployments/polygon-sandbox-local/TreasuryFeeHandler.json +1 -1
- package/deployments/tron-sandbox-local/DVN.json +1896 -0
- package/deployments/tron-sandbox-local/DVNFeeLib.json +387 -0
- package/deployments/tron-sandbox-local/EndpointV2.json +2955 -0
- package/deployments/{polygon-sandbox-local/Oracle.json → tron-sandbox-local/Executor.json} +656 -398
- package/deployments/tron-sandbox-local/ExecutorFeeLib.json +407 -0
- package/deployments/tron-sandbox-local/ExecutorProxyAdmin.json +283 -0
- package/deployments/tron-sandbox-local/Executor_Implementation.json +1591 -0
- package/deployments/{polygon-sandbox-local/Oracle_Proxy.json → tron-sandbox-local/Executor_Proxy.json} +135 -60
- package/deployments/tron-sandbox-local/NonceContractMock.json +163 -0
- package/deployments/{ethereum-sandbox-local/Relayer.json → tron-sandbox-local/PriceFeed.json} +339 -445
- package/deployments/tron-sandbox-local/PriceFeedProxyAdmin.json +283 -0
- package/deployments/tron-sandbox-local/PriceFeed_Implementation.json +912 -0
- package/deployments/{polygon-sandbox-local/Relayer_Proxy.json → tron-sandbox-local/PriceFeed_Proxy.json} +33 -64
- package/deployments/tron-sandbox-local/ReceiveUln301.json +1264 -0
- package/deployments/tron-sandbox-local/ReceiveUln302.json +954 -0
- package/deployments/tron-sandbox-local/SendUln301.json +1569 -0
- package/deployments/tron-sandbox-local/SendUln302.json +1527 -0
- package/deployments/tron-sandbox-local/SimpleMessageLib.json +708 -0
- package/deployments/tron-sandbox-local/Treasury.json +412 -0
- package/deployments/tron-sandbox-local/TreasuryFeeHandler.json +125 -0
- package/package.json +9 -20
- package/deployments/ethereum-sandbox-local/BlockedMessageLib.json +0 -90
- package/deployments/ethereum-sandbox-local/Endpoint.json +0 -2355
- package/deployments/ethereum-sandbox-local/MultiSigOracle.json +0 -1448
- package/deployments/ethereum-sandbox-local/NonceContract.json +0 -158
- package/deployments/ethereum-sandbox-local/OmniCounter.json +0 -1133
- package/deployments/ethereum-sandbox-local/OmniCounterPreCrime.json +0 -493
- package/deployments/ethereum-sandbox-local/OmniCounterPreCrimeView.json +0 -672
- package/deployments/ethereum-sandbox-local/OmniCounterViewer.json +0 -214
- package/deployments/ethereum-sandbox-local/OmniCounterWithPreCrime.json +0 -1646
- package/deployments/ethereum-sandbox-local/OracleFeeLib.json +0 -166
- package/deployments/ethereum-sandbox-local/OracleProxyAdmin.json +0 -272
- package/deployments/ethereum-sandbox-local/Oracle_Implementation.json +0 -1326
- package/deployments/ethereum-sandbox-local/RelayerFeeLib.json +0 -130
- package/deployments/ethereum-sandbox-local/RelayerProxyAdmin.json +0 -272
- package/deployments/ethereum-sandbox-local/Relayer_Implementation.json +0 -1014
- package/deployments/ethereum-sandbox-local/UlnConfig301.json +0 -1003
- package/deployments/ethereum-sandbox-local/UlnConfig302.json +0 -1003
- package/deployments/ethereum-sandbox-local/UltraLightNodeE302.json +0 -1696
- package/deployments/polygon-sandbox-local/BlockedMessageLib.json +0 -90
- package/deployments/polygon-sandbox-local/Endpoint.json +0 -2355
- package/deployments/polygon-sandbox-local/MultiSigOracle.json +0 -1448
- package/deployments/polygon-sandbox-local/NonceContract.json +0 -158
- package/deployments/polygon-sandbox-local/OmniCounter.json +0 -1133
- package/deployments/polygon-sandbox-local/OmniCounterPreCrime.json +0 -493
- package/deployments/polygon-sandbox-local/OmniCounterPreCrimeView.json +0 -672
- package/deployments/polygon-sandbox-local/OmniCounterViewer.json +0 -214
- package/deployments/polygon-sandbox-local/OmniCounterWithPreCrime.json +0 -1646
- package/deployments/polygon-sandbox-local/OracleFeeLib.json +0 -166
- package/deployments/polygon-sandbox-local/OracleProxyAdmin.json +0 -272
- package/deployments/polygon-sandbox-local/Oracle_Implementation.json +0 -1326
- package/deployments/polygon-sandbox-local/RelayerFeeLib.json +0 -130
- package/deployments/polygon-sandbox-local/RelayerProxyAdmin.json +0 -272
- package/deployments/polygon-sandbox-local/Relayer_Implementation.json +0 -1014
- package/deployments/polygon-sandbox-local/UlnConfig301.json +0 -1003
- package/deployments/polygon-sandbox-local/UlnConfig302.json +0 -1003
- package/deployments/polygon-sandbox-local/UltraLightNodeE302.json +0 -1696
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0xd89BBB161f015E73E5EA2Cb04eDD24F6b9aa3cf7",
|
|
3
3
|
"abi": [
|
|
4
4
|
{
|
|
5
5
|
"anonymous": false,
|
|
@@ -112,65 +112,158 @@
|
|
|
112
112
|
"type": "receive"
|
|
113
113
|
},
|
|
114
114
|
{
|
|
115
|
-
"
|
|
115
|
+
"inputs": [],
|
|
116
|
+
"name": "NotAllowed",
|
|
117
|
+
"type": "error"
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"inputs": [],
|
|
121
|
+
"name": "OnlyMessageLib",
|
|
122
|
+
"type": "error"
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"inputs": [],
|
|
126
|
+
"name": "RoleRenouncingDisabled",
|
|
127
|
+
"type": "error"
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"inputs": [],
|
|
131
|
+
"name": "ToAddressIsZero",
|
|
132
|
+
"type": "error"
|
|
133
|
+
},
|
|
134
|
+
{
|
|
116
135
|
"inputs": [
|
|
117
136
|
{
|
|
118
|
-
"indexed": false,
|
|
119
|
-
"internalType": "uint32",
|
|
120
|
-
"name": "dstEid",
|
|
121
|
-
"type": "uint32"
|
|
122
|
-
},
|
|
123
|
-
{
|
|
124
|
-
"indexed": false,
|
|
125
137
|
"internalType": "address",
|
|
126
|
-
"name": "
|
|
138
|
+
"name": "_to",
|
|
127
139
|
"type": "address"
|
|
128
140
|
},
|
|
129
141
|
{
|
|
142
|
+
"internalType": "uint256",
|
|
143
|
+
"name": "_value",
|
|
144
|
+
"type": "uint256"
|
|
145
|
+
}
|
|
146
|
+
],
|
|
147
|
+
"name": "TransferNativeFailed",
|
|
148
|
+
"type": "error"
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"anonymous": false,
|
|
152
|
+
"inputs": [
|
|
153
|
+
{
|
|
154
|
+
"components": [
|
|
155
|
+
{
|
|
156
|
+
"internalType": "uint32",
|
|
157
|
+
"name": "dstEid",
|
|
158
|
+
"type": "uint32"
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"internalType": "uint64",
|
|
162
|
+
"name": "baseGas",
|
|
163
|
+
"type": "uint64"
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"internalType": "uint16",
|
|
167
|
+
"name": "multiplierBps",
|
|
168
|
+
"type": "uint16"
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"internalType": "uint128",
|
|
172
|
+
"name": "floorMarginUSD",
|
|
173
|
+
"type": "uint128"
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
"internalType": "uint128",
|
|
177
|
+
"name": "nativeCap",
|
|
178
|
+
"type": "uint128"
|
|
179
|
+
}
|
|
180
|
+
],
|
|
130
181
|
"indexed": false,
|
|
131
|
-
"internalType": "
|
|
132
|
-
"name": "
|
|
133
|
-
"type": "
|
|
134
|
-
}
|
|
182
|
+
"internalType": "struct IExecutor.DstConfigParam[]",
|
|
183
|
+
"name": "params",
|
|
184
|
+
"type": "tuple[]"
|
|
185
|
+
}
|
|
186
|
+
],
|
|
187
|
+
"name": "DstConfigSet",
|
|
188
|
+
"type": "event"
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"anonymous": false,
|
|
192
|
+
"inputs": [
|
|
135
193
|
{
|
|
136
194
|
"indexed": false,
|
|
137
|
-
"internalType": "
|
|
138
|
-
"name": "
|
|
139
|
-
"type": "
|
|
195
|
+
"internalType": "uint8",
|
|
196
|
+
"name": "version",
|
|
197
|
+
"type": "uint8"
|
|
140
198
|
}
|
|
141
199
|
],
|
|
142
|
-
"name": "
|
|
200
|
+
"name": "Initialized",
|
|
143
201
|
"type": "event"
|
|
144
202
|
},
|
|
145
203
|
{
|
|
146
204
|
"anonymous": false,
|
|
147
205
|
"inputs": [
|
|
148
206
|
{
|
|
207
|
+
"components": [
|
|
208
|
+
{
|
|
209
|
+
"internalType": "uint32",
|
|
210
|
+
"name": "srcEid",
|
|
211
|
+
"type": "uint32"
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
"internalType": "bytes32",
|
|
215
|
+
"name": "sender",
|
|
216
|
+
"type": "bytes32"
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"internalType": "uint64",
|
|
220
|
+
"name": "nonce",
|
|
221
|
+
"type": "uint64"
|
|
222
|
+
}
|
|
223
|
+
],
|
|
149
224
|
"indexed": false,
|
|
150
|
-
"internalType": "
|
|
151
|
-
"name": "
|
|
152
|
-
"type": "
|
|
225
|
+
"internalType": "struct Origin",
|
|
226
|
+
"name": "origin",
|
|
227
|
+
"type": "tuple"
|
|
153
228
|
},
|
|
154
229
|
{
|
|
155
230
|
"indexed": false,
|
|
156
|
-
"internalType": "
|
|
157
|
-
"name": "
|
|
158
|
-
"type": "
|
|
231
|
+
"internalType": "uint32",
|
|
232
|
+
"name": "dstEid",
|
|
233
|
+
"type": "uint32"
|
|
159
234
|
},
|
|
160
235
|
{
|
|
161
236
|
"indexed": false,
|
|
162
|
-
"internalType": "
|
|
163
|
-
"name": "
|
|
164
|
-
"type": "
|
|
237
|
+
"internalType": "address",
|
|
238
|
+
"name": "oapp",
|
|
239
|
+
"type": "address"
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
"components": [
|
|
243
|
+
{
|
|
244
|
+
"internalType": "address",
|
|
245
|
+
"name": "receiver",
|
|
246
|
+
"type": "address"
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
"internalType": "uint256",
|
|
250
|
+
"name": "amount",
|
|
251
|
+
"type": "uint256"
|
|
252
|
+
}
|
|
253
|
+
],
|
|
254
|
+
"indexed": false,
|
|
255
|
+
"internalType": "struct IExecutor.NativeDropParams[]",
|
|
256
|
+
"name": "params",
|
|
257
|
+
"type": "tuple[]"
|
|
165
258
|
},
|
|
166
259
|
{
|
|
167
260
|
"indexed": false,
|
|
168
|
-
"internalType": "
|
|
169
|
-
"name": "
|
|
170
|
-
"type": "
|
|
261
|
+
"internalType": "bool[]",
|
|
262
|
+
"name": "success",
|
|
263
|
+
"type": "bool[]"
|
|
171
264
|
}
|
|
172
265
|
],
|
|
173
|
-
"name": "
|
|
266
|
+
"name": "NativeDropApplied",
|
|
174
267
|
"type": "event"
|
|
175
268
|
},
|
|
176
269
|
{
|
|
@@ -178,12 +271,12 @@
|
|
|
178
271
|
"inputs": [
|
|
179
272
|
{
|
|
180
273
|
"indexed": false,
|
|
181
|
-
"internalType": "
|
|
182
|
-
"name": "
|
|
183
|
-
"type": "
|
|
274
|
+
"internalType": "address",
|
|
275
|
+
"name": "account",
|
|
276
|
+
"type": "address"
|
|
184
277
|
}
|
|
185
278
|
],
|
|
186
|
-
"name": "
|
|
279
|
+
"name": "Paused",
|
|
187
280
|
"type": "event"
|
|
188
281
|
},
|
|
189
282
|
{
|
|
@@ -274,41 +367,6 @@
|
|
|
274
367
|
"name": "SetDefaultMultiplierBps",
|
|
275
368
|
"type": "event"
|
|
276
369
|
},
|
|
277
|
-
{
|
|
278
|
-
"anonymous": false,
|
|
279
|
-
"inputs": [
|
|
280
|
-
{
|
|
281
|
-
"components": [
|
|
282
|
-
{
|
|
283
|
-
"internalType": "uint32",
|
|
284
|
-
"name": "dstEid",
|
|
285
|
-
"type": "uint32"
|
|
286
|
-
},
|
|
287
|
-
{
|
|
288
|
-
"internalType": "uint64",
|
|
289
|
-
"name": "gas",
|
|
290
|
-
"type": "uint64"
|
|
291
|
-
},
|
|
292
|
-
{
|
|
293
|
-
"internalType": "uint16",
|
|
294
|
-
"name": "multiplierBps",
|
|
295
|
-
"type": "uint16"
|
|
296
|
-
},
|
|
297
|
-
{
|
|
298
|
-
"internalType": "uint128",
|
|
299
|
-
"name": "floorMarginUSD",
|
|
300
|
-
"type": "uint128"
|
|
301
|
-
}
|
|
302
|
-
],
|
|
303
|
-
"indexed": false,
|
|
304
|
-
"internalType": "struct IOracle.DstConfigParam[]",
|
|
305
|
-
"name": "params",
|
|
306
|
-
"type": "tuple[]"
|
|
307
|
-
}
|
|
308
|
-
],
|
|
309
|
-
"name": "SetDstConfig",
|
|
310
|
-
"type": "event"
|
|
311
|
-
},
|
|
312
370
|
{
|
|
313
371
|
"anonymous": false,
|
|
314
372
|
"inputs": [
|
|
@@ -327,12 +385,18 @@
|
|
|
327
385
|
"inputs": [
|
|
328
386
|
{
|
|
329
387
|
"indexed": false,
|
|
330
|
-
"internalType": "
|
|
331
|
-
"name": "
|
|
332
|
-
"type": "
|
|
388
|
+
"internalType": "uint32",
|
|
389
|
+
"name": "dstEid",
|
|
390
|
+
"type": "uint32"
|
|
391
|
+
},
|
|
392
|
+
{
|
|
393
|
+
"indexed": false,
|
|
394
|
+
"internalType": "uint8[]",
|
|
395
|
+
"name": "optionTypes",
|
|
396
|
+
"type": "uint8[]"
|
|
333
397
|
}
|
|
334
398
|
],
|
|
335
|
-
"name": "
|
|
399
|
+
"name": "SetSupportedOptionTypes",
|
|
336
400
|
"type": "event"
|
|
337
401
|
},
|
|
338
402
|
{
|
|
@@ -340,12 +404,12 @@
|
|
|
340
404
|
"inputs": [
|
|
341
405
|
{
|
|
342
406
|
"indexed": false,
|
|
343
|
-
"internalType": "
|
|
344
|
-
"name": "
|
|
345
|
-
"type": "
|
|
407
|
+
"internalType": "address",
|
|
408
|
+
"name": "workerLib",
|
|
409
|
+
"type": "address"
|
|
346
410
|
}
|
|
347
411
|
],
|
|
348
|
-
"name": "
|
|
412
|
+
"name": "SetWorkerLib",
|
|
349
413
|
"type": "event"
|
|
350
414
|
},
|
|
351
415
|
{
|
|
@@ -354,17 +418,11 @@
|
|
|
354
418
|
{
|
|
355
419
|
"indexed": false,
|
|
356
420
|
"internalType": "address",
|
|
357
|
-
"name": "
|
|
421
|
+
"name": "account",
|
|
358
422
|
"type": "address"
|
|
359
|
-
},
|
|
360
|
-
{
|
|
361
|
-
"indexed": false,
|
|
362
|
-
"internalType": "bool",
|
|
363
|
-
"name": "_active",
|
|
364
|
-
"type": "bool"
|
|
365
423
|
}
|
|
366
424
|
],
|
|
367
|
-
"name": "
|
|
425
|
+
"name": "Unpaused",
|
|
368
426
|
"type": "event"
|
|
369
427
|
},
|
|
370
428
|
{
|
|
@@ -392,32 +450,6 @@
|
|
|
392
450
|
"name": "Withdraw",
|
|
393
451
|
"type": "event"
|
|
394
452
|
},
|
|
395
|
-
{
|
|
396
|
-
"inputs": [],
|
|
397
|
-
"name": "ADMIN_ROLE",
|
|
398
|
-
"outputs": [
|
|
399
|
-
{
|
|
400
|
-
"internalType": "bytes32",
|
|
401
|
-
"name": "",
|
|
402
|
-
"type": "bytes32"
|
|
403
|
-
}
|
|
404
|
-
],
|
|
405
|
-
"stateMutability": "view",
|
|
406
|
-
"type": "function"
|
|
407
|
-
},
|
|
408
|
-
{
|
|
409
|
-
"inputs": [],
|
|
410
|
-
"name": "ALLOWLIST",
|
|
411
|
-
"outputs": [
|
|
412
|
-
{
|
|
413
|
-
"internalType": "bytes32",
|
|
414
|
-
"name": "",
|
|
415
|
-
"type": "bytes32"
|
|
416
|
-
}
|
|
417
|
-
],
|
|
418
|
-
"stateMutability": "view",
|
|
419
|
-
"type": "function"
|
|
420
|
-
},
|
|
421
453
|
{
|
|
422
454
|
"inputs": [],
|
|
423
455
|
"name": "DEFAULT_ADMIN_ROLE",
|
|
@@ -431,32 +463,6 @@
|
|
|
431
463
|
"stateMutability": "view",
|
|
432
464
|
"type": "function"
|
|
433
465
|
},
|
|
434
|
-
{
|
|
435
|
-
"inputs": [],
|
|
436
|
-
"name": "DENYLIST",
|
|
437
|
-
"outputs": [
|
|
438
|
-
{
|
|
439
|
-
"internalType": "bytes32",
|
|
440
|
-
"name": "",
|
|
441
|
-
"type": "bytes32"
|
|
442
|
-
}
|
|
443
|
-
],
|
|
444
|
-
"stateMutability": "view",
|
|
445
|
-
"type": "function"
|
|
446
|
-
},
|
|
447
|
-
{
|
|
448
|
-
"inputs": [],
|
|
449
|
-
"name": "MESSAGE_LIB_ROLE",
|
|
450
|
-
"outputs": [
|
|
451
|
-
{
|
|
452
|
-
"internalType": "bytes32",
|
|
453
|
-
"name": "",
|
|
454
|
-
"type": "bytes32"
|
|
455
|
-
}
|
|
456
|
-
],
|
|
457
|
-
"stateMutability": "view",
|
|
458
|
-
"type": "function"
|
|
459
|
-
},
|
|
460
466
|
{
|
|
461
467
|
"inputs": [],
|
|
462
468
|
"name": "allowlistSize",
|
|
@@ -477,16 +483,16 @@
|
|
|
477
483
|
"name": "_dstEid",
|
|
478
484
|
"type": "uint32"
|
|
479
485
|
},
|
|
480
|
-
{
|
|
481
|
-
"internalType": "uint64",
|
|
482
|
-
"name": "_confirmations",
|
|
483
|
-
"type": "uint64"
|
|
484
|
-
},
|
|
485
486
|
{
|
|
486
487
|
"internalType": "address",
|
|
487
488
|
"name": "_sender",
|
|
488
489
|
"type": "address"
|
|
489
490
|
},
|
|
491
|
+
{
|
|
492
|
+
"internalType": "uint256",
|
|
493
|
+
"name": "_calldataSize",
|
|
494
|
+
"type": "uint256"
|
|
495
|
+
},
|
|
490
496
|
{
|
|
491
497
|
"internalType": "bytes",
|
|
492
498
|
"name": "_options",
|
|
@@ -497,11 +503,11 @@
|
|
|
497
503
|
"outputs": [
|
|
498
504
|
{
|
|
499
505
|
"internalType": "uint256",
|
|
500
|
-
"name": "
|
|
506
|
+
"name": "fee",
|
|
501
507
|
"type": "uint256"
|
|
502
508
|
}
|
|
503
509
|
],
|
|
504
|
-
"stateMutability": "
|
|
510
|
+
"stateMutability": "nonpayable",
|
|
505
511
|
"type": "function"
|
|
506
512
|
},
|
|
507
513
|
{
|
|
@@ -529,7 +535,7 @@
|
|
|
529
535
|
"outputs": [
|
|
530
536
|
{
|
|
531
537
|
"internalType": "uint64",
|
|
532
|
-
"name": "
|
|
538
|
+
"name": "baseGas",
|
|
533
539
|
"type": "uint64"
|
|
534
540
|
},
|
|
535
541
|
{
|
|
@@ -541,40 +547,43 @@
|
|
|
541
547
|
"internalType": "uint128",
|
|
542
548
|
"name": "floorMarginUSD",
|
|
543
549
|
"type": "uint128"
|
|
550
|
+
},
|
|
551
|
+
{
|
|
552
|
+
"internalType": "uint128",
|
|
553
|
+
"name": "nativeCap",
|
|
554
|
+
"type": "uint128"
|
|
544
555
|
}
|
|
545
556
|
],
|
|
546
557
|
"stateMutability": "view",
|
|
547
558
|
"type": "function"
|
|
548
559
|
},
|
|
549
560
|
{
|
|
550
|
-
"inputs": [
|
|
561
|
+
"inputs": [],
|
|
562
|
+
"name": "endpoint",
|
|
563
|
+
"outputs": [
|
|
551
564
|
{
|
|
552
565
|
"internalType": "address",
|
|
553
|
-
"name": "
|
|
566
|
+
"name": "",
|
|
554
567
|
"type": "address"
|
|
555
|
-
}
|
|
568
|
+
}
|
|
569
|
+
],
|
|
570
|
+
"stateMutability": "view",
|
|
571
|
+
"type": "function"
|
|
572
|
+
},
|
|
573
|
+
{
|
|
574
|
+
"inputs": [
|
|
556
575
|
{
|
|
557
576
|
"internalType": "bytes",
|
|
558
|
-
"name": "
|
|
577
|
+
"name": "_packet",
|
|
559
578
|
"type": "bytes"
|
|
560
579
|
},
|
|
561
580
|
{
|
|
562
581
|
"internalType": "uint256",
|
|
563
|
-
"name": "
|
|
582
|
+
"name": "_gasLimit",
|
|
564
583
|
"type": "uint256"
|
|
565
|
-
},
|
|
566
|
-
{
|
|
567
|
-
"internalType": "bytes",
|
|
568
|
-
"name": "_signatures",
|
|
569
|
-
"type": "bytes"
|
|
570
|
-
},
|
|
571
|
-
{
|
|
572
|
-
"internalType": "bool",
|
|
573
|
-
"name": "_tryDeliver",
|
|
574
|
-
"type": "bool"
|
|
575
584
|
}
|
|
576
585
|
],
|
|
577
|
-
"name": "
|
|
586
|
+
"name": "execute301",
|
|
578
587
|
"outputs": [],
|
|
579
588
|
"stateMutability": "nonpayable",
|
|
580
589
|
"type": "function"
|
|
@@ -586,16 +595,16 @@
|
|
|
586
595
|
"name": "_dstEid",
|
|
587
596
|
"type": "uint32"
|
|
588
597
|
},
|
|
589
|
-
{
|
|
590
|
-
"internalType": "uint64",
|
|
591
|
-
"name": "_confirmations",
|
|
592
|
-
"type": "uint64"
|
|
593
|
-
},
|
|
594
598
|
{
|
|
595
599
|
"internalType": "address",
|
|
596
600
|
"name": "_sender",
|
|
597
601
|
"type": "address"
|
|
598
602
|
},
|
|
603
|
+
{
|
|
604
|
+
"internalType": "uint256",
|
|
605
|
+
"name": "_calldataSize",
|
|
606
|
+
"type": "uint256"
|
|
607
|
+
},
|
|
599
608
|
{
|
|
600
609
|
"internalType": "bytes",
|
|
601
610
|
"name": "_options",
|
|
@@ -616,22 +625,36 @@
|
|
|
616
625
|
{
|
|
617
626
|
"inputs": [
|
|
618
627
|
{
|
|
619
|
-
"internalType": "
|
|
620
|
-
"name": "
|
|
621
|
-
"type": "
|
|
628
|
+
"internalType": "bytes32",
|
|
629
|
+
"name": "role",
|
|
630
|
+
"type": "bytes32"
|
|
622
631
|
}
|
|
623
632
|
],
|
|
624
|
-
"name": "
|
|
633
|
+
"name": "getRoleAdmin",
|
|
625
634
|
"outputs": [
|
|
626
635
|
{
|
|
627
|
-
"internalType": "
|
|
636
|
+
"internalType": "bytes32",
|
|
628
637
|
"name": "",
|
|
629
|
-
"type": "
|
|
630
|
-
}
|
|
638
|
+
"type": "bytes32"
|
|
639
|
+
}
|
|
640
|
+
],
|
|
641
|
+
"stateMutability": "view",
|
|
642
|
+
"type": "function"
|
|
643
|
+
},
|
|
644
|
+
{
|
|
645
|
+
"inputs": [
|
|
631
646
|
{
|
|
632
|
-
"internalType": "
|
|
647
|
+
"internalType": "uint32",
|
|
648
|
+
"name": "_eid",
|
|
649
|
+
"type": "uint32"
|
|
650
|
+
}
|
|
651
|
+
],
|
|
652
|
+
"name": "getSupportedOptionTypes",
|
|
653
|
+
"outputs": [
|
|
654
|
+
{
|
|
655
|
+
"internalType": "uint8[]",
|
|
633
656
|
"name": "",
|
|
634
|
-
"type": "
|
|
657
|
+
"type": "uint8[]"
|
|
635
658
|
}
|
|
636
659
|
],
|
|
637
660
|
"stateMutability": "view",
|
|
@@ -643,14 +666,32 @@
|
|
|
643
666
|
"internalType": "bytes32",
|
|
644
667
|
"name": "role",
|
|
645
668
|
"type": "bytes32"
|
|
669
|
+
},
|
|
670
|
+
{
|
|
671
|
+
"internalType": "address",
|
|
672
|
+
"name": "account",
|
|
673
|
+
"type": "address"
|
|
646
674
|
}
|
|
647
675
|
],
|
|
648
|
-
"name": "
|
|
676
|
+
"name": "grantRole",
|
|
677
|
+
"outputs": [],
|
|
678
|
+
"stateMutability": "nonpayable",
|
|
679
|
+
"type": "function"
|
|
680
|
+
},
|
|
681
|
+
{
|
|
682
|
+
"inputs": [
|
|
683
|
+
{
|
|
684
|
+
"internalType": "address",
|
|
685
|
+
"name": "_sender",
|
|
686
|
+
"type": "address"
|
|
687
|
+
}
|
|
688
|
+
],
|
|
689
|
+
"name": "hasAcl",
|
|
649
690
|
"outputs": [
|
|
650
691
|
{
|
|
651
|
-
"internalType": "
|
|
692
|
+
"internalType": "bool",
|
|
652
693
|
"name": "",
|
|
653
|
-
"type": "
|
|
694
|
+
"type": "bool"
|
|
654
695
|
}
|
|
655
696
|
],
|
|
656
697
|
"stateMutability": "view",
|
|
@@ -664,98 +705,290 @@
|
|
|
664
705
|
"type": "bytes32"
|
|
665
706
|
},
|
|
666
707
|
{
|
|
667
|
-
"internalType": "address",
|
|
668
|
-
"name": "account",
|
|
669
|
-
"type": "address"
|
|
708
|
+
"internalType": "address",
|
|
709
|
+
"name": "account",
|
|
710
|
+
"type": "address"
|
|
711
|
+
}
|
|
712
|
+
],
|
|
713
|
+
"name": "hasRole",
|
|
714
|
+
"outputs": [
|
|
715
|
+
{
|
|
716
|
+
"internalType": "bool",
|
|
717
|
+
"name": "",
|
|
718
|
+
"type": "bool"
|
|
719
|
+
}
|
|
720
|
+
],
|
|
721
|
+
"stateMutability": "view",
|
|
722
|
+
"type": "function"
|
|
723
|
+
},
|
|
724
|
+
{
|
|
725
|
+
"inputs": [
|
|
726
|
+
{
|
|
727
|
+
"internalType": "address",
|
|
728
|
+
"name": "_endpoint",
|
|
729
|
+
"type": "address"
|
|
730
|
+
},
|
|
731
|
+
{
|
|
732
|
+
"internalType": "address",
|
|
733
|
+
"name": "_receiveUln301",
|
|
734
|
+
"type": "address"
|
|
735
|
+
},
|
|
736
|
+
{
|
|
737
|
+
"internalType": "address[]",
|
|
738
|
+
"name": "_messageLibs",
|
|
739
|
+
"type": "address[]"
|
|
740
|
+
},
|
|
741
|
+
{
|
|
742
|
+
"internalType": "address",
|
|
743
|
+
"name": "_priceFeed",
|
|
744
|
+
"type": "address"
|
|
745
|
+
},
|
|
746
|
+
{
|
|
747
|
+
"internalType": "address",
|
|
748
|
+
"name": "_roleAdmin",
|
|
749
|
+
"type": "address"
|
|
750
|
+
},
|
|
751
|
+
{
|
|
752
|
+
"internalType": "address[]",
|
|
753
|
+
"name": "_admins",
|
|
754
|
+
"type": "address[]"
|
|
755
|
+
}
|
|
756
|
+
],
|
|
757
|
+
"name": "initialize",
|
|
758
|
+
"outputs": [],
|
|
759
|
+
"stateMutability": "nonpayable",
|
|
760
|
+
"type": "function"
|
|
761
|
+
},
|
|
762
|
+
{
|
|
763
|
+
"inputs": [],
|
|
764
|
+
"name": "localEid",
|
|
765
|
+
"outputs": [
|
|
766
|
+
{
|
|
767
|
+
"internalType": "uint32",
|
|
768
|
+
"name": "",
|
|
769
|
+
"type": "uint32"
|
|
770
|
+
}
|
|
771
|
+
],
|
|
772
|
+
"stateMutability": "view",
|
|
773
|
+
"type": "function"
|
|
774
|
+
},
|
|
775
|
+
{
|
|
776
|
+
"inputs": [
|
|
777
|
+
{
|
|
778
|
+
"components": [
|
|
779
|
+
{
|
|
780
|
+
"internalType": "uint32",
|
|
781
|
+
"name": "srcEid",
|
|
782
|
+
"type": "uint32"
|
|
783
|
+
},
|
|
784
|
+
{
|
|
785
|
+
"internalType": "bytes32",
|
|
786
|
+
"name": "sender",
|
|
787
|
+
"type": "bytes32"
|
|
788
|
+
},
|
|
789
|
+
{
|
|
790
|
+
"internalType": "uint64",
|
|
791
|
+
"name": "nonce",
|
|
792
|
+
"type": "uint64"
|
|
793
|
+
}
|
|
794
|
+
],
|
|
795
|
+
"internalType": "struct Origin",
|
|
796
|
+
"name": "_origin",
|
|
797
|
+
"type": "tuple"
|
|
798
|
+
},
|
|
799
|
+
{
|
|
800
|
+
"internalType": "uint32",
|
|
801
|
+
"name": "_dstEid",
|
|
802
|
+
"type": "uint32"
|
|
803
|
+
},
|
|
804
|
+
{
|
|
805
|
+
"internalType": "address",
|
|
806
|
+
"name": "_oapp",
|
|
807
|
+
"type": "address"
|
|
808
|
+
},
|
|
809
|
+
{
|
|
810
|
+
"components": [
|
|
811
|
+
{
|
|
812
|
+
"internalType": "address",
|
|
813
|
+
"name": "receiver",
|
|
814
|
+
"type": "address"
|
|
815
|
+
},
|
|
816
|
+
{
|
|
817
|
+
"internalType": "uint256",
|
|
818
|
+
"name": "amount",
|
|
819
|
+
"type": "uint256"
|
|
820
|
+
}
|
|
821
|
+
],
|
|
822
|
+
"internalType": "struct IExecutor.NativeDropParams[]",
|
|
823
|
+
"name": "_nativeDropParams",
|
|
824
|
+
"type": "tuple[]"
|
|
825
|
+
},
|
|
826
|
+
{
|
|
827
|
+
"internalType": "uint256",
|
|
828
|
+
"name": "_nativeDropGasLimit",
|
|
829
|
+
"type": "uint256"
|
|
670
830
|
}
|
|
671
831
|
],
|
|
672
|
-
"name": "
|
|
832
|
+
"name": "nativeDrop",
|
|
673
833
|
"outputs": [],
|
|
674
|
-
"stateMutability": "
|
|
834
|
+
"stateMutability": "payable",
|
|
675
835
|
"type": "function"
|
|
676
836
|
},
|
|
677
837
|
{
|
|
678
838
|
"inputs": [
|
|
679
839
|
{
|
|
680
|
-
"
|
|
681
|
-
|
|
682
|
-
|
|
840
|
+
"components": [
|
|
841
|
+
{
|
|
842
|
+
"internalType": "uint32",
|
|
843
|
+
"name": "srcEid",
|
|
844
|
+
"type": "uint32"
|
|
845
|
+
},
|
|
846
|
+
{
|
|
847
|
+
"internalType": "bytes32",
|
|
848
|
+
"name": "sender",
|
|
849
|
+
"type": "bytes32"
|
|
850
|
+
},
|
|
851
|
+
{
|
|
852
|
+
"internalType": "uint64",
|
|
853
|
+
"name": "nonce",
|
|
854
|
+
"type": "uint64"
|
|
855
|
+
}
|
|
856
|
+
],
|
|
857
|
+
"internalType": "struct Origin",
|
|
858
|
+
"name": "_origin",
|
|
859
|
+
"type": "tuple"
|
|
683
860
|
},
|
|
684
861
|
{
|
|
685
|
-
"
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
862
|
+
"components": [
|
|
863
|
+
{
|
|
864
|
+
"internalType": "address",
|
|
865
|
+
"name": "receiver",
|
|
866
|
+
"type": "address"
|
|
867
|
+
},
|
|
868
|
+
{
|
|
869
|
+
"internalType": "uint256",
|
|
870
|
+
"name": "amount",
|
|
871
|
+
"type": "uint256"
|
|
872
|
+
}
|
|
873
|
+
],
|
|
874
|
+
"internalType": "struct IExecutor.NativeDropParams[]",
|
|
875
|
+
"name": "_nativeDropParams",
|
|
876
|
+
"type": "tuple[]"
|
|
877
|
+
},
|
|
692
878
|
{
|
|
693
|
-
"internalType": "
|
|
694
|
-
"name": "",
|
|
695
|
-
"type": "
|
|
879
|
+
"internalType": "uint256",
|
|
880
|
+
"name": "_nativeDropGasLimit",
|
|
881
|
+
"type": "uint256"
|
|
882
|
+
},
|
|
883
|
+
{
|
|
884
|
+
"internalType": "bytes",
|
|
885
|
+
"name": "_packet",
|
|
886
|
+
"type": "bytes"
|
|
887
|
+
},
|
|
888
|
+
{
|
|
889
|
+
"internalType": "uint256",
|
|
890
|
+
"name": "_gasLimit",
|
|
891
|
+
"type": "uint256"
|
|
696
892
|
}
|
|
697
893
|
],
|
|
698
|
-
"
|
|
894
|
+
"name": "nativeDropAndExecute301",
|
|
895
|
+
"outputs": [],
|
|
896
|
+
"stateMutability": "payable",
|
|
699
897
|
"type": "function"
|
|
700
898
|
},
|
|
701
899
|
{
|
|
702
900
|
"inputs": [
|
|
703
901
|
{
|
|
704
|
-
"
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
902
|
+
"components": [
|
|
903
|
+
{
|
|
904
|
+
"internalType": "address",
|
|
905
|
+
"name": "receiver",
|
|
906
|
+
"type": "address"
|
|
907
|
+
},
|
|
908
|
+
{
|
|
909
|
+
"internalType": "uint256",
|
|
910
|
+
"name": "amount",
|
|
911
|
+
"type": "uint256"
|
|
912
|
+
}
|
|
913
|
+
],
|
|
914
|
+
"internalType": "struct IExecutor.NativeDropParams[]",
|
|
915
|
+
"name": "_nativeDropParams",
|
|
916
|
+
"type": "tuple[]"
|
|
712
917
|
},
|
|
713
918
|
{
|
|
714
919
|
"internalType": "uint256",
|
|
715
|
-
"name": "
|
|
920
|
+
"name": "_nativeDropGasLimit",
|
|
716
921
|
"type": "uint256"
|
|
717
|
-
}
|
|
718
|
-
],
|
|
719
|
-
"name": "hashCallData",
|
|
720
|
-
"outputs": [
|
|
922
|
+
},
|
|
721
923
|
{
|
|
722
|
-
"
|
|
723
|
-
|
|
724
|
-
|
|
924
|
+
"components": [
|
|
925
|
+
{
|
|
926
|
+
"internalType": "address",
|
|
927
|
+
"name": "receiver",
|
|
928
|
+
"type": "address"
|
|
929
|
+
},
|
|
930
|
+
{
|
|
931
|
+
"components": [
|
|
932
|
+
{
|
|
933
|
+
"internalType": "uint32",
|
|
934
|
+
"name": "srcEid",
|
|
935
|
+
"type": "uint32"
|
|
936
|
+
},
|
|
937
|
+
{
|
|
938
|
+
"internalType": "bytes32",
|
|
939
|
+
"name": "sender",
|
|
940
|
+
"type": "bytes32"
|
|
941
|
+
},
|
|
942
|
+
{
|
|
943
|
+
"internalType": "uint64",
|
|
944
|
+
"name": "nonce",
|
|
945
|
+
"type": "uint64"
|
|
946
|
+
}
|
|
947
|
+
],
|
|
948
|
+
"internalType": "struct Origin",
|
|
949
|
+
"name": "origin",
|
|
950
|
+
"type": "tuple"
|
|
951
|
+
},
|
|
952
|
+
{
|
|
953
|
+
"internalType": "bytes32",
|
|
954
|
+
"name": "guid",
|
|
955
|
+
"type": "bytes32"
|
|
956
|
+
},
|
|
957
|
+
{
|
|
958
|
+
"internalType": "bytes",
|
|
959
|
+
"name": "message",
|
|
960
|
+
"type": "bytes"
|
|
961
|
+
},
|
|
962
|
+
{
|
|
963
|
+
"internalType": "bytes",
|
|
964
|
+
"name": "extraData",
|
|
965
|
+
"type": "bytes"
|
|
966
|
+
},
|
|
967
|
+
{
|
|
968
|
+
"internalType": "uint256",
|
|
969
|
+
"name": "gasLimit",
|
|
970
|
+
"type": "uint256"
|
|
971
|
+
}
|
|
972
|
+
],
|
|
973
|
+
"internalType": "struct IExecutor.ExecutionParams",
|
|
974
|
+
"name": "_executionParams",
|
|
975
|
+
"type": "tuple"
|
|
725
976
|
}
|
|
726
977
|
],
|
|
727
|
-
"
|
|
978
|
+
"name": "nativeDropAndExecute302",
|
|
979
|
+
"outputs": [],
|
|
980
|
+
"stateMutability": "payable",
|
|
728
981
|
"type": "function"
|
|
729
982
|
},
|
|
730
983
|
{
|
|
731
984
|
"inputs": [
|
|
732
|
-
{
|
|
733
|
-
"internalType": "address[]",
|
|
734
|
-
"name": "_messageLibs",
|
|
735
|
-
"type": "address[]"
|
|
736
|
-
},
|
|
737
985
|
{
|
|
738
986
|
"internalType": "address",
|
|
739
|
-
"name": "
|
|
987
|
+
"name": "_receiveUln301",
|
|
740
988
|
"type": "address"
|
|
741
|
-
},
|
|
742
|
-
{
|
|
743
|
-
"internalType": "address[]",
|
|
744
|
-
"name": "_signers",
|
|
745
|
-
"type": "address[]"
|
|
746
|
-
},
|
|
747
|
-
{
|
|
748
|
-
"internalType": "uint64",
|
|
749
|
-
"name": "_quorum",
|
|
750
|
-
"type": "uint64"
|
|
751
|
-
},
|
|
752
|
-
{
|
|
753
|
-
"internalType": "address[]",
|
|
754
|
-
"name": "_admins",
|
|
755
|
-
"type": "address[]"
|
|
756
989
|
}
|
|
757
990
|
],
|
|
758
|
-
"name": "
|
|
991
|
+
"name": "onUpgrade",
|
|
759
992
|
"outputs": [],
|
|
760
993
|
"stateMutability": "nonpayable",
|
|
761
994
|
"type": "function"
|
|
@@ -778,7 +1011,7 @@
|
|
|
778
1011
|
"name": "priceFeed",
|
|
779
1012
|
"outputs": [
|
|
780
1013
|
{
|
|
781
|
-
"internalType": "
|
|
1014
|
+
"internalType": "address",
|
|
782
1015
|
"name": "",
|
|
783
1016
|
"type": "address"
|
|
784
1017
|
}
|
|
@@ -788,12 +1021,12 @@
|
|
|
788
1021
|
},
|
|
789
1022
|
{
|
|
790
1023
|
"inputs": [],
|
|
791
|
-
"name": "
|
|
1024
|
+
"name": "receiveUln301",
|
|
792
1025
|
"outputs": [
|
|
793
1026
|
{
|
|
794
|
-
"internalType": "
|
|
1027
|
+
"internalType": "address",
|
|
795
1028
|
"name": "",
|
|
796
|
-
"type": "
|
|
1029
|
+
"type": "address"
|
|
797
1030
|
}
|
|
798
1031
|
],
|
|
799
1032
|
"stateMutability": "view",
|
|
@@ -814,7 +1047,7 @@
|
|
|
814
1047
|
],
|
|
815
1048
|
"name": "renounceRole",
|
|
816
1049
|
"outputs": [],
|
|
817
|
-
"stateMutability": "
|
|
1050
|
+
"stateMutability": "pure",
|
|
818
1051
|
"type": "function"
|
|
819
1052
|
},
|
|
820
1053
|
{
|
|
@@ -859,7 +1092,7 @@
|
|
|
859
1092
|
},
|
|
860
1093
|
{
|
|
861
1094
|
"internalType": "uint64",
|
|
862
|
-
"name": "
|
|
1095
|
+
"name": "baseGas",
|
|
863
1096
|
"type": "uint64"
|
|
864
1097
|
},
|
|
865
1098
|
{
|
|
@@ -871,9 +1104,14 @@
|
|
|
871
1104
|
"internalType": "uint128",
|
|
872
1105
|
"name": "floorMarginUSD",
|
|
873
1106
|
"type": "uint128"
|
|
1107
|
+
},
|
|
1108
|
+
{
|
|
1109
|
+
"internalType": "uint128",
|
|
1110
|
+
"name": "nativeCap",
|
|
1111
|
+
"type": "uint128"
|
|
874
1112
|
}
|
|
875
1113
|
],
|
|
876
|
-
"internalType": "struct
|
|
1114
|
+
"internalType": "struct IExecutor.DstConfigParam[]",
|
|
877
1115
|
"name": "_params",
|
|
878
1116
|
"type": "tuple[]"
|
|
879
1117
|
}
|
|
@@ -912,30 +1150,17 @@
|
|
|
912
1150
|
{
|
|
913
1151
|
"inputs": [
|
|
914
1152
|
{
|
|
915
|
-
"internalType": "
|
|
916
|
-
"name": "
|
|
917
|
-
"type": "
|
|
918
|
-
}
|
|
919
|
-
],
|
|
920
|
-
"name": "setQuorum",
|
|
921
|
-
"outputs": [],
|
|
922
|
-
"stateMutability": "nonpayable",
|
|
923
|
-
"type": "function"
|
|
924
|
-
},
|
|
925
|
-
{
|
|
926
|
-
"inputs": [
|
|
927
|
-
{
|
|
928
|
-
"internalType": "address",
|
|
929
|
-
"name": "_signer",
|
|
930
|
-
"type": "address"
|
|
1153
|
+
"internalType": "uint32",
|
|
1154
|
+
"name": "_eid",
|
|
1155
|
+
"type": "uint32"
|
|
931
1156
|
},
|
|
932
1157
|
{
|
|
933
|
-
"internalType": "
|
|
934
|
-
"name": "
|
|
935
|
-
"type": "
|
|
1158
|
+
"internalType": "uint8[]",
|
|
1159
|
+
"name": "_optionTypes",
|
|
1160
|
+
"type": "uint8[]"
|
|
936
1161
|
}
|
|
937
1162
|
],
|
|
938
|
-
"name": "
|
|
1163
|
+
"name": "setSupportedOptionTypes",
|
|
939
1164
|
"outputs": [],
|
|
940
1165
|
"stateMutability": "nonpayable",
|
|
941
1166
|
"type": "function"
|
|
@@ -944,47 +1169,15 @@
|
|
|
944
1169
|
"inputs": [
|
|
945
1170
|
{
|
|
946
1171
|
"internalType": "address",
|
|
947
|
-
"name": "
|
|
1172
|
+
"name": "_workerFeeLib",
|
|
948
1173
|
"type": "address"
|
|
949
1174
|
}
|
|
950
1175
|
],
|
|
951
|
-
"name": "
|
|
1176
|
+
"name": "setWorkerFeeLib",
|
|
952
1177
|
"outputs": [],
|
|
953
1178
|
"stateMutability": "nonpayable",
|
|
954
1179
|
"type": "function"
|
|
955
1180
|
},
|
|
956
|
-
{
|
|
957
|
-
"inputs": [],
|
|
958
|
-
"name": "signerSize",
|
|
959
|
-
"outputs": [
|
|
960
|
-
{
|
|
961
|
-
"internalType": "uint64",
|
|
962
|
-
"name": "",
|
|
963
|
-
"type": "uint64"
|
|
964
|
-
}
|
|
965
|
-
],
|
|
966
|
-
"stateMutability": "view",
|
|
967
|
-
"type": "function"
|
|
968
|
-
},
|
|
969
|
-
{
|
|
970
|
-
"inputs": [
|
|
971
|
-
{
|
|
972
|
-
"internalType": "address",
|
|
973
|
-
"name": "signer",
|
|
974
|
-
"type": "address"
|
|
975
|
-
}
|
|
976
|
-
],
|
|
977
|
-
"name": "signers",
|
|
978
|
-
"outputs": [
|
|
979
|
-
{
|
|
980
|
-
"internalType": "bool",
|
|
981
|
-
"name": "active",
|
|
982
|
-
"type": "bool"
|
|
983
|
-
}
|
|
984
|
-
],
|
|
985
|
-
"stateMutability": "view",
|
|
986
|
-
"type": "function"
|
|
987
|
-
},
|
|
988
1181
|
{
|
|
989
1182
|
"inputs": [
|
|
990
1183
|
{
|
|
@@ -1007,49 +1200,35 @@
|
|
|
1007
1200
|
{
|
|
1008
1201
|
"inputs": [
|
|
1009
1202
|
{
|
|
1010
|
-
"internalType": "
|
|
1011
|
-
"name": "
|
|
1012
|
-
"type": "
|
|
1013
|
-
}
|
|
1014
|
-
],
|
|
1015
|
-
"name": "usedHashes",
|
|
1016
|
-
"outputs": [
|
|
1017
|
-
{
|
|
1018
|
-
"internalType": "bool",
|
|
1019
|
-
"name": "used",
|
|
1020
|
-
"type": "bool"
|
|
1021
|
-
}
|
|
1022
|
-
],
|
|
1023
|
-
"stateMutability": "view",
|
|
1024
|
-
"type": "function"
|
|
1025
|
-
},
|
|
1026
|
-
{
|
|
1027
|
-
"inputs": [
|
|
1203
|
+
"internalType": "address",
|
|
1204
|
+
"name": "_lib",
|
|
1205
|
+
"type": "address"
|
|
1206
|
+
},
|
|
1028
1207
|
{
|
|
1029
|
-
"internalType": "
|
|
1030
|
-
"name": "
|
|
1031
|
-
"type": "
|
|
1208
|
+
"internalType": "address",
|
|
1209
|
+
"name": "_to",
|
|
1210
|
+
"type": "address"
|
|
1032
1211
|
},
|
|
1033
1212
|
{
|
|
1034
|
-
"internalType": "
|
|
1035
|
-
"name": "
|
|
1036
|
-
"type": "
|
|
1213
|
+
"internalType": "uint256",
|
|
1214
|
+
"name": "_amount",
|
|
1215
|
+
"type": "uint256"
|
|
1037
1216
|
}
|
|
1038
1217
|
],
|
|
1039
|
-
"name": "
|
|
1218
|
+
"name": "withdrawFee",
|
|
1040
1219
|
"outputs": [],
|
|
1041
|
-
"stateMutability": "
|
|
1220
|
+
"stateMutability": "nonpayable",
|
|
1042
1221
|
"type": "function"
|
|
1043
1222
|
},
|
|
1044
1223
|
{
|
|
1045
1224
|
"inputs": [
|
|
1046
1225
|
{
|
|
1047
1226
|
"internalType": "address",
|
|
1048
|
-
"name": "
|
|
1227
|
+
"name": "_token",
|
|
1049
1228
|
"type": "address"
|
|
1050
1229
|
},
|
|
1051
1230
|
{
|
|
1052
|
-
"internalType": "address
|
|
1231
|
+
"internalType": "address",
|
|
1053
1232
|
"name": "_to",
|
|
1054
1233
|
"type": "address"
|
|
1055
1234
|
},
|
|
@@ -1059,14 +1238,14 @@
|
|
|
1059
1238
|
"type": "uint256"
|
|
1060
1239
|
}
|
|
1061
1240
|
],
|
|
1062
|
-
"name": "
|
|
1241
|
+
"name": "withdrawToken",
|
|
1063
1242
|
"outputs": [],
|
|
1064
1243
|
"stateMutability": "nonpayable",
|
|
1065
1244
|
"type": "function"
|
|
1066
1245
|
},
|
|
1067
1246
|
{
|
|
1068
1247
|
"inputs": [],
|
|
1069
|
-
"name": "
|
|
1248
|
+
"name": "workerFeeLib",
|
|
1070
1249
|
"outputs": [
|
|
1071
1250
|
{
|
|
1072
1251
|
"internalType": "address",
|
|
@@ -1099,139 +1278,214 @@
|
|
|
1099
1278
|
"type": "constructor"
|
|
1100
1279
|
}
|
|
1101
1280
|
],
|
|
1102
|
-
"transactionHash": "
|
|
1281
|
+
"transactionHash": "0xa7201907fca9e6cd43c59379ae15d7839e138549163d0913ce8d1be2ff034c74",
|
|
1103
1282
|
"receipt": {
|
|
1104
1283
|
"to": null,
|
|
1105
|
-
"from": "
|
|
1106
|
-
"contractAddress": "
|
|
1284
|
+
"from": "0x3C44CdDdB6a900fa2b585dd299e03d12FA4293BC",
|
|
1285
|
+
"contractAddress": "0xd89BBB161f015E73E5EA2Cb04eDD24F6b9aa3cf7",
|
|
1107
1286
|
"transactionIndex": 0,
|
|
1108
|
-
"gasUsed": "
|
|
1109
|
-
"logsBloom": "
|
|
1110
|
-
"blockHash": "
|
|
1111
|
-
"transactionHash": "
|
|
1287
|
+
"gasUsed": "886568",
|
|
1288
|
+
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
1289
|
+
"blockHash": "0x000000000000002ce785acf7aff561a710fcfb5ba7c537f5ca2f1d4b6dd660d0",
|
|
1290
|
+
"transactionHash": "0xa7201907fca9e6cd43c59379ae15d7839e138549163d0913ce8d1be2ff034c74",
|
|
1112
1291
|
"logs": [
|
|
1113
1292
|
{
|
|
1114
1293
|
"transactionIndex": 0,
|
|
1115
|
-
"blockNumber":
|
|
1116
|
-
"transactionHash": "
|
|
1117
|
-
"address": "
|
|
1294
|
+
"blockNumber": 44,
|
|
1295
|
+
"transactionHash": "0xa7201907fca9e6cd43c59379ae15d7839e138549163d0913ce8d1be2ff034c74",
|
|
1296
|
+
"address": "0xd89BBB161f015E73E5EA2Cb04eDD24F6b9aa3cf7",
|
|
1118
1297
|
"topics": [
|
|
1119
1298
|
"0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b",
|
|
1120
|
-
"
|
|
1299
|
+
"0x0000000000000000000000005de5e3b5fdd52f9843f80adeec5ae6e5f91e7285"
|
|
1121
1300
|
],
|
|
1122
1301
|
"data": "0x",
|
|
1123
1302
|
"logIndex": 0,
|
|
1124
|
-
"blockHash": "
|
|
1303
|
+
"blockHash": "0x000000000000002ce785acf7aff561a710fcfb5ba7c537f5ca2f1d4b6dd660d0"
|
|
1125
1304
|
},
|
|
1126
1305
|
{
|
|
1127
1306
|
"transactionIndex": 0,
|
|
1128
|
-
"blockNumber":
|
|
1129
|
-
"transactionHash": "
|
|
1130
|
-
"address": "
|
|
1307
|
+
"blockNumber": 44,
|
|
1308
|
+
"transactionHash": "0xa7201907fca9e6cd43c59379ae15d7839e138549163d0913ce8d1be2ff034c74",
|
|
1309
|
+
"address": "0xd89BBB161f015E73E5EA2Cb04eDD24F6b9aa3cf7",
|
|
1131
1310
|
"topics": [
|
|
1132
1311
|
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
1133
1312
|
"0x0000000000000000000000000000000000000000000000000000000000000000",
|
|
1134
|
-
"
|
|
1135
|
-
"
|
|
1313
|
+
"0x0000000000000000000000009b63f0cef479924e5d2c4e22dbe31e6d0353b448",
|
|
1314
|
+
"0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc"
|
|
1136
1315
|
],
|
|
1137
1316
|
"data": "0x",
|
|
1138
1317
|
"logIndex": 1,
|
|
1139
|
-
"blockHash": "
|
|
1318
|
+
"blockHash": "0x000000000000002ce785acf7aff561a710fcfb5ba7c537f5ca2f1d4b6dd660d0"
|
|
1140
1319
|
},
|
|
1141
1320
|
{
|
|
1142
1321
|
"transactionIndex": 0,
|
|
1143
|
-
"blockNumber":
|
|
1144
|
-
"transactionHash": "
|
|
1145
|
-
"address": "
|
|
1322
|
+
"blockNumber": 44,
|
|
1323
|
+
"transactionHash": "0xa7201907fca9e6cd43c59379ae15d7839e138549163d0913ce8d1be2ff034c74",
|
|
1324
|
+
"address": "0xd89BBB161f015E73E5EA2Cb04eDD24F6b9aa3cf7",
|
|
1146
1325
|
"topics": [
|
|
1147
1326
|
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
1148
1327
|
"0x724aface199fe5bed93ae8508474576a9adf3dc443b2c451842a2242919f19de",
|
|
1149
|
-
"
|
|
1150
|
-
"
|
|
1328
|
+
"0x00000000000000000000000037620b0c50c1eaf0e16d52615d97cc094bea9743",
|
|
1329
|
+
"0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc"
|
|
1151
1330
|
],
|
|
1152
1331
|
"data": "0x",
|
|
1153
1332
|
"logIndex": 2,
|
|
1154
|
-
"blockHash": "
|
|
1333
|
+
"blockHash": "0x000000000000002ce785acf7aff561a710fcfb5ba7c537f5ca2f1d4b6dd660d0"
|
|
1155
1334
|
},
|
|
1156
1335
|
{
|
|
1157
1336
|
"transactionIndex": 0,
|
|
1158
|
-
"blockNumber":
|
|
1159
|
-
"transactionHash": "
|
|
1160
|
-
"address": "
|
|
1337
|
+
"blockNumber": 44,
|
|
1338
|
+
"transactionHash": "0xa7201907fca9e6cd43c59379ae15d7839e138549163d0913ce8d1be2ff034c74",
|
|
1339
|
+
"address": "0xd89BBB161f015E73E5EA2Cb04eDD24F6b9aa3cf7",
|
|
1161
1340
|
"topics": [
|
|
1162
1341
|
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
1163
1342
|
"0x724aface199fe5bed93ae8508474576a9adf3dc443b2c451842a2242919f19de",
|
|
1164
|
-
"
|
|
1165
|
-
"
|
|
1343
|
+
"0x00000000000000000000000020029bdff3b982c2bf8242f473a65afb6e5a8a57",
|
|
1344
|
+
"0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc"
|
|
1166
1345
|
],
|
|
1167
1346
|
"data": "0x",
|
|
1168
1347
|
"logIndex": 3,
|
|
1169
|
-
"blockHash": "
|
|
1348
|
+
"blockHash": "0x000000000000002ce785acf7aff561a710fcfb5ba7c537f5ca2f1d4b6dd660d0"
|
|
1170
1349
|
},
|
|
1171
1350
|
{
|
|
1172
1351
|
"transactionIndex": 0,
|
|
1173
|
-
"blockNumber":
|
|
1174
|
-
"transactionHash": "
|
|
1175
|
-
"address": "
|
|
1352
|
+
"blockNumber": 44,
|
|
1353
|
+
"transactionHash": "0xa7201907fca9e6cd43c59379ae15d7839e138549163d0913ce8d1be2ff034c74",
|
|
1354
|
+
"address": "0xd89BBB161f015E73E5EA2Cb04eDD24F6b9aa3cf7",
|
|
1176
1355
|
"topics": [
|
|
1177
1356
|
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
1178
|
-
"
|
|
1179
|
-
"
|
|
1180
|
-
"
|
|
1357
|
+
"0x724aface199fe5bed93ae8508474576a9adf3dc443b2c451842a2242919f19de",
|
|
1358
|
+
"0x000000000000000000000000dab2090dfa9f50c3ee28b929ced346fef3d05219",
|
|
1359
|
+
"0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc"
|
|
1181
1360
|
],
|
|
1182
1361
|
"data": "0x",
|
|
1183
1362
|
"logIndex": 4,
|
|
1184
|
-
"blockHash": "
|
|
1363
|
+
"blockHash": "0x000000000000002ce785acf7aff561a710fcfb5ba7c537f5ca2f1d4b6dd660d0"
|
|
1185
1364
|
},
|
|
1186
1365
|
{
|
|
1187
1366
|
"transactionIndex": 0,
|
|
1188
|
-
"blockNumber":
|
|
1189
|
-
"transactionHash": "
|
|
1190
|
-
"address": "
|
|
1367
|
+
"blockNumber": 44,
|
|
1368
|
+
"transactionHash": "0xa7201907fca9e6cd43c59379ae15d7839e138549163d0913ce8d1be2ff034c74",
|
|
1369
|
+
"address": "0xd89BBB161f015E73E5EA2Cb04eDD24F6b9aa3cf7",
|
|
1191
1370
|
"topics": [
|
|
1192
1371
|
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
1193
1372
|
"0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
|
|
1194
|
-
"
|
|
1195
|
-
"
|
|
1373
|
+
"0x000000000000000000000000b9cb228d7498d6f02b0f88f7b16d2cf836d2aea9",
|
|
1374
|
+
"0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc"
|
|
1196
1375
|
],
|
|
1197
1376
|
"data": "0x",
|
|
1198
1377
|
"logIndex": 5,
|
|
1199
|
-
"blockHash": "
|
|
1378
|
+
"blockHash": "0x000000000000002ce785acf7aff561a710fcfb5ba7c537f5ca2f1d4b6dd660d0"
|
|
1379
|
+
},
|
|
1380
|
+
{
|
|
1381
|
+
"transactionIndex": 0,
|
|
1382
|
+
"blockNumber": 44,
|
|
1383
|
+
"transactionHash": "0xa7201907fca9e6cd43c59379ae15d7839e138549163d0913ce8d1be2ff034c74",
|
|
1384
|
+
"address": "0xd89BBB161f015E73E5EA2Cb04eDD24F6b9aa3cf7",
|
|
1385
|
+
"topics": [
|
|
1386
|
+
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
1387
|
+
"0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
|
|
1388
|
+
"0x000000000000000000000000f5e8a439c599205c1ab06b535de46681aed1007a",
|
|
1389
|
+
"0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc"
|
|
1390
|
+
],
|
|
1391
|
+
"data": "0x",
|
|
1392
|
+
"logIndex": 6,
|
|
1393
|
+
"blockHash": "0x000000000000002ce785acf7aff561a710fcfb5ba7c537f5ca2f1d4b6dd660d0"
|
|
1394
|
+
},
|
|
1395
|
+
{
|
|
1396
|
+
"transactionIndex": 0,
|
|
1397
|
+
"blockNumber": 44,
|
|
1398
|
+
"transactionHash": "0xa7201907fca9e6cd43c59379ae15d7839e138549163d0913ce8d1be2ff034c74",
|
|
1399
|
+
"address": "0xd89BBB161f015E73E5EA2Cb04eDD24F6b9aa3cf7",
|
|
1400
|
+
"topics": [
|
|
1401
|
+
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
1402
|
+
"0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
|
|
1403
|
+
"0x0000000000000000000000000e251d9095dd128292a28eb383127d05d95bbd17",
|
|
1404
|
+
"0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc"
|
|
1405
|
+
],
|
|
1406
|
+
"data": "0x",
|
|
1407
|
+
"logIndex": 7,
|
|
1408
|
+
"blockHash": "0x000000000000002ce785acf7aff561a710fcfb5ba7c537f5ca2f1d4b6dd660d0"
|
|
1409
|
+
},
|
|
1410
|
+
{
|
|
1411
|
+
"transactionIndex": 0,
|
|
1412
|
+
"blockNumber": 44,
|
|
1413
|
+
"transactionHash": "0xa7201907fca9e6cd43c59379ae15d7839e138549163d0913ce8d1be2ff034c74",
|
|
1414
|
+
"address": "0xd89BBB161f015E73E5EA2Cb04eDD24F6b9aa3cf7",
|
|
1415
|
+
"topics": [
|
|
1416
|
+
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
1417
|
+
"0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
|
|
1418
|
+
"0x000000000000000000000000c48cab17fcb3eb38030bc4ea54b62353d2802ba8",
|
|
1419
|
+
"0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc"
|
|
1420
|
+
],
|
|
1421
|
+
"data": "0x",
|
|
1422
|
+
"logIndex": 8,
|
|
1423
|
+
"blockHash": "0x000000000000002ce785acf7aff561a710fcfb5ba7c537f5ca2f1d4b6dd660d0"
|
|
1424
|
+
},
|
|
1425
|
+
{
|
|
1426
|
+
"transactionIndex": 0,
|
|
1427
|
+
"blockNumber": 44,
|
|
1428
|
+
"transactionHash": "0xa7201907fca9e6cd43c59379ae15d7839e138549163d0913ce8d1be2ff034c74",
|
|
1429
|
+
"address": "0xd89BBB161f015E73E5EA2Cb04eDD24F6b9aa3cf7",
|
|
1430
|
+
"topics": [
|
|
1431
|
+
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
1432
|
+
"0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
|
|
1433
|
+
"0x0000000000000000000000007aa071813c372a9b34a3bac1c002e2b7434c345e",
|
|
1434
|
+
"0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc"
|
|
1435
|
+
],
|
|
1436
|
+
"data": "0x",
|
|
1437
|
+
"logIndex": 9,
|
|
1438
|
+
"blockHash": "0x000000000000002ce785acf7aff561a710fcfb5ba7c537f5ca2f1d4b6dd660d0"
|
|
1439
|
+
},
|
|
1440
|
+
{
|
|
1441
|
+
"transactionIndex": 0,
|
|
1442
|
+
"blockNumber": 44,
|
|
1443
|
+
"transactionHash": "0xa7201907fca9e6cd43c59379ae15d7839e138549163d0913ce8d1be2ff034c74",
|
|
1444
|
+
"address": "0xd89BBB161f015E73E5EA2Cb04eDD24F6b9aa3cf7",
|
|
1445
|
+
"topics": [
|
|
1446
|
+
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
1447
|
+
"0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
|
|
1448
|
+
"0x000000000000000000000000aada98978453263132587d0805c4a17376af9f13",
|
|
1449
|
+
"0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc"
|
|
1450
|
+
],
|
|
1451
|
+
"data": "0x",
|
|
1452
|
+
"logIndex": 10,
|
|
1453
|
+
"blockHash": "0x000000000000002ce785acf7aff561a710fcfb5ba7c537f5ca2f1d4b6dd660d0"
|
|
1200
1454
|
},
|
|
1201
1455
|
{
|
|
1202
1456
|
"transactionIndex": 0,
|
|
1203
|
-
"blockNumber":
|
|
1204
|
-
"transactionHash": "
|
|
1205
|
-
"address": "
|
|
1457
|
+
"blockNumber": 44,
|
|
1458
|
+
"transactionHash": "0xa7201907fca9e6cd43c59379ae15d7839e138549163d0913ce8d1be2ff034c74",
|
|
1459
|
+
"address": "0xd89BBB161f015E73E5EA2Cb04eDD24F6b9aa3cf7",
|
|
1206
1460
|
"topics": [
|
|
1207
1461
|
"0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"
|
|
1208
1462
|
],
|
|
1209
1463
|
"data": "0x0000000000000000000000000000000000000000000000000000000000000001",
|
|
1210
|
-
"logIndex":
|
|
1211
|
-
"blockHash": "
|
|
1464
|
+
"logIndex": 11,
|
|
1465
|
+
"blockHash": "0x000000000000002ce785acf7aff561a710fcfb5ba7c537f5ca2f1d4b6dd660d0"
|
|
1212
1466
|
},
|
|
1213
1467
|
{
|
|
1214
1468
|
"transactionIndex": 0,
|
|
1215
|
-
"blockNumber":
|
|
1216
|
-
"transactionHash": "
|
|
1217
|
-
"address": "
|
|
1469
|
+
"blockNumber": 44,
|
|
1470
|
+
"transactionHash": "0xa7201907fca9e6cd43c59379ae15d7839e138549163d0913ce8d1be2ff034c74",
|
|
1471
|
+
"address": "0xd89BBB161f015E73E5EA2Cb04eDD24F6b9aa3cf7",
|
|
1218
1472
|
"topics": [
|
|
1219
1473
|
"0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"
|
|
1220
1474
|
],
|
|
1221
|
-
"data": "
|
|
1222
|
-
"logIndex":
|
|
1223
|
-
"blockHash": "
|
|
1475
|
+
"data": "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000068800a6dcf47e31f508abd0385fe254d6c88aa33",
|
|
1476
|
+
"logIndex": 12,
|
|
1477
|
+
"blockHash": "0x000000000000002ce785acf7aff561a710fcfb5ba7c537f5ca2f1d4b6dd660d0"
|
|
1224
1478
|
}
|
|
1225
1479
|
],
|
|
1226
|
-
"blockNumber":
|
|
1227
|
-
"cumulativeGasUsed": "
|
|
1480
|
+
"blockNumber": 44,
|
|
1481
|
+
"cumulativeGasUsed": "886568",
|
|
1228
1482
|
"status": 1,
|
|
1229
1483
|
"byzantium": true
|
|
1230
1484
|
},
|
|
1231
1485
|
"args": [
|
|
1232
|
-
"
|
|
1233
|
-
"
|
|
1234
|
-
"
|
|
1486
|
+
"0x5DE5e3b5fDD52f9843F80adeEC5Ae6E5f91E7285",
|
|
1487
|
+
"0x68800A6dCF47E31f508ABd0385fe254D6C88AA33",
|
|
1488
|
+
"0x009fc681000000000000000000000000246345f1ee077a056ab627f7cba96f937c5b73d900000000000000000000000027f7facdd609b0aed047bc994b6d04d515f3de8400000000000000000000000000000000000000000000000000000000000000c0000000000000000000000000a787eb8b0c1598da585d154824231969ce100c640000000000000000000000009b63f0cef479924e5d2c4e22dbe31e6d0353b4480000000000000000000000000000000000000000000000000000000000000140000000000000000000000000000000000000000000000000000000000000000300000000000000000000000037620b0c50c1eaf0e16d52615d97cc094bea974300000000000000000000000020029bdff3b982c2bf8242f473a65afb6e5a8a57000000000000000000000000dab2090dfa9f50c3ee28b929ced346fef3d052190000000000000000000000000000000000000000000000000000000000000007000000000000000000000000b9cb228d7498d6f02b0f88f7b16d2cf836d2aea9000000000000000000000000f5e8a439c599205c1ab06b535de46681aed1007a0000000000000000000000000e251d9095dd128292a28eb383127d05d95bbd17000000000000000000000000c48cab17fcb3eb38030bc4ea54b62353d2802ba80000000000000000000000007aa071813c372a9b34a3bac1c002e2b7434c345e000000000000000000000000aada98978453263132587d0805c4a17376af9f13000000000000000000000000aada98978453263132587d0805c4a17376af9f13"
|
|
1235
1489
|
],
|
|
1236
1490
|
"numDeployments": 1,
|
|
1237
1491
|
"solcInputHash": "0e89febeebc7444140de8e67c9067d2c",
|
|
@@ -1240,23 +1494,27 @@
|
|
|
1240
1494
|
"execute": {
|
|
1241
1495
|
"methodName": "initialize",
|
|
1242
1496
|
"args": [
|
|
1497
|
+
"0x246345f1eE077a056ab627F7Cba96F937c5b73D9",
|
|
1498
|
+
"0x27F7facdd609b0aED047BC994B6D04D515f3DE84",
|
|
1243
1499
|
[
|
|
1244
|
-
"
|
|
1245
|
-
"
|
|
1246
|
-
|
|
1247
|
-
"0x13D69Cf7d6CE4218F646B759Dcf334D82c023d8e",
|
|
1248
|
-
[
|
|
1249
|
-
"0x9c79357189d6aF261691ECF48de9A6bbF30438Fc",
|
|
1250
|
-
"0xC4c81D5C1851702d27d602aA8ff830A7689F17cc"
|
|
1500
|
+
"0x37620b0c50c1EaF0e16d52615D97Cc094BEa9743",
|
|
1501
|
+
"0x20029bdFF3B982C2Bf8242F473A65aFb6E5a8A57",
|
|
1502
|
+
"0xDaB2090DfA9f50C3EE28B929Ced346FeF3d05219"
|
|
1251
1503
|
],
|
|
1252
|
-
|
|
1504
|
+
"0xa787Eb8b0C1598da585d154824231969cE100C64",
|
|
1505
|
+
"0x9B63F0Cef479924E5d2C4E22DBE31E6d0353B448",
|
|
1253
1506
|
[
|
|
1254
|
-
"
|
|
1255
|
-
"
|
|
1507
|
+
"0xB9Cb228D7498d6F02B0F88F7b16d2Cf836d2aeA9",
|
|
1508
|
+
"0xF5E8A439C599205C1aB06b535DE46681Aed1007a",
|
|
1509
|
+
"0x0e251d9095dD128292A28eB383127d05d95BBD17",
|
|
1510
|
+
"0xc48CaB17Fcb3eb38030bc4EA54B62353d2802Ba8",
|
|
1511
|
+
"0x7AA071813c372a9b34A3bac1C002e2B7434C345E",
|
|
1512
|
+
"0xaAda98978453263132587D0805C4A17376Af9F13",
|
|
1513
|
+
"0xaAda98978453263132587D0805C4A17376Af9F13"
|
|
1256
1514
|
]
|
|
1257
1515
|
]
|
|
1258
1516
|
},
|
|
1259
|
-
"implementation": "
|
|
1517
|
+
"implementation": "0x5DE5e3b5fDD52f9843F80adeEC5Ae6E5f91E7285",
|
|
1260
1518
|
"devdoc": {
|
|
1261
1519
|
"details": "This contract implements a proxy that is upgradeable by an admin. To avoid https://medium.com/nomic-labs-blog/malicious-backdoors-in-ethereum-proxies-62629adf3357[proxy selector clashing], which can potentially be used in an attack, this contract uses the https://blog.openzeppelin.com/the-transparent-proxy-pattern/[transparent proxy pattern]. This pattern implies two things that go hand in hand: 1. If any account other than the admin calls the proxy, the call will be forwarded to the implementation, even if that call matches one of the admin functions exposed by the proxy itself. 2. If the admin calls the proxy, it can access the admin functions, but its calls will never be forwarded to the implementation. If the admin tries to call a function on the implementation it will fail with an error that says \"admin cannot fallback to proxy target\". These properties mean that the admin account can only be used for admin actions like upgrading the proxy or changing the admin, so it's best if it's a dedicated account that is not used for anything else. This will avoid headaches due to sudden errors when trying to call a function from the proxy implementation. Our recommendation is for the dedicated account to be an instance of the {ProxyAdmin} contract. If set up this way, you should think of the `ProxyAdmin` instance as the real administrative interface of your proxy.",
|
|
1262
1520
|
"kind": "dev",
|