@layerzerolabs/lz-evm-sdk-v2 3.0.154 → 3.0.156
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 +16 -0
- package/deployments/chiliz-mainnet/DVN.json +1504 -0
- package/deployments/chiliz-mainnet/DVNFeeLib.json +690 -0
- package/deployments/chiliz-mainnet/DeadDVN.json +159 -0
- package/deployments/chiliz-mainnet/DefaultProxyAdmin.json +166 -0
- package/deployments/chiliz-mainnet/EndpointV2.json +2356 -0
- package/deployments/chiliz-mainnet/EndpointV2View.json +335 -0
- package/deployments/chiliz-mainnet/EndpointV2View_Implementation.json +204 -0
- package/deployments/chiliz-mainnet/EndpointV2View_Proxy.json +137 -0
- package/deployments/chiliz-mainnet/Executor.json +1476 -0
- package/deployments/chiliz-mainnet/ExecutorFeeLib.json +541 -0
- package/deployments/chiliz-mainnet/ExecutorProxyAdmin.json +176 -0
- package/deployments/chiliz-mainnet/Executor_Implementation.json +1345 -0
- package/deployments/chiliz-mainnet/Executor_Proxy.json +137 -0
- package/deployments/chiliz-mainnet/LzExecutor.json +641 -0
- package/deployments/chiliz-mainnet/LzExecutor_Implementation.json +510 -0
- package/deployments/chiliz-mainnet/LzExecutor_Proxy.json +137 -0
- package/deployments/chiliz-mainnet/MultiCall.json +115 -0
- package/deployments/chiliz-mainnet/PriceFeed.json +820 -0
- package/deployments/chiliz-mainnet/PriceFeedProxyAdmin.json +176 -0
- package/deployments/chiliz-mainnet/PriceFeed_Implementation.json +689 -0
- package/deployments/chiliz-mainnet/PriceFeed_Proxy.json +137 -0
- package/deployments/chiliz-mainnet/ReceiveUln301.json +995 -0
- package/deployments/chiliz-mainnet/ReceiveUln301View.json +252 -0
- package/deployments/chiliz-mainnet/ReceiveUln301View_Implementation.json +121 -0
- package/deployments/chiliz-mainnet/ReceiveUln301View_Proxy.json +137 -0
- package/deployments/chiliz-mainnet/ReceiveUln302.json +752 -0
- package/deployments/chiliz-mainnet/ReceiveUln302View.json +377 -0
- package/deployments/chiliz-mainnet/ReceiveUln302View_Implementation.json +246 -0
- package/deployments/chiliz-mainnet/ReceiveUln302View_Proxy.json +137 -0
- package/deployments/chiliz-mainnet/SendUln301.json +1273 -0
- package/deployments/chiliz-mainnet/SendUln302.json +1254 -0
- package/deployments/chiliz-mainnet/Treasury.json +304 -0
- package/deployments/chiliz-mainnet/TreasuryFeeHandler.json +89 -0
- 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/irys-mainnet/DVN.json +1504 -0
- package/deployments/irys-mainnet/DVNFeeLib.json +690 -0
- package/deployments/irys-mainnet/DeadDVN.json +159 -0
- package/deployments/irys-mainnet/DefaultProxyAdmin.json +166 -0
- package/deployments/irys-mainnet/EndpointV2.json +2356 -0
- package/deployments/irys-mainnet/EndpointV2View.json +335 -0
- package/deployments/irys-mainnet/EndpointV2View_Implementation.json +204 -0
- package/deployments/irys-mainnet/EndpointV2View_Proxy.json +137 -0
- package/deployments/irys-mainnet/Executor.json +1476 -0
- package/deployments/irys-mainnet/ExecutorFeeLib.json +541 -0
- package/deployments/irys-mainnet/ExecutorProxyAdmin.json +176 -0
- package/deployments/irys-mainnet/Executor_Implementation.json +1345 -0
- package/deployments/irys-mainnet/Executor_Proxy.json +137 -0
- package/deployments/irys-mainnet/LzExecutor.json +641 -0
- package/deployments/irys-mainnet/LzExecutor_Implementation.json +510 -0
- package/deployments/irys-mainnet/LzExecutor_Proxy.json +137 -0
- package/deployments/irys-mainnet/MultiCall.json +115 -0
- package/deployments/irys-mainnet/PriceFeed.json +820 -0
- package/deployments/irys-mainnet/PriceFeedProxyAdmin.json +176 -0
- package/deployments/irys-mainnet/PriceFeed_Implementation.json +689 -0
- package/deployments/irys-mainnet/PriceFeed_Proxy.json +137 -0
- package/deployments/irys-mainnet/ReceiveUln301.json +995 -0
- package/deployments/irys-mainnet/ReceiveUln301View.json +252 -0
- package/deployments/irys-mainnet/ReceiveUln301View_Implementation.json +121 -0
- package/deployments/irys-mainnet/ReceiveUln301View_Proxy.json +137 -0
- package/deployments/irys-mainnet/ReceiveUln302.json +752 -0
- package/deployments/irys-mainnet/ReceiveUln302View.json +377 -0
- package/deployments/irys-mainnet/ReceiveUln302View_Implementation.json +246 -0
- package/deployments/irys-mainnet/ReceiveUln302View_Proxy.json +137 -0
- package/deployments/irys-mainnet/SendUln301.json +1273 -0
- package/deployments/irys-mainnet/SendUln302.json +1254 -0
- package/deployments/irys-mainnet/Treasury.json +304 -0
- package/deployments/irys-mainnet/TreasuryFeeHandler.json +89 -0
- package/deployments/irys-testnet/DVN.json +1504 -0
- package/deployments/irys-testnet/DVNFeeLib.json +690 -0
- package/deployments/irys-testnet/DeadDVN.json +159 -0
- package/deployments/irys-testnet/DefaultProxyAdmin.json +166 -0
- package/deployments/irys-testnet/EndpointV2.json +2356 -0
- package/deployments/irys-testnet/EndpointV2View.json +335 -0
- package/deployments/irys-testnet/EndpointV2View_Implementation.json +204 -0
- package/deployments/irys-testnet/EndpointV2View_Proxy.json +137 -0
- package/deployments/irys-testnet/Executor.json +1476 -0
- package/deployments/irys-testnet/ExecutorFeeLib.json +541 -0
- package/deployments/irys-testnet/ExecutorProxyAdmin.json +176 -0
- package/deployments/irys-testnet/Executor_Implementation.json +1345 -0
- package/deployments/irys-testnet/Executor_Proxy.json +137 -0
- package/deployments/irys-testnet/LzExecutor.json +641 -0
- package/deployments/irys-testnet/LzExecutor_Implementation.json +510 -0
- package/deployments/irys-testnet/LzExecutor_Proxy.json +137 -0
- package/deployments/irys-testnet/MultiCall.json +115 -0
- package/deployments/irys-testnet/PriceFeed.json +820 -0
- package/deployments/irys-testnet/PriceFeedProxyAdmin.json +176 -0
- package/deployments/irys-testnet/PriceFeed_Implementation.json +689 -0
- package/deployments/irys-testnet/PriceFeed_Proxy.json +137 -0
- package/deployments/irys-testnet/ReceiveUln301.json +995 -0
- package/deployments/irys-testnet/ReceiveUln301View.json +252 -0
- package/deployments/irys-testnet/ReceiveUln301View_Implementation.json +121 -0
- package/deployments/irys-testnet/ReceiveUln301View_Proxy.json +137 -0
- package/deployments/irys-testnet/ReceiveUln302.json +752 -0
- package/deployments/irys-testnet/ReceiveUln302View.json +377 -0
- package/deployments/irys-testnet/ReceiveUln302View_Implementation.json +246 -0
- package/deployments/irys-testnet/ReceiveUln302View_Proxy.json +137 -0
- package/deployments/irys-testnet/SendUln301.json +1273 -0
- package/deployments/irys-testnet/SendUln302.json +1254 -0
- package/deployments/irys-testnet/Treasury.json +304 -0
- package/deployments/irys-testnet/TreasuryFeeHandler.json +89 -0
- package/deployments/moderato-testnet/DVN.json +2 -2
- package/deployments/moderato-testnet/DVNFeeLib.json +2 -2
- package/deployments/moderato-testnet/DeadDVN.json +2 -2
- package/deployments/moderato-testnet/DefaultProxyAdmin.json +2 -2
- package/deployments/moderato-testnet/EndpointV2.json +2 -2
- package/deployments/moderato-testnet/EndpointV2View.json +2 -2
- package/deployments/moderato-testnet/EndpointV2View_Implementation.json +2 -2
- package/deployments/moderato-testnet/EndpointV2View_Proxy.json +2 -2
- package/deployments/moderato-testnet/Executor.json +2 -2
- package/deployments/moderato-testnet/ExecutorFeeLib.json +2 -2
- package/deployments/moderato-testnet/ExecutorProxyAdmin.json +2 -2
- package/deployments/moderato-testnet/Executor_Implementation.json +2 -2
- package/deployments/moderato-testnet/Executor_Proxy.json +2 -2
- package/deployments/moderato-testnet/LzExecutor.json +2 -2
- package/deployments/moderato-testnet/LzExecutor_Implementation.json +2 -2
- package/deployments/moderato-testnet/LzExecutor_Proxy.json +2 -2
- package/deployments/moderato-testnet/MultiCall.json +2 -2
- package/deployments/moderato-testnet/PriceFeed.json +2 -2
- package/deployments/moderato-testnet/PriceFeedProxyAdmin.json +2 -2
- package/deployments/moderato-testnet/PriceFeed_Implementation.json +2 -2
- package/deployments/moderato-testnet/PriceFeed_Proxy.json +2 -2
- package/deployments/moderato-testnet/ReceiveUln301.json +2 -2
- package/deployments/moderato-testnet/ReceiveUln301View.json +2 -2
- package/deployments/moderato-testnet/ReceiveUln301View_Implementation.json +2 -2
- package/deployments/moderato-testnet/ReceiveUln301View_Proxy.json +2 -2
- package/deployments/moderato-testnet/ReceiveUln302.json +2 -2
- package/deployments/moderato-testnet/ReceiveUln302View.json +2 -2
- package/deployments/moderato-testnet/ReceiveUln302View_Implementation.json +2 -2
- package/deployments/moderato-testnet/ReceiveUln302View_Proxy.json +2 -2
- package/deployments/moderato-testnet/SendUln301.json +2 -2
- package/deployments/moderato-testnet/SendUln302.json +2 -2
- package/deployments/moderato-testnet/Treasury.json +2 -2
- package/deployments/moderato-testnet/TreasuryFeeHandler.json +2 -2
- package/deployments/polygon-sandbox-local/DVN.json +1 -1
- package/deployments/polygon-sandbox-local/DVNDecompressor.json +1 -1
- package/deployments/polygon-sandbox-local/DVNFeeLib.json +1 -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 +1 -1
- package/deployments/polygon-sandbox-local/ExecutorDecompressor.json +1 -1
- package/deployments/polygon-sandbox-local/ExecutorFeeLib.json +1 -1
- package/deployments/polygon-sandbox-local/ExecutorProxyAdmin.json +1 -1
- package/deployments/polygon-sandbox-local/Executor_Implementation.json +1 -1
- 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 +1 -1
- 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/polygon-sandbox-local/ReadLib1002.json +1 -1
- package/deployments/polygon-sandbox-local/ReadLib1002View.json +1 -1
- package/deployments/polygon-sandbox-local/ReadLib1002ViewProxyAdmin.json +1 -1
- package/deployments/polygon-sandbox-local/ReadLib1002View_Implementation.json +1 -1
- package/deployments/polygon-sandbox-local/ReadLib1002View_Proxy.json +1 -1
- 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/raylsdevnet-testnet/DVN.json +1504 -0
- package/deployments/raylsdevnet-testnet/DVNFeeLib.json +690 -0
- package/deployments/raylsdevnet-testnet/DeadDVN.json +159 -0
- package/deployments/raylsdevnet-testnet/DefaultProxyAdmin.json +166 -0
- package/deployments/raylsdevnet-testnet/EndpointV2.json +2356 -0
- package/deployments/raylsdevnet-testnet/EndpointV2View.json +335 -0
- package/deployments/raylsdevnet-testnet/EndpointV2View_Implementation.json +204 -0
- package/deployments/raylsdevnet-testnet/EndpointV2View_Proxy.json +137 -0
- package/deployments/raylsdevnet-testnet/Executor.json +1476 -0
- package/deployments/raylsdevnet-testnet/ExecutorFeeLib.json +541 -0
- package/deployments/raylsdevnet-testnet/ExecutorProxyAdmin.json +176 -0
- package/deployments/raylsdevnet-testnet/Executor_Implementation.json +1345 -0
- package/deployments/raylsdevnet-testnet/Executor_Proxy.json +137 -0
- package/deployments/raylsdevnet-testnet/LzExecutor.json +641 -0
- package/deployments/raylsdevnet-testnet/LzExecutor_Implementation.json +510 -0
- package/deployments/raylsdevnet-testnet/LzExecutor_Proxy.json +137 -0
- package/deployments/raylsdevnet-testnet/MultiCall.json +115 -0
- package/deployments/raylsdevnet-testnet/PriceFeed.json +820 -0
- package/deployments/raylsdevnet-testnet/PriceFeedProxyAdmin.json +176 -0
- package/deployments/raylsdevnet-testnet/PriceFeed_Implementation.json +689 -0
- package/deployments/raylsdevnet-testnet/PriceFeed_Proxy.json +137 -0
- package/deployments/raylsdevnet-testnet/ReceiveUln301.json +995 -0
- package/deployments/raylsdevnet-testnet/ReceiveUln301View.json +252 -0
- package/deployments/raylsdevnet-testnet/ReceiveUln301View_Implementation.json +121 -0
- package/deployments/raylsdevnet-testnet/ReceiveUln301View_Proxy.json +137 -0
- package/deployments/raylsdevnet-testnet/ReceiveUln302.json +752 -0
- package/deployments/raylsdevnet-testnet/ReceiveUln302View.json +377 -0
- package/deployments/raylsdevnet-testnet/ReceiveUln302View_Implementation.json +246 -0
- package/deployments/raylsdevnet-testnet/ReceiveUln302View_Proxy.json +137 -0
- package/deployments/raylsdevnet-testnet/SendUln301.json +1273 -0
- package/deployments/raylsdevnet-testnet/SendUln302.json +1254 -0
- package/deployments/raylsdevnet-testnet/Treasury.json +304 -0
- package/deployments/raylsdevnet-testnet/TreasuryFeeHandler.json +89 -0
- 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
|
@@ -0,0 +1,304 @@
|
|
|
1
|
+
{
|
|
2
|
+
"address": "0x4514FC667a944752ee8A29F544c1B20b1A315f25",
|
|
3
|
+
"transactionHash": "0x810e8c6f208b98a207a0777bef8bd5ac20b670d2415cb8e97f4f5d5296e102fe",
|
|
4
|
+
"abi": [
|
|
5
|
+
{
|
|
6
|
+
"inputs": [],
|
|
7
|
+
"name": "LZ_Treasury_LzTokenNotEnabled",
|
|
8
|
+
"type": "error"
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"inputs": [
|
|
12
|
+
{
|
|
13
|
+
"internalType": "address",
|
|
14
|
+
"name": "_to",
|
|
15
|
+
"type": "address"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"internalType": "uint256",
|
|
19
|
+
"name": "_value",
|
|
20
|
+
"type": "uint256"
|
|
21
|
+
}
|
|
22
|
+
],
|
|
23
|
+
"name": "Transfer_NativeFailed",
|
|
24
|
+
"type": "error"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"inputs": [],
|
|
28
|
+
"name": "Transfer_ToAddressIsZero",
|
|
29
|
+
"type": "error"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"anonymous": false,
|
|
33
|
+
"inputs": [
|
|
34
|
+
{
|
|
35
|
+
"indexed": true,
|
|
36
|
+
"internalType": "address",
|
|
37
|
+
"name": "previousOwner",
|
|
38
|
+
"type": "address"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"indexed": true,
|
|
42
|
+
"internalType": "address",
|
|
43
|
+
"name": "newOwner",
|
|
44
|
+
"type": "address"
|
|
45
|
+
}
|
|
46
|
+
],
|
|
47
|
+
"name": "OwnershipTransferred",
|
|
48
|
+
"type": "event"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"inputs": [
|
|
52
|
+
{
|
|
53
|
+
"internalType": "address",
|
|
54
|
+
"name": "",
|
|
55
|
+
"type": "address"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"internalType": "uint32",
|
|
59
|
+
"name": "",
|
|
60
|
+
"type": "uint32"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"internalType": "uint256",
|
|
64
|
+
"name": "_totalFee",
|
|
65
|
+
"type": "uint256"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"internalType": "bool",
|
|
69
|
+
"name": "_payInLzToken",
|
|
70
|
+
"type": "bool"
|
|
71
|
+
}
|
|
72
|
+
],
|
|
73
|
+
"name": "getFee",
|
|
74
|
+
"outputs": [
|
|
75
|
+
{
|
|
76
|
+
"internalType": "uint256",
|
|
77
|
+
"name": "",
|
|
78
|
+
"type": "uint256"
|
|
79
|
+
}
|
|
80
|
+
],
|
|
81
|
+
"stateMutability": "view",
|
|
82
|
+
"type": "function"
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"inputs": [],
|
|
86
|
+
"name": "lzTokenEnabled",
|
|
87
|
+
"outputs": [
|
|
88
|
+
{
|
|
89
|
+
"internalType": "bool",
|
|
90
|
+
"name": "",
|
|
91
|
+
"type": "bool"
|
|
92
|
+
}
|
|
93
|
+
],
|
|
94
|
+
"stateMutability": "view",
|
|
95
|
+
"type": "function"
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"inputs": [],
|
|
99
|
+
"name": "lzTokenFee",
|
|
100
|
+
"outputs": [
|
|
101
|
+
{
|
|
102
|
+
"internalType": "uint256",
|
|
103
|
+
"name": "",
|
|
104
|
+
"type": "uint256"
|
|
105
|
+
}
|
|
106
|
+
],
|
|
107
|
+
"stateMutability": "view",
|
|
108
|
+
"type": "function"
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"inputs": [],
|
|
112
|
+
"name": "nativeBP",
|
|
113
|
+
"outputs": [
|
|
114
|
+
{
|
|
115
|
+
"internalType": "uint256",
|
|
116
|
+
"name": "",
|
|
117
|
+
"type": "uint256"
|
|
118
|
+
}
|
|
119
|
+
],
|
|
120
|
+
"stateMutability": "view",
|
|
121
|
+
"type": "function"
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"inputs": [],
|
|
125
|
+
"name": "owner",
|
|
126
|
+
"outputs": [
|
|
127
|
+
{
|
|
128
|
+
"internalType": "address",
|
|
129
|
+
"name": "",
|
|
130
|
+
"type": "address"
|
|
131
|
+
}
|
|
132
|
+
],
|
|
133
|
+
"stateMutability": "view",
|
|
134
|
+
"type": "function"
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"inputs": [
|
|
138
|
+
{
|
|
139
|
+
"internalType": "address",
|
|
140
|
+
"name": "",
|
|
141
|
+
"type": "address"
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"internalType": "uint32",
|
|
145
|
+
"name": "",
|
|
146
|
+
"type": "uint32"
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"internalType": "uint256",
|
|
150
|
+
"name": "_totalFee",
|
|
151
|
+
"type": "uint256"
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"internalType": "bool",
|
|
155
|
+
"name": "_payInLzToken",
|
|
156
|
+
"type": "bool"
|
|
157
|
+
}
|
|
158
|
+
],
|
|
159
|
+
"name": "payFee",
|
|
160
|
+
"outputs": [
|
|
161
|
+
{
|
|
162
|
+
"internalType": "uint256",
|
|
163
|
+
"name": "",
|
|
164
|
+
"type": "uint256"
|
|
165
|
+
}
|
|
166
|
+
],
|
|
167
|
+
"stateMutability": "payable",
|
|
168
|
+
"type": "function"
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"inputs": [],
|
|
172
|
+
"name": "renounceOwnership",
|
|
173
|
+
"outputs": [],
|
|
174
|
+
"stateMutability": "nonpayable",
|
|
175
|
+
"type": "function"
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
"inputs": [
|
|
179
|
+
{
|
|
180
|
+
"internalType": "bool",
|
|
181
|
+
"name": "_lzTokenEnabled",
|
|
182
|
+
"type": "bool"
|
|
183
|
+
}
|
|
184
|
+
],
|
|
185
|
+
"name": "setLzTokenEnabled",
|
|
186
|
+
"outputs": [],
|
|
187
|
+
"stateMutability": "nonpayable",
|
|
188
|
+
"type": "function"
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"inputs": [
|
|
192
|
+
{
|
|
193
|
+
"internalType": "uint256",
|
|
194
|
+
"name": "_lzTokenFee",
|
|
195
|
+
"type": "uint256"
|
|
196
|
+
}
|
|
197
|
+
],
|
|
198
|
+
"name": "setLzTokenFee",
|
|
199
|
+
"outputs": [],
|
|
200
|
+
"stateMutability": "nonpayable",
|
|
201
|
+
"type": "function"
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
"inputs": [
|
|
205
|
+
{
|
|
206
|
+
"internalType": "uint256",
|
|
207
|
+
"name": "_nativeBP",
|
|
208
|
+
"type": "uint256"
|
|
209
|
+
}
|
|
210
|
+
],
|
|
211
|
+
"name": "setNativeFeeBP",
|
|
212
|
+
"outputs": [],
|
|
213
|
+
"stateMutability": "nonpayable",
|
|
214
|
+
"type": "function"
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
"inputs": [
|
|
218
|
+
{
|
|
219
|
+
"internalType": "address",
|
|
220
|
+
"name": "newOwner",
|
|
221
|
+
"type": "address"
|
|
222
|
+
}
|
|
223
|
+
],
|
|
224
|
+
"name": "transferOwnership",
|
|
225
|
+
"outputs": [],
|
|
226
|
+
"stateMutability": "nonpayable",
|
|
227
|
+
"type": "function"
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"inputs": [
|
|
231
|
+
{
|
|
232
|
+
"internalType": "address",
|
|
233
|
+
"name": "_messageLib",
|
|
234
|
+
"type": "address"
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"internalType": "address",
|
|
238
|
+
"name": "_lzToken",
|
|
239
|
+
"type": "address"
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
"internalType": "address",
|
|
243
|
+
"name": "_to",
|
|
244
|
+
"type": "address"
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
"internalType": "uint256",
|
|
248
|
+
"name": "_amount",
|
|
249
|
+
"type": "uint256"
|
|
250
|
+
}
|
|
251
|
+
],
|
|
252
|
+
"name": "withdrawLzToken",
|
|
253
|
+
"outputs": [],
|
|
254
|
+
"stateMutability": "nonpayable",
|
|
255
|
+
"type": "function"
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
"inputs": [
|
|
259
|
+
{
|
|
260
|
+
"internalType": "address",
|
|
261
|
+
"name": "_messageLib",
|
|
262
|
+
"type": "address"
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
"internalType": "address payable",
|
|
266
|
+
"name": "_to",
|
|
267
|
+
"type": "address"
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"internalType": "uint256",
|
|
271
|
+
"name": "_amount",
|
|
272
|
+
"type": "uint256"
|
|
273
|
+
}
|
|
274
|
+
],
|
|
275
|
+
"name": "withdrawNativeFee",
|
|
276
|
+
"outputs": [],
|
|
277
|
+
"stateMutability": "nonpayable",
|
|
278
|
+
"type": "function"
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
"inputs": [
|
|
282
|
+
{
|
|
283
|
+
"internalType": "address",
|
|
284
|
+
"name": "_token",
|
|
285
|
+
"type": "address"
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
"internalType": "address",
|
|
289
|
+
"name": "_to",
|
|
290
|
+
"type": "address"
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
"internalType": "uint256",
|
|
294
|
+
"name": "_amount",
|
|
295
|
+
"type": "uint256"
|
|
296
|
+
}
|
|
297
|
+
],
|
|
298
|
+
"name": "withdrawToken",
|
|
299
|
+
"outputs": [],
|
|
300
|
+
"stateMutability": "nonpayable",
|
|
301
|
+
"type": "function"
|
|
302
|
+
}
|
|
303
|
+
]
|
|
304
|
+
}
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
{
|
|
2
|
+
"address": "0x8bC1e36F015b9902B54b1387A4d733cebc2f5A4e",
|
|
3
|
+
"transactionHash": "0x3f3d45b52f4efa9312bfaa8eb8a631fdb60623ee6807ef9bdaa27701afc15dfb",
|
|
4
|
+
"abi": [
|
|
5
|
+
{
|
|
6
|
+
"inputs": [
|
|
7
|
+
{
|
|
8
|
+
"internalType": "address",
|
|
9
|
+
"name": "_endpoint",
|
|
10
|
+
"type": "address"
|
|
11
|
+
}
|
|
12
|
+
],
|
|
13
|
+
"stateMutability": "nonpayable",
|
|
14
|
+
"type": "constructor"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"inputs": [
|
|
18
|
+
{
|
|
19
|
+
"internalType": "uint256",
|
|
20
|
+
"name": "required",
|
|
21
|
+
"type": "uint256"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"internalType": "uint256",
|
|
25
|
+
"name": "supplied",
|
|
26
|
+
"type": "uint256"
|
|
27
|
+
}
|
|
28
|
+
],
|
|
29
|
+
"name": "LZ_TreasuryFeeHandler_InvalidAmount",
|
|
30
|
+
"type": "error"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"inputs": [],
|
|
34
|
+
"name": "LZ_TreasuryFeeHandler_OnlyOnSending",
|
|
35
|
+
"type": "error"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"inputs": [],
|
|
39
|
+
"name": "LZ_TreasuryFeeHandler_OnlySendLibrary",
|
|
40
|
+
"type": "error"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"inputs": [],
|
|
44
|
+
"name": "endpoint",
|
|
45
|
+
"outputs": [
|
|
46
|
+
{
|
|
47
|
+
"internalType": "contract ILayerZeroEndpoint",
|
|
48
|
+
"name": "",
|
|
49
|
+
"type": "address"
|
|
50
|
+
}
|
|
51
|
+
],
|
|
52
|
+
"stateMutability": "view",
|
|
53
|
+
"type": "function"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"inputs": [
|
|
57
|
+
{
|
|
58
|
+
"internalType": "address",
|
|
59
|
+
"name": "_lzToken",
|
|
60
|
+
"type": "address"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"internalType": "address",
|
|
64
|
+
"name": "_sender",
|
|
65
|
+
"type": "address"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"internalType": "uint256",
|
|
69
|
+
"name": "_required",
|
|
70
|
+
"type": "uint256"
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"internalType": "uint256",
|
|
74
|
+
"name": "_supplied",
|
|
75
|
+
"type": "uint256"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"internalType": "address",
|
|
79
|
+
"name": "_treasury",
|
|
80
|
+
"type": "address"
|
|
81
|
+
}
|
|
82
|
+
],
|
|
83
|
+
"name": "payFee",
|
|
84
|
+
"outputs": [],
|
|
85
|
+
"stateMutability": "nonpayable",
|
|
86
|
+
"type": "function"
|
|
87
|
+
}
|
|
88
|
+
]
|
|
89
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x10Aeafac83d48E2f9ac4bAAf94311c45fACe1404",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x99c392be4355fe92b96a16d38b045875e002a6e39a0815ce1386c9631d2162ea",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0xCABEe62adFB2a4d4172Fc2F7536f324FC52C274a",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x1964a605a215eeddb11c784e9d7d896accd3a87ff36ca573b34ee2e2d03a08a7",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0xfbfbfDdd6e35dA57b7B0F9a2C10E34Be70B3A4E9",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0xa766c7c316f09bf78a971dce36f4ffd56dade31a796746b36ecf7f97a7ea47ad",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x94B75AA39bEC4cB15e7B9593C315aF203B7B847f",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x47b03bc488f1866d6752ab2935236667143a6dd3f08eb73e3833af938d6d6d3c",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x0b48aF34f4c854F5ae1A3D587da471FeA45bAD52",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x3d85e81027701ddcac309a25c229e360adf0b4678b08c12b501926cae3dbf064",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x8cDbD76bB6Cf0293e07deEEEd460cf579873aF44",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x2e85c0bc041740b069ae9984dc939cc01c8c18e5c1c7f111b1a767310b47acca",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"anonymous": false,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x13D69Cf7d6CE4218F646B759Dcf334D82c023d8e",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x68772157bac87382a96cfb9a9c46ed0091ac068275821f7a5e6148c77ea04ee7",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"anonymous": false,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x8cDbD76bB6Cf0293e07deEEEd460cf579873aF44",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x2e85c0bc041740b069ae9984dc939cc01c8c18e5c1c7f111b1a767310b47acca",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x36B22905A1211A55E0d62eF46720172e2b0f24BD",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x8ac2a314b3ed2af43d696b203fa22ad7827986d44854af9839d855c53099c7a7",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"anonymous": false,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x5F1e91d509cFEB544809B0749284DEB25C3a113a",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x22ef5a4f5e0e8327abef1919e54140e3cc6f0f2ce986febd8619c9a0e21d4f7e",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x558785b76e29e5b9f8Bf428936480B49d71F3d76",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0xf1cb9bf99105cdc622b992fc5d1b04e1c1b2359c2e97e645f56523210c1e2492",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0xE7C2a73131dd48D8AC46dCD7Ab80C8cbeE5b410A",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0xdd70be7b7df85953d215e7dd2bb27aee08075cf9b8619daf26ded81945cc9b68",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x71550ac84Ba7599220eAEf5C756b847cB4486606",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x5e9f7e597aa45aebf1dd9d6f2bc06f0cf3644716289a768c5f66760b40b2ef85",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x36B22905A1211A55E0d62eF46720172e2b0f24BD",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x8ac2a314b3ed2af43d696b203fa22ad7827986d44854af9839d855c53099c7a7",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x050499eBdbBBc1216011dE07A48b5182c983Ae74",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x554458367c6967bd5c367b935fcc36e3d8167a6e1183818e5528f6184fc827c8",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"anonymous": false,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0xE8BBb5F22E6b3d6CD9157B8FD2b59C076e57a9Fc",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x99fa7adeffb130f0ee7fcff00404d3d53927ee280fbdc152ec3c05c2bcd156f6",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [],
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x050499eBdbBBc1216011dE07A48b5182c983Ae74",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x554458367c6967bd5c367b935fcc36e3d8167a6e1183818e5528f6184fc827c8",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x9E7088C23e5C0B2D02cD7886A1BDbC7FE8b71016",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x09ebbc696cbdd569578a30a7b8f922700abdf3d25e8a3028d47bad3d44c06356",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x2dE080e97B0caE9825375D31f5D0eD5751fDf16D",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0xb6bfa85143e52cc5e5fa76e07267e0df1a486a9bad7f4eeb1947a7f0d3a823a3",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x8438Ad1C834623CfF278AB6829a248E37C2D7E3f",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x75d6a75ff7875e5db8896b9a025635df3281cc1da72933f97f04056ffeddeac0",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"anonymous": false,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x663F3ad617193148711d28f5334eE4Ed07016602",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x057ecfd3fda1976328fd549d9c46f5d804c721f8e42ea4917c66a9dc52609404",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x2E983A1Ba5e8b38AAAeC4B440B9dDcFBf72E15d1",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x58990273cc6dac7c71d09a2ebbd6860a97c5e186c86411e99e9eb90d9152d638",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x8438Ad1C834623CfF278AB6829a248E37C2D7E3f",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x75d6a75ff7875e5db8896b9a025635df3281cc1da72933f97f04056ffeddeac0",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x0D4ff719551E23185Aeb16FFbF2ABEbB90635942",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x7901bbd8c53f22af1d8ae34d4f4856729975499cdb922bed43602cb5a24b5786",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x2fc631e4B3018258759C52AF169200213e84ABab",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x85c816d416688dc56e60e404948602fcee3c09ae540d7bcf4b89172e64c83354",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"anonymous": false,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0xfbAb4aa40C202E4e80390171E82379824f7372dd",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x2ce4b64d1cd34dfd2e72d23447af01f5fbc5844a2f8c7a344739cba299fd0057",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0xAfe1b5bdEbD4ae65AF2024738bf0735fbb65d44b",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x9cb8605a2ff65e01041aaa29b60fdd7f97b8aa6aec0abfb02f1b484058915215",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"anonymous": false,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x2fc631e4B3018258759C52AF169200213e84ABab",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x85c816d416688dc56e60e404948602fcee3c09ae540d7bcf4b89172e64c83354",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x381445710b5e73d34aF196c53A3D5cDa58EDBf7A",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0xe62167413f4539b9328a58d0392df0c8823c65b01fdd9721dd8adf7d1bbadff8",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x0124189Fc71496f8660dB5189F296055ED757632",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x5e7429f8d5138deff8e46846e9ac8c4e3c701af5cd4a9740f54be9250c56a683",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"anonymous": false,
|