@layerzerolabs/lz-evm-sdk-v2 2.1.10 → 2.1.11

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 (174) hide show
  1. package/artifacts/contracts/EndpointV2View.sol/EndpointV2View.json +2 -2
  2. package/artifacts/contracts/EndpointV2ViewUpgradeable.sol/EndpointV2ViewUpgradeable.json +2 -2
  3. package/artifacts/contracts/uln/LzExecutor.sol/LzExecutor.json +2 -2
  4. package/artifacts/contracts/uln/uln301/ReceiveUln301View.sol/ReceiveUln301View.json +2 -2
  5. package/artifacts/contracts/uln/uln302/ReceiveUln302View.sol/ReceiveUln302View.json +2 -2
  6. package/deployments/arbitrum-sandbox-local/DVN.json +1864 -0
  7. package/deployments/arbitrum-sandbox-local/DVNDecompressor.json +500 -0
  8. package/deployments/arbitrum-sandbox-local/DVNFeeLib.json +398 -0
  9. package/deployments/arbitrum-sandbox-local/PriceFeed.json +890 -0
  10. package/deployments/arbitrum-sandbox-local/PriceFeedProxyAdmin.json +283 -0
  11. package/deployments/arbitrum-sandbox-local/PriceFeed_Implementation.json +912 -0
  12. package/deployments/arbitrum-sandbox-local/PriceFeed_Proxy.json +244 -0
  13. package/deployments/avalanche-sandbox-local/DVN.json +1896 -0
  14. package/deployments/avalanche-sandbox-local/DVNDecompressor.json +508 -0
  15. package/deployments/avalanche-sandbox-local/DVNFeeLib.json +398 -0
  16. package/deployments/avalanche-sandbox-local/DefaultProxyAdmin.json +258 -0
  17. package/deployments/avalanche-sandbox-local/EndpointV2.json +2946 -0
  18. package/deployments/avalanche-sandbox-local/EndpointV2View.json +435 -0
  19. package/deployments/avalanche-sandbox-local/EndpointV2View_Implementation.json +313 -0
  20. package/deployments/avalanche-sandbox-local/EndpointV2View_Proxy.json +230 -0
  21. package/deployments/avalanche-sandbox-local/Executor.json +1549 -0
  22. package/deployments/avalanche-sandbox-local/ExecutorDecompressor.json +339 -0
  23. package/deployments/avalanche-sandbox-local/ExecutorFeeLib.json +423 -0
  24. package/deployments/avalanche-sandbox-local/ExecutorProxyAdmin.json +283 -0
  25. package/deployments/avalanche-sandbox-local/Executor_Implementation.json +1591 -0
  26. package/deployments/avalanche-sandbox-local/Executor_Proxy.json +380 -0
  27. package/deployments/avalanche-sandbox-local/LzExecutor.json +757 -0
  28. package/deployments/avalanche-sandbox-local/LzExecutor_Implementation.json +703 -0
  29. package/deployments/avalanche-sandbox-local/LzExecutor_Proxy.json +244 -0
  30. package/deployments/avalanche-sandbox-local/NonceContractMock.json +163 -0
  31. package/deployments/avalanche-sandbox-local/PriceFeed.json +890 -0
  32. package/deployments/avalanche-sandbox-local/PriceFeedProxyAdmin.json +283 -0
  33. package/deployments/avalanche-sandbox-local/PriceFeed_Implementation.json +912 -0
  34. package/deployments/avalanche-sandbox-local/PriceFeed_Proxy.json +244 -0
  35. package/deployments/avalanche-sandbox-local/ReceiveUln301.json +1292 -0
  36. package/deployments/avalanche-sandbox-local/ReceiveUln301View.json +354 -0
  37. package/deployments/avalanche-sandbox-local/ReceiveUln301View_Implementation.json +231 -0
  38. package/deployments/avalanche-sandbox-local/ReceiveUln301View_Proxy.json +230 -0
  39. package/deployments/avalanche-sandbox-local/ReceiveUln302.json +1006 -0
  40. package/deployments/avalanche-sandbox-local/ReceiveUln302View.json +478 -0
  41. package/deployments/avalanche-sandbox-local/ReceiveUln302View_Implementation.json +384 -0
  42. package/deployments/avalanche-sandbox-local/ReceiveUln302View_Proxy.json +230 -0
  43. package/deployments/avalanche-sandbox-local/SendUln301.json +1569 -0
  44. package/deployments/avalanche-sandbox-local/SendUln302.json +1527 -0
  45. package/deployments/avalanche-sandbox-local/SimpleMessageLib.json +708 -0
  46. package/deployments/avalanche-sandbox-local/Treasury.json +412 -0
  47. package/deployments/avalanche-sandbox-local/TreasuryFeeHandler.json +125 -0
  48. package/deployments/bsc-sandbox-local/DVN.json +1896 -0
  49. package/deployments/bsc-sandbox-local/DVNDecompressor.json +508 -0
  50. package/deployments/bsc-sandbox-local/DVNFeeLib.json +398 -0
  51. package/deployments/bsc-sandbox-local/DefaultProxyAdmin.json +258 -0
  52. package/deployments/bsc-sandbox-local/EndpointV2.json +2946 -0
  53. package/deployments/bsc-sandbox-local/EndpointV2View.json +435 -0
  54. package/deployments/bsc-sandbox-local/EndpointV2View_Implementation.json +313 -0
  55. package/deployments/bsc-sandbox-local/EndpointV2View_Proxy.json +230 -0
  56. package/deployments/bsc-sandbox-local/Executor.json +1549 -0
  57. package/deployments/bsc-sandbox-local/ExecutorDecompressor.json +339 -0
  58. package/deployments/bsc-sandbox-local/ExecutorFeeLib.json +423 -0
  59. package/deployments/bsc-sandbox-local/ExecutorProxyAdmin.json +283 -0
  60. package/deployments/bsc-sandbox-local/Executor_Implementation.json +1591 -0
  61. package/deployments/bsc-sandbox-local/Executor_Proxy.json +380 -0
  62. package/deployments/bsc-sandbox-local/LzExecutor.json +757 -0
  63. package/deployments/bsc-sandbox-local/LzExecutor_Implementation.json +703 -0
  64. package/deployments/bsc-sandbox-local/LzExecutor_Proxy.json +244 -0
  65. package/deployments/bsc-sandbox-local/NonceContractMock.json +163 -0
  66. package/deployments/bsc-sandbox-local/PriceFeed.json +890 -0
  67. package/deployments/bsc-sandbox-local/PriceFeedProxyAdmin.json +283 -0
  68. package/deployments/bsc-sandbox-local/PriceFeed_Implementation.json +912 -0
  69. package/deployments/bsc-sandbox-local/PriceFeed_Proxy.json +244 -0
  70. package/deployments/bsc-sandbox-local/ReceiveUln301.json +1292 -0
  71. package/deployments/bsc-sandbox-local/ReceiveUln301View.json +354 -0
  72. package/deployments/bsc-sandbox-local/ReceiveUln301View_Implementation.json +231 -0
  73. package/deployments/bsc-sandbox-local/ReceiveUln301View_Proxy.json +230 -0
  74. package/deployments/bsc-sandbox-local/ReceiveUln302.json +1006 -0
  75. package/deployments/bsc-sandbox-local/ReceiveUln302View.json +478 -0
  76. package/deployments/bsc-sandbox-local/ReceiveUln302View_Implementation.json +384 -0
  77. package/deployments/bsc-sandbox-local/ReceiveUln302View_Proxy.json +230 -0
  78. package/deployments/bsc-sandbox-local/SendUln301.json +1569 -0
  79. package/deployments/bsc-sandbox-local/SendUln302.json +1527 -0
  80. package/deployments/bsc-sandbox-local/SimpleMessageLib.json +708 -0
  81. package/deployments/bsc-sandbox-local/Treasury.json +412 -0
  82. package/deployments/bsc-sandbox-local/TreasuryFeeHandler.json +125 -0
  83. package/deployments/ethereum-sandbox-local/DVN.json +50 -50
  84. package/deployments/ethereum-sandbox-local/DVNDecompressor.json +15 -15
  85. package/deployments/ethereum-sandbox-local/DVNFeeLib.json +9 -9
  86. package/deployments/ethereum-sandbox-local/DefaultProxyAdmin.json +11 -11
  87. package/deployments/ethereum-sandbox-local/EndpointV2.json +43 -43
  88. package/deployments/ethereum-sandbox-local/EndpointV2View.json +26 -26
  89. package/deployments/ethereum-sandbox-local/EndpointV2View_Implementation.json +14 -14
  90. package/deployments/ethereum-sandbox-local/EndpointV2View_Proxy.json +24 -24
  91. package/deployments/ethereum-sandbox-local/Executor.json +74 -74
  92. package/deployments/ethereum-sandbox-local/ExecutorDecompressor.json +15 -15
  93. package/deployments/ethereum-sandbox-local/ExecutorFeeLib.json +13 -13
  94. package/deployments/ethereum-sandbox-local/ExecutorProxyAdmin.json +17 -17
  95. package/deployments/ethereum-sandbox-local/Executor_Implementation.json +41 -41
  96. package/deployments/ethereum-sandbox-local/Executor_Proxy.json +67 -67
  97. package/deployments/ethereum-sandbox-local/LzExecutor.json +34 -34
  98. package/deployments/ethereum-sandbox-local/LzExecutor_Implementation.json +22 -22
  99. package/deployments/ethereum-sandbox-local/LzExecutor_Proxy.json +30 -30
  100. package/deployments/ethereum-sandbox-local/NonceContractMock.json +9 -9
  101. package/deployments/ethereum-sandbox-local/PriceFeed.json +28 -28
  102. package/deployments/ethereum-sandbox-local/PriceFeedProxyAdmin.json +17 -17
  103. package/deployments/ethereum-sandbox-local/PriceFeed_Implementation.json +32 -32
  104. package/deployments/ethereum-sandbox-local/PriceFeed_Proxy.json +27 -27
  105. package/deployments/ethereum-sandbox-local/ReceiveUln301.json +41 -41
  106. package/deployments/ethereum-sandbox-local/ReceiveUln301View.json +27 -27
  107. package/deployments/ethereum-sandbox-local/ReceiveUln301View_Implementation.json +18 -18
  108. package/deployments/ethereum-sandbox-local/ReceiveUln301View_Proxy.json +24 -24
  109. package/deployments/ethereum-sandbox-local/ReceiveUln302.json +38 -38
  110. package/deployments/ethereum-sandbox-local/ReceiveUln302View.json +29 -29
  111. package/deployments/ethereum-sandbox-local/ReceiveUln302View_Implementation.json +20 -20
  112. package/deployments/ethereum-sandbox-local/ReceiveUln302View_Proxy.json +26 -26
  113. package/deployments/ethereum-sandbox-local/SendUln301.json +45 -45
  114. package/deployments/ethereum-sandbox-local/SendUln302.json +39 -39
  115. package/deployments/ethereum-sandbox-local/SimpleMessageLib.json +17 -17
  116. package/deployments/ethereum-sandbox-local/Treasury.json +16 -16
  117. package/deployments/ethereum-sandbox-local/TreasuryFeeHandler.json +8 -8
  118. package/deployments/polygon-sandbox-local/DVN.json +50 -50
  119. package/deployments/polygon-sandbox-local/DVNDecompressor.json +15 -15
  120. package/deployments/polygon-sandbox-local/DVNFeeLib.json +9 -9
  121. package/deployments/polygon-sandbox-local/DefaultProxyAdmin.json +11 -11
  122. package/deployments/polygon-sandbox-local/EndpointV2.json +43 -43
  123. package/deployments/polygon-sandbox-local/EndpointV2View.json +26 -26
  124. package/deployments/polygon-sandbox-local/EndpointV2View_Implementation.json +14 -14
  125. package/deployments/polygon-sandbox-local/EndpointV2View_Proxy.json +24 -24
  126. package/deployments/polygon-sandbox-local/Executor.json +74 -74
  127. package/deployments/polygon-sandbox-local/ExecutorDecompressor.json +15 -15
  128. package/deployments/polygon-sandbox-local/ExecutorFeeLib.json +13 -13
  129. package/deployments/polygon-sandbox-local/ExecutorProxyAdmin.json +17 -17
  130. package/deployments/polygon-sandbox-local/Executor_Implementation.json +41 -41
  131. package/deployments/polygon-sandbox-local/Executor_Proxy.json +67 -67
  132. package/deployments/polygon-sandbox-local/LzExecutor.json +34 -34
  133. package/deployments/polygon-sandbox-local/LzExecutor_Implementation.json +22 -22
  134. package/deployments/polygon-sandbox-local/LzExecutor_Proxy.json +30 -30
  135. package/deployments/polygon-sandbox-local/NonceContractMock.json +9 -9
  136. package/deployments/polygon-sandbox-local/PriceFeed.json +28 -28
  137. package/deployments/polygon-sandbox-local/PriceFeedProxyAdmin.json +17 -17
  138. package/deployments/polygon-sandbox-local/PriceFeed_Implementation.json +32 -32
  139. package/deployments/polygon-sandbox-local/PriceFeed_Proxy.json +27 -27
  140. package/deployments/polygon-sandbox-local/ReceiveUln301.json +41 -41
  141. package/deployments/polygon-sandbox-local/ReceiveUln301View.json +27 -27
  142. package/deployments/polygon-sandbox-local/ReceiveUln301View_Implementation.json +18 -18
  143. package/deployments/polygon-sandbox-local/ReceiveUln301View_Proxy.json +24 -24
  144. package/deployments/polygon-sandbox-local/ReceiveUln302.json +38 -38
  145. package/deployments/polygon-sandbox-local/ReceiveUln302View.json +29 -29
  146. package/deployments/polygon-sandbox-local/ReceiveUln302View_Implementation.json +20 -20
  147. package/deployments/polygon-sandbox-local/ReceiveUln302View_Proxy.json +26 -26
  148. package/deployments/polygon-sandbox-local/SendUln301.json +45 -45
  149. package/deployments/polygon-sandbox-local/SendUln302.json +39 -39
  150. package/deployments/polygon-sandbox-local/SimpleMessageLib.json +17 -17
  151. package/deployments/polygon-sandbox-local/Treasury.json +16 -16
  152. package/deployments/polygon-sandbox-local/TreasuryFeeHandler.json +8 -8
  153. package/deployments/tron-sandbox-local/DVN.json +1864 -0
  154. package/deployments/tron-sandbox-local/DVNDecompressor.json +500 -0
  155. package/deployments/tron-sandbox-local/DVNFeeLib.json +398 -0
  156. package/deployments/tron-sandbox-local/PriceFeed.json +890 -0
  157. package/deployments/tron-sandbox-local/PriceFeedProxyAdmin.json +283 -0
  158. package/deployments/tron-sandbox-local/PriceFeed_Implementation.json +912 -0
  159. package/deployments/tron-sandbox-local/PriceFeed_Proxy.json +244 -0
  160. package/dist/{index-RhNRGtbi.d.mts → index-JB_kbnX5.d.mts} +5 -5
  161. package/dist/{index-RhNRGtbi.d.ts → index-JB_kbnX5.d.ts} +5 -5
  162. package/dist/index.browser.cjs +5 -5
  163. package/dist/index.browser.cjs.map +1 -1
  164. package/dist/index.browser.d.mts +1 -1
  165. package/dist/index.browser.d.ts +1 -1
  166. package/dist/index.browser.mjs +5 -5
  167. package/dist/index.browser.mjs.map +1 -1
  168. package/dist/index.cjs +5 -5
  169. package/dist/index.cjs.map +1 -1
  170. package/dist/index.d.mts +1 -1
  171. package/dist/index.d.ts +1 -1
  172. package/dist/index.mjs +5 -5
  173. package/dist/index.mjs.map +1 -1
  174. package/package.json +9 -9
