@layerzerolabs/lz-evm-sdk-v2 2.0.8 → 2.0.10-tron
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/deployments/arbitrum-sandbox-local/DVN.json +1896 -0
- package/deployments/arbitrum-sandbox-local/DVNFeeLib.json +387 -0
- package/deployments/arbitrum-sandbox-local/EndpointV2.json +2955 -0
- package/deployments/{ethereum-sandbox-local/Oracle.json → arbitrum-sandbox-local/Executor.json} +656 -398
- package/deployments/arbitrum-sandbox-local/ExecutorFeeLib.json +407 -0
- package/deployments/arbitrum-sandbox-local/ExecutorProxyAdmin.json +283 -0
- package/deployments/arbitrum-sandbox-local/Executor_Implementation.json +1591 -0
- package/deployments/{ethereum-sandbox-local/Oracle_Proxy.json → arbitrum-sandbox-local/Executor_Proxy.json} +135 -60
- package/deployments/arbitrum-sandbox-local/NonceContractMock.json +163 -0
- package/deployments/{polygon-sandbox-local/Relayer.json → arbitrum-sandbox-local/PriceFeed.json} +339 -445
- package/deployments/arbitrum-sandbox-local/PriceFeedProxyAdmin.json +283 -0
- package/deployments/arbitrum-sandbox-local/PriceFeed_Implementation.json +912 -0
- package/deployments/{ethereum-sandbox-local/Relayer_Proxy.json → arbitrum-sandbox-local/PriceFeed_Proxy.json} +33 -64
- package/deployments/arbitrum-sandbox-local/ReceiveUln301.json +1264 -0
- package/deployments/arbitrum-sandbox-local/ReceiveUln302.json +954 -0
- package/deployments/arbitrum-sandbox-local/SendUln301.json +1569 -0
- package/deployments/arbitrum-sandbox-local/SendUln302.json +1527 -0
- package/deployments/arbitrum-sandbox-local/SimpleMessageLib.json +708 -0
- package/deployments/arbitrum-sandbox-local/Treasury.json +412 -0
- package/deployments/arbitrum-sandbox-local/TreasuryFeeHandler.json +125 -0
- package/deployments/ethereum-sandbox-local/DVN.json +5 -5
- package/deployments/ethereum-sandbox-local/DVNFeeLib.json +2 -2
- package/deployments/ethereum-sandbox-local/EndpointV2.json +4 -4
- package/deployments/ethereum-sandbox-local/Executor.json +14 -14
- package/deployments/ethereum-sandbox-local/ExecutorFeeLib.json +2 -2
- package/deployments/ethereum-sandbox-local/ExecutorProxyAdmin.json +3 -3
- package/deployments/ethereum-sandbox-local/Executor_Implementation.json +1 -1
- package/deployments/ethereum-sandbox-local/Executor_Proxy.json +14 -14
- package/deployments/ethereum-sandbox-local/NonceContractMock.json +1 -1
- package/deployments/ethereum-sandbox-local/PriceFeed.json +5 -5
- package/deployments/ethereum-sandbox-local/PriceFeedProxyAdmin.json +3 -3
- package/deployments/ethereum-sandbox-local/PriceFeed_Implementation.json +1 -1
- package/deployments/ethereum-sandbox-local/PriceFeed_Proxy.json +5 -5
- package/deployments/ethereum-sandbox-local/ReceiveUln301.json +2 -2
- package/deployments/ethereum-sandbox-local/ReceiveUln302.json +2 -2
- package/deployments/ethereum-sandbox-local/SendUln301.json +2 -2
- package/deployments/ethereum-sandbox-local/SendUln302.json +2 -2
- package/deployments/ethereum-sandbox-local/SimpleMessageLib.json +2 -2
- package/deployments/ethereum-sandbox-local/Treasury.json +2 -2
- package/deployments/ethereum-sandbox-local/TreasuryFeeHandler.json +1 -1
- package/deployments/polygon-sandbox-local/DVN.json +5 -5
- package/deployments/polygon-sandbox-local/DVNFeeLib.json +2 -2
- package/deployments/polygon-sandbox-local/EndpointV2.json +4 -4
- package/deployments/polygon-sandbox-local/Executor.json +14 -14
- package/deployments/polygon-sandbox-local/ExecutorFeeLib.json +2 -2
- package/deployments/polygon-sandbox-local/ExecutorProxyAdmin.json +3 -3
- package/deployments/polygon-sandbox-local/Executor_Implementation.json +1 -1
- package/deployments/polygon-sandbox-local/Executor_Proxy.json +14 -14
- package/deployments/polygon-sandbox-local/NonceContractMock.json +1 -1
- package/deployments/polygon-sandbox-local/PriceFeed.json +5 -5
- package/deployments/polygon-sandbox-local/PriceFeedProxyAdmin.json +3 -3
- package/deployments/polygon-sandbox-local/PriceFeed_Implementation.json +1 -1
- package/deployments/polygon-sandbox-local/PriceFeed_Proxy.json +5 -5
- package/deployments/polygon-sandbox-local/ReceiveUln301.json +2 -2
- package/deployments/polygon-sandbox-local/ReceiveUln302.json +2 -2
- package/deployments/polygon-sandbox-local/SendUln301.json +2 -2
- package/deployments/polygon-sandbox-local/SendUln302.json +2 -2
- package/deployments/polygon-sandbox-local/SimpleMessageLib.json +2 -2
- package/deployments/polygon-sandbox-local/Treasury.json +2 -2
- package/deployments/polygon-sandbox-local/TreasuryFeeHandler.json +1 -1
- package/deployments/tron-sandbox-local/DVN.json +1896 -0
- package/deployments/tron-sandbox-local/DVNFeeLib.json +387 -0
- package/deployments/tron-sandbox-local/EndpointV2.json +2955 -0
- package/deployments/{polygon-sandbox-local/Oracle.json → tron-sandbox-local/Executor.json} +656 -398
- package/deployments/tron-sandbox-local/ExecutorFeeLib.json +407 -0
- package/deployments/tron-sandbox-local/ExecutorProxyAdmin.json +283 -0
- package/deployments/tron-sandbox-local/Executor_Implementation.json +1591 -0
- package/deployments/{polygon-sandbox-local/Oracle_Proxy.json → tron-sandbox-local/Executor_Proxy.json} +135 -60
- package/deployments/tron-sandbox-local/NonceContractMock.json +163 -0
- package/deployments/{ethereum-sandbox-local/Relayer.json → tron-sandbox-local/PriceFeed.json} +339 -445
- package/deployments/tron-sandbox-local/PriceFeedProxyAdmin.json +283 -0
- package/deployments/tron-sandbox-local/PriceFeed_Implementation.json +912 -0
- package/deployments/{polygon-sandbox-local/Relayer_Proxy.json → tron-sandbox-local/PriceFeed_Proxy.json} +33 -64
- package/deployments/tron-sandbox-local/ReceiveUln301.json +1264 -0
- package/deployments/tron-sandbox-local/ReceiveUln302.json +954 -0
- package/deployments/tron-sandbox-local/SendUln301.json +1569 -0
- package/deployments/tron-sandbox-local/SendUln302.json +1527 -0
- package/deployments/tron-sandbox-local/SimpleMessageLib.json +708 -0
- package/deployments/tron-sandbox-local/Treasury.json +412 -0
- package/deployments/tron-sandbox-local/TreasuryFeeHandler.json +125 -0
- package/package.json +9 -20
- package/deployments/ethereum-sandbox-local/BlockedMessageLib.json +0 -90
- package/deployments/ethereum-sandbox-local/Endpoint.json +0 -2355
- package/deployments/ethereum-sandbox-local/MultiSigOracle.json +0 -1448
- package/deployments/ethereum-sandbox-local/NonceContract.json +0 -158
- package/deployments/ethereum-sandbox-local/OmniCounter.json +0 -1133
- package/deployments/ethereum-sandbox-local/OmniCounterPreCrime.json +0 -493
- package/deployments/ethereum-sandbox-local/OmniCounterPreCrimeView.json +0 -672
- package/deployments/ethereum-sandbox-local/OmniCounterViewer.json +0 -214
- package/deployments/ethereum-sandbox-local/OmniCounterWithPreCrime.json +0 -1646
- package/deployments/ethereum-sandbox-local/OracleFeeLib.json +0 -166
- package/deployments/ethereum-sandbox-local/OracleProxyAdmin.json +0 -272
- package/deployments/ethereum-sandbox-local/Oracle_Implementation.json +0 -1326
- package/deployments/ethereum-sandbox-local/RelayerFeeLib.json +0 -130
- package/deployments/ethereum-sandbox-local/RelayerProxyAdmin.json +0 -272
- package/deployments/ethereum-sandbox-local/Relayer_Implementation.json +0 -1014
- package/deployments/ethereum-sandbox-local/UlnConfig301.json +0 -1003
- package/deployments/ethereum-sandbox-local/UlnConfig302.json +0 -1003
- package/deployments/ethereum-sandbox-local/UltraLightNodeE302.json +0 -1696
- package/deployments/polygon-sandbox-local/BlockedMessageLib.json +0 -90
- package/deployments/polygon-sandbox-local/Endpoint.json +0 -2355
- package/deployments/polygon-sandbox-local/MultiSigOracle.json +0 -1448
- package/deployments/polygon-sandbox-local/NonceContract.json +0 -158
- package/deployments/polygon-sandbox-local/OmniCounter.json +0 -1133
- package/deployments/polygon-sandbox-local/OmniCounterPreCrime.json +0 -493
- package/deployments/polygon-sandbox-local/OmniCounterPreCrimeView.json +0 -672
- package/deployments/polygon-sandbox-local/OmniCounterViewer.json +0 -214
- package/deployments/polygon-sandbox-local/OmniCounterWithPreCrime.json +0 -1646
- package/deployments/polygon-sandbox-local/OracleFeeLib.json +0 -166
- package/deployments/polygon-sandbox-local/OracleProxyAdmin.json +0 -272
- package/deployments/polygon-sandbox-local/Oracle_Implementation.json +0 -1326
- package/deployments/polygon-sandbox-local/RelayerFeeLib.json +0 -130
- package/deployments/polygon-sandbox-local/RelayerProxyAdmin.json +0 -272
- package/deployments/polygon-sandbox-local/Relayer_Implementation.json +0 -1014
- package/deployments/polygon-sandbox-local/UlnConfig301.json +0 -1003
- package/deployments/polygon-sandbox-local/UlnConfig302.json +0 -1003
- package/deployments/polygon-sandbox-local/UltraLightNodeE302.json +0 -1696
|
@@ -1,1014 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"address": "0x6e989C01a3e3A94C973A62280a72EC335598490e",
|
|
3
|
-
"abi": [
|
|
4
|
-
{
|
|
5
|
-
"anonymous": false,
|
|
6
|
-
"inputs": [
|
|
7
|
-
{
|
|
8
|
-
"indexed": false,
|
|
9
|
-
"internalType": "uint8",
|
|
10
|
-
"name": "version",
|
|
11
|
-
"type": "uint8"
|
|
12
|
-
}
|
|
13
|
-
],
|
|
14
|
-
"name": "Initialized",
|
|
15
|
-
"type": "event"
|
|
16
|
-
},
|
|
17
|
-
{
|
|
18
|
-
"anonymous": false,
|
|
19
|
-
"inputs": [
|
|
20
|
-
{
|
|
21
|
-
"indexed": true,
|
|
22
|
-
"internalType": "bytes32",
|
|
23
|
-
"name": "role",
|
|
24
|
-
"type": "bytes32"
|
|
25
|
-
},
|
|
26
|
-
{
|
|
27
|
-
"indexed": true,
|
|
28
|
-
"internalType": "bytes32",
|
|
29
|
-
"name": "previousAdminRole",
|
|
30
|
-
"type": "bytes32"
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
"indexed": true,
|
|
34
|
-
"internalType": "bytes32",
|
|
35
|
-
"name": "newAdminRole",
|
|
36
|
-
"type": "bytes32"
|
|
37
|
-
}
|
|
38
|
-
],
|
|
39
|
-
"name": "RoleAdminChanged",
|
|
40
|
-
"type": "event"
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
"anonymous": false,
|
|
44
|
-
"inputs": [
|
|
45
|
-
{
|
|
46
|
-
"indexed": true,
|
|
47
|
-
"internalType": "bytes32",
|
|
48
|
-
"name": "role",
|
|
49
|
-
"type": "bytes32"
|
|
50
|
-
},
|
|
51
|
-
{
|
|
52
|
-
"indexed": true,
|
|
53
|
-
"internalType": "address",
|
|
54
|
-
"name": "account",
|
|
55
|
-
"type": "address"
|
|
56
|
-
},
|
|
57
|
-
{
|
|
58
|
-
"indexed": true,
|
|
59
|
-
"internalType": "address",
|
|
60
|
-
"name": "sender",
|
|
61
|
-
"type": "address"
|
|
62
|
-
}
|
|
63
|
-
],
|
|
64
|
-
"name": "RoleGranted",
|
|
65
|
-
"type": "event"
|
|
66
|
-
},
|
|
67
|
-
{
|
|
68
|
-
"anonymous": false,
|
|
69
|
-
"inputs": [
|
|
70
|
-
{
|
|
71
|
-
"indexed": true,
|
|
72
|
-
"internalType": "bytes32",
|
|
73
|
-
"name": "role",
|
|
74
|
-
"type": "bytes32"
|
|
75
|
-
},
|
|
76
|
-
{
|
|
77
|
-
"indexed": true,
|
|
78
|
-
"internalType": "address",
|
|
79
|
-
"name": "account",
|
|
80
|
-
"type": "address"
|
|
81
|
-
},
|
|
82
|
-
{
|
|
83
|
-
"indexed": true,
|
|
84
|
-
"internalType": "address",
|
|
85
|
-
"name": "sender",
|
|
86
|
-
"type": "address"
|
|
87
|
-
}
|
|
88
|
-
],
|
|
89
|
-
"name": "RoleRevoked",
|
|
90
|
-
"type": "event"
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
"anonymous": false,
|
|
94
|
-
"inputs": [
|
|
95
|
-
{
|
|
96
|
-
"indexed": false,
|
|
97
|
-
"internalType": "uint16",
|
|
98
|
-
"name": "multiplierBps",
|
|
99
|
-
"type": "uint16"
|
|
100
|
-
}
|
|
101
|
-
],
|
|
102
|
-
"name": "SetDefaultMultiplierBps",
|
|
103
|
-
"type": "event"
|
|
104
|
-
},
|
|
105
|
-
{
|
|
106
|
-
"anonymous": false,
|
|
107
|
-
"inputs": [
|
|
108
|
-
{
|
|
109
|
-
"components": [
|
|
110
|
-
{
|
|
111
|
-
"internalType": "uint32",
|
|
112
|
-
"name": "dstEid",
|
|
113
|
-
"type": "uint32"
|
|
114
|
-
},
|
|
115
|
-
{
|
|
116
|
-
"internalType": "uint64",
|
|
117
|
-
"name": "baseGas",
|
|
118
|
-
"type": "uint64"
|
|
119
|
-
},
|
|
120
|
-
{
|
|
121
|
-
"internalType": "uint16",
|
|
122
|
-
"name": "multiplierBps",
|
|
123
|
-
"type": "uint16"
|
|
124
|
-
},
|
|
125
|
-
{
|
|
126
|
-
"internalType": "uint128",
|
|
127
|
-
"name": "floorMarginUSD",
|
|
128
|
-
"type": "uint128"
|
|
129
|
-
},
|
|
130
|
-
{
|
|
131
|
-
"internalType": "uint128",
|
|
132
|
-
"name": "airdropCap",
|
|
133
|
-
"type": "uint128"
|
|
134
|
-
}
|
|
135
|
-
],
|
|
136
|
-
"indexed": false,
|
|
137
|
-
"internalType": "struct IRelayer.DstConfigParam[]",
|
|
138
|
-
"name": "params",
|
|
139
|
-
"type": "tuple[]"
|
|
140
|
-
}
|
|
141
|
-
],
|
|
142
|
-
"name": "SetDstConfig",
|
|
143
|
-
"type": "event"
|
|
144
|
-
},
|
|
145
|
-
{
|
|
146
|
-
"anonymous": false,
|
|
147
|
-
"inputs": [
|
|
148
|
-
{
|
|
149
|
-
"indexed": false,
|
|
150
|
-
"internalType": "address",
|
|
151
|
-
"name": "priceFeed",
|
|
152
|
-
"type": "address"
|
|
153
|
-
}
|
|
154
|
-
],
|
|
155
|
-
"name": "SetPriceFeed",
|
|
156
|
-
"type": "event"
|
|
157
|
-
},
|
|
158
|
-
{
|
|
159
|
-
"anonymous": false,
|
|
160
|
-
"inputs": [
|
|
161
|
-
{
|
|
162
|
-
"indexed": false,
|
|
163
|
-
"internalType": "address",
|
|
164
|
-
"name": "workerLib",
|
|
165
|
-
"type": "address"
|
|
166
|
-
}
|
|
167
|
-
],
|
|
168
|
-
"name": "SetWorkerLib",
|
|
169
|
-
"type": "event"
|
|
170
|
-
},
|
|
171
|
-
{
|
|
172
|
-
"anonymous": false,
|
|
173
|
-
"inputs": [
|
|
174
|
-
{
|
|
175
|
-
"indexed": false,
|
|
176
|
-
"internalType": "address",
|
|
177
|
-
"name": "lib",
|
|
178
|
-
"type": "address"
|
|
179
|
-
},
|
|
180
|
-
{
|
|
181
|
-
"indexed": false,
|
|
182
|
-
"internalType": "address",
|
|
183
|
-
"name": "to",
|
|
184
|
-
"type": "address"
|
|
185
|
-
},
|
|
186
|
-
{
|
|
187
|
-
"indexed": false,
|
|
188
|
-
"internalType": "uint256",
|
|
189
|
-
"name": "amount",
|
|
190
|
-
"type": "uint256"
|
|
191
|
-
}
|
|
192
|
-
],
|
|
193
|
-
"name": "Withdraw",
|
|
194
|
-
"type": "event"
|
|
195
|
-
},
|
|
196
|
-
{
|
|
197
|
-
"inputs": [],
|
|
198
|
-
"name": "ADMIN_ROLE",
|
|
199
|
-
"outputs": [
|
|
200
|
-
{
|
|
201
|
-
"internalType": "bytes32",
|
|
202
|
-
"name": "",
|
|
203
|
-
"type": "bytes32"
|
|
204
|
-
}
|
|
205
|
-
],
|
|
206
|
-
"stateMutability": "view",
|
|
207
|
-
"type": "function"
|
|
208
|
-
},
|
|
209
|
-
{
|
|
210
|
-
"inputs": [],
|
|
211
|
-
"name": "ALLOWLIST",
|
|
212
|
-
"outputs": [
|
|
213
|
-
{
|
|
214
|
-
"internalType": "bytes32",
|
|
215
|
-
"name": "",
|
|
216
|
-
"type": "bytes32"
|
|
217
|
-
}
|
|
218
|
-
],
|
|
219
|
-
"stateMutability": "view",
|
|
220
|
-
"type": "function"
|
|
221
|
-
},
|
|
222
|
-
{
|
|
223
|
-
"inputs": [],
|
|
224
|
-
"name": "DEFAULT_ADMIN_ROLE",
|
|
225
|
-
"outputs": [
|
|
226
|
-
{
|
|
227
|
-
"internalType": "bytes32",
|
|
228
|
-
"name": "",
|
|
229
|
-
"type": "bytes32"
|
|
230
|
-
}
|
|
231
|
-
],
|
|
232
|
-
"stateMutability": "view",
|
|
233
|
-
"type": "function"
|
|
234
|
-
},
|
|
235
|
-
{
|
|
236
|
-
"inputs": [],
|
|
237
|
-
"name": "DENYLIST",
|
|
238
|
-
"outputs": [
|
|
239
|
-
{
|
|
240
|
-
"internalType": "bytes32",
|
|
241
|
-
"name": "",
|
|
242
|
-
"type": "bytes32"
|
|
243
|
-
}
|
|
244
|
-
],
|
|
245
|
-
"stateMutability": "view",
|
|
246
|
-
"type": "function"
|
|
247
|
-
},
|
|
248
|
-
{
|
|
249
|
-
"inputs": [],
|
|
250
|
-
"name": "MESSAGE_LIB_ROLE",
|
|
251
|
-
"outputs": [
|
|
252
|
-
{
|
|
253
|
-
"internalType": "bytes32",
|
|
254
|
-
"name": "",
|
|
255
|
-
"type": "bytes32"
|
|
256
|
-
}
|
|
257
|
-
],
|
|
258
|
-
"stateMutability": "view",
|
|
259
|
-
"type": "function"
|
|
260
|
-
},
|
|
261
|
-
{
|
|
262
|
-
"inputs": [],
|
|
263
|
-
"name": "allowlistSize",
|
|
264
|
-
"outputs": [
|
|
265
|
-
{
|
|
266
|
-
"internalType": "uint64",
|
|
267
|
-
"name": "",
|
|
268
|
-
"type": "uint64"
|
|
269
|
-
}
|
|
270
|
-
],
|
|
271
|
-
"stateMutability": "view",
|
|
272
|
-
"type": "function"
|
|
273
|
-
},
|
|
274
|
-
{
|
|
275
|
-
"inputs": [
|
|
276
|
-
{
|
|
277
|
-
"internalType": "uint32",
|
|
278
|
-
"name": "_dstEid",
|
|
279
|
-
"type": "uint32"
|
|
280
|
-
},
|
|
281
|
-
{
|
|
282
|
-
"internalType": "address",
|
|
283
|
-
"name": "_sender",
|
|
284
|
-
"type": "address"
|
|
285
|
-
},
|
|
286
|
-
{
|
|
287
|
-
"internalType": "uint256",
|
|
288
|
-
"name": "_calldataSize",
|
|
289
|
-
"type": "uint256"
|
|
290
|
-
},
|
|
291
|
-
{
|
|
292
|
-
"internalType": "bytes",
|
|
293
|
-
"name": "_options",
|
|
294
|
-
"type": "bytes"
|
|
295
|
-
}
|
|
296
|
-
],
|
|
297
|
-
"name": "assignJob",
|
|
298
|
-
"outputs": [
|
|
299
|
-
{
|
|
300
|
-
"internalType": "uint256",
|
|
301
|
-
"name": "fee",
|
|
302
|
-
"type": "uint256"
|
|
303
|
-
}
|
|
304
|
-
],
|
|
305
|
-
"stateMutability": "payable",
|
|
306
|
-
"type": "function"
|
|
307
|
-
},
|
|
308
|
-
{
|
|
309
|
-
"inputs": [],
|
|
310
|
-
"name": "defaultMultiplierBps",
|
|
311
|
-
"outputs": [
|
|
312
|
-
{
|
|
313
|
-
"internalType": "uint16",
|
|
314
|
-
"name": "",
|
|
315
|
-
"type": "uint16"
|
|
316
|
-
}
|
|
317
|
-
],
|
|
318
|
-
"stateMutability": "view",
|
|
319
|
-
"type": "function"
|
|
320
|
-
},
|
|
321
|
-
{
|
|
322
|
-
"inputs": [
|
|
323
|
-
{
|
|
324
|
-
"internalType": "uint32",
|
|
325
|
-
"name": "",
|
|
326
|
-
"type": "uint32"
|
|
327
|
-
}
|
|
328
|
-
],
|
|
329
|
-
"name": "dstConfig",
|
|
330
|
-
"outputs": [
|
|
331
|
-
{
|
|
332
|
-
"internalType": "uint64",
|
|
333
|
-
"name": "baseGas",
|
|
334
|
-
"type": "uint64"
|
|
335
|
-
},
|
|
336
|
-
{
|
|
337
|
-
"internalType": "uint16",
|
|
338
|
-
"name": "multiplierBps",
|
|
339
|
-
"type": "uint16"
|
|
340
|
-
},
|
|
341
|
-
{
|
|
342
|
-
"internalType": "uint128",
|
|
343
|
-
"name": "floorMarginUSD",
|
|
344
|
-
"type": "uint128"
|
|
345
|
-
},
|
|
346
|
-
{
|
|
347
|
-
"internalType": "uint128",
|
|
348
|
-
"name": "airdropCap",
|
|
349
|
-
"type": "uint128"
|
|
350
|
-
}
|
|
351
|
-
],
|
|
352
|
-
"stateMutability": "view",
|
|
353
|
-
"type": "function"
|
|
354
|
-
},
|
|
355
|
-
{
|
|
356
|
-
"inputs": [
|
|
357
|
-
{
|
|
358
|
-
"internalType": "uint32",
|
|
359
|
-
"name": "_dstEid",
|
|
360
|
-
"type": "uint32"
|
|
361
|
-
},
|
|
362
|
-
{
|
|
363
|
-
"internalType": "address",
|
|
364
|
-
"name": "_sender",
|
|
365
|
-
"type": "address"
|
|
366
|
-
},
|
|
367
|
-
{
|
|
368
|
-
"internalType": "uint256",
|
|
369
|
-
"name": "_calldataSize",
|
|
370
|
-
"type": "uint256"
|
|
371
|
-
},
|
|
372
|
-
{
|
|
373
|
-
"internalType": "bytes",
|
|
374
|
-
"name": "_options",
|
|
375
|
-
"type": "bytes"
|
|
376
|
-
}
|
|
377
|
-
],
|
|
378
|
-
"name": "getFee",
|
|
379
|
-
"outputs": [
|
|
380
|
-
{
|
|
381
|
-
"internalType": "uint256",
|
|
382
|
-
"name": "fee",
|
|
383
|
-
"type": "uint256"
|
|
384
|
-
}
|
|
385
|
-
],
|
|
386
|
-
"stateMutability": "view",
|
|
387
|
-
"type": "function"
|
|
388
|
-
},
|
|
389
|
-
{
|
|
390
|
-
"inputs": [
|
|
391
|
-
{
|
|
392
|
-
"internalType": "uint32",
|
|
393
|
-
"name": "_dstEid",
|
|
394
|
-
"type": "uint32"
|
|
395
|
-
}
|
|
396
|
-
],
|
|
397
|
-
"name": "getPrice",
|
|
398
|
-
"outputs": [
|
|
399
|
-
{
|
|
400
|
-
"internalType": "uint128",
|
|
401
|
-
"name": "",
|
|
402
|
-
"type": "uint128"
|
|
403
|
-
},
|
|
404
|
-
{
|
|
405
|
-
"internalType": "uint64",
|
|
406
|
-
"name": "",
|
|
407
|
-
"type": "uint64"
|
|
408
|
-
}
|
|
409
|
-
],
|
|
410
|
-
"stateMutability": "view",
|
|
411
|
-
"type": "function"
|
|
412
|
-
},
|
|
413
|
-
{
|
|
414
|
-
"inputs": [
|
|
415
|
-
{
|
|
416
|
-
"internalType": "bytes32",
|
|
417
|
-
"name": "role",
|
|
418
|
-
"type": "bytes32"
|
|
419
|
-
}
|
|
420
|
-
],
|
|
421
|
-
"name": "getRoleAdmin",
|
|
422
|
-
"outputs": [
|
|
423
|
-
{
|
|
424
|
-
"internalType": "bytes32",
|
|
425
|
-
"name": "",
|
|
426
|
-
"type": "bytes32"
|
|
427
|
-
}
|
|
428
|
-
],
|
|
429
|
-
"stateMutability": "view",
|
|
430
|
-
"type": "function"
|
|
431
|
-
},
|
|
432
|
-
{
|
|
433
|
-
"inputs": [
|
|
434
|
-
{
|
|
435
|
-
"internalType": "bytes32",
|
|
436
|
-
"name": "role",
|
|
437
|
-
"type": "bytes32"
|
|
438
|
-
},
|
|
439
|
-
{
|
|
440
|
-
"internalType": "address",
|
|
441
|
-
"name": "account",
|
|
442
|
-
"type": "address"
|
|
443
|
-
}
|
|
444
|
-
],
|
|
445
|
-
"name": "grantRole",
|
|
446
|
-
"outputs": [],
|
|
447
|
-
"stateMutability": "nonpayable",
|
|
448
|
-
"type": "function"
|
|
449
|
-
},
|
|
450
|
-
{
|
|
451
|
-
"inputs": [
|
|
452
|
-
{
|
|
453
|
-
"internalType": "bytes32",
|
|
454
|
-
"name": "role",
|
|
455
|
-
"type": "bytes32"
|
|
456
|
-
},
|
|
457
|
-
{
|
|
458
|
-
"internalType": "address",
|
|
459
|
-
"name": "account",
|
|
460
|
-
"type": "address"
|
|
461
|
-
}
|
|
462
|
-
],
|
|
463
|
-
"name": "hasRole",
|
|
464
|
-
"outputs": [
|
|
465
|
-
{
|
|
466
|
-
"internalType": "bool",
|
|
467
|
-
"name": "",
|
|
468
|
-
"type": "bool"
|
|
469
|
-
}
|
|
470
|
-
],
|
|
471
|
-
"stateMutability": "view",
|
|
472
|
-
"type": "function"
|
|
473
|
-
},
|
|
474
|
-
{
|
|
475
|
-
"inputs": [
|
|
476
|
-
{
|
|
477
|
-
"internalType": "address[]",
|
|
478
|
-
"name": "_messageLibs",
|
|
479
|
-
"type": "address[]"
|
|
480
|
-
},
|
|
481
|
-
{
|
|
482
|
-
"internalType": "address",
|
|
483
|
-
"name": "_priceFeed",
|
|
484
|
-
"type": "address"
|
|
485
|
-
},
|
|
486
|
-
{
|
|
487
|
-
"internalType": "address",
|
|
488
|
-
"name": "_roleAdmin",
|
|
489
|
-
"type": "address"
|
|
490
|
-
},
|
|
491
|
-
{
|
|
492
|
-
"internalType": "address[]",
|
|
493
|
-
"name": "_admins",
|
|
494
|
-
"type": "address[]"
|
|
495
|
-
}
|
|
496
|
-
],
|
|
497
|
-
"name": "initialize",
|
|
498
|
-
"outputs": [],
|
|
499
|
-
"stateMutability": "nonpayable",
|
|
500
|
-
"type": "function"
|
|
501
|
-
},
|
|
502
|
-
{
|
|
503
|
-
"inputs": [],
|
|
504
|
-
"name": "paused",
|
|
505
|
-
"outputs": [
|
|
506
|
-
{
|
|
507
|
-
"internalType": "bool",
|
|
508
|
-
"name": "",
|
|
509
|
-
"type": "bool"
|
|
510
|
-
}
|
|
511
|
-
],
|
|
512
|
-
"stateMutability": "view",
|
|
513
|
-
"type": "function"
|
|
514
|
-
},
|
|
515
|
-
{
|
|
516
|
-
"inputs": [],
|
|
517
|
-
"name": "priceFeed",
|
|
518
|
-
"outputs": [
|
|
519
|
-
{
|
|
520
|
-
"internalType": "contract ILayerZeroPriceFeed",
|
|
521
|
-
"name": "",
|
|
522
|
-
"type": "address"
|
|
523
|
-
}
|
|
524
|
-
],
|
|
525
|
-
"stateMutability": "view",
|
|
526
|
-
"type": "function"
|
|
527
|
-
},
|
|
528
|
-
{
|
|
529
|
-
"inputs": [
|
|
530
|
-
{
|
|
531
|
-
"internalType": "bytes32",
|
|
532
|
-
"name": "",
|
|
533
|
-
"type": "bytes32"
|
|
534
|
-
},
|
|
535
|
-
{
|
|
536
|
-
"internalType": "address",
|
|
537
|
-
"name": "",
|
|
538
|
-
"type": "address"
|
|
539
|
-
}
|
|
540
|
-
],
|
|
541
|
-
"name": "renounceRole",
|
|
542
|
-
"outputs": [],
|
|
543
|
-
"stateMutability": "nonpayable",
|
|
544
|
-
"type": "function"
|
|
545
|
-
},
|
|
546
|
-
{
|
|
547
|
-
"inputs": [
|
|
548
|
-
{
|
|
549
|
-
"internalType": "bytes32",
|
|
550
|
-
"name": "role",
|
|
551
|
-
"type": "bytes32"
|
|
552
|
-
},
|
|
553
|
-
{
|
|
554
|
-
"internalType": "address",
|
|
555
|
-
"name": "account",
|
|
556
|
-
"type": "address"
|
|
557
|
-
}
|
|
558
|
-
],
|
|
559
|
-
"name": "revokeRole",
|
|
560
|
-
"outputs": [],
|
|
561
|
-
"stateMutability": "nonpayable",
|
|
562
|
-
"type": "function"
|
|
563
|
-
},
|
|
564
|
-
{
|
|
565
|
-
"inputs": [
|
|
566
|
-
{
|
|
567
|
-
"internalType": "uint16",
|
|
568
|
-
"name": "_multiplierBps",
|
|
569
|
-
"type": "uint16"
|
|
570
|
-
}
|
|
571
|
-
],
|
|
572
|
-
"name": "setDefaultMultiplierBps",
|
|
573
|
-
"outputs": [],
|
|
574
|
-
"stateMutability": "nonpayable",
|
|
575
|
-
"type": "function"
|
|
576
|
-
},
|
|
577
|
-
{
|
|
578
|
-
"inputs": [
|
|
579
|
-
{
|
|
580
|
-
"components": [
|
|
581
|
-
{
|
|
582
|
-
"internalType": "uint32",
|
|
583
|
-
"name": "dstEid",
|
|
584
|
-
"type": "uint32"
|
|
585
|
-
},
|
|
586
|
-
{
|
|
587
|
-
"internalType": "uint64",
|
|
588
|
-
"name": "baseGas",
|
|
589
|
-
"type": "uint64"
|
|
590
|
-
},
|
|
591
|
-
{
|
|
592
|
-
"internalType": "uint16",
|
|
593
|
-
"name": "multiplierBps",
|
|
594
|
-
"type": "uint16"
|
|
595
|
-
},
|
|
596
|
-
{
|
|
597
|
-
"internalType": "uint128",
|
|
598
|
-
"name": "floorMarginUSD",
|
|
599
|
-
"type": "uint128"
|
|
600
|
-
},
|
|
601
|
-
{
|
|
602
|
-
"internalType": "uint128",
|
|
603
|
-
"name": "airdropCap",
|
|
604
|
-
"type": "uint128"
|
|
605
|
-
}
|
|
606
|
-
],
|
|
607
|
-
"internalType": "struct IRelayer.DstConfigParam[]",
|
|
608
|
-
"name": "_params",
|
|
609
|
-
"type": "tuple[]"
|
|
610
|
-
}
|
|
611
|
-
],
|
|
612
|
-
"name": "setDstConfig",
|
|
613
|
-
"outputs": [],
|
|
614
|
-
"stateMutability": "nonpayable",
|
|
615
|
-
"type": "function"
|
|
616
|
-
},
|
|
617
|
-
{
|
|
618
|
-
"inputs": [
|
|
619
|
-
{
|
|
620
|
-
"internalType": "bool",
|
|
621
|
-
"name": "_paused",
|
|
622
|
-
"type": "bool"
|
|
623
|
-
}
|
|
624
|
-
],
|
|
625
|
-
"name": "setPaused",
|
|
626
|
-
"outputs": [],
|
|
627
|
-
"stateMutability": "nonpayable",
|
|
628
|
-
"type": "function"
|
|
629
|
-
},
|
|
630
|
-
{
|
|
631
|
-
"inputs": [
|
|
632
|
-
{
|
|
633
|
-
"internalType": "address",
|
|
634
|
-
"name": "_priceFeed",
|
|
635
|
-
"type": "address"
|
|
636
|
-
}
|
|
637
|
-
],
|
|
638
|
-
"name": "setPriceFeed",
|
|
639
|
-
"outputs": [],
|
|
640
|
-
"stateMutability": "nonpayable",
|
|
641
|
-
"type": "function"
|
|
642
|
-
},
|
|
643
|
-
{
|
|
644
|
-
"inputs": [
|
|
645
|
-
{
|
|
646
|
-
"internalType": "address",
|
|
647
|
-
"name": "_workerLib",
|
|
648
|
-
"type": "address"
|
|
649
|
-
}
|
|
650
|
-
],
|
|
651
|
-
"name": "setWorkerLib",
|
|
652
|
-
"outputs": [],
|
|
653
|
-
"stateMutability": "nonpayable",
|
|
654
|
-
"type": "function"
|
|
655
|
-
},
|
|
656
|
-
{
|
|
657
|
-
"inputs": [
|
|
658
|
-
{
|
|
659
|
-
"internalType": "bytes4",
|
|
660
|
-
"name": "interfaceId",
|
|
661
|
-
"type": "bytes4"
|
|
662
|
-
}
|
|
663
|
-
],
|
|
664
|
-
"name": "supportsInterface",
|
|
665
|
-
"outputs": [
|
|
666
|
-
{
|
|
667
|
-
"internalType": "bool",
|
|
668
|
-
"name": "",
|
|
669
|
-
"type": "bool"
|
|
670
|
-
}
|
|
671
|
-
],
|
|
672
|
-
"stateMutability": "view",
|
|
673
|
-
"type": "function"
|
|
674
|
-
},
|
|
675
|
-
{
|
|
676
|
-
"inputs": [
|
|
677
|
-
{
|
|
678
|
-
"internalType": "address",
|
|
679
|
-
"name": "_lib",
|
|
680
|
-
"type": "address"
|
|
681
|
-
},
|
|
682
|
-
{
|
|
683
|
-
"internalType": "address payable",
|
|
684
|
-
"name": "_to",
|
|
685
|
-
"type": "address"
|
|
686
|
-
},
|
|
687
|
-
{
|
|
688
|
-
"internalType": "uint256",
|
|
689
|
-
"name": "_amount",
|
|
690
|
-
"type": "uint256"
|
|
691
|
-
}
|
|
692
|
-
],
|
|
693
|
-
"name": "withdrawFee",
|
|
694
|
-
"outputs": [],
|
|
695
|
-
"stateMutability": "nonpayable",
|
|
696
|
-
"type": "function"
|
|
697
|
-
},
|
|
698
|
-
{
|
|
699
|
-
"inputs": [],
|
|
700
|
-
"name": "workerLib",
|
|
701
|
-
"outputs": [
|
|
702
|
-
{
|
|
703
|
-
"internalType": "address",
|
|
704
|
-
"name": "",
|
|
705
|
-
"type": "address"
|
|
706
|
-
}
|
|
707
|
-
],
|
|
708
|
-
"stateMutability": "view",
|
|
709
|
-
"type": "function"
|
|
710
|
-
}
|
|
711
|
-
],
|
|
712
|
-
"transactionHash": "0x9983d484e5d136652acc27d958b264d043354393394b6ec320cd0c5dbde51d8c",
|
|
713
|
-
"receipt": {
|
|
714
|
-
"to": null,
|
|
715
|
-
"from": "0x3C44CdDdB6a900fa2b585dd299e03d12FA4293BC",
|
|
716
|
-
"contractAddress": "0x6e989C01a3e3A94C973A62280a72EC335598490e",
|
|
717
|
-
"transactionIndex": 0,
|
|
718
|
-
"gasUsed": "2003012",
|
|
719
|
-
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
720
|
-
"blockHash": "0x8dd0181da24951b01e1083450725b1b04a1d339681b5620ac5cb6a1b2901b70d",
|
|
721
|
-
"transactionHash": "0x9983d484e5d136652acc27d958b264d043354393394b6ec320cd0c5dbde51d8c",
|
|
722
|
-
"logs": [],
|
|
723
|
-
"blockNumber": 107,
|
|
724
|
-
"cumulativeGasUsed": "2003012",
|
|
725
|
-
"status": 1,
|
|
726
|
-
"byzantium": true
|
|
727
|
-
},
|
|
728
|
-
"args": [],
|
|
729
|
-
"numDeployments": 1,
|
|
730
|
-
"solcInputHash": "f4e8736b759ec283a614e6b3dfdfade8",
|
|
731
|
-
"bytecode": "0x608060405234801561001057600080fd5b50612364806100206000396000f3fe6080604052600436106101ab5760003560e01c8063724e78da116100ec578063a217fddf1161008a578063c358de0a11610064578063c358de0a146105ec578063d2ae21041461060c578063d547741f1461064d578063da26663a1461066d57600080fd5b8063a217fddf14610583578063a98586e114610598578063acdbcca5146105cc57600080fd5b8063770f015f116100c6578063770f015f1461044257806391d14854146104625780639e944965146104a85780639f32e2a31461056357600080fd5b8063724e78da146103b6578063741bef1a146103d657806375b238fc1461040e57600080fd5b8063248a9ca31161015957806336568abe1161013357806336568abe146103425780635c975abb14610362578063709eb66414610383578063717e8a42146103a357600080fd5b8063248a9ca3146102d257806325b16ebe146103025780632f2ff15d1461032257600080fd5b80631095b6d71161018a5780631095b6d71461025c57806316c38b3c1461027e5780631f3a6f041461029e57600080fd5b8062bf2e80146101b057806301ffc9a7146101ea578063036c0a2c1461021a575b600080fd5b3480156101bc57600080fd5b506097546101d290600160e01b900461ffff1681565b60405161ffff90911681526020015b60405180910390f35b3480156101f657600080fd5b5061020a610205366004611a83565b6106be565b60405190151581526020016101e1565b34801561022657600080fd5b5061024e7f4270fae16c6d150d00e80b689daca99e8073b1838ff2b6063a37be9d851283e481565b6040519081526020016101e1565b34801561026857600080fd5b5061027c610277366004611ada565b610757565b005b34801561028a57600080fd5b5061027c610299366004611b29565b6108da565b3480156102aa57600080fd5b5061024e7f74845de37cfabd357633214b47fa91ccd19b05b7c5a08ac22c187f811fb62bca81565b3480156102de57600080fd5b5061024e6102ed366004611b46565b60009081526065602052604090206001015490565b34801561030e57600080fd5b5061027c61031d366004611c67565b61091f565b34801561032e57600080fd5b5061027c61033d366004611cf4565b610ac9565b34801561034e57600080fd5b5061027c61035d366004611cf4565b610af3565b34801561036e57600080fd5b5060985461020a90600160a01b900460ff1681565b34801561038f57600080fd5b5061024e61039e366004611d36565b610b3b565b61024e6103b1366004611d36565b610d90565b3480156103c257600080fd5b5061027c6103d1366004611dd5565b610dd4565b3480156103e257600080fd5b506098546103f6906001600160a01b031681565b6040516001600160a01b0390911681526020016101e1565b34801561041a57600080fd5b5061024e7fa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c2177581565b34801561044e57600080fd5b506097546103f6906001600160a01b031681565b34801561046e57600080fd5b5061020a61047d366004611cf4565b60009182526065602090815260408084206001600160a01b0393909316845291905290205460ff1690565b3480156104b457600080fd5b5061051d6104c3366004611df2565b60ca602052600090815260409020805460019091015467ffffffffffffffff82169161ffff68010000000000000000820416916fffffffffffffffffffffffffffffffff6a01000000000000000000009092048216911684565b6040805167ffffffffffffffff909516855261ffff90931660208501526fffffffffffffffffffffffffffffffff918216928401929092521660608201526080016101e1565b34801561056f57600080fd5b5061027c61057e366004611dd5565b610e61565b34801561058f57600080fd5b5061024e600081565b3480156105a457600080fd5b5061024e7f724aface199fe5bed93ae8508474576a9adf3dc443b2c451842a2242919f19de81565b3480156105d857600080fd5b5061027c6105e7366004611e5a565b610eef565b3480156105f857600080fd5b5061027c610607366004611f57565b6110a9565b34801561061857600080fd5b5060975461063490600160a01b900467ffffffffffffffff1681565b60405167ffffffffffffffff90911681526020016101e1565b34801561065957600080fd5b5061027c610668366004611cf4565b61113d565b34801561067957600080fd5b5061068d610688366004611df2565b611162565b604080516fffffffffffffffffffffffffffffffff909316835267ffffffffffffffff9091166020830152016101e1565b60007fffffffff0000000000000000000000000000000000000000000000000000000082167f7965db0b00000000000000000000000000000000000000000000000000000000148061075157507f01ffc9a7000000000000000000000000000000000000000000000000000000007fffffffff000000000000000000000000000000000000000000000000000000008316145b92915050565b7fa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c2177561078181611205565b6001600160a01b03841660009081527fe3a3b2721d010eec8988605a93cd7c15d969808c0e2b42f6155dc2b4fa13c081602052604090205460ff1661080d5760405162461bcd60e51b815260206004820152601b60248201527f576f726b65723a20496e76616c6964206d657373616765206c6962000000000060448201526064015b60405180910390fd5b6040517ffd9be5220000000000000000000000000000000000000000000000000000000081526001600160a01b0384811660048301526024820184905285169063fd9be52290604401600060405180830381600087803b15801561087057600080fd5b505af1158015610884573d6000803e3d6000fd5b5050604080516001600160a01b038089168252871660208201529081018590527f9b1bfa7fa9ee420a16e124f794c35ac9f90472acc99140eb2f6447c714cad8eb9250606001905060405180910390a150505050565b60006108e581611205565b5060988054911515600160a01b027fffffffffffffffffffffff00ffffffffffffffffffffffffffffffffffffffff909216919091179055565b60006109497fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035490565b90506001600160a01b038116610988576001600160a01b037fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035561099d565b336001600160a01b0382161461099d57600080fd5b600054610100900460ff16158080156109bd5750600054600160ff909116105b806109d75750303b1580156109d7575060005460ff166001145b610a495760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201527f647920696e697469616c697a65640000000000000000000000000000000000006064820152608401610804565b6000805460ff191660011790558015610a6c576000805461ff0019166101001790555b610a7b8686612ee08787611212565b8015610ac1576000805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b505050505050565b600082815260656020526040902060010154610ae481611205565b610aee83836112a3565b505050565b60405162461bcd60e51b815260206004820152601c60248201527f576f726b65723a2063616e6e6f742072656e6f756e636520726f6c65000000006044820152606401610804565b6001600160a01b03841660009081527f0f6a9529577ef7bf1cbc8fccda1cc3c881f755c7e92e34c7c4deac1fa3c1c7916020526040812054859060ff1615610bc55760405162461bcd60e51b815260206004820152601360248201527f576f726b65723a206e6f7420616c6c6f776564000000000000000000000000006044820152606401610804565b609754600160a01b900467ffffffffffffffff161580610c1c57506001600160a01b03811660009081527f35c5067391a9036240763c1067bfa438a7b0131204a675a2fe562dd73782ce85602052604090205460ff165b15610d3e57609854600160a01b900460ff1615610c7b5760405162461bcd60e51b815260206004820152600e60248201527f576f726b65723a207061757365640000000000000000000000000000000000006044820152606401610804565b60975460985463ffffffff8916600090815260ca60205260409081902090517f5017cfd20000000000000000000000000000000000000000000000000000000081526001600160a01b0380851694635017cfd294610cf6949216928d928d928d92600160e01b90910461ffff1691908d908d90600401611f9d565b602060405180830381865afa158015610d13573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d379190612042565b9150610d86565b60405162461bcd60e51b815260206004820152601360248201527f576f726b65723a206e6f7420616c6c6f776564000000000000000000000000006044820152606401610804565b5095945050505050565b60007f724aface199fe5bed93ae8508474576a9adf3dc443b2c451842a2242919f19de610dbc81611205565b610dc98787878787610b3b565b979650505050505050565b7fa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775610dfe81611205565b6098805473ffffffffffffffffffffffffffffffffffffffff19166001600160a01b0384169081179091556040519081527ff724a45d041687842411f2b977ef22ab8f43c8f1104f4592b42a00f9b34a643d906020015b60405180910390a15050565b7fa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775610e8b81611205565b610e9482611351565b6097805473ffffffffffffffffffffffffffffffffffffffff19166001600160a01b0384169081179091556040519081527f1399be28223800f8669b3ba5f8721d9fc16fc4e8d0bbf98378791c8c5a3015e090602001610e55565b7fa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775610f1981611205565b60005b8251811015611079576000838281518110610f3957610f3961205b565b60209081029190910181015160408051608080820183528385015167ffffffffffffffff90811683528385015161ffff9081168488019081526060808801516fffffffffffffffffffffffffffffffff908116878901908152958901518116918701918252975163ffffffff16600090815260ca90995295909720935184549751935187166a0100000000000000000000027fffffffffffff00000000000000000000000000000000ffffffffffffffffffff9490921668010000000000000000027fffffffffffffffffffffffffffffffffffffffffffff0000000000000000000090981692169190911795909517169390931783555160019092018054929091167fffffffffffffffffffffffffffffffff00000000000000000000000000000000909216919091179055508061107181612087565b915050610f1c565b507f6a8fd812e5ea6ffe24c32b247c8f038b9134be0ec81c08b0ff4169eb7f10ccec82604051610e5591906120a1565b7fa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c217756110d381611205565b609780547fffff0000ffffffffffffffffffffffffffffffffffffffffffffffffffffffff16600160e01b61ffff8516908102919091179091556040519081527f7af0ac740036ffb1c97b03697859d729e80a44ae5030543d64971c313565ab4d90602001610e55565b60008281526065602052604090206001015461115881611205565b610aee8383611464565b6098546040517fda26663a00000000000000000000000000000000000000000000000000000000815263ffffffff83166004820152600091829182916001600160a01b03169063da26663a90602401606060405180830381865afa1580156111ce573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906111f2919061213b565b8051602090910151909590945092505050565b61120f813361150d565b50565b600054610100900460ff1661128f5760405162461bcd60e51b815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201527f6e697469616c697a696e670000000000000000000000000000000000000000006064820152608401610804565b61129c8585858585611582565b5050505050565b7f74845de37cfabd357633214b47fa91ccd19b05b7c5a08ac22c187f811fb62bca821480156112f5575060008281526065602090815260408083206001600160a01b038516845290915290205460ff16155b156113435760978054600160a01b900467ffffffffffffffff1690601461131b836121ad565b91906101000a81548167ffffffffffffffff021916908367ffffffffffffffff160217905550505b61134d828261171c565b5050565b6040517f01ffc9a70000000000000000000000000000000000000000000000000000000081527f5017cfd20000000000000000000000000000000000000000000000000000000060048201526001600160a01b038216906301ffc9a790602401602060405180830381865afa1580156113ce573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906113f291906121d4565b61120f5760405162461bcd60e51b815260206004820152603160248201527f52656c617965723a20776f726b657220646f6573206e6f7420696d706c656d6560448201527f6e74204952656c617965724665654c69620000000000000000000000000000006064820152608401610804565b7f74845de37cfabd357633214b47fa91ccd19b05b7c5a08ac22c187f811fb62bca821480156114b5575060008281526065602090815260408083206001600160a01b038516845290915290205460ff165b156115035760978054600160a01b900467ffffffffffffffff169060146114db836121f1565b91906101000a81548167ffffffffffffffff021916908367ffffffffffffffff160217905550505b61134d82826117be565b60008281526065602090815260408083206001600160a01b038516845290915290205460ff1661134d5761154081611841565b61154b836020611853565b60405160200161155c929190612239565b60408051601f198184030181529082905262461bcd60e51b8252610804916004016122ba565b600054610100900460ff166115ff5760405162461bcd60e51b815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201527f6e697469616c697a696e670000000000000000000000000000000000000000006064820152608401610804565b609780547fffff0000ffffffffffffffffffffffffffffffffffffffffffffffffffffffff16600160e01b61ffff8616021790556098805473ffffffffffffffffffffffffffffffffffffffff19166001600160a01b0386161790556116666000836112a3565b60005b85518110156116c7576116b57f724aface199fe5bed93ae8508474576a9adf3dc443b2c451842a2242919f19de8783815181106116a8576116a861205b565b60200260200101516112a3565b806116bf81612087565b915050611669565b5060005b8151811015610ac15761170a7fa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c217758383815181106116a8576116a861205b565b8061171481612087565b9150506116cb565b60008281526065602090815260408083206001600160a01b038516845290915290205460ff1661134d5760008281526065602090815260408083206001600160a01b03851684529091529020805460ff1916600117905561177a3390565b6001600160a01b0316816001600160a01b0316837f2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d60405160405180910390a45050565b60008281526065602090815260408083206001600160a01b038516845290915290205460ff161561134d5760008281526065602090815260408083206001600160a01b0385168085529252808320805460ff1916905551339285917ff6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b9190a45050565b60606107516001600160a01b03831660145b606060006118628360026122ed565b61186d906002612304565b67ffffffffffffffff81111561188557611885611b5f565b6040519080825280601f01601f1916602001820160405280156118af576020820181803683370190505b5090507f3000000000000000000000000000000000000000000000000000000000000000816000815181106118e6576118e661205b565b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a9053507f7800000000000000000000000000000000000000000000000000000000000000816001815181106119495761194961205b565b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a90535060006119858460026122ed565b611990906001612304565b90505b6001811115611a2d577f303132333435363738396162636465660000000000000000000000000000000085600f16601081106119d1576119d161205b565b1a60f81b8282815181106119e7576119e761205b565b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a90535060049490941c93611a2681612317565b9050611993565b508315611a7c5760405162461bcd60e51b815260206004820181905260248201527f537472696e67733a20686578206c656e67746820696e73756666696369656e746044820152606401610804565b9392505050565b600060208284031215611a9557600080fd5b81357fffffffff0000000000000000000000000000000000000000000000000000000081168114611a7c57600080fd5b6001600160a01b038116811461120f57600080fd5b600080600060608486031215611aef57600080fd5b8335611afa81611ac5565b92506020840135611b0a81611ac5565b929592945050506040919091013590565b801515811461120f57600080fd5b600060208284031215611b3b57600080fd5b8135611a7c81611b1b565b600060208284031215611b5857600080fd5b5035919050565b634e487b7160e01b600052604160045260246000fd5b60405160a0810167ffffffffffffffff81118282101715611b9857611b98611b5f565b60405290565b604051601f8201601f1916810167ffffffffffffffff81118282101715611bc757611bc7611b5f565b604052919050565b600067ffffffffffffffff821115611be957611be9611b5f565b5060051b60200190565b600082601f830112611c0457600080fd5b81356020611c19611c1483611bcf565b611b9e565b82815260059290921b84018101918181019086841115611c3857600080fd5b8286015b84811015611c5c578035611c4f81611ac5565b8352918301918301611c3c565b509695505050505050565b60008060008060808587031215611c7d57600080fd5b843567ffffffffffffffff80821115611c9557600080fd5b611ca188838901611bf3565b955060208701359150611cb382611ac5565b909350604086013590611cc582611ac5565b90925060608601359080821115611cdb57600080fd5b50611ce887828801611bf3565b91505092959194509250565b60008060408385031215611d0757600080fd5b823591506020830135611d1981611ac5565b809150509250929050565b63ffffffff8116811461120f57600080fd5b600080600080600060808688031215611d4e57600080fd5b8535611d5981611d24565b94506020860135611d6981611ac5565b935060408601359250606086013567ffffffffffffffff80821115611d8d57600080fd5b818801915088601f830112611da157600080fd5b813581811115611db057600080fd5b896020828501011115611dc257600080fd5b9699959850939650602001949392505050565b600060208284031215611de757600080fd5b8135611a7c81611ac5565b600060208284031215611e0457600080fd5b8135611a7c81611d24565b67ffffffffffffffff8116811461120f57600080fd5b803561ffff81168114611e3757600080fd5b919050565b6fffffffffffffffffffffffffffffffff8116811461120f57600080fd5b60006020808385031215611e6d57600080fd5b823567ffffffffffffffff811115611e8457600080fd5b8301601f81018513611e9557600080fd5b8035611ea3611c1482611bcf565b81815260a09182028301840191848201919088841115611ec257600080fd5b938501935b83851015611f4b5780858a031215611edf5760008081fd5b611ee7611b75565b8535611ef281611d24565b815285870135611f0181611e0f565b818801526040611f12878201611e25565b90820152606086810135611f2581611e3c565b90820152608086810135611f3881611e3c565b9082015283529384019391850191611ec7565b50979650505050505050565b600060208284031215611f6957600080fd5b611a7c82611e25565b818352818160208501375060006020828401015260006020601f19601f840116840101905092915050565b60006101406001600160a01b03808c16845263ffffffff8b166020850152808a1660408501525087606084015261ffff8088166080850152865467ffffffffffffffff811660a0860152818160401c1660c08601526fffffffffffffffffffffffffffffffff9150818160501c1660e0860152508060018801541661010085015250806101208401526120338184018587611f72565b9b9a5050505050505050505050565b60006020828403121561205457600080fd5b5051919050565b634e487b7160e01b600052603260045260246000fd5b634e487b7160e01b600052601160045260246000fd5b6000600019820361209a5761209a612071565b5060010190565b602080825282518282018190526000919060409081850190868401855b8281101561212e578151805163ffffffff1685528681015167ffffffffffffffff16878601528581015161ffff16868601526060808201516fffffffffffffffffffffffffffffffff90811691870191909152608091820151169085015260a090930192908501906001016120be565b5091979650505050505050565b60006060828403121561214d57600080fd5b6040516060810181811067ffffffffffffffff8211171561217057612170611b5f565b604052825161217e81611e3c565b8152602083015161218e81611e0f565b602082015260408301516121a181611d24565b60408201529392505050565b600067ffffffffffffffff8083168181036121ca576121ca612071565b6001019392505050565b6000602082840312156121e657600080fd5b8151611a7c81611b1b565b600067ffffffffffffffff82168061220b5761220b612071565b6000190192915050565b60005b83811015612230578181015183820152602001612218565b50506000910152565b7f416363657373436f6e74726f6c3a206163636f756e7420000000000000000000815260008351612271816017850160208801612215565b7f206973206d697373696e6720726f6c652000000000000000000000000000000060179184019182015283516122ae816028840160208801612215565b01602801949350505050565b60208152600082518060208401526122d9816040850160208701612215565b601f01601f19169190910160400192915050565b808202811582820484141761075157610751612071565b8082018082111561075157610751612071565b60008161232657612326612071565b50600019019056fea26469706673582212209ceec7e84c531c9d12ae899a70f09f3b5bf657b183094060e5b1e56bc08c317464736f6c63430008110033",
|
|
732
|
-
"deployedBytecode": "0x6080604052600436106101ab5760003560e01c8063724e78da116100ec578063a217fddf1161008a578063c358de0a11610064578063c358de0a146105ec578063d2ae21041461060c578063d547741f1461064d578063da26663a1461066d57600080fd5b8063a217fddf14610583578063a98586e114610598578063acdbcca5146105cc57600080fd5b8063770f015f116100c6578063770f015f1461044257806391d14854146104625780639e944965146104a85780639f32e2a31461056357600080fd5b8063724e78da146103b6578063741bef1a146103d657806375b238fc1461040e57600080fd5b8063248a9ca31161015957806336568abe1161013357806336568abe146103425780635c975abb14610362578063709eb66414610383578063717e8a42146103a357600080fd5b8063248a9ca3146102d257806325b16ebe146103025780632f2ff15d1461032257600080fd5b80631095b6d71161018a5780631095b6d71461025c57806316c38b3c1461027e5780631f3a6f041461029e57600080fd5b8062bf2e80146101b057806301ffc9a7146101ea578063036c0a2c1461021a575b600080fd5b3480156101bc57600080fd5b506097546101d290600160e01b900461ffff1681565b60405161ffff90911681526020015b60405180910390f35b3480156101f657600080fd5b5061020a610205366004611a83565b6106be565b60405190151581526020016101e1565b34801561022657600080fd5b5061024e7f4270fae16c6d150d00e80b689daca99e8073b1838ff2b6063a37be9d851283e481565b6040519081526020016101e1565b34801561026857600080fd5b5061027c610277366004611ada565b610757565b005b34801561028a57600080fd5b5061027c610299366004611b29565b6108da565b3480156102aa57600080fd5b5061024e7f74845de37cfabd357633214b47fa91ccd19b05b7c5a08ac22c187f811fb62bca81565b3480156102de57600080fd5b5061024e6102ed366004611b46565b60009081526065602052604090206001015490565b34801561030e57600080fd5b5061027c61031d366004611c67565b61091f565b34801561032e57600080fd5b5061027c61033d366004611cf4565b610ac9565b34801561034e57600080fd5b5061027c61035d366004611cf4565b610af3565b34801561036e57600080fd5b5060985461020a90600160a01b900460ff1681565b34801561038f57600080fd5b5061024e61039e366004611d36565b610b3b565b61024e6103b1366004611d36565b610d90565b3480156103c257600080fd5b5061027c6103d1366004611dd5565b610dd4565b3480156103e257600080fd5b506098546103f6906001600160a01b031681565b6040516001600160a01b0390911681526020016101e1565b34801561041a57600080fd5b5061024e7fa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c2177581565b34801561044e57600080fd5b506097546103f6906001600160a01b031681565b34801561046e57600080fd5b5061020a61047d366004611cf4565b60009182526065602090815260408084206001600160a01b0393909316845291905290205460ff1690565b3480156104b457600080fd5b5061051d6104c3366004611df2565b60ca602052600090815260409020805460019091015467ffffffffffffffff82169161ffff68010000000000000000820416916fffffffffffffffffffffffffffffffff6a01000000000000000000009092048216911684565b6040805167ffffffffffffffff909516855261ffff90931660208501526fffffffffffffffffffffffffffffffff918216928401929092521660608201526080016101e1565b34801561056f57600080fd5b5061027c61057e366004611dd5565b610e61565b34801561058f57600080fd5b5061024e600081565b3480156105a457600080fd5b5061024e7f724aface199fe5bed93ae8508474576a9adf3dc443b2c451842a2242919f19de81565b3480156105d857600080fd5b5061027c6105e7366004611e5a565b610eef565b3480156105f857600080fd5b5061027c610607366004611f57565b6110a9565b34801561061857600080fd5b5060975461063490600160a01b900467ffffffffffffffff1681565b60405167ffffffffffffffff90911681526020016101e1565b34801561065957600080fd5b5061027c610668366004611cf4565b61113d565b34801561067957600080fd5b5061068d610688366004611df2565b611162565b604080516fffffffffffffffffffffffffffffffff909316835267ffffffffffffffff9091166020830152016101e1565b60007fffffffff0000000000000000000000000000000000000000000000000000000082167f7965db0b00000000000000000000000000000000000000000000000000000000148061075157507f01ffc9a7000000000000000000000000000000000000000000000000000000007fffffffff000000000000000000000000000000000000000000000000000000008316145b92915050565b7fa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c2177561078181611205565b6001600160a01b03841660009081527fe3a3b2721d010eec8988605a93cd7c15d969808c0e2b42f6155dc2b4fa13c081602052604090205460ff1661080d5760405162461bcd60e51b815260206004820152601b60248201527f576f726b65723a20496e76616c6964206d657373616765206c6962000000000060448201526064015b60405180910390fd5b6040517ffd9be5220000000000000000000000000000000000000000000000000000000081526001600160a01b0384811660048301526024820184905285169063fd9be52290604401600060405180830381600087803b15801561087057600080fd5b505af1158015610884573d6000803e3d6000fd5b5050604080516001600160a01b038089168252871660208201529081018590527f9b1bfa7fa9ee420a16e124f794c35ac9f90472acc99140eb2f6447c714cad8eb9250606001905060405180910390a150505050565b60006108e581611205565b5060988054911515600160a01b027fffffffffffffffffffffff00ffffffffffffffffffffffffffffffffffffffff909216919091179055565b60006109497fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035490565b90506001600160a01b038116610988576001600160a01b037fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035561099d565b336001600160a01b0382161461099d57600080fd5b600054610100900460ff16158080156109bd5750600054600160ff909116105b806109d75750303b1580156109d7575060005460ff166001145b610a495760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201527f647920696e697469616c697a65640000000000000000000000000000000000006064820152608401610804565b6000805460ff191660011790558015610a6c576000805461ff0019166101001790555b610a7b8686612ee08787611212565b8015610ac1576000805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b505050505050565b600082815260656020526040902060010154610ae481611205565b610aee83836112a3565b505050565b60405162461bcd60e51b815260206004820152601c60248201527f576f726b65723a2063616e6e6f742072656e6f756e636520726f6c65000000006044820152606401610804565b6001600160a01b03841660009081527f0f6a9529577ef7bf1cbc8fccda1cc3c881f755c7e92e34c7c4deac1fa3c1c7916020526040812054859060ff1615610bc55760405162461bcd60e51b815260206004820152601360248201527f576f726b65723a206e6f7420616c6c6f776564000000000000000000000000006044820152606401610804565b609754600160a01b900467ffffffffffffffff161580610c1c57506001600160a01b03811660009081527f35c5067391a9036240763c1067bfa438a7b0131204a675a2fe562dd73782ce85602052604090205460ff165b15610d3e57609854600160a01b900460ff1615610c7b5760405162461bcd60e51b815260206004820152600e60248201527f576f726b65723a207061757365640000000000000000000000000000000000006044820152606401610804565b60975460985463ffffffff8916600090815260ca60205260409081902090517f5017cfd20000000000000000000000000000000000000000000000000000000081526001600160a01b0380851694635017cfd294610cf6949216928d928d928d92600160e01b90910461ffff1691908d908d90600401611f9d565b602060405180830381865afa158015610d13573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d379190612042565b9150610d86565b60405162461bcd60e51b815260206004820152601360248201527f576f726b65723a206e6f7420616c6c6f776564000000000000000000000000006044820152606401610804565b5095945050505050565b60007f724aface199fe5bed93ae8508474576a9adf3dc443b2c451842a2242919f19de610dbc81611205565b610dc98787878787610b3b565b979650505050505050565b7fa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775610dfe81611205565b6098805473ffffffffffffffffffffffffffffffffffffffff19166001600160a01b0384169081179091556040519081527ff724a45d041687842411f2b977ef22ab8f43c8f1104f4592b42a00f9b34a643d906020015b60405180910390a15050565b7fa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775610e8b81611205565b610e9482611351565b6097805473ffffffffffffffffffffffffffffffffffffffff19166001600160a01b0384169081179091556040519081527f1399be28223800f8669b3ba5f8721d9fc16fc4e8d0bbf98378791c8c5a3015e090602001610e55565b7fa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775610f1981611205565b60005b8251811015611079576000838281518110610f3957610f3961205b565b60209081029190910181015160408051608080820183528385015167ffffffffffffffff90811683528385015161ffff9081168488019081526060808801516fffffffffffffffffffffffffffffffff908116878901908152958901518116918701918252975163ffffffff16600090815260ca90995295909720935184549751935187166a0100000000000000000000027fffffffffffff00000000000000000000000000000000ffffffffffffffffffff9490921668010000000000000000027fffffffffffffffffffffffffffffffffffffffffffff0000000000000000000090981692169190911795909517169390931783555160019092018054929091167fffffffffffffffffffffffffffffffff00000000000000000000000000000000909216919091179055508061107181612087565b915050610f1c565b507f6a8fd812e5ea6ffe24c32b247c8f038b9134be0ec81c08b0ff4169eb7f10ccec82604051610e5591906120a1565b7fa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c217756110d381611205565b609780547fffff0000ffffffffffffffffffffffffffffffffffffffffffffffffffffffff16600160e01b61ffff8516908102919091179091556040519081527f7af0ac740036ffb1c97b03697859d729e80a44ae5030543d64971c313565ab4d90602001610e55565b60008281526065602052604090206001015461115881611205565b610aee8383611464565b6098546040517fda26663a00000000000000000000000000000000000000000000000000000000815263ffffffff83166004820152600091829182916001600160a01b03169063da26663a90602401606060405180830381865afa1580156111ce573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906111f2919061213b565b8051602090910151909590945092505050565b61120f813361150d565b50565b600054610100900460ff1661128f5760405162461bcd60e51b815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201527f6e697469616c697a696e670000000000000000000000000000000000000000006064820152608401610804565b61129c8585858585611582565b5050505050565b7f74845de37cfabd357633214b47fa91ccd19b05b7c5a08ac22c187f811fb62bca821480156112f5575060008281526065602090815260408083206001600160a01b038516845290915290205460ff16155b156113435760978054600160a01b900467ffffffffffffffff1690601461131b836121ad565b91906101000a81548167ffffffffffffffff021916908367ffffffffffffffff160217905550505b61134d828261171c565b5050565b6040517f01ffc9a70000000000000000000000000000000000000000000000000000000081527f5017cfd20000000000000000000000000000000000000000000000000000000060048201526001600160a01b038216906301ffc9a790602401602060405180830381865afa1580156113ce573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906113f291906121d4565b61120f5760405162461bcd60e51b815260206004820152603160248201527f52656c617965723a20776f726b657220646f6573206e6f7420696d706c656d6560448201527f6e74204952656c617965724665654c69620000000000000000000000000000006064820152608401610804565b7f74845de37cfabd357633214b47fa91ccd19b05b7c5a08ac22c187f811fb62bca821480156114b5575060008281526065602090815260408083206001600160a01b038516845290915290205460ff165b156115035760978054600160a01b900467ffffffffffffffff169060146114db836121f1565b91906101000a81548167ffffffffffffffff021916908367ffffffffffffffff160217905550505b61134d82826117be565b60008281526065602090815260408083206001600160a01b038516845290915290205460ff1661134d5761154081611841565b61154b836020611853565b60405160200161155c929190612239565b60408051601f198184030181529082905262461bcd60e51b8252610804916004016122ba565b600054610100900460ff166115ff5760405162461bcd60e51b815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201527f6e697469616c697a696e670000000000000000000000000000000000000000006064820152608401610804565b609780547fffff0000ffffffffffffffffffffffffffffffffffffffffffffffffffffffff16600160e01b61ffff8616021790556098805473ffffffffffffffffffffffffffffffffffffffff19166001600160a01b0386161790556116666000836112a3565b60005b85518110156116c7576116b57f724aface199fe5bed93ae8508474576a9adf3dc443b2c451842a2242919f19de8783815181106116a8576116a861205b565b60200260200101516112a3565b806116bf81612087565b915050611669565b5060005b8151811015610ac15761170a7fa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c217758383815181106116a8576116a861205b565b8061171481612087565b9150506116cb565b60008281526065602090815260408083206001600160a01b038516845290915290205460ff1661134d5760008281526065602090815260408083206001600160a01b03851684529091529020805460ff1916600117905561177a3390565b6001600160a01b0316816001600160a01b0316837f2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d60405160405180910390a45050565b60008281526065602090815260408083206001600160a01b038516845290915290205460ff161561134d5760008281526065602090815260408083206001600160a01b0385168085529252808320805460ff1916905551339285917ff6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b9190a45050565b60606107516001600160a01b03831660145b606060006118628360026122ed565b61186d906002612304565b67ffffffffffffffff81111561188557611885611b5f565b6040519080825280601f01601f1916602001820160405280156118af576020820181803683370190505b5090507f3000000000000000000000000000000000000000000000000000000000000000816000815181106118e6576118e661205b565b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a9053507f7800000000000000000000000000000000000000000000000000000000000000816001815181106119495761194961205b565b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a90535060006119858460026122ed565b611990906001612304565b90505b6001811115611a2d577f303132333435363738396162636465660000000000000000000000000000000085600f16601081106119d1576119d161205b565b1a60f81b8282815181106119e7576119e761205b565b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a90535060049490941c93611a2681612317565b9050611993565b508315611a7c5760405162461bcd60e51b815260206004820181905260248201527f537472696e67733a20686578206c656e67746820696e73756666696369656e746044820152606401610804565b9392505050565b600060208284031215611a9557600080fd5b81357fffffffff0000000000000000000000000000000000000000000000000000000081168114611a7c57600080fd5b6001600160a01b038116811461120f57600080fd5b600080600060608486031215611aef57600080fd5b8335611afa81611ac5565b92506020840135611b0a81611ac5565b929592945050506040919091013590565b801515811461120f57600080fd5b600060208284031215611b3b57600080fd5b8135611a7c81611b1b565b600060208284031215611b5857600080fd5b5035919050565b634e487b7160e01b600052604160045260246000fd5b60405160a0810167ffffffffffffffff81118282101715611b9857611b98611b5f565b60405290565b604051601f8201601f1916810167ffffffffffffffff81118282101715611bc757611bc7611b5f565b604052919050565b600067ffffffffffffffff821115611be957611be9611b5f565b5060051b60200190565b600082601f830112611c0457600080fd5b81356020611c19611c1483611bcf565b611b9e565b82815260059290921b84018101918181019086841115611c3857600080fd5b8286015b84811015611c5c578035611c4f81611ac5565b8352918301918301611c3c565b509695505050505050565b60008060008060808587031215611c7d57600080fd5b843567ffffffffffffffff80821115611c9557600080fd5b611ca188838901611bf3565b955060208701359150611cb382611ac5565b909350604086013590611cc582611ac5565b90925060608601359080821115611cdb57600080fd5b50611ce887828801611bf3565b91505092959194509250565b60008060408385031215611d0757600080fd5b823591506020830135611d1981611ac5565b809150509250929050565b63ffffffff8116811461120f57600080fd5b600080600080600060808688031215611d4e57600080fd5b8535611d5981611d24565b94506020860135611d6981611ac5565b935060408601359250606086013567ffffffffffffffff80821115611d8d57600080fd5b818801915088601f830112611da157600080fd5b813581811115611db057600080fd5b896020828501011115611dc257600080fd5b9699959850939650602001949392505050565b600060208284031215611de757600080fd5b8135611a7c81611ac5565b600060208284031215611e0457600080fd5b8135611a7c81611d24565b67ffffffffffffffff8116811461120f57600080fd5b803561ffff81168114611e3757600080fd5b919050565b6fffffffffffffffffffffffffffffffff8116811461120f57600080fd5b60006020808385031215611e6d57600080fd5b823567ffffffffffffffff811115611e8457600080fd5b8301601f81018513611e9557600080fd5b8035611ea3611c1482611bcf565b81815260a09182028301840191848201919088841115611ec257600080fd5b938501935b83851015611f4b5780858a031215611edf5760008081fd5b611ee7611b75565b8535611ef281611d24565b815285870135611f0181611e0f565b818801526040611f12878201611e25565b90820152606086810135611f2581611e3c565b90820152608086810135611f3881611e3c565b9082015283529384019391850191611ec7565b50979650505050505050565b600060208284031215611f6957600080fd5b611a7c82611e25565b818352818160208501375060006020828401015260006020601f19601f840116840101905092915050565b60006101406001600160a01b03808c16845263ffffffff8b166020850152808a1660408501525087606084015261ffff8088166080850152865467ffffffffffffffff811660a0860152818160401c1660c08601526fffffffffffffffffffffffffffffffff9150818160501c1660e0860152508060018801541661010085015250806101208401526120338184018587611f72565b9b9a5050505050505050505050565b60006020828403121561205457600080fd5b5051919050565b634e487b7160e01b600052603260045260246000fd5b634e487b7160e01b600052601160045260246000fd5b6000600019820361209a5761209a612071565b5060010190565b602080825282518282018190526000919060409081850190868401855b8281101561212e578151805163ffffffff1685528681015167ffffffffffffffff16878601528581015161ffff16868601526060808201516fffffffffffffffffffffffffffffffff90811691870191909152608091820151169085015260a090930192908501906001016120be565b5091979650505050505050565b60006060828403121561214d57600080fd5b6040516060810181811067ffffffffffffffff8211171561217057612170611b5f565b604052825161217e81611e3c565b8152602083015161218e81611e0f565b602082015260408301516121a181611d24565b60408201529392505050565b600067ffffffffffffffff8083168181036121ca576121ca612071565b6001019392505050565b6000602082840312156121e657600080fd5b8151611a7c81611b1b565b600067ffffffffffffffff82168061220b5761220b612071565b6000190192915050565b60005b83811015612230578181015183820152602001612218565b50506000910152565b7f416363657373436f6e74726f6c3a206163636f756e7420000000000000000000815260008351612271816017850160208801612215565b7f206973206d697373696e6720726f6c652000000000000000000000000000000060179184019182015283516122ae816028840160208801612215565b01602801949350505050565b60208152600082518060208401526122d9816040850160208701612215565b601f01601f19169190910160400192915050565b808202811582820484141761075157610751612071565b8082018082111561075157610751612071565b60008161232657612326612071565b50600019019056fea26469706673582212209ceec7e84c531c9d12ae899a70f09f3b5bf657b183094060e5b1e56bc08c317464736f6c63430008110033",
|
|
733
|
-
"devdoc": {
|
|
734
|
-
"kind": "dev",
|
|
735
|
-
"methods": {
|
|
736
|
-
"getRoleAdmin(bytes32)": {
|
|
737
|
-
"details": "Returns the admin role that controls `role`. See {grantRole} and {revokeRole}. To change a role's admin, use {_setRoleAdmin}."
|
|
738
|
-
},
|
|
739
|
-
"grantRole(bytes32,address)": {
|
|
740
|
-
"details": "Grants `role` to `account`. If `account` had not been already granted `role`, emits a {RoleGranted} event. Requirements: - the caller must have ``role``'s admin role. May emit a {RoleGranted} event."
|
|
741
|
-
},
|
|
742
|
-
"hasRole(bytes32,address)": {
|
|
743
|
-
"details": "Returns `true` if `account` has been granted `role`."
|
|
744
|
-
},
|
|
745
|
-
"revokeRole(bytes32,address)": {
|
|
746
|
-
"details": "Revokes `role` from `account`. If `account` had been granted `role`, emits a {RoleRevoked} event. Requirements: - the caller must have ``role``'s admin role. May emit a {RoleRevoked} event."
|
|
747
|
-
},
|
|
748
|
-
"supportsInterface(bytes4)": {
|
|
749
|
-
"details": "See {IERC165-supportsInterface}."
|
|
750
|
-
}
|
|
751
|
-
},
|
|
752
|
-
"version": 1
|
|
753
|
-
},
|
|
754
|
-
"userdoc": {
|
|
755
|
-
"kind": "user",
|
|
756
|
-
"methods": {},
|
|
757
|
-
"version": 1
|
|
758
|
-
},
|
|
759
|
-
"storageLayout": {
|
|
760
|
-
"storage": [
|
|
761
|
-
{
|
|
762
|
-
"astId": 2853,
|
|
763
|
-
"contract": "contracts/Relayer.sol:Relayer",
|
|
764
|
-
"label": "_initialized",
|
|
765
|
-
"offset": 0,
|
|
766
|
-
"slot": "0",
|
|
767
|
-
"type": "t_uint8"
|
|
768
|
-
},
|
|
769
|
-
{
|
|
770
|
-
"astId": 2856,
|
|
771
|
-
"contract": "contracts/Relayer.sol:Relayer",
|
|
772
|
-
"label": "_initializing",
|
|
773
|
-
"offset": 1,
|
|
774
|
-
"slot": "0",
|
|
775
|
-
"type": "t_bool"
|
|
776
|
-
},
|
|
777
|
-
{
|
|
778
|
-
"astId": 3386,
|
|
779
|
-
"contract": "contracts/Relayer.sol:Relayer",
|
|
780
|
-
"label": "__gap",
|
|
781
|
-
"offset": 0,
|
|
782
|
-
"slot": "1",
|
|
783
|
-
"type": "t_array(t_uint256)50_storage"
|
|
784
|
-
},
|
|
785
|
-
{
|
|
786
|
-
"astId": 3659,
|
|
787
|
-
"contract": "contracts/Relayer.sol:Relayer",
|
|
788
|
-
"label": "__gap",
|
|
789
|
-
"offset": 0,
|
|
790
|
-
"slot": "51",
|
|
791
|
-
"type": "t_array(t_uint256)50_storage"
|
|
792
|
-
},
|
|
793
|
-
{
|
|
794
|
-
"astId": 2345,
|
|
795
|
-
"contract": "contracts/Relayer.sol:Relayer",
|
|
796
|
-
"label": "_roles",
|
|
797
|
-
"offset": 0,
|
|
798
|
-
"slot": "101",
|
|
799
|
-
"type": "t_mapping(t_bytes32,t_struct(RoleData)2340_storage)"
|
|
800
|
-
},
|
|
801
|
-
{
|
|
802
|
-
"astId": 2640,
|
|
803
|
-
"contract": "contracts/Relayer.sol:Relayer",
|
|
804
|
-
"label": "__gap",
|
|
805
|
-
"offset": 0,
|
|
806
|
-
"slot": "102",
|
|
807
|
-
"type": "t_array(t_uint256)49_storage"
|
|
808
|
-
},
|
|
809
|
-
{
|
|
810
|
-
"astId": 9117,
|
|
811
|
-
"contract": "contracts/Relayer.sol:Relayer",
|
|
812
|
-
"label": "workerLib",
|
|
813
|
-
"offset": 0,
|
|
814
|
-
"slot": "151",
|
|
815
|
-
"type": "t_address"
|
|
816
|
-
},
|
|
817
|
-
{
|
|
818
|
-
"astId": 9119,
|
|
819
|
-
"contract": "contracts/Relayer.sol:Relayer",
|
|
820
|
-
"label": "allowlistSize",
|
|
821
|
-
"offset": 20,
|
|
822
|
-
"slot": "151",
|
|
823
|
-
"type": "t_uint64"
|
|
824
|
-
},
|
|
825
|
-
{
|
|
826
|
-
"astId": 9121,
|
|
827
|
-
"contract": "contracts/Relayer.sol:Relayer",
|
|
828
|
-
"label": "defaultMultiplierBps",
|
|
829
|
-
"offset": 28,
|
|
830
|
-
"slot": "151",
|
|
831
|
-
"type": "t_uint16"
|
|
832
|
-
},
|
|
833
|
-
{
|
|
834
|
-
"astId": 9124,
|
|
835
|
-
"contract": "contracts/Relayer.sol:Relayer",
|
|
836
|
-
"label": "priceFeed",
|
|
837
|
-
"offset": 0,
|
|
838
|
-
"slot": "152",
|
|
839
|
-
"type": "t_contract(ILayerZeroPriceFeed)9542"
|
|
840
|
-
},
|
|
841
|
-
{
|
|
842
|
-
"astId": 9126,
|
|
843
|
-
"contract": "contracts/Relayer.sol:Relayer",
|
|
844
|
-
"label": "paused",
|
|
845
|
-
"offset": 20,
|
|
846
|
-
"slot": "152",
|
|
847
|
-
"type": "t_bool"
|
|
848
|
-
},
|
|
849
|
-
{
|
|
850
|
-
"astId": 9480,
|
|
851
|
-
"contract": "contracts/Relayer.sol:Relayer",
|
|
852
|
-
"label": "__gap",
|
|
853
|
-
"offset": 0,
|
|
854
|
-
"slot": "153",
|
|
855
|
-
"type": "t_array(t_uint256)49_storage"
|
|
856
|
-
},
|
|
857
|
-
{
|
|
858
|
-
"astId": 8349,
|
|
859
|
-
"contract": "contracts/Relayer.sol:Relayer",
|
|
860
|
-
"label": "dstConfig",
|
|
861
|
-
"offset": 0,
|
|
862
|
-
"slot": "202",
|
|
863
|
-
"type": "t_mapping(t_uint32,t_struct(DstConfig)9616_storage)"
|
|
864
|
-
}
|
|
865
|
-
],
|
|
866
|
-
"types": {
|
|
867
|
-
"t_address": {
|
|
868
|
-
"encoding": "inplace",
|
|
869
|
-
"label": "address",
|
|
870
|
-
"numberOfBytes": "20"
|
|
871
|
-
},
|
|
872
|
-
"t_array(t_uint256)49_storage": {
|
|
873
|
-
"base": "t_uint256",
|
|
874
|
-
"encoding": "inplace",
|
|
875
|
-
"label": "uint256[49]",
|
|
876
|
-
"numberOfBytes": "1568"
|
|
877
|
-
},
|
|
878
|
-
"t_array(t_uint256)50_storage": {
|
|
879
|
-
"base": "t_uint256",
|
|
880
|
-
"encoding": "inplace",
|
|
881
|
-
"label": "uint256[50]",
|
|
882
|
-
"numberOfBytes": "1600"
|
|
883
|
-
},
|
|
884
|
-
"t_bool": {
|
|
885
|
-
"encoding": "inplace",
|
|
886
|
-
"label": "bool",
|
|
887
|
-
"numberOfBytes": "1"
|
|
888
|
-
},
|
|
889
|
-
"t_bytes32": {
|
|
890
|
-
"encoding": "inplace",
|
|
891
|
-
"label": "bytes32",
|
|
892
|
-
"numberOfBytes": "32"
|
|
893
|
-
},
|
|
894
|
-
"t_contract(ILayerZeroPriceFeed)9542": {
|
|
895
|
-
"encoding": "inplace",
|
|
896
|
-
"label": "contract ILayerZeroPriceFeed",
|
|
897
|
-
"numberOfBytes": "20"
|
|
898
|
-
},
|
|
899
|
-
"t_mapping(t_address,t_bool)": {
|
|
900
|
-
"encoding": "mapping",
|
|
901
|
-
"key": "t_address",
|
|
902
|
-
"label": "mapping(address => bool)",
|
|
903
|
-
"numberOfBytes": "32",
|
|
904
|
-
"value": "t_bool"
|
|
905
|
-
},
|
|
906
|
-
"t_mapping(t_bytes32,t_struct(RoleData)2340_storage)": {
|
|
907
|
-
"encoding": "mapping",
|
|
908
|
-
"key": "t_bytes32",
|
|
909
|
-
"label": "mapping(bytes32 => struct AccessControlUpgradeable.RoleData)",
|
|
910
|
-
"numberOfBytes": "32",
|
|
911
|
-
"value": "t_struct(RoleData)2340_storage"
|
|
912
|
-
},
|
|
913
|
-
"t_mapping(t_uint32,t_struct(DstConfig)9616_storage)": {
|
|
914
|
-
"encoding": "mapping",
|
|
915
|
-
"key": "t_uint32",
|
|
916
|
-
"label": "mapping(uint32 => struct IRelayer.DstConfig)",
|
|
917
|
-
"numberOfBytes": "32",
|
|
918
|
-
"value": "t_struct(DstConfig)9616_storage"
|
|
919
|
-
},
|
|
920
|
-
"t_struct(DstConfig)9616_storage": {
|
|
921
|
-
"encoding": "inplace",
|
|
922
|
-
"label": "struct IRelayer.DstConfig",
|
|
923
|
-
"members": [
|
|
924
|
-
{
|
|
925
|
-
"astId": 9609,
|
|
926
|
-
"contract": "contracts/Relayer.sol:Relayer",
|
|
927
|
-
"label": "baseGas",
|
|
928
|
-
"offset": 0,
|
|
929
|
-
"slot": "0",
|
|
930
|
-
"type": "t_uint64"
|
|
931
|
-
},
|
|
932
|
-
{
|
|
933
|
-
"astId": 9611,
|
|
934
|
-
"contract": "contracts/Relayer.sol:Relayer",
|
|
935
|
-
"label": "multiplierBps",
|
|
936
|
-
"offset": 8,
|
|
937
|
-
"slot": "0",
|
|
938
|
-
"type": "t_uint16"
|
|
939
|
-
},
|
|
940
|
-
{
|
|
941
|
-
"astId": 9613,
|
|
942
|
-
"contract": "contracts/Relayer.sol:Relayer",
|
|
943
|
-
"label": "floorMarginUSD",
|
|
944
|
-
"offset": 10,
|
|
945
|
-
"slot": "0",
|
|
946
|
-
"type": "t_uint128"
|
|
947
|
-
},
|
|
948
|
-
{
|
|
949
|
-
"astId": 9615,
|
|
950
|
-
"contract": "contracts/Relayer.sol:Relayer",
|
|
951
|
-
"label": "airdropCap",
|
|
952
|
-
"offset": 0,
|
|
953
|
-
"slot": "1",
|
|
954
|
-
"type": "t_uint128"
|
|
955
|
-
}
|
|
956
|
-
],
|
|
957
|
-
"numberOfBytes": "64"
|
|
958
|
-
},
|
|
959
|
-
"t_struct(RoleData)2340_storage": {
|
|
960
|
-
"encoding": "inplace",
|
|
961
|
-
"label": "struct AccessControlUpgradeable.RoleData",
|
|
962
|
-
"members": [
|
|
963
|
-
{
|
|
964
|
-
"astId": 2337,
|
|
965
|
-
"contract": "contracts/Relayer.sol:Relayer",
|
|
966
|
-
"label": "members",
|
|
967
|
-
"offset": 0,
|
|
968
|
-
"slot": "0",
|
|
969
|
-
"type": "t_mapping(t_address,t_bool)"
|
|
970
|
-
},
|
|
971
|
-
{
|
|
972
|
-
"astId": 2339,
|
|
973
|
-
"contract": "contracts/Relayer.sol:Relayer",
|
|
974
|
-
"label": "adminRole",
|
|
975
|
-
"offset": 0,
|
|
976
|
-
"slot": "1",
|
|
977
|
-
"type": "t_bytes32"
|
|
978
|
-
}
|
|
979
|
-
],
|
|
980
|
-
"numberOfBytes": "64"
|
|
981
|
-
},
|
|
982
|
-
"t_uint128": {
|
|
983
|
-
"encoding": "inplace",
|
|
984
|
-
"label": "uint128",
|
|
985
|
-
"numberOfBytes": "16"
|
|
986
|
-
},
|
|
987
|
-
"t_uint16": {
|
|
988
|
-
"encoding": "inplace",
|
|
989
|
-
"label": "uint16",
|
|
990
|
-
"numberOfBytes": "2"
|
|
991
|
-
},
|
|
992
|
-
"t_uint256": {
|
|
993
|
-
"encoding": "inplace",
|
|
994
|
-
"label": "uint256",
|
|
995
|
-
"numberOfBytes": "32"
|
|
996
|
-
},
|
|
997
|
-
"t_uint32": {
|
|
998
|
-
"encoding": "inplace",
|
|
999
|
-
"label": "uint32",
|
|
1000
|
-
"numberOfBytes": "4"
|
|
1001
|
-
},
|
|
1002
|
-
"t_uint64": {
|
|
1003
|
-
"encoding": "inplace",
|
|
1004
|
-
"label": "uint64",
|
|
1005
|
-
"numberOfBytes": "8"
|
|
1006
|
-
},
|
|
1007
|
-
"t_uint8": {
|
|
1008
|
-
"encoding": "inplace",
|
|
1009
|
-
"label": "uint8",
|
|
1010
|
-
"numberOfBytes": "1"
|
|
1011
|
-
}
|
|
1012
|
-
}
|
|
1013
|
-
}
|
|
1014
|
-
}
|