@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
@@ -1,2955 +0,0 @@
1
- {
2
- "address": "0x59F2f1fCfE2474fD5F0b9BA1E73ca90b143Eb8d0",
3
- "abi": [
4
- {
5
- "inputs": [
6
- {
7
- "internalType": "uint32",
8
- "name": "_eid",
9
- "type": "uint32"
10
- },
11
- {
12
- "internalType": "address",
13
- "name": "_owner",
14
- "type": "address"
15
- }
16
- ],
17
- "stateMutability": "nonpayable",
18
- "type": "constructor"
19
- },
20
- {
21
- "inputs": [],
22
- "name": "AlreadyRegistered",
23
- "type": "error"
24
- },
25
- {
26
- "inputs": [],
27
- "name": "ComposeExists",
28
- "type": "error"
29
- },
30
- {
31
- "inputs": [
32
- {
33
- "internalType": "bytes32",
34
- "name": "expected",
35
- "type": "bytes32"
36
- },
37
- {
38
- "internalType": "bytes32",
39
- "name": "actual",
40
- "type": "bytes32"
41
- }
42
- ],
43
- "name": "ComposeNotFound",
44
- "type": "error"
45
- },
46
- {
47
- "inputs": [],
48
- "name": "DefaultReceiveLibUnavailable",
49
- "type": "error"
50
- },
51
- {
52
- "inputs": [],
53
- "name": "DefaultSendLibUnavailable",
54
- "type": "error"
55
- },
56
- {
57
- "inputs": [
58
- {
59
- "internalType": "uint256",
60
- "name": "requiredNative",
61
- "type": "uint256"
62
- },
63
- {
64
- "internalType": "uint256",
65
- "name": "suppliedNative",
66
- "type": "uint256"
67
- },
68
- {
69
- "internalType": "uint256",
70
- "name": "requiredLzToken",
71
- "type": "uint256"
72
- },
73
- {
74
- "internalType": "uint256",
75
- "name": "suppliedLzToken",
76
- "type": "uint256"
77
- }
78
- ],
79
- "name": "InsufficientFee",
80
- "type": "error"
81
- },
82
- {
83
- "inputs": [],
84
- "name": "InvalidExpiry",
85
- "type": "error"
86
- },
87
- {
88
- "inputs": [
89
- {
90
- "internalType": "uint64",
91
- "name": "nonce",
92
- "type": "uint64"
93
- }
94
- ],
95
- "name": "InvalidNonce",
96
- "type": "error"
97
- },
98
- {
99
- "inputs": [],
100
- "name": "InvalidPayloadHash",
101
- "type": "error"
102
- },
103
- {
104
- "inputs": [],
105
- "name": "InvalidReceiveLibrary",
106
- "type": "error"
107
- },
108
- {
109
- "inputs": [],
110
- "name": "LzTokenUnavailable",
111
- "type": "error"
112
- },
113
- {
114
- "inputs": [],
115
- "name": "OnlyNonDefaultLib",
116
- "type": "error"
117
- },
118
- {
119
- "inputs": [],
120
- "name": "OnlyReceiveLib",
121
- "type": "error"
122
- },
123
- {
124
- "inputs": [],
125
- "name": "OnlyRegisteredLib",
126
- "type": "error"
127
- },
128
- {
129
- "inputs": [],
130
- "name": "OnlyRegisteredOrDefaultLib",
131
- "type": "error"
132
- },
133
- {
134
- "inputs": [],
135
- "name": "OnlySendLib",
136
- "type": "error"
137
- },
138
- {
139
- "inputs": [],
140
- "name": "PathNotInitializable",
141
- "type": "error"
142
- },
143
- {
144
- "inputs": [],
145
- "name": "PathNotVerifiable",
146
- "type": "error"
147
- },
148
- {
149
- "inputs": [
150
- {
151
- "internalType": "bytes32",
152
- "name": "expected",
153
- "type": "bytes32"
154
- },
155
- {
156
- "internalType": "bytes32",
157
- "name": "actual",
158
- "type": "bytes32"
159
- }
160
- ],
161
- "name": "PayloadHashNotFound",
162
- "type": "error"
163
- },
164
- {
165
- "inputs": [],
166
- "name": "SameValue",
167
- "type": "error"
168
- },
169
- {
170
- "inputs": [],
171
- "name": "SendReentrancy",
172
- "type": "error"
173
- },
174
- {
175
- "inputs": [],
176
- "name": "ToAddressIsZero",
177
- "type": "error"
178
- },
179
- {
180
- "inputs": [
181
- {
182
- "internalType": "address",
183
- "name": "_to",
184
- "type": "address"
185
- },
186
- {
187
- "internalType": "uint256",
188
- "name": "_value",
189
- "type": "uint256"
190
- }
191
- ],
192
- "name": "TransferNativeFailed",
193
- "type": "error"
194
- },
195
- {
196
- "inputs": [],
197
- "name": "Unauthorized",
198
- "type": "error"
199
- },
200
- {
201
- "inputs": [],
202
- "name": "UnsupportedEid",
203
- "type": "error"
204
- },
205
- {
206
- "inputs": [],
207
- "name": "UnsupportedInterface",
208
- "type": "error"
209
- },
210
- {
211
- "inputs": [],
212
- "name": "ZeroLzTokenFee",
213
- "type": "error"
214
- },
215
- {
216
- "anonymous": false,
217
- "inputs": [
218
- {
219
- "indexed": false,
220
- "internalType": "address",
221
- "name": "from",
222
- "type": "address"
223
- },
224
- {
225
- "indexed": false,
226
- "internalType": "address",
227
- "name": "to",
228
- "type": "address"
229
- },
230
- {
231
- "indexed": false,
232
- "internalType": "bytes32",
233
- "name": "guid",
234
- "type": "bytes32"
235
- },
236
- {
237
- "indexed": false,
238
- "internalType": "uint16",
239
- "name": "index",
240
- "type": "uint16"
241
- }
242
- ],
243
- "name": "ComposeDelivered",
244
- "type": "event"
245
- },
246
- {
247
- "anonymous": false,
248
- "inputs": [
249
- {
250
- "indexed": false,
251
- "internalType": "address",
252
- "name": "from",
253
- "type": "address"
254
- },
255
- {
256
- "indexed": false,
257
- "internalType": "address",
258
- "name": "to",
259
- "type": "address"
260
- },
261
- {
262
- "indexed": false,
263
- "internalType": "bytes32",
264
- "name": "guid",
265
- "type": "bytes32"
266
- },
267
- {
268
- "indexed": false,
269
- "internalType": "uint16",
270
- "name": "index",
271
- "type": "uint16"
272
- },
273
- {
274
- "indexed": false,
275
- "internalType": "bytes",
276
- "name": "message",
277
- "type": "bytes"
278
- }
279
- ],
280
- "name": "ComposeSent",
281
- "type": "event"
282
- },
283
- {
284
- "anonymous": false,
285
- "inputs": [
286
- {
287
- "indexed": false,
288
- "internalType": "uint32",
289
- "name": "eid",
290
- "type": "uint32"
291
- },
292
- {
293
- "indexed": false,
294
- "internalType": "address",
295
- "name": "oldLib",
296
- "type": "address"
297
- },
298
- {
299
- "indexed": false,
300
- "internalType": "address",
301
- "name": "newLib",
302
- "type": "address"
303
- }
304
- ],
305
- "name": "DefaultReceiveLibrarySet",
306
- "type": "event"
307
- },
308
- {
309
- "anonymous": false,
310
- "inputs": [
311
- {
312
- "indexed": false,
313
- "internalType": "uint32",
314
- "name": "eid",
315
- "type": "uint32"
316
- },
317
- {
318
- "indexed": false,
319
- "internalType": "address",
320
- "name": "oldLib",
321
- "type": "address"
322
- },
323
- {
324
- "indexed": false,
325
- "internalType": "uint256",
326
- "name": "expiry",
327
- "type": "uint256"
328
- }
329
- ],
330
- "name": "DefaultReceiveLibraryTimeoutSet",
331
- "type": "event"
332
- },
333
- {
334
- "anonymous": false,
335
- "inputs": [
336
- {
337
- "indexed": false,
338
- "internalType": "uint32",
339
- "name": "eid",
340
- "type": "uint32"
341
- },
342
- {
343
- "indexed": false,
344
- "internalType": "address",
345
- "name": "newLib",
346
- "type": "address"
347
- }
348
- ],
349
- "name": "DefaultSendLibrarySet",
350
- "type": "event"
351
- },
352
- {
353
- "anonymous": false,
354
- "inputs": [
355
- {
356
- "indexed": false,
357
- "internalType": "uint32",
358
- "name": "srcEid",
359
- "type": "uint32"
360
- },
361
- {
362
- "indexed": false,
363
- "internalType": "bytes32",
364
- "name": "sender",
365
- "type": "bytes32"
366
- },
367
- {
368
- "indexed": false,
369
- "internalType": "address",
370
- "name": "receiver",
371
- "type": "address"
372
- },
373
- {
374
- "indexed": false,
375
- "internalType": "uint64",
376
- "name": "nonce",
377
- "type": "uint64"
378
- }
379
- ],
380
- "name": "InboundNonceSkipped",
381
- "type": "event"
382
- },
383
- {
384
- "anonymous": false,
385
- "inputs": [
386
- {
387
- "indexed": false,
388
- "internalType": "address",
389
- "name": "newLib",
390
- "type": "address"
391
- }
392
- ],
393
- "name": "LibraryRegistered",
394
- "type": "event"
395
- },
396
- {
397
- "anonymous": false,
398
- "inputs": [
399
- {
400
- "indexed": true,
401
- "internalType": "address",
402
- "name": "from",
403
- "type": "address"
404
- },
405
- {
406
- "indexed": true,
407
- "internalType": "address",
408
- "name": "to",
409
- "type": "address"
410
- },
411
- {
412
- "indexed": true,
413
- "internalType": "address",
414
- "name": "executor",
415
- "type": "address"
416
- },
417
- {
418
- "indexed": false,
419
- "internalType": "bytes32",
420
- "name": "guid",
421
- "type": "bytes32"
422
- },
423
- {
424
- "indexed": false,
425
- "internalType": "uint16",
426
- "name": "index",
427
- "type": "uint16"
428
- },
429
- {
430
- "indexed": false,
431
- "internalType": "uint256",
432
- "name": "gas",
433
- "type": "uint256"
434
- },
435
- {
436
- "indexed": false,
437
- "internalType": "uint256",
438
- "name": "value",
439
- "type": "uint256"
440
- },
441
- {
442
- "indexed": false,
443
- "internalType": "bytes",
444
- "name": "message",
445
- "type": "bytes"
446
- },
447
- {
448
- "indexed": false,
449
- "internalType": "bytes",
450
- "name": "extraData",
451
- "type": "bytes"
452
- },
453
- {
454
- "indexed": false,
455
- "internalType": "bytes",
456
- "name": "reason",
457
- "type": "bytes"
458
- }
459
- ],
460
- "name": "LzComposeAlert",
461
- "type": "event"
462
- },
463
- {
464
- "anonymous": false,
465
- "inputs": [
466
- {
467
- "indexed": true,
468
- "internalType": "address",
469
- "name": "receiver",
470
- "type": "address"
471
- },
472
- {
473
- "indexed": true,
474
- "internalType": "address",
475
- "name": "executor",
476
- "type": "address"
477
- },
478
- {
479
- "components": [
480
- {
481
- "internalType": "uint32",
482
- "name": "srcEid",
483
- "type": "uint32"
484
- },
485
- {
486
- "internalType": "bytes32",
487
- "name": "sender",
488
- "type": "bytes32"
489
- },
490
- {
491
- "internalType": "uint64",
492
- "name": "nonce",
493
- "type": "uint64"
494
- }
495
- ],
496
- "indexed": false,
497
- "internalType": "struct Origin",
498
- "name": "origin",
499
- "type": "tuple"
500
- },
501
- {
502
- "indexed": false,
503
- "internalType": "bytes32",
504
- "name": "guid",
505
- "type": "bytes32"
506
- },
507
- {
508
- "indexed": false,
509
- "internalType": "uint256",
510
- "name": "gas",
511
- "type": "uint256"
512
- },
513
- {
514
- "indexed": false,
515
- "internalType": "uint256",
516
- "name": "value",
517
- "type": "uint256"
518
- },
519
- {
520
- "indexed": false,
521
- "internalType": "bytes",
522
- "name": "message",
523
- "type": "bytes"
524
- },
525
- {
526
- "indexed": false,
527
- "internalType": "bytes",
528
- "name": "extraData",
529
- "type": "bytes"
530
- },
531
- {
532
- "indexed": false,
533
- "internalType": "bytes",
534
- "name": "reason",
535
- "type": "bytes"
536
- }
537
- ],
538
- "name": "LzReceiveAlert",
539
- "type": "event"
540
- },
541
- {
542
- "anonymous": false,
543
- "inputs": [
544
- {
545
- "indexed": false,
546
- "internalType": "address",
547
- "name": "token",
548
- "type": "address"
549
- }
550
- ],
551
- "name": "LzTokenSet",
552
- "type": "event"
553
- },
554
- {
555
- "anonymous": false,
556
- "inputs": [
557
- {
558
- "indexed": true,
559
- "internalType": "address",
560
- "name": "previousOwner",
561
- "type": "address"
562
- },
563
- {
564
- "indexed": true,
565
- "internalType": "address",
566
- "name": "newOwner",
567
- "type": "address"
568
- }
569
- ],
570
- "name": "OwnershipTransferred",
571
- "type": "event"
572
- },
573
- {
574
- "anonymous": false,
575
- "inputs": [
576
- {
577
- "indexed": false,
578
- "internalType": "uint32",
579
- "name": "srcEid",
580
- "type": "uint32"
581
- },
582
- {
583
- "indexed": false,
584
- "internalType": "bytes32",
585
- "name": "sender",
586
- "type": "bytes32"
587
- },
588
- {
589
- "indexed": false,
590
- "internalType": "address",
591
- "name": "receiver",
592
- "type": "address"
593
- },
594
- {
595
- "indexed": false,
596
- "internalType": "uint64",
597
- "name": "nonce",
598
- "type": "uint64"
599
- },
600
- {
601
- "indexed": false,
602
- "internalType": "bytes32",
603
- "name": "payloadHash",
604
- "type": "bytes32"
605
- }
606
- ],
607
- "name": "PacketBurnt",
608
- "type": "event"
609
- },
610
- {
611
- "anonymous": false,
612
- "inputs": [
613
- {
614
- "components": [
615
- {
616
- "internalType": "uint32",
617
- "name": "srcEid",
618
- "type": "uint32"
619
- },
620
- {
621
- "internalType": "bytes32",
622
- "name": "sender",
623
- "type": "bytes32"
624
- },
625
- {
626
- "internalType": "uint64",
627
- "name": "nonce",
628
- "type": "uint64"
629
- }
630
- ],
631
- "indexed": false,
632
- "internalType": "struct Origin",
633
- "name": "origin",
634
- "type": "tuple"
635
- },
636
- {
637
- "indexed": false,
638
- "internalType": "address",
639
- "name": "receiver",
640
- "type": "address"
641
- }
642
- ],
643
- "name": "PacketDelivered",
644
- "type": "event"
645
- },
646
- {
647
- "anonymous": false,
648
- "inputs": [
649
- {
650
- "indexed": false,
651
- "internalType": "uint32",
652
- "name": "srcEid",
653
- "type": "uint32"
654
- },
655
- {
656
- "indexed": false,
657
- "internalType": "bytes32",
658
- "name": "sender",
659
- "type": "bytes32"
660
- },
661
- {
662
- "indexed": false,
663
- "internalType": "address",
664
- "name": "receiver",
665
- "type": "address"
666
- },
667
- {
668
- "indexed": false,
669
- "internalType": "uint64",
670
- "name": "nonce",
671
- "type": "uint64"
672
- },
673
- {
674
- "indexed": false,
675
- "internalType": "bytes32",
676
- "name": "payloadHash",
677
- "type": "bytes32"
678
- }
679
- ],
680
- "name": "PacketNilified",
681
- "type": "event"
682
- },
683
- {
684
- "anonymous": false,
685
- "inputs": [
686
- {
687
- "indexed": false,
688
- "internalType": "bytes",
689
- "name": "encodedPayload",
690
- "type": "bytes"
691
- },
692
- {
693
- "indexed": false,
694
- "internalType": "bytes",
695
- "name": "options",
696
- "type": "bytes"
697
- },
698
- {
699
- "indexed": false,
700
- "internalType": "address",
701
- "name": "sendLibrary",
702
- "type": "address"
703
- }
704
- ],
705
- "name": "PacketSent",
706
- "type": "event"
707
- },
708
- {
709
- "anonymous": false,
710
- "inputs": [
711
- {
712
- "components": [
713
- {
714
- "internalType": "uint32",
715
- "name": "srcEid",
716
- "type": "uint32"
717
- },
718
- {
719
- "internalType": "bytes32",
720
- "name": "sender",
721
- "type": "bytes32"
722
- },
723
- {
724
- "internalType": "uint64",
725
- "name": "nonce",
726
- "type": "uint64"
727
- }
728
- ],
729
- "indexed": false,
730
- "internalType": "struct Origin",
731
- "name": "origin",
732
- "type": "tuple"
733
- },
734
- {
735
- "indexed": false,
736
- "internalType": "address",
737
- "name": "receiver",
738
- "type": "address"
739
- },
740
- {
741
- "indexed": false,
742
- "internalType": "bytes32",
743
- "name": "payloadHash",
744
- "type": "bytes32"
745
- }
746
- ],
747
- "name": "PacketVerified",
748
- "type": "event"
749
- },
750
- {
751
- "anonymous": false,
752
- "inputs": [
753
- {
754
- "indexed": false,
755
- "internalType": "address",
756
- "name": "receiver",
757
- "type": "address"
758
- },
759
- {
760
- "indexed": false,
761
- "internalType": "uint32",
762
- "name": "eid",
763
- "type": "uint32"
764
- },
765
- {
766
- "indexed": false,
767
- "internalType": "address",
768
- "name": "oldLib",
769
- "type": "address"
770
- },
771
- {
772
- "indexed": false,
773
- "internalType": "address",
774
- "name": "newLib",
775
- "type": "address"
776
- }
777
- ],
778
- "name": "ReceiveLibrarySet",
779
- "type": "event"
780
- },
781
- {
782
- "anonymous": false,
783
- "inputs": [
784
- {
785
- "indexed": false,
786
- "internalType": "address",
787
- "name": "receiver",
788
- "type": "address"
789
- },
790
- {
791
- "indexed": false,
792
- "internalType": "uint32",
793
- "name": "eid",
794
- "type": "uint32"
795
- },
796
- {
797
- "indexed": false,
798
- "internalType": "address",
799
- "name": "oldLib",
800
- "type": "address"
801
- },
802
- {
803
- "indexed": false,
804
- "internalType": "uint256",
805
- "name": "timeout",
806
- "type": "uint256"
807
- }
808
- ],
809
- "name": "ReceiveLibraryTimeoutSet",
810
- "type": "event"
811
- },
812
- {
813
- "anonymous": false,
814
- "inputs": [
815
- {
816
- "indexed": false,
817
- "internalType": "address",
818
- "name": "sender",
819
- "type": "address"
820
- },
821
- {
822
- "indexed": false,
823
- "internalType": "uint32",
824
- "name": "eid",
825
- "type": "uint32"
826
- },
827
- {
828
- "indexed": false,
829
- "internalType": "address",
830
- "name": "newLib",
831
- "type": "address"
832
- }
833
- ],
834
- "name": "SendLibrarySet",
835
- "type": "event"
836
- },
837
- {
838
- "inputs": [],
839
- "name": "EMPTY_PAYLOAD_HASH",
840
- "outputs": [
841
- {
842
- "internalType": "bytes32",
843
- "name": "",
844
- "type": "bytes32"
845
- }
846
- ],
847
- "stateMutability": "view",
848
- "type": "function"
849
- },
850
- {
851
- "inputs": [],
852
- "name": "NIL_PAYLOAD_HASH",
853
- "outputs": [
854
- {
855
- "internalType": "bytes32",
856
- "name": "",
857
- "type": "bytes32"
858
- }
859
- ],
860
- "stateMutability": "view",
861
- "type": "function"
862
- },
863
- {
864
- "inputs": [],
865
- "name": "blockedLibrary",
866
- "outputs": [
867
- {
868
- "internalType": "address",
869
- "name": "",
870
- "type": "address"
871
- }
872
- ],
873
- "stateMutability": "view",
874
- "type": "function"
875
- },
876
- {
877
- "inputs": [
878
- {
879
- "internalType": "address",
880
- "name": "_oapp",
881
- "type": "address"
882
- },
883
- {
884
- "internalType": "uint32",
885
- "name": "_srcEid",
886
- "type": "uint32"
887
- },
888
- {
889
- "internalType": "bytes32",
890
- "name": "_sender",
891
- "type": "bytes32"
892
- },
893
- {
894
- "internalType": "uint64",
895
- "name": "_nonce",
896
- "type": "uint64"
897
- },
898
- {
899
- "internalType": "bytes32",
900
- "name": "_payloadHash",
901
- "type": "bytes32"
902
- }
903
- ],
904
- "name": "burn",
905
- "outputs": [],
906
- "stateMutability": "nonpayable",
907
- "type": "function"
908
- },
909
- {
910
- "inputs": [
911
- {
912
- "internalType": "address",
913
- "name": "_oapp",
914
- "type": "address"
915
- },
916
- {
917
- "components": [
918
- {
919
- "internalType": "uint32",
920
- "name": "srcEid",
921
- "type": "uint32"
922
- },
923
- {
924
- "internalType": "bytes32",
925
- "name": "sender",
926
- "type": "bytes32"
927
- },
928
- {
929
- "internalType": "uint64",
930
- "name": "nonce",
931
- "type": "uint64"
932
- }
933
- ],
934
- "internalType": "struct Origin",
935
- "name": "_origin",
936
- "type": "tuple"
937
- },
938
- {
939
- "internalType": "bytes32",
940
- "name": "_guid",
941
- "type": "bytes32"
942
- },
943
- {
944
- "internalType": "bytes",
945
- "name": "_message",
946
- "type": "bytes"
947
- }
948
- ],
949
- "name": "clear",
950
- "outputs": [],
951
- "stateMutability": "nonpayable",
952
- "type": "function"
953
- },
954
- {
955
- "inputs": [
956
- {
957
- "internalType": "address",
958
- "name": "from",
959
- "type": "address"
960
- },
961
- {
962
- "internalType": "address",
963
- "name": "to",
964
- "type": "address"
965
- },
966
- {
967
- "internalType": "bytes32",
968
- "name": "guid",
969
- "type": "bytes32"
970
- },
971
- {
972
- "internalType": "uint16",
973
- "name": "index",
974
- "type": "uint16"
975
- }
976
- ],
977
- "name": "composeQueue",
978
- "outputs": [
979
- {
980
- "internalType": "bytes32",
981
- "name": "messageHash",
982
- "type": "bytes32"
983
- }
984
- ],
985
- "stateMutability": "view",
986
- "type": "function"
987
- },
988
- {
989
- "inputs": [
990
- {
991
- "internalType": "uint32",
992
- "name": "srcEid",
993
- "type": "uint32"
994
- }
995
- ],
996
- "name": "defaultReceiveLibrary",
997
- "outputs": [
998
- {
999
- "internalType": "address",
1000
- "name": "lib",
1001
- "type": "address"
1002
- }
1003
- ],
1004
- "stateMutability": "view",
1005
- "type": "function"
1006
- },
1007
- {
1008
- "inputs": [
1009
- {
1010
- "internalType": "uint32",
1011
- "name": "srcEid",
1012
- "type": "uint32"
1013
- }
1014
- ],
1015
- "name": "defaultReceiveLibraryTimeout",
1016
- "outputs": [
1017
- {
1018
- "internalType": "address",
1019
- "name": "lib",
1020
- "type": "address"
1021
- },
1022
- {
1023
- "internalType": "uint256",
1024
- "name": "expiry",
1025
- "type": "uint256"
1026
- }
1027
- ],
1028
- "stateMutability": "view",
1029
- "type": "function"
1030
- },
1031
- {
1032
- "inputs": [
1033
- {
1034
- "internalType": "uint32",
1035
- "name": "dstEid",
1036
- "type": "uint32"
1037
- }
1038
- ],
1039
- "name": "defaultSendLibrary",
1040
- "outputs": [
1041
- {
1042
- "internalType": "address",
1043
- "name": "lib",
1044
- "type": "address"
1045
- }
1046
- ],
1047
- "stateMutability": "view",
1048
- "type": "function"
1049
- },
1050
- {
1051
- "inputs": [
1052
- {
1053
- "internalType": "address",
1054
- "name": "oapp",
1055
- "type": "address"
1056
- }
1057
- ],
1058
- "name": "delegates",
1059
- "outputs": [
1060
- {
1061
- "internalType": "address",
1062
- "name": "delegate",
1063
- "type": "address"
1064
- }
1065
- ],
1066
- "stateMutability": "view",
1067
- "type": "function"
1068
- },
1069
- {
1070
- "inputs": [],
1071
- "name": "eid",
1072
- "outputs": [
1073
- {
1074
- "internalType": "uint32",
1075
- "name": "",
1076
- "type": "uint32"
1077
- }
1078
- ],
1079
- "stateMutability": "view",
1080
- "type": "function"
1081
- },
1082
- {
1083
- "inputs": [
1084
- {
1085
- "components": [
1086
- {
1087
- "internalType": "uint32",
1088
- "name": "srcEid",
1089
- "type": "uint32"
1090
- },
1091
- {
1092
- "internalType": "bytes32",
1093
- "name": "sender",
1094
- "type": "bytes32"
1095
- },
1096
- {
1097
- "internalType": "uint64",
1098
- "name": "nonce",
1099
- "type": "uint64"
1100
- }
1101
- ],
1102
- "internalType": "struct Origin",
1103
- "name": "_origin",
1104
- "type": "tuple"
1105
- },
1106
- {
1107
- "internalType": "address",
1108
- "name": "_receiver",
1109
- "type": "address"
1110
- }
1111
- ],
1112
- "name": "executable",
1113
- "outputs": [
1114
- {
1115
- "internalType": "enum ExecutionState",
1116
- "name": "",
1117
- "type": "uint8"
1118
- }
1119
- ],
1120
- "stateMutability": "view",
1121
- "type": "function"
1122
- },
1123
- {
1124
- "inputs": [
1125
- {
1126
- "internalType": "address",
1127
- "name": "_oapp",
1128
- "type": "address"
1129
- },
1130
- {
1131
- "internalType": "address",
1132
- "name": "_lib",
1133
- "type": "address"
1134
- },
1135
- {
1136
- "internalType": "uint32",
1137
- "name": "_eid",
1138
- "type": "uint32"
1139
- },
1140
- {
1141
- "internalType": "uint32",
1142
- "name": "_configType",
1143
- "type": "uint32"
1144
- }
1145
- ],
1146
- "name": "getConfig",
1147
- "outputs": [
1148
- {
1149
- "internalType": "bytes",
1150
- "name": "config",
1151
- "type": "bytes"
1152
- }
1153
- ],
1154
- "stateMutability": "view",
1155
- "type": "function"
1156
- },
1157
- {
1158
- "inputs": [
1159
- {
1160
- "internalType": "address",
1161
- "name": "_receiver",
1162
- "type": "address"
1163
- },
1164
- {
1165
- "internalType": "uint32",
1166
- "name": "_srcEid",
1167
- "type": "uint32"
1168
- }
1169
- ],
1170
- "name": "getReceiveLibrary",
1171
- "outputs": [
1172
- {
1173
- "internalType": "address",
1174
- "name": "lib",
1175
- "type": "address"
1176
- },
1177
- {
1178
- "internalType": "bool",
1179
- "name": "isDefault",
1180
- "type": "bool"
1181
- }
1182
- ],
1183
- "stateMutability": "view",
1184
- "type": "function"
1185
- },
1186
- {
1187
- "inputs": [],
1188
- "name": "getRegisteredLibraries",
1189
- "outputs": [
1190
- {
1191
- "internalType": "address[]",
1192
- "name": "",
1193
- "type": "address[]"
1194
- }
1195
- ],
1196
- "stateMutability": "view",
1197
- "type": "function"
1198
- },
1199
- {
1200
- "inputs": [],
1201
- "name": "getSendContext",
1202
- "outputs": [
1203
- {
1204
- "internalType": "uint32",
1205
- "name": "",
1206
- "type": "uint32"
1207
- },
1208
- {
1209
- "internalType": "address",
1210
- "name": "",
1211
- "type": "address"
1212
- }
1213
- ],
1214
- "stateMutability": "view",
1215
- "type": "function"
1216
- },
1217
- {
1218
- "inputs": [
1219
- {
1220
- "internalType": "address",
1221
- "name": "_sender",
1222
- "type": "address"
1223
- },
1224
- {
1225
- "internalType": "uint32",
1226
- "name": "_dstEid",
1227
- "type": "uint32"
1228
- }
1229
- ],
1230
- "name": "getSendLibrary",
1231
- "outputs": [
1232
- {
1233
- "internalType": "address",
1234
- "name": "lib",
1235
- "type": "address"
1236
- }
1237
- ],
1238
- "stateMutability": "view",
1239
- "type": "function"
1240
- },
1241
- {
1242
- "inputs": [
1243
- {
1244
- "internalType": "address",
1245
- "name": "_receiver",
1246
- "type": "address"
1247
- },
1248
- {
1249
- "internalType": "uint32",
1250
- "name": "_srcEid",
1251
- "type": "uint32"
1252
- },
1253
- {
1254
- "internalType": "bytes32",
1255
- "name": "_sender",
1256
- "type": "bytes32"
1257
- }
1258
- ],
1259
- "name": "inboundNonce",
1260
- "outputs": [
1261
- {
1262
- "internalType": "uint64",
1263
- "name": "",
1264
- "type": "uint64"
1265
- }
1266
- ],
1267
- "stateMutability": "view",
1268
- "type": "function"
1269
- },
1270
- {
1271
- "inputs": [
1272
- {
1273
- "internalType": "address",
1274
- "name": "receiver",
1275
- "type": "address"
1276
- },
1277
- {
1278
- "internalType": "uint32",
1279
- "name": "srcEid",
1280
- "type": "uint32"
1281
- },
1282
- {
1283
- "internalType": "bytes32",
1284
- "name": "sender",
1285
- "type": "bytes32"
1286
- },
1287
- {
1288
- "internalType": "uint64",
1289
- "name": "inboundNonce",
1290
- "type": "uint64"
1291
- }
1292
- ],
1293
- "name": "inboundPayloadHash",
1294
- "outputs": [
1295
- {
1296
- "internalType": "bytes32",
1297
- "name": "payloadHash",
1298
- "type": "bytes32"
1299
- }
1300
- ],
1301
- "stateMutability": "view",
1302
- "type": "function"
1303
- },
1304
- {
1305
- "inputs": [
1306
- {
1307
- "internalType": "address",
1308
- "name": "_sender",
1309
- "type": "address"
1310
- },
1311
- {
1312
- "internalType": "uint32",
1313
- "name": "_dstEid",
1314
- "type": "uint32"
1315
- }
1316
- ],
1317
- "name": "isDefaultSendLibrary",
1318
- "outputs": [
1319
- {
1320
- "internalType": "bool",
1321
- "name": "",
1322
- "type": "bool"
1323
- }
1324
- ],
1325
- "stateMutability": "view",
1326
- "type": "function"
1327
- },
1328
- {
1329
- "inputs": [
1330
- {
1331
- "internalType": "address",
1332
- "name": "lib",
1333
- "type": "address"
1334
- }
1335
- ],
1336
- "name": "isRegisteredLibrary",
1337
- "outputs": [
1338
- {
1339
- "internalType": "bool",
1340
- "name": "",
1341
- "type": "bool"
1342
- }
1343
- ],
1344
- "stateMutability": "view",
1345
- "type": "function"
1346
- },
1347
- {
1348
- "inputs": [],
1349
- "name": "isSendingMessage",
1350
- "outputs": [
1351
- {
1352
- "internalType": "bool",
1353
- "name": "",
1354
- "type": "bool"
1355
- }
1356
- ],
1357
- "stateMutability": "view",
1358
- "type": "function"
1359
- },
1360
- {
1361
- "inputs": [
1362
- {
1363
- "internalType": "uint32",
1364
- "name": "_eid",
1365
- "type": "uint32"
1366
- }
1367
- ],
1368
- "name": "isSupportedEid",
1369
- "outputs": [
1370
- {
1371
- "internalType": "bool",
1372
- "name": "",
1373
- "type": "bool"
1374
- }
1375
- ],
1376
- "stateMutability": "view",
1377
- "type": "function"
1378
- },
1379
- {
1380
- "inputs": [
1381
- {
1382
- "internalType": "address",
1383
- "name": "_receiver",
1384
- "type": "address"
1385
- },
1386
- {
1387
- "internalType": "uint32",
1388
- "name": "_srcEid",
1389
- "type": "uint32"
1390
- },
1391
- {
1392
- "internalType": "address",
1393
- "name": "_actualReceiveLib",
1394
- "type": "address"
1395
- }
1396
- ],
1397
- "name": "isValidReceiveLibrary",
1398
- "outputs": [
1399
- {
1400
- "internalType": "bool",
1401
- "name": "",
1402
- "type": "bool"
1403
- }
1404
- ],
1405
- "stateMutability": "view",
1406
- "type": "function"
1407
- },
1408
- {
1409
- "inputs": [
1410
- {
1411
- "internalType": "address",
1412
- "name": "receiver",
1413
- "type": "address"
1414
- },
1415
- {
1416
- "internalType": "uint32",
1417
- "name": "srcEid",
1418
- "type": "uint32"
1419
- },
1420
- {
1421
- "internalType": "bytes32",
1422
- "name": "sender",
1423
- "type": "bytes32"
1424
- }
1425
- ],
1426
- "name": "lazyInboundNonce",
1427
- "outputs": [
1428
- {
1429
- "internalType": "uint64",
1430
- "name": "nonce",
1431
- "type": "uint64"
1432
- }
1433
- ],
1434
- "stateMutability": "view",
1435
- "type": "function"
1436
- },
1437
- {
1438
- "inputs": [
1439
- {
1440
- "internalType": "address",
1441
- "name": "_from",
1442
- "type": "address"
1443
- },
1444
- {
1445
- "internalType": "address",
1446
- "name": "_to",
1447
- "type": "address"
1448
- },
1449
- {
1450
- "internalType": "bytes32",
1451
- "name": "_guid",
1452
- "type": "bytes32"
1453
- },
1454
- {
1455
- "internalType": "uint16",
1456
- "name": "_index",
1457
- "type": "uint16"
1458
- },
1459
- {
1460
- "internalType": "bytes",
1461
- "name": "_message",
1462
- "type": "bytes"
1463
- },
1464
- {
1465
- "internalType": "bytes",
1466
- "name": "_extraData",
1467
- "type": "bytes"
1468
- }
1469
- ],
1470
- "name": "lzCompose",
1471
- "outputs": [],
1472
- "stateMutability": "payable",
1473
- "type": "function"
1474
- },
1475
- {
1476
- "inputs": [
1477
- {
1478
- "internalType": "address",
1479
- "name": "_from",
1480
- "type": "address"
1481
- },
1482
- {
1483
- "internalType": "address",
1484
- "name": "_to",
1485
- "type": "address"
1486
- },
1487
- {
1488
- "internalType": "bytes32",
1489
- "name": "_guid",
1490
- "type": "bytes32"
1491
- },
1492
- {
1493
- "internalType": "uint16",
1494
- "name": "_index",
1495
- "type": "uint16"
1496
- },
1497
- {
1498
- "internalType": "uint256",
1499
- "name": "_gas",
1500
- "type": "uint256"
1501
- },
1502
- {
1503
- "internalType": "uint256",
1504
- "name": "_value",
1505
- "type": "uint256"
1506
- },
1507
- {
1508
- "internalType": "bytes",
1509
- "name": "_message",
1510
- "type": "bytes"
1511
- },
1512
- {
1513
- "internalType": "bytes",
1514
- "name": "_extraData",
1515
- "type": "bytes"
1516
- },
1517
- {
1518
- "internalType": "bytes",
1519
- "name": "_reason",
1520
- "type": "bytes"
1521
- }
1522
- ],
1523
- "name": "lzComposeAlert",
1524
- "outputs": [],
1525
- "stateMutability": "nonpayable",
1526
- "type": "function"
1527
- },
1528
- {
1529
- "inputs": [
1530
- {
1531
- "components": [
1532
- {
1533
- "internalType": "uint32",
1534
- "name": "srcEid",
1535
- "type": "uint32"
1536
- },
1537
- {
1538
- "internalType": "bytes32",
1539
- "name": "sender",
1540
- "type": "bytes32"
1541
- },
1542
- {
1543
- "internalType": "uint64",
1544
- "name": "nonce",
1545
- "type": "uint64"
1546
- }
1547
- ],
1548
- "internalType": "struct Origin",
1549
- "name": "_origin",
1550
- "type": "tuple"
1551
- },
1552
- {
1553
- "internalType": "address",
1554
- "name": "_receiver",
1555
- "type": "address"
1556
- },
1557
- {
1558
- "internalType": "bytes32",
1559
- "name": "_guid",
1560
- "type": "bytes32"
1561
- },
1562
- {
1563
- "internalType": "bytes",
1564
- "name": "_message",
1565
- "type": "bytes"
1566
- },
1567
- {
1568
- "internalType": "bytes",
1569
- "name": "_extraData",
1570
- "type": "bytes"
1571
- }
1572
- ],
1573
- "name": "lzReceive",
1574
- "outputs": [],
1575
- "stateMutability": "payable",
1576
- "type": "function"
1577
- },
1578
- {
1579
- "inputs": [
1580
- {
1581
- "components": [
1582
- {
1583
- "internalType": "uint32",
1584
- "name": "srcEid",
1585
- "type": "uint32"
1586
- },
1587
- {
1588
- "internalType": "bytes32",
1589
- "name": "sender",
1590
- "type": "bytes32"
1591
- },
1592
- {
1593
- "internalType": "uint64",
1594
- "name": "nonce",
1595
- "type": "uint64"
1596
- }
1597
- ],
1598
- "internalType": "struct Origin",
1599
- "name": "_origin",
1600
- "type": "tuple"
1601
- },
1602
- {
1603
- "internalType": "address",
1604
- "name": "_receiver",
1605
- "type": "address"
1606
- },
1607
- {
1608
- "internalType": "bytes32",
1609
- "name": "_guid",
1610
- "type": "bytes32"
1611
- },
1612
- {
1613
- "internalType": "uint256",
1614
- "name": "_gas",
1615
- "type": "uint256"
1616
- },
1617
- {
1618
- "internalType": "uint256",
1619
- "name": "_value",
1620
- "type": "uint256"
1621
- },
1622
- {
1623
- "internalType": "bytes",
1624
- "name": "_message",
1625
- "type": "bytes"
1626
- },
1627
- {
1628
- "internalType": "bytes",
1629
- "name": "_extraData",
1630
- "type": "bytes"
1631
- },
1632
- {
1633
- "internalType": "bytes",
1634
- "name": "_reason",
1635
- "type": "bytes"
1636
- }
1637
- ],
1638
- "name": "lzReceiveAlert",
1639
- "outputs": [],
1640
- "stateMutability": "nonpayable",
1641
- "type": "function"
1642
- },
1643
- {
1644
- "inputs": [],
1645
- "name": "lzToken",
1646
- "outputs": [
1647
- {
1648
- "internalType": "address",
1649
- "name": "",
1650
- "type": "address"
1651
- }
1652
- ],
1653
- "stateMutability": "view",
1654
- "type": "function"
1655
- },
1656
- {
1657
- "inputs": [],
1658
- "name": "nativeToken",
1659
- "outputs": [
1660
- {
1661
- "internalType": "address",
1662
- "name": "",
1663
- "type": "address"
1664
- }
1665
- ],
1666
- "stateMutability": "view",
1667
- "type": "function"
1668
- },
1669
- {
1670
- "inputs": [
1671
- {
1672
- "internalType": "address",
1673
- "name": "_sender",
1674
- "type": "address"
1675
- },
1676
- {
1677
- "internalType": "uint32",
1678
- "name": "_dstEid",
1679
- "type": "uint32"
1680
- },
1681
- {
1682
- "internalType": "bytes32",
1683
- "name": "_receiver",
1684
- "type": "bytes32"
1685
- }
1686
- ],
1687
- "name": "nextGuid",
1688
- "outputs": [
1689
- {
1690
- "internalType": "bytes32",
1691
- "name": "",
1692
- "type": "bytes32"
1693
- }
1694
- ],
1695
- "stateMutability": "view",
1696
- "type": "function"
1697
- },
1698
- {
1699
- "inputs": [
1700
- {
1701
- "internalType": "address",
1702
- "name": "_oapp",
1703
- "type": "address"
1704
- },
1705
- {
1706
- "internalType": "uint32",
1707
- "name": "_srcEid",
1708
- "type": "uint32"
1709
- },
1710
- {
1711
- "internalType": "bytes32",
1712
- "name": "_sender",
1713
- "type": "bytes32"
1714
- },
1715
- {
1716
- "internalType": "uint64",
1717
- "name": "_nonce",
1718
- "type": "uint64"
1719
- },
1720
- {
1721
- "internalType": "bytes32",
1722
- "name": "_payloadHash",
1723
- "type": "bytes32"
1724
- }
1725
- ],
1726
- "name": "nilify",
1727
- "outputs": [],
1728
- "stateMutability": "nonpayable",
1729
- "type": "function"
1730
- },
1731
- {
1732
- "inputs": [
1733
- {
1734
- "internalType": "address",
1735
- "name": "sender",
1736
- "type": "address"
1737
- },
1738
- {
1739
- "internalType": "uint32",
1740
- "name": "dstEid",
1741
- "type": "uint32"
1742
- },
1743
- {
1744
- "internalType": "bytes32",
1745
- "name": "receiver",
1746
- "type": "bytes32"
1747
- }
1748
- ],
1749
- "name": "outboundNonce",
1750
- "outputs": [
1751
- {
1752
- "internalType": "uint64",
1753
- "name": "nonce",
1754
- "type": "uint64"
1755
- }
1756
- ],
1757
- "stateMutability": "view",
1758
- "type": "function"
1759
- },
1760
- {
1761
- "inputs": [],
1762
- "name": "owner",
1763
- "outputs": [
1764
- {
1765
- "internalType": "address",
1766
- "name": "",
1767
- "type": "address"
1768
- }
1769
- ],
1770
- "stateMutability": "view",
1771
- "type": "function"
1772
- },
1773
- {
1774
- "inputs": [
1775
- {
1776
- "components": [
1777
- {
1778
- "internalType": "uint32",
1779
- "name": "dstEid",
1780
- "type": "uint32"
1781
- },
1782
- {
1783
- "internalType": "bytes32",
1784
- "name": "receiver",
1785
- "type": "bytes32"
1786
- },
1787
- {
1788
- "internalType": "bytes",
1789
- "name": "message",
1790
- "type": "bytes"
1791
- },
1792
- {
1793
- "internalType": "bytes",
1794
- "name": "options",
1795
- "type": "bytes"
1796
- },
1797
- {
1798
- "internalType": "bool",
1799
- "name": "payInLzToken",
1800
- "type": "bool"
1801
- }
1802
- ],
1803
- "internalType": "struct MessagingParams",
1804
- "name": "_params",
1805
- "type": "tuple"
1806
- },
1807
- {
1808
- "internalType": "address",
1809
- "name": "_sender",
1810
- "type": "address"
1811
- }
1812
- ],
1813
- "name": "quote",
1814
- "outputs": [
1815
- {
1816
- "components": [
1817
- {
1818
- "internalType": "uint256",
1819
- "name": "nativeFee",
1820
- "type": "uint256"
1821
- },
1822
- {
1823
- "internalType": "uint256",
1824
- "name": "lzTokenFee",
1825
- "type": "uint256"
1826
- }
1827
- ],
1828
- "internalType": "struct MessagingFee",
1829
- "name": "",
1830
- "type": "tuple"
1831
- }
1832
- ],
1833
- "stateMutability": "view",
1834
- "type": "function"
1835
- },
1836
- {
1837
- "inputs": [
1838
- {
1839
- "internalType": "address",
1840
- "name": "receiver",
1841
- "type": "address"
1842
- },
1843
- {
1844
- "internalType": "uint32",
1845
- "name": "srcEid",
1846
- "type": "uint32"
1847
- }
1848
- ],
1849
- "name": "receiveLibraryTimeout",
1850
- "outputs": [
1851
- {
1852
- "internalType": "address",
1853
- "name": "lib",
1854
- "type": "address"
1855
- },
1856
- {
1857
- "internalType": "uint256",
1858
- "name": "expiry",
1859
- "type": "uint256"
1860
- }
1861
- ],
1862
- "stateMutability": "view",
1863
- "type": "function"
1864
- },
1865
- {
1866
- "inputs": [
1867
- {
1868
- "internalType": "address",
1869
- "name": "_token",
1870
- "type": "address"
1871
- },
1872
- {
1873
- "internalType": "address",
1874
- "name": "_to",
1875
- "type": "address"
1876
- },
1877
- {
1878
- "internalType": "uint256",
1879
- "name": "_amount",
1880
- "type": "uint256"
1881
- }
1882
- ],
1883
- "name": "recoverToken",
1884
- "outputs": [],
1885
- "stateMutability": "nonpayable",
1886
- "type": "function"
1887
- },
1888
- {
1889
- "inputs": [
1890
- {
1891
- "internalType": "address",
1892
- "name": "_lib",
1893
- "type": "address"
1894
- }
1895
- ],
1896
- "name": "registerLibrary",
1897
- "outputs": [],
1898
- "stateMutability": "nonpayable",
1899
- "type": "function"
1900
- },
1901
- {
1902
- "inputs": [],
1903
- "name": "renounceOwnership",
1904
- "outputs": [],
1905
- "stateMutability": "nonpayable",
1906
- "type": "function"
1907
- },
1908
- {
1909
- "inputs": [
1910
- {
1911
- "components": [
1912
- {
1913
- "internalType": "uint32",
1914
- "name": "dstEid",
1915
- "type": "uint32"
1916
- },
1917
- {
1918
- "internalType": "bytes32",
1919
- "name": "receiver",
1920
- "type": "bytes32"
1921
- },
1922
- {
1923
- "internalType": "bytes",
1924
- "name": "message",
1925
- "type": "bytes"
1926
- },
1927
- {
1928
- "internalType": "bytes",
1929
- "name": "options",
1930
- "type": "bytes"
1931
- },
1932
- {
1933
- "internalType": "bool",
1934
- "name": "payInLzToken",
1935
- "type": "bool"
1936
- }
1937
- ],
1938
- "internalType": "struct MessagingParams",
1939
- "name": "_params",
1940
- "type": "tuple"
1941
- },
1942
- {
1943
- "internalType": "address",
1944
- "name": "_refundAddress",
1945
- "type": "address"
1946
- }
1947
- ],
1948
- "name": "send",
1949
- "outputs": [
1950
- {
1951
- "components": [
1952
- {
1953
- "internalType": "bytes32",
1954
- "name": "guid",
1955
- "type": "bytes32"
1956
- },
1957
- {
1958
- "internalType": "uint64",
1959
- "name": "nonce",
1960
- "type": "uint64"
1961
- },
1962
- {
1963
- "components": [
1964
- {
1965
- "internalType": "uint256",
1966
- "name": "nativeFee",
1967
- "type": "uint256"
1968
- },
1969
- {
1970
- "internalType": "uint256",
1971
- "name": "lzTokenFee",
1972
- "type": "uint256"
1973
- }
1974
- ],
1975
- "internalType": "struct MessagingFee",
1976
- "name": "fee",
1977
- "type": "tuple"
1978
- }
1979
- ],
1980
- "internalType": "struct MessagingReceipt",
1981
- "name": "",
1982
- "type": "tuple"
1983
- }
1984
- ],
1985
- "stateMutability": "payable",
1986
- "type": "function"
1987
- },
1988
- {
1989
- "inputs": [
1990
- {
1991
- "internalType": "address",
1992
- "name": "_to",
1993
- "type": "address"
1994
- },
1995
- {
1996
- "internalType": "bytes32",
1997
- "name": "_guid",
1998
- "type": "bytes32"
1999
- },
2000
- {
2001
- "internalType": "uint16",
2002
- "name": "_index",
2003
- "type": "uint16"
2004
- },
2005
- {
2006
- "internalType": "bytes",
2007
- "name": "_message",
2008
- "type": "bytes"
2009
- }
2010
- ],
2011
- "name": "sendCompose",
2012
- "outputs": [],
2013
- "stateMutability": "nonpayable",
2014
- "type": "function"
2015
- },
2016
- {
2017
- "inputs": [
2018
- {
2019
- "internalType": "address",
2020
- "name": "_oapp",
2021
- "type": "address"
2022
- },
2023
- {
2024
- "internalType": "address",
2025
- "name": "_lib",
2026
- "type": "address"
2027
- },
2028
- {
2029
- "components": [
2030
- {
2031
- "internalType": "uint32",
2032
- "name": "eid",
2033
- "type": "uint32"
2034
- },
2035
- {
2036
- "internalType": "uint32",
2037
- "name": "configType",
2038
- "type": "uint32"
2039
- },
2040
- {
2041
- "internalType": "bytes",
2042
- "name": "config",
2043
- "type": "bytes"
2044
- }
2045
- ],
2046
- "internalType": "struct SetConfigParam[]",
2047
- "name": "_params",
2048
- "type": "tuple[]"
2049
- }
2050
- ],
2051
- "name": "setConfig",
2052
- "outputs": [],
2053
- "stateMutability": "nonpayable",
2054
- "type": "function"
2055
- },
2056
- {
2057
- "inputs": [
2058
- {
2059
- "internalType": "uint32",
2060
- "name": "_eid",
2061
- "type": "uint32"
2062
- },
2063
- {
2064
- "internalType": "address",
2065
- "name": "_newLib",
2066
- "type": "address"
2067
- },
2068
- {
2069
- "internalType": "uint256",
2070
- "name": "_gracePeriod",
2071
- "type": "uint256"
2072
- }
2073
- ],
2074
- "name": "setDefaultReceiveLibrary",
2075
- "outputs": [],
2076
- "stateMutability": "nonpayable",
2077
- "type": "function"
2078
- },
2079
- {
2080
- "inputs": [
2081
- {
2082
- "internalType": "uint32",
2083
- "name": "_eid",
2084
- "type": "uint32"
2085
- },
2086
- {
2087
- "internalType": "address",
2088
- "name": "_lib",
2089
- "type": "address"
2090
- },
2091
- {
2092
- "internalType": "uint256",
2093
- "name": "_expiry",
2094
- "type": "uint256"
2095
- }
2096
- ],
2097
- "name": "setDefaultReceiveLibraryTimeout",
2098
- "outputs": [],
2099
- "stateMutability": "nonpayable",
2100
- "type": "function"
2101
- },
2102
- {
2103
- "inputs": [
2104
- {
2105
- "internalType": "uint32",
2106
- "name": "_eid",
2107
- "type": "uint32"
2108
- },
2109
- {
2110
- "internalType": "address",
2111
- "name": "_newLib",
2112
- "type": "address"
2113
- }
2114
- ],
2115
- "name": "setDefaultSendLibrary",
2116
- "outputs": [],
2117
- "stateMutability": "nonpayable",
2118
- "type": "function"
2119
- },
2120
- {
2121
- "inputs": [
2122
- {
2123
- "internalType": "address",
2124
- "name": "_delegate",
2125
- "type": "address"
2126
- }
2127
- ],
2128
- "name": "setDelegate",
2129
- "outputs": [],
2130
- "stateMutability": "nonpayable",
2131
- "type": "function"
2132
- },
2133
- {
2134
- "inputs": [
2135
- {
2136
- "internalType": "address",
2137
- "name": "_lzToken",
2138
- "type": "address"
2139
- }
2140
- ],
2141
- "name": "setLzToken",
2142
- "outputs": [],
2143
- "stateMutability": "nonpayable",
2144
- "type": "function"
2145
- },
2146
- {
2147
- "inputs": [
2148
- {
2149
- "internalType": "address",
2150
- "name": "_oapp",
2151
- "type": "address"
2152
- },
2153
- {
2154
- "internalType": "uint32",
2155
- "name": "_eid",
2156
- "type": "uint32"
2157
- },
2158
- {
2159
- "internalType": "address",
2160
- "name": "_newLib",
2161
- "type": "address"
2162
- },
2163
- {
2164
- "internalType": "uint256",
2165
- "name": "_gracePeriod",
2166
- "type": "uint256"
2167
- }
2168
- ],
2169
- "name": "setReceiveLibrary",
2170
- "outputs": [],
2171
- "stateMutability": "nonpayable",
2172
- "type": "function"
2173
- },
2174
- {
2175
- "inputs": [
2176
- {
2177
- "internalType": "address",
2178
- "name": "_oapp",
2179
- "type": "address"
2180
- },
2181
- {
2182
- "internalType": "uint32",
2183
- "name": "_eid",
2184
- "type": "uint32"
2185
- },
2186
- {
2187
- "internalType": "address",
2188
- "name": "_lib",
2189
- "type": "address"
2190
- },
2191
- {
2192
- "internalType": "uint256",
2193
- "name": "_expiry",
2194
- "type": "uint256"
2195
- }
2196
- ],
2197
- "name": "setReceiveLibraryTimeout",
2198
- "outputs": [],
2199
- "stateMutability": "nonpayable",
2200
- "type": "function"
2201
- },
2202
- {
2203
- "inputs": [
2204
- {
2205
- "internalType": "address",
2206
- "name": "_oapp",
2207
- "type": "address"
2208
- },
2209
- {
2210
- "internalType": "uint32",
2211
- "name": "_eid",
2212
- "type": "uint32"
2213
- },
2214
- {
2215
- "internalType": "address",
2216
- "name": "_newLib",
2217
- "type": "address"
2218
- }
2219
- ],
2220
- "name": "setSendLibrary",
2221
- "outputs": [],
2222
- "stateMutability": "nonpayable",
2223
- "type": "function"
2224
- },
2225
- {
2226
- "inputs": [
2227
- {
2228
- "internalType": "address",
2229
- "name": "_oapp",
2230
- "type": "address"
2231
- },
2232
- {
2233
- "internalType": "uint32",
2234
- "name": "_srcEid",
2235
- "type": "uint32"
2236
- },
2237
- {
2238
- "internalType": "bytes32",
2239
- "name": "_sender",
2240
- "type": "bytes32"
2241
- },
2242
- {
2243
- "internalType": "uint64",
2244
- "name": "_nonce",
2245
- "type": "uint64"
2246
- }
2247
- ],
2248
- "name": "skip",
2249
- "outputs": [],
2250
- "stateMutability": "nonpayable",
2251
- "type": "function"
2252
- },
2253
- {
2254
- "inputs": [
2255
- {
2256
- "internalType": "address",
2257
- "name": "newOwner",
2258
- "type": "address"
2259
- }
2260
- ],
2261
- "name": "transferOwnership",
2262
- "outputs": [],
2263
- "stateMutability": "nonpayable",
2264
- "type": "function"
2265
- },
2266
- {
2267
- "inputs": [
2268
- {
2269
- "components": [
2270
- {
2271
- "internalType": "uint32",
2272
- "name": "srcEid",
2273
- "type": "uint32"
2274
- },
2275
- {
2276
- "internalType": "bytes32",
2277
- "name": "sender",
2278
- "type": "bytes32"
2279
- },
2280
- {
2281
- "internalType": "uint64",
2282
- "name": "nonce",
2283
- "type": "uint64"
2284
- }
2285
- ],
2286
- "internalType": "struct Origin",
2287
- "name": "_origin",
2288
- "type": "tuple"
2289
- },
2290
- {
2291
- "internalType": "address",
2292
- "name": "_receiver",
2293
- "type": "address"
2294
- },
2295
- {
2296
- "internalType": "address",
2297
- "name": "_receiveLib",
2298
- "type": "address"
2299
- },
2300
- {
2301
- "internalType": "bytes32",
2302
- "name": "_payloadHash",
2303
- "type": "bytes32"
2304
- }
2305
- ],
2306
- "name": "verifiable",
2307
- "outputs": [
2308
- {
2309
- "internalType": "bool",
2310
- "name": "",
2311
- "type": "bool"
2312
- }
2313
- ],
2314
- "stateMutability": "view",
2315
- "type": "function"
2316
- },
2317
- {
2318
- "inputs": [
2319
- {
2320
- "components": [
2321
- {
2322
- "internalType": "uint32",
2323
- "name": "srcEid",
2324
- "type": "uint32"
2325
- },
2326
- {
2327
- "internalType": "bytes32",
2328
- "name": "sender",
2329
- "type": "bytes32"
2330
- },
2331
- {
2332
- "internalType": "uint64",
2333
- "name": "nonce",
2334
- "type": "uint64"
2335
- }
2336
- ],
2337
- "internalType": "struct Origin",
2338
- "name": "_origin",
2339
- "type": "tuple"
2340
- },
2341
- {
2342
- "internalType": "address",
2343
- "name": "_receiver",
2344
- "type": "address"
2345
- },
2346
- {
2347
- "internalType": "bytes32",
2348
- "name": "_payloadHash",
2349
- "type": "bytes32"
2350
- }
2351
- ],
2352
- "name": "verify",
2353
- "outputs": [],
2354
- "stateMutability": "nonpayable",
2355
- "type": "function"
2356
- }
2357
- ],
2358
- "transactionHash": "0x98287b194286f3abf16fa51fdda527c245891e847af3e5d7ceac2bb97e222675",
2359
- "receipt": {
2360
- "to": null,
2361
- "from": "0x70997970C51812dc3A010C7d01b50e0d17dc79C8",
2362
- "contractAddress": "0x59F2f1fCfE2474fD5F0b9BA1E73ca90b143Eb8d0",
2363
- "transactionIndex": 0,
2364
- "gasUsed": "5619389",
2365
- "logsBloom": "0x00000000000000000002000000000000000000000200800020800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000800020000000000000000000800000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000008000000000001000000000000000000000400000000",
2366
- "blockHash": "0xac4e0f0379670412efc40900a4b4c46e756e4c8001b145d103556b32e84668a3",
2367
- "transactionHash": "0x98287b194286f3abf16fa51fdda527c245891e847af3e5d7ceac2bb97e222675",
2368
- "logs": [
2369
- {
2370
- "transactionIndex": 0,
2371
- "blockNumber": 9,
2372
- "transactionHash": "0x98287b194286f3abf16fa51fdda527c245891e847af3e5d7ceac2bb97e222675",
2373
- "address": "0x59F2f1fCfE2474fD5F0b9BA1E73ca90b143Eb8d0",
2374
- "topics": [
2375
- "0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
2376
- "0x0000000000000000000000000000000000000000000000000000000000000000",
2377
- "0x00000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8"
2378
- ],
2379
- "data": "0x",
2380
- "logIndex": 0,
2381
- "blockHash": "0xac4e0f0379670412efc40900a4b4c46e756e4c8001b145d103556b32e84668a3"
2382
- },
2383
- {
2384
- "transactionIndex": 0,
2385
- "blockNumber": 9,
2386
- "transactionHash": "0x98287b194286f3abf16fa51fdda527c245891e847af3e5d7ceac2bb97e222675",
2387
- "address": "0x59F2f1fCfE2474fD5F0b9BA1E73ca90b143Eb8d0",
2388
- "topics": [
2389
- "0x6b374d56679ca9463f27c85c6311e2bb7fde69bf201d3da39d53f10bd9d78af5"
2390
- ],
2391
- "data": "0x00000000000000000000000076e3b4913cd0887f128f1a7eb8ea6ada9b721375",
2392
- "logIndex": 1,
2393
- "blockHash": "0xac4e0f0379670412efc40900a4b4c46e756e4c8001b145d103556b32e84668a3"
2394
- },
2395
- {
2396
- "transactionIndex": 0,
2397
- "blockNumber": 9,
2398
- "transactionHash": "0x98287b194286f3abf16fa51fdda527c245891e847af3e5d7ceac2bb97e222675",
2399
- "address": "0x59F2f1fCfE2474fD5F0b9BA1E73ca90b143Eb8d0",
2400
- "topics": [
2401
- "0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
2402
- "0x00000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8",
2403
- "0x00000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8"
2404
- ],
2405
- "data": "0x",
2406
- "logIndex": 2,
2407
- "blockHash": "0xac4e0f0379670412efc40900a4b4c46e756e4c8001b145d103556b32e84668a3"
2408
- }
2409
- ],
2410
- "blockNumber": 9,
2411
- "cumulativeGasUsed": "5619389",
2412
- "status": 1,
2413
- "byzantium": true
2414
- },
2415
- "args": [
2416
- 50102,
2417
- "0x70997970C51812dc3A010C7d01b50e0d17dc79C8"
2418
- ],
2419
- "numDeployments": 1,
2420
- "solcInputHash": "ca37e77554bab69a0389a00922960a6a",
2421
- "bytecode": "0x60c06040526001600d553480156200001657600080fd5b5060405162006615380380620066158339810160408190526200003991620002d6565b816200004533620000a6565b63ffffffff166080526040516200005c90620002c8565b604051809103906000f08015801562000079573d6000803e3d6000fd5b506001600160a01b031660a08190526200009390620000f6565b6200009e81620000a6565b505062000353565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6200010062000267565b6040516301ffc9a760e01b81526325fc096160e21b60048201526001600160a01b038216906301ffc9a790602401602060405180830381865afa1580156200014c573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062000172919062000328565b62000190576040516331d5783360e11b815260040160405180910390fd5b6001600160a01b03811660009081526005602052604090205460ff1615620001cb57604051630ea075bf60e21b815260040160405180910390fd5b6001600160a01b0381166000818152600560209081526040808320805460ff191660019081179091556004805491820181559093527f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b90920180546001600160a01b0319168417905590519182527f6b374d56679ca9463f27c85c6311e2bb7fde69bf201d3da39d53f10bd9d78af5910160405180910390a150565b6000546001600160a01b03163314620002c65760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015260640160405180910390fd5b565b61028f806200638683390190565b60008060408385031215620002ea57600080fd5b825163ffffffff81168114620002ff57600080fd5b60208401519092506001600160a01b03811681146200031d57600080fd5b809150509250929050565b6000602082840312156200033b57600080fd5b815180151581146200034c57600080fd5b9392505050565b60805160a051615fea6200039c60003960006107de01526000818161055f01528181612fcd015281816139160152818161397d0152818161422001526142870152615fea6000f3fe6080604052600436106103605760003560e01c80639132e5c3116101c6578063ca5eb5e1116100f7578063e1758bd811610095578063e8964e811161006f578063e8964e8114610c0f578063ef667aa114610c2f578063f2fde38b14610c7a578063f64be4c714610c9a57600080fd5b8063e1758bd814610bbb578063e1e3a7df14610bcf578063e4fe1d9414610bef57600080fd5b8063d70b8902116100d1578063d70b890214610af2578063dc706a6214610b12578063dc93c8a214610b42578063ddc28c5814610b8e57600080fd5b8063ca5eb5e114610a5b578063cb5026b914610abd578063d4b4ec8f14610ad257600080fd5b8063a7229fd911610164578063aafea3121161013e578063aafea312146109b4578063b96a277f146109d4578063c28e0eed146109f4578063c9fc7bcd14610a1457600080fd5b8063a7229fd914610954578063a825d74714610974578063aafe5e071461099457600080fd5b80639c6d7340116101a05780639c6d7340146108ac5780639d7f9775146108f4578063a0dd43fc14610914578063a718531b1461093457600080fd5b80639132e5c31461085757806391d20fa1146108795780639535ff301461088c57600080fd5b8063587cde1e116102a05780636e83f5bb1161023e578063733180911161021857806373318091146107cc57806379624ca9146108005780637cb59012146108195780638da5cb5b1461083957600080fd5b80636e83f5bb146107225780636f50a80314610781578063715018a6146107b757600080fd5b8063697fe6b61161027a578063697fe6b6146106a25780636a14d715146106c25780636bf73fa3146106e25780636dbd9f901461070257600080fd5b8063587cde1e146105c35780635b17bb70146106115780636750cd4c1461067257600080fd5b80632baf0be71161030d578063402f8468116102e7578063402f8468146104ee57806340f806831461052d578063416ecebf1461054d5780634b4b2efb1461059657600080fd5b80632baf0be7146104455780632e80fbf31461048757806335d330b0146104a757600080fd5b80632637a4501161033e5780632637a450146103d85780632a56c1b0146103f85780632b3197b91461041857600080fd5b80630c0c389e1461036557806314f651a91461037a578063183c834f146103b8575b600080fd5b610378610373366004614d66565b610cd0565b005b34801561038657600080fd5b5061038f610de7565b6040805163ffffffff90931683526001600160a01b039091166020830152015b60405180910390f35b3480156103c457600080fd5b506103786103d3366004614e16565b610e19565b6103eb6103e6366004614e61565b6111a4565b6040516103af9190614eb4565b34801561040457600080fd5b50610378610413366004614ef7565b61130d565b34801561042457600080fd5b50610438610433366004614f67565b6113cb565b6040516103af9190615029565b34801561045157600080fd5b506104797fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff81565b6040519081526020016103af565b34801561049357600080fd5b506103786104a2366004615054565b6114e6565b3480156104b357600080fd5b506104796104c23660046150bb565b600c60209081526000948552604080862082529385528385208152918452828420909152825290205481565b3480156104fa57600080fd5b5061050e6105093660046150fd565b6116bd565b604080516001600160a01b0390931683529015156020830152016103af565b34801561053957600080fd5b50610378610548366004615054565b611754565b34801561055957600080fd5b506105817f000000000000000000000000000000000000000000000000000000000000000081565b60405163ffffffff90911681526020016103af565b3480156105a257600080fd5b506105b66105b1366004615127565b611904565b6040516103af9190615181565b3480156105cf57600080fd5b506105f96105de3660046151c2565b600f602052600090815260409020546001600160a01b031681565b6040516001600160a01b0390911681526020016103af565b34801561061d57600080fd5b5061065961062c3660046151dd565b600160209081526000938452604080852082529284528284209052825290205467ffffffffffffffff1681565b60405167ffffffffffffffff90911681526020016103af565b34801561067e57600080fd5b5061069261068d366004615219565b611aa8565b60405190151581526020016103af565b3480156106ae57600080fd5b506103786106bd366004615234565b611af4565b3480156106ce57600080fd5b506103786106dd366004614e16565b611b69565b3480156106ee57600080fd5b506103786106fd366004615332565b612073565b34801561070e57600080fd5b5061037861071d366004615416565b6120dd565b34801561072e57600080fd5b5061076261073d366004615219565b600b60205260009081526040902080546001909101546001600160a01b039091169082565b604080516001600160a01b0390931683526020830191909152016103af565b34801561078d57600080fd5b506105f961079c366004615219565b600a602052600090815260409020546001600160a01b031681565b3480156107c357600080fd5b506103786121b1565b3480156107d857600080fd5b506105f97f000000000000000000000000000000000000000000000000000000000000000081565b34801561080c57600080fd5b50600d5460011415610692565b34801561082557600080fd5b506103786108343660046154a7565b6121c5565b34801561084557600080fd5b506000546001600160a01b03166105f9565b34801561086357600080fd5b5061086c6122ca565b6040516103af91906154f9565b610378610887366004615546565b61232c565b34801561089857600080fd5b506103786108a73660046155f1565b6124ee565b3480156108b857600080fd5b506106596108c73660046151dd565b600360209081526000938452604080852082529284528284209052825290205467ffffffffffffffff1681565b34801561090057600080fd5b5061069261090f3660046155f1565b6127f6565b34801561092057600080fd5b5061065961092f3660046151dd565b6128d2565b34801561094057600080fd5b5061037861094f366004615634565b61296b565b34801561096057600080fd5b5061037861096f366004615660565b612d7d565b34801561098057600080fd5b5061037861098f36600461567e565b612d95565b3480156109a057600080fd5b506104796109af3660046151dd565b612f2d565b3480156109c057600080fd5b506103786109cf3660046156bb565b61303c565b3480156109e057600080fd5b506105f96109ef3660046150fd565b6132fc565b348015610a0057600080fd5b50610378610a0f3660046151c2565b613384565b348015610a2057600080fd5b50610479610a2f3660046156d7565b600260209081526000948552604080862082529385528385208152918452828420909152825290205481565b348015610a6757600080fd5b50610378610a763660046151c2565b336000908152600f6020526040902080547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b0392909216919091179055565b348015610ac957600080fd5b50610479600081565b348015610ade57600080fd5b50610378610aed366004615634565b6133f9565b348015610afe57600080fd5b50610378610b0d3660046156d7565b6136fd565b348015610b1e57600080fd5b50610692610b2d3660046151c2565b60056020526000908152604090205460ff1681565b348015610b4e57600080fd5b50610692610b5d3660046150fd565b6001600160a01b03918216600090815260066020908152604080832063ffffffff9490941683529290522054161590565b348015610b9a57600080fd5b50610bae610ba9366004614e61565b613820565b6040516103af9190615719565b348015610bc757600080fd5b5060006105f9565b348015610bdb57600080fd5b50610692610bea366004615730565b613b4b565b348015610bfb57600080fd5b50600e546105f9906001600160a01b031681565b348015610c1b57600080fd5b50610378610c2a3660046151c2565b613c19565b348015610c3b57600080fd5b50610762610c4a3660046150fd565b6008602090815260009283526040808420909152908252902080546001909101546001600160a01b039091169082565b348015610c8657600080fd5b50610378610c953660046151c2565b613e17565b348015610ca657600080fd5b506105f9610cb5366004615219565b6009602052600090815260409020546001600160a01b031681565b610d1f86610ce160208a018a615219565b60208a0135610cf660608c0160408d0161577c565b898989604051602001610d0b93929190615797565b604051602081830303815290604052613ec1565b506040517f13137d650000000000000000000000000000000000000000000000000000000081526001600160a01b038716906313137d65903490610d73908b908a908a908a9033908b908b90600401615834565b6000604051808303818588803b158015610d8c57600080fd5b505af1158015610da0573d6000803e3d6000fd5b50505050507f3cd5e48f9730b129dc7550f0fcea9c767b7be37837cd10e55eb35f734f4bca048787604051610dd692919061588b565b60405180910390a150505050505050565b600080610df7600d546001141590565b610e0357600080610e11565b610e11600d5460a081901c91565b915091509091565b6001600160a01b038216600090815260056020526040902054829060ff16610e6d576040517f8cd5e2c600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b826001600160a01b03811615610f29576000816001600160a01b0316631881d94d6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610ebd573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ee191906158af565b6002811115610ef257610ef2615152565b03610f29576040517f7865362200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b83856001600160a01b03821615610ff7576040517f6750cd4c00000000000000000000000000000000000000000000000000000000815263ffffffff821660048201526001600160a01b03831690636750cd4c90602401602060405180830381865afa158015610f9d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610fc191906158de565b610ff7576040517f9153304b00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b61100088614104565b600061100c89896116bd565b9150508015611047576040517f78142dd200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b856000036110a7576001600160a01b038916600090815260086020908152604080832063ffffffff8c168452909152812080547fffffffffffffffffffffffff00000000000000000000000000000000000000001681556001015561113e565b4386116110e0576040517fd36c850000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001600160a01b03898116600090815260086020908152604080832063ffffffff8d168452909152902080547fffffffffffffffffffffffff0000000000000000000000000000000000000000169189169190911781556001018690555b604080516001600160a01b03808c16825263ffffffff8b166020830152891691810191909152606081018790527f4e0a5bbfa0c11a64effb1ada324b5437a17272e1aed9320398715ef71bb20928906080015b60405180910390a1505050505050505050565b6111ac614cad565b6111b96020840184615219565b336001600d54146111f6576040517f9633fed300000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b77ffffffff000000000000000000000000000000000000000060a083811b919091166001600160a01b03831617600d55611235908601608087016158fb565b801561124a5750600e546001600160a01b0316155b15611281576040517f5373352a00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60008061128e338861416e565b91509150600061129b3490565b905060006112b76112b260a08b0160808c016158fb565b614452565b90506112c884604001518383614520565b600e546040850151602001516112ea916001600160a01b03169083868c614587565b6040840151516112fc9083858b6145b4565b50506001600d555095945050505050565b61131685614104565b600083838360405160200161132d93929190615797565b604080517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe081840301815291905290506113898661136e6020880188615219565b602088013561138360608a0160408b0161577c565b85613ec1565b507f3cd5e48f9730b129dc7550f0fcea9c767b7be37837cd10e55eb35f734f4bca0485876040516113bb92919061588b565b60405180910390a1505050505050565b6001600160a01b038316600090815260056020526040902054606090849060ff16611422576040517f8cd5e2c600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6040517f9c33abf700000000000000000000000000000000000000000000000000000000815263ffffffff80861660048301526001600160a01b0388811660248401529085166044830152861690639c33abf790606401600060405180830381865afa158015611496573d6000803e3d6000fd5b505050506040513d6000823e601f3d9081017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe01682016040526114dc91908101906159e3565b9695505050505050565b6114ef85614104565b6001600160a01b038516600090815260026020908152604080832063ffffffff881684528252808320868452825280832067ffffffffffffffff8616845290915290205481811461157b576040517fe4bb0ca100000000000000000000000000000000000000000000000000000000815260048101829052602481018390526044015b60405180910390fd5b6001600160a01b038616600090815260016020908152604080832063ffffffff89168452825280832087845290915290205467ffffffffffffffff908116908416118015906115c8575080155b1561160b576040517f5c33785a00000000000000000000000000000000000000000000000000000000815267ffffffffffffffff84166004820152602401611572565b6001600160a01b038616600081815260026020908152604080832063ffffffff8a16808552908352818420898552835281842067ffffffffffffffff8916808652908452938290207fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff905581519081529182018890528101929092526060820152608081018390527faf0450c392c4f702515a457a362328c8aa21916048ca6d0419e248b30cb552929060a0016113bb565b6001600160a01b03808316600090815260076020908152604080832063ffffffff86168452909152812054909116908161174d5763ffffffff83166000908152600a60205260409020546001600160a01b0316915081611749576040517ffbc6a95a00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b5060015b9250929050565b61175d85614104565b6001600160a01b038516600090815260026020908152604080832063ffffffff881684528252808320868452825280832067ffffffffffffffff861684529091529020548181146117e4576040517fe4bb0ca10000000000000000000000000000000000000000000000000000000081526004810182905260248101839052604401611572565b80158061182f57506001600160a01b038616600090815260016020908152604080832063ffffffff89168452825280832087845290915290205467ffffffffffffffff908116908416115b15611872576040517f5c33785a00000000000000000000000000000000000000000000000000000000815267ffffffffffffffff84166004820152602401611572565b6001600160a01b038616600081815260026020908152604080832063ffffffff8a16808552908352818420898552835281842067ffffffffffffffff89168086529084528285209490945581519081529182018890528101929092526060820152608081018390527f7f68a37a6e69a0de35024a234558f9efe4b33b58657753d21eaaa82d51c3510e9060a0016113bb565b6001600160a01b038116600090815260026020908152604082208291829061192e90870187615219565b63ffffffff1663ffffffff1681526020019081526020016000206000856020013581526020019081526020016000206000856040016020810190611972919061577c565b67ffffffffffffffff168152602081019190915260400160002054905080158015611a1157506001600160a01b0383166000908152600160209081526040822091906119c090870187615219565b63ffffffff16815260208082019290925260409081016000908120878401358252909252908190205467ffffffffffffffff1690611a04906060870190870161577c565b67ffffffffffffffff1611155b15611a20576002915050611aa2565b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8114801590611a8d5750611a6683611a5c6020870187615219565b86602001356128d2565b67ffffffffffffffff16611a80606086016040870161577c565b67ffffffffffffffff1611155b15611a9c576001915050611aa2565b60009150505b92915050565b63ffffffff81166000908152600960205260408120546001600160a01b031615801590611aa257505063ffffffff166000908152600a60205260409020546001600160a01b0316151590565b336001600160a01b03168b6001600160a01b03168d6001600160a01b03167f8a0b1dce321c5c5fb42349bce46d18087c04140de520917661fb923e44a904b98d8d8d8d8d8d8d8d8d8d604051611b539a99989796959493929190615a18565b60405180910390a4505050505050505050505050565b6001600160a01b038216600090815260056020526040902054829060ff16158015611b9c57506001600160a01b03811615155b15611bd3576040517f4fb58e1500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b826001600160a01b03811615611c8f576000816001600160a01b0316631881d94d6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611c23573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611c4791906158af565b6002811115611c5857611c58615152565b03611c8f576040517f7865362200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b83856001600160a01b03821615611d5d576040517f6750cd4c00000000000000000000000000000000000000000000000000000000815263ffffffff821660048201526001600160a01b03831690636750cd4c90602401602060405180830381865afa158015611d03573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611d2791906158de565b611d5d576040517f9153304b00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b611d6688614104565b6001600160a01b03808916600090815260076020908152604080832063ffffffff8c16845290915290205481169087168103611dce576040517fc23f6ccb00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001600160a01b03898116600081815260076020908152604080832063ffffffff8e168085529083529281902080547fffffffffffffffffffffffff0000000000000000000000000000000000000000168d87169081179091558151948552918401929092529284169082015260608101919091527fc0833c35bb1d0beadca36bed54c7098819e109542a6d233d33c7c2039c8ec9aa9060800160405180910390a18515611fc8576001600160a01b0381161580611e9357506001600160a01b038716155b15611eca576040517f78142dd200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60006040518060400160405280836001600160a01b031681526020018843611ef29190615ab0565b90526001600160a01b03808c16600090815260086020908152604080832063ffffffff8f1684528252918290208451815494167fffffffffffffffffffffffff00000000000000000000000000000000000000009094169390931783558301516001909201829055519192507f4e0a5bbfa0c11a64effb1ada324b5437a17272e1aed9320398715ef71bb2092891611fba918d918d9187916001600160a01b03948516815263ffffffff93909316602084015292166040820152606081019190915260800190565b60405180910390a150612068565b6001600160a01b03898116600081815260086020908152604080832063ffffffff8e1680855290835281842080547fffffffffffffffffffffffff00000000000000000000000000000000000000001681556001018490558151948552918401919091529284169282019290925260608101919091527f4e0a5bbfa0c11a64effb1ada324b5437a17272e1aed9320398715ef71bb2092890608001611191565b505050505050505050565b336001600160a01b03168a6001600160a01b03167f7edfa10fe10193301ad8a8bea7e968c7bcabcc64981f368e3aeada40ce26ae2c8d8c8c8c8c8c8c8c8c8c6040516120c89a99989796959493929190615ac3565b60405180910390a35050505050505050505050565b6001600160a01b038316600090815260056020526040902054839060ff16612131576040517f8cd5e2c600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b61213a85614104565b6040517f20efd7220000000000000000000000000000000000000000000000000000000081526001600160a01b038516906320efd7229061218390889087908790600401615b22565b600060405180830381600087803b15801561219d57600080fd5b505af1158015612068573d6000803e3d6000fd5b6121b96145de565b6121c36000614652565b565b336000908152600c602090815260408083206001600160a01b03891684528252808320878452825280832061ffff8716845290915290205415612234576040517f895fdbee00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b8181604051612244929190615c73565b60408051918290038220336000818152600c60209081528482206001600160a01b038c16835281528482208a8352815284822061ffff8a168352905292909220557f3d52ff888d033fd3dd1d8057da59e850c91d91a72c41dfa445b247dfedeb6dc1916122bb919088908890889088908890615c83565b60405180910390a15050505050565b6060600480548060200260200160405190810160405280929190818152602001828054801561232257602002820191906000526020600020905b81546001600160a01b03168152600190910190602001808311612304575b5050505050905090565b6001600160a01b038089166000908152600c60209081526040808320938b168352928152828220898352815282822061ffff8916835290528181205491516123779087908790615c73565b604051809103902090508082146123c4576040517f9e3e05830000000000000000000000000000000000000000000000000000000081526004810183905260248101829052604401611572565b6001600160a01b03808b166000908152600c60209081526040808320938d168084529382528083208c8452825280832061ffff8c1684529091529081902060019055517fd0a1026000000000000000000000000000000000000000000000000000000000815263d0a1026090349061244c908e908d908c908c9033908d908d90600401615ccc565b6000604051808303818588803b15801561246557600080fd5b505af1158015612479573d6000803e3d6000fd5b50505050507e36c98efcf9e6641dfbc9051f66f405253e8e0c2ab4a24dccda15595b7378c88a8a8a8a6040516124da94939291906001600160a01b039485168152929093166020830152604082015261ffff91909116606082015260800190565b60405180910390a150505050505050505050565b6001600160a01b038116600090815260056020526040902054819060ff1615801561252157506001600160a01b03811615155b15612558576040517f4fb58e1500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b816001600160a01b03811615612614576001816001600160a01b0316631881d94d6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156125a8573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906125cc91906158af565b60028111156125dd576125dd615152565b03612614576040517f3885d60300000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b82846001600160a01b038216156126e2576040517f6750cd4c00000000000000000000000000000000000000000000000000000000815263ffffffff821660048201526001600160a01b03831690636750cd4c90602401602060405180830381865afa158015612688573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906126ac91906158de565b6126e2576040517f9153304b00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6126eb87614104565b6001600160a01b03808816600090815260066020908152604080832063ffffffff8b16845290915290205481169086168103612753576040517fc23f6ccb00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001600160a01b03888116600081815260066020908152604080832063ffffffff8d168085529083529281902080547fffffffffffffffffffffffff000000000000000000000000000000000000000016958c1695861790558051938452908301919091528101919091527f4cff966ebee29a156dcb34cf72c1d06231fb1777f6bdf6e8089819232f002b1c906060015b60405180910390a15050505050505050565b600080600061280586866116bd565b91509150816001600160a01b0316846001600160a01b03160361282d576001925050506128cb565b600081612862576001600160a01b038716600090815260086020908152604080832063ffffffff8a1684529091529020612878565b63ffffffff86166000908152600b602052604090205b6040805180820190915281546001600160a01b03908116808352600190930154602083015290925086161480156128b25750438160200151115b156128c357600193505050506128cb565b600093505050505b9392505050565b6001600160a01b038316600090815260016020908152604080832063ffffffff86168452825280832084845290915281205467ffffffffffffffff165b6001600160a01b038516600090815260026020908152604080832063ffffffff881684528252808320868452825280832067ffffffffffffffff60018601168452909152902054156129635760010161290f565b949350505050565b6129736145de565b6001600160a01b038216600090815260056020526040902054829060ff166129c7576040517f8cd5e2c600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b826001600160a01b03811615612a83576000816001600160a01b0316631881d94d6040518163ffffffff1660e01b8152600401602060405180830381865afa158015612a17573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612a3b91906158af565b6002811115612a4c57612a4c615152565b03612a83576040517f7865362200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b83856001600160a01b03821615612b51576040517f6750cd4c00000000000000000000000000000000000000000000000000000000815263ffffffff821660048201526001600160a01b03831690636750cd4c90602401602060405180830381865afa158015612af7573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612b1b91906158de565b612b51576040517f9153304b00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b63ffffffff87166000908152600a60205260409020546001600160a01b039081169087168103612bad576040517fc23f6ccb00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b63ffffffff88166000818152600a602090815260409182902080547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b038c8116918217909255835194855290851691840191909152908201527f9914edfad6b7eac2e388f49bae232bd0e1954fbe92f5ed1ab975fc270f27cea59060600160405180910390a18515612cec5763ffffffff88166000908152600b6020526040902080547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b038316178155612c918743615ab0565b600182018190556040805163ffffffff8c1681526001600160a01b038516602082015280820192909252517f55b28633cdb29709386f555dfc54418592ad475ce7a65a78ac5928af60ffb8f89181900360600190a150612d73565b63ffffffff88166000818152600b6020908152604080832080547fffffffffffffffffffffffff000000000000000000000000000000000000000016815560010183905580519384526001600160a01b038516918401919091528201527f55b28633cdb29709386f555dfc54418592ad475ce7a65a78ac5928af60ffb8f8906060016127e4565b5050505050505050565b612d856145de565b612d908383836146ba565b505050565b612dac82612da66020860186615219565b336127f6565b612de2576040517f82ceb50e00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001600160a01b03821660009081526001602090815260408220908290612e0b90870187615219565b63ffffffff1681526020808201929092526040908101600090812087840135825290925290205467ffffffffffffffff169050612e498484836146dd565b612e7f576040517f098c20b500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b612e8a848483614778565b612ec0576040517f2923b32a00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b612eec83612ed16020870187615219565b6020870135612ee66060890160408a0161577c565b86614838565b7f0d87345f3d1c929caba93e1c3821b54ff3512e12b66aa3cfe54b6bcbc17e59b4848484604051612f1f93929190615d20565b60405180910390a150505050565b6001600160a01b038316600090815260036020908152604080832063ffffffff8616845282528083208484529091528120548190612f769067ffffffffffffffff166001615d48565b604080517fffffffffffffffff00000000000000000000000000000000000000000000000060c084901b166020808301919091527fffffffff000000000000000000000000000000000000000000000000000000007f000000000000000000000000000000000000000000000000000000000000000060e090811b821660288501526001600160a01b038b16602c85015289901b16604c830152605080830188905283518084039091018152607090920190925280519101209091505b95945050505050565b6130446145de565b6001600160a01b038116600090815260056020526040902054819060ff16613098576040517f8cd5e2c600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b816001600160a01b03811615613154576001816001600160a01b0316631881d94d6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156130e8573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061310c91906158af565b600281111561311d5761311d615152565b03613154576040517f3885d60300000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b82846001600160a01b03821615613222576040517f6750cd4c00000000000000000000000000000000000000000000000000000000815263ffffffff821660048201526001600160a01b03831690636750cd4c90602401602060405180830381865afa1580156131c8573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906131ec91906158de565b613222576040517f9153304b00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b63ffffffff86166000908152600960205260409020546001600160a01b03908116908616810361327e576040517fc23f6ccb00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b63ffffffff871660008181526009602090815260409182902080547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b038b169081179091558251938452908301527f16aa0f528038ab41019e95bae5b418a50ba8532c5800e3b7ea2f517d3fa625f59101610dd6565b6001600160a01b03808316600090815260066020908152604080832063ffffffff861684529091529020541680611aa2575063ffffffff81166000908152600960205260409020546001600160a01b031680611aa2576040517fb6f3253d00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b61338c6145de565b600e80547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b0383169081179091556040519081527fd476ec5ec1ac11cec3714d41e7ea49419471aceb9bd0dff1becfc3e363a62396906020015b60405180910390a150565b6001600160a01b038216600090815260056020526040902054829060ff1661344d576040517f8cd5e2c600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b826001600160a01b03811615613509576000816001600160a01b0316631881d94d6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561349d573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906134c191906158af565b60028111156134d2576134d2615152565b03613509576040517f7865362200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b83856001600160a01b038216156135d7576040517f6750cd4c00000000000000000000000000000000000000000000000000000000815263ffffffff821660048201526001600160a01b03831690636750cd4c90602401602060405180830381865afa15801561357d573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906135a191906158de565b6135d7576040517f9153304b00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6135df6145de565b8460000361362b5763ffffffff87166000908152600b6020526040812080547fffffffffffffffffffffffff0000000000000000000000000000000000000000168155600101556136b1565b438511613664576040517fd36c850000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b63ffffffff87166000908152600b6020526040902080547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b0388161781556001018590555b6040805163ffffffff891681526001600160a01b03881660208201529081018690527f55b28633cdb29709386f555dfc54418592ad475ce7a65a78ac5928af60ffb8f890606001610dd6565b61370684614104565b6137118484846128d2565b61371c906001615d48565b67ffffffffffffffff168167ffffffffffffffff1614613774576040517f5c33785a00000000000000000000000000000000000000000000000000000000815267ffffffffffffffff82166004820152602401611572565b6001600160a01b038416600081815260016020908152604080832063ffffffff881680855290835281842087855283529281902080547fffffffffffffffffffffffffffffffffffffffffffffffff00000000000000001667ffffffffffffffff8716908117909155815193845291830186905282019290925260608101919091527f28f40053783033ef755556a0c3315379141f51a33aed8334174ffbadd90bde4890608001612f1f565b604080518082019091526000808252602082015261384460a08401608085016158fb565b80156138595750600e546001600160a01b0316155b15613890576040517f5373352a00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001600160a01b038216600090815260036020908152604082209082906138b990870187615219565b63ffffffff168152602080820192909252604090810160009081208784013582529092529020546138f59067ffffffffffffffff166001615d48565b905060006040518060e001604052808367ffffffffffffffff1681526020017f000000000000000000000000000000000000000000000000000000000000000063ffffffff168152602001856001600160a01b031681526020018660000160208101906139629190615219565b63ffffffff16815260200186602001358152602001613a5e847f0000000000000000000000000000000000000000000000000000000000000000888a60000160208101906139b09190615219565b8b60200135600085856001600160a01b03861660405160c09390931b7fffffffffffffffff00000000000000000000000000000000000000000000000016602084015260e091821b7fffffffff000000000000000000000000000000000000000000000000000000009081166028850152602c8401919091529085901b16604c8201526050810183905260700160405160208183030381529060405280519060200120905095945050505050565b8152602001613a706040880188615d69565b8080601f016020809104026020016040519081016040528093929190818152602001838380828437600092018290525093909452509293509150613abd9050856109ef6020890189615219565b90506001600160a01b03811663d80e9bd983613adc60608a018a615d69565b613aec60a08c0160808d016158fb565b6040518563ffffffff1660e01b8152600401613b0b9493929190615dce565b6040805180830381865afa158015613b27573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906114dc9190615ec5565b6000613b6484613b5e6020880188615219565b856127f6565b613b7057506000612963565b6001600160a01b03841660009081526001602090815260408220908290613b9990890189615219565b63ffffffff1681526020808201929092526040908101600090812089840135825290925290205467ffffffffffffffff169050613bd78686836146dd565b613be5576000915050612963565b613bf0868683614778565b613bfe576000915050612963565b82613c0d576000915050612963565b50600195945050505050565b613c216145de565b6040517f01ffc9a70000000000000000000000000000000000000000000000000000000081527f97f025840000000000000000000000000000000000000000000000000000000060048201526001600160a01b038216906301ffc9a790602401602060405180830381865afa158015613c9e573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613cc291906158de565b613cf8576040517f63aaf06600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001600160a01b03811660009081526005602052604090205460ff1615613d4b576040517f3a81d6fc00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001600160a01b038116600081815260056020908152604080832080547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff001660019081179091556004805491820181559093527f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b90920180547fffffffffffffffffffffffff0000000000000000000000000000000000000000168417905590519182527f6b374d56679ca9463f27c85c6311e2bb7fde69bf201d3da39d53f10bd9d78af591016133ee565b613e1f6145de565b6001600160a01b038116613eb5576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201527f64647265737300000000000000000000000000000000000000000000000000006064820152608401611572565b613ebe81614652565b50565b6001600160a01b038516600090815260016020908152604080832063ffffffff88168452825280832086845290915281205467ffffffffffffffff90811690841681101561401c57600181015b8467ffffffffffffffff168167ffffffffffffffff1611613fb7576001600160a01b038816600090815260026020908152604080832063ffffffff8b1684528252808320898452825280832067ffffffffffffffff85168452909152902054613faf576040517f5c33785a00000000000000000000000000000000000000000000000000000000815267ffffffffffffffff82166004820152602401611572565b600101613f0e565b506001600160a01b038716600090815260016020908152604080832063ffffffff8a1684528252808320888452909152902080547fffffffffffffffffffffffffffffffffffffffffffffffff00000000000000001667ffffffffffffffff86161790555b82516020808501919091206001600160a01b038916600090815260028352604080822063ffffffff8b1683528452808220898352845280822067ffffffffffffffff8916835290935291909120549092508083146140b0576040517fe4bb0ca10000000000000000000000000000000000000000000000000000000081526004810182905260248101849052604401611572565b50506001600160a01b03909516600090815260026020908152604080832063ffffffff909716835295815285822094825293845284812067ffffffffffffffff909316815291909252918220919091555090565b336001600160a01b0382161480159061413757506001600160a01b038181166000908152600f6020526040902054163314155b15613ebe576040517f82b4290000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b614176614cad565b6000806141ff8561418a6020870187615219565b6001600160a01b0391909116600090815260036020908152604080832063ffffffff94909416835292815282822081890135835290522080547fffffffffffffffffffffffffffffffffffffffffffffffff00000000000000008116600167ffffffffffffffff928316019182161790915590565b905060006040518060e001604052808367ffffffffffffffff1681526020017f000000000000000000000000000000000000000000000000000000000000000063ffffffff168152602001876001600160a01b0316815260200186600001602081019061426c9190615219565b63ffffffff168152602001866020013581526020016142ba847f00000000000000000000000000000000000000000000000000000000000000008a8a60000160208101906139b09190615219565b81526020016142cc6040880188615d69565b8080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920182905250939094525092935091506143199050876109ef6020890189615219565b90506000806001600160a01b038316634389e58f8561433b60608c018c615d69565b61434b60a08e0160808f016158fb565b6040518563ffffffff1660e01b815260040161436a9493929190615dce565b6000604051808303816000875af1158015614389573d6000803e3d6000fd5b505050506040513d6000823e601f3d9081017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe01682016040526143cf9190810190615ee1565b90925090507f1ab700d4ced0c005b164c0f789fd09fcbb0156d4c2041b8a3bfbcd961cd1567f8161440360608b018b615d69565b866040516144149493929190615f30565b60405180910390a1506040805160608101825260a090940151845267ffffffffffffffff909416602084015292820192909252925090509250929050565b6000811561451b57600e546040517f70a082310000000000000000000000000000000000000000000000000000000081523060048201526001600160a01b03909116906370a0823190602401602060405180830381865afa1580156144bb573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906144df9190615f71565b90508060000361451b576040517fe801604300000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b919050565b82518210806145325750808360200151115b15612d9057825160208401516040517fe273c847000000000000000000000000000000000000000000000000000000008152600481019290925260248201849052604482015260648101829052608401611572565b8315614598576145988583866148b8565b828410156145ad576145ad85828686036148b8565b5050505050565b83156145c4576145c4828561490c565b828410156145d8576145d88185850361490c565b50505050565b6000546001600160a01b031633146121c3576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401611572565b600080546001600160a01b038381167fffffffffffffffffffffffff0000000000000000000000000000000000000000831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6001600160a01b0383166146d257612d90828261490c565b612d908383836148b8565b6000808267ffffffffffffffff16118061296357506040517fff7bd03d0000000000000000000000000000000000000000000000000000000081526001600160a01b0384169063ff7bd03d90614737908790600401615f8a565b602060405180830381865afa158015614754573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061296391906158de565b600067ffffffffffffffff8216614795606086016040870161577c565b67ffffffffffffffff16118061296357506001600160a01b038316600090815260026020908152604082209082906147cf90880188615219565b63ffffffff1663ffffffff1681526020019081526020016000206000866020013581526020019081526020016000206000866040016020810190614813919061577c565b67ffffffffffffffff1681526020810191909152604001600020541415949350505050565b8061486f576040517fa84ab60d00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001600160a01b03909416600090815260026020908152604080832063ffffffff909616835294815284822093825292835283812067ffffffffffffffff909216815291522055565b6001600160a01b0382166148f8576040517f32fa6a1d00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b612d906001600160a01b03841683836149eb565b6001600160a01b03821661494c576040517f32fa6a1d00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6000826001600160a01b03168260405160006040518083038185875af1925050503d8060008114614999576040519150601f19603f3d011682016040523d82523d6000602084013e61499e565b606091505b5050905080612d90576040517f2c024f920000000000000000000000000000000000000000000000000000000081526001600160a01b038416600482015260248101839052604401611572565b604080516001600160a01b03848116602483015260448083018590528351808403909101815260649092018352602080830180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fa9059cbb0000000000000000000000000000000000000000000000000000000017905283518085019094528084527f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c656490840152612d9092869291600091614aa9918516908490614b56565b9050805160001480614aca575080806020019051810190614aca91906158de565b612d90576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e60448201527f6f742073756363656564000000000000000000000000000000000000000000006064820152608401611572565b6060612963848460008585600080866001600160a01b03168587604051614b7d9190615f98565b60006040518083038185875af1925050503d8060008114614bba576040519150601f19603f3d011682016040523d82523d6000602084013e614bbf565b606091505b5091509150614bd087838387614bdb565b979650505050505050565b60608315614c64578251600003614c5d576001600160a01b0385163b614c5d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606401611572565b5081612963565b6129638383815115614c795781518083602001fd5b806040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016115729190615029565b604051806060016040528060008019168152602001600067ffffffffffffffff168152602001614cf0604051806040016040528060008152602001600081525090565b905290565b600060608284031215614d0757600080fd5b50919050565b80356001600160a01b038116811461451b57600080fd5b60008083601f840112614d3657600080fd5b50813567ffffffffffffffff811115614d4e57600080fd5b60208301915083602082850101111561174d57600080fd5b600080600080600080600060e0888a031215614d8157600080fd5b614d8b8989614cf5565b9650614d9960608901614d0d565b95506080880135945060a088013567ffffffffffffffff80821115614dbd57600080fd5b614dc98b838c01614d24565b909650945060c08a0135915080821115614de257600080fd5b50614def8a828b01614d24565b989b979a50959850939692959293505050565b803563ffffffff8116811461451b57600080fd5b60008060008060808587031215614e2c57600080fd5b614e3585614d0d565b9350614e4360208601614e02565b9250614e5160408601614d0d565b9396929550929360600135925050565b60008060408385031215614e7457600080fd5b823567ffffffffffffffff811115614e8b57600080fd5b830160a08186031215614e9d57600080fd5b9150614eab60208401614d0d565b90509250929050565b60006080820190508251825267ffffffffffffffff60208401511660208301526040830151614ef0604084018280518252602090810151910152565b5092915050565b600080600080600060c08688031215614f0f57600080fd5b614f1886614d0d565b9450614f278760208801614cf5565b93506080860135925060a086013567ffffffffffffffff811115614f4a57600080fd5b614f5688828901614d24565b969995985093965092949392505050565b60008060008060808587031215614f7d57600080fd5b614f8685614d0d565b9350614f9460208601614d0d565b9250614fa260408601614e02565b9150614fb060608601614e02565b905092959194509250565b60005b83811015614fd6578181015183820152602001614fbe565b50506000910152565b60008151808452614ff7816020860160208601614fbb565b601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0169290920160200192915050565b6020815260006128cb6020830184614fdf565b803567ffffffffffffffff8116811461451b57600080fd5b600080600080600060a0868803121561506c57600080fd5b61507586614d0d565b945061508360208701614e02565b9350604086013592506150986060870161503c565b949793965091946080013592915050565b803561ffff8116811461451b57600080fd5b600080600080608085870312156150d157600080fd5b6150da85614d0d565b93506150e860208601614d0d565b925060408501359150614fb0606086016150a9565b6000806040838503121561511057600080fd5b61511983614d0d565b9150614eab60208401614e02565b6000806080838503121561513a57600080fd5b6151448484614cf5565b9150614eab60608401614d0d565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602160045260246000fd5b60208101600383106151bc577f4e487b7100000000000000000000000000000000000000000000000000000000600052602160045260246000fd5b91905290565b6000602082840312156151d457600080fd5b6128cb82614d0d565b6000806000606084860312156151f257600080fd5b6151fb84614d0d565b925061520960208501614e02565b9150604084013590509250925092565b60006020828403121561522b57600080fd5b6128cb82614e02565b6000806000806000806000806000806000806101208d8f03121561525757600080fd5b6152608d614d0d565b9b5061526e60208e01614d0d565b9a5060408d0135995061528360608e016150a9565b985060808d0135975060a08d0135965067ffffffffffffffff60c08e013511156152ac57600080fd5b6152bc8e60c08f01358f01614d24565b909650945067ffffffffffffffff60e08e013511156152da57600080fd5b6152ea8e60e08f01358f01614d24565b909450925067ffffffffffffffff6101008e0135111561530957600080fd5b61531a8e6101008f01358f01614d24565b81935080925050509295989b509295989b509295989b565b60008060008060008060008060008060006101408c8e03121561535457600080fd5b61535e8d8d614cf5565b9a5061536c60608d01614d0d565b995060808c0135985060a08c0135975060c08c0135965067ffffffffffffffff8060e08e0135111561539d57600080fd5b6153ad8e60e08f01358f01614d24565b90975095506101008d01358110156153c457600080fd5b6153d58e6101008f01358f01614d24565b90955093506101208d01358110156153ec57600080fd5b506153fe8d6101208e01358e01614d24565b81935080925050509295989b509295989b9093969950565b6000806000806060858703121561542c57600080fd5b61543585614d0d565b935061544360208601614d0d565b9250604085013567ffffffffffffffff8082111561546057600080fd5b818701915087601f83011261547457600080fd5b81358181111561548357600080fd5b8860208260051b850101111561549857600080fd5b95989497505060200194505050565b6000806000806000608086880312156154bf57600080fd5b6154c886614d0d565b9450602086013593506154dd604087016150a9565b9250606086013567ffffffffffffffff811115614f4a57600080fd5b6020808252825182820181905260009190848201906040850190845b8181101561553a5783516001600160a01b031683529284019291840191600101615515565b50909695505050505050565b60008060008060008060008060c0898b03121561556257600080fd5b61556b89614d0d565b975061557960208a01614d0d565b96506040890135955061558e60608a016150a9565b9450608089013567ffffffffffffffff808211156155ab57600080fd5b6155b78c838d01614d24565b909650945060a08b01359150808211156155d057600080fd5b506155dd8b828c01614d24565b999c989b5096995094979396929594505050565b60008060006060848603121561560657600080fd5b61560f84614d0d565b925061561d60208501614e02565b915061562b60408501614d0d565b90509250925092565b60008060006060848603121561564957600080fd5b61565284614e02565b925061520960208501614d0d565b60008060006060848603121561567557600080fd5b61565284614d0d565b600080600060a0848603121561569357600080fd5b61569d8585614cf5565b92506156ab60608501614d0d565b9150608084013590509250925092565b600080604083850312156156ce57600080fd5b614e9d83614e02565b600080600080608085870312156156ed57600080fd5b6156f685614d0d565b935061570460208601614e02565b925060408501359150614fb06060860161503c565b815181526020808301519082015260408101611aa2565b60008060008060c0858703121561574657600080fd5b6157508686614cf5565b935061575e60608601614d0d565b925061576c60808601614d0d565b9396929550929360a00135925050565b60006020828403121561578e57600080fd5b6128cb8261503c565b838152818360208301376000910160200190815292915050565b63ffffffff6157bf82614e02565b1682526020810135602083015267ffffffffffffffff6157e16040830161503c565b1660408301525050565b8183528181602085013750600060208284010152600060207fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f840116840101905092915050565b61583e81896157b1565b86606082015260e06080820152600061585b60e0830187896157eb565b6001600160a01b03861660a084015282810360c084015261587d8185876157eb565b9a9950505050505050505050565b6080810161589982856157b1565b6001600160a01b03831660608301529392505050565b6000602082840312156158c157600080fd5b8151600381106128cb57600080fd5b8015158114613ebe57600080fd5b6000602082840312156158f057600080fd5b81516128cb816158d0565b60006020828403121561590d57600080fd5b81356128cb816158d0565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b600082601f83011261595857600080fd5b815167ffffffffffffffff8082111561597357615973615918565b604051601f83017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0908116603f011681019082821181831017156159b9576159b9615918565b816040528381528660208588010111156159d257600080fd5b6114dc846020830160208901614fbb565b6000602082840312156159f557600080fd5b815167ffffffffffffffff811115615a0c57600080fd5b61296384828501615947565b8a815261ffff8a16602082015288604082015287606082015260e060808201526000615a4860e08301888a6157eb565b82810360a0840152615a5b8187896157eb565b905082810360c0840152615a708185876157eb565b9d9c50505050505050505050505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b80820180821115611aa257611aa2615a81565b6000610120615ad2838e6157b1565b8b60608401528a60808401528960a08401528060c0840152615af7818401898b6157eb565b905082810360e0840152615b0c8187896157eb565b9050828103610100840152615a708185876157eb565b600060408083016001600160a01b03871684526020604081860152818683526060925060608601905060608760051b8701018860005b89811015615c63577fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa089840301845281357fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa18c3603018112615bb957600080fd5b8b0163ffffffff80615bca83614e02565b16855280615bd9888401614e02565b168786015250878101357fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe1823603018112615c1357600080fd5b01858101903567ffffffffffffffff811115615c2e57600080fd5b803603821315615c3d57600080fd5b8789860152615c4f88860182846157eb565b958701959450505090840190600101615b58565b50909a9950505050505050505050565b8183823760009101908152919050565b60006001600160a01b03808916835280881660208401525085604083015261ffff8516606083015260a06080830152615cc060a0830184866157eb565b98975050505050505050565b60006001600160a01b03808a16835288602084015260a06040840152615cf660a08401888a6157eb565b81871660608501528381036080850152615d118186886157eb565b9b9a5050505050505050505050565b60a08101615d2e82866157b1565b6001600160a01b0393909316606082015260800152919050565b67ffffffffffffffff818116838216019080821115614ef057614ef0615a81565b60008083357fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe1843603018112615d9e57600080fd5b83018035915067ffffffffffffffff821115615db957600080fd5b60200191503681900382131561174d57600080fd5b6060815267ffffffffffffffff855116606082015263ffffffff60208601511660808201526001600160a01b0360408601511660a082015260006060860151615e1f60c084018263ffffffff169052565b50608086015160e083015260a086015161010083015260c086015160e0610120840152615e50610140840182614fdf565b90508281036020840152615e658186886157eb565b915050613033604083018415159052565b600060408284031215615e8857600080fd5b6040516040810181811067ffffffffffffffff82111715615eab57615eab615918565b604052825181526020928301519281019290925250919050565b600060408284031215615ed757600080fd5b6128cb8383615e76565b60008060608385031215615ef457600080fd5b615efe8484615e76565b9150604083015167ffffffffffffffff811115615f1a57600080fd5b615f2685828601615947565b9150509250929050565b606081526000615f436060830187614fdf565b8281036020840152615f568186886157eb565b9150506001600160a01b038316604083015295945050505050565b600060208284031215615f8357600080fd5b5051919050565b60608101611aa282846157b1565b60008251615faa818460208701614fbb565b919091019291505056fea2646970667358221220519053a761b3f9b52129911b13e4920eb9411f49eaeca2cf9c8912455312fc3964736f6c63430008160033608060405234801561001057600080fd5b5061026f806100206000396000f3fe608060405234801561001057600080fd5b506004361061004c5760003560e01c806301ffc9a71461007e5780631881d94d146100a657806354fd4d50146100b55780636750cd4c146100dc575b6040517fd623472500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b61009161008c366004610189565b6100f0565b60405190151581526020015b60405180910390f35b600260405161009d91906101d2565b6040805167ffffffffffffffff815260ff602082015260029181019190915260600161009d565b6100916100ea366004610213565b50600190565b60007fffffffff0000000000000000000000000000000000000000000000000000000082167f97f0258400000000000000000000000000000000000000000000000000000000148061018357507f01ffc9a7000000000000000000000000000000000000000000000000000000007fffffffff000000000000000000000000000000000000000000000000000000008316145b92915050565b60006020828403121561019b57600080fd5b81357fffffffff00000000000000000000000000000000000000000000000000000000811681146101cb57600080fd5b9392505050565b602081016003831061020d577f4e487b7100000000000000000000000000000000000000000000000000000000600052602160045260246000fd5b91905290565b60006020828403121561022557600080fd5b813563ffffffff811681146101cb57600080fdfea2646970667358221220a6ad9f312e44936ecdde655ebda4210a494542118313e126828fec0807900cf264736f6c63430008160033",
2422
- "deployedBytecode": "0x6080604052600436106103605760003560e01c80639132e5c3116101c6578063ca5eb5e1116100f7578063e1758bd811610095578063e8964e811161006f578063e8964e8114610c0f578063ef667aa114610c2f578063f2fde38b14610c7a578063f64be4c714610c9a57600080fd5b8063e1758bd814610bbb578063e1e3a7df14610bcf578063e4fe1d9414610bef57600080fd5b8063d70b8902116100d1578063d70b890214610af2578063dc706a6214610b12578063dc93c8a214610b42578063ddc28c5814610b8e57600080fd5b8063ca5eb5e114610a5b578063cb5026b914610abd578063d4b4ec8f14610ad257600080fd5b8063a7229fd911610164578063aafea3121161013e578063aafea312146109b4578063b96a277f146109d4578063c28e0eed146109f4578063c9fc7bcd14610a1457600080fd5b8063a7229fd914610954578063a825d74714610974578063aafe5e071461099457600080fd5b80639c6d7340116101a05780639c6d7340146108ac5780639d7f9775146108f4578063a0dd43fc14610914578063a718531b1461093457600080fd5b80639132e5c31461085757806391d20fa1146108795780639535ff301461088c57600080fd5b8063587cde1e116102a05780636e83f5bb1161023e578063733180911161021857806373318091146107cc57806379624ca9146108005780637cb59012146108195780638da5cb5b1461083957600080fd5b80636e83f5bb146107225780636f50a80314610781578063715018a6146107b757600080fd5b8063697fe6b61161027a578063697fe6b6146106a25780636a14d715146106c25780636bf73fa3146106e25780636dbd9f901461070257600080fd5b8063587cde1e146105c35780635b17bb70146106115780636750cd4c1461067257600080fd5b80632baf0be71161030d578063402f8468116102e7578063402f8468146104ee57806340f806831461052d578063416ecebf1461054d5780634b4b2efb1461059657600080fd5b80632baf0be7146104455780632e80fbf31461048757806335d330b0146104a757600080fd5b80632637a4501161033e5780632637a450146103d85780632a56c1b0146103f85780632b3197b91461041857600080fd5b80630c0c389e1461036557806314f651a91461037a578063183c834f146103b8575b600080fd5b610378610373366004614d66565b610cd0565b005b34801561038657600080fd5b5061038f610de7565b6040805163ffffffff90931683526001600160a01b039091166020830152015b60405180910390f35b3480156103c457600080fd5b506103786103d3366004614e16565b610e19565b6103eb6103e6366004614e61565b6111a4565b6040516103af9190614eb4565b34801561040457600080fd5b50610378610413366004614ef7565b61130d565b34801561042457600080fd5b50610438610433366004614f67565b6113cb565b6040516103af9190615029565b34801561045157600080fd5b506104797fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff81565b6040519081526020016103af565b34801561049357600080fd5b506103786104a2366004615054565b6114e6565b3480156104b357600080fd5b506104796104c23660046150bb565b600c60209081526000948552604080862082529385528385208152918452828420909152825290205481565b3480156104fa57600080fd5b5061050e6105093660046150fd565b6116bd565b604080516001600160a01b0390931683529015156020830152016103af565b34801561053957600080fd5b50610378610548366004615054565b611754565b34801561055957600080fd5b506105817f000000000000000000000000000000000000000000000000000000000000000081565b60405163ffffffff90911681526020016103af565b3480156105a257600080fd5b506105b66105b1366004615127565b611904565b6040516103af9190615181565b3480156105cf57600080fd5b506105f96105de3660046151c2565b600f602052600090815260409020546001600160a01b031681565b6040516001600160a01b0390911681526020016103af565b34801561061d57600080fd5b5061065961062c3660046151dd565b600160209081526000938452604080852082529284528284209052825290205467ffffffffffffffff1681565b60405167ffffffffffffffff90911681526020016103af565b34801561067e57600080fd5b5061069261068d366004615219565b611aa8565b60405190151581526020016103af565b3480156106ae57600080fd5b506103786106bd366004615234565b611af4565b3480156106ce57600080fd5b506103786106dd366004614e16565b611b69565b3480156106ee57600080fd5b506103786106fd366004615332565b612073565b34801561070e57600080fd5b5061037861071d366004615416565b6120dd565b34801561072e57600080fd5b5061076261073d366004615219565b600b60205260009081526040902080546001909101546001600160a01b039091169082565b604080516001600160a01b0390931683526020830191909152016103af565b34801561078d57600080fd5b506105f961079c366004615219565b600a602052600090815260409020546001600160a01b031681565b3480156107c357600080fd5b506103786121b1565b3480156107d857600080fd5b506105f97f000000000000000000000000000000000000000000000000000000000000000081565b34801561080c57600080fd5b50600d5460011415610692565b34801561082557600080fd5b506103786108343660046154a7565b6121c5565b34801561084557600080fd5b506000546001600160a01b03166105f9565b34801561086357600080fd5b5061086c6122ca565b6040516103af91906154f9565b610378610887366004615546565b61232c565b34801561089857600080fd5b506103786108a73660046155f1565b6124ee565b3480156108b857600080fd5b506106596108c73660046151dd565b600360209081526000938452604080852082529284528284209052825290205467ffffffffffffffff1681565b34801561090057600080fd5b5061069261090f3660046155f1565b6127f6565b34801561092057600080fd5b5061065961092f3660046151dd565b6128d2565b34801561094057600080fd5b5061037861094f366004615634565b61296b565b34801561096057600080fd5b5061037861096f366004615660565b612d7d565b34801561098057600080fd5b5061037861098f36600461567e565b612d95565b3480156109a057600080fd5b506104796109af3660046151dd565b612f2d565b3480156109c057600080fd5b506103786109cf3660046156bb565b61303c565b3480156109e057600080fd5b506105f96109ef3660046150fd565b6132fc565b348015610a0057600080fd5b50610378610a0f3660046151c2565b613384565b348015610a2057600080fd5b50610479610a2f3660046156d7565b600260209081526000948552604080862082529385528385208152918452828420909152825290205481565b348015610a6757600080fd5b50610378610a763660046151c2565b336000908152600f6020526040902080547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b0392909216919091179055565b348015610ac957600080fd5b50610479600081565b348015610ade57600080fd5b50610378610aed366004615634565b6133f9565b348015610afe57600080fd5b50610378610b0d3660046156d7565b6136fd565b348015610b1e57600080fd5b50610692610b2d3660046151c2565b60056020526000908152604090205460ff1681565b348015610b4e57600080fd5b50610692610b5d3660046150fd565b6001600160a01b03918216600090815260066020908152604080832063ffffffff9490941683529290522054161590565b348015610b9a57600080fd5b50610bae610ba9366004614e61565b613820565b6040516103af9190615719565b348015610bc757600080fd5b5060006105f9565b348015610bdb57600080fd5b50610692610bea366004615730565b613b4b565b348015610bfb57600080fd5b50600e546105f9906001600160a01b031681565b348015610c1b57600080fd5b50610378610c2a3660046151c2565b613c19565b348015610c3b57600080fd5b50610762610c4a3660046150fd565b6008602090815260009283526040808420909152908252902080546001909101546001600160a01b039091169082565b348015610c8657600080fd5b50610378610c953660046151c2565b613e17565b348015610ca657600080fd5b506105f9610cb5366004615219565b6009602052600090815260409020546001600160a01b031681565b610d1f86610ce160208a018a615219565b60208a0135610cf660608c0160408d0161577c565b898989604051602001610d0b93929190615797565b604051602081830303815290604052613ec1565b506040517f13137d650000000000000000000000000000000000000000000000000000000081526001600160a01b038716906313137d65903490610d73908b908a908a908a9033908b908b90600401615834565b6000604051808303818588803b158015610d8c57600080fd5b505af1158015610da0573d6000803e3d6000fd5b50505050507f3cd5e48f9730b129dc7550f0fcea9c767b7be37837cd10e55eb35f734f4bca048787604051610dd692919061588b565b60405180910390a150505050505050565b600080610df7600d546001141590565b610e0357600080610e11565b610e11600d5460a081901c91565b915091509091565b6001600160a01b038216600090815260056020526040902054829060ff16610e6d576040517f8cd5e2c600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b826001600160a01b03811615610f29576000816001600160a01b0316631881d94d6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610ebd573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ee191906158af565b6002811115610ef257610ef2615152565b03610f29576040517f7865362200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b83856001600160a01b03821615610ff7576040517f6750cd4c00000000000000000000000000000000000000000000000000000000815263ffffffff821660048201526001600160a01b03831690636750cd4c90602401602060405180830381865afa158015610f9d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610fc191906158de565b610ff7576040517f9153304b00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b61100088614104565b600061100c89896116bd565b9150508015611047576040517f78142dd200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b856000036110a7576001600160a01b038916600090815260086020908152604080832063ffffffff8c168452909152812080547fffffffffffffffffffffffff00000000000000000000000000000000000000001681556001015561113e565b4386116110e0576040517fd36c850000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001600160a01b03898116600090815260086020908152604080832063ffffffff8d168452909152902080547fffffffffffffffffffffffff0000000000000000000000000000000000000000169189169190911781556001018690555b604080516001600160a01b03808c16825263ffffffff8b166020830152891691810191909152606081018790527f4e0a5bbfa0c11a64effb1ada324b5437a17272e1aed9320398715ef71bb20928906080015b60405180910390a1505050505050505050565b6111ac614cad565b6111b96020840184615219565b336001600d54146111f6576040517f9633fed300000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b77ffffffff000000000000000000000000000000000000000060a083811b919091166001600160a01b03831617600d55611235908601608087016158fb565b801561124a5750600e546001600160a01b0316155b15611281576040517f5373352a00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60008061128e338861416e565b91509150600061129b3490565b905060006112b76112b260a08b0160808c016158fb565b614452565b90506112c884604001518383614520565b600e546040850151602001516112ea916001600160a01b03169083868c614587565b6040840151516112fc9083858b6145b4565b50506001600d555095945050505050565b61131685614104565b600083838360405160200161132d93929190615797565b604080517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe081840301815291905290506113898661136e6020880188615219565b602088013561138360608a0160408b0161577c565b85613ec1565b507f3cd5e48f9730b129dc7550f0fcea9c767b7be37837cd10e55eb35f734f4bca0485876040516113bb92919061588b565b60405180910390a1505050505050565b6001600160a01b038316600090815260056020526040902054606090849060ff16611422576040517f8cd5e2c600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6040517f9c33abf700000000000000000000000000000000000000000000000000000000815263ffffffff80861660048301526001600160a01b0388811660248401529085166044830152861690639c33abf790606401600060405180830381865afa158015611496573d6000803e3d6000fd5b505050506040513d6000823e601f3d9081017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe01682016040526114dc91908101906159e3565b9695505050505050565b6114ef85614104565b6001600160a01b038516600090815260026020908152604080832063ffffffff881684528252808320868452825280832067ffffffffffffffff8616845290915290205481811461157b576040517fe4bb0ca100000000000000000000000000000000000000000000000000000000815260048101829052602481018390526044015b60405180910390fd5b6001600160a01b038616600090815260016020908152604080832063ffffffff89168452825280832087845290915290205467ffffffffffffffff908116908416118015906115c8575080155b1561160b576040517f5c33785a00000000000000000000000000000000000000000000000000000000815267ffffffffffffffff84166004820152602401611572565b6001600160a01b038616600081815260026020908152604080832063ffffffff8a16808552908352818420898552835281842067ffffffffffffffff8916808652908452938290207fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff905581519081529182018890528101929092526060820152608081018390527faf0450c392c4f702515a457a362328c8aa21916048ca6d0419e248b30cb552929060a0016113bb565b6001600160a01b03808316600090815260076020908152604080832063ffffffff86168452909152812054909116908161174d5763ffffffff83166000908152600a60205260409020546001600160a01b0316915081611749576040517ffbc6a95a00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b5060015b9250929050565b61175d85614104565b6001600160a01b038516600090815260026020908152604080832063ffffffff881684528252808320868452825280832067ffffffffffffffff861684529091529020548181146117e4576040517fe4bb0ca10000000000000000000000000000000000000000000000000000000081526004810182905260248101839052604401611572565b80158061182f57506001600160a01b038616600090815260016020908152604080832063ffffffff89168452825280832087845290915290205467ffffffffffffffff908116908416115b15611872576040517f5c33785a00000000000000000000000000000000000000000000000000000000815267ffffffffffffffff84166004820152602401611572565b6001600160a01b038616600081815260026020908152604080832063ffffffff8a16808552908352818420898552835281842067ffffffffffffffff89168086529084528285209490945581519081529182018890528101929092526060820152608081018390527f7f68a37a6e69a0de35024a234558f9efe4b33b58657753d21eaaa82d51c3510e9060a0016113bb565b6001600160a01b038116600090815260026020908152604082208291829061192e90870187615219565b63ffffffff1663ffffffff1681526020019081526020016000206000856020013581526020019081526020016000206000856040016020810190611972919061577c565b67ffffffffffffffff168152602081019190915260400160002054905080158015611a1157506001600160a01b0383166000908152600160209081526040822091906119c090870187615219565b63ffffffff16815260208082019290925260409081016000908120878401358252909252908190205467ffffffffffffffff1690611a04906060870190870161577c565b67ffffffffffffffff1611155b15611a20576002915050611aa2565b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8114801590611a8d5750611a6683611a5c6020870187615219565b86602001356128d2565b67ffffffffffffffff16611a80606086016040870161577c565b67ffffffffffffffff1611155b15611a9c576001915050611aa2565b60009150505b92915050565b63ffffffff81166000908152600960205260408120546001600160a01b031615801590611aa257505063ffffffff166000908152600a60205260409020546001600160a01b0316151590565b336001600160a01b03168b6001600160a01b03168d6001600160a01b03167f8a0b1dce321c5c5fb42349bce46d18087c04140de520917661fb923e44a904b98d8d8d8d8d8d8d8d8d8d604051611b539a99989796959493929190615a18565b60405180910390a4505050505050505050505050565b6001600160a01b038216600090815260056020526040902054829060ff16158015611b9c57506001600160a01b03811615155b15611bd3576040517f4fb58e1500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b826001600160a01b03811615611c8f576000816001600160a01b0316631881d94d6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611c23573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611c4791906158af565b6002811115611c5857611c58615152565b03611c8f576040517f7865362200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b83856001600160a01b03821615611d5d576040517f6750cd4c00000000000000000000000000000000000000000000000000000000815263ffffffff821660048201526001600160a01b03831690636750cd4c90602401602060405180830381865afa158015611d03573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611d2791906158de565b611d5d576040517f9153304b00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b611d6688614104565b6001600160a01b03808916600090815260076020908152604080832063ffffffff8c16845290915290205481169087168103611dce576040517fc23f6ccb00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001600160a01b03898116600081815260076020908152604080832063ffffffff8e168085529083529281902080547fffffffffffffffffffffffff0000000000000000000000000000000000000000168d87169081179091558151948552918401929092529284169082015260608101919091527fc0833c35bb1d0beadca36bed54c7098819e109542a6d233d33c7c2039c8ec9aa9060800160405180910390a18515611fc8576001600160a01b0381161580611e9357506001600160a01b038716155b15611eca576040517f78142dd200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60006040518060400160405280836001600160a01b031681526020018843611ef29190615ab0565b90526001600160a01b03808c16600090815260086020908152604080832063ffffffff8f1684528252918290208451815494167fffffffffffffffffffffffff00000000000000000000000000000000000000009094169390931783558301516001909201829055519192507f4e0a5bbfa0c11a64effb1ada324b5437a17272e1aed9320398715ef71bb2092891611fba918d918d9187916001600160a01b03948516815263ffffffff93909316602084015292166040820152606081019190915260800190565b60405180910390a150612068565b6001600160a01b03898116600081815260086020908152604080832063ffffffff8e1680855290835281842080547fffffffffffffffffffffffff00000000000000000000000000000000000000001681556001018490558151948552918401919091529284169282019290925260608101919091527f4e0a5bbfa0c11a64effb1ada324b5437a17272e1aed9320398715ef71bb2092890608001611191565b505050505050505050565b336001600160a01b03168a6001600160a01b03167f7edfa10fe10193301ad8a8bea7e968c7bcabcc64981f368e3aeada40ce26ae2c8d8c8c8c8c8c8c8c8c8c6040516120c89a99989796959493929190615ac3565b60405180910390a35050505050505050505050565b6001600160a01b038316600090815260056020526040902054839060ff16612131576040517f8cd5e2c600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b61213a85614104565b6040517f20efd7220000000000000000000000000000000000000000000000000000000081526001600160a01b038516906320efd7229061218390889087908790600401615b22565b600060405180830381600087803b15801561219d57600080fd5b505af1158015612068573d6000803e3d6000fd5b6121b96145de565b6121c36000614652565b565b336000908152600c602090815260408083206001600160a01b03891684528252808320878452825280832061ffff8716845290915290205415612234576040517f895fdbee00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b8181604051612244929190615c73565b60408051918290038220336000818152600c60209081528482206001600160a01b038c16835281528482208a8352815284822061ffff8a168352905292909220557f3d52ff888d033fd3dd1d8057da59e850c91d91a72c41dfa445b247dfedeb6dc1916122bb919088908890889088908890615c83565b60405180910390a15050505050565b6060600480548060200260200160405190810160405280929190818152602001828054801561232257602002820191906000526020600020905b81546001600160a01b03168152600190910190602001808311612304575b5050505050905090565b6001600160a01b038089166000908152600c60209081526040808320938b168352928152828220898352815282822061ffff8916835290528181205491516123779087908790615c73565b604051809103902090508082146123c4576040517f9e3e05830000000000000000000000000000000000000000000000000000000081526004810183905260248101829052604401611572565b6001600160a01b03808b166000908152600c60209081526040808320938d168084529382528083208c8452825280832061ffff8c1684529091529081902060019055517fd0a1026000000000000000000000000000000000000000000000000000000000815263d0a1026090349061244c908e908d908c908c9033908d908d90600401615ccc565b6000604051808303818588803b15801561246557600080fd5b505af1158015612479573d6000803e3d6000fd5b50505050507e36c98efcf9e6641dfbc9051f66f405253e8e0c2ab4a24dccda15595b7378c88a8a8a8a6040516124da94939291906001600160a01b039485168152929093166020830152604082015261ffff91909116606082015260800190565b60405180910390a150505050505050505050565b6001600160a01b038116600090815260056020526040902054819060ff1615801561252157506001600160a01b03811615155b15612558576040517f4fb58e1500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b816001600160a01b03811615612614576001816001600160a01b0316631881d94d6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156125a8573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906125cc91906158af565b60028111156125dd576125dd615152565b03612614576040517f3885d60300000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b82846001600160a01b038216156126e2576040517f6750cd4c00000000000000000000000000000000000000000000000000000000815263ffffffff821660048201526001600160a01b03831690636750cd4c90602401602060405180830381865afa158015612688573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906126ac91906158de565b6126e2576040517f9153304b00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6126eb87614104565b6001600160a01b03808816600090815260066020908152604080832063ffffffff8b16845290915290205481169086168103612753576040517fc23f6ccb00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001600160a01b03888116600081815260066020908152604080832063ffffffff8d168085529083529281902080547fffffffffffffffffffffffff000000000000000000000000000000000000000016958c1695861790558051938452908301919091528101919091527f4cff966ebee29a156dcb34cf72c1d06231fb1777f6bdf6e8089819232f002b1c906060015b60405180910390a15050505050505050565b600080600061280586866116bd565b91509150816001600160a01b0316846001600160a01b03160361282d576001925050506128cb565b600081612862576001600160a01b038716600090815260086020908152604080832063ffffffff8a1684529091529020612878565b63ffffffff86166000908152600b602052604090205b6040805180820190915281546001600160a01b03908116808352600190930154602083015290925086161480156128b25750438160200151115b156128c357600193505050506128cb565b600093505050505b9392505050565b6001600160a01b038316600090815260016020908152604080832063ffffffff86168452825280832084845290915281205467ffffffffffffffff165b6001600160a01b038516600090815260026020908152604080832063ffffffff881684528252808320868452825280832067ffffffffffffffff60018601168452909152902054156129635760010161290f565b949350505050565b6129736145de565b6001600160a01b038216600090815260056020526040902054829060ff166129c7576040517f8cd5e2c600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b826001600160a01b03811615612a83576000816001600160a01b0316631881d94d6040518163ffffffff1660e01b8152600401602060405180830381865afa158015612a17573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612a3b91906158af565b6002811115612a4c57612a4c615152565b03612a83576040517f7865362200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b83856001600160a01b03821615612b51576040517f6750cd4c00000000000000000000000000000000000000000000000000000000815263ffffffff821660048201526001600160a01b03831690636750cd4c90602401602060405180830381865afa158015612af7573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612b1b91906158de565b612b51576040517f9153304b00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b63ffffffff87166000908152600a60205260409020546001600160a01b039081169087168103612bad576040517fc23f6ccb00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b63ffffffff88166000818152600a602090815260409182902080547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b038c8116918217909255835194855290851691840191909152908201527f9914edfad6b7eac2e388f49bae232bd0e1954fbe92f5ed1ab975fc270f27cea59060600160405180910390a18515612cec5763ffffffff88166000908152600b6020526040902080547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b038316178155612c918743615ab0565b600182018190556040805163ffffffff8c1681526001600160a01b038516602082015280820192909252517f55b28633cdb29709386f555dfc54418592ad475ce7a65a78ac5928af60ffb8f89181900360600190a150612d73565b63ffffffff88166000818152600b6020908152604080832080547fffffffffffffffffffffffff000000000000000000000000000000000000000016815560010183905580519384526001600160a01b038516918401919091528201527f55b28633cdb29709386f555dfc54418592ad475ce7a65a78ac5928af60ffb8f8906060016127e4565b5050505050505050565b612d856145de565b612d908383836146ba565b505050565b612dac82612da66020860186615219565b336127f6565b612de2576040517f82ceb50e00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001600160a01b03821660009081526001602090815260408220908290612e0b90870187615219565b63ffffffff1681526020808201929092526040908101600090812087840135825290925290205467ffffffffffffffff169050612e498484836146dd565b612e7f576040517f098c20b500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b612e8a848483614778565b612ec0576040517f2923b32a00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b612eec83612ed16020870187615219565b6020870135612ee66060890160408a0161577c565b86614838565b7f0d87345f3d1c929caba93e1c3821b54ff3512e12b66aa3cfe54b6bcbc17e59b4848484604051612f1f93929190615d20565b60405180910390a150505050565b6001600160a01b038316600090815260036020908152604080832063ffffffff8616845282528083208484529091528120548190612f769067ffffffffffffffff166001615d48565b604080517fffffffffffffffff00000000000000000000000000000000000000000000000060c084901b166020808301919091527fffffffff000000000000000000000000000000000000000000000000000000007f000000000000000000000000000000000000000000000000000000000000000060e090811b821660288501526001600160a01b038b16602c85015289901b16604c830152605080830188905283518084039091018152607090920190925280519101209091505b95945050505050565b6130446145de565b6001600160a01b038116600090815260056020526040902054819060ff16613098576040517f8cd5e2c600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b816001600160a01b03811615613154576001816001600160a01b0316631881d94d6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156130e8573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061310c91906158af565b600281111561311d5761311d615152565b03613154576040517f3885d60300000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b82846001600160a01b03821615613222576040517f6750cd4c00000000000000000000000000000000000000000000000000000000815263ffffffff821660048201526001600160a01b03831690636750cd4c90602401602060405180830381865afa1580156131c8573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906131ec91906158de565b613222576040517f9153304b00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b63ffffffff86166000908152600960205260409020546001600160a01b03908116908616810361327e576040517fc23f6ccb00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b63ffffffff871660008181526009602090815260409182902080547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b038b169081179091558251938452908301527f16aa0f528038ab41019e95bae5b418a50ba8532c5800e3b7ea2f517d3fa625f59101610dd6565b6001600160a01b03808316600090815260066020908152604080832063ffffffff861684529091529020541680611aa2575063ffffffff81166000908152600960205260409020546001600160a01b031680611aa2576040517fb6f3253d00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b61338c6145de565b600e80547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b0383169081179091556040519081527fd476ec5ec1ac11cec3714d41e7ea49419471aceb9bd0dff1becfc3e363a62396906020015b60405180910390a150565b6001600160a01b038216600090815260056020526040902054829060ff1661344d576040517f8cd5e2c600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b826001600160a01b03811615613509576000816001600160a01b0316631881d94d6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561349d573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906134c191906158af565b60028111156134d2576134d2615152565b03613509576040517f7865362200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b83856001600160a01b038216156135d7576040517f6750cd4c00000000000000000000000000000000000000000000000000000000815263ffffffff821660048201526001600160a01b03831690636750cd4c90602401602060405180830381865afa15801561357d573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906135a191906158de565b6135d7576040517f9153304b00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6135df6145de565b8460000361362b5763ffffffff87166000908152600b6020526040812080547fffffffffffffffffffffffff0000000000000000000000000000000000000000168155600101556136b1565b438511613664576040517fd36c850000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b63ffffffff87166000908152600b6020526040902080547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b0388161781556001018590555b6040805163ffffffff891681526001600160a01b03881660208201529081018690527f55b28633cdb29709386f555dfc54418592ad475ce7a65a78ac5928af60ffb8f890606001610dd6565b61370684614104565b6137118484846128d2565b61371c906001615d48565b67ffffffffffffffff168167ffffffffffffffff1614613774576040517f5c33785a00000000000000000000000000000000000000000000000000000000815267ffffffffffffffff82166004820152602401611572565b6001600160a01b038416600081815260016020908152604080832063ffffffff881680855290835281842087855283529281902080547fffffffffffffffffffffffffffffffffffffffffffffffff00000000000000001667ffffffffffffffff8716908117909155815193845291830186905282019290925260608101919091527f28f40053783033ef755556a0c3315379141f51a33aed8334174ffbadd90bde4890608001612f1f565b604080518082019091526000808252602082015261384460a08401608085016158fb565b80156138595750600e546001600160a01b0316155b15613890576040517f5373352a00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001600160a01b038216600090815260036020908152604082209082906138b990870187615219565b63ffffffff168152602080820192909252604090810160009081208784013582529092529020546138f59067ffffffffffffffff166001615d48565b905060006040518060e001604052808367ffffffffffffffff1681526020017f000000000000000000000000000000000000000000000000000000000000000063ffffffff168152602001856001600160a01b031681526020018660000160208101906139629190615219565b63ffffffff16815260200186602001358152602001613a5e847f0000000000000000000000000000000000000000000000000000000000000000888a60000160208101906139b09190615219565b8b60200135600085856001600160a01b03861660405160c09390931b7fffffffffffffffff00000000000000000000000000000000000000000000000016602084015260e091821b7fffffffff000000000000000000000000000000000000000000000000000000009081166028850152602c8401919091529085901b16604c8201526050810183905260700160405160208183030381529060405280519060200120905095945050505050565b8152602001613a706040880188615d69565b8080601f016020809104026020016040519081016040528093929190818152602001838380828437600092018290525093909452509293509150613abd9050856109ef6020890189615219565b90506001600160a01b03811663d80e9bd983613adc60608a018a615d69565b613aec60a08c0160808d016158fb565b6040518563ffffffff1660e01b8152600401613b0b9493929190615dce565b6040805180830381865afa158015613b27573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906114dc9190615ec5565b6000613b6484613b5e6020880188615219565b856127f6565b613b7057506000612963565b6001600160a01b03841660009081526001602090815260408220908290613b9990890189615219565b63ffffffff1681526020808201929092526040908101600090812089840135825290925290205467ffffffffffffffff169050613bd78686836146dd565b613be5576000915050612963565b613bf0868683614778565b613bfe576000915050612963565b82613c0d576000915050612963565b50600195945050505050565b613c216145de565b6040517f01ffc9a70000000000000000000000000000000000000000000000000000000081527f97f025840000000000000000000000000000000000000000000000000000000060048201526001600160a01b038216906301ffc9a790602401602060405180830381865afa158015613c9e573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613cc291906158de565b613cf8576040517f63aaf06600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001600160a01b03811660009081526005602052604090205460ff1615613d4b576040517f3a81d6fc00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001600160a01b038116600081815260056020908152604080832080547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff001660019081179091556004805491820181559093527f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b90920180547fffffffffffffffffffffffff0000000000000000000000000000000000000000168417905590519182527f6b374d56679ca9463f27c85c6311e2bb7fde69bf201d3da39d53f10bd9d78af591016133ee565b613e1f6145de565b6001600160a01b038116613eb5576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201527f64647265737300000000000000000000000000000000000000000000000000006064820152608401611572565b613ebe81614652565b50565b6001600160a01b038516600090815260016020908152604080832063ffffffff88168452825280832086845290915281205467ffffffffffffffff90811690841681101561401c57600181015b8467ffffffffffffffff168167ffffffffffffffff1611613fb7576001600160a01b038816600090815260026020908152604080832063ffffffff8b1684528252808320898452825280832067ffffffffffffffff85168452909152902054613faf576040517f5c33785a00000000000000000000000000000000000000000000000000000000815267ffffffffffffffff82166004820152602401611572565b600101613f0e565b506001600160a01b038716600090815260016020908152604080832063ffffffff8a1684528252808320888452909152902080547fffffffffffffffffffffffffffffffffffffffffffffffff00000000000000001667ffffffffffffffff86161790555b82516020808501919091206001600160a01b038916600090815260028352604080822063ffffffff8b1683528452808220898352845280822067ffffffffffffffff8916835290935291909120549092508083146140b0576040517fe4bb0ca10000000000000000000000000000000000000000000000000000000081526004810182905260248101849052604401611572565b50506001600160a01b03909516600090815260026020908152604080832063ffffffff909716835295815285822094825293845284812067ffffffffffffffff909316815291909252918220919091555090565b336001600160a01b0382161480159061413757506001600160a01b038181166000908152600f6020526040902054163314155b15613ebe576040517f82b4290000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b614176614cad565b6000806141ff8561418a6020870187615219565b6001600160a01b0391909116600090815260036020908152604080832063ffffffff94909416835292815282822081890135835290522080547fffffffffffffffffffffffffffffffffffffffffffffffff00000000000000008116600167ffffffffffffffff928316019182161790915590565b905060006040518060e001604052808367ffffffffffffffff1681526020017f000000000000000000000000000000000000000000000000000000000000000063ffffffff168152602001876001600160a01b0316815260200186600001602081019061426c9190615219565b63ffffffff168152602001866020013581526020016142ba847f00000000000000000000000000000000000000000000000000000000000000008a8a60000160208101906139b09190615219565b81526020016142cc6040880188615d69565b8080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920182905250939094525092935091506143199050876109ef6020890189615219565b90506000806001600160a01b038316634389e58f8561433b60608c018c615d69565b61434b60a08e0160808f016158fb565b6040518563ffffffff1660e01b815260040161436a9493929190615dce565b6000604051808303816000875af1158015614389573d6000803e3d6000fd5b505050506040513d6000823e601f3d9081017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe01682016040526143cf9190810190615ee1565b90925090507f1ab700d4ced0c005b164c0f789fd09fcbb0156d4c2041b8a3bfbcd961cd1567f8161440360608b018b615d69565b866040516144149493929190615f30565b60405180910390a1506040805160608101825260a090940151845267ffffffffffffffff909416602084015292820192909252925090509250929050565b6000811561451b57600e546040517f70a082310000000000000000000000000000000000000000000000000000000081523060048201526001600160a01b03909116906370a0823190602401602060405180830381865afa1580156144bb573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906144df9190615f71565b90508060000361451b576040517fe801604300000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b919050565b82518210806145325750808360200151115b15612d9057825160208401516040517fe273c847000000000000000000000000000000000000000000000000000000008152600481019290925260248201849052604482015260648101829052608401611572565b8315614598576145988583866148b8565b828410156145ad576145ad85828686036148b8565b5050505050565b83156145c4576145c4828561490c565b828410156145d8576145d88185850361490c565b50505050565b6000546001600160a01b031633146121c3576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401611572565b600080546001600160a01b038381167fffffffffffffffffffffffff0000000000000000000000000000000000000000831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6001600160a01b0383166146d257612d90828261490c565b612d908383836148b8565b6000808267ffffffffffffffff16118061296357506040517fff7bd03d0000000000000000000000000000000000000000000000000000000081526001600160a01b0384169063ff7bd03d90614737908790600401615f8a565b602060405180830381865afa158015614754573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061296391906158de565b600067ffffffffffffffff8216614795606086016040870161577c565b67ffffffffffffffff16118061296357506001600160a01b038316600090815260026020908152604082209082906147cf90880188615219565b63ffffffff1663ffffffff1681526020019081526020016000206000866020013581526020019081526020016000206000866040016020810190614813919061577c565b67ffffffffffffffff1681526020810191909152604001600020541415949350505050565b8061486f576040517fa84ab60d00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001600160a01b03909416600090815260026020908152604080832063ffffffff909616835294815284822093825292835283812067ffffffffffffffff909216815291522055565b6001600160a01b0382166148f8576040517f32fa6a1d00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b612d906001600160a01b03841683836149eb565b6001600160a01b03821661494c576040517f32fa6a1d00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6000826001600160a01b03168260405160006040518083038185875af1925050503d8060008114614999576040519150601f19603f3d011682016040523d82523d6000602084013e61499e565b606091505b5050905080612d90576040517f2c024f920000000000000000000000000000000000000000000000000000000081526001600160a01b038416600482015260248101839052604401611572565b604080516001600160a01b03848116602483015260448083018590528351808403909101815260649092018352602080830180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fa9059cbb0000000000000000000000000000000000000000000000000000000017905283518085019094528084527f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c656490840152612d9092869291600091614aa9918516908490614b56565b9050805160001480614aca575080806020019051810190614aca91906158de565b612d90576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e60448201527f6f742073756363656564000000000000000000000000000000000000000000006064820152608401611572565b6060612963848460008585600080866001600160a01b03168587604051614b7d9190615f98565b60006040518083038185875af1925050503d8060008114614bba576040519150601f19603f3d011682016040523d82523d6000602084013e614bbf565b606091505b5091509150614bd087838387614bdb565b979650505050505050565b60608315614c64578251600003614c5d576001600160a01b0385163b614c5d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606401611572565b5081612963565b6129638383815115614c795781518083602001fd5b806040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016115729190615029565b604051806060016040528060008019168152602001600067ffffffffffffffff168152602001614cf0604051806040016040528060008152602001600081525090565b905290565b600060608284031215614d0757600080fd5b50919050565b80356001600160a01b038116811461451b57600080fd5b60008083601f840112614d3657600080fd5b50813567ffffffffffffffff811115614d4e57600080fd5b60208301915083602082850101111561174d57600080fd5b600080600080600080600060e0888a031215614d8157600080fd5b614d8b8989614cf5565b9650614d9960608901614d0d565b95506080880135945060a088013567ffffffffffffffff80821115614dbd57600080fd5b614dc98b838c01614d24565b909650945060c08a0135915080821115614de257600080fd5b50614def8a828b01614d24565b989b979a50959850939692959293505050565b803563ffffffff8116811461451b57600080fd5b60008060008060808587031215614e2c57600080fd5b614e3585614d0d565b9350614e4360208601614e02565b9250614e5160408601614d0d565b9396929550929360600135925050565b60008060408385031215614e7457600080fd5b823567ffffffffffffffff811115614e8b57600080fd5b830160a08186031215614e9d57600080fd5b9150614eab60208401614d0d565b90509250929050565b60006080820190508251825267ffffffffffffffff60208401511660208301526040830151614ef0604084018280518252602090810151910152565b5092915050565b600080600080600060c08688031215614f0f57600080fd5b614f1886614d0d565b9450614f278760208801614cf5565b93506080860135925060a086013567ffffffffffffffff811115614f4a57600080fd5b614f5688828901614d24565b969995985093965092949392505050565b60008060008060808587031215614f7d57600080fd5b614f8685614d0d565b9350614f9460208601614d0d565b9250614fa260408601614e02565b9150614fb060608601614e02565b905092959194509250565b60005b83811015614fd6578181015183820152602001614fbe565b50506000910152565b60008151808452614ff7816020860160208601614fbb565b601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0169290920160200192915050565b6020815260006128cb6020830184614fdf565b803567ffffffffffffffff8116811461451b57600080fd5b600080600080600060a0868803121561506c57600080fd5b61507586614d0d565b945061508360208701614e02565b9350604086013592506150986060870161503c565b949793965091946080013592915050565b803561ffff8116811461451b57600080fd5b600080600080608085870312156150d157600080fd5b6150da85614d0d565b93506150e860208601614d0d565b925060408501359150614fb0606086016150a9565b6000806040838503121561511057600080fd5b61511983614d0d565b9150614eab60208401614e02565b6000806080838503121561513a57600080fd5b6151448484614cf5565b9150614eab60608401614d0d565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602160045260246000fd5b60208101600383106151bc577f4e487b7100000000000000000000000000000000000000000000000000000000600052602160045260246000fd5b91905290565b6000602082840312156151d457600080fd5b6128cb82614d0d565b6000806000606084860312156151f257600080fd5b6151fb84614d0d565b925061520960208501614e02565b9150604084013590509250925092565b60006020828403121561522b57600080fd5b6128cb82614e02565b6000806000806000806000806000806000806101208d8f03121561525757600080fd5b6152608d614d0d565b9b5061526e60208e01614d0d565b9a5060408d0135995061528360608e016150a9565b985060808d0135975060a08d0135965067ffffffffffffffff60c08e013511156152ac57600080fd5b6152bc8e60c08f01358f01614d24565b909650945067ffffffffffffffff60e08e013511156152da57600080fd5b6152ea8e60e08f01358f01614d24565b909450925067ffffffffffffffff6101008e0135111561530957600080fd5b61531a8e6101008f01358f01614d24565b81935080925050509295989b509295989b509295989b565b60008060008060008060008060008060006101408c8e03121561535457600080fd5b61535e8d8d614cf5565b9a5061536c60608d01614d0d565b995060808c0135985060a08c0135975060c08c0135965067ffffffffffffffff8060e08e0135111561539d57600080fd5b6153ad8e60e08f01358f01614d24565b90975095506101008d01358110156153c457600080fd5b6153d58e6101008f01358f01614d24565b90955093506101208d01358110156153ec57600080fd5b506153fe8d6101208e01358e01614d24565b81935080925050509295989b509295989b9093969950565b6000806000806060858703121561542c57600080fd5b61543585614d0d565b935061544360208601614d0d565b9250604085013567ffffffffffffffff8082111561546057600080fd5b818701915087601f83011261547457600080fd5b81358181111561548357600080fd5b8860208260051b850101111561549857600080fd5b95989497505060200194505050565b6000806000806000608086880312156154bf57600080fd5b6154c886614d0d565b9450602086013593506154dd604087016150a9565b9250606086013567ffffffffffffffff811115614f4a57600080fd5b6020808252825182820181905260009190848201906040850190845b8181101561553a5783516001600160a01b031683529284019291840191600101615515565b50909695505050505050565b60008060008060008060008060c0898b03121561556257600080fd5b61556b89614d0d565b975061557960208a01614d0d565b96506040890135955061558e60608a016150a9565b9450608089013567ffffffffffffffff808211156155ab57600080fd5b6155b78c838d01614d24565b909650945060a08b01359150808211156155d057600080fd5b506155dd8b828c01614d24565b999c989b5096995094979396929594505050565b60008060006060848603121561560657600080fd5b61560f84614d0d565b925061561d60208501614e02565b915061562b60408501614d0d565b90509250925092565b60008060006060848603121561564957600080fd5b61565284614e02565b925061520960208501614d0d565b60008060006060848603121561567557600080fd5b61565284614d0d565b600080600060a0848603121561569357600080fd5b61569d8585614cf5565b92506156ab60608501614d0d565b9150608084013590509250925092565b600080604083850312156156ce57600080fd5b614e9d83614e02565b600080600080608085870312156156ed57600080fd5b6156f685614d0d565b935061570460208601614e02565b925060408501359150614fb06060860161503c565b815181526020808301519082015260408101611aa2565b60008060008060c0858703121561574657600080fd5b6157508686614cf5565b935061575e60608601614d0d565b925061576c60808601614d0d565b9396929550929360a00135925050565b60006020828403121561578e57600080fd5b6128cb8261503c565b838152818360208301376000910160200190815292915050565b63ffffffff6157bf82614e02565b1682526020810135602083015267ffffffffffffffff6157e16040830161503c565b1660408301525050565b8183528181602085013750600060208284010152600060207fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f840116840101905092915050565b61583e81896157b1565b86606082015260e06080820152600061585b60e0830187896157eb565b6001600160a01b03861660a084015282810360c084015261587d8185876157eb565b9a9950505050505050505050565b6080810161589982856157b1565b6001600160a01b03831660608301529392505050565b6000602082840312156158c157600080fd5b8151600381106128cb57600080fd5b8015158114613ebe57600080fd5b6000602082840312156158f057600080fd5b81516128cb816158d0565b60006020828403121561590d57600080fd5b81356128cb816158d0565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b600082601f83011261595857600080fd5b815167ffffffffffffffff8082111561597357615973615918565b604051601f83017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0908116603f011681019082821181831017156159b9576159b9615918565b816040528381528660208588010111156159d257600080fd5b6114dc846020830160208901614fbb565b6000602082840312156159f557600080fd5b815167ffffffffffffffff811115615a0c57600080fd5b61296384828501615947565b8a815261ffff8a16602082015288604082015287606082015260e060808201526000615a4860e08301888a6157eb565b82810360a0840152615a5b8187896157eb565b905082810360c0840152615a708185876157eb565b9d9c50505050505050505050505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b80820180821115611aa257611aa2615a81565b6000610120615ad2838e6157b1565b8b60608401528a60808401528960a08401528060c0840152615af7818401898b6157eb565b905082810360e0840152615b0c8187896157eb565b9050828103610100840152615a708185876157eb565b600060408083016001600160a01b03871684526020604081860152818683526060925060608601905060608760051b8701018860005b89811015615c63577fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa089840301845281357fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa18c3603018112615bb957600080fd5b8b0163ffffffff80615bca83614e02565b16855280615bd9888401614e02565b168786015250878101357fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe1823603018112615c1357600080fd5b01858101903567ffffffffffffffff811115615c2e57600080fd5b803603821315615c3d57600080fd5b8789860152615c4f88860182846157eb565b958701959450505090840190600101615b58565b50909a9950505050505050505050565b8183823760009101908152919050565b60006001600160a01b03808916835280881660208401525085604083015261ffff8516606083015260a06080830152615cc060a0830184866157eb565b98975050505050505050565b60006001600160a01b03808a16835288602084015260a06040840152615cf660a08401888a6157eb565b81871660608501528381036080850152615d118186886157eb565b9b9a5050505050505050505050565b60a08101615d2e82866157b1565b6001600160a01b0393909316606082015260800152919050565b67ffffffffffffffff818116838216019080821115614ef057614ef0615a81565b60008083357fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe1843603018112615d9e57600080fd5b83018035915067ffffffffffffffff821115615db957600080fd5b60200191503681900382131561174d57600080fd5b6060815267ffffffffffffffff855116606082015263ffffffff60208601511660808201526001600160a01b0360408601511660a082015260006060860151615e1f60c084018263ffffffff169052565b50608086015160e083015260a086015161010083015260c086015160e0610120840152615e50610140840182614fdf565b90508281036020840152615e658186886157eb565b915050613033604083018415159052565b600060408284031215615e8857600080fd5b6040516040810181811067ffffffffffffffff82111715615eab57615eab615918565b604052825181526020928301519281019290925250919050565b600060408284031215615ed757600080fd5b6128cb8383615e76565b60008060608385031215615ef457600080fd5b615efe8484615e76565b9150604083015167ffffffffffffffff811115615f1a57600080fd5b615f2685828601615947565b9150509250929050565b606081526000615f436060830187614fdf565b8281036020840152615f568186886157eb565b9150506001600160a01b038316604083015295945050505050565b600060208284031215615f8357600080fd5b5051919050565b60608101611aa282846157b1565b60008251615faa818460208701614fbb565b919091019291505056fea2646970667358221220519053a761b3f9b52129911b13e4920eb9411f49eaeca2cf9c8912455312fc3964736f6c63430008160033",
2423
- "devdoc": {
2424
- "kind": "dev",
2425
- "methods": {
2426
- "burn(address,uint32,bytes32,uint64,bytes32)": {
2427
- "details": "Marks a nonce as unexecutable and un-verifiable. The nonce can never be re-verified or executed.Reverts if the provided _payloadHash does not match the currently verified payload hash.Only packets with nonces less than or equal to the lazy inbound nonce can be burned.Reverts if the nonce has already been executed.Authenticated by the caller"
2428
- },
2429
- "clear(address,(uint32,bytes32,uint64),bytes32,bytes)": {
2430
- "details": "Oapp uses this interface to clear a message.this is a PULL mode versus the PUSH mode of lzReceivethe cleared message can be ignored by the app (effectively burnt)authenticated by oapp",
2431
- "params": {
2432
- "_guid": "the guid of the message",
2433
- "_message": "the message",
2434
- "_origin": "the origin of the message"
2435
- }
2436
- },
2437
- "constructor": {
2438
- "params": {
2439
- "_eid": "the unique Endpoint Id for this deploy that all other Endpoints can use to send to it"
2440
- }
2441
- },
2442
- "executable((uint32,bytes32,uint64),address)": {
2443
- "details": "check if a message is executable.",
2444
- "returns": {
2445
- "_0": "ExecutionState of Executed, Executable, or NotExecutable"
2446
- }
2447
- },
2448
- "getConfig(address,address,uint32,uint32)": {
2449
- "details": "a view function to query the current configuration of the OApp"
2450
- },
2451
- "getReceiveLibrary(address,uint32)": {
2452
- "details": "the receiveLibrary can be lazily resolved that if not set it will point to the default configured by LayerZero"
2453
- },
2454
- "getSendContext()": {
2455
- "details": "returns (eid, sender) if sending message, (0, 0) otherwise"
2456
- },
2457
- "getSendLibrary(address,uint32)": {
2458
- "details": "If the Oapp does not have a selected Send Library, this function will resolve to the default library configured by LayerZero",
2459
- "params": {
2460
- "_dstEid": "The destination endpoint id",
2461
- "_sender": "The address of the Oapp that is sending the message"
2462
- },
2463
- "returns": {
2464
- "lib": "address of the Send Library"
2465
- }
2466
- },
2467
- "inboundNonce(address,uint32,bytes32)": {
2468
- "details": "returns the max index of the longest gapless sequence of verified msg nonces.the uninitialized value is 0. the first nonce is always 1it starts from the lazyInboundNonce (last checkpoint) and iteratively check if the next nonce has been verifiedthis function can OOG if too many backlogs, but it can be trivially fixed by just clearing some prior messagesNOTE: Oapp explicitly skipped nonces count as \"verified\" for these purposeseg. [1,2,3,4,6,7] => 4, [1,2,6,8,10] => 2, [1,3,4,5,6] => 1"
2469
- },
2470
- "isSendingMessage()": {
2471
- "details": "returns true if sending message"
2472
- },
2473
- "isSupportedEid(uint32)": {
2474
- "details": "returns true only if both the default send/receive libraries are set"
2475
- },
2476
- "isValidReceiveLibrary(address,uint32,address)": {
2477
- "details": "called when the endpoint checks if the msgLib attempting to verify the msg is the configured msgLib of the Oappthis check provides the ability for Oapp to lock in a trusted msgLibit will fist check if the msgLib is the currently configured one. then check if the msgLib is the one in grace period of msgLib versioning upgrade"
2478
- },
2479
- "lzCompose(address,address,bytes32,uint16,bytes,bytes)": {
2480
- "details": "execute a composed messages from the sender to the composer (receiver)the execution provides the execution context (caller, extraData) to the receiver. the receiver can optionally assert the caller and validate the untrusted extraDatacan not re-entrant",
2481
- "params": {
2482
- "_extraData": "the extra data provided by the executor. this data is untrusted and should be validated.",
2483
- "_from": "the address which sends the composed message. in most cases, it is the Oapp's address.",
2484
- "_guid": "the message guid",
2485
- "_message": "the message",
2486
- "_to": "the address which receives the composed message"
2487
- }
2488
- },
2489
- "lzComposeAlert(address,address,bytes32,uint16,uint256,uint256,bytes,bytes,bytes)": {
2490
- "params": {
2491
- "_extraData": "the extra data provided by the executor",
2492
- "_from": "the address which sends the composed message",
2493
- "_guid": "the message guid",
2494
- "_message": "the message",
2495
- "_reason": "the reason why the message is not received",
2496
- "_to": "the address which receives the composed message"
2497
- }
2498
- },
2499
- "lzReceive((uint32,bytes32,uint64),address,bytes32,bytes,bytes)": {
2500
- "details": "MESSAGING STEP 3 - the last stepexecute a verified message to the designated receiverthe execution provides the execution context (caller, extraData) to the receiver. the receiver can optionally assert the caller and validate the untrusted extraDatacant reentrant because the payload is cleared before execution",
2501
- "params": {
2502
- "_extraData": "the extra data provided by the executor. this data is untrusted and should be validated.",
2503
- "_guid": "the guid of the message",
2504
- "_message": "the message",
2505
- "_origin": "the origin of the message",
2506
- "_receiver": "the receiver of the message"
2507
- }
2508
- },
2509
- "lzReceiveAlert((uint32,bytes32,uint64),address,bytes32,uint256,uint256,bytes,bytes,bytes)": {
2510
- "params": {
2511
- "_extraData": "the extra data provided by the executor.",
2512
- "_guid": "the guid of the message",
2513
- "_message": "the message",
2514
- "_origin": "the origin of the message",
2515
- "_reason": "the reason for failure",
2516
- "_receiver": "the receiver of the message"
2517
- }
2518
- },
2519
- "nativeToken()": {
2520
- "details": "override this if the endpoint is charging ERC20 tokens as native",
2521
- "returns": {
2522
- "_0": "0x0 if using native. otherwise the address of the native ERC20 token"
2523
- }
2524
- },
2525
- "nextGuid(address,uint32,bytes32)": {
2526
- "details": "returns the GUID for the next message given the paththe Oapp might want to include the GUID into the message in some cases"
2527
- },
2528
- "nilify(address,uint32,bytes32,uint64,bytes32)": {
2529
- "details": "Marks a packet as verified, but disallows execution until it is re-verified.Reverts if the provided _payloadHash does not match the currently verified payload hash.A non-verified nonce can be nilified by passing EMPTY_PAYLOAD_HASH for _payloadHash.Assumes the computational intractability of finding a payload that hashes to bytes32.max.Authenticated by the caller"
2530
- },
2531
- "owner()": {
2532
- "details": "Returns the address of the current owner."
2533
- },
2534
- "quote((uint32,bytes32,bytes,bytes,bool),address)": {
2535
- "details": "MESSAGING STEP 0",
2536
- "params": {
2537
- "_params": "the messaging parameters",
2538
- "_sender": "the sender of the message"
2539
- }
2540
- },
2541
- "recoverToken(address,address,uint256)": {
2542
- "details": "recover the token sent to this contract by mistakeonly owner",
2543
- "params": {
2544
- "_amount": "the amount to send",
2545
- "_to": "the address to send the token to",
2546
- "_token": "the token to recover. if 0x0 then it is native token"
2547
- }
2548
- },
2549
- "registerLibrary(address)": {
2550
- "details": "all libraries have to implement the erc165 interface to prevent wrong configurationsonly owner"
2551
- },
2552
- "renounceOwnership()": {
2553
- "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."
2554
- },
2555
- "send((uint32,bytes32,bytes,bytes,bool),address)": {
2556
- "details": "MESSAGING STEP 1 - OApp need to transfer the fees to the endpoint before sending the message",
2557
- "params": {
2558
- "_params": "the messaging parameters",
2559
- "_refundAddress": "the address to refund both the native and lzToken"
2560
- }
2561
- },
2562
- "sendCompose(address,bytes32,uint16,bytes)": {
2563
- "details": "the Oapp sends the lzCompose message to the endpointthe composer MUST assert the sender because anyone can send compose msg with this functionwith the same GUID, the Oapp can send compose to multiple _composer at the same timeauthenticated by the msg.sender",
2564
- "params": {
2565
- "_guid": "the message guid",
2566
- "_message": "the message",
2567
- "_to": "the address which will receive the composed message"
2568
- }
2569
- },
2570
- "setConfig(address,address,(uint32,uint32,bytes)[])": {
2571
- "details": "authenticated by the _oapp"
2572
- },
2573
- "setDefaultReceiveLibrary(uint32,address,uint256)": {
2574
- "details": "owner setting the defaultSendLibrarymust be a registered library (including blockLibrary) with the eid support enabledin version migration, it can add a grace period to the old library. if the grace period is 0, it will delete the timeout configuration.only owner"
2575
- },
2576
- "setDefaultReceiveLibraryTimeout(uint32,address,uint256)": {
2577
- "details": "owner setting the defaultSendLibrarymust be a registered library (including blockLibrary) with the eid support enabledcan used to (1) extend the current configuration (2) force remove the current configuration (3) change to a new configuration",
2578
- "params": {
2579
- "_expiry": "the block number when lib expires"
2580
- }
2581
- },
2582
- "setDefaultSendLibrary(uint32,address)": {
2583
- "details": "owner setting the defaultSendLibrarycan set to the blockedLibrary, which is a registered librarythe msgLib must enable the support before they can be registered to the endpoint as the defaultonly owner"
2584
- },
2585
- "setLzToken(address)": {
2586
- "details": "allows reconfiguration to recover from wrong configurationsusers should never approve the EndpointV2 contract to spend their non-layerzero tokensoverride this function if the endpoint is charging ERC20 tokens as nativeonly owner",
2587
- "params": {
2588
- "_lzToken": "the new layer zero token address"
2589
- }
2590
- },
2591
- "setReceiveLibrary(address,uint32,address,uint256)": {
2592
- "details": "Oapp setting the receiveLibrarymust be a registered library (including blockLibrary) with the eid support enabledin version migration, it can add a grace period to the old library. if the grace period is 0, it will delete the timeout configuration.authenticated by the Oapp",
2593
- "params": {
2594
- "_gracePeriod": "the number of blocks from now until oldLib expires"
2595
- }
2596
- },
2597
- "setReceiveLibraryTimeout(address,uint32,address,uint256)": {
2598
- "details": "Oapp setting the defaultSendLibrarymust be a registered library (including blockLibrary) with the eid support enabledcan used to (1) extend the current configuration (2) force remove the current configuration (3) change to a new configuration",
2599
- "params": {
2600
- "_expiry": "the block number when lib expires"
2601
- }
2602
- },
2603
- "setSendLibrary(address,uint32,address)": {
2604
- "details": "Oapp setting the sendLibrarymust be a registered library (including blockLibrary) with the eid support enabledauthenticated by the Oapp"
2605
- },
2606
- "skip(address,uint32,bytes32,uint64)": {
2607
- "details": "the caller must provide _nonce to prevent skipping the unintended nonceit could happen in some race conditions, e.g. to skip nonce 3, but nonce 3 was consumed firstusage: skipping the next nonce to prevent message verification, e.g. skip a message when Precrime throws alertsif the Oapp wants to skip a verified message, it should call the clear() function insteadafter skipping, the lazyInboundNonce is set to the provided nonce, which makes the inboundNonce also the provided nonceie. allows the Oapp to increment the lazyInboundNonce without having had that corresponding msg be verified"
2608
- },
2609
- "transferOwnership(address)": {
2610
- "details": "Transfers ownership of the contract to a new account (`newOwner`). Can only be called by the current owner."
2611
- },
2612
- "verifiable((uint32,bytes32,uint64),address,address,bytes32)": {
2613
- "details": "check if a message is verifiable."
2614
- },
2615
- "verify((uint32,bytes32,uint64),address,bytes32)": {
2616
- "details": "MESSAGING STEP 2 - on the destination chainconfigured receive library verifies a message",
2617
- "params": {
2618
- "_origin": "a struct holding the srcEid, nonce, and sender of the message",
2619
- "_payloadHash": "the payload hash of the message",
2620
- "_receiver": "the receiver of the message"
2621
- }
2622
- }
2623
- },
2624
- "version": 1
2625
- },
2626
- "userdoc": {
2627
- "kind": "user",
2628
- "methods": {
2629
- "getSendLibrary(address,uint32)": {
2630
- "notice": "The Send Library is the Oapp specified library that will be used to send the message to the destination endpoint. If the Oapp does not specify a Send Library, the default Send Library will be used."
2631
- },
2632
- "quote((uint32,bytes32,bytes,bytes,bool),address)": {
2633
- "notice": "This view function gives the application built on top of LayerZero the ability to requests a quote with the same parameters as they would to send their message. Since the quotes are given on chain there is a race condition in which the prices could change between the time the user gets their quote and the time they submit their message. If the price moves up and the user doesn't send enough funds the transaction will revert, if the price goes down the _refundAddress provided by the app will be refunded the difference."
2634
- }
2635
- },
2636
- "version": 1
2637
- },
2638
- "storageLayout": {
2639
- "storage": [
2640
- {
2641
- "astId": 7,
2642
- "contract": "contracts/EndpointV2.sol:EndpointV2",
2643
- "label": "_owner",
2644
- "offset": 0,
2645
- "slot": "0",
2646
- "type": "t_address"
2647
- },
2648
- {
2649
- "astId": 3109,
2650
- "contract": "contracts/EndpointV2.sol:EndpointV2",
2651
- "label": "lazyInboundNonce",
2652
- "offset": 0,
2653
- "slot": "1",
2654
- "type": "t_mapping(t_address,t_mapping(t_uint32,t_mapping(t_bytes32,t_uint64)))"
2655
- },
2656
- {
2657
- "astId": 3119,
2658
- "contract": "contracts/EndpointV2.sol:EndpointV2",
2659
- "label": "inboundPayloadHash",
2660
- "offset": 0,
2661
- "slot": "2",
2662
- "type": "t_mapping(t_address,t_mapping(t_uint32,t_mapping(t_bytes32,t_mapping(t_uint64,t_bytes32))))"
2663
- },
2664
- {
2665
- "astId": 3127,
2666
- "contract": "contracts/EndpointV2.sol:EndpointV2",
2667
- "label": "outboundNonce",
2668
- "offset": 0,
2669
- "slot": "3",
2670
- "type": "t_mapping(t_address,t_mapping(t_uint32,t_mapping(t_bytes32,t_uint64)))"
2671
- },
2672
- {
2673
- "astId": 2113,
2674
- "contract": "contracts/EndpointV2.sol:EndpointV2",
2675
- "label": "registeredLibraries",
2676
- "offset": 0,
2677
- "slot": "4",
2678
- "type": "t_array(t_address)dyn_storage"
2679
- },
2680
- {
2681
- "astId": 2117,
2682
- "contract": "contracts/EndpointV2.sol:EndpointV2",
2683
- "label": "isRegisteredLibrary",
2684
- "offset": 0,
2685
- "slot": "5",
2686
- "type": "t_mapping(t_address,t_bool)"
2687
- },
2688
- {
2689
- "astId": 2123,
2690
- "contract": "contracts/EndpointV2.sol:EndpointV2",
2691
- "label": "sendLibrary",
2692
- "offset": 0,
2693
- "slot": "6",
2694
- "type": "t_mapping(t_address,t_mapping(t_uint32,t_address))"
2695
- },
2696
- {
2697
- "astId": 2129,
2698
- "contract": "contracts/EndpointV2.sol:EndpointV2",
2699
- "label": "receiveLibrary",
2700
- "offset": 0,
2701
- "slot": "7",
2702
- "type": "t_mapping(t_address,t_mapping(t_uint32,t_address))"
2703
- },
2704
- {
2705
- "astId": 2136,
2706
- "contract": "contracts/EndpointV2.sol:EndpointV2",
2707
- "label": "receiveLibraryTimeout",
2708
- "offset": 0,
2709
- "slot": "8",
2710
- "type": "t_mapping(t_address,t_mapping(t_uint32,t_struct(Timeout)4277_storage))"
2711
- },
2712
- {
2713
- "astId": 2140,
2714
- "contract": "contracts/EndpointV2.sol:EndpointV2",
2715
- "label": "defaultSendLibrary",
2716
- "offset": 0,
2717
- "slot": "9",
2718
- "type": "t_mapping(t_uint32,t_address)"
2719
- },
2720
- {
2721
- "astId": 2144,
2722
- "contract": "contracts/EndpointV2.sol:EndpointV2",
2723
- "label": "defaultReceiveLibrary",
2724
- "offset": 0,
2725
- "slot": "10",
2726
- "type": "t_mapping(t_uint32,t_address)"
2727
- },
2728
- {
2729
- "astId": 2149,
2730
- "contract": "contracts/EndpointV2.sol:EndpointV2",
2731
- "label": "defaultReceiveLibraryTimeout",
2732
- "offset": 0,
2733
- "slot": "11",
2734
- "type": "t_mapping(t_uint32,t_struct(Timeout)4277_storage)"
2735
- },
2736
- {
2737
- "astId": 3664,
2738
- "contract": "contracts/EndpointV2.sol:EndpointV2",
2739
- "label": "composeQueue",
2740
- "offset": 0,
2741
- "slot": "12",
2742
- "type": "t_mapping(t_address,t_mapping(t_address,t_mapping(t_bytes32,t_mapping(t_uint16,t_bytes32))))"
2743
- },
2744
- {
2745
- "astId": 3852,
2746
- "contract": "contracts/EndpointV2.sol:EndpointV2",
2747
- "label": "_sendContext",
2748
- "offset": 0,
2749
- "slot": "13",
2750
- "type": "t_uint256"
2751
- },
2752
- {
2753
- "astId": 1032,
2754
- "contract": "contracts/EndpointV2.sol:EndpointV2",
2755
- "label": "lzToken",
2756
- "offset": 0,
2757
- "slot": "14",
2758
- "type": "t_address"
2759
- },
2760
- {
2761
- "astId": 1036,
2762
- "contract": "contracts/EndpointV2.sol:EndpointV2",
2763
- "label": "delegates",
2764
- "offset": 0,
2765
- "slot": "15",
2766
- "type": "t_mapping(t_address,t_address)"
2767
- }
2768
- ],
2769
- "types": {
2770
- "t_address": {
2771
- "encoding": "inplace",
2772
- "label": "address",
2773
- "numberOfBytes": "20"
2774
- },
2775
- "t_array(t_address)dyn_storage": {
2776
- "base": "t_address",
2777
- "encoding": "dynamic_array",
2778
- "label": "address[]",
2779
- "numberOfBytes": "32"
2780
- },
2781
- "t_bool": {
2782
- "encoding": "inplace",
2783
- "label": "bool",
2784
- "numberOfBytes": "1"
2785
- },
2786
- "t_bytes32": {
2787
- "encoding": "inplace",
2788
- "label": "bytes32",
2789
- "numberOfBytes": "32"
2790
- },
2791
- "t_mapping(t_address,t_address)": {
2792
- "encoding": "mapping",
2793
- "key": "t_address",
2794
- "label": "mapping(address => address)",
2795
- "numberOfBytes": "32",
2796
- "value": "t_address"
2797
- },
2798
- "t_mapping(t_address,t_bool)": {
2799
- "encoding": "mapping",
2800
- "key": "t_address",
2801
- "label": "mapping(address => bool)",
2802
- "numberOfBytes": "32",
2803
- "value": "t_bool"
2804
- },
2805
- "t_mapping(t_address,t_mapping(t_address,t_mapping(t_bytes32,t_mapping(t_uint16,t_bytes32))))": {
2806
- "encoding": "mapping",
2807
- "key": "t_address",
2808
- "label": "mapping(address => mapping(address => mapping(bytes32 => mapping(uint16 => bytes32))))",
2809
- "numberOfBytes": "32",
2810
- "value": "t_mapping(t_address,t_mapping(t_bytes32,t_mapping(t_uint16,t_bytes32)))"
2811
- },
2812
- "t_mapping(t_address,t_mapping(t_bytes32,t_mapping(t_uint16,t_bytes32)))": {
2813
- "encoding": "mapping",
2814
- "key": "t_address",
2815
- "label": "mapping(address => mapping(bytes32 => mapping(uint16 => bytes32)))",
2816
- "numberOfBytes": "32",
2817
- "value": "t_mapping(t_bytes32,t_mapping(t_uint16,t_bytes32))"
2818
- },
2819
- "t_mapping(t_address,t_mapping(t_uint32,t_address))": {
2820
- "encoding": "mapping",
2821
- "key": "t_address",
2822
- "label": "mapping(address => mapping(uint32 => address))",
2823
- "numberOfBytes": "32",
2824
- "value": "t_mapping(t_uint32,t_address)"
2825
- },
2826
- "t_mapping(t_address,t_mapping(t_uint32,t_mapping(t_bytes32,t_mapping(t_uint64,t_bytes32))))": {
2827
- "encoding": "mapping",
2828
- "key": "t_address",
2829
- "label": "mapping(address => mapping(uint32 => mapping(bytes32 => mapping(uint64 => bytes32))))",
2830
- "numberOfBytes": "32",
2831
- "value": "t_mapping(t_uint32,t_mapping(t_bytes32,t_mapping(t_uint64,t_bytes32)))"
2832
- },
2833
- "t_mapping(t_address,t_mapping(t_uint32,t_mapping(t_bytes32,t_uint64)))": {
2834
- "encoding": "mapping",
2835
- "key": "t_address",
2836
- "label": "mapping(address => mapping(uint32 => mapping(bytes32 => uint64)))",
2837
- "numberOfBytes": "32",
2838
- "value": "t_mapping(t_uint32,t_mapping(t_bytes32,t_uint64))"
2839
- },
2840
- "t_mapping(t_address,t_mapping(t_uint32,t_struct(Timeout)4277_storage))": {
2841
- "encoding": "mapping",
2842
- "key": "t_address",
2843
- "label": "mapping(address => mapping(uint32 => struct IMessageLibManager.Timeout))",
2844
- "numberOfBytes": "32",
2845
- "value": "t_mapping(t_uint32,t_struct(Timeout)4277_storage)"
2846
- },
2847
- "t_mapping(t_bytes32,t_mapping(t_uint16,t_bytes32))": {
2848
- "encoding": "mapping",
2849
- "key": "t_bytes32",
2850
- "label": "mapping(bytes32 => mapping(uint16 => bytes32))",
2851
- "numberOfBytes": "32",
2852
- "value": "t_mapping(t_uint16,t_bytes32)"
2853
- },
2854
- "t_mapping(t_bytes32,t_mapping(t_uint64,t_bytes32))": {
2855
- "encoding": "mapping",
2856
- "key": "t_bytes32",
2857
- "label": "mapping(bytes32 => mapping(uint64 => bytes32))",
2858
- "numberOfBytes": "32",
2859
- "value": "t_mapping(t_uint64,t_bytes32)"
2860
- },
2861
- "t_mapping(t_bytes32,t_uint64)": {
2862
- "encoding": "mapping",
2863
- "key": "t_bytes32",
2864
- "label": "mapping(bytes32 => uint64)",
2865
- "numberOfBytes": "32",
2866
- "value": "t_uint64"
2867
- },
2868
- "t_mapping(t_uint16,t_bytes32)": {
2869
- "encoding": "mapping",
2870
- "key": "t_uint16",
2871
- "label": "mapping(uint16 => bytes32)",
2872
- "numberOfBytes": "32",
2873
- "value": "t_bytes32"
2874
- },
2875
- "t_mapping(t_uint32,t_address)": {
2876
- "encoding": "mapping",
2877
- "key": "t_uint32",
2878
- "label": "mapping(uint32 => address)",
2879
- "numberOfBytes": "32",
2880
- "value": "t_address"
2881
- },
2882
- "t_mapping(t_uint32,t_mapping(t_bytes32,t_mapping(t_uint64,t_bytes32)))": {
2883
- "encoding": "mapping",
2884
- "key": "t_uint32",
2885
- "label": "mapping(uint32 => mapping(bytes32 => mapping(uint64 => bytes32)))",
2886
- "numberOfBytes": "32",
2887
- "value": "t_mapping(t_bytes32,t_mapping(t_uint64,t_bytes32))"
2888
- },
2889
- "t_mapping(t_uint32,t_mapping(t_bytes32,t_uint64))": {
2890
- "encoding": "mapping",
2891
- "key": "t_uint32",
2892
- "label": "mapping(uint32 => mapping(bytes32 => uint64))",
2893
- "numberOfBytes": "32",
2894
- "value": "t_mapping(t_bytes32,t_uint64)"
2895
- },
2896
- "t_mapping(t_uint32,t_struct(Timeout)4277_storage)": {
2897
- "encoding": "mapping",
2898
- "key": "t_uint32",
2899
- "label": "mapping(uint32 => struct IMessageLibManager.Timeout)",
2900
- "numberOfBytes": "32",
2901
- "value": "t_struct(Timeout)4277_storage"
2902
- },
2903
- "t_mapping(t_uint64,t_bytes32)": {
2904
- "encoding": "mapping",
2905
- "key": "t_uint64",
2906
- "label": "mapping(uint64 => bytes32)",
2907
- "numberOfBytes": "32",
2908
- "value": "t_bytes32"
2909
- },
2910
- "t_struct(Timeout)4277_storage": {
2911
- "encoding": "inplace",
2912
- "label": "struct IMessageLibManager.Timeout",
2913
- "members": [
2914
- {
2915
- "astId": 4274,
2916
- "contract": "contracts/EndpointV2.sol:EndpointV2",
2917
- "label": "lib",
2918
- "offset": 0,
2919
- "slot": "0",
2920
- "type": "t_address"
2921
- },
2922
- {
2923
- "astId": 4276,
2924
- "contract": "contracts/EndpointV2.sol:EndpointV2",
2925
- "label": "expiry",
2926
- "offset": 0,
2927
- "slot": "1",
2928
- "type": "t_uint256"
2929
- }
2930
- ],
2931
- "numberOfBytes": "64"
2932
- },
2933
- "t_uint16": {
2934
- "encoding": "inplace",
2935
- "label": "uint16",
2936
- "numberOfBytes": "2"
2937
- },
2938
- "t_uint256": {
2939
- "encoding": "inplace",
2940
- "label": "uint256",
2941
- "numberOfBytes": "32"
2942
- },
2943
- "t_uint32": {
2944
- "encoding": "inplace",
2945
- "label": "uint32",
2946
- "numberOfBytes": "4"
2947
- },
2948
- "t_uint64": {
2949
- "encoding": "inplace",
2950
- "label": "uint64",
2951
- "numberOfBytes": "8"
2952
- }
2953
- }
2954
- }
2955
- }