Abi class provides powerful helpers for working with Ethereum’s Application Binary Interface (ABI).
Function Selectors
Compute the 4-byte function selector for any function signature.Event Topics
Compute the 32-byte topic hash for an event signature.Decoding Events
Decode raw logs into Java objects usingAbi.decodeEvents.
FastAbiEncoder
For zero-allocation, low-level encoding of arguments (useful for manualeth_call construction).