Glosarium mata uang kripto
Tampilan Grafik14 istilah dengan tautan ke whitepaper asli.
Ethereum Virtual Machine: the runtime environment that executes smart contract bytecode on Ethereum-like chains. It def…
A named log type emitted by a smart contract, often used for off-chain indexing and UI updates. Events allow applicatio…
An Ethereum account controlled by a private key. EOAs can sign transactions and pay gas; they have no code, only balanc…
Solana's parallel smart contract runtime that allows non-overlapping transactions to execute concurrently. Parallelism …
Program code deployed on a blockchain that can hold assets and execute deterministically based on inputs. Smart contrac…
A high-level smart contract programming language commonly used to write contracts for the EVM. Solidity compiles to EVM…
The current data of the blockchain that affects transaction validity and execution results. In Ethereum, state includes…
A root hash committing to the blockchain's state at a particular block. In Ethereum, the state root is the root of the …
Persistent contract data stored on-chain, typically more expensive to write than transient memory. In the EVM, storage …