@layerzerolabs/lz-evm-sdk-v2 2.1.12 → 2.1.13

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 (120) hide show
  1. package/deployments/arbitrum-sandbox-local/DVN.json +1864 -0
  2. package/deployments/arbitrum-sandbox-local/DVNDecompressor.json +500 -0
  3. package/deployments/arbitrum-sandbox-local/DVNFeeLib.json +398 -0
  4. package/deployments/arbitrum-sandbox-local/PriceFeed.json +890 -0
  5. package/deployments/arbitrum-sandbox-local/PriceFeedProxyAdmin.json +283 -0
  6. package/deployments/arbitrum-sandbox-local/PriceFeed_Implementation.json +912 -0
  7. package/deployments/arbitrum-sandbox-local/PriceFeed_Proxy.json +244 -0
  8. package/deployments/ethereum-sandbox-local/DVN.json +16 -16
  9. package/deployments/ethereum-sandbox-local/DVNDecompressor.json +7 -7
  10. package/deployments/ethereum-sandbox-local/DVNFeeLib.json +7 -7
  11. package/deployments/ethereum-sandbox-local/DefaultProxyAdmin.json +7 -7
  12. package/deployments/ethereum-sandbox-local/EndpointV2.json +13 -13
  13. package/deployments/ethereum-sandbox-local/EndpointV2View.json +13 -13
  14. package/deployments/ethereum-sandbox-local/EndpointV2View_Implementation.json +4 -4
  15. package/deployments/ethereum-sandbox-local/EndpointV2View_Proxy.json +13 -13
  16. package/deployments/ethereum-sandbox-local/Executor.json +43 -43
  17. package/deployments/ethereum-sandbox-local/ExecutorDecompressor.json +7 -7
  18. package/deployments/ethereum-sandbox-local/ExecutorFeeLib.json +7 -7
  19. package/deployments/ethereum-sandbox-local/ExecutorProxyAdmin.json +10 -10
  20. package/deployments/ethereum-sandbox-local/Executor_Implementation.json +4 -4
  21. package/deployments/ethereum-sandbox-local/Executor_Proxy.json +43 -43
  22. package/deployments/ethereum-sandbox-local/LzExecutor.json +16 -16
  23. package/deployments/ethereum-sandbox-local/LzExecutor_Implementation.json +4 -4
  24. package/deployments/ethereum-sandbox-local/LzExecutor_Proxy.json +16 -16
  25. package/deployments/ethereum-sandbox-local/NonceContractMock.json +4 -4
  26. package/deployments/ethereum-sandbox-local/PriceFeed.json +16 -16
  27. package/deployments/ethereum-sandbox-local/PriceFeedProxyAdmin.json +10 -10
  28. package/deployments/ethereum-sandbox-local/PriceFeed_Implementation.json +4 -4
  29. package/deployments/ethereum-sandbox-local/PriceFeed_Proxy.json +16 -16
  30. package/deployments/ethereum-sandbox-local/ReceiveUln301.json +7 -7
  31. package/deployments/ethereum-sandbox-local/ReceiveUln301View.json +13 -13
  32. package/deployments/ethereum-sandbox-local/ReceiveUln301View_Implementation.json +4 -4
  33. package/deployments/ethereum-sandbox-local/ReceiveUln301View_Proxy.json +13 -13
  34. package/deployments/ethereum-sandbox-local/ReceiveUln302.json +7 -7
  35. package/deployments/ethereum-sandbox-local/ReceiveUln302View.json +13 -13
  36. package/deployments/ethereum-sandbox-local/ReceiveUln302View_Implementation.json +4 -4
  37. package/deployments/ethereum-sandbox-local/ReceiveUln302View_Proxy.json +13 -13
  38. package/deployments/ethereum-sandbox-local/SendUln301.json +7 -7
  39. package/deployments/ethereum-sandbox-local/SendUln302.json +7 -7
  40. package/deployments/ethereum-sandbox-local/SimpleMessageLib.json +7 -7
  41. package/deployments/ethereum-sandbox-local/Treasury.json +7 -7
  42. package/deployments/ethereum-sandbox-local/TreasuryFeeHandler.json +4 -4
  43. package/deployments/metis-sandbox-local/DVN.json +1896 -0
  44. package/deployments/metis-sandbox-local/DVNDecompressor.json +508 -0
  45. package/deployments/metis-sandbox-local/DVNFeeLib.json +398 -0
  46. package/deployments/metis-sandbox-local/DefaultProxyAdmin.json +258 -0
  47. package/deployments/metis-sandbox-local/EndpointV2.json +2946 -0
  48. package/deployments/metis-sandbox-local/EndpointV2View.json +435 -0
  49. package/deployments/metis-sandbox-local/EndpointV2View_Implementation.json +313 -0
  50. package/deployments/metis-sandbox-local/EndpointV2View_Proxy.json +230 -0
  51. package/deployments/metis-sandbox-local/Executor.json +1549 -0
  52. package/deployments/metis-sandbox-local/ExecutorDecompressor.json +339 -0
  53. package/deployments/metis-sandbox-local/ExecutorFeeLib.json +423 -0
  54. package/deployments/metis-sandbox-local/ExecutorProxyAdmin.json +283 -0
  55. package/deployments/metis-sandbox-local/Executor_Implementation.json +1591 -0
  56. package/deployments/metis-sandbox-local/Executor_Proxy.json +380 -0
  57. package/deployments/metis-sandbox-local/LzExecutor.json +757 -0
  58. package/deployments/metis-sandbox-local/LzExecutor_Implementation.json +703 -0
  59. package/deployments/metis-sandbox-local/LzExecutor_Proxy.json +244 -0
  60. package/deployments/metis-sandbox-local/NonceContractMock.json +163 -0
  61. package/deployments/metis-sandbox-local/PriceFeed.json +890 -0
  62. package/deployments/metis-sandbox-local/PriceFeedProxyAdmin.json +283 -0
  63. package/deployments/metis-sandbox-local/PriceFeed_Implementation.json +912 -0
  64. package/deployments/metis-sandbox-local/PriceFeed_Proxy.json +244 -0
  65. package/deployments/metis-sandbox-local/ReceiveUln301.json +1292 -0
  66. package/deployments/metis-sandbox-local/ReceiveUln301View.json +354 -0
  67. package/deployments/metis-sandbox-local/ReceiveUln301View_Implementation.json +231 -0
  68. package/deployments/metis-sandbox-local/ReceiveUln301View_Proxy.json +230 -0
  69. package/deployments/metis-sandbox-local/ReceiveUln302.json +1006 -0
  70. package/deployments/metis-sandbox-local/ReceiveUln302View.json +478 -0
  71. package/deployments/metis-sandbox-local/ReceiveUln302View_Implementation.json +384 -0
  72. package/deployments/metis-sandbox-local/ReceiveUln302View_Proxy.json +230 -0
  73. package/deployments/metis-sandbox-local/SendUln301.json +1569 -0
  74. package/deployments/metis-sandbox-local/SendUln302.json +1527 -0
  75. package/deployments/metis-sandbox-local/SimpleMessageLib.json +708 -0
  76. package/deployments/metis-sandbox-local/Treasury.json +412 -0
  77. package/deployments/metis-sandbox-local/TreasuryFeeHandler.json +125 -0
  78. package/deployments/polygon-sandbox-local/DVN.json +16 -16
  79. package/deployments/polygon-sandbox-local/DVNDecompressor.json +7 -7
  80. package/deployments/polygon-sandbox-local/DVNFeeLib.json +7 -7
  81. package/deployments/polygon-sandbox-local/DefaultProxyAdmin.json +7 -7
  82. package/deployments/polygon-sandbox-local/EndpointV2.json +13 -13
  83. package/deployments/polygon-sandbox-local/EndpointV2View.json +13 -13
  84. package/deployments/polygon-sandbox-local/EndpointV2View_Implementation.json +4 -4
  85. package/deployments/polygon-sandbox-local/EndpointV2View_Proxy.json +13 -13
  86. package/deployments/polygon-sandbox-local/Executor.json +43 -43
  87. package/deployments/polygon-sandbox-local/ExecutorDecompressor.json +7 -7
  88. package/deployments/polygon-sandbox-local/ExecutorFeeLib.json +7 -7
  89. package/deployments/polygon-sandbox-local/ExecutorProxyAdmin.json +10 -10
  90. package/deployments/polygon-sandbox-local/Executor_Implementation.json +4 -4
  91. package/deployments/polygon-sandbox-local/Executor_Proxy.json +43 -43
  92. package/deployments/polygon-sandbox-local/LzExecutor.json +16 -16
  93. package/deployments/polygon-sandbox-local/LzExecutor_Implementation.json +4 -4
  94. package/deployments/polygon-sandbox-local/LzExecutor_Proxy.json +16 -16
  95. package/deployments/polygon-sandbox-local/NonceContractMock.json +4 -4
  96. package/deployments/polygon-sandbox-local/PriceFeed.json +16 -16
  97. package/deployments/polygon-sandbox-local/PriceFeedProxyAdmin.json +10 -10
  98. package/deployments/polygon-sandbox-local/PriceFeed_Implementation.json +4 -4
  99. package/deployments/polygon-sandbox-local/PriceFeed_Proxy.json +16 -16
  100. package/deployments/polygon-sandbox-local/ReceiveUln301.json +7 -7
  101. package/deployments/polygon-sandbox-local/ReceiveUln301View.json +13 -13
  102. package/deployments/polygon-sandbox-local/ReceiveUln301View_Implementation.json +4 -4
  103. package/deployments/polygon-sandbox-local/ReceiveUln301View_Proxy.json +13 -13
  104. package/deployments/polygon-sandbox-local/ReceiveUln302.json +7 -7
  105. package/deployments/polygon-sandbox-local/ReceiveUln302View.json +13 -13
  106. package/deployments/polygon-sandbox-local/ReceiveUln302View_Implementation.json +4 -4
  107. package/deployments/polygon-sandbox-local/ReceiveUln302View_Proxy.json +13 -13
  108. package/deployments/polygon-sandbox-local/SendUln301.json +7 -7
  109. package/deployments/polygon-sandbox-local/SendUln302.json +7 -7
  110. package/deployments/polygon-sandbox-local/SimpleMessageLib.json +7 -7
  111. package/deployments/polygon-sandbox-local/Treasury.json +7 -7
  112. package/deployments/polygon-sandbox-local/TreasuryFeeHandler.json +4 -4
  113. package/deployments/tron-sandbox-local/DVN.json +1864 -0
  114. package/deployments/tron-sandbox-local/DVNDecompressor.json +500 -0
  115. package/deployments/tron-sandbox-local/DVNFeeLib.json +398 -0
  116. package/deployments/tron-sandbox-local/PriceFeed.json +890 -0
  117. package/deployments/tron-sandbox-local/PriceFeedProxyAdmin.json +283 -0
  118. package/deployments/tron-sandbox-local/PriceFeed_Implementation.json +912 -0
  119. package/deployments/tron-sandbox-local/PriceFeed_Proxy.json +244 -0
  120. package/package.json +9 -9
