memoscan
← all memos

Memo 0xdae65096…cce925 on Ethereum

Quick Fact of EVM: The Ethereum Virtual Machine is the runtime environment for smart contracts in Ethereum. It is not only sandboxed but actually completely isolated, which means that code running inside the EVM has no access to network, filesystem or other processes. Smart contracts even have limited access to other smart contracts. There are two kinds of accounts in Ethereum: External accounts and contract accounts, and the two types are treated equally by the EVM.