Contract Account
Compte de contrat
Smart Contracts
2 references
Un compte Ethereum qui contient du code exécuté par l'EVM. Les comptes de contrats ne peuvent pas signer directement les transactions ;ils s'exécutent lorsqu'ils sont appelés par une transaction ou un autre contrat.
Apparaît dans 2 sections de livres blancs
$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...