@layerzerolabs/lz-evm-sdk-v2 3.0.8 → 3.0.9

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 (361) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/artifacts/contracts/oapp/examples/CmdCodecV1Mock.sol/CmdCodecV1Mock.json +2 -2
  3. package/artifacts/contracts/oapp/examples/LzReadCounter.sol/LzReadCounter.json +2 -2
  4. package/artifacts/contracts/oapp/libs/{CmdCodecV1.sol/CmdCodecV1.json → ReadCodecV1.sol/ReadCodecV1.json} +4 -4
  5. package/artifacts-tron/contracts/oapp/examples/CmdCodecV1Mock.sol/CmdCodecV1Mock.json +2 -2
  6. package/artifacts-tron/contracts/oapp/examples/LzReadCounter.sol/LzReadCounter.json +2 -2
  7. package/artifacts-tron/contracts/oapp/libs/ReadCodecV1.sol/ReadCodecV1.json +21 -0
  8. package/deployments/arbitrum-sandbox-local/DVN.json +19 -19
  9. package/deployments/arbitrum-sandbox-local/DVNDecompressor.json +7 -7
  10. package/deployments/arbitrum-sandbox-local/DVNFeeLib.json +7 -7
  11. package/deployments/arbitrum-sandbox-local/DefaultProxyAdmin.json +7 -7
  12. package/deployments/arbitrum-sandbox-local/EndpointV2.json +13 -13
  13. package/deployments/arbitrum-sandbox-local/EndpointV2View.json +13 -13
  14. package/deployments/arbitrum-sandbox-local/EndpointV2View_Implementation.json +4 -4
  15. package/deployments/arbitrum-sandbox-local/EndpointV2View_Proxy.json +13 -13
  16. package/deployments/arbitrum-sandbox-local/Executor.json +46 -46
  17. package/deployments/arbitrum-sandbox-local/ExecutorDecompressor.json +7 -7
  18. package/deployments/arbitrum-sandbox-local/ExecutorFeeLib.json +7 -7
  19. package/deployments/arbitrum-sandbox-local/ExecutorProxyAdmin.json +10 -10
  20. package/deployments/arbitrum-sandbox-local/Executor_Implementation.json +4 -4
  21. package/deployments/arbitrum-sandbox-local/Executor_Proxy.json +46 -46
  22. package/deployments/arbitrum-sandbox-local/LzExecutor.json +16 -16
  23. package/deployments/arbitrum-sandbox-local/LzExecutor_Implementation.json +4 -4
  24. package/deployments/arbitrum-sandbox-local/LzExecutor_Proxy.json +16 -16
  25. package/deployments/arbitrum-sandbox-local/MultiCall.json +4 -4
  26. package/deployments/arbitrum-sandbox-local/NonceContractMock.json +4 -4
  27. package/deployments/arbitrum-sandbox-local/PriceFeed.json +16 -16
  28. package/deployments/arbitrum-sandbox-local/PriceFeedProxyAdmin.json +10 -10
  29. package/deployments/arbitrum-sandbox-local/PriceFeed_Implementation.json +4 -4
  30. package/deployments/arbitrum-sandbox-local/PriceFeed_Proxy.json +16 -16
  31. package/deployments/arbitrum-sandbox-local/ReadLib102.json +7 -7
  32. package/deployments/arbitrum-sandbox-local/ReadLib102View.json +13 -13
  33. package/deployments/arbitrum-sandbox-local/ReadLib102ViewProxyAdmin.json +10 -10
  34. package/deployments/arbitrum-sandbox-local/ReadLib102View_Implementation.json +4 -4
  35. package/deployments/arbitrum-sandbox-local/ReadLib102View_Proxy.json +13 -13
  36. package/deployments/arbitrum-sandbox-local/ReceiveUln301.json +7 -7
  37. package/deployments/arbitrum-sandbox-local/ReceiveUln301View.json +13 -13
  38. package/deployments/arbitrum-sandbox-local/ReceiveUln301View_Implementation.json +4 -4
  39. package/deployments/arbitrum-sandbox-local/ReceiveUln301View_Proxy.json +13 -13
  40. package/deployments/arbitrum-sandbox-local/ReceiveUln302.json +7 -7
  41. package/deployments/arbitrum-sandbox-local/ReceiveUln302View.json +13 -13
  42. package/deployments/arbitrum-sandbox-local/ReceiveUln302View_Implementation.json +4 -4
  43. package/deployments/arbitrum-sandbox-local/ReceiveUln302View_Proxy.json +13 -13
  44. package/deployments/arbitrum-sandbox-local/SendUln301.json +7 -7
  45. package/deployments/arbitrum-sandbox-local/SendUln302.json +7 -7
  46. package/deployments/arbitrum-sandbox-local/SimpleMessageLib.json +7 -7
  47. package/deployments/arbitrum-sandbox-local/Treasury.json +7 -7
  48. package/deployments/arbitrum-sandbox-local/TreasuryFeeHandler.json +4 -4
  49. package/deployments/bsc-sandbox-local/DVN.json +13 -13
  50. package/deployments/bsc-sandbox-local/DVNDecompressor.json +5 -5
  51. package/deployments/bsc-sandbox-local/DVNFeeLib.json +5 -5
  52. package/deployments/bsc-sandbox-local/DefaultProxyAdmin.json +5 -5
  53. package/deployments/bsc-sandbox-local/EndpointV2.json +9 -9
  54. package/deployments/bsc-sandbox-local/EndpointV2View.json +9 -9
  55. package/deployments/bsc-sandbox-local/EndpointV2View_Implementation.json +3 -3
  56. package/deployments/bsc-sandbox-local/EndpointV2View_Proxy.json +9 -9
  57. package/deployments/bsc-sandbox-local/Executor.json +31 -31
  58. package/deployments/bsc-sandbox-local/ExecutorDecompressor.json +5 -5
  59. package/deployments/bsc-sandbox-local/ExecutorFeeLib.json +5 -5
  60. package/deployments/bsc-sandbox-local/ExecutorProxyAdmin.json +7 -7
  61. package/deployments/bsc-sandbox-local/Executor_Implementation.json +3 -3
  62. package/deployments/bsc-sandbox-local/Executor_Proxy.json +31 -31
  63. package/deployments/bsc-sandbox-local/LzExecutor.json +11 -11
  64. package/deployments/bsc-sandbox-local/LzExecutor_Implementation.json +3 -3
  65. package/deployments/bsc-sandbox-local/LzExecutor_Proxy.json +11 -11
  66. package/deployments/bsc-sandbox-local/MultiCall.json +3 -3
  67. package/deployments/bsc-sandbox-local/NonceContractMock.json +3 -3
  68. package/deployments/bsc-sandbox-local/PriceFeed.json +11 -11
  69. package/deployments/bsc-sandbox-local/PriceFeedProxyAdmin.json +7 -7
  70. package/deployments/bsc-sandbox-local/PriceFeed_Implementation.json +3 -3
  71. package/deployments/bsc-sandbox-local/PriceFeed_Proxy.json +11 -11
  72. package/deployments/bsc-sandbox-local/ReadLib102.json +5 -5
  73. package/deployments/bsc-sandbox-local/ReadLib102View.json +9 -9
  74. package/deployments/bsc-sandbox-local/ReadLib102ViewProxyAdmin.json +7 -7
  75. package/deployments/bsc-sandbox-local/ReadLib102View_Implementation.json +3 -3
  76. package/deployments/bsc-sandbox-local/ReadLib102View_Proxy.json +9 -9
  77. package/deployments/bsc-sandbox-local/ReceiveUln301.json +5 -5
  78. package/deployments/bsc-sandbox-local/ReceiveUln301View.json +9 -9
  79. package/deployments/bsc-sandbox-local/ReceiveUln301View_Implementation.json +3 -3
  80. package/deployments/bsc-sandbox-local/ReceiveUln301View_Proxy.json +9 -9
  81. package/deployments/bsc-sandbox-local/ReceiveUln302.json +5 -5
  82. package/deployments/bsc-sandbox-local/ReceiveUln302View.json +9 -9
  83. package/deployments/bsc-sandbox-local/ReceiveUln302View_Implementation.json +3 -3
  84. package/deployments/bsc-sandbox-local/ReceiveUln302View_Proxy.json +9 -9
  85. package/deployments/bsc-sandbox-local/SendUln301.json +5 -5
  86. package/deployments/bsc-sandbox-local/SendUln302.json +5 -5
  87. package/deployments/bsc-sandbox-local/SimpleMessageLib.json +5 -5
  88. package/deployments/bsc-sandbox-local/Treasury.json +5 -5
  89. package/deployments/bsc-sandbox-local/TreasuryFeeHandler.json +3 -3
  90. package/deployments/codex-mainnet/DVN.json +21 -21
  91. package/deployments/codex-mainnet/DVNFeeLib.json +8 -8
  92. package/deployments/codex-mainnet/DeadDVN.json +5 -5
  93. package/deployments/codex-mainnet/DefaultProxyAdmin.json +8 -8
  94. package/deployments/codex-mainnet/EndpointV2.json +15 -15
  95. package/deployments/codex-mainnet/EndpointV2View.json +14 -14
  96. package/deployments/codex-mainnet/EndpointV2View_Implementation.json +5 -5
  97. package/deployments/codex-mainnet/EndpointV2View_Proxy.json +14 -14
  98. package/deployments/codex-mainnet/Executor.json +35 -35
  99. package/deployments/codex-mainnet/ExecutorFeeLib.json +8 -8
  100. package/deployments/codex-mainnet/ExecutorProxyAdmin.json +11 -11
  101. package/deployments/codex-mainnet/Executor_Implementation.json +5 -5
  102. package/deployments/codex-mainnet/Executor_Proxy.json +35 -35
  103. package/deployments/codex-mainnet/LzExecutor.json +17 -17
  104. package/deployments/codex-mainnet/LzExecutor_Implementation.json +5 -5
  105. package/deployments/codex-mainnet/LzExecutor_Proxy.json +17 -17
  106. package/deployments/codex-mainnet/PriceFeed.json +17 -17
  107. package/deployments/codex-mainnet/PriceFeedProxyAdmin.json +11 -11
  108. package/deployments/codex-mainnet/PriceFeed_Implementation.json +5 -5
  109. package/deployments/codex-mainnet/PriceFeed_Proxy.json +17 -17
  110. package/deployments/codex-mainnet/ReceiveUln301.json +9 -9
  111. package/deployments/codex-mainnet/ReceiveUln301View.json +16 -16
  112. package/deployments/codex-mainnet/ReceiveUln301View_Implementation.json +5 -5
  113. package/deployments/codex-mainnet/ReceiveUln301View_Proxy.json +15 -15
  114. package/deployments/codex-mainnet/ReceiveUln302.json +8 -8
  115. package/deployments/codex-mainnet/ReceiveUln302View.json +14 -14
  116. package/deployments/codex-mainnet/ReceiveUln302View_Implementation.json +5 -5
  117. package/deployments/codex-mainnet/ReceiveUln302View_Proxy.json +14 -14
  118. package/deployments/codex-mainnet/SendUln301.json +9 -9
  119. package/deployments/codex-mainnet/SendUln302.json +8 -8
  120. package/deployments/codex-mainnet/Treasury.json +8 -8
  121. package/deployments/codex-mainnet/TreasuryFeeHandler.json +5 -5
  122. package/deployments/ethereum-sandbox-local/DVN.json +19 -19
  123. package/deployments/ethereum-sandbox-local/DVNDecompressor.json +7 -7
  124. package/deployments/ethereum-sandbox-local/DVNFeeLib.json +7 -7
  125. package/deployments/ethereum-sandbox-local/DefaultProxyAdmin.json +7 -7
  126. package/deployments/ethereum-sandbox-local/EndpointV2.json +13 -13
  127. package/deployments/ethereum-sandbox-local/EndpointV2View.json +13 -13
  128. package/deployments/ethereum-sandbox-local/EndpointV2View_Implementation.json +4 -4
  129. package/deployments/ethereum-sandbox-local/EndpointV2View_Proxy.json +13 -13
  130. package/deployments/ethereum-sandbox-local/Executor.json +46 -46
  131. package/deployments/ethereum-sandbox-local/ExecutorDecompressor.json +7 -7
  132. package/deployments/ethereum-sandbox-local/ExecutorFeeLib.json +7 -7
  133. package/deployments/ethereum-sandbox-local/ExecutorProxyAdmin.json +10 -10
  134. package/deployments/ethereum-sandbox-local/Executor_Implementation.json +4 -4
  135. package/deployments/ethereum-sandbox-local/Executor_Proxy.json +46 -46
  136. package/deployments/ethereum-sandbox-local/LzExecutor.json +16 -16
  137. package/deployments/ethereum-sandbox-local/LzExecutor_Implementation.json +4 -4
  138. package/deployments/ethereum-sandbox-local/LzExecutor_Proxy.json +16 -16
  139. package/deployments/ethereum-sandbox-local/MultiCall.json +4 -4
  140. package/deployments/ethereum-sandbox-local/NonceContractMock.json +4 -4
  141. package/deployments/ethereum-sandbox-local/PriceFeed.json +16 -16
  142. package/deployments/ethereum-sandbox-local/PriceFeedProxyAdmin.json +10 -10
  143. package/deployments/ethereum-sandbox-local/PriceFeed_Implementation.json +4 -4
  144. package/deployments/ethereum-sandbox-local/PriceFeed_Proxy.json +16 -16
  145. package/deployments/ethereum-sandbox-local/ReadLib102.json +7 -7
  146. package/deployments/ethereum-sandbox-local/ReadLib102View.json +13 -13
  147. package/deployments/ethereum-sandbox-local/ReadLib102ViewProxyAdmin.json +10 -10
  148. package/deployments/ethereum-sandbox-local/ReadLib102View_Implementation.json +4 -4
  149. package/deployments/ethereum-sandbox-local/ReadLib102View_Proxy.json +13 -13
  150. package/deployments/ethereum-sandbox-local/ReceiveUln301.json +7 -7
  151. package/deployments/ethereum-sandbox-local/ReceiveUln301View.json +13 -13
  152. package/deployments/ethereum-sandbox-local/ReceiveUln301View_Implementation.json +4 -4
  153. package/deployments/ethereum-sandbox-local/ReceiveUln301View_Proxy.json +13 -13
  154. package/deployments/ethereum-sandbox-local/ReceiveUln302.json +7 -7
  155. package/deployments/ethereum-sandbox-local/ReceiveUln302View.json +13 -13
  156. package/deployments/ethereum-sandbox-local/ReceiveUln302View_Implementation.json +4 -4
  157. package/deployments/ethereum-sandbox-local/ReceiveUln302View_Proxy.json +13 -13
  158. package/deployments/ethereum-sandbox-local/SendUln301.json +7 -7
  159. package/deployments/ethereum-sandbox-local/SendUln302.json +7 -7
  160. package/deployments/ethereum-sandbox-local/SimpleMessageLib.json +7 -7
  161. package/deployments/ethereum-sandbox-local/Treasury.json +7 -7
  162. package/deployments/ethereum-sandbox-local/TreasuryFeeHandler.json +4 -4
  163. package/deployments/hemi-testnet/DVN.json +1930 -0
  164. package/deployments/hemi-testnet/DVNFeeLib.json +399 -0
  165. package/deployments/hemi-testnet/DeadDVN.json +204 -0
  166. package/deployments/hemi-testnet/DefaultProxyAdmin.json +259 -0
  167. package/deployments/hemi-testnet/EndpointV2.json +2947 -0
  168. package/deployments/hemi-testnet/EndpointV2View.json +436 -0
  169. package/deployments/hemi-testnet/EndpointV2View_Implementation.json +314 -0
  170. package/deployments/hemi-testnet/EndpointV2View_Proxy.json +231 -0
  171. package/deployments/hemi-testnet/Executor.json +1653 -0
  172. package/deployments/hemi-testnet/ExecutorFeeLib.json +439 -0
  173. package/deployments/hemi-testnet/ExecutorProxyAdmin.json +284 -0
  174. package/deployments/hemi-testnet/Executor_Implementation.json +1720 -0
  175. package/deployments/hemi-testnet/Executor_Proxy.json +366 -0
  176. package/deployments/hemi-testnet/LzExecutor.json +758 -0
  177. package/deployments/hemi-testnet/LzExecutor_Implementation.json +704 -0
  178. package/deployments/hemi-testnet/LzExecutor_Proxy.json +245 -0
  179. package/deployments/hemi-testnet/PriceFeed.json +935 -0
  180. package/deployments/hemi-testnet/PriceFeedProxyAdmin.json +284 -0
  181. package/deployments/hemi-testnet/PriceFeed_Implementation.json +977 -0
  182. package/deployments/hemi-testnet/PriceFeed_Proxy.json +245 -0
  183. package/deployments/hemi-testnet/ReceiveUln301.json +1293 -0
  184. package/deployments/hemi-testnet/ReceiveUln301View.json +355 -0
  185. package/deployments/hemi-testnet/ReceiveUln301View_Implementation.json +232 -0
  186. package/deployments/hemi-testnet/ReceiveUln301View_Proxy.json +231 -0
  187. package/deployments/hemi-testnet/ReceiveUln302.json +1007 -0
  188. package/deployments/hemi-testnet/ReceiveUln302View.json +479 -0
  189. package/deployments/hemi-testnet/ReceiveUln302View_Implementation.json +385 -0
  190. package/deployments/hemi-testnet/ReceiveUln302View_Proxy.json +231 -0
  191. package/deployments/hemi-testnet/SendUln301.json +1570 -0
  192. package/deployments/hemi-testnet/SendUln302.json +1528 -0
  193. package/deployments/hemi-testnet/Treasury.json +413 -0
  194. package/deployments/hemi-testnet/TreasuryFeeHandler.json +126 -0
  195. package/deployments/optimism-sandbox-local/DVN.json +19 -19
  196. package/deployments/optimism-sandbox-local/DVNDecompressor.json +7 -7
  197. package/deployments/optimism-sandbox-local/DVNFeeLib.json +7 -7
  198. package/deployments/optimism-sandbox-local/DefaultProxyAdmin.json +7 -7
  199. package/deployments/optimism-sandbox-local/EndpointV2.json +13 -13
  200. package/deployments/optimism-sandbox-local/EndpointV2View.json +13 -13
  201. package/deployments/optimism-sandbox-local/EndpointV2View_Implementation.json +4 -4
  202. package/deployments/optimism-sandbox-local/EndpointV2View_Proxy.json +13 -13
  203. package/deployments/optimism-sandbox-local/Executor.json +46 -46
  204. package/deployments/optimism-sandbox-local/ExecutorDecompressor.json +7 -7
  205. package/deployments/optimism-sandbox-local/ExecutorFeeLib.json +7 -7
  206. package/deployments/optimism-sandbox-local/ExecutorProxyAdmin.json +10 -10
  207. package/deployments/optimism-sandbox-local/Executor_Implementation.json +4 -4
  208. package/deployments/optimism-sandbox-local/Executor_Proxy.json +46 -46
  209. package/deployments/optimism-sandbox-local/LzExecutor.json +16 -16
  210. package/deployments/optimism-sandbox-local/LzExecutor_Implementation.json +4 -4
  211. package/deployments/optimism-sandbox-local/LzExecutor_Proxy.json +16 -16
  212. package/deployments/optimism-sandbox-local/MultiCall.json +4 -4
  213. package/deployments/optimism-sandbox-local/NonceContractMock.json +4 -4
  214. package/deployments/optimism-sandbox-local/PriceFeed.json +16 -16
  215. package/deployments/optimism-sandbox-local/PriceFeedProxyAdmin.json +10 -10
  216. package/deployments/optimism-sandbox-local/PriceFeed_Implementation.json +4 -4
  217. package/deployments/optimism-sandbox-local/PriceFeed_Proxy.json +16 -16
  218. package/deployments/optimism-sandbox-local/ReadLib102.json +7 -7
  219. package/deployments/optimism-sandbox-local/ReadLib102View.json +13 -13
  220. package/deployments/optimism-sandbox-local/ReadLib102ViewProxyAdmin.json +10 -10
  221. package/deployments/optimism-sandbox-local/ReadLib102View_Implementation.json +4 -4
  222. package/deployments/optimism-sandbox-local/ReadLib102View_Proxy.json +13 -13
  223. package/deployments/optimism-sandbox-local/ReceiveUln301.json +7 -7
  224. package/deployments/optimism-sandbox-local/ReceiveUln301View.json +13 -13
  225. package/deployments/optimism-sandbox-local/ReceiveUln301View_Implementation.json +4 -4
  226. package/deployments/optimism-sandbox-local/ReceiveUln301View_Proxy.json +13 -13
  227. package/deployments/optimism-sandbox-local/ReceiveUln302.json +7 -7
  228. package/deployments/optimism-sandbox-local/ReceiveUln302View.json +13 -13
  229. package/deployments/optimism-sandbox-local/ReceiveUln302View_Implementation.json +4 -4
  230. package/deployments/optimism-sandbox-local/ReceiveUln302View_Proxy.json +13 -13
  231. package/deployments/optimism-sandbox-local/SendUln301.json +7 -7
  232. package/deployments/optimism-sandbox-local/SendUln302.json +7 -7
  233. package/deployments/optimism-sandbox-local/SimpleMessageLib.json +7 -7
  234. package/deployments/optimism-sandbox-local/Treasury.json +7 -7
  235. package/deployments/optimism-sandbox-local/TreasuryFeeHandler.json +4 -4
  236. package/deployments/otherworld-testnet/DVN.json +37 -37
  237. package/deployments/otherworld-testnet/DVNFeeLib.json +14 -14
  238. package/deployments/otherworld-testnet/DeadDVN.json +6 -6
  239. package/deployments/otherworld-testnet/DefaultProxyAdmin.json +14 -14
  240. package/deployments/otherworld-testnet/EndpointV2.json +21 -21
  241. package/deployments/otherworld-testnet/EndpointV2View.json +32 -32
  242. package/deployments/otherworld-testnet/EndpointV2View_Implementation.json +6 -6
  243. package/deployments/otherworld-testnet/EndpointV2View_Proxy.json +30 -30
  244. package/deployments/otherworld-testnet/Executor.json +57 -57
  245. package/deployments/otherworld-testnet/ExecutorFeeLib.json +14 -14
  246. package/deployments/otherworld-testnet/ExecutorProxyAdmin.json +15 -15
  247. package/deployments/otherworld-testnet/Executor_Implementation.json +6 -6
  248. package/deployments/otherworld-testnet/Executor_Proxy.json +53 -53
  249. package/deployments/otherworld-testnet/LzExecutor.json +32 -32
  250. package/deployments/otherworld-testnet/LzExecutor_Implementation.json +6 -6
  251. package/deployments/otherworld-testnet/LzExecutor_Proxy.json +28 -28
  252. package/deployments/otherworld-testnet/PriceFeed.json +28 -28
  253. package/deployments/otherworld-testnet/PriceFeedProxyAdmin.json +15 -15
  254. package/deployments/otherworld-testnet/PriceFeed_Implementation.json +6 -6
  255. package/deployments/otherworld-testnet/PriceFeed_Proxy.json +27 -27
  256. package/deployments/otherworld-testnet/ReceiveUln301.json +13 -13
  257. package/deployments/otherworld-testnet/ReceiveUln302.json +12 -12
  258. package/deployments/otherworld-testnet/ReceiveUln302View.json +27 -27
  259. package/deployments/otherworld-testnet/ReceiveUln302View_Implementation.json +6 -6
  260. package/deployments/otherworld-testnet/ReceiveUln302View_Proxy.json +24 -24
  261. package/deployments/otherworld-testnet/SendUln301.json +18 -18
  262. package/deployments/otherworld-testnet/SendUln302.json +15 -15
  263. package/deployments/otherworld-testnet/Treasury.json +11 -11
  264. package/deployments/otherworld-testnet/TreasuryFeeHandler.json +7 -7
  265. package/deployments/polygon-sandbox-local/DVN.json +19 -19
  266. package/deployments/polygon-sandbox-local/DVNDecompressor.json +7 -7
  267. package/deployments/polygon-sandbox-local/DVNFeeLib.json +7 -7
  268. package/deployments/polygon-sandbox-local/DefaultProxyAdmin.json +7 -7
  269. package/deployments/polygon-sandbox-local/EndpointV2.json +13 -13
  270. package/deployments/polygon-sandbox-local/EndpointV2View.json +13 -13
  271. package/deployments/polygon-sandbox-local/EndpointV2View_Implementation.json +4 -4
  272. package/deployments/polygon-sandbox-local/EndpointV2View_Proxy.json +13 -13
  273. package/deployments/polygon-sandbox-local/Executor.json +46 -46
  274. package/deployments/polygon-sandbox-local/ExecutorDecompressor.json +7 -7
  275. package/deployments/polygon-sandbox-local/ExecutorFeeLib.json +7 -7
  276. package/deployments/polygon-sandbox-local/ExecutorProxyAdmin.json +10 -10
  277. package/deployments/polygon-sandbox-local/Executor_Implementation.json +4 -4
  278. package/deployments/polygon-sandbox-local/Executor_Proxy.json +46 -46
  279. package/deployments/polygon-sandbox-local/LzExecutor.json +16 -16
  280. package/deployments/polygon-sandbox-local/LzExecutor_Implementation.json +4 -4
  281. package/deployments/polygon-sandbox-local/LzExecutor_Proxy.json +16 -16
  282. package/deployments/polygon-sandbox-local/MultiCall.json +4 -4
  283. package/deployments/polygon-sandbox-local/NonceContractMock.json +4 -4
  284. package/deployments/polygon-sandbox-local/PriceFeed.json +16 -16
  285. package/deployments/polygon-sandbox-local/PriceFeedProxyAdmin.json +10 -10
  286. package/deployments/polygon-sandbox-local/PriceFeed_Implementation.json +4 -4
  287. package/deployments/polygon-sandbox-local/PriceFeed_Proxy.json +16 -16
  288. package/deployments/polygon-sandbox-local/ReadLib102.json +7 -7
  289. package/deployments/polygon-sandbox-local/ReadLib102View.json +13 -13
  290. package/deployments/polygon-sandbox-local/ReadLib102ViewProxyAdmin.json +10 -10
  291. package/deployments/polygon-sandbox-local/ReadLib102View_Implementation.json +4 -4
  292. package/deployments/polygon-sandbox-local/ReadLib102View_Proxy.json +13 -13
  293. package/deployments/polygon-sandbox-local/ReceiveUln301.json +7 -7
  294. package/deployments/polygon-sandbox-local/ReceiveUln301View.json +13 -13
  295. package/deployments/polygon-sandbox-local/ReceiveUln301View_Implementation.json +4 -4
  296. package/deployments/polygon-sandbox-local/ReceiveUln301View_Proxy.json +13 -13
  297. package/deployments/polygon-sandbox-local/ReceiveUln302.json +7 -7
  298. package/deployments/polygon-sandbox-local/ReceiveUln302View.json +13 -13
  299. package/deployments/polygon-sandbox-local/ReceiveUln302View_Implementation.json +4 -4
  300. package/deployments/polygon-sandbox-local/ReceiveUln302View_Proxy.json +13 -13
  301. package/deployments/polygon-sandbox-local/SendUln301.json +7 -7
  302. package/deployments/polygon-sandbox-local/SendUln302.json +7 -7
  303. package/deployments/polygon-sandbox-local/SimpleMessageLib.json +7 -7
  304. package/deployments/polygon-sandbox-local/Treasury.json +7 -7
  305. package/deployments/polygon-sandbox-local/TreasuryFeeHandler.json +4 -4
  306. package/deployments/tron-sandbox-local/DVN.json +35 -35
  307. package/deployments/tron-sandbox-local/DVNDecompressor.json +14 -14
  308. package/deployments/tron-sandbox-local/DVNFeeLib.json +10 -10
  309. package/deployments/tron-sandbox-local/DefaultProxyAdmin.json +10 -10
  310. package/deployments/tron-sandbox-local/EndpointV2.json +19 -19
  311. package/deployments/tron-sandbox-local/EndpointV2View.json +25 -25
  312. package/deployments/tron-sandbox-local/EndpointV2View_Implementation.json +6 -6
  313. package/deployments/tron-sandbox-local/EndpointV2View_Proxy.json +23 -23
  314. package/deployments/tron-sandbox-local/Executor.json +79 -79
  315. package/deployments/tron-sandbox-local/ExecutorDecompressor.json +11 -11
  316. package/deployments/tron-sandbox-local/ExecutorFeeLib.json +10 -10
  317. package/deployments/tron-sandbox-local/ExecutorProxyAdmin.json +14 -14
  318. package/deployments/tron-sandbox-local/Executor_Implementation.json +6 -6
  319. package/deployments/tron-sandbox-local/Executor_Proxy.json +71 -71
  320. package/deployments/tron-sandbox-local/LzExecutor.json +31 -31
  321. package/deployments/tron-sandbox-local/LzExecutor_Implementation.json +6 -6
  322. package/deployments/tron-sandbox-local/LzExecutor_Proxy.json +27 -27
  323. package/deployments/tron-sandbox-local/MultiCall.json +6 -6
  324. package/deployments/tron-sandbox-local/NonceContractMock.json +7 -7
  325. package/deployments/tron-sandbox-local/PriceFeed.json +27 -27
  326. package/deployments/tron-sandbox-local/PriceFeedProxyAdmin.json +14 -14
  327. package/deployments/tron-sandbox-local/PriceFeed_Implementation.json +6 -6
  328. package/deployments/tron-sandbox-local/PriceFeed_Proxy.json +26 -26
  329. package/deployments/tron-sandbox-local/ReadLib102.json +11 -11
  330. package/deployments/tron-sandbox-local/ReadLib102View.json +26 -26
  331. package/deployments/tron-sandbox-local/ReadLib102ViewProxyAdmin.json +14 -14
  332. package/deployments/tron-sandbox-local/ReadLib102View_Implementation.json +6 -6
  333. package/deployments/tron-sandbox-local/ReadLib102View_Proxy.json +23 -23
  334. package/deployments/tron-sandbox-local/ReceiveUln301.json +11 -11
  335. package/deployments/tron-sandbox-local/ReceiveUln301View.json +26 -26
  336. package/deployments/tron-sandbox-local/ReceiveUln301View_Implementation.json +6 -6
  337. package/deployments/tron-sandbox-local/ReceiveUln301View_Proxy.json +23 -23
  338. package/deployments/tron-sandbox-local/ReceiveUln302.json +11 -11
  339. package/deployments/tron-sandbox-local/ReceiveUln302View.json +26 -26
  340. package/deployments/tron-sandbox-local/ReceiveUln302View_Implementation.json +6 -6
  341. package/deployments/tron-sandbox-local/ReceiveUln302View_Proxy.json +23 -23
  342. package/deployments/tron-sandbox-local/SendUln301.json +13 -13
  343. package/deployments/tron-sandbox-local/SendUln302.json +11 -11
  344. package/deployments/tron-sandbox-local/SimpleMessageLib.json +11 -11
  345. package/deployments/tron-sandbox-local/Treasury.json +10 -10
  346. package/deployments/tron-sandbox-local/TreasuryFeeHandler.json +7 -7
  347. package/dist/{index-wO6a5KZo.d.mts → index-c7QTS2j4.d.mts} +55 -58
  348. package/dist/{index-wO6a5KZo.d.ts → index-c7QTS2j4.d.ts} +55 -58
  349. package/dist/index.browser.cjs +59 -60
  350. package/dist/index.browser.cjs.map +1 -1
  351. package/dist/index.browser.d.mts +1 -1
  352. package/dist/index.browser.d.ts +1 -1
  353. package/dist/index.browser.mjs +60 -60
  354. package/dist/index.browser.mjs.map +1 -1
  355. package/dist/index.cjs +59 -60
  356. package/dist/index.cjs.map +1 -1
  357. package/dist/index.d.mts +1 -1
  358. package/dist/index.d.ts +1 -1
  359. package/dist/index.mjs +60 -60
  360. package/dist/index.mjs.map +1 -1
  361. package/package.json +9 -9
