Learn Before
Concept
Ethereum Accounts
In Ethereum, the state is made up of objects called "accounts", with each account having a 20-byte address and state transitions being direct transfers of value and information between accounts. An Ethereum account contains four fields:
-The nonce, a counter used to make sure each transaction can only be processed once -The account's current ether balance -The account's contract code, if present -The account's storage
0
1
Updated 2023-03-21
Tags
Cryptoeconomics
Economics
Social Science
Empirical Science
Science