eth_getTransactionReceipt - Viction RPC Method
Get transaction receipt with status and logs on Viction. Essential for verifying transaction execution for gasless token operations, consumer-friendly dApps, and cost-free user onboarding.
Returns the receipt of a transaction by transaction hash on Viction. Receipt is only available for mined transactions.
Why Viction? Build on the zero-gas L1 blockchain making Web3 accessible with 150 masternodes and VRC25 gasless tokens with zero-gas transactions via TomoZ, VRC25 gasless token standard, 150 masternodes, and partnerships with LayerZero and MoonPay.
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 gasless token operations, consumer-friendly dApps, and cost-free user onboarding
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 Viction. Essential for consumer dApp developers, teams requiring gasless UX, and builders targeting mainstream adoption tracking transactions on the zero-gas L1 blockchain making Web3 accessible with 150 masternodes and VRC25 gasless tokens.
eth_estimateGas
Estimate gas required for transactions on Viction. Essential for optimizing transaction costs for gasless token operations, consumer-friendly dApps, and cost-free user onboarding.