34 - Nonce
A scalar value equal to the number of transactions sent from the EOA account or, in the case of Contract accounts, it is the number of contract-creations made by the account.
- Nonce -> Number used only once
- Sequence Number -> Prevents replay attacks
- EOA -> # of Tx's sent
- Contract -> # of Contracts Created by this account