@layerzerolabs/lz-evm-sdk-v2 3.0.95-aptos-301.7 → 3.0.95
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/CHANGELOG.md +10 -0
- package/deployments/arbitrum-sandbox-local/DVN.json +1 -1
- package/deployments/arbitrum-sandbox-local/DVNDecompressor.json +1 -1
- package/deployments/arbitrum-sandbox-local/DVNFeeLib.json +1 -1
- package/deployments/arbitrum-sandbox-local/DefaultProxyAdmin.json +1 -1
- package/deployments/arbitrum-sandbox-local/EndpointV2.json +1 -1
- package/deployments/arbitrum-sandbox-local/EndpointV2View.json +1 -1
- package/deployments/arbitrum-sandbox-local/EndpointV2View_Implementation.json +1 -1
- package/deployments/arbitrum-sandbox-local/EndpointV2View_Proxy.json +1 -1
- package/deployments/arbitrum-sandbox-local/Executor.json +1 -1
- package/deployments/arbitrum-sandbox-local/ExecutorDecompressor.json +1 -1
- package/deployments/arbitrum-sandbox-local/ExecutorFeeLib.json +1 -1
- package/deployments/arbitrum-sandbox-local/ExecutorProxyAdmin.json +1 -1
- package/deployments/arbitrum-sandbox-local/Executor_Implementation.json +1 -1
- package/deployments/arbitrum-sandbox-local/Executor_Proxy.json +1 -1
- package/deployments/arbitrum-sandbox-local/LzExecutor.json +1 -1
- package/deployments/arbitrum-sandbox-local/LzExecutor_Implementation.json +1 -1
- package/deployments/arbitrum-sandbox-local/LzExecutor_Proxy.json +1 -1
- package/deployments/arbitrum-sandbox-local/MultiCall.json +1 -1
- package/deployments/arbitrum-sandbox-local/NonceContractMock.json +1 -1
- package/deployments/arbitrum-sandbox-local/PriceFeed.json +1 -1
- package/deployments/arbitrum-sandbox-local/PriceFeedProxyAdmin.json +1 -1
- package/deployments/arbitrum-sandbox-local/PriceFeed_Implementation.json +1 -1
- package/deployments/arbitrum-sandbox-local/PriceFeed_Proxy.json +1 -1
- package/deployments/arbitrum-sandbox-local/ReadLib1002.json +1 -1
- package/deployments/arbitrum-sandbox-local/ReadLib1002View.json +1 -1
- package/deployments/arbitrum-sandbox-local/ReadLib1002ViewProxyAdmin.json +1 -1
- package/deployments/arbitrum-sandbox-local/ReadLib1002View_Implementation.json +1 -1
- package/deployments/arbitrum-sandbox-local/ReadLib1002View_Proxy.json +1 -1
- package/deployments/arbitrum-sandbox-local/ReceiveUln301.json +1 -1
- package/deployments/arbitrum-sandbox-local/ReceiveUln301View.json +1 -1
- package/deployments/arbitrum-sandbox-local/ReceiveUln301View_Implementation.json +1 -1
- package/deployments/arbitrum-sandbox-local/ReceiveUln301View_Proxy.json +1 -1
- package/deployments/arbitrum-sandbox-local/ReceiveUln302.json +1 -1
- package/deployments/arbitrum-sandbox-local/ReceiveUln302View.json +1 -1
- package/deployments/arbitrum-sandbox-local/ReceiveUln302View_Implementation.json +1 -1
- package/deployments/arbitrum-sandbox-local/ReceiveUln302View_Proxy.json +1 -1
- package/deployments/arbitrum-sandbox-local/SendUln301.json +1 -1
- package/deployments/arbitrum-sandbox-local/SendUln302.json +1 -1
- package/deployments/arbitrum-sandbox-local/SimpleMessageLib.json +1 -1
- package/deployments/arbitrum-sandbox-local/Treasury.json +1 -1
- package/deployments/arbitrum-sandbox-local/TreasuryFeeHandler.json +1 -1
- package/deployments/bsc-sandbox-local/DVN.json +144 -5
- package/deployments/bsc-sandbox-local/DVNDecompressor.json +1 -1
- package/deployments/bsc-sandbox-local/DVNFeeLib.json +385 -1
- package/deployments/bsc-sandbox-local/DefaultProxyAdmin.json +1 -1
- package/deployments/bsc-sandbox-local/EndpointV2.json +1 -1
- package/deployments/bsc-sandbox-local/EndpointV2View.json +1 -1
- package/deployments/bsc-sandbox-local/EndpointV2View_Implementation.json +1 -1
- package/deployments/bsc-sandbox-local/EndpointV2View_Proxy.json +1 -1
- package/deployments/bsc-sandbox-local/Executor.json +50 -2
- package/deployments/bsc-sandbox-local/ExecutorDecompressor.json +1 -1
- package/deployments/bsc-sandbox-local/ExecutorFeeLib.json +181 -2
- package/deployments/bsc-sandbox-local/ExecutorProxyAdmin.json +1 -1
- package/deployments/bsc-sandbox-local/Executor_Implementation.json +50 -2
- package/deployments/bsc-sandbox-local/Executor_Proxy.json +1 -1
- package/deployments/bsc-sandbox-local/LzExecutor.json +1 -1
- package/deployments/bsc-sandbox-local/LzExecutor_Implementation.json +1 -1
- package/deployments/bsc-sandbox-local/LzExecutor_Proxy.json +1 -1
- package/deployments/{optimism-sandbox-local → bsc-sandbox-local}/MultiCall.json +1 -1
- package/deployments/bsc-sandbox-local/NonceContractMock.json +1 -1
- package/deployments/bsc-sandbox-local/PriceFeed.json +1 -1
- package/deployments/bsc-sandbox-local/PriceFeedProxyAdmin.json +1 -1
- package/deployments/bsc-sandbox-local/PriceFeed_Implementation.json +1 -1
- package/deployments/bsc-sandbox-local/PriceFeed_Proxy.json +1 -1
- package/deployments/bsc-sandbox-local/ReadLib1002.json +1 -1
- package/deployments/bsc-sandbox-local/ReadLib1002View.json +1 -1
- package/deployments/{optimism-sandbox-local → bsc-sandbox-local}/ReadLib1002ViewProxyAdmin.json +1 -1
- package/deployments/{optimism-sandbox-local → bsc-sandbox-local}/ReadLib1002View_Implementation.json +1 -1
- package/deployments/{optimism-sandbox-local → bsc-sandbox-local}/ReadLib1002View_Proxy.json +1 -1
- package/deployments/bsc-sandbox-local/ReceiveUln301.json +1 -1
- package/deployments/bsc-sandbox-local/ReceiveUln301View.json +1 -1
- package/deployments/bsc-sandbox-local/ReceiveUln301View_Implementation.json +1 -1
- package/deployments/bsc-sandbox-local/ReceiveUln301View_Proxy.json +1 -1
- package/deployments/bsc-sandbox-local/ReceiveUln302.json +1 -1
- package/deployments/bsc-sandbox-local/ReceiveUln302View.json +1 -1
- package/deployments/bsc-sandbox-local/ReceiveUln302View_Implementation.json +1 -1
- package/deployments/bsc-sandbox-local/ReceiveUln302View_Proxy.json +1 -1
- package/deployments/bsc-sandbox-local/SendUln301.json +1 -1
- package/deployments/bsc-sandbox-local/SendUln302.json +1 -1
- package/deployments/bsc-sandbox-local/SimpleMessageLib.json +1 -1
- package/deployments/bsc-sandbox-local/Treasury.json +1 -1
- package/deployments/bsc-sandbox-local/TreasuryFeeHandler.json +1 -1
- package/deployments/ethereum-sandbox-local/DVN.json +1 -1
- package/deployments/ethereum-sandbox-local/DVNDecompressor.json +1 -1
- package/deployments/ethereum-sandbox-local/DVNFeeLib.json +1 -1
- package/deployments/ethereum-sandbox-local/DefaultProxyAdmin.json +1 -1
- package/deployments/ethereum-sandbox-local/EndpointV2.json +1 -1
- package/deployments/ethereum-sandbox-local/EndpointV2View.json +1 -1
- package/deployments/ethereum-sandbox-local/EndpointV2View_Implementation.json +1 -1
- package/deployments/ethereum-sandbox-local/EndpointV2View_Proxy.json +1 -1
- package/deployments/ethereum-sandbox-local/Executor.json +1 -1
- package/deployments/ethereum-sandbox-local/ExecutorDecompressor.json +1 -1
- package/deployments/ethereum-sandbox-local/ExecutorFeeLib.json +1 -1
- package/deployments/ethereum-sandbox-local/ExecutorProxyAdmin.json +1 -1
- package/deployments/ethereum-sandbox-local/Executor_Implementation.json +1 -1
- package/deployments/ethereum-sandbox-local/Executor_Proxy.json +1 -1
- package/deployments/ethereum-sandbox-local/LzExecutor.json +1 -1
- package/deployments/ethereum-sandbox-local/LzExecutor_Implementation.json +1 -1
- package/deployments/ethereum-sandbox-local/LzExecutor_Proxy.json +1 -1
- package/deployments/ethereum-sandbox-local/MultiCall.json +1 -1
- package/deployments/ethereum-sandbox-local/NonceContractMock.json +1 -1
- package/deployments/ethereum-sandbox-local/PriceFeed.json +1 -1
- package/deployments/ethereum-sandbox-local/PriceFeedProxyAdmin.json +1 -1
- package/deployments/ethereum-sandbox-local/PriceFeed_Implementation.json +1 -1
- package/deployments/ethereum-sandbox-local/PriceFeed_Proxy.json +1 -1
- package/deployments/ethereum-sandbox-local/ReadLib1002.json +1 -1
- package/deployments/ethereum-sandbox-local/ReadLib1002View.json +1 -1
- package/deployments/ethereum-sandbox-local/ReadLib1002ViewProxyAdmin.json +1 -1
- package/deployments/ethereum-sandbox-local/ReadLib1002View_Implementation.json +1 -1
- package/deployments/ethereum-sandbox-local/ReadLib1002View_Proxy.json +1 -1
- package/deployments/ethereum-sandbox-local/ReceiveUln301.json +1 -1
- package/deployments/ethereum-sandbox-local/ReceiveUln301View.json +1 -1
- package/deployments/ethereum-sandbox-local/ReceiveUln301View_Implementation.json +1 -1
- package/deployments/ethereum-sandbox-local/ReceiveUln301View_Proxy.json +1 -1
- package/deployments/ethereum-sandbox-local/ReceiveUln302.json +1 -1
- package/deployments/ethereum-sandbox-local/ReceiveUln302View.json +1 -1
- package/deployments/ethereum-sandbox-local/ReceiveUln302View_Implementation.json +1 -1
- package/deployments/ethereum-sandbox-local/ReceiveUln302View_Proxy.json +1 -1
- package/deployments/ethereum-sandbox-local/SendUln301.json +1 -1
- package/deployments/ethereum-sandbox-local/SendUln302.json +1 -1
- package/deployments/ethereum-sandbox-local/SimpleMessageLib.json +1 -1
- package/deployments/ethereum-sandbox-local/Treasury.json +1 -1
- package/deployments/ethereum-sandbox-local/TreasuryFeeHandler.json +1 -1
- package/deployments/polygon-sandbox-local/DVN.json +144 -5
- package/deployments/polygon-sandbox-local/DVNDecompressor.json +1 -1
- package/deployments/polygon-sandbox-local/DVNFeeLib.json +385 -1
- package/deployments/polygon-sandbox-local/DefaultProxyAdmin.json +1 -1
- package/deployments/polygon-sandbox-local/EndpointV2.json +1 -1
- package/deployments/polygon-sandbox-local/EndpointV2View.json +1 -1
- package/deployments/polygon-sandbox-local/EndpointV2View_Implementation.json +1 -1
- package/deployments/polygon-sandbox-local/EndpointV2View_Proxy.json +1 -1
- package/deployments/polygon-sandbox-local/Executor.json +50 -2
- package/deployments/polygon-sandbox-local/ExecutorDecompressor.json +1 -1
- package/deployments/polygon-sandbox-local/ExecutorFeeLib.json +181 -2
- package/deployments/polygon-sandbox-local/ExecutorProxyAdmin.json +1 -1
- package/deployments/polygon-sandbox-local/Executor_Implementation.json +50 -2
- package/deployments/polygon-sandbox-local/Executor_Proxy.json +1 -1
- package/deployments/polygon-sandbox-local/LzExecutor.json +1 -1
- package/deployments/polygon-sandbox-local/LzExecutor_Implementation.json +1 -1
- package/deployments/polygon-sandbox-local/LzExecutor_Proxy.json +1 -1
- package/deployments/polygon-sandbox-local/MultiCall.json +115 -0
- package/deployments/polygon-sandbox-local/NonceContractMock.json +1 -1
- package/deployments/polygon-sandbox-local/PriceFeed.json +1 -1
- package/deployments/polygon-sandbox-local/PriceFeedProxyAdmin.json +1 -1
- package/deployments/polygon-sandbox-local/PriceFeed_Implementation.json +1 -1
- package/deployments/polygon-sandbox-local/PriceFeed_Proxy.json +1 -1
- package/deployments/{optimism-sandbox-local → polygon-sandbox-local}/ReadLib1002.json +1 -1
- package/deployments/{optimism-sandbox-local → polygon-sandbox-local}/ReadLib1002View.json +1 -1
- package/deployments/{optimism-sandbox-local/ExecutorProxyAdmin.json → polygon-sandbox-local/ReadLib1002ViewProxyAdmin.json} +2 -2
- package/deployments/{optimism-sandbox-local/ReceiveUln302View_Implementation.json → polygon-sandbox-local/ReadLib1002View_Implementation.json} +41 -7
- package/deployments/{optimism-sandbox-local/EndpointV2View_Proxy.json → polygon-sandbox-local/ReadLib1002View_Proxy.json} +2 -2
- package/deployments/polygon-sandbox-local/ReceiveUln301.json +1 -1
- package/deployments/polygon-sandbox-local/ReceiveUln301View.json +1 -1
- package/deployments/polygon-sandbox-local/ReceiveUln301View_Implementation.json +1 -1
- package/deployments/polygon-sandbox-local/ReceiveUln301View_Proxy.json +1 -1
- package/deployments/polygon-sandbox-local/ReceiveUln302.json +1 -1
- package/deployments/polygon-sandbox-local/ReceiveUln302View.json +1 -1
- package/deployments/polygon-sandbox-local/ReceiveUln302View_Implementation.json +1 -1
- package/deployments/polygon-sandbox-local/ReceiveUln302View_Proxy.json +1 -1
- package/deployments/polygon-sandbox-local/SendUln301.json +1 -1
- package/deployments/polygon-sandbox-local/SendUln302.json +1 -1
- package/deployments/polygon-sandbox-local/SimpleMessageLib.json +1 -1
- package/deployments/polygon-sandbox-local/Treasury.json +1 -1
- package/deployments/polygon-sandbox-local/TreasuryFeeHandler.json +1 -1
- package/deployments/tron-sandbox-local/DVN.json +2 -2
- package/deployments/tron-sandbox-local/DVNDecompressor.json +2 -2
- package/deployments/tron-sandbox-local/DVNFeeLib.json +2 -2
- package/deployments/tron-sandbox-local/DefaultProxyAdmin.json +2 -2
- package/deployments/tron-sandbox-local/EndpointV2.json +2 -2
- package/deployments/tron-sandbox-local/EndpointV2View.json +2 -2
- package/deployments/tron-sandbox-local/EndpointV2View_Implementation.json +2 -2
- package/deployments/tron-sandbox-local/EndpointV2View_Proxy.json +2 -2
- package/deployments/tron-sandbox-local/Executor.json +2 -2
- package/deployments/tron-sandbox-local/ExecutorDecompressor.json +2 -2
- package/deployments/tron-sandbox-local/ExecutorFeeLib.json +2 -2
- package/deployments/tron-sandbox-local/ExecutorProxyAdmin.json +2 -2
- package/deployments/tron-sandbox-local/Executor_Implementation.json +2 -2
- package/deployments/tron-sandbox-local/Executor_Proxy.json +2 -2
- package/deployments/tron-sandbox-local/LzExecutor.json +2 -2
- package/deployments/tron-sandbox-local/LzExecutor_Implementation.json +2 -2
- package/deployments/tron-sandbox-local/LzExecutor_Proxy.json +2 -2
- package/deployments/tron-sandbox-local/MultiCall.json +2 -2
- package/deployments/tron-sandbox-local/NonceContractMock.json +2 -2
- package/deployments/tron-sandbox-local/PriceFeed.json +2 -2
- package/deployments/tron-sandbox-local/PriceFeedProxyAdmin.json +2 -2
- package/deployments/tron-sandbox-local/PriceFeed_Implementation.json +2 -2
- package/deployments/tron-sandbox-local/PriceFeed_Proxy.json +2 -2
- package/deployments/tron-sandbox-local/ReadLib1002.json +2 -2
- package/deployments/tron-sandbox-local/ReadLib1002View.json +2 -2
- package/deployments/tron-sandbox-local/ReadLib1002ViewProxyAdmin.json +2 -2
- package/deployments/tron-sandbox-local/ReadLib1002View_Implementation.json +2 -2
- package/deployments/tron-sandbox-local/ReadLib1002View_Proxy.json +2 -2
- package/deployments/tron-sandbox-local/ReceiveUln301.json +2 -2
- package/deployments/tron-sandbox-local/ReceiveUln301View.json +2 -2
- package/deployments/tron-sandbox-local/ReceiveUln301View_Implementation.json +2 -2
- package/deployments/tron-sandbox-local/ReceiveUln301View_Proxy.json +2 -2
- package/deployments/tron-sandbox-local/ReceiveUln302.json +2 -2
- package/deployments/tron-sandbox-local/ReceiveUln302View.json +2 -2
- package/deployments/tron-sandbox-local/ReceiveUln302View_Implementation.json +2 -2
- package/deployments/tron-sandbox-local/ReceiveUln302View_Proxy.json +2 -2
- package/deployments/tron-sandbox-local/SendUln301.json +2 -2
- package/deployments/tron-sandbox-local/SendUln302.json +2 -2
- package/deployments/tron-sandbox-local/SimpleMessageLib.json +2 -2
- package/deployments/tron-sandbox-local/Treasury.json +2 -2
- package/deployments/tron-sandbox-local/TreasuryFeeHandler.json +2 -2
- package/package.json +9 -9
- package/deployments/optimism-sandbox-local/DVN.json +0 -1504
- package/deployments/optimism-sandbox-local/DVNDecompressor.json +0 -324
- package/deployments/optimism-sandbox-local/DVNFeeLib.json +0 -690
- package/deployments/optimism-sandbox-local/DefaultProxyAdmin.json +0 -166
- package/deployments/optimism-sandbox-local/EndpointV2.json +0 -2356
- package/deployments/optimism-sandbox-local/EndpointV2View.json +0 -335
- package/deployments/optimism-sandbox-local/EndpointV2View_Implementation.json +0 -204
- package/deployments/optimism-sandbox-local/Executor.json +0 -1450
- package/deployments/optimism-sandbox-local/ExecutorDecompressor.json +0 -215
- package/deployments/optimism-sandbox-local/ExecutorFeeLib.json +0 -541
- package/deployments/optimism-sandbox-local/Executor_Implementation.json +0 -1319
- package/deployments/optimism-sandbox-local/Executor_Proxy.json +0 -137
- package/deployments/optimism-sandbox-local/LzExecutor.json +0 -641
- package/deployments/optimism-sandbox-local/LzExecutor_Implementation.json +0 -510
- package/deployments/optimism-sandbox-local/LzExecutor_Proxy.json +0 -137
- package/deployments/optimism-sandbox-local/NonceContractMock.json +0 -88
- package/deployments/optimism-sandbox-local/PriceFeed.json +0 -820
- package/deployments/optimism-sandbox-local/PriceFeedProxyAdmin.json +0 -176
- package/deployments/optimism-sandbox-local/PriceFeed_Implementation.json +0 -689
- package/deployments/optimism-sandbox-local/PriceFeed_Proxy.json +0 -137
- package/deployments/optimism-sandbox-local/ReceiveUln301.json +0 -995
- package/deployments/optimism-sandbox-local/ReceiveUln301View.json +0 -252
- package/deployments/optimism-sandbox-local/ReceiveUln301View_Implementation.json +0 -121
- package/deployments/optimism-sandbox-local/ReceiveUln301View_Proxy.json +0 -137
- package/deployments/optimism-sandbox-local/ReceiveUln302.json +0 -752
- package/deployments/optimism-sandbox-local/ReceiveUln302View.json +0 -377
- package/deployments/optimism-sandbox-local/ReceiveUln302View_Proxy.json +0 -137
- package/deployments/optimism-sandbox-local/SendUln301.json +0 -1273
- package/deployments/optimism-sandbox-local/SendUln302.json +0 -1254
- package/deployments/optimism-sandbox-local/SimpleMessageLib.json +0 -586
- package/deployments/optimism-sandbox-local/Treasury.json +0 -304
- package/deployments/optimism-sandbox-local/TreasuryFeeHandler.json +0 -89
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x558785b76e29e5b9f8Bf428936480B49d71F3d76",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x081a78d6aca02626014a95c53d9364c25d7db5c4ec055325a1e1e63206bfc412",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
7
|
+
{
|
|
8
|
+
"internalType": "uint32",
|
|
9
|
+
"name": "_localEidV2",
|
|
10
|
+
"type": "uint32"
|
|
11
|
+
},
|
|
7
12
|
{
|
|
8
13
|
"internalType": "uint256",
|
|
9
14
|
"name": "_nativeDecimalsRate",
|
|
@@ -40,6 +45,11 @@
|
|
|
40
45
|
"name": "Executor_InvalidLzComposeOption",
|
|
41
46
|
"type": "error"
|
|
42
47
|
},
|
|
48
|
+
{
|
|
49
|
+
"inputs": [],
|
|
50
|
+
"name": "Executor_InvalidLzReadOption",
|
|
51
|
+
"type": "error"
|
|
52
|
+
},
|
|
43
53
|
{
|
|
44
54
|
"inputs": [],
|
|
45
55
|
"name": "Executor_InvalidLzReceiveOption",
|
|
@@ -82,6 +92,11 @@
|
|
|
82
92
|
"name": "Executor_UnsupportedOptionType",
|
|
83
93
|
"type": "error"
|
|
84
94
|
},
|
|
95
|
+
{
|
|
96
|
+
"inputs": [],
|
|
97
|
+
"name": "Executor_ZeroCalldataSizeProvided",
|
|
98
|
+
"type": "error"
|
|
99
|
+
},
|
|
85
100
|
{
|
|
86
101
|
"inputs": [],
|
|
87
102
|
"name": "Executor_ZeroLzComposeGasProvided",
|
|
@@ -132,6 +147,79 @@
|
|
|
132
147
|
"name": "OwnershipTransferred",
|
|
133
148
|
"type": "event"
|
|
134
149
|
},
|
|
150
|
+
{
|
|
151
|
+
"inputs": [
|
|
152
|
+
{
|
|
153
|
+
"components": [
|
|
154
|
+
{
|
|
155
|
+
"internalType": "address",
|
|
156
|
+
"name": "priceFeed",
|
|
157
|
+
"type": "address"
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"internalType": "address",
|
|
161
|
+
"name": "sender",
|
|
162
|
+
"type": "address"
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"internalType": "uint16",
|
|
166
|
+
"name": "defaultMultiplierBps",
|
|
167
|
+
"type": "uint16"
|
|
168
|
+
}
|
|
169
|
+
],
|
|
170
|
+
"internalType": "struct IExecutorFeeLib.FeeParamsForRead",
|
|
171
|
+
"name": "_params",
|
|
172
|
+
"type": "tuple"
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"components": [
|
|
176
|
+
{
|
|
177
|
+
"internalType": "uint64",
|
|
178
|
+
"name": "lzReceiveBaseGas",
|
|
179
|
+
"type": "uint64"
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
"internalType": "uint16",
|
|
183
|
+
"name": "multiplierBps",
|
|
184
|
+
"type": "uint16"
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"internalType": "uint128",
|
|
188
|
+
"name": "floorMarginUSD",
|
|
189
|
+
"type": "uint128"
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
"internalType": "uint128",
|
|
193
|
+
"name": "nativeCap",
|
|
194
|
+
"type": "uint128"
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
"internalType": "uint64",
|
|
198
|
+
"name": "lzComposeBaseGas",
|
|
199
|
+
"type": "uint64"
|
|
200
|
+
}
|
|
201
|
+
],
|
|
202
|
+
"internalType": "struct IExecutor.DstConfig",
|
|
203
|
+
"name": "_dstConfig",
|
|
204
|
+
"type": "tuple"
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
"internalType": "bytes",
|
|
208
|
+
"name": "_options",
|
|
209
|
+
"type": "bytes"
|
|
210
|
+
}
|
|
211
|
+
],
|
|
212
|
+
"name": "getFee",
|
|
213
|
+
"outputs": [
|
|
214
|
+
{
|
|
215
|
+
"internalType": "uint256",
|
|
216
|
+
"name": "fee",
|
|
217
|
+
"type": "uint256"
|
|
218
|
+
}
|
|
219
|
+
],
|
|
220
|
+
"stateMutability": "view",
|
|
221
|
+
"type": "function"
|
|
222
|
+
},
|
|
135
223
|
{
|
|
136
224
|
"inputs": [
|
|
137
225
|
{
|
|
@@ -295,7 +383,80 @@
|
|
|
295
383
|
"type": "uint256"
|
|
296
384
|
}
|
|
297
385
|
],
|
|
298
|
-
"stateMutability": "
|
|
386
|
+
"stateMutability": "view",
|
|
387
|
+
"type": "function"
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
"inputs": [
|
|
391
|
+
{
|
|
392
|
+
"components": [
|
|
393
|
+
{
|
|
394
|
+
"internalType": "address",
|
|
395
|
+
"name": "priceFeed",
|
|
396
|
+
"type": "address"
|
|
397
|
+
},
|
|
398
|
+
{
|
|
399
|
+
"internalType": "address",
|
|
400
|
+
"name": "sender",
|
|
401
|
+
"type": "address"
|
|
402
|
+
},
|
|
403
|
+
{
|
|
404
|
+
"internalType": "uint16",
|
|
405
|
+
"name": "defaultMultiplierBps",
|
|
406
|
+
"type": "uint16"
|
|
407
|
+
}
|
|
408
|
+
],
|
|
409
|
+
"internalType": "struct IExecutorFeeLib.FeeParamsForRead",
|
|
410
|
+
"name": "_params",
|
|
411
|
+
"type": "tuple"
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
"components": [
|
|
415
|
+
{
|
|
416
|
+
"internalType": "uint64",
|
|
417
|
+
"name": "lzReceiveBaseGas",
|
|
418
|
+
"type": "uint64"
|
|
419
|
+
},
|
|
420
|
+
{
|
|
421
|
+
"internalType": "uint16",
|
|
422
|
+
"name": "multiplierBps",
|
|
423
|
+
"type": "uint16"
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
"internalType": "uint128",
|
|
427
|
+
"name": "floorMarginUSD",
|
|
428
|
+
"type": "uint128"
|
|
429
|
+
},
|
|
430
|
+
{
|
|
431
|
+
"internalType": "uint128",
|
|
432
|
+
"name": "nativeCap",
|
|
433
|
+
"type": "uint128"
|
|
434
|
+
},
|
|
435
|
+
{
|
|
436
|
+
"internalType": "uint64",
|
|
437
|
+
"name": "lzComposeBaseGas",
|
|
438
|
+
"type": "uint64"
|
|
439
|
+
}
|
|
440
|
+
],
|
|
441
|
+
"internalType": "struct IExecutor.DstConfig",
|
|
442
|
+
"name": "_dstConfig",
|
|
443
|
+
"type": "tuple"
|
|
444
|
+
},
|
|
445
|
+
{
|
|
446
|
+
"internalType": "bytes",
|
|
447
|
+
"name": "_options",
|
|
448
|
+
"type": "bytes"
|
|
449
|
+
}
|
|
450
|
+
],
|
|
451
|
+
"name": "getFeeOnSend",
|
|
452
|
+
"outputs": [
|
|
453
|
+
{
|
|
454
|
+
"internalType": "uint256",
|
|
455
|
+
"name": "fee",
|
|
456
|
+
"type": "uint256"
|
|
457
|
+
}
|
|
458
|
+
],
|
|
459
|
+
"stateMutability": "view",
|
|
299
460
|
"type": "function"
|
|
300
461
|
},
|
|
301
462
|
{
|
|
@@ -331,6 +492,24 @@
|
|
|
331
492
|
"stateMutability": "nonpayable",
|
|
332
493
|
"type": "function"
|
|
333
494
|
},
|
|
495
|
+
{
|
|
496
|
+
"inputs": [],
|
|
497
|
+
"name": "version",
|
|
498
|
+
"outputs": [
|
|
499
|
+
{
|
|
500
|
+
"internalType": "uint64",
|
|
501
|
+
"name": "major",
|
|
502
|
+
"type": "uint64"
|
|
503
|
+
},
|
|
504
|
+
{
|
|
505
|
+
"internalType": "uint8",
|
|
506
|
+
"name": "minor",
|
|
507
|
+
"type": "uint8"
|
|
508
|
+
}
|
|
509
|
+
],
|
|
510
|
+
"stateMutability": "pure",
|
|
511
|
+
"type": "function"
|
|
512
|
+
},
|
|
334
513
|
{
|
|
335
514
|
"inputs": [
|
|
336
515
|
{
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0xE7C2a73131dd48D8AC46dCD7Ab80C8cbeE5b410A",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0xc9810f35224d264dc78b114e2a8fcc3d2744037595245b7e734f9548dc07792f",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x71550ac84Ba7599220eAEf5C756b847cB4486606",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0xe7f048dee709a1c50be8c40bc730a83c37dbc816abd9f8efb3eba6ecf76b1fa3",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -406,6 +406,30 @@
|
|
|
406
406
|
"stateMutability": "nonpayable",
|
|
407
407
|
"type": "function"
|
|
408
408
|
},
|
|
409
|
+
{
|
|
410
|
+
"inputs": [
|
|
411
|
+
{
|
|
412
|
+
"internalType": "address",
|
|
413
|
+
"name": "_sender",
|
|
414
|
+
"type": "address"
|
|
415
|
+
},
|
|
416
|
+
{
|
|
417
|
+
"internalType": "bytes",
|
|
418
|
+
"name": "_options",
|
|
419
|
+
"type": "bytes"
|
|
420
|
+
}
|
|
421
|
+
],
|
|
422
|
+
"name": "assignJob",
|
|
423
|
+
"outputs": [
|
|
424
|
+
{
|
|
425
|
+
"internalType": "uint256",
|
|
426
|
+
"name": "fee",
|
|
427
|
+
"type": "uint256"
|
|
428
|
+
}
|
|
429
|
+
],
|
|
430
|
+
"stateMutability": "nonpayable",
|
|
431
|
+
"type": "function"
|
|
432
|
+
},
|
|
409
433
|
{
|
|
410
434
|
"inputs": [
|
|
411
435
|
{
|
|
@@ -628,6 +652,30 @@
|
|
|
628
652
|
"stateMutability": "view",
|
|
629
653
|
"type": "function"
|
|
630
654
|
},
|
|
655
|
+
{
|
|
656
|
+
"inputs": [
|
|
657
|
+
{
|
|
658
|
+
"internalType": "address",
|
|
659
|
+
"name": "_sender",
|
|
660
|
+
"type": "address"
|
|
661
|
+
},
|
|
662
|
+
{
|
|
663
|
+
"internalType": "bytes",
|
|
664
|
+
"name": "_options",
|
|
665
|
+
"type": "bytes"
|
|
666
|
+
}
|
|
667
|
+
],
|
|
668
|
+
"name": "getFee",
|
|
669
|
+
"outputs": [
|
|
670
|
+
{
|
|
671
|
+
"internalType": "uint256",
|
|
672
|
+
"name": "fee",
|
|
673
|
+
"type": "uint256"
|
|
674
|
+
}
|
|
675
|
+
],
|
|
676
|
+
"stateMutability": "view",
|
|
677
|
+
"type": "function"
|
|
678
|
+
},
|
|
631
679
|
{
|
|
632
680
|
"inputs": [
|
|
633
681
|
{
|
|
@@ -767,7 +815,7 @@
|
|
|
767
815
|
},
|
|
768
816
|
{
|
|
769
817
|
"inputs": [],
|
|
770
|
-
"name": "
|
|
818
|
+
"name": "localEidV2",
|
|
771
819
|
"outputs": [
|
|
772
820
|
{
|
|
773
821
|
"internalType": "uint32",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x36B22905A1211A55E0d62eF46720172e2b0f24BD",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0xd8eef1aa857f645e45c6e6b9d87f05fea433478abda5d819995d6c38d44b8e08",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x050499eBdbBBc1216011dE07A48b5182c983Ae74",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0xe5706bc7daf283dd1db3002555277ca44683a1bc9bd07de2768d10957077dde7",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"anonymous": false,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0xE8BBb5F22E6b3d6CD9157B8FD2b59C076e57a9Fc",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0xb10648371f11b7dd91bcd1fe9cfe907d5ef0df3d9eeabba11da8db2fb9d25749",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [],
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x050499eBdbBBc1216011dE07A48b5182c983Ae74",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0xe5706bc7daf283dd1db3002555277ca44683a1bc9bd07de2768d10957077dde7",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
{
|
|
2
|
+
"address": "0x9E7088C23e5C0B2D02cD7886A1BDbC7FE8b71016",
|
|
3
|
+
"transactionHash": "0xeb92f49bcd3ec0450effde0a72143f7cd210bd444f789400efaa04924d3056d7",
|
|
4
|
+
"abi": [
|
|
5
|
+
{
|
|
6
|
+
"inputs": [
|
|
7
|
+
{
|
|
8
|
+
"internalType": "uint256",
|
|
9
|
+
"name": "index",
|
|
10
|
+
"type": "uint256"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"internalType": "bytes",
|
|
14
|
+
"name": "result",
|
|
15
|
+
"type": "bytes"
|
|
16
|
+
}
|
|
17
|
+
],
|
|
18
|
+
"name": "CallReverted",
|
|
19
|
+
"type": "error"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"inputs": [
|
|
23
|
+
{
|
|
24
|
+
"internalType": "uint256",
|
|
25
|
+
"name": "index",
|
|
26
|
+
"type": "uint256"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"internalType": "uint256",
|
|
30
|
+
"name": "requested",
|
|
31
|
+
"type": "uint256"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"internalType": "uint256",
|
|
35
|
+
"name": "available",
|
|
36
|
+
"type": "uint256"
|
|
37
|
+
}
|
|
38
|
+
],
|
|
39
|
+
"name": "NotEnoughGas",
|
|
40
|
+
"type": "error"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"inputs": [
|
|
44
|
+
{
|
|
45
|
+
"internalType": "address",
|
|
46
|
+
"name": "_to",
|
|
47
|
+
"type": "address"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"internalType": "uint256",
|
|
51
|
+
"name": "_value",
|
|
52
|
+
"type": "uint256"
|
|
53
|
+
}
|
|
54
|
+
],
|
|
55
|
+
"name": "Transfer_NativeFailed",
|
|
56
|
+
"type": "error"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"inputs": [],
|
|
60
|
+
"name": "Transfer_ToAddressIsZero",
|
|
61
|
+
"type": "error"
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"inputs": [
|
|
65
|
+
{
|
|
66
|
+
"components": [
|
|
67
|
+
{
|
|
68
|
+
"internalType": "address",
|
|
69
|
+
"name": "target",
|
|
70
|
+
"type": "address"
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"internalType": "bytes",
|
|
74
|
+
"name": "data",
|
|
75
|
+
"type": "bytes"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"internalType": "uint256",
|
|
79
|
+
"name": "gasLimit",
|
|
80
|
+
"type": "uint256"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"internalType": "uint256",
|
|
84
|
+
"name": "value",
|
|
85
|
+
"type": "uint256"
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"internalType": "bool",
|
|
89
|
+
"name": "revertOnError",
|
|
90
|
+
"type": "bool"
|
|
91
|
+
}
|
|
92
|
+
],
|
|
93
|
+
"internalType": "struct MultiCall.Call[]",
|
|
94
|
+
"name": "_calls",
|
|
95
|
+
"type": "tuple[]"
|
|
96
|
+
}
|
|
97
|
+
],
|
|
98
|
+
"name": "multiCall",
|
|
99
|
+
"outputs": [
|
|
100
|
+
{
|
|
101
|
+
"internalType": "bool[]",
|
|
102
|
+
"name": "successes",
|
|
103
|
+
"type": "bool[]"
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"internalType": "bytes[]",
|
|
107
|
+
"name": "results",
|
|
108
|
+
"type": "bytes[]"
|
|
109
|
+
}
|
|
110
|
+
],
|
|
111
|
+
"stateMutability": "payable",
|
|
112
|
+
"type": "function"
|
|
113
|
+
}
|
|
114
|
+
]
|
|
115
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x2dE080e97B0caE9825375D31f5D0eD5751fDf16D",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x079a503fb2936c30315f576317bf080d8766a51c951326e1e1809b345f114143",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x8438Ad1C834623CfF278AB6829a248E37C2D7E3f",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x5f9fe68813bb157975c3eba7d7640a261adcaca76d64e72adc1e7ff8e7943251",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"anonymous": false,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x663F3ad617193148711d28f5334eE4Ed07016602",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0xe554ccfa1e9d79501023594f066078a72ef697c0d305cb1812311ccc5600003c",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x2E983A1Ba5e8b38AAAeC4B440B9dDcFBf72E15d1",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0xe3db67f34c143f4ae5b8993d8b14bbb8171d9b74011751c99dfdda1b63daa1c2",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x8438Ad1C834623CfF278AB6829a248E37C2D7E3f",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x5f9fe68813bb157975c3eba7d7640a261adcaca76d64e72adc1e7ff8e7943251",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x0D4ff719551E23185Aeb16FFbF2ABEbB90635942",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0xe7f38b6acd94e2f432d1e0bb62de712e0ce8c743893138674863233edfdfcc7c",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x2fc631e4B3018258759C52AF169200213e84ABab",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x04e8e77a078ffa476ee9704feb481834136cea26ea59559dfa7e4b7c85767fc3",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"anonymous": false,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0xfbAb4aa40C202E4e80390171E82379824f7372dd",
|
|
3
|
+
"transactionHash": "0xdfdba893149a450638822c456974bc12ca8c5fd17d7250d802522a396c36ee21",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0xAfe1b5bdEbD4ae65AF2024738bf0735fbb65d44b",
|
|
3
|
+
"transactionHash": "0x85fdd4f262fefca160675f55eef7f54b7e974cd95727c42008af2e68cdf7db5c",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"anonymous": false,
|
|
@@ -95,6 +95,40 @@
|
|
|
95
95
|
"stateMutability": "view",
|
|
96
96
|
"type": "function"
|
|
97
97
|
},
|
|
98
|
+
{
|
|
99
|
+
"inputs": [
|
|
100
|
+
{
|
|
101
|
+
"internalType": "address",
|
|
102
|
+
"name": "_receiver",
|
|
103
|
+
"type": "address"
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"internalType": "uint32",
|
|
107
|
+
"name": "_srcEid",
|
|
108
|
+
"type": "uint32"
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"internalType": "bytes32",
|
|
112
|
+
"name": "_headerHash",
|
|
113
|
+
"type": "bytes32"
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"internalType": "bytes32",
|
|
117
|
+
"name": "_cmdHash",
|
|
118
|
+
"type": "bytes32"
|
|
119
|
+
}
|
|
120
|
+
],
|
|
121
|
+
"name": "getVerifiablePayloadHash",
|
|
122
|
+
"outputs": [
|
|
123
|
+
{
|
|
124
|
+
"internalType": "bytes32",
|
|
125
|
+
"name": "",
|
|
126
|
+
"type": "bytes32"
|
|
127
|
+
}
|
|
128
|
+
],
|
|
129
|
+
"stateMutability": "view",
|
|
130
|
+
"type": "function"
|
|
131
|
+
},
|
|
98
132
|
{
|
|
99
133
|
"inputs": [
|
|
100
134
|
{
|
|
@@ -144,8 +178,8 @@
|
|
|
144
178
|
"type": "address"
|
|
145
179
|
},
|
|
146
180
|
{
|
|
147
|
-
"internalType": "address",
|
|
148
|
-
"name": "
|
|
181
|
+
"internalType": "address payable",
|
|
182
|
+
"name": "_readLib",
|
|
149
183
|
"type": "address"
|
|
150
184
|
}
|
|
151
185
|
],
|
|
@@ -156,10 +190,10 @@
|
|
|
156
190
|
},
|
|
157
191
|
{
|
|
158
192
|
"inputs": [],
|
|
159
|
-
"name": "
|
|
193
|
+
"name": "readLib",
|
|
160
194
|
"outputs": [
|
|
161
195
|
{
|
|
162
|
-
"internalType": "contract
|
|
196
|
+
"internalType": "contract ReadLib1002",
|
|
163
197
|
"name": "",
|
|
164
198
|
"type": "address"
|
|
165
199
|
}
|
|
@@ -176,7 +210,7 @@
|
|
|
176
210
|
},
|
|
177
211
|
{
|
|
178
212
|
"internalType": "bytes32",
|
|
179
|
-
"name": "
|
|
213
|
+
"name": "_cmdHash",
|
|
180
214
|
"type": "bytes32"
|
|
181
215
|
}
|
|
182
216
|
],
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0x2fc631e4B3018258759C52AF169200213e84ABab",
|
|
3
|
+
"transactionHash": "0x04e8e77a078ffa476ee9704feb481834136cea26ea59559dfa7e4b7c85767fc3",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x381445710b5e73d34aF196c53A3D5cDa58EDBf7A",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0xda8c0cbc7b66c3731a665360691b20c13838d5a5fabca0529f0acda0c7ec8696",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x0124189Fc71496f8660dB5189F296055ED757632",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x1695f6c4d4a324274a23fb599e19b8582cadbffbc711ff5d888c6d63c494bf2a",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"anonymous": false,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x6cffa31dd31cF649fb24AC7cEfE87579324bD89c",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x515abf7d9289b8d200248ddd829ffd12a3551542d0cbc8b2c030e80fa567fcf9",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [],
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x0124189Fc71496f8660dB5189F296055ED757632",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x1695f6c4d4a324274a23fb599e19b8582cadbffbc711ff5d888c6d63c494bf2a",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x5C7c905B505f0Cf40Ab6600d05e677F717916F6B",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x13a7d64c8007c5cb7d18b7a6eec872c5602f0e113d6982397cc948bc403adcb1",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|