osslabz / evm-abi-decoder

EVM ABI Decoder allows to decode raw input data from EVM tx (on Ethereum or a compatible chain like Avalanche, BSC stc) into processable format obtained from the contract's ABI definition (JSON).

Home Page:https://github.com/osslabz/evm-abi-decoder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[feature]are there any plans to support decodeLog

whispin opened this issue · comments

thanks a lot for your work,solved a lot of my problems,

are there any plans to support decodeLog, just like web3.eth.abi.decodeLog(inputs, hexString, topics);

Added log parsing support pull. Please review #93