@layerzerolabs/lz-evm-sdk-v2 2.3.9 → 2.3.10

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 (347) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/artifacts-tron/contracts/EndpointV2.sol/EndpointV2.json +2361 -0
  3. package/artifacts-tron/contracts/EndpointV2Alt.sol/EndpointV2Alt.json +2376 -0
  4. package/artifacts-tron/contracts/EndpointV2View.sol/EndpointV2View.json +209 -0
  5. package/artifacts-tron/contracts/EndpointV2ViewUpgradeable.sol/EndpointV2ViewUpgradeable.json +196 -0
  6. package/artifacts-tron/contracts/Executor.sol/Executor.json +1276 -0
  7. package/artifacts-tron/contracts/Executor.sol/ILayerZeroEndpointV2.json +230 -0
  8. package/artifacts-tron/contracts/ExecutorFeeLib.sol/ExecutorFeeLib.json +367 -0
  9. package/artifacts-tron/contracts/MessageLibBase.sol/MessageLibBase.json +16 -0
  10. package/artifacts-tron/contracts/MessageLibManager.sol/MessageLibManager.json +771 -0
  11. package/artifacts-tron/contracts/MessagingChannel.sol/MessagingChannel.json +426 -0
  12. package/artifacts-tron/contracts/MessagingComposer.sol/MessagingComposer.json +320 -0
  13. package/artifacts-tron/contracts/MessagingContext.sol/MessagingContext.json +42 -0
  14. package/artifacts-tron/contracts/PriceFeed.sol/PriceFeed.json +694 -0
  15. package/artifacts-tron/contracts/ReceiveLibBaseE2.sol/ReceiveLibBaseE2.json +154 -0
  16. package/artifacts-tron/contracts/SendLibBase.sol/SendLibBase.json +381 -0
  17. package/artifacts-tron/contracts/SendLibBaseE2.sol/SendLibBaseE2.json +819 -0
  18. package/artifacts-tron/contracts/Treasury.sol/Treasury.json +309 -0
  19. package/artifacts-tron/contracts/Worker.sol/Worker.json +579 -0
  20. package/artifacts-tron/contracts/decompressor/DVNDecoder.sol/DVNDecoder.json +10 -0
  21. package/artifacts-tron/contracts/decompressor/DVNDecompressor.sol/DVNDecompressor.json +329 -0
  22. package/artifacts-tron/contracts/decompressor/DecompressorExtension.sol/DecompressorExtension.json +92 -0
  23. package/artifacts-tron/contracts/decompressor/ExecutorDecoder.sol/ExecutorDecoder.json +10 -0
  24. package/artifacts-tron/contracts/decompressor/ExecutorDecompressor.sol/ExecutorDecompressor.json +220 -0
  25. package/artifacts-tron/contracts/interfaces/IExecutor.sol/IExecutor.json +439 -0
  26. package/artifacts-tron/contracts/interfaces/IExecutorFeeLib.sol/IExecutorFeeLib.json +241 -0
  27. package/artifacts-tron/contracts/interfaces/ILayerZeroComposer.sol/ILayerZeroComposer.json +44 -0
  28. package/artifacts-tron/contracts/interfaces/ILayerZeroEndpointV2.sol/ILayerZeroEndpointV2.json +1899 -0
  29. package/artifacts-tron/contracts/interfaces/ILayerZeroExecutor.sol/ILayerZeroExecutor.json +79 -0
  30. package/artifacts-tron/contracts/interfaces/ILayerZeroPriceFeed.sol/ILayerZeroPriceFeed.json +222 -0
  31. package/artifacts-tron/contracts/interfaces/ILayerZeroReceiver.sol/ILayerZeroReceiver.json +121 -0
  32. package/artifacts-tron/contracts/interfaces/ILayerZeroTreasury.sol/ILayerZeroTreasury.json +79 -0
  33. package/artifacts-tron/contracts/interfaces/IMessageLib.sol/IMessageLib.json +149 -0
  34. package/artifacts-tron/contracts/interfaces/IMessageLibManager.sol/IMessageLibManager.json +646 -0
  35. package/artifacts-tron/contracts/interfaces/IMessagingChannel.sol/IMessagingChannel.json +373 -0
  36. package/artifacts-tron/contracts/interfaces/IMessagingComposer.sol/IMessagingComposer.json +246 -0
  37. package/artifacts-tron/contracts/interfaces/IMessagingContext.sol/IMessagingContext.json +42 -0
  38. package/artifacts-tron/contracts/interfaces/ISendLib.sol/ISendLib.json +364 -0
  39. package/artifacts-tron/contracts/interfaces/IWorker.sol/IWorker.json +221 -0
  40. package/artifacts-tron/contracts/libs/AddressCast.sol/AddressCast.json +21 -0
  41. package/artifacts-tron/contracts/libs/CalldataBytesLib.sol/CalldataBytesLib.json +10 -0
  42. package/artifacts-tron/contracts/libs/Errors.sol/Errors.json +211 -0
  43. package/artifacts-tron/contracts/libs/GUID.sol/GUID.json +10 -0
  44. package/artifacts-tron/contracts/libs/SafeCall.sol/SafeCall.json +10 -0
  45. package/artifacts-tron/contracts/libs/Transfer.sol/Transfer.json +32 -0
  46. package/artifacts-tron/contracts/messagelib/BlockedMessageLib.sol/BlockedMessageLib.json +94 -0
  47. package/artifacts-tron/contracts/messagelib/SimpleMessageLib.sol/SimpleMessageLib.json +591 -0
  48. package/artifacts-tron/contracts/messagelib/libs/BitMaps.sol/BitMaps.json +10 -0
  49. package/artifacts-tron/contracts/messagelib/libs/ExecutorOptions.sol/ExecutorOptions.json +26 -0
  50. package/artifacts-tron/contracts/messagelib/libs/PacketV1Codec.sol/PacketV1Codec.json +10 -0
  51. package/artifacts-tron/contracts/oapp/OApp.sol/OApp.json +383 -0
  52. package/artifacts-tron/contracts/oapp/OAppCore.sol/OAppCore.json +200 -0
  53. package/artifacts-tron/contracts/oapp/OAppReceiver.sol/OAppReceiver.json +367 -0
  54. package/artifacts-tron/contracts/oapp/OAppSender.sol/OAppSender.json +216 -0
  55. package/artifacts-tron/contracts/oapp/examples/OmniCounter.sol/OmniCounter.json +925 -0
  56. package/artifacts-tron/contracts/oapp/examples/OmniCounterAbstract.sol/MsgCodec.json +10 -0
  57. package/artifacts-tron/contracts/oapp/examples/OmniCounterAbstract.sol/OmniCounterAbstract.json +909 -0
  58. package/artifacts-tron/contracts/oapp/examples/OmniCounterPreCrime.sol/OmniCounterPreCrime.json +368 -0
  59. package/artifacts-tron/contracts/oapp/interfaces/IOAppComposer.sol/IOAppComposer.json +44 -0
  60. package/artifacts-tron/contracts/oapp/interfaces/IOAppCore.sol/IOAppCore.json +148 -0
  61. package/artifacts-tron/contracts/oapp/interfaces/IOAppMsgInspector.sol/IOAppMsgInspector.json +51 -0
  62. package/artifacts-tron/contracts/oapp/interfaces/IOAppOptionsType3.sol/IOAppOptionsType3.json +111 -0
  63. package/artifacts-tron/contracts/oapp/interfaces/IOAppReceiver.sol/IOAppReceiver.json +167 -0
  64. package/artifacts-tron/contracts/oapp/libs/OAppOptionsType3.sol/OAppOptionsType3.json +187 -0
  65. package/artifacts-tron/contracts/oapp/libs/OptionsBuilder.sol/OptionsBuilder.json +38 -0
  66. package/artifacts-tron/contracts/oapp/utils/RateLimiter.sol/RateLimiter.json +104 -0
  67. package/artifacts-tron/contracts/oft/OFT.sol/OFT.json +1514 -0
  68. package/artifacts-tron/contracts/oft/OFTAdapter.sol/OFTAdapter.json +1244 -0
  69. package/artifacts-tron/contracts/oft/OFTCore.sol/OFTCore.json +1244 -0
  70. package/artifacts-tron/contracts/oft/interfaces/IOFT.sol/IOFT.json +456 -0
  71. package/artifacts-tron/contracts/oft/libs/OFTComposeMsgCodec.sol/OFTComposeMsgCodec.json +10 -0
  72. package/artifacts-tron/contracts/oft/libs/OFTMsgCodec.sol/OFTMsgCodec.json +10 -0
  73. package/artifacts-tron/contracts/precrime/OAppPreCrimeSimulator.sol/OAppPreCrimeSimulator.json +277 -0
  74. package/artifacts-tron/contracts/precrime/PreCrime.sol/PreCrime.json +352 -0
  75. package/artifacts-tron/contracts/precrime/extensions/PreCrimeE1.sol/PreCrimeE1.json +352 -0
  76. package/artifacts-tron/contracts/precrime/interfaces/IOAppPreCrimeSimulator.sol/IOAppPreCrimeSimulator.json +175 -0
  77. package/artifacts-tron/contracts/precrime/interfaces/IPreCrime.sol/IPreCrime.json +188 -0
  78. package/artifacts-tron/contracts/precrime/libs/Packet.sol/PacketDecoder.json +10 -0
  79. package/artifacts-tron/contracts/proxy/TransparentUpgradeableProxy.sol/TransparentUpgradeableProxy.json +160 -0
  80. package/artifacts-tron/contracts/uln/LzExecutor.sol/IReceiveUlnView.json +35 -0
  81. package/artifacts-tron/contracts/uln/LzExecutor.sol/LzExecutor.json +515 -0
  82. package/artifacts-tron/contracts/uln/ReceiveUlnBase.sol/ReceiveUlnBase.json +551 -0
  83. package/artifacts-tron/contracts/uln/SendUlnBase.sol/SendUlnBase.json +412 -0
  84. package/artifacts-tron/contracts/uln/UlnBase.sol/UlnBase.json +387 -0
  85. package/artifacts-tron/contracts/uln/dvn/DVN.sol/DVN.json +1370 -0
  86. package/artifacts-tron/contracts/uln/dvn/DVNFeeLib.sol/DVNFeeLib.json +311 -0
  87. package/artifacts-tron/contracts/uln/dvn/MultiSig.sol/MultiSig.json +164 -0
  88. package/artifacts-tron/contracts/uln/dvn/adapters/CCIP/CCIPDVNAdapter.sol/CCIPDVNAdapter.json +1040 -0
  89. package/artifacts-tron/contracts/uln/dvn/adapters/CCIP/CCIPDVNAdapterFeeLib.sol/CCIPDVNAdapterFeeLib.json +417 -0
  90. package/artifacts-tron/contracts/uln/dvn/adapters/DVNAdapterBase.sol/DVNAdapterBase.json +789 -0
  91. package/artifacts-tron/contracts/uln/dvn/adapters/DVNAdapterBase.sol/IReceiveUln.json +34 -0
  92. package/artifacts-tron/contracts/uln/dvn/adapters/DVNAdapterBase.sol/ISendLibBase.json +30 -0
  93. package/artifacts-tron/contracts/uln/dvn/adapters/arbitrum/ArbitrumDVNAdapterL1.sol/ArbitrumDVNAdapterL1.json +936 -0
  94. package/artifacts-tron/contracts/uln/dvn/adapters/arbitrum/ArbitrumDVNAdapterL2.sol/ArbitrumDVNAdapterL2.json +868 -0
  95. package/artifacts-tron/contracts/uln/dvn/adapters/axelar/AxelarDVNAdapter.sol/AxelarDVNAdapter.json +1171 -0
  96. package/artifacts-tron/contracts/uln/dvn/adapters/axelar/AxelarDVNAdapter.sol/ISendLibBase.json +30 -0
  97. package/artifacts-tron/contracts/uln/dvn/adapters/axelar/AxelarDVNAdapterFeeLib.sol/AxelarDVNAdapterFeeLib.json +574 -0
  98. package/artifacts-tron/contracts/uln/dvn/adapters/libs/DVNAdapterMessageCodec.sol/DVNAdapterMessageCodec.json +16 -0
  99. package/artifacts-tron/contracts/uln/dvn/adapters/optimism/OptimismDVNAdapterL1.sol/OptimismDVNAdapterL1.json +924 -0
  100. package/artifacts-tron/contracts/uln/dvn/adapters/optimism/OptimismDVNAdapterL2.sol/OptimismDVNAdapterL2.json +891 -0
  101. package/artifacts-tron/contracts/uln/interfaces/IDVN.sol/IDVN.json +370 -0
  102. package/artifacts-tron/contracts/uln/interfaces/IDVNFeeLib.sol/IDVNFeeLib.json +189 -0
  103. package/artifacts-tron/contracts/uln/interfaces/ILayerZeroDVN.sol/ILayerZeroDVN.json +96 -0
  104. package/artifacts-tron/contracts/uln/interfaces/IReceiveUlnE2.sol/IReceiveUlnE2.json +52 -0
  105. package/artifacts-tron/contracts/uln/interfaces/adapters/IAxelarDVNAdapter.sol/IAxelarDVNAdapter.json +160 -0
  106. package/artifacts-tron/contracts/uln/interfaces/adapters/IAxelarDVNAdapterFeeLib.sol/IAxelarDVNAdapterFeeLib.json +293 -0
  107. package/artifacts-tron/contracts/uln/interfaces/adapters/ICCIPDVNAdapter.sol/ICCIPDVNAdapter.json +78 -0
  108. package/artifacts-tron/contracts/uln/interfaces/adapters/ICCIPDVNAdapterFeeLib.sol/ICCIPDVNAdapterFeeLib.json +301 -0
  109. package/artifacts-tron/contracts/uln/libs/DVNOptions.sol/DVNOptions.json +27 -0
  110. package/artifacts-tron/contracts/uln/libs/UlnOptions.sol/UlnOptions.json +54 -0
  111. package/artifacts-tron/contracts/uln/uln301/AddressSizeConfig.sol/AddressSizeConfig.json +129 -0
  112. package/artifacts-tron/contracts/uln/uln301/ReceiveLibBaseE1.sol/ILayerZeroReceiveLibrary.json +68 -0
  113. package/artifacts-tron/contracts/uln/uln301/ReceiveLibBaseE1.sol/ReceiveLibBaseE1.json +416 -0
  114. package/artifacts-tron/contracts/uln/uln301/ReceiveUln301.sol/ReceiveUln301.json +1000 -0
  115. package/artifacts-tron/contracts/uln/uln301/ReceiveUln301View.sol/IReceiveUln301.json +178 -0
  116. package/artifacts-tron/contracts/uln/uln301/ReceiveUln301View.sol/ReceiveUln301View.json +126 -0
  117. package/artifacts-tron/contracts/uln/uln301/SendLibBaseE1.sol/SendLibBaseE1.json +804 -0
  118. package/artifacts-tron/contracts/uln/uln301/SendUln301.sol/SendUln301.json +1278 -0
  119. package/artifacts-tron/contracts/uln/uln301/TreasuryFeeHandler.sol/TreasuryFeeHandler.json +94 -0
  120. package/artifacts-tron/contracts/uln/uln301/interfaces/IMessageLibE1.sol/IMessageLibE1.json +247 -0
  121. package/artifacts-tron/contracts/uln/uln301/interfaces/INonceContract.sol/INonceContract.json +40 -0
  122. package/artifacts-tron/contracts/uln/uln301/interfaces/ITreasuryFeeHandler.sol/ITreasuryFeeHandler.json +44 -0
  123. package/artifacts-tron/contracts/uln/uln301/interfaces/IUltraLightNode301.sol/IUltraLightNode301.json +29 -0
  124. package/artifacts-tron/contracts/uln/uln301/mocks/NonceContractMock.sol/NonceContractMock.json +93 -0
  125. package/artifacts-tron/contracts/uln/uln302/ReceiveUln302.sol/ReceiveUln302.json +757 -0
  126. package/artifacts-tron/contracts/uln/uln302/ReceiveUln302View.sol/IReceiveUln302.json +146 -0
  127. package/artifacts-tron/contracts/uln/uln302/ReceiveUln302View.sol/ReceiveUln302View.json +251 -0
  128. package/artifacts-tron/contracts/uln/uln302/SendUln302.sol/SendUln302.json +1259 -0
  129. package/artifacts-tron/contracts/upgradeable/WorkerUpgradeable.sol/WorkerUpgradeable.json +592 -0
  130. package/artifacts-tron/contracts/upgradeable/proxy/ProxyAdmin.sol/ProxyAdmin.json +181 -0
  131. package/artifacts-tron/contracts/upgradeable/proxy/TransparentUpgradeableProxy.sol/TransparentUpgradeableProxy.json +160 -0
  132. package/artifacts-zk/contracts/EndpointV2.sol/EndpointV2.json +2364 -0
  133. package/artifacts-zk/contracts/EndpointV2Alt.sol/EndpointV2Alt.json +2379 -0
  134. package/artifacts-zk/contracts/EndpointV2View.sol/EndpointV2View.json +210 -0
  135. package/artifacts-zk/contracts/EndpointV2ViewUpgradeable.sol/EndpointV2ViewUpgradeable.json +197 -0
  136. package/artifacts-zk/contracts/Executor.sol/Executor.json +1157 -0
  137. package/artifacts-zk/contracts/ExecutorFeeLib.sol/ExecutorFeeLib.json +353 -0
  138. package/artifacts-zk/contracts/MessageLibBase.sol/MessageLibBase.json +17 -0
  139. package/artifacts-zk/contracts/MessageLibManager.sol/MessageLibManager.json +772 -0
  140. package/artifacts-zk/contracts/MessagingChannel.sol/MessagingChannel.json +427 -0
  141. package/artifacts-zk/contracts/MessagingComposer.sol/MessagingComposer.json +321 -0
  142. package/artifacts-zk/contracts/MessagingContext.sol/MessagingContext.json +43 -0
  143. package/artifacts-zk/contracts/PriceFeed.sol/PriceFeed.json +651 -0
  144. package/artifacts-zk/contracts/ReceiveLibBaseE2.sol/ReceiveLibBaseE2.json +155 -0
  145. package/artifacts-zk/contracts/SendLibBase.sol/SendLibBase.json +382 -0
  146. package/artifacts-zk/contracts/SendLibBaseE2.sol/SendLibBaseE2.json +820 -0
  147. package/artifacts-zk/contracts/Treasury.sol/Treasury.json +310 -0
  148. package/artifacts-zk/contracts/Worker.sol/Worker.json +580 -0
  149. package/artifacts-zk/contracts/interfaces/IExecutor.sol/IExecutor.json +430 -0
  150. package/artifacts-zk/contracts/interfaces/IExecutorFeeLib.sol/IExecutorFeeLib.json +227 -0
  151. package/artifacts-zk/contracts/interfaces/ILayerZeroComposer.sol/ILayerZeroComposer.json +45 -0
  152. package/artifacts-zk/contracts/interfaces/ILayerZeroEndpointV2.sol/ILayerZeroEndpointV2.json +1900 -0
  153. package/artifacts-zk/contracts/interfaces/ILayerZeroExecutor.sol/ILayerZeroExecutor.json +80 -0
  154. package/artifacts-zk/contracts/interfaces/ILayerZeroPriceFeed.sol/ILayerZeroPriceFeed.json +223 -0
  155. package/artifacts-zk/contracts/interfaces/ILayerZeroReceiver.sol/ILayerZeroReceiver.json +122 -0
  156. package/artifacts-zk/contracts/interfaces/ILayerZeroTreasury.sol/ILayerZeroTreasury.json +80 -0
  157. package/artifacts-zk/contracts/interfaces/IMessageLib.sol/IMessageLib.json +150 -0
  158. package/artifacts-zk/contracts/interfaces/IMessageLibManager.sol/IMessageLibManager.json +647 -0
  159. package/artifacts-zk/contracts/interfaces/IMessagingChannel.sol/IMessagingChannel.json +374 -0
  160. package/artifacts-zk/contracts/interfaces/IMessagingComposer.sol/IMessagingComposer.json +247 -0
  161. package/artifacts-zk/contracts/interfaces/IMessagingContext.sol/IMessagingContext.json +43 -0
  162. package/artifacts-zk/contracts/interfaces/ISendLib.sol/ISendLib.json +365 -0
  163. package/artifacts-zk/contracts/interfaces/IWorker.sol/IWorker.json +222 -0
  164. package/artifacts-zk/contracts/libs/AddressCast.sol/AddressCast.json +22 -0
  165. package/artifacts-zk/contracts/libs/CalldataBytesLib.sol/CalldataBytesLib.json +11 -0
  166. package/artifacts-zk/contracts/libs/Errors.sol/Errors.json +212 -0
  167. package/artifacts-zk/contracts/libs/GUID.sol/GUID.json +11 -0
  168. package/artifacts-zk/contracts/libs/SafeCall.sol/SafeCall.json +11 -0
  169. package/artifacts-zk/contracts/libs/Transfer.sol/Transfer.json +33 -0
  170. package/artifacts-zk/contracts/messagelib/BlockedMessageLib.sol/BlockedMessageLib.json +95 -0
  171. package/artifacts-zk/contracts/messagelib/SimpleMessageLib.sol/SimpleMessageLib.json +592 -0
  172. package/artifacts-zk/contracts/messagelib/libs/BitMaps.sol/BitMaps.json +11 -0
  173. package/artifacts-zk/contracts/messagelib/libs/ExecutorOptions.sol/ExecutorOptions.json +27 -0
  174. package/artifacts-zk/contracts/messagelib/libs/PacketV1Codec.sol/PacketV1Codec.json +11 -0
  175. package/artifacts-zk/contracts/proxy/TransparentUpgradeableProxy.sol/TransparentUpgradeableProxy.json +161 -0
  176. package/artifacts-zk/contracts/uln/LzExecutor.sol/IReceiveUlnView.json +36 -0
  177. package/artifacts-zk/contracts/uln/LzExecutor.sol/LzExecutor.json +516 -0
  178. package/artifacts-zk/contracts/uln/ReceiveUlnBase.sol/ReceiveUlnBase.json +552 -0
  179. package/artifacts-zk/contracts/uln/SendUlnBase.sol/SendUlnBase.json +413 -0
  180. package/artifacts-zk/contracts/uln/UlnBase.sol/UlnBase.json +388 -0
  181. package/artifacts-zk/contracts/uln/dvn/DVN.sol/DVN.json +1371 -0
  182. package/artifacts-zk/contracts/uln/dvn/DVNFeeLib.sol/DVNFeeLib.json +312 -0
  183. package/artifacts-zk/contracts/uln/dvn/MultiSig.sol/MultiSig.json +165 -0
  184. package/artifacts-zk/contracts/uln/dvn/adapters/CCIP/CCIPDVNAdapter.sol/CCIPDVNAdapter.json +1062 -0
  185. package/artifacts-zk/contracts/uln/dvn/adapters/CCIP/CCIPDVNAdapterFeeLib.sol/CCIPDVNAdapterFeeLib.json +418 -0
  186. package/artifacts-zk/contracts/uln/dvn/adapters/DVNAdapterBase.sol/DVNAdapterBase.json +790 -0
  187. package/artifacts-zk/contracts/uln/dvn/adapters/DVNAdapterBase.sol/IReceiveUln.json +35 -0
  188. package/artifacts-zk/contracts/uln/dvn/adapters/DVNAdapterBase.sol/ISendLibBase.json +31 -0
  189. package/artifacts-zk/contracts/uln/dvn/adapters/arbitrum/ArbitrumDVNAdapterL1.sol/ArbitrumDVNAdapterL1.json +937 -0
  190. package/artifacts-zk/contracts/uln/dvn/adapters/arbitrum/ArbitrumDVNAdapterL2.sol/ArbitrumDVNAdapterL2.json +869 -0
  191. package/artifacts-zk/contracts/uln/dvn/adapters/axelar/AxelarDVNAdapter.sol/AxelarDVNAdapter.json +1167 -0
  192. package/artifacts-zk/contracts/uln/dvn/adapters/axelar/AxelarDVNAdapter.sol/ISendLibBase.json +31 -0
  193. package/artifacts-zk/contracts/uln/dvn/adapters/axelar/AxelarDVNAdapterFeeLib.sol/AxelarDVNAdapterFeeLib.json +575 -0
  194. package/artifacts-zk/contracts/uln/dvn/adapters/libs/DVNAdapterMessageCodec.sol/DVNAdapterMessageCodec.json +17 -0
  195. package/artifacts-zk/contracts/uln/dvn/adapters/optimism/OptimismDVNAdapterL1.sol/OptimismDVNAdapterL1.json +925 -0
  196. package/artifacts-zk/contracts/uln/dvn/adapters/optimism/OptimismDVNAdapterL2.sol/OptimismDVNAdapterL2.json +892 -0
  197. package/artifacts-zk/contracts/uln/interfaces/IDVN.sol/IDVN.json +371 -0
  198. package/artifacts-zk/contracts/uln/interfaces/IDVNFeeLib.sol/IDVNFeeLib.json +190 -0
  199. package/artifacts-zk/contracts/uln/interfaces/ILayerZeroDVN.sol/ILayerZeroDVN.json +97 -0
  200. package/artifacts-zk/contracts/uln/interfaces/IReceiveUlnE2.sol/IReceiveUlnE2.json +53 -0
  201. package/artifacts-zk/contracts/uln/interfaces/adapters/IAxelarDVNAdapter.sol/IAxelarDVNAdapter.json +161 -0
  202. package/artifacts-zk/contracts/uln/interfaces/adapters/IAxelarDVNAdapterFeeLib.sol/IAxelarDVNAdapterFeeLib.json +294 -0
  203. package/artifacts-zk/contracts/uln/interfaces/adapters/ICCIPDVNAdapter.sol/ICCIPDVNAdapter.json +92 -0
  204. package/artifacts-zk/contracts/uln/interfaces/adapters/ICCIPDVNAdapterFeeLib.sol/ICCIPDVNAdapterFeeLib.json +302 -0
  205. package/artifacts-zk/contracts/uln/libs/DVNOptions.sol/DVNOptions.json +28 -0
  206. package/artifacts-zk/contracts/uln/libs/UlnOptions.sol/UlnOptions.json +55 -0
  207. package/artifacts-zk/contracts/uln/uln301/AddressSizeConfig.sol/AddressSizeConfig.json +130 -0
  208. package/artifacts-zk/contracts/uln/uln301/ReceiveLibBaseE1.sol/ILayerZeroReceiveLibrary.json +69 -0
  209. package/artifacts-zk/contracts/uln/uln301/ReceiveLibBaseE1.sol/ReceiveLibBaseE1.json +417 -0
  210. package/artifacts-zk/contracts/uln/uln301/ReceiveUln301.sol/ReceiveUln301.json +1001 -0
  211. package/artifacts-zk/contracts/uln/uln301/ReceiveUln301View.sol/IReceiveUln301.json +179 -0
  212. package/artifacts-zk/contracts/uln/uln301/ReceiveUln301View.sol/ReceiveUln301View.json +127 -0
  213. package/artifacts-zk/contracts/uln/uln301/SendLibBaseE1.sol/SendLibBaseE1.json +805 -0
  214. package/artifacts-zk/contracts/uln/uln301/SendUln301.sol/SendUln301.json +1279 -0
  215. package/artifacts-zk/contracts/uln/uln301/TreasuryFeeHandler.sol/TreasuryFeeHandler.json +95 -0
  216. package/artifacts-zk/contracts/uln/uln301/interfaces/IMessageLibE1.sol/IMessageLibE1.json +248 -0
  217. package/artifacts-zk/contracts/uln/uln301/interfaces/INonceContract.sol/INonceContract.json +41 -0
  218. package/artifacts-zk/contracts/uln/uln301/interfaces/ITreasuryFeeHandler.sol/ITreasuryFeeHandler.json +45 -0
  219. package/artifacts-zk/contracts/uln/uln301/interfaces/IUltraLightNode301.sol/IUltraLightNode301.json +30 -0
  220. package/artifacts-zk/contracts/uln/uln301/mocks/NonceContractMock.sol/NonceContractMock.json +94 -0
  221. package/artifacts-zk/contracts/uln/uln302/ReceiveUln302.sol/ReceiveUln302.json +758 -0
  222. package/artifacts-zk/contracts/uln/uln302/ReceiveUln302View.sol/IReceiveUln302.json +147 -0
  223. package/artifacts-zk/contracts/uln/uln302/ReceiveUln302View.sol/ReceiveUln302View.json +252 -0
  224. package/artifacts-zk/contracts/uln/uln302/SendUln302.sol/SendUln302.json +1260 -0
  225. package/artifacts-zk/contracts/upgradeable/WorkerUpgradeable.sol/WorkerUpgradeable.json +593 -0
  226. package/artifacts-zk/contracts/upgradeable/proxy/ProxyAdmin.sol/ProxyAdmin.json +182 -0
  227. package/artifacts-zk/contracts/upgradeable/proxy/TransparentUpgradeableProxy.sol/TransparentUpgradeableProxy.json +161 -0
  228. package/deployments/arbitrum-sandbox-local/DVN.json +3 -3
  229. package/deployments/arbitrum-sandbox-local/DVNDecompressor.json +2 -2
  230. package/deployments/arbitrum-sandbox-local/DVNFeeLib.json +2 -2
  231. package/deployments/arbitrum-sandbox-local/PriceFeed.json +5 -5
  232. package/deployments/arbitrum-sandbox-local/PriceFeedProxyAdmin.json +3 -3
  233. package/deployments/arbitrum-sandbox-local/PriceFeed_Implementation.json +1 -1
  234. package/deployments/arbitrum-sandbox-local/PriceFeed_Proxy.json +5 -5
  235. package/deployments/bsc-sandbox-local/DVN.json +16 -16
  236. package/deployments/bsc-sandbox-local/DVNDecompressor.json +7 -7
  237. package/deployments/bsc-sandbox-local/DVNFeeLib.json +7 -7
  238. package/deployments/bsc-sandbox-local/DefaultProxyAdmin.json +7 -7
  239. package/deployments/bsc-sandbox-local/EndpointV2.json +13 -13
  240. package/deployments/bsc-sandbox-local/EndpointV2View.json +13 -13
  241. package/deployments/bsc-sandbox-local/EndpointV2View_Implementation.json +4 -4
  242. package/deployments/bsc-sandbox-local/EndpointV2View_Proxy.json +13 -13
  243. package/deployments/bsc-sandbox-local/Executor.json +43 -43
  244. package/deployments/bsc-sandbox-local/ExecutorDecompressor.json +7 -7
  245. package/deployments/bsc-sandbox-local/ExecutorFeeLib.json +7 -7
  246. package/deployments/bsc-sandbox-local/ExecutorProxyAdmin.json +10 -10
  247. package/deployments/bsc-sandbox-local/Executor_Implementation.json +4 -4
  248. package/deployments/bsc-sandbox-local/Executor_Proxy.json +43 -43
  249. package/deployments/bsc-sandbox-local/LzExecutor.json +16 -16
  250. package/deployments/bsc-sandbox-local/LzExecutor_Implementation.json +4 -4
  251. package/deployments/bsc-sandbox-local/LzExecutor_Proxy.json +16 -16
  252. package/deployments/bsc-sandbox-local/NonceContractMock.json +4 -4
  253. package/deployments/bsc-sandbox-local/PriceFeed.json +16 -16
  254. package/deployments/bsc-sandbox-local/PriceFeedProxyAdmin.json +10 -10
  255. package/deployments/bsc-sandbox-local/PriceFeed_Implementation.json +4 -4
  256. package/deployments/bsc-sandbox-local/PriceFeed_Proxy.json +16 -16
  257. package/deployments/bsc-sandbox-local/ReceiveUln301.json +7 -7
  258. package/deployments/bsc-sandbox-local/ReceiveUln301View.json +13 -13
  259. package/deployments/bsc-sandbox-local/ReceiveUln301View_Implementation.json +4 -4
  260. package/deployments/bsc-sandbox-local/ReceiveUln301View_Proxy.json +13 -13
  261. package/deployments/bsc-sandbox-local/ReceiveUln302.json +7 -7
  262. package/deployments/bsc-sandbox-local/ReceiveUln302View.json +13 -13
  263. package/deployments/bsc-sandbox-local/ReceiveUln302View_Implementation.json +4 -4
  264. package/deployments/bsc-sandbox-local/ReceiveUln302View_Proxy.json +13 -13
  265. package/deployments/bsc-sandbox-local/SendUln301.json +7 -7
  266. package/deployments/bsc-sandbox-local/SendUln302.json +7 -7
  267. package/deployments/bsc-sandbox-local/SimpleMessageLib.json +7 -7
  268. package/deployments/bsc-sandbox-local/Treasury.json +7 -7
  269. package/deployments/bsc-sandbox-local/TreasuryFeeHandler.json +4 -4
  270. package/deployments/ethereum-sandbox-local/DVN.json +5 -5
  271. package/deployments/ethereum-sandbox-local/DVNDecompressor.json +2 -2
  272. package/deployments/ethereum-sandbox-local/DVNFeeLib.json +2 -2
  273. package/deployments/ethereum-sandbox-local/DefaultProxyAdmin.json +2 -2
  274. package/deployments/ethereum-sandbox-local/EndpointV2.json +4 -4
  275. package/deployments/ethereum-sandbox-local/EndpointV2View.json +4 -4
  276. package/deployments/ethereum-sandbox-local/EndpointV2View_Implementation.json +1 -1
  277. package/deployments/ethereum-sandbox-local/EndpointV2View_Proxy.json +4 -4
  278. package/deployments/ethereum-sandbox-local/Executor.json +14 -14
  279. package/deployments/ethereum-sandbox-local/ExecutorDecompressor.json +2 -2
  280. package/deployments/ethereum-sandbox-local/ExecutorFeeLib.json +2 -2
  281. package/deployments/ethereum-sandbox-local/ExecutorProxyAdmin.json +3 -3
  282. package/deployments/ethereum-sandbox-local/Executor_Implementation.json +1 -1
  283. package/deployments/ethereum-sandbox-local/Executor_Proxy.json +14 -14
  284. package/deployments/ethereum-sandbox-local/LzExecutor.json +5 -5
  285. package/deployments/ethereum-sandbox-local/LzExecutor_Implementation.json +1 -1
  286. package/deployments/ethereum-sandbox-local/LzExecutor_Proxy.json +5 -5
  287. package/deployments/ethereum-sandbox-local/NonceContractMock.json +1 -1
  288. package/deployments/ethereum-sandbox-local/PriceFeed.json +5 -5
  289. package/deployments/ethereum-sandbox-local/PriceFeedProxyAdmin.json +3 -3
  290. package/deployments/ethereum-sandbox-local/PriceFeed_Implementation.json +1 -1
  291. package/deployments/ethereum-sandbox-local/PriceFeed_Proxy.json +5 -5
  292. package/deployments/ethereum-sandbox-local/ReceiveUln301.json +2 -2
  293. package/deployments/ethereum-sandbox-local/ReceiveUln301View.json +4 -4
  294. package/deployments/ethereum-sandbox-local/ReceiveUln301View_Implementation.json +1 -1
  295. package/deployments/ethereum-sandbox-local/ReceiveUln301View_Proxy.json +4 -4
  296. package/deployments/ethereum-sandbox-local/ReceiveUln302.json +2 -2
  297. package/deployments/ethereum-sandbox-local/ReceiveUln302View.json +4 -4
  298. package/deployments/ethereum-sandbox-local/ReceiveUln302View_Implementation.json +1 -1
  299. package/deployments/ethereum-sandbox-local/ReceiveUln302View_Proxy.json +4 -4
  300. package/deployments/ethereum-sandbox-local/SendUln301.json +2 -2
  301. package/deployments/ethereum-sandbox-local/SendUln302.json +2 -2
  302. package/deployments/ethereum-sandbox-local/SimpleMessageLib.json +2 -2
  303. package/deployments/ethereum-sandbox-local/Treasury.json +2 -2
  304. package/deployments/ethereum-sandbox-local/TreasuryFeeHandler.json +1 -1
  305. package/deployments/polygon-sandbox-local/DVN.json +16 -16
  306. package/deployments/polygon-sandbox-local/DVNDecompressor.json +7 -7
  307. package/deployments/polygon-sandbox-local/DVNFeeLib.json +7 -7
  308. package/deployments/polygon-sandbox-local/DefaultProxyAdmin.json +7 -7
  309. package/deployments/polygon-sandbox-local/EndpointV2.json +13 -13
  310. package/deployments/polygon-sandbox-local/EndpointV2View.json +13 -13
  311. package/deployments/polygon-sandbox-local/EndpointV2View_Implementation.json +4 -4
  312. package/deployments/polygon-sandbox-local/EndpointV2View_Proxy.json +13 -13
  313. package/deployments/polygon-sandbox-local/Executor.json +43 -43
  314. package/deployments/polygon-sandbox-local/ExecutorDecompressor.json +7 -7
  315. package/deployments/polygon-sandbox-local/ExecutorFeeLib.json +7 -7
  316. package/deployments/polygon-sandbox-local/ExecutorProxyAdmin.json +10 -10
  317. package/deployments/polygon-sandbox-local/Executor_Implementation.json +4 -4
  318. package/deployments/polygon-sandbox-local/Executor_Proxy.json +43 -43
  319. package/deployments/polygon-sandbox-local/LzExecutor.json +16 -16
  320. package/deployments/polygon-sandbox-local/LzExecutor_Implementation.json +4 -4
  321. package/deployments/polygon-sandbox-local/LzExecutor_Proxy.json +16 -16
  322. package/deployments/polygon-sandbox-local/NonceContractMock.json +4 -4
  323. package/deployments/polygon-sandbox-local/PriceFeed.json +16 -16
  324. package/deployments/polygon-sandbox-local/PriceFeedProxyAdmin.json +10 -10
  325. package/deployments/polygon-sandbox-local/PriceFeed_Implementation.json +4 -4
  326. package/deployments/polygon-sandbox-local/PriceFeed_Proxy.json +16 -16
  327. package/deployments/polygon-sandbox-local/ReceiveUln301.json +7 -7
  328. package/deployments/polygon-sandbox-local/ReceiveUln301View.json +13 -13
  329. package/deployments/polygon-sandbox-local/ReceiveUln301View_Implementation.json +4 -4
  330. package/deployments/polygon-sandbox-local/ReceiveUln301View_Proxy.json +13 -13
  331. package/deployments/polygon-sandbox-local/ReceiveUln302.json +7 -7
  332. package/deployments/polygon-sandbox-local/ReceiveUln302View.json +13 -13
  333. package/deployments/polygon-sandbox-local/ReceiveUln302View_Implementation.json +4 -4
  334. package/deployments/polygon-sandbox-local/ReceiveUln302View_Proxy.json +13 -13
  335. package/deployments/polygon-sandbox-local/SendUln301.json +7 -7
  336. package/deployments/polygon-sandbox-local/SendUln302.json +7 -7
  337. package/deployments/polygon-sandbox-local/SimpleMessageLib.json +7 -7
  338. package/deployments/polygon-sandbox-local/Treasury.json +7 -7
  339. package/deployments/polygon-sandbox-local/TreasuryFeeHandler.json +4 -4
  340. package/deployments/tron-sandbox-local/DVN.json +17 -17
  341. package/deployments/tron-sandbox-local/DVNDecompressor.json +12 -12
  342. package/deployments/tron-sandbox-local/DVNFeeLib.json +10 -10
  343. package/deployments/tron-sandbox-local/PriceFeed.json +27 -27
  344. package/deployments/tron-sandbox-local/PriceFeedProxyAdmin.json +14 -14
  345. package/deployments/tron-sandbox-local/PriceFeed_Implementation.json +6 -6
  346. package/deployments/tron-sandbox-local/PriceFeed_Proxy.json +26 -26
  347. package/package.json +11 -9
