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...