Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 585 Bytes

Ethereum Account.md

File metadata and controls

21 lines (19 loc) · 585 Bytes

Ethereum account contains four fields:

  1. The nonce, a counter used to make sure each transaction can only be processed once
  2. The account's current ether balance
  3. The account's contract code, if present
  4. The account's storage (empty by default)

Slide Screenshot

023.jpg


Slide Text

  • Four Fields
  • Nonce -> Counter
  • Balance -> Ether
  • Contract Code
  • Contract Storage

References