Docs

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 CodeMessageDescription
-32602Invalid paramsInvalid transaction hash

Note: Returns null if transaction is not yet mined.