Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to get the name of the log in transaction receipt ? #141

Open
mthinh opened this issue Mar 6, 2024 · 1 comment
Open

How to get the name of the log in transaction receipt ? #141

mthinh opened this issue Mar 6, 2024 · 1 comment

Comments

@mthinh
Copy link

mthinh commented Mar 6, 2024

What ?

How to get the name of log in tx receipt ?
My transaction's log looks like this. Is there any way to get the name of the log like what display on EthereumScan ?
reference link: https://sepolia.etherscan.io/tx/0xc4193cbe6e4607cae399dff34fd471e13426c4df0a7871b5dd5cf4a1544dbb50#eventlog

Screenshot 2024-03-06 at 18 31 01 Screenshot 2024-03-06 at 18 31 56
@kevtechi
Copy link

This information is only available on Etherscan because the contract was verified.

Usually you include an ABI in your app which will help it assign names and data types.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants