@layerzerolabs/lz-evm-sdk-v2 2.0.12-tron-rc.2 → 2.0.12

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 (218) hide show
  1. package/artifacts/contracts/EndpointV2.sol/EndpointV2.json +2 -2
  2. package/artifacts/contracts/EndpointV2Alt.sol/EndpointV2Alt.json +2 -2
  3. package/artifacts/contracts/Executor.sol/Executor.json +2 -2
  4. package/artifacts/contracts/ExecutorFeeLib.sol/ExecutorFeeLib.json +2 -2
  5. package/artifacts/contracts/PriceFeed.sol/PriceFeed.json +2 -2
  6. package/artifacts/contracts/Treasury.sol/Treasury.json +2 -2
  7. package/artifacts/contracts/libs/AddressCast.sol/AddressCast.json +2 -2
  8. package/artifacts/contracts/libs/CalldataBytesLib.sol/CalldataBytesLib.json +2 -2
  9. package/artifacts/contracts/libs/Errors.sol/Errors.json +2 -2
  10. package/artifacts/contracts/libs/GUID.sol/GUID.json +2 -2
  11. package/artifacts/contracts/libs/SafeCall.sol/SafeCall.json +2 -2
  12. package/artifacts/contracts/libs/Transfer.sol/Transfer.json +2 -2
  13. package/artifacts/contracts/messagelib/BlockedMessageLib.sol/BlockedMessageLib.json +2 -2
  14. package/artifacts/contracts/messagelib/SimpleMessageLib.sol/SimpleMessageLib.json +2 -2
  15. package/artifacts/contracts/messagelib/libs/BitMaps.sol/BitMaps.json +2 -2
  16. package/artifacts/contracts/messagelib/libs/ExecutorOptions.sol/ExecutorOptions.json +2 -2
  17. package/artifacts/contracts/messagelib/libs/PacketV1Codec.sol/PacketV1Codec.json +2 -2
  18. package/artifacts/contracts/oapp/examples/OmniCounter.sol/MsgCodec.json +2 -2
  19. package/artifacts/contracts/oapp/examples/OmniCounter.sol/OmniCounter.json +2 -2
  20. package/artifacts/contracts/oapp/examples/OmniCounterPreCrime.sol/OmniCounterPreCrime.json +2 -2
  21. package/artifacts/contracts/oapp/libs/OptionsBuilder.sol/OptionsBuilder.json +2 -2
  22. package/artifacts/contracts/oft/OFT.sol/OFT.json +2 -2
  23. package/artifacts/contracts/oft/OFTAdapter.sol/OFTAdapter.json +2 -2
  24. package/artifacts/contracts/oft/libs/OFTComposeMsgCodec.sol/OFTComposeMsgCodec.json +2 -2
  25. package/artifacts/contracts/oft/libs/OFTMsgCodec.sol/OFTMsgCodec.json +2 -2
  26. package/artifacts/contracts/precrime/libs/Packet.sol/PacketDecoder.json +2 -2
  27. package/artifacts/contracts/uln/LzExecutor.sol/LzExecutor.json +5 -5
  28. package/artifacts/contracts/uln/dvn/DVN.sol/DVN.json +2 -2
  29. package/artifacts/contracts/uln/dvn/DVNFeeLib.sol/DVNFeeLib.json +2 -2
  30. package/artifacts/contracts/uln/dvn/adapters/CCIP/CCIPDVNAdapter.sol/CCIPDVNAdapter.json +2 -2
  31. package/artifacts/contracts/uln/dvn/adapters/CCIP/CCIPDVNAdapterFeeLib.sol/CCIPDVNAdapterFeeLib.json +2 -2
  32. package/artifacts/contracts/uln/dvn/adapters/DVNAdapterFeeLibBase.sol/DVNAdapterFeeLibBase.json +2 -2
  33. package/artifacts/contracts/uln/dvn/adapters/axelar/AxelarDVNAdapter.sol/AxelarDVNAdapter.json +2 -2
  34. package/artifacts/contracts/uln/dvn/adapters/axelar/AxelarDVNAdapterFeeLib.sol/AxelarDVNAdapterFeeLib.json +2 -2
  35. package/artifacts/contracts/uln/libs/DVNOptions.sol/DVNOptions.json +2 -2
  36. package/artifacts/contracts/uln/libs/UlnOptions.sol/UlnOptions.json +2 -2
  37. package/artifacts/contracts/uln/uln301/ReceiveUln301.sol/ReceiveUln301.json +2 -2
  38. package/artifacts/contracts/uln/uln301/SendUln301.sol/SendUln301.json +2 -2
  39. package/artifacts/contracts/uln/uln301/TreasuryFeeHandler.sol/TreasuryFeeHandler.json +2 -2
  40. package/artifacts/contracts/uln/uln302/ReceiveUln302.sol/ReceiveUln302.json +2 -2
  41. package/artifacts/contracts/uln/uln302/SendUln302.sol/SendUln302.json +2 -2
  42. package/deployments/{arbitrum-sandbox-local → bera-testnet}/DVN.json +76 -43
  43. package/deployments/{bsc-sandbox-local → bera-testnet}/DVNFeeLib.json +13 -13
  44. package/deployments/{arbitrum-sandbox-local → bera-testnet}/EndpointV2.json +114 -60
  45. package/deployments/{tron-sandbox-local → bera-testnet}/Executor.json +88 -105
  46. package/deployments/{bsc-sandbox-local → bera-testnet}/ExecutorFeeLib.json +13 -13
  47. package/deployments/{bsc-sandbox-local → bera-testnet}/ExecutorProxyAdmin.json +20 -20
  48. package/deployments/{bsc-sandbox-local → bera-testnet}/Executor_Implementation.json +7 -7
  49. package/deployments/{tron-sandbox-local → bera-testnet}/Executor_Proxy.json +79 -94
  50. package/deployments/bera-testnet/LzExecutor.json +332 -0
  51. package/deployments/bera-testnet/PriceFeed.json +35 -35
  52. package/deployments/bera-testnet/PriceFeedProxyAdmin.json +17 -17
  53. package/deployments/bera-testnet/PriceFeed_Implementation.json +6 -6
  54. package/deployments/bera-testnet/PriceFeed_Proxy.json +34 -34
  55. package/deployments/{bsc-sandbox-local → bera-testnet}/ReceiveUln301.json +15 -15
  56. package/deployments/{avalanche-sandbox-local → bera-testnet}/ReceiveUln302.json +18 -18
  57. package/deployments/{arbitrum-sandbox-local → bera-testnet}/SendUln301.json +17 -17
  58. package/deployments/{arbitrum-sandbox-local → bera-testnet}/SendUln302.json +14 -14
  59. package/deployments/{bsc-sandbox-local → bera-testnet}/Treasury.json +13 -13
  60. package/deployments/{avalanche-sandbox-local → bera-testnet}/TreasuryFeeHandler.json +8 -8
  61. package/deployments/ethereum-sandbox-local/BlockedMessageLib.json +90 -0
  62. package/deployments/ethereum-sandbox-local/DVN.json +5 -5
  63. package/deployments/ethereum-sandbox-local/DVNFeeLib.json +2 -2
  64. package/deployments/ethereum-sandbox-local/Endpoint.json +2355 -0
  65. package/deployments/ethereum-sandbox-local/EndpointV2.json +4 -4
  66. package/deployments/ethereum-sandbox-local/Executor.json +14 -14
  67. package/deployments/ethereum-sandbox-local/ExecutorFeeLib.json +2 -2
  68. package/deployments/ethereum-sandbox-local/ExecutorProxyAdmin.json +3 -3
  69. package/deployments/ethereum-sandbox-local/Executor_Implementation.json +1 -1
  70. package/deployments/ethereum-sandbox-local/Executor_Proxy.json +14 -14
  71. package/deployments/ethereum-sandbox-local/MultiSigOracle.json +1448 -0
  72. package/deployments/ethereum-sandbox-local/NonceContract.json +158 -0
  73. package/deployments/ethereum-sandbox-local/NonceContractMock.json +1 -1
  74. package/deployments/ethereum-sandbox-local/OmniCounter.json +1133 -0
  75. package/deployments/ethereum-sandbox-local/OmniCounterPreCrime.json +493 -0
  76. package/deployments/ethereum-sandbox-local/OmniCounterPreCrimeView.json +672 -0
  77. package/deployments/ethereum-sandbox-local/OmniCounterViewer.json +214 -0
  78. package/deployments/ethereum-sandbox-local/OmniCounterWithPreCrime.json +1646 -0
  79. package/deployments/{arbitrum-sandbox-local/Executor.json → ethereum-sandbox-local/Oracle.json} +400 -658
  80. package/deployments/ethereum-sandbox-local/OracleFeeLib.json +166 -0
  81. package/deployments/ethereum-sandbox-local/OracleProxyAdmin.json +272 -0
  82. package/deployments/ethereum-sandbox-local/Oracle_Implementation.json +1326 -0
  83. package/deployments/{bsc-sandbox-local/PriceFeed_Proxy.json → ethereum-sandbox-local/Oracle_Proxy.json} +96 -35
  84. package/deployments/ethereum-sandbox-local/PriceFeed.json +5 -5
  85. package/deployments/ethereum-sandbox-local/PriceFeedProxyAdmin.json +3 -3
  86. package/deployments/ethereum-sandbox-local/PriceFeed_Implementation.json +1 -1
  87. package/deployments/ethereum-sandbox-local/PriceFeed_Proxy.json +5 -5
  88. package/deployments/ethereum-sandbox-local/ReceiveUln301.json +2 -2
  89. package/deployments/ethereum-sandbox-local/ReceiveUln302.json +2 -2
  90. package/deployments/{tron-sandbox-local/PriceFeed.json → ethereum-sandbox-local/Relayer.json} +445 -339
  91. package/deployments/ethereum-sandbox-local/RelayerFeeLib.json +130 -0
  92. package/deployments/ethereum-sandbox-local/RelayerProxyAdmin.json +272 -0
  93. package/deployments/ethereum-sandbox-local/Relayer_Implementation.json +1014 -0
  94. package/deployments/{tron-sandbox-local/PriceFeed_Proxy.json → ethereum-sandbox-local/Relayer_Proxy.json} +64 -33
  95. package/deployments/ethereum-sandbox-local/SendUln301.json +2 -2
  96. package/deployments/ethereum-sandbox-local/SendUln302.json +2 -2
  97. package/deployments/ethereum-sandbox-local/SimpleMessageLib.json +2 -2
  98. package/deployments/ethereum-sandbox-local/Treasury.json +2 -2
  99. package/deployments/ethereum-sandbox-local/TreasuryFeeHandler.json +1 -1
  100. package/deployments/ethereum-sandbox-local/UlnConfig301.json +1003 -0
  101. package/deployments/ethereum-sandbox-local/UlnConfig302.json +1003 -0
  102. package/deployments/ethereum-sandbox-local/UltraLightNodeE302.json +1696 -0
  103. package/deployments/{bsc-sandbox-local → etherlink-testnet}/PriceFeed.json +34 -34
  104. package/deployments/{arbitrum-sandbox-local/ExecutorProxyAdmin.json → etherlink-testnet/PriceFeedProxyAdmin.json} +22 -22
  105. package/deployments/{arbitrum-sandbox-local → etherlink-testnet}/PriceFeed_Implementation.json +9 -9
  106. package/deployments/{avalanche-sandbox-local → etherlink-testnet}/PriceFeed_Proxy.json +32 -32
  107. package/deployments/{avalanche-sandbox-local → etherlink-testnet}/Treasury.json +15 -15
  108. package/deployments/polygon-sandbox-local/BlockedMessageLib.json +90 -0
  109. package/deployments/polygon-sandbox-local/DVN.json +5 -5
  110. package/deployments/polygon-sandbox-local/DVNFeeLib.json +2 -2
  111. package/deployments/polygon-sandbox-local/Endpoint.json +2355 -0
  112. package/deployments/polygon-sandbox-local/EndpointV2.json +4 -4
  113. package/deployments/polygon-sandbox-local/Executor.json +14 -14
  114. package/deployments/polygon-sandbox-local/ExecutorFeeLib.json +2 -2
  115. package/deployments/polygon-sandbox-local/ExecutorProxyAdmin.json +3 -3
  116. package/deployments/polygon-sandbox-local/Executor_Implementation.json +1 -1
  117. package/deployments/polygon-sandbox-local/Executor_Proxy.json +14 -14
  118. package/deployments/polygon-sandbox-local/MultiSigOracle.json +1448 -0
  119. package/deployments/polygon-sandbox-local/NonceContract.json +158 -0
  120. package/deployments/polygon-sandbox-local/NonceContractMock.json +1 -1
  121. package/deployments/polygon-sandbox-local/OmniCounter.json +1133 -0
  122. package/deployments/polygon-sandbox-local/OmniCounterPreCrime.json +493 -0
  123. package/deployments/polygon-sandbox-local/OmniCounterPreCrimeView.json +672 -0
  124. package/deployments/polygon-sandbox-local/OmniCounterViewer.json +214 -0
  125. package/deployments/polygon-sandbox-local/OmniCounterWithPreCrime.json +1646 -0
  126. package/deployments/{bsc-sandbox-local/Executor.json → polygon-sandbox-local/Oracle.json} +400 -658
  127. package/deployments/polygon-sandbox-local/OracleFeeLib.json +166 -0
  128. package/deployments/polygon-sandbox-local/OracleProxyAdmin.json +272 -0
  129. package/deployments/polygon-sandbox-local/Oracle_Implementation.json +1326 -0
  130. package/deployments/polygon-sandbox-local/Oracle_Proxy.json +305 -0
  131. package/deployments/polygon-sandbox-local/PriceFeed.json +5 -5
  132. package/deployments/polygon-sandbox-local/PriceFeedProxyAdmin.json +3 -3
  133. package/deployments/polygon-sandbox-local/PriceFeed_Implementation.json +1 -1
  134. package/deployments/polygon-sandbox-local/PriceFeed_Proxy.json +5 -5
  135. package/deployments/polygon-sandbox-local/ReceiveUln301.json +2 -2
  136. package/deployments/polygon-sandbox-local/ReceiveUln302.json +2 -2
  137. package/deployments/{arbitrum-sandbox-local/PriceFeed.json → polygon-sandbox-local/Relayer.json} +445 -339
  138. package/deployments/polygon-sandbox-local/RelayerFeeLib.json +130 -0
  139. package/deployments/polygon-sandbox-local/RelayerProxyAdmin.json +272 -0
  140. package/deployments/polygon-sandbox-local/Relayer_Implementation.json +1014 -0
  141. package/deployments/{arbitrum-sandbox-local/PriceFeed_Proxy.json → polygon-sandbox-local/Relayer_Proxy.json} +64 -33
  142. package/deployments/polygon-sandbox-local/SendUln301.json +2 -2
  143. package/deployments/polygon-sandbox-local/SendUln302.json +2 -2
  144. package/deployments/polygon-sandbox-local/SimpleMessageLib.json +2 -2
  145. package/deployments/polygon-sandbox-local/Treasury.json +2 -2
  146. package/deployments/polygon-sandbox-local/TreasuryFeeHandler.json +1 -1
  147. package/deployments/polygon-sandbox-local/UlnConfig301.json +1003 -0
  148. package/deployments/polygon-sandbox-local/UlnConfig302.json +1003 -0
  149. package/deployments/polygon-sandbox-local/UltraLightNodeE302.json +1696 -0
  150. package/dist/{index-cijKSBLK.d.cts → index-pO8kCANF.d.mts} +41 -41
  151. package/dist/{index-cijKSBLK.d.ts → index-pO8kCANF.d.ts} +41 -41
  152. package/dist/index.browser.cjs +34 -34
  153. package/dist/index.browser.cjs.map +1 -1
  154. package/dist/{index.browser.d.cts → index.browser.d.mts} +1 -1
  155. package/dist/index.browser.d.ts +1 -1
  156. package/dist/index.browser.mjs +34 -34
  157. package/dist/index.browser.mjs.map +1 -1
  158. package/dist/index.cjs +34 -34
  159. package/dist/index.cjs.map +1 -1
  160. package/dist/{index.d.cts → index.d.mts} +1 -1
  161. package/dist/index.d.ts +1 -1
  162. package/dist/index.mjs +34 -34
  163. package/dist/index.mjs.map +1 -1
  164. package/package.json +15 -14
  165. package/deployments/arbitrum-sandbox-local/DVNFeeLib.json +0 -387
  166. package/deployments/arbitrum-sandbox-local/ExecutorFeeLib.json +0 -407
  167. package/deployments/arbitrum-sandbox-local/Executor_Implementation.json +0 -1591
  168. package/deployments/arbitrum-sandbox-local/Executor_Proxy.json +0 -380
  169. package/deployments/arbitrum-sandbox-local/NonceContractMock.json +0 -163
  170. package/deployments/arbitrum-sandbox-local/PriceFeedProxyAdmin.json +0 -283
  171. package/deployments/arbitrum-sandbox-local/ReceiveUln301.json +0 -1264
  172. package/deployments/arbitrum-sandbox-local/ReceiveUln302.json +0 -954
  173. package/deployments/arbitrum-sandbox-local/SimpleMessageLib.json +0 -708
  174. package/deployments/arbitrum-sandbox-local/Treasury.json +0 -412
  175. package/deployments/arbitrum-sandbox-local/TreasuryFeeHandler.json +0 -125
  176. package/deployments/avalanche-sandbox-local/DVN.json +0 -1896
  177. package/deployments/avalanche-sandbox-local/DVNFeeLib.json +0 -387
  178. package/deployments/avalanche-sandbox-local/EndpointV2.json +0 -2955
  179. package/deployments/avalanche-sandbox-local/Executor.json +0 -1549
  180. package/deployments/avalanche-sandbox-local/ExecutorFeeLib.json +0 -407
  181. package/deployments/avalanche-sandbox-local/ExecutorProxyAdmin.json +0 -283
  182. package/deployments/avalanche-sandbox-local/Executor_Implementation.json +0 -1591
  183. package/deployments/avalanche-sandbox-local/Executor_Proxy.json +0 -380
  184. package/deployments/avalanche-sandbox-local/NonceContractMock.json +0 -163
  185. package/deployments/avalanche-sandbox-local/PriceFeed.json +0 -890
  186. package/deployments/avalanche-sandbox-local/PriceFeedProxyAdmin.json +0 -283
  187. package/deployments/avalanche-sandbox-local/PriceFeed_Implementation.json +0 -912
  188. package/deployments/avalanche-sandbox-local/ReceiveUln301.json +0 -1264
  189. package/deployments/avalanche-sandbox-local/SendUln301.json +0 -1569
  190. package/deployments/avalanche-sandbox-local/SendUln302.json +0 -1527
  191. package/deployments/avalanche-sandbox-local/SimpleMessageLib.json +0 -708
  192. package/deployments/bsc-sandbox-local/DVN.json +0 -1896
  193. package/deployments/bsc-sandbox-local/EndpointV2.json +0 -2955
  194. package/deployments/bsc-sandbox-local/Executor_Proxy.json +0 -380
  195. package/deployments/bsc-sandbox-local/NonceContractMock.json +0 -163
  196. package/deployments/bsc-sandbox-local/PriceFeedProxyAdmin.json +0 -283
  197. package/deployments/bsc-sandbox-local/PriceFeed_Implementation.json +0 -912
  198. package/deployments/bsc-sandbox-local/ReceiveUln302.json +0 -954
  199. package/deployments/bsc-sandbox-local/SendUln301.json +0 -1569
  200. package/deployments/bsc-sandbox-local/SendUln302.json +0 -1527
  201. package/deployments/bsc-sandbox-local/SimpleMessageLib.json +0 -708
  202. package/deployments/bsc-sandbox-local/TreasuryFeeHandler.json +0 -125
  203. package/deployments/tron-sandbox-local/DVN.json +0 -1896
  204. package/deployments/tron-sandbox-local/DVNFeeLib.json +0 -387
  205. package/deployments/tron-sandbox-local/EndpointV2.json +0 -2955
  206. package/deployments/tron-sandbox-local/ExecutorFeeLib.json +0 -407
  207. package/deployments/tron-sandbox-local/ExecutorProxyAdmin.json +0 -283
  208. package/deployments/tron-sandbox-local/Executor_Implementation.json +0 -1591
  209. package/deployments/tron-sandbox-local/NonceContractMock.json +0 -163
  210. package/deployments/tron-sandbox-local/PriceFeedProxyAdmin.json +0 -283
  211. package/deployments/tron-sandbox-local/PriceFeed_Implementation.json +0 -912
  212. package/deployments/tron-sandbox-local/ReceiveUln301.json +0 -1264
  213. package/deployments/tron-sandbox-local/ReceiveUln302.json +0 -954
  214. package/deployments/tron-sandbox-local/SendUln301.json +0 -1569
  215. package/deployments/tron-sandbox-local/SendUln302.json +0 -1527
  216. package/deployments/tron-sandbox-local/SimpleMessageLib.json +0 -708
  217. package/deployments/tron-sandbox-local/Treasury.json +0 -412
  218. package/deployments/tron-sandbox-local/TreasuryFeeHandler.json +0 -125
