@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": "0x4375a5D108a3750D816809d447916564b928268A",
2
+ "address": "0x7329372649B0E339Cdf0Ef9d0a06943e02Ac0685",
3
3
  "abi": [
4
4
  {
5
5
  "inputs": [
@@ -1500,82 +1500,82 @@
1500
1500
  "type": "function"
1501
1501
  }
1502
1502
  ],
1503
- "transactionHash": "0x4d921fbff70b7dbc3a0caa7bfa2303745dd35f7401e4a3611c0e2ee6c594c505",
1503
+ "transactionHash": "0xddc20009de2085df3f2fd15047bd68e710ad25cb745203a94881eb17f9b8e164",
1504
1504
  "receipt": {
1505
1505
  "to": null,
1506
1506
  "from": "0xBcd4042DE499D14e55001CcbB24a551F3b954096",
1507
- "contractAddress": "0x4375a5D108a3750D816809d447916564b928268A",
1507
+ "contractAddress": "0x7329372649B0E339Cdf0Ef9d0a06943e02Ac0685",
1508
1508
  "transactionIndex": 0,
1509
1509
  "gasUsed": "4564677",
1510
1510
  "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
1511
- "blockHash": "0x00000000000000a0bcf25701f3c26a609fa14dfd0a9a6b81c6971cdfbd7fcf16",
1512
- "transactionHash": "0x4d921fbff70b7dbc3a0caa7bfa2303745dd35f7401e4a3611c0e2ee6c594c505",
1511
+ "blockHash": "0x000000000000009e9bdafa7b3c05f5fc3f2c19287bb2dadff383f44ae999f1af",
1512
+ "transactionHash": "0xddc20009de2085df3f2fd15047bd68e710ad25cb745203a94881eb17f9b8e164",
1513
1513
  "logs": [
1514
1514
  {
1515
1515
  "transactionIndex": 0,
1516
- "blockNumber": 160,
1517
- "transactionHash": "0x4d921fbff70b7dbc3a0caa7bfa2303745dd35f7401e4a3611c0e2ee6c594c505",
1518
- "address": "0x4375a5D108a3750D816809d447916564b928268A",
1516
+ "blockNumber": 158,
1517
+ "transactionHash": "0xddc20009de2085df3f2fd15047bd68e710ad25cb745203a94881eb17f9b8e164",
1518
+ "address": "0x7329372649B0E339Cdf0Ef9d0a06943e02Ac0685",
1519
1519
  "topics": [
1520
1520
  "0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
1521
1521
  "0x724aface199fe5bed93ae8508474576a9adf3dc443b2c451842a2242919f19de",
1522
- "0x00000000000000000000000094c97cc5d8c4bf7ced28b4d96da8e85bfcd1f3a7",
1522
+ "0x00000000000000000000000061ecad19b7e27a56b673e71c3bf6b1770846835b",
1523
1523
  "0x000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096"
1524
1524
  ],
1525
1525
  "data": "0x",
1526
1526
  "logIndex": 0,
1527
- "blockHash": "0x00000000000000a0bcf25701f3c26a609fa14dfd0a9a6b81c6971cdfbd7fcf16"
1527
+ "blockHash": "0x000000000000009e9bdafa7b3c05f5fc3f2c19287bb2dadff383f44ae999f1af"
1528
1528
  },
1529
1529
  {
1530
1530
  "transactionIndex": 0,
1531
- "blockNumber": 160,
1532
- "transactionHash": "0x4d921fbff70b7dbc3a0caa7bfa2303745dd35f7401e4a3611c0e2ee6c594c505",
1533
- "address": "0x4375a5D108a3750D816809d447916564b928268A",
1531
+ "blockNumber": 158,
1532
+ "transactionHash": "0xddc20009de2085df3f2fd15047bd68e710ad25cb745203a94881eb17f9b8e164",
1533
+ "address": "0x7329372649B0E339Cdf0Ef9d0a06943e02Ac0685",
1534
1534
  "topics": [
1535
1535
  "0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
1536
1536
  "0x724aface199fe5bed93ae8508474576a9adf3dc443b2c451842a2242919f19de",
1537
- "0x000000000000000000000000e57a2260d3c33f54afe90d847a37ed2a539064a7",
1537
+ "0x00000000000000000000000085ea1f3cb6540bc38f3b59b48c5840da316df229",
1538
1538
  "0x000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096"
1539
1539
  ],
1540
1540
  "data": "0x",
1541
1541
  "logIndex": 1,
1542
- "blockHash": "0x00000000000000a0bcf25701f3c26a609fa14dfd0a9a6b81c6971cdfbd7fcf16"
1542
+ "blockHash": "0x000000000000009e9bdafa7b3c05f5fc3f2c19287bb2dadff383f44ae999f1af"
1543
1543
  },
1544
1544
  {
1545
1545
  "transactionIndex": 0,
1546
- "blockNumber": 160,
1547
- "transactionHash": "0x4d921fbff70b7dbc3a0caa7bfa2303745dd35f7401e4a3611c0e2ee6c594c505",
1548
- "address": "0x4375a5D108a3750D816809d447916564b928268A",
1546
+ "blockNumber": 158,
1547
+ "transactionHash": "0xddc20009de2085df3f2fd15047bd68e710ad25cb745203a94881eb17f9b8e164",
1548
+ "address": "0x7329372649B0E339Cdf0Ef9d0a06943e02Ac0685",
1549
1549
  "topics": [
1550
1550
  "0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
1551
1551
  "0x724aface199fe5bed93ae8508474576a9adf3dc443b2c451842a2242919f19de",
1552
- "0x000000000000000000000000c83c44f38bd7d602be53322dce448696f6d44911",
1552
+ "0x00000000000000000000000089efc893fc3c935791f79f6cdd9f270c7d73e57d",
1553
1553
  "0x000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096"
1554
1554
  ],
1555
1555
  "data": "0x",
1556
1556
  "logIndex": 2,
1557
- "blockHash": "0x00000000000000a0bcf25701f3c26a609fa14dfd0a9a6b81c6971cdfbd7fcf16"
1557
+ "blockHash": "0x000000000000009e9bdafa7b3c05f5fc3f2c19287bb2dadff383f44ae999f1af"
1558
1558
  },
1559
1559
  {
1560
1560
  "transactionIndex": 0,
1561
- "blockNumber": 160,
1562
- "transactionHash": "0x4d921fbff70b7dbc3a0caa7bfa2303745dd35f7401e4a3611c0e2ee6c594c505",
1563
- "address": "0x4375a5D108a3750D816809d447916564b928268A",
1561
+ "blockNumber": 158,
1562
+ "transactionHash": "0xddc20009de2085df3f2fd15047bd68e710ad25cb745203a94881eb17f9b8e164",
1563
+ "address": "0x7329372649B0E339Cdf0Ef9d0a06943e02Ac0685",
1564
1564
  "topics": [
1565
1565
  "0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
1566
1566
  "0x724aface199fe5bed93ae8508474576a9adf3dc443b2c451842a2242919f19de",
1567
- "0x0000000000000000000000004cfb6b64bbe4296e478cd34a29504fccb3d91a4d",
1567
+ "0x0000000000000000000000005016de616c0e440afc0f86f5880969743f931dd8",
1568
1568
  "0x000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096"
1569
1569
  ],
1570
1570
  "data": "0x",
1571
1571
  "logIndex": 3,
1572
- "blockHash": "0x00000000000000a0bcf25701f3c26a609fa14dfd0a9a6b81c6971cdfbd7fcf16"
1572
+ "blockHash": "0x000000000000009e9bdafa7b3c05f5fc3f2c19287bb2dadff383f44ae999f1af"
1573
1573
  },
1574
1574
  {
1575
1575
  "transactionIndex": 0,
1576
- "blockNumber": 160,
1577
- "transactionHash": "0x4d921fbff70b7dbc3a0caa7bfa2303745dd35f7401e4a3611c0e2ee6c594c505",
1578
- "address": "0x4375a5D108a3750D816809d447916564b928268A",
1576
+ "blockNumber": 158,
1577
+ "transactionHash": "0xddc20009de2085df3f2fd15047bd68e710ad25cb745203a94881eb17f9b8e164",
1578
+ "address": "0x7329372649B0E339Cdf0Ef9d0a06943e02Ac0685",
1579
1579
  "topics": [
1580
1580
  "0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
1581
1581
  "0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
@@ -1584,10 +1584,10 @@
1584
1584
  ],
1585
1585
  "data": "0x",
1586
1586
  "logIndex": 4,
1587
- "blockHash": "0x00000000000000a0bcf25701f3c26a609fa14dfd0a9a6b81c6971cdfbd7fcf16"
1587
+ "blockHash": "0x000000000000009e9bdafa7b3c05f5fc3f2c19287bb2dadff383f44ae999f1af"
1588
1588
  }
1589
1589
  ],
1590
- "blockNumber": 160,
1590
+ "blockNumber": 158,
1591
1591
  "cumulativeGasUsed": "4564677",
1592
1592
  "status": 1,
1593
1593
  "byzantium": true
@@ -1596,12 +1596,12 @@
1596
1596
  50420,
1597
1597
  20420,
1598
1598
  [
1599
- "0x94C97CC5d8C4bf7Ced28B4d96DA8e85BfCD1f3A7",
1600
- "0xe57a2260d3c33F54aFe90D847a37eD2a539064A7",
1601
- "0xC83C44F38bD7D602BE53322dce448696f6D44911",
1602
- "0x4cFB6B64bBE4296E478CD34A29504fcCb3d91A4d"
1599
+ "0x61ecad19b7e27a56b673E71C3bf6B1770846835b",
1600
+ "0x85EA1f3Cb6540bc38F3b59B48c5840da316DF229",
1601
+ "0x89efc893fc3c935791F79f6cdD9F270c7d73E57D",
1602
+ "0x5016dE616C0e440AFC0f86f5880969743f931dd8"
1603
1603
  ],
1604
- "0xB73fbCcb39b5CCF59eC0407CfE581F9eE8952229",
1604
+ "0xc232fCa0925B81a0b9FFDBd96C64A0EAa50DCF66",
1605
1605
  [
1606
1606
  "0x9c79357189d6aF261691ECF48de9A6bbF30438Fc",
1607
1607
  "0xC4c81D5C1851702d27d602aA8ff830A7689F17cc"
@@ -1,5 +1,5 @@
1
1
  {
2
- "address": "0xeEE4F00A954F47b8486676B00CD0681F7851cE3C",
2
+ "address": "0x375Df1d14c8Fa9A31c2cf6E2a27AD0957409B97D",
3
3
  "abi": [
4
4
  {
5
5
  "inputs": [
@@ -320,22 +320,22 @@
320
320
  "type": "function"
321
321
  }
322
322
  ],
323
- "transactionHash": "0xba8fcf9d864be69bb4d5ec0242c6c4061f7ea8f01b9ebb06e30318f587289c96",
323
+ "transactionHash": "0xf4479f894c52930e7f9f737c62964842e05be98e10c94a4f91c95a6e023b3611",
324
324
  "receipt": {
325
325
  "to": null,
326
326
  "from": "0xBcd4042DE499D14e55001CcbB24a551F3b954096",
327
- "contractAddress": "0xeEE4F00A954F47b8486676B00CD0681F7851cE3C",
327
+ "contractAddress": "0x375Df1d14c8Fa9A31c2cf6E2a27AD0957409B97D",
328
328
  "transactionIndex": 0,
329
329
  "gasUsed": "1408820",
330
330
  "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
331
- "blockHash": "0x00000000000000a174d103205f22afccc57bf190f1264ef5d0e417d5483e4066",
332
- "transactionHash": "0xba8fcf9d864be69bb4d5ec0242c6c4061f7ea8f01b9ebb06e30318f587289c96",
331
+ "blockHash": "0x000000000000009fd1e0325378a82a41b844c6a09af32962ee331087e5bd0067",
332
+ "transactionHash": "0xf4479f894c52930e7f9f737c62964842e05be98e10c94a4f91c95a6e023b3611",
333
333
  "logs": [
334
334
  {
335
335
  "transactionIndex": 0,
336
- "blockNumber": 161,
337
- "transactionHash": "0xba8fcf9d864be69bb4d5ec0242c6c4061f7ea8f01b9ebb06e30318f587289c96",
338
- "address": "0xeEE4F00A954F47b8486676B00CD0681F7851cE3C",
336
+ "blockNumber": 159,
337
+ "transactionHash": "0xf4479f894c52930e7f9f737c62964842e05be98e10c94a4f91c95a6e023b3611",
338
+ "address": "0x375Df1d14c8Fa9A31c2cf6E2a27AD0957409B97D",
339
339
  "topics": [
340
340
  "0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
341
341
  "0x0000000000000000000000000000000000000000000000000000000000000000",
@@ -343,10 +343,10 @@
343
343
  ],
344
344
  "data": "0x",
345
345
  "logIndex": 0,
346
- "blockHash": "0x00000000000000a174d103205f22afccc57bf190f1264ef5d0e417d5483e4066"
346
+ "blockHash": "0x000000000000009fd1e0325378a82a41b844c6a09af32962ee331087e5bd0067"
347
347
  }
348
348
  ],
349
- "blockNumber": 161,
349
+ "blockNumber": 159,
350
350
  "cumulativeGasUsed": "1408820",
351
351
  "status": 1,
352
352
  "byzantium": true
@@ -356,21 +356,21 @@
356
356
  [
357
357
  {
358
358
  "idx": 1,
359
- "addr": "0x4375a5D108a3750D816809d447916564b928268A"
359
+ "addr": "0x7329372649B0E339Cdf0Ef9d0a06943e02Ac0685"
360
360
  }
361
361
  ],
362
362
  [
363
363
  {
364
364
  "idx": 1,
365
- "addr": "0x757371D77FAB96BD49b06Ad5B36D54109c12a1E8"
365
+ "addr": "0xB16b731B8c6a50c0E5F675e086db9CDc369D88AD"
366
366
  },
367
367
  {
368
368
  "idx": 2,
369
- "addr": "0x4cFB6B64bBE4296E478CD34A29504fcCb3d91A4d"
369
+ "addr": "0x5016dE616C0e440AFC0f86f5880969743f931dd8"
370
370
  },
371
371
  {
372
372
  "idx": 3,
373
- "addr": "0x513F139B7F1c2ac4bE6B717d041E2fEdb5aa0Fa0"
373
+ "addr": "0x36A5710328886B59A635F094097a1DC64f985f23"
374
374
  }
375
375
  ]
376
376
  ],
@@ -1,5 +1,5 @@
1
1
  {
2
- "address": "0x3318E21f63852F32E968dC40eF350a5ac6Ad4F91",
2
+ "address": "0x830DD3dff367700BA0481833fC390fFB90c8C826",
3
3
  "abi": [
4
4
  {
5
5
  "inputs": [
@@ -686,22 +686,22 @@
686
686
  "type": "receive"
687
687
  }
688
688
  ],
689
- "transactionHash": "0xb011c907abfc38e61f253c2b9221b3c345761fb690727aeb1795e4141dfee5eb",
689
+ "transactionHash": "0x3c62e64fbf3084d38b6767cfe7dd2be0df5c3d69d62dce7b8741c027f7be4e52",
690
690
  "receipt": {
691
691
  "to": null,
692
692
  "from": "0xBcd4042DE499D14e55001CcbB24a551F3b954096",
693
- "contractAddress": "0x3318E21f63852F32E968dC40eF350a5ac6Ad4F91",
693
+ "contractAddress": "0x830DD3dff367700BA0481833fC390fFB90c8C826",
694
694
  "transactionIndex": 0,
695
695
  "gasUsed": "2112602",
696
696
  "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
697
- "blockHash": "0x000000000000009e874ca0bdb7649da64b5ed7bd7c7b5d932a913b8ea0ee6f34",
698
- "transactionHash": "0xb011c907abfc38e61f253c2b9221b3c345761fb690727aeb1795e4141dfee5eb",
697
+ "blockHash": "0x000000000000009cfb9eea69520d2b406343dbe2a12b1f894014836a8ef85b00",
698
+ "transactionHash": "0x3c62e64fbf3084d38b6767cfe7dd2be0df5c3d69d62dce7b8741c027f7be4e52",
699
699
  "logs": [
700
700
  {
701
701
  "transactionIndex": 0,
702
- "blockNumber": 158,
703
- "transactionHash": "0xb011c907abfc38e61f253c2b9221b3c345761fb690727aeb1795e4141dfee5eb",
704
- "address": "0x3318E21f63852F32E968dC40eF350a5ac6Ad4F91",
702
+ "blockNumber": 156,
703
+ "transactionHash": "0x3c62e64fbf3084d38b6767cfe7dd2be0df5c3d69d62dce7b8741c027f7be4e52",
704
+ "address": "0x830DD3dff367700BA0481833fC390fFB90c8C826",
705
705
  "topics": [
706
706
  "0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
707
707
  "0x0000000000000000000000000000000000000000000000000000000000000000",
@@ -709,10 +709,10 @@
709
709
  ],
710
710
  "data": "0x",
711
711
  "logIndex": 0,
712
- "blockHash": "0x000000000000009e874ca0bdb7649da64b5ed7bd7c7b5d932a913b8ea0ee6f34"
712
+ "blockHash": "0x000000000000009cfb9eea69520d2b406343dbe2a12b1f894014836a8ef85b00"
713
713
  }
714
714
  ],
715
- "blockNumber": 158,
715
+ "blockNumber": 156,
716
716
  "cumulativeGasUsed": "2112602",
717
717
  "status": 1,
718
718
  "byzantium": true
@@ -1,5 +1,5 @@
1
1
  {
2
- "address": "0x367d7726C9990C96124B119B48ed5DCb8A26Ea31",
2
+ "address": "0x600dDEf97b110a7945772613EC97D8A622Bc0D7A",
3
3
  "abi": [
4
4
  {
5
5
  "inputs": [
@@ -162,22 +162,22 @@
162
162
  "type": "function"
163
163
  }
164
164
  ],
165
- "transactionHash": "0xce314df7573e6a0da21761c46cba661f5780ee50d8d973ae6451e89beae55e7c",
165
+ "transactionHash": "0x9b3a92345e993edb68068039ea897cd1036688af20d9d249fc6d816710b155a0",
166
166
  "receipt": {
167
167
  "to": null,
168
168
  "from": "0x3C44CdDdB6a900fa2b585dd299e03d12FA4293BC",
169
- "contractAddress": "0x367d7726C9990C96124B119B48ed5DCb8A26Ea31",
169
+ "contractAddress": "0x600dDEf97b110a7945772613EC97D8A622Bc0D7A",
170
170
  "transactionIndex": 0,
171
171
  "gasUsed": "600330",
172
172
  "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
173
- "blockHash": "0x0000000000000071a6cd4fab0797ca15f2828cd5c53a3c0893d8d86e8ce1af58",
174
- "transactionHash": "0xce314df7573e6a0da21761c46cba661f5780ee50d8d973ae6451e89beae55e7c",
173
+ "blockHash": "0x00000000000000709b97b5f4e5cfb4c0778e9c25c9c5c297930d91cd4f56098b",
174
+ "transactionHash": "0x9b3a92345e993edb68068039ea897cd1036688af20d9d249fc6d816710b155a0",
175
175
  "logs": [
176
176
  {
177
177
  "transactionIndex": 0,
178
- "blockNumber": 113,
179
- "transactionHash": "0xce314df7573e6a0da21761c46cba661f5780ee50d8d973ae6451e89beae55e7c",
180
- "address": "0x367d7726C9990C96124B119B48ed5DCb8A26Ea31",
178
+ "blockNumber": 112,
179
+ "transactionHash": "0x9b3a92345e993edb68068039ea897cd1036688af20d9d249fc6d816710b155a0",
180
+ "address": "0x600dDEf97b110a7945772613EC97D8A622Bc0D7A",
181
181
  "topics": [
182
182
  "0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
183
183
  "0x0000000000000000000000000000000000000000000000000000000000000000",
@@ -185,10 +185,10 @@
185
185
  ],
186
186
  "data": "0x",
187
187
  "logIndex": 0,
188
- "blockHash": "0x0000000000000071a6cd4fab0797ca15f2828cd5c53a3c0893d8d86e8ce1af58"
188
+ "blockHash": "0x00000000000000709b97b5f4e5cfb4c0778e9c25c9c5c297930d91cd4f56098b"
189
189
  }
190
190
  ],
191
- "blockNumber": 113,
191
+ "blockNumber": 112,
192
192
  "cumulativeGasUsed": "600330",
193
193
  "status": 1,
194
194
  "byzantium": true
@@ -1,5 +1,5 @@
1
1
  {
2
- "address": "0x4eEc58eC2eC6cA3B65cfee32eDF7dA5797C567f4",
2
+ "address": "0x75B5E33C6aF1d288FE56A43361d3741F49155069",
3
3
  "abi": [
4
4
  {
5
5
  "inputs": [
@@ -2352,22 +2352,22 @@
2352
2352
  "type": "function"
2353
2353
  }
2354
2354
  ],
2355
- "transactionHash": "0xee2af84ad8f3fa88fd1bbc8661dd7ff7318ed5f93c349673d5669a3ada2779f1",
2355
+ "transactionHash": "0x570ad57033234312b4529f8e1315998723394e9028c5ee51051317f0f27bc54e",
2356
2356
  "receipt": {
2357
2357
  "to": null,
2358
2358
  "from": "0x70997970C51812dc3A010C7d01b50e0d17dc79C8",
2359
- "contractAddress": "0x4eEc58eC2eC6cA3B65cfee32eDF7dA5797C567f4",
2359
+ "contractAddress": "0x75B5E33C6aF1d288FE56A43361d3741F49155069",
2360
2360
  "transactionIndex": 0,
2361
2361
  "gasUsed": "5356428",
2362
2362
  "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
2363
- "blockHash": "0x00000000000000703f8d8b5cd9ddaa363c43a50dd53b95e90cae1a16577c3426",
2364
- "transactionHash": "0xee2af84ad8f3fa88fd1bbc8661dd7ff7318ed5f93c349673d5669a3ada2779f1",
2363
+ "blockHash": "0x000000000000006ff4371e3b26f926388c50181d7d313f37b4b8a546f6e14954",
2364
+ "transactionHash": "0x570ad57033234312b4529f8e1315998723394e9028c5ee51051317f0f27bc54e",
2365
2365
  "logs": [
2366
2366
  {
2367
2367
  "transactionIndex": 0,
2368
- "blockNumber": 112,
2369
- "transactionHash": "0xee2af84ad8f3fa88fd1bbc8661dd7ff7318ed5f93c349673d5669a3ada2779f1",
2370
- "address": "0x4eEc58eC2eC6cA3B65cfee32eDF7dA5797C567f4",
2368
+ "blockNumber": 111,
2369
+ "transactionHash": "0x570ad57033234312b4529f8e1315998723394e9028c5ee51051317f0f27bc54e",
2370
+ "address": "0x75B5E33C6aF1d288FE56A43361d3741F49155069",
2371
2371
  "topics": [
2372
2372
  "0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
2373
2373
  "0x0000000000000000000000000000000000000000000000000000000000000000",
@@ -2375,25 +2375,25 @@
2375
2375
  ],
2376
2376
  "data": "0x",
2377
2377
  "logIndex": 0,
2378
- "blockHash": "0x00000000000000703f8d8b5cd9ddaa363c43a50dd53b95e90cae1a16577c3426"
2378
+ "blockHash": "0x000000000000006ff4371e3b26f926388c50181d7d313f37b4b8a546f6e14954"
2379
2379
  },
2380
2380
  {
2381
2381
  "transactionIndex": 0,
2382
- "blockNumber": 112,
2383
- "transactionHash": "0xee2af84ad8f3fa88fd1bbc8661dd7ff7318ed5f93c349673d5669a3ada2779f1",
2384
- "address": "0x4eEc58eC2eC6cA3B65cfee32eDF7dA5797C567f4",
2382
+ "blockNumber": 111,
2383
+ "transactionHash": "0x570ad57033234312b4529f8e1315998723394e9028c5ee51051317f0f27bc54e",
2384
+ "address": "0x75B5E33C6aF1d288FE56A43361d3741F49155069",
2385
2385
  "topics": [
2386
2386
  "0x6b374d56679ca9463f27c85c6311e2bb7fde69bf201d3da39d53f10bd9d78af5"
2387
2387
  ],
2388
- "data": "0x00000000000000000000000057175abb77bd79fbc0c214f60cd53ae6c2fc2d1f",
2388
+ "data": "0x00000000000000000000000053e3e223e099020766091d5140b25990104fbbde",
2389
2389
  "logIndex": 1,
2390
- "blockHash": "0x00000000000000703f8d8b5cd9ddaa363c43a50dd53b95e90cae1a16577c3426"
2390
+ "blockHash": "0x000000000000006ff4371e3b26f926388c50181d7d313f37b4b8a546f6e14954"
2391
2391
  },
2392
2392
  {
2393
2393
  "transactionIndex": 0,
2394
- "blockNumber": 112,
2395
- "transactionHash": "0xee2af84ad8f3fa88fd1bbc8661dd7ff7318ed5f93c349673d5669a3ada2779f1",
2396
- "address": "0x4eEc58eC2eC6cA3B65cfee32eDF7dA5797C567f4",
2394
+ "blockNumber": 111,
2395
+ "transactionHash": "0x570ad57033234312b4529f8e1315998723394e9028c5ee51051317f0f27bc54e",
2396
+ "address": "0x75B5E33C6aF1d288FE56A43361d3741F49155069",
2397
2397
  "topics": [
2398
2398
  "0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
2399
2399
  "0x00000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8",
@@ -2401,10 +2401,10 @@
2401
2401
  ],
2402
2402
  "data": "0x",
2403
2403
  "logIndex": 2,
2404
- "blockHash": "0x00000000000000703f8d8b5cd9ddaa363c43a50dd53b95e90cae1a16577c3426"
2404
+ "blockHash": "0x000000000000006ff4371e3b26f926388c50181d7d313f37b4b8a546f6e14954"
2405
2405
  }
2406
2406
  ],
2407
- "blockNumber": 112,
2407
+ "blockNumber": 111,
2408
2408
  "cumulativeGasUsed": "5356428",
2409
2409
  "status": 1,
2410
2410
  "byzantium": true
@@ -1,5 +1,5 @@
1
1
  {
2
- "address": "0xFb4161538a5B87D64D49D689092E5CF209CF6565",
2
+ "address": "0xa7D3c9Fd2856b545a4Cc9aA6597Af6Ed03D9611D",
3
3
  "abi": [
4
4
  {
5
5
  "anonymous": false,
@@ -331,64 +331,64 @@
331
331
  "type": "constructor"
332
332
  }
333
333
  ],
334
- "transactionHash": "0x72da5a57acc8fe4429d18c50dfeae8c8f65e478c8b545aae3d6eb5030f06e13d",
334
+ "transactionHash": "0xb444fceb0ea4e77fccbd2567537e067487a3c2ab076c4ae83262b7b4b8729d09",
335
335
  "receipt": {
336
336
  "to": null,
337
337
  "from": "0x3C44CdDdB6a900fa2b585dd299e03d12FA4293BC",
338
- "contractAddress": "0xFb4161538a5B87D64D49D689092E5CF209CF6565",
338
+ "contractAddress": "0xa7D3c9Fd2856b545a4Cc9aA6597Af6Ed03D9611D",
339
339
  "transactionIndex": 0,
340
340
  "gasUsed": "569376",
341
341
  "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
342
- "blockHash": "0x00000000000000741435e6e8dabd296647a31484152b8e08e7b3d057126a5d73",
343
- "transactionHash": "0x72da5a57acc8fe4429d18c50dfeae8c8f65e478c8b545aae3d6eb5030f06e13d",
342
+ "blockHash": "0x00000000000000724d7ca7c15e728e32966ed2f3235f617b7da05a9084ee4aa1",
343
+ "transactionHash": "0xb444fceb0ea4e77fccbd2567537e067487a3c2ab076c4ae83262b7b4b8729d09",
344
344
  "logs": [
345
345
  {
346
346
  "transactionIndex": 0,
347
- "blockNumber": 116,
348
- "transactionHash": "0x72da5a57acc8fe4429d18c50dfeae8c8f65e478c8b545aae3d6eb5030f06e13d",
349
- "address": "0xFb4161538a5B87D64D49D689092E5CF209CF6565",
347
+ "blockNumber": 114,
348
+ "transactionHash": "0xb444fceb0ea4e77fccbd2567537e067487a3c2ab076c4ae83262b7b4b8729d09",
349
+ "address": "0xa7D3c9Fd2856b545a4Cc9aA6597Af6Ed03D9611D",
350
350
  "topics": [
351
351
  "0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b",
352
- "0x000000000000000000000000af23115e8cd5e44fdac7c9397e23af5a2e518a39"
352
+ "0x000000000000000000000000bd629652a724a06e7c2d7be25d6c03eaa01a4194"
353
353
  ],
354
354
  "data": "0x",
355
355
  "logIndex": 0,
356
- "blockHash": "0x00000000000000741435e6e8dabd296647a31484152b8e08e7b3d057126a5d73"
356
+ "blockHash": "0x00000000000000724d7ca7c15e728e32966ed2f3235f617b7da05a9084ee4aa1"
357
357
  },
358
358
  {
359
359
  "transactionIndex": 0,
360
- "blockNumber": 116,
361
- "transactionHash": "0x72da5a57acc8fe4429d18c50dfeae8c8f65e478c8b545aae3d6eb5030f06e13d",
362
- "address": "0xFb4161538a5B87D64D49D689092E5CF209CF6565",
360
+ "blockNumber": 114,
361
+ "transactionHash": "0xb444fceb0ea4e77fccbd2567537e067487a3c2ab076c4ae83262b7b4b8729d09",
362
+ "address": "0xa7D3c9Fd2856b545a4Cc9aA6597Af6Ed03D9611D",
363
363
  "topics": [
364
364
  "0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"
365
365
  ],
366
366
  "data": "0x0000000000000000000000000000000000000000000000000000000000000001",
367
367
  "logIndex": 1,
368
- "blockHash": "0x00000000000000741435e6e8dabd296647a31484152b8e08e7b3d057126a5d73"
368
+ "blockHash": "0x00000000000000724d7ca7c15e728e32966ed2f3235f617b7da05a9084ee4aa1"
369
369
  },
370
370
  {
371
371
  "transactionIndex": 0,
372
- "blockNumber": 116,
373
- "transactionHash": "0x72da5a57acc8fe4429d18c50dfeae8c8f65e478c8b545aae3d6eb5030f06e13d",
374
- "address": "0xFb4161538a5B87D64D49D689092E5CF209CF6565",
372
+ "blockNumber": 114,
373
+ "transactionHash": "0xb444fceb0ea4e77fccbd2567537e067487a3c2ab076c4ae83262b7b4b8729d09",
374
+ "address": "0xa7D3c9Fd2856b545a4Cc9aA6597Af6Ed03D9611D",
375
375
  "topics": [
376
376
  "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"
377
377
  ],
378
- "data": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000367d7726c9990c96124b119b48ed5dcb8a26ea31",
378
+ "data": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000600ddef97b110a7945772613ec97d8a622bc0d7a",
379
379
  "logIndex": 2,
380
- "blockHash": "0x00000000000000741435e6e8dabd296647a31484152b8e08e7b3d057126a5d73"
380
+ "blockHash": "0x00000000000000724d7ca7c15e728e32966ed2f3235f617b7da05a9084ee4aa1"
381
381
  }
382
382
  ],
383
- "blockNumber": 116,
383
+ "blockNumber": 114,
384
384
  "cumulativeGasUsed": "569376",
385
385
  "status": 1,
386
386
  "byzantium": true
387
387
  },
388
388
  "args": [
389
- "0xaf23115E8Cd5e44FDAC7c9397E23Af5a2E518A39",
390
- "0x367d7726C9990C96124B119B48ed5DCb8A26Ea31",
391
- "0xc4d66de80000000000000000000000004eec58ec2ec6ca3b65cfee32edf7da5797c567f4"
389
+ "0xbD629652A724A06E7C2d7bE25d6C03eAa01A4194",
390
+ "0x600dDEf97b110a7945772613EC97D8A622Bc0D7A",
391
+ "0xc4d66de800000000000000000000000075b5e33c6af1d288fe56a43361d3741f49155069"
392
392
  ],
393
393
  "numDeployments": 1,
394
394
  "solcInputHash": "38c6bf91dbc1d60a5bc376d132d458fc",
@@ -398,10 +398,10 @@
398
398
  "execute": {
399
399
  "methodName": "initialize",
400
400
  "args": [
401
- "0x4eEc58eC2eC6cA3B65cfee32eDF7dA5797C567f4"
401
+ "0x75B5E33C6aF1d288FE56A43361d3741F49155069"
402
402
  ]
403
403
  },
404
- "implementation": "0xaf23115E8Cd5e44FDAC7c9397E23Af5a2E518A39",
404
+ "implementation": "0xbD629652A724A06E7C2d7bE25d6C03eAa01A4194",
405
405
  "devdoc": {
406
406
  "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.",
407
407
  "kind": "dev",
@@ -1,5 +1,5 @@
1
1
  {
2
- "address": "0xaf23115E8Cd5e44FDAC7c9397E23Af5a2E518A39",
2
+ "address": "0xbD629652A724A06E7C2d7bE25d6C03eAa01A4194",
3
3
  "abi": [
4
4
  {
5
5
  "anonymous": false,
@@ -200,18 +200,18 @@
200
200
  "type": "function"
201
201
  }
202
202
  ],
203
- "transactionHash": "0x1bf8d5d5c60d48935f9d77952a14f0560d8d47d682512060682cead4355e9f4a",
203
+ "transactionHash": "0x45f250991351a8762098433d721a30ef66d69f0788b16545d5fc134f1e217476",
204
204
  "receipt": {
205
205
  "to": null,
206
206
  "from": "0x3C44CdDdB6a900fa2b585dd299e03d12FA4293BC",
207
- "contractAddress": "0xaf23115E8Cd5e44FDAC7c9397E23Af5a2E518A39",
207
+ "contractAddress": "0xbD629652A724A06E7C2d7bE25d6C03eAa01A4194",
208
208
  "transactionIndex": 0,
209
209
  "gasUsed": "686764",
210
210
  "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
211
- "blockHash": "0x00000000000000735697e421b42bcf781b91495695acaea509383d6089c97e82",
212
- "transactionHash": "0x1bf8d5d5c60d48935f9d77952a14f0560d8d47d682512060682cead4355e9f4a",
211
+ "blockHash": "0x00000000000000719e6520c8130dae96911cc7c97d02e8b22f8780f7c45ff123",
212
+ "transactionHash": "0x45f250991351a8762098433d721a30ef66d69f0788b16545d5fc134f1e217476",
213
213
  "logs": [],
214
- "blockNumber": 115,
214
+ "blockNumber": 113,
215
215
  "cumulativeGasUsed": "686764",
216
216
  "status": 1,
217
217
  "byzantium": true