@layerzerolabs/lz-evm-sdk-v2 3.0.14 → 3.0.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/README.md +1 -0
- package/deployments/ape-mainnet/Executor.json +53 -18
- package/deployments/ape-mainnet/ExecutorFeeLib.json +198 -18
- package/deployments/ape-mainnet/Executor_Implementation.json +82 -34
- package/deployments/arbitrum-sandbox-local/DVN.json +13 -13
- package/deployments/arbitrum-sandbox-local/DVNDecompressor.json +5 -5
- package/deployments/arbitrum-sandbox-local/DVNFeeLib.json +5 -5
- package/deployments/arbitrum-sandbox-local/DefaultProxyAdmin.json +5 -5
- package/deployments/arbitrum-sandbox-local/EndpointV2.json +9 -9
- package/deployments/arbitrum-sandbox-local/EndpointV2View.json +9 -9
- package/deployments/arbitrum-sandbox-local/EndpointV2View_Implementation.json +3 -3
- package/deployments/arbitrum-sandbox-local/EndpointV2View_Proxy.json +9 -9
- package/deployments/arbitrum-sandbox-local/Executor.json +31 -31
- package/deployments/arbitrum-sandbox-local/ExecutorDecompressor.json +5 -5
- package/deployments/arbitrum-sandbox-local/ExecutorFeeLib.json +5 -5
- package/deployments/arbitrum-sandbox-local/ExecutorProxyAdmin.json +7 -7
- package/deployments/arbitrum-sandbox-local/Executor_Implementation.json +3 -3
- package/deployments/arbitrum-sandbox-local/Executor_Proxy.json +31 -31
- package/deployments/arbitrum-sandbox-local/LzExecutor.json +11 -11
- package/deployments/arbitrum-sandbox-local/LzExecutor_Implementation.json +3 -3
- package/deployments/arbitrum-sandbox-local/LzExecutor_Proxy.json +11 -11
- package/deployments/arbitrum-sandbox-local/MultiCall.json +3 -3
- package/deployments/arbitrum-sandbox-local/NonceContractMock.json +3 -3
- 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/arbitrum-sandbox-local/ReadLib1002.json +5 -5
- package/deployments/arbitrum-sandbox-local/ReadLib1002View.json +9 -9
- package/deployments/arbitrum-sandbox-local/ReadLib1002ViewProxyAdmin.json +7 -7
- package/deployments/arbitrum-sandbox-local/ReadLib1002View_Implementation.json +3 -3
- package/deployments/arbitrum-sandbox-local/ReadLib1002View_Proxy.json +9 -9
- package/deployments/arbitrum-sandbox-local/ReceiveUln301.json +5 -5
- package/deployments/arbitrum-sandbox-local/ReceiveUln301View.json +9 -9
- package/deployments/arbitrum-sandbox-local/ReceiveUln301View_Implementation.json +3 -3
- package/deployments/arbitrum-sandbox-local/ReceiveUln301View_Proxy.json +9 -9
- package/deployments/arbitrum-sandbox-local/ReceiveUln302.json +5 -5
- package/deployments/arbitrum-sandbox-local/ReceiveUln302View.json +9 -9
- package/deployments/arbitrum-sandbox-local/ReceiveUln302View_Implementation.json +3 -3
- package/deployments/arbitrum-sandbox-local/ReceiveUln302View_Proxy.json +9 -9
- package/deployments/arbitrum-sandbox-local/SendUln301.json +5 -5
- package/deployments/arbitrum-sandbox-local/SendUln302.json +5 -5
- package/deployments/arbitrum-sandbox-local/SimpleMessageLib.json +5 -5
- package/deployments/arbitrum-sandbox-local/Treasury.json +5 -5
- package/deployments/arbitrum-sandbox-local/TreasuryFeeHandler.json +3 -3
- package/deployments/avalanche-mainnet/Executor.json +51 -3
- package/deployments/avalanche-mainnet/ExecutorFeeLib.json +201 -21
- package/deployments/avalanche-mainnet/Executor_Implementation.json +99 -51
- package/deployments/bsc-mainnet/Executor.json +51 -3
- package/deployments/bsc-mainnet/ExecutorFeeLib.json +201 -21
- package/deployments/bsc-mainnet/Executor_Implementation.json +99 -51
- package/deployments/bsc-sandbox-local/DVN.json +19 -19
- package/deployments/bsc-sandbox-local/DVNDecompressor.json +7 -7
- package/deployments/bsc-sandbox-local/DVNFeeLib.json +7 -7
- package/deployments/bsc-sandbox-local/DefaultProxyAdmin.json +7 -7
- package/deployments/bsc-sandbox-local/EndpointV2.json +13 -13
- package/deployments/bsc-sandbox-local/EndpointV2View.json +13 -13
- package/deployments/bsc-sandbox-local/EndpointV2View_Implementation.json +4 -4
- package/deployments/bsc-sandbox-local/EndpointV2View_Proxy.json +13 -13
- package/deployments/bsc-sandbox-local/Executor.json +46 -46
- package/deployments/bsc-sandbox-local/ExecutorDecompressor.json +7 -7
- package/deployments/bsc-sandbox-local/ExecutorFeeLib.json +7 -7
- package/deployments/bsc-sandbox-local/ExecutorProxyAdmin.json +10 -10
- package/deployments/bsc-sandbox-local/Executor_Implementation.json +4 -4
- package/deployments/bsc-sandbox-local/Executor_Proxy.json +46 -46
- package/deployments/bsc-sandbox-local/LzExecutor.json +16 -16
- package/deployments/bsc-sandbox-local/LzExecutor_Implementation.json +4 -4
- package/deployments/bsc-sandbox-local/LzExecutor_Proxy.json +16 -16
- package/deployments/bsc-sandbox-local/MultiCall.json +4 -4
- package/deployments/bsc-sandbox-local/NonceContractMock.json +4 -4
- package/deployments/bsc-sandbox-local/PriceFeed.json +16 -16
- package/deployments/bsc-sandbox-local/PriceFeedProxyAdmin.json +10 -10
- package/deployments/bsc-sandbox-local/PriceFeed_Implementation.json +4 -4
- package/deployments/bsc-sandbox-local/PriceFeed_Proxy.json +16 -16
- package/deployments/bsc-sandbox-local/ReadLib1002.json +7 -7
- package/deployments/bsc-sandbox-local/ReadLib1002View.json +13 -13
- package/deployments/bsc-sandbox-local/ReadLib1002ViewProxyAdmin.json +10 -10
- package/deployments/bsc-sandbox-local/ReadLib1002View_Implementation.json +4 -4
- package/deployments/bsc-sandbox-local/ReadLib1002View_Proxy.json +13 -13
- package/deployments/bsc-sandbox-local/ReceiveUln301.json +7 -7
- package/deployments/bsc-sandbox-local/ReceiveUln301View.json +13 -13
- package/deployments/bsc-sandbox-local/ReceiveUln301View_Implementation.json +4 -4
- package/deployments/bsc-sandbox-local/ReceiveUln301View_Proxy.json +13 -13
- package/deployments/bsc-sandbox-local/ReceiveUln302.json +7 -7
- package/deployments/bsc-sandbox-local/ReceiveUln302View.json +13 -13
- package/deployments/bsc-sandbox-local/ReceiveUln302View_Implementation.json +4 -4
- package/deployments/bsc-sandbox-local/ReceiveUln302View_Proxy.json +13 -13
- package/deployments/bsc-sandbox-local/SendUln301.json +7 -7
- package/deployments/bsc-sandbox-local/SendUln302.json +7 -7
- package/deployments/bsc-sandbox-local/SimpleMessageLib.json +7 -7
- package/deployments/bsc-sandbox-local/Treasury.json +7 -7
- package/deployments/bsc-sandbox-local/TreasuryFeeHandler.json +4 -4
- package/deployments/ethereum-sandbox-local/DVN.json +19 -19
- package/deployments/ethereum-sandbox-local/DVNDecompressor.json +7 -7
- package/deployments/ethereum-sandbox-local/DVNFeeLib.json +7 -7
- package/deployments/ethereum-sandbox-local/DefaultProxyAdmin.json +7 -7
- package/deployments/ethereum-sandbox-local/EndpointV2.json +13 -13
- package/deployments/ethereum-sandbox-local/EndpointV2View.json +13 -13
- package/deployments/ethereum-sandbox-local/EndpointV2View_Implementation.json +4 -4
- package/deployments/ethereum-sandbox-local/EndpointV2View_Proxy.json +13 -13
- package/deployments/ethereum-sandbox-local/Executor.json +46 -46
- package/deployments/ethereum-sandbox-local/ExecutorDecompressor.json +7 -7
- package/deployments/ethereum-sandbox-local/ExecutorFeeLib.json +7 -7
- package/deployments/ethereum-sandbox-local/ExecutorProxyAdmin.json +10 -10
- package/deployments/ethereum-sandbox-local/Executor_Implementation.json +4 -4
- package/deployments/ethereum-sandbox-local/Executor_Proxy.json +46 -46
- package/deployments/ethereum-sandbox-local/LzExecutor.json +16 -16
- package/deployments/ethereum-sandbox-local/LzExecutor_Implementation.json +4 -4
- package/deployments/ethereum-sandbox-local/LzExecutor_Proxy.json +16 -16
- package/deployments/ethereum-sandbox-local/MultiCall.json +4 -4
- package/deployments/ethereum-sandbox-local/NonceContractMock.json +4 -4
- package/deployments/ethereum-sandbox-local/PriceFeed.json +16 -16
- package/deployments/ethereum-sandbox-local/PriceFeedProxyAdmin.json +10 -10
- package/deployments/ethereum-sandbox-local/PriceFeed_Implementation.json +4 -4
- package/deployments/ethereum-sandbox-local/PriceFeed_Proxy.json +16 -16
- package/deployments/ethereum-sandbox-local/ReadLib1002.json +7 -7
- package/deployments/ethereum-sandbox-local/ReadLib1002View.json +13 -13
- package/deployments/ethereum-sandbox-local/ReadLib1002ViewProxyAdmin.json +10 -10
- package/deployments/ethereum-sandbox-local/ReadLib1002View_Implementation.json +4 -4
- package/deployments/ethereum-sandbox-local/ReadLib1002View_Proxy.json +13 -13
- package/deployments/ethereum-sandbox-local/ReceiveUln301.json +7 -7
- package/deployments/ethereum-sandbox-local/ReceiveUln301View.json +13 -13
- package/deployments/ethereum-sandbox-local/ReceiveUln301View_Implementation.json +4 -4
- package/deployments/ethereum-sandbox-local/ReceiveUln301View_Proxy.json +13 -13
- package/deployments/ethereum-sandbox-local/ReceiveUln302.json +7 -7
- package/deployments/ethereum-sandbox-local/ReceiveUln302View.json +13 -13
- package/deployments/ethereum-sandbox-local/ReceiveUln302View_Implementation.json +4 -4
- package/deployments/ethereum-sandbox-local/ReceiveUln302View_Proxy.json +13 -13
- package/deployments/ethereum-sandbox-local/SendUln301.json +7 -7
- package/deployments/ethereum-sandbox-local/SendUln302.json +7 -7
- package/deployments/ethereum-sandbox-local/SimpleMessageLib.json +7 -7
- package/deployments/ethereum-sandbox-local/Treasury.json +7 -7
- package/deployments/ethereum-sandbox-local/TreasuryFeeHandler.json +4 -4
- package/deployments/islander-mainnet/DVN.json +2109 -0
- package/deployments/islander-mainnet/DVNFeeLib.json +925 -0
- package/deployments/islander-mainnet/DeadDVN.json +204 -0
- package/deployments/islander-mainnet/DefaultProxyAdmin.json +259 -0
- package/deployments/islander-mainnet/EndpointV2.json +2947 -0
- package/deployments/islander-mainnet/EndpointV2View.json +436 -0
- package/deployments/islander-mainnet/EndpointV2View_Implementation.json +314 -0
- package/deployments/islander-mainnet/EndpointV2View_Proxy.json +231 -0
- package/deployments/islander-mainnet/Executor.json +1669 -0
- package/deployments/islander-mainnet/ExecutorFeeLib.json +619 -0
- package/deployments/islander-mainnet/ExecutorProxyAdmin.json +284 -0
- package/deployments/islander-mainnet/Executor_Implementation.json +1768 -0
- package/deployments/islander-mainnet/Executor_Proxy.json +336 -0
- package/deployments/islander-mainnet/LzExecutor.json +758 -0
- package/deployments/islander-mainnet/LzExecutor_Implementation.json +704 -0
- package/deployments/islander-mainnet/LzExecutor_Proxy.json +245 -0
- package/deployments/islander-mainnet/MultiCall.json +150 -0
- package/deployments/islander-mainnet/PriceFeed.json +935 -0
- package/deployments/islander-mainnet/PriceFeedProxyAdmin.json +284 -0
- package/deployments/islander-mainnet/PriceFeed_Implementation.json +977 -0
- package/deployments/islander-mainnet/PriceFeed_Proxy.json +245 -0
- package/deployments/islander-mainnet/ReceiveUln301.json +1293 -0
- package/deployments/islander-mainnet/ReceiveUln301View.json +355 -0
- package/deployments/islander-mainnet/ReceiveUln301View_Implementation.json +232 -0
- package/deployments/islander-mainnet/ReceiveUln301View_Proxy.json +231 -0
- package/deployments/islander-mainnet/ReceiveUln302.json +1007 -0
- package/deployments/islander-mainnet/ReceiveUln302View.json +479 -0
- package/deployments/islander-mainnet/ReceiveUln302View_Implementation.json +385 -0
- package/deployments/islander-mainnet/ReceiveUln302View_Proxy.json +231 -0
- package/deployments/islander-mainnet/SendUln301.json +1570 -0
- package/deployments/islander-mainnet/SendUln302.json +1528 -0
- package/deployments/islander-mainnet/Treasury.json +413 -0
- package/deployments/islander-mainnet/TreasuryFeeHandler.json +126 -0
- package/deployments/polygon-mainnet/Executor.json +51 -3
- package/deployments/polygon-mainnet/ExecutorFeeLib.json +208 -28
- package/deployments/polygon-mainnet/Executor_Implementation.json +107 -59
- package/deployments/polygon-sandbox-local/DVN.json +13 -13
- package/deployments/polygon-sandbox-local/DVNDecompressor.json +5 -5
- package/deployments/polygon-sandbox-local/DVNFeeLib.json +5 -5
- package/deployments/polygon-sandbox-local/DefaultProxyAdmin.json +5 -5
- package/deployments/polygon-sandbox-local/EndpointV2.json +9 -9
- package/deployments/polygon-sandbox-local/EndpointV2View.json +9 -9
- package/deployments/polygon-sandbox-local/EndpointV2View_Implementation.json +3 -3
- package/deployments/polygon-sandbox-local/EndpointV2View_Proxy.json +9 -9
- package/deployments/polygon-sandbox-local/Executor.json +31 -31
- package/deployments/polygon-sandbox-local/ExecutorDecompressor.json +5 -5
- package/deployments/polygon-sandbox-local/ExecutorFeeLib.json +5 -5
- package/deployments/polygon-sandbox-local/ExecutorProxyAdmin.json +7 -7
- package/deployments/polygon-sandbox-local/Executor_Implementation.json +3 -3
- package/deployments/polygon-sandbox-local/Executor_Proxy.json +31 -31
- package/deployments/polygon-sandbox-local/LzExecutor.json +11 -11
- package/deployments/polygon-sandbox-local/LzExecutor_Implementation.json +3 -3
- package/deployments/polygon-sandbox-local/LzExecutor_Proxy.json +11 -11
- package/deployments/polygon-sandbox-local/MultiCall.json +3 -3
- package/deployments/polygon-sandbox-local/NonceContractMock.json +3 -3
- package/deployments/polygon-sandbox-local/PriceFeed.json +11 -11
- package/deployments/polygon-sandbox-local/PriceFeedProxyAdmin.json +7 -7
- package/deployments/polygon-sandbox-local/PriceFeed_Implementation.json +3 -3
- package/deployments/polygon-sandbox-local/PriceFeed_Proxy.json +11 -11
- package/deployments/polygon-sandbox-local/ReadLib1002.json +5 -5
- package/deployments/polygon-sandbox-local/ReadLib1002View.json +9 -9
- package/deployments/polygon-sandbox-local/ReadLib1002ViewProxyAdmin.json +7 -7
- package/deployments/polygon-sandbox-local/ReadLib1002View_Implementation.json +3 -3
- package/deployments/polygon-sandbox-local/ReadLib1002View_Proxy.json +9 -9
- package/deployments/polygon-sandbox-local/ReceiveUln301.json +5 -5
- package/deployments/polygon-sandbox-local/ReceiveUln301View.json +9 -9
- package/deployments/polygon-sandbox-local/ReceiveUln301View_Implementation.json +3 -3
- package/deployments/polygon-sandbox-local/ReceiveUln301View_Proxy.json +9 -9
- package/deployments/polygon-sandbox-local/ReceiveUln302.json +5 -5
- package/deployments/polygon-sandbox-local/ReceiveUln302View.json +9 -9
- package/deployments/polygon-sandbox-local/ReceiveUln302View_Implementation.json +3 -3
- package/deployments/polygon-sandbox-local/ReceiveUln302View_Proxy.json +9 -9
- package/deployments/polygon-sandbox-local/SendUln301.json +5 -5
- package/deployments/polygon-sandbox-local/SendUln302.json +5 -5
- package/deployments/polygon-sandbox-local/SimpleMessageLib.json +5 -5
- package/deployments/polygon-sandbox-local/Treasury.json +5 -5
- package/deployments/polygon-sandbox-local/TreasuryFeeHandler.json +3 -3
- package/deployments/tron-sandbox-local/DVN.json +35 -35
- package/deployments/tron-sandbox-local/DVNDecompressor.json +12 -12
- package/deployments/tron-sandbox-local/DVNFeeLib.json +10 -10
- package/deployments/tron-sandbox-local/DefaultProxyAdmin.json +8 -8
- package/deployments/tron-sandbox-local/EndpointV2.json +19 -19
- package/deployments/tron-sandbox-local/EndpointV2View.json +25 -25
- package/deployments/tron-sandbox-local/EndpointV2View_Implementation.json +6 -6
- package/deployments/tron-sandbox-local/EndpointV2View_Proxy.json +23 -23
- package/deployments/tron-sandbox-local/Executor.json +79 -79
- package/deployments/tron-sandbox-local/ExecutorDecompressor.json +9 -9
- package/deployments/tron-sandbox-local/ExecutorFeeLib.json +8 -8
- package/deployments/tron-sandbox-local/ExecutorProxyAdmin.json +14 -14
- package/deployments/tron-sandbox-local/Executor_Implementation.json +6 -6
- package/deployments/tron-sandbox-local/Executor_Proxy.json +71 -71
- package/deployments/tron-sandbox-local/LzExecutor.json +26 -26
- package/deployments/tron-sandbox-local/LzExecutor_Implementation.json +6 -6
- package/deployments/tron-sandbox-local/LzExecutor_Proxy.json +22 -22
- package/deployments/tron-sandbox-local/MultiCall.json +6 -6
- package/deployments/tron-sandbox-local/NonceContractMock.json +7 -7
- package/deployments/tron-sandbox-local/PriceFeed.json +22 -22
- package/deployments/tron-sandbox-local/PriceFeedProxyAdmin.json +11 -11
- package/deployments/tron-sandbox-local/PriceFeed_Implementation.json +6 -6
- package/deployments/tron-sandbox-local/PriceFeed_Proxy.json +21 -21
- package/deployments/tron-sandbox-local/ReadLib1002.json +11 -11
- package/deployments/tron-sandbox-local/ReadLib1002View.json +26 -26
- package/deployments/tron-sandbox-local/ReadLib1002ViewProxyAdmin.json +14 -14
- package/deployments/tron-sandbox-local/ReadLib1002View_Implementation.json +5 -5
- package/deployments/tron-sandbox-local/ReadLib1002View_Proxy.json +23 -23
- package/deployments/tron-sandbox-local/ReceiveUln301.json +11 -11
- package/deployments/tron-sandbox-local/ReceiveUln301View.json +26 -26
- package/deployments/tron-sandbox-local/ReceiveUln301View_Implementation.json +6 -6
- package/deployments/tron-sandbox-local/ReceiveUln301View_Proxy.json +23 -23
- package/deployments/tron-sandbox-local/ReceiveUln302.json +11 -11
- package/deployments/tron-sandbox-local/ReceiveUln302View.json +26 -26
- package/deployments/tron-sandbox-local/ReceiveUln302View_Implementation.json +5 -5
- package/deployments/tron-sandbox-local/ReceiveUln302View_Proxy.json +23 -23
- package/deployments/tron-sandbox-local/SendUln301.json +13 -13
- package/deployments/tron-sandbox-local/SendUln302.json +11 -11
- package/deployments/tron-sandbox-local/SimpleMessageLib.json +11 -11
- package/deployments/tron-sandbox-local/Treasury.json +10 -10
- package/deployments/tron-sandbox-local/TreasuryFeeHandler.json +7 -7
- package/package.json +9 -9
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0x172A64E3af63b0e46c82e0E552AD243e83e335Ea",
|
|
3
3
|
"abi": [
|
|
4
4
|
{
|
|
5
5
|
"inputs": [
|
|
@@ -133,64 +133,64 @@
|
|
|
133
133
|
"type": "receive"
|
|
134
134
|
}
|
|
135
135
|
],
|
|
136
|
-
"transactionHash": "
|
|
136
|
+
"transactionHash": "0x5ca81d0c9068b5e6930b487b569c031a878d7226817452d834521fa327faeb43",
|
|
137
137
|
"receipt": {
|
|
138
138
|
"to": null,
|
|
139
139
|
"from": "0x70997970C51812dc3A010C7d01b50e0d17dc79C8",
|
|
140
|
-
"contractAddress": "
|
|
140
|
+
"contractAddress": "0x172A64E3af63b0e46c82e0E552AD243e83e335Ea",
|
|
141
141
|
"transactionIndex": 0,
|
|
142
142
|
"gasUsed": "595582",
|
|
143
143
|
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
144
|
-
"blockHash": "
|
|
145
|
-
"transactionHash": "
|
|
144
|
+
"blockHash": "0x00000000000000b87ac4f9ab06090e8cd1c004e3a5cd94ea18544a1f9c08c988",
|
|
145
|
+
"transactionHash": "0x5ca81d0c9068b5e6930b487b569c031a878d7226817452d834521fa327faeb43",
|
|
146
146
|
"logs": [
|
|
147
147
|
{
|
|
148
148
|
"transactionIndex": 0,
|
|
149
|
-
"blockNumber":
|
|
150
|
-
"transactionHash": "
|
|
151
|
-
"address": "
|
|
149
|
+
"blockNumber": 184,
|
|
150
|
+
"transactionHash": "0x5ca81d0c9068b5e6930b487b569c031a878d7226817452d834521fa327faeb43",
|
|
151
|
+
"address": "0x172A64E3af63b0e46c82e0E552AD243e83e335Ea",
|
|
152
152
|
"topics": [
|
|
153
153
|
"0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b",
|
|
154
|
-
"
|
|
154
|
+
"0x000000000000000000000000d66777dea2dd489c5e722ef8bc1843650a7243f6"
|
|
155
155
|
],
|
|
156
156
|
"data": "0x",
|
|
157
157
|
"logIndex": 0,
|
|
158
|
-
"blockHash": "
|
|
158
|
+
"blockHash": "0x00000000000000b87ac4f9ab06090e8cd1c004e3a5cd94ea18544a1f9c08c988"
|
|
159
159
|
},
|
|
160
160
|
{
|
|
161
161
|
"transactionIndex": 0,
|
|
162
|
-
"blockNumber":
|
|
163
|
-
"transactionHash": "
|
|
164
|
-
"address": "
|
|
162
|
+
"blockNumber": 184,
|
|
163
|
+
"transactionHash": "0x5ca81d0c9068b5e6930b487b569c031a878d7226817452d834521fa327faeb43",
|
|
164
|
+
"address": "0x172A64E3af63b0e46c82e0E552AD243e83e335Ea",
|
|
165
165
|
"topics": [
|
|
166
166
|
"0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"
|
|
167
167
|
],
|
|
168
168
|
"data": "0x0000000000000000000000000000000000000000000000000000000000000001",
|
|
169
169
|
"logIndex": 1,
|
|
170
|
-
"blockHash": "
|
|
170
|
+
"blockHash": "0x00000000000000b87ac4f9ab06090e8cd1c004e3a5cd94ea18544a1f9c08c988"
|
|
171
171
|
},
|
|
172
172
|
{
|
|
173
173
|
"transactionIndex": 0,
|
|
174
|
-
"blockNumber":
|
|
175
|
-
"transactionHash": "
|
|
176
|
-
"address": "
|
|
174
|
+
"blockNumber": 184,
|
|
175
|
+
"transactionHash": "0x5ca81d0c9068b5e6930b487b569c031a878d7226817452d834521fa327faeb43",
|
|
176
|
+
"address": "0x172A64E3af63b0e46c82e0E552AD243e83e335Ea",
|
|
177
177
|
"topics": [
|
|
178
178
|
"0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"
|
|
179
179
|
],
|
|
180
|
-
"data": "
|
|
180
|
+
"data": "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084033c5fca8f88bb10d6632feb0f5f73af50750c",
|
|
181
181
|
"logIndex": 2,
|
|
182
|
-
"blockHash": "
|
|
182
|
+
"blockHash": "0x00000000000000b87ac4f9ab06090e8cd1c004e3a5cd94ea18544a1f9c08c988"
|
|
183
183
|
}
|
|
184
184
|
],
|
|
185
|
-
"blockNumber":
|
|
185
|
+
"blockNumber": 184,
|
|
186
186
|
"cumulativeGasUsed": "595582",
|
|
187
187
|
"status": 1,
|
|
188
188
|
"byzantium": true
|
|
189
189
|
},
|
|
190
190
|
"args": [
|
|
191
|
-
"
|
|
192
|
-
"
|
|
193
|
-
"
|
|
191
|
+
"0xd66777DeA2DD489C5e722eF8Bc1843650A7243f6",
|
|
192
|
+
"0x84033C5Fca8F88bB10d6632feB0f5F73Af50750C",
|
|
193
|
+
"0x485cc9550000000000000000000000008288659cb5b850f0aa8ecc9a739b60169eeac3e40000000000000000000000006beb39009b47a614dbed1dc50d7b7fe3784823e6"
|
|
194
194
|
],
|
|
195
195
|
"numDeployments": 1,
|
|
196
196
|
"solcInputHash": "38c6bf91dbc1d60a5bc376d132d458fc",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0xC9b6deb2bF7b18Ff0E72F74F8fE486CeFb8183A8",
|
|
3
3
|
"abi": [
|
|
4
4
|
{
|
|
5
5
|
"inputs": [
|
|
@@ -991,22 +991,22 @@
|
|
|
991
991
|
"type": "function"
|
|
992
992
|
}
|
|
993
993
|
],
|
|
994
|
-
"transactionHash": "
|
|
994
|
+
"transactionHash": "0x84aa33707c20a2d92ae184529a478d6d36e9e6c74c2c9ae60b2e57730865bbd0",
|
|
995
995
|
"receipt": {
|
|
996
996
|
"to": null,
|
|
997
997
|
"from": "0x70997970C51812dc3A010C7d01b50e0d17dc79C8",
|
|
998
|
-
"contractAddress": "
|
|
998
|
+
"contractAddress": "0xC9b6deb2bF7b18Ff0E72F74F8fE486CeFb8183A8",
|
|
999
999
|
"transactionIndex": 0,
|
|
1000
1000
|
"gasUsed": "2683557",
|
|
1001
1001
|
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
1002
|
-
"blockHash": "
|
|
1003
|
-
"transactionHash": "
|
|
1002
|
+
"blockHash": "0x0000000000000081a55ef31421b7b80e13c8824f13a68afb3a9ff1d6e3149fe1",
|
|
1003
|
+
"transactionHash": "0x84aa33707c20a2d92ae184529a478d6d36e9e6c74c2c9ae60b2e57730865bbd0",
|
|
1004
1004
|
"logs": [
|
|
1005
1005
|
{
|
|
1006
1006
|
"transactionIndex": 0,
|
|
1007
|
-
"blockNumber":
|
|
1008
|
-
"transactionHash": "
|
|
1009
|
-
"address": "
|
|
1007
|
+
"blockNumber": 129,
|
|
1008
|
+
"transactionHash": "0x84aa33707c20a2d92ae184529a478d6d36e9e6c74c2c9ae60b2e57730865bbd0",
|
|
1009
|
+
"address": "0xC9b6deb2bF7b18Ff0E72F74F8fE486CeFb8183A8",
|
|
1010
1010
|
"topics": [
|
|
1011
1011
|
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
|
|
1012
1012
|
"0x0000000000000000000000000000000000000000000000000000000000000000",
|
|
@@ -1014,16 +1014,16 @@
|
|
|
1014
1014
|
],
|
|
1015
1015
|
"data": "0x",
|
|
1016
1016
|
"logIndex": 0,
|
|
1017
|
-
"blockHash": "
|
|
1017
|
+
"blockHash": "0x0000000000000081a55ef31421b7b80e13c8824f13a68afb3a9ff1d6e3149fe1"
|
|
1018
1018
|
}
|
|
1019
1019
|
],
|
|
1020
|
-
"blockNumber":
|
|
1020
|
+
"blockNumber": 129,
|
|
1021
1021
|
"cumulativeGasUsed": "2683557",
|
|
1022
1022
|
"status": 1,
|
|
1023
1023
|
"byzantium": true
|
|
1024
1024
|
},
|
|
1025
1025
|
"args": [
|
|
1026
|
-
"
|
|
1026
|
+
"0x584E0cC582a1804B0455f544D01D5E1d8F7305B3",
|
|
1027
1027
|
20420
|
|
1028
1028
|
],
|
|
1029
1029
|
"numDeployments": 1,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0x365B290e8cB14C2fE46E7E559FAD41b58A3D4A5B",
|
|
3
3
|
"abi": [
|
|
4
4
|
{
|
|
5
5
|
"anonymous": false,
|
|
@@ -248,64 +248,64 @@
|
|
|
248
248
|
"type": "constructor"
|
|
249
249
|
}
|
|
250
250
|
],
|
|
251
|
-
"transactionHash": "
|
|
251
|
+
"transactionHash": "0x47c00d25182544de7d2e276ab2e3bee54f5166bf3e8d213e9c88b24da5a966e0",
|
|
252
252
|
"receipt": {
|
|
253
253
|
"to": null,
|
|
254
254
|
"from": "0x3C44CdDdB6a900fa2b585dd299e03d12FA4293BC",
|
|
255
|
-
"contractAddress": "
|
|
255
|
+
"contractAddress": "0x365B290e8cB14C2fE46E7E559FAD41b58A3D4A5B",
|
|
256
256
|
"transactionIndex": 0,
|
|
257
257
|
"gasUsed": "589670",
|
|
258
258
|
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
259
|
-
"blockHash": "
|
|
260
|
-
"transactionHash": "
|
|
259
|
+
"blockHash": "0x0000000000000085261adfc3447158b595b25a1093c3178b8beff86b0b6b46b6",
|
|
260
|
+
"transactionHash": "0x47c00d25182544de7d2e276ab2e3bee54f5166bf3e8d213e9c88b24da5a966e0",
|
|
261
261
|
"logs": [
|
|
262
262
|
{
|
|
263
263
|
"transactionIndex": 0,
|
|
264
|
-
"blockNumber":
|
|
265
|
-
"transactionHash": "
|
|
266
|
-
"address": "
|
|
264
|
+
"blockNumber": 133,
|
|
265
|
+
"transactionHash": "0x47c00d25182544de7d2e276ab2e3bee54f5166bf3e8d213e9c88b24da5a966e0",
|
|
266
|
+
"address": "0x365B290e8cB14C2fE46E7E559FAD41b58A3D4A5B",
|
|
267
267
|
"topics": [
|
|
268
268
|
"0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b",
|
|
269
|
-
"
|
|
269
|
+
"0x000000000000000000000000f57ba6818b70372fe4ee7e685edab964070355c4"
|
|
270
270
|
],
|
|
271
271
|
"data": "0x",
|
|
272
272
|
"logIndex": 0,
|
|
273
|
-
"blockHash": "
|
|
273
|
+
"blockHash": "0x0000000000000085261adfc3447158b595b25a1093c3178b8beff86b0b6b46b6"
|
|
274
274
|
},
|
|
275
275
|
{
|
|
276
276
|
"transactionIndex": 0,
|
|
277
|
-
"blockNumber":
|
|
278
|
-
"transactionHash": "
|
|
279
|
-
"address": "
|
|
277
|
+
"blockNumber": 133,
|
|
278
|
+
"transactionHash": "0x47c00d25182544de7d2e276ab2e3bee54f5166bf3e8d213e9c88b24da5a966e0",
|
|
279
|
+
"address": "0x365B290e8cB14C2fE46E7E559FAD41b58A3D4A5B",
|
|
280
280
|
"topics": [
|
|
281
281
|
"0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"
|
|
282
282
|
],
|
|
283
283
|
"data": "0x0000000000000000000000000000000000000000000000000000000000000001",
|
|
284
284
|
"logIndex": 1,
|
|
285
|
-
"blockHash": "
|
|
285
|
+
"blockHash": "0x0000000000000085261adfc3447158b595b25a1093c3178b8beff86b0b6b46b6"
|
|
286
286
|
},
|
|
287
287
|
{
|
|
288
288
|
"transactionIndex": 0,
|
|
289
|
-
"blockNumber":
|
|
290
|
-
"transactionHash": "
|
|
291
|
-
"address": "
|
|
289
|
+
"blockNumber": 133,
|
|
290
|
+
"transactionHash": "0x47c00d25182544de7d2e276ab2e3bee54f5166bf3e8d213e9c88b24da5a966e0",
|
|
291
|
+
"address": "0x365B290e8cB14C2fE46E7E559FAD41b58A3D4A5B",
|
|
292
292
|
"topics": [
|
|
293
293
|
"0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"
|
|
294
294
|
],
|
|
295
|
-
"data": "
|
|
295
|
+
"data": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000f53bb92d46f6472740603283ecf784d9d57873f8",
|
|
296
296
|
"logIndex": 2,
|
|
297
|
-
"blockHash": "
|
|
297
|
+
"blockHash": "0x0000000000000085261adfc3447158b595b25a1093c3178b8beff86b0b6b46b6"
|
|
298
298
|
}
|
|
299
299
|
],
|
|
300
|
-
"blockNumber":
|
|
300
|
+
"blockNumber": 133,
|
|
301
301
|
"cumulativeGasUsed": "589670",
|
|
302
302
|
"status": 1,
|
|
303
303
|
"byzantium": true
|
|
304
304
|
},
|
|
305
305
|
"args": [
|
|
306
|
-
"
|
|
307
|
-
"
|
|
308
|
-
"
|
|
306
|
+
"0xf57Ba6818b70372fe4eE7e685edaB964070355c4",
|
|
307
|
+
"0xf53BB92D46F6472740603283EcF784d9d57873F8",
|
|
308
|
+
"0xc1554a4b000000000000000000000000584e0cc582a1804b0455f544d01d5e1d8f7305b30000000000000000000000000000000000000000000000000000000000004fc4000000000000000000000000c9b6deb2bf7b18ff0e72f74f8fe486cefb8183a8"
|
|
309
309
|
],
|
|
310
310
|
"numDeployments": 1,
|
|
311
311
|
"solcInputHash": "38c6bf91dbc1d60a5bc376d132d458fc",
|
|
@@ -315,12 +315,12 @@
|
|
|
315
315
|
"execute": {
|
|
316
316
|
"methodName": "initialize",
|
|
317
317
|
"args": [
|
|
318
|
-
"
|
|
318
|
+
"0x584E0cC582a1804B0455f544D01D5E1d8F7305B3",
|
|
319
319
|
20420,
|
|
320
|
-
"
|
|
320
|
+
"0xC9b6deb2bF7b18Ff0E72F74F8fE486CeFb8183A8"
|
|
321
321
|
]
|
|
322
322
|
},
|
|
323
|
-
"implementation": "
|
|
323
|
+
"implementation": "0xf57Ba6818b70372fe4eE7e685edaB964070355c4",
|
|
324
324
|
"devdoc": {
|
|
325
325
|
"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 that says \"admin cannot fallback to proxy target\". 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.",
|
|
326
326
|
"kind": "dev",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0xf57Ba6818b70372fe4eE7e685edaB964070355c4",
|
|
3
3
|
"abi": [
|
|
4
4
|
{
|
|
5
5
|
"inputs": [],
|
|
@@ -117,18 +117,18 @@
|
|
|
117
117
|
"type": "function"
|
|
118
118
|
}
|
|
119
119
|
],
|
|
120
|
-
"transactionHash": "
|
|
120
|
+
"transactionHash": "0x18fe9368e6057d481577d6efac6cc7275783702788b5903bc7fdee20a94221ec",
|
|
121
121
|
"receipt": {
|
|
122
122
|
"to": null,
|
|
123
123
|
"from": "0x3C44CdDdB6a900fa2b585dd299e03d12FA4293BC",
|
|
124
|
-
"contractAddress": "
|
|
124
|
+
"contractAddress": "0xf57Ba6818b70372fe4eE7e685edaB964070355c4",
|
|
125
125
|
"transactionIndex": 0,
|
|
126
126
|
"gasUsed": "895172",
|
|
127
127
|
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
128
|
-
"blockHash": "
|
|
129
|
-
"transactionHash": "
|
|
128
|
+
"blockHash": "0x0000000000000084c8b20ddaaab1c864c733ce8d949510dd3d2a026edd88e4c2",
|
|
129
|
+
"transactionHash": "0x18fe9368e6057d481577d6efac6cc7275783702788b5903bc7fdee20a94221ec",
|
|
130
130
|
"logs": [],
|
|
131
|
-
"blockNumber":
|
|
131
|
+
"blockNumber": 132,
|
|
132
132
|
"cumulativeGasUsed": "895172",
|
|
133
133
|
"status": 1,
|
|
134
134
|
"byzantium": true
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0x365B290e8cB14C2fE46E7E559FAD41b58A3D4A5B",
|
|
3
3
|
"abi": [
|
|
4
4
|
{
|
|
5
5
|
"inputs": [
|
|
@@ -133,64 +133,64 @@
|
|
|
133
133
|
"type": "receive"
|
|
134
134
|
}
|
|
135
135
|
],
|
|
136
|
-
"transactionHash": "
|
|
136
|
+
"transactionHash": "0x47c00d25182544de7d2e276ab2e3bee54f5166bf3e8d213e9c88b24da5a966e0",
|
|
137
137
|
"receipt": {
|
|
138
138
|
"to": null,
|
|
139
139
|
"from": "0x3C44CdDdB6a900fa2b585dd299e03d12FA4293BC",
|
|
140
|
-
"contractAddress": "
|
|
140
|
+
"contractAddress": "0x365B290e8cB14C2fE46E7E559FAD41b58A3D4A5B",
|
|
141
141
|
"transactionIndex": 0,
|
|
142
142
|
"gasUsed": "589670",
|
|
143
143
|
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
144
|
-
"blockHash": "
|
|
145
|
-
"transactionHash": "
|
|
144
|
+
"blockHash": "0x0000000000000085261adfc3447158b595b25a1093c3178b8beff86b0b6b46b6",
|
|
145
|
+
"transactionHash": "0x47c00d25182544de7d2e276ab2e3bee54f5166bf3e8d213e9c88b24da5a966e0",
|
|
146
146
|
"logs": [
|
|
147
147
|
{
|
|
148
148
|
"transactionIndex": 0,
|
|
149
|
-
"blockNumber":
|
|
150
|
-
"transactionHash": "
|
|
151
|
-
"address": "
|
|
149
|
+
"blockNumber": 133,
|
|
150
|
+
"transactionHash": "0x47c00d25182544de7d2e276ab2e3bee54f5166bf3e8d213e9c88b24da5a966e0",
|
|
151
|
+
"address": "0x365B290e8cB14C2fE46E7E559FAD41b58A3D4A5B",
|
|
152
152
|
"topics": [
|
|
153
153
|
"0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b",
|
|
154
|
-
"
|
|
154
|
+
"0x000000000000000000000000f57ba6818b70372fe4ee7e685edab964070355c4"
|
|
155
155
|
],
|
|
156
156
|
"data": "0x",
|
|
157
157
|
"logIndex": 0,
|
|
158
|
-
"blockHash": "
|
|
158
|
+
"blockHash": "0x0000000000000085261adfc3447158b595b25a1093c3178b8beff86b0b6b46b6"
|
|
159
159
|
},
|
|
160
160
|
{
|
|
161
161
|
"transactionIndex": 0,
|
|
162
|
-
"blockNumber":
|
|
163
|
-
"transactionHash": "
|
|
164
|
-
"address": "
|
|
162
|
+
"blockNumber": 133,
|
|
163
|
+
"transactionHash": "0x47c00d25182544de7d2e276ab2e3bee54f5166bf3e8d213e9c88b24da5a966e0",
|
|
164
|
+
"address": "0x365B290e8cB14C2fE46E7E559FAD41b58A3D4A5B",
|
|
165
165
|
"topics": [
|
|
166
166
|
"0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"
|
|
167
167
|
],
|
|
168
168
|
"data": "0x0000000000000000000000000000000000000000000000000000000000000001",
|
|
169
169
|
"logIndex": 1,
|
|
170
|
-
"blockHash": "
|
|
170
|
+
"blockHash": "0x0000000000000085261adfc3447158b595b25a1093c3178b8beff86b0b6b46b6"
|
|
171
171
|
},
|
|
172
172
|
{
|
|
173
173
|
"transactionIndex": 0,
|
|
174
|
-
"blockNumber":
|
|
175
|
-
"transactionHash": "
|
|
176
|
-
"address": "
|
|
174
|
+
"blockNumber": 133,
|
|
175
|
+
"transactionHash": "0x47c00d25182544de7d2e276ab2e3bee54f5166bf3e8d213e9c88b24da5a966e0",
|
|
176
|
+
"address": "0x365B290e8cB14C2fE46E7E559FAD41b58A3D4A5B",
|
|
177
177
|
"topics": [
|
|
178
178
|
"0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"
|
|
179
179
|
],
|
|
180
|
-
"data": "
|
|
180
|
+
"data": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000f53bb92d46f6472740603283ecf784d9d57873f8",
|
|
181
181
|
"logIndex": 2,
|
|
182
|
-
"blockHash": "
|
|
182
|
+
"blockHash": "0x0000000000000085261adfc3447158b595b25a1093c3178b8beff86b0b6b46b6"
|
|
183
183
|
}
|
|
184
184
|
],
|
|
185
|
-
"blockNumber":
|
|
185
|
+
"blockNumber": 133,
|
|
186
186
|
"cumulativeGasUsed": "589670",
|
|
187
187
|
"status": 1,
|
|
188
188
|
"byzantium": true
|
|
189
189
|
},
|
|
190
190
|
"args": [
|
|
191
|
-
"
|
|
192
|
-
"
|
|
193
|
-
"
|
|
191
|
+
"0xf57Ba6818b70372fe4eE7e685edaB964070355c4",
|
|
192
|
+
"0xf53BB92D46F6472740603283EcF784d9d57873F8",
|
|
193
|
+
"0xc1554a4b000000000000000000000000584e0cc582a1804b0455f544d01d5e1d8f7305b30000000000000000000000000000000000000000000000000000000000004fc4000000000000000000000000c9b6deb2bf7b18ff0e72f74f8fe486cefb8183a8"
|
|
194
194
|
],
|
|
195
195
|
"numDeployments": 1,
|
|
196
196
|
"solcInputHash": "38c6bf91dbc1d60a5bc376d132d458fc",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0x32C2b0d5B9f84176793a1F7D6c93f261C0571839",
|
|
3
3
|
"abi": [
|
|
4
4
|
{
|
|
5
5
|
"inputs": [
|
|
@@ -748,22 +748,22 @@
|
|
|
748
748
|
"type": "function"
|
|
749
749
|
}
|
|
750
750
|
],
|
|
751
|
-
"transactionHash": "
|
|
751
|
+
"transactionHash": "0x2d3fa4be722a615414daa36676a1960ca18ce694b3473a0268c8aacac4cbeefd",
|
|
752
752
|
"receipt": {
|
|
753
753
|
"to": null,
|
|
754
754
|
"from": "0x70997970C51812dc3A010C7d01b50e0d17dc79C8",
|
|
755
|
-
"contractAddress": "
|
|
755
|
+
"contractAddress": "0x32C2b0d5B9f84176793a1F7D6c93f261C0571839",
|
|
756
756
|
"transactionIndex": 0,
|
|
757
757
|
"gasUsed": "2266860",
|
|
758
758
|
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
759
|
-
"blockHash": "
|
|
760
|
-
"transactionHash": "
|
|
759
|
+
"blockHash": "0x00000000000000884e2be1b8dee873127cb6ec583c509823bdf02edbd893e8c1",
|
|
760
|
+
"transactionHash": "0x2d3fa4be722a615414daa36676a1960ca18ce694b3473a0268c8aacac4cbeefd",
|
|
761
761
|
"logs": [
|
|
762
762
|
{
|
|
763
763
|
"transactionIndex": 0,
|
|
764
|
-
"blockNumber":
|
|
765
|
-
"transactionHash": "
|
|
766
|
-
"address": "
|
|
764
|
+
"blockNumber": 136,
|
|
765
|
+
"transactionHash": "0x2d3fa4be722a615414daa36676a1960ca18ce694b3473a0268c8aacac4cbeefd",
|
|
766
|
+
"address": "0x32C2b0d5B9f84176793a1F7D6c93f261C0571839",
|
|
767
767
|
"topics": [
|
|
768
768
|
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
|
|
769
769
|
"0x0000000000000000000000000000000000000000000000000000000000000000",
|
|
@@ -771,16 +771,16 @@
|
|
|
771
771
|
],
|
|
772
772
|
"data": "0x",
|
|
773
773
|
"logIndex": 0,
|
|
774
|
-
"blockHash": "
|
|
774
|
+
"blockHash": "0x00000000000000884e2be1b8dee873127cb6ec583c509823bdf02edbd893e8c1"
|
|
775
775
|
}
|
|
776
776
|
],
|
|
777
|
-
"blockNumber":
|
|
777
|
+
"blockNumber": 136,
|
|
778
778
|
"cumulativeGasUsed": "2266860",
|
|
779
779
|
"status": 1,
|
|
780
780
|
"byzantium": true
|
|
781
781
|
},
|
|
782
782
|
"args": [
|
|
783
|
-
"
|
|
783
|
+
"0x8288659CB5B850f0aa8Ecc9a739B60169EeAc3E4"
|
|
784
784
|
],
|
|
785
785
|
"numDeployments": 1,
|
|
786
786
|
"solcInputHash": "714031e6dade3e2f236b2792808e46af",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0xC09E3C8825E99059b4Ca522ADf1D20bd96D830Cf",
|
|
3
3
|
"abi": [
|
|
4
4
|
{
|
|
5
5
|
"anonymous": false,
|
|
@@ -373,64 +373,64 @@
|
|
|
373
373
|
"type": "constructor"
|
|
374
374
|
}
|
|
375
375
|
],
|
|
376
|
-
"transactionHash": "
|
|
376
|
+
"transactionHash": "0x32c385a19ea739127f2e590b81366d980e81eb5de08c2d5650e88310747a0426",
|
|
377
377
|
"receipt": {
|
|
378
378
|
"to": null,
|
|
379
379
|
"from": "0x3C44CdDdB6a900fa2b585dd299e03d12FA4293BC",
|
|
380
|
-
"contractAddress": "
|
|
380
|
+
"contractAddress": "0xC09E3C8825E99059b4Ca522ADf1D20bd96D830Cf",
|
|
381
381
|
"transactionIndex": 0,
|
|
382
382
|
"gasUsed": "595604",
|
|
383
383
|
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
384
|
-
"blockHash": "
|
|
385
|
-
"transactionHash": "
|
|
384
|
+
"blockHash": "0x000000000000008bc6b3706b53ed6e83ecfa9854be1513fedcd554a1ba4847aa",
|
|
385
|
+
"transactionHash": "0x32c385a19ea739127f2e590b81366d980e81eb5de08c2d5650e88310747a0426",
|
|
386
386
|
"logs": [
|
|
387
387
|
{
|
|
388
388
|
"transactionIndex": 0,
|
|
389
|
-
"blockNumber":
|
|
390
|
-
"transactionHash": "
|
|
391
|
-
"address": "
|
|
389
|
+
"blockNumber": 139,
|
|
390
|
+
"transactionHash": "0x32c385a19ea739127f2e590b81366d980e81eb5de08c2d5650e88310747a0426",
|
|
391
|
+
"address": "0xC09E3C8825E99059b4Ca522ADf1D20bd96D830Cf",
|
|
392
392
|
"topics": [
|
|
393
393
|
"0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b",
|
|
394
|
-
"
|
|
394
|
+
"0x0000000000000000000000002fdfbd01717f63ed321935855c0968fc000f408d"
|
|
395
395
|
],
|
|
396
396
|
"data": "0x",
|
|
397
397
|
"logIndex": 0,
|
|
398
|
-
"blockHash": "
|
|
398
|
+
"blockHash": "0x000000000000008bc6b3706b53ed6e83ecfa9854be1513fedcd554a1ba4847aa"
|
|
399
399
|
},
|
|
400
400
|
{
|
|
401
401
|
"transactionIndex": 0,
|
|
402
|
-
"blockNumber":
|
|
403
|
-
"transactionHash": "
|
|
404
|
-
"address": "
|
|
402
|
+
"blockNumber": 139,
|
|
403
|
+
"transactionHash": "0x32c385a19ea739127f2e590b81366d980e81eb5de08c2d5650e88310747a0426",
|
|
404
|
+
"address": "0xC09E3C8825E99059b4Ca522ADf1D20bd96D830Cf",
|
|
405
405
|
"topics": [
|
|
406
406
|
"0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"
|
|
407
407
|
],
|
|
408
408
|
"data": "0x0000000000000000000000000000000000000000000000000000000000000001",
|
|
409
409
|
"logIndex": 1,
|
|
410
|
-
"blockHash": "
|
|
410
|
+
"blockHash": "0x000000000000008bc6b3706b53ed6e83ecfa9854be1513fedcd554a1ba4847aa"
|
|
411
411
|
},
|
|
412
412
|
{
|
|
413
413
|
"transactionIndex": 0,
|
|
414
|
-
"blockNumber":
|
|
415
|
-
"transactionHash": "
|
|
416
|
-
"address": "
|
|
414
|
+
"blockNumber": 139,
|
|
415
|
+
"transactionHash": "0x32c385a19ea739127f2e590b81366d980e81eb5de08c2d5650e88310747a0426",
|
|
416
|
+
"address": "0xC09E3C8825E99059b4Ca522ADf1D20bd96D830Cf",
|
|
417
417
|
"topics": [
|
|
418
418
|
"0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"
|
|
419
419
|
],
|
|
420
|
-
"data": "
|
|
420
|
+
"data": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000f53bb92d46f6472740603283ecf784d9d57873f8",
|
|
421
421
|
"logIndex": 2,
|
|
422
|
-
"blockHash": "
|
|
422
|
+
"blockHash": "0x000000000000008bc6b3706b53ed6e83ecfa9854be1513fedcd554a1ba4847aa"
|
|
423
423
|
}
|
|
424
424
|
],
|
|
425
|
-
"blockNumber":
|
|
425
|
+
"blockNumber": 139,
|
|
426
426
|
"cumulativeGasUsed": "595604",
|
|
427
427
|
"status": 1,
|
|
428
428
|
"byzantium": true
|
|
429
429
|
},
|
|
430
430
|
"args": [
|
|
431
|
-
"
|
|
432
|
-
"
|
|
433
|
-
"
|
|
431
|
+
"0x2fDfBD01717f63ed321935855C0968fc000f408D",
|
|
432
|
+
"0xf53BB92D46F6472740603283EcF784d9d57873F8",
|
|
433
|
+
"0x485cc9550000000000000000000000008288659cb5b850f0aa8ecc9a739b60169eeac3e400000000000000000000000032c2b0d5b9f84176793a1f7d6c93f261c0571839"
|
|
434
434
|
],
|
|
435
435
|
"numDeployments": 1,
|
|
436
436
|
"solcInputHash": "38c6bf91dbc1d60a5bc376d132d458fc",
|
|
@@ -440,11 +440,11 @@
|
|
|
440
440
|
"execute": {
|
|
441
441
|
"methodName": "initialize",
|
|
442
442
|
"args": [
|
|
443
|
-
"
|
|
444
|
-
"
|
|
443
|
+
"0x8288659CB5B850f0aa8Ecc9a739B60169EeAc3E4",
|
|
444
|
+
"0x32C2b0d5B9f84176793a1F7D6c93f261C0571839"
|
|
445
445
|
]
|
|
446
446
|
},
|
|
447
|
-
"implementation": "
|
|
447
|
+
"implementation": "0x2fDfBD01717f63ed321935855C0968fc000f408D",
|
|
448
448
|
"devdoc": {
|
|
449
449
|
"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 that says \"admin cannot fallback to proxy target\". 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.",
|
|
450
450
|
"kind": "dev",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0x2fDfBD01717f63ed321935855C0968fc000f408D",
|
|
3
3
|
"abi": [
|
|
4
4
|
{
|
|
5
5
|
"anonymous": false,
|
|
@@ -242,16 +242,16 @@
|
|
|
242
242
|
"type": "function"
|
|
243
243
|
}
|
|
244
244
|
],
|
|
245
|
-
"transactionHash": "
|
|
245
|
+
"transactionHash": "0xc93b1dfa7fa1d528374cac1cf54e79ffae7bb395b6442eb1f3c7d2fd85de509e",
|
|
246
246
|
"receipt": {
|
|
247
247
|
"to": null,
|
|
248
248
|
"from": "0x3C44CdDdB6a900fa2b585dd299e03d12FA4293BC",
|
|
249
|
-
"contractAddress": "
|
|
249
|
+
"contractAddress": "0x2fDfBD01717f63ed321935855C0968fc000f408D",
|
|
250
250
|
"transactionIndex": 0,
|
|
251
251
|
"gasUsed": "1243338",
|
|
252
252
|
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
253
|
-
"blockHash": "
|
|
254
|
-
"transactionHash": "
|
|
253
|
+
"blockHash": "0x000000000000008abf273adb32f43b3196a551ef9542ff461b1f271bdf66ed51",
|
|
254
|
+
"transactionHash": "0xc93b1dfa7fa1d528374cac1cf54e79ffae7bb395b6442eb1f3c7d2fd85de509e",
|
|
255
255
|
"logs": [],
|
|
256
256
|
"blockNumber": 138,
|
|
257
257
|
"cumulativeGasUsed": "1243338",
|