Some example Ethereum transactions
For each of the following transactions, determine:
- The sender ("from")
- The recipient ("to")
- The gas price the transaction offered (in Gwei)
- How much gas was used (in units of gas)
- How much the sender actually paid as a "transaction fee" (in ETH and/or $)
- Did it use all gas up to the gas limit?
- Did the transaction succeed?
- Was the recipient an EOA or a smart contract?
- Was there any input data?
- Simple transfer
- Out of gas
- Exception thrown (old way: uses up all gas)
- Exception thrown (new way: revert)
- Contract creation