@@ -0,0 +1,332 @@
1
+ {
2
+ "address": "0x7b642c3b3815104Ee6cF381dFDd5aB8Bc4B0C53f",
3
+ "abi": [
4
+ {
5
+ "inputs": [
6
+ {
7
+ "internalType": "address",
8
+ "name": "_receiveUln302",
9
+ "type": "address"
10
+ },
11
+ {
12
+ "internalType": "address",
13
+ "name": "_endpoint",
14
+ "type": "address"
15
+ }
16
+ ],
17
+ "stateMutability": "nonpayable",
18
+ "type": "constructor"
19
+ },
20
+ {
21
+ "inputs": [],
22
+ "name": "Executed",
23
+ "type": "error"
24
+ },
25
+ {
26
+ "inputs": [],
27
+ "name": "ToAddressIsZero",
28
+ "type": "error"
29
+ },
30
+ {
31
+ "inputs": [
32
+ {
33
+ "internalType": "address",
34
+ "name": "_to",
35
+ "type": "address"
36
+ },
37
+ {
38
+ "internalType": "uint256",
39
+ "name": "_value",
40
+ "type": "uint256"
41
+ }
42
+ ],
43
+ "name": "TransferNativeFailed",
44
+ "type": "error"
45
+ },
46
+ {
47
+ "inputs": [],
48
+ "name": "Verifying",
49
+ "type": "error"
50
+ },
51
+ {
52
+ "anonymous": false,
53
+ "inputs": [
54
+ {
55
+ "indexed": true,
56
+ "internalType": "address",
57
+ "name": "previousOwner",
58
+ "type": "address"
59
+ },
60
+ {
61
+ "indexed": true,
62
+ "internalType": "address",
63
+ "name": "newOwner",
64
+ "type": "address"
65
+ }
66
+ ],
67
+ "name": "OwnershipTransferred",
68
+ "type": "event"
69
+ },
70
+ {
71
+ "inputs": [
72
+ {
73
+ "internalType": "address",
74
+ "name": "_receiveLib",
75
+ "type": "address"
76
+ },
77
+ {
78
+ "components": [
79
+ {
80
+ "components": [
81
+ {
82
+ "internalType": "uint32",
83
+ "name": "srcEid",
84
+ "type": "uint32"
85
+ },
86
+ {
87
+ "internalType": "bytes32",
88
+ "name": "sender",
89
+ "type": "bytes32"
90
+ },
91
+ {
92
+ "internalType": "uint64",
93
+ "name": "nonce",
94
+ "type": "uint64"
95
+ }
96
+ ],
97
+ "internalType": "struct Origin",
98
+ "name": "origin",
99
+ "type": "tuple"
100
+ },
101
+ {
102
+ "internalType": "address",
103
+ "name": "receiver",
104
+ "type": "address"
105
+ },
106
+ {
107
+ "internalType": "bytes32",
108
+ "name": "guid",
109
+ "type": "bytes32"
110
+ },
111
+ {
112
+ "internalType": "bytes",
113
+ "name": "message",
114
+ "type": "bytes"
115
+ },
116
+ {
117
+ "internalType": "bytes",
118
+ "name": "extraData",
119
+ "type": "bytes"
120
+ },
121
+ {
122
+ "internalType": "uint256",
123
+ "name": "gas",
124
+ "type": "uint256"
125
+ },
126
+ {
127
+ "internalType": "uint256",
128
+ "name": "value",
129
+ "type": "uint256"
130
+ }
131
+ ],
132
+ "internalType": "struct LzReceiveParam",
133
+ "name": "_lzReceiveParam",
134
+ "type": "tuple"
135
+ },
136
+ {
137
+ "components": [
138
+ {
139
+ "internalType": "address",
140
+ "name": "_receiver",
141
+ "type": "address"
142
+ },
143
+ {
144
+ "internalType": "uint256",
145
+ "name": "_amount",
146
+ "type": "uint256"
147
+ }
148
+ ],
149
+ "internalType": "struct NativeDropParam",
150
+ "name": "_nativeDropParam",
151
+ "type": "tuple"
152
+ }
153
+ ],
154
+ "name": "commitAndExecute",
155
+ "outputs": [],
156
+ "stateMutability": "payable",
157
+ "type": "function"
158
+ },
159
+ {
160
+ "inputs": [],
161
+ "name": "endpoint",
162
+ "outputs": [
163
+ {
164
+ "internalType": "contract ILayerZeroEndpointV2",
165
+ "name": "",
166
+ "type": "address"
167
+ }
168
+ ],
169
+ "stateMutability": "view",
170
+ "type": "function"
171
+ },
172
+ {
173
+ "inputs": [],
174
+ "name": "localEid",
175
+ "outputs": [
176
+ {
177
+ "internalType": "uint32",
178
+ "name": "",
179
+ "type": "uint32"
180
+ }
181
+ ],
182
+ "stateMutability": "view",
183
+ "type": "function"
184
+ },
185
+ {
186
+ "inputs": [],
187
+ "name": "owner",
188
+ "outputs": [
189
+ {
190
+ "internalType": "address",
191
+ "name": "",
192
+ "type": "address"
193
+ }
194
+ ],
195
+ "stateMutability": "view",
196
+ "type": "function"
197
+ },
198
+ {
199
+ "inputs": [],
200
+ "name": "receiveUln302",
201
+ "outputs": [
202
+ {
203
+ "internalType": "address",
204
+ "name": "",
205
+ "type": "address"
206
+ }
207
+ ],
208
+ "stateMutability": "view",
209
+ "type": "function"
210
+ },
211
+ {
212
+ "inputs": [],
213
+ "name": "renounceOwnership",
214
+ "outputs": [],
215
+ "stateMutability": "nonpayable",
216
+ "type": "function"
217
+ },
218
+ {
219
+ "inputs": [
220
+ {
221
+ "internalType": "address",
222
+ "name": "newOwner",
223
+ "type": "address"
224
+ }
225
+ ],
226
+ "name": "transferOwnership",
227
+ "outputs": [],
228
+ "stateMutability": "nonpayable",
229
+ "type": "function"
230
+ },
231
+ {
232
+ "inputs": [
233
+ {
234
+ "internalType": "address",
235
+ "name": "_to",
236
+ "type": "address"
237
+ },
238
+ {
239
+ "internalType": "uint256",
240
+ "name": "_amount",
241
+ "type": "uint256"
242
+ }
243
+ ],
244
+ "name": "withdrawNative",
245
+ "outputs": [],
246
+ "stateMutability": "nonpayable",
247
+ "type": "function"
248
+ }
249
+ ],
250
+ "transactionHash": "0x7d86698a2a8d82314b0e0922abae621bb4c268974778eb64f3c0db6ced6ed9cc",
251
+ "receipt": {
252
+ "to": null,
253
+ "from": "0xc13b65f7c53Cd6db2EA205a4b574b4a0858720A6",
254
+ "contractAddress": "0x7b642c3b3815104Ee6cF381dFDd5aB8Bc4B0C53f",
255
+ "transactionIndex": 0,
256
+ "gasUsed": "879973",
257
+ "logsBloom": "0x00000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000020000000000000400000000000000000000000000000001000000000000000000000000000000000000030000000000000000000800000000000000800080000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000",
258
+ "blockHash": "0x4a2c73b8efa3b5764177709b3b1d2b53783a56e08418cb6053ac7afbce165e3f",
259
+ "transactionHash": "0x7d86698a2a8d82314b0e0922abae621bb4c268974778eb64f3c0db6ced6ed9cc",
260
+ "logs": [
261
+ {
262
+ "transactionIndex": 0,
263
+ "blockNumber": 954175,
264
+ "transactionHash": "0x7d86698a2a8d82314b0e0922abae621bb4c268974778eb64f3c0db6ced6ed9cc",
265
+ "address": "0x7b642c3b3815104Ee6cF381dFDd5aB8Bc4B0C53f",
266
+ "topics": [
267
+ "0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
268
+ "0x0000000000000000000000000000000000000000000000000000000000000000",
269
+ "0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6"
270
+ ],
271
+ "data": "0x",
272
+ "logIndex": 0,
273
+ "blockHash": "0x4a2c73b8efa3b5764177709b3b1d2b53783a56e08418cb6053ac7afbce165e3f"
274
+ }
275
+ ],
276
+ "blockNumber": 954175,
277
+ "cumulativeGasUsed": "879973",
278
+ "status": 1,
279
+ "byzantium": true
280
+ },
281
+ "args": [
282
+ "0xb39E6C2466ecF6220C23F0ee3086e31C9C182c56",
283
+ "0x464570adA09869d8741132183721B4f0769a0287"
284
+ ],
285
+ "numDeployments": 1,
286
+ "solcInputHash": "9a77f541806fd95ff35b8613e526dae5",
287
+ "bytecode": "0x60e06040523480156200001157600080fd5b506040516200106038038062001060833981016040819052620000349162000135565b6200003f33620000c8565b6001600160a01b03808316608052811660a08190526040805163416ecebf60e01b8152905163416ecebf916004808201926020929091908290030181865afa15801562000090573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620000b691906200016d565b63ffffffff1660c052506200019c9050565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b80516001600160a01b03811681146200013057600080fd5b919050565b600080604083850312156200014957600080fd5b620001548362000118565b9150620001646020840162000118565b90509250929050565b6000602082840312156200018057600080fd5b815163ffffffff811681146200019557600080fd5b9392505050565b60805160a05160c051610e72620001ee6000396000818161013a01526103a901526000818160c70152818161021f01526106e10152600081816101830152818161031d01526103590152610e726000f3fe60806040526004361061007b5760003560e01c8063726075371161004e5780637260753714610128578063843c7b0e146101715780638da5cb5b146101a5578063f2fde38b146101d057600080fd5b806307b18bde146100805780632191331a146100a25780635e280f11146100b5578063715018a614610113575b600080fd5b34801561008c57600080fd5b506100a061009b366004610a96565b6101f0565b005b6100a06100b0366004610ac0565b610206565b3480156100c157600080fd5b506100e97f000000000000000000000000000000000000000000000000000000000000000081565b60405173ffffffffffffffffffffffffffffffffffffffff90911681526020015b60405180910390f35b34801561011f57600080fd5b506100a061079c565b34801561013457600080fd5b5061015c7f000000000000000000000000000000000000000000000000000000000000000081565b60405163ffffffff909116815260200161010a565b34801561017d57600080fd5b506100e97f000000000000000000000000000000000000000000000000000000000000000081565b3480156101b157600080fd5b5060005473ffffffffffffffffffffffffffffffffffffffff166100e9565b3480156101dc57600080fd5b506100a06101eb366004610b4e565b6107b0565b6101f861086c565b61020282826108ed565b5050565b600073ffffffffffffffffffffffffffffffffffffffff7f000000000000000000000000000000000000000000000000000000000000000016634b4b2efb846102556080820160608301610b4e565b6040518363ffffffff1660e01b8152600401610272929190610bd6565b602060405180830381865afa15801561028f573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102b39190610c14565b905060028160028111156102c9576102c9610c31565b03610300576040517f68f46c4500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600181600281111561031457610314610c31565b146106745760007f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff161561037d577f000000000000000000000000000000000000000000000000000000000000000061037f565b845b9050600060016103956060870160408801610c60565b6103a26020880188610c7b565b60208801357f00000000000000000000000000000000000000000000000000000000000000006103d860808b0160608c01610b4e565b60405160f89690961b7fff0000000000000000000000000000000000000000000000000000000000000016602087015260c09490941b7fffffffffffffffff00000000000000000000000000000000000000000000000016602186015260e092831b7fffffffff000000000000000000000000000000000000000000000000000000009081166029870152602d86019290925290911b16604d83015273ffffffffffffffffffffffffffffffffffffffff166051820152607101604080517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe08184030181529190529050600060808601356104d660a0880188610c96565b6040516020016104e893929190610d02565b60405160208183030381529060405280519060200120905060008373ffffffffffffffffffffffffffffffffffffffff166327d12cd984846040518363ffffffff1660e01b815260040161053d929190610d1c565b602060405180830381865afa15801561055a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061057e9190610c14565b9050600181600281111561059457610594610c31565b03610624576040517f0894edf100000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff851690630894edf1906105ed9086908690600401610d1c565b600060405180830381600087803b15801561060757600080fd5b505af115801561061b573d6000803e3d6000fd5b5050505061066f565b600081600281111561063857610638610c31565b0361066f576040517f692c93cb00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b505050505b600082602001351180156106ab575060006106926020840184610b4e565b73ffffffffffffffffffffffffffffffffffffffff1614155b156106ca576106ca6106c06020840184610b4e565b83602001356108ed565b73ffffffffffffffffffffffffffffffffffffffff7f000000000000000000000000000000000000000000000000000000000000000016630c0c389e60e0850135610100860135866107226080820160608301610b4e565b608089013561073460a08b018b610c96565b61074160c08d018d610c96565b6040518a63ffffffff1660e01b81526004016107639796959493929190610dd8565b6000604051808303818589803b15801561077c57600080fd5b5088f1158015610790573d6000803e3d6000fd5b50505050505050505050565b6107a461086c565b6107ae60006109f8565b565b6107b861086c565b73ffffffffffffffffffffffffffffffffffffffff8116610860576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201527f646472657373000000000000000000000000000000000000000000000000000060648201526084015b60405180910390fd5b610869816109f8565b50565b60005473ffffffffffffffffffffffffffffffffffffffff1633146107ae576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610857565b73ffffffffffffffffffffffffffffffffffffffff821661093a576040517f32fa6a1d00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60008273ffffffffffffffffffffffffffffffffffffffff168260405160006040518083038185875af1925050503d8060008114610994576040519150601f19603f3d011682016040523d82523d6000602084013e610999565b606091505b50509050806109f3576040517f2c024f9200000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff8416600482015260248101839052604401610857565b505050565b6000805473ffffffffffffffffffffffffffffffffffffffff8381167fffffffffffffffffffffffff0000000000000000000000000000000000000000831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b803573ffffffffffffffffffffffffffffffffffffffff81168114610a9157600080fd5b919050565b60008060408385031215610aa957600080fd5b610ab283610a6d565b946020939093013593505050565b60008060008385036080811215610ad657600080fd5b610adf85610a6d565b9350602085013567ffffffffffffffff811115610afb57600080fd5b85016101208188031215610b0e57600080fd5b925060407fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc082011215610b4057600080fd5b506040840190509250925092565b600060208284031215610b6057600080fd5b610b6982610a6d565b9392505050565b803563ffffffff81168114610a9157600080fd5b803567ffffffffffffffff81168114610a9157600080fd5b63ffffffff610baa82610b70565b1682526020810135602083015267ffffffffffffffff610bcc60408301610b84565b1660408301525050565b60808101610be48285610b9c565b73ffffffffffffffffffffffffffffffffffffffff831660608301529392505050565b6003811061086957600080fd5b600060208284031215610c2657600080fd5b8151610b6981610c07565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602160045260246000fd5b600060208284031215610c7257600080fd5b610b6982610b84565b600060208284031215610c8d57600080fd5b610b6982610b70565b60008083357fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe1843603018112610ccb57600080fd5b83018035915067ffffffffffffffff821115610ce657600080fd5b602001915036819003821315610cfb57600080fd5b9250929050565b838152818360208301376000910160200190815292915050565b604081526000835180604084015260005b81811015610d4a5760208187018101516060868401015201610d2d565b5060006060828501015260607fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f8301168401019150508260208301529392505050565b8183528181602085013750600060208284010152600060207fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f840116840101905092915050565b610de28189610b9c565b73ffffffffffffffffffffffffffffffffffffffff8716606082015285608082015260e060a08201526000610e1b60e083018688610d8f565b82810360c0840152610e2e818587610d8f565b9a995050505050505050505056fea264697066735822122006a3b206011ef2092c3954f7a2621716e032b970d1f01175d681c89bf0e088ff64736f6c63430008160033",
288
+ "deployedBytecode": "0x60806040526004361061007b5760003560e01c8063726075371161004e5780637260753714610128578063843c7b0e146101715780638da5cb5b146101a5578063f2fde38b146101d057600080fd5b806307b18bde146100805780632191331a146100a25780635e280f11146100b5578063715018a614610113575b600080fd5b34801561008c57600080fd5b506100a061009b366004610a96565b6101f0565b005b6100a06100b0366004610ac0565b610206565b3480156100c157600080fd5b506100e97f000000000000000000000000000000000000000000000000000000000000000081565b60405173ffffffffffffffffffffffffffffffffffffffff90911681526020015b60405180910390f35b34801561011f57600080fd5b506100a061079c565b34801561013457600080fd5b5061015c7f000000000000000000000000000000000000000000000000000000000000000081565b60405163ffffffff909116815260200161010a565b34801561017d57600080fd5b506100e97f000000000000000000000000000000000000000000000000000000000000000081565b3480156101b157600080fd5b5060005473ffffffffffffffffffffffffffffffffffffffff166100e9565b3480156101dc57600080fd5b506100a06101eb366004610b4e565b6107b0565b6101f861086c565b61020282826108ed565b5050565b600073ffffffffffffffffffffffffffffffffffffffff7f000000000000000000000000000000000000000000000000000000000000000016634b4b2efb846102556080820160608301610b4e565b6040518363ffffffff1660e01b8152600401610272929190610bd6565b602060405180830381865afa15801561028f573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102b39190610c14565b905060028160028111156102c9576102c9610c31565b03610300576040517f68f46c4500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600181600281111561031457610314610c31565b146106745760007f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff161561037d577f000000000000000000000000000000000000000000000000000000000000000061037f565b845b9050600060016103956060870160408801610c60565b6103a26020880188610c7b565b60208801357f00000000000000000000000000000000000000000000000000000000000000006103d860808b0160608c01610b4e565b60405160f89690961b7fff0000000000000000000000000000000000000000000000000000000000000016602087015260c09490941b7fffffffffffffffff00000000000000000000000000000000000000000000000016602186015260e092831b7fffffffff000000000000000000000000000000000000000000000000000000009081166029870152602d86019290925290911b16604d83015273ffffffffffffffffffffffffffffffffffffffff166051820152607101604080517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe08184030181529190529050600060808601356104d660a0880188610c96565b6040516020016104e893929190610d02565b60405160208183030381529060405280519060200120905060008373ffffffffffffffffffffffffffffffffffffffff166327d12cd984846040518363ffffffff1660e01b815260040161053d929190610d1c565b602060405180830381865afa15801561055a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061057e9190610c14565b9050600181600281111561059457610594610c31565b03610624576040517f0894edf100000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff851690630894edf1906105ed9086908690600401610d1c565b600060405180830381600087803b15801561060757600080fd5b505af115801561061b573d6000803e3d6000fd5b5050505061066f565b600081600281111561063857610638610c31565b0361066f576040517f692c93cb00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b505050505b600082602001351180156106ab575060006106926020840184610b4e565b73ffffffffffffffffffffffffffffffffffffffff1614155b156106ca576106ca6106c06020840184610b4e565b83602001356108ed565b73ffffffffffffffffffffffffffffffffffffffff7f000000000000000000000000000000000000000000000000000000000000000016630c0c389e60e0850135610100860135866107226080820160608301610b4e565b608089013561073460a08b018b610c96565b61074160c08d018d610c96565b6040518a63ffffffff1660e01b81526004016107639796959493929190610dd8565b6000604051808303818589803b15801561077c57600080fd5b5088f1158015610790573d6000803e3d6000fd5b50505050505050505050565b6107a461086c565b6107ae60006109f8565b565b6107b861086c565b73ffffffffffffffffffffffffffffffffffffffff8116610860576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201527f646472657373000000000000000000000000000000000000000000000000000060648201526084015b60405180910390fd5b610869816109f8565b50565b60005473ffffffffffffffffffffffffffffffffffffffff1633146107ae576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610857565b73ffffffffffffffffffffffffffffffffffffffff821661093a576040517f32fa6a1d00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60008273ffffffffffffffffffffffffffffffffffffffff168260405160006040518083038185875af1925050503d8060008114610994576040519150601f19603f3d011682016040523d82523d6000602084013e610999565b606091505b50509050806109f3576040517f2c024f9200000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff8416600482015260248101839052604401610857565b505050565b6000805473ffffffffffffffffffffffffffffffffffffffff8381167fffffffffffffffffffffffff0000000000000000000000000000000000000000831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b803573ffffffffffffffffffffffffffffffffffffffff81168114610a9157600080fd5b919050565b60008060408385031215610aa957600080fd5b610ab283610a6d565b946020939093013593505050565b60008060008385036080811215610ad657600080fd5b610adf85610a6d565b9350602085013567ffffffffffffffff811115610afb57600080fd5b85016101208188031215610b0e57600080fd5b925060407fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc082011215610b4057600080fd5b506040840190509250925092565b600060208284031215610b6057600080fd5b610b6982610a6d565b9392505050565b803563ffffffff81168114610a9157600080fd5b803567ffffffffffffffff81168114610a9157600080fd5b63ffffffff610baa82610b70565b1682526020810135602083015267ffffffffffffffff610bcc60408301610b84565b1660408301525050565b60808101610be48285610b9c565b73ffffffffffffffffffffffffffffffffffffffff831660608301529392505050565b6003811061086957600080fd5b600060208284031215610c2657600080fd5b8151610b6981610c07565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602160045260246000fd5b600060208284031215610c7257600080fd5b610b6982610b84565b600060208284031215610c8d57600080fd5b610b6982610b70565b60008083357fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe1843603018112610ccb57600080fd5b83018035915067ffffffffffffffff821115610ce657600080fd5b602001915036819003821315610cfb57600080fd5b9250929050565b838152818360208301376000910160200190815292915050565b604081526000835180604084015260005b81811015610d4a5760208187018101516060868401015201610d2d565b5060006060828501015260607fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f8301168401019150508260208301529392505050565b8183528181602085013750600060208284010152600060207fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f840116840101905092915050565b610de28189610b9c565b73ffffffffffffffffffffffffffffffffffffffff8716606082015285608082015260e060a08201526000610e1b60e083018688610d8f565b82810360c0840152610e2e818587610d8f565b9a995050505050505050505056fea264697066735822122006a3b206011ef2092c3954f7a2621716e032b970d1f01175d681c89bf0e088ff64736f6c63430008160033",
289
+ "devdoc": {
290
+ "kind": "dev",
291
+ "methods": {
292
+ "owner()": {
293
+ "details": "Returns the address of the current owner."
294
+ },
295
+ "renounceOwnership()": {
296
+ "details": "Leaves the contract without owner. It will not be possible to call `onlyOwner` functions. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby disabling any functionality that is only available to the owner."
297
+ },
298
+ "transferOwnership(address)": {
299
+ "details": "Transfers ownership of the contract to a new account (`newOwner`). Can only be called by the current owner."
300
+ }
301
+ },
302
+ "version": 1
303
+ },
304
+ "userdoc": {
305
+ "kind": "user",
306
+ "methods": {
307
+ "commitAndExecute(address,((uint32,bytes32,uint64),address,bytes32,bytes,bytes,uint256,uint256),(address,uint256))": {
308
+ "notice": "process for commit and execute 1. check if executable, revert if executed, execute if executable 2. check if verifiable, revert if verifying, commit if verifiable 3. native drop 4. try execute, will revert if not executable"
309
+ }
310
+ },
311
+ "version": 1
312
+ },
313
+ "storageLayout": {
314
+ "storage": [
315
+ {
316
+ "astId": 6813,
317
+ "contract": "contracts/uln/LzExecutor.sol:LzExecutor",
318
+ "label": "_owner",
319
+ "offset": 0,
320
+ "slot": "0",
321
+ "type": "t_address"
322
+ }
323
+ ],
324
+ "types": {
325
+ "t_address": {
326
+ "encoding": "inplace",
327
+ "label": "address",
328
+ "numberOfBytes": "20"
329
+ }
330
+ }
331
+ }
332
+ }
@@ -1,5 +1,5 @@
1
1
  {
2
- "address": "0x12523de19dc41c91F7d2093E0CFbB76b17012C8d",
2
+ "address": "0x72b65B2E699E3B5d664EF776C068236B6b8004d6",
3
3
  "abi": [
4
4
  {
5
5
  "anonymous": false,
@@ -772,35 +772,35 @@
772
772
  "type": "constructor"
773
773
  }
774
774
  ],
775
- "transactionHash": "0xba0dedd5305424ca57306ed745ef8f9ab15640ad8a8299efa7c591640f93f1bf",
775
+ "transactionHash": "0x52a985c74d3070a3b77fe751b046a04272da4c003752bf725536cecf11eff3a7",
776
776
  "receipt": {
777
777
  "to": null,
778
778
  "from": "0xc13b65f7c53Cd6db2EA205a4b574b4a0858720A6",
779
- "contractAddress": "0x12523de19dc41c91F7d2093E0CFbB76b17012C8d",
780
- "transactionIndex": 0,
781
- "gasUsed": "738790",
782
- "logsBloom": "0x00000000000000000000000000000000400000000000000000800000000000000000000000000000000000000000000000000000000000000000020000000000000400000000000000000000000002000001000000000000000000000000000000000000030000000200000000000800000000800000000000000000000000400000000000100000000000000000000000000000000080000000000000800000000000000000000000000000000400004000000000010000000000000000000000000020000000000000000000040000000000000400000000000000000020000000000000000000000200000000000000000000000000000000000020000000",
783
- "blockHash": "0x7b92832ff8cff3042c18f76ab3bea18e3968adb03d4ea4df038b5fee1b4b1b63",
784
- "transactionHash": "0xba0dedd5305424ca57306ed745ef8f9ab15640ad8a8299efa7c591640f93f1bf",
779
+ "contractAddress": "0x72b65B2E699E3B5d664EF776C068236B6b8004d6",
780
+ "transactionIndex": 1,
781
+ "gasUsed": "738802",
782
+ "logsBloom": "0x00000000000000000000000000000100400000000000000000800400000000000000000000000000000000000000000000000000000000000000020000000000000400000000000000000000000002000001000000200000000000000000000000000000030000000000000000000800000000800000000000000000000000400000000000800000000000000000000000000000000080000000000000800000000000000000010000000000000400000000000000000000000000000000000000000020000000000000000040040000000000000400000000000000000020000000000000000000000000000000000000000000000000000000000000000000",
783
+ "blockHash": "0x70799647c2f56fe385733edb05cb48cb46a250d78c92ac10d7bae0a31c4ffe9e",
784
+ "transactionHash": "0x52a985c74d3070a3b77fe751b046a04272da4c003752bf725536cecf11eff3a7",
785
785
  "logs": [
786
786
  {
787
- "transactionIndex": 0,
788
- "blockNumber": 920119,
789
- "transactionHash": "0xba0dedd5305424ca57306ed745ef8f9ab15640ad8a8299efa7c591640f93f1bf",
790
- "address": "0x12523de19dc41c91F7d2093E0CFbB76b17012C8d",
787
+ "transactionIndex": 1,
788
+ "blockNumber": 953905,
789
+ "transactionHash": "0x52a985c74d3070a3b77fe751b046a04272da4c003752bf725536cecf11eff3a7",
790
+ "address": "0x72b65B2E699E3B5d664EF776C068236B6b8004d6",
791
791
  "topics": [
792
792
  "0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b",
793
- "0x000000000000000000000000c1868e054425d378095a003ecba3823a5d0135c9"
793
+ "0x000000000000000000000000939afd54a8547078dbea02b683a7f1fdc929f853"
794
794
  ],
795
795
  "data": "0x",
796
796
  "logIndex": 0,
797
- "blockHash": "0x7b92832ff8cff3042c18f76ab3bea18e3968adb03d4ea4df038b5fee1b4b1b63"
797
+ "blockHash": "0x70799647c2f56fe385733edb05cb48cb46a250d78c92ac10d7bae0a31c4ffe9e"
798
798
  },
799
799
  {
800
- "transactionIndex": 0,
801
- "blockNumber": 920119,
802
- "transactionHash": "0xba0dedd5305424ca57306ed745ef8f9ab15640ad8a8299efa7c591640f93f1bf",
803
- "address": "0x12523de19dc41c91F7d2093E0CFbB76b17012C8d",
800
+ "transactionIndex": 1,
801
+ "blockNumber": 953905,
802
+ "transactionHash": "0x52a985c74d3070a3b77fe751b046a04272da4c003752bf725536cecf11eff3a7",
803
+ "address": "0x72b65B2E699E3B5d664EF776C068236B6b8004d6",
804
804
  "topics": [
805
805
  "0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
806
806
  "0x0000000000000000000000000000000000000000000000000000000000000000",
@@ -808,41 +808,41 @@
808
808
  ],
809
809
  "data": "0x",
810
810
  "logIndex": 1,
811
- "blockHash": "0x7b92832ff8cff3042c18f76ab3bea18e3968adb03d4ea4df038b5fee1b4b1b63"
811
+ "blockHash": "0x70799647c2f56fe385733edb05cb48cb46a250d78c92ac10d7bae0a31c4ffe9e"
812
812
  },
813
813
  {
814
- "transactionIndex": 0,
815
- "blockNumber": 920119,
816
- "transactionHash": "0xba0dedd5305424ca57306ed745ef8f9ab15640ad8a8299efa7c591640f93f1bf",
817
- "address": "0x12523de19dc41c91F7d2093E0CFbB76b17012C8d",
814
+ "transactionIndex": 1,
815
+ "blockNumber": 953905,
816
+ "transactionHash": "0x52a985c74d3070a3b77fe751b046a04272da4c003752bf725536cecf11eff3a7",
817
+ "address": "0x72b65B2E699E3B5d664EF776C068236B6b8004d6",
818
818
  "topics": [
819
819
  "0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"
820
820
  ],
821
821
  "data": "0x0000000000000000000000000000000000000000000000000000000000000001",
822
822
  "logIndex": 2,
823
- "blockHash": "0x7b92832ff8cff3042c18f76ab3bea18e3968adb03d4ea4df038b5fee1b4b1b63"
823
+ "blockHash": "0x70799647c2f56fe385733edb05cb48cb46a250d78c92ac10d7bae0a31c4ffe9e"
824
824
  },
825
825
  {
826
- "transactionIndex": 0,
827
- "blockNumber": 920119,
828
- "transactionHash": "0xba0dedd5305424ca57306ed745ef8f9ab15640ad8a8299efa7c591640f93f1bf",
829
- "address": "0x12523de19dc41c91F7d2093E0CFbB76b17012C8d",
826
+ "transactionIndex": 1,
827
+ "blockNumber": 953905,
828
+ "transactionHash": "0x52a985c74d3070a3b77fe751b046a04272da4c003752bf725536cecf11eff3a7",
829
+ "address": "0x72b65B2E699E3B5d664EF776C068236B6b8004d6",
830
830
  "topics": [
831
831
  "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"
832
832
  ],
833
- "data": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000f49d162484290eaead7bb8c2c7e3a6f8f52e32d6",
833
+ "data": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000003cb9fec69ee19c3210964f3e2cd062de834bfa26",
834
834
  "logIndex": 3,
835
- "blockHash": "0x7b92832ff8cff3042c18f76ab3bea18e3968adb03d4ea4df038b5fee1b4b1b63"
835
+ "blockHash": "0x70799647c2f56fe385733edb05cb48cb46a250d78c92ac10d7bae0a31c4ffe9e"
836
836
  }
837
837
  ],
838
- "blockNumber": 920119,
839
- "cumulativeGasUsed": "738790",
838
+ "blockNumber": 953905,
839
+ "cumulativeGasUsed": "759802",
840
840
  "status": 1,
841
841
  "byzantium": true
842
842
  },
843
843
  "args": [
844
- "0xC1868e054425D378095A003EcbA3823a5D0135C9",
845
- "0xF49d162484290EAeAd7bb8C2c7E3a6f8f52e32d6",
844
+ "0x939Afd54A8547078dBEa02b683A7F1FDC929f853",
845
+ "0x3CB9fec69eE19c3210964f3e2CD062dE834Bfa26",
846
846
  "0xc4d66de8000000000000000000000000f5e8a439c599205c1ab06b535de46681aed1007a"
847
847
  ],
848
848
  "numDeployments": 1,
@@ -855,7 +855,7 @@
855
855
  "0xF5E8A439C599205C1aB06b535DE46681Aed1007a"
856
856
  ]
