Contract Account
Vertragskonto
Smart Contracts
2 references
Ein Ethereum-Konto, das vom EVM ausgeführten Code enthält. Vertragskonten können Transaktionen nicht direkt signieren;Sie werden ausgeführt, wenn sie durch eine Transaktion oder einen anderen Vertrag aufgerufen werden.
Erscheint in 2 Whitepaper-Abschnitten
$ETH
Ethereum
Ethereum State Transition Function
...externally owned account, this completes the transaction. If the recipient is a contract account, the contract's code runs in the Ethereum Virtual Machine, consuming gas for ea...
Code Execution
...ons. Storage is the persistent key-value store permanently associated with each contract account, where contracts maintain their long-term state across transactions. These stor...