Contract Account
契約アカウント
Smart Contracts
2 references
EVM によって実行されるコードを含む Ethereum アカウント。契約アカウントはトランザクションに直接署名できません。これらは、トランザクションまたは別のコントラクトによって呼び出されたときに実行されます。
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...