@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": "0xFb4161538a5B87D64D49D689092E5CF209CF6565",
2
+ "address": "0xa7D3c9Fd2856b545a4Cc9aA6597Af6Ed03D9611D",
3
3
  "abi": [
4
4
  {
5
5
  "inputs": [
@@ -133,64 +133,64 @@
133
133
  "type": "receive"
134
134
  }
135
135
  ],
136
- "transactionHash": "0x72da5a57acc8fe4429d18c50dfeae8c8f65e478c8b545aae3d6eb5030f06e13d",
136
+ "transactionHash": "0xb444fceb0ea4e77fccbd2567537e067487a3c2ab076c4ae83262b7b4b8729d09",
137
137
  "receipt": {
138
138
  "to": null,
139
139
  "from": "0x3C44CdDdB6a900fa2b585dd299e03d12FA4293BC",
140
- "contractAddress": "0xFb4161538a5B87D64D49D689092E5CF209CF6565",
140
+ "contractAddress": "0xa7D3c9Fd2856b545a4Cc9aA6597Af6Ed03D9611D",
141
141
  "transactionIndex": 0,
142
142
  "gasUsed": "569376",
143
143
  "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
144
- "blockHash": "0x00000000000000741435e6e8dabd296647a31484152b8e08e7b3d057126a5d73",
145
- "transactionHash": "0x72da5a57acc8fe4429d18c50dfeae8c8f65e478c8b545aae3d6eb5030f06e13d",
144
+ "blockHash": "0x00000000000000724d7ca7c15e728e32966ed2f3235f617b7da05a9084ee4aa1",
145
+ "transactionHash": "0xb444fceb0ea4e77fccbd2567537e067487a3c2ab076c4ae83262b7b4b8729d09",
146
146
  "logs": [
147
147
  {
148
148
  "transactionIndex": 0,
149
- "blockNumber": 116,
150
- "transactionHash": "0x72da5a57acc8fe4429d18c50dfeae8c8f65e478c8b545aae3d6eb5030f06e13d",
151
- "address": "0xFb4161538a5B87D64D49D689092E5CF209CF6565",
149
+ "blockNumber": 114,
150
+ "transactionHash": "0xb444fceb0ea4e77fccbd2567537e067487a3c2ab076c4ae83262b7b4b8729d09",
151
+ "address": "0xa7D3c9Fd2856b545a4Cc9aA6597Af6Ed03D9611D",
152
152
  "topics": [
153
153
  "0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b",
154
- "0x000000000000000000000000af23115e8cd5e44fdac7c9397e23af5a2e518a39"
154
+ "0x000000000000000000000000bd629652a724a06e7c2d7be25d6c03eaa01a4194"
155
155
  ],
156
156
  "data": "0x",
157
157
  "logIndex": 0,
158
- "blockHash": "0x00000000000000741435e6e8dabd296647a31484152b8e08e7b3d057126a5d73"
158
+ "blockHash": "0x00000000000000724d7ca7c15e728e32966ed2f3235f617b7da05a9084ee4aa1"
159
159
  },
160
160
  {
161
161
  "transactionIndex": 0,
162
- "blockNumber": 116,
163
- "transactionHash": "0x72da5a57acc8fe4429d18c50dfeae8c8f65e478c8b545aae3d6eb5030f06e13d",
164
- "address": "0xFb4161538a5B87D64D49D689092E5CF209CF6565",
162
+ "blockNumber": 114,
163
+ "transactionHash": "0xb444fceb0ea4e77fccbd2567537e067487a3c2ab076c4ae83262b7b4b8729d09",
164
+ "address": "0xa7D3c9Fd2856b545a4Cc9aA6597Af6Ed03D9611D",
165
165
  "topics": [
166
166
  "0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"
167
167
  ],
168
168
  "data": "0x0000000000000000000000000000000000000000000000000000000000000001",
169
169
  "logIndex": 1,
170
- "blockHash": "0x00000000000000741435e6e8dabd296647a31484152b8e08e7b3d057126a5d73"
170
+ "blockHash": "0x00000000000000724d7ca7c15e728e32966ed2f3235f617b7da05a9084ee4aa1"
171
171
  },
172
172
  {
173
173
  "transactionIndex": 0,
174
- "blockNumber": 116,
175
- "transactionHash": "0x72da5a57acc8fe4429d18c50dfeae8c8f65e478c8b545aae3d6eb5030f06e13d",
176
- "address": "0xFb4161538a5B87D64D49D689092E5CF209CF6565",
174
+ "blockNumber": 114,
175
+ "transactionHash": "0xb444fceb0ea4e77fccbd2567537e067487a3c2ab076c4ae83262b7b4b8729d09",
176
+ "address": "0xa7D3c9Fd2856b545a4Cc9aA6597Af6Ed03D9611D",
177
177
  "topics": [
178
178
  "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"
179
179
  ],
180
- "data": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000367d7726c9990c96124b119b48ed5dcb8a26ea31",
180
+ "data": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000600ddef97b110a7945772613ec97d8a622bc0d7a",
181
181
  "logIndex": 2,
182
- "blockHash": "0x00000000000000741435e6e8dabd296647a31484152b8e08e7b3d057126a5d73"
182
+ "blockHash": "0x00000000000000724d7ca7c15e728e32966ed2f3235f617b7da05a9084ee4aa1"
183
183
  }
184
184
  ],
185
- "blockNumber": 116,
185
+ "blockNumber": 114,
186
186
  "cumulativeGasUsed": "569376",
187
187
  "status": 1,
188
188
  "byzantium": true
189
189
  },
190
190
  "args": [
191
- "0xaf23115E8Cd5e44FDAC7c9397E23Af5a2E518A39",
192
- "0x367d7726C9990C96124B119B48ed5DCb8A26Ea31",
193
- "0xc4d66de80000000000000000000000004eec58ec2ec6ca3b65cfee32edf7da5797c567f4"
191
+ "0xbD629652A724A06E7C2d7bE25d6C03eAa01A4194",
192
+ "0x600dDEf97b110a7945772613EC97D8A622Bc0D7A",
193
+ "0xc4d66de800000000000000000000000075b5e33c6af1d288fe56a43361d3741f49155069"
194
194
  ],
195
195
  "numDeployments": 1,
196
196
  "solcInputHash": "38c6bf91dbc1d60a5bc376d132d458fc",
@@ -1,5 +1,5 @@
1
1
  {
2
- "address": "0x426fAc189596F24783B30a5c78F573ADCEF36592",
2
+ "address": "0x6829f88764475205Cf0F93233EC629878522d3c2",
3
3
  "abi": [
4
4
  {
5
5
  "anonymous": false,
@@ -1446,35 +1446,35 @@
1446
1446
  "type": "constructor"
1447
1447
  }
1448
1448
  ],
1449
- "transactionHash": "0xf7193a6d6c238384d0ba6a70aad38f5da7c3a192e66258fb7efb05ad5c4caea7",
1449
+ "transactionHash": "0x57482521c3b4cc0ac09cfd6012c771354b1051e07961a1e81f890c2ffe0c5c2b",
1450
1450
  "receipt": {
1451
1451
  "to": null,
1452
1452
  "from": "0x3C44CdDdB6a900fa2b585dd299e03d12FA4293BC",
1453
- "contractAddress": "0x426fAc189596F24783B30a5c78F573ADCEF36592",
1453
+ "contractAddress": "0x6829f88764475205Cf0F93233EC629878522d3c2",
1454
1454
  "transactionIndex": 0,
1455
1455
  "gasUsed": "930331",
1456
1456
  "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
1457
- "blockHash": "0x0000000000000092f8abaa38b143eab2b0079f97b9b97bbab8a365759bf989d8",
1458
- "transactionHash": "0xf7193a6d6c238384d0ba6a70aad38f5da7c3a192e66258fb7efb05ad5c4caea7",
1457
+ "blockHash": "0x00000000000000910d975259c2b7b495f19f295dc45b1ad50f4eb93d68572960",
1458
+ "transactionHash": "0x57482521c3b4cc0ac09cfd6012c771354b1051e07961a1e81f890c2ffe0c5c2b",
1459
1459
  "logs": [
1460
1460
  {
1461
1461
  "transactionIndex": 0,
1462
- "blockNumber": 146,
1463
- "transactionHash": "0xf7193a6d6c238384d0ba6a70aad38f5da7c3a192e66258fb7efb05ad5c4caea7",
1464
- "address": "0x426fAc189596F24783B30a5c78F573ADCEF36592",
1462
+ "blockNumber": 145,
1463
+ "transactionHash": "0x57482521c3b4cc0ac09cfd6012c771354b1051e07961a1e81f890c2ffe0c5c2b",
1464
+ "address": "0x6829f88764475205Cf0F93233EC629878522d3c2",
1465
1465
  "topics": [
1466
1466
  "0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b",
1467
- "0x00000000000000000000000053b28143c03581c59f33473c3fc663c3d7673edb"
1467
+ "0x00000000000000000000000074df830fbd744a3dc1577958430cbf2e5231aaa2"
1468
1468
  ],
1469
1469
  "data": "0x",
1470
1470
  "logIndex": 0,
1471
- "blockHash": "0x0000000000000092f8abaa38b143eab2b0079f97b9b97bbab8a365759bf989d8"
1471
+ "blockHash": "0x00000000000000910d975259c2b7b495f19f295dc45b1ad50f4eb93d68572960"
1472
1472
  },
1473
1473
  {
1474
1474
  "transactionIndex": 0,
1475
- "blockNumber": 146,
1476
- "transactionHash": "0xf7193a6d6c238384d0ba6a70aad38f5da7c3a192e66258fb7efb05ad5c4caea7",
1477
- "address": "0x426fAc189596F24783B30a5c78F573ADCEF36592",
1475
+ "blockNumber": 145,
1476
+ "transactionHash": "0x57482521c3b4cc0ac09cfd6012c771354b1051e07961a1e81f890c2ffe0c5c2b",
1477
+ "address": "0x6829f88764475205Cf0F93233EC629878522d3c2",
1478
1478
  "topics": [
1479
1479
  "0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
1480
1480
  "0x0000000000000000000000000000000000000000000000000000000000000000",
@@ -1483,73 +1483,73 @@
1483
1483
  ],
1484
1484
  "data": "0x",
1485
1485
  "logIndex": 1,
1486
- "blockHash": "0x0000000000000092f8abaa38b143eab2b0079f97b9b97bbab8a365759bf989d8"
1486
+ "blockHash": "0x00000000000000910d975259c2b7b495f19f295dc45b1ad50f4eb93d68572960"
1487
1487
  },
1488
1488
  {
1489
1489
  "transactionIndex": 0,
1490
- "blockNumber": 146,
1491
- "transactionHash": "0xf7193a6d6c238384d0ba6a70aad38f5da7c3a192e66258fb7efb05ad5c4caea7",
1492
- "address": "0x426fAc189596F24783B30a5c78F573ADCEF36592",
1490
+ "blockNumber": 145,
1491
+ "transactionHash": "0x57482521c3b4cc0ac09cfd6012c771354b1051e07961a1e81f890c2ffe0c5c2b",
1492
+ "address": "0x6829f88764475205Cf0F93233EC629878522d3c2",
1493
1493
  "topics": [
1494
1494
  "0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
1495
1495
  "0x724aface199fe5bed93ae8508474576a9adf3dc443b2c451842a2242919f19de",
1496
- "0x000000000000000000000000e57a2260d3c33f54afe90d847a37ed2a539064a7",
1496
+ "0x00000000000000000000000085ea1f3cb6540bc38f3b59b48c5840da316df229",
1497
1497
  "0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc"
1498
1498
  ],
1499
1499
  "data": "0x",
1500
1500
  "logIndex": 2,
1501
- "blockHash": "0x0000000000000092f8abaa38b143eab2b0079f97b9b97bbab8a365759bf989d8"
1501
+ "blockHash": "0x00000000000000910d975259c2b7b495f19f295dc45b1ad50f4eb93d68572960"
1502
1502
  },
1503
1503
  {
1504
1504
  "transactionIndex": 0,
1505
- "blockNumber": 146,
1506
- "transactionHash": "0xf7193a6d6c238384d0ba6a70aad38f5da7c3a192e66258fb7efb05ad5c4caea7",
1507
- "address": "0x426fAc189596F24783B30a5c78F573ADCEF36592",
1505
+ "blockNumber": 145,
1506
+ "transactionHash": "0x57482521c3b4cc0ac09cfd6012c771354b1051e07961a1e81f890c2ffe0c5c2b",
1507
+ "address": "0x6829f88764475205Cf0F93233EC629878522d3c2",
1508
1508
  "topics": [
1509
1509
  "0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
1510
1510
  "0x724aface199fe5bed93ae8508474576a9adf3dc443b2c451842a2242919f19de",
1511
- "0x00000000000000000000000094c97cc5d8c4bf7ced28b4d96da8e85bfcd1f3a7",
1511
+ "0x00000000000000000000000061ecad19b7e27a56b673e71c3bf6b1770846835b",
1512
1512
  "0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc"
1513
1513
  ],
1514
1514
  "data": "0x",
1515
1515
  "logIndex": 3,
1516
- "blockHash": "0x0000000000000092f8abaa38b143eab2b0079f97b9b97bbab8a365759bf989d8"
1516
+ "blockHash": "0x00000000000000910d975259c2b7b495f19f295dc45b1ad50f4eb93d68572960"
1517
1517
  },
1518
1518
  {
1519
1519
  "transactionIndex": 0,
1520
- "blockNumber": 146,
1521
- "transactionHash": "0xf7193a6d6c238384d0ba6a70aad38f5da7c3a192e66258fb7efb05ad5c4caea7",
1522
- "address": "0x426fAc189596F24783B30a5c78F573ADCEF36592",
1520
+ "blockNumber": 145,
1521
+ "transactionHash": "0x57482521c3b4cc0ac09cfd6012c771354b1051e07961a1e81f890c2ffe0c5c2b",
1522
+ "address": "0x6829f88764475205Cf0F93233EC629878522d3c2",
1523
1523
  "topics": [
1524
1524
  "0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
1525
1525
  "0x724aface199fe5bed93ae8508474576a9adf3dc443b2c451842a2242919f19de",
1526
- "0x000000000000000000000000c83c44f38bd7d602be53322dce448696f6d44911",
1526
+ "0x00000000000000000000000089efc893fc3c935791f79f6cdd9f270c7d73e57d",
1527
1527
  "0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc"
1528
1528
  ],
1529
1529
  "data": "0x",
1530
1530
  "logIndex": 4,
1531
- "blockHash": "0x0000000000000092f8abaa38b143eab2b0079f97b9b97bbab8a365759bf989d8"
1531
+ "blockHash": "0x00000000000000910d975259c2b7b495f19f295dc45b1ad50f4eb93d68572960"
1532
1532
  },
1533
1533
  {
1534
1534
  "transactionIndex": 0,
1535
- "blockNumber": 146,
1536
- "transactionHash": "0xf7193a6d6c238384d0ba6a70aad38f5da7c3a192e66258fb7efb05ad5c4caea7",
1537
- "address": "0x426fAc189596F24783B30a5c78F573ADCEF36592",
1535
+ "blockNumber": 145,
1536
+ "transactionHash": "0x57482521c3b4cc0ac09cfd6012c771354b1051e07961a1e81f890c2ffe0c5c2b",
1537
+ "address": "0x6829f88764475205Cf0F93233EC629878522d3c2",
1538
1538
  "topics": [
1539
1539
  "0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
1540
1540
  "0x724aface199fe5bed93ae8508474576a9adf3dc443b2c451842a2242919f19de",
1541
- "0x0000000000000000000000004cfb6b64bbe4296e478cd34a29504fccb3d91a4d",
1541
+ "0x0000000000000000000000005016de616c0e440afc0f86f5880969743f931dd8",
1542
1542
  "0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc"
1543
1543
  ],
1544
1544
  "data": "0x",
1545
1545
  "logIndex": 5,
1546
- "blockHash": "0x0000000000000092f8abaa38b143eab2b0079f97b9b97bbab8a365759bf989d8"
1546
+ "blockHash": "0x00000000000000910d975259c2b7b495f19f295dc45b1ad50f4eb93d68572960"
1547
1547
  },
1548
1548
  {
1549
1549
  "transactionIndex": 0,
1550
- "blockNumber": 146,
1551
- "transactionHash": "0xf7193a6d6c238384d0ba6a70aad38f5da7c3a192e66258fb7efb05ad5c4caea7",
1552
- "address": "0x426fAc189596F24783B30a5c78F573ADCEF36592",
1550
+ "blockNumber": 145,
1551
+ "transactionHash": "0x57482521c3b4cc0ac09cfd6012c771354b1051e07961a1e81f890c2ffe0c5c2b",
1552
+ "address": "0x6829f88764475205Cf0F93233EC629878522d3c2",
1553
1553
  "topics": [
1554
1554
  "0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
1555
1555
  "0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
@@ -1558,13 +1558,13 @@
1558
1558
  ],
1559
1559
  "data": "0x",
1560
1560
  "logIndex": 6,
1561
- "blockHash": "0x0000000000000092f8abaa38b143eab2b0079f97b9b97bbab8a365759bf989d8"
1561
+ "blockHash": "0x00000000000000910d975259c2b7b495f19f295dc45b1ad50f4eb93d68572960"
1562
1562
  },
1563
1563
  {
1564
1564
  "transactionIndex": 0,
1565
- "blockNumber": 146,
1566
- "transactionHash": "0xf7193a6d6c238384d0ba6a70aad38f5da7c3a192e66258fb7efb05ad5c4caea7",
1567
- "address": "0x426fAc189596F24783B30a5c78F573ADCEF36592",
1565
+ "blockNumber": 145,
1566
+ "transactionHash": "0x57482521c3b4cc0ac09cfd6012c771354b1051e07961a1e81f890c2ffe0c5c2b",
1567
+ "address": "0x6829f88764475205Cf0F93233EC629878522d3c2",
1568
1568
  "topics": [
1569
1569
  "0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
1570
1570
  "0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
@@ -1573,13 +1573,13 @@
1573
1573
  ],
1574
1574
  "data": "0x",
1575
1575
  "logIndex": 7,
1576
- "blockHash": "0x0000000000000092f8abaa38b143eab2b0079f97b9b97bbab8a365759bf989d8"
1576
+ "blockHash": "0x00000000000000910d975259c2b7b495f19f295dc45b1ad50f4eb93d68572960"
1577
1577
  },
1578
1578
  {
1579
1579
  "transactionIndex": 0,
1580
- "blockNumber": 146,
1581
- "transactionHash": "0xf7193a6d6c238384d0ba6a70aad38f5da7c3a192e66258fb7efb05ad5c4caea7",
1582
- "address": "0x426fAc189596F24783B30a5c78F573ADCEF36592",
1580
+ "blockNumber": 145,
1581
+ "transactionHash": "0x57482521c3b4cc0ac09cfd6012c771354b1051e07961a1e81f890c2ffe0c5c2b",
1582
+ "address": "0x6829f88764475205Cf0F93233EC629878522d3c2",
1583
1583
  "topics": [
1584
1584
  "0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
1585
1585
  "0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
@@ -1588,13 +1588,13 @@
1588
1588
  ],
1589
1589
  "data": "0x",
1590
1590
  "logIndex": 8,
1591
- "blockHash": "0x0000000000000092f8abaa38b143eab2b0079f97b9b97bbab8a365759bf989d8"
1591
+ "blockHash": "0x00000000000000910d975259c2b7b495f19f295dc45b1ad50f4eb93d68572960"
1592
1592
  },
1593
1593
  {
1594
1594
  "transactionIndex": 0,
1595
- "blockNumber": 146,
1596
- "transactionHash": "0xf7193a6d6c238384d0ba6a70aad38f5da7c3a192e66258fb7efb05ad5c4caea7",
1597
- "address": "0x426fAc189596F24783B30a5c78F573ADCEF36592",
1595
+ "blockNumber": 145,
1596
+ "transactionHash": "0x57482521c3b4cc0ac09cfd6012c771354b1051e07961a1e81f890c2ffe0c5c2b",
1597
+ "address": "0x6829f88764475205Cf0F93233EC629878522d3c2",
1598
1598
  "topics": [
1599
1599
  "0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
1600
1600
  "0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
@@ -1603,13 +1603,13 @@
1603
1603
  ],
1604
1604
  "data": "0x",
1605
1605
  "logIndex": 9,
1606
- "blockHash": "0x0000000000000092f8abaa38b143eab2b0079f97b9b97bbab8a365759bf989d8"
1606
+ "blockHash": "0x00000000000000910d975259c2b7b495f19f295dc45b1ad50f4eb93d68572960"
1607
1607
  },
1608
1608
  {
1609
1609
  "transactionIndex": 0,
1610
- "blockNumber": 146,
1611
- "transactionHash": "0xf7193a6d6c238384d0ba6a70aad38f5da7c3a192e66258fb7efb05ad5c4caea7",
1612
- "address": "0x426fAc189596F24783B30a5c78F573ADCEF36592",
1610
+ "blockNumber": 145,
1611
+ "transactionHash": "0x57482521c3b4cc0ac09cfd6012c771354b1051e07961a1e81f890c2ffe0c5c2b",
1612
+ "address": "0x6829f88764475205Cf0F93233EC629878522d3c2",
1613
1613
  "topics": [
1614
1614
  "0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
1615
1615
  "0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
@@ -1618,13 +1618,13 @@
1618
1618
  ],
1619
1619
  "data": "0x",
1620
1620
  "logIndex": 10,
1621
- "blockHash": "0x0000000000000092f8abaa38b143eab2b0079f97b9b97bbab8a365759bf989d8"
1621
+ "blockHash": "0x00000000000000910d975259c2b7b495f19f295dc45b1ad50f4eb93d68572960"
1622
1622
  },
1623
1623
  {
1624
1624
  "transactionIndex": 0,
1625
- "blockNumber": 146,
1626
- "transactionHash": "0xf7193a6d6c238384d0ba6a70aad38f5da7c3a192e66258fb7efb05ad5c4caea7",
1627
- "address": "0x426fAc189596F24783B30a5c78F573ADCEF36592",
1625
+ "blockNumber": 145,
1626
+ "transactionHash": "0x57482521c3b4cc0ac09cfd6012c771354b1051e07961a1e81f890c2ffe0c5c2b",
1627
+ "address": "0x6829f88764475205Cf0F93233EC629878522d3c2",
1628
1628
  "topics": [
1629
1629
  "0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
1630
1630
  "0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
@@ -1633,42 +1633,42 @@
1633
1633
  ],
1634
1634
  "data": "0x",
1635
1635
  "logIndex": 11,
1636
- "blockHash": "0x0000000000000092f8abaa38b143eab2b0079f97b9b97bbab8a365759bf989d8"
1636
+ "blockHash": "0x00000000000000910d975259c2b7b495f19f295dc45b1ad50f4eb93d68572960"
1637
1637
  },
1638
1638
  {
1639
1639
  "transactionIndex": 0,
1640
- "blockNumber": 146,
1641
- "transactionHash": "0xf7193a6d6c238384d0ba6a70aad38f5da7c3a192e66258fb7efb05ad5c4caea7",
1642
- "address": "0x426fAc189596F24783B30a5c78F573ADCEF36592",
1640
+ "blockNumber": 145,
1641
+ "transactionHash": "0x57482521c3b4cc0ac09cfd6012c771354b1051e07961a1e81f890c2ffe0c5c2b",
1642
+ "address": "0x6829f88764475205Cf0F93233EC629878522d3c2",
1643
1643
  "topics": [
1644
1644
  "0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"
1645
1645
  ],
1646
1646
  "data": "0x0000000000000000000000000000000000000000000000000000000000000001",
1647
1647
  "logIndex": 12,
1648
- "blockHash": "0x0000000000000092f8abaa38b143eab2b0079f97b9b97bbab8a365759bf989d8"
1648
+ "blockHash": "0x00000000000000910d975259c2b7b495f19f295dc45b1ad50f4eb93d68572960"
1649
1649
  },
1650
1650
  {
1651
1651
  "transactionIndex": 0,
1652
- "blockNumber": 146,
1653
- "transactionHash": "0xf7193a6d6c238384d0ba6a70aad38f5da7c3a192e66258fb7efb05ad5c4caea7",
1654
- "address": "0x426fAc189596F24783B30a5c78F573ADCEF36592",
1652
+ "blockNumber": 145,
1653
+ "transactionHash": "0x57482521c3b4cc0ac09cfd6012c771354b1051e07961a1e81f890c2ffe0c5c2b",
1654
+ "address": "0x6829f88764475205Cf0F93233EC629878522d3c2",
1655
1655
  "topics": [
1656
1656
  "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"
1657
1657
  ],
1658
- "data": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000006d6ffb2520a467e17db17becaac3384f50c05658",
1658
+ "data": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000eee541f6a38dcd3c54696ab138e2689006d902a9",
1659
1659
  "logIndex": 13,
1660
- "blockHash": "0x0000000000000092f8abaa38b143eab2b0079f97b9b97bbab8a365759bf989d8"
1660
+ "blockHash": "0x00000000000000910d975259c2b7b495f19f295dc45b1ad50f4eb93d68572960"
1661
1661
  }
1662
1662
  ],
1663
- "blockNumber": 146,
1663
+ "blockNumber": 145,
1664
1664
  "cumulativeGasUsed": "930331",
1665
1665
  "status": 1,
1666
1666
  "byzantium": true
1667
1667
  },
1668
1668
  "args": [
1669
- "0x53B28143c03581C59f33473C3Fc663C3d7673edB",
1670
- "0x6d6FFb2520A467E17db17Becaac3384F50C05658",
1671
- "0x009fc6810000000000000000000000004eec58ec2ec6ca3b65cfee32edf7da5797c567f4000000000000000000000000757371d77fab96bd49b06ad5b36d54109c12a1e800000000000000000000000000000000000000000000000000000000000000c0000000000000000000000000b73fbccb39b5ccf59ec0407cfe581f9ee89522290000000000000000000000009b63f0cef479924e5d2c4e22dbe31e6d0353b44800000000000000000000000000000000000000000000000000000000000001600000000000000000000000000000000000000000000000000000000000000004000000000000000000000000e57a2260d3c33f54afe90d847a37ed2a539064a700000000000000000000000094c97cc5d8c4bf7ced28b4d96da8e85bfcd1f3a7000000000000000000000000c83c44f38bd7d602be53322dce448696f6d449110000000000000000000000004cfb6b64bbe4296e478cd34a29504fccb3d91a4d0000000000000000000000000000000000000000000000000000000000000007000000000000000000000000b9cb228d7498d6f02b0f88f7b16d2cf836d2aea9000000000000000000000000f5e8a439c599205c1ab06b535de46681aed1007a0000000000000000000000000e251d9095dd128292a28eb383127d05d95bbd17000000000000000000000000c48cab17fcb3eb38030bc4ea54b62353d2802ba80000000000000000000000007aa071813c372a9b34a3bac1c002e2b7434c345e000000000000000000000000aada98978453263132587d0805c4a17376af9f13000000000000000000000000aada98978453263132587d0805c4a17376af9f13"
1669
+ "0x74DF830Fbd744a3Dc1577958430cBF2E5231aAA2",
1670
+ "0xeeE541F6A38dcD3c54696ab138E2689006d902a9",
1671
+ "0x009fc68100000000000000000000000075b5e33c6af1d288fe56a43361d3741f49155069000000000000000000000000b16b731b8c6a50c0e5f675e086db9cdc369d88ad00000000000000000000000000000000000000000000000000000000000000c0000000000000000000000000c232fca0925b81a0b9ffdbd96c64a0eaa50dcf660000000000000000000000009b63f0cef479924e5d2c4e22dbe31e6d0353b4480000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000000400000000000000000000000085ea1f3cb6540bc38f3b59b48c5840da316df22900000000000000000000000061ecad19b7e27a56b673e71c3bf6b1770846835b00000000000000000000000089efc893fc3c935791f79f6cdd9f270c7d73e57d0000000000000000000000005016de616c0e440afc0f86f5880969743f931dd80000000000000000000000000000000000000000000000000000000000000007000000000000000000000000b9cb228d7498d6f02b0f88f7b16d2cf836d2aea9000000000000000000000000f5e8a439c599205c1ab06b535de46681aed1007a0000000000000000000000000e251d9095dd128292a28eb383127d05d95bbd17000000000000000000000000c48cab17fcb3eb38030bc4ea54b62353d2802ba80000000000000000000000007aa071813c372a9b34a3bac1c002e2b7434c345e000000000000000000000000aada98978453263132587d0805c4a17376af9f13000000000000000000000000aada98978453263132587d0805c4a17376af9f13"
1672
1672
  ],
1673
1673
  "numDeployments": 1,
1674
1674
  "solcInputHash": "38c6bf91dbc1d60a5bc376d132d458fc",
@@ -1678,15 +1678,15 @@
1678
1678
  "execute": {
1679
1679
  "methodName": "initialize",
1680
1680
  "args": [
1681
- "0x4eEc58eC2eC6cA3B65cfee32eDF7dA5797C567f4",
1682
- "0x757371D77FAB96BD49b06Ad5B36D54109c12a1E8",
1681
+ "0x75B5E33C6aF1d288FE56A43361d3741F49155069",
1682
+ "0xB16b731B8c6a50c0E5F675e086db9CDc369D88AD",
1683
1683
  [
1684
- "0xe57a2260d3c33F54aFe90D847a37eD2a539064A7",
1685
- "0x94C97CC5d8C4bf7Ced28B4d96DA8e85BfCD1f3A7",
1686
- "0xC83C44F38bD7D602BE53322dce448696f6D44911",
1687
- "0x4cFB6B64bBE4296E478CD34A29504fcCb3d91A4d"
1684
+ "0x85EA1f3Cb6540bc38F3b59B48c5840da316DF229",
1685
+ "0x61ecad19b7e27a56b673E71C3bf6B1770846835b",
1686
+ "0x89efc893fc3c935791F79f6cdD9F270c7d73E57D",
1687
+ "0x5016dE616C0e440AFC0f86f5880969743f931dd8"
1688
1688
  ],
1689
- "0xB73fbCcb39b5CCF59eC0407CfE581F9eE8952229",
1689
+ "0xc232fCa0925B81a0b9FFDBd96C64A0EAa50DCF66",
1690
1690
  "0x9B63F0Cef479924E5d2C4E22DBE31E6d0353B448",
1691
1691
  [
1692
1692
  "0xB9Cb228D7498d6F02B0F88F7b16d2Cf836d2aeA9",
@@ -1699,7 +1699,7 @@
1699
1699
  ]
1700
1700
  ]
1701
1701
  },
1702
- "implementation": "0x53B28143c03581C59f33473C3Fc663C3d7673edB",
1702
+ "implementation": "0x74DF830Fbd744a3Dc1577958430cBF2E5231aAA2",
1703
1703
  "devdoc": {
1704
1704
  "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.",
1705
1705
  "kind": "dev",
@@ -1,5 +1,5 @@
1
1
  {
2
- "address": "0xdAcfe1E7858b954103721e4ED06F5BA7A29e9302",
2
+ "address": "0xdCDF80cE659c0A7FDCb91B8106892A7e1ADD708A",
3
3
  "abi": [
4
4
  {
5
5
  "inputs": [
@@ -211,22 +211,22 @@
211
211
  "type": "function"
212
212
  }
213
213
  ],
214
- "transactionHash": "0x51e9f15fe1a0ddc43c9739ae5cc81e1f0fbf8b9bb007a761065a92a783945209",
214
+ "transactionHash": "0xc9d86ada6da56e5daa15d46fde14bb308d2365c9059768e99f421c04ef0370cd",
215
215
  "receipt": {
216
216
  "to": null,
217
217
  "from": "0x3C44CdDdB6a900fa2b585dd299e03d12FA4293BC",
218
- "contractAddress": "0xdAcfe1E7858b954103721e4ED06F5BA7A29e9302",
218
+ "contractAddress": "0xdCDF80cE659c0A7FDCb91B8106892A7e1ADD708A",
219
219
  "transactionIndex": 0,
220
220
  "gasUsed": "1294919",
221
221
  "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
222
- "blockHash": "0x00000000000000965a58ab3b18f1246f62326a4b1f36c3de0d48ca84d4723673",
223
- "transactionHash": "0x51e9f15fe1a0ddc43c9739ae5cc81e1f0fbf8b9bb007a761065a92a783945209",
222
+ "blockHash": "0x00000000000000955912119aeca6261a449b2895853b20754fff90ea1eb65286",
223
+ "transactionHash": "0xc9d86ada6da56e5daa15d46fde14bb308d2365c9059768e99f421c04ef0370cd",
224
224
  "logs": [
225
225
  {
226
226
  "transactionIndex": 0,
227
- "blockNumber": 150,
228
- "transactionHash": "0x51e9f15fe1a0ddc43c9739ae5cc81e1f0fbf8b9bb007a761065a92a783945209",
229
- "address": "0xdAcfe1E7858b954103721e4ED06F5BA7A29e9302",
227
+ "blockNumber": 149,
228
+ "transactionHash": "0xc9d86ada6da56e5daa15d46fde14bb308d2365c9059768e99f421c04ef0370cd",
229
+ "address": "0xdCDF80cE659c0A7FDCb91B8106892A7e1ADD708A",
230
230
  "topics": [
231
231
  "0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
232
232
  "0x0000000000000000000000000000000000000000000000000000000000000000",
@@ -234,16 +234,16 @@
234
234
  ],
235
235
  "data": "0x",
236
236
  "logIndex": 0,
237
- "blockHash": "0x00000000000000965a58ab3b18f1246f62326a4b1f36c3de0d48ca84d4723673"
237
+ "blockHash": "0x00000000000000955912119aeca6261a449b2895853b20754fff90ea1eb65286"
238
238
  }
239
239
  ],
240
- "blockNumber": 150,
240
+ "blockNumber": 149,
241
241
  "cumulativeGasUsed": "1294919",
242
242
  "status": 1,
243
243
  "byzantium": true
244
244
  },
245
245
  "args": [
246
- "0x426fAc189596F24783B30a5c78F573ADCEF36592"
246
+ "0x6829f88764475205Cf0F93233EC629878522d3c2"
247
247
  ],
248
248
  "numDeployments": 1,
249
249
  "solcInputHash": "714031e6dade3e2f236b2792808e46af",
@@ -1,5 +1,5 @@
1
1
  {
2
- "address": "0xc74ECab83C7046aAbE2924b63fB680d537f73FD9",
2
+ "address": "0x06bF902E0A9B581F863BDD5b38dFd4d26fe52736",
3
3
  "abi": [
4
4
  {
5
5
  "inputs": [
@@ -537,22 +537,22 @@
537
537
  "type": "receive"
538
538
  }
539
539
  ],
540
- "transactionHash": "0x7b319f96970f62abb60efd643d20de2d66f911d74f8850abdca0df0ddabe6534",
540
+ "transactionHash": "0xc2d4b152ae0ee9581ca7572d41281e281be699ddd496033110b5370ce3167558",
541
541
  "receipt": {
542
542
  "to": null,
543
543
  "from": "0x3C44CdDdB6a900fa2b585dd299e03d12FA4293BC",
544
- "contractAddress": "0xc74ECab83C7046aAbE2924b63fB680d537f73FD9",
544
+ "contractAddress": "0x06bF902E0A9B581F863BDD5b38dFd4d26fe52736",
545
545
  "transactionIndex": 0,
546
546
  "gasUsed": "1597013",
547
547
  "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
548
- "blockHash": "0x000000000000008e4c11fbd27b4c5f43e5819c4cf9b7f9084925b19989d1c902",
549
- "transactionHash": "0x7b319f96970f62abb60efd643d20de2d66f911d74f8850abdca0df0ddabe6534",
548
+ "blockHash": "0x000000000000008d198a9140aa1dc5afade9ac0c2614ba64909c41df358e2892",
549
+ "transactionHash": "0xc2d4b152ae0ee9581ca7572d41281e281be699ddd496033110b5370ce3167558",
550
550
  "logs": [
551
551
  {
552
552
  "transactionIndex": 0,
553
- "blockNumber": 142,
554
- "transactionHash": "0x7b319f96970f62abb60efd643d20de2d66f911d74f8850abdca0df0ddabe6534",
555
- "address": "0xc74ECab83C7046aAbE2924b63fB680d537f73FD9",
553
+ "blockNumber": 141,
554
+ "transactionHash": "0xc2d4b152ae0ee9581ca7572d41281e281be699ddd496033110b5370ce3167558",
555
+ "address": "0x06bF902E0A9B581F863BDD5b38dFd4d26fe52736",
556
556
  "topics": [
557
557
  "0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
558
558
  "0x0000000000000000000000000000000000000000000000000000000000000000",
@@ -560,10 +560,10 @@
560
560
  ],
561
561
  "data": "0x",
562
562
  "logIndex": 0,
563
- "blockHash": "0x000000000000008e4c11fbd27b4c5f43e5819c4cf9b7f9084925b19989d1c902"
563
+ "blockHash": "0x000000000000008d198a9140aa1dc5afade9ac0c2614ba64909c41df358e2892"
564
564
  }
565
565
  ],
566
- "blockNumber": 142,
566
+ "blockNumber": 141,
567
567
  "cumulativeGasUsed": "1597013",
568
568
  "status": 1,
569
569
  "byzantium": true
@@ -1,5 +1,5 @@
1
1
  {
2
- "address": "0x6d6FFb2520A467E17db17Becaac3384F50C05658",
2
+ "address": "0xeeE541F6A38dcD3c54696ab138E2689006d902a9",
3
3
  "abi": [
4
4
  {
5
5
  "inputs": [
@@ -172,22 +172,22 @@
172
172
  "type": "function"
173
173
  }
174
174
  ],
175
- "transactionHash": "0x06b7982ade5ae735907829897b8c6dbc3ce413dfba8a956f53ae5128fa9eb96e",
175
+ "transactionHash": "0x5f9efc748564d1412f899137b678287f2a571cf9ce0a67e157beec5d2ae35beb",
176
176
  "receipt": {
177
177
  "to": null,
178
178
  "from": "0x3C44CdDdB6a900fa2b585dd299e03d12FA4293BC",
179
- "contractAddress": "0x6d6FFb2520A467E17db17Becaac3384F50C05658",
179
+ "contractAddress": "0xeeE541F6A38dcD3c54696ab138E2689006d902a9",
180
180
  "transactionIndex": 0,
181
181
  "gasUsed": "544138",
182
182
  "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
183
- "blockHash": "0x000000000000008349811248bedfcfaaf6160467f6adc10c3570c5414ec153ce",
184
- "transactionHash": "0x06b7982ade5ae735907829897b8c6dbc3ce413dfba8a956f53ae5128fa9eb96e",
183
+ "blockHash": "0x0000000000000082d02ca1956279f17928306a1f4b0ea9d03599b5ee383183bd",
184
+ "transactionHash": "0x5f9efc748564d1412f899137b678287f2a571cf9ce0a67e157beec5d2ae35beb",
185
185
  "logs": [
186
186
  {
187
187
  "transactionIndex": 0,
188
- "blockNumber": 131,
189
- "transactionHash": "0x06b7982ade5ae735907829897b8c6dbc3ce413dfba8a956f53ae5128fa9eb96e",
190
- "address": "0x6d6FFb2520A467E17db17Becaac3384F50C05658",
188
+ "blockNumber": 130,
189
+ "transactionHash": "0x5f9efc748564d1412f899137b678287f2a571cf9ce0a67e157beec5d2ae35beb",
190
+ "address": "0xeeE541F6A38dcD3c54696ab138E2689006d902a9",
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": "0x000000000000008349811248bedfcfaaf6160467f6adc10c3570c5414ec153ce"
198
+ "blockHash": "0x0000000000000082d02ca1956279f17928306a1f4b0ea9d03599b5ee383183bd"
199
199
  },
200
200
  {
201
201
  "transactionIndex": 0,
202
- "blockNumber": 131,
203
- "transactionHash": "0x06b7982ade5ae735907829897b8c6dbc3ce413dfba8a956f53ae5128fa9eb96e",
204
- "address": "0x6d6FFb2520A467E17db17Becaac3384F50C05658",
202
+ "blockNumber": 130,
203
+ "transactionHash": "0x5f9efc748564d1412f899137b678287f2a571cf9ce0a67e157beec5d2ae35beb",
204
+ "address": "0xeeE541F6A38dcD3c54696ab138E2689006d902a9",
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": "0x000000000000008349811248bedfcfaaf6160467f6adc10c3570c5414ec153ce"
212
+ "blockHash": "0x0000000000000082d02ca1956279f17928306a1f4b0ea9d03599b5ee383183bd"
213
213
  }
214
214
  ],
215
- "blockNumber": 131,
215
+ "blockNumber": 130,
216
216
  "cumulativeGasUsed": "544138",
217
217
  "status": 1,
218
218
  "byzantium": true