@@ -0,0 +1,398 @@
1
+ {
2
+ "address": "0xDF34f6438FA3d5074306A0df6CdbC1390FA55b86",
3
+ "abi": [
4
+ {
5
+ "inputs": [
6
+ {
7
+ "internalType": "uint256",
8
+ "name": "_nativeDecimalsRate",
9
+ "type": "uint256"
10
+ }
11
+ ],
12
+ "stateMutability": "nonpayable",
13
+ "type": "constructor"
14
+ },
15
+ {
16
+ "inputs": [
17
+ {
18
+ "internalType": "uint32",
19
+ "name": "eid",
20
+ "type": "uint32"
21
+ }
22
+ ],
23
+ "name": "DVN_EidNotSupported",
24
+ "type": "error"
25
+ },
26
+ {
27
+ "inputs": [
28
+ {
29
+ "internalType": "uint256",
30
+ "name": "cursor",
31
+ "type": "uint256"
32
+ }
33
+ ],
34
+ "name": "DVN_InvalidDVNOptions",
35
+ "type": "error"
36
+ },
37
+ {
38
+ "inputs": [
39
+ {
40
+ "internalType": "uint8",
41
+ "name": "optionType",
42
+ "type": "uint8"
43
+ }
44
+ ],
45
+ "name": "DVN_UnsupportedOptionType",
46
+ "type": "error"
47
+ },
48
+ {
49
+ "inputs": [
50
+ {
51
+ "internalType": "address",
52
+ "name": "_to",
53
+ "type": "address"
54
+ },
55
+ {
56
+ "internalType": "uint256",
57
+ "name": "_value",
58
+ "type": "uint256"
59
+ }
60
+ ],
61
+ "name": "Transfer_NativeFailed",
62
+ "type": "error"
63
+ },
64
+ {
65
+ "inputs": [],
66
+ "name": "Transfer_ToAddressIsZero",
67
+ "type": "error"
68
+ },
69
+ {
70
+ "anonymous": false,
71
+ "inputs": [
72
+ {
73
+ "indexed": true,
74
+ "internalType": "address",
75
+ "name": "previousOwner",
76
+ "type": "address"
77
+ },
78
+ {
79
+ "indexed": true,
80
+ "internalType": "address",
81
+ "name": "newOwner",
82
+ "type": "address"
83
+ }
84
+ ],
85
+ "name": "OwnershipTransferred",
86
+ "type": "event"
87
+ },
88
+ {
89
+ "inputs": [
90
+ {
91
+ "components": [
92
+ {
93
+ "internalType": "address",
94
+ "name": "priceFeed",
95
+ "type": "address"
96
+ },
97
+ {
98
+ "internalType": "uint32",
99
+ "name": "dstEid",
100
+ "type": "uint32"
101
+ },
102
+ {
103
+ "internalType": "uint64",
104
+ "name": "confirmations",
105
+ "type": "uint64"
106
+ },
107
+ {
108
+ "internalType": "address",
109
+ "name": "sender",
110
+ "type": "address"
111
+ },
112
+ {
113
+ "internalType": "uint64",
114
+ "name": "quorum",
115
+ "type": "uint64"
116
+ },
117
+ {
118
+ "internalType": "uint16",
119
+ "name": "defaultMultiplierBps",
120
+ "type": "uint16"
121
+ }
122
+ ],
123
+ "internalType": "struct IDVNFeeLib.FeeParams",
124
+ "name": "_params",
125
+ "type": "tuple"
126
+ },
127
+ {
128
+ "components": [
129
+ {
130
+ "internalType": "uint64",
131
+ "name": "gas",
132
+ "type": "uint64"
133
+ },
134
+ {
135
+ "internalType": "uint16",
136
+ "name": "multiplierBps",
137
+ "type": "uint16"
138
+ },
139
+ {
140
+ "internalType": "uint128",
141
+ "name": "floorMarginUSD",
142
+ "type": "uint128"
143
+ }
144
+ ],
145
+ "internalType": "struct IDVN.DstConfig",
146
+ "name": "_dstConfig",
147
+ "type": "tuple"
148
+ },
149
+ {
150
+ "internalType": "bytes",
151
+ "name": "_options",
152
+ "type": "bytes"
153
+ }
154
+ ],
155
+ "name": "getFee",
156
+ "outputs": [
157
+ {
158
+ "internalType": "uint256",
159
+ "name": "",
160
+ "type": "uint256"
161
+ }
162
+ ],
163
+ "stateMutability": "view",
164
+ "type": "function"
165
+ },
166
+ {
167
+ "inputs": [
168
+ {
169
+ "components": [
170
+ {
171
+ "internalType": "address",
172
+ "name": "priceFeed",
173
+ "type": "address"
174
+ },
175
+ {
176
+ "internalType": "uint32",
177
+ "name": "dstEid",
178
+ "type": "uint32"
179
+ },
180
+ {
181
+ "internalType": "uint64",
182
+ "name": "confirmations",
183
+ "type": "uint64"
184
+ },
185
+ {
186
+ "internalType": "address",
187
+ "name": "sender",
188
+ "type": "address"
189
+ },
190
+ {
191
+ "internalType": "uint64",
192
+ "name": "quorum",
193
+ "type": "uint64"
194
+ },
195
+ {
196
+ "internalType": "uint16",
197
+ "name": "defaultMultiplierBps",
198
+ "type": "uint16"
199
+ }
200
+ ],
201
+ "internalType": "struct IDVNFeeLib.FeeParams",
202
+ "name": "_params",
203
+ "type": "tuple"
204
+ },
205
+ {
206
+ "components": [
207
+ {
208
+ "internalType": "uint64",
209
+ "name": "gas",
210
+ "type": "uint64"
211
+ },
212
+ {
213
+ "internalType": "uint16",
214
+ "name": "multiplierBps",
215
+ "type": "uint16"
216
+ },
217
+ {
218
+ "internalType": "uint128",
219
+ "name": "floorMarginUSD",
220
+ "type": "uint128"
221
+ }
222
+ ],
223
+ "internalType": "struct IDVN.DstConfig",
224
+ "name": "_dstConfig",
225
+ "type": "tuple"
226
+ },
227
+ {
228
+ "internalType": "bytes",
229
+ "name": "_options",
230
+ "type": "bytes"
231
+ }
232
+ ],
233
+ "name": "getFeeOnSend",
234
+ "outputs": [
235
+ {
236
+ "internalType": "uint256",
237
+ "name": "",
238
+ "type": "uint256"
239
+ }
240
+ ],
241
+ "stateMutability": "payable",
242
+ "type": "function"
243
+ },
244
+ {
245
+ "inputs": [],
246
+ "name": "owner",
247
+ "outputs": [
248
+ {
249
+ "internalType": "address",
250
+ "name": "",
251
+ "type": "address"
252
+ }
253
+ ],
254
+ "stateMutability": "view",
255
+ "type": "function"
256
+ },
257
+ {
258
+ "inputs": [],
259
+ "name": "renounceOwnership",
260
+ "outputs": [],
261
+ "stateMutability": "nonpayable",
262
+ "type": "function"
263
+ },
264
+ {
265
+ "inputs": [
266
+ {
267
+ "internalType": "address",
268
+ "name": "newOwner",
269
+ "type": "address"
270
+ }
271
+ ],
272
+ "name": "transferOwnership",
273
+ "outputs": [],
274
+ "stateMutability": "nonpayable",
275
+ "type": "function"
276
+ },
277
+ {
278
+ "inputs": [
279
+ {
280
+ "internalType": "address",
281
+ "name": "_token",
282
+ "type": "address"
283
+ },
284
+ {
285
+ "internalType": "address",
286
+ "name": "_to",
287
+ "type": "address"
288
+ },
289
+ {
290
+ "internalType": "uint256",
291
+ "name": "_amount",
292
+ "type": "uint256"
293
+ }
294
+ ],
295
+ "name": "withdrawToken",
296
+ "outputs": [],
297
+ "stateMutability": "nonpayable",
298
+ "type": "function"
299
+ },
300
+ {
301
+ "stateMutability": "payable",
302
+ "type": "receive"
303
+ }
304
+ ],
305
+ "transactionHash": "0x2a64988e4c26f827bd923e4f01098a4055627c0bbe7168bb023e497c30f7b2a1",
306
+ "receipt": {
307
+ "to": null,
308
+ "from": "0xBcd4042DE499D14e55001CcbB24a551F3b954096",
309
+ "contractAddress": "0xDF34f6438FA3d5074306A0df6CdbC1390FA55b86",
310
+ "transactionIndex": 0,
311
+ "gasUsed": "972451",
312
+ "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
313
+ "blockHash": "0x000000000000004fbbcbfe80161dbf8898302d49ca3cf3f51a512ae704924fa6",
314
+ "transactionHash": "0x2a64988e4c26f827bd923e4f01098a4055627c0bbe7168bb023e497c30f7b2a1",
315
+ "logs": [
316
+ {
317
+ "transactionIndex": 0,
318
+ "blockNumber": 79,
319
+ "transactionHash": "0x2a64988e4c26f827bd923e4f01098a4055627c0bbe7168bb023e497c30f7b2a1",
320
+ "address": "0xDF34f6438FA3d5074306A0df6CdbC1390FA55b86",
321
+ "topics": [
322
+ "0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
323
+ "0x0000000000000000000000000000000000000000000000000000000000000000",
324
+ "0x000000000000000000000000bcd4042de499d14e55001ccbb24a551f3b954096"
325
+ ],
326
+ "data": "0x",
327
+ "logIndex": 0,
328
+ "blockHash": "0x000000000000004fbbcbfe80161dbf8898302d49ca3cf3f51a512ae704924fa6"
329
+ }
330
+ ],
331
+ "blockNumber": 79,
332
+ "cumulativeGasUsed": "972451",
333
+ "status": 1,
334
+ "byzantium": true
335
+ },
336
+ "args": [
337
+ "1000000"
338
+ ],
339
+ "numDeployments": 1,
340
+ "solcInputHash": "a71075ae75ad3765de4259439cd68087",
341
+ "bytecode": "0x60a060405234801561001057600080fd5b50d3801561001d57600080fd5b50d2801561002a57600080fd5b5060405161136a38038061136a833981016040819052610049916100aa565b6100523361005a565b6080526100c3565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6000602082840312156100bc57600080fd5b5051919050565b60805161128c6100de600039600061084a015261128c6000f3fe6080604052600436106100695760003560e01c80638da5cb5b116100435780638da5cb5b1461012d578063df2b057e1461017c578063f2fde38b1461018f57600080fd5b806301e3366714610075578063715018a6146100b15780637bfa20a9146100e057600080fd5b3661007057005b600080fd5b34801561008157600080fd5b50d3801561008e57600080fd5b50d2801561009b57600080fd5b506100af6100aa366004610e24565b6101c9565b005b3480156100bd57600080fd5b50d380156100ca57600080fd5b50d280156100d757600080fd5b506100af6101e1565b3480156100ec57600080fd5b50d380156100f957600080fd5b50d2801561010657600080fd5b5061011a610115366004610e60565b6101f5565b6040519081526020015b60405180910390f35b34801561013957600080fd5b50d3801561014657600080fd5b50d2801561015357600080fd5b5060005460405173ffffffffffffffffffffffffffffffffffffffff9091168152602001610124565b61011a61018a366004610e60565b6103c5565b34801561019b57600080fd5b50d380156101a857600080fd5b50d280156101b557600080fd5b506100af6101c4366004610f20565b6104d3565b6101d161058a565b6101dc83838361060b565b505050565b6101e961058a565b6101f3600061063b565b565b60006102046020850185610f3b565b67ffffffffffffffff16600003610265576102256040860160208701610f65565b6040517fd009138a00000000000000000000000000000000000000000000000000000000815263ffffffff90911660048201526024015b60405180910390fd5b61026f83836106b0565b50600061029461028560a0880160808901610f3b565b67ffffffffffffffff16610754565b90506000806102a66020890189610f20565b73ffffffffffffffffffffffffffffffffffffffff166388a4124c6102d160408b0160208c01610f65565b856102df60208c018c610f3b565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e086901b16815263ffffffff939093166004840152602483019190915267ffffffffffffffff166044820152606401608060405180830381865afa158015610350573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906103749190610fa9565b9350505091506103b7828860200160208101906103919190610ffe565b6103a160c08c0160a08d01610ffe565b6103b160608c0160408d01611022565b856107c0565b93505050505b949350505050565b60006103d46020850185610f3b565b67ffffffffffffffff166000036103f5576102256040860160208701610f65565b6103ff83836106b0565b50600061041561028560a0880160808901610f3b565b90506000806104276020890189610f20565b73ffffffffffffffffffffffffffffffffffffffff1663c1723a1d61045260408b0160208c01610f65565b8561046060208c018c610f3b565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e086901b16815263ffffffff939093166004840152602483019190915267ffffffffffffffff1660448201526064016080604051808303816000875af1158015610350573d6000803e3d6000fd5b6104db61058a565b73ffffffffffffffffffffffffffffffffffffffff811661057e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201527f6464726573730000000000000000000000000000000000000000000000000000606482015260840161025c565b6105878161063b565b50565b60005473ffffffffffffffffffffffffffffffffffffffff1633146101f3576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015260640161025c565b73ffffffffffffffffffffffffffffffffffffffff8316610630576101dc82826108ba565b6101dc8383836109c0565b6000805473ffffffffffffffffffffffffffffffffffffffff8381167fffffffffffffffffffffffff0000000000000000000000000000000000000000831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b600080821561070c576000806106c7868685610a2e565b6040517f7085244b00000000000000000000000000000000000000000000000000000000815260ff85166004820152909650929450859350506024909101905061025c565b808314610748576040517f04eb6e0c0000000000000000000000000000000000000000000000000000000081526004810182905260240161025c565b60009150505b92915050565b60008061076260418461106e565b905061076f6020826110b4565b156107975761077f6020826110b4565b61078990826110c8565b6107949060206110db565b90505b806107a460e060446110db565b6107ae91906110db565b6107b99060406110db565b9392505050565b60008061ffff8616156107d357856107d5565b845b905060006127106107ea61ffff84168a61106e565b6107f491906110ee565b90506fffffffffffffffffffffffffffffffff8416158061082557506fffffffffffffffffffffffffffffffff8516155b156108335791506108b19050565b6000846fffffffffffffffffffffffffffffffff167f0000000000000000000000000000000000000000000000000000000000000000876fffffffffffffffffffffffffffffffff16610886919061106e565b61089091906110ee565b61089a908a6110db565b90508181116108a957816108ab565b805b93505050505b95945050505050565b73ffffffffffffffffffffffffffffffffffffffff8216610907576040517f6b7a931000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60008273ffffffffffffffffffffffffffffffffffffffff168260405160006040518083038185875af1925050503d8060008114610961576040519150601f19603f3d011682016040523d82523d6000602084013e610966565b606091505b50509050806101dc576040517f465bc83400000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff841660048201526024810183905260440161025c565b73ffffffffffffffffffffffffffffffffffffffff8216610a0d576040517f6b7a931000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6101dc73ffffffffffffffffffffffffffffffffffffffff84168383610a88565b600036816001840181610a42888884610b15565b6002830192909150610a5a9089908990600301610b3c565b94506002820161ffff82168301610a7381838b8d611102565b979b909a50969850505061ffff160193505050565b6040805173ffffffffffffffffffffffffffffffffffffffff8416602482015260448082018490528251808303909101815260649091019091526020810180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fa9059cbb000000000000000000000000000000000000000000000000000000001790526101dc908490610b61565b600060028201610b2781848688611102565b610b309161112c565b60f01c95945050505050565b6000838383818110610b5057610b50611174565b919091013560f81c95945050505050565b6000610bc3826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c65648152508573ffffffffffffffffffffffffffffffffffffffff16610c709092919063ffffffff16565b9050805160001480610be4575080806020019051810190610be491906111a3565b6101dc576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e60448201527f6f74207375636365656400000000000000000000000000000000000000000000606482015260840161025c565b60606103bd8484600085856000808673ffffffffffffffffffffffffffffffffffffffff168587604051610ca491906111e9565b60006040518083038185875af1925050503d8060008114610ce1576040519150601f19603f3d011682016040523d82523d6000602084013e610ce6565b606091505b5091509150610cf787838387610d02565b979650505050505050565b60608315610d98578251600003610d915773ffffffffffffffffffffffffffffffffffffffff85163b610d91576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604482015260640161025c565b50816103bd565b6103bd8383815115610dad5781518083602001fd5b806040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161025c9190611205565b6000813574ffffffffffffffffffffffffffffffffffffffffff81168114610e0857600080fd5b73ffffffffffffffffffffffffffffffffffffffff1692915050565b600080600060608486031215610e3957600080fd5b610e4284610de1565b9250610e5060208501610de1565b9150604084013590509250925092565b600080600080848603610140811215610e7857600080fd5b60c0811215610e8657600080fd5b85945060607fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff4082011215610eb957600080fd5b5060c08501925061012085013567ffffffffffffffff80821115610edc57600080fd5b818701915087601f830112610ef057600080fd5b813581811115610eff57600080fd5b886020828501011115610f1157600080fd5b95989497505060200194505050565b600060208284031215610f3257600080fd5b6107b982610de1565b600060208284031215610f4d57600080fd5b813567ffffffffffffffff811681146107b957600080fd5b600060208284031215610f7757600080fd5b813563ffffffff811681146107b957600080fd5b6fffffffffffffffffffffffffffffffff8116811461058757600080fd5b60008060008060808587031215610fbf57600080fd5b845193506020850151610fd181610f8b565b6040860151909350610fe281610f8b565b6060860151909250610ff381610f8b565b939692955090935050565b60006020828403121561101057600080fd5b813561ffff811681146107b957600080fd5b60006020828403121561103457600080fd5b81356107b981610f8b565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b808202811582820484141761074e5761074e61103f565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b6000826110c3576110c3611085565b500690565b8181038181111561074e5761074e61103f565b8082018082111561074e5761074e61103f565b6000826110fd576110fd611085565b500490565b6000808585111561111257600080fd5b8386111561111f57600080fd5b5050820193919092039150565b7fffff000000000000000000000000000000000000000000000000000000000000813581811691600285101561116c5780818660020360031b1b83161692505b505092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b6000602082840312156111b557600080fd5b815180151581146107b957600080fd5b60005b838110156111e05781810151838201526020016111c8565b50506000910152565b600082516111fb8184602087016111c5565b9190910192915050565b60208152600082518060208401526112248160408501602087016111c5565b601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe016919091016040019291505056fea26474726f6e582212205d7003c7f35439fd8304184e07ba8e846f56621bd03fd8869ac905aea18c9b8264736f6c63430008140033",
342
+ "deployedBytecode": "0x6080604052600436106100695760003560e01c80638da5cb5b116100435780638da5cb5b1461012d578063df2b057e1461017c578063f2fde38b1461018f57600080fd5b806301e3366714610075578063715018a6146100b15780637bfa20a9146100e057600080fd5b3661007057005b600080fd5b34801561008157600080fd5b50d3801561008e57600080fd5b50d2801561009b57600080fd5b506100af6100aa366004610e24565b6101c9565b005b3480156100bd57600080fd5b50d380156100ca57600080fd5b50d280156100d757600080fd5b506100af6101e1565b3480156100ec57600080fd5b50d380156100f957600080fd5b50d2801561010657600080fd5b5061011a610115366004610e60565b6101f5565b6040519081526020015b60405180910390f35b34801561013957600080fd5b50d3801561014657600080fd5b50d2801561015357600080fd5b5060005460405173ffffffffffffffffffffffffffffffffffffffff9091168152602001610124565b61011a61018a366004610e60565b6103c5565b34801561019b57600080fd5b50d380156101a857600080fd5b50d280156101b557600080fd5b506100af6101c4366004610f20565b6104d3565b6101d161058a565b6101dc83838361060b565b505050565b6101e961058a565b6101f3600061063b565b565b60006102046020850185610f3b565b67ffffffffffffffff16600003610265576102256040860160208701610f65565b6040517fd009138a00000000000000000000000000000000000000000000000000000000815263ffffffff90911660048201526024015b60405180910390fd5b61026f83836106b0565b50600061029461028560a0880160808901610f3b565b67ffffffffffffffff16610754565b90506000806102a66020890189610f20565b73ffffffffffffffffffffffffffffffffffffffff166388a4124c6102d160408b0160208c01610f65565b856102df60208c018c610f3b565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e086901b16815263ffffffff939093166004840152602483019190915267ffffffffffffffff166044820152606401608060405180830381865afa158015610350573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906103749190610fa9565b9350505091506103b7828860200160208101906103919190610ffe565b6103a160c08c0160a08d01610ffe565b6103b160608c0160408d01611022565b856107c0565b93505050505b949350505050565b60006103d46020850185610f3b565b67ffffffffffffffff166000036103f5576102256040860160208701610f65565b6103ff83836106b0565b50600061041561028560a0880160808901610f3b565b90506000806104276020890189610f20565b73ffffffffffffffffffffffffffffffffffffffff1663c1723a1d61045260408b0160208c01610f65565b8561046060208c018c610f3b565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e086901b16815263ffffffff939093166004840152602483019190915267ffffffffffffffff1660448201526064016080604051808303816000875af1158015610350573d6000803e3d6000fd5b6104db61058a565b73ffffffffffffffffffffffffffffffffffffffff811661057e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201527f6464726573730000000000000000000000000000000000000000000000000000606482015260840161025c565b6105878161063b565b50565b60005473ffffffffffffffffffffffffffffffffffffffff1633146101f3576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015260640161025c565b73ffffffffffffffffffffffffffffffffffffffff8316610630576101dc82826108ba565b6101dc8383836109c0565b6000805473ffffffffffffffffffffffffffffffffffffffff8381167fffffffffffffffffffffffff0000000000000000000000000000000000000000831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b600080821561070c576000806106c7868685610a2e565b6040517f7085244b00000000000000000000000000000000000000000000000000000000815260ff85166004820152909650929450859350506024909101905061025c565b808314610748576040517f04eb6e0c0000000000000000000000000000000000000000000000000000000081526004810182905260240161025c565b60009150505b92915050565b60008061076260418461106e565b905061076f6020826110b4565b156107975761077f6020826110b4565b61078990826110c8565b6107949060206110db565b90505b806107a460e060446110db565b6107ae91906110db565b6107b99060406110db565b9392505050565b60008061ffff8616156107d357856107d5565b845b905060006127106107ea61ffff84168a61106e565b6107f491906110ee565b90506fffffffffffffffffffffffffffffffff8416158061082557506fffffffffffffffffffffffffffffffff8516155b156108335791506108b19050565b6000846fffffffffffffffffffffffffffffffff167f0000000000000000000000000000000000000000000000000000000000000000876fffffffffffffffffffffffffffffffff16610886919061106e565b61089091906110ee565b61089a908a6110db565b90508181116108a957816108ab565b805b93505050505b95945050505050565b73ffffffffffffffffffffffffffffffffffffffff8216610907576040517f6b7a931000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60008273ffffffffffffffffffffffffffffffffffffffff168260405160006040518083038185875af1925050503d8060008114610961576040519150601f19603f3d011682016040523d82523d6000602084013e610966565b606091505b50509050806101dc576040517f465bc83400000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff841660048201526024810183905260440161025c565b73ffffffffffffffffffffffffffffffffffffffff8216610a0d576040517f6b7a931000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6101dc73ffffffffffffffffffffffffffffffffffffffff84168383610a88565b600036816001840181610a42888884610b15565b6002830192909150610a5a9089908990600301610b3c565b94506002820161ffff82168301610a7381838b8d611102565b979b909a50969850505061ffff160193505050565b6040805173ffffffffffffffffffffffffffffffffffffffff8416602482015260448082018490528251808303909101815260649091019091526020810180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fa9059cbb000000000000000000000000000000000000000000000000000000001790526101dc908490610b61565b600060028201610b2781848688611102565b610b309161112c565b60f01c95945050505050565b6000838383818110610b5057610b50611174565b919091013560f81c95945050505050565b6000610bc3826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c65648152508573ffffffffffffffffffffffffffffffffffffffff16610c709092919063ffffffff16565b9050805160001480610be4575080806020019051810190610be491906111a3565b6101dc576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e60448201527f6f74207375636365656400000000000000000000000000000000000000000000606482015260840161025c565b60606103bd8484600085856000808673ffffffffffffffffffffffffffffffffffffffff168587604051610ca491906111e9565b60006040518083038185875af1925050503d8060008114610ce1576040519150601f19603f3d011682016040523d82523d6000602084013e610ce6565b606091505b5091509150610cf787838387610d02565b979650505050505050565b60608315610d98578251600003610d915773ffffffffffffffffffffffffffffffffffffffff85163b610d91576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604482015260640161025c565b50816103bd565b6103bd8383815115610dad5781518083602001fd5b806040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161025c9190611205565b6000813574ffffffffffffffffffffffffffffffffffffffffff81168114610e0857600080fd5b73ffffffffffffffffffffffffffffffffffffffff1692915050565b600080600060608486031215610e3957600080fd5b610e4284610de1565b9250610e5060208501610de1565b9150604084013590509250925092565b600080600080848603610140811215610e7857600080fd5b60c0811215610e8657600080fd5b85945060607fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff4082011215610eb957600080fd5b5060c08501925061012085013567ffffffffffffffff80821115610edc57600080fd5b818701915087601f830112610ef057600080fd5b813581811115610eff57600080fd5b886020828501011115610f1157600080fd5b95989497505060200194505050565b600060208284031215610f3257600080fd5b6107b982610de1565b600060208284031215610f4d57600080fd5b813567ffffffffffffffff811681146107b957600080fd5b600060208284031215610f7757600080fd5b813563ffffffff811681146107b957600080fd5b6fffffffffffffffffffffffffffffffff8116811461058757600080fd5b60008060008060808587031215610fbf57600080fd5b845193506020850151610fd181610f8b565b6040860151909350610fe281610f8b565b6060860151909250610ff381610f8b565b939692955090935050565b60006020828403121561101057600080fd5b813561ffff811681146107b957600080fd5b60006020828403121561103457600080fd5b81356107b981610f8b565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b808202811582820484141761074e5761074e61103f565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b6000826110c3576110c3611085565b500690565b8181038181111561074e5761074e61103f565b8082018082111561074e5761074e61103f565b6000826110fd576110fd611085565b500490565b6000808585111561111257600080fd5b8386111561111f57600080fd5b5050820193919092039150565b7fffff000000000000000000000000000000000000000000000000000000000000813581811691600285101561116c5780818660020360031b1b83161692505b505092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b6000602082840312156111b557600080fd5b815180151581146107b957600080fd5b60005b838110156111e05781810151838201526020016111c8565b50506000910152565b600082516111fb8184602087016111c5565b9190910192915050565b60208152600082518060208401526112248160408501602087016111c5565b601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe016919091016040019291505056fea26474726f6e582212205d7003c7f35439fd8304184e07ba8e846f56621bd03fd8869ac905aea18c9b8264736f6c63430008140033",
343
+ "devdoc": {
344
+ "kind": "dev",
345
+ "methods": {
346
+ "getFee((address,uint32,uint64,address,uint64,uint16),(uint64,uint16,uint128),bytes)": {
347
+ "details": "get fee view function",
348
+ "params": {
349
+ "": "//_options options",
350
+ "_dstConfig": "dst config",
351
+ "_params": "fee params"
352
+ }
353
+ },
354
+ "getFeeOnSend((address,uint32,uint64,address,uint64,uint16),(uint64,uint16,uint128),bytes)": {
355
+ "details": "get fee function that can change state. e.g. paying priceFeed",
356
+ "params": {
357
+ "": "//_options options",
358
+ "_dstConfig": "dst config",
359
+ "_params": "fee params"
360
+ }
361
+ },
362
+ "owner()": {
363
+ "details": "Returns the address of the current owner."
364
+ },
365
+ "renounceOwnership()": {
366
+ "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."
367
+ },
368
+ "transferOwnership(address)": {
369
+ "details": "Transfers ownership of the contract to a new account (`newOwner`). Can only be called by the current owner."
370
+ }
371
+ },
372
+ "version": 1
373
+ },
374
+ "userdoc": {
375
+ "kind": "user",
376
+ "methods": {},
377
+ "version": 1
378
+ },
379
+ "storageLayout": {
380
+ "storage": [
381
+ {
382
+ "astId": 7808,
383
+ "contract": "contracts/uln/dvn/DVNFeeLib.sol:DVNFeeLib",
384
+ "label": "_owner",
385
+ "offset": 0,
386
+ "slot": "0",
387
+ "type": "t_address"
388
+ }
389
+ ],
390
+ "types": {
391
+ "t_address": {
392
+ "encoding": "inplace",
393
+ "label": "address",
394
+ "numberOfBytes": "20"
395
+ }
396
+ }
397
+ }
398
+ }