@layerzerolabs/lz-evm-sdk-v2 3.0.14 → 3.0.15

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.
Files changed (219) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/deployments/ape-mainnet/Executor.json +53 -18
  3. package/deployments/ape-mainnet/ExecutorFeeLib.json +198 -18
  4. package/deployments/ape-mainnet/Executor_Implementation.json +82 -34
  5. package/deployments/arbitrum-sandbox-local/DVN.json +19 -19
  6. package/deployments/arbitrum-sandbox-local/DVNDecompressor.json +7 -7
  7. package/deployments/arbitrum-sandbox-local/DVNFeeLib.json +7 -7
  8. package/deployments/arbitrum-sandbox-local/DefaultProxyAdmin.json +7 -7
  9. package/deployments/arbitrum-sandbox-local/EndpointV2.json +13 -13
  10. package/deployments/arbitrum-sandbox-local/EndpointV2View.json +13 -13
  11. package/deployments/arbitrum-sandbox-local/EndpointV2View_Implementation.json +4 -4
  12. package/deployments/arbitrum-sandbox-local/EndpointV2View_Proxy.json +13 -13
  13. package/deployments/arbitrum-sandbox-local/Executor.json +46 -46
  14. package/deployments/arbitrum-sandbox-local/ExecutorDecompressor.json +7 -7
  15. package/deployments/arbitrum-sandbox-local/ExecutorFeeLib.json +7 -7
  16. package/deployments/arbitrum-sandbox-local/ExecutorProxyAdmin.json +10 -10
  17. package/deployments/arbitrum-sandbox-local/Executor_Implementation.json +4 -4
  18. package/deployments/arbitrum-sandbox-local/Executor_Proxy.json +46 -46
  19. package/deployments/arbitrum-sandbox-local/LzExecutor.json +16 -16
  20. package/deployments/arbitrum-sandbox-local/LzExecutor_Implementation.json +4 -4
  21. package/deployments/arbitrum-sandbox-local/LzExecutor_Proxy.json +16 -16
  22. package/deployments/arbitrum-sandbox-local/MultiCall.json +4 -4
  23. package/deployments/arbitrum-sandbox-local/NonceContractMock.json +4 -4
  24. package/deployments/arbitrum-sandbox-local/PriceFeed.json +16 -16
  25. package/deployments/arbitrum-sandbox-local/PriceFeedProxyAdmin.json +10 -10
  26. package/deployments/arbitrum-sandbox-local/PriceFeed_Implementation.json +4 -4
  27. package/deployments/arbitrum-sandbox-local/PriceFeed_Proxy.json +16 -16
  28. package/deployments/arbitrum-sandbox-local/ReadLib1002.json +7 -7
  29. package/deployments/arbitrum-sandbox-local/ReadLib1002View.json +13 -13
  30. package/deployments/arbitrum-sandbox-local/ReadLib1002ViewProxyAdmin.json +10 -10
  31. package/deployments/arbitrum-sandbox-local/ReadLib1002View_Implementation.json +4 -4
  32. package/deployments/arbitrum-sandbox-local/ReadLib1002View_Proxy.json +13 -13
  33. package/deployments/arbitrum-sandbox-local/ReceiveUln301.json +7 -7
  34. package/deployments/arbitrum-sandbox-local/ReceiveUln301View.json +13 -13
  35. package/deployments/arbitrum-sandbox-local/ReceiveUln301View_Implementation.json +4 -4
  36. package/deployments/arbitrum-sandbox-local/ReceiveUln301View_Proxy.json +13 -13
  37. package/deployments/arbitrum-sandbox-local/ReceiveUln302.json +7 -7
  38. package/deployments/arbitrum-sandbox-local/ReceiveUln302View.json +13 -13
  39. package/deployments/arbitrum-sandbox-local/ReceiveUln302View_Implementation.json +4 -4
  40. package/deployments/arbitrum-sandbox-local/ReceiveUln302View_Proxy.json +13 -13
  41. package/deployments/arbitrum-sandbox-local/SendUln301.json +7 -7
  42. package/deployments/arbitrum-sandbox-local/SendUln302.json +7 -7
  43. package/deployments/arbitrum-sandbox-local/SimpleMessageLib.json +7 -7
  44. package/deployments/arbitrum-sandbox-local/Treasury.json +7 -7
  45. package/deployments/arbitrum-sandbox-local/TreasuryFeeHandler.json +4 -4
  46. package/deployments/avalanche-mainnet/Executor.json +51 -3
  47. package/deployments/avalanche-mainnet/ExecutorFeeLib.json +201 -21
  48. package/deployments/avalanche-mainnet/Executor_Implementation.json +99 -51
  49. package/deployments/bsc-mainnet/Executor.json +51 -3
  50. package/deployments/bsc-mainnet/ExecutorFeeLib.json +201 -21
  51. package/deployments/bsc-mainnet/Executor_Implementation.json +99 -51
  52. package/deployments/bsc-sandbox-local/DVN.json +19 -19
  53. package/deployments/bsc-sandbox-local/DVNDecompressor.json +7 -7
  54. package/deployments/bsc-sandbox-local/DVNFeeLib.json +7 -7
  55. package/deployments/bsc-sandbox-local/DefaultProxyAdmin.json +7 -7
  56. package/deployments/bsc-sandbox-local/EndpointV2.json +13 -13
  57. package/deployments/bsc-sandbox-local/EndpointV2View.json +13 -13
  58. package/deployments/bsc-sandbox-local/EndpointV2View_Implementation.json +4 -4
  59. package/deployments/bsc-sandbox-local/EndpointV2View_Proxy.json +13 -13
  60. package/deployments/bsc-sandbox-local/Executor.json +46 -46
  61. package/deployments/bsc-sandbox-local/ExecutorDecompressor.json +7 -7
  62. package/deployments/bsc-sandbox-local/ExecutorFeeLib.json +7 -7
  63. package/deployments/bsc-sandbox-local/ExecutorProxyAdmin.json +10 -10
  64. package/deployments/bsc-sandbox-local/Executor_Implementation.json +4 -4
  65. package/deployments/bsc-sandbox-local/Executor_Proxy.json +46 -46
  66. package/deployments/bsc-sandbox-local/LzExecutor.json +16 -16
  67. package/deployments/bsc-sandbox-local/LzExecutor_Implementation.json +4 -4
  68. package/deployments/bsc-sandbox-local/LzExecutor_Proxy.json +16 -16
  69. package/deployments/bsc-sandbox-local/MultiCall.json +4 -4
  70. package/deployments/bsc-sandbox-local/NonceContractMock.json +4 -4
  71. package/deployments/bsc-sandbox-local/PriceFeed.json +16 -16
  72. package/deployments/bsc-sandbox-local/PriceFeedProxyAdmin.json +10 -10
  73. package/deployments/bsc-sandbox-local/PriceFeed_Implementation.json +4 -4
  74. package/deployments/bsc-sandbox-local/PriceFeed_Proxy.json +16 -16
  75. package/deployments/bsc-sandbox-local/ReadLib1002.json +7 -7
  76. package/deployments/bsc-sandbox-local/ReadLib1002View.json +13 -13
  77. package/deployments/bsc-sandbox-local/ReadLib1002ViewProxyAdmin.json +10 -10
  78. package/deployments/bsc-sandbox-local/ReadLib1002View_Implementation.json +4 -4
  79. package/deployments/bsc-sandbox-local/ReadLib1002View_Proxy.json +13 -13
  80. package/deployments/bsc-sandbox-local/ReceiveUln301.json +7 -7
  81. package/deployments/bsc-sandbox-local/ReceiveUln301View.json +13 -13
  82. package/deployments/bsc-sandbox-local/ReceiveUln301View_Implementation.json +4 -4
  83. package/deployments/bsc-sandbox-local/ReceiveUln301View_Proxy.json +13 -13
  84. package/deployments/bsc-sandbox-local/ReceiveUln302.json +7 -7
  85. package/deployments/bsc-sandbox-local/ReceiveUln302View.json +13 -13
  86. package/deployments/bsc-sandbox-local/ReceiveUln302View_Implementation.json +4 -4
  87. package/deployments/bsc-sandbox-local/ReceiveUln302View_Proxy.json +13 -13
  88. package/deployments/bsc-sandbox-local/SendUln301.json +7 -7
  89. package/deployments/bsc-sandbox-local/SendUln302.json +7 -7
  90. package/deployments/bsc-sandbox-local/SimpleMessageLib.json +7 -7
  91. package/deployments/bsc-sandbox-local/Treasury.json +7 -7
  92. package/deployments/bsc-sandbox-local/TreasuryFeeHandler.json +4 -4
  93. package/deployments/ethereum-sandbox-local/DVN.json +19 -19
  94. package/deployments/ethereum-sandbox-local/DVNDecompressor.json +7 -7
  95. package/deployments/ethereum-sandbox-local/DVNFeeLib.json +7 -7
  96. package/deployments/ethereum-sandbox-local/DefaultProxyAdmin.json +7 -7
  97. package/deployments/ethereum-sandbox-local/EndpointV2.json +13 -13
  98. package/deployments/ethereum-sandbox-local/EndpointV2View.json +13 -13
  99. package/deployments/ethereum-sandbox-local/EndpointV2View_Implementation.json +4 -4
  100. package/deployments/ethereum-sandbox-local/EndpointV2View_Proxy.json +13 -13
  101. package/deployments/ethereum-sandbox-local/Executor.json +46 -46
  102. package/deployments/ethereum-sandbox-local/ExecutorDecompressor.json +7 -7
  103. package/deployments/ethereum-sandbox-local/ExecutorFeeLib.json +7 -7
  104. package/deployments/ethereum-sandbox-local/ExecutorProxyAdmin.json +10 -10
  105. package/deployments/ethereum-sandbox-local/Executor_Implementation.json +4 -4
  106. package/deployments/ethereum-sandbox-local/Executor_Proxy.json +46 -46
  107. package/deployments/ethereum-sandbox-local/LzExecutor.json +16 -16
  108. package/deployments/ethereum-sandbox-local/LzExecutor_Implementation.json +4 -4
  109. package/deployments/ethereum-sandbox-local/LzExecutor_Proxy.json +16 -16
  110. package/deployments/ethereum-sandbox-local/MultiCall.json +4 -4
  111. package/deployments/ethereum-sandbox-local/NonceContractMock.json +4 -4
  112. package/deployments/ethereum-sandbox-local/PriceFeed.json +16 -16
  113. package/deployments/ethereum-sandbox-local/PriceFeedProxyAdmin.json +10 -10
  114. package/deployments/ethereum-sandbox-local/PriceFeed_Implementation.json +4 -4
  115. package/deployments/ethereum-sandbox-local/PriceFeed_Proxy.json +16 -16
  116. package/deployments/ethereum-sandbox-local/ReadLib1002.json +7 -7
  117. package/deployments/ethereum-sandbox-local/ReadLib1002View.json +13 -13
  118. package/deployments/ethereum-sandbox-local/ReadLib1002ViewProxyAdmin.json +10 -10
  119. package/deployments/ethereum-sandbox-local/ReadLib1002View_Implementation.json +4 -4
  120. package/deployments/ethereum-sandbox-local/ReadLib1002View_Proxy.json +13 -13
  121. package/deployments/ethereum-sandbox-local/ReceiveUln301.json +7 -7
  122. package/deployments/ethereum-sandbox-local/ReceiveUln301View.json +13 -13
  123. package/deployments/ethereum-sandbox-local/ReceiveUln301View_Implementation.json +4 -4
  124. package/deployments/ethereum-sandbox-local/ReceiveUln301View_Proxy.json +13 -13
  125. package/deployments/ethereum-sandbox-local/ReceiveUln302.json +7 -7
  126. package/deployments/ethereum-sandbox-local/ReceiveUln302View.json +13 -13
  127. package/deployments/ethereum-sandbox-local/ReceiveUln302View_Implementation.json +4 -4
  128. package/deployments/ethereum-sandbox-local/ReceiveUln302View_Proxy.json +13 -13
  129. package/deployments/ethereum-sandbox-local/SendUln301.json +7 -7
  130. package/deployments/ethereum-sandbox-local/SendUln302.json +7 -7
  131. package/deployments/ethereum-sandbox-local/SimpleMessageLib.json +7 -7
  132. package/deployments/ethereum-sandbox-local/Treasury.json +7 -7
  133. package/deployments/ethereum-sandbox-local/TreasuryFeeHandler.json +4 -4
  134. package/deployments/polygon-mainnet/Executor.json +51 -3
  135. package/deployments/polygon-mainnet/ExecutorFeeLib.json +208 -28
  136. package/deployments/polygon-mainnet/Executor_Implementation.json +107 -59
  137. package/deployments/polygon-sandbox-local/DVN.json +13 -13
  138. package/deployments/polygon-sandbox-local/DVNDecompressor.json +5 -5
  139. package/deployments/polygon-sandbox-local/DVNFeeLib.json +5 -5
  140. package/deployments/polygon-sandbox-local/DefaultProxyAdmin.json +5 -5
  141. package/deployments/polygon-sandbox-local/EndpointV2.json +9 -9
  142. package/deployments/polygon-sandbox-local/EndpointV2View.json +9 -9
  143. package/deployments/polygon-sandbox-local/EndpointV2View_Implementation.json +3 -3
  144. package/deployments/polygon-sandbox-local/EndpointV2View_Proxy.json +9 -9
  145. package/deployments/polygon-sandbox-local/Executor.json +31 -31
  146. package/deployments/polygon-sandbox-local/ExecutorDecompressor.json +5 -5
  147. package/deployments/polygon-sandbox-local/ExecutorFeeLib.json +5 -5
  148. package/deployments/polygon-sandbox-local/ExecutorProxyAdmin.json +7 -7
  149. package/deployments/polygon-sandbox-local/Executor_Implementation.json +3 -3
  150. package/deployments/polygon-sandbox-local/Executor_Proxy.json +31 -31
  151. package/deployments/polygon-sandbox-local/LzExecutor.json +11 -11
  152. package/deployments/polygon-sandbox-local/LzExecutor_Implementation.json +3 -3
  153. package/deployments/polygon-sandbox-local/LzExecutor_Proxy.json +11 -11
  154. package/deployments/polygon-sandbox-local/MultiCall.json +3 -3
  155. package/deployments/polygon-sandbox-local/NonceContractMock.json +3 -3
  156. package/deployments/polygon-sandbox-local/PriceFeed.json +11 -11
  157. package/deployments/polygon-sandbox-local/PriceFeedProxyAdmin.json +7 -7
  158. package/deployments/polygon-sandbox-local/PriceFeed_Implementation.json +3 -3
  159. package/deployments/polygon-sandbox-local/PriceFeed_Proxy.json +11 -11
  160. package/deployments/polygon-sandbox-local/ReadLib1002.json +5 -5
  161. package/deployments/polygon-sandbox-local/ReadLib1002View.json +9 -9
  162. package/deployments/polygon-sandbox-local/ReadLib1002ViewProxyAdmin.json +7 -7
  163. package/deployments/polygon-sandbox-local/ReadLib1002View_Implementation.json +3 -3
  164. package/deployments/polygon-sandbox-local/ReadLib1002View_Proxy.json +9 -9
  165. package/deployments/polygon-sandbox-local/ReceiveUln301.json +5 -5
  166. package/deployments/polygon-sandbox-local/ReceiveUln301View.json +9 -9
  167. package/deployments/polygon-sandbox-local/ReceiveUln301View_Implementation.json +3 -3
  168. package/deployments/polygon-sandbox-local/ReceiveUln301View_Proxy.json +9 -9
  169. package/deployments/polygon-sandbox-local/ReceiveUln302.json +5 -5
  170. package/deployments/polygon-sandbox-local/ReceiveUln302View.json +9 -9
  171. package/deployments/polygon-sandbox-local/ReceiveUln302View_Implementation.json +3 -3
  172. package/deployments/polygon-sandbox-local/ReceiveUln302View_Proxy.json +9 -9
  173. package/deployments/polygon-sandbox-local/SendUln301.json +5 -5
  174. package/deployments/polygon-sandbox-local/SendUln302.json +5 -5
  175. package/deployments/polygon-sandbox-local/SimpleMessageLib.json +5 -5
  176. package/deployments/polygon-sandbox-local/Treasury.json +5 -5
  177. package/deployments/polygon-sandbox-local/TreasuryFeeHandler.json +3 -3
  178. package/deployments/tron-sandbox-local/DVN.json +35 -35
  179. package/deployments/tron-sandbox-local/DVNDecompressor.json +14 -14
  180. package/deployments/tron-sandbox-local/DVNFeeLib.json +10 -10
  181. package/deployments/tron-sandbox-local/DefaultProxyAdmin.json +10 -10
  182. package/deployments/tron-sandbox-local/EndpointV2.json +19 -19
  183. package/deployments/tron-sandbox-local/EndpointV2View.json +25 -25
  184. package/deployments/tron-sandbox-local/EndpointV2View_Implementation.json +6 -6
  185. package/deployments/tron-sandbox-local/EndpointV2View_Proxy.json +23 -23
  186. package/deployments/tron-sandbox-local/Executor.json +79 -79
  187. package/deployments/tron-sandbox-local/ExecutorDecompressor.json +11 -11
  188. package/deployments/tron-sandbox-local/ExecutorFeeLib.json +10 -10
  189. package/deployments/tron-sandbox-local/ExecutorProxyAdmin.json +14 -14
  190. package/deployments/tron-sandbox-local/Executor_Implementation.json +6 -6
  191. package/deployments/tron-sandbox-local/Executor_Proxy.json +71 -71
  192. package/deployments/tron-sandbox-local/LzExecutor.json +31 -31
  193. package/deployments/tron-sandbox-local/LzExecutor_Implementation.json +6 -6
  194. package/deployments/tron-sandbox-local/LzExecutor_Proxy.json +27 -27
  195. package/deployments/tron-sandbox-local/MultiCall.json +6 -6
  196. package/deployments/tron-sandbox-local/NonceContractMock.json +7 -7
  197. package/deployments/tron-sandbox-local/PriceFeed.json +27 -27
  198. package/deployments/tron-sandbox-local/PriceFeedProxyAdmin.json +11 -11
  199. package/deployments/tron-sandbox-local/PriceFeed_Implementation.json +5 -5
  200. package/deployments/tron-sandbox-local/PriceFeed_Proxy.json +26 -26
  201. package/deployments/tron-sandbox-local/ReadLib1002.json +11 -11
  202. package/deployments/tron-sandbox-local/ReadLib1002View.json +26 -26
  203. package/deployments/tron-sandbox-local/ReadLib1002ViewProxyAdmin.json +14 -14
  204. package/deployments/tron-sandbox-local/ReadLib1002View_Implementation.json +6 -6
  205. package/deployments/tron-sandbox-local/ReadLib1002View_Proxy.json +23 -23
  206. package/deployments/tron-sandbox-local/ReceiveUln301.json +11 -11
  207. package/deployments/tron-sandbox-local/ReceiveUln301View.json +26 -26
  208. package/deployments/tron-sandbox-local/ReceiveUln301View_Implementation.json +6 -6
  209. package/deployments/tron-sandbox-local/ReceiveUln301View_Proxy.json +23 -23
  210. package/deployments/tron-sandbox-local/ReceiveUln302.json +11 -11
  211. package/deployments/tron-sandbox-local/ReceiveUln302View.json +26 -26
  212. package/deployments/tron-sandbox-local/ReceiveUln302View_Implementation.json +6 -6
  213. package/deployments/tron-sandbox-local/ReceiveUln302View_Proxy.json +23 -23
  214. package/deployments/tron-sandbox-local/SendUln301.json +13 -13
  215. package/deployments/tron-sandbox-local/SendUln302.json +11 -11
  216. package/deployments/tron-sandbox-local/SimpleMessageLib.json +11 -11
  217. package/deployments/tron-sandbox-local/Treasury.json +10 -10
  218. package/deployments/tron-sandbox-local/TreasuryFeeHandler.json +7 -7
  219. package/package.json +9 -9
