GlossaryBlockchain Glossary
ABI
Application Binary Interface — the standard specification for how to interact with a smart contract. It defines function signatures, parameter types, return types, and event schemas. Without the ABI, external code cannot call a contract's functions correctly.