LOGBOOK

HELP

Quiz Entry - updated: 2026.07.30

What is an interface (in Solidity)?

A minimal contract listing only function declarations with no bodies, used to obtain a contract's ABI so you can call a deployed contract at a known address.

Compiling an interface yields the ABI without any implementation. Importing the AggregatorV3Interface, for instance, is how a contract learns how to call a Chainlink price feed.

From Quiz: IOTHACK / IOTHACK Glossary | Updated: Jul 30, 2026