@@ -1,5 +1,5 @@
1
1
  {
2
- "address": "0x04441314313676C0c8407F3BdFdBFdF50b5db8f0",
2
+ "address": "0x4b606f758df98be63e3ee22808637B921Aee5eeB",
3
3
  "abi": [
4
4
  {
5
5
  "inputs": [
@@ -84,24 +84,24 @@
84
84
  "type": "function"
85
85
  }
86
86
  ],
87
- "transactionHash": "0x79898d176b66d54b086ca907ac6d8ff7f699d959870471a1b8372a36e48f1252",
87
+ "transactionHash": "0x275f452111e18b3c3bfef7b9f6b2e8159317781dacb1b3fcb50dbef0f96e61cf",
88
88
  "receipt": {
89
89
  "to": null,
90
90
  "from": "0x70997970C51812dc3A010C7d01b50e0d17dc79C8",
91
- "contractAddress": "0x04441314313676C0c8407F3BdFdBFdF50b5db8f0",
91
+ "contractAddress": "0x4b606f758df98be63e3ee22808637B921Aee5eeB",
92
92
  "transactionIndex": 0,
93
93
  "gasUsed": "279599",
94
94
  "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
95
- "blockHash": "0x00000000000000b42821a88236132cc4f34ece2931824dd31ecdc5a2ab133caa",
96
- "transactionHash": "0x79898d176b66d54b086ca907ac6d8ff7f699d959870471a1b8372a36e48f1252",
95
+ "blockHash": "0x00000000000000b7883cc935b4573e0db5efa791e0aad00779e299809fb8daab",
96
+ "transactionHash": "0x275f452111e18b3c3bfef7b9f6b2e8159317781dacb1b3fcb50dbef0f96e61cf",
97
97
  "logs": [],
98
- "blockNumber": 180,
98
+ "blockNumber": 183,
99
99
  "cumulativeGasUsed": "279599",
100
100
  "status": 1,
101
101
  "byzantium": true
102
102
  },
103
103
  "args": [
104
- "0xAC1E33F3F1eEEDb03C18D64ED05852e58a15F471"
104
+ "0xD87Fe6FD2906dd6C68A0464ed7F2C749c1847557"
105
105
  ],
106
106
  "numDeployments": 1,
107
107
  "solcInputHash": "245038fa6535942e41b667bd7439b57e",
@@ -1,5 +1,5 @@
1
1
  {
2
- "address": "0x1b4aEDD0D49d24Ef7f6d77aD35Bd6889Bfa6a863",
2
+ "address": "0x4b07E2586E7137BF1f1ad621d950d15B92cA5f8B",
3
3
  "abi": [
4
4
  {
5
5
  "anonymous": false,
@@ -816,35 +816,35 @@
816
816
  "type": "constructor"
817
817
  }
818
818
  ],
819
- "transactionHash": "0xb270262525cec0891735573594a5be57c8289fa41dfafb121fe566c446972380",
819
+ "transactionHash": "0x45ae6eab2b869a50cb3ec7d922a02bed0dbf28996fc50d949f1a7274a33ce1ae",
820
820
  "receipt": {
821
821
  "to": null,
822
822
  "from": "0x3C44CdDdB6a900fa2b585dd299e03d12FA4293BC",
823
- "contractAddress": "0x1b4aEDD0D49d24Ef7f6d77aD35Bd6889Bfa6a863",
823
+ "contractAddress": "0x4b07E2586E7137BF1f1ad621d950d15B92cA5f8B",
824
824
  "transactionIndex": 0,
825
825
  "gasUsed": "646277",
826
826
  "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
827
- "blockHash": "0x00000000000000593c1d8c1a69496e27a2c4c83e71731a6855f1e6867b099e8d",
828
- "transactionHash": "0xb270262525cec0891735573594a5be57c8289fa41dfafb121fe566c446972380",
827
+ "blockHash": "0x000000000000005b2783a34b3bad2783858994f011aa78fff310c72cf2f25502",
828
+ "transactionHash": "0x45ae6eab2b869a50cb3ec7d922a02bed0dbf28996fc50d949f1a7274a33ce1ae",
829
829
  "logs": [
830
830
  {
831
831
  "transactionIndex": 0,
832
- "blockNumber": 89,
833
- "transactionHash": "0xb270262525cec0891735573594a5be57c8289fa41dfafb121fe566c446972380",
834
- "address": "0x1b4aEDD0D49d24Ef7f6d77aD35Bd6889Bfa6a863",
832
+ "blockNumber": 91,
833
+ "transactionHash": "0x45ae6eab2b869a50cb3ec7d922a02bed0dbf28996fc50d949f1a7274a33ce1ae",
834
+ "address": "0x4b07E2586E7137BF1f1ad621d950d15B92cA5f8B",
835
835
  "topics": [
836
836
  "0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b",
837
- "0x0000000000000000000000008f656de676263753a3c3326698b968bdd1fba153"
837
+ "0x000000000000000000000000f885149d76d82dd53554a4bf8a5ee5f97e31bb95"
838
838
  ],
839
839
  "data": "0x",
840
840
  "logIndex": 0,
841
- "blockHash": "0x00000000000000593c1d8c1a69496e27a2c4c83e71731a6855f1e6867b099e8d"
841
+ "blockHash": "0x000000000000005b2783a34b3bad2783858994f011aa78fff310c72cf2f25502"
842
842
  },
843
843
  {
844
844
  "transactionIndex": 0,
845
- "blockNumber": 89,
846
- "transactionHash": "0xb270262525cec0891735573594a5be57c8289fa41dfafb121fe566c446972380",
847
- "address": "0x1b4aEDD0D49d24Ef7f6d77aD35Bd6889Bfa6a863",
845
+ "blockNumber": 91,
846
+ "transactionHash": "0x45ae6eab2b869a50cb3ec7d922a02bed0dbf28996fc50d949f1a7274a33ce1ae",
847
+ "address": "0x4b07E2586E7137BF1f1ad621d950d15B92cA5f8B",
848
848
  "topics": [
849
849
  "0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
850
850
  "0x0000000000000000000000000000000000000000000000000000000000000000",
@@ -852,41 +852,41 @@
852
852
  ],
853
853
  "data": "0x",
854
854
  "logIndex": 1,
855
- "blockHash": "0x00000000000000593c1d8c1a69496e27a2c4c83e71731a6855f1e6867b099e8d"
855
+ "blockHash": "0x000000000000005b2783a34b3bad2783858994f011aa78fff310c72cf2f25502"
856
856
  },
857
857
  {
858
858
  "transactionIndex": 0,
859
- "blockNumber": 89,
860
- "transactionHash": "0xb270262525cec0891735573594a5be57c8289fa41dfafb121fe566c446972380",
861
- "address": "0x1b4aEDD0D49d24Ef7f6d77aD35Bd6889Bfa6a863",
859
+ "blockNumber": 91,
860
+ "transactionHash": "0x45ae6eab2b869a50cb3ec7d922a02bed0dbf28996fc50d949f1a7274a33ce1ae",
861
+ "address": "0x4b07E2586E7137BF1f1ad621d950d15B92cA5f8B",
862
862
  "topics": [
863
863
  "0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"
864
864
  ],
865
865
  "data": "0x0000000000000000000000000000000000000000000000000000000000000001",
866
866
  "logIndex": 2,
867
- "blockHash": "0x00000000000000593c1d8c1a69496e27a2c4c83e71731a6855f1e6867b099e8d"
867
+ "blockHash": "0x000000000000005b2783a34b3bad2783858994f011aa78fff310c72cf2f25502"
868
868
  },
869
869
  {
870
870
  "transactionIndex": 0,
871
- "blockNumber": 89,
872
- "transactionHash": "0xb270262525cec0891735573594a5be57c8289fa41dfafb121fe566c446972380",
873
- "address": "0x1b4aEDD0D49d24Ef7f6d77aD35Bd6889Bfa6a863",
871
+ "blockNumber": 91,
872
+ "transactionHash": "0x45ae6eab2b869a50cb3ec7d922a02bed0dbf28996fc50d949f1a7274a33ce1ae",
873
+ "address": "0x4b07E2586E7137BF1f1ad621d950d15B92cA5f8B",
874
874
  "topics": [
875
875
  "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"
876
876
  ],
877
- "data": "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000090ed8eb2291627ac37abcf2b9b25ddfa80f475e9",
877
+ "data": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000007fc5e9f52063ac1260d446626ffb97f68d7f9ec3",
878
878
  "logIndex": 3,
879
- "blockHash": "0x00000000000000593c1d8c1a69496e27a2c4c83e71731a6855f1e6867b099e8d"
879
+ "blockHash": "0x000000000000005b2783a34b3bad2783858994f011aa78fff310c72cf2f25502"
880
880
  }
881
881
  ],
882
- "blockNumber": 89,
882
+ "blockNumber": 91,
883
883
  "cumulativeGasUsed": "646277",
884
884
  "status": 1,
885
885
  "byzantium": true
886
886
  },
887
887
  "args": [
888
- "0x8F656DE676263753A3c3326698B968bdd1fba153",
889
- "0x90Ed8eb2291627Ac37AbCf2B9B25DDFA80F475e9",
888
+ "0xF885149D76D82dD53554a4bf8a5ee5f97e31BB95",
889
+ "0x7fC5e9F52063aC1260D446626FFb97F68d7f9Ec3",
890
890
  "0xc4d66de8000000000000000000000000b9cb228d7498d6f02b0f88f7b16d2cf836d2aea9"
891
891
  ],
892
892
  "numDeployments": 1,
@@ -900,7 +900,7 @@
900
900
  "0xB9Cb228D7498d6F02B0F88F7b16d2Cf836d2aeA9"
901
901
  ]
902
902
  },
903
- "implementation": "0x8F656DE676263753A3c3326698B968bdd1fba153",
903
+ "implementation": "0xF885149D76D82dD53554a4bf8a5ee5f97e31BB95",
904
904
  "devdoc": {
905
905
  "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.",
906
906
  "kind": "dev",
@@ -1,5 +1,5 @@
1
1
  {
2
- "address": "0x90Ed8eb2291627Ac37AbCf2B9B25DDFA80F475e9",
2
+ "address": "0x7fC5e9F52063aC1260D446626FFb97F68d7f9Ec3",
3
3
  "abi": [
4
4
  {
5
5
  "inputs": [
@@ -172,22 +172,22 @@
172
172
  "type": "function"
173
173
  }
174
174
  ],
175
- "transactionHash": "0xf29007b522839f3885a9ddd6ea8a8353a9da41aa1653f5b69c4f3796197c95d4",
175
+ "transactionHash": "0x061306f7a90fa28295cdbc8013c45af3147c10a67ac1d1c9e5e4459baa9c690c",
176
176
  "receipt": {
177
177
  "to": null,
178
178
  "from": "0x3C44CdDdB6a900fa2b585dd299e03d12FA4293BC",
179
- "contractAddress": "0x90Ed8eb2291627Ac37AbCf2B9B25DDFA80F475e9",
179
+ "contractAddress": "0x7fC5e9F52063aC1260D446626FFb97F68d7f9Ec3",
180
180
  "transactionIndex": 0,
181
181
  "gasUsed": "544138",
182
182
  "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
183
- "blockHash": "0x00000000000000578e34d361b3738331adcb723cfdc0f80637cd2d1ac8a38d29",
184
- "transactionHash": "0xf29007b522839f3885a9ddd6ea8a8353a9da41aa1653f5b69c4f3796197c95d4",
183
+ "blockHash": "0x00000000000000580d94dbd66321fe82e9c4f47664d2bf994dc01c20ea021dcc",
184
+ "transactionHash": "0x061306f7a90fa28295cdbc8013c45af3147c10a67ac1d1c9e5e4459baa9c690c",
185
185
  "logs": [
186
186
  {
187
187
  "transactionIndex": 0,
188
- "blockNumber": 87,
189
- "transactionHash": "0xf29007b522839f3885a9ddd6ea8a8353a9da41aa1653f5b69c4f3796197c95d4",
190
- "address": "0x90Ed8eb2291627Ac37AbCf2B9B25DDFA80F475e9",
188
+ "blockNumber": 88,
189
+ "transactionHash": "0x061306f7a90fa28295cdbc8013c45af3147c10a67ac1d1c9e5e4459baa9c690c",
190
+ "address": "0x7fC5e9F52063aC1260D446626FFb97F68d7f9Ec3",
191
191
  "topics": [
192
192
  "0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
193
193
  "0x0000000000000000000000000000000000000000000000000000000000000000",
@@ -195,13 +195,13 @@
195
195
  ],
196
196
  "data": "0x",
197
197
  "logIndex": 0,
198
- "blockHash": "0x00000000000000578e34d361b3738331adcb723cfdc0f80637cd2d1ac8a38d29"
198
+ "blockHash": "0x00000000000000580d94dbd66321fe82e9c4f47664d2bf994dc01c20ea021dcc"
199
199
  },
200
200
  {
201
201
  "transactionIndex": 0,
202
- "blockNumber": 87,
203
- "transactionHash": "0xf29007b522839f3885a9ddd6ea8a8353a9da41aa1653f5b69c4f3796197c95d4",
204
- "address": "0x90Ed8eb2291627Ac37AbCf2B9B25DDFA80F475e9",
202
+ "blockNumber": 88,
203
+ "transactionHash": "0x061306f7a90fa28295cdbc8013c45af3147c10a67ac1d1c9e5e4459baa9c690c",
204
+ "address": "0x7fC5e9F52063aC1260D446626FFb97F68d7f9Ec3",
205
205
  "topics": [
206
206
  "0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
207
207
  "0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc",
@@ -209,10 +209,10 @@
209
209
  ],
210
210
  "data": "0x",
211
211
  "logIndex": 1,
212
- "blockHash": "0x00000000000000578e34d361b3738331adcb723cfdc0f80637cd2d1ac8a38d29"
212
+ "blockHash": "0x00000000000000580d94dbd66321fe82e9c4f47664d2bf994dc01c20ea021dcc"
213
213
  }
214
214
  ],
215
- "blockNumber": 87,
215
+ "blockNumber": 88,
216
216
  "cumulativeGasUsed": "544138",
217
217
  "status": 1,
218
218
  "byzantium": true
@@ -1,5 +1,5 @@
1
1
  {
2
- "address": "0x8F656DE676263753A3c3326698B968bdd1fba153",
2
+ "address": "0xF885149D76D82dD53554a4bf8a5ee5f97e31BB95",
3
3
  "abi": [
4
4
  {
5
5
  "inputs": [
@@ -685,18 +685,18 @@
685
685
  "type": "function"
686
686
  }
687
687
  ],
688
- "transactionHash": "0xaa4fce7f1d2ee27d56ac44d13c155dfc5315a0612c47db9993b87d09f19e1370",
688
+ "transactionHash": "0xb2bffe8e45c690c8d309655828228f9f15f2403a70cc8a4cc41e76c2c5e6adcd",
689
689
  "receipt": {
690
690
  "to": null,
691
691
  "from": "0x3C44CdDdB6a900fa2b585dd299e03d12FA4293BC",
692
- "contractAddress": "0x8F656DE676263753A3c3326698B968bdd1fba153",
692
+ "contractAddress": "0xF885149D76D82dD53554a4bf8a5ee5f97e31BB95",
693
693
  "transactionIndex": 0,
694
694
  "gasUsed": "1840784",
695
695
  "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
696
- "blockHash": "0x0000000000000058597921a9327830989a8e6db0bc0c86684a049db36e557c81",
697
- "transactionHash": "0xaa4fce7f1d2ee27d56ac44d13c155dfc5315a0612c47db9993b87d09f19e1370",
696
+ "blockHash": "0x000000000000005938f4afa16dcc3583599e41670865ae18af34248ed7481920",
697
+ "transactionHash": "0xb2bffe8e45c690c8d309655828228f9f15f2403a70cc8a4cc41e76c2c5e6adcd",
698
698
  "logs": [],
699
- "blockNumber": 88,
699
+ "blockNumber": 89,
700
700
  "cumulativeGasUsed": "1840784",
701
701
  "status": 1,
702
702
  "byzantium": true
@@ -1,5 +1,5 @@
1
1
  {
2
- "address": "0x1b4aEDD0D49d24Ef7f6d77aD35Bd6889Bfa6a863",
2
+ "address": "0x4b07E2586E7137BF1f1ad621d950d15B92cA5f8B",
3
3
  "abi": [
4
4
  {
5
5
  "inputs": [
@@ -133,35 +133,35 @@
133
133
  "type": "receive"
134
134
  }
135
135
  ],
136
- "transactionHash": "0xb270262525cec0891735573594a5be57c8289fa41dfafb121fe566c446972380",
136
+ "transactionHash": "0x45ae6eab2b869a50cb3ec7d922a02bed0dbf28996fc50d949f1a7274a33ce1ae",
137
137
  "receipt": {
138
138
  "to": null,
139
139
  "from": "0x3C44CdDdB6a900fa2b585dd299e03d12FA4293BC",
140
- "contractAddress": "0x1b4aEDD0D49d24Ef7f6d77aD35Bd6889Bfa6a863",
140
+ "contractAddress": "0x4b07E2586E7137BF1f1ad621d950d15B92cA5f8B",
141
141
  "transactionIndex": 0,
142
142
  "gasUsed": "646277",
143
143
  "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
144
- "blockHash": "0x00000000000000593c1d8c1a69496e27a2c4c83e71731a6855f1e6867b099e8d",
145
- "transactionHash": "0xb270262525cec0891735573594a5be57c8289fa41dfafb121fe566c446972380",
144
+ "blockHash": "0x000000000000005b2783a34b3bad2783858994f011aa78fff310c72cf2f25502",
145
+ "transactionHash": "0x45ae6eab2b869a50cb3ec7d922a02bed0dbf28996fc50d949f1a7274a33ce1ae",
146
146
  "logs": [
147
147
  {
148
148
  "transactionIndex": 0,
149
- "blockNumber": 89,
150
- "transactionHash": "0xb270262525cec0891735573594a5be57c8289fa41dfafb121fe566c446972380",
151
- "address": "0x1b4aEDD0D49d24Ef7f6d77aD35Bd6889Bfa6a863",
149
+ "blockNumber": 91,
150
+ "transactionHash": "0x45ae6eab2b869a50cb3ec7d922a02bed0dbf28996fc50d949f1a7274a33ce1ae",
151
+ "address": "0x4b07E2586E7137BF1f1ad621d950d15B92cA5f8B",
152
152
  "topics": [
153
153
  "0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b",
154
- "0x0000000000000000000000008f656de676263753a3c3326698b968bdd1fba153"
154
+ "0x000000000000000000000000f885149d76d82dd53554a4bf8a5ee5f97e31bb95"
155
155
  ],
156
156
  "data": "0x",
157
157
  "logIndex": 0,
158
- "blockHash": "0x00000000000000593c1d8c1a69496e27a2c4c83e71731a6855f1e6867b099e8d"
158
+ "blockHash": "0x000000000000005b2783a34b3bad2783858994f011aa78fff310c72cf2f25502"
159
159
  },
160
160
  {
161
161
  "transactionIndex": 0,
162
- "blockNumber": 89,
163
- "transactionHash": "0xb270262525cec0891735573594a5be57c8289fa41dfafb121fe566c446972380",
164
- "address": "0x1b4aEDD0D49d24Ef7f6d77aD35Bd6889Bfa6a863",
162
+ "blockNumber": 91,
163
+ "transactionHash": "0x45ae6eab2b869a50cb3ec7d922a02bed0dbf28996fc50d949f1a7274a33ce1ae",
164
+ "address": "0x4b07E2586E7137BF1f1ad621d950d15B92cA5f8B",
165
165
  "topics": [
166
166
  "0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
167
167
  "0x0000000000000000000000000000000000000000000000000000000000000000",
@@ -169,41 +169,41 @@
169
169
  ],
170
170
  "data": "0x",
171
171
  "logIndex": 1,
172
- "blockHash": "0x00000000000000593c1d8c1a69496e27a2c4c83e71731a6855f1e6867b099e8d"
172
+ "blockHash": "0x000000000000005b2783a34b3bad2783858994f011aa78fff310c72cf2f25502"
173
173
  },
174
174
  {
175
175
  "transactionIndex": 0,
176
- "blockNumber": 89,
177
- "transactionHash": "0xb270262525cec0891735573594a5be57c8289fa41dfafb121fe566c446972380",
178
- "address": "0x1b4aEDD0D49d24Ef7f6d77aD35Bd6889Bfa6a863",
176
+ "blockNumber": 91,
177
+ "transactionHash": "0x45ae6eab2b869a50cb3ec7d922a02bed0dbf28996fc50d949f1a7274a33ce1ae",
178
+ "address": "0x4b07E2586E7137BF1f1ad621d950d15B92cA5f8B",
179
179
  "topics": [
180
180
  "0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"
181
181
  ],
182
182
  "data": "0x0000000000000000000000000000000000000000000000000000000000000001",
183
183
  "logIndex": 2,
184
- "blockHash": "0x00000000000000593c1d8c1a69496e27a2c4c83e71731a6855f1e6867b099e8d"
184
+ "blockHash": "0x000000000000005b2783a34b3bad2783858994f011aa78fff310c72cf2f25502"
185
185
  },
186
186
  {
187
187
  "transactionIndex": 0,
188
- "blockNumber": 89,
189
- "transactionHash": "0xb270262525cec0891735573594a5be57c8289fa41dfafb121fe566c446972380",
190
- "address": "0x1b4aEDD0D49d24Ef7f6d77aD35Bd6889Bfa6a863",
188
+ "blockNumber": 91,
189
+ "transactionHash": "0x45ae6eab2b869a50cb3ec7d922a02bed0dbf28996fc50d949f1a7274a33ce1ae",
190
+ "address": "0x4b07E2586E7137BF1f1ad621d950d15B92cA5f8B",
191
191
  "topics": [
192
192
  "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"
193
193
  ],
194
- "data": "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000090ed8eb2291627ac37abcf2b9b25ddfa80f475e9",
194
+ "data": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000007fc5e9f52063ac1260d446626ffb97f68d7f9ec3",
195
195
  "logIndex": 3,
196
- "blockHash": "0x00000000000000593c1d8c1a69496e27a2c4c83e71731a6855f1e6867b099e8d"
196
+ "blockHash": "0x000000000000005b2783a34b3bad2783858994f011aa78fff310c72cf2f25502"
197
197
  }
198
198
  ],
199
- "blockNumber": 89,
199
+ "blockNumber": 91,
200
200
  "cumulativeGasUsed": "646277",
201
201
  "status": 1,
202
202
  "byzantium": true
203
203
  },
204
204
  "args": [
205
- "0x8F656DE676263753A3c3326698B968bdd1fba153",
206
- "0x90Ed8eb2291627Ac37AbCf2B9B25DDFA80F475e9",
205
+ "0xF885149D76D82dD53554a4bf8a5ee5f97e31BB95",
206
+ "0x7fC5e9F52063aC1260D446626FFb97F68d7f9Ec3",
207
207
  "0xc4d66de8000000000000000000000000b9cb228d7498d6f02b0f88f7b16d2cf836d2aea9"
208
208
  ],
209
209
  "numDeployments": 1,
@@ -1,5 +1,5 @@
1
1
  {
2
- "address": "0x1688CBEa687b850fF2299bECada7cA7B46502687",
2
+ "address": "0xaF629211d780EB3E2F13dDb8b76CA1442a22833e",
3
3
  "abi": [
4
4
  {
5
5
  "inputs": [
@@ -1279,22 +1279,22 @@
1279
1279
  "type": "receive"
1280
1280
  }
1281
1281
  ],
1282
- "transactionHash": "0xe3f07431677c8a27711edd8ee9635fd7d048e647c3b8d575f5563e369da4edae",
1282
+ "transactionHash": "0x80823ea9541487d66f972030ac6801965f36508d6e7ddb03fceec5bc1a8d70aa",
1283
1283
  "receipt": {
1284
1284
  "to": null,
1285
1285
  "from": "0x70997970C51812dc3A010C7d01b50e0d17dc79C8",
1286
- "contractAddress": "0x1688CBEa687b850fF2299bECada7cA7B46502687",
1286
+ "contractAddress": "0xaF629211d780EB3E2F13dDb8b76CA1442a22833e",
1287
1287
  "transactionIndex": 0,
1288
1288
  "gasUsed": "4957803",
1289
1289
  "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
1290
- "blockHash": "0x00000000000000c2bd6286d000cd7a1ff340733a2bff7d5b36562de2221f329d",
1291
- "transactionHash": "0xe3f07431677c8a27711edd8ee9635fd7d048e647c3b8d575f5563e369da4edae",
1290
+ "blockHash": "0x00000000000000c67c93784f951fdf4e19dac0c3ef63ca2084ff32723b268b84",
1291
+ "transactionHash": "0x80823ea9541487d66f972030ac6801965f36508d6e7ddb03fceec5bc1a8d70aa",
1292
1292
  "logs": [
1293
1293
  {
1294
1294
  "transactionIndex": 0,
1295
- "blockNumber": 194,
1296
- "transactionHash": "0xe3f07431677c8a27711edd8ee9635fd7d048e647c3b8d575f5563e369da4edae",
1297
- "address": "0x1688CBEa687b850fF2299bECada7cA7B46502687",
1295
+ "blockNumber": 198,
1296
+ "transactionHash": "0x80823ea9541487d66f972030ac6801965f36508d6e7ddb03fceec5bc1a8d70aa",
1297
+ "address": "0xaF629211d780EB3E2F13dDb8b76CA1442a22833e",
1298
1298
  "topics": [
1299
1299
  "0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
1300
1300
  "0x0000000000000000000000000000000000000000000000000000000000000000",
@@ -1302,16 +1302,16 @@
1302
1302
  ],
1303
1303
  "data": "0x",
1304
1304
  "logIndex": 0,
1305
- "blockHash": "0x00000000000000c2bd6286d000cd7a1ff340733a2bff7d5b36562de2221f329d"
1305
+ "blockHash": "0x00000000000000c67c93784f951fdf4e19dac0c3ef63ca2084ff32723b268b84"
1306
1306
  }
1307
1307
  ],
1308
- "blockNumber": 194,
1308
+ "blockNumber": 198,
1309
1309
  "cumulativeGasUsed": "4957803",
1310
1310
  "status": 1,
1311
1311
  "byzantium": true
1312
1312
  },
1313
1313
  "args": [
1314
- "0xCACBB0e4B9CA7d0F4F1B59da8F49D27cE57Ad4c5",
1314
+ "0xD158E1690B956F449499D55869aAFb282Cbcc60E",
1315
1315
  200000,
1316
1316
  "1000000000000000000"
1317
1317
  ],
@@ -1,5 +1,5 @@
1
1
  {
2
- "address": "0x2B2A7756d5c6BC4E84e6Bb219A2ef1BD3ffB003b",
2
+ "address": "0xB5Ef9160eEa14D195c6088b26CA514643E13678f",
3
3
  "abi": [
4
4
  {
5
5
  "anonymous": false,
@@ -407,64 +407,64 @@
407
407
  "type": "constructor"
408
408
  }
409
409
  ],
410
- "transactionHash": "0xccd0dc2c9b66bd8902c512f65b93d237d86dd0216b743774e2c8295a5229bcd7",
410
+ "transactionHash": "0x1be9eee76d23fe78febbad1c199a361e47eecf1218fa66ebeae95e632e950ddb",
411
411
  "receipt": {
412
412
  "to": null,
413
413
  "from": "0x70997970C51812dc3A010C7d01b50e0d17dc79C8",
414
- "contractAddress": "0x2B2A7756d5c6BC4E84e6Bb219A2ef1BD3ffB003b",
414
+ "contractAddress": "0xB5Ef9160eEa14D195c6088b26CA514643E13678f",
415
415
  "transactionIndex": 0,
416
416
  "gasUsed": "595582",
417
417
  "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
418
- "blockHash": "0x00000000000000f55802ac03a36ac13f388246fdfba7329316a313ff27357b1b",
419
- "transactionHash": "0xccd0dc2c9b66bd8902c512f65b93d237d86dd0216b743774e2c8295a5229bcd7",
418
+ "blockHash": "0x00000000000000fa0b315322bd9b972ef0fbd1cd61d8297f4afa39446be6edbe",
419
+ "transactionHash": "0x1be9eee76d23fe78febbad1c199a361e47eecf1218fa66ebeae95e632e950ddb",
420
420
  "logs": [
421
421
  {
422
422
  "transactionIndex": 0,
423
- "blockNumber": 245,
424
- "transactionHash": "0xccd0dc2c9b66bd8902c512f65b93d237d86dd0216b743774e2c8295a5229bcd7",
425
- "address": "0x2B2A7756d5c6BC4E84e6Bb219A2ef1BD3ffB003b",
423
+ "blockNumber": 250,
424
+ "transactionHash": "0x1be9eee76d23fe78febbad1c199a361e47eecf1218fa66ebeae95e632e950ddb",
425
+ "address": "0xB5Ef9160eEa14D195c6088b26CA514643E13678f",
426
426
  "topics": [
427
427
  "0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b",
428
- "0x000000000000000000000000c6875b0b9552084fb4eca21bb9c8401a5e7bc163"
428
+ "0x000000000000000000000000d7b4892d6447552fbab5b30f1be91d956808570b"
429
429
  ],
430
430
  "data": "0x",
431
431
  "logIndex": 0,
432
- "blockHash": "0x00000000000000f55802ac03a36ac13f388246fdfba7329316a313ff27357b1b"
432
+ "blockHash": "0x00000000000000fa0b315322bd9b972ef0fbd1cd61d8297f4afa39446be6edbe"
433
433
  },
434
434
  {
435
435
  "transactionIndex": 0,
436
- "blockNumber": 245,
437
- "transactionHash": "0xccd0dc2c9b66bd8902c512f65b93d237d86dd0216b743774e2c8295a5229bcd7",
438
- "address": "0x2B2A7756d5c6BC4E84e6Bb219A2ef1BD3ffB003b",
436
+ "blockNumber": 250,
437
+ "transactionHash": "0x1be9eee76d23fe78febbad1c199a361e47eecf1218fa66ebeae95e632e950ddb",
438
+ "address": "0xB5Ef9160eEa14D195c6088b26CA514643E13678f",
439
439
  "topics": [
440
440
  "0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"
441
441
  ],
442
442
  "data": "0x0000000000000000000000000000000000000000000000000000000000000001",
443
443
  "logIndex": 1,
444
- "blockHash": "0x00000000000000f55802ac03a36ac13f388246fdfba7329316a313ff27357b1b"
444
+ "blockHash": "0x00000000000000fa0b315322bd9b972ef0fbd1cd61d8297f4afa39446be6edbe"
445
445
  },
446
446
  {
447
447
  "transactionIndex": 0,
448
- "blockNumber": 245,
449
- "transactionHash": "0xccd0dc2c9b66bd8902c512f65b93d237d86dd0216b743774e2c8295a5229bcd7",
450
- "address": "0x2B2A7756d5c6BC4E84e6Bb219A2ef1BD3ffB003b",
448
+ "blockNumber": 250,
449
+ "transactionHash": "0x1be9eee76d23fe78febbad1c199a361e47eecf1218fa66ebeae95e632e950ddb",
450
+ "address": "0xB5Ef9160eEa14D195c6088b26CA514643E13678f",
451
451
  "topics": [
452
452
  "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"
453
453
  ],
454
- "data": "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000061b6ede9ce5d5507aa6a23c99a60bc7394103f63",
454
+ "data": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000db20e4a0851152eefceb44e339d7ba10e233fd74",
455
455
  "logIndex": 2,
456
- "blockHash": "0x00000000000000f55802ac03a36ac13f388246fdfba7329316a313ff27357b1b"
456
+ "blockHash": "0x00000000000000fa0b315322bd9b972ef0fbd1cd61d8297f4afa39446be6edbe"
457
457
  }
458
458
  ],
459
- "blockNumber": 245,
459
+ "blockNumber": 250,
460
460
  "cumulativeGasUsed": "595582",
461
461
  "status": 1,
462
462
  "byzantium": true
463
463
  },
464
464
  "args": [
465
- "0xC6875B0b9552084fB4eca21BB9C8401A5e7bC163",
466
- "0x61b6edE9Ce5D5507Aa6A23c99a60BC7394103F63",
467
- "0x485cc955000000000000000000000000cacbb0e4b9ca7d0f4f1b59da8f49d27ce57ad4c50000000000000000000000001688cbea687b850ff2299becada7ca7b46502687"
465
+ "0xD7B4892d6447552fBab5b30f1Be91d956808570B",
466
+ "0xdb20e4a0851152eEFcEB44e339D7BA10e233fD74",
467
+ "0x485cc955000000000000000000000000d158e1690b956f449499d55869aafb282cbcc60e000000000000000000000000af629211d780eb3e2f13ddb8b76ca1442a22833e"
468
468
  ],
469
469
  "numDeployments": 1,
470
470
  "solcInputHash": "38c6bf91dbc1d60a5bc376d132d458fc",
@@ -474,11 +474,11 @@
474
474
  "execute": {
475
475
  "methodName": "initialize",
476
476
  "args": [
477
- "0xCACBB0e4B9CA7d0F4F1B59da8F49D27cE57Ad4c5",
478
- "0x1688CBEa687b850fF2299bECada7cA7B46502687"
477
+ "0xD158E1690B956F449499D55869aAFb282Cbcc60E",
478
+ "0xaF629211d780EB3E2F13dDb8b76CA1442a22833e"
479
479
  ]
480
480
  },
481
- "implementation": "0xC6875B0b9552084fB4eca21BB9C8401A5e7bC163",
481
+ "implementation": "0xD7B4892d6447552fBab5b30f1Be91d956808570B",
482
482
  "devdoc": {
483
483
  "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.",
484
484
  "kind": "dev",
@@ -1,5 +1,5 @@
1
1
  {
2
- "address": "0x61b6edE9Ce5D5507Aa6A23c99a60BC7394103F63",
2
+ "address": "0xdb20e4a0851152eEFcEB44e339D7BA10e233fD74",
3
3
  "abi": [
4
4
  {
5
5
  "inputs": [
@@ -172,22 +172,22 @@
172
172
  "type": "function"
173
173
  }
174
174
  ],
175
- "transactionHash": "0xc293d680ac54e337c152e47b920be001a6a1d67c1dbd0c8beabc11b1b07c3a3d",
175
+ "transactionHash": "0x1cd43216be4632e190f9287ace559e075f16313feb37a06948e2f873423a1314",
176
176
  "receipt": {
177
177
  "to": null,
178
178
  "from": "0x70997970C51812dc3A010C7d01b50e0d17dc79C8",
179
- "contractAddress": "0x61b6edE9Ce5D5507Aa6A23c99a60BC7394103F63",
179
+ "contractAddress": "0xdb20e4a0851152eEFcEB44e339D7BA10e233fD74",
180
180
  "transactionIndex": 0,
181
181
  "gasUsed": "544138",
182
182
  "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
183
- "blockHash": "0x00000000000000f2c802d9930928be5abf12b1d4866d43712311ee46816826fa",
184
- "transactionHash": "0xc293d680ac54e337c152e47b920be001a6a1d67c1dbd0c8beabc11b1b07c3a3d",
183
+ "blockHash": "0x00000000000000f6c99c4b76c66a3e758d1f579a4bc1c2a2a8b7b9e22fc704aa",
184
+ "transactionHash": "0x1cd43216be4632e190f9287ace559e075f16313feb37a06948e2f873423a1314",
185
185
  "logs": [
186
186
  {
187
187
  "transactionIndex": 0,
188
- "blockNumber": 242,
189
- "transactionHash": "0xc293d680ac54e337c152e47b920be001a6a1d67c1dbd0c8beabc11b1b07c3a3d",
190
- "address": "0x61b6edE9Ce5D5507Aa6A23c99a60BC7394103F63",
188
+ "blockNumber": 246,
189
+ "transactionHash": "0x1cd43216be4632e190f9287ace559e075f16313feb37a06948e2f873423a1314",
190
+ "address": "0xdb20e4a0851152eEFcEB44e339D7BA10e233fD74",
191
191
  "topics": [
192
192
  "0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
193
193
  "0x0000000000000000000000000000000000000000000000000000000000000000",
@@ -195,13 +195,13 @@
195
195
  ],
196
196
  "data": "0x",
197
197
  "logIndex": 0,
198
- "blockHash": "0x00000000000000f2c802d9930928be5abf12b1d4866d43712311ee46816826fa"
198
+ "blockHash": "0x00000000000000f6c99c4b76c66a3e758d1f579a4bc1c2a2a8b7b9e22fc704aa"
199
199
  },
200
200
  {
201
201
  "transactionIndex": 0,
202
- "blockNumber": 242,
203
- "transactionHash": "0xc293d680ac54e337c152e47b920be001a6a1d67c1dbd0c8beabc11b1b07c3a3d",
204
- "address": "0x61b6edE9Ce5D5507Aa6A23c99a60BC7394103F63",
202
+ "blockNumber": 246,
203
+ "transactionHash": "0x1cd43216be4632e190f9287ace559e075f16313feb37a06948e2f873423a1314",
204
+ "address": "0xdb20e4a0851152eEFcEB44e339D7BA10e233fD74",
205
205
  "topics": [
206
206
  "0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
207
207
  "0x00000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8",
@@ -209,10 +209,10 @@
209
209
  ],
210
210
  "data": "0x",
211
211
  "logIndex": 1,
212
- "blockHash": "0x00000000000000f2c802d9930928be5abf12b1d4866d43712311ee46816826fa"
212
+ "blockHash": "0x00000000000000f6c99c4b76c66a3e758d1f579a4bc1c2a2a8b7b9e22fc704aa"
213
213
  }
214
214
  ],
215
- "blockNumber": 242,
215
+ "blockNumber": 246,
216
216
  "cumulativeGasUsed": "544138",
217
217
  "status": 1,
218
218
  "byzantium": true