@layerzerolabs/lz-evm-sdk-v2 2.0.16 → 2.0.18
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.
- package/artifacts/contracts/Executor.sol/Executor.json +2 -2
- package/artifacts/contracts/ExecutorFeeLib.sol/ExecutorFeeLib.json +13 -2
- package/artifacts/contracts/interfaces/IExecutorFeeLib.sol/IExecutorFeeLib.json +11 -0
- package/artifacts/contracts/uln/dvn/DVN.sol/DVN.json +2 -2
- package/artifacts/contracts/uln/dvn/DVNFeeLib.sol/DVNFeeLib.json +13 -2
- package/artifacts/contracts/uln/dvn/adapters/CCIP/CCIPDVNAdapter.sol/CCIPDVNAdapter.json +2 -2
- package/artifacts/contracts/uln/dvn/adapters/CCIP/CCIPDVNAdapterFeeLib.sol/CCIPDVNAdapterFeeLib.json +14 -3
- package/artifacts/contracts/uln/dvn/adapters/axelar/AxelarDVNAdapter.sol/AxelarDVNAdapter.json +2 -2
- package/artifacts/contracts/uln/dvn/adapters/axelar/AxelarDVNAdapterFeeLib.sol/AxelarDVNAdapterFeeLib.json +13 -2
- package/artifacts/contracts/uln/interfaces/IDVNFeeLib.sol/IDVNFeeLib.json +11 -0
- package/artifacts/contracts/uln/interfaces/adapters/IAxelarDVNAdapterFeeLib.sol/IAxelarDVNAdapterFeeLib.json +11 -0
- package/artifacts/contracts/uln/interfaces/adapters/ICCIPDVNAdapterFeeLib.sol/ICCIPDVNAdapterFeeLib.json +12 -1
- package/deployments/blast-testnet/DVN.json +1929 -0
- package/deployments/blast-testnet/DVNFeeLib.json +387 -0
- package/deployments/blast-testnet/EndpointV2.json +3000 -0
- package/deployments/blast-testnet/Executor.json +1532 -0
- package/deployments/blast-testnet/ExecutorFeeLib.json +407 -0
- package/deployments/blast-testnet/ExecutorProxyAdmin.json +283 -0
- package/deployments/blast-testnet/Executor_Implementation.json +1591 -0
- package/deployments/blast-testnet/Executor_Proxy.json +365 -0
- package/deployments/blast-testnet/PriceFeed.json +890 -0
- package/deployments/blast-testnet/PriceFeedProxyAdmin.json +283 -0
- package/deployments/blast-testnet/PriceFeed_Implementation.json +912 -0
- package/deployments/blast-testnet/PriceFeed_Proxy.json +244 -0
- package/deployments/blast-testnet/ReceiveUln301.json +1292 -0
- package/deployments/blast-testnet/ReceiveUln302.json +1006 -0
- package/deployments/blast-testnet/SendUln301.json +1569 -0
- package/deployments/blast-testnet/SendUln302.json +1527 -0
- package/deployments/blast-testnet/Treasury.json +412 -0
- package/deployments/blast-testnet/TreasuryFeeHandler.json +125 -0
- package/deployments/joc-testnet/PriceFeed.json +890 -0
- package/deployments/joc-testnet/PriceFeedProxyAdmin.json +283 -0
- package/deployments/joc-testnet/PriceFeed_Implementation.json +912 -0
- package/deployments/joc-testnet/PriceFeed_Proxy.json +244 -0
- package/deployments/rarible-mainnet/PriceFeed.json +891 -0
- package/deployments/rarible-mainnet/PriceFeedProxyAdmin.json +284 -0
- package/deployments/rarible-mainnet/PriceFeed_Implementation.json +913 -0
- package/deployments/rarible-mainnet/PriceFeed_Proxy.json +245 -0
- package/dist/{index-3seuukWJ.d.mts → index-839VW31F.d.mts} +74 -10
- package/dist/{index-3seuukWJ.d.ts → index-839VW31F.d.ts} +74 -10
- package/dist/index.browser.cjs +98 -10
- package/dist/index.browser.cjs.map +1 -1
- package/dist/index.browser.d.mts +1 -1
- package/dist/index.browser.d.ts +1 -1
- package/dist/index.browser.mjs +98 -10
- package/dist/index.browser.mjs.map +1 -1
- package/dist/index.cjs +98 -10
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.mjs +98 -10
- package/dist/index.mjs.map +1 -1
- package/package.json +8 -8
|
@@ -0,0 +1,407 @@
|
|
|
1
|
+
{
|
|
2
|
+
"address": "0x9eCf72299027e8AeFee5DC5351D6d92294F46d2b",
|
|
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": "Executor_InvalidExecutorOptions",
|
|
24
|
+
"type": "error"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"inputs": [],
|
|
28
|
+
"name": "Executor_InvalidLzComposeOption",
|
|
29
|
+
"type": "error"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"inputs": [],
|
|
33
|
+
"name": "Executor_InvalidLzReceiveOption",
|
|
34
|
+
"type": "error"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"inputs": [],
|
|
38
|
+
"name": "Executor_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": "Executor_NativeAmountExceedsCap",
|
|
55
|
+
"type": "error"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"inputs": [],
|
|
59
|
+
"name": "Executor_NoOptions",
|
|
60
|
+
"type": "error"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"inputs": [
|
|
64
|
+
{
|
|
65
|
+
"internalType": "uint8",
|
|
66
|
+
"name": "optionType",
|
|
67
|
+
"type": "uint8"
|
|
68
|
+
}
|
|
69
|
+
],
|
|
70
|
+
"name": "Executor_UnsupportedOptionType",
|
|
71
|
+
"type": "error"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"inputs": [
|
|
75
|
+
{
|
|
76
|
+
"internalType": "address",
|
|
77
|
+
"name": "_to",
|
|
78
|
+
"type": "address"
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"internalType": "uint256",
|
|
82
|
+
"name": "_value",
|
|
83
|
+
"type": "uint256"
|
|
84
|
+
}
|
|
85
|
+
],
|
|
86
|
+
"name": "Transfer_NativeFailed",
|
|
87
|
+
"type": "error"
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"inputs": [],
|
|
91
|
+
"name": "Transfer_ToAddressIsZero",
|
|
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": "0xa690c6eb7e779d18fa23e3a4bf21760b7c2742725ff19b384fcdcad619a1e152",
|
|
331
|
+
"receipt": {
|
|
332
|
+
"to": null,
|
|
333
|
+
"from": "0xc13b65f7c53Cd6db2EA205a4b574b4a0858720A6",
|
|
334
|
+
"contractAddress": "0x9eCf72299027e8AeFee5DC5351D6d92294F46d2b",
|
|
335
|
+
"transactionIndex": 1,
|
|
336
|
+
"gasUsed": "1309079",
|
|
337
|
+
"logsBloom": "0x00000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000020000000000000400000000000000000000000000000001000000000000000000000000000000000000030000000000000000000800000000000000000000000000000000400000040000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000020000000000000000000000000000000000000000000000000000000000000000000",
|
|
338
|
+
"blockHash": "0x212acd3f9d8d754625eba8c00a516947a9cadcff12b751a28ecc14dbf0d9e1cf",
|
|
339
|
+
"transactionHash": "0xa690c6eb7e779d18fa23e3a4bf21760b7c2742725ff19b384fcdcad619a1e152",
|
|
340
|
+
"logs": [
|
|
341
|
+
{
|
|
342
|
+
"transactionIndex": 1,
|
|
343
|
+
"blockNumber": 639691,
|
|
344
|
+
"transactionHash": "0xa690c6eb7e779d18fa23e3a4bf21760b7c2742725ff19b384fcdcad619a1e152",
|
|
345
|
+
"address": "0x9eCf72299027e8AeFee5DC5351D6d92294F46d2b",
|
|
346
|
+
"topics": [
|
|
347
|
+
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
|
|
348
|
+
"0x0000000000000000000000000000000000000000000000000000000000000000",
|
|
349
|
+
"0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6"
|
|
350
|
+
],
|
|
351
|
+
"data": "0x",
|
|
352
|
+
"logIndex": 0,
|
|
353
|
+
"blockHash": "0x212acd3f9d8d754625eba8c00a516947a9cadcff12b751a28ecc14dbf0d9e1cf"
|
|
354
|
+
}
|
|
355
|
+
],
|
|
356
|
+
"blockNumber": 639691,
|
|
357
|
+
"cumulativeGasUsed": "1356012",
|
|
358
|
+
"status": 1,
|
|
359
|
+
"byzantium": true
|
|
360
|
+
},
|
|
361
|
+
"args": [
|
|
362
|
+
"1000000000000000000"
|
|
363
|
+
],
|
|
364
|
+
"numDeployments": 1,
|
|
365
|
+
"solcInputHash": "75e7f9cf5f95452bd03e6f5a21ad7ccd",
|
|
366
|
+
"bytecode": "0x60a060405234801561001057600080fd5b5060405161172a38038061172a83398101604081905261002f91610090565b61003833610040565b6080526100a9565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6000602082840312156100a257600080fd5b5051919050565b6080516116666100c4600039600061095f01526116666000f3fe6080604052600436106100695760003560e01c80638da5cb5b116100435780638da5cb5b146100df578063f2fde38b14610114578063f43bcfc51461013457600080fd5b806301e3366714610075578063371c3a8e14610097578063715018a6146100ca57600080fd5b3661007057005b600080fd5b34801561008157600080fd5b5061009561009036600461119e565b610154565b005b3480156100a357600080fd5b506100b76100b23660046111da565b61016c565b6040519081526020015b60405180910390f35b3480156100d657600080fd5b5061009561030d565b3480156100eb57600080fd5b5060005460405173ffffffffffffffffffffffffffffffffffffffff90911681526020016100c1565b34801561012057600080fd5b5061009561012f36600461129a565b610321565b34801561014057600080fd5b506100b761014f3660046111da565b6103dd565b61015c6104a6565b610167838383610527565b505050565b600080806101b961019561018660408a0160208b016112bc565b61753063ffffffff9091161090565b6101a260208901896112e2565b6101b260808a0160608b0161132a565b8888610557565b909250905060008080806101d060208c018c61129a565b73ffffffffffffffffffffffffffffffffffffffff166388a4124c6101fb60408e0160208f016112bc565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e084901b16815263ffffffff91909116600482015260608e0135602482015260448101889052606401608060405180830381865afa158015610266573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061028a9190611347565b929650909450925090506102d4846102a860408d0160208e0161139c565b8d60800160208101906102bb919061139c565b8d60400160208101906102ce919061132a565b856108d4565b96506102f48684848e60800160208101906102ef919061139c565b6109cf565b6102fe90886113ef565b9b9a5050505050505050505050565b6103156104a6565b61031f6000610a39565b565b6103296104a6565b73ffffffffffffffffffffffffffffffffffffffff81166103d1576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201527f646472657373000000000000000000000000000000000000000000000000000060648201526084015b60405180910390fd5b6103da81610a39565b50565b600080806103f761019561018660408a0160208b016112bc565b9092509050600080808061040e60208c018c61129a565b73ffffffffffffffffffffffffffffffffffffffff1663c1723a1d61043960408e0160208f016112bc565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e084901b16815263ffffffff91909116600482015260608e01356024820152604481018890526064016080604051808303816000875af1158015610266573d6000803e3d6000fd5b60005473ffffffffffffffffffffffffffffffffffffffff16331461031f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657260448201526064016103c8565b73ffffffffffffffffffffffffffffffffffffffff831661054c576101678282610aae565b610167838383610bb4565b600080828103610592576040517e575ea100000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b5067ffffffffffffffff85166000805b848210156108065760003681806105ba8a8a88610c22565b9850919550935091508590507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60ff85160161069f576000806105fd8585610c78565b915091508e801561062057506000816fffffffffffffffffffffffffffffffff16115b1561065c576040517f052e551500000000000000000000000000000000000000000000000000000000815260ff871660048201526024016103c8565b6106786fffffffffffffffffffffffffffffffff82168b6113ef565b99506106966fffffffffffffffffffffffffffffffff83168a6113ef565b985050506107fd565b7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe60ff8516016106fc5760006106d58484610cf6565b5090506106f46fffffffffffffffffffffffffffffffff82168a6113ef565b9850506107fd565b7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd60ff851601610793578c15610763576040517f052e551500000000000000000000000000000000000000000000000000000000815260ff851660048201526024016103c8565b6000806107708585610d4d565b9250925050806fffffffffffffffffffffffffffffffff168a61067891906113ef565b7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc60ff8516016107c657600194506107fd565b6040517f052e551500000000000000000000000000000000000000000000000000000000815260ff851660048201526024016103c8565b505050506105a2565b818514610842576040517f990776ea000000000000000000000000000000000000000000000000000000008152600481018390526024016103c8565b866fffffffffffffffffffffffffffffffff168411156108a8576040517e84ce02000000000000000000000000000000000000000000000000000000008152600481018590526fffffffffffffffffffffffffffffffff881660248201526044016103c8565b80156108c85760646108bb846066611408565b6108c5919061141f565b92505b50509550959350505050565b60008061ffff8616156108e757856108e9565b845b905060006127106108fe61ffff84168a611408565b610908919061141f565b90506fffffffffffffffffffffffffffffffff8416158061093957506fffffffffffffffffffffffffffffffff8516155b156109475791506109c69050565b600088856fffffffffffffffffffffffffffffffff167f0000000000000000000000000000000000000000000000000000000000000000886fffffffffffffffffffffffffffffffff1661099b9190611408565b6109a5919061141f565b6109af91906113ef565b90508181116109be57816109c0565b805b93505050505b95945050505050565b60008415610a31576127108261ffff16846fffffffffffffffffffffffffffffffff16866fffffffffffffffffffffffffffffffff1688610a109190611408565b610a1a919061141f565b610a249190611408565b610a2e919061141f565b90505b949350505050565b6000805473ffffffffffffffffffffffffffffffffffffffff8381167fffffffffffffffffffffffff0000000000000000000000000000000000000000831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b73ffffffffffffffffffffffffffffffffffffffff8216610afb576040517f6b7a931000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60008273ffffffffffffffffffffffffffffffffffffffff168260405160006040518083038185875af1925050503d8060008114610b55576040519150601f19603f3d011682016040523d82523d6000602084013e610b5a565b606091505b5050905080610167576040517f465bc83400000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff84166004820152602481018390526044016103c8565b73ffffffffffffffffffffffffffffffffffffffff8216610c01576040517f6b7a931000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b61016773ffffffffffffffffffffffffffffffffffffffff84168383610dda565b600036816001840181610c36888884610e67565b600292909201919050610c4a888884610e8e565b94506001820161ffff82168301610c6381838b8d61145a565b979b909a50969850505061ffff160193505050565b60008060108314801590610c8d575060208314155b15610cc4576040517f4796aee100000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b610cd084846000610eb3565b915060208314610ce1576000610ced565b610ced84846010610eb3565b90509250929050565b60008060308314610d33576040517fc3a1858e00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b610d3f84846000610eb3565b9150610ced84846010610eda565b6000808060128414801590610d63575060228414155b15610d9a576040517f8b4aa70b00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b610da685856000610e67565b9250610db485856002610eb3565b915060228414610dc5576000610dd1565b610dd185856012610eb3565b90509250925092565b6040805173ffffffffffffffffffffffffffffffffffffffff8416602482015260448082018490528251808303909101815260649091019091526020810180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fa9059cbb00000000000000000000000000000000000000000000000000000000179052610167908490610ef5565b600060028201610e798184868861145a565b610e8291611484565b60f01c95945050505050565b6000838383818110610ea257610ea26114cc565b919091013560f81c95945050505050565b600060108201610ec58184868861145a565b610ece916114fb565b60801c95945050505050565b600060208201610eec8184868861145a565b6109c691611541565b6000610f57826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c65648152508573ffffffffffffffffffffffffffffffffffffffff166110049092919063ffffffff16565b9050805160001480610f78575080806020019051810190610f78919061157d565b610167576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e60448201527f6f7420737563636565640000000000000000000000000000000000000000000060648201526084016103c8565b6060610a318484600085856000808673ffffffffffffffffffffffffffffffffffffffff16858760405161103891906115c3565b60006040518083038185875af1925050503d8060008114611075576040519150601f19603f3d011682016040523d82523d6000602084013e61107a565b606091505b509150915061108b87838387611096565b979650505050505050565b6060831561112c5782516000036111255773ffffffffffffffffffffffffffffffffffffffff85163b611125576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e747261637400000060448201526064016103c8565b5081610a31565b610a3183838151156111415781518083602001fd5b806040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016103c891906115df565b803573ffffffffffffffffffffffffffffffffffffffff8116811461119957600080fd5b919050565b6000806000606084860312156111b357600080fd5b6111bc84611175565b92506111ca60208501611175565b9150604084013590509250925092565b6000806000808486036101408112156111f257600080fd5b60a081121561120057600080fd5b85945060807fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff608201121561123357600080fd5b5060a08501925061012085013567ffffffffffffffff8082111561125657600080fd5b818701915087601f83011261126a57600080fd5b81358181111561127957600080fd5b88602082850101111561128b57600080fd5b95989497505060200194505050565b6000602082840312156112ac57600080fd5b6112b582611175565b9392505050565b6000602082840312156112ce57600080fd5b813563ffffffff811681146112b557600080fd5b6000602082840312156112f457600080fd5b813567ffffffffffffffff811681146112b557600080fd5b6fffffffffffffffffffffffffffffffff811681146103da57600080fd5b60006020828403121561133c57600080fd5b81356112b58161130c565b6000806000806080858703121561135d57600080fd5b84519350602085015161136f8161130c565b60408601519093506113808161130c565b60608601519092506113918161130c565b939692955090935050565b6000602082840312156113ae57600080fd5b813561ffff811681146112b557600080fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b80820180821115611402576114026113c0565b92915050565b8082028115828204841417611402576114026113c0565b600082611455577f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b500490565b6000808585111561146a57600080fd5b8386111561147757600080fd5b5050820193919092039150565b7fffff00000000000000000000000000000000000000000000000000000000000081358181169160028510156114c45780818660020360031b1b83161692505b505092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b7fffffffffffffffffffffffffffffffff0000000000000000000000000000000081358181169160108510156114c45760109490940360031b84901b1690921692915050565b80356020831015611402577fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff602084900360031b1b1692915050565b60006020828403121561158f57600080fd5b815180151581146112b557600080fd5b60005b838110156115ba5781810151838201526020016115a2565b50506000910152565b600082516115d581846020870161159f565b9190910192915050565b60208152600082518060208401526115fe81604085016020870161159f565b601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe016919091016040019291505056fea26469706673582212206e86b6e6b8d397a07b07a93a5ad81a5d6933b3c26623b0d7af01bf8629f2105664736f6c63430008160033",
|
|
367
|
+
"deployedBytecode": "0x6080604052600436106100695760003560e01c80638da5cb5b116100435780638da5cb5b146100df578063f2fde38b14610114578063f43bcfc51461013457600080fd5b806301e3366714610075578063371c3a8e14610097578063715018a6146100ca57600080fd5b3661007057005b600080fd5b34801561008157600080fd5b5061009561009036600461119e565b610154565b005b3480156100a357600080fd5b506100b76100b23660046111da565b61016c565b6040519081526020015b60405180910390f35b3480156100d657600080fd5b5061009561030d565b3480156100eb57600080fd5b5060005460405173ffffffffffffffffffffffffffffffffffffffff90911681526020016100c1565b34801561012057600080fd5b5061009561012f36600461129a565b610321565b34801561014057600080fd5b506100b761014f3660046111da565b6103dd565b61015c6104a6565b610167838383610527565b505050565b600080806101b961019561018660408a0160208b016112bc565b61753063ffffffff9091161090565b6101a260208901896112e2565b6101b260808a0160608b0161132a565b8888610557565b909250905060008080806101d060208c018c61129a565b73ffffffffffffffffffffffffffffffffffffffff166388a4124c6101fb60408e0160208f016112bc565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e084901b16815263ffffffff91909116600482015260608e0135602482015260448101889052606401608060405180830381865afa158015610266573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061028a9190611347565b929650909450925090506102d4846102a860408d0160208e0161139c565b8d60800160208101906102bb919061139c565b8d60400160208101906102ce919061132a565b856108d4565b96506102f48684848e60800160208101906102ef919061139c565b6109cf565b6102fe90886113ef565b9b9a5050505050505050505050565b6103156104a6565b61031f6000610a39565b565b6103296104a6565b73ffffffffffffffffffffffffffffffffffffffff81166103d1576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201527f646472657373000000000000000000000000000000000000000000000000000060648201526084015b60405180910390fd5b6103da81610a39565b50565b600080806103f761019561018660408a0160208b016112bc565b9092509050600080808061040e60208c018c61129a565b73ffffffffffffffffffffffffffffffffffffffff1663c1723a1d61043960408e0160208f016112bc565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e084901b16815263ffffffff91909116600482015260608e01356024820152604481018890526064016080604051808303816000875af1158015610266573d6000803e3d6000fd5b60005473ffffffffffffffffffffffffffffffffffffffff16331461031f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657260448201526064016103c8565b73ffffffffffffffffffffffffffffffffffffffff831661054c576101678282610aae565b610167838383610bb4565b600080828103610592576040517e575ea100000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b5067ffffffffffffffff85166000805b848210156108065760003681806105ba8a8a88610c22565b9850919550935091508590507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60ff85160161069f576000806105fd8585610c78565b915091508e801561062057506000816fffffffffffffffffffffffffffffffff16115b1561065c576040517f052e551500000000000000000000000000000000000000000000000000000000815260ff871660048201526024016103c8565b6106786fffffffffffffffffffffffffffffffff82168b6113ef565b99506106966fffffffffffffffffffffffffffffffff83168a6113ef565b985050506107fd565b7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe60ff8516016106fc5760006106d58484610cf6565b5090506106f46fffffffffffffffffffffffffffffffff82168a6113ef565b9850506107fd565b7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd60ff851601610793578c15610763576040517f052e551500000000000000000000000000000000000000000000000000000000815260ff851660048201526024016103c8565b6000806107708585610d4d565b9250925050806fffffffffffffffffffffffffffffffff168a61067891906113ef565b7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc60ff8516016107c657600194506107fd565b6040517f052e551500000000000000000000000000000000000000000000000000000000815260ff851660048201526024016103c8565b505050506105a2565b818514610842576040517f990776ea000000000000000000000000000000000000000000000000000000008152600481018390526024016103c8565b866fffffffffffffffffffffffffffffffff168411156108a8576040517e84ce02000000000000000000000000000000000000000000000000000000008152600481018590526fffffffffffffffffffffffffffffffff881660248201526044016103c8565b80156108c85760646108bb846066611408565b6108c5919061141f565b92505b50509550959350505050565b60008061ffff8616156108e757856108e9565b845b905060006127106108fe61ffff84168a611408565b610908919061141f565b90506fffffffffffffffffffffffffffffffff8416158061093957506fffffffffffffffffffffffffffffffff8516155b156109475791506109c69050565b600088856fffffffffffffffffffffffffffffffff167f0000000000000000000000000000000000000000000000000000000000000000886fffffffffffffffffffffffffffffffff1661099b9190611408565b6109a5919061141f565b6109af91906113ef565b90508181116109be57816109c0565b805b93505050505b95945050505050565b60008415610a31576127108261ffff16846fffffffffffffffffffffffffffffffff16866fffffffffffffffffffffffffffffffff1688610a109190611408565b610a1a919061141f565b610a249190611408565b610a2e919061141f565b90505b949350505050565b6000805473ffffffffffffffffffffffffffffffffffffffff8381167fffffffffffffffffffffffff0000000000000000000000000000000000000000831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b73ffffffffffffffffffffffffffffffffffffffff8216610afb576040517f6b7a931000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60008273ffffffffffffffffffffffffffffffffffffffff168260405160006040518083038185875af1925050503d8060008114610b55576040519150601f19603f3d011682016040523d82523d6000602084013e610b5a565b606091505b5050905080610167576040517f465bc83400000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff84166004820152602481018390526044016103c8565b73ffffffffffffffffffffffffffffffffffffffff8216610c01576040517f6b7a931000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b61016773ffffffffffffffffffffffffffffffffffffffff84168383610dda565b600036816001840181610c36888884610e67565b600292909201919050610c4a888884610e8e565b94506001820161ffff82168301610c6381838b8d61145a565b979b909a50969850505061ffff160193505050565b60008060108314801590610c8d575060208314155b15610cc4576040517f4796aee100000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b610cd084846000610eb3565b915060208314610ce1576000610ced565b610ced84846010610eb3565b90509250929050565b60008060308314610d33576040517fc3a1858e00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b610d3f84846000610eb3565b9150610ced84846010610eda565b6000808060128414801590610d63575060228414155b15610d9a576040517f8b4aa70b00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b610da685856000610e67565b9250610db485856002610eb3565b915060228414610dc5576000610dd1565b610dd185856012610eb3565b90509250925092565b6040805173ffffffffffffffffffffffffffffffffffffffff8416602482015260448082018490528251808303909101815260649091019091526020810180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fa9059cbb00000000000000000000000000000000000000000000000000000000179052610167908490610ef5565b600060028201610e798184868861145a565b610e8291611484565b60f01c95945050505050565b6000838383818110610ea257610ea26114cc565b919091013560f81c95945050505050565b600060108201610ec58184868861145a565b610ece916114fb565b60801c95945050505050565b600060208201610eec8184868861145a565b6109c691611541565b6000610f57826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c65648152508573ffffffffffffffffffffffffffffffffffffffff166110049092919063ffffffff16565b9050805160001480610f78575080806020019051810190610f78919061157d565b610167576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e60448201527f6f7420737563636565640000000000000000000000000000000000000000000060648201526084016103c8565b6060610a318484600085856000808673ffffffffffffffffffffffffffffffffffffffff16858760405161103891906115c3565b60006040518083038185875af1925050503d8060008114611075576040519150601f19603f3d011682016040523d82523d6000602084013e61107a565b606091505b509150915061108b87838387611096565b979650505050505050565b6060831561112c5782516000036111255773ffffffffffffffffffffffffffffffffffffffff85163b611125576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e747261637400000060448201526064016103c8565b5081610a31565b610a3183838151156111415781518083602001fd5b806040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016103c891906115df565b803573ffffffffffffffffffffffffffffffffffffffff8116811461119957600080fd5b919050565b6000806000606084860312156111b357600080fd5b6111bc84611175565b92506111ca60208501611175565b9150604084013590509250925092565b6000806000808486036101408112156111f257600080fd5b60a081121561120057600080fd5b85945060807fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff608201121561123357600080fd5b5060a08501925061012085013567ffffffffffffffff8082111561125657600080fd5b818701915087601f83011261126a57600080fd5b81358181111561127957600080fd5b88602082850101111561128b57600080fd5b95989497505060200194505050565b6000602082840312156112ac57600080fd5b6112b582611175565b9392505050565b6000602082840312156112ce57600080fd5b813563ffffffff811681146112b557600080fd5b6000602082840312156112f457600080fd5b813567ffffffffffffffff811681146112b557600080fd5b6fffffffffffffffffffffffffffffffff811681146103da57600080fd5b60006020828403121561133c57600080fd5b81356112b58161130c565b6000806000806080858703121561135d57600080fd5b84519350602085015161136f8161130c565b60408601519093506113808161130c565b60608601519092506113918161130c565b939692955090935050565b6000602082840312156113ae57600080fd5b813561ffff811681146112b557600080fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b80820180821115611402576114026113c0565b92915050565b8082028115828204841417611402576114026113c0565b600082611455577f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b500490565b6000808585111561146a57600080fd5b8386111561147757600080fd5b5050820193919092039150565b7fffff00000000000000000000000000000000000000000000000000000000000081358181169160028510156114c45780818660020360031b1b83161692505b505092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b7fffffffffffffffffffffffffffffffff0000000000000000000000000000000081358181169160108510156114c45760109490940360031b84901b1690921692915050565b80356020831015611402577fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff602084900360031b1b1692915050565b60006020828403121561158f57600080fd5b815180151581146112b557600080fd5b60005b838110156115ba5781810151838201526020016115a2565b50506000910152565b600082516115d581846020870161159f565b9190910192915050565b60208152600082518060208401526115fe81604085016020870161159f565b601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe016919091016040019291505056fea26469706673582212206e86b6e6b8d397a07b07a93a5ad81a5d6933b3c26623b0d7af01bf8629f2105664736f6c63430008160033",
|
|
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": 7779,
|
|
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
|
+
}
|