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