@layerzerolabs/lz-evm-sdk-v2 2.3.31 → 2.3.33
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 +24 -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/bahamut-testnet/DVN.json +1930 -0
- package/deployments/bahamut-testnet/DVNFeeLib.json +399 -0
- package/deployments/bahamut-testnet/DeadDVN.json +204 -0
- package/deployments/bahamut-testnet/DefaultProxyAdmin.json +259 -0
- package/deployments/bahamut-testnet/EndpointV2.json +2947 -0
- package/deployments/bahamut-testnet/EndpointV2View.json +436 -0
- package/deployments/bahamut-testnet/EndpointV2View_Implementation.json +314 -0
- package/deployments/bahamut-testnet/EndpointV2View_Proxy.json +231 -0
- package/deployments/bahamut-testnet/Executor.json +1653 -0
- package/deployments/bahamut-testnet/ExecutorFeeLib.json +439 -0
- package/deployments/bahamut-testnet/ExecutorProxyAdmin.json +284 -0
- package/deployments/bahamut-testnet/Executor_Implementation.json +1720 -0
- package/deployments/bahamut-testnet/Executor_Proxy.json +366 -0
- package/deployments/bahamut-testnet/LzExecutor.json +758 -0
- package/deployments/bahamut-testnet/LzExecutor_Implementation.json +704 -0
- package/deployments/bahamut-testnet/LzExecutor_Proxy.json +245 -0
- package/deployments/bahamut-testnet/PriceFeed.json +935 -0
- package/deployments/bahamut-testnet/PriceFeedProxyAdmin.json +284 -0
- package/deployments/bahamut-testnet/PriceFeed_Implementation.json +977 -0
- package/deployments/bahamut-testnet/PriceFeed_Proxy.json +245 -0
- package/deployments/bahamut-testnet/ReceiveUln301.json +1293 -0
- package/deployments/bahamut-testnet/ReceiveUln301View.json +355 -0
- package/deployments/bahamut-testnet/ReceiveUln301View_Implementation.json +232 -0
- package/deployments/bahamut-testnet/ReceiveUln301View_Proxy.json +231 -0
- package/deployments/bahamut-testnet/ReceiveUln302.json +1007 -0
- package/deployments/bahamut-testnet/ReceiveUln302View.json +479 -0
- package/deployments/bahamut-testnet/ReceiveUln302View_Implementation.json +385 -0
- package/deployments/bahamut-testnet/ReceiveUln302View_Proxy.json +231 -0
- package/deployments/bahamut-testnet/SendUln301.json +1570 -0
- package/deployments/bahamut-testnet/SendUln302.json +1528 -0
- package/deployments/bahamut-testnet/Treasury.json +413 -0
- package/deployments/bahamut-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/codex-testnet/DVN.json +1930 -0
- package/deployments/codex-testnet/DVNFeeLib.json +399 -0
- package/deployments/codex-testnet/DeadDVN.json +204 -0
- package/deployments/codex-testnet/DefaultProxyAdmin.json +259 -0
- package/deployments/codex-testnet/EndpointV2.json +2947 -0
- package/deployments/codex-testnet/EndpointV2View.json +436 -0
- package/deployments/codex-testnet/EndpointV2View_Implementation.json +314 -0
- package/deployments/codex-testnet/EndpointV2View_Proxy.json +231 -0
- package/deployments/codex-testnet/Executor.json +1653 -0
- package/deployments/codex-testnet/ExecutorFeeLib.json +439 -0
- package/deployments/codex-testnet/ExecutorProxyAdmin.json +284 -0
- package/deployments/codex-testnet/Executor_Implementation.json +1720 -0
- package/deployments/codex-testnet/Executor_Proxy.json +366 -0
- package/deployments/codex-testnet/LzExecutor.json +758 -0
- package/deployments/codex-testnet/LzExecutor_Implementation.json +704 -0
- package/deployments/codex-testnet/LzExecutor_Proxy.json +245 -0
- package/deployments/codex-testnet/PriceFeed.json +935 -0
- package/deployments/codex-testnet/PriceFeedProxyAdmin.json +284 -0
- package/deployments/codex-testnet/PriceFeed_Implementation.json +977 -0
- package/deployments/codex-testnet/PriceFeed_Proxy.json +245 -0
- package/deployments/codex-testnet/ReceiveUln301.json +1293 -0
- package/deployments/codex-testnet/ReceiveUln301View.json +355 -0
- package/deployments/codex-testnet/ReceiveUln301View_Implementation.json +232 -0
- package/deployments/codex-testnet/ReceiveUln301View_Proxy.json +231 -0
- package/deployments/codex-testnet/ReceiveUln302.json +1007 -0
- package/deployments/codex-testnet/ReceiveUln302View.json +479 -0
- package/deployments/codex-testnet/ReceiveUln302View_Implementation.json +385 -0
- package/deployments/codex-testnet/ReceiveUln302View_Proxy.json +231 -0
- package/deployments/codex-testnet/SendUln301.json +1570 -0
- package/deployments/codex-testnet/SendUln302.json +1528 -0
- package/deployments/codex-testnet/Treasury.json +413 -0
- package/deployments/codex-testnet/TreasuryFeeHandler.json +126 -0
- package/deployments/ethereum-sandbox-local/DVN.json +5 -5
- package/deployments/ethereum-sandbox-local/DVNDecompressor.json +2 -2
- package/deployments/ethereum-sandbox-local/DVNFeeLib.json +2 -2
- package/deployments/ethereum-sandbox-local/DefaultProxyAdmin.json +2 -2
- package/deployments/ethereum-sandbox-local/EndpointV2.json +4 -4
- package/deployments/ethereum-sandbox-local/EndpointV2View.json +4 -4
- package/deployments/ethereum-sandbox-local/EndpointV2View_Implementation.json +1 -1
- package/deployments/ethereum-sandbox-local/EndpointV2View_Proxy.json +4 -4
- package/deployments/ethereum-sandbox-local/Executor.json +14 -14
- package/deployments/ethereum-sandbox-local/ExecutorDecompressor.json +2 -2
- package/deployments/ethereum-sandbox-local/ExecutorFeeLib.json +2 -2
- package/deployments/ethereum-sandbox-local/ExecutorProxyAdmin.json +3 -3
- package/deployments/ethereum-sandbox-local/Executor_Implementation.json +1 -1
- package/deployments/ethereum-sandbox-local/Executor_Proxy.json +14 -14
- package/deployments/ethereum-sandbox-local/LzExecutor.json +5 -5
- package/deployments/ethereum-sandbox-local/LzExecutor_Implementation.json +1 -1
- package/deployments/ethereum-sandbox-local/LzExecutor_Proxy.json +5 -5
- package/deployments/ethereum-sandbox-local/NonceContractMock.json +1 -1
- package/deployments/ethereum-sandbox-local/PriceFeed.json +5 -5
- package/deployments/ethereum-sandbox-local/PriceFeedProxyAdmin.json +3 -3
- package/deployments/ethereum-sandbox-local/PriceFeed_Implementation.json +1 -1
- package/deployments/ethereum-sandbox-local/PriceFeed_Proxy.json +5 -5
- package/deployments/ethereum-sandbox-local/ReceiveUln301.json +2 -2
- package/deployments/ethereum-sandbox-local/ReceiveUln301View.json +4 -4
- package/deployments/ethereum-sandbox-local/ReceiveUln301View_Implementation.json +1 -1
- package/deployments/ethereum-sandbox-local/ReceiveUln301View_Proxy.json +4 -4
- package/deployments/ethereum-sandbox-local/ReceiveUln302.json +2 -2
- package/deployments/ethereum-sandbox-local/ReceiveUln302View.json +4 -4
- package/deployments/ethereum-sandbox-local/ReceiveUln302View_Implementation.json +1 -1
- package/deployments/ethereum-sandbox-local/ReceiveUln302View_Proxy.json +4 -4
- package/deployments/ethereum-sandbox-local/SendUln301.json +2 -2
- package/deployments/ethereum-sandbox-local/SendUln302.json +2 -2
- package/deployments/ethereum-sandbox-local/SimpleMessageLib.json +2 -2
- package/deployments/ethereum-sandbox-local/Treasury.json +2 -2
- package/deployments/ethereum-sandbox-local/TreasuryFeeHandler.json +1 -1
- package/deployments/iota-testnet/DVN.json +1930 -0
- package/deployments/iota-testnet/DVNFeeLib.json +399 -0
- package/deployments/iota-testnet/DeadDVN.json +204 -0
- package/deployments/iota-testnet/DefaultProxyAdmin.json +259 -0
- package/deployments/iota-testnet/EndpointV2.json +2947 -0
- package/deployments/iota-testnet/EndpointV2View.json +436 -0
- package/deployments/iota-testnet/EndpointV2View_Implementation.json +314 -0
- package/deployments/iota-testnet/EndpointV2View_Proxy.json +231 -0
- package/deployments/iota-testnet/Executor.json +1653 -0
- package/deployments/iota-testnet/ExecutorFeeLib.json +439 -0
- package/deployments/iota-testnet/ExecutorProxyAdmin.json +284 -0
- package/deployments/iota-testnet/Executor_Implementation.json +1720 -0
- package/deployments/iota-testnet/Executor_Proxy.json +366 -0
- package/deployments/iota-testnet/LzExecutor.json +758 -0
- package/deployments/iota-testnet/LzExecutor_Implementation.json +704 -0
- package/deployments/iota-testnet/LzExecutor_Proxy.json +245 -0
- package/deployments/iota-testnet/PriceFeed.json +935 -0
- package/deployments/iota-testnet/PriceFeedProxyAdmin.json +284 -0
- package/deployments/iota-testnet/PriceFeed_Implementation.json +977 -0
- package/deployments/iota-testnet/PriceFeed_Proxy.json +245 -0
- package/deployments/iota-testnet/ReceiveUln301.json +1293 -0
- package/deployments/iota-testnet/ReceiveUln301View.json +355 -0
- package/deployments/iota-testnet/ReceiveUln301View_Implementation.json +232 -0
- package/deployments/iota-testnet/ReceiveUln301View_Proxy.json +231 -0
- package/deployments/iota-testnet/ReceiveUln302.json +1007 -0
- package/deployments/iota-testnet/ReceiveUln302View.json +479 -0
- package/deployments/iota-testnet/ReceiveUln302View_Implementation.json +385 -0
- package/deployments/iota-testnet/ReceiveUln302View_Proxy.json +231 -0
- package/deployments/iota-testnet/SendUln301.json +1570 -0
- package/deployments/iota-testnet/SendUln302.json +1528 -0
- package/deployments/iota-testnet/Treasury.json +413 -0
- package/deployments/iota-testnet/TreasuryFeeHandler.json +126 -0
- package/deployments/lif3-testnet/DVN.json +1930 -0
- package/deployments/lif3-testnet/DVNFeeLib.json +399 -0
- package/deployments/lif3-testnet/DeadDVN.json +204 -0
- package/deployments/lif3-testnet/DefaultProxyAdmin.json +259 -0
- package/deployments/lif3-testnet/EndpointV2.json +2947 -0
- package/deployments/lif3-testnet/EndpointV2View.json +436 -0
- package/deployments/lif3-testnet/EndpointV2View_Implementation.json +314 -0
- package/deployments/lif3-testnet/EndpointV2View_Proxy.json +231 -0
- package/deployments/lif3-testnet/Executor.json +1653 -0
- package/deployments/lif3-testnet/ExecutorFeeLib.json +439 -0
- package/deployments/lif3-testnet/ExecutorProxyAdmin.json +284 -0
- package/deployments/lif3-testnet/Executor_Implementation.json +1720 -0
- package/deployments/lif3-testnet/Executor_Proxy.json +366 -0
- package/deployments/lif3-testnet/LzExecutor.json +758 -0
- package/deployments/lif3-testnet/LzExecutor_Implementation.json +704 -0
- package/deployments/lif3-testnet/LzExecutor_Proxy.json +245 -0
- package/deployments/lif3-testnet/PriceFeed.json +935 -0
- package/deployments/lif3-testnet/PriceFeedProxyAdmin.json +284 -0
- package/deployments/lif3-testnet/PriceFeed_Implementation.json +977 -0
- package/deployments/lif3-testnet/PriceFeed_Proxy.json +245 -0
- package/deployments/lif3-testnet/ReceiveUln301.json +1293 -0
- package/deployments/lif3-testnet/ReceiveUln301View.json +355 -0
- package/deployments/lif3-testnet/ReceiveUln301View_Implementation.json +232 -0
- package/deployments/lif3-testnet/ReceiveUln301View_Proxy.json +231 -0
- package/deployments/lif3-testnet/ReceiveUln302.json +1007 -0
- package/deployments/lif3-testnet/ReceiveUln302View.json +479 -0
- package/deployments/lif3-testnet/ReceiveUln302View_Implementation.json +385 -0
- package/deployments/lif3-testnet/ReceiveUln302View_Proxy.json +231 -0
- package/deployments/lif3-testnet/SendUln301.json +1570 -0
- package/deployments/lif3-testnet/SendUln302.json +1528 -0
- package/deployments/lif3-testnet/Treasury.json +413 -0
- package/deployments/lif3-testnet/TreasuryFeeHandler.json +126 -0
- package/deployments/lightlink-testnet/DVN.json +1930 -0
- package/deployments/lightlink-testnet/DVNFeeLib.json +399 -0
- package/deployments/lightlink-testnet/DeadDVN.json +204 -0
- package/deployments/lightlink-testnet/DefaultProxyAdmin.json +259 -0
- package/deployments/lightlink-testnet/EndpointV2.json +2947 -0
- package/deployments/lightlink-testnet/EndpointV2View.json +436 -0
- package/deployments/lightlink-testnet/EndpointV2View_Implementation.json +314 -0
- package/deployments/lightlink-testnet/EndpointV2View_Proxy.json +231 -0
- package/deployments/lightlink-testnet/Executor.json +1653 -0
- package/deployments/lightlink-testnet/ExecutorFeeLib.json +439 -0
- package/deployments/lightlink-testnet/ExecutorProxyAdmin.json +284 -0
- package/deployments/lightlink-testnet/Executor_Implementation.json +1720 -0
- package/deployments/lightlink-testnet/Executor_Proxy.json +366 -0
- package/deployments/lightlink-testnet/LzExecutor.json +758 -0
- package/deployments/lightlink-testnet/LzExecutor_Implementation.json +704 -0
- package/deployments/lightlink-testnet/LzExecutor_Proxy.json +245 -0
- package/deployments/lightlink-testnet/PriceFeed.json +935 -0
- package/deployments/lightlink-testnet/PriceFeedProxyAdmin.json +284 -0
- package/deployments/lightlink-testnet/PriceFeed_Implementation.json +977 -0
- package/deployments/lightlink-testnet/PriceFeed_Proxy.json +245 -0
- package/deployments/lightlink-testnet/ReceiveUln301.json +1293 -0
- package/deployments/lightlink-testnet/ReceiveUln301View.json +355 -0
- package/deployments/lightlink-testnet/ReceiveUln301View_Implementation.json +232 -0
- package/deployments/lightlink-testnet/ReceiveUln301View_Proxy.json +231 -0
- package/deployments/lightlink-testnet/ReceiveUln302.json +1007 -0
- package/deployments/lightlink-testnet/ReceiveUln302View.json +479 -0
- package/deployments/lightlink-testnet/ReceiveUln302View_Implementation.json +385 -0
- package/deployments/lightlink-testnet/ReceiveUln302View_Proxy.json +231 -0
- package/deployments/lightlink-testnet/SendUln301.json +1570 -0
- package/deployments/lightlink-testnet/SendUln302.json +1528 -0
- package/deployments/lightlink-testnet/Treasury.json +413 -0
- package/deployments/lightlink-testnet/TreasuryFeeHandler.json +126 -0
- package/deployments/lyra-testnet/DVN.json +1930 -0
- package/deployments/lyra-testnet/DVNFeeLib.json +399 -0
- package/deployments/lyra-testnet/DeadDVN.json +204 -0
- package/deployments/lyra-testnet/DefaultProxyAdmin.json +259 -0
- package/deployments/lyra-testnet/EndpointV2.json +2947 -0
- package/deployments/lyra-testnet/EndpointV2View.json +436 -0
- package/deployments/lyra-testnet/EndpointV2View_Implementation.json +314 -0
- package/deployments/lyra-testnet/EndpointV2View_Proxy.json +231 -0
- package/deployments/lyra-testnet/Executor.json +1653 -0
- package/deployments/lyra-testnet/ExecutorFeeLib.json +439 -0
- package/deployments/lyra-testnet/ExecutorProxyAdmin.json +284 -0
- package/deployments/lyra-testnet/Executor_Implementation.json +1720 -0
- package/deployments/lyra-testnet/Executor_Proxy.json +366 -0
- package/deployments/lyra-testnet/LzExecutor.json +758 -0
- package/deployments/lyra-testnet/LzExecutor_Implementation.json +704 -0
- package/deployments/lyra-testnet/LzExecutor_Proxy.json +245 -0
- package/deployments/lyra-testnet/PriceFeed.json +935 -0
- package/deployments/lyra-testnet/PriceFeedProxyAdmin.json +284 -0
- package/deployments/lyra-testnet/PriceFeed_Implementation.json +977 -0
- package/deployments/lyra-testnet/PriceFeed_Proxy.json +245 -0
- package/deployments/lyra-testnet/ReceiveUln301.json +1293 -0
- package/deployments/lyra-testnet/ReceiveUln301View.json +355 -0
- package/deployments/lyra-testnet/ReceiveUln301View_Implementation.json +232 -0
- package/deployments/lyra-testnet/ReceiveUln301View_Proxy.json +231 -0
- package/deployments/lyra-testnet/ReceiveUln302.json +1007 -0
- package/deployments/lyra-testnet/ReceiveUln302View.json +479 -0
- package/deployments/lyra-testnet/ReceiveUln302View_Implementation.json +385 -0
- package/deployments/lyra-testnet/ReceiveUln302View_Proxy.json +231 -0
- package/deployments/lyra-testnet/SendUln301.json +1570 -0
- package/deployments/lyra-testnet/SendUln302.json +1528 -0
- package/deployments/lyra-testnet/Treasury.json +413 -0
- package/deployments/lyra-testnet/TreasuryFeeHandler.json +126 -0
- package/deployments/polygon-sandbox-local/DVN.json +11 -11
- package/deployments/polygon-sandbox-local/DVNDecompressor.json +5 -5
- package/deployments/polygon-sandbox-local/DVNFeeLib.json +5 -5
- package/deployments/polygon-sandbox-local/DefaultProxyAdmin.json +5 -5
- package/deployments/polygon-sandbox-local/EndpointV2.json +9 -9
- package/deployments/polygon-sandbox-local/EndpointV2View.json +9 -9
- package/deployments/polygon-sandbox-local/EndpointV2View_Implementation.json +3 -3
- package/deployments/polygon-sandbox-local/EndpointV2View_Proxy.json +9 -9
- package/deployments/polygon-sandbox-local/Executor.json +29 -29
- package/deployments/polygon-sandbox-local/ExecutorDecompressor.json +5 -5
- package/deployments/polygon-sandbox-local/ExecutorFeeLib.json +5 -5
- package/deployments/polygon-sandbox-local/ExecutorProxyAdmin.json +7 -7
- package/deployments/polygon-sandbox-local/Executor_Implementation.json +3 -3
- package/deployments/polygon-sandbox-local/Executor_Proxy.json +29 -29
- package/deployments/polygon-sandbox-local/LzExecutor.json +11 -11
- package/deployments/polygon-sandbox-local/LzExecutor_Implementation.json +3 -3
- package/deployments/polygon-sandbox-local/LzExecutor_Proxy.json +11 -11
- package/deployments/polygon-sandbox-local/NonceContractMock.json +3 -3
- package/deployments/polygon-sandbox-local/PriceFeed.json +11 -11
- package/deployments/polygon-sandbox-local/PriceFeedProxyAdmin.json +7 -7
- package/deployments/polygon-sandbox-local/PriceFeed_Implementation.json +3 -3
- package/deployments/polygon-sandbox-local/PriceFeed_Proxy.json +11 -11
- package/deployments/polygon-sandbox-local/ReceiveUln301.json +5 -5
- package/deployments/polygon-sandbox-local/ReceiveUln301View.json +9 -9
- package/deployments/polygon-sandbox-local/ReceiveUln301View_Implementation.json +3 -3
- package/deployments/polygon-sandbox-local/ReceiveUln301View_Proxy.json +9 -9
- package/deployments/polygon-sandbox-local/ReceiveUln302.json +5 -5
- package/deployments/polygon-sandbox-local/ReceiveUln302View.json +9 -9
- package/deployments/polygon-sandbox-local/ReceiveUln302View_Implementation.json +3 -3
- package/deployments/polygon-sandbox-local/ReceiveUln302View_Proxy.json +9 -9
- package/deployments/polygon-sandbox-local/SendUln301.json +5 -5
- package/deployments/polygon-sandbox-local/SendUln302.json +5 -5
- package/deployments/polygon-sandbox-local/SimpleMessageLib.json +5 -5
- package/deployments/polygon-sandbox-local/Treasury.json +5 -5
- package/deployments/polygon-sandbox-local/TreasuryFeeHandler.json +3 -3
- 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/tron-testnet/ExecutorFeeLib.json +11 -11
- package/package.json +9 -9
|
@@ -748,7 +748,7 @@
|
|
|
748
748
|
"type": "function"
|
|
749
749
|
}
|
|
750
750
|
],
|
|
751
|
-
"transactionHash": "
|
|
751
|
+
"transactionHash": "0x6472672ac2a5e90af66d513dafe3e08750dfcb704902b34bfb082047a6d7d902",
|
|
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": "0x13dc19fbf3866107f1f02ae67de8564e01950eb3ed350e9da94f68e2873f98b4",
|
|
760
|
+
"transactionHash": "0x6472672ac2a5e90af66d513dafe3e08750dfcb704902b34bfb082047a6d7d902",
|
|
761
761
|
"logs": [
|
|
762
762
|
{
|
|
763
763
|
"transactionIndex": 0,
|
|
764
764
|
"blockNumber": 36,
|
|
765
|
-
"transactionHash": "
|
|
765
|
+
"transactionHash": "0x6472672ac2a5e90af66d513dafe3e08750dfcb704902b34bfb082047a6d7d902",
|
|
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": "0x13dc19fbf3866107f1f02ae67de8564e01950eb3ed350e9da94f68e2873f98b4"
|
|
775
775
|
}
|
|
776
776
|
],
|
|
777
777
|
"blockNumber": 36,
|
|
@@ -373,7 +373,7 @@
|
|
|
373
373
|
"type": "constructor"
|
|
374
374
|
}
|
|
375
375
|
],
|
|
376
|
-
"transactionHash": "
|
|
376
|
+
"transactionHash": "0x296438eaee2dd0df8b98ad8ed2c3a52a0d1d23a6c1664317d817983fa8c05e80",
|
|
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": "0x554ad399586572754822ac52e83fa65386484f23ed349d5c64ce1360652ee1fb",
|
|
385
|
+
"transactionHash": "0x296438eaee2dd0df8b98ad8ed2c3a52a0d1d23a6c1664317d817983fa8c05e80",
|
|
386
386
|
"logs": [
|
|
387
387
|
{
|
|
388
388
|
"transactionIndex": 0,
|
|
389
389
|
"blockNumber": 38,
|
|
390
|
-
"transactionHash": "
|
|
390
|
+
"transactionHash": "0x296438eaee2dd0df8b98ad8ed2c3a52a0d1d23a6c1664317d817983fa8c05e80",
|
|
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": "0x554ad399586572754822ac52e83fa65386484f23ed349d5c64ce1360652ee1fb"
|
|
399
399
|
},
|
|
400
400
|
{
|
|
401
401
|
"transactionIndex": 0,
|
|
402
402
|
"blockNumber": 38,
|
|
403
|
-
"transactionHash": "
|
|
403
|
+
"transactionHash": "0x296438eaee2dd0df8b98ad8ed2c3a52a0d1d23a6c1664317d817983fa8c05e80",
|
|
404
404
|
"address": "0x544eAe853EA3774A8857573C6423E6Db95b79258",
|
|
405
405
|
"topics": [
|
|
406
406
|
"0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"
|
|
407
407
|
],
|
|
408
408
|
"data": "0x0000000000000000000000000000000000000000000000000000000000000001",
|
|
409
409
|
"logIndex": 1,
|
|
410
|
-
"blockHash": "
|
|
410
|
+
"blockHash": "0x554ad399586572754822ac52e83fa65386484f23ed349d5c64ce1360652ee1fb"
|
|
411
411
|
},
|
|
412
412
|
{
|
|
413
413
|
"transactionIndex": 0,
|
|
414
414
|
"blockNumber": 38,
|
|
415
|
-
"transactionHash": "
|
|
415
|
+
"transactionHash": "0x296438eaee2dd0df8b98ad8ed2c3a52a0d1d23a6c1664317d817983fa8c05e80",
|
|
416
416
|
"address": "0x544eAe853EA3774A8857573C6423E6Db95b79258",
|
|
417
417
|
"topics": [
|
|
418
418
|
"0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"
|
|
419
419
|
],
|
|
420
420
|
"data": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e7c2a73131dd48d8ac46dcd7ab80c8cbee5b410a",
|
|
421
421
|
"logIndex": 2,
|
|
422
|
-
"blockHash": "
|
|
422
|
+
"blockHash": "0x554ad399586572754822ac52e83fa65386484f23ed349d5c64ce1360652ee1fb"
|
|
423
423
|
}
|
|
424
424
|
],
|
|
425
425
|
"blockNumber": 38,
|
|
@@ -242,7 +242,7 @@
|
|
|
242
242
|
"type": "function"
|
|
243
243
|
}
|
|
244
244
|
],
|
|
245
|
-
"transactionHash": "
|
|
245
|
+
"transactionHash": "0x05a4f0ace6916116df388eaa0842f8fa059d78d7cc4bbb844270a352ad60d21e",
|
|
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": "0x19131d2158c02cdb7ef650d326860d6b9e6d6a52ef07960931fec698e65ffe42",
|
|
254
|
+
"transactionHash": "0x05a4f0ace6916116df388eaa0842f8fa059d78d7cc4bbb844270a352ad60d21e",
|
|
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": "0x296438eaee2dd0df8b98ad8ed2c3a52a0d1d23a6c1664317d817983fa8c05e80",
|
|
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": "0x554ad399586572754822ac52e83fa65386484f23ed349d5c64ce1360652ee1fb",
|
|
145
|
+
"transactionHash": "0x296438eaee2dd0df8b98ad8ed2c3a52a0d1d23a6c1664317d817983fa8c05e80",
|
|
146
146
|
"logs": [
|
|
147
147
|
{
|
|
148
148
|
"transactionIndex": 0,
|
|
149
149
|
"blockNumber": 38,
|
|
150
|
-
"transactionHash": "
|
|
150
|
+
"transactionHash": "0x296438eaee2dd0df8b98ad8ed2c3a52a0d1d23a6c1664317d817983fa8c05e80",
|
|
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": "0x554ad399586572754822ac52e83fa65386484f23ed349d5c64ce1360652ee1fb"
|
|
159
159
|
},
|
|
160
160
|
{
|
|
161
161
|
"transactionIndex": 0,
|
|
162
162
|
"blockNumber": 38,
|
|
163
|
-
"transactionHash": "
|
|
163
|
+
"transactionHash": "0x296438eaee2dd0df8b98ad8ed2c3a52a0d1d23a6c1664317d817983fa8c05e80",
|
|
164
164
|
"address": "0x544eAe853EA3774A8857573C6423E6Db95b79258",
|
|
165
165
|
"topics": [
|
|
166
166
|
"0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"
|
|
167
167
|
],
|
|
168
168
|
"data": "0x0000000000000000000000000000000000000000000000000000000000000001",
|
|
169
169
|
"logIndex": 1,
|
|
170
|
-
"blockHash": "
|
|
170
|
+
"blockHash": "0x554ad399586572754822ac52e83fa65386484f23ed349d5c64ce1360652ee1fb"
|
|
171
171
|
},
|
|
172
172
|
{
|
|
173
173
|
"transactionIndex": 0,
|
|
174
174
|
"blockNumber": 38,
|
|
175
|
-
"transactionHash": "
|
|
175
|
+
"transactionHash": "0x296438eaee2dd0df8b98ad8ed2c3a52a0d1d23a6c1664317d817983fa8c05e80",
|
|
176
176
|
"address": "0x544eAe853EA3774A8857573C6423E6Db95b79258",
|
|
177
177
|
"topics": [
|
|
178
178
|
"0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"
|
|
179
179
|
],
|
|
180
180
|
"data": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e7c2a73131dd48d8ac46dcd7ab80c8cbee5b410a",
|
|
181
181
|
"logIndex": 2,
|
|
182
|
-
"blockHash": "
|
|
182
|
+
"blockHash": "0x554ad399586572754822ac52e83fa65386484f23ed349d5c64ce1360652ee1fb"
|
|
183
183
|
}
|
|
184
184
|
],
|
|
185
185
|
"blockNumber": 38,
|
|
@@ -1269,7 +1269,7 @@
|
|
|
1269
1269
|
"type": "function"
|
|
1270
1270
|
}
|
|
1271
1271
|
],
|
|
1272
|
-
"transactionHash": "
|
|
1272
|
+
"transactionHash": "0x5429b4a44eb42d63c983309c8e7eb68ed6f1adc71d87ad478dad5a7cfbcfafca",
|
|
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": "0xa211302eb277e52f063a48548a0550ad709b3768eb3bf144eb0f840474a11108",
|
|
1281
|
+
"transactionHash": "0x5429b4a44eb42d63c983309c8e7eb68ed6f1adc71d87ad478dad5a7cfbcfafca",
|
|
1282
1282
|
"logs": [
|
|
1283
1283
|
{
|
|
1284
1284
|
"transactionIndex": 0,
|
|
1285
1285
|
"blockNumber": 30,
|
|
1286
|
-
"transactionHash": "
|
|
1286
|
+
"transactionHash": "0x5429b4a44eb42d63c983309c8e7eb68ed6f1adc71d87ad478dad5a7cfbcfafca",
|
|
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": "0xa211302eb277e52f063a48548a0550ad709b3768eb3bf144eb0f840474a11108"
|
|
1296
1296
|
}
|
|
1297
1297
|
],
|
|
1298
1298
|
"blockNumber": 30,
|
|
@@ -1250,7 +1250,7 @@
|
|
|
1250
1250
|
"type": "receive"
|
|
1251
1251
|
}
|
|
1252
1252
|
],
|
|
1253
|
-
"transactionHash": "
|
|
1253
|
+
"transactionHash": "0xad3ee4581d3735b0e385be17f9ce2a4040336d9ea5e4545bba8a2e243e89d893",
|
|
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": "0x4f7455e243ace628ef11ff8fa494bf718153edf935857a167ba547e4b687e79c",
|
|
1262
|
+
"transactionHash": "0xad3ee4581d3735b0e385be17f9ce2a4040336d9ea5e4545bba8a2e243e89d893",
|
|
1263
1263
|
"logs": [
|
|
1264
1264
|
{
|
|
1265
1265
|
"transactionIndex": 0,
|
|
1266
1266
|
"blockNumber": 35,
|
|
1267
|
-
"transactionHash": "
|
|
1267
|
+
"transactionHash": "0xad3ee4581d3735b0e385be17f9ce2a4040336d9ea5e4545bba8a2e243e89d893",
|
|
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": "0x4f7455e243ace628ef11ff8fa494bf718153edf935857a167ba547e4b687e79c"
|
|
1277
1277
|
}
|
|
1278
1278
|
],
|
|
1279
1279
|
"blockNumber": 35,
|
|
@@ -582,7 +582,7 @@
|
|
|
582
582
|
"type": "receive"
|
|
583
583
|
}
|
|
584
584
|
],
|
|
585
|
-
"transactionHash": "
|
|
585
|
+
"transactionHash": "0xf35b61a47a538fa5c9f64c5361f81e8dc73d662d667cb14a6e4921e156ff11c5",
|
|
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": "0x0ee27899e8af43f861ded22c08f7ede40484c507e300df09dc6f1c62d229611c",
|
|
594
|
+
"transactionHash": "0xf35b61a47a538fa5c9f64c5361f81e8dc73d662d667cb14a6e4921e156ff11c5",
|
|
595
595
|
"logs": [
|
|
596
596
|
{
|
|
597
597
|
"transactionIndex": 0,
|
|
598
598
|
"blockNumber": 26,
|
|
599
|
-
"transactionHash": "
|
|
599
|
+
"transactionHash": "0xf35b61a47a538fa5c9f64c5361f81e8dc73d662d667cb14a6e4921e156ff11c5",
|
|
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": "0x0ee27899e8af43f861ded22c08f7ede40484c507e300df09dc6f1c62d229611c"
|
|
609
609
|
}
|
|
610
610
|
],
|
|
611
611
|
"blockNumber": 26,
|
|
@@ -300,7 +300,7 @@
|
|
|
300
300
|
"type": "function"
|
|
301
301
|
}
|
|
302
302
|
],
|
|
303
|
-
"transactionHash": "
|
|
303
|
+
"transactionHash": "0xa8e4f4cb55648597f7b5511f24f6ea429fcc30654cdcc31e86bcd3cb519357af",
|
|
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": "0x701260562f06d5610225e3b888b18df82826adb46d728c04ebd27889bea886b8",
|
|
312
|
+
"transactionHash": "0xa8e4f4cb55648597f7b5511f24f6ea429fcc30654cdcc31e86bcd3cb519357af",
|
|
313
313
|
"logs": [
|
|
314
314
|
{
|
|
315
315
|
"transactionIndex": 0,
|
|
316
316
|
"blockNumber": 27,
|
|
317
|
-
"transactionHash": "
|
|
317
|
+
"transactionHash": "0xa8e4f4cb55648597f7b5511f24f6ea429fcc30654cdcc31e86bcd3cb519357af",
|
|
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": "0x701260562f06d5610225e3b888b18df82826adb46d728c04ebd27889bea886b8"
|
|
327
327
|
}
|
|
328
328
|
],
|
|
329
329
|
"blockNumber": 27,
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"type": "function"
|
|
86
86
|
}
|
|
87
87
|
],
|
|
88
|
-
"transactionHash": "
|
|
88
|
+
"transactionHash": "0x0c5f02587bdd97f1c8f0dc571fc8d7741d432bc9024fcdc53edd2226888f697c",
|
|
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": "0xfa885eaebcd0779d26d1c3bfcc33161a6c8f1817d5691a36e382f8da2b058322",
|
|
97
|
+
"transactionHash": "0x0c5f02587bdd97f1c8f0dc571fc8d7741d432bc9024fcdc53edd2226888f697c",
|
|
98
98
|
"logs": [],
|
|
99
99
|
"blockNumber": 28,
|
|
100
100
|
"cumulativeGasUsed": "501989",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0xAFd082c78D7B3d2eB7AA5014130B72c0D88074a8",
|
|
3
3
|
"abi": [
|
|
4
4
|
{
|
|
5
5
|
"inputs": [
|
|
@@ -1361,37 +1361,37 @@
|
|
|
1361
1361
|
"type": "function"
|
|
1362
1362
|
}
|
|
1363
1363
|
],
|
|
1364
|
-
"transactionHash": "
|
|
1364
|
+
"transactionHash": "0xed4c59271fb07cd3f7f2ea99be5bcffd9255f8a7f4e2cc6cc3884e3966b681cb",
|
|
1365
1365
|
"receipt": {
|
|
1366
1366
|
"to": null,
|
|
1367
1367
|
"from": "0xBcd4042DE499D14e55001CcbB24a551F3b954096",
|
|
1368
|
-
"contractAddress": "
|
|
1368
|
+
"contractAddress": "0xAFd082c78D7B3d2eB7AA5014130B72c0D88074a8",
|
|
1369
1369
|
"transactionIndex": 0,
|
|
1370
1370
|
"gasUsed": "3998195",
|
|
1371
1371
|
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
1372
|
-
"blockHash": "
|
|
1373
|
-
"transactionHash": "
|
|
1372
|
+
"blockHash": "0x0000000000000070879ec93ef6eb5f058c660cfa3478d4fcd71685f82e9c2b25",
|
|
1373
|
+
"transactionHash": "0xed4c59271fb07cd3f7f2ea99be5bcffd9255f8a7f4e2cc6cc3884e3966b681cb",
|
|
1374
1374
|
"logs": [
|
|
1375
1375
|
{
|
|
1376
1376
|
"transactionIndex": 0,
|
|
1377
|
-
"blockNumber":
|
|
1378
|
-
"transactionHash": "
|
|
1379
|
-
"address": "
|
|
1377
|
+
"blockNumber": 112,
|
|
1378
|
+
"transactionHash": "0xed4c59271fb07cd3f7f2ea99be5bcffd9255f8a7f4e2cc6cc3884e3966b681cb",
|
|
1379
|
+
"address": "0xAFd082c78D7B3d2eB7AA5014130B72c0D88074a8",
|
|
1380
1380
|
"topics": [
|
|
1381
1381
|
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
1382
1382
|
"0x724aface199fe5bed93ae8508474576a9adf3dc443b2c451842a2242919f19de",
|
|
1383
|
-
"
|
|
1383
|
+
"0x000000000000000000000000be19e680f8421e8476571aa160edb1402c478b61",
|
|
1384
1384
|
"0x000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096"
|
|
1385
1385
|
],
|
|
1386
1386
|
"data": "0x",
|
|
1387
1387
|
"logIndex": 0,
|
|
1388
|
-
"blockHash": "
|
|
1388
|
+
"blockHash": "0x0000000000000070879ec93ef6eb5f058c660cfa3478d4fcd71685f82e9c2b25"
|
|
1389
1389
|
},
|
|
1390
1390
|
{
|
|
1391
1391
|
"transactionIndex": 0,
|
|
1392
|
-
"blockNumber":
|
|
1393
|
-
"transactionHash": "
|
|
1394
|
-
"address": "
|
|
1392
|
+
"blockNumber": 112,
|
|
1393
|
+
"transactionHash": "0xed4c59271fb07cd3f7f2ea99be5bcffd9255f8a7f4e2cc6cc3884e3966b681cb",
|
|
1394
|
+
"address": "0xAFd082c78D7B3d2eB7AA5014130B72c0D88074a8",
|
|
1395
1395
|
"topics": [
|
|
1396
1396
|
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
1397
1397
|
"0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
|
|
@@ -1400,10 +1400,10 @@
|
|
|
1400
1400
|
],
|
|
1401
1401
|
"data": "0x",
|
|
1402
1402
|
"logIndex": 1,
|
|
1403
|
-
"blockHash": "
|
|
1403
|
+
"blockHash": "0x0000000000000070879ec93ef6eb5f058c660cfa3478d4fcd71685f82e9c2b25"
|
|
1404
1404
|
}
|
|
1405
1405
|
],
|
|
1406
|
-
"blockNumber":
|
|
1406
|
+
"blockNumber": 112,
|
|
1407
1407
|
"cumulativeGasUsed": "3998195",
|
|
1408
1408
|
"status": 1,
|
|
1409
1409
|
"byzantium": true
|
|
@@ -1411,9 +1411,9 @@
|
|
|
1411
1411
|
"args": [
|
|
1412
1412
|
20420,
|
|
1413
1413
|
[
|
|
1414
|
-
"
|
|
1414
|
+
"0xbe19e680F8421E8476571aA160EDB1402C478b61"
|
|
1415
1415
|
],
|
|
1416
|
-
"
|
|
1416
|
+
"0x4b05697D25A679ee423393652C6eb583a9D749D5",
|
|
1417
1417
|
[
|
|
1418
1418
|
"0x9c79357189d6aF261691ECF48de9A6bbF30438Fc",
|
|
1419
1419
|
"0xC4c81D5C1851702d27d602aA8ff830A7689F17cc"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0xF43c3A04B011dBE795fEb012dAaB612a82Ea14Ce",
|
|
3
3
|
"abi": [
|
|
4
4
|
{
|
|
5
5
|
"inputs": [
|
|
@@ -320,22 +320,22 @@
|
|
|
320
320
|
"type": "function"
|
|
321
321
|
}
|
|
322
322
|
],
|
|
323
|
-
"transactionHash": "
|
|
323
|
+
"transactionHash": "0xea66b9f95bce94351ffacc94a879ce658fc5a4b901fac427b854b4ab4456baef",
|
|
324
324
|
"receipt": {
|
|
325
325
|
"to": null,
|
|
326
326
|
"from": "0xBcd4042DE499D14e55001CcbB24a551F3b954096",
|
|
327
|
-
"contractAddress": "
|
|
327
|
+
"contractAddress": "0xF43c3A04B011dBE795fEb012dAaB612a82Ea14Ce",
|
|
328
328
|
"transactionIndex": 0,
|
|
329
329
|
"gasUsed": "1367346",
|
|
330
330
|
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
331
|
-
"blockHash": "
|
|
332
|
-
"transactionHash": "
|
|
331
|
+
"blockHash": "0x0000000000000071f6a5c8ed754f11c9798216986b74951295e1106e98493a15",
|
|
332
|
+
"transactionHash": "0xea66b9f95bce94351ffacc94a879ce658fc5a4b901fac427b854b4ab4456baef",
|
|
333
333
|
"logs": [
|
|
334
334
|
{
|
|
335
335
|
"transactionIndex": 0,
|
|
336
|
-
"blockNumber":
|
|
337
|
-
"transactionHash": "
|
|
338
|
-
"address": "
|
|
336
|
+
"blockNumber": 113,
|
|
337
|
+
"transactionHash": "0xea66b9f95bce94351ffacc94a879ce658fc5a4b901fac427b854b4ab4456baef",
|
|
338
|
+
"address": "0xF43c3A04B011dBE795fEb012dAaB612a82Ea14Ce",
|
|
339
339
|
"topics": [
|
|
340
340
|
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
|
|
341
341
|
"0x0000000000000000000000000000000000000000000000000000000000000000",
|
|
@@ -343,10 +343,10 @@
|
|
|
343
343
|
],
|
|
344
344
|
"data": "0x",
|
|
345
345
|
"logIndex": 0,
|
|
346
|
-
"blockHash": "
|
|
346
|
+
"blockHash": "0x0000000000000071f6a5c8ed754f11c9798216986b74951295e1106e98493a15"
|
|
347
347
|
}
|
|
348
348
|
],
|
|
349
|
-
"blockNumber":
|
|
349
|
+
"blockNumber": 113,
|
|
350
350
|
"cumulativeGasUsed": "1367346",
|
|
351
351
|
"status": 1,
|
|
352
352
|
"byzantium": true
|
|
@@ -356,13 +356,13 @@
|
|
|
356
356
|
[
|
|
357
357
|
{
|
|
358
358
|
"idx": 1,
|
|
359
|
-
"addr": "
|
|
359
|
+
"addr": "0xAFd082c78D7B3d2eB7AA5014130B72c0D88074a8"
|
|
360
360
|
}
|
|
361
361
|
],
|
|
362
362
|
[
|
|
363
363
|
{
|
|
364
364
|
"idx": 1,
|
|
365
|
-
"addr": "
|
|
365
|
+
"addr": "0xbe19e680F8421E8476571aA160EDB1402C478b61"
|
|
366
366
|
}
|
|
367
367
|
]
|
|
368
368
|
],
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0x5Ee9d898f1f5707D06CA84011Eac0914D231C6aC",
|
|
3
3
|
"abi": [
|
|
4
4
|
{
|
|
5
5
|
"inputs": [
|
|
@@ -302,22 +302,22 @@
|
|
|
302
302
|
"type": "receive"
|
|
303
303
|
}
|
|
304
304
|
],
|
|
305
|
-
"transactionHash": "
|
|
305
|
+
"transactionHash": "0x5f95e2c73c02ff11fa8f56cffe5da58d822988fa139817a0634702fd7f469869",
|
|
306
306
|
"receipt": {
|
|
307
307
|
"to": null,
|
|
308
308
|
"from": "0xBcd4042DE499D14e55001CcbB24a551F3b954096",
|
|
309
|
-
"contractAddress": "
|
|
309
|
+
"contractAddress": "0x5Ee9d898f1f5707D06CA84011Eac0914D231C6aC",
|
|
310
310
|
"transactionIndex": 0,
|
|
311
311
|
"gasUsed": "972451",
|
|
312
312
|
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
313
|
-
"blockHash": "
|
|
314
|
-
"transactionHash": "
|
|
313
|
+
"blockHash": "0x000000000000006e9cf27629fe924366f03e45d4e4523cc48c74b5e52800afd9",
|
|
314
|
+
"transactionHash": "0x5f95e2c73c02ff11fa8f56cffe5da58d822988fa139817a0634702fd7f469869",
|
|
315
315
|
"logs": [
|
|
316
316
|
{
|
|
317
317
|
"transactionIndex": 0,
|
|
318
|
-
"blockNumber":
|
|
319
|
-
"transactionHash": "
|
|
320
|
-
"address": "
|
|
318
|
+
"blockNumber": 110,
|
|
319
|
+
"transactionHash": "0x5f95e2c73c02ff11fa8f56cffe5da58d822988fa139817a0634702fd7f469869",
|
|
320
|
+
"address": "0x5Ee9d898f1f5707D06CA84011Eac0914D231C6aC",
|
|
321
321
|
"topics": [
|
|
322
322
|
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
|
|
323
323
|
"0x0000000000000000000000000000000000000000000000000000000000000000",
|
|
@@ -325,10 +325,10 @@
|
|
|
325
325
|
],
|
|
326
326
|
"data": "0x",
|
|
327
327
|
"logIndex": 0,
|
|
328
|
-
"blockHash": "
|
|
328
|
+
"blockHash": "0x000000000000006e9cf27629fe924366f03e45d4e4523cc48c74b5e52800afd9"
|
|
329
329
|
}
|
|
330
330
|
],
|
|
331
|
-
"blockNumber":
|
|
331
|
+
"blockNumber": 110,
|
|
332
332
|
"cumulativeGasUsed": "972451",
|
|
333
333
|
"status": 1,
|
|
334
334
|
"byzantium": true
|