@layerzerolabs/lz-evm-sdk-v2 2.3.2 → 2.3.4
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/arbitrum-sandbox-local/DVN.json +7 -7
- package/deployments/arbitrum-sandbox-local/DVNDecompressor.json +5 -5
- package/deployments/arbitrum-sandbox-local/DVNFeeLib.json +5 -5
- package/deployments/arbitrum-sandbox-local/PriceFeed.json +11 -11
- package/deployments/arbitrum-sandbox-local/PriceFeedProxyAdmin.json +7 -7
- package/deployments/arbitrum-sandbox-local/PriceFeed_Implementation.json +3 -3
- package/deployments/arbitrum-sandbox-local/PriceFeed_Proxy.json +11 -11
- package/deployments/bob-mainnet/BlockedMessageLib.json +128 -0
- package/deployments/bob-mainnet/DVN.json +1914 -0
- package/deployments/bob-mainnet/DVNFeeLib.json +399 -0
- package/deployments/bob-mainnet/DefaultProxyAdmin.json +259 -0
- package/deployments/bob-mainnet/EndpointV2.json +2965 -0
- package/deployments/bob-mainnet/EndpointV2View.json +436 -0
- package/deployments/bob-mainnet/EndpointV2View_Implementation.json +314 -0
- package/deployments/bob-mainnet/EndpointV2View_Proxy.json +231 -0
- package/deployments/bob-mainnet/Executor.json +1621 -0
- package/deployments/bob-mainnet/ExecutorFeeLib.json +439 -0
- package/deployments/bob-mainnet/ExecutorProxyAdmin.json +284 -0
- package/deployments/bob-mainnet/Executor_Implementation.json +1720 -0
- package/deployments/bob-mainnet/Executor_Proxy.json +336 -0
- package/deployments/bob-mainnet/LzExecutor.json +758 -0
- package/deployments/bob-mainnet/LzExecutor_Implementation.json +704 -0
- package/deployments/bob-mainnet/LzExecutor_Proxy.json +245 -0
- package/deployments/bob-mainnet/PriceFeed.json +935 -0
- package/deployments/bob-mainnet/PriceFeedProxyAdmin.json +284 -0
- package/deployments/bob-mainnet/PriceFeed_Implementation.json +977 -0
- package/deployments/bob-mainnet/PriceFeed_Proxy.json +245 -0
- package/deployments/bob-mainnet/ReceiveUln301.json +1293 -0
- package/deployments/bob-mainnet/ReceiveUln301View.json +355 -0
- package/deployments/bob-mainnet/ReceiveUln301View_Implementation.json +232 -0
- package/deployments/bob-mainnet/ReceiveUln301View_Proxy.json +231 -0
- package/deployments/bob-mainnet/ReceiveUln302.json +1007 -0
- package/deployments/bob-mainnet/ReceiveUln302View.json +479 -0
- package/deployments/bob-mainnet/ReceiveUln302View_Implementation.json +385 -0
- package/deployments/bob-mainnet/ReceiveUln302View_Proxy.json +231 -0
- package/deployments/bob-mainnet/SendUln301.json +1570 -0
- package/deployments/bob-mainnet/SendUln302.json +1528 -0
- package/deployments/bob-mainnet/Treasury.json +413 -0
- package/deployments/bob-mainnet/TreasuryFeeHandler.json +126 -0
- package/deployments/botanix-testnet/DVN.json +1930 -0
- package/deployments/botanix-testnet/DVNFeeLib.json +399 -0
- package/deployments/botanix-testnet/DefaultProxyAdmin.json +259 -0
- package/deployments/botanix-testnet/EndpointV2.json +2989 -0
- package/deployments/botanix-testnet/EndpointV2View.json +436 -0
- package/deployments/botanix-testnet/EndpointV2View_Implementation.json +314 -0
- package/deployments/botanix-testnet/EndpointV2View_Proxy.json +231 -0
- package/deployments/botanix-testnet/Executor.json +1653 -0
- package/deployments/botanix-testnet/ExecutorFeeLib.json +439 -0
- package/deployments/botanix-testnet/ExecutorProxyAdmin.json +284 -0
- package/deployments/botanix-testnet/Executor_Implementation.json +1720 -0
- package/deployments/botanix-testnet/Executor_Proxy.json +366 -0
- package/deployments/botanix-testnet/LzExecutor.json +758 -0
- package/deployments/botanix-testnet/LzExecutor_Implementation.json +704 -0
- package/deployments/botanix-testnet/LzExecutor_Proxy.json +245 -0
- package/deployments/botanix-testnet/PriceFeed.json +935 -0
- package/deployments/botanix-testnet/PriceFeedProxyAdmin.json +284 -0
- package/deployments/botanix-testnet/PriceFeed_Implementation.json +977 -0
- package/deployments/botanix-testnet/PriceFeed_Proxy.json +245 -0
- package/deployments/botanix-testnet/ReceiveUln301.json +1293 -0
- package/deployments/botanix-testnet/ReceiveUln301View.json +355 -0
- package/deployments/botanix-testnet/ReceiveUln301View_Implementation.json +232 -0
- package/deployments/botanix-testnet/ReceiveUln301View_Proxy.json +231 -0
- package/deployments/botanix-testnet/ReceiveUln302.json +1007 -0
- package/deployments/botanix-testnet/ReceiveUln302View.json +479 -0
- package/deployments/botanix-testnet/ReceiveUln302View_Implementation.json +385 -0
- package/deployments/botanix-testnet/ReceiveUln302View_Proxy.json +231 -0
- package/deployments/botanix-testnet/SendUln301.json +1570 -0
- package/deployments/botanix-testnet/SendUln302.json +1528 -0
- package/deployments/botanix-testnet/Treasury.json +413 -0
- package/deployments/botanix-testnet/TreasuryFeeHandler.json +126 -0
- package/deployments/bsc-sandbox-local/DVN.json +16 -16
- package/deployments/bsc-sandbox-local/DVNDecompressor.json +7 -7
- package/deployments/bsc-sandbox-local/DVNFeeLib.json +7 -7
- package/deployments/bsc-sandbox-local/DefaultProxyAdmin.json +7 -7
- package/deployments/bsc-sandbox-local/EndpointV2.json +13 -13
- package/deployments/bsc-sandbox-local/EndpointV2View.json +13 -13
- package/deployments/bsc-sandbox-local/EndpointV2View_Implementation.json +4 -4
- package/deployments/bsc-sandbox-local/EndpointV2View_Proxy.json +13 -13
- package/deployments/bsc-sandbox-local/Executor.json +43 -43
- package/deployments/bsc-sandbox-local/ExecutorDecompressor.json +7 -7
- package/deployments/bsc-sandbox-local/ExecutorFeeLib.json +7 -7
- package/deployments/bsc-sandbox-local/ExecutorProxyAdmin.json +10 -10
- package/deployments/bsc-sandbox-local/Executor_Implementation.json +4 -4
- package/deployments/bsc-sandbox-local/Executor_Proxy.json +43 -43
- package/deployments/bsc-sandbox-local/LzExecutor.json +16 -16
- package/deployments/bsc-sandbox-local/LzExecutor_Implementation.json +4 -4
- package/deployments/bsc-sandbox-local/LzExecutor_Proxy.json +16 -16
- package/deployments/bsc-sandbox-local/NonceContractMock.json +4 -4
- package/deployments/bsc-sandbox-local/PriceFeed.json +16 -16
- package/deployments/bsc-sandbox-local/PriceFeedProxyAdmin.json +10 -10
- package/deployments/bsc-sandbox-local/PriceFeed_Implementation.json +4 -4
- package/deployments/bsc-sandbox-local/PriceFeed_Proxy.json +16 -16
- package/deployments/bsc-sandbox-local/ReceiveUln301.json +7 -7
- package/deployments/bsc-sandbox-local/ReceiveUln301View.json +13 -13
- package/deployments/bsc-sandbox-local/ReceiveUln301View_Implementation.json +4 -4
- package/deployments/bsc-sandbox-local/ReceiveUln301View_Proxy.json +13 -13
- package/deployments/bsc-sandbox-local/ReceiveUln302.json +7 -7
- package/deployments/bsc-sandbox-local/ReceiveUln302View.json +13 -13
- package/deployments/bsc-sandbox-local/ReceiveUln302View_Implementation.json +4 -4
- package/deployments/bsc-sandbox-local/ReceiveUln302View_Proxy.json +13 -13
- package/deployments/bsc-sandbox-local/SendUln301.json +7 -7
- package/deployments/bsc-sandbox-local/SendUln302.json +7 -7
- package/deployments/bsc-sandbox-local/SimpleMessageLib.json +7 -7
- package/deployments/bsc-sandbox-local/Treasury.json +7 -7
- package/deployments/bsc-sandbox-local/TreasuryFeeHandler.json +4 -4
- package/deployments/ebi-testnet/DVN.json +1930 -0
- package/deployments/ebi-testnet/DVNFeeLib.json +399 -0
- package/deployments/ebi-testnet/DefaultProxyAdmin.json +259 -0
- package/deployments/ebi-testnet/EndpointV2.json +2989 -0
- package/deployments/ebi-testnet/EndpointV2View.json +436 -0
- package/deployments/ebi-testnet/EndpointV2View_Implementation.json +314 -0
- package/deployments/ebi-testnet/EndpointV2View_Proxy.json +231 -0
- package/deployments/ebi-testnet/Executor.json +1653 -0
- package/deployments/ebi-testnet/ExecutorFeeLib.json +439 -0
- package/deployments/ebi-testnet/ExecutorProxyAdmin.json +284 -0
- package/deployments/ebi-testnet/Executor_Implementation.json +1720 -0
- package/deployments/ebi-testnet/Executor_Proxy.json +366 -0
- package/deployments/ebi-testnet/LzExecutor.json +758 -0
- package/deployments/ebi-testnet/LzExecutor_Implementation.json +704 -0
- package/deployments/ebi-testnet/LzExecutor_Proxy.json +245 -0
- package/deployments/ebi-testnet/PriceFeed.json +935 -0
- package/deployments/ebi-testnet/PriceFeedProxyAdmin.json +284 -0
- package/deployments/ebi-testnet/PriceFeed_Implementation.json +977 -0
- package/deployments/ebi-testnet/PriceFeed_Proxy.json +245 -0
- package/deployments/ebi-testnet/ReceiveUln301.json +1293 -0
- package/deployments/ebi-testnet/ReceiveUln301View.json +355 -0
- package/deployments/ebi-testnet/ReceiveUln301View_Implementation.json +232 -0
- package/deployments/ebi-testnet/ReceiveUln301View_Proxy.json +231 -0
- package/deployments/ebi-testnet/ReceiveUln302.json +1007 -0
- package/deployments/ebi-testnet/ReceiveUln302View.json +479 -0
- package/deployments/ebi-testnet/ReceiveUln302View_Implementation.json +385 -0
- package/deployments/ebi-testnet/ReceiveUln302View_Proxy.json +231 -0
- package/deployments/ebi-testnet/SendUln301.json +1570 -0
- package/deployments/ebi-testnet/SendUln302.json +1528 -0
- package/deployments/ebi-testnet/Treasury.json +413 -0
- package/deployments/ebi-testnet/TreasuryFeeHandler.json +126 -0
- package/deployments/ethereum-sandbox-local/DVN.json +11 -11
- package/deployments/ethereum-sandbox-local/DVNDecompressor.json +5 -5
- package/deployments/ethereum-sandbox-local/DVNFeeLib.json +5 -5
- package/deployments/ethereum-sandbox-local/DefaultProxyAdmin.json +5 -5
- package/deployments/ethereum-sandbox-local/EndpointV2.json +9 -9
- package/deployments/ethereum-sandbox-local/EndpointV2View.json +9 -9
- package/deployments/ethereum-sandbox-local/EndpointV2View_Implementation.json +3 -3
- package/deployments/ethereum-sandbox-local/EndpointV2View_Proxy.json +9 -9
- package/deployments/ethereum-sandbox-local/Executor.json +29 -29
- package/deployments/ethereum-sandbox-local/ExecutorDecompressor.json +5 -5
- package/deployments/ethereum-sandbox-local/ExecutorFeeLib.json +5 -5
- package/deployments/ethereum-sandbox-local/ExecutorProxyAdmin.json +7 -7
- package/deployments/ethereum-sandbox-local/Executor_Implementation.json +3 -3
- package/deployments/ethereum-sandbox-local/Executor_Proxy.json +29 -29
- package/deployments/ethereum-sandbox-local/LzExecutor.json +11 -11
- package/deployments/ethereum-sandbox-local/LzExecutor_Implementation.json +3 -3
- package/deployments/ethereum-sandbox-local/LzExecutor_Proxy.json +11 -11
- package/deployments/ethereum-sandbox-local/NonceContractMock.json +3 -3
- package/deployments/ethereum-sandbox-local/PriceFeed.json +11 -11
- package/deployments/ethereum-sandbox-local/PriceFeedProxyAdmin.json +7 -7
- package/deployments/ethereum-sandbox-local/PriceFeed_Implementation.json +3 -3
- package/deployments/ethereum-sandbox-local/PriceFeed_Proxy.json +11 -11
- package/deployments/ethereum-sandbox-local/ReceiveUln301.json +5 -5
- package/deployments/ethereum-sandbox-local/ReceiveUln301View.json +9 -9
- package/deployments/ethereum-sandbox-local/ReceiveUln301View_Implementation.json +3 -3
- package/deployments/ethereum-sandbox-local/ReceiveUln301View_Proxy.json +9 -9
- package/deployments/ethereum-sandbox-local/ReceiveUln302.json +5 -5
- package/deployments/ethereum-sandbox-local/ReceiveUln302View.json +9 -9
- package/deployments/ethereum-sandbox-local/ReceiveUln302View_Implementation.json +3 -3
- package/deployments/ethereum-sandbox-local/ReceiveUln302View_Proxy.json +9 -9
- package/deployments/ethereum-sandbox-local/SendUln301.json +5 -5
- package/deployments/ethereum-sandbox-local/SendUln302.json +5 -5
- package/deployments/ethereum-sandbox-local/SimpleMessageLib.json +5 -5
- package/deployments/ethereum-sandbox-local/Treasury.json +5 -5
- package/deployments/ethereum-sandbox-local/TreasuryFeeHandler.json +3 -3
- package/deployments/polygon-sandbox-local/DVN.json +16 -16
- package/deployments/polygon-sandbox-local/DVNDecompressor.json +7 -7
- package/deployments/polygon-sandbox-local/DVNFeeLib.json +7 -7
- package/deployments/polygon-sandbox-local/DefaultProxyAdmin.json +7 -7
- package/deployments/polygon-sandbox-local/EndpointV2.json +13 -13
- package/deployments/polygon-sandbox-local/EndpointV2View.json +13 -13
- package/deployments/polygon-sandbox-local/EndpointV2View_Implementation.json +4 -4
- package/deployments/polygon-sandbox-local/EndpointV2View_Proxy.json +13 -13
- package/deployments/polygon-sandbox-local/Executor.json +43 -43
- package/deployments/polygon-sandbox-local/ExecutorDecompressor.json +7 -7
- package/deployments/polygon-sandbox-local/ExecutorFeeLib.json +7 -7
- package/deployments/polygon-sandbox-local/ExecutorProxyAdmin.json +10 -10
- package/deployments/polygon-sandbox-local/Executor_Implementation.json +4 -4
- package/deployments/polygon-sandbox-local/Executor_Proxy.json +43 -43
- package/deployments/polygon-sandbox-local/LzExecutor.json +16 -16
- package/deployments/polygon-sandbox-local/LzExecutor_Implementation.json +4 -4
- package/deployments/polygon-sandbox-local/LzExecutor_Proxy.json +16 -16
- package/deployments/polygon-sandbox-local/NonceContractMock.json +4 -4
- package/deployments/polygon-sandbox-local/PriceFeed.json +16 -16
- package/deployments/polygon-sandbox-local/PriceFeedProxyAdmin.json +10 -10
- package/deployments/polygon-sandbox-local/PriceFeed_Implementation.json +4 -4
- package/deployments/polygon-sandbox-local/PriceFeed_Proxy.json +16 -16
- package/deployments/polygon-sandbox-local/ReceiveUln301.json +7 -7
- package/deployments/polygon-sandbox-local/ReceiveUln301View.json +13 -13
- package/deployments/polygon-sandbox-local/ReceiveUln301View_Implementation.json +4 -4
- package/deployments/polygon-sandbox-local/ReceiveUln301View_Proxy.json +13 -13
- package/deployments/polygon-sandbox-local/ReceiveUln302.json +7 -7
- package/deployments/polygon-sandbox-local/ReceiveUln302View.json +13 -13
- package/deployments/polygon-sandbox-local/ReceiveUln302View_Implementation.json +4 -4
- package/deployments/polygon-sandbox-local/ReceiveUln302View_Proxy.json +13 -13
- package/deployments/polygon-sandbox-local/SendUln301.json +7 -7
- package/deployments/polygon-sandbox-local/SendUln302.json +7 -7
- package/deployments/polygon-sandbox-local/SimpleMessageLib.json +7 -7
- package/deployments/polygon-sandbox-local/Treasury.json +7 -7
- package/deployments/polygon-sandbox-local/TreasuryFeeHandler.json +4 -4
- package/deployments/sanko-mainnet/BlockedMessageLib.json +128 -0
- package/deployments/sanko-mainnet/DVN.json +1914 -0
- package/deployments/sanko-mainnet/DVNFeeLib.json +399 -0
- package/deployments/sanko-mainnet/DefaultProxyAdmin.json +259 -0
- package/deployments/sanko-mainnet/EndpointV2.json +2965 -0
- package/deployments/sanko-mainnet/EndpointV2View.json +436 -0
- package/deployments/sanko-mainnet/EndpointV2View_Implementation.json +314 -0
- package/deployments/sanko-mainnet/EndpointV2View_Proxy.json +231 -0
- package/deployments/sanko-mainnet/Executor.json +1621 -0
- package/deployments/sanko-mainnet/ExecutorFeeLib.json +439 -0
- package/deployments/sanko-mainnet/ExecutorProxyAdmin.json +284 -0
- package/deployments/sanko-mainnet/Executor_Implementation.json +1720 -0
- package/deployments/sanko-mainnet/Executor_Proxy.json +336 -0
- package/deployments/sanko-mainnet/LzExecutor.json +758 -0
- package/deployments/sanko-mainnet/LzExecutor_Implementation.json +704 -0
- package/deployments/sanko-mainnet/LzExecutor_Proxy.json +245 -0
- package/deployments/sanko-mainnet/PriceFeed.json +935 -0
- package/deployments/sanko-mainnet/PriceFeedProxyAdmin.json +284 -0
- package/deployments/sanko-mainnet/PriceFeed_Implementation.json +977 -0
- package/deployments/sanko-mainnet/PriceFeed_Proxy.json +245 -0
- package/deployments/sanko-mainnet/ReceiveUln301.json +1293 -0
- package/deployments/sanko-mainnet/ReceiveUln301View.json +355 -0
- package/deployments/sanko-mainnet/ReceiveUln301View_Implementation.json +232 -0
- package/deployments/sanko-mainnet/ReceiveUln301View_Proxy.json +231 -0
- package/deployments/sanko-mainnet/ReceiveUln302.json +1007 -0
- package/deployments/sanko-mainnet/ReceiveUln302View.json +479 -0
- package/deployments/sanko-mainnet/ReceiveUln302View_Implementation.json +385 -0
- package/deployments/sanko-mainnet/ReceiveUln302View_Proxy.json +231 -0
- package/deployments/sanko-mainnet/SendUln301.json +1570 -0
- package/deployments/sanko-mainnet/SendUln302.json +1528 -0
- package/deployments/sanko-mainnet/Treasury.json +413 -0
- package/deployments/sanko-mainnet/TreasuryFeeHandler.json +126 -0
- package/deployments/skale-mainnet/BlockedMessageLib.json +128 -0
- package/deployments/skale-mainnet/DVN.json +1898 -0
- package/deployments/skale-mainnet/DVNFeeLib.json +399 -0
- package/deployments/skale-mainnet/DefaultProxyAdmin.json +259 -0
- package/deployments/skale-mainnet/EndpointV2.json +2949 -0
- package/deployments/skale-mainnet/EndpointV2View.json +436 -0
- package/deployments/skale-mainnet/EndpointV2View_Implementation.json +314 -0
- package/deployments/skale-mainnet/EndpointV2View_Proxy.json +231 -0
- package/deployments/skale-mainnet/Executor.json +1605 -0
- package/deployments/skale-mainnet/ExecutorFeeLib.json +439 -0
- package/deployments/skale-mainnet/ExecutorProxyAdmin.json +284 -0
- package/deployments/skale-mainnet/Executor_Implementation.json +1720 -0
- package/deployments/skale-mainnet/Executor_Proxy.json +321 -0
- package/deployments/skale-mainnet/LzExecutor.json +758 -0
- package/deployments/skale-mainnet/LzExecutor_Implementation.json +704 -0
- package/deployments/skale-mainnet/LzExecutor_Proxy.json +245 -0
- package/deployments/skale-mainnet/PriceFeed.json +2 -8
- package/deployments/skale-mainnet/PriceFeed_Implementation.json +11 -11
- package/deployments/skale-mainnet/ReceiveUln301.json +1293 -0
- package/deployments/skale-mainnet/ReceiveUln301View.json +355 -0
- package/deployments/skale-mainnet/ReceiveUln301View_Implementation.json +232 -0
- package/deployments/skale-mainnet/ReceiveUln301View_Proxy.json +231 -0
- package/deployments/skale-mainnet/ReceiveUln302.json +1007 -0
- package/deployments/skale-mainnet/ReceiveUln302View.json +479 -0
- package/deployments/skale-mainnet/ReceiveUln302View_Implementation.json +385 -0
- package/deployments/skale-mainnet/ReceiveUln302View_Proxy.json +231 -0
- package/deployments/skale-mainnet/SendUln301.json +1570 -0
- package/deployments/skale-mainnet/SendUln302.json +1528 -0
- package/deployments/skale-mainnet/Treasury.json +413 -0
- package/deployments/skale-mainnet/TreasuryFeeHandler.json +126 -0
- package/deployments/tron-mainnet/PriceFeed.json +935 -0
- package/deployments/tron-mainnet/PriceFeedProxyAdmin.json +284 -0
- package/deployments/tron-mainnet/PriceFeed_Implementation.json +977 -0
- package/deployments/tron-mainnet/PriceFeed_Proxy.json +245 -0
- package/deployments/tron-sandbox-local/DVN.json +17 -17
- package/deployments/tron-sandbox-local/DVNDecompressor.json +12 -12
- package/deployments/tron-sandbox-local/DVNFeeLib.json +10 -10
- package/deployments/tron-sandbox-local/PriceFeed.json +27 -27
- package/deployments/tron-sandbox-local/PriceFeedProxyAdmin.json +14 -14
- package/deployments/tron-sandbox-local/PriceFeed_Implementation.json +6 -6
- package/deployments/tron-sandbox-local/PriceFeed_Proxy.json +26 -26
- package/deployments/xchain-testnet/DVN.json +74 -74
- package/deployments/xchain-testnet/DVNFeeLib.json +20 -20
- package/deployments/xchain-testnet/DefaultProxyAdmin.json +15 -15
- package/deployments/xchain-testnet/EndpointV2.json +128 -137
- package/deployments/xchain-testnet/EndpointV2View.json +30 -30
- package/deployments/xchain-testnet/EndpointV2View_Implementation.json +17 -17
- package/deployments/xchain-testnet/EndpointV2View_Proxy.json +29 -29
- package/deployments/xchain-testnet/Executor.json +204 -84
- package/deployments/xchain-testnet/ExecutorFeeLib.json +37 -22
- package/deployments/xchain-testnet/ExecutorProxyAdmin.json +25 -25
- package/deployments/xchain-testnet/Executor_Implementation.json +172 -44
- package/deployments/xchain-testnet/Executor_Proxy.json +77 -77
- package/deployments/xchain-testnet/LzExecutor.json +38 -38
- package/deployments/xchain-testnet/LzExecutor_Implementation.json +24 -24
- package/deployments/xchain-testnet/LzExecutor_Proxy.json +35 -35
- package/deployments/xchain-testnet/PriceFeed.json +80 -36
- package/deployments/xchain-testnet/PriceFeedProxyAdmin.json +20 -20
- package/deployments/xchain-testnet/PriceFeed_Implementation.json +113 -49
- package/deployments/xchain-testnet/PriceFeed_Proxy.json +23 -23
- package/deployments/xchain-testnet/ReceiveUln301.json +48 -48
- package/deployments/xchain-testnet/ReceiveUln301View.json +33 -33
- package/deployments/xchain-testnet/ReceiveUln301View_Implementation.json +22 -22
- package/deployments/xchain-testnet/ReceiveUln301View_Proxy.json +30 -30
- package/deployments/xchain-testnet/ReceiveUln302.json +44 -44
- package/deployments/xchain-testnet/ReceiveUln302View.json +32 -32
- package/deployments/xchain-testnet/ReceiveUln302View_Implementation.json +22 -22
- package/deployments/xchain-testnet/ReceiveUln302View_Proxy.json +30 -30
- package/deployments/xchain-testnet/SendUln301.json +49 -49
- package/deployments/xchain-testnet/SendUln302.json +45 -45
- package/deployments/xchain-testnet/Treasury.json +23 -23
- package/deployments/xchain-testnet/TreasuryFeeHandler.json +13 -13
- package/package.json +9 -9
|
@@ -748,7 +748,7 @@
|
|
|
748
748
|
"type": "function"
|
|
749
749
|
}
|
|
750
750
|
],
|
|
751
|
-
"transactionHash": "
|
|
751
|
+
"transactionHash": "0x1fb64e19f6ae9483a8564c319f1e93ddf036eb7192a3cc0ed1aee815e68397a0",
|
|
752
752
|
"receipt": {
|
|
753
753
|
"to": null,
|
|
754
754
|
"from": "0x70997970C51812dc3A010C7d01b50e0d17dc79C8",
|
|
@@ -756,13 +756,13 @@
|
|
|
756
756
|
"transactionIndex": 0,
|
|
757
757
|
"gasUsed": "2448542",
|
|
758
758
|
"logsBloom": "0x00000000000000000002000000000000000000000000000080800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000011000000000000000000000000000000000800020000000000000000000800000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000001400000000000000000000000000000",
|
|
759
|
-
"blockHash": "
|
|
760
|
-
"transactionHash": "
|
|
759
|
+
"blockHash": "0x3e2a89ea0a9ed6b377eb66220428ee7a938dcdc7d9025e28a84213d8b34bff50",
|
|
760
|
+
"transactionHash": "0x1fb64e19f6ae9483a8564c319f1e93ddf036eb7192a3cc0ed1aee815e68397a0",
|
|
761
761
|
"logs": [
|
|
762
762
|
{
|
|
763
763
|
"transactionIndex": 0,
|
|
764
764
|
"blockNumber": 36,
|
|
765
|
-
"transactionHash": "
|
|
765
|
+
"transactionHash": "0x1fb64e19f6ae9483a8564c319f1e93ddf036eb7192a3cc0ed1aee815e68397a0",
|
|
766
766
|
"address": "0x5C7c905B505f0Cf40Ab6600d05e677F717916F6B",
|
|
767
767
|
"topics": [
|
|
768
768
|
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
|
|
@@ -771,7 +771,7 @@
|
|
|
771
771
|
],
|
|
772
772
|
"data": "0x",
|
|
773
773
|
"logIndex": 0,
|
|
774
|
-
"blockHash": "
|
|
774
|
+
"blockHash": "0x3e2a89ea0a9ed6b377eb66220428ee7a938dcdc7d9025e28a84213d8b34bff50"
|
|
775
775
|
}
|
|
776
776
|
],
|
|
777
777
|
"blockNumber": 36,
|
|
@@ -373,7 +373,7 @@
|
|
|
373
373
|
"type": "constructor"
|
|
374
374
|
}
|
|
375
375
|
],
|
|
376
|
-
"transactionHash": "
|
|
376
|
+
"transactionHash": "0x7b1902eee4c97ff2f83b19005c0c374cac6304be169c3e797c30dec4bef54f42",
|
|
377
377
|
"receipt": {
|
|
378
378
|
"to": null,
|
|
379
379
|
"from": "0x3C44CdDdB6a900fa2b585dd299e03d12FA4293BC",
|
|
@@ -381,13 +381,13 @@
|
|
|
381
381
|
"transactionIndex": 0,
|
|
382
382
|
"gasUsed": "675287",
|
|
383
383
|
"logsBloom": "0x00000000000000000000000000000000400000000000000000000080000010000000000000000000000008000000000000000000000000000000000000000000000000000000000001000000000002000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000000000000000400000000000000000000000000000000000000200020000000000008000000040000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
384
|
-
"blockHash": "
|
|
385
|
-
"transactionHash": "
|
|
384
|
+
"blockHash": "0x191a98c742ce5612fe2c33dab6415dcb7c4074d6f8ad08b1dcaa49b3be821eb8",
|
|
385
|
+
"transactionHash": "0x7b1902eee4c97ff2f83b19005c0c374cac6304be169c3e797c30dec4bef54f42",
|
|
386
386
|
"logs": [
|
|
387
387
|
{
|
|
388
388
|
"transactionIndex": 0,
|
|
389
389
|
"blockNumber": 38,
|
|
390
|
-
"transactionHash": "
|
|
390
|
+
"transactionHash": "0x7b1902eee4c97ff2f83b19005c0c374cac6304be169c3e797c30dec4bef54f42",
|
|
391
391
|
"address": "0x544eAe853EA3774A8857573C6423E6Db95b79258",
|
|
392
392
|
"topics": [
|
|
393
393
|
"0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b",
|
|
@@ -395,31 +395,31 @@
|
|
|
395
395
|
],
|
|
396
396
|
"data": "0x",
|
|
397
397
|
"logIndex": 0,
|
|
398
|
-
"blockHash": "
|
|
398
|
+
"blockHash": "0x191a98c742ce5612fe2c33dab6415dcb7c4074d6f8ad08b1dcaa49b3be821eb8"
|
|
399
399
|
},
|
|
400
400
|
{
|
|
401
401
|
"transactionIndex": 0,
|
|
402
402
|
"blockNumber": 38,
|
|
403
|
-
"transactionHash": "
|
|
403
|
+
"transactionHash": "0x7b1902eee4c97ff2f83b19005c0c374cac6304be169c3e797c30dec4bef54f42",
|
|
404
404
|
"address": "0x544eAe853EA3774A8857573C6423E6Db95b79258",
|
|
405
405
|
"topics": [
|
|
406
406
|
"0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"
|
|
407
407
|
],
|
|
408
408
|
"data": "0x0000000000000000000000000000000000000000000000000000000000000001",
|
|
409
409
|
"logIndex": 1,
|
|
410
|
-
"blockHash": "
|
|
410
|
+
"blockHash": "0x191a98c742ce5612fe2c33dab6415dcb7c4074d6f8ad08b1dcaa49b3be821eb8"
|
|
411
411
|
},
|
|
412
412
|
{
|
|
413
413
|
"transactionIndex": 0,
|
|
414
414
|
"blockNumber": 38,
|
|
415
|
-
"transactionHash": "
|
|
415
|
+
"transactionHash": "0x7b1902eee4c97ff2f83b19005c0c374cac6304be169c3e797c30dec4bef54f42",
|
|
416
416
|
"address": "0x544eAe853EA3774A8857573C6423E6Db95b79258",
|
|
417
417
|
"topics": [
|
|
418
418
|
"0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"
|
|
419
419
|
],
|
|
420
420
|
"data": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e7c2a73131dd48d8ac46dcd7ab80c8cbee5b410a",
|
|
421
421
|
"logIndex": 2,
|
|
422
|
-
"blockHash": "
|
|
422
|
+
"blockHash": "0x191a98c742ce5612fe2c33dab6415dcb7c4074d6f8ad08b1dcaa49b3be821eb8"
|
|
423
423
|
}
|
|
424
424
|
],
|
|
425
425
|
"blockNumber": 38,
|
|
@@ -242,7 +242,7 @@
|
|
|
242
242
|
"type": "function"
|
|
243
243
|
}
|
|
244
244
|
],
|
|
245
|
-
"transactionHash": "
|
|
245
|
+
"transactionHash": "0xeebec879cdea4499a9434459481eadcd1c8a5a156d5484f7726ae3abe41982d1",
|
|
246
246
|
"receipt": {
|
|
247
247
|
"to": null,
|
|
248
248
|
"from": "0x3C44CdDdB6a900fa2b585dd299e03d12FA4293BC",
|
|
@@ -250,8 +250,8 @@
|
|
|
250
250
|
"transactionIndex": 0,
|
|
251
251
|
"gasUsed": "1358739",
|
|
252
252
|
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
253
|
-
"blockHash": "
|
|
254
|
-
"transactionHash": "
|
|
253
|
+
"blockHash": "0x0ca999502c5b9230050fb48054516f801d904dd494a137a8875eaff4d808568c",
|
|
254
|
+
"transactionHash": "0xeebec879cdea4499a9434459481eadcd1c8a5a156d5484f7726ae3abe41982d1",
|
|
255
255
|
"logs": [],
|
|
256
256
|
"blockNumber": 37,
|
|
257
257
|
"cumulativeGasUsed": "1358739",
|
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
"type": "receive"
|
|
134
134
|
}
|
|
135
135
|
],
|
|
136
|
-
"transactionHash": "
|
|
136
|
+
"transactionHash": "0x7b1902eee4c97ff2f83b19005c0c374cac6304be169c3e797c30dec4bef54f42",
|
|
137
137
|
"receipt": {
|
|
138
138
|
"to": null,
|
|
139
139
|
"from": "0x3C44CdDdB6a900fa2b585dd299e03d12FA4293BC",
|
|
@@ -141,13 +141,13 @@
|
|
|
141
141
|
"transactionIndex": 0,
|
|
142
142
|
"gasUsed": "675287",
|
|
143
143
|
"logsBloom": "0x00000000000000000000000000000000400000000000000000000080000010000000000000000000000008000000000000000000000000000000000000000000000000000000000001000000000002000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000000000000000400000000000000000000000000000000000000200020000000000008000000040000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
144
|
-
"blockHash": "
|
|
145
|
-
"transactionHash": "
|
|
144
|
+
"blockHash": "0x191a98c742ce5612fe2c33dab6415dcb7c4074d6f8ad08b1dcaa49b3be821eb8",
|
|
145
|
+
"transactionHash": "0x7b1902eee4c97ff2f83b19005c0c374cac6304be169c3e797c30dec4bef54f42",
|
|
146
146
|
"logs": [
|
|
147
147
|
{
|
|
148
148
|
"transactionIndex": 0,
|
|
149
149
|
"blockNumber": 38,
|
|
150
|
-
"transactionHash": "
|
|
150
|
+
"transactionHash": "0x7b1902eee4c97ff2f83b19005c0c374cac6304be169c3e797c30dec4bef54f42",
|
|
151
151
|
"address": "0x544eAe853EA3774A8857573C6423E6Db95b79258",
|
|
152
152
|
"topics": [
|
|
153
153
|
"0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b",
|
|
@@ -155,31 +155,31 @@
|
|
|
155
155
|
],
|
|
156
156
|
"data": "0x",
|
|
157
157
|
"logIndex": 0,
|
|
158
|
-
"blockHash": "
|
|
158
|
+
"blockHash": "0x191a98c742ce5612fe2c33dab6415dcb7c4074d6f8ad08b1dcaa49b3be821eb8"
|
|
159
159
|
},
|
|
160
160
|
{
|
|
161
161
|
"transactionIndex": 0,
|
|
162
162
|
"blockNumber": 38,
|
|
163
|
-
"transactionHash": "
|
|
163
|
+
"transactionHash": "0x7b1902eee4c97ff2f83b19005c0c374cac6304be169c3e797c30dec4bef54f42",
|
|
164
164
|
"address": "0x544eAe853EA3774A8857573C6423E6Db95b79258",
|
|
165
165
|
"topics": [
|
|
166
166
|
"0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"
|
|
167
167
|
],
|
|
168
168
|
"data": "0x0000000000000000000000000000000000000000000000000000000000000001",
|
|
169
169
|
"logIndex": 1,
|
|
170
|
-
"blockHash": "
|
|
170
|
+
"blockHash": "0x191a98c742ce5612fe2c33dab6415dcb7c4074d6f8ad08b1dcaa49b3be821eb8"
|
|
171
171
|
},
|
|
172
172
|
{
|
|
173
173
|
"transactionIndex": 0,
|
|
174
174
|
"blockNumber": 38,
|
|
175
|
-
"transactionHash": "
|
|
175
|
+
"transactionHash": "0x7b1902eee4c97ff2f83b19005c0c374cac6304be169c3e797c30dec4bef54f42",
|
|
176
176
|
"address": "0x544eAe853EA3774A8857573C6423E6Db95b79258",
|
|
177
177
|
"topics": [
|
|
178
178
|
"0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"
|
|
179
179
|
],
|
|
180
180
|
"data": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e7c2a73131dd48d8ac46dcd7ab80c8cbee5b410a",
|
|
181
181
|
"logIndex": 2,
|
|
182
|
-
"blockHash": "
|
|
182
|
+
"blockHash": "0x191a98c742ce5612fe2c33dab6415dcb7c4074d6f8ad08b1dcaa49b3be821eb8"
|
|
183
183
|
}
|
|
184
184
|
],
|
|
185
185
|
"blockNumber": 38,
|
|
@@ -1269,7 +1269,7 @@
|
|
|
1269
1269
|
"type": "function"
|
|
1270
1270
|
}
|
|
1271
1271
|
],
|
|
1272
|
-
"transactionHash": "
|
|
1272
|
+
"transactionHash": "0x3b804da87996ce22eb919c83273a4989cf6e0150c7070bb9b9c14630d357a0aa",
|
|
1273
1273
|
"receipt": {
|
|
1274
1274
|
"to": null,
|
|
1275
1275
|
"from": "0x70997970C51812dc3A010C7d01b50e0d17dc79C8",
|
|
@@ -1277,13 +1277,13 @@
|
|
|
1277
1277
|
"transactionIndex": 0,
|
|
1278
1278
|
"gasUsed": "4961691",
|
|
1279
1279
|
"logsBloom": "0x00000000000000000002000000000000000000002000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000800420000000000000000000800000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000001000000000000000000000000000000",
|
|
1280
|
-
"blockHash": "
|
|
1281
|
-
"transactionHash": "
|
|
1280
|
+
"blockHash": "0xe9d631609b8007cc344352469e301d58bea71f0f26ba7dc5fa7042161d972519",
|
|
1281
|
+
"transactionHash": "0x3b804da87996ce22eb919c83273a4989cf6e0150c7070bb9b9c14630d357a0aa",
|
|
1282
1282
|
"logs": [
|
|
1283
1283
|
{
|
|
1284
1284
|
"transactionIndex": 0,
|
|
1285
1285
|
"blockNumber": 30,
|
|
1286
|
-
"transactionHash": "
|
|
1286
|
+
"transactionHash": "0x3b804da87996ce22eb919c83273a4989cf6e0150c7070bb9b9c14630d357a0aa",
|
|
1287
1287
|
"address": "0x73eccD6288e117cAcA738BDAD4FEC51312166C1A",
|
|
1288
1288
|
"topics": [
|
|
1289
1289
|
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
|
|
@@ -1292,7 +1292,7 @@
|
|
|
1292
1292
|
],
|
|
1293
1293
|
"data": "0x",
|
|
1294
1294
|
"logIndex": 0,
|
|
1295
|
-
"blockHash": "
|
|
1295
|
+
"blockHash": "0xe9d631609b8007cc344352469e301d58bea71f0f26ba7dc5fa7042161d972519"
|
|
1296
1296
|
}
|
|
1297
1297
|
],
|
|
1298
1298
|
"blockNumber": 30,
|
|
@@ -1250,7 +1250,7 @@
|
|
|
1250
1250
|
"type": "receive"
|
|
1251
1251
|
}
|
|
1252
1252
|
],
|
|
1253
|
-
"transactionHash": "
|
|
1253
|
+
"transactionHash": "0x4fde9e9d0cd411ca37d570882f3f7ae6fa21f68cae488bf5ea22b899562b60d8",
|
|
1254
1254
|
"receipt": {
|
|
1255
1255
|
"to": null,
|
|
1256
1256
|
"from": "0x70997970C51812dc3A010C7d01b50e0d17dc79C8",
|
|
@@ -1258,13 +1258,13 @@
|
|
|
1258
1258
|
"transactionIndex": 0,
|
|
1259
1259
|
"gasUsed": "5045474",
|
|
1260
1260
|
"logsBloom": "0x00000000000000000002000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000001000000000000000000000000000000000800020000000000000000000800000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000100000001000000040000000000000000000000",
|
|
1261
|
-
"blockHash": "
|
|
1262
|
-
"transactionHash": "
|
|
1261
|
+
"blockHash": "0x807f6936aee27219c255f0cecf325b5ed7d5b02803eb290968724fa033e01c20",
|
|
1262
|
+
"transactionHash": "0x4fde9e9d0cd411ca37d570882f3f7ae6fa21f68cae488bf5ea22b899562b60d8",
|
|
1263
1263
|
"logs": [
|
|
1264
1264
|
{
|
|
1265
1265
|
"transactionIndex": 0,
|
|
1266
1266
|
"blockNumber": 35,
|
|
1267
|
-
"transactionHash": "
|
|
1267
|
+
"transactionHash": "0x4fde9e9d0cd411ca37d570882f3f7ae6fa21f68cae488bf5ea22b899562b60d8",
|
|
1268
1268
|
"address": "0xe6b98F104c1BEf218F3893ADab4160Dc73Eb8367",
|
|
1269
1269
|
"topics": [
|
|
1270
1270
|
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
|
|
@@ -1273,7 +1273,7 @@
|
|
|
1273
1273
|
],
|
|
1274
1274
|
"data": "0x",
|
|
1275
1275
|
"logIndex": 0,
|
|
1276
|
-
"blockHash": "
|
|
1276
|
+
"blockHash": "0x807f6936aee27219c255f0cecf325b5ed7d5b02803eb290968724fa033e01c20"
|
|
1277
1277
|
}
|
|
1278
1278
|
],
|
|
1279
1279
|
"blockNumber": 35,
|
|
@@ -582,7 +582,7 @@
|
|
|
582
582
|
"type": "receive"
|
|
583
583
|
}
|
|
584
584
|
],
|
|
585
|
-
"transactionHash": "
|
|
585
|
+
"transactionHash": "0x236840661a880b60e8dc5766866d24275f7fb73b9203b5e7d1fb6133e1e62f50",
|
|
586
586
|
"receipt": {
|
|
587
587
|
"to": null,
|
|
588
588
|
"from": "0x70997970C51812dc3A010C7d01b50e0d17dc79C8",
|
|
@@ -590,13 +590,13 @@
|
|
|
590
590
|
"transactionIndex": 0,
|
|
591
591
|
"gasUsed": "1782279",
|
|
592
592
|
"logsBloom": "0x00004000000000000002000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000800020000000000000000000800000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000020000001000000000000000000000000000001000000000000000000000000000000",
|
|
593
|
-
"blockHash": "
|
|
594
|
-
"transactionHash": "
|
|
593
|
+
"blockHash": "0x48ee8f6bf445218082804a24cc8cc0d16b08e4a1e512e40b353742b260a44233",
|
|
594
|
+
"transactionHash": "0x236840661a880b60e8dc5766866d24275f7fb73b9203b5e7d1fb6133e1e62f50",
|
|
595
595
|
"logs": [
|
|
596
596
|
{
|
|
597
597
|
"transactionIndex": 0,
|
|
598
598
|
"blockNumber": 26,
|
|
599
|
-
"transactionHash": "
|
|
599
|
+
"transactionHash": "0x236840661a880b60e8dc5766866d24275f7fb73b9203b5e7d1fb6133e1e62f50",
|
|
600
600
|
"address": "0x0f5D1ef48f12b6f691401bfe88c2037c690a6afe",
|
|
601
601
|
"topics": [
|
|
602
602
|
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
|
|
@@ -605,7 +605,7 @@
|
|
|
605
605
|
],
|
|
606
606
|
"data": "0x",
|
|
607
607
|
"logIndex": 0,
|
|
608
|
-
"blockHash": "
|
|
608
|
+
"blockHash": "0x48ee8f6bf445218082804a24cc8cc0d16b08e4a1e512e40b353742b260a44233"
|
|
609
609
|
}
|
|
610
610
|
],
|
|
611
611
|
"blockNumber": 26,
|
|
@@ -300,7 +300,7 @@
|
|
|
300
300
|
"type": "function"
|
|
301
301
|
}
|
|
302
302
|
],
|
|
303
|
-
"transactionHash": "
|
|
303
|
+
"transactionHash": "0x59592935dcb0d08320a81370fbef9332417a092a627fb2aa5361f474fed51b41",
|
|
304
304
|
"receipt": {
|
|
305
305
|
"to": null,
|
|
306
306
|
"from": "0x70997970C51812dc3A010C7d01b50e0d17dc79C8",
|
|
@@ -308,13 +308,13 @@
|
|
|
308
308
|
"transactionIndex": 0,
|
|
309
309
|
"gasUsed": "839184",
|
|
310
310
|
"logsBloom": "0x00000000000000000002000000000000000000000000000000800000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000800020000000000000000000800000000000000000000000000000000400000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000001000000000000000000000000000000",
|
|
311
|
-
"blockHash": "
|
|
312
|
-
"transactionHash": "
|
|
311
|
+
"blockHash": "0xa5d60bd2657783f42300142ede7e3c4886f69086832fe6c57d35113f7bc8ad72",
|
|
312
|
+
"transactionHash": "0x59592935dcb0d08320a81370fbef9332417a092a627fb2aa5361f474fed51b41",
|
|
313
313
|
"logs": [
|
|
314
314
|
{
|
|
315
315
|
"transactionIndex": 0,
|
|
316
316
|
"blockNumber": 27,
|
|
317
|
-
"transactionHash": "
|
|
317
|
+
"transactionHash": "0x59592935dcb0d08320a81370fbef9332417a092a627fb2aa5361f474fed51b41",
|
|
318
318
|
"address": "0x90118d110B07ABB82Ba8980D1c5cC96EeA810d2C",
|
|
319
319
|
"topics": [
|
|
320
320
|
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
|
|
@@ -323,7 +323,7 @@
|
|
|
323
323
|
],
|
|
324
324
|
"data": "0x",
|
|
325
325
|
"logIndex": 0,
|
|
326
|
-
"blockHash": "
|
|
326
|
+
"blockHash": "0xa5d60bd2657783f42300142ede7e3c4886f69086832fe6c57d35113f7bc8ad72"
|
|
327
327
|
}
|
|
328
328
|
],
|
|
329
329
|
"blockNumber": 27,
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"type": "function"
|
|
86
86
|
}
|
|
87
87
|
],
|
|
88
|
-
"transactionHash": "
|
|
88
|
+
"transactionHash": "0xf4b315b4be63f72b471b3bf8f0ebd01c62d4f8af0ea181ea983bab9e1f52dc7c",
|
|
89
89
|
"receipt": {
|
|
90
90
|
"to": null,
|
|
91
91
|
"from": "0x70997970C51812dc3A010C7d01b50e0d17dc79C8",
|
|
@@ -93,8 +93,8 @@
|
|
|
93
93
|
"transactionIndex": 0,
|
|
94
94
|
"gasUsed": "501989",
|
|
95
95
|
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
96
|
-
"blockHash": "
|
|
97
|
-
"transactionHash": "
|
|
96
|
+
"blockHash": "0x8e9e828622708df8ff6891db11d8071f7ba9daf3571c9a0f23a2078a7fd0d4cc",
|
|
97
|
+
"transactionHash": "0xf4b315b4be63f72b471b3bf8f0ebd01c62d4f8af0ea181ea983bab9e1f52dc7c",
|
|
98
98
|
"logs": [],
|
|
99
99
|
"blockNumber": 28,
|
|
100
100
|
"cumulativeGasUsed": "501989",
|
|
@@ -1361,7 +1361,7 @@
|
|
|
1361
1361
|
"type": "function"
|
|
1362
1362
|
}
|
|
1363
1363
|
],
|
|
1364
|
-
"transactionHash": "
|
|
1364
|
+
"transactionHash": "0x00296d4b3cc6fb06854390334e1e169043879f6ab1e06ebbcc5525f8137e9c89",
|
|
1365
1365
|
"receipt": {
|
|
1366
1366
|
"to": null,
|
|
1367
1367
|
"from": "0xBcd4042DE499D14e55001CcbB24a551F3b954096",
|
|
@@ -1369,13 +1369,13 @@
|
|
|
1369
1369
|
"transactionIndex": 0,
|
|
1370
1370
|
"gasUsed": "4149421",
|
|
1371
1371
|
"logsBloom": "0x00001004000000000000000000000000000000000000000000800000000100000000000000000000000000020000000000000001000000000000000000000080000000000000000000800000000000000000000020000000000000000010000000000000000000000000000000000000000000000000000810000000000000000000000000000000000000000000004000000000080000000000000000000020000000000000000000000000000000400000000000000000001000000000000000000000000000000002050000000000000000000000000100000000000040000000000090000000800000000080000000000000000000000000000000200000",
|
|
1372
|
-
"blockHash": "
|
|
1373
|
-
"transactionHash": "
|
|
1372
|
+
"blockHash": "0xe5f9633fef668e0825bc8280617d4deb53d6c09bd16b47e38a0ad2a301f9798c",
|
|
1373
|
+
"transactionHash": "0x00296d4b3cc6fb06854390334e1e169043879f6ab1e06ebbcc5525f8137e9c89",
|
|
1374
1374
|
"logs": [
|
|
1375
1375
|
{
|
|
1376
1376
|
"transactionIndex": 0,
|
|
1377
|
-
"blockNumber":
|
|
1378
|
-
"transactionHash": "
|
|
1377
|
+
"blockNumber": 46,
|
|
1378
|
+
"transactionHash": "0x00296d4b3cc6fb06854390334e1e169043879f6ab1e06ebbcc5525f8137e9c89",
|
|
1379
1379
|
"address": "0x10Aeafac83d48E2f9ac4bAAf94311c45fACe1404",
|
|
1380
1380
|
"topics": [
|
|
1381
1381
|
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
@@ -1385,12 +1385,12 @@
|
|
|
1385
1385
|
],
|
|
1386
1386
|
"data": "0x",
|
|
1387
1387
|
"logIndex": 0,
|
|
1388
|
-
"blockHash": "
|
|
1388
|
+
"blockHash": "0xe5f9633fef668e0825bc8280617d4deb53d6c09bd16b47e38a0ad2a301f9798c"
|
|
1389
1389
|
},
|
|
1390
1390
|
{
|
|
1391
1391
|
"transactionIndex": 0,
|
|
1392
|
-
"blockNumber":
|
|
1393
|
-
"transactionHash": "
|
|
1392
|
+
"blockNumber": 46,
|
|
1393
|
+
"transactionHash": "0x00296d4b3cc6fb06854390334e1e169043879f6ab1e06ebbcc5525f8137e9c89",
|
|
1394
1394
|
"address": "0x10Aeafac83d48E2f9ac4bAAf94311c45fACe1404",
|
|
1395
1395
|
"topics": [
|
|
1396
1396
|
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
@@ -1400,12 +1400,12 @@
|
|
|
1400
1400
|
],
|
|
1401
1401
|
"data": "0x",
|
|
1402
1402
|
"logIndex": 1,
|
|
1403
|
-
"blockHash": "
|
|
1403
|
+
"blockHash": "0xe5f9633fef668e0825bc8280617d4deb53d6c09bd16b47e38a0ad2a301f9798c"
|
|
1404
1404
|
},
|
|
1405
1405
|
{
|
|
1406
1406
|
"transactionIndex": 0,
|
|
1407
|
-
"blockNumber":
|
|
1408
|
-
"transactionHash": "
|
|
1407
|
+
"blockNumber": 46,
|
|
1408
|
+
"transactionHash": "0x00296d4b3cc6fb06854390334e1e169043879f6ab1e06ebbcc5525f8137e9c89",
|
|
1409
1409
|
"address": "0x10Aeafac83d48E2f9ac4bAAf94311c45fACe1404",
|
|
1410
1410
|
"topics": [
|
|
1411
1411
|
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
@@ -1415,12 +1415,12 @@
|
|
|
1415
1415
|
],
|
|
1416
1416
|
"data": "0x",
|
|
1417
1417
|
"logIndex": 2,
|
|
1418
|
-
"blockHash": "
|
|
1418
|
+
"blockHash": "0xe5f9633fef668e0825bc8280617d4deb53d6c09bd16b47e38a0ad2a301f9798c"
|
|
1419
1419
|
},
|
|
1420
1420
|
{
|
|
1421
1421
|
"transactionIndex": 0,
|
|
1422
|
-
"blockNumber":
|
|
1423
|
-
"transactionHash": "
|
|
1422
|
+
"blockNumber": 46,
|
|
1423
|
+
"transactionHash": "0x00296d4b3cc6fb06854390334e1e169043879f6ab1e06ebbcc5525f8137e9c89",
|
|
1424
1424
|
"address": "0x10Aeafac83d48E2f9ac4bAAf94311c45fACe1404",
|
|
1425
1425
|
"topics": [
|
|
1426
1426
|
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
@@ -1430,10 +1430,10 @@
|
|
|
1430
1430
|
],
|
|
1431
1431
|
"data": "0x",
|
|
1432
1432
|
"logIndex": 3,
|
|
1433
|
-
"blockHash": "
|
|
1433
|
+
"blockHash": "0xe5f9633fef668e0825bc8280617d4deb53d6c09bd16b47e38a0ad2a301f9798c"
|
|
1434
1434
|
}
|
|
1435
1435
|
],
|
|
1436
|
-
"blockNumber":
|
|
1436
|
+
"blockNumber": 46,
|
|
1437
1437
|
"cumulativeGasUsed": "4149421",
|
|
1438
1438
|
"status": 1,
|
|
1439
1439
|
"byzantium": true
|
|
@@ -320,7 +320,7 @@
|
|
|
320
320
|
"type": "function"
|
|
321
321
|
}
|
|
322
322
|
],
|
|
323
|
-
"transactionHash": "
|
|
323
|
+
"transactionHash": "0xfee2b8de610ae46a518a2ea2756ba37ee3c603d007d49b2588b8faf2366a7ab3",
|
|
324
324
|
"receipt": {
|
|
325
325
|
"to": null,
|
|
326
326
|
"from": "0xBcd4042DE499D14e55001CcbB24a551F3b954096",
|
|
@@ -328,13 +328,13 @@
|
|
|
328
328
|
"transactionIndex": 0,
|
|
329
329
|
"gasUsed": "1472705",
|
|
330
330
|
"logsBloom": "0x00000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000020000000000000000000800000000000000000000080000000000400000000000000000000000000000000000000000000000004000000000000020000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000080000000000000000080000000000000000000000000000000000000",
|
|
331
|
-
"blockHash": "
|
|
332
|
-
"transactionHash": "
|
|
331
|
+
"blockHash": "0x58acdec37d6e499ed6a6ce629bd55c95b46d051da0ae7adc6cc883b5c12a1ca4",
|
|
332
|
+
"transactionHash": "0xfee2b8de610ae46a518a2ea2756ba37ee3c603d007d49b2588b8faf2366a7ab3",
|
|
333
333
|
"logs": [
|
|
334
334
|
{
|
|
335
335
|
"transactionIndex": 0,
|
|
336
|
-
"blockNumber":
|
|
337
|
-
"transactionHash": "
|
|
336
|
+
"blockNumber": 47,
|
|
337
|
+
"transactionHash": "0xfee2b8de610ae46a518a2ea2756ba37ee3c603d007d49b2588b8faf2366a7ab3",
|
|
338
338
|
"address": "0xCABEe62adFB2a4d4172Fc2F7536f324FC52C274a",
|
|
339
339
|
"topics": [
|
|
340
340
|
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
|
|
@@ -343,10 +343,10 @@
|
|
|
343
343
|
],
|
|
344
344
|
"data": "0x",
|
|
345
345
|
"logIndex": 0,
|
|
346
|
-
"blockHash": "
|
|
346
|
+
"blockHash": "0x58acdec37d6e499ed6a6ce629bd55c95b46d051da0ae7adc6cc883b5c12a1ca4"
|
|
347
347
|
}
|
|
348
348
|
],
|
|
349
|
-
"blockNumber":
|
|
349
|
+
"blockNumber": 47,
|
|
350
350
|
"cumulativeGasUsed": "1472705",
|
|
351
351
|
"status": 1,
|
|
352
352
|
"byzantium": true
|
|
@@ -302,7 +302,7 @@
|
|
|
302
302
|
"type": "receive"
|
|
303
303
|
}
|
|
304
304
|
],
|
|
305
|
-
"transactionHash": "
|
|
305
|
+
"transactionHash": "0x021f0476d334d619acc9f41239c5124edf9c8aa081e4145403e0015627d76e00",
|
|
306
306
|
"receipt": {
|
|
307
307
|
"to": null,
|
|
308
308
|
"from": "0xBcd4042DE499D14e55001CcbB24a551F3b954096",
|
|
@@ -310,13 +310,13 @@
|
|
|
310
310
|
"transactionIndex": 0,
|
|
311
311
|
"gasUsed": "1064436",
|
|
312
312
|
"logsBloom": "0x00000000000000000000000000000000000000000000000000800002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000020000000000000000000800000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000020000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000020000000000080000000000000000080000000000000000000000000000000000000",
|
|
313
|
-
"blockHash": "
|
|
314
|
-
"transactionHash": "
|
|
313
|
+
"blockHash": "0x7100dd34f83829cfac0fd479be71eea3ffe673db77c7a4f8fb6bfaa103cd4e58",
|
|
314
|
+
"transactionHash": "0x021f0476d334d619acc9f41239c5124edf9c8aa081e4145403e0015627d76e00",
|
|
315
315
|
"logs": [
|
|
316
316
|
{
|
|
317
317
|
"transactionIndex": 0,
|
|
318
|
-
"blockNumber":
|
|
319
|
-
"transactionHash": "
|
|
318
|
+
"blockNumber": 45,
|
|
319
|
+
"transactionHash": "0x021f0476d334d619acc9f41239c5124edf9c8aa081e4145403e0015627d76e00",
|
|
320
320
|
"address": "0xfbfbfDdd6e35dA57b7B0F9a2C10E34Be70B3A4E9",
|
|
321
321
|
"topics": [
|
|
322
322
|
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
|
|
@@ -325,10 +325,10 @@
|
|
|
325
325
|
],
|
|
326
326
|
"data": "0x",
|
|
327
327
|
"logIndex": 0,
|
|
328
|
-
"blockHash": "
|
|
328
|
+
"blockHash": "0x7100dd34f83829cfac0fd479be71eea3ffe673db77c7a4f8fb6bfaa103cd4e58"
|
|
329
329
|
}
|
|
330
330
|
],
|
|
331
|
-
"blockNumber":
|
|
331
|
+
"blockNumber": 45,
|
|
332
332
|
"cumulativeGasUsed": "1064436",
|
|
333
333
|
"status": 1,
|
|
334
334
|
"byzantium": true
|
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
"type": "function"
|
|
163
163
|
}
|
|
164
164
|
],
|
|
165
|
-
"transactionHash": "
|
|
165
|
+
"transactionHash": "0x802e80e57dd09908098f44dd33a4ab1d69a06673e22e3ba7bb5beea4206d295d",
|
|
166
166
|
"receipt": {
|
|
167
167
|
"to": null,
|
|
168
168
|
"from": "0x3C44CdDdB6a900fa2b585dd299e03d12FA4293BC",
|
|
@@ -170,13 +170,13 @@
|
|
|
170
170
|
"transactionIndex": 0,
|
|
171
171
|
"gasUsed": "644163",
|
|
172
172
|
"logsBloom": "0x00000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000020000000020000000000000000000800000000000000000000000000000000400000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000040000000000000000020000000000000000000000010800000000000000000000000000000000000000000",
|
|
173
|
-
"blockHash": "
|
|
174
|
-
"transactionHash": "
|
|
173
|
+
"blockHash": "0xfd3e9f6921f93d6c80fe9b9905d15293bbb33577ab57471d854a87f3b9de9c5c",
|
|
174
|
+
"transactionHash": "0x802e80e57dd09908098f44dd33a4ab1d69a06673e22e3ba7bb5beea4206d295d",
|
|
175
175
|
"logs": [
|
|
176
176
|
{
|
|
177
177
|
"transactionIndex": 0,
|
|
178
|
-
"blockNumber":
|
|
179
|
-
"transactionHash": "
|
|
178
|
+
"blockNumber": 23,
|
|
179
|
+
"transactionHash": "0x802e80e57dd09908098f44dd33a4ab1d69a06673e22e3ba7bb5beea4206d295d",
|
|
180
180
|
"address": "0x94B75AA39bEC4cB15e7B9593C315aF203B7B847f",
|
|
181
181
|
"topics": [
|
|
182
182
|
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
|
|
@@ -185,10 +185,10 @@
|
|
|
185
185
|
],
|
|
186
186
|
"data": "0x",
|
|
187
187
|
"logIndex": 0,
|
|
188
|
-
"blockHash": "
|
|
188
|
+
"blockHash": "0xfd3e9f6921f93d6c80fe9b9905d15293bbb33577ab57471d854a87f3b9de9c5c"
|
|
189
189
|
}
|
|
190
190
|
],
|
|
191
|
-
"blockNumber":
|
|
191
|
+
"blockNumber": 23,
|
|
192
192
|
"cumulativeGasUsed": "644163",
|
|
193
193
|
"status": 1,
|
|
194
194
|
"byzantium": true
|
|
@@ -2352,7 +2352,7 @@
|
|
|
2352
2352
|
"type": "function"
|
|
2353
2353
|
}
|
|
2354
2354
|
],
|
|
2355
|
-
"transactionHash": "
|
|
2355
|
+
"transactionHash": "0xbc01b9a9e5b02bfe5eadb71a558854edb6bf5980ac9293ef3a63ced04152e1e4",
|
|
2356
2356
|
"receipt": {
|
|
2357
2357
|
"to": null,
|
|
2358
2358
|
"from": "0x70997970C51812dc3A010C7d01b50e0d17dc79C8",
|
|
@@ -2360,13 +2360,13 @@
|
|
|
2360
2360
|
"transactionIndex": 0,
|
|
2361
2361
|
"gasUsed": "5501158",
|
|
2362
2362
|
"logsBloom": "0x00000000000000000002000000000000000001000200000020800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000800020000000000000000000800000010000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000020000000000000000000000008000000000001000000000000000000000000000000",
|
|
2363
|
-
"blockHash": "
|
|
2364
|
-
"transactionHash": "
|
|
2363
|
+
"blockHash": "0x22a152b3b274a15248767fc1ea18da5a2dece6603123dc4dae3340e2f1d0ced8",
|
|
2364
|
+
"transactionHash": "0xbc01b9a9e5b02bfe5eadb71a558854edb6bf5980ac9293ef3a63ced04152e1e4",
|
|
2365
2365
|
"logs": [
|
|
2366
2366
|
{
|
|
2367
2367
|
"transactionIndex": 0,
|
|
2368
|
-
"blockNumber":
|
|
2369
|
-
"transactionHash": "
|
|
2368
|
+
"blockNumber": 22,
|
|
2369
|
+
"transactionHash": "0xbc01b9a9e5b02bfe5eadb71a558854edb6bf5980ac9293ef3a63ced04152e1e4",
|
|
2370
2370
|
"address": "0x0b48aF34f4c854F5ae1A3D587da471FeA45bAD52",
|
|
2371
2371
|
"topics": [
|
|
2372
2372
|
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
|
|
@@ -2375,24 +2375,24 @@
|
|
|
2375
2375
|
],
|
|
2376
2376
|
"data": "0x",
|
|
2377
2377
|
"logIndex": 0,
|
|
2378
|
-
"blockHash": "
|
|
2378
|
+
"blockHash": "0x22a152b3b274a15248767fc1ea18da5a2dece6603123dc4dae3340e2f1d0ced8"
|
|
2379
2379
|
},
|
|
2380
2380
|
{
|
|
2381
2381
|
"transactionIndex": 0,
|
|
2382
|
-
"blockNumber":
|
|
2383
|
-
"transactionHash": "
|
|
2382
|
+
"blockNumber": 22,
|
|
2383
|
+
"transactionHash": "0xbc01b9a9e5b02bfe5eadb71a558854edb6bf5980ac9293ef3a63ced04152e1e4",
|
|
2384
2384
|
"address": "0x0b48aF34f4c854F5ae1A3D587da471FeA45bAD52",
|
|
2385
2385
|
"topics": [
|
|
2386
2386
|
"0x6b374d56679ca9463f27c85c6311e2bb7fde69bf201d3da39d53f10bd9d78af5"
|
|
2387
2387
|
],
|
|
2388
2388
|
"data": "0x00000000000000000000000098a0bc3f9fdad482cb2e40de1291f8b0a6fe1860",
|
|
2389
2389
|
"logIndex": 1,
|
|
2390
|
-
"blockHash": "
|
|
2390
|
+
"blockHash": "0x22a152b3b274a15248767fc1ea18da5a2dece6603123dc4dae3340e2f1d0ced8"
|
|
2391
2391
|
},
|
|
2392
2392
|
{
|
|
2393
2393
|
"transactionIndex": 0,
|
|
2394
|
-
"blockNumber":
|
|
2395
|
-
"transactionHash": "
|
|
2394
|
+
"blockNumber": 22,
|
|
2395
|
+
"transactionHash": "0xbc01b9a9e5b02bfe5eadb71a558854edb6bf5980ac9293ef3a63ced04152e1e4",
|
|
2396
2396
|
"address": "0x0b48aF34f4c854F5ae1A3D587da471FeA45bAD52",
|
|
2397
2397
|
"topics": [
|
|
2398
2398
|
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
|
|
@@ -2401,10 +2401,10 @@
|
|
|
2401
2401
|
],
|
|
2402
2402
|
"data": "0x",
|
|
2403
2403
|
"logIndex": 2,
|
|
2404
|
-
"blockHash": "
|
|
2404
|
+
"blockHash": "0x22a152b3b274a15248767fc1ea18da5a2dece6603123dc4dae3340e2f1d0ced8"
|
|
2405
2405
|
}
|
|
2406
2406
|
],
|
|
2407
|
-
"blockNumber":
|
|
2407
|
+
"blockNumber": 22,
|
|
2408
2408
|
"cumulativeGasUsed": "5501158",
|
|
2409
2409
|
"status": 1,
|
|
2410
2410
|
"byzantium": true
|