@layerzerolabs/lz-evm-sdk-v2 2.0.7 → 2.0.8
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/{bsc-sandbox-local → gunzilla-testnet}/DVN.json +86 -37
- package/deployments/{avalanche-sandbox-local → gunzilla-testnet}/DVNFeeLib.json +15 -15
- package/deployments/gunzilla-testnet/EndpointV2.json +3009 -0
- package/deployments/{bsc-sandbox-local → gunzilla-testnet}/Executor.json +91 -92
- package/deployments/{bsc-sandbox-local → gunzilla-testnet}/ExecutorFeeLib.json +15 -15
- package/deployments/{bsc-sandbox-local → gunzilla-testnet}/ExecutorProxyAdmin.json +22 -22
- package/deployments/{bsc-sandbox-local → gunzilla-testnet}/Executor_Implementation.json +9 -9
- package/deployments/{avalanche-sandbox-local → gunzilla-testnet}/Executor_Proxy.json +82 -82
- package/deployments/gunzilla-testnet/LzExecutor.json +332 -0
- package/deployments/{bsc-sandbox-local → gunzilla-testnet}/PriceFeed.json +34 -34
- package/deployments/{avalanche-sandbox-local → gunzilla-testnet}/PriceFeedProxyAdmin.json +22 -22
- package/deployments/{bsc-sandbox-local → gunzilla-testnet}/PriceFeed_Implementation.json +9 -9
- package/deployments/{avalanche-sandbox-local → gunzilla-testnet}/PriceFeed_Proxy.json +32 -32
- package/deployments/{bsc-sandbox-local → gunzilla-testnet}/ReceiveUln301.json +17 -17
- package/deployments/{bsc-sandbox-local → gunzilla-testnet}/ReceiveUln302.json +16 -16
- package/deployments/{avalanche-sandbox-local → gunzilla-testnet}/SendUln301.json +19 -19
- package/deployments/{bsc-sandbox-local → gunzilla-testnet}/SendUln302.json +16 -16
- package/deployments/{avalanche-sandbox-local → gunzilla-testnet}/Treasury.json +15 -15
- package/deployments/gunzilla-testnet/TreasuryFeeHandler.json +125 -0
- package/deployments/rarible-testnet/DVN.json +1929 -0
- package/deployments/{bsc-sandbox-local → rarible-testnet}/DVNFeeLib.json +17 -17
- package/deployments/{avalanche-sandbox-local → rarible-testnet}/EndpointV2.json +114 -60
- package/deployments/rarible-testnet/Executor.json +1532 -0
- package/deployments/rarible-testnet/ExecutorFeeLib.json +407 -0
- package/deployments/rarible-testnet/ExecutorProxyAdmin.json +283 -0
- package/deployments/rarible-testnet/Executor_Implementation.json +1591 -0
- package/deployments/rarible-testnet/Executor_Proxy.json +365 -0
- package/deployments/rarible-testnet/LzExecutor.json +332 -0
- package/deployments/rarible-testnet/PriceFeed.json +890 -0
- package/deployments/rarible-testnet/PriceFeedProxyAdmin.json +283 -0
- package/deployments/rarible-testnet/PriceFeed_Implementation.json +912 -0
- package/deployments/rarible-testnet/PriceFeed_Proxy.json +244 -0
- package/deployments/rarible-testnet/ReceiveUln301.json +1264 -0
- package/deployments/{avalanche-sandbox-local → rarible-testnet}/ReceiveUln302.json +18 -18
- package/deployments/rarible-testnet/SendUln301.json +1569 -0
- package/deployments/rarible-testnet/SendUln302.json +1527 -0
- package/deployments/rarible-testnet/Treasury.json +412 -0
- package/deployments/{avalanche-sandbox-local → rarible-testnet}/TreasuryFeeHandler.json +11 -11
- package/deployments/{avalanche-sandbox-local → xchain-testnet}/DVN.json +86 -37
- package/deployments/xchain-testnet/DVNFeeLib.json +387 -0
- package/deployments/{bsc-sandbox-local → xchain-testnet}/EndpointV2.json +111 -60
- package/deployments/{avalanche-sandbox-local → xchain-testnet}/Executor.json +91 -92
- package/deployments/{avalanche-sandbox-local → xchain-testnet}/ExecutorFeeLib.json +15 -15
- package/deployments/{avalanche-sandbox-local → xchain-testnet}/ExecutorProxyAdmin.json +22 -22
- package/deployments/{avalanche-sandbox-local → xchain-testnet}/Executor_Implementation.json +9 -9
- package/deployments/{bsc-sandbox-local → xchain-testnet}/Executor_Proxy.json +82 -82
- package/deployments/xchain-testnet/LzExecutor.json +332 -0
- package/deployments/{avalanche-sandbox-local → xchain-testnet}/PriceFeed.json +34 -34
- package/deployments/{bsc-sandbox-local → xchain-testnet}/PriceFeedProxyAdmin.json +22 -22
- package/deployments/{avalanche-sandbox-local → xchain-testnet}/PriceFeed_Implementation.json +9 -9
- package/deployments/{bsc-sandbox-local → xchain-testnet}/PriceFeed_Proxy.json +32 -32
- package/deployments/{avalanche-sandbox-local → xchain-testnet}/ReceiveUln301.json +17 -17
- package/deployments/xchain-testnet/ReceiveUln302.json +954 -0
- package/deployments/{bsc-sandbox-local → xchain-testnet}/SendUln301.json +19 -19
- package/deployments/{avalanche-sandbox-local → xchain-testnet}/SendUln302.json +16 -16
- package/deployments/{bsc-sandbox-local → xchain-testnet}/Treasury.json +15 -15
- package/deployments/{bsc-sandbox-local → xchain-testnet}/TreasuryFeeHandler.json +10 -10
- package/package.json +8 -8
- package/deployments/avalanche-sandbox-local/NonceContractMock.json +0 -163
- package/deployments/avalanche-sandbox-local/SimpleMessageLib.json +0 -708
- package/deployments/bsc-sandbox-local/NonceContractMock.json +0 -163
- package/deployments/bsc-sandbox-local/SimpleMessageLib.json +0 -708
|
@@ -0,0 +1,387 @@
|
|
|
1
|
+
{
|
|
2
|
+
"address": "0xd682ECF100f6F4284138AA925348633B0611Ae21",
|
|
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": "InvalidDVNOptions",
|
|
24
|
+
"type": "error"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"inputs": [],
|
|
28
|
+
"name": "ToAddressIsZero",
|
|
29
|
+
"type": "error"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"inputs": [
|
|
33
|
+
{
|
|
34
|
+
"internalType": "address",
|
|
35
|
+
"name": "_to",
|
|
36
|
+
"type": "address"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"internalType": "uint256",
|
|
40
|
+
"name": "_value",
|
|
41
|
+
"type": "uint256"
|
|
42
|
+
}
|
|
43
|
+
],
|
|
44
|
+
"name": "TransferNativeFailed",
|
|
45
|
+
"type": "error"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"inputs": [
|
|
49
|
+
{
|
|
50
|
+
"internalType": "uint8",
|
|
51
|
+
"name": "optionType",
|
|
52
|
+
"type": "uint8"
|
|
53
|
+
}
|
|
54
|
+
],
|
|
55
|
+
"name": "UnsupportedOptionType",
|
|
56
|
+
"type": "error"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"anonymous": false,
|
|
60
|
+
"inputs": [
|
|
61
|
+
{
|
|
62
|
+
"indexed": true,
|
|
63
|
+
"internalType": "address",
|
|
64
|
+
"name": "previousOwner",
|
|
65
|
+
"type": "address"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"indexed": true,
|
|
69
|
+
"internalType": "address",
|
|
70
|
+
"name": "newOwner",
|
|
71
|
+
"type": "address"
|
|
72
|
+
}
|
|
73
|
+
],
|
|
74
|
+
"name": "OwnershipTransferred",
|
|
75
|
+
"type": "event"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"inputs": [
|
|
79
|
+
{
|
|
80
|
+
"components": [
|
|
81
|
+
{
|
|
82
|
+
"internalType": "address",
|
|
83
|
+
"name": "priceFeed",
|
|
84
|
+
"type": "address"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"internalType": "uint32",
|
|
88
|
+
"name": "dstEid",
|
|
89
|
+
"type": "uint32"
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"internalType": "uint64",
|
|
93
|
+
"name": "confirmations",
|
|
94
|
+
"type": "uint64"
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"internalType": "address",
|
|
98
|
+
"name": "sender",
|
|
99
|
+
"type": "address"
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"internalType": "uint64",
|
|
103
|
+
"name": "quorum",
|
|
104
|
+
"type": "uint64"
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"internalType": "uint16",
|
|
108
|
+
"name": "defaultMultiplierBps",
|
|
109
|
+
"type": "uint16"
|
|
110
|
+
}
|
|
111
|
+
],
|
|
112
|
+
"internalType": "struct IDVNFeeLib.FeeParams",
|
|
113
|
+
"name": "_params",
|
|
114
|
+
"type": "tuple"
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"components": [
|
|
118
|
+
{
|
|
119
|
+
"internalType": "uint64",
|
|
120
|
+
"name": "gas",
|
|
121
|
+
"type": "uint64"
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"internalType": "uint16",
|
|
125
|
+
"name": "multiplierBps",
|
|
126
|
+
"type": "uint16"
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"internalType": "uint128",
|
|
130
|
+
"name": "floorMarginUSD",
|
|
131
|
+
"type": "uint128"
|
|
132
|
+
}
|
|
133
|
+
],
|
|
134
|
+
"internalType": "struct IDVN.DstConfig",
|
|
135
|
+
"name": "_dstConfig",
|
|
136
|
+
"type": "tuple"
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"internalType": "bytes",
|
|
140
|
+
"name": "_options",
|
|
141
|
+
"type": "bytes"
|
|
142
|
+
}
|
|
143
|
+
],
|
|
144
|
+
"name": "getFee",
|
|
145
|
+
"outputs": [
|
|
146
|
+
{
|
|
147
|
+
"internalType": "uint256",
|
|
148
|
+
"name": "",
|
|
149
|
+
"type": "uint256"
|
|
150
|
+
}
|
|
151
|
+
],
|
|
152
|
+
"stateMutability": "view",
|
|
153
|
+
"type": "function"
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"inputs": [
|
|
157
|
+
{
|
|
158
|
+
"components": [
|
|
159
|
+
{
|
|
160
|
+
"internalType": "address",
|
|
161
|
+
"name": "priceFeed",
|
|
162
|
+
"type": "address"
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"internalType": "uint32",
|
|
166
|
+
"name": "dstEid",
|
|
167
|
+
"type": "uint32"
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"internalType": "uint64",
|
|
171
|
+
"name": "confirmations",
|
|
172
|
+
"type": "uint64"
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"internalType": "address",
|
|
176
|
+
"name": "sender",
|
|
177
|
+
"type": "address"
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"internalType": "uint64",
|
|
181
|
+
"name": "quorum",
|
|
182
|
+
"type": "uint64"
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"internalType": "uint16",
|
|
186
|
+
"name": "defaultMultiplierBps",
|
|
187
|
+
"type": "uint16"
|
|
188
|
+
}
|
|
189
|
+
],
|
|
190
|
+
"internalType": "struct IDVNFeeLib.FeeParams",
|
|
191
|
+
"name": "_params",
|
|
192
|
+
"type": "tuple"
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"components": [
|
|
196
|
+
{
|
|
197
|
+
"internalType": "uint64",
|
|
198
|
+
"name": "gas",
|
|
199
|
+
"type": "uint64"
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"internalType": "uint16",
|
|
203
|
+
"name": "multiplierBps",
|
|
204
|
+
"type": "uint16"
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
"internalType": "uint128",
|
|
208
|
+
"name": "floorMarginUSD",
|
|
209
|
+
"type": "uint128"
|
|
210
|
+
}
|
|
211
|
+
],
|
|
212
|
+
"internalType": "struct IDVN.DstConfig",
|
|
213
|
+
"name": "_dstConfig",
|
|
214
|
+
"type": "tuple"
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
"internalType": "bytes",
|
|
218
|
+
"name": "_options",
|
|
219
|
+
"type": "bytes"
|
|
220
|
+
}
|
|
221
|
+
],
|
|
222
|
+
"name": "getFeeOnSend",
|
|
223
|
+
"outputs": [
|
|
224
|
+
{
|
|
225
|
+
"internalType": "uint256",
|
|
226
|
+
"name": "",
|
|
227
|
+
"type": "uint256"
|
|
228
|
+
}
|
|
229
|
+
],
|
|
230
|
+
"stateMutability": "payable",
|
|
231
|
+
"type": "function"
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
"inputs": [],
|
|
235
|
+
"name": "owner",
|
|
236
|
+
"outputs": [
|
|
237
|
+
{
|
|
238
|
+
"internalType": "address",
|
|
239
|
+
"name": "",
|
|
240
|
+
"type": "address"
|
|
241
|
+
}
|
|
242
|
+
],
|
|
243
|
+
"stateMutability": "view",
|
|
244
|
+
"type": "function"
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
"inputs": [],
|
|
248
|
+
"name": "renounceOwnership",
|
|
249
|
+
"outputs": [],
|
|
250
|
+
"stateMutability": "nonpayable",
|
|
251
|
+
"type": "function"
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
"inputs": [
|
|
255
|
+
{
|
|
256
|
+
"internalType": "address",
|
|
257
|
+
"name": "newOwner",
|
|
258
|
+
"type": "address"
|
|
259
|
+
}
|
|
260
|
+
],
|
|
261
|
+
"name": "transferOwnership",
|
|
262
|
+
"outputs": [],
|
|
263
|
+
"stateMutability": "nonpayable",
|
|
264
|
+
"type": "function"
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
"inputs": [
|
|
268
|
+
{
|
|
269
|
+
"internalType": "address",
|
|
270
|
+
"name": "_token",
|
|
271
|
+
"type": "address"
|
|
272
|
+
},
|
|
273
|
+
{
|
|
274
|
+
"internalType": "address",
|
|
275
|
+
"name": "_to",
|
|
276
|
+
"type": "address"
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
"internalType": "uint256",
|
|
280
|
+
"name": "_amount",
|
|
281
|
+
"type": "uint256"
|
|
282
|
+
}
|
|
283
|
+
],
|
|
284
|
+
"name": "withdrawToken",
|
|
285
|
+
"outputs": [],
|
|
286
|
+
"stateMutability": "nonpayable",
|
|
287
|
+
"type": "function"
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
"stateMutability": "payable",
|
|
291
|
+
"type": "receive"
|
|
292
|
+
}
|
|
293
|
+
],
|
|
294
|
+
"transactionHash": "0x989e6f1459570d26be6490ff13a89e241abb37b923d8b2a5bdc11f91fd417333",
|
|
295
|
+
"receipt": {
|
|
296
|
+
"to": null,
|
|
297
|
+
"from": "0xc13b65f7c53Cd6db2EA205a4b574b4a0858720A6",
|
|
298
|
+
"contractAddress": "0xd682ECF100f6F4284138AA925348633B0611Ae21",
|
|
299
|
+
"transactionIndex": 0,
|
|
300
|
+
"gasUsed": "1031845",
|
|
301
|
+
"logsBloom": "0x00000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000020000000000000400000000000000000000000000000001000000000000000000000000000000000000030000000000000000000800000000000000000000000000000000404000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000002000000000000000000000000000000000000000000000000000",
|
|
302
|
+
"blockHash": "0x8d99e9a2da31c7e308b5c844acc181490f91b3542b0462c97eabffce74dcf4cd",
|
|
303
|
+
"transactionHash": "0x989e6f1459570d26be6490ff13a89e241abb37b923d8b2a5bdc11f91fd417333",
|
|
304
|
+
"logs": [
|
|
305
|
+
{
|
|
306
|
+
"transactionIndex": 0,
|
|
307
|
+
"blockNumber": 199,
|
|
308
|
+
"transactionHash": "0x989e6f1459570d26be6490ff13a89e241abb37b923d8b2a5bdc11f91fd417333",
|
|
309
|
+
"address": "0xd682ECF100f6F4284138AA925348633B0611Ae21",
|
|
310
|
+
"topics": [
|
|
311
|
+
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
|
|
312
|
+
"0x0000000000000000000000000000000000000000000000000000000000000000",
|
|
313
|
+
"0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6"
|
|
314
|
+
],
|
|
315
|
+
"data": "0x",
|
|
316
|
+
"logIndex": 0,
|
|
317
|
+
"blockHash": "0x8d99e9a2da31c7e308b5c844acc181490f91b3542b0462c97eabffce74dcf4cd"
|
|
318
|
+
}
|
|
319
|
+
],
|
|
320
|
+
"blockNumber": 199,
|
|
321
|
+
"cumulativeGasUsed": "1031845",
|
|
322
|
+
"status": 1,
|
|
323
|
+
"byzantium": true
|
|
324
|
+
},
|
|
325
|
+
"args": [
|
|
326
|
+
"1000000000000000000"
|
|
327
|
+
],
|
|
328
|
+
"numDeployments": 1,
|
|
329
|
+
"solcInputHash": "719e21e6fdbab5c696bee34c9480cb88",
|
|
330
|
+
"bytecode": "0x60a060405234801561001057600080fd5b5060405161121d38038061121d83398101604081905261002f91610090565b61003833610040565b6080526100a9565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6000602082840312156100a257600080fd5b5051919050565b6080516111596100c4600039600061073101526111596000f3fe6080604052600436106100695760003560e01c80638da5cb5b116100435780638da5cb5b146100df578063df2b057e14610114578063f2fde38b1461012757600080fd5b806301e3366714610075578063715018a6146100975780637bfa20a9146100ac57600080fd5b3661007057005b600080fd5b34801561008157600080fd5b50610095610090366004610cf1565b610147565b005b3480156100a357600080fd5b5061009561015f565b3480156100b857600080fd5b506100cc6100c7366004610d2d565b610173565b6040519081526020015b60405180910390f35b3480156100eb57600080fd5b5060005460405173ffffffffffffffffffffffffffffffffffffffff90911681526020016100d6565b6100cc610122366004610d2d565b6102d5565b34801561013357600080fd5b50610095610142366004610ded565b6103b5565b61014f610471565b61015a8383836104f2565b505050565b610167610471565b6101716000610522565b565b600061017f8383610597565b5060006101a461019560a0880160808901610e08565b67ffffffffffffffff1661063b565b90506000806101b66020890189610ded565b73ffffffffffffffffffffffffffffffffffffffff166388a4124c6101e160408b0160208c01610e32565b856101ef60208c018c610e08565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e086901b16815263ffffffff939093166004840152602483019190915267ffffffffffffffff166044820152606401608060405180830381865afa158015610260573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102849190610e76565b9350505091506102c7828860200160208101906102a19190610ecb565b6102b160c08c0160a08d01610ecb565b6102c160608c0160408d01610eef565b856106a7565b93505050505b949350505050565b60006102e18383610597565b5060006102f761019560a0880160808901610e08565b90506000806103096020890189610ded565b73ffffffffffffffffffffffffffffffffffffffff1663c1723a1d61033460408b0160208c01610e32565b8561034260208c018c610e08565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e086901b16815263ffffffff939093166004840152602483019190915267ffffffffffffffff1660448201526064016080604051808303816000875af1158015610260573d6000803e3d6000fd5b6103bd610471565b73ffffffffffffffffffffffffffffffffffffffff8116610465576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201527f646472657373000000000000000000000000000000000000000000000000000060648201526084015b60405180910390fd5b61046e81610522565b50565b60005473ffffffffffffffffffffffffffffffffffffffff163314610171576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015260640161045c565b73ffffffffffffffffffffffffffffffffffffffff83166105175761015a82826107a1565b61015a8383836108a7565b6000805473ffffffffffffffffffffffffffffffffffffffff8381167fffffffffffffffffffffffff0000000000000000000000000000000000000000831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b60008082156105f3576000806105ae868685610915565b6040517f3d6c5c7000000000000000000000000000000000000000000000000000000000815260ff85166004820152909650929450859350506024909101905061045c565b80831461062f576040517f9af41d330000000000000000000000000000000000000000000000000000000081526004810182905260240161045c565b60009150505b92915050565b600080610649604184610f3b565b9050610656602082610f81565b1561067e57610666602082610f81565b6106709082610f95565b61067b906020610fa8565b90505b8061068b60e06044610fa8565b6106959190610fa8565b6106a0906040610fa8565b9392505050565b60008061ffff8616156106ba57856106bc565b845b905060006127106106d161ffff84168a610f3b565b6106db9190610fbb565b90506fffffffffffffffffffffffffffffffff8416158061070c57506fffffffffffffffffffffffffffffffff8516155b1561071a5791506107989050565b6000846fffffffffffffffffffffffffffffffff167f0000000000000000000000000000000000000000000000000000000000000000876fffffffffffffffffffffffffffffffff1661076d9190610f3b565b6107779190610fbb565b610781908a610fa8565b90508181116107905781610792565b805b93505050505b95945050505050565b73ffffffffffffffffffffffffffffffffffffffff82166107ee576040517f32fa6a1d00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60008273ffffffffffffffffffffffffffffffffffffffff168260405160006040518083038185875af1925050503d8060008114610848576040519150601f19603f3d011682016040523d82523d6000602084013e61084d565b606091505b505090508061015a576040517f2c024f9200000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff841660048201526024810183905260440161045c565b73ffffffffffffffffffffffffffffffffffffffff82166108f4576040517f32fa6a1d00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b61015a73ffffffffffffffffffffffffffffffffffffffff8416838361096f565b6000368160018401816109298888846109fc565b60028301929091506109419089908990600301610a23565b94506002820161ffff8216830161095a81838b8d610fcf565b979b909a50969850505061ffff160193505050565b6040805173ffffffffffffffffffffffffffffffffffffffff8416602482015260448082018490528251808303909101815260649091019091526020810180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fa9059cbb0000000000000000000000000000000000000000000000000000000017905261015a908490610a48565b600060028201610a0e81848688610fcf565b610a1791610ff9565b60f01c95945050505050565b6000838383818110610a3757610a37611041565b919091013560f81c95945050505050565b6000610aaa826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c65648152508573ffffffffffffffffffffffffffffffffffffffff16610b579092919063ffffffff16565b9050805160001480610acb575080806020019051810190610acb9190611070565b61015a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e60448201527f6f74207375636365656400000000000000000000000000000000000000000000606482015260840161045c565b60606102cd8484600085856000808673ffffffffffffffffffffffffffffffffffffffff168587604051610b8b91906110b6565b60006040518083038185875af1925050503d8060008114610bc8576040519150601f19603f3d011682016040523d82523d6000602084013e610bcd565b606091505b5091509150610bde87838387610be9565b979650505050505050565b60608315610c7f578251600003610c785773ffffffffffffffffffffffffffffffffffffffff85163b610c78576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604482015260640161045c565b50816102cd565b6102cd8383815115610c945781518083602001fd5b806040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161045c91906110d2565b803573ffffffffffffffffffffffffffffffffffffffff81168114610cec57600080fd5b919050565b600080600060608486031215610d0657600080fd5b610d0f84610cc8565b9250610d1d60208501610cc8565b9150604084013590509250925092565b600080600080848603610140811215610d4557600080fd5b60c0811215610d5357600080fd5b85945060607fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff4082011215610d8657600080fd5b5060c08501925061012085013567ffffffffffffffff80821115610da957600080fd5b818701915087601f830112610dbd57600080fd5b813581811115610dcc57600080fd5b886020828501011115610dde57600080fd5b95989497505060200194505050565b600060208284031215610dff57600080fd5b6106a082610cc8565b600060208284031215610e1a57600080fd5b813567ffffffffffffffff811681146106a057600080fd5b600060208284031215610e4457600080fd5b813563ffffffff811681146106a057600080fd5b6fffffffffffffffffffffffffffffffff8116811461046e57600080fd5b60008060008060808587031215610e8c57600080fd5b845193506020850151610e9e81610e58565b6040860151909350610eaf81610e58565b6060860151909250610ec081610e58565b939692955090935050565b600060208284031215610edd57600080fd5b813561ffff811681146106a057600080fd5b600060208284031215610f0157600080fd5b81356106a081610e58565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b808202811582820484141761063557610635610f0c565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b600082610f9057610f90610f52565b500690565b8181038181111561063557610635610f0c565b8082018082111561063557610635610f0c565b600082610fca57610fca610f52565b500490565b60008085851115610fdf57600080fd5b83861115610fec57600080fd5b5050820193919092039150565b7fffff00000000000000000000000000000000000000000000000000000000000081358181169160028510156110395780818660020360031b1b83161692505b505092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60006020828403121561108257600080fd5b815180151581146106a057600080fd5b60005b838110156110ad578181015183820152602001611095565b50506000910152565b600082516110c8818460208701611092565b9190910192915050565b60208152600082518060208401526110f1816040850160208701611092565b601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe016919091016040019291505056fea26469706673582212204e09cad5aed4d0da2e8e717a68c0a96381dd6abcd9ab2824075a013e1c7c1f7b64736f6c63430008160033",
|
|
331
|
+
"deployedBytecode": "0x6080604052600436106100695760003560e01c80638da5cb5b116100435780638da5cb5b146100df578063df2b057e14610114578063f2fde38b1461012757600080fd5b806301e3366714610075578063715018a6146100975780637bfa20a9146100ac57600080fd5b3661007057005b600080fd5b34801561008157600080fd5b50610095610090366004610cf1565b610147565b005b3480156100a357600080fd5b5061009561015f565b3480156100b857600080fd5b506100cc6100c7366004610d2d565b610173565b6040519081526020015b60405180910390f35b3480156100eb57600080fd5b5060005460405173ffffffffffffffffffffffffffffffffffffffff90911681526020016100d6565b6100cc610122366004610d2d565b6102d5565b34801561013357600080fd5b50610095610142366004610ded565b6103b5565b61014f610471565b61015a8383836104f2565b505050565b610167610471565b6101716000610522565b565b600061017f8383610597565b5060006101a461019560a0880160808901610e08565b67ffffffffffffffff1661063b565b90506000806101b66020890189610ded565b73ffffffffffffffffffffffffffffffffffffffff166388a4124c6101e160408b0160208c01610e32565b856101ef60208c018c610e08565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e086901b16815263ffffffff939093166004840152602483019190915267ffffffffffffffff166044820152606401608060405180830381865afa158015610260573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102849190610e76565b9350505091506102c7828860200160208101906102a19190610ecb565b6102b160c08c0160a08d01610ecb565b6102c160608c0160408d01610eef565b856106a7565b93505050505b949350505050565b60006102e18383610597565b5060006102f761019560a0880160808901610e08565b90506000806103096020890189610ded565b73ffffffffffffffffffffffffffffffffffffffff1663c1723a1d61033460408b0160208c01610e32565b8561034260208c018c610e08565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e086901b16815263ffffffff939093166004840152602483019190915267ffffffffffffffff1660448201526064016080604051808303816000875af1158015610260573d6000803e3d6000fd5b6103bd610471565b73ffffffffffffffffffffffffffffffffffffffff8116610465576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201527f646472657373000000000000000000000000000000000000000000000000000060648201526084015b60405180910390fd5b61046e81610522565b50565b60005473ffffffffffffffffffffffffffffffffffffffff163314610171576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015260640161045c565b73ffffffffffffffffffffffffffffffffffffffff83166105175761015a82826107a1565b61015a8383836108a7565b6000805473ffffffffffffffffffffffffffffffffffffffff8381167fffffffffffffffffffffffff0000000000000000000000000000000000000000831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b60008082156105f3576000806105ae868685610915565b6040517f3d6c5c7000000000000000000000000000000000000000000000000000000000815260ff85166004820152909650929450859350506024909101905061045c565b80831461062f576040517f9af41d330000000000000000000000000000000000000000000000000000000081526004810182905260240161045c565b60009150505b92915050565b600080610649604184610f3b565b9050610656602082610f81565b1561067e57610666602082610f81565b6106709082610f95565b61067b906020610fa8565b90505b8061068b60e06044610fa8565b6106959190610fa8565b6106a0906040610fa8565b9392505050565b60008061ffff8616156106ba57856106bc565b845b905060006127106106d161ffff84168a610f3b565b6106db9190610fbb565b90506fffffffffffffffffffffffffffffffff8416158061070c57506fffffffffffffffffffffffffffffffff8516155b1561071a5791506107989050565b6000846fffffffffffffffffffffffffffffffff167f0000000000000000000000000000000000000000000000000000000000000000876fffffffffffffffffffffffffffffffff1661076d9190610f3b565b6107779190610fbb565b610781908a610fa8565b90508181116107905781610792565b805b93505050505b95945050505050565b73ffffffffffffffffffffffffffffffffffffffff82166107ee576040517f32fa6a1d00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60008273ffffffffffffffffffffffffffffffffffffffff168260405160006040518083038185875af1925050503d8060008114610848576040519150601f19603f3d011682016040523d82523d6000602084013e61084d565b606091505b505090508061015a576040517f2c024f9200000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff841660048201526024810183905260440161045c565b73ffffffffffffffffffffffffffffffffffffffff82166108f4576040517f32fa6a1d00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b61015a73ffffffffffffffffffffffffffffffffffffffff8416838361096f565b6000368160018401816109298888846109fc565b60028301929091506109419089908990600301610a23565b94506002820161ffff8216830161095a81838b8d610fcf565b979b909a50969850505061ffff160193505050565b6040805173ffffffffffffffffffffffffffffffffffffffff8416602482015260448082018490528251808303909101815260649091019091526020810180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fa9059cbb0000000000000000000000000000000000000000000000000000000017905261015a908490610a48565b600060028201610a0e81848688610fcf565b610a1791610ff9565b60f01c95945050505050565b6000838383818110610a3757610a37611041565b919091013560f81c95945050505050565b6000610aaa826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c65648152508573ffffffffffffffffffffffffffffffffffffffff16610b579092919063ffffffff16565b9050805160001480610acb575080806020019051810190610acb9190611070565b61015a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e60448201527f6f74207375636365656400000000000000000000000000000000000000000000606482015260840161045c565b60606102cd8484600085856000808673ffffffffffffffffffffffffffffffffffffffff168587604051610b8b91906110b6565b60006040518083038185875af1925050503d8060008114610bc8576040519150601f19603f3d011682016040523d82523d6000602084013e610bcd565b606091505b5091509150610bde87838387610be9565b979650505050505050565b60608315610c7f578251600003610c785773ffffffffffffffffffffffffffffffffffffffff85163b610c78576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604482015260640161045c565b50816102cd565b6102cd8383815115610c945781518083602001fd5b806040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161045c91906110d2565b803573ffffffffffffffffffffffffffffffffffffffff81168114610cec57600080fd5b919050565b600080600060608486031215610d0657600080fd5b610d0f84610cc8565b9250610d1d60208501610cc8565b9150604084013590509250925092565b600080600080848603610140811215610d4557600080fd5b60c0811215610d5357600080fd5b85945060607fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff4082011215610d8657600080fd5b5060c08501925061012085013567ffffffffffffffff80821115610da957600080fd5b818701915087601f830112610dbd57600080fd5b813581811115610dcc57600080fd5b886020828501011115610dde57600080fd5b95989497505060200194505050565b600060208284031215610dff57600080fd5b6106a082610cc8565b600060208284031215610e1a57600080fd5b813567ffffffffffffffff811681146106a057600080fd5b600060208284031215610e4457600080fd5b813563ffffffff811681146106a057600080fd5b6fffffffffffffffffffffffffffffffff8116811461046e57600080fd5b60008060008060808587031215610e8c57600080fd5b845193506020850151610e9e81610e58565b6040860151909350610eaf81610e58565b6060860151909250610ec081610e58565b939692955090935050565b600060208284031215610edd57600080fd5b813561ffff811681146106a057600080fd5b600060208284031215610f0157600080fd5b81356106a081610e58565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b808202811582820484141761063557610635610f0c565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b600082610f9057610f90610f52565b500690565b8181038181111561063557610635610f0c565b8082018082111561063557610635610f0c565b600082610fca57610fca610f52565b500490565b60008085851115610fdf57600080fd5b83861115610fec57600080fd5b5050820193919092039150565b7fffff00000000000000000000000000000000000000000000000000000000000081358181169160028510156110395780818660020360031b1b83161692505b505092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60006020828403121561108257600080fd5b815180151581146106a057600080fd5b60005b838110156110ad578181015183820152602001611095565b50506000910152565b600082516110c8818460208701611092565b9190910192915050565b60208152600082518060208401526110f1816040850160208701611092565b601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe016919091016040019291505056fea26469706673582212204e09cad5aed4d0da2e8e717a68c0a96381dd6abcd9ab2824075a013e1c7c1f7b64736f6c63430008160033",
|
|
332
|
+
"devdoc": {
|
|
333
|
+
"kind": "dev",
|
|
334
|
+
"methods": {
|
|
335
|
+
"getFee((address,uint32,uint64,address,uint64,uint16),(uint64,uint16,uint128),bytes)": {
|
|
336
|
+
"details": "get fee view function",
|
|
337
|
+
"params": {
|
|
338
|
+
"": "//_options options",
|
|
339
|
+
"_dstConfig": "dst config",
|
|
340
|
+
"_params": "fee params"
|
|
341
|
+
}
|
|
342
|
+
},
|
|
343
|
+
"getFeeOnSend((address,uint32,uint64,address,uint64,uint16),(uint64,uint16,uint128),bytes)": {
|
|
344
|
+
"details": "get fee function that can change state. e.g. paying priceFeed",
|
|
345
|
+
"params": {
|
|
346
|
+
"": "//_options options",
|
|
347
|
+
"_dstConfig": "dst config",
|
|
348
|
+
"_params": "fee params"
|
|
349
|
+
}
|
|
350
|
+
},
|
|
351
|
+
"owner()": {
|
|
352
|
+
"details": "Returns the address of the current owner."
|
|
353
|
+
},
|
|
354
|
+
"renounceOwnership()": {
|
|
355
|
+
"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."
|
|
356
|
+
},
|
|
357
|
+
"transferOwnership(address)": {
|
|
358
|
+
"details": "Transfers ownership of the contract to a new account (`newOwner`). Can only be called by the current owner."
|
|
359
|
+
}
|
|
360
|
+
},
|
|
361
|
+
"version": 1
|
|
362
|
+
},
|
|
363
|
+
"userdoc": {
|
|
364
|
+
"kind": "user",
|
|
365
|
+
"methods": {},
|
|
366
|
+
"version": 1
|
|
367
|
+
},
|
|
368
|
+
"storageLayout": {
|
|
369
|
+
"storage": [
|
|
370
|
+
{
|
|
371
|
+
"astId": 6813,
|
|
372
|
+
"contract": "contracts/uln/dvn/DVNFeeLib.sol:DVNFeeLib",
|
|
373
|
+
"label": "_owner",
|
|
374
|
+
"offset": 0,
|
|
375
|
+
"slot": "0",
|
|
376
|
+
"type": "t_address"
|
|
377
|
+
}
|
|
378
|
+
],
|
|
379
|
+
"types": {
|
|
380
|
+
"t_address": {
|
|
381
|
+
"encoding": "inplace",
|
|
382
|
+
"label": "address",
|
|
383
|
+
"numberOfBytes": "20"
|
|
384
|
+
}
|
|
385
|
+
}
|
|
386
|
+
}
|
|
387
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0x464570adA09869d8741132183721B4f0769a0287",
|
|
3
3
|
"abi": [
|
|
4
4
|
{
|
|
5
5
|
"inputs": [
|
|
@@ -2355,66 +2355,9 @@
|
|
|
2355
2355
|
"type": "function"
|
|
2356
2356
|
}
|
|
2357
2357
|
],
|
|
2358
|
-
"transactionHash": "0xdbab31e0cde7003a1d550754253e544a37c5ccf928a5b87ccffb36cb343d0b60",
|
|
2359
|
-
"receipt": {
|
|
2360
|
-
"to": null,
|
|
2361
|
-
"from": "0x70997970C51812dc3A010C7d01b50e0d17dc79C8",
|
|
2362
|
-
"contractAddress": "0xbCF26943C0197d2eE0E5D05c716Be60cc2761508",
|
|
2363
|
-
"transactionIndex": 0,
|
|
2364
|
-
"gasUsed": "5619389",
|
|
2365
|
-
"logsBloom": "0x00000000000000000002000000000000000000000200000020800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000800020000000000200000000800000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000020000000000000000000000008000000000001000000000000010000000000000000",
|
|
2366
|
-
"blockHash": "0x90703fa6d7296969dc2f33b1265ae5b32f07bec6b611fc35f14df422e2bcef40",
|
|
2367
|
-
"transactionHash": "0xdbab31e0cde7003a1d550754253e544a37c5ccf928a5b87ccffb36cb343d0b60",
|
|
2368
|
-
"logs": [
|
|
2369
|
-
{
|
|
2370
|
-
"transactionIndex": 0,
|
|
2371
|
-
"blockNumber": 8,
|
|
2372
|
-
"transactionHash": "0xdbab31e0cde7003a1d550754253e544a37c5ccf928a5b87ccffb36cb343d0b60",
|
|
2373
|
-
"address": "0xbCF26943C0197d2eE0E5D05c716Be60cc2761508",
|
|
2374
|
-
"topics": [
|
|
2375
|
-
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
|
|
2376
|
-
"0x0000000000000000000000000000000000000000000000000000000000000000",
|
|
2377
|
-
"0x00000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8"
|
|
2378
|
-
],
|
|
2379
|
-
"data": "0x",
|
|
2380
|
-
"logIndex": 0,
|
|
2381
|
-
"blockHash": "0x90703fa6d7296969dc2f33b1265ae5b32f07bec6b611fc35f14df422e2bcef40"
|
|
2382
|
-
},
|
|
2383
|
-
{
|
|
2384
|
-
"transactionIndex": 0,
|
|
2385
|
-
"blockNumber": 8,
|
|
2386
|
-
"transactionHash": "0xdbab31e0cde7003a1d550754253e544a37c5ccf928a5b87ccffb36cb343d0b60",
|
|
2387
|
-
"address": "0xbCF26943C0197d2eE0E5D05c716Be60cc2761508",
|
|
2388
|
-
"topics": [
|
|
2389
|
-
"0x6b374d56679ca9463f27c85c6311e2bb7fde69bf201d3da39d53f10bd9d78af5"
|
|
2390
|
-
],
|
|
2391
|
-
"data": "0x000000000000000000000000bd2e71fc7122b85b42441bfcd82afd86224540d2",
|
|
2392
|
-
"logIndex": 1,
|
|
2393
|
-
"blockHash": "0x90703fa6d7296969dc2f33b1265ae5b32f07bec6b611fc35f14df422e2bcef40"
|
|
2394
|
-
},
|
|
2395
|
-
{
|
|
2396
|
-
"transactionIndex": 0,
|
|
2397
|
-
"blockNumber": 8,
|
|
2398
|
-
"transactionHash": "0xdbab31e0cde7003a1d550754253e544a37c5ccf928a5b87ccffb36cb343d0b60",
|
|
2399
|
-
"address": "0xbCF26943C0197d2eE0E5D05c716Be60cc2761508",
|
|
2400
|
-
"topics": [
|
|
2401
|
-
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
|
|
2402
|
-
"0x00000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8",
|
|
2403
|
-
"0x00000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8"
|
|
2404
|
-
],
|
|
2405
|
-
"data": "0x",
|
|
2406
|
-
"logIndex": 2,
|
|
2407
|
-
"blockHash": "0x90703fa6d7296969dc2f33b1265ae5b32f07bec6b611fc35f14df422e2bcef40"
|
|
2408
|
-
}
|
|
2409
|
-
],
|
|
2410
|
-
"blockNumber": 8,
|
|
2411
|
-
"cumulativeGasUsed": "5619389",
|
|
2412
|
-
"status": 1,
|
|
2413
|
-
"byzantium": true
|
|
2414
|
-
},
|
|
2415
2358
|
"args": [
|
|
2416
|
-
|
|
2417
|
-
"
|
|
2359
|
+
40237,
|
|
2360
|
+
"0xc13b65f7c53Cd6db2EA205a4b574b4a0858720A6"
|
|
2418
2361
|
],
|
|
2419
2362
|
"numDeployments": 1,
|
|
2420
2363
|
"solcInputHash": "ca37e77554bab69a0389a00922960a6a",
|
|
@@ -2951,5 +2894,113 @@
|
|
|
2951
2894
|
"numberOfBytes": "8"
|
|
2952
2895
|
}
|
|
2953
2896
|
}
|
|
2897
|
+
},
|
|
2898
|
+
"transactionHash": "0xb9533532b93d06cb77b246eeefa2d14a28b179eba17e9d0a1457bb7a9d5a2e03",
|
|
2899
|
+
"receipt": {
|
|
2900
|
+
"to": "0x8Cad6A96B0a287e29bA719257d0eF431Ea6D888B",
|
|
2901
|
+
"from": "0xc13b65f7c53Cd6db2EA205a4b574b4a0858720A6",
|
|
2902
|
+
"contractAddress": null,
|
|
2903
|
+
"transactionIndex": 0,
|
|
2904
|
+
"root": "0xaf4407cc5520e3274b5b06702be5492515fecc363eb1113507b8f67dbaee8a18",
|
|
2905
|
+
"gasUsed": {
|
|
2906
|
+
"type": "BigNumber",
|
|
2907
|
+
"hex": "0x577a74"
|
|
2908
|
+
},
|
|
2909
|
+
"logsBloom": "0x00000000000000000000000000000000000000000200000020800100000000080000000000000000000000000000000000000000000000000000020000000000000400000000000100000000000000000001008000000000000000000000000000000000030000000000000000000800000000000000000000000000000000400000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000008200000000000000000000000000000000000000000",
|
|
2910
|
+
"blockHash": "0x5d57abc58b84a3a576fdb5d3feb8bbd9fa9f4df139355f7092e2e30315e824d4",
|
|
2911
|
+
"transactionHash": "0xb9533532b93d06cb77b246eeefa2d14a28b179eba17e9d0a1457bb7a9d5a2e03",
|
|
2912
|
+
"logs": [
|
|
2913
|
+
{
|
|
2914
|
+
"transactionIndex": 0,
|
|
2915
|
+
"blockNumber": 195,
|
|
2916
|
+
"transactionHash": "0xb9533532b93d06cb77b246eeefa2d14a28b179eba17e9d0a1457bb7a9d5a2e03",
|
|
2917
|
+
"address": "0x464570adA09869d8741132183721B4f0769a0287",
|
|
2918
|
+
"topics": [
|
|
2919
|
+
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
|
|
2920
|
+
"0x0000000000000000000000000000000000000000000000000000000000000000",
|
|
2921
|
+
"0x0000000000000000000000000e05bb2d6f0df90b51a6c1e8e16a2ee5fcd6af6b"
|
|
2922
|
+
],
|
|
2923
|
+
"data": "0x",
|
|
2924
|
+
"logIndex": 0,
|
|
2925
|
+
"blockHash": "0x5d57abc58b84a3a576fdb5d3feb8bbd9fa9f4df139355f7092e2e30315e824d4"
|
|
2926
|
+
},
|
|
2927
|
+
{
|
|
2928
|
+
"transactionIndex": 0,
|
|
2929
|
+
"blockNumber": 195,
|
|
2930
|
+
"transactionHash": "0xb9533532b93d06cb77b246eeefa2d14a28b179eba17e9d0a1457bb7a9d5a2e03",
|
|
2931
|
+
"address": "0x464570adA09869d8741132183721B4f0769a0287",
|
|
2932
|
+
"topics": [
|
|
2933
|
+
"0x6b374d56679ca9463f27c85c6311e2bb7fde69bf201d3da39d53f10bd9d78af5"
|
|
2934
|
+
],
|
|
2935
|
+
"data": "0x00000000000000000000000052e39a3bba5dc4b24d14934cf842a1242f589424",
|
|
2936
|
+
"logIndex": 1,
|
|
2937
|
+
"blockHash": "0x5d57abc58b84a3a576fdb5d3feb8bbd9fa9f4df139355f7092e2e30315e824d4"
|
|
2938
|
+
},
|
|
2939
|
+
{
|
|
2940
|
+
"transactionIndex": 0,
|
|
2941
|
+
"blockNumber": 195,
|
|
2942
|
+
"transactionHash": "0xb9533532b93d06cb77b246eeefa2d14a28b179eba17e9d0a1457bb7a9d5a2e03",
|
|
2943
|
+
"address": "0x464570adA09869d8741132183721B4f0769a0287",
|
|
2944
|
+
"topics": [
|
|
2945
|
+
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
|
|
2946
|
+
"0x0000000000000000000000000e05bb2d6f0df90b51a6c1e8e16a2ee5fcd6af6b",
|
|
2947
|
+
"0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6"
|
|
2948
|
+
],
|
|
2949
|
+
"data": "0x",
|
|
2950
|
+
"logIndex": 2,
|
|
2951
|
+
"blockHash": "0x5d57abc58b84a3a576fdb5d3feb8bbd9fa9f4df139355f7092e2e30315e824d4"
|
|
2952
|
+
}
|
|
2953
|
+
],
|
|
2954
|
+
"blockNumber": 195,
|
|
2955
|
+
"confirmations": 1,
|
|
2956
|
+
"cumulativeGasUsed": {
|
|
2957
|
+
"type": "BigNumber",
|
|
2958
|
+
"hex": "0x577a74"
|
|
2959
|
+
},
|
|
2960
|
+
"status": 1,
|
|
2961
|
+
"type": 0,
|
|
2962
|
+
"byzantium": true,
|
|
2963
|
+
"events": [
|
|
2964
|
+
{
|
|
2965
|
+
"transactionIndex": 0,
|
|
2966
|
+
"blockNumber": 195,
|
|
2967
|
+
"transactionHash": "0xb9533532b93d06cb77b246eeefa2d14a28b179eba17e9d0a1457bb7a9d5a2e03",
|
|
2968
|
+
"address": "0x464570adA09869d8741132183721B4f0769a0287",
|
|
2969
|
+
"topics": [
|
|
2970
|
+
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
|
|
2971
|
+
"0x0000000000000000000000000000000000000000000000000000000000000000",
|
|
2972
|
+
"0x0000000000000000000000000e05bb2d6f0df90b51a6c1e8e16a2ee5fcd6af6b"
|
|
2973
|
+
],
|
|
2974
|
+
"data": "0x",
|
|
2975
|
+
"logIndex": 0,
|
|
2976
|
+
"blockHash": "0x5d57abc58b84a3a576fdb5d3feb8bbd9fa9f4df139355f7092e2e30315e824d4"
|
|
2977
|
+
},
|
|
2978
|
+
{
|
|
2979
|
+
"transactionIndex": 0,
|
|
2980
|
+
"blockNumber": 195,
|
|
2981
|
+
"transactionHash": "0xb9533532b93d06cb77b246eeefa2d14a28b179eba17e9d0a1457bb7a9d5a2e03",
|
|
2982
|
+
"address": "0x464570adA09869d8741132183721B4f0769a0287",
|
|
2983
|
+
"topics": [
|
|
2984
|
+
"0x6b374d56679ca9463f27c85c6311e2bb7fde69bf201d3da39d53f10bd9d78af5"
|
|
2985
|
+
],
|
|
2986
|
+
"data": "0x00000000000000000000000052e39a3bba5dc4b24d14934cf842a1242f589424",
|
|
2987
|
+
"logIndex": 1,
|
|
2988
|
+
"blockHash": "0x5d57abc58b84a3a576fdb5d3feb8bbd9fa9f4df139355f7092e2e30315e824d4"
|
|
2989
|
+
},
|
|
2990
|
+
{
|
|
2991
|
+
"transactionIndex": 0,
|
|
2992
|
+
"blockNumber": 195,
|
|
2993
|
+
"transactionHash": "0xb9533532b93d06cb77b246eeefa2d14a28b179eba17e9d0a1457bb7a9d5a2e03",
|
|
2994
|
+
"address": "0x464570adA09869d8741132183721B4f0769a0287",
|
|
2995
|
+
"topics": [
|
|
2996
|
+
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
|
|
2997
|
+
"0x0000000000000000000000000e05bb2d6f0df90b51a6c1e8e16a2ee5fcd6af6b",
|
|
2998
|
+
"0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6"
|
|
2999
|
+
],
|
|
3000
|
+
"data": "0x",
|
|
3001
|
+
"logIndex": 2,
|
|
3002
|
+
"blockHash": "0x5d57abc58b84a3a576fdb5d3feb8bbd9fa9f4df139355f7092e2e30315e824d4"
|
|
3003
|
+
}
|
|
3004
|
+
]
|
|
2954
3005
|
}
|
|
2955
3006
|
}
|