eth_getTransactionReceipt - Zora RPC Method
Get transaction receipt with status and logs on Zora. Essential for verifying transaction execution for low-cost NFT minting, onchain media monetization, and creator-owned token economies.
Returns the receipt of a transaction by transaction hash on Zora. Receipt is only available for mined transactions.
Why Zora? Build on the creator-first L2 powering $353M+ in NFT trading volume with 179K+ active creators with 0.000777 ETH minting fees, 50% creator royalty share, no-code NFT toolkit, and OP Stack Ethereum security.
Use Cases
The eth_getTransactionReceipt method is essential for:
- Transaction confirmation - Verify transaction was mined successfully
- Gas analysis - Check actual gas used vs estimated
- Event parsing - Read emitted events from logs
- Status verification - Confirm success/failure for low-cost NFT minting, onchain media monetization, and creator-owned token economies
Code Examples
Error Handling
| Error Code | Message | Description |
|---|---|---|
| -32602 | Invalid params | Invalid transaction hash |
Note: Returns null if transaction is not yet mined.
Related Methods
eth_getTransactionByHash- Get transaction detailseth_getLogs- Query logs by filter
eth_getTransactionByHash
Retrieve transaction details by hash on Zora. Essential for NFT creators, digital artists, brands, and onchain media builders tracking transactions on the creator-first L2 powering $353M+ in NFT trading volume with 179K+ active creators.
eth_estimateGas
Estimate gas required for transactions on Zora. Essential for optimizing transaction costs for low-cost NFT minting, onchain media monetization, and creator-owned token economies.