web3dart
web3dart copied to clipboard
How to get the name of the log in transaction receipt ?
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
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.