Learn Before
Relation

Ethereum Account Fields

An account under Ethereum has four fields:

  • nonce: This counter tracks the number of transactions sent from an externally-owned account or the number of contracts created by a contract account.
  • balance: The number of wei owned by this address.
  • codeHash: This hash refers to the code of an account on the Ethereum virtual machine (EVM, it cannot be changed.
  • storageRoot: is a 256-bit hash that represents the root node of a Merkle Patricia tree, each Ethereum account has its own storage trie that stores the account's state.

0

1

Updated 2023-03-06

Tags

Cryptoeconomics

Empirical Science

Ethereum Accounts

Economics

Social Science

Science