blockchain
Opcode
A single low-level instruction in the Ethereum Virtual Machine, such as ADD, SLOAD (storage read), CALL (external call), or KECCAK256 (hash). Each opcode has a fixed gas cost defined by the protocol. Solidity source code compiles down to a sequence of opcodes the EVM executes; reading a contract's bytecode means reading its opcode stream. Reference at evm.codes.
Related terms
Every glossary term is educational only. Nothing on this page constitutes financial, investment, tax, or legal advice. Browse all 356 terms →
Spotted an error? Report it on GitHub — our correction policy