ABI (application binary interface)
Last updated:
Applies to: EVM chains
In more detail
A call's data starts with the function selector — the first four bytes of the Keccak-256 hash of the function signature, name and parameter types without spaces — followed by the ABI-encoded arguments. Return values and event data are decoded with the same rules.