857
857
  },
858
- "implementation": "0xC1868e054425D378095A003EcbA3823a5D0135C9",
858
+ "implementation": "0x939Afd54A8547078dBEa02b683A7F1FDC929f853",
859
859
  "devdoc": {
860
860
  "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.",
861
861
  "kind": "dev",
@@ -1,5 +1,5 @@
1
1
  {
2
- "address": "0xF49d162484290EAeAd7bb8C2c7E3a6f8f52e32d6",
2
+ "address": "0x3CB9fec69eE19c3210964f3e2CD062dE834Bfa26",
3
3
  "abi": [
4
4
  {
5
5
  "inputs": [
@@ -172,22 +172,22 @@
172
172
  "type": "function"
173
173
  }
174
174
  ],
175
- "transactionHash": "0x17e848fdd44357100bc6ebb8dd905ed534e600cf67a3aa18ec9f38ed1a817a08",
175
+ "transactionHash": "0x8debcc4f2e2302de3ac14544525e23b703a2410d7979a908f78e4aac523a53b1",
176
176
  "receipt": {
177
177
  "to": null,
178
178
  "from": "0xc13b65f7c53Cd6db2EA205a4b574b4a0858720A6",
179
- "contractAddress": "0xF49d162484290EAeAd7bb8C2c7E3a6f8f52e32d6",
179
+ "contractAddress": "0x3CB9fec69eE19c3210964f3e2CD062dE834Bfa26",
180
180
  "transactionIndex": 0,
181
181
  "gasUsed": "579082",
182
- "logsBloom": "0x00000000000001000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000020000000000000400000000000000000000000000000001000000000000000000000000000000000000030000000800000000000800000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000",
183
- "blockHash": "0xdea71f1cddd3004d003c50af7fd50ee1650a47a0361cefa48f62453e990ec4f9",
184
- "transactionHash": "0x17e848fdd44357100bc6ebb8dd905ed534e600cf67a3aa18ec9f38ed1a817a08",
182
+ "logsBloom": "0x00000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000020000000000000400000000000000000000000000000001000000000000000000000000000000000000030000000000000000000800000000200000000000000002000000400000400000000000000000000004000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000800000000",
183
+ "blockHash": "0xbad2f2fc191226935437dee3676bb9524302523380c0b41b4281a543be8f8d6e",
184
+ "transactionHash": "0x8debcc4f2e2302de3ac14544525e23b703a2410d7979a908f78e4aac523a53b1",
185
185
  "logs": [
186
186
  {
187
187
  "transactionIndex": 0,
188
- "blockNumber": 920117,
189
- "transactionHash": "0x17e848fdd44357100bc6ebb8dd905ed534e600cf67a3aa18ec9f38ed1a817a08",
190
- "address": "0xF49d162484290EAeAd7bb8C2c7E3a6f8f52e32d6",
188
+ "blockNumber": 953903,
189
+ "transactionHash": "0x8debcc4f2e2302de3ac14544525e23b703a2410d7979a908f78e4aac523a53b1",
190
+ "address": "0x3CB9fec69eE19c3210964f3e2CD062dE834Bfa26",
191
191
  "topics": [
192
192
  "0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
193
193
  "0x0000000000000000000000000000000000000000000000000000000000000000",
@@ -195,30 +195,30 @@
195
195
  ],
196
196
  "data": "0x",
197
197
  "logIndex": 0,
198
- "blockHash": "0xdea71f1cddd3004d003c50af7fd50ee1650a47a0361cefa48f62453e990ec4f9"
198
+ "blockHash": "0xbad2f2fc191226935437dee3676bb9524302523380c0b41b4281a543be8f8d6e"
199
199
  },
200
200
  {
201
201
  "transactionIndex": 0,
202
- "blockNumber": 920117,
203
- "transactionHash": "0x17e848fdd44357100bc6ebb8dd905ed534e600cf67a3aa18ec9f38ed1a817a08",
204
- "address": "0xF49d162484290EAeAd7bb8C2c7E3a6f8f52e32d6",
202
+ "blockNumber": 953903,
203
+ "transactionHash": "0x8debcc4f2e2302de3ac14544525e23b703a2410d7979a908f78e4aac523a53b1",
204
+ "address": "0x3CB9fec69eE19c3210964f3e2CD062dE834Bfa26",
205
205
  "topics": [
206
206
  "0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
207
207
  "0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6",
208
- "0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6"
208
+ "0x00000000000000000000000082d16f76d2fb0c4b76a2cee509c8b349769ed230"
209
209
  ],
210
210
  "data": "0x",
211
211
  "logIndex": 1,
212
- "blockHash": "0xdea71f1cddd3004d003c50af7fd50ee1650a47a0361cefa48f62453e990ec4f9"
212
+ "blockHash": "0xbad2f2fc191226935437dee3676bb9524302523380c0b41b4281a543be8f8d6e"
213
213
  }
214
214
  ],
215
- "blockNumber": 920117,
215
+ "blockNumber": 953903,
216
216
  "cumulativeGasUsed": "579082",
217
217
  "status": 1,
218
218
  "byzantium": true
219
219
  },
220
220
  "args": [
221
- "0xc13b65f7c53Cd6db2EA205a4b574b4a0858720A6"
221
+ "0x82d16f76D2FB0c4B76A2CEe509C8b349769Ed230"
222
222
  ],
223
223
  "numDeployments": 1,
224
224
  "solcInputHash": "9a77f541806fd95ff35b8613e526dae5",
@@ -1,5 +1,5 @@
1
1
  {
2
- "address": "0xC1868e054425D378095A003EcbA3823a5D0135C9",
2
+ "address": "0x939Afd54A8547078dBEa02b683A7F1FDC929f853",
3
3
  "abi": [
4
4
  {
5
5
  "inputs": [
@@ -641,18 +641,18 @@
641
641
  "type": "function"
642
642
  }
643
643
  ],
644
- "transactionHash": "0x993f7ac064043735b81926c2ff7224dcef4ab005150dcf280a7e52931475ee24",
644
+ "transactionHash": "0x5806f8342a079138d8bc6e60c721b0890318998d4d299de200d6fb93fa130220",
645
645
  "receipt": {
646
646
  "to": null,
647
647
  "from": "0xc13b65f7c53Cd6db2EA205a4b574b4a0858720A6",
648
- "contractAddress": "0xC1868e054425D378095A003EcbA3823a5D0135C9",
648
+ "contractAddress": "0x939Afd54A8547078dBEa02b683A7F1FDC929f853",
649
649
  "transactionIndex": 0,
650
650
  "gasUsed": "1671217",
651
651
  "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
652
- "blockHash": "0xe549570d9a90dd699e78adc5b5fcd90d6a8f886dcc9b4d2447e34686d65da23c",
653
- "transactionHash": "0x993f7ac064043735b81926c2ff7224dcef4ab005150dcf280a7e52931475ee24",
652
+ "blockHash": "0x843e2dd8838ec82441bc965f7005b8c9b51b008f621713cf6f79a175ee8c2bcb",
653
+ "transactionHash": "0x5806f8342a079138d8bc6e60c721b0890318998d4d299de200d6fb93fa130220",
654
654
  "logs": [],
655
- "blockNumber": 920118,
655
+ "blockNumber": 953904,
656
656
  "cumulativeGasUsed": "1671217",
657
657
  "status": 1,
658
658
  "byzantium": true