حساب العقد
حساب العقد
Smart Contracts
2 مراجع
حساب Ethereum يحتوي على تعليمات برمجية يتم تنفيذها بواسطة EVM. لا يمكن لحسابات العقود التوقيع على المعاملات مباشرة؛يتم تنفيذها عند استدعائها بواسطة معاملة أو عقد آخر.
يظهر في 2 أقسام من المستندات
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...