@@ -0,0 +1,890 @@
1
+ {
2
+ "address": "0xf41F509b8788327f9fF46bEaB1060dcea17Fc014",
3
+ "abi": [
4
+ {
5
+ "anonymous": false,
6
+ "inputs": [
7
+ {
8
+ "indexed": false,
9
+ "internalType": "address",
10
+ "name": "previousAdmin",
11
+ "type": "address"
12
+ },
13
+ {
14
+ "indexed": false,
15
+ "internalType": "address",
16
+ "name": "newAdmin",
17
+ "type": "address"
18
+ }
19
+ ],
20
+ "name": "AdminChanged",
21
+ "type": "event"
22
+ },
23
+ {
24
+ "anonymous": false,
25
+ "inputs": [
26
+ {
27
+ "indexed": true,
28
+ "internalType": "address",
29
+ "name": "beacon",
30
+ "type": "address"
31
+ }
32
+ ],
33
+ "name": "BeaconUpgraded",
34
+ "type": "event"
35
+ },
36
+ {
37
+ "anonymous": false,
38
+ "inputs": [
39
+ {
40
+ "indexed": true,
41
+ "internalType": "address",
42
+ "name": "implementation",
43
+ "type": "address"
44
+ }
45
+ ],
46
+ "name": "Upgraded",
47
+ "type": "event"
48
+ },
49
+ {
50
+ "stateMutability": "payable",
51
+ "type": "fallback"
52
+ },
53
+ {
54
+ "inputs": [],
55
+ "name": "admin",
56
+ "outputs": [
57
+ {
58
+ "internalType": "address",
59
+ "name": "admin_",
60
+ "type": "address"
61
+ }
62
+ ],
63
+ "stateMutability": "nonpayable",
64
+ "type": "function"
65
+ },
66
+ {
67
+ "inputs": [],
68
+ "name": "implementation",
69
+ "outputs": [
70
+ {
71
+ "internalType": "address",
72
+ "name": "implementation_",
73
+ "type": "address"
74
+ }
75
+ ],
76
+ "stateMutability": "nonpayable",
77
+ "type": "function"
78
+ },
79
+ {
80
+ "inputs": [
81
+ {
82
+ "internalType": "address",
83
+ "name": "newImplementation",
84
+ "type": "address"
85
+ }
86
+ ],
87
+ "name": "upgradeTo",
88
+ "outputs": [],
89
+ "stateMutability": "nonpayable",
90
+ "type": "function"
91
+ },
92
+ {
93
+ "inputs": [
94
+ {
95
+ "internalType": "address",
96
+ "name": "newImplementation",
97
+ "type": "address"
98
+ },
99
+ {
100
+ "internalType": "bytes",
101
+ "name": "data",
102
+ "type": "bytes"
103
+ }
104
+ ],
105
+ "name": "upgradeToAndCall",
106
+ "outputs": [],
107
+ "stateMutability": "payable",
108
+ "type": "function"
109
+ },
110
+ {
111
+ "stateMutability": "payable",
112
+ "type": "receive"
113
+ },
114
+ {
115
+ "inputs": [
116
+ {
117
+ "internalType": "uint256",
118
+ "name": "provided",
119
+ "type": "uint256"
120
+ },
121
+ {
122
+ "internalType": "uint256",
123
+ "name": "required",
124
+ "type": "uint256"
125
+ }
126
+ ],
127
+ "name": "LZ_PriceFeed_InsufficientFee",
128
+ "type": "error"
129
+ },
130
+ {
131
+ "inputs": [],
132
+ "name": "LZ_PriceFeed_OnlyPriceUpdater",
133
+ "type": "error"
134
+ },
135
+ {
136
+ "inputs": [
137
+ {
138
+ "internalType": "uint32",
139
+ "name": "l2Eid",
140
+ "type": "uint32"
141
+ }
142
+ ],
143
+ "name": "LZ_PriceFeed_UnknownL2Eid",
144
+ "type": "error"
145
+ },
146
+ {
147
+ "inputs": [
148
+ {
149
+ "internalType": "address",
150
+ "name": "_to",
151
+ "type": "address"
152
+ },
153
+ {
154
+ "internalType": "uint256",
155
+ "name": "_value",
156
+ "type": "uint256"
157
+ }
158
+ ],
159
+ "name": "Transfer_NativeFailed",
160
+ "type": "error"
161
+ },
162
+ {
163
+ "inputs": [],
164
+ "name": "Transfer_ToAddressIsZero",
165
+ "type": "error"
166
+ },
167
+ {
168
+ "anonymous": false,
169
+ "inputs": [
170
+ {
171
+ "indexed": false,
172
+ "internalType": "uint8",
173
+ "name": "version",
174
+ "type": "uint8"
175
+ }
176
+ ],
177
+ "name": "Initialized",
178
+ "type": "event"
179
+ },
180
+ {
181
+ "anonymous": false,
182
+ "inputs": [
183
+ {
184
+ "indexed": true,
185
+ "internalType": "address",
186
+ "name": "previousOwner",
187
+ "type": "address"
188
+ },
189
+ {
190
+ "indexed": true,
191
+ "internalType": "address",
192
+ "name": "newOwner",
193
+ "type": "address"
194
+ }
195
+ ],
196
+ "name": "OwnershipTransferred",
197
+ "type": "event"
198
+ },
199
+ {
200
+ "inputs": [],
201
+ "name": "ARBITRUM_COMPRESSION_PERCENT",
202
+ "outputs": [
203
+ {
204
+ "internalType": "uint128",
205
+ "name": "",
206
+ "type": "uint128"
207
+ }
208
+ ],
209
+ "stateMutability": "view",
210
+ "type": "function"
211
+ },
212
+ {
213
+ "inputs": [],
214
+ "name": "arbitrumPriceExt",
215
+ "outputs": [
216
+ {
217
+ "components": [
218
+ {
219
+ "internalType": "uint64",
220
+ "name": "gasPerL2Tx",
221
+ "type": "uint64"
222
+ },
223
+ {
224
+ "internalType": "uint32",
225
+ "name": "gasPerL1CallDataByte",
226
+ "type": "uint32"
227
+ }
228
+ ],
229
+ "internalType": "struct ILayerZeroPriceFeed.ArbitrumPriceExt",
230
+ "name": "",
231
+ "type": "tuple"
232
+ }
233
+ ],
234
+ "stateMutability": "view",
235
+ "type": "function"
236
+ },
237
+ {
238
+ "inputs": [],
239
+ "name": "endpoint",
240
+ "outputs": [
241
+ {
242
+ "internalType": "contract ILayerZeroEndpointV2",
243
+ "name": "",
244
+ "type": "address"
245
+ }
246
+ ],
247
+ "stateMutability": "view",
248
+ "type": "function"
249
+ },
250
+ {
251
+ "inputs": [
252
+ {
253
+ "internalType": "uint16",
254
+ "name": "_dstEid",
255
+ "type": "uint16"
256
+ },
257
+ {
258
+ "internalType": "uint256",
259
+ "name": "_callDataSize",
260
+ "type": "uint256"
261
+ },
262
+ {
263
+ "internalType": "uint256",
264
+ "name": "_gas",
265
+ "type": "uint256"
266
+ }
267
+ ],
268
+ "name": "estimateFeeByChain",
269
+ "outputs": [
270
+ {
271
+ "internalType": "uint256",
272
+ "name": "fee",
273
+ "type": "uint256"
274
+ },
275
+ {
276
+ "internalType": "uint128",
277
+ "name": "priceRatio",
278
+ "type": "uint128"
279
+ }
280
+ ],
281
+ "stateMutability": "view",
282
+ "type": "function"
283
+ },
284
+ {
285
+ "inputs": [
286
+ {
287
+ "internalType": "uint32",
288
+ "name": "_dstEid",
289
+ "type": "uint32"
290
+ },
291
+ {
292
+ "internalType": "uint256",
293
+ "name": "_callDataSize",
294
+ "type": "uint256"
295
+ },
296
+ {
297
+ "internalType": "uint256",
298
+ "name": "_gas",
299
+ "type": "uint256"
300
+ }
301
+ ],
302
+ "name": "estimateFeeByEid",
303
+ "outputs": [
304
+ {
305
+ "internalType": "uint256",
306
+ "name": "",
307
+ "type": "uint256"
308
+ },
309
+ {
310
+ "internalType": "uint128",
311
+ "name": "",
312
+ "type": "uint128"
313
+ },
314
+ {
315
+ "internalType": "uint128",
316
+ "name": "",
317
+ "type": "uint128"
318
+ },
319
+ {
320
+ "internalType": "uint128",
321
+ "name": "",
322
+ "type": "uint128"
323
+ }
324
+ ],
325
+ "stateMutability": "view",
326
+ "type": "function"
327
+ },
328
+ {
329
+ "inputs": [
330
+ {
331
+ "internalType": "uint32",
332
+ "name": "_dstEid",
333
+ "type": "uint32"
334
+ },
335
+ {
336
+ "internalType": "uint256",
337
+ "name": "_callDataSize",
338
+ "type": "uint256"
339
+ },
340
+ {
341
+ "internalType": "uint256",
342
+ "name": "_gas",
343
+ "type": "uint256"
344
+ }
345
+ ],
346
+ "name": "estimateFeeOnSend",
347
+ "outputs": [
348
+ {
349
+ "internalType": "uint256",
350
+ "name": "",
351
+ "type": "uint256"
352
+ },
353
+ {
354
+ "internalType": "uint128",
355
+ "name": "",
356
+ "type": "uint128"
357
+ },
358
+ {
359
+ "internalType": "uint128",
360
+ "name": "",
361
+ "type": "uint128"
362
+ },
363
+ {
364
+ "internalType": "uint128",
365
+ "name": "",
366
+ "type": "uint128"
367
+ }
368
+ ],
369
+ "stateMutability": "payable",
370
+ "type": "function"
371
+ },
372
+ {
373
+ "inputs": [
374
+ {
375
+ "internalType": "uint32",
376
+ "name": "",
377
+ "type": "uint32"
378
+ },
379
+ {
380
+ "internalType": "uint256",
381
+ "name": "",
382
+ "type": "uint256"
383
+ },
384
+ {
385
+ "internalType": "uint256",
386
+ "name": "",
387
+ "type": "uint256"
388
+ }
389
+ ],
390
+ "name": "getFee",
391
+ "outputs": [
392
+ {
393
+ "internalType": "uint256",
394
+ "name": "",
395
+ "type": "uint256"
396
+ }
397
+ ],
398
+ "stateMutability": "pure",
399
+ "type": "function"
400
+ },
401
+ {
402
+ "inputs": [
403
+ {
404
+ "internalType": "uint32",
405
+ "name": "_dstEid",
406
+ "type": "uint32"
407
+ }
408
+ ],
409
+ "name": "getPrice",
410
+ "outputs": [
411
+ {
412
+ "components": [
413
+ {
414
+ "internalType": "uint128",
415
+ "name": "priceRatio",
416
+ "type": "uint128"
417
+ },
418
+ {
419
+ "internalType": "uint64",
420
+ "name": "gasPriceInUnit",
421
+ "type": "uint64"
422
+ },
423
+ {
424
+ "internalType": "uint32",
425
+ "name": "gasPerByte",
426
+ "type": "uint32"
427
+ }
428
+ ],
429
+ "internalType": "struct ILayerZeroPriceFeed.Price",
430
+ "name": "price",
431
+ "type": "tuple"
432
+ }
433
+ ],
434
+ "stateMutability": "view",
435
+ "type": "function"
436
+ },
437
+ {
438
+ "inputs": [
439
+ {
440
+ "internalType": "uint16",
441
+ "name": "_dstEid",
442
+ "type": "uint16"
443
+ }
444
+ ],
445
+ "name": "getPrice",
446
+ "outputs": [
447
+ {
448
+ "components": [
449
+ {
450
+ "internalType": "uint128",
451
+ "name": "priceRatio",
452
+ "type": "uint128"
453
+ },
454
+ {
455
+ "internalType": "uint64",
456
+ "name": "gasPriceInUnit",
457
+ "type": "uint64"
458
+ },
459
+ {
460
+ "internalType": "uint32",
461
+ "name": "gasPerByte",
462
+ "type": "uint32"
463
+ }
464
+ ],
465
+ "internalType": "struct ILayerZeroPriceFeed.Price",
466
+ "name": "price",
467
+ "type": "tuple"
468
+ }
469
+ ],
470
+ "stateMutability": "view",
471
+ "type": "function"
472
+ },
473
+ {
474
+ "inputs": [],
475
+ "name": "getPriceRatioDenominator",
476
+ "outputs": [
477
+ {
478
+ "internalType": "uint128",
479
+ "name": "",
480
+ "type": "uint128"
481
+ }
482
+ ],
483
+ "stateMutability": "view",
484
+ "type": "function"
485
+ },
486
+ {
487
+ "inputs": [
488
+ {
489
+ "internalType": "address",
490
+ "name": "_priceUpdater",
491
+ "type": "address"
492
+ }
493
+ ],
494
+ "name": "initialize",
495
+ "outputs": [],
496
+ "stateMutability": "nonpayable",
497
+ "type": "function"
498
+ },
499
+ {
500
+ "inputs": [],
501
+ "name": "nativeTokenPriceUSD",
502
+ "outputs": [
503
+ {
504
+ "internalType": "uint128",
505
+ "name": "",
506
+ "type": "uint128"
507
+ }
508
+ ],
509
+ "stateMutability": "view",
510
+ "type": "function"
511
+ },
512
+ {
513
+ "inputs": [],
514
+ "name": "owner",
515
+ "outputs": [
516
+ {
517
+ "internalType": "address",
518
+ "name": "",
519
+ "type": "address"
520
+ }
521
+ ],
522
+ "stateMutability": "view",
523
+ "type": "function"
524
+ },
525
+ {
526
+ "inputs": [
527
+ {
528
+ "internalType": "address",
529
+ "name": "updater",
530
+ "type": "address"
531
+ }
532
+ ],
533
+ "name": "priceUpdater",
534
+ "outputs": [
535
+ {
536
+ "internalType": "bool",
537
+ "name": "active",
538
+ "type": "bool"
539
+ }
540
+ ],
541
+ "stateMutability": "view",
542
+ "type": "function"
543
+ },
544
+ {
545
+ "inputs": [],
546
+ "name": "renounceOwnership",
547
+ "outputs": [],
548
+ "stateMutability": "nonpayable",
549
+ "type": "function"
550
+ },
551
+ {
552
+ "inputs": [
553
+ {
554
+ "internalType": "uint128",
555
+ "name": "_compressionPercent",
556
+ "type": "uint128"
557
+ }
558
+ ],
559
+ "name": "setArbitrumCompressionPercent",
560
+ "outputs": [],
561
+ "stateMutability": "nonpayable",
562
+ "type": "function"
563
+ },
564
+ {
565
+ "inputs": [
566
+ {
567
+ "internalType": "address",
568
+ "name": "_endpoint",
569
+ "type": "address"
570
+ }
571
+ ],
572
+ "name": "setEndpoint",
573
+ "outputs": [],
574
+ "stateMutability": "nonpayable",
575
+ "type": "function"
576
+ },
577
+ {
578
+ "inputs": [
579
+ {
580
+ "internalType": "uint128",
581
+ "name": "_nativeTokenPriceUSD",
582
+ "type": "uint128"
583
+ }
584
+ ],
585
+ "name": "setNativeTokenPriceUSD",
586
+ "outputs": [],
587
+ "stateMutability": "nonpayable",
588
+ "type": "function"
589
+ },
590
+ {
591
+ "inputs": [
592
+ {
593
+ "components": [
594
+ {
595
+ "internalType": "uint32",
596
+ "name": "eid",
597
+ "type": "uint32"
598
+ },
599
+ {
600
+ "components": [
601
+ {
602
+ "internalType": "uint128",
603
+ "name": "priceRatio",
604
+ "type": "uint128"
605
+ },
606
+ {
607
+ "internalType": "uint64",
608
+ "name": "gasPriceInUnit",
609
+ "type": "uint64"
610
+ },
611
+ {
612
+ "internalType": "uint32",
613
+ "name": "gasPerByte",
614
+ "type": "uint32"
615
+ }
616
+ ],
617
+ "internalType": "struct ILayerZeroPriceFeed.Price",
618
+ "name": "price",
619
+ "type": "tuple"
620
+ }
621
+ ],
622
+ "internalType": "struct ILayerZeroPriceFeed.UpdatePrice[]",
623
+ "name": "_price",
624
+ "type": "tuple[]"
625
+ }
626
+ ],
627
+ "name": "setPrice",
628
+ "outputs": [],
629
+ "stateMutability": "nonpayable",
630
+ "type": "function"
631
+ },
632
+ {
633
+ "inputs": [
634
+ {
635
+ "components": [
636
+ {
637
+ "internalType": "uint32",
638
+ "name": "eid",
639
+ "type": "uint32"
640
+ },
641
+ {
642
+ "components": [
643
+ {
644
+ "internalType": "uint128",
645
+ "name": "priceRatio",
646
+ "type": "uint128"
647
+ },
648
+ {
649
+ "internalType": "uint64",
650
+ "name": "gasPriceInUnit",
651
+ "type": "uint64"
652
+ },
653
+ {
654
+ "internalType": "uint32",
655
+ "name": "gasPerByte",
656
+ "type": "uint32"
657
+ }
658
+ ],
659
+ "internalType": "struct ILayerZeroPriceFeed.Price",
660
+ "name": "price",
661
+ "type": "tuple"
662
+ },
663
+ {
664
+ "components": [
665
+ {
666
+ "internalType": "uint64",
667
+ "name": "gasPerL2Tx",
668
+ "type": "uint64"
669
+ },
670
+ {
671
+ "internalType": "uint32",
672
+ "name": "gasPerL1CallDataByte",
673
+ "type": "uint32"
674
+ }
675
+ ],
676
+ "internalType": "struct ILayerZeroPriceFeed.ArbitrumPriceExt",
677
+ "name": "extend",
678
+ "type": "tuple"
679
+ }
680
+ ],
681
+ "internalType": "struct ILayerZeroPriceFeed.UpdatePriceExt",
682
+ "name": "_update",
683
+ "type": "tuple"
684
+ }
685
+ ],
686
+ "name": "setPriceForArbitrum",
687
+ "outputs": [],
688
+ "stateMutability": "nonpayable",
689
+ "type": "function"
690
+ },
691
+ {
692
+ "inputs": [
693
+ {
694
+ "internalType": "uint128",
695
+ "name": "_denominator",
696
+ "type": "uint128"
697
+ }
698
+ ],
699
+ "name": "setPriceRatioDenominator",
700
+ "outputs": [],
701
+ "stateMutability": "nonpayable",
702
+ "type": "function"
703
+ },
704
+ {
705
+ "inputs": [
706
+ {
707
+ "internalType": "address",
708
+ "name": "_addr",
709
+ "type": "address"
710
+ },
711
+ {
712
+ "internalType": "bool",
713
+ "name": "_active",
714
+ "type": "bool"
715
+ }
716
+ ],
717
+ "name": "setPriceUpdater",
718
+ "outputs": [],
719
+ "stateMutability": "nonpayable",
720
+ "type": "function"
721
+ },
722
+ {
723
+ "inputs": [
724
+ {
725
+ "internalType": "address",
726
+ "name": "newOwner",
727
+ "type": "address"
728
+ }
729
+ ],
730
+ "name": "transferOwnership",
731
+ "outputs": [],
732
+ "stateMutability": "nonpayable",
733
+ "type": "function"
734
+ },
735
+ {
736
+ "inputs": [
737
+ {
738
+ "internalType": "address",
739
+ "name": "_to",
740
+ "type": "address"
741
+ },
742
+ {
743
+ "internalType": "uint256",
744
+ "name": "_amount",
745
+ "type": "uint256"
746
+ }
747
+ ],
748
+ "name": "withdrawFee",
749
+ "outputs": [],
750
+ "stateMutability": "nonpayable",
751
+ "type": "function"
752
+ },
753
+ {
754
+ "inputs": [
755
+ {
756
+ "internalType": "address",
757
+ "name": "_logic",
758
+ "type": "address"
759
+ },
760
+ {
761
+ "internalType": "address",
762
+ "name": "admin_",
763
+ "type": "address"
764
+ },
765
+ {
766
+ "internalType": "bytes",
767
+ "name": "_data",
768
+ "type": "bytes"
769
+ }
770
+ ],
771
+ "stateMutability": "payable",
772
+ "type": "constructor"
773
+ }
774
+ ],
775
+ "transactionHash": "0x4d85ceecc5e5042738d0798afeda43ce6af12c1b6b3cc6ab2d181fe4c39f856b",
776
+ "receipt": {
777
+ "to": null,
778
+ "from": "0x3C44CdDdB6a900fa2b585dd299e03d12FA4293BC",
779
+ "contractAddress": "0xf41F509b8788327f9fF46bEaB1060dcea17Fc014",
780
+ "transactionIndex": 0,
781
+ "gasUsed": "646255",
782
+ "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
783
+ "blockHash": "0x0000000000000009e929b50d4af4586482584eac715e3f57a5a44d09561927b8",
784
+ "transactionHash": "0x4d85ceecc5e5042738d0798afeda43ce6af12c1b6b3cc6ab2d181fe4c39f856b",
785
+ "logs": [
786
+ {
787
+ "transactionIndex": 0,
788
+ "blockNumber": 9,
789
+ "transactionHash": "0x4d85ceecc5e5042738d0798afeda43ce6af12c1b6b3cc6ab2d181fe4c39f856b",
790
+ "address": "0xf41F509b8788327f9fF46bEaB1060dcea17Fc014",
791
+ "topics": [
792
+ "0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b",
793
+ "0x000000000000000000000000cd03efc8797050ce39ce377e7505ef82a8b01a73"
794
+ ],
795
+ "data": "0x",
796
+ "logIndex": 0,
797
+ "blockHash": "0x0000000000000009e929b50d4af4586482584eac715e3f57a5a44d09561927b8"
798
+ },
799
+ {
800
+ "transactionIndex": 0,
801
+ "blockNumber": 9,
802
+ "transactionHash": "0x4d85ceecc5e5042738d0798afeda43ce6af12c1b6b3cc6ab2d181fe4c39f856b",
803
+ "address": "0xf41F509b8788327f9fF46bEaB1060dcea17Fc014",
804
+ "topics": [
805
+ "0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
806
+ "0x0000000000000000000000000000000000000000000000000000000000000000",
807
+ "0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc"
808
+ ],
809
+ "data": "0x",
810
+ "logIndex": 1,
811
+ "blockHash": "0x0000000000000009e929b50d4af4586482584eac715e3f57a5a44d09561927b8"
812
+ },
813
+ {
814
+ "transactionIndex": 0,
815
+ "blockNumber": 9,
816
+ "transactionHash": "0x4d85ceecc5e5042738d0798afeda43ce6af12c1b6b3cc6ab2d181fe4c39f856b",
817
+ "address": "0xf41F509b8788327f9fF46bEaB1060dcea17Fc014",
818
+ "topics": [
819
+ "0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"
820
+ ],
821
+ "data": "0x0000000000000000000000000000000000000000000000000000000000000001",
822
+ "logIndex": 2,
823
+ "blockHash": "0x0000000000000009e929b50d4af4586482584eac715e3f57a5a44d09561927b8"
824
+ },
825
+ {
826
+ "transactionIndex": 0,
827
+ "blockNumber": 9,
828
+ "transactionHash": "0x4d85ceecc5e5042738d0798afeda43ce6af12c1b6b3cc6ab2d181fe4c39f856b",
829
+ "address": "0xf41F509b8788327f9fF46bEaB1060dcea17Fc014",
830
+ "topics": [
831
+ "0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"
832
+ ],
833
+ "data": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000d2d20b3be97b5791e637d4bd4f3a898c89d3c718",
834
+ "logIndex": 3,
835
+ "blockHash": "0x0000000000000009e929b50d4af4586482584eac715e3f57a5a44d09561927b8"
836
+ }
837
+ ],
838
+ "blockNumber": 9,
839
+ "cumulativeGasUsed": "646255",
840
+ "status": 1,
841
+ "byzantium": true
842
+ },
843
+ "args": [
844
+ "0xcD03eFC8797050cE39cE377E7505eF82a8B01a73",
845
+ "0xD2D20b3Be97B5791E637D4BD4f3a898C89d3c718",
846
+ "0xc4d66de8000000000000000000000000b9cb228d7498d6f02b0f88f7b16d2cf836d2aea9"
847
+ ],
848
+ "numDeployments": 1,
849
+ "solcInputHash": "38c6bf91dbc1d60a5bc376d132d458fc",
850
+ "bytecode": "0x60a060405260405162000fd438038062000fd4833981016040819052620000269162000457565b82816200005560017f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd62000537565b60008051602062000f8d833981519152146200007557620000756200055d565b62000083828260006200013c565b50620000b3905060017fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d610462000537565b60008051602062000f6d83398151915214620000d357620000d36200055d565b6001600160a01b038216608081905260008051602062000f6d8339815191528381556040805160008152602081019390935290917f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f910160405180910390a150505050620005c6565b620001478362000179565b600082511180620001555750805b156200017457620001728383620001bb60201b620002f71760201c565b505b505050565b6200018481620001ea565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6060620001e3838360405180606001604052806027815260200162000fad60279139620002b2565b9392505050565b62000200816200039860201b620003231760201c565b620002685760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b60648201526084015b60405180910390fd5b806200029160008051602062000f8d83398151915260001b620003a760201b6200028f1760201c565b80546001600160a01b0319166001600160a01b039290921691909117905550565b60606001600160a01b0384163b6200031c5760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b60648201526084016200025f565b600080856001600160a01b03168560405162000339919062000573565b600060405180830381855af49150503d806000811462000376576040519150601f19603f3d011682016040523d82523d6000602084013e6200037b565b606091505b5090925090506200038e828286620003aa565b9695505050505050565b6001600160a01b03163b151590565b90565b60608315620003bb575081620001e3565b825115620003cc5782518084602001fd5b8160405162461bcd60e51b81526004016200025f919062000591565b80516000906001600160a81b03811681146200040357600080fd5b6001600160a01b031692915050565b634e487b7160e01b600052604160045260246000fd5b60005b83811015620004455781810151838201526020016200042b565b83811115620001725750506000910152565b6000806000606084860312156200046d57600080fd5b6200047884620003e8565b92506200048860208501620003e8565b60408501519092506001600160401b0380821115620004a657600080fd5b818601915086601f830112620004bb57600080fd5b815181811115620004d057620004d062000412565b604051601f8201601f19908116603f01168101908382118183101715620004fb57620004fb62000412565b816040528281528960208487010111156200051557600080fd5b6200052883602083016020880162000428565b80955050505050509250925092565b6000828210156200055857634e487b7160e01b600052601160045260246000fd5b500390565b634e487b7160e01b600052600160045260246000fd5b600082516200058781846020870162000428565b9190910192915050565b6020815260008251806020840152620005b281604085016020870162000428565b601f01601f19169190910160400192915050565b6080516109686200060560003960008181610160015281816101c401528181610254015281816102ac015281816102d5015261035701526109686000f3fe6080604052600436106100435760003560e01c80633659cfe61461005a5780634f1ef286146100945780635c60da1b146100a7578063f851a440146100ff57610052565b366100525761005061012e565b005b61005061012e565b34801561006657600080fd5b50d3801561007357600080fd5b50d2801561008057600080fd5b5061005061008f3660046107d4565b610148565b6100506100a23660046107ef565b6101ac565b3480156100b357600080fd5b50d380156100c057600080fd5b50d280156100cd57600080fd5b506100d661023a565b60405173ffffffffffffffffffffffffffffffffffffffff909116815260200160405180910390f35b34801561010b57600080fd5b50d3801561011857600080fd5b50d2801561012557600080fd5b506100d6610292565b61013661033f565b610146610141610430565b610470565b565b3373ffffffffffffffffffffffffffffffffffffffff7f00000000000000000000000000000000000000000000000000000000000000001614156101a4576101a181604051806020016040528060008152506000610494565b50565b6101a161012e565b3373ffffffffffffffffffffffffffffffffffffffff7f00000000000000000000000000000000000000000000000000000000000000001614156102325761022d8383838080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525060019250610494915050565b505050565b61022d61012e565b60003373ffffffffffffffffffffffffffffffffffffffff7f000000000000000000000000000000000000000000000000000000000000000016141561028757610282610430565b905090565b61028f61012e565b90565b60003373ffffffffffffffffffffffffffffffffffffffff7f000000000000000000000000000000000000000000000000000000000000000016141561028757507f000000000000000000000000000000000000000000000000000000000000000090565b606061031c838360405180606001604052806027815260200161090c602791396104bf565b9392505050565b73ffffffffffffffffffffffffffffffffffffffff163b151590565b3373ffffffffffffffffffffffffffffffffffffffff7f0000000000000000000000000000000000000000000000000000000000000000161415610146576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f7879207461726760648201527f6574000000000000000000000000000000000000000000000000000000000000608482015260a4015b60405180910390fd5b60006102827f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5473ffffffffffffffffffffffffffffffffffffffff1690565b3660008037600080366000845af43d6000803e80801561048f573d6000f35b3d6000fd5b61049d836105e7565b6000825111806104aa5750805b1561022d576104b983836102f7565b50505050565b606073ffffffffffffffffffffffffffffffffffffffff84163b610565576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f60448201527f6e747261637400000000000000000000000000000000000000000000000000006064820152608401610427565b6000808573ffffffffffffffffffffffffffffffffffffffff168560405161058d919061089e565b600060405180830381855af49150503d80600081146105c8576040519150601f19603f3d011682016040523d82523d6000602084013e6105cd565b606091505b50915091506105dd828286610634565b9695505050505050565b6105f081610687565b60405173ffffffffffffffffffffffffffffffffffffffff8216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6060831561064357508161031c565b8251156106535782518084602001fd5b816040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161042791906108ba565b73ffffffffffffffffffffffffffffffffffffffff81163b61072b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201527f6f74206120636f6e7472616374000000000000000000000000000000000000006064820152608401610427565b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc80547fffffffffffffffffffffffff00000000000000000000000000000000000000001673ffffffffffffffffffffffffffffffffffffffff92909216919091179055565b6000813574ffffffffffffffffffffffffffffffffffffffffff811681146107b857600080fd5b73ffffffffffffffffffffffffffffffffffffffff1692915050565b6000602082840312156107e657600080fd5b61031c82610791565b60008060006040848603121561080457600080fd5b61080d84610791565b9250602084013567ffffffffffffffff8082111561082a57600080fd5b818601915086601f83011261083e57600080fd5b81358181111561084d57600080fd5b87602082850101111561085f57600080fd5b6020830194508093505050509250925092565b60005b8381101561088d578181015183820152602001610875565b838111156104b95750506000910152565b600082516108b0818460208701610872565b9190910192915050565b60208152600082518060208401526108d9816040850160208701610872565b601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe016919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26474726f6e58221220bc2431b188ed4265a7356f0ec4d6a7e2762f6d653930b1919802afece6fcf0fe64736f6c634300080b0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564",
851
+ "deployedBytecode": "0x6080604052600436106100435760003560e01c80633659cfe61461005a5780634f1ef286146100945780635c60da1b146100a7578063f851a440146100ff57610052565b366100525761005061012e565b005b61005061012e565b34801561006657600080fd5b50d3801561007357600080fd5b50d2801561008057600080fd5b5061005061008f3660046107d4565b610148565b6100506100a23660046107ef565b6101ac565b3480156100b357600080fd5b50d380156100c057600080fd5b50d280156100cd57600080fd5b506100d661023a565b60405173ffffffffffffffffffffffffffffffffffffffff909116815260200160405180910390f35b34801561010b57600080fd5b50d3801561011857600080fd5b50d2801561012557600080fd5b506100d6610292565b61013661033f565b610146610141610430565b610470565b565b3373ffffffffffffffffffffffffffffffffffffffff7f00000000000000000000000000000000000000000000000000000000000000001614156101a4576101a181604051806020016040528060008152506000610494565b50565b6101a161012e565b3373ffffffffffffffffffffffffffffffffffffffff7f00000000000000000000000000000000000000000000000000000000000000001614156102325761022d8383838080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525060019250610494915050565b505050565b61022d61012e565b60003373ffffffffffffffffffffffffffffffffffffffff7f000000000000000000000000000000000000000000000000000000000000000016141561028757610282610430565b905090565b61028f61012e565b90565b60003373ffffffffffffffffffffffffffffffffffffffff7f000000000000000000000000000000000000000000000000000000000000000016141561028757507f000000000000000000000000000000000000000000000000000000000000000090565b606061031c838360405180606001604052806027815260200161090c602791396104bf565b9392505050565b73ffffffffffffffffffffffffffffffffffffffff163b151590565b3373ffffffffffffffffffffffffffffffffffffffff7f0000000000000000000000000000000000000000000000000000000000000000161415610146576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f7879207461726760648201527f6574000000000000000000000000000000000000000000000000000000000000608482015260a4015b60405180910390fd5b60006102827f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5473ffffffffffffffffffffffffffffffffffffffff1690565b3660008037600080366000845af43d6000803e80801561048f573d6000f35b3d6000fd5b61049d836105e7565b6000825111806104aa5750805b1561022d576104b983836102f7565b50505050565b606073ffffffffffffffffffffffffffffffffffffffff84163b610565576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f60448201527f6e747261637400000000000000000000000000000000000000000000000000006064820152608401610427565b6000808573ffffffffffffffffffffffffffffffffffffffff168560405161058d919061089e565b600060405180830381855af49150503d80600081146105c8576040519150601f19603f3d011682016040523d82523d6000602084013e6105cd565b606091505b50915091506105dd828286610634565b9695505050505050565b6105f081610687565b60405173ffffffffffffffffffffffffffffffffffffffff8216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6060831561064357508161031c565b8251156106535782518084602001fd5b816040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161042791906108ba565b73ffffffffffffffffffffffffffffffffffffffff81163b61072b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201527f6f74206120636f6e7472616374000000000000000000000000000000000000006064820152608401610427565b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc80547fffffffffffffffffffffffff00000000000000000000000000000000000000001673ffffffffffffffffffffffffffffffffffffffff92909216919091179055565b6000813574ffffffffffffffffffffffffffffffffffffffffff811681146107b857600080fd5b73ffffffffffffffffffffffffffffffffffffffff1692915050565b6000602082840312156107e657600080fd5b61031c82610791565b60008060006040848603121561080457600080fd5b61080d84610791565b9250602084013567ffffffffffffffff8082111561082a57600080fd5b818601915086601f83011261083e57600080fd5b81358181111561084d57600080fd5b87602082850101111561085f57600080fd5b6020830194508093505050509250925092565b60005b8381101561088d578181015183820152602001610875565b838111156104b95750506000910152565b600082516108b0818460208701610872565b9190910192915050565b60208152600082518060208401526108d9816040850160208701610872565b601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe016919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26474726f6e58221220bc2431b188ed4265a7356f0ec4d6a7e2762f6d653930b1919802afece6fcf0fe64736f6c634300080b0033",
852
+ "execute": {
853
+ "methodName": "initialize",
854
+ "args": [
855
+ "0xB9Cb228D7498d6F02B0F88F7b16d2Cf836d2aeA9"
856
+ ]
857
+ },
858
+ "implementation": "0xcD03eFC8797050cE39cE377E7505eF82a8B01a73",
859
+ "devdoc": {
860
+ "details": "This contract implements a proxy that is upgradeable by an admin. To avoid https://medium.com/nomic-labs-blog/malicious-backdoors-in-ethereum-proxies-62629adf3357[proxy selector clashing], which can potentially be used in an attack, this contract uses the https://blog.openzeppelin.com/the-transparent-proxy-pattern/[transparent proxy pattern]. This pattern implies two things that go hand in hand: 1. If any account other than the admin calls the proxy, the call will be forwarded to the implementation, even if that call matches one of the admin functions exposed by the proxy itself. 2. If the admin calls the proxy, it can access the admin functions, but its calls will never be forwarded to the implementation. If the admin tries to call a function on the implementation it will fail with an error that says \"admin cannot fallback to proxy target\". These properties mean that the admin account can only be used for admin actions like upgrading the proxy or changing the admin, so it's best if it's a dedicated account that is not used for anything else. This will avoid headaches due to sudden errors when trying to call a function from the proxy implementation. Our recommendation is for the dedicated account to be an instance of the {ProxyAdmin} contract. If set up this way, you should think of the `ProxyAdmin` instance as the real administrative interface of your proxy.",
861
+ "kind": "dev",
862
+ "methods": {
863
+ "admin()": {
864
+ "details": "Returns the current admin. NOTE: Only the admin can call this function. See {ProxyAdmin-getProxyAdmin}. TIP: To get this value clients can read directly from the storage slot shown below (specified by EIP1967) using the https://eth.wiki/json-rpc/API#eth_getstorageat[`eth_getStorageAt`] RPC call. `0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103`"
865
+ },
866
+ "constructor": {
867
+ "details": "Initializes an upgradeable proxy managed by `_admin`, backed by the implementation at `_logic`, and optionally initialized with `_data` as explained in {ERC1967Proxy-constructor}."
868
+ },
869
+ "implementation()": {
870
+ "details": "Returns the current implementation. NOTE: Only the admin can call this function. See {ProxyAdmin-getProxyImplementation}. TIP: To get this value clients can read directly from the storage slot shown below (specified by EIP1967) using the https://eth.wiki/json-rpc/API#eth_getstorageat[`eth_getStorageAt`] RPC call. `0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc`"
871
+ },
872
+ "upgradeTo(address)": {
873
+ "details": "Upgrade the implementation of the proxy. NOTE: Only the admin can call this function. See {ProxyAdmin-upgrade}."
874
+ },
875
+ "upgradeToAndCall(address,bytes)": {
876
+ "details": "Upgrade the implementation of the proxy, and then call a function from the new implementation as specified by `data`, which should be an encoded function call. This is useful to initialize new storage variables in the proxied contract. NOTE: Only the admin can call this function. See {ProxyAdmin-upgradeAndCall}."
877
+ }
878
+ },
879
+ "version": 1
880
+ },
881
+ "userdoc": {
882
+ "kind": "user",
883
+ "methods": {},
884
+ "version": 1
885
+ },
886
+ "storageLayout": {
887
+ "storage": [],
888
+ "types": null
889
+ }
890
+ }