Learn Before
Concept

Ethereum Account Fields

An Ethereum account contains four fields:

  • nonce: A counter that tracks the number of transactions sent from an externally-owned account or the number of contracts created by a contract account.
  • balance: The amount of wei owned by the account's address.
  • codeHash: The hash of the account's smart contract code on the Ethereum Virtual Machine (EVM); this code cannot be changed once deployed.
  • storageRoot: A 256-bit hash representing the root node of a Merkle Patricia tree, which stores the account's specific state.

0

1

Updated 2026-07-06

Tags

Cryptoeconomics

Empirical Science

Ethereum Accounts

Economics

Social Science

Science

Economy

The Economy 2.0 Macroeconomics @ CORE Econ

Related