@@ -0,0 +1,368 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "OmniCounterPreCrime",
4
+ "sourceName": "contracts/oapp/examples/OmniCounterPreCrime.sol",
5
+ "abi": [
6
+ {
7
+ "inputs": [
8
+ {
9
+ "internalType": "address",
10
+ "name": "_endpoint",
11
+ "type": "address"
12
+ },
13
+ {
14
+ "internalType": "address",
15
+ "name": "_counter",
16
+ "type": "address"
17
+ }
18
+ ],
19
+ "stateMutability": "nonpayable",
20
+ "type": "constructor"
21
+ },
22
+ {
23
+ "inputs": [
24
+ {
25
+ "internalType": "bytes",
26
+ "name": "crime",
27
+ "type": "bytes"
28
+ }
29
+ ],
30
+ "name": "CrimeFound",
31
+ "type": "error"
32
+ },
33
+ {
34
+ "inputs": [
35
+ {
36
+ "internalType": "uint32",
37
+ "name": "eid",
38
+ "type": "uint32"
39
+ },
40
+ {
41
+ "internalType": "bytes",
42
+ "name": "reason",
43
+ "type": "bytes"
44
+ }
45
+ ],
46
+ "name": "InvalidSimulationResult",
47
+ "type": "error"
48
+ },
49
+ {
50
+ "inputs": [],
51
+ "name": "OnlyOffChain",
52
+ "type": "error"
53
+ },
54
+ {
55
+ "inputs": [
56
+ {
57
+ "internalType": "uint256",
58
+ "name": "max",
59
+ "type": "uint256"
60
+ },
61
+ {
62
+ "internalType": "uint256",
63
+ "name": "actual",
64
+ "type": "uint256"
65
+ }
66
+ ],
67
+ "name": "PacketOversize",
68
+ "type": "error"
69
+ },
70
+ {
71
+ "inputs": [],
72
+ "name": "PacketUnsorted",
73
+ "type": "error"
74
+ },
75
+ {
76
+ "inputs": [
77
+ {
78
+ "internalType": "bytes",
79
+ "name": "reason",
80
+ "type": "bytes"
81
+ }
82
+ ],
83
+ "name": "SimulationFailed",
84
+ "type": "error"
85
+ },
86
+ {
87
+ "inputs": [
88
+ {
89
+ "internalType": "uint32",
90
+ "name": "eid",
91
+ "type": "uint32"
92
+ }
93
+ ],
94
+ "name": "SimulationResultNotFound",
95
+ "type": "error"
96
+ },
97
+ {
98
+ "anonymous": false,
99
+ "inputs": [
100
+ {
101
+ "indexed": true,
102
+ "internalType": "address",
103
+ "name": "previousOwner",
104
+ "type": "address"
105
+ },
106
+ {
107
+ "indexed": true,
108
+ "internalType": "address",
109
+ "name": "newOwner",
110
+ "type": "address"
111
+ }
112
+ ],
113
+ "name": "OwnershipTransferred",
114
+ "type": "event"
115
+ },
116
+ {
117
+ "inputs": [],
118
+ "name": "buildSimulationResult",
119
+ "outputs": [
120
+ {
121
+ "internalType": "bytes",
122
+ "name": "",
123
+ "type": "bytes"
124
+ }
125
+ ],
126
+ "stateMutability": "view",
127
+ "type": "function"
128
+ },
129
+ {
130
+ "inputs": [
131
+ {
132
+ "internalType": "bytes[]",
133
+ "name": "_packets",
134
+ "type": "bytes[]"
135
+ },
136
+ {
137
+ "internalType": "uint256[]",
138
+ "name": "_packetMsgValues",
139
+ "type": "uint256[]"
140
+ }
141
+ ],
142
+ "name": "getConfig",
143
+ "outputs": [
144
+ {
145
+ "internalType": "bytes",
146
+ "name": "",
147
+ "type": "bytes"
148
+ }
149
+ ],
150
+ "stateMutability": "nonpayable",
151
+ "type": "function"
152
+ },
153
+ {
154
+ "inputs": [],
155
+ "name": "getPreCrimePeers",
156
+ "outputs": [
157
+ {
158
+ "components": [
159
+ {
160
+ "internalType": "uint32",
161
+ "name": "eid",
162
+ "type": "uint32"
163
+ },
164
+ {
165
+ "internalType": "bytes32",
166
+ "name": "preCrime",
167
+ "type": "bytes32"
168
+ },
169
+ {
170
+ "internalType": "bytes32",
171
+ "name": "oApp",
172
+ "type": "bytes32"
173
+ }
174
+ ],
175
+ "internalType": "struct PreCrimePeer[]",
176
+ "name": "",
177
+ "type": "tuple[]"
178
+ }
179
+ ],
180
+ "stateMutability": "view",
181
+ "type": "function"
182
+ },
183
+ {
184
+ "inputs": [],
185
+ "name": "maxBatchSize",
186
+ "outputs": [
187
+ {
188
+ "internalType": "uint64",
189
+ "name": "",
190
+ "type": "uint64"
191
+ }
192
+ ],
193
+ "stateMutability": "view",
194
+ "type": "function"
195
+ },
196
+ {
197
+ "inputs": [],
198
+ "name": "oApp",
199
+ "outputs": [
200
+ {
201
+ "internalType": "address",
202
+ "name": "",
203
+ "type": "address"
204
+ }
205
+ ],
206
+ "stateMutability": "view",
207
+ "type": "function"
208
+ },
209
+ {
210
+ "inputs": [],
211
+ "name": "owner",
212
+ "outputs": [
213
+ {
214
+ "internalType": "address",
215
+ "name": "",
216
+ "type": "address"
217
+ }
218
+ ],
219
+ "stateMutability": "view",
220
+ "type": "function"
221
+ },
222
+ {
223
+ "inputs": [
224
+ {
225
+ "internalType": "bytes[]",
226
+ "name": "_packets",
227
+ "type": "bytes[]"
228
+ },
229
+ {
230
+ "internalType": "uint256[]",
231
+ "name": "_packetMsgValues",
232
+ "type": "uint256[]"
233
+ },
234
+ {
235
+ "internalType": "bytes[]",
236
+ "name": "_simulations",
237
+ "type": "bytes[]"
238
+ }
239
+ ],
240
+ "name": "preCrime",
241
+ "outputs": [],
242
+ "stateMutability": "nonpayable",
243
+ "type": "function"
244
+ },
245
+ {
246
+ "inputs": [],
247
+ "name": "renounceOwnership",
248
+ "outputs": [],
249
+ "stateMutability": "nonpayable",
250
+ "type": "function"
251
+ },
252
+ {
253
+ "inputs": [
254
+ {
255
+ "internalType": "uint64",
256
+ "name": "_maxBatchSize",
257
+ "type": "uint64"
258
+ }
259
+ ],
260
+ "name": "setMaxBatchSize",
261
+ "outputs": [],
262
+ "stateMutability": "nonpayable",
263
+ "type": "function"
264
+ },
265
+ {
266
+ "inputs": [
267
+ {
268
+ "components": [
269
+ {
270
+ "internalType": "uint32",
271
+ "name": "eid",
272
+ "type": "uint32"
273
+ },
274
+ {
275
+ "internalType": "bytes32",
276
+ "name": "preCrime",
277
+ "type": "bytes32"
278
+ },
279
+ {
280
+ "internalType": "bytes32",
281
+ "name": "oApp",
282
+ "type": "bytes32"
283
+ }
284
+ ],
285
+ "internalType": "struct PreCrimePeer[]",
286
+ "name": "_preCrimePeers",
287
+ "type": "tuple[]"
288
+ }
289
+ ],
290
+ "name": "setPreCrimePeers",
291
+ "outputs": [],
292
+ "stateMutability": "nonpayable",
293
+ "type": "function"
294
+ },
295
+ {
296
+ "inputs": [
297
+ {
298
+ "internalType": "bytes[]",
299
+ "name": "_packets",
300
+ "type": "bytes[]"
301
+ },
302
+ {
303
+ "internalType": "uint256[]",
304
+ "name": "_packetMsgValues",
305
+ "type": "uint256[]"
306
+ }
307
+ ],
308
+ "name": "simulate",
309
+ "outputs": [
310
+ {
311
+ "internalType": "bytes",
312
+ "name": "",
313
+ "type": "bytes"
314
+ }
315
+ ],
316
+ "stateMutability": "payable",
317
+ "type": "function"
318
+ },
319
+ {
320
+ "inputs": [],
321
+ "name": "simulator",
322
+ "outputs": [
323
+ {
324
+ "internalType": "address",
325
+ "name": "",
326
+ "type": "address"
327
+ }
328
+ ],
329
+ "stateMutability": "view",
330
+ "type": "function"
331
+ },
332
+ {
333
+ "inputs": [
334
+ {
335
+ "internalType": "address",
336
+ "name": "newOwner",
337
+ "type": "address"
338
+ }
339
+ ],
340
+ "name": "transferOwnership",
341
+ "outputs": [],
342
+ "stateMutability": "nonpayable",
343
+ "type": "function"
344
+ },
345
+ {
346
+ "inputs": [],
347
+ "name": "version",
348
+ "outputs": [
349
+ {
350
+ "internalType": "uint64",
351
+ "name": "major",
352
+ "type": "uint64"
353
+ },
354
+ {
355
+ "internalType": "uint8",
356
+ "name": "minor",
357
+ "type": "uint8"
358
+ }
359
+ ],
360
+ "stateMutability": "pure",
361
+ "type": "function"
362
+ }
363
+ ],
364
+ "bytecode": "0x60e06040523480156200001157600080fd5b50d380156200001f57600080fd5b50d280156200002d57600080fd5b5060405162002fd738038062002fd7833981016040819052620000509162000165565b81816200005d33620000eb565b6001600160a01b03808316608052811660a0819052604080516352ae287960e01b815290516352ae2879916004808201926020929091908290030181865afa158015620000ae573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620000d491906200019d565b6001600160a01b031660c05250620001c292505050565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b80516000906001600160a81b03811681146200015657600080fd5b6001600160a01b031692915050565b600080604083850312156200017957600080fd5b62000184836200013b565b915062000194602084016200013b565b90509250929050565b600060208284031215620001b057600080fd5b620001bb826200013b565b9392505050565b60805160a05160c051612dc262000215600039600081816101db0152611d4f0152600081816103a30152818161074b01528181611359015261150e015260008181611bd90152611d8d0152612dc26000f3fe6080604052600436106100dd5760003560e01c80638e9e70991161007f578063bf7b5d7a11610059578063bf7b5d7a14610377578063f0cd3836146103c5578063f2fde38b146103ff578063f8bcddf61461043957600080fd5b80638e9e7099146102d2578063afea44ef14610301578063b9a1f5e71461033b57600080fd5b806352ae2879116100bb57806352ae2879146101af57806354fd4d5014610222578063715018a61461025e5780638da5cb5b1461028d57600080fd5b806310f9cf3a146100e25780632913daa01461011e57806350dfa9371461018f575b600080fd5b3480156100ee57600080fd5b50d380156100fb57600080fd5b50d2801561010857600080fd5b5061011c61011736600461227f565b610473565b005b34801561012a57600080fd5b50d3801561013757600080fd5b50d2801561014457600080fd5b506000546101719074010000000000000000000000000000000000000000900467ffffffffffffffff1681565b60405167ffffffffffffffff90911681526020015b60405180910390f35b6101a261019d366004612319565b610694565b60405161018691906123f3565b3480156101bb57600080fd5b50d380156101c857600080fd5b50d280156101d557600080fd5b506101fd7f000000000000000000000000000000000000000000000000000000000000000081565b60405173ffffffffffffffffffffffffffffffffffffffff9091168152602001610186565b34801561022e57600080fd5b50d3801561023b57600080fd5b50d2801561024857600080fd5b5060408051600281526000602082015201610186565b34801561026a57600080fd5b50d3801561027757600080fd5b50d2801561028457600080fd5b5061011c61072f565b34801561029957600080fd5b50d380156102a657600080fd5b50d280156102b357600080fd5b5060005473ffffffffffffffffffffffffffffffffffffffff166101fd565b3480156102de57600080fd5b50d380156102eb57600080fd5b50d280156102f857600080fd5b506101a2610743565b34801561030d57600080fd5b50d3801561031a57600080fd5b50d2801561032757600080fd5b5061011c61033636600461241c565b6109bf565b34801561034757600080fd5b50d3801561035457600080fd5b50d2801561036157600080fd5b5061036a610a1a565b6040516101869190612439565b34801561038357600080fd5b50d3801561039057600080fd5b50d2801561039d57600080fd5b506101fd7f000000000000000000000000000000000000000000000000000000000000000081565b3480156103d157600080fd5b50d380156103de57600080fd5b50d280156103eb57600080fd5b506101a26103fa366004612319565b610a99565b34801561040b57600080fd5b50d3801561041857600080fd5b50d2801561042557600080fd5b5061011c610434366004612498565b610d20565b34801561044557600080fd5b50d3801561045257600080fd5b50d2801561045f57600080fd5b5061011c61046e3660046124ec565b610ddc565b3361dead146104ae576040517f9cbfe06600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60006104ee8787878780806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250610e5592505050565b905060008267ffffffffffffffff81111561050b5761050b612561565b604051908082528060200260200182016040528015610534578160200160208202803683370190505b50905060008367ffffffffffffffff81111561055257610552612561565b60405190808252806020026020018201604052801561058557816020015b60608152602001906001900390816105705790505b50905060005b84811015610673573660008787848181106105a8576105a8612590565b90506020028101906105ba91906125bf565b90925090506105cd600460008385612624565b6105d69161264e565b60e01c8584815181106105eb576105eb612590565b63ffffffff9092166020928302919091019091015261060d8160048185612624565b8080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250508651879250869150811061065557610655612590565b602002602001018190525050508061066c906126c5565b905061058b565b5061067e8383610fcf565b6106898383836110c3565b505050505050505050565b60603361dead146106d1576040517f9cbfe06600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60006107118686868680806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250610e5592505050565b905061071c81611252565b61072581611507565b9695505050505050565b61073761166e565b61074160006116ef565b565b6001546060907f000000000000000000000000000000000000000000000000000000000000000090819060009067ffffffffffffffff81111561078857610788612561565b6040519080825280602002602001820160405280156107e357816020015b6107d06040518060600160405280600063ffffffff16815260200160008152602001600081525090565b8152602001906001900390816107a65790505b50905060005b6001548110156109965760006001828154811061080857610808612590565b600091825260209182902060039190910201546040805160608101825263ffffffff90921680835290517f56a4728900000000000000000000000000000000000000000000000000000000815260048101829052909350909182019073ffffffffffffffffffffffffffffffffffffffff8716906356a4728990602401602060405180830381865afa1580156108a2573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108c691906126fd565b81526040517f622f17f600000000000000000000000000000000000000000000000000000000815263ffffffff8416600482015260209091019073ffffffffffffffffffffffffffffffffffffffff87169063622f17f690602401602060405180830381865afa15801561093e573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061096291906126fd565b81525083838151811061097757610977612590565b602002602001018190525050808061098e906126c5565b9150506107e9565b50806040516020016109a89190612439565b604051602081830303815290604052935050505090565b6109c761166e565b6000805467ffffffffffffffff90921674010000000000000000000000000000000000000000027fffffffff0000000000000000ffffffffffffffffffffffffffffffffffffffff909216919091179055565b60606001805480602002602001604051908101604052809291908181526020016000905b82821015610a905760008481526020908190206040805160608101825260038602909201805463ffffffff16835260018082015484860152600290910154918301919091529083529092019101610a3e565b50505050905090565b60603361dead14610ad6576040517f9cbfe06600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600080546040517e0200000000000000000000000000000000000000000000000000000000000060208201527401000000000000000000000000000000000000000090910460c01b7fffffffffffffffff000000000000000000000000000000000000000000000000166022820152602a01604080517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0818403018152919052905060008515610bcb57610bc6610bc18888888880806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250610e5592505050565b611764565b610c44565b6001805480602002602001604051908101604052809291908181526020016000905b82821015610c3f5760008481526020908190206040805160608101825260038602909201805463ffffffff16835260018082015484860152600290910154918301919091529083529092019101610bed565b505050505b805190915015610d16578051604051610c639084908390602001612716565b604051602081830303815290604052925060005b8161ffff16811015610d135783838281518110610c9657610c96612590565b602002602001015160000151848381518110610cb457610cb4612590565b602002602001015160200151858481518110610cd257610cd2612590565b602002602001015160400151604051602001610cf19493929190612760565b604051602081830303815290604052935080610d0c906126c5565b9050610c77565b50505b5095945050505050565b610d2861166e565b73ffffffffffffffffffffffffffffffffffffffff8116610dd0576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201527f646472657373000000000000000000000000000000000000000000000000000060648201526084015b60405180910390fd5b610dd9816116ef565b50565b610de461166e565b610df0600160006121d5565b60005b81811015610e50576001838383818110610e0f57610e0f612590565b835460018101855560009485526020909420606090910292909201926003029091019050610e3d82826127c9565b505080610e49906126c5565b9050610df3565b505050565b60608267ffffffffffffffff811115610e7057610e70612561565b604051908082528060200260200182016040528015610f1657816020015b604080516101608101825260006101008201818152610120830182905261014083018290528252602080830182905292820181905260608083018290526080830182905260a083019190915260c0820181905260e082015282527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff909201910181610e8e5790505b50905060005b83811015610fc757366000868684818110610f3957610f39612590565b9050602002810190610f4b91906125bf565b91509150610f598282611a41565b848481518110610f6b57610f6b612590565b6020026020010181905250848381518110610f8857610f88612590565b6020026020010151848481518110610fa257610fa2612590565b6020026020010151608001818152505050508080610fbf906126c5565b915050610f1c565b509392505050565b81511561106f576000610fe183611764565b905060005b815181101561106c57600082828151811061100357611003612590565b602002602001015160000151905061101b8482611b74565b611059576040517f01992f2a00000000000000000000000000000000000000000000000000000000815263ffffffff82166004820152602401610dc7565b5080611064816126c5565b915050610fe6565b50505b6000611079611bd5565b90506110858282611b74565b610e50576040517f01992f2a00000000000000000000000000000000000000000000000000000000815263ffffffff82166004820152602401610dc7565b60006110cd611bd5565b9050606060005b845181101561114f578263ffffffff168582815181106110f6576110f6612590565b602002602001015163ffffffff160361113d5783818151811061111b5761111b612590565b60200260200101518060200190518101906111369190612893565b915061114f565b80611147816126c5565b9150506110d4565b5060005b845181101561124a57600085828151811061117057611170612590565b60200260200101519050600085838151811061118e5761118e612590565b60200260200101518060200190518101906111a99190612893565b905060006111b78584611c6b565b50905060006111c68388611c6b565b91505080821115611233576040517f1915975700000000000000000000000000000000000000000000000000000000815260206004820152601c60248201527f696e626f756e64436f756e74203e206f7574626f756e64436f756e74000000006044820152606401610dc7565b505050508080611242906126c5565b915050611153565b505050505050565b60005481517401000000000000000000000000000000000000000090910467ffffffffffffffff1610156112e05760005481516040517f9db086050000000000000000000000000000000000000000000000000000000081527401000000000000000000000000000000000000000090920467ffffffffffffffff1660048301526024820152604401610dc7565b805115610dd95760008080805b845181101561150057600085828151811061130a5761130a612590565b602090810291909101810151805180519201516040517f5a0dfe4d00000000000000000000000000000000000000000000000000000000815263ffffffff9093166004840152602483015291507f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff1690635a0dfe4d90604401602060405180830381865afa1580156113b5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906113d99190612970565b6113e357506114ee565b80515163ffffffff80871691161080611415575080515163ffffffff8681169116148015611415575080516020015184115b1561144c576040517f50823c8500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b80515163ffffffff868116911614158061146b57508051602001518414155b1561148c578051805160209091015190955093506114898585611d12565b92505b61149583612992565b92508267ffffffffffffffff1681600001516040015167ffffffffffffffff16146114ec576040517f50823c8500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b505b806114f8816126c5565b9150506112ed565b5050505050565b60606000807f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff163463bd815db060e01b8660405160240161155d91906129b9565b604080517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe08184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fffffffff000000000000000000000000000000000000000000000000000000009094169390931790925290516115e69190612b1d565b60006040518083038185875af1925050503d8060008114611623576040519150601f19603f3d011682016040523d82523d6000602084013e611628565b606091505b509150915060006116398383611e01565b9050611643611bd5565b81604051602001611655929190612b39565b6040516020818303038152906040529350505050919050565b60005473ffffffffffffffffffffffffffffffffffffffff163314610741576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610dc7565b6000805473ffffffffffffffffffffffffffffffffffffffff8381167fffffffffffffffffffffffff0000000000000000000000000000000000000000831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b606060006001805480602002602001604051908101604052809291908181526020016000905b828210156117dc5760008481526020908190206040805160608101825260038602909201805463ffffffff1683526001808201548486015260029091015491830191909152908352909201910161178a565b5050505090506000835167ffffffffffffffff8111156117fe576117fe612561565b60405190808252806020026020018201604052801561186757816020015b60408051606081018252600080825260208083018290529282015282527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff90920191018161181c5790505b5090507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005b85518110156119445760008682815181106118ab576118ab612590565b60200260200101516000015160000151905060006118c98683611f20565b9050600081121580156118e5575060006118e38684611f20565b125b1561192f57836118f481612b84565b94505085818151811061190957611909612590565b602002602001015185858151811061192357611923612590565b60200260200101819052505b5050808061193c906126c5565b91505061188e565b5060008112611a3957600061195a826001612bb5565b90508067ffffffffffffffff81111561197557611975612561565b6040519080825280602002602001820160405280156119de57816020015b60408051606081018252600080825260208083018290529282015282527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff9092019101816119935790505b50945060005b81811015611a36578381815181106119fe576119fe612590565b6020026020010151868281518110611a1857611a18612590565b60200260200101819052508080611a2e906126c5565b9150506119e4565b50505b505050919050565b6040805161016081018252600061010082018181526101208301829052610140830182905282526020820181905291810182905260608082018390526080820183905260a082019290925260c0810182905260e08101919091526040518060600160405280611ab08585611f9f565b63ffffffff168152602001611ac58585611fc2565b8152602001611ad48585611fdb565b67ffffffffffffffff1690528152611aec8383611ffe565b63ffffffff166020820152611b01838361200e565b73ffffffffffffffffffffffffffffffffffffffff166040820152611b268383612020565b6060820152611b358383612030565b8080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525050505060c082015292915050565b6000805b8351811015611bc9578263ffffffff16848281518110611b9a57611b9a612590565b602002602001015163ffffffff1603611bb7576001915050611bcf565b80611bc1816126c5565b915050611b78565b50600090505b92915050565b60007f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff1663416ecebf6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611c42573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611c669190612bc8565b905090565b60008060005b8451811015611d02578363ffffffff16858281518110611c9357611c93612590565b60200260200101516000015163ffffffff1603611cf057848181518110611cbc57611cbc612590565b602002602001015160200151858281518110611cda57611cda612590565b6020026020010151604001519250925050611d0b565b80611cfa816126c5565b915050611c71565b50600080915091505b9250929050565b6040517fa0dd43fc00000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff7f00000000000000000000000000000000000000000000000000000000000000008116600483015263ffffffff84166024830152604482018390526000917f00000000000000000000000000000000000000000000000000000000000000009091169063a0dd43fc90606401602060405180830381865afa158015611dd6573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611dfa9190612be5565b9392505050565b60608215611e6b576040517f614cbd8a00000000000000000000000000000000000000000000000000000000815260206004820152600960248201527f6e6f2072657665727400000000000000000000000000000000000000000000006044820152606401610dc7565b7f8351eea700000000000000000000000000000000000000000000000000000000611e9583612c02565b7fffffffff000000000000000000000000000000000000000000000000000000001614611ef057816040517f614cbd8a000000000000000000000000000000000000000000000000000000008152600401610dc791906123f3565b611f0a6004808451611f029190612c4e565b84919061204b565b905080806020019051810190611dfa9190612c61565b6000805b8351811015611f76578263ffffffff16848281518110611f4657611f46612590565b60200260200101516000015163ffffffff1603611f64579050611bcf565b80611f6e816126c5565b915050611f24565b507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff9392505050565b6000611faf600d60098486612624565b611fb89161264e565b60e01c9392505050565b6000611fd2602d600d8486612624565b611dfa91612d0a565b6000611feb600960018486612624565b611ff491612d46565b60c01c9392505050565b6000611faf6031602d8486612624565b6000611dfa61201d84846121c5565b90565b6000611fd2607160518486612624565b3660006120408360718187612624565b915091509250929050565b60608161205981601f612bb5565b10156120c1576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152600e60248201527f736c6963655f6f766572666c6f770000000000000000000000000000000000006044820152606401610dc7565b6120cb8284612bb5565b84511015612135576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601160248201527f736c6963655f6f75744f66426f756e64730000000000000000000000000000006044820152606401610dc7565b60608215801561215457604051915060008252602082016040526121bc565b6040519150601f8416801560200281840101858101878315602002848b0101015b8183101561218d578051835260209283019201612175565b5050858452601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe016604052505b50949350505050565b6000611fd2605160318486612624565b5080546000825560030290600052602060002090810190610dd991905b808211156122365780547fffffffffffffffffffffffffffffffffffffffffffffffffffffffff0000000016815560006001820181905560028201556003016121f2565b5090565b60008083601f84011261224c57600080fd5b50813567ffffffffffffffff81111561226457600080fd5b6020830191508360208260051b8501011115611d0b57600080fd5b6000806000806000806060878903121561229857600080fd5b863567ffffffffffffffff808211156122b057600080fd5b6122bc8a838b0161223a565b909850965060208901359150808211156122d557600080fd5b6122e18a838b0161223a565b909650945060408901359150808211156122fa57600080fd5b5061230789828a0161223a565b979a9699509497509295939492505050565b6000806000806040858703121561232f57600080fd5b843567ffffffffffffffff8082111561234757600080fd5b6123538883890161223a565b9096509450602087013591508082111561236c57600080fd5b506123798782880161223a565b95989497509550505050565b60005b838110156123a0578181015183820152602001612388565b50506000910152565b600081518084526123c1816020860160208601612385565b601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0169290920160200192915050565b602081526000611dfa60208301846123a9565b67ffffffffffffffff81168114610dd957600080fd5b60006020828403121561242e57600080fd5b8135611dfa81612406565b602080825282518282018190526000919060409081850190868401855b8281101561248b578151805163ffffffff16855286810151878601528501518585015260609093019290850190600101612456565b5091979650505050505050565b6000602082840312156124aa57600080fd5b813574ffffffffffffffffffffffffffffffffffffffffff811681146124cf57600080fd5b73ffffffffffffffffffffffffffffffffffffffff169392505050565b600080602083850312156124ff57600080fd5b823567ffffffffffffffff8082111561251757600080fd5b818501915085601f83011261252b57600080fd5b81358181111561253a57600080fd5b86602060608302850101111561254f57600080fd5b60209290920196919550909350505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60008083357fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe18436030181126125f457600080fd5b83018035915067ffffffffffffffff82111561260f57600080fd5b602001915036819003821315611d0b57600080fd5b6000808585111561263457600080fd5b8386111561264157600080fd5b5050820193919092039150565b7fffffffff00000000000000000000000000000000000000000000000000000000813581811691600485101561268e5780818660040360031b1b83161692505b505092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b60007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82036126f6576126f6612696565b5060010190565b60006020828403121561270f57600080fd5b5051919050565b60008351612728818460208801612385565b60f09390931b7fffff000000000000000000000000000000000000000000000000000000000000169190920190815260020192915050565b60008551612772818460208a01612385565b60e09590951b7fffffffff0000000000000000000000000000000000000000000000000000000016919094019081526004810192909252602482015260440192915050565b63ffffffff81168114610dd957600080fd5b81356127d4816127b7565b63ffffffff81167fffffffffffffffffffffffffffffffffffffffffffffffffffffffff000000008354161782555060208201356001820155604082013560028201555050565b6040516060810167ffffffffffffffff8111828210171561283e5761283e612561565b60405290565b604051601f82017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe016810167ffffffffffffffff8111828210171561288b5761288b612561565b604052919050565b600060208083850312156128a657600080fd5b825167ffffffffffffffff808211156128be57600080fd5b818501915085601f8301126128d257600080fd5b8151818111156128e4576128e4612561565b6128f2848260051b01612844565b8181528481019250606091820284018501918883111561291157600080fd5b938501935b828510156129645780858a03121561292e5760008081fd5b61293661281b565b8551612941816127b7565b815285870151878201526040808701519082015284529384019392850192612916565b50979650505050505050565b60006020828403121561298257600080fd5b81518015158114611dfa57600080fd5b600067ffffffffffffffff8083168181036129af576129af612696565b6001019392505050565b60006020808301818452808551808352604092508286019150828160051b87010184880160005b83811015612b0f577fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc08984030185528151610140612a43858351805163ffffffff1682526020808201519083015260409081015167ffffffffffffffff16910152565b888201516060612a5a8188018363ffffffff169052565b8984015191506080612a838189018473ffffffffffffffffffffffffffffffffffffffff169052565b9084015160a0888101919091529084015160c08089019190915290840151915060e090612ac78289018473ffffffffffffffffffffffffffffffffffffffff169052565b84015161010088018490529150612ae0878401836123a9565b930151868403610120880152929150612afb905081836123a9565b9689019694505050908601906001016129e0565b509098975050505050505050565b60008251612b2f818460208701612385565b9190910192915050565b7fffffffff000000000000000000000000000000000000000000000000000000008360e01b16815260008251612b76816004850160208701612385565b919091016004019392505050565b60007f7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82036126f6576126f6612696565b80820180821115611bcf57611bcf612696565b600060208284031215612bda57600080fd5b8151611dfa816127b7565b600060208284031215612bf757600080fd5b8151611dfa81612406565b6000815160208301517fffffffff0000000000000000000000000000000000000000000000000000000080821693506004831015611a395760049290920360031b82901b161692915050565b81810381811115611bcf57611bcf612696565b600060208284031215612c7357600080fd5b815167ffffffffffffffff80821115612c8b57600080fd5b818401915084601f830112612c9f57600080fd5b815181811115612cb157612cb1612561565b612ce260207fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f84011601612844565b9150808252856020828501011115612cf957600080fd5b6121bc816020840160208601612385565b80356020831015611bcf577fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff602084900360031b1b1692915050565b7fffffffffffffffff000000000000000000000000000000000000000000000000813581811691600885101561268e5760089490940360031b84901b169092169291505056fea26474726f6e5822122014add46c6be7e04dd99c44684069baaa8ac8dad092812901c987dd8174f11d4d64736f6c63430008140033",
365
+ "deployedBytecode": "0x6080604052600436106100dd5760003560e01c80638e9e70991161007f578063bf7b5d7a11610059578063bf7b5d7a14610377578063f0cd3836146103c5578063f2fde38b146103ff578063f8bcddf61461043957600080fd5b80638e9e7099146102d2578063afea44ef14610301578063b9a1f5e71461033b57600080fd5b806352ae2879116100bb57806352ae2879146101af57806354fd4d5014610222578063715018a61461025e5780638da5cb5b1461028d57600080fd5b806310f9cf3a146100e25780632913daa01461011e57806350dfa9371461018f575b600080fd5b3480156100ee57600080fd5b50d380156100fb57600080fd5b50d2801561010857600080fd5b5061011c61011736600461227f565b610473565b005b34801561012a57600080fd5b50d3801561013757600080fd5b50d2801561014457600080fd5b506000546101719074010000000000000000000000000000000000000000900467ffffffffffffffff1681565b60405167ffffffffffffffff90911681526020015b60405180910390f35b6101a261019d366004612319565b610694565b60405161018691906123f3565b3480156101bb57600080fd5b50d380156101c857600080fd5b50d280156101d557600080fd5b506101fd7f000000000000000000000000000000000000000000000000000000000000000081565b60405173ffffffffffffffffffffffffffffffffffffffff9091168152602001610186565b34801561022e57600080fd5b50d3801561023b57600080fd5b50d2801561024857600080fd5b5060408051600281526000602082015201610186565b34801561026a57600080fd5b50d3801561027757600080fd5b50d2801561028457600080fd5b5061011c61072f565b34801561029957600080fd5b50d380156102a657600080fd5b50d280156102b357600080fd5b5060005473ffffffffffffffffffffffffffffffffffffffff166101fd565b3480156102de57600080fd5b50d380156102eb57600080fd5b50d280156102f857600080fd5b506101a2610743565b34801561030d57600080fd5b50d3801561031a57600080fd5b50d2801561032757600080fd5b5061011c61033636600461241c565b6109bf565b34801561034757600080fd5b50d3801561035457600080fd5b50d2801561036157600080fd5b5061036a610a1a565b6040516101869190612439565b34801561038357600080fd5b50d3801561039057600080fd5b50d2801561039d57600080fd5b506101fd7f000000000000000000000000000000000000000000000000000000000000000081565b3480156103d157600080fd5b50d380156103de57600080fd5b50d280156103eb57600080fd5b506101a26103fa366004612319565b610a99565b34801561040b57600080fd5b50d3801561041857600080fd5b50d2801561042557600080fd5b5061011c610434366004612498565b610d20565b34801561044557600080fd5b50d3801561045257600080fd5b50d2801561045f57600080fd5b5061011c61046e3660046124ec565b610ddc565b3361dead146104ae576040517f9cbfe06600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60006104ee8787878780806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250610e5592505050565b905060008267ffffffffffffffff81111561050b5761050b612561565b604051908082528060200260200182016040528015610534578160200160208202803683370190505b50905060008367ffffffffffffffff81111561055257610552612561565b60405190808252806020026020018201604052801561058557816020015b60608152602001906001900390816105705790505b50905060005b84811015610673573660008787848181106105a8576105a8612590565b90506020028101906105ba91906125bf565b90925090506105cd600460008385612624565b6105d69161264e565b60e01c8584815181106105eb576105eb612590565b63ffffffff9092166020928302919091019091015261060d8160048185612624565b8080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250508651879250869150811061065557610655612590565b602002602001018190525050508061066c906126c5565b905061058b565b5061067e8383610fcf565b6106898383836110c3565b505050505050505050565b60603361dead146106d1576040517f9cbfe06600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60006107118686868680806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250610e5592505050565b905061071c81611252565b61072581611507565b9695505050505050565b61073761166e565b61074160006116ef565b565b6001546060907f000000000000000000000000000000000000000000000000000000000000000090819060009067ffffffffffffffff81111561078857610788612561565b6040519080825280602002602001820160405280156107e357816020015b6107d06040518060600160405280600063ffffffff16815260200160008152602001600081525090565b8152602001906001900390816107a65790505b50905060005b6001548110156109965760006001828154811061080857610808612590565b600091825260209182902060039190910201546040805160608101825263ffffffff90921680835290517f56a4728900000000000000000000000000000000000000000000000000000000815260048101829052909350909182019073ffffffffffffffffffffffffffffffffffffffff8716906356a4728990602401602060405180830381865afa1580156108a2573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108c691906126fd565b81526040517f622f17f600000000000000000000000000000000000000000000000000000000815263ffffffff8416600482015260209091019073ffffffffffffffffffffffffffffffffffffffff87169063622f17f690602401602060405180830381865afa15801561093e573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061096291906126fd565b81525083838151811061097757610977612590565b602002602001018190525050808061098e906126c5565b9150506107e9565b50806040516020016109a89190612439565b604051602081830303815290604052935050505090565b6109c761166e565b6000805467ffffffffffffffff90921674010000000000000000000000000000000000000000027fffffffff0000000000000000ffffffffffffffffffffffffffffffffffffffff909216919091179055565b60606001805480602002602001604051908101604052809291908181526020016000905b82821015610a905760008481526020908190206040805160608101825260038602909201805463ffffffff16835260018082015484860152600290910154918301919091529083529092019101610a3e565b50505050905090565b60603361dead14610ad6576040517f9cbfe06600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600080546040517e0200000000000000000000000000000000000000000000000000000000000060208201527401000000000000000000000000000000000000000090910460c01b7fffffffffffffffff000000000000000000000000000000000000000000000000166022820152602a01604080517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0818403018152919052905060008515610bcb57610bc6610bc18888888880806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250610e5592505050565b611764565b610c44565b6001805480602002602001604051908101604052809291908181526020016000905b82821015610c3f5760008481526020908190206040805160608101825260038602909201805463ffffffff16835260018082015484860152600290910154918301919091529083529092019101610bed565b505050505b805190915015610d16578051604051610c639084908390602001612716565b604051602081830303815290604052925060005b8161ffff16811015610d135783838281518110610c9657610c96612590565b602002602001015160000151848381518110610cb457610cb4612590565b602002602001015160200151858481518110610cd257610cd2612590565b602002602001015160400151604051602001610cf19493929190612760565b604051602081830303815290604052935080610d0c906126c5565b9050610c77565b50505b5095945050505050565b610d2861166e565b73ffffffffffffffffffffffffffffffffffffffff8116610dd0576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201527f646472657373000000000000000000000000000000000000000000000000000060648201526084015b60405180910390fd5b610dd9816116ef565b50565b610de461166e565b610df0600160006121d5565b60005b81811015610e50576001838383818110610e0f57610e0f612590565b835460018101855560009485526020909420606090910292909201926003029091019050610e3d82826127c9565b505080610e49906126c5565b9050610df3565b505050565b60608267ffffffffffffffff811115610e7057610e70612561565b604051908082528060200260200182016040528015610f1657816020015b604080516101608101825260006101008201818152610120830182905261014083018290528252602080830182905292820181905260608083018290526080830182905260a083019190915260c0820181905260e082015282527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff909201910181610e8e5790505b50905060005b83811015610fc757366000868684818110610f3957610f39612590565b9050602002810190610f4b91906125bf565b91509150610f598282611a41565b848481518110610f6b57610f6b612590565b6020026020010181905250848381518110610f8857610f88612590565b6020026020010151848481518110610fa257610fa2612590565b6020026020010151608001818152505050508080610fbf906126c5565b915050610f1c565b509392505050565b81511561106f576000610fe183611764565b905060005b815181101561106c57600082828151811061100357611003612590565b602002602001015160000151905061101b8482611b74565b611059576040517f01992f2a00000000000000000000000000000000000000000000000000000000815263ffffffff82166004820152602401610dc7565b5080611064816126c5565b915050610fe6565b50505b6000611079611bd5565b90506110858282611b74565b610e50576040517f01992f2a00000000000000000000000000000000000000000000000000000000815263ffffffff82166004820152602401610dc7565b60006110cd611bd5565b9050606060005b845181101561114f578263ffffffff168582815181106110f6576110f6612590565b602002602001015163ffffffff160361113d5783818151811061111b5761111b612590565b60200260200101518060200190518101906111369190612893565b915061114f565b80611147816126c5565b9150506110d4565b5060005b845181101561124a57600085828151811061117057611170612590565b60200260200101519050600085838151811061118e5761118e612590565b60200260200101518060200190518101906111a99190612893565b905060006111b78584611c6b565b50905060006111c68388611c6b565b91505080821115611233576040517f1915975700000000000000000000000000000000000000000000000000000000815260206004820152601c60248201527f696e626f756e64436f756e74203e206f7574626f756e64436f756e74000000006044820152606401610dc7565b505050508080611242906126c5565b915050611153565b505050505050565b60005481517401000000000000000000000000000000000000000090910467ffffffffffffffff1610156112e05760005481516040517f9db086050000000000000000000000000000000000000000000000000000000081527401000000000000000000000000000000000000000090920467ffffffffffffffff1660048301526024820152604401610dc7565b805115610dd95760008080805b845181101561150057600085828151811061130a5761130a612590565b602090810291909101810151805180519201516040517f5a0dfe4d00000000000000000000000000000000000000000000000000000000815263ffffffff9093166004840152602483015291507f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff1690635a0dfe4d90604401602060405180830381865afa1580156113b5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906113d99190612970565b6113e357506114ee565b80515163ffffffff80871691161080611415575080515163ffffffff8681169116148015611415575080516020015184115b1561144c576040517f50823c8500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b80515163ffffffff868116911614158061146b57508051602001518414155b1561148c578051805160209091015190955093506114898585611d12565b92505b61149583612992565b92508267ffffffffffffffff1681600001516040015167ffffffffffffffff16146114ec576040517f50823c8500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b505b806114f8816126c5565b9150506112ed565b5050505050565b60606000807f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff163463bd815db060e01b8660405160240161155d91906129b9565b604080517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe08184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fffffffff000000000000000000000000000000000000000000000000000000009094169390931790925290516115e69190612b1d565b60006040518083038185875af1925050503d8060008114611623576040519150601f19603f3d011682016040523d82523d6000602084013e611628565b606091505b509150915060006116398383611e01565b9050611643611bd5565b81604051602001611655929190612b39565b6040516020818303038152906040529350505050919050565b60005473ffffffffffffffffffffffffffffffffffffffff163314610741576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610dc7565b6000805473ffffffffffffffffffffffffffffffffffffffff8381167fffffffffffffffffffffffff0000000000000000000000000000000000000000831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b606060006001805480602002602001604051908101604052809291908181526020016000905b828210156117dc5760008481526020908190206040805160608101825260038602909201805463ffffffff1683526001808201548486015260029091015491830191909152908352909201910161178a565b5050505090506000835167ffffffffffffffff8111156117fe576117fe612561565b60405190808252806020026020018201604052801561186757816020015b60408051606081018252600080825260208083018290529282015282527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff90920191018161181c5790505b5090507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005b85518110156119445760008682815181106118ab576118ab612590565b60200260200101516000015160000151905060006118c98683611f20565b9050600081121580156118e5575060006118e38684611f20565b125b1561192f57836118f481612b84565b94505085818151811061190957611909612590565b602002602001015185858151811061192357611923612590565b60200260200101819052505b5050808061193c906126c5565b91505061188e565b5060008112611a3957600061195a826001612bb5565b90508067ffffffffffffffff81111561197557611975612561565b6040519080825280602002602001820160405280156119de57816020015b60408051606081018252600080825260208083018290529282015282527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff9092019101816119935790505b50945060005b81811015611a36578381815181106119fe576119fe612590565b6020026020010151868281518110611a1857611a18612590565b60200260200101819052508080611a2e906126c5565b9150506119e4565b50505b505050919050565b6040805161016081018252600061010082018181526101208301829052610140830182905282526020820181905291810182905260608082018390526080820183905260a082019290925260c0810182905260e08101919091526040518060600160405280611ab08585611f9f565b63ffffffff168152602001611ac58585611fc2565b8152602001611ad48585611fdb565b67ffffffffffffffff1690528152611aec8383611ffe565b63ffffffff166020820152611b01838361200e565b73ffffffffffffffffffffffffffffffffffffffff166040820152611b268383612020565b6060820152611b358383612030565b8080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525050505060c082015292915050565b6000805b8351811015611bc9578263ffffffff16848281518110611b9a57611b9a612590565b602002602001015163ffffffff1603611bb7576001915050611bcf565b80611bc1816126c5565b915050611b78565b50600090505b92915050565b60007f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff1663416ecebf6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611c42573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611c669190612bc8565b905090565b60008060005b8451811015611d02578363ffffffff16858281518110611c9357611c93612590565b60200260200101516000015163ffffffff1603611cf057848181518110611cbc57611cbc612590565b602002602001015160200151858281518110611cda57611cda612590565b6020026020010151604001519250925050611d0b565b80611cfa816126c5565b915050611c71565b50600080915091505b9250929050565b6040517fa0dd43fc00000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff7f00000000000000000000000000000000000000000000000000000000000000008116600483015263ffffffff84166024830152604482018390526000917f00000000000000000000000000000000000000000000000000000000000000009091169063a0dd43fc90606401602060405180830381865afa158015611dd6573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611dfa9190612be5565b9392505050565b60608215611e6b576040517f614cbd8a00000000000000000000000000000000000000000000000000000000815260206004820152600960248201527f6e6f2072657665727400000000000000000000000000000000000000000000006044820152606401610dc7565b7f8351eea700000000000000000000000000000000000000000000000000000000611e9583612c02565b7fffffffff000000000000000000000000000000000000000000000000000000001614611ef057816040517f614cbd8a000000000000000000000000000000000000000000000000000000008152600401610dc791906123f3565b611f0a6004808451611f029190612c4e565b84919061204b565b905080806020019051810190611dfa9190612c61565b6000805b8351811015611f76578263ffffffff16848281518110611f4657611f46612590565b60200260200101516000015163ffffffff1603611f64579050611bcf565b80611f6e816126c5565b915050611f24565b507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff9392505050565b6000611faf600d60098486612624565b611fb89161264e565b60e01c9392505050565b6000611fd2602d600d8486612624565b611dfa91612d0a565b6000611feb600960018486612624565b611ff491612d46565b60c01c9392505050565b6000611faf6031602d8486612624565b6000611dfa61201d84846121c5565b90565b6000611fd2607160518486612624565b3660006120408360718187612624565b915091509250929050565b60608161205981601f612bb5565b10156120c1576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152600e60248201527f736c6963655f6f766572666c6f770000000000000000000000000000000000006044820152606401610dc7565b6120cb8284612bb5565b84511015612135576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601160248201527f736c6963655f6f75744f66426f756e64730000000000000000000000000000006044820152606401610dc7565b60608215801561215457604051915060008252602082016040526121bc565b6040519150601f8416801560200281840101858101878315602002848b0101015b8183101561218d578051835260209283019201612175565b5050858452601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe016604052505b50949350505050565b6000611fd2605160318486612624565b5080546000825560030290600052602060002090810190610dd991905b808211156122365780547fffffffffffffffffffffffffffffffffffffffffffffffffffffffff0000000016815560006001820181905560028201556003016121f2565b5090565b60008083601f84011261224c57600080fd5b50813567ffffffffffffffff81111561226457600080fd5b6020830191508360208260051b8501011115611d0b57600080fd5b6000806000806000806060878903121561229857600080fd5b863567ffffffffffffffff808211156122b057600080fd5b6122bc8a838b0161223a565b909850965060208901359150808211156122d557600080fd5b6122e18a838b0161223a565b909650945060408901359150808211156122fa57600080fd5b5061230789828a0161223a565b979a9699509497509295939492505050565b6000806000806040858703121561232f57600080fd5b843567ffffffffffffffff8082111561234757600080fd5b6123538883890161223a565b9096509450602087013591508082111561236c57600080fd5b506123798782880161223a565b95989497509550505050565b60005b838110156123a0578181015183820152602001612388565b50506000910152565b600081518084526123c1816020860160208601612385565b601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0169290920160200192915050565b602081526000611dfa60208301846123a9565b67ffffffffffffffff81168114610dd957600080fd5b60006020828403121561242e57600080fd5b8135611dfa81612406565b602080825282518282018190526000919060409081850190868401855b8281101561248b578151805163ffffffff16855286810151878601528501518585015260609093019290850190600101612456565b5091979650505050505050565b6000602082840312156124aa57600080fd5b813574ffffffffffffffffffffffffffffffffffffffffff811681146124cf57600080fd5b73ffffffffffffffffffffffffffffffffffffffff169392505050565b600080602083850312156124ff57600080fd5b823567ffffffffffffffff8082111561251757600080fd5b818501915085601f83011261252b57600080fd5b81358181111561253a57600080fd5b86602060608302850101111561254f57600080fd5b60209290920196919550909350505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60008083357fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe18436030181126125f457600080fd5b83018035915067ffffffffffffffff82111561260f57600080fd5b602001915036819003821315611d0b57600080fd5b6000808585111561263457600080fd5b8386111561264157600080fd5b5050820193919092039150565b7fffffffff00000000000000000000000000000000000000000000000000000000813581811691600485101561268e5780818660040360031b1b83161692505b505092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b60007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82036126f6576126f6612696565b5060010190565b60006020828403121561270f57600080fd5b5051919050565b60008351612728818460208801612385565b60f09390931b7fffff000000000000000000000000000000000000000000000000000000000000169190920190815260020192915050565b60008551612772818460208a01612385565b60e09590951b7fffffffff0000000000000000000000000000000000000000000000000000000016919094019081526004810192909252602482015260440192915050565b63ffffffff81168114610dd957600080fd5b81356127d4816127b7565b63ffffffff81167fffffffffffffffffffffffffffffffffffffffffffffffffffffffff000000008354161782555060208201356001820155604082013560028201555050565b6040516060810167ffffffffffffffff8111828210171561283e5761283e612561565b60405290565b604051601f82017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe016810167ffffffffffffffff8111828210171561288b5761288b612561565b604052919050565b600060208083850312156128a657600080fd5b825167ffffffffffffffff808211156128be57600080fd5b818501915085601f8301126128d257600080fd5b8151818111156128e4576128e4612561565b6128f2848260051b01612844565b8181528481019250606091820284018501918883111561291157600080fd5b938501935b828510156129645780858a03121561292e5760008081fd5b61293661281b565b8551612941816127b7565b815285870151878201526040808701519082015284529384019392850192612916565b50979650505050505050565b60006020828403121561298257600080fd5b81518015158114611dfa57600080fd5b600067ffffffffffffffff8083168181036129af576129af612696565b6001019392505050565b60006020808301818452808551808352604092508286019150828160051b87010184880160005b83811015612b0f577fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc08984030185528151610140612a43858351805163ffffffff1682526020808201519083015260409081015167ffffffffffffffff16910152565b888201516060612a5a8188018363ffffffff169052565b8984015191506080612a838189018473ffffffffffffffffffffffffffffffffffffffff169052565b9084015160a0888101919091529084015160c08089019190915290840151915060e090612ac78289018473ffffffffffffffffffffffffffffffffffffffff169052565b84015161010088018490529150612ae0878401836123a9565b930151868403610120880152929150612afb905081836123a9565b9689019694505050908601906001016129e0565b509098975050505050505050565b60008251612b2f818460208701612385565b9190910192915050565b7fffffffff000000000000000000000000000000000000000000000000000000008360e01b16815260008251612b76816004850160208701612385565b919091016004019392505050565b60007f7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82036126f6576126f6612696565b80820180821115611bcf57611bcf612696565b600060208284031215612bda57600080fd5b8151611dfa816127b7565b600060208284031215612bf757600080fd5b8151611dfa81612406565b6000815160208301517fffffffff0000000000000000000000000000000000000000000000000000000080821693506004831015611a395760049290920360031b82901b161692915050565b81810381811115611bcf57611bcf612696565b600060208284031215612c7357600080fd5b815167ffffffffffffffff80821115612c8b57600080fd5b818401915084601f830112612c9f57600080fd5b815181811115612cb157612cb1612561565b612ce260207fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f84011601612844565b9150808252856020828501011115612cf957600080fd5b6121bc816020840160208601612385565b80356020831015611bcf577fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff602084900360031b1b1692915050565b7fffffffffffffffff000000000000000000000000000000000000000000000000813581811691600885101561268e5760089490940360031b84901b169092169291505056fea26474726f6e5822122014add46c6be7e04dd99c44684069baaa8ac8dad092812901c987dd8174f11d4d64736f6c63430008140033",
366
+ "linkReferences": {},
367
+ "deployedLinkReferences": {}
368
+ }
@@ -0,0 +1,44 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "IOAppComposer",
4
+ "sourceName": "contracts/oapp/interfaces/IOAppComposer.sol",
5
+ "abi": [
6
+ {
7
+ "inputs": [
8
+ {
9
+ "internalType": "address",
10
+ "name": "_from",
11
+ "type": "address"
12
+ },
13
+ {
14
+ "internalType": "bytes32",
15
+ "name": "_guid",
16
+ "type": "bytes32"
17
+ },
18
+ {
19
+ "internalType": "bytes",
20
+ "name": "_message",
21
+ "type": "bytes"
22
+ },
23
+ {
24
+ "internalType": "address",
25
+ "name": "_executor",
26
+ "type": "address"
27
+ },
28
+ {
29
+ "internalType": "bytes",
30
+ "name": "_extraData",
31
+ "type": "bytes"
32
+ }
33
+ ],
34
+ "name": "lzCompose",
35
+ "outputs": [],
36
+ "stateMutability": "payable",
37
+ "type": "function"
38
+ }
39
+ ],
40
+ "bytecode": "0x",
41
+ "deployedBytecode": "0x",
42
+ "linkReferences": {},
43
+ "deployedLinkReferences": {}
44
+ }
@@ -0,0 +1,148 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "IOAppCore",
4
+ "sourceName": "contracts/oapp/interfaces/IOAppCore.sol",
5
+ "abi": [
6
+ {
7
+ "inputs": [],
8
+ "name": "InvalidDelegate",
9
+ "type": "error"
10
+ },
11
+ {
12
+ "inputs": [],
13
+ "name": "InvalidEndpointCall",
14
+ "type": "error"
15
+ },
16
+ {
17
+ "inputs": [
18
+ {
19
+ "internalType": "uint32",
20
+ "name": "eid",
21
+ "type": "uint32"
22
+ }
23
+ ],
24
+ "name": "NoPeer",
25
+ "type": "error"
26
+ },
27
+ {
28
+ "inputs": [
29
+ {
30
+ "internalType": "uint32",
31
+ "name": "eid",
32
+ "type": "uint32"
33
+ },
34
+ {
35
+ "internalType": "bytes32",
36
+ "name": "sender",
37
+ "type": "bytes32"
38
+ }
39
+ ],
40
+ "name": "OnlyPeer",
41
+ "type": "error"
42
+ },
43
+ {
44
+ "anonymous": false,
45
+ "inputs": [
46
+ {
47
+ "indexed": false,
48
+ "internalType": "uint32",
49
+ "name": "eid",
50
+ "type": "uint32"
51
+ },
52
+ {
53
+ "indexed": false,
54
+ "internalType": "bytes32",
55
+ "name": "peer",
56
+ "type": "bytes32"
57
+ }
58
+ ],
59
+ "name": "PeerSet",
60
+ "type": "event"
61
+ },
62
+ {
63
+ "inputs": [],
64
+ "name": "endpoint",
65
+ "outputs": [
66
+ {
67
+ "internalType": "contract ILayerZeroEndpointV2",
68
+ "name": "iEndpoint",
69
+ "type": "address"
70
+ }
71
+ ],
72
+ "stateMutability": "view",
73
+ "type": "function"
74
+ },
75
+ {
76
+ "inputs": [],
77
+ "name": "oAppVersion",
78
+ "outputs": [
79
+ {
80
+ "internalType": "uint64",
81
+ "name": "senderVersion",
82
+ "type": "uint64"
83
+ },
84
+ {
85
+ "internalType": "uint64",
86
+ "name": "receiverVersion",
87
+ "type": "uint64"
88
+ }
89
+ ],
90
+ "stateMutability": "view",
91
+ "type": "function"
92
+ },
93
+ {
94
+ "inputs": [
95
+ {
96
+ "internalType": "uint32",
97
+ "name": "_eid",
98
+ "type": "uint32"
99
+ }
100
+ ],
101
+ "name": "peers",
102
+ "outputs": [
103
+ {
104
+ "internalType": "bytes32",
105
+ "name": "peer",
106
+ "type": "bytes32"
107
+ }
108
+ ],
109
+ "stateMutability": "view",
110
+ "type": "function"
111
+ },
112
+ {
113
+ "inputs": [
114
+ {
115
+ "internalType": "address",
116
+ "name": "_delegate",
117
+ "type": "address"
118
+ }
119
+ ],
120
+ "name": "setDelegate",
121
+ "outputs": [],
122
+ "stateMutability": "nonpayable",
123
+ "type": "function"
124
+ },
125
+ {
126
+ "inputs": [
127
+ {
128
+ "internalType": "uint32",
129
+ "name": "_eid",
130
+ "type": "uint32"
131
+ },
132
+ {
133
+ "internalType": "bytes32",
134
+ "name": "_peer",
135
+ "type": "bytes32"
136
+ }
137
+ ],
138
+ "name": "setPeer",
139
+ "outputs": [],
140
+ "stateMutability": "nonpayable",
141
+ "type": "function"
142
+ }
143
+ ],
144
+ "bytecode": "0x",
145
+ "deployedBytecode": "0x",
146
+ "linkReferences": {},
147
+ "deployedLinkReferences": {}
148
+ }