250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 기준
- Ethereum
- evm
- hardhat
- Redux
- CLASS
- JavaScript
- REACT
- node.js
- HTML
- 삶
- concept
- CSS
- typeScript
- built in object
- solidity
- useState
- express.js
- SSR
- Interface
- Props
- web
- blockchain
- graphQL
- nextJS
- middleware
- tailwindcss
- API
- bitcoin
- error
Archives
- Today
- Total
ReasonJun
Ethereum : Transaction Receipt 본문
728x90
- Type: The type of transaction (e.g., LegacyTxType, AccessListTxType).
- PostState: The root hash of the world state after transaction execution.
- Status: The transaction's status (1 for success, 0 for failure).
- CumulativeGasUsed: Total gas used by the transaction and its sub-transactions.
- Bloom: A Bloom filter for efficient retrieval of logs matching specific topics.
- Logs: An array of logs emitted during transaction execution.
- TxHash: Hash of the transaction.
- ContractAddress: Address of the created contract (if applicable).
- GasUsed: Gas used by the transaction itself.
- EffectiveGasPrice: Effective gas price paid for the transaction.
- BlobGasUsed: Gas used for any internal calls or contract creation (EIP-4399).
- BlobGasPrice: Gas price for blob transactions (EIP-4399).
- BlockHash: Hash of the block containing the transaction.
- BlockNumber: Number of the block containing the transaction.
- TransactionIndex: Position of the transaction within the block.
728x90
'Blockchain > Ethereum' 카테고리의 다른 글
Ethereum : Gas / EIP-1559 (0) | 2024.01.17 |
---|---|
Ethereum: EIP-2770 (Standardizing Meta Transactions in Ethereum) (0) | 2024.01.17 |
Ethereum : Transaction Structure (0) | 2024.01.16 |
Ethereum : Block Structure (0) | 2024.01.16 |
Ethereum : Account structure (0) | 2024.01.05 |
Comments