eth_getTransactionReceipt - Chiliz RPC Method
Get transaction receipt with status and logs on Chiliz. Essential for verifying transaction execution for sports fan tokens (Socios.com), club voting rights, gamified fan experiences, and tokenized sports assets.
Returns the receipt of a transaction by transaction hash on Chiliz. Receipt is only available for mined transactions.
Why Chiliz? Build on the sports-first blockchain powering 2M+ fan token wallets and dozens of licensed sports partnerships with licensed partnerships with major football clubs, MiCA-compliant in EU, OG Esports integration, and SportFi DeFi infrastructure.
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 sports fan tokens (Socios.com), club voting rights, gamified fan experiences, and tokenized sports assets
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 Chiliz. Essential for sports organizations, entertainment brands, and fan engagement platform developers tracking transactions on the sports-first blockchain powering 2M+ fan token wallets and dozens of licensed sports partnerships.
eth_estimateGas
Estimate gas required for transactions on Chiliz. Essential for optimizing transaction costs for sports fan tokens (Socios.com), club voting rights, gamified fan experiences, and tokenized sports assets.