You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
A simple wrapper around web3j to simplify common use-cases. Also provides pre-configured chain information to access other EVM-compatible chains except Ethereum itself (e.g. Avalanche).