Bytecode
Source code translated to low-level instructions designed for the Ethereum Virtual Machine—the software that runs on every node in the Ethereum blockchain—that is deployed as a smart contract and stored on the blockchain. It contains both the contract’s programming instructions and initialization parameters needed for execution.
Back to Dictionary