hi everyone!
some TX has empty input data. Is there way to get input data for these TX?

Dec 17, 2020, 8:44 PM
Any way to get logs of a TX?
Hi everyone!
can i decode input data without function abi?
How i can get logs of a Tx?
Dec 17, 2020, 9:47 PM
Is the contract not public at all?
Dec 17, 2020, 9:49 PM
Yes
contract not public
Dec 17, 2020, 9:51 PM
What's the goal of reading the Logs, do you want to understand what happened in a TX?
You could attempt to decompile the bytecode for example in Etherscan, but without the code source you probably won't get a "humanly readable code" from what I know
Dec 17, 2020, 9:51 PM
i need data from input data. which i get by web3 with TX hash but cannot decode it without function ABI. so i decide to get data by TX’s logs
i tried before came to here. yes not human readable code
Dec 17, 2020, 9:53 PM
Maybe check any events are being emitted. They probably contains i/p data too
Or if the code is not verified, you'll have a hard time retrieving input data
Yeah this
Dec 17, 2020, 9:54 PM
logs actually are the event which get emit. And yes trying to get data by Logs/Events of TX.
Yes, digging it down and finding a way
Any idea how i can get logs/Events of a TX’s?
Dec 17, 2020, 9:55 PM
Can you see the events in the events tab in etherscan?
Dec 17, 2020, 9:56 PM
Doesn't etherscan provide api for that?
Dec 17, 2020, 9:56 PM
for the contact NO. I actually want data of TX which is on that contract. and TX has log tab which shows TX events
Dec 17, 2020, 9:58 PM
Ahh ok. Can you maybe click on "Hex" dropdown and change it to number/text/address? If it looks like it makes sense, then that's the input
😂
Dec 17, 2020, 10:10 PM
If the contract abi isn't public, you can still deconstruct the byte code manually. Decompile it and then you will have some better idea of what's happening.
Not simple. Sounds like some things a very skilled Developer might do for 1000 bucks
Dec 18, 2020, 5:00 AM

© 2024 Draquery.com All rights reserved.