Contract Analysis
Skill ID: tronscan-contract-analysis
ClawHub: clawhub.ai/sshnii/tronscan-contract-analysis
Analyze any TRON smart contract: deployment info, open-source/verification status, hot methods, top callers, energy consumption trends, contract events, and daily activity analysis.
Use Cases
Check if a Contract is Verified and Open Source
getContractDetail— Returns theverifiedflag, source code availability, call count, and method map
Unverified contracts cannot be source-audited. Exercise extra caution before interacting with any unverified contract.
Security assessment checklist:
- Verification status (is the source code public?)
- Any suspicious method names in the method map
- Unexpected spikes in energy consumption (see Energy Analysis below)
- Abnormal event patterns (see Event History below)
Example prompts:
"Is this contract open source and verified on TronScan?"
"Is it safe to interact with this contract?"
"How many times has this contract been called?"Identify the Most-Called Methods and Most Active Callers
getContractCallStatistic— Aggregated call count, top 5 callers by volume, and high-frequency methodsgetContractCallers— Full caller list for a given date with individual call counts
Example prompts:
"Which methods are called most frequently on this contract?"
"Who are the top 5 callers of this contract?"
"Which addresses called this contract yesterday?"Analyze Energy Consumption
getContractEnergyStatistic— Cumulative energy consumption and daily breakdowngetContractAnalysis— Daily time series for balance, transfers, energy, bandwidth, call count, and fees
Example prompts:
"How much energy does this contract consume per day?"
"Has this contract seen any recent energy usage spikes?"
"Show me the activity trend for this contract over the past 7 days."Query Contract Events and Transaction History
getContractEvents— Transfer events and method call event logs (paginated)getContractTriggerTransactions— All contract-triggered transactions within a given time range
Example prompts:
"Show me the recent Transfer events for this contract."
"List all transactions triggered by this contract this week."Installation
Confirm TronScan MCP is connected
See the Quick Start guide.
Install from ClawHub
Copy the current page link and send it to your AI Agent:
Please install this skill: https://clawhub.ai/sshnii/tronscan-contract-analysisLast updated on: