@layerzerolabs/lz-evm-sdk-v2 3.0.111 → 3.0.112
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 +8 -0
- package/deployments/bsc-sandbox-local/DVN.json +1 -1
- package/deployments/bsc-sandbox-local/DVNDecompressor.json +1 -1
- package/deployments/bsc-sandbox-local/DVNFeeLib.json +1 -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 +1 -1
- package/deployments/bsc-sandbox-local/ExecutorDecompressor.json +1 -1
- package/deployments/bsc-sandbox-local/ExecutorFeeLib.json +1 -1
- package/deployments/bsc-sandbox-local/ExecutorProxyAdmin.json +1 -1
- package/deployments/bsc-sandbox-local/Executor_Implementation.json +1 -1
- 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/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/bsc-sandbox-local/ReadLib1002ViewProxyAdmin.json +1 -1
- package/deployments/bsc-sandbox-local/ReadLib1002View_Implementation.json +1 -1
- package/deployments/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/camp-mainnet/DVN.json +1504 -0
- package/deployments/camp-mainnet/DVNFeeLib.json +690 -0
- package/deployments/camp-mainnet/DeadDVN.json +159 -0
- package/deployments/camp-mainnet/DefaultProxyAdmin.json +166 -0
- package/deployments/camp-mainnet/EndpointV2.json +2356 -0
- package/deployments/camp-mainnet/EndpointV2View.json +335 -0
- package/deployments/camp-mainnet/EndpointV2View_Implementation.json +204 -0
- package/deployments/camp-mainnet/EndpointV2View_Proxy.json +137 -0
- package/deployments/camp-mainnet/Executor.json +1476 -0
- package/deployments/camp-mainnet/ExecutorFeeLib.json +541 -0
- package/deployments/camp-mainnet/ExecutorProxyAdmin.json +176 -0
- package/deployments/camp-mainnet/Executor_Implementation.json +1345 -0
- package/deployments/camp-mainnet/Executor_Proxy.json +137 -0
- package/deployments/camp-mainnet/LzExecutor.json +641 -0
- package/deployments/camp-mainnet/LzExecutor_Implementation.json +510 -0
- package/deployments/camp-mainnet/LzExecutor_Proxy.json +137 -0
- package/deployments/camp-mainnet/MultiCall.json +115 -0
- package/deployments/camp-mainnet/PriceFeed.json +820 -0
- package/deployments/camp-mainnet/PriceFeedProxyAdmin.json +176 -0
- package/deployments/camp-mainnet/PriceFeed_Implementation.json +689 -0
- package/deployments/camp-mainnet/PriceFeed_Proxy.json +137 -0
- package/deployments/camp-mainnet/ReceiveUln301.json +995 -0
- package/deployments/camp-mainnet/ReceiveUln301View.json +252 -0
- package/deployments/camp-mainnet/ReceiveUln301View_Implementation.json +121 -0
- package/deployments/camp-mainnet/ReceiveUln301View_Proxy.json +137 -0
- package/deployments/camp-mainnet/ReceiveUln302.json +752 -0
- package/deployments/camp-mainnet/ReceiveUln302View.json +377 -0
- package/deployments/camp-mainnet/ReceiveUln302View_Implementation.json +246 -0
- package/deployments/camp-mainnet/ReceiveUln302View_Proxy.json +137 -0
- package/deployments/camp-mainnet/SendUln301.json +1273 -0
- package/deployments/camp-mainnet/SendUln302.json +1254 -0
- package/deployments/camp-mainnet/Treasury.json +304 -0
- package/deployments/camp-mainnet/TreasuryFeeHandler.json +89 -0
- package/deployments/converge-mainnet/DVN.json +1504 -0
- package/deployments/converge-mainnet/DVNFeeLib.json +690 -0
- package/deployments/converge-mainnet/DeadDVN.json +159 -0
- package/deployments/converge-mainnet/DefaultProxyAdmin.json +166 -0
- package/deployments/converge-mainnet/EndpointV2.json +2356 -0
- package/deployments/converge-mainnet/EndpointV2View.json +335 -0
- package/deployments/converge-mainnet/EndpointV2View_Implementation.json +204 -0
- package/deployments/converge-mainnet/EndpointV2View_Proxy.json +137 -0
- package/deployments/converge-mainnet/Executor.json +1476 -0
- package/deployments/converge-mainnet/ExecutorFeeLib.json +541 -0
- package/deployments/converge-mainnet/ExecutorProxyAdmin.json +176 -0
- package/deployments/converge-mainnet/Executor_Implementation.json +1345 -0
- package/deployments/converge-mainnet/Executor_Proxy.json +137 -0
- package/deployments/converge-mainnet/LzExecutor.json +641 -0
- package/deployments/converge-mainnet/LzExecutor_Implementation.json +510 -0
- package/deployments/converge-mainnet/LzExecutor_Proxy.json +137 -0
- package/deployments/converge-mainnet/MultiCall.json +115 -0
- package/deployments/converge-mainnet/PriceFeed.json +820 -0
- package/deployments/converge-mainnet/PriceFeedProxyAdmin.json +176 -0
- package/deployments/converge-mainnet/PriceFeed_Implementation.json +689 -0
- package/deployments/converge-mainnet/PriceFeed_Proxy.json +137 -0
- package/deployments/converge-mainnet/ReceiveUln301.json +995 -0
- package/deployments/converge-mainnet/ReceiveUln301View.json +252 -0
- package/deployments/converge-mainnet/ReceiveUln301View_Implementation.json +121 -0
- package/deployments/converge-mainnet/ReceiveUln301View_Proxy.json +137 -0
- package/deployments/converge-mainnet/ReceiveUln302.json +752 -0
- package/deployments/converge-mainnet/ReceiveUln302View.json +377 -0
- package/deployments/converge-mainnet/ReceiveUln302View_Implementation.json +246 -0
- package/deployments/converge-mainnet/ReceiveUln302View_Proxy.json +137 -0
- package/deployments/converge-mainnet/SendUln301.json +1273 -0
- package/deployments/converge-mainnet/SendUln302.json +1254 -0
- package/deployments/converge-mainnet/Treasury.json +304 -0
- package/deployments/converge-mainnet/TreasuryFeeHandler.json +89 -0
- package/deployments/injective1439-testnet/DVN.json +1504 -0
- package/deployments/injective1439-testnet/DVNFeeLib.json +690 -0
- package/deployments/injective1439-testnet/DeadDVN.json +159 -0
- package/deployments/injective1439-testnet/DefaultProxyAdmin.json +166 -0
- package/deployments/injective1439-testnet/EndpointV2.json +2356 -0
- package/deployments/injective1439-testnet/EndpointV2View.json +335 -0
- package/deployments/injective1439-testnet/EndpointV2View_Implementation.json +204 -0
- package/deployments/injective1439-testnet/EndpointV2View_Proxy.json +137 -0
- package/deployments/injective1439-testnet/Executor.json +1476 -0
- package/deployments/injective1439-testnet/ExecutorFeeLib.json +541 -0
- package/deployments/injective1439-testnet/ExecutorProxyAdmin.json +176 -0
- package/deployments/injective1439-testnet/Executor_Implementation.json +1345 -0
- package/deployments/injective1439-testnet/Executor_Proxy.json +137 -0
- package/deployments/injective1439-testnet/LzExecutor.json +641 -0
- package/deployments/injective1439-testnet/LzExecutor_Implementation.json +510 -0
- package/deployments/injective1439-testnet/LzExecutor_Proxy.json +137 -0
- package/deployments/injective1439-testnet/MultiCall.json +115 -0
- package/deployments/injective1439-testnet/PriceFeed.json +820 -0
- package/deployments/injective1439-testnet/PriceFeedProxyAdmin.json +176 -0
- package/deployments/injective1439-testnet/PriceFeed_Implementation.json +689 -0
- package/deployments/injective1439-testnet/PriceFeed_Proxy.json +137 -0
- package/deployments/injective1439-testnet/ReceiveUln301.json +995 -0
- package/deployments/injective1439-testnet/ReceiveUln301View.json +252 -0
- package/deployments/injective1439-testnet/ReceiveUln301View_Implementation.json +121 -0
- package/deployments/injective1439-testnet/ReceiveUln301View_Proxy.json +137 -0
- package/deployments/injective1439-testnet/ReceiveUln302.json +752 -0
- package/deployments/injective1439-testnet/ReceiveUln302View.json +377 -0
- package/deployments/injective1439-testnet/ReceiveUln302View_Implementation.json +246 -0
- package/deployments/injective1439-testnet/ReceiveUln302View_Proxy.json +137 -0
- package/deployments/injective1439-testnet/SendUln301.json +1273 -0
- package/deployments/injective1439-testnet/SendUln302.json +1254 -0
- package/deployments/injective1439-testnet/Treasury.json +304 -0
- package/deployments/injective1439-testnet/TreasuryFeeHandler.json +89 -0
- package/deployments/plasma-testnet/DVN.json +1504 -0
- package/deployments/plasma-testnet/DVNFeeLib.json +690 -0
- package/deployments/plasma-testnet/DeadDVN.json +159 -0
- package/deployments/plasma-testnet/DefaultProxyAdmin.json +166 -0
- package/deployments/plasma-testnet/EndpointV2.json +2356 -0
- package/deployments/plasma-testnet/EndpointV2View.json +335 -0
- package/deployments/plasma-testnet/EndpointV2View_Implementation.json +204 -0
- package/deployments/plasma-testnet/EndpointV2View_Proxy.json +137 -0
- package/deployments/plasma-testnet/Executor.json +1476 -0
- package/deployments/plasma-testnet/ExecutorFeeLib.json +541 -0
- package/deployments/plasma-testnet/ExecutorProxyAdmin.json +176 -0
- package/deployments/plasma-testnet/Executor_Implementation.json +1345 -0
- package/deployments/plasma-testnet/Executor_Proxy.json +137 -0
- package/deployments/plasma-testnet/LzExecutor.json +641 -0
- package/deployments/plasma-testnet/LzExecutor_Implementation.json +510 -0
- package/deployments/plasma-testnet/LzExecutor_Proxy.json +137 -0
- package/deployments/plasma-testnet/MultiCall.json +115 -0
- package/deployments/plasma-testnet/PriceFeed.json +820 -0
- package/deployments/plasma-testnet/PriceFeedProxyAdmin.json +176 -0
- package/deployments/plasma-testnet/PriceFeed_Implementation.json +689 -0
- package/deployments/plasma-testnet/PriceFeed_Proxy.json +137 -0
- package/deployments/plasma-testnet/ReceiveUln301.json +995 -0
- package/deployments/plasma-testnet/ReceiveUln301View.json +252 -0
- package/deployments/plasma-testnet/ReceiveUln301View_Implementation.json +121 -0
- package/deployments/plasma-testnet/ReceiveUln301View_Proxy.json +137 -0
- package/deployments/plasma-testnet/ReceiveUln302.json +752 -0
- package/deployments/plasma-testnet/ReceiveUln302View.json +377 -0
- package/deployments/plasma-testnet/ReceiveUln302View_Implementation.json +246 -0
- package/deployments/plasma-testnet/ReceiveUln302View_Proxy.json +137 -0
- package/deployments/plasma-testnet/SendUln301.json +1273 -0
- package/deployments/plasma-testnet/SendUln302.json +1254 -0
- package/deployments/plasma-testnet/Treasury.json +304 -0
- package/deployments/plasma-testnet/TreasuryFeeHandler.json +89 -0
- 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/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/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @layerzerolabs/lz-evm-sdk-v2
|
|
2
2
|
|
|
3
|
+
## 3.0.112
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 270213e: endpoints: camp, converge mainnet. plasma, injective1439 testnet
|
|
8
|
+
- Updated dependencies [270213e]
|
|
9
|
+
- @layerzerolabs/evm-sdks-core@3.0.112
|
|
10
|
+
|
|
3
11
|
## 3.0.111
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x10Aeafac83d48E2f9ac4bAAf94311c45fACe1404",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0xb59d6bfa60812f77a47b0880e13d4e25e1e6323ba9480f41e3fc43618b60d5a8",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0xCABEe62adFB2a4d4172Fc2F7536f324FC52C274a",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0xee03975e9fab63e712bb3a0cb1bac5a32829da49e006cf6cd2e5de158f955dc3",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0xfbfbfDdd6e35dA57b7B0F9a2C10E34Be70B3A4E9",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x523acfbece5a4e1396c47302342d577b31dfcda7b4636ddc6f2717c1c6a01fe1",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x94B75AA39bEC4cB15e7B9593C315aF203B7B847f",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x2ac198deba221acabf81fdcbd5f0add482bee7f85d888d90e871fc5cbe861131",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x0b48aF34f4c854F5ae1A3D587da471FeA45bAD52",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0xa731d0575e1fe796a578aa8cc952ae46fdd8b4161909b9ceefe03e9f0c6f5e48",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x8cDbD76bB6Cf0293e07deEEEd460cf579873aF44",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x3163976ab758fade799fc31f076231a33eb9fc5d66f23be915a8aea6a159d77c",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"anonymous": false,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x13D69Cf7d6CE4218F646B759Dcf334D82c023d8e",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x44d632d6fc78b819e1d72a9b8fea6181d10a32e78cf8806152f98f05d9c357c5",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"anonymous": false,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x8cDbD76bB6Cf0293e07deEEEd460cf579873aF44",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x3163976ab758fade799fc31f076231a33eb9fc5d66f23be915a8aea6a159d77c",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x36B22905A1211A55E0d62eF46720172e2b0f24BD",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x36ae749d30caf435298937089d0dd21b99161201ab730cd31bd831671b4d13a1",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"anonymous": false,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x5F1e91d509cFEB544809B0749284DEB25C3a113a",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x2e3ba220cf42e3c3c8defd86ff0cad5b2b0f7e21395735dd357a83dcae5e8212",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x558785b76e29e5b9f8Bf428936480B49d71F3d76",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x62940c1c8be1516ce7bf0bbe556c8c6a2c9c3e10fb220271f5655f37a89e63c6",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0xE7C2a73131dd48D8AC46dCD7Ab80C8cbeE5b410A",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x2be2915a7efca76b5291d29dc23b698712ee94d8857708cbfff679980c5a3176",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x71550ac84Ba7599220eAEf5C756b847cB4486606",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0xbd28bc1e941eca2789cefcb8221e4b9cd0175bdbf1ff0efb29f294825428ec4b",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x36B22905A1211A55E0d62eF46720172e2b0f24BD",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x36ae749d30caf435298937089d0dd21b99161201ab730cd31bd831671b4d13a1",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x050499eBdbBBc1216011dE07A48b5182c983Ae74",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x475caaa29d17e86eba978698fd4abbdc891cb587a523209531fe0de49e368e40",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"anonymous": false,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0xE8BBb5F22E6b3d6CD9157B8FD2b59C076e57a9Fc",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x87011fc21e6ec5bf8aa63c5e20afb1f4e7644294bebb2afda91b50b54de6c24b",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [],
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x050499eBdbBBc1216011dE07A48b5182c983Ae74",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x475caaa29d17e86eba978698fd4abbdc891cb587a523209531fe0de49e368e40",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x9E7088C23e5C0B2D02cD7886A1BDbC7FE8b71016",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0xf83e5dccecd7558ed7fcec720c5982630e578aa9c3e9ca379f000db8740bd69e",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x2dE080e97B0caE9825375D31f5D0eD5751fDf16D",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x67d73f53bc50680c06b875c754ab60fe1a59a0b5c1b079e5f87098ae024af1ac",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x8438Ad1C834623CfF278AB6829a248E37C2D7E3f",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0xbcc60ccaf3fed51e2960401ff740f0c09eef0c414920e00a5e312bc138b6e7c4",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"anonymous": false,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x663F3ad617193148711d28f5334eE4Ed07016602",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x9ae30c318c4cca1d40125046f02b06648b7ca1d1777239fce80ec052060d9c6d",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x2E983A1Ba5e8b38AAAeC4B440B9dDcFBf72E15d1",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0xcacd2ba5dd4ffae2d82479b86c5303af302f5a083709669f006570d7b8aa0462",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x8438Ad1C834623CfF278AB6829a248E37C2D7E3f",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0xbcc60ccaf3fed51e2960401ff740f0c09eef0c414920e00a5e312bc138b6e7c4",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x0D4ff719551E23185Aeb16FFbF2ABEbB90635942",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x308ee89158b451d2e80d973237faae4732d9067801fb2a2dfe4581f7fc3cc6e8",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x2fc631e4B3018258759C52AF169200213e84ABab",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x9936c9456cf0b09987bf508652bf7af0d5346f1a184fe9426327f5c3a0d3370e",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"anonymous": false,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0xfbAb4aa40C202E4e80390171E82379824f7372dd",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0xde29f5aee07c8554a5a4065c76a9b704b5143725528128f35521a38dadeae4de",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0xAfe1b5bdEbD4ae65AF2024738bf0735fbb65d44b",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x8d7e5a68992d70bb9be802ad67b45585797e5deee335e3303dc34349bf32972f",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"anonymous": false,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x2fc631e4B3018258759C52AF169200213e84ABab",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x9936c9456cf0b09987bf508652bf7af0d5346f1a184fe9426327f5c3a0d3370e",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x381445710b5e73d34aF196c53A3D5cDa58EDBf7A",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x56b3da711446ea760cbe76f5c914e1a7346bf3677e02f6d10e91b1ec0fcbf2de",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x0124189Fc71496f8660dB5189F296055ED757632",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x7e34dd1818d68673f208417e163a21229c6425da4def65e7370a942b97e6fa60",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"anonymous": false,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x6cffa31dd31cF649fb24AC7cEfE87579324bD89c",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x6bf7efc7d2eb718705b4bc07fc5c8d23df4b144012c83d0896d9d9e3f540d058",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [],
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x0124189Fc71496f8660dB5189F296055ED757632",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x7e34dd1818d68673f208417e163a21229c6425da4def65e7370a942b97e6fa60",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x5C7c905B505f0Cf40Ab6600d05e677F717916F6B",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0xf2b2e0acfc3c6df998252573b47f7c83326961a50d041d5ba3b0c1fadb4e93cc",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x544eAe853EA3774A8857573C6423E6Db95b79258",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x867f04fb4279c490dea8c9ada60e420154679f1535d7a235cde475c5af4d5e8b",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"anonymous": false,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x4F41b941940005aE25D5ecB0F01BaDbc7065E2dD",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0xdcc924fea56b18beac810ee6c521494a673edfa413626b40e19bd9dfd1edfe52",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"anonymous": false,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x544eAe853EA3774A8857573C6423E6Db95b79258",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x867f04fb4279c490dea8c9ada60e420154679f1535d7a235cde475c5af4d5e8b",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x73eccD6288e117cAcA738BDAD4FEC51312166C1A",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0xa164dce9d70edefa0cd2bb789638359aae57baba677b70a388153ebcbcff91fa",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0xe6b98F104c1BEf218F3893ADab4160Dc73Eb8367",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0xc345101c7cfb023eeb443a6eda82d66abd28cffb43f57f93dcccdcffabbbbc7c",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x0f5D1ef48f12b6f691401bfe88c2037c690a6afe",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x856de2c11707d1280cba9d09098ac219b292dbb56209f5877dd6bfb7d4376440",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x90118d110B07ABB82Ba8980D1c5cC96EeA810d2C",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x24472bbb7fb6ec0a859b0a6c504aca5c774bd6c326751c071c82711a2203c087",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [],
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0xcA03Dc4665A8C3603cb4Fd5Ce71Af9649dC00d44",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x022ec4f9bad2665dac1009be196f0d7f5d4eb77e7f864ddd2b8c2ec0672b48c4",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|