blockchain
Bytecode
The compiled binary representation of a smart contract — the EVM's executable format. Solidity source code is compiled into bytecode that gets deployed on-chain. The bytecode is what nodes actually execute; the source code is only available if the developer verifies it on a block explorer. Reading bytecode directly is hard, but tools like dedaub.com and panoramix can decompile it to approximate source.
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