加密货币术语表
图表视图14 个术语,含原始白皮书反向链接
Ethereum Virtual Machine: the runtime environment that executes smart contract bytecode on Ethereum-like chains. It d...
A named log type emitted by a smart contract, often used for off-chain indexing and UI updates. Events allow applicat...
An Ethereum account controlled by a private key. EOAs can sign transactions and pay gas; they have no code, only bala...
Solana's parallel smart contract runtime that allows non-overlapping transactions to execute concurrently. Parallelis...
Program code deployed on a blockchain that can hold assets and execute deterministically based on inputs. Smart contr...
A high-level smart contract programming language commonly used to write contracts for the EVM. Solidity compiles to E...
The current data of the blockchain that affects transaction validity and execution results. In Ethereum, state includ...
A root hash committing to the blockchain's state at a particular block. In Ethereum, the state root is the root of th...
Persistent contract data stored on-chain, typically more expensive to write than transient memory. In the EVM, storag...