Contract Account
合约账户
Smart Contracts
2 references
包含 EVM 执行代码的以太坊帐户。合约账户无法直接签署交易;它们在被交易或其他合约调用时执行。
出现在 2 个白皮书章节中
$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...