Reference
| Property | Value |
|---|---|
| Skill ID | trongrid-transaction-info |
| ClawHub | View on ClawHub |
Installation
Ensure TronGrid MCP Server is connected. See Quick Start for setup instructions.
Purpose
Investigate transactions to understand their status, participants, resource consumption, and event logs.
Workflow
- Fetch transaction data + receipt
- Determine confirmation status
- Decode transaction type
- Decode smart contract calls
- Analyze resource consumption
- Parse internal transactions
- Parse event logs
- Generate transaction report
Output Example
Transaction Report: 7c2d4206c03a883dd9066d620335dc1be272a8dc...
Status: ✅ Success
Confirmations: 2,450 (Confirmed)
Time: 2026-03-16 04:15:30 UTC
Participants:
- From: TRfYy...
- To: TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t (USDT contract)
Description:
Transfer 1,000 USDT to TXxx...
Resource Consumption:
- Energy: 14,631 (from stake)
- Bandwidth: 345 (from stake)
- Fee: 0 TRX
Event Logs:
- Transfer(from=TRfYy..., to=TXxx..., value=1000000000)
Internal Transactions: None
How to Trigger
Natural language:
- "Check transaction 7c2d42..."
- "Why did my transaction fail?"
- "Transaction status for [hash]"
Direct call:
/trongrid-transaction-info 7c2d4206c03a883dd9066d620335dc1be272a8dc...
Related Skills
- Account Profiling: Analyze transaction participants
- Contract Analysis: Understand contract interactions