@@ -1,5 +1,5 @@
1
1
  {
2
- "address": "0x53B28143c03581C59f33473C3Fc663C3d7673edB",
2
+ "address": "0x74DF830Fbd744a3Dc1577958430cBF2E5231aAA2",
3
3
  "abi": [
4
4
  {
5
5
  "inputs": [
@@ -1315,18 +1315,18 @@
1315
1315
  "type": "function"
1316
1316
  }
1317
1317
  ],
1318
- "transactionHash": "0xe0519f849d7b5768b8e533492ad0273d6ab16b7971ee2d1c18bc503f1d9547c3",
1318
+ "transactionHash": "0x2b89ecc6661cf23840ec87b3cc8484b720e0a5a909c9b472f10ab51e50bf3aad",
1319
1319
  "receipt": {
1320
1320
  "to": null,
1321
1321
  "from": "0x3C44CdDdB6a900fa2b585dd299e03d12FA4293BC",
1322
- "contractAddress": "0x53B28143c03581C59f33473C3Fc663C3d7673edB",
1322
+ "contractAddress": "0x74DF830Fbd744a3Dc1577958430cBF2E5231aAA2",
1323
1323
  "transactionIndex": 0,
1324
1324
  "gasUsed": "4113759",
1325
1325
  "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
1326
- "blockHash": "0x00000000000000911b37d85197bb77806e61f9e791cbd6dd1f58b0526082e16c",
1327
- "transactionHash": "0xe0519f849d7b5768b8e533492ad0273d6ab16b7971ee2d1c18bc503f1d9547c3",
1326
+ "blockHash": "0x000000000000008f5aefa48d6deba3481d07ec0be7a3864d21586bfd4ea86ff5",
1327
+ "transactionHash": "0x2b89ecc6661cf23840ec87b3cc8484b720e0a5a909c9b472f10ab51e50bf3aad",
1328
1328
  "logs": [],
1329
- "blockNumber": 145,
1329
+ "blockNumber": 143,
1330
1330
  "cumulativeGasUsed": "4113759",
1331
1331
  "status": 1,
1332
1332
  "byzantium": true
@@ -1,5 +1,5 @@
1
1
  {
2
- "address": "0x426fAc189596F24783B30a5c78F573ADCEF36592",
2
+ "address": "0x6829f88764475205Cf0F93233EC629878522d3c2",
3
3
  "abi": [
4
4
  {
5
5
  "inputs": [
@@ -133,35 +133,35 @@
133
133
  "type": "receive"
134
134
  }
135
135
  ],
136
- "transactionHash": "0xf7193a6d6c238384d0ba6a70aad38f5da7c3a192e66258fb7efb05ad5c4caea7",
136
+ "transactionHash": "0x57482521c3b4cc0ac09cfd6012c771354b1051e07961a1e81f890c2ffe0c5c2b",
137
137
  "receipt": {
138
138
  "to": null,
139
139
  "from": "0x3C44CdDdB6a900fa2b585dd299e03d12FA4293BC",
140
- "contractAddress": "0x426fAc189596F24783B30a5c78F573ADCEF36592",
140
+ "contractAddress": "0x6829f88764475205Cf0F93233EC629878522d3c2",
141
141
  "transactionIndex": 0,
142
142
  "gasUsed": "930331",
143
143
  "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
144
- "blockHash": "0x0000000000000092f8abaa38b143eab2b0079f97b9b97bbab8a365759bf989d8",
145
- "transactionHash": "0xf7193a6d6c238384d0ba6a70aad38f5da7c3a192e66258fb7efb05ad5c4caea7",
144
+ "blockHash": "0x00000000000000910d975259c2b7b495f19f295dc45b1ad50f4eb93d68572960",
145
+ "transactionHash": "0x57482521c3b4cc0ac09cfd6012c771354b1051e07961a1e81f890c2ffe0c5c2b",
146
146
  "logs": [
147
147
  {
148
148
  "transactionIndex": 0,
149
- "blockNumber": 146,
150
- "transactionHash": "0xf7193a6d6c238384d0ba6a70aad38f5da7c3a192e66258fb7efb05ad5c4caea7",
151
- "address": "0x426fAc189596F24783B30a5c78F573ADCEF36592",
149
+ "blockNumber": 145,
150
+ "transactionHash": "0x57482521c3b4cc0ac09cfd6012c771354b1051e07961a1e81f890c2ffe0c5c2b",
151
+ "address": "0x6829f88764475205Cf0F93233EC629878522d3c2",
152
152
  "topics": [
153
153
  "0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b",
154
- "0x00000000000000000000000053b28143c03581c59f33473c3fc663c3d7673edb"
154
+ "0x00000000000000000000000074df830fbd744a3dc1577958430cbf2e5231aaa2"
155
155
  ],
156
156
  "data": "0x",
157
157
  "logIndex": 0,
158
- "blockHash": "0x0000000000000092f8abaa38b143eab2b0079f97b9b97bbab8a365759bf989d8"
158
+ "blockHash": "0x00000000000000910d975259c2b7b495f19f295dc45b1ad50f4eb93d68572960"
159
159
  },
160
160
  {
161
161
  "transactionIndex": 0,
162
- "blockNumber": 146,
163
- "transactionHash": "0xf7193a6d6c238384d0ba6a70aad38f5da7c3a192e66258fb7efb05ad5c4caea7",
164
- "address": "0x426fAc189596F24783B30a5c78F573ADCEF36592",
162
+ "blockNumber": 145,
163
+ "transactionHash": "0x57482521c3b4cc0ac09cfd6012c771354b1051e07961a1e81f890c2ffe0c5c2b",
164
+ "address": "0x6829f88764475205Cf0F93233EC629878522d3c2",
165
165
  "topics": [
166
166
  "0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
167
167
  "0x0000000000000000000000000000000000000000000000000000000000000000",
@@ -170,73 +170,73 @@
170
170
  ],
171
171
  "data": "0x",
172
172
  "logIndex": 1,
173
- "blockHash": "0x0000000000000092f8abaa38b143eab2b0079f97b9b97bbab8a365759bf989d8"
173
+ "blockHash": "0x00000000000000910d975259c2b7b495f19f295dc45b1ad50f4eb93d68572960"
174
174
  },
175
175
  {
176
176
  "transactionIndex": 0,
177
- "blockNumber": 146,
178
- "transactionHash": "0xf7193a6d6c238384d0ba6a70aad38f5da7c3a192e66258fb7efb05ad5c4caea7",
179
- "address": "0x426fAc189596F24783B30a5c78F573ADCEF36592",
177
+ "blockNumber": 145,
178
+ "transactionHash": "0x57482521c3b4cc0ac09cfd6012c771354b1051e07961a1e81f890c2ffe0c5c2b",
179
+ "address": "0x6829f88764475205Cf0F93233EC629878522d3c2",
180
180
  "topics": [
181
181
  "0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
182
182
  "0x724aface199fe5bed93ae8508474576a9adf3dc443b2c451842a2242919f19de",
183
- "0x000000000000000000000000e57a2260d3c33f54afe90d847a37ed2a539064a7",
183
+ "0x00000000000000000000000085ea1f3cb6540bc38f3b59b48c5840da316df229",
184
184
  "0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc"
185
185
  ],
186
186
  "data": "0x",
187
187
  "logIndex": 2,
188
- "blockHash": "0x0000000000000092f8abaa38b143eab2b0079f97b9b97bbab8a365759bf989d8"
188
+ "blockHash": "0x00000000000000910d975259c2b7b495f19f295dc45b1ad50f4eb93d68572960"
189
189
  },
190
190
  {
191
191
  "transactionIndex": 0,
192
- "blockNumber": 146,
193
- "transactionHash": "0xf7193a6d6c238384d0ba6a70aad38f5da7c3a192e66258fb7efb05ad5c4caea7",
194
- "address": "0x426fAc189596F24783B30a5c78F573ADCEF36592",
192
+ "blockNumber": 145,
193
+ "transactionHash": "0x57482521c3b4cc0ac09cfd6012c771354b1051e07961a1e81f890c2ffe0c5c2b",
194
+ "address": "0x6829f88764475205Cf0F93233EC629878522d3c2",
195
195
  "topics": [
196
196
  "0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
197
197
  "0x724aface199fe5bed93ae8508474576a9adf3dc443b2c451842a2242919f19de",
198
- "0x00000000000000000000000094c97cc5d8c4bf7ced28b4d96da8e85bfcd1f3a7",
198
+ "0x00000000000000000000000061ecad19b7e27a56b673e71c3bf6b1770846835b",
199
199
  "0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc"
200
200
  ],
201
201
  "data": "0x",
202
202
  "logIndex": 3,
203
- "blockHash": "0x0000000000000092f8abaa38b143eab2b0079f97b9b97bbab8a365759bf989d8"
203
+ "blockHash": "0x00000000000000910d975259c2b7b495f19f295dc45b1ad50f4eb93d68572960"
204
204
  },
205
205
  {
206
206
  "transactionIndex": 0,
207
- "blockNumber": 146,
208
- "transactionHash": "0xf7193a6d6c238384d0ba6a70aad38f5da7c3a192e66258fb7efb05ad5c4caea7",
209
- "address": "0x426fAc189596F24783B30a5c78F573ADCEF36592",
207
+ "blockNumber": 145,
208
+ "transactionHash": "0x57482521c3b4cc0ac09cfd6012c771354b1051e07961a1e81f890c2ffe0c5c2b",
209
+ "address": "0x6829f88764475205Cf0F93233EC629878522d3c2",
210
210
  "topics": [
211
211
  "0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
212
212
  "0x724aface199fe5bed93ae8508474576a9adf3dc443b2c451842a2242919f19de",
213
- "0x000000000000000000000000c83c44f38bd7d602be53322dce448696f6d44911",
213
+ "0x00000000000000000000000089efc893fc3c935791f79f6cdd9f270c7d73e57d",
214
214
  "0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc"
215
215
  ],
216
216
  "data": "0x",
217
217
  "logIndex": 4,
218
- "blockHash": "0x0000000000000092f8abaa38b143eab2b0079f97b9b97bbab8a365759bf989d8"
218
+ "blockHash": "0x00000000000000910d975259c2b7b495f19f295dc45b1ad50f4eb93d68572960"
219
219
  },
220
220
  {
221
221
  "transactionIndex": 0,
222
- "blockNumber": 146,
223
- "transactionHash": "0xf7193a6d6c238384d0ba6a70aad38f5da7c3a192e66258fb7efb05ad5c4caea7",
224
- "address": "0x426fAc189596F24783B30a5c78F573ADCEF36592",
222
+ "blockNumber": 145,
223
+ "transactionHash": "0x57482521c3b4cc0ac09cfd6012c771354b1051e07961a1e81f890c2ffe0c5c2b",
224
+ "address": "0x6829f88764475205Cf0F93233EC629878522d3c2",
225
225
  "topics": [
226
226
  "0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
227
227
  "0x724aface199fe5bed93ae8508474576a9adf3dc443b2c451842a2242919f19de",
228
- "0x0000000000000000000000004cfb6b64bbe4296e478cd34a29504fccb3d91a4d",
228
+ "0x0000000000000000000000005016de616c0e440afc0f86f5880969743f931dd8",
229
229
  "0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc"
230
230
  ],
231
231
  "data": "0x",
232
232
  "logIndex": 5,
233
- "blockHash": "0x0000000000000092f8abaa38b143eab2b0079f97b9b97bbab8a365759bf989d8"
233
+ "blockHash": "0x00000000000000910d975259c2b7b495f19f295dc45b1ad50f4eb93d68572960"
234
234
  },
235
235
  {
236
236
  "transactionIndex": 0,
237
- "blockNumber": 146,
238
- "transactionHash": "0xf7193a6d6c238384d0ba6a70aad38f5da7c3a192e66258fb7efb05ad5c4caea7",
239
- "address": "0x426fAc189596F24783B30a5c78F573ADCEF36592",
237
+ "blockNumber": 145,
238
+ "transactionHash": "0x57482521c3b4cc0ac09cfd6012c771354b1051e07961a1e81f890c2ffe0c5c2b",
239
+ "address": "0x6829f88764475205Cf0F93233EC629878522d3c2",
240
240
  "topics": [
241
241
  "0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
242
242
  "0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
@@ -245,13 +245,13 @@
245
245
  ],
246
246
  "data": "0x",
247
247
  "logIndex": 6,
248
- "blockHash": "0x0000000000000092f8abaa38b143eab2b0079f97b9b97bbab8a365759bf989d8"
248
+ "blockHash": "0x00000000000000910d975259c2b7b495f19f295dc45b1ad50f4eb93d68572960"
249
249
  },
250
250
  {
251
251
  "transactionIndex": 0,
252
- "blockNumber": 146,
253
- "transactionHash": "0xf7193a6d6c238384d0ba6a70aad38f5da7c3a192e66258fb7efb05ad5c4caea7",
254
- "address": "0x426fAc189596F24783B30a5c78F573ADCEF36592",
252
+ "blockNumber": 145,
253
+ "transactionHash": "0x57482521c3b4cc0ac09cfd6012c771354b1051e07961a1e81f890c2ffe0c5c2b",
254
+ "address": "0x6829f88764475205Cf0F93233EC629878522d3c2",
255
255
  "topics": [
256
256
  "0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
257
257
  "0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
@@ -260,13 +260,13 @@
260
260
  ],
261
261
  "data": "0x",
262
262
  "logIndex": 7,
263
- "blockHash": "0x0000000000000092f8abaa38b143eab2b0079f97b9b97bbab8a365759bf989d8"
263
+ "blockHash": "0x00000000000000910d975259c2b7b495f19f295dc45b1ad50f4eb93d68572960"
264
264
  },
265
265
  {
266
266
  "transactionIndex": 0,
267
- "blockNumber": 146,
268
- "transactionHash": "0xf7193a6d6c238384d0ba6a70aad38f5da7c3a192e66258fb7efb05ad5c4caea7",
269
- "address": "0x426fAc189596F24783B30a5c78F573ADCEF36592",
267
+ "blockNumber": 145,
268
+ "transactionHash": "0x57482521c3b4cc0ac09cfd6012c771354b1051e07961a1e81f890c2ffe0c5c2b",
269
+ "address": "0x6829f88764475205Cf0F93233EC629878522d3c2",
270
270
  "topics": [
271
271
  "0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
272
272
  "0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
@@ -275,13 +275,13 @@
275
275
  ],
276
276
  "data": "0x",
277
277
  "logIndex": 8,
278
- "blockHash": "0x0000000000000092f8abaa38b143eab2b0079f97b9b97bbab8a365759bf989d8"
278
+ "blockHash": "0x00000000000000910d975259c2b7b495f19f295dc45b1ad50f4eb93d68572960"
279
279
  },
280
280
  {
281
281
  "transactionIndex": 0,
282
- "blockNumber": 146,
283
- "transactionHash": "0xf7193a6d6c238384d0ba6a70aad38f5da7c3a192e66258fb7efb05ad5c4caea7",
284
- "address": "0x426fAc189596F24783B30a5c78F573ADCEF36592",
282
+ "blockNumber": 145,
283
+ "transactionHash": "0x57482521c3b4cc0ac09cfd6012c771354b1051e07961a1e81f890c2ffe0c5c2b",
284
+ "address": "0x6829f88764475205Cf0F93233EC629878522d3c2",
285
285
  "topics": [
286
286
  "0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
287
287
  "0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
@@ -290,13 +290,13 @@
290
290
  ],
291
291
  "data": "0x",
292
292
  "logIndex": 9,
293
- "blockHash": "0x0000000000000092f8abaa38b143eab2b0079f97b9b97bbab8a365759bf989d8"
293
+ "blockHash": "0x00000000000000910d975259c2b7b495f19f295dc45b1ad50f4eb93d68572960"
294
294
  },
295
295
  {
296
296
  "transactionIndex": 0,
297
- "blockNumber": 146,
298
- "transactionHash": "0xf7193a6d6c238384d0ba6a70aad38f5da7c3a192e66258fb7efb05ad5c4caea7",
299
- "address": "0x426fAc189596F24783B30a5c78F573ADCEF36592",
297
+ "blockNumber": 145,
298
+ "transactionHash": "0x57482521c3b4cc0ac09cfd6012c771354b1051e07961a1e81f890c2ffe0c5c2b",
299
+ "address": "0x6829f88764475205Cf0F93233EC629878522d3c2",
300
300
  "topics": [
301
301
  "0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
302
302
  "0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
@@ -305,13 +305,13 @@
305
305
  ],
306
306
  "data": "0x",
307
307
  "logIndex": 10,
308
- "blockHash": "0x0000000000000092f8abaa38b143eab2b0079f97b9b97bbab8a365759bf989d8"
308
+ "blockHash": "0x00000000000000910d975259c2b7b495f19f295dc45b1ad50f4eb93d68572960"
309
309
  },
310
310
  {
311
311
  "transactionIndex": 0,
312
- "blockNumber": 146,
313
- "transactionHash": "0xf7193a6d6c238384d0ba6a70aad38f5da7c3a192e66258fb7efb05ad5c4caea7",
314
- "address": "0x426fAc189596F24783B30a5c78F573ADCEF36592",
312
+ "blockNumber": 145,
313
+ "transactionHash": "0x57482521c3b4cc0ac09cfd6012c771354b1051e07961a1e81f890c2ffe0c5c2b",
314
+ "address": "0x6829f88764475205Cf0F93233EC629878522d3c2",
315
315
  "topics": [
316
316
  "0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
317
317
  "0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
@@ -320,42 +320,42 @@
320
320
  ],
321
321
  "data": "0x",
322
322
  "logIndex": 11,
323
- "blockHash": "0x0000000000000092f8abaa38b143eab2b0079f97b9b97bbab8a365759bf989d8"
323
+ "blockHash": "0x00000000000000910d975259c2b7b495f19f295dc45b1ad50f4eb93d68572960"
324
324
  },
325
325
  {
326
326
  "transactionIndex": 0,
327
- "blockNumber": 146,
328
- "transactionHash": "0xf7193a6d6c238384d0ba6a70aad38f5da7c3a192e66258fb7efb05ad5c4caea7",
329
- "address": "0x426fAc189596F24783B30a5c78F573ADCEF36592",
327
+ "blockNumber": 145,
328
+ "transactionHash": "0x57482521c3b4cc0ac09cfd6012c771354b1051e07961a1e81f890c2ffe0c5c2b",
329
+ "address": "0x6829f88764475205Cf0F93233EC629878522d3c2",
330
330
  "topics": [
331
331
  "0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"
332
332
  ],
333
333
  "data": "0x0000000000000000000000000000000000000000000000000000000000000001",
334
334
  "logIndex": 12,
335
- "blockHash": "0x0000000000000092f8abaa38b143eab2b0079f97b9b97bbab8a365759bf989d8"
335
+ "blockHash": "0x00000000000000910d975259c2b7b495f19f295dc45b1ad50f4eb93d68572960"
336
336
  },
337
337
  {
338
338
  "transactionIndex": 0,
339
- "blockNumber": 146,
340
- "transactionHash": "0xf7193a6d6c238384d0ba6a70aad38f5da7c3a192e66258fb7efb05ad5c4caea7",
341
- "address": "0x426fAc189596F24783B30a5c78F573ADCEF36592",
339
+ "blockNumber": 145,
340
+ "transactionHash": "0x57482521c3b4cc0ac09cfd6012c771354b1051e07961a1e81f890c2ffe0c5c2b",
341
+ "address": "0x6829f88764475205Cf0F93233EC629878522d3c2",
342
342
  "topics": [
343
343
  "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"
344
344
  ],
345
- "data": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000006d6ffb2520a467e17db17becaac3384f50c05658",
345
+ "data": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000eee541f6a38dcd3c54696ab138e2689006d902a9",
346
346
  "logIndex": 13,
347
- "blockHash": "0x0000000000000092f8abaa38b143eab2b0079f97b9b97bbab8a365759bf989d8"
347
+ "blockHash": "0x00000000000000910d975259c2b7b495f19f295dc45b1ad50f4eb93d68572960"
348
348
  }
349
349
  ],
350
- "blockNumber": 146,
350
+ "blockNumber": 145,
351
351
  "cumulativeGasUsed": "930331",
352
352
  "status": 1,
353
353
  "byzantium": true
354
354
  },
355
355
  "args": [
356
- "0x53B28143c03581C59f33473C3Fc663C3d7673edB",
357
- "0x6d6FFb2520A467E17db17Becaac3384F50C05658",
358
- "0x009fc6810000000000000000000000004eec58ec2ec6ca3b65cfee32edf7da5797c567f4000000000000000000000000757371d77fab96bd49b06ad5b36d54109c12a1e800000000000000000000000000000000000000000000000000000000000000c0000000000000000000000000b73fbccb39b5ccf59ec0407cfe581f9ee89522290000000000000000000000009b63f0cef479924e5d2c4e22dbe31e6d0353b44800000000000000000000000000000000000000000000000000000000000001600000000000000000000000000000000000000000000000000000000000000004000000000000000000000000e57a2260d3c33f54afe90d847a37ed2a539064a700000000000000000000000094c97cc5d8c4bf7ced28b4d96da8e85bfcd1f3a7000000000000000000000000c83c44f38bd7d602be53322dce448696f6d449110000000000000000000000004cfb6b64bbe4296e478cd34a29504fccb3d91a4d0000000000000000000000000000000000000000000000000000000000000007000000000000000000000000b9cb228d7498d6f02b0f88f7b16d2cf836d2aea9000000000000000000000000f5e8a439c599205c1ab06b535de46681aed1007a0000000000000000000000000e251d9095dd128292a28eb383127d05d95bbd17000000000000000000000000c48cab17fcb3eb38030bc4ea54b62353d2802ba80000000000000000000000007aa071813c372a9b34a3bac1c002e2b7434c345e000000000000000000000000aada98978453263132587d0805c4a17376af9f13000000000000000000000000aada98978453263132587d0805c4a17376af9f13"
356
+ "0x74DF830Fbd744a3Dc1577958430cBF2E5231aAA2",
357
+ "0xeeE541F6A38dcD3c54696ab138E2689006d902a9",
358
+ "0x009fc68100000000000000000000000075b5e33c6af1d288fe56a43361d3741f49155069000000000000000000000000b16b731b8c6a50c0e5f675e086db9cdc369d88ad00000000000000000000000000000000000000000000000000000000000000c0000000000000000000000000c232fca0925b81a0b9ffdbd96c64a0eaa50dcf660000000000000000000000009b63f0cef479924e5d2c4e22dbe31e6d0353b4480000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000000400000000000000000000000085ea1f3cb6540bc38f3b59b48c5840da316df22900000000000000000000000061ecad19b7e27a56b673e71c3bf6b1770846835b00000000000000000000000089efc893fc3c935791f79f6cdd9f270c7d73e57d0000000000000000000000005016de616c0e440afc0f86f5880969743f931dd80000000000000000000000000000000000000000000000000000000000000007000000000000000000000000b9cb228d7498d6f02b0f88f7b16d2cf836d2aea9000000000000000000000000f5e8a439c599205c1ab06b535de46681aed1007a0000000000000000000000000e251d9095dd128292a28eb383127d05d95bbd17000000000000000000000000c48cab17fcb3eb38030bc4ea54b62353d2802ba80000000000000000000000007aa071813c372a9b34a3bac1c002e2b7434c345e000000000000000000000000aada98978453263132587d0805c4a17376af9f13000000000000000000000000aada98978453263132587d0805c4a17376af9f13"
359
359
  ],
360
360
  "numDeployments": 1,
361
361
  "solcInputHash": "38c6bf91dbc1d60a5bc376d132d458fc",
@@ -1,5 +1,5 @@
1
1
  {
2
- "address": "0xE14e1c32068a30B7da6D08d4F7977bAFEDae744c",
2
+ "address": "0x001499277b2808076187765F548507159D8f0E9c",
3
3
  "abi": [
4
4
  {
5
5
  "anonymous": false,
@@ -637,35 +637,35 @@
637
637
  "type": "constructor"
638
638
  }
639
639
  ],
640
- "transactionHash": "0x1b475c6c7a0db3a3ee79d9a5573383e13893c44247ce2926c4a21545617ab2fe",
640
+ "transactionHash": "0x0aeea6c2fea670818d82aa3e4d6288cb6d525b2e3ea8e846252f22af1fd9cb5a",
641
641
  "receipt": {
642
642
  "to": null,
643
643
  "from": "0x3C44CdDdB6a900fa2b585dd299e03d12FA4293BC",
644
- "contractAddress": "0xE14e1c32068a30B7da6D08d4F7977bAFEDae744c",
644
+ "contractAddress": "0x001499277b2808076187765F548507159D8f0E9c",
645
645
  "transactionIndex": 0,
646
646
  "gasUsed": "652854",
647
647
  "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
648
- "blockHash": "0x000000000000009563b6baca5b6f0881125d2fb80da20183cbf064e27ee93a68",
649
- "transactionHash": "0x1b475c6c7a0db3a3ee79d9a5573383e13893c44247ce2926c4a21545617ab2fe",
648
+ "blockHash": "0x00000000000000944ff43d6f442eabed40de2aaa321d7563129a731fd09f4f29",
649
+ "transactionHash": "0x0aeea6c2fea670818d82aa3e4d6288cb6d525b2e3ea8e846252f22af1fd9cb5a",
650
650
  "logs": [
651
651
  {
652
652
  "transactionIndex": 0,
653
- "blockNumber": 149,
654
- "transactionHash": "0x1b475c6c7a0db3a3ee79d9a5573383e13893c44247ce2926c4a21545617ab2fe",
655
- "address": "0xE14e1c32068a30B7da6D08d4F7977bAFEDae744c",
653
+ "blockNumber": 148,
654
+ "transactionHash": "0x0aeea6c2fea670818d82aa3e4d6288cb6d525b2e3ea8e846252f22af1fd9cb5a",
655
+ "address": "0x001499277b2808076187765F548507159D8f0E9c",
656
656
  "topics": [
657
657
  "0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b",
658
- "0x000000000000000000000000213d3f5998f60d70f6c8ef7a7cc42a52f6d402af"
658
+ "0x0000000000000000000000006789c8c7316173783a6b2adecf832d68486d5566"
659
659
  ],
660
660
  "data": "0x",
661
661
  "logIndex": 0,
662
- "blockHash": "0x000000000000009563b6baca5b6f0881125d2fb80da20183cbf064e27ee93a68"
662
+ "blockHash": "0x00000000000000944ff43d6f442eabed40de2aaa321d7563129a731fd09f4f29"
663
663
  },
664
664
  {
665
665
  "transactionIndex": 0,
666
- "blockNumber": 149,
667
- "transactionHash": "0x1b475c6c7a0db3a3ee79d9a5573383e13893c44247ce2926c4a21545617ab2fe",
668
- "address": "0xE14e1c32068a30B7da6D08d4F7977bAFEDae744c",
666
+ "blockNumber": 148,
667
+ "transactionHash": "0x0aeea6c2fea670818d82aa3e4d6288cb6d525b2e3ea8e846252f22af1fd9cb5a",
668
+ "address": "0x001499277b2808076187765F548507159D8f0E9c",
669
669
  "topics": [
670
670
  "0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
671
671
  "0x0000000000000000000000000000000000000000000000000000000000000000",
@@ -673,42 +673,42 @@
673
673
  ],
674
674
  "data": "0x",
675
675
  "logIndex": 1,
676
- "blockHash": "0x000000000000009563b6baca5b6f0881125d2fb80da20183cbf064e27ee93a68"
676
+ "blockHash": "0x00000000000000944ff43d6f442eabed40de2aaa321d7563129a731fd09f4f29"
677
677
  },
678
678
  {
679
679
  "transactionIndex": 0,
680
- "blockNumber": 149,
681
- "transactionHash": "0x1b475c6c7a0db3a3ee79d9a5573383e13893c44247ce2926c4a21545617ab2fe",
682
- "address": "0xE14e1c32068a30B7da6D08d4F7977bAFEDae744c",
680
+ "blockNumber": 148,
681
+ "transactionHash": "0x0aeea6c2fea670818d82aa3e4d6288cb6d525b2e3ea8e846252f22af1fd9cb5a",
682
+ "address": "0x001499277b2808076187765F548507159D8f0E9c",
683
683
  "topics": [
684
684
  "0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"
685
685
  ],
686
686
  "data": "0x0000000000000000000000000000000000000000000000000000000000000001",
687
687
  "logIndex": 2,
688
- "blockHash": "0x000000000000009563b6baca5b6f0881125d2fb80da20183cbf064e27ee93a68"
688
+ "blockHash": "0x00000000000000944ff43d6f442eabed40de2aaa321d7563129a731fd09f4f29"
689
689
  },
690
690
  {
691
691
  "transactionIndex": 0,
692
- "blockNumber": 149,
693
- "transactionHash": "0x1b475c6c7a0db3a3ee79d9a5573383e13893c44247ce2926c4a21545617ab2fe",
694
- "address": "0xE14e1c32068a30B7da6D08d4F7977bAFEDae744c",
692
+ "blockNumber": 148,
693
+ "transactionHash": "0x0aeea6c2fea670818d82aa3e4d6288cb6d525b2e3ea8e846252f22af1fd9cb5a",
694
+ "address": "0x001499277b2808076187765F548507159D8f0E9c",
695
695
  "topics": [
696
696
  "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"
697
697
  ],
698
- "data": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000006d6ffb2520a467e17db17becaac3384f50c05658",
698
+ "data": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000eee541f6a38dcd3c54696ab138e2689006d902a9",
699
699
  "logIndex": 3,
700
- "blockHash": "0x000000000000009563b6baca5b6f0881125d2fb80da20183cbf064e27ee93a68"
700
+ "blockHash": "0x00000000000000944ff43d6f442eabed40de2aaa321d7563129a731fd09f4f29"
701
701
  }
702
702
  ],
703
- "blockNumber": 149,
703
+ "blockNumber": 148,
704
704
  "cumulativeGasUsed": "652854",
705
705
  "status": 1,
706
706
  "byzantium": true
707
707
  },
708
708
  "args": [
709
- "0x213D3F5998f60D70F6C8Ef7a7Cc42a52f6D402Af",
710
- "0x6d6FFb2520A467E17db17Becaac3384F50C05658",
711
- "0xc0c53b8b000000000000000000000000513f139b7f1c2ac4be6b717d041e2fedb5aa0fa00000000000000000000000001111d26caad70e4e06e66b01a26c522ba71c7f6d0000000000000000000000004eec58ec2ec6ca3b65cfee32edf7da5797c567f4"
709
+ "0x6789C8C7316173783A6b2aDecF832d68486d5566",
710
+ "0xeeE541F6A38dcD3c54696ab138E2689006d902a9",
711
+ "0xc0c53b8b00000000000000000000000036a5710328886b59a635f094097a1dc64f985f23000000000000000000000000fb82afef6e70e8a9e52d40b2a2892d70f831f69900000000000000000000000075b5e33c6af1d288fe56a43361d3741f49155069"
712
712
  ],
713
713
  "numDeployments": 1,
714
714
  "solcInputHash": "38c6bf91dbc1d60a5bc376d132d458fc",
@@ -718,12 +718,12 @@
718
718
  "execute": {
719
719
  "methodName": "initialize",
720
720
  "args": [
721
- "0x513F139B7F1c2ac4bE6B717d041E2fEdb5aa0Fa0",
722
- "0x1111d26caAD70e4e06e66B01a26C522BA71C7f6D",
723
- "0x4eEc58eC2eC6cA3B65cfee32eDF7dA5797C567f4"
721
+ "0x36A5710328886B59A635F094097a1DC64f985f23",
722
+ "0xFB82aFeF6e70e8a9E52D40b2a2892d70f831f699",
723
+ "0x75B5E33C6aF1d288FE56A43361d3741F49155069"
724
724
  ]
725
725
  },
726
- "implementation": "0x213D3F5998f60D70F6C8Ef7a7Cc42a52f6D402Af",
726
+ "implementation": "0x6789C8C7316173783A6b2aDecF832d68486d5566",
727
727
  "devdoc": {
728
728
  "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.",
729
729
  "kind": "dev",
@@ -1,5 +1,5 @@
1
1
  {
2
- "address": "0x213D3F5998f60D70F6C8Ef7a7Cc42a52f6D402Af",
2
+ "address": "0x6789C8C7316173783A6b2aDecF832d68486d5566",
3
3
  "abi": [
4
4
  {
5
5
  "inputs": [],
@@ -506,18 +506,18 @@
506
506
  "type": "function"
507
507
  }
508
508
  ],
509
- "transactionHash": "0xb819956e266fbbb6306736b32baaf99b97c0fe7bcb9a06e35ddfade38d36b699",
509
+ "transactionHash": "0x5196828ed9f1e170eff2e5c7f036a027c6204adc4adae220e5b295c62ffbb8ff",
510
510
  "receipt": {
511
511
  "to": null,
512
512
  "from": "0x3C44CdDdB6a900fa2b585dd299e03d12FA4293BC",
513
- "contractAddress": "0x213D3F5998f60D70F6C8Ef7a7Cc42a52f6D402Af",
513
+ "contractAddress": "0x6789C8C7316173783A6b2aDecF832d68486d5566",
514
514
  "transactionIndex": 0,
515
515
  "gasUsed": "1701428",
516
516
  "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
517
- "blockHash": "0x0000000000000094b771df383049751bb0195b3c61e0e8c22f47cabba85f2ee4",
518
- "transactionHash": "0xb819956e266fbbb6306736b32baaf99b97c0fe7bcb9a06e35ddfade38d36b699",
517
+ "blockHash": "0x0000000000000092c858c78869585347371c379196b459764b5611bbd54dc326",
518
+ "transactionHash": "0x5196828ed9f1e170eff2e5c7f036a027c6204adc4adae220e5b295c62ffbb8ff",
519
519
  "logs": [],
520
- "blockNumber": 148,
520
+ "blockNumber": 146,
521
521
  "cumulativeGasUsed": "1701428",
522
522
  "status": 1,
523
523
  "byzantium": true
@@ -1,5 +1,5 @@
1
1
  {
2
- "address": "0xE14e1c32068a30B7da6D08d4F7977bAFEDae744c",
2
+ "address": "0x001499277b2808076187765F548507159D8f0E9c",
3
3
  "abi": [
4
4
  {
5
5
  "inputs": [
@@ -133,35 +133,35 @@
133
133
  "type": "receive"
134
134
  }
135
135
  ],
136
- "transactionHash": "0x1b475c6c7a0db3a3ee79d9a5573383e13893c44247ce2926c4a21545617ab2fe",
136
+ "transactionHash": "0x0aeea6c2fea670818d82aa3e4d6288cb6d525b2e3ea8e846252f22af1fd9cb5a",
137
137
  "receipt": {
138
138
  "to": null,
139
139
  "from": "0x3C44CdDdB6a900fa2b585dd299e03d12FA4293BC",
140
- "contractAddress": "0xE14e1c32068a30B7da6D08d4F7977bAFEDae744c",
140
+ "contractAddress": "0x001499277b2808076187765F548507159D8f0E9c",
141
141
  "transactionIndex": 0,
142
142
  "gasUsed": "652854",
143
143
  "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
144
- "blockHash": "0x000000000000009563b6baca5b6f0881125d2fb80da20183cbf064e27ee93a68",
145
- "transactionHash": "0x1b475c6c7a0db3a3ee79d9a5573383e13893c44247ce2926c4a21545617ab2fe",
144
+ "blockHash": "0x00000000000000944ff43d6f442eabed40de2aaa321d7563129a731fd09f4f29",
145
+ "transactionHash": "0x0aeea6c2fea670818d82aa3e4d6288cb6d525b2e3ea8e846252f22af1fd9cb5a",
146
146
  "logs": [
147
147
  {
148
148
  "transactionIndex": 0,
149
- "blockNumber": 149,
150
- "transactionHash": "0x1b475c6c7a0db3a3ee79d9a5573383e13893c44247ce2926c4a21545617ab2fe",
151
- "address": "0xE14e1c32068a30B7da6D08d4F7977bAFEDae744c",
149
+ "blockNumber": 148,
150
+ "transactionHash": "0x0aeea6c2fea670818d82aa3e4d6288cb6d525b2e3ea8e846252f22af1fd9cb5a",
151
+ "address": "0x001499277b2808076187765F548507159D8f0E9c",
152
152
  "topics": [
153
153
  "0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b",
154
- "0x000000000000000000000000213d3f5998f60d70f6c8ef7a7cc42a52f6d402af"
154
+ "0x0000000000000000000000006789c8c7316173783a6b2adecf832d68486d5566"
155
155
  ],
156
156
  "data": "0x",
157
157
  "logIndex": 0,
158
- "blockHash": "0x000000000000009563b6baca5b6f0881125d2fb80da20183cbf064e27ee93a68"
158
+ "blockHash": "0x00000000000000944ff43d6f442eabed40de2aaa321d7563129a731fd09f4f29"
159
159
  },
160
160
  {
161
161
  "transactionIndex": 0,
162
- "blockNumber": 149,
163
- "transactionHash": "0x1b475c6c7a0db3a3ee79d9a5573383e13893c44247ce2926c4a21545617ab2fe",
164
- "address": "0xE14e1c32068a30B7da6D08d4F7977bAFEDae744c",
162
+ "blockNumber": 148,
163
+ "transactionHash": "0x0aeea6c2fea670818d82aa3e4d6288cb6d525b2e3ea8e846252f22af1fd9cb5a",
164
+ "address": "0x001499277b2808076187765F548507159D8f0E9c",
165
165
  "topics": [
166
166
  "0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
167
167
  "0x0000000000000000000000000000000000000000000000000000000000000000",
@@ -169,42 +169,42 @@
169
169
  ],
170
170
  "data": "0x",
171
171
  "logIndex": 1,
172
- "blockHash": "0x000000000000009563b6baca5b6f0881125d2fb80da20183cbf064e27ee93a68"
172
+ "blockHash": "0x00000000000000944ff43d6f442eabed40de2aaa321d7563129a731fd09f4f29"
173
173
  },
174
174
  {
175
175
  "transactionIndex": 0,
176
- "blockNumber": 149,
177
- "transactionHash": "0x1b475c6c7a0db3a3ee79d9a5573383e13893c44247ce2926c4a21545617ab2fe",
178
- "address": "0xE14e1c32068a30B7da6D08d4F7977bAFEDae744c",
176
+ "blockNumber": 148,
177
+ "transactionHash": "0x0aeea6c2fea670818d82aa3e4d6288cb6d525b2e3ea8e846252f22af1fd9cb5a",
178
+ "address": "0x001499277b2808076187765F548507159D8f0E9c",
179
179
  "topics": [
180
180
  "0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"
181
181
  ],
182
182
  "data": "0x0000000000000000000000000000000000000000000000000000000000000001",
183
183
  "logIndex": 2,
184
- "blockHash": "0x000000000000009563b6baca5b6f0881125d2fb80da20183cbf064e27ee93a68"
184
+ "blockHash": "0x00000000000000944ff43d6f442eabed40de2aaa321d7563129a731fd09f4f29"
185
185
  },
186
186
  {
187
187
  "transactionIndex": 0,
188
- "blockNumber": 149,
189
- "transactionHash": "0x1b475c6c7a0db3a3ee79d9a5573383e13893c44247ce2926c4a21545617ab2fe",
190
- "address": "0xE14e1c32068a30B7da6D08d4F7977bAFEDae744c",
188
+ "blockNumber": 148,
189
+ "transactionHash": "0x0aeea6c2fea670818d82aa3e4d6288cb6d525b2e3ea8e846252f22af1fd9cb5a",
190
+ "address": "0x001499277b2808076187765F548507159D8f0E9c",
191
191
  "topics": [
192
192
  "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"
193
193
  ],
194
- "data": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000006d6ffb2520a467e17db17becaac3384f50c05658",
194
+ "data": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000eee541f6a38dcd3c54696ab138e2689006d902a9",
195
195
  "logIndex": 3,
196
- "blockHash": "0x000000000000009563b6baca5b6f0881125d2fb80da20183cbf064e27ee93a68"
196
+ "blockHash": "0x00000000000000944ff43d6f442eabed40de2aaa321d7563129a731fd09f4f29"
197
197
  }
198
198
  ],
199
- "blockNumber": 149,
199
+ "blockNumber": 148,
200
200
  "cumulativeGasUsed": "652854",
201
201
  "status": 1,
202
202
  "byzantium": true
203
203
  },
204
204
  "args": [
205
- "0x213D3F5998f60D70F6C8Ef7a7Cc42a52f6D402Af",
206
- "0x6d6FFb2520A467E17db17Becaac3384F50C05658",
207
- "0xc0c53b8b000000000000000000000000513f139b7f1c2ac4be6b717d041e2fedb5aa0fa00000000000000000000000001111d26caad70e4e06e66b01a26c522ba71c7f6d0000000000000000000000004eec58ec2ec6ca3b65cfee32edf7da5797c567f4"
205
+ "0x6789C8C7316173783A6b2aDecF832d68486d5566",
206
+ "0xeeE541F6A38dcD3c54696ab138E2689006d902a9",
207
+ "0xc0c53b8b00000000000000000000000036a5710328886b59a635f094097a1dc64f985f23000000000000000000000000fb82afef6e70e8a9e52d40b2a2892d70f831f69900000000000000000000000075b5e33c6af1d288fe56a43361d3741f49155069"
208
208
  ],
209
209
  "numDeployments": 1,
210
210
  "solcInputHash": "38c6bf91dbc1d60a5bc376d132d458fc",