@layerzerolabs/lz-evm-sdk-v2 2.3.30 → 2.3.32
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 +22 -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/bsc-sandbox-local/DVN.json +5 -5
- package/deployments/bsc-sandbox-local/DVNDecompressor.json +2 -2
- package/deployments/bsc-sandbox-local/DVNFeeLib.json +2 -2
- package/deployments/bsc-sandbox-local/DefaultProxyAdmin.json +2 -2
- package/deployments/bsc-sandbox-local/EndpointV2.json +4 -4
- package/deployments/bsc-sandbox-local/EndpointV2View.json +4 -4
- package/deployments/bsc-sandbox-local/EndpointV2View_Implementation.json +1 -1
- package/deployments/bsc-sandbox-local/EndpointV2View_Proxy.json +4 -4
- package/deployments/bsc-sandbox-local/Executor.json +14 -14
- package/deployments/bsc-sandbox-local/ExecutorDecompressor.json +2 -2
- package/deployments/bsc-sandbox-local/ExecutorFeeLib.json +2 -2
- package/deployments/bsc-sandbox-local/ExecutorProxyAdmin.json +3 -3
- package/deployments/bsc-sandbox-local/Executor_Implementation.json +1 -1
- package/deployments/bsc-sandbox-local/Executor_Proxy.json +14 -14
- package/deployments/bsc-sandbox-local/LzExecutor.json +5 -5
- package/deployments/bsc-sandbox-local/LzExecutor_Implementation.json +1 -1
- package/deployments/bsc-sandbox-local/LzExecutor_Proxy.json +5 -5
- package/deployments/bsc-sandbox-local/NonceContractMock.json +1 -1
- package/deployments/bsc-sandbox-local/PriceFeed.json +5 -5
- package/deployments/bsc-sandbox-local/PriceFeedProxyAdmin.json +3 -3
- package/deployments/bsc-sandbox-local/PriceFeed_Implementation.json +1 -1
- package/deployments/bsc-sandbox-local/PriceFeed_Proxy.json +5 -5
- package/deployments/bsc-sandbox-local/ReceiveUln301.json +2 -2
- package/deployments/bsc-sandbox-local/ReceiveUln301View.json +4 -4
- package/deployments/bsc-sandbox-local/ReceiveUln301View_Implementation.json +1 -1
- package/deployments/bsc-sandbox-local/ReceiveUln301View_Proxy.json +4 -4
- package/deployments/bsc-sandbox-local/ReceiveUln302.json +2 -2
- package/deployments/bsc-sandbox-local/ReceiveUln302View.json +4 -4
- package/deployments/bsc-sandbox-local/ReceiveUln302View_Implementation.json +1 -1
- package/deployments/bsc-sandbox-local/ReceiveUln302View_Proxy.json +4 -4
- package/deployments/bsc-sandbox-local/SendUln301.json +2 -2
- package/deployments/bsc-sandbox-local/SendUln302.json +2 -2
- package/deployments/bsc-sandbox-local/SimpleMessageLib.json +2 -2
- package/deployments/bsc-sandbox-local/Treasury.json +2 -2
- package/deployments/bsc-sandbox-local/TreasuryFeeHandler.json +1 -1
- package/deployments/curtis-testnet/DVN.json +1930 -0
- package/deployments/curtis-testnet/DVNFeeLib.json +399 -0
- package/deployments/curtis-testnet/DeadDVN.json +204 -0
- package/deployments/curtis-testnet/DefaultProxyAdmin.json +259 -0
- package/deployments/curtis-testnet/EndpointV2.json +2947 -0
- package/deployments/curtis-testnet/EndpointV2View.json +436 -0
- package/deployments/curtis-testnet/EndpointV2View_Implementation.json +314 -0
- package/deployments/curtis-testnet/EndpointV2View_Proxy.json +231 -0
- package/deployments/curtis-testnet/Executor.json +1653 -0
- package/deployments/curtis-testnet/ExecutorFeeLib.json +439 -0
- package/deployments/curtis-testnet/ExecutorProxyAdmin.json +284 -0
- package/deployments/curtis-testnet/Executor_Implementation.json +1720 -0
- package/deployments/curtis-testnet/Executor_Proxy.json +366 -0
- package/deployments/curtis-testnet/LzExecutor.json +758 -0
- package/deployments/curtis-testnet/LzExecutor_Implementation.json +704 -0
- package/deployments/curtis-testnet/LzExecutor_Proxy.json +245 -0
- package/deployments/curtis-testnet/PriceFeed.json +935 -0
- package/deployments/curtis-testnet/PriceFeedProxyAdmin.json +284 -0
- package/deployments/curtis-testnet/PriceFeed_Implementation.json +977 -0
- package/deployments/curtis-testnet/PriceFeed_Proxy.json +245 -0
- package/deployments/curtis-testnet/ReceiveUln301.json +1293 -0
- package/deployments/curtis-testnet/ReceiveUln301View.json +355 -0
- package/deployments/curtis-testnet/ReceiveUln301View_Implementation.json +232 -0
- package/deployments/curtis-testnet/ReceiveUln301View_Proxy.json +231 -0
- package/deployments/curtis-testnet/ReceiveUln302.json +1007 -0
- package/deployments/curtis-testnet/ReceiveUln302View.json +479 -0
- package/deployments/curtis-testnet/ReceiveUln302View_Implementation.json +385 -0
- package/deployments/curtis-testnet/ReceiveUln302View_Proxy.json +231 -0
- package/deployments/curtis-testnet/SendUln301.json +1570 -0
- package/deployments/curtis-testnet/SendUln302.json +1528 -0
- package/deployments/curtis-testnet/Treasury.json +413 -0
- package/deployments/curtis-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 +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/tron-sandbox-local/DVN.json +14 -14
- package/deployments/tron-sandbox-local/DVNDecompressor.json +10 -10
- package/deployments/tron-sandbox-local/DVNFeeLib.json +8 -8
- package/deployments/tron-sandbox-local/PriceFeed.json +27 -27
- package/deployments/tron-sandbox-local/PriceFeedProxyAdmin.json +11 -11
- package/deployments/tron-sandbox-local/PriceFeed_Implementation.json +5 -5
- package/deployments/tron-sandbox-local/PriceFeed_Proxy.json +26 -26
- package/deployments/zksyncsep-testnet/DVN.json +58 -42
- package/deployments/zksyncsep-testnet/DVNFeeLib.json +36 -73
- package/deployments/zksyncsep-testnet/DeadDVN.json +19 -19
- package/deployments/zksyncsep-testnet/EndpointV2.json +77 -153
- package/deployments/zksyncsep-testnet/EndpointV2View.json +47 -81
- package/deployments/zksyncsep-testnet/EndpointV2View_Implementation.json +20 -20
- package/deployments/zksyncsep-testnet/EndpointV2View_Proxy.json +44 -81
- package/deployments/zksyncsep-testnet/Executor.json +1726 -0
- package/deployments/zksyncsep-testnet/ExecutorFeeLib.json +53 -75
- package/deployments/zksyncsep-testnet/ExecutorProxyAdmin.json +33 -30
- package/deployments/zksyncsep-testnet/Executor_Implementation.json +1773 -0
- package/deployments/zksyncsep-testnet/Executor_Proxy.json +443 -0
- package/deployments/zksyncsep-testnet/LzExecutor.json +847 -0
- package/deployments/zksyncsep-testnet/LzExecutor_Implementation.json +757 -0
- package/deployments/zksyncsep-testnet/LzExecutor_Proxy.json +337 -0
- package/deployments/zksyncsep-testnet/ReceiveUln301.json +63 -100
- package/deployments/zksyncsep-testnet/ReceiveUln301View.json +46 -38
- package/deployments/zksyncsep-testnet/ReceiveUln301View_Implementation.json +20 -20
- package/deployments/zksyncsep-testnet/ReceiveUln301View_Proxy.json +41 -38
- package/deployments/zksyncsep-testnet/ReceiveUln302.json +1059 -0
- package/deployments/zksyncsep-testnet/ReceiveUln302View.json +568 -0
- package/deployments/zksyncsep-testnet/ReceiveUln302View_Implementation.json +438 -0
- package/deployments/zksyncsep-testnet/ReceiveUln302View_Proxy.json +323 -0
- package/deployments/zksyncsep-testnet/SendUln301.json +64 -101
- package/deployments/zksyncsep-testnet/SendUln302.json +1580 -0
- package/deployments/zksyncsep-testnet/Treasury.json +39 -76
- package/deployments/zksyncsep-testnet/TreasuryFeeHandler.json +26 -63
- package/package.json +9 -9
|
@@ -0,0 +1,847 @@
|
|
|
1
|
+
{
|
|
2
|
+
"address": "0x07246FE876b4d283CA0Ca06A4144d6e160aCC739",
|
|
3
|
+
"abi": [
|
|
4
|
+
{
|
|
5
|
+
"inputs": [],
|
|
6
|
+
"name": "AdminAccessDenied",
|
|
7
|
+
"type": "error"
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"anonymous": false,
|
|
11
|
+
"inputs": [
|
|
12
|
+
{
|
|
13
|
+
"indexed": false,
|
|
14
|
+
"internalType": "address",
|
|
15
|
+
"name": "previousAdmin",
|
|
16
|
+
"type": "address"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"indexed": false,
|
|
20
|
+
"internalType": "address",
|
|
21
|
+
"name": "newAdmin",
|
|
22
|
+
"type": "address"
|
|
23
|
+
}
|
|
24
|
+
],
|
|
25
|
+
"name": "AdminChanged",
|
|
26
|
+
"type": "event"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"anonymous": false,
|
|
30
|
+
"inputs": [
|
|
31
|
+
{
|
|
32
|
+
"indexed": true,
|
|
33
|
+
"internalType": "address",
|
|
34
|
+
"name": "beacon",
|
|
35
|
+
"type": "address"
|
|
36
|
+
}
|
|
37
|
+
],
|
|
38
|
+
"name": "BeaconUpgraded",
|
|
39
|
+
"type": "event"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"anonymous": false,
|
|
43
|
+
"inputs": [
|
|
44
|
+
{
|
|
45
|
+
"indexed": true,
|
|
46
|
+
"internalType": "address",
|
|
47
|
+
"name": "implementation",
|
|
48
|
+
"type": "address"
|
|
49
|
+
}
|
|
50
|
+
],
|
|
51
|
+
"name": "Upgraded",
|
|
52
|
+
"type": "event"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"stateMutability": "payable",
|
|
56
|
+
"type": "fallback"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"inputs": [],
|
|
60
|
+
"name": "admin",
|
|
61
|
+
"outputs": [
|
|
62
|
+
{
|
|
63
|
+
"internalType": "address",
|
|
64
|
+
"name": "admin_",
|
|
65
|
+
"type": "address"
|
|
66
|
+
}
|
|
67
|
+
],
|
|
68
|
+
"stateMutability": "nonpayable",
|
|
69
|
+
"type": "function"
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"inputs": [
|
|
73
|
+
{
|
|
74
|
+
"internalType": "address",
|
|
75
|
+
"name": "newAdmin",
|
|
76
|
+
"type": "address"
|
|
77
|
+
}
|
|
78
|
+
],
|
|
79
|
+
"name": "changeAdmin",
|
|
80
|
+
"outputs": [],
|
|
81
|
+
"stateMutability": "nonpayable",
|
|
82
|
+
"type": "function"
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"inputs": [],
|
|
86
|
+
"name": "implementation",
|
|
87
|
+
"outputs": [
|
|
88
|
+
{
|
|
89
|
+
"internalType": "address",
|
|
90
|
+
"name": "implementation_",
|
|
91
|
+
"type": "address"
|
|
92
|
+
}
|
|
93
|
+
],
|
|
94
|
+
"stateMutability": "nonpayable",
|
|
95
|
+
"type": "function"
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"inputs": [
|
|
99
|
+
{
|
|
100
|
+
"internalType": "address",
|
|
101
|
+
"name": "newImplementation",
|
|
102
|
+
"type": "address"
|
|
103
|
+
}
|
|
104
|
+
],
|
|
105
|
+
"name": "upgradeTo",
|
|
106
|
+
"outputs": [],
|
|
107
|
+
"stateMutability": "nonpayable",
|
|
108
|
+
"type": "function"
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"inputs": [
|
|
112
|
+
{
|
|
113
|
+
"internalType": "address",
|
|
114
|
+
"name": "newImplementation",
|
|
115
|
+
"type": "address"
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"internalType": "bytes",
|
|
119
|
+
"name": "data",
|
|
120
|
+
"type": "bytes"
|
|
121
|
+
}
|
|
122
|
+
],
|
|
123
|
+
"name": "upgradeToAndCall",
|
|
124
|
+
"outputs": [],
|
|
125
|
+
"stateMutability": "payable",
|
|
126
|
+
"type": "function"
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"stateMutability": "payable",
|
|
130
|
+
"type": "receive"
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"inputs": [],
|
|
134
|
+
"name": "LzExecutor_Executed",
|
|
135
|
+
"type": "error"
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"inputs": [],
|
|
139
|
+
"name": "LzExecutor_ReceiveLibViewNotSet",
|
|
140
|
+
"type": "error"
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"inputs": [],
|
|
144
|
+
"name": "LzExecutor_Verifying",
|
|
145
|
+
"type": "error"
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"inputs": [
|
|
149
|
+
{
|
|
150
|
+
"internalType": "address",
|
|
151
|
+
"name": "_to",
|
|
152
|
+
"type": "address"
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"internalType": "uint256",
|
|
156
|
+
"name": "_value",
|
|
157
|
+
"type": "uint256"
|
|
158
|
+
}
|
|
159
|
+
],
|
|
160
|
+
"name": "Transfer_NativeFailed",
|
|
161
|
+
"type": "error"
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
"inputs": [],
|
|
165
|
+
"name": "Transfer_ToAddressIsZero",
|
|
166
|
+
"type": "error"
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
"anonymous": false,
|
|
170
|
+
"inputs": [
|
|
171
|
+
{
|
|
172
|
+
"indexed": false,
|
|
173
|
+
"internalType": "uint8",
|
|
174
|
+
"name": "version",
|
|
175
|
+
"type": "uint8"
|
|
176
|
+
}
|
|
177
|
+
],
|
|
178
|
+
"name": "Initialized",
|
|
179
|
+
"type": "event"
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
"anonymous": false,
|
|
183
|
+
"inputs": [
|
|
184
|
+
{
|
|
185
|
+
"indexed": false,
|
|
186
|
+
"internalType": "address",
|
|
187
|
+
"name": "_to",
|
|
188
|
+
"type": "address"
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"indexed": false,
|
|
192
|
+
"internalType": "uint256",
|
|
193
|
+
"name": "_amount",
|
|
194
|
+
"type": "uint256"
|
|
195
|
+
}
|
|
196
|
+
],
|
|
197
|
+
"name": "NativeWithdrawn",
|
|
198
|
+
"type": "event"
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"anonymous": false,
|
|
202
|
+
"inputs": [
|
|
203
|
+
{
|
|
204
|
+
"indexed": true,
|
|
205
|
+
"internalType": "address",
|
|
206
|
+
"name": "previousOwner",
|
|
207
|
+
"type": "address"
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"indexed": true,
|
|
211
|
+
"internalType": "address",
|
|
212
|
+
"name": "newOwner",
|
|
213
|
+
"type": "address"
|
|
214
|
+
}
|
|
215
|
+
],
|
|
216
|
+
"name": "OwnershipTransferred",
|
|
217
|
+
"type": "event"
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"anonymous": false,
|
|
221
|
+
"inputs": [
|
|
222
|
+
{
|
|
223
|
+
"indexed": false,
|
|
224
|
+
"internalType": "address",
|
|
225
|
+
"name": "_receiveLib",
|
|
226
|
+
"type": "address"
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
"indexed": false,
|
|
230
|
+
"internalType": "address",
|
|
231
|
+
"name": "_receiveLibView",
|
|
232
|
+
"type": "address"
|
|
233
|
+
}
|
|
234
|
+
],
|
|
235
|
+
"name": "ReceiveLibViewSet",
|
|
236
|
+
"type": "event"
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
"inputs": [],
|
|
240
|
+
"name": "EMPTY_PAYLOAD_HASH",
|
|
241
|
+
"outputs": [
|
|
242
|
+
{
|
|
243
|
+
"internalType": "bytes32",
|
|
244
|
+
"name": "",
|
|
245
|
+
"type": "bytes32"
|
|
246
|
+
}
|
|
247
|
+
],
|
|
248
|
+
"stateMutability": "view",
|
|
249
|
+
"type": "function"
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
"inputs": [],
|
|
253
|
+
"name": "NIL_PAYLOAD_HASH",
|
|
254
|
+
"outputs": [
|
|
255
|
+
{
|
|
256
|
+
"internalType": "bytes32",
|
|
257
|
+
"name": "",
|
|
258
|
+
"type": "bytes32"
|
|
259
|
+
}
|
|
260
|
+
],
|
|
261
|
+
"stateMutability": "view",
|
|
262
|
+
"type": "function"
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
"inputs": [
|
|
266
|
+
{
|
|
267
|
+
"internalType": "address",
|
|
268
|
+
"name": "_receiveLib",
|
|
269
|
+
"type": "address"
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
"components": [
|
|
273
|
+
{
|
|
274
|
+
"components": [
|
|
275
|
+
{
|
|
276
|
+
"internalType": "uint32",
|
|
277
|
+
"name": "srcEid",
|
|
278
|
+
"type": "uint32"
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
"internalType": "bytes32",
|
|
282
|
+
"name": "sender",
|
|
283
|
+
"type": "bytes32"
|
|
284
|
+
},
|
|
285
|
+
{
|
|
286
|
+
"internalType": "uint64",
|
|
287
|
+
"name": "nonce",
|
|
288
|
+
"type": "uint64"
|
|
289
|
+
}
|
|
290
|
+
],
|
|
291
|
+
"internalType": "struct Origin",
|
|
292
|
+
"name": "origin",
|
|
293
|
+
"type": "tuple"
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
"internalType": "address",
|
|
297
|
+
"name": "receiver",
|
|
298
|
+
"type": "address"
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
"internalType": "bytes32",
|
|
302
|
+
"name": "guid",
|
|
303
|
+
"type": "bytes32"
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
"internalType": "bytes",
|
|
307
|
+
"name": "message",
|
|
308
|
+
"type": "bytes"
|
|
309
|
+
},
|
|
310
|
+
{
|
|
311
|
+
"internalType": "bytes",
|
|
312
|
+
"name": "extraData",
|
|
313
|
+
"type": "bytes"
|
|
314
|
+
},
|
|
315
|
+
{
|
|
316
|
+
"internalType": "uint256",
|
|
317
|
+
"name": "gas",
|
|
318
|
+
"type": "uint256"
|
|
319
|
+
},
|
|
320
|
+
{
|
|
321
|
+
"internalType": "uint256",
|
|
322
|
+
"name": "value",
|
|
323
|
+
"type": "uint256"
|
|
324
|
+
}
|
|
325
|
+
],
|
|
326
|
+
"internalType": "struct LzReceiveParam",
|
|
327
|
+
"name": "_lzReceiveParam",
|
|
328
|
+
"type": "tuple"
|
|
329
|
+
},
|
|
330
|
+
{
|
|
331
|
+
"components": [
|
|
332
|
+
{
|
|
333
|
+
"internalType": "address",
|
|
334
|
+
"name": "_receiver",
|
|
335
|
+
"type": "address"
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
"internalType": "uint256",
|
|
339
|
+
"name": "_amount",
|
|
340
|
+
"type": "uint256"
|
|
341
|
+
}
|
|
342
|
+
],
|
|
343
|
+
"internalType": "struct NativeDropParam[]",
|
|
344
|
+
"name": "_nativeDropParams",
|
|
345
|
+
"type": "tuple[]"
|
|
346
|
+
}
|
|
347
|
+
],
|
|
348
|
+
"name": "commitAndExecute",
|
|
349
|
+
"outputs": [],
|
|
350
|
+
"stateMutability": "payable",
|
|
351
|
+
"type": "function"
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
"inputs": [],
|
|
355
|
+
"name": "endpoint",
|
|
356
|
+
"outputs": [
|
|
357
|
+
{
|
|
358
|
+
"internalType": "contract ILayerZeroEndpointV2",
|
|
359
|
+
"name": "",
|
|
360
|
+
"type": "address"
|
|
361
|
+
}
|
|
362
|
+
],
|
|
363
|
+
"stateMutability": "view",
|
|
364
|
+
"type": "function"
|
|
365
|
+
},
|
|
366
|
+
{
|
|
367
|
+
"inputs": [
|
|
368
|
+
{
|
|
369
|
+
"components": [
|
|
370
|
+
{
|
|
371
|
+
"internalType": "uint32",
|
|
372
|
+
"name": "srcEid",
|
|
373
|
+
"type": "uint32"
|
|
374
|
+
},
|
|
375
|
+
{
|
|
376
|
+
"internalType": "bytes32",
|
|
377
|
+
"name": "sender",
|
|
378
|
+
"type": "bytes32"
|
|
379
|
+
},
|
|
380
|
+
{
|
|
381
|
+
"internalType": "uint64",
|
|
382
|
+
"name": "nonce",
|
|
383
|
+
"type": "uint64"
|
|
384
|
+
}
|
|
385
|
+
],
|
|
386
|
+
"internalType": "struct Origin",
|
|
387
|
+
"name": "_origin",
|
|
388
|
+
"type": "tuple"
|
|
389
|
+
},
|
|
390
|
+
{
|
|
391
|
+
"internalType": "address",
|
|
392
|
+
"name": "_receiver",
|
|
393
|
+
"type": "address"
|
|
394
|
+
}
|
|
395
|
+
],
|
|
396
|
+
"name": "executable",
|
|
397
|
+
"outputs": [
|
|
398
|
+
{
|
|
399
|
+
"internalType": "enum ExecutionState",
|
|
400
|
+
"name": "",
|
|
401
|
+
"type": "uint8"
|
|
402
|
+
}
|
|
403
|
+
],
|
|
404
|
+
"stateMutability": "view",
|
|
405
|
+
"type": "function"
|
|
406
|
+
},
|
|
407
|
+
{
|
|
408
|
+
"inputs": [
|
|
409
|
+
{
|
|
410
|
+
"components": [
|
|
411
|
+
{
|
|
412
|
+
"internalType": "uint32",
|
|
413
|
+
"name": "srcEid",
|
|
414
|
+
"type": "uint32"
|
|
415
|
+
},
|
|
416
|
+
{
|
|
417
|
+
"internalType": "bytes32",
|
|
418
|
+
"name": "sender",
|
|
419
|
+
"type": "bytes32"
|
|
420
|
+
},
|
|
421
|
+
{
|
|
422
|
+
"internalType": "uint64",
|
|
423
|
+
"name": "nonce",
|
|
424
|
+
"type": "uint64"
|
|
425
|
+
}
|
|
426
|
+
],
|
|
427
|
+
"internalType": "struct Origin",
|
|
428
|
+
"name": "_origin",
|
|
429
|
+
"type": "tuple"
|
|
430
|
+
},
|
|
431
|
+
{
|
|
432
|
+
"internalType": "address",
|
|
433
|
+
"name": "_receiver",
|
|
434
|
+
"type": "address"
|
|
435
|
+
}
|
|
436
|
+
],
|
|
437
|
+
"name": "initializable",
|
|
438
|
+
"outputs": [
|
|
439
|
+
{
|
|
440
|
+
"internalType": "bool",
|
|
441
|
+
"name": "",
|
|
442
|
+
"type": "bool"
|
|
443
|
+
}
|
|
444
|
+
],
|
|
445
|
+
"stateMutability": "view",
|
|
446
|
+
"type": "function"
|
|
447
|
+
},
|
|
448
|
+
{
|
|
449
|
+
"inputs": [
|
|
450
|
+
{
|
|
451
|
+
"internalType": "address",
|
|
452
|
+
"name": "_receiveUln302",
|
|
453
|
+
"type": "address"
|
|
454
|
+
},
|
|
455
|
+
{
|
|
456
|
+
"internalType": "address",
|
|
457
|
+
"name": "_receiveUln302View",
|
|
458
|
+
"type": "address"
|
|
459
|
+
},
|
|
460
|
+
{
|
|
461
|
+
"internalType": "address",
|
|
462
|
+
"name": "_endpoint",
|
|
463
|
+
"type": "address"
|
|
464
|
+
}
|
|
465
|
+
],
|
|
466
|
+
"name": "initialize",
|
|
467
|
+
"outputs": [],
|
|
468
|
+
"stateMutability": "nonpayable",
|
|
469
|
+
"type": "function"
|
|
470
|
+
},
|
|
471
|
+
{
|
|
472
|
+
"inputs": [],
|
|
473
|
+
"name": "localEid",
|
|
474
|
+
"outputs": [
|
|
475
|
+
{
|
|
476
|
+
"internalType": "uint32",
|
|
477
|
+
"name": "",
|
|
478
|
+
"type": "uint32"
|
|
479
|
+
}
|
|
480
|
+
],
|
|
481
|
+
"stateMutability": "view",
|
|
482
|
+
"type": "function"
|
|
483
|
+
},
|
|
484
|
+
{
|
|
485
|
+
"inputs": [],
|
|
486
|
+
"name": "owner",
|
|
487
|
+
"outputs": [
|
|
488
|
+
{
|
|
489
|
+
"internalType": "address",
|
|
490
|
+
"name": "",
|
|
491
|
+
"type": "address"
|
|
492
|
+
}
|
|
493
|
+
],
|
|
494
|
+
"stateMutability": "view",
|
|
495
|
+
"type": "function"
|
|
496
|
+
},
|
|
497
|
+
{
|
|
498
|
+
"inputs": [
|
|
499
|
+
{
|
|
500
|
+
"internalType": "address",
|
|
501
|
+
"name": "receiveLib",
|
|
502
|
+
"type": "address"
|
|
503
|
+
}
|
|
504
|
+
],
|
|
505
|
+
"name": "receiveLibToView",
|
|
506
|
+
"outputs": [
|
|
507
|
+
{
|
|
508
|
+
"internalType": "address",
|
|
509
|
+
"name": "receiveLibView",
|
|
510
|
+
"type": "address"
|
|
511
|
+
}
|
|
512
|
+
],
|
|
513
|
+
"stateMutability": "view",
|
|
514
|
+
"type": "function"
|
|
515
|
+
},
|
|
516
|
+
{
|
|
517
|
+
"inputs": [],
|
|
518
|
+
"name": "receiveUln302",
|
|
519
|
+
"outputs": [
|
|
520
|
+
{
|
|
521
|
+
"internalType": "address",
|
|
522
|
+
"name": "",
|
|
523
|
+
"type": "address"
|
|
524
|
+
}
|
|
525
|
+
],
|
|
526
|
+
"stateMutability": "view",
|
|
527
|
+
"type": "function"
|
|
528
|
+
},
|
|
529
|
+
{
|
|
530
|
+
"inputs": [],
|
|
531
|
+
"name": "renounceOwnership",
|
|
532
|
+
"outputs": [],
|
|
533
|
+
"stateMutability": "nonpayable",
|
|
534
|
+
"type": "function"
|
|
535
|
+
},
|
|
536
|
+
{
|
|
537
|
+
"inputs": [
|
|
538
|
+
{
|
|
539
|
+
"internalType": "address",
|
|
540
|
+
"name": "_receiveLib",
|
|
541
|
+
"type": "address"
|
|
542
|
+
},
|
|
543
|
+
{
|
|
544
|
+
"internalType": "address",
|
|
545
|
+
"name": "_receiveLibView",
|
|
546
|
+
"type": "address"
|
|
547
|
+
}
|
|
548
|
+
],
|
|
549
|
+
"name": "setReceiveLibView",
|
|
550
|
+
"outputs": [],
|
|
551
|
+
"stateMutability": "nonpayable",
|
|
552
|
+
"type": "function"
|
|
553
|
+
},
|
|
554
|
+
{
|
|
555
|
+
"inputs": [
|
|
556
|
+
{
|
|
557
|
+
"internalType": "address",
|
|
558
|
+
"name": "newOwner",
|
|
559
|
+
"type": "address"
|
|
560
|
+
}
|
|
561
|
+
],
|
|
562
|
+
"name": "transferOwnership",
|
|
563
|
+
"outputs": [],
|
|
564
|
+
"stateMutability": "nonpayable",
|
|
565
|
+
"type": "function"
|
|
566
|
+
},
|
|
567
|
+
{
|
|
568
|
+
"inputs": [
|
|
569
|
+
{
|
|
570
|
+
"components": [
|
|
571
|
+
{
|
|
572
|
+
"internalType": "uint32",
|
|
573
|
+
"name": "srcEid",
|
|
574
|
+
"type": "uint32"
|
|
575
|
+
},
|
|
576
|
+
{
|
|
577
|
+
"internalType": "bytes32",
|
|
578
|
+
"name": "sender",
|
|
579
|
+
"type": "bytes32"
|
|
580
|
+
},
|
|
581
|
+
{
|
|
582
|
+
"internalType": "uint64",
|
|
583
|
+
"name": "nonce",
|
|
584
|
+
"type": "uint64"
|
|
585
|
+
}
|
|
586
|
+
],
|
|
587
|
+
"internalType": "struct Origin",
|
|
588
|
+
"name": "_origin",
|
|
589
|
+
"type": "tuple"
|
|
590
|
+
},
|
|
591
|
+
{
|
|
592
|
+
"internalType": "address",
|
|
593
|
+
"name": "_receiver",
|
|
594
|
+
"type": "address"
|
|
595
|
+
},
|
|
596
|
+
{
|
|
597
|
+
"internalType": "address",
|
|
598
|
+
"name": "_receiveLib",
|
|
599
|
+
"type": "address"
|
|
600
|
+
},
|
|
601
|
+
{
|
|
602
|
+
"internalType": "bytes32",
|
|
603
|
+
"name": "_payloadHash",
|
|
604
|
+
"type": "bytes32"
|
|
605
|
+
}
|
|
606
|
+
],
|
|
607
|
+
"name": "verifiable",
|
|
608
|
+
"outputs": [
|
|
609
|
+
{
|
|
610
|
+
"internalType": "bool",
|
|
611
|
+
"name": "",
|
|
612
|
+
"type": "bool"
|
|
613
|
+
}
|
|
614
|
+
],
|
|
615
|
+
"stateMutability": "view",
|
|
616
|
+
"type": "function"
|
|
617
|
+
},
|
|
618
|
+
{
|
|
619
|
+
"inputs": [
|
|
620
|
+
{
|
|
621
|
+
"internalType": "address",
|
|
622
|
+
"name": "_to",
|
|
623
|
+
"type": "address"
|
|
624
|
+
},
|
|
625
|
+
{
|
|
626
|
+
"internalType": "uint256",
|
|
627
|
+
"name": "_amount",
|
|
628
|
+
"type": "uint256"
|
|
629
|
+
}
|
|
630
|
+
],
|
|
631
|
+
"name": "withdrawNative",
|
|
632
|
+
"outputs": [],
|
|
633
|
+
"stateMutability": "nonpayable",
|
|
634
|
+
"type": "function"
|
|
635
|
+
},
|
|
636
|
+
{
|
|
637
|
+
"inputs": [
|
|
638
|
+
{
|
|
639
|
+
"internalType": "address",
|
|
640
|
+
"name": "_logic",
|
|
641
|
+
"type": "address"
|
|
642
|
+
},
|
|
643
|
+
{
|
|
644
|
+
"internalType": "address",
|
|
645
|
+
"name": "admin_",
|
|
646
|
+
"type": "address"
|
|
647
|
+
},
|
|
648
|
+
{
|
|
649
|
+
"internalType": "bytes",
|
|
650
|
+
"name": "_data",
|
|
651
|
+
"type": "bytes"
|
|
652
|
+
}
|
|
653
|
+
],
|
|
654
|
+
"stateMutability": "payable",
|
|
655
|
+
"type": "constructor"
|
|
656
|
+
}
|
|
657
|
+
],
|
|
658
|
+
"transactionHash": "0xca804b3d30af2f535376b7c30c16b1375f9c6a0b03ff976572c8a3c01cc8b17e",
|
|
659
|
+
"receipt": {
|
|
660
|
+
"to": "0x0000000000000000000000000000000000008006",
|
|
661
|
+
"from": "0xc13b65f7c53Cd6db2EA205a4b574b4a0858720A6",
|
|
662
|
+
"contractAddress": "0x07246FE876b4d283CA0Ca06A4144d6e160aCC739",
|
|
663
|
+
"transactionIndex": 0,
|
|
664
|
+
"gasUsed": "1149456",
|
|
665
|
+
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
666
|
+
"blockHash": "0xa5b06690824ad4c23635e7594802b514e7548f204c82dc5262caaedcacade330",
|
|
667
|
+
"transactionHash": "0xca804b3d30af2f535376b7c30c16b1375f9c6a0b03ff976572c8a3c01cc8b17e",
|
|
668
|
+
"logs": [
|
|
669
|
+
{
|
|
670
|
+
"transactionIndex": 0,
|
|
671
|
+
"blockNumber": 3447532,
|
|
672
|
+
"transactionHash": "0xca804b3d30af2f535376b7c30c16b1375f9c6a0b03ff976572c8a3c01cc8b17e",
|
|
673
|
+
"address": "0x000000000000000000000000000000000000800A",
|
|
674
|
+
"topics": [
|
|
675
|
+
"0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
|
|
676
|
+
"0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6",
|
|
677
|
+
"0x0000000000000000000000000000000000000000000000000000000000008001"
|
|
678
|
+
],
|
|
679
|
+
"data": "0x00000000000000000000000000000000000000000000000000003a0b4f54aa80",
|
|
680
|
+
"logIndex": 0,
|
|
681
|
+
"blockHash": "0xa5b06690824ad4c23635e7594802b514e7548f204c82dc5262caaedcacade330"
|
|
682
|
+
},
|
|
683
|
+
{
|
|
684
|
+
"transactionIndex": 0,
|
|
685
|
+
"blockNumber": 3447532,
|
|
686
|
+
"transactionHash": "0xca804b3d30af2f535376b7c30c16b1375f9c6a0b03ff976572c8a3c01cc8b17e",
|
|
687
|
+
"address": "0x07246FE876b4d283CA0Ca06A4144d6e160aCC739",
|
|
688
|
+
"topics": [
|
|
689
|
+
"0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b",
|
|
690
|
+
"0x000000000000000000000000e3d24d8a80cbe008eb6f5c53fb1d89279eb07698"
|
|
691
|
+
],
|
|
692
|
+
"data": "0x",
|
|
693
|
+
"logIndex": 1,
|
|
694
|
+
"blockHash": "0xa5b06690824ad4c23635e7594802b514e7548f204c82dc5262caaedcacade330"
|
|
695
|
+
},
|
|
696
|
+
{
|
|
697
|
+
"transactionIndex": 0,
|
|
698
|
+
"blockNumber": 3447532,
|
|
699
|
+
"transactionHash": "0xca804b3d30af2f535376b7c30c16b1375f9c6a0b03ff976572c8a3c01cc8b17e",
|
|
700
|
+
"address": "0x07246FE876b4d283CA0Ca06A4144d6e160aCC739",
|
|
701
|
+
"topics": [
|
|
702
|
+
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
|
|
703
|
+
"0x0000000000000000000000000000000000000000000000000000000000000000",
|
|
704
|
+
"0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6"
|
|
705
|
+
],
|
|
706
|
+
"data": "0x",
|
|
707
|
+
"logIndex": 2,
|
|
708
|
+
"blockHash": "0xa5b06690824ad4c23635e7594802b514e7548f204c82dc5262caaedcacade330"
|
|
709
|
+
},
|
|
710
|
+
{
|
|
711
|
+
"transactionIndex": 0,
|
|
712
|
+
"blockNumber": 3447532,
|
|
713
|
+
"transactionHash": "0xca804b3d30af2f535376b7c30c16b1375f9c6a0b03ff976572c8a3c01cc8b17e",
|
|
714
|
+
"address": "0x07246FE876b4d283CA0Ca06A4144d6e160aCC739",
|
|
715
|
+
"topics": [
|
|
716
|
+
"0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"
|
|
717
|
+
],
|
|
718
|
+
"data": "0x0000000000000000000000000000000000000000000000000000000000000001",
|
|
719
|
+
"logIndex": 3,
|
|
720
|
+
"blockHash": "0xa5b06690824ad4c23635e7594802b514e7548f204c82dc5262caaedcacade330"
|
|
721
|
+
},
|
|
722
|
+
{
|
|
723
|
+
"transactionIndex": 0,
|
|
724
|
+
"blockNumber": 3447532,
|
|
725
|
+
"transactionHash": "0xca804b3d30af2f535376b7c30c16b1375f9c6a0b03ff976572c8a3c01cc8b17e",
|
|
726
|
+
"address": "0x07246FE876b4d283CA0Ca06A4144d6e160aCC739",
|
|
727
|
+
"topics": [
|
|
728
|
+
"0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"
|
|
729
|
+
],
|
|
730
|
+
"data": "0x000000000000000000000000ffffffffffffffffffffffffffffffffffffffff000000000000000000000000557ab96f00b9774e5c53550f738933e0e0e6ff6b",
|
|
731
|
+
"logIndex": 4,
|
|
732
|
+
"blockHash": "0xa5b06690824ad4c23635e7594802b514e7548f204c82dc5262caaedcacade330"
|
|
733
|
+
},
|
|
734
|
+
{
|
|
735
|
+
"transactionIndex": 0,
|
|
736
|
+
"blockNumber": 3447532,
|
|
737
|
+
"transactionHash": "0xca804b3d30af2f535376b7c30c16b1375f9c6a0b03ff976572c8a3c01cc8b17e",
|
|
738
|
+
"address": "0x0000000000000000000000000000000000008006",
|
|
739
|
+
"topics": [
|
|
740
|
+
"0x290afdae231a3fc0bbae8b1af63698b0a1d79b21ad17df0342dfb952fe74f8e5",
|
|
741
|
+
"0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6",
|
|
742
|
+
"0x010001cb4d029fc0a8afab17438e8a1e2c15d6d6e8722391e093d82e41cfe019",
|
|
743
|
+
"0x00000000000000000000000007246fe876b4d283ca0ca06a4144d6e160acc739"
|
|
744
|
+
],
|
|
745
|
+
"data": "0x",
|
|
746
|
+
"logIndex": 5,
|
|
747
|
+
"blockHash": "0xa5b06690824ad4c23635e7594802b514e7548f204c82dc5262caaedcacade330"
|
|
748
|
+
},
|
|
749
|
+
{
|
|
750
|
+
"transactionIndex": 0,
|
|
751
|
+
"blockNumber": 3447532,
|
|
752
|
+
"transactionHash": "0xca804b3d30af2f535376b7c30c16b1375f9c6a0b03ff976572c8a3c01cc8b17e",
|
|
753
|
+
"address": "0x000000000000000000000000000000000000800A",
|
|
754
|
+
"topics": [
|
|
755
|
+
"0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
|
|
756
|
+
"0x0000000000000000000000000000000000000000000000000000000000008001",
|
|
757
|
+
"0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6"
|
|
758
|
+
],
|
|
759
|
+
"data": "0x00000000000000000000000000000000000000000000000000001fe8986aa680",
|
|
760
|
+
"logIndex": 6,
|
|
761
|
+
"blockHash": "0xa5b06690824ad4c23635e7594802b514e7548f204c82dc5262caaedcacade330"
|
|
762
|
+
}
|
|
763
|
+
],
|
|
764
|
+
"blockNumber": 3447532,
|
|
765
|
+
"cumulativeGasUsed": "0",
|
|
766
|
+
"status": 1,
|
|
767
|
+
"byzantium": true
|
|
768
|
+
},
|
|
769
|
+
"args": [
|
|
770
|
+
"0xE3D24D8A80cBE008Eb6F5C53fB1d89279Eb07698",
|
|
771
|
+
"0x557ab96f00b9774E5C53550F738933E0E0E6Ff6b",
|
|
772
|
+
"0xc0c53b8b0000000000000000000000005c123db6f87cc0d7e320c5cc9eaafd336b5f6ef30000000000000000000000008178b6b08bc984fec8f1c906391e05cf1a3e8827000000000000000000000000e2ef622a13e71d9dd2bbd12cd4b27e1516fa8a09"
|
|
773
|
+
],
|
|
774
|
+
"numDeployments": 1,
|
|
775
|
+
"solcInputHash": "28e6042c0319d31ab1cdfce2a181db01",
|
|
776
|
+
"metadata": {
|
|
777
|
+
"optimizer_settings": "M3B3",
|
|
778
|
+
"solc_metadata": "{\"compiler\":{\"version\":\"0.8.22+commit.4fc1097e\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"address\",\"name\":\"_logic\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"admin_\",\"type\":\"address\"},{\"internalType\":\"bytes\",\"name\":\"_data\",\"type\":\"bytes\"}],\"stateMutability\":\"payable\",\"type\":\"constructor\"},{\"inputs\":[],\"name\":\"AdminAccessDenied\",\"type\":\"error\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"previousAdmin\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"newAdmin\",\"type\":\"address\"}],\"name\":\"AdminChanged\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"beacon\",\"type\":\"address\"}],\"name\":\"BeaconUpgraded\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"implementation\",\"type\":\"address\"}],\"name\":\"Upgraded\",\"type\":\"event\"},{\"stateMutability\":\"payable\",\"type\":\"fallback\"},{\"inputs\":[],\"name\":\"admin\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"admin_\",\"type\":\"address\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newAdmin\",\"type\":\"address\"}],\"name\":\"changeAdmin\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"implementation\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"implementation_\",\"type\":\"address\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newImplementation\",\"type\":\"address\"}],\"name\":\"upgradeTo\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newImplementation\",\"type\":\"address\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"upgradeToAndCall\",\"outputs\":[],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"stateMutability\":\"payable\",\"type\":\"receive\"}],\"devdoc\":{\"author\":\"OpenZeppelin. Modified from https://github.com/OpenZeppelin/openzeppelin-contracts/blob/release-v4.4/contracts/proxy/transparent/TransparentUpgradeableProxy.sol to support custom errors.\",\"details\":\"This contract implements a proxy that is upgradeable by an admin. To avoid https://medium.com/nomic-labs-blog/malicious-backdoors-in-ethereum-proxies-62629adf3357[proxy selector clashing], which can potentially be used in an attack, this contract uses the https://blog.openzeppelin.com/the-transparent-proxy-pattern/[transparent proxy pattern]. This pattern implies two things that go hand in hand: 1. If any account other than the admin calls the proxy, the call will be forwarded to the implementation, even if that call matches one of the admin functions exposed by the proxy itself. 2. If the admin calls the proxy, it can access the admin functions, but its calls will never be forwarded to the implementation. If the admin tries to call a function on the implementation it will fail with an error indicating the proxy admin cannot fallback to the target implementation. These properties mean that the admin account can only be used for admin actions like upgrading the proxy or changing the admin, so it's best if it's a dedicated account that is not used for anything else. This will avoid headaches due to sudden errors when trying to call a function from the proxy implementation. Our recommendation is for the dedicated account to be an instance of the {ProxyAdmin} contract. If set up this way, you should think of the `ProxyAdmin` instance as the real administrative interface of your proxy.\",\"errors\":{\"AdminAccessDenied()\":[{\"details\":\"The proxy caller is the current admin, and can't fallback to the proxy target.\"}]},\"events\":{\"AdminChanged(address,address)\":{\"details\":\"Emitted when the admin account has changed.\"},\"BeaconUpgraded(address)\":{\"details\":\"Emitted when the beacon is changed.\"},\"Upgraded(address)\":{\"details\":\"Emitted when the implementation is upgraded.\"}},\"kind\":\"dev\",\"methods\":{\"admin()\":{\"details\":\"Returns the current admin. NOTE: Only the admin can call this function. See {ProxyAdmin-getProxyAdmin}. TIP: To get this value clients can read directly from the storage slot shown below (specified by EIP1967) using the https://eth.wiki/json-rpc/API#eth_getstorageat[`eth_getStorageAt`] RPC call. `0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103`\"},\"changeAdmin(address)\":{\"details\":\"Changes the admin of the proxy. Emits an {AdminChanged} event. NOTE: Only the admin can call this function. See {ProxyAdmin-changeProxyAdmin}.\"},\"constructor\":{\"details\":\"Initializes an upgradeable proxy managed by `_admin`, backed by the implementation at `_logic`, and optionally initialized with `_data` as explained in {ERC1967Proxy-constructor}.\"},\"implementation()\":{\"details\":\"Returns the current implementation. NOTE: Only the admin can call this function. See {ProxyAdmin-getProxyImplementation}. TIP: To get this value clients can read directly from the storage slot shown below (specified by EIP1967) using the https://eth.wiki/json-rpc/API#eth_getstorageat[`eth_getStorageAt`] RPC call. `0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc`\"},\"upgradeTo(address)\":{\"details\":\"Upgrade the implementation of the proxy. NOTE: Only the admin can call this function. See {ProxyAdmin-upgrade}.\"},\"upgradeToAndCall(address,bytes)\":{\"details\":\"Upgrade the implementation of the proxy, and then call a function from the new implementation as specified by `data`, which should be an encoded function call. This is useful to initialize new storage variables in the proxied contract. NOTE: Only the admin can call this function. See {ProxyAdmin-upgradeAndCall}.\"}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"contracts/upgradeable/proxy/TransparentUpgradeableProxy.sol\":\"TransparentUpgradeableProxy\"},\"evmVersion\":\"shanghai\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"details\":{\"constantOptimizer\":false,\"cse\":false,\"deduplicate\":false,\"inliner\":false,\"jumpdestRemover\":false,\"orderLiterals\":false,\"peephole\":false,\"simpleCounterForLoopUncheckedIncrement\":true,\"yul\":true,\"yulDetails\":{\"optimizerSteps\":\"dhfoDgvulfnTUtnIf[xa[r]EscLMcCTUtTOntnfDIulLculVcul [j]Tpeulxa[rul]xa[r]cLgvifCTUca[r]LSsTFOtfDnca[r]Iulc]jmul[jul] VcTOcul jmul:fDnTOcmu\",\"stackAllocation\":true}},\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/interfaces/IERC1967.sol\":{\"keccak256\":\"0x3cbef5ebc24b415252e2f8c0c9254555d30d9f085603b4b80d9b5ed20ab87e90\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e8fa670c3bdce78e642cc6ae11c4cb38b133499cdce5e1990a9979d424703263\",\"dweb:/ipfs/QmVxeCUk4jL2pXQyhsoNJwyU874wRufS2WvGe8TgPKPqhE\"]},\"@openzeppelin/contracts/interfaces/draft-IERC1822.sol\":{\"keccak256\":\"0x1d4afe6cb24200cc4545eed814ecf5847277dfe5d613a1707aad5fceecebcfff\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://383fb7b8181016ac5ccf07bc9cdb7c1b5045ea36e2cc4df52bcbf20396fc7688\",\"dweb:/ipfs/QmYJ7Cg4WmE3rR8KGQxjUCXFfTH6TcwZ2Z1f6tPrq7jHFr\"]},\"@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.sol\":{\"keccak256\":\"0xa2b22da3032e50b55f95ec1d13336102d675f341167aa76db571ef7f8bb7975d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://96b6d77a20bebd4eb06b801d3d020c7e82be13bd535cb0d0a6b7181c51dab5d5\",\"dweb:/ipfs/QmPUR9Cv9jNFdQX6PtBfaBW1ZCnKwiu65R2VD5kbdanDyn\"]},\"@openzeppelin/contracts/proxy/ERC1967/ERC1967Upgrade.sol\":{\"keccak256\":\"0x3b21ae06bf5957f73fa16754b0669c77b7abd8ba6c072d35c3281d446fdb86c2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2db8e18505e86e02526847005d7287a33e397ed7fb9eaba3fd4a4a197add16e2\",\"dweb:/ipfs/QmW9BSuKTzHWHBNSHF4L8XfVuU1uJrP2vLg84YtBd8mL82\"]},\"@openzeppelin/contracts/proxy/Proxy.sol\":{\"keccak256\":\"0xc130fe33f1b2132158531a87734153293f6d07bc263ff4ac90e85da9c82c0e27\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://8831721b6f4cc26534d190f9f1631c3f59c9ff38efdd911f85e0882b8e360472\",\"dweb:/ipfs/QmQZnLErZNStirSQ13ZNWQgvEYUtGE5tXYwn4QUPaVUfPN\"]},\"@openzeppelin/contracts/proxy/beacon/IBeacon.sol\":{\"keccak256\":\"0xd50a3421ac379ccb1be435fa646d66a65c986b4924f0849839f08692f39dde61\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ada1e030c0231db8d143b44ce92b4d1158eedb087880cad6d8cc7bd7ebe7b354\",\"dweb:/ipfs/QmWZ2NHZweRpz1U9GF6R1h65ri76dnX7fNxLBeM2t5N5Ce\"]},\"@openzeppelin/contracts/utils/Address.sol\":{\"keccak256\":\"0x006dd67219697fe68d7fbfdea512e7c4cb64a43565ed86171d67e844982da6fa\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2455248c8ddd9cc6a7af76a13973cddf222072427e7b0e2a7d1aff345145e931\",\"dweb:/ipfs/QmfYjnjRbWqYpuxurqveE6HtzsY1Xx323J428AKQgtBJZm\"]},\"@openzeppelin/contracts/utils/StorageSlot.sol\":{\"keccak256\":\"0xf09e68aa0dc6722a25bc46490e8d48ed864466d17313b8a0b254c36b54e49899\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e26daf81e2252dc1fe1ce0e4b55c2eb7c6d1ee84ae6558d1a9554432ea1d32da\",\"dweb:/ipfs/Qmb1UANWiWq5pCKbmHSu772hd4nt374dVaghGmwSVNuk8Q\"]},\"contracts/upgradeable/proxy/TransparentUpgradeableProxy.sol\":{\"keccak256\":\"0x8d2621c6a74e8d1efc837c3a1685cc5653c8862114a72e0dedaef81fcfe594e0\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b4bf7f51685434dfefa4d95c5602dce082108a8a6661d129204ad5599a8f4c1f\",\"dweb:/ipfs/QmWU4WsZMZTjMu2rnnrGify7a5zHWghcLTxF6AbCGokMbH\"]}},\"version\":1}",
|
|
779
|
+
"solc_version": "0.8.22",
|
|
780
|
+
"solc_zkvm_edition": null,
|
|
781
|
+
"zk_version": "1.3.22"
|
|
782
|
+
},
|
|
783
|
+
"bytecode": "0x0002000000000002000800000000000200000000030100190000006003300270000001a00430019700010000004103550000008008000039000000400080043f0000000102200190000000210000c13d000000000341034f000000040240008c0000002a0000413d000000000201043b000000e002200270000001b50520009c000001000000a13d000001b60520009c000001cf0000613d000001b70520009c000001de0000613d000001b80220009c0000018b0000c13d0000000002000416000000000202004b000002150000c13d000001b102000041000000000202041a000001a4022001970000000005000411000000000525004b0000026d0000c13d000001db0000013d000001a102400041000001a20220009c000000530000213d000001c30100004100000000001004350000004101000039000000040010043f000001c4010000410000067e00010430000000000204004b0000018b0000c13d000001b101000041000000000101041a000001a4011001970000000002000411000000000112004b000001910000613d000001a901000041000000000201041a0000000001000414000001a402200197000000040420008c0000023f0000c13d00000000040000310000001f0240018f0000000501400272000000440000613d00000000050000190000000506500210000000000763034f000000000707043b00000000007604350000000105500039000000000615004b0000003d0000413d000000000502004b000002640000613d00000003022002100000000501100210000000000501043300000000052501cf000000000525022f000000000313034f000000000303043b0000010002200089000000000323022f00000000022301cf000000000252019f0000000000210435000002640000013d0000009f02400039000001a302200197000000400020043f0000001f0240018f0000000503400272000000620000613d00000000050000190000000506500210000000000761034f000000000707043b000000800660003900000000007604350000000105500039000000000635004b0000005a0000413d000000000502004b000000710000613d0000000503300210000000000131034f00000003022002100000008003300039000000000503043300000000052501cf000000000525022f000000000101043b0000010002200089000000000121022f00000000012101cf000000000151019f00000000001304350000005f0140008c000002150000a13d000000800900043d000001a40190009c000002150000213d000000a00700043d000001a40170009c000002150000213d000000c00200043d000001a50120009c000002150000213d0000001f01200039000001a603000041000000000541004b00000000050000190000000005038019000001a601100197000000000601004b0000000003008019000001a60110009c000000000305c019000000000103004b000002150000c13d00000080012000390000000001010433000001a50310009c000000240000213d0000003f03100039000000200a00008a0000000003a3016f000000400b00043d00000000033b00190000000005b3004b00000000050000190000000105004039000001a50630009c000000240000213d0000000105500190000000240000c13d0000008004400039000000400030043f00000000061b0436000000a0022000390000000003210019000000000343004b000002150000213d00060000000b001d00050000000a001d000700000007001d000300000008001d000000000301004b000000ad0000613d000000000300001900000000046300190000000005230019000000000505043300000000005404350000002003300039000000000413004b000000a60000413d000400000006001d00000000011600190000000000010435000001a7010000410000000000100439000800000009001d0000000400900443000001a0010000410000000002000414000001a00320009c0000000002018019000000c001200210000001a8011001c70000800202000039067c06720000040f0000000102200190000006550000613d000000000101043b000000000101004b000002f80000613d0000000801000029000001a405100197000001a901000041000000000201041a000001aa02200197000000000252019f000000000021041b000001a0010000410000000002000414000001a00320009c0000000002018019000000c001200210000001ab011001c70000800d020000390000000203000039000001ac04000041067c066d0000040f0000000803000029000000010120019000000007020000290000000605000029000002150000613d0000000001050433000000000101004b000004c00000c13d000001b101000041000000000301041a000001a404200197000000400100043d0000002002100039000800000004001d0000000000420435000700000003001d000001a4023001970000000000210435000001a0020000410000000003000414000001a00430009c0000000003028019000001a00410009c00000000010280190000004001100210000000c002300210000000000112019f000001b2011001c70000800d020000390000000103000039000001b304000041067c066d0000040f0000000101200190000002150000613d000000080100006b000002010000613d0000000701000029000001aa0110019700000008011001af000001b102000041000000000012041b000000200100003900000100001004430000012000000443000001b4010000410000067d0001042e000001b90520009c0000020b0000613d000001ba0220009c0000018b0000c13d000000040240008a000000400220008c000002150000413d0000000402100370000000000902043b000001a40290009c000002150000213d0000002402100370000000000602043b000001a50260009c000002150000213d0000002302600039000001a605000041000000000742004b00000000070000190000000007058019000001a602200197000000000802004b0000000005008019000001a60220009c000000000507c019000000000205004b000002150000c13d0000000405600039000000000251034f000000000202043b000001a50720009c000002150000213d00000000062600190000002406600039000000000646004b000002150000213d000001b106000041000000000606041a000001a4066001970000000007000411000000000667004b000004470000c13d000000bf03200039000000200600008a000000000363016f000001a50430009c000000240000213d000700000006001d000000400030043f0000002003500039000000000131034f0000001f0320018f000000800020043f0000000504200272000001400000613d00000000050000190000000506500210000000000761034f000000000707043b000000a00660003900000000007604350000000105500039000000000645004b000001380000413d000000000503004b0000014f0000613d0000000504400210000000000141034f0000000303300210000000a004400039000000000504043300000000053501cf000000000535022f000000000101043b0000010003300089000000000131022f00000000013101cf000000000151019f0000000000140435000000a0012000390000000000010435000001a7010000410000000000100439000800000009001d0000000400900443000001a0010000410000000002000414000001a00320009c0000000002018019000000c001200210000001a8011001c70000800202000039067c06720000040f0000000102200190000006550000613d000000000101043b000000000101004b000002f80000613d000001a901000041000000000201041a000001aa0220019700000008022001af0000000805000029000000000021041b000001a0010000410000000002000414000001a00320009c0000000002018019000000c001200210000001ab011001c70000800d020000390000000203000039000001ac04000041067c066d0000040f00000008030000290000000101200190000002150000613d000000400100043d000600000001001d000001ad0110009c000000240000213d00000006040000290000006001400039000000400010043f0000004001400039000001ae0200004100000000002104350000002001400039000001af02000041000000000021043500000027010000390000000000140435000000800200043d0000000001000414000000040330008c000005dc0000c13d00000001020000390000000004000031000005ec0000013d000001b102000041000000000202041a000001a4022001970000000005000411000000000225004b000001950000c13d000001c701000041000000800010043f000001c8010000410000067e000104300000001f0540018f000001a902000041000000000202041a000001a4022001970000000506400272000001a30000613d00000000070000190000000508700210000000000981034f000000000909043b00000000009804350000000107700039000000000867004b0000019c0000413d000000000705004b000001b10000613d00000003055002100000000506600210000000000706043300000000075701cf000000000757022f000000000161034f000000000101043b0000010005500089000000000151022f00000000015101cf000000000171019f00000000001604350000000001000414000000040520008c000002170000c13d00000000040000310000001f0240018f0000000501400272000001c00000613d00000000050000190000000506500210000000000763034f000000000707043b00000000007604350000000105500039000000000615004b000001b90000413d000000000502004b0000023e0000613d00000003022002100000000501100210000000000501043300000000052501cf000000000525022f000000000313034f000000000303043b0000010002200089000000000323022f00000000022301cf000000000252019f00000000002104350000023e0000013d0000000002000416000000000202004b000002150000c13d000001a902000041000000000202041a000001a402200197000001b105000041000000000505041a000001a4055001970000000006000411000000000556004b000002a70000c13d000000800020043f000001bb010000410000067d0001042e0000000002000416000000000202004b000002150000c13d000000040240008a000000200220008c000002150000413d0000000402100370000000000602043b000001a40260009c000002150000213d000001b102000041000000000702041a000001a4027001970000000005000411000000000525004b0000030d0000c13d000700000007001d000000800020043f000000a00060043f000001a0010000410000000002000414000001a00320009c0000000002018019000000c001200210000001bc011001c70000800d020000390000000103000039000001b304000041000800000006001d067c066d0000040f00000008030000290000000101200190000002150000613d000000000103004b000004260000c13d000000400100043d0000006402100039000001bd0300004100000000003204350000004402100039000001be03000041000000000032043500000024021000390000002603000039000003010000013d0000000002000416000000000202004b000002150000c13d000000040240008a000000200220008c000002150000413d0000000402100370000000000602043b000001a40260009c000002de0000a13d00000000010000190000067e00010430000001a003000041000001a00510009c0000000001038019000000c0011002100000006003400210000000000131019f067c06770000040f0001000000010355000000000301001900000060043002700000001f0340018f000001a00040019d000001a00440019700000005054002720000022e0000613d00000000060000190000000507600210000000000871034f000000000808043b00000000008704350000000106600039000000000756004b000002270000413d000000000603004b0000023c0000613d00000003033002100000000505500210000000000605043300000000063601cf000000000636022f000000000151034f000000000101043b0000010003300089000000000131022f00000000013101cf000000000161019f00000000001504350000000101200190000002690000613d000002640000013d000001a003000041000001a00410009c0000000001038019000000c001100210067c06770000040f0001000000010355000000000301001900000060043002700000001f0340018f000001a00040019d000001a0044001970000000505400272000002540000613d00000000060000190000000507600210000000000871034f000000000808043b00000000008704350000000106600039000000000756004b0000024d0000413d000000000603004b000002620000613d00000003033002100000000505500210000000000605043300000000063601cf000000000636022f000000000151034f000000000101043b0000010003300089000000000131022f00000000013101cf000000000161019f000000000015043500000001012001900000026b0000613d000001a001000041000001a00240009c000000000401801900000060014002100000067d0001042e00000060014002100000067e0001043000000060014002100000067e000104300000001f0540018f000001a902000041000000000202041a000001a40220019700000005064002720000027b0000613d00000000070000190000000508700210000000000981034f000000000909043b00000000009804350000000107700039000000000867004b000002740000413d000000000705004b000002890000613d00000003055002100000000506600210000000000706043300000000075701cf000000000757022f000000000161034f000000000101043b0000010005500089000000000151022f00000000015101cf000000000171019f00000000001604350000000001000414000000040520008c000003470000c13d00000000040000310000001f0240018f0000000501400272000002980000613d00000000050000190000000506500210000000000763034f000000000707043b00000000007604350000000105500039000000000615004b000002910000413d000000000502004b0000036e0000613d00000003022002100000000501100210000000000501043300000000052501cf000000000525022f000000000313034f000000000303043b0000010002200089000000000323022f00000000022301cf000000000252019f00000000002104350000036e0000013d0000001f0640018f0000000505400272000002b20000613d00000000070000190000000508700210000000000981034f000000000909043b00000000009804350000000107700039000000000857004b000002ab0000413d000000000706004b000002c00000613d00000003066002100000000505500210000000000705043300000000076701cf000000000767022f000000000151034f000000000101043b0000010006600089000000000161022f00000000016101cf000000000171019f00000000001504350000000001000414000000040520008c0000036f0000c13d00000000040000310000001f0240018f0000000501400272000002cf0000613d00000000050000190000000506500210000000000763034f000000000707043b00000000007604350000000105500039000000000615004b000002c80000413d000000000502004b000003960000613d00000003022002100000000501100210000000000501043300000000052501cf000000000525022f000000000313034f000000000303043b0000010002200089000000000323022f00000000022301cf000000000252019f0000000000210435000003960000013d000001b102000041000000000202041a000001a4022001970000000005000411000000000225004b000003970000c13d000000a001000039000000400010043f000000800000043f000001a7010000410000000000100439000800000006001d0000000400600443000001a0010000410000000002000414000001a00320009c0000000002018019000000c001200210000001a8011001c70000800202000039067c06720000040f0000000102200190000006550000613d000000000101043b000000000101004b0000042d0000c13d000000400100043d0000006402100039000001c50300004100000000003204350000004402100039000001c603000041000000000032043500000024021000390000002d030000390000000000320435000001b0020000410000000000210435000000040210003900000020030000390000000000320435000001a002000041000001a00310009c00000000010280190000004001100210000001bf011001c70000067e000104300000001f0540018f000001a902000041000000000202041a000001a40220019700000005064002720000031b0000613d00000000070000190000000508700210000000000981034f000000000909043b00000000009804350000000107700039000000000867004b000003140000413d000000000705004b000003290000613d00000003055002100000000506600210000000000706043300000000075701cf000000000757022f000000000161034f000000000101043b0000010005500089000000000151022f00000000015101cf000000000171019f00000000001604350000000001000414000000040520008c000003d10000c13d00000000040000310000001f0240018f0000000501400272000003380000613d00000000050000190000000506500210000000000763034f000000000707043b00000000007604350000000105500039000000000615004b000003310000413d000000000502004b000003f80000613d00000003022002100000000501100210000000000501043300000000052501cf000000000525022f000000000313034f000000000303043b0000010002200089000000000323022f00000000022301cf000000000252019f0000000000210435000003f80000013d000001a003000041000001a00510009c0000000001038019000000c0011002100000006003400210000000000131019f067c06770000040f0001000000010355000000000301001900000060043002700000001f0340018f000001a00040019d000001a00440019700000005054002720000035e0000613d00000000060000190000000507600210000000000871034f000000000808043b00000000008704350000000106600039000000000756004b000003570000413d000000000603004b0000036c0000613d00000003033002100000000505500210000000000605043300000000063601cf000000000636022f000000000151034f000000000101043b0000010003300089000000000131022f00000000013101cf000000000161019f00000000001504350000000101200190000003f90000613d000002640000013d000001a003000041000001a00510009c0000000001038019000000c0011002100000006003400210000000000131019f067c06770000040f0001000000010355000000000301001900000060043002700000001f0340018f000001a00040019d000001a0044001970000000505400272000003860000613d00000000060000190000000507600210000000000871034f000000000808043b00000000008704350000000106600039000000000756004b0000037f0000413d000000000603004b000003940000613d00000003033002100000000505500210000000000605043300000000063601cf000000000636022f000000000151034f000000000101043b0000010003300089000000000131022f00000000013101cf000000000161019f00000000001504350000000101200190000003fb0000613d000002640000013d0000001f0540018f000001a902000041000000000202041a000001a4022001970000000506400272000003a50000613d00000000070000190000000508700210000000000981034f000000000909043b00000000009804350000000107700039000000000867004b0000039e0000413d000000000705004b000003b30000613d00000003055002100000000506600210000000000706043300000000075701cf000000000757022f000000000161034f000000000101043b0000010005500089000000000151022f00000000015101cf000000000171019f00000000001604350000000001000414000000040520008c000003fd0000c13d00000000040000310000001f0240018f0000000501400272000003c20000613d00000000050000190000000506500210000000000763034f000000000707043b00000000007604350000000105500039000000000615004b000003bb0000413d000000000502004b000002640000613d00000003022002100000000501100210000000000501043300000000052501cf000000000525022f000000000313034f000000000303043b0000010002200089000000000323022f00000000022301cf000000000252019f0000000000210435000002640000013d000001a003000041000001a00510009c0000000001038019000000c0011002100000006003400210000000000131019f067c06770000040f0001000000010355000000000301001900000060043002700000001f0340018f000001a00040019d000001a0044001970000000505400272000003e80000613d00000000060000190000000507600210000000000871034f000000000808043b00000000008704350000000106600039000000000756004b000003e10000413d000000000603004b000003f60000613d00000003033002100000000505500210000000000605043300000000063601cf000000000636022f000000000151034f000000000101043b0000010003300089000000000131022f00000000013101cf000000000161019f00000000001504350000000101200190000004450000613d000002640000013d00000060014002100000067e0001043000000060014002100000067e00010430000001a003000041000001a00510009c0000000001038019000000c0011002100000006003400210000000000131019f067c06770000040f0001000000010355000000000301001900000060043002700000001f0340018f000001a00040019d000001a0044001970000000505400272000004140000613d00000000060000190000000507600210000000000871034f000000000808043b00000000008704350000000106600039000000000756004b0000040d0000413d000000000603004b000004220000613d00000003033002100000000505500210000000000605043300000000063601cf000000000636022f000000000151034f000000000101043b0000010003300089000000000131022f00000000013101cf000000000161019f00000000001504350000000101200190000002640000c13d00000060014002100000067e000104300000000701000029000001aa01100197000000000131019f000001b102000041000000000012041b00000000010000190000067d0001042e000001a901000041000000000201041a000001aa0220019700000008022001af0000000805000029000000000021041b000001a0010000410000000002000414000001a00320009c0000000002018019000000c001200210000001ab011001c70000800d020000390000000203000039000001ac04000041067c066d0000040f00000008050000290000000101200190000002150000613d000000800100043d000000000101004b000004810000c13d00000000010000190000067d0001042e00000060014002100000067e000104300000001f0540018f000001a902000041000000000202041a000001a4022001970000000506400272000004550000613d00000000070000190000000508700210000000000981034f000000000909043b00000000009804350000000107700039000000000867004b0000044e0000413d000000000705004b000004630000613d00000003055002100000000506600210000000000706043300000000075701cf000000000757022f000000000161034f000000000101043b0000010005500089000000000151022f00000000015101cf000000000171019f00000000001604350000000001000414000000040520008c000004960000c13d00000000040000310000001f0240018f0000000501400272000004720000613d00000000050000190000000506500210000000000763034f000000000707043b00000000007604350000000105500039000000000615004b0000046b0000413d000000000502004b000004bd0000613d00000003022002100000000501100210000000000501043300000000052501cf000000000525022f000000000313034f000000000303043b0000010002200089000000000323022f00000000022301cf000000000252019f0000000000210435000004bd0000013d000000400300043d000001ad0130009c000000240000213d0000006001300039000000400010043f0000004001300039000001ae0200004100000000002104350000002001300039000001af0200004100000000002104350000002701000039000700000003001d0000000000130435000000800200043d0000000001000414000000040350008c000004d50000c13d00000001020000390000000004000031000004e50000013d000001a003000041000001a00510009c0000000001038019000000c0011002100000006003400210000000000131019f067c06770000040f0001000000010355000000000301001900000060043002700000001f0340018f000001a00040019d000001a0044001970000000505400272000004ad0000613d00000000060000190000000507600210000000000871034f000000000808043b00000000008704350000000106600039000000000756004b000004a60000413d000000000603004b000004bb0000613d00000003033002100000000505500210000000000605043300000000063601cf000000000636022f000000000151034f000000000101043b0000010003300089000000000131022f00000000013101cf000000000161019f00000000001504350000000101200190000004be0000613d000002640000013d00000060014002100000067e00010430000000400400043d000001ad0140009c000000240000213d0000006001400039000000400010043f0000004001400039000001ae0200004100000000002104350000002701000039000200000004001d0000000002140436000001af01000041000100000002001d000000000012043500000000020504330000000001000414000000040330008c000005530000c13d00000001020000390000000003000031000005670000013d000001a003000041000001a00410009c0000000001038019000001a00420009c00000000020380190000006002200210000000c001100210000000000121019f000001c0011001c70000000002050019067c06770000040f000000010220018f00010000000103550000006001100270000001a00010019d000001a00410019700000060030000390000008001000039000000000504004b000005120000c13d0000000003030433000000000202004b0000053f0000c13d000000000203004b000006560000c13d000000400100043d000001b002000041000000000021043500000004021000390000002003000039000000000032043500000007070000290000000002070433000000240310003900000000002304350000004403100039000000000402004b000005030000613d000000000400001900000000053400190000002004400039000000000674001900000000060604330000000000650435000000000524004b000004fc0000413d0000001f04200039000000200500008a000000000454016f000000000232001900000000000204350000004402400039000001a003000041000001a00420009c0000000002038019000001a00410009c000000000103801900000040011002100000006002200210000000000112019f0000067e00010430000001a50140009c000000240000213d0000003f01400039000000200300008a000000000131016f000000400300043d0000000001130019000000000531004b00000000050000190000000105004039000001a50610009c000000240000213d0000000105500190000000240000c13d000000400010043f0000001f0540018f0000000001430436000000010600036700000005044002720000052f0000613d000000000700001900000005087002100000000009810019000000000886034f000000000808043b00000000008904350000000107700039000000000847004b000005270000413d000000000705004b000004e90000613d0000000504400210000000000646034f00000000044100190000000305500210000000000704043300000000075701cf000000000757022f000000000606043b0000010005500089000000000656022f00000000055601cf000000000575019f0000000000540435000004e90000013d000000000103004b0000000802000029000004430000c13d000001a70100004100000000001004390000000400200443000001a0010000410000000002000414000001a00320009c0000000002018019000000c001200210000001a8011001c70000800202000039067c06720000040f0000000102200190000006550000613d000000000101043b000000000101004b000005ca0000613d000004430000013d000001a0030000410000000405000029000001a00450009c00000000050380190000004004500210000001a00520009c00000000020380190000006002200210000000000242019f000001a00410009c0000000001038019000000c001100210000000000112019f0000000802000029067c06770000040f000000010220018f00010000000103550000006001100270000001a00010019d000001a0031001970000006001000039000000000403004b000005870000c13d0000000001010433000000000202004b000005b50000c13d000000000201004b0000063a0000c13d000000400400043d000800000004001d000001b001000041000000000014043500000004014000390000002002000039000000000021043500000002010000290000000003010433000700000003001d0000002401400039000000000031043500000044024000390000000101000029067c065f0000040f00000007010000290000001f01100039000000050110017f0000004401100039000001a002000041000001a00310009c000000000102801900000008040000290000063e0000013d000001a50130009c0000000504000029000000240000213d0000003f01300039000000000441016f000000400100043d0000000004410019000000000514004b00000000050000190000000105004039000001a50640009c000000240000213d0000000105500190000000240000c13d000000400040043f0000001f0430018f000000000931043600000001050003670000000503300272000005a40000613d000000000600001900000005076002100000000008790019000000000775034f000000000707043b00000000007804350000000106600039000000000736004b0000059c0000413d000300000009001d000000000604004b0000056a0000613d0000000503300210000000000535034f00000003033000290000000304400210000000000603043300000000064601cf000000000646022f000000000505043b0000010004400089000000000545022f00000000044501cf000000000464019f00000000004304350000056a0000013d000000000101004b00000007020000290000000803000029000000da0000c13d000001a70100004100000000001004390000000400300443000001a0010000410000000002000414000001a00320009c0000000002018019000000c001200210000001a8011001c70000800202000039067c06720000040f0000000102200190000006550000613d000000000101043b000000000101004b0000000702000029000000da0000c13d000000400100043d0000004402100039000001c103000041000000000032043500000024021000390000001d030000390000000000320435000001b0020000410000000000210435000000040210003900000020030000390000000000320435000001a002000041000001a00310009c00000000010280190000004001100210000001c2011001c70000067e00010430000001a003000041000001a00410009c0000000001038019000001a00420009c00000000020380190000006002200210000000c001100210000000000121019f000001c0011001c70000000802000029067c06770000040f000000010220018f00010000000103550000006001100270000001a00010019d000001a00410019700000060030000390000008001000039000000000504004b0000060d0000c13d0000000003030433000000000202004b000006440000c13d000000000203004b000006560000c13d000000400100043d000001b002000041000000000021043500000004021000390000002003000039000000000032043500000006070000290000000002070433000000240310003900000000002304350000004403100039000000000402004b0000060a0000613d000000000400001900000000053400190000002004400039000000000674001900000000060604330000000000650435000000000524004b000006030000413d0000001f042000390000000705000029000005050000013d000001a50140009c0000000703000029000000240000213d0000003f01400039000000000131016f000000400300043d0000000001130019000000000531004b00000000050000190000000105004039000001a50610009c000000240000213d0000000105500190000000240000c13d000000400010043f0000001f0540018f0000000001430436000000010600036700000005044002720000062a0000613d000000000700001900000005087002100000000009810019000000000886034f000000000808043b00000000008904350000000107700039000000000847004b000006220000413d000000000705004b000005f00000613d0000000504400210000000000646034f00000000044100190000000305500210000000000704043300000000075701cf000000000757022f000000000606043b0000010005500089000000000656022f00000000055601cf000000000575019f0000000000540435000005f00000013d000001a002000041000001a00310009c00000000010280190000000304000029000001a00340009c000000000402801900000040024002100000006001100210000000000121019f0000067e00010430000000000103004b000004430000c13d000001a701000041000000000010043900000008010000290000000400100443000001a0010000410000000002000414000001a00320009c0000000002018019000000c001200210000001a8011001c70000800202000039067c06720000040f0000000102200190000006550000613d0000054f0000013d000000000001042f000001a002000041000001a00430009c0000000003028019000001a00410009c000000000102801900000040011002100000006002300210000000000112019f0000067e00010430000000000403004b000006690000613d000000000400001900000000052400190000000006140019000000000606043300000000006504350000002004400039000000000534004b000006620000413d00000000012300190000000000010435000000000001042d000000000001042f00000670002104210000000102000039000000000001042d0000000002000019000000000001042d00000675002104230000000102000039000000000001042d0000000002000019000000000001042d0000067a002104250000000102000039000000000001042d0000000002000019000000000001042d0000067c000004320000067d0001042e0000067e00010430000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffff000000000000009fffffffffffffffffffffffffffffffffffffffffffffffff000000000000007f00000000000000000000000000000000000000000000000000000001ffffffe0000000000000000000000000ffffffffffffffffffffffffffffffffffffffff000000000000000000000000000000000000000000000000ffffffffffffffff80000000000000000000000000000000000000000000000000000000000000001806aa1896bbf26568e884a7374b41e002500962caba6a15023a8d90e8508b830200000200000000000000000000000000000024000000000000000000000000360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbcffffffffffffffffffffffff00000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000bc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b000000000000000000000000000000000000000000000000ffffffffffffff9f206661696c656400000000000000000000000000000000000000000000000000416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c08c379a000000000000000000000000000000000000000000000000000000000b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d610302000000000000000000000000000000000000400000000000000000000000007e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f0000000200000000000000000000000000000040000001000000000000000000000000000000000000000000000000000000000000000000000000005c60da1a000000000000000000000000000000000000000000000000000000005c60da1b000000000000000000000000000000000000000000000000000000008f28397000000000000000000000000000000000000000000000000000000000f851a440000000000000000000000000000000000000000000000000000000003659cfe6000000000000000000000000000000000000000000000000000000004f1ef286000000000000000000000000000000000000002000000080000000000000000002000000000000000000000000000000000000400000008000000000000000006464726573730000000000000000000000000000000000000000000000000000455243313936373a206e65772061646d696e20697320746865207a65726f206100000000000000000000000000000000000000840000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000416464726573733a2063616c6c20746f206e6f6e2d636f6e747261637400000000000000000000000000000000000000000000640000000000000000000000004e487b710000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000240000000000000000000000006f74206120636f6e747261637400000000000000000000000000000000000000455243313936373a206e657720696d706c656d656e746174696f6e206973206ef0d4b23e00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000080000000000000000000000000000000000000000000000000000000000000000000000000000000004cb55cef7c9c3b2981c1f4d1d8d071ddd63ab02d5a84246772a4a8fc4c98a861",
|
|
784
|
+
"deployedBytecode": "0x0002000000000002000800000000000200000000030100190000006003300270000001a00430019700010000004103550000008008000039000000400080043f0000000102200190000000210000c13d000000000341034f000000040240008c0000002a0000413d000000000201043b000000e002200270000001b50520009c000001000000a13d000001b60520009c000001cf0000613d000001b70520009c000001de0000613d000001b80220009c0000018b0000c13d0000000002000416000000000202004b000002150000c13d000001b102000041000000000202041a000001a4022001970000000005000411000000000525004b0000026d0000c13d000001db0000013d000001a102400041000001a20220009c000000530000213d000001c30100004100000000001004350000004101000039000000040010043f000001c4010000410000067e00010430000000000204004b0000018b0000c13d000001b101000041000000000101041a000001a4011001970000000002000411000000000112004b000001910000613d000001a901000041000000000201041a0000000001000414000001a402200197000000040420008c0000023f0000c13d00000000040000310000001f0240018f0000000501400272000000440000613d00000000050000190000000506500210000000000763034f000000000707043b00000000007604350000000105500039000000000615004b0000003d0000413d000000000502004b000002640000613d00000003022002100000000501100210000000000501043300000000052501cf000000000525022f000000000313034f000000000303043b0000010002200089000000000323022f00000000022301cf000000000252019f0000000000210435000002640000013d0000009f02400039000001a302200197000000400020043f0000001f0240018f0000000503400272000000620000613d00000000050000190000000506500210000000000761034f000000000707043b000000800660003900000000007604350000000105500039000000000635004b0000005a0000413d000000000502004b000000710000613d0000000503300210000000000131034f00000003022002100000008003300039000000000503043300000000052501cf000000000525022f000000000101043b0000010002200089000000000121022f00000000012101cf000000000151019f00000000001304350000005f0140008c000002150000a13d000000800900043d000001a40190009c000002150000213d000000a00700043d000001a40170009c000002150000213d000000c00200043d000001a50120009c000002150000213d0000001f01200039000001a603000041000000000541004b00000000050000190000000005038019000001a601100197000000000601004b0000000003008019000001a60110009c000000000305c019000000000103004b000002150000c13d00000080012000390000000001010433000001a50310009c000000240000213d0000003f03100039000000200a00008a0000000003a3016f000000400b00043d00000000033b00190000000005b3004b00000000050000190000000105004039000001a50630009c000000240000213d0000000105500190000000240000c13d0000008004400039000000400030043f00000000061b0436000000a0022000390000000003210019000000000343004b000002150000213d00060000000b001d00050000000a001d000700000007001d000300000008001d000000000301004b000000ad0000613d000000000300001900000000046300190000000005230019000000000505043300000000005404350000002003300039000000000413004b000000a60000413d000400000006001d00000000011600190000000000010435000001a7010000410000000000100439000800000009001d0000000400900443000001a0010000410000000002000414000001a00320009c0000000002018019000000c001200210000001a8011001c70000800202000039067c06720000040f0000000102200190000006550000613d000000000101043b000000000101004b000002f80000613d0000000801000029000001a405100197000001a901000041000000000201041a000001aa02200197000000000252019f000000000021041b000001a0010000410000000002000414000001a00320009c0000000002018019000000c001200210000001ab011001c70000800d020000390000000203000039000001ac04000041067c066d0000040f0000000803000029000000010120019000000007020000290000000605000029000002150000613d0000000001050433000000000101004b000004c00000c13d000001b101000041000000000301041a000001a404200197000000400100043d0000002002100039000800000004001d0000000000420435000700000003001d000001a4023001970000000000210435000001a0020000410000000003000414000001a00430009c0000000003028019000001a00410009c00000000010280190000004001100210000000c002300210000000000112019f000001b2011001c70000800d020000390000000103000039000001b304000041067c066d0000040f0000000101200190000002150000613d000000080100006b000002010000613d0000000701000029000001aa0110019700000008011001af000001b102000041000000000012041b000000200100003900000100001004430000012000000443000001b4010000410000067d0001042e000001b90520009c0000020b0000613d000001ba0220009c0000018b0000c13d000000040240008a000000400220008c000002150000413d0000000402100370000000000902043b000001a40290009c000002150000213d0000002402100370000000000602043b000001a50260009c000002150000213d0000002302600039000001a605000041000000000742004b00000000070000190000000007058019000001a602200197000000000802004b0000000005008019000001a60220009c000000000507c019000000000205004b000002150000c13d0000000405600039000000000251034f000000000202043b000001a50720009c000002150000213d00000000062600190000002406600039000000000646004b000002150000213d000001b106000041000000000606041a000001a4066001970000000007000411000000000667004b000004470000c13d000000bf03200039000000200600008a000000000363016f000001a50430009c000000240000213d000700000006001d000000400030043f0000002003500039000000000131034f0000001f0320018f000000800020043f0000000504200272000001400000613d00000000050000190000000506500210000000000761034f000000000707043b000000a00660003900000000007604350000000105500039000000000645004b000001380000413d000000000503004b0000014f0000613d0000000504400210000000000141034f0000000303300210000000a004400039000000000504043300000000053501cf000000000535022f000000000101043b0000010003300089000000000131022f00000000013101cf000000000151019f0000000000140435000000a0012000390000000000010435000001a7010000410000000000100439000800000009001d0000000400900443000001a0010000410000000002000414000001a00320009c0000000002018019000000c001200210000001a8011001c70000800202000039067c06720000040f0000000102200190000006550000613d000000000101043b000000000101004b000002f80000613d000001a901000041000000000201041a000001aa0220019700000008022001af0000000805000029000000000021041b000001a0010000410000000002000414000001a00320009c0000000002018019000000c001200210000001ab011001c70000800d020000390000000203000039000001ac04000041067c066d0000040f00000008030000290000000101200190000002150000613d000000400100043d000600000001001d000001ad0110009c000000240000213d00000006040000290000006001400039000000400010043f0000004001400039000001ae0200004100000000002104350000002001400039000001af02000041000000000021043500000027010000390000000000140435000000800200043d0000000001000414000000040330008c000005dc0000c13d00000001020000390000000004000031000005ec0000013d000001b102000041000000000202041a000001a4022001970000000005000411000000000225004b000001950000c13d000001c701000041000000800010043f000001c8010000410000067e000104300000001f0540018f000001a902000041000000000202041a000001a4022001970000000506400272000001a30000613d00000000070000190000000508700210000000000981034f000000000909043b00000000009804350000000107700039000000000867004b0000019c0000413d000000000705004b000001b10000613d00000003055002100000000506600210000000000706043300000000075701cf000000000757022f000000000161034f000000000101043b0000010005500089000000000151022f00000000015101cf000000000171019f00000000001604350000000001000414000000040520008c000002170000c13d00000000040000310000001f0240018f0000000501400272000001c00000613d00000000050000190000000506500210000000000763034f000000000707043b00000000007604350000000105500039000000000615004b000001b90000413d000000000502004b0000023e0000613d00000003022002100000000501100210000000000501043300000000052501cf000000000525022f000000000313034f000000000303043b0000010002200089000000000323022f00000000022301cf000000000252019f00000000002104350000023e0000013d0000000002000416000000000202004b000002150000c13d000001a902000041000000000202041a000001a402200197000001b105000041000000000505041a000001a4055001970000000006000411000000000556004b000002a70000c13d000000800020043f000001bb010000410000067d0001042e0000000002000416000000000202004b000002150000c13d000000040240008a000000200220008c000002150000413d0000000402100370000000000602043b000001a40260009c000002150000213d000001b102000041000000000702041a000001a4027001970000000005000411000000000525004b0000030d0000c13d000700000007001d000000800020043f000000a00060043f000001a0010000410000000002000414000001a00320009c0000000002018019000000c001200210000001bc011001c70000800d020000390000000103000039000001b304000041000800000006001d067c066d0000040f00000008030000290000000101200190000002150000613d000000000103004b000004260000c13d000000400100043d0000006402100039000001bd0300004100000000003204350000004402100039000001be03000041000000000032043500000024021000390000002603000039000003010000013d0000000002000416000000000202004b000002150000c13d000000040240008a000000200220008c000002150000413d0000000402100370000000000602043b000001a40260009c000002de0000a13d00000000010000190000067e00010430000001a003000041000001a00510009c0000000001038019000000c0011002100000006003400210000000000131019f067c06770000040f0001000000010355000000000301001900000060043002700000001f0340018f000001a00040019d000001a00440019700000005054002720000022e0000613d00000000060000190000000507600210000000000871034f000000000808043b00000000008704350000000106600039000000000756004b000002270000413d000000000603004b0000023c0000613d00000003033002100000000505500210000000000605043300000000063601cf000000000636022f000000000151034f000000000101043b0000010003300089000000000131022f00000000013101cf000000000161019f00000000001504350000000101200190000002690000613d000002640000013d000001a003000041000001a00410009c0000000001038019000000c001100210067c06770000040f0001000000010355000000000301001900000060043002700000001f0340018f000001a00040019d000001a0044001970000000505400272000002540000613d00000000060000190000000507600210000000000871034f000000000808043b00000000008704350000000106600039000000000756004b0000024d0000413d000000000603004b000002620000613d00000003033002100000000505500210000000000605043300000000063601cf000000000636022f000000000151034f000000000101043b0000010003300089000000000131022f00000000013101cf000000000161019f000000000015043500000001012001900000026b0000613d000001a001000041000001a00240009c000000000401801900000060014002100000067d0001042e00000060014002100000067e0001043000000060014002100000067e000104300000001f0540018f000001a902000041000000000202041a000001a40220019700000005064002720000027b0000613d00000000070000190000000508700210000000000981034f000000000909043b00000000009804350000000107700039000000000867004b000002740000413d000000000705004b000002890000613d00000003055002100000000506600210000000000706043300000000075701cf000000000757022f000000000161034f000000000101043b0000010005500089000000000151022f00000000015101cf000000000171019f00000000001604350000000001000414000000040520008c000003470000c13d00000000040000310000001f0240018f0000000501400272000002980000613d00000000050000190000000506500210000000000763034f000000000707043b00000000007604350000000105500039000000000615004b000002910000413d000000000502004b0000036e0000613d00000003022002100000000501100210000000000501043300000000052501cf000000000525022f000000000313034f000000000303043b0000010002200089000000000323022f00000000022301cf000000000252019f00000000002104350000036e0000013d0000001f0640018f0000000505400272000002b20000613d00000000070000190000000508700210000000000981034f000000000909043b00000000009804350000000107700039000000000857004b000002ab0000413d000000000706004b000002c00000613d00000003066002100000000505500210000000000705043300000000076701cf000000000767022f000000000151034f000000000101043b0000010006600089000000000161022f00000000016101cf000000000171019f00000000001504350000000001000414000000040520008c0000036f0000c13d00000000040000310000001f0240018f0000000501400272000002cf0000613d00000000050000190000000506500210000000000763034f000000000707043b00000000007604350000000105500039000000000615004b000002c80000413d000000000502004b000003960000613d00000003022002100000000501100210000000000501043300000000052501cf000000000525022f000000000313034f000000000303043b0000010002200089000000000323022f00000000022301cf000000000252019f0000000000210435000003960000013d000001b102000041000000000202041a000001a4022001970000000005000411000000000225004b000003970000c13d000000a001000039000000400010043f000000800000043f000001a7010000410000000000100439000800000006001d0000000400600443000001a0010000410000000002000414000001a00320009c0000000002018019000000c001200210000001a8011001c70000800202000039067c06720000040f0000000102200190000006550000613d000000000101043b000000000101004b0000042d0000c13d000000400100043d0000006402100039000001c50300004100000000003204350000004402100039000001c603000041000000000032043500000024021000390000002d030000390000000000320435000001b0020000410000000000210435000000040210003900000020030000390000000000320435000001a002000041000001a00310009c00000000010280190000004001100210000001bf011001c70000067e000104300000001f0540018f000001a902000041000000000202041a000001a40220019700000005064002720000031b0000613d00000000070000190000000508700210000000000981034f000000000909043b00000000009804350000000107700039000000000867004b000003140000413d000000000705004b000003290000613d00000003055002100000000506600210000000000706043300000000075701cf000000000757022f000000000161034f000000000101043b0000010005500089000000000151022f00000000015101cf000000000171019f00000000001604350000000001000414000000040520008c000003d10000c13d00000000040000310000001f0240018f0000000501400272000003380000613d00000000050000190000000506500210000000000763034f000000000707043b00000000007604350000000105500039000000000615004b000003310000413d000000000502004b000003f80000613d00000003022002100000000501100210000000000501043300000000052501cf000000000525022f000000000313034f000000000303043b0000010002200089000000000323022f00000000022301cf000000000252019f0000000000210435000003f80000013d000001a003000041000001a00510009c0000000001038019000000c0011002100000006003400210000000000131019f067c06770000040f0001000000010355000000000301001900000060043002700000001f0340018f000001a00040019d000001a00440019700000005054002720000035e0000613d00000000060000190000000507600210000000000871034f000000000808043b00000000008704350000000106600039000000000756004b000003570000413d000000000603004b0000036c0000613d00000003033002100000000505500210000000000605043300000000063601cf000000000636022f000000000151034f000000000101043b0000010003300089000000000131022f00000000013101cf000000000161019f00000000001504350000000101200190000003f90000613d000002640000013d000001a003000041000001a00510009c0000000001038019000000c0011002100000006003400210000000000131019f067c06770000040f0001000000010355000000000301001900000060043002700000001f0340018f000001a00040019d000001a0044001970000000505400272000003860000613d00000000060000190000000507600210000000000871034f000000000808043b00000000008704350000000106600039000000000756004b0000037f0000413d000000000603004b000003940000613d00000003033002100000000505500210000000000605043300000000063601cf000000000636022f000000000151034f000000000101043b0000010003300089000000000131022f00000000013101cf000000000161019f00000000001504350000000101200190000003fb0000613d000002640000013d0000001f0540018f000001a902000041000000000202041a000001a4022001970000000506400272000003a50000613d00000000070000190000000508700210000000000981034f000000000909043b00000000009804350000000107700039000000000867004b0000039e0000413d000000000705004b000003b30000613d00000003055002100000000506600210000000000706043300000000075701cf000000000757022f000000000161034f000000000101043b0000010005500089000000000151022f00000000015101cf000000000171019f00000000001604350000000001000414000000040520008c000003fd0000c13d00000000040000310000001f0240018f0000000501400272000003c20000613d00000000050000190000000506500210000000000763034f000000000707043b00000000007604350000000105500039000000000615004b000003bb0000413d000000000502004b000002640000613d00000003022002100000000501100210000000000501043300000000052501cf000000000525022f000000000313034f000000000303043b0000010002200089000000000323022f00000000022301cf000000000252019f0000000000210435000002640000013d000001a003000041000001a00510009c0000000001038019000000c0011002100000006003400210000000000131019f067c06770000040f0001000000010355000000000301001900000060043002700000001f0340018f000001a00040019d000001a0044001970000000505400272000003e80000613d00000000060000190000000507600210000000000871034f000000000808043b00000000008704350000000106600039000000000756004b000003e10000413d000000000603004b000003f60000613d00000003033002100000000505500210000000000605043300000000063601cf000000000636022f000000000151034f000000000101043b0000010003300089000000000131022f00000000013101cf000000000161019f00000000001504350000000101200190000004450000613d000002640000013d00000060014002100000067e0001043000000060014002100000067e00010430000001a003000041000001a00510009c0000000001038019000000c0011002100000006003400210000000000131019f067c06770000040f0001000000010355000000000301001900000060043002700000001f0340018f000001a00040019d000001a0044001970000000505400272000004140000613d00000000060000190000000507600210000000000871034f000000000808043b00000000008704350000000106600039000000000756004b0000040d0000413d000000000603004b000004220000613d00000003033002100000000505500210000000000605043300000000063601cf000000000636022f000000000151034f000000000101043b0000010003300089000000000131022f00000000013101cf000000000161019f00000000001504350000000101200190000002640000c13d00000060014002100000067e000104300000000701000029000001aa01100197000000000131019f000001b102000041000000000012041b00000000010000190000067d0001042e000001a901000041000000000201041a000001aa0220019700000008022001af0000000805000029000000000021041b000001a0010000410000000002000414000001a00320009c0000000002018019000000c001200210000001ab011001c70000800d020000390000000203000039000001ac04000041067c066d0000040f00000008050000290000000101200190000002150000613d000000800100043d000000000101004b000004810000c13d00000000010000190000067d0001042e00000060014002100000067e000104300000001f0540018f000001a902000041000000000202041a000001a4022001970000000506400272000004550000613d00000000070000190000000508700210000000000981034f000000000909043b00000000009804350000000107700039000000000867004b0000044e0000413d000000000705004b000004630000613d00000003055002100000000506600210000000000706043300000000075701cf000000000757022f000000000161034f000000000101043b0000010005500089000000000151022f00000000015101cf000000000171019f00000000001604350000000001000414000000040520008c000004960000c13d00000000040000310000001f0240018f0000000501400272000004720000613d00000000050000190000000506500210000000000763034f000000000707043b00000000007604350000000105500039000000000615004b0000046b0000413d000000000502004b000004bd0000613d00000003022002100000000501100210000000000501043300000000052501cf000000000525022f000000000313034f000000000303043b0000010002200089000000000323022f00000000022301cf000000000252019f0000000000210435000004bd0000013d000000400300043d000001ad0130009c000000240000213d0000006001300039000000400010043f0000004001300039000001ae0200004100000000002104350000002001300039000001af0200004100000000002104350000002701000039000700000003001d0000000000130435000000800200043d0000000001000414000000040350008c000004d50000c13d00000001020000390000000004000031000004e50000013d000001a003000041000001a00510009c0000000001038019000000c0011002100000006003400210000000000131019f067c06770000040f0001000000010355000000000301001900000060043002700000001f0340018f000001a00040019d000001a0044001970000000505400272000004ad0000613d00000000060000190000000507600210000000000871034f000000000808043b00000000008704350000000106600039000000000756004b000004a60000413d000000000603004b000004bb0000613d00000003033002100000000505500210000000000605043300000000063601cf000000000636022f000000000151034f000000000101043b0000010003300089000000000131022f00000000013101cf000000000161019f00000000001504350000000101200190000004be0000613d000002640000013d00000060014002100000067e00010430000000400400043d000001ad0140009c000000240000213d0000006001400039000000400010043f0000004001400039000001ae0200004100000000002104350000002701000039000200000004001d0000000002140436000001af01000041000100000002001d000000000012043500000000020504330000000001000414000000040330008c000005530000c13d00000001020000390000000003000031000005670000013d000001a003000041000001a00410009c0000000001038019000001a00420009c00000000020380190000006002200210000000c001100210000000000121019f000001c0011001c70000000002050019067c06770000040f000000010220018f00010000000103550000006001100270000001a00010019d000001a00410019700000060030000390000008001000039000000000504004b000005120000c13d0000000003030433000000000202004b0000053f0000c13d000000000203004b000006560000c13d000000400100043d000001b002000041000000000021043500000004021000390000002003000039000000000032043500000007070000290000000002070433000000240310003900000000002304350000004403100039000000000402004b000005030000613d000000000400001900000000053400190000002004400039000000000674001900000000060604330000000000650435000000000524004b000004fc0000413d0000001f04200039000000200500008a000000000454016f000000000232001900000000000204350000004402400039000001a003000041000001a00420009c0000000002038019000001a00410009c000000000103801900000040011002100000006002200210000000000112019f0000067e00010430000001a50140009c000000240000213d0000003f01400039000000200300008a000000000131016f000000400300043d0000000001130019000000000531004b00000000050000190000000105004039000001a50610009c000000240000213d0000000105500190000000240000c13d000000400010043f0000001f0540018f0000000001430436000000010600036700000005044002720000052f0000613d000000000700001900000005087002100000000009810019000000000886034f000000000808043b00000000008904350000000107700039000000000847004b000005270000413d000000000705004b000004e90000613d0000000504400210000000000646034f00000000044100190000000305500210000000000704043300000000075701cf000000000757022f000000000606043b0000010005500089000000000656022f00000000055601cf000000000575019f0000000000540435000004e90000013d000000000103004b0000000802000029000004430000c13d000001a70100004100000000001004390000000400200443000001a0010000410000000002000414000001a00320009c0000000002018019000000c001200210000001a8011001c70000800202000039067c06720000040f0000000102200190000006550000613d000000000101043b000000000101004b000005ca0000613d000004430000013d000001a0030000410000000405000029000001a00450009c00000000050380190000004004500210000001a00520009c00000000020380190000006002200210000000000242019f000001a00410009c0000000001038019000000c001100210000000000112019f0000000802000029067c06770000040f000000010220018f00010000000103550000006001100270000001a00010019d000001a0031001970000006001000039000000000403004b000005870000c13d0000000001010433000000000202004b000005b50000c13d000000000201004b0000063a0000c13d000000400400043d000800000004001d000001b001000041000000000014043500000004014000390000002002000039000000000021043500000002010000290000000003010433000700000003001d0000002401400039000000000031043500000044024000390000000101000029067c065f0000040f00000007010000290000001f01100039000000050110017f0000004401100039000001a002000041000001a00310009c000000000102801900000008040000290000063e0000013d000001a50130009c0000000504000029000000240000213d0000003f01300039000000000441016f000000400100043d0000000004410019000000000514004b00000000050000190000000105004039000001a50640009c000000240000213d0000000105500190000000240000c13d000000400040043f0000001f0430018f000000000931043600000001050003670000000503300272000005a40000613d000000000600001900000005076002100000000008790019000000000775034f000000000707043b00000000007804350000000106600039000000000736004b0000059c0000413d000300000009001d000000000604004b0000056a0000613d0000000503300210000000000535034f00000003033000290000000304400210000000000603043300000000064601cf000000000646022f000000000505043b0000010004400089000000000545022f00000000044501cf000000000464019f00000000004304350000056a0000013d000000000101004b00000007020000290000000803000029000000da0000c13d000001a70100004100000000001004390000000400300443000001a0010000410000000002000414000001a00320009c0000000002018019000000c001200210000001a8011001c70000800202000039067c06720000040f0000000102200190000006550000613d000000000101043b000000000101004b0000000702000029000000da0000c13d000000400100043d0000004402100039000001c103000041000000000032043500000024021000390000001d030000390000000000320435000001b0020000410000000000210435000000040210003900000020030000390000000000320435000001a002000041000001a00310009c00000000010280190000004001100210000001c2011001c70000067e00010430000001a003000041000001a00410009c0000000001038019000001a00420009c00000000020380190000006002200210000000c001100210000000000121019f000001c0011001c70000000802000029067c06770000040f000000010220018f00010000000103550000006001100270000001a00010019d000001a00410019700000060030000390000008001000039000000000504004b0000060d0000c13d0000000003030433000000000202004b000006440000c13d000000000203004b000006560000c13d000000400100043d000001b002000041000000000021043500000004021000390000002003000039000000000032043500000006070000290000000002070433000000240310003900000000002304350000004403100039000000000402004b0000060a0000613d000000000400001900000000053400190000002004400039000000000674001900000000060604330000000000650435000000000524004b000006030000413d0000001f042000390000000705000029000005050000013d000001a50140009c0000000703000029000000240000213d0000003f01400039000000000131016f000000400300043d0000000001130019000000000531004b00000000050000190000000105004039000001a50610009c000000240000213d0000000105500190000000240000c13d000000400010043f0000001f0540018f0000000001430436000000010600036700000005044002720000062a0000613d000000000700001900000005087002100000000009810019000000000886034f000000000808043b00000000008904350000000107700039000000000847004b000006220000413d000000000705004b000005f00000613d0000000504400210000000000646034f00000000044100190000000305500210000000000704043300000000075701cf000000000757022f000000000606043b0000010005500089000000000656022f00000000055601cf000000000575019f0000000000540435000005f00000013d000001a002000041000001a00310009c00000000010280190000000304000029000001a00340009c000000000402801900000040024002100000006001100210000000000121019f0000067e00010430000000000103004b000004430000c13d000001a701000041000000000010043900000008010000290000000400100443000001a0010000410000000002000414000001a00320009c0000000002018019000000c001200210000001a8011001c70000800202000039067c06720000040f0000000102200190000006550000613d0000054f0000013d000000000001042f000001a002000041000001a00430009c0000000003028019000001a00410009c000000000102801900000040011002100000006002300210000000000112019f0000067e00010430000000000403004b000006690000613d000000000400001900000000052400190000000006140019000000000606043300000000006504350000002004400039000000000534004b000006620000413d00000000012300190000000000010435000000000001042d000000000001042f00000670002104210000000102000039000000000001042d0000000002000019000000000001042d00000675002104230000000102000039000000000001042d0000000002000019000000000001042d0000067a002104250000000102000039000000000001042d0000000002000019000000000001042d0000067c000004320000067d0001042e0000067e00010430000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffff000000000000009fffffffffffffffffffffffffffffffffffffffffffffffff000000000000007f00000000000000000000000000000000000000000000000000000001ffffffe0000000000000000000000000ffffffffffffffffffffffffffffffffffffffff000000000000000000000000000000000000000000000000ffffffffffffffff80000000000000000000000000000000000000000000000000000000000000001806aa1896bbf26568e884a7374b41e002500962caba6a15023a8d90e8508b830200000200000000000000000000000000000024000000000000000000000000360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbcffffffffffffffffffffffff00000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000bc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b000000000000000000000000000000000000000000000000ffffffffffffff9f206661696c656400000000000000000000000000000000000000000000000000416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c08c379a000000000000000000000000000000000000000000000000000000000b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d610302000000000000000000000000000000000000400000000000000000000000007e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f0000000200000000000000000000000000000040000001000000000000000000000000000000000000000000000000000000000000000000000000005c60da1a000000000000000000000000000000000000000000000000000000005c60da1b000000000000000000000000000000000000000000000000000000008f28397000000000000000000000000000000000000000000000000000000000f851a440000000000000000000000000000000000000000000000000000000003659cfe6000000000000000000000000000000000000000000000000000000004f1ef286000000000000000000000000000000000000002000000080000000000000000002000000000000000000000000000000000000400000008000000000000000006464726573730000000000000000000000000000000000000000000000000000455243313936373a206e65772061646d696e20697320746865207a65726f206100000000000000000000000000000000000000840000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000416464726573733a2063616c6c20746f206e6f6e2d636f6e747261637400000000000000000000000000000000000000000000640000000000000000000000004e487b710000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000240000000000000000000000006f74206120636f6e747261637400000000000000000000000000000000000000455243313936373a206e657720696d706c656d656e746174696f6e206973206ef0d4b23e00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000080000000000000000000000000000000000000000000000000000000000000000000000000000000004cb55cef7c9c3b2981c1f4d1d8d071ddd63ab02d5a84246772a4a8fc4c98a861",
|
|
785
|
+
"execute": {
|
|
786
|
+
"methodName": "initialize",
|
|
787
|
+
"args": [
|
|
788
|
+
"0x5c123dB6f87CC0d7e320C5CC9EaAfD336B5f6eF3",
|
|
789
|
+
"0x8178b6b08bc984fEC8F1C906391e05CF1a3e8827",
|
|
790
|
+
"0xe2Ef622A13e71D9Dd2BBd12cd4b27e1516FA8a09"
|
|
791
|
+
]
|
|
792
|
+
},
|
|
793
|
+
"implementation": "0xE3D24D8A80cBE008Eb6F5C53fB1d89279Eb07698",
|
|
794
|
+
"devdoc": {
|
|
795
|
+
"author": "OpenZeppelin. Modified from https://github.com/OpenZeppelin/openzeppelin-contracts/blob/release-v4.4/contracts/proxy/transparent/TransparentUpgradeableProxy.sol to support custom errors.",
|
|
796
|
+
"details": "This contract implements a proxy that is upgradeable by an admin. To avoid https://medium.com/nomic-labs-blog/malicious-backdoors-in-ethereum-proxies-62629adf3357[proxy selector clashing], which can potentially be used in an attack, this contract uses the https://blog.openzeppelin.com/the-transparent-proxy-pattern/[transparent proxy pattern]. This pattern implies two things that go hand in hand: 1. If any account other than the admin calls the proxy, the call will be forwarded to the implementation, even if that call matches one of the admin functions exposed by the proxy itself. 2. If the admin calls the proxy, it can access the admin functions, but its calls will never be forwarded to the implementation. If the admin tries to call a function on the implementation it will fail with an error indicating the proxy admin cannot fallback to the target implementation. These properties mean that the admin account can only be used for admin actions like upgrading the proxy or changing the admin, so it's best if it's a dedicated account that is not used for anything else. This will avoid headaches due to sudden errors when trying to call a function from the proxy implementation. Our recommendation is for the dedicated account to be an instance of the {ProxyAdmin} contract. If set up this way, you should think of the `ProxyAdmin` instance as the real administrative interface of your proxy.",
|
|
797
|
+
"errors": {
|
|
798
|
+
"AdminAccessDenied()": [
|
|
799
|
+
{
|
|
800
|
+
"details": "The proxy caller is the current admin, and can't fallback to the proxy target."
|
|
801
|
+
}
|
|
802
|
+
]
|
|
803
|
+
},
|
|
804
|
+
"events": {
|
|
805
|
+
"AdminChanged(address,address)": {
|
|
806
|
+
"details": "Emitted when the admin account has changed."
|
|
807
|
+
},
|
|
808
|
+
"BeaconUpgraded(address)": {
|
|
809
|
+
"details": "Emitted when the beacon is changed."
|
|
810
|
+
},
|
|
811
|
+
"Upgraded(address)": {
|
|
812
|
+
"details": "Emitted when the implementation is upgraded."
|
|
813
|
+
}
|
|
814
|
+
},
|
|
815
|
+
"kind": "dev",
|
|
816
|
+
"methods": {
|
|
817
|
+
"admin()": {
|
|
818
|
+
"details": "Returns the current admin. NOTE: Only the admin can call this function. See {ProxyAdmin-getProxyAdmin}. TIP: To get this value clients can read directly from the storage slot shown below (specified by EIP1967) using the https://eth.wiki/json-rpc/API#eth_getstorageat[`eth_getStorageAt`] RPC call. `0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103`"
|
|
819
|
+
},
|
|
820
|
+
"changeAdmin(address)": {
|
|
821
|
+
"details": "Changes the admin of the proxy. Emits an {AdminChanged} event. NOTE: Only the admin can call this function. See {ProxyAdmin-changeProxyAdmin}."
|
|
822
|
+
},
|
|
823
|
+
"constructor": {
|
|
824
|
+
"details": "Initializes an upgradeable proxy managed by `_admin`, backed by the implementation at `_logic`, and optionally initialized with `_data` as explained in {ERC1967Proxy-constructor}."
|
|
825
|
+
},
|
|
826
|
+
"implementation()": {
|
|
827
|
+
"details": "Returns the current implementation. NOTE: Only the admin can call this function. See {ProxyAdmin-getProxyImplementation}. TIP: To get this value clients can read directly from the storage slot shown below (specified by EIP1967) using the https://eth.wiki/json-rpc/API#eth_getstorageat[`eth_getStorageAt`] RPC call. `0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc`"
|
|
828
|
+
},
|
|
829
|
+
"upgradeTo(address)": {
|
|
830
|
+
"details": "Upgrade the implementation of the proxy. NOTE: Only the admin can call this function. See {ProxyAdmin-upgrade}."
|
|
831
|
+
},
|
|
832
|
+
"upgradeToAndCall(address,bytes)": {
|
|
833
|
+
"details": "Upgrade the implementation of the proxy, and then call a function from the new implementation as specified by `data`, which should be an encoded function call. This is useful to initialize new storage variables in the proxied contract. NOTE: Only the admin can call this function. See {ProxyAdmin-upgradeAndCall}."
|
|
834
|
+
}
|
|
835
|
+
},
|
|
836
|
+
"version": 1
|
|
837
|
+
},
|
|
838
|
+
"userdoc": {
|
|
839
|
+
"kind": "user",
|
|
840
|
+
"methods": {},
|
|
841
|
+
"version": 1
|
|
842
|
+
},
|
|
843
|
+
"storageLayout": {
|
|
844
|
+
"storage": [],
|
|
845
|
+
"types": null
|
|
846
|
+
}
|
|
847
|
+
}
|