Install
openclaw skills install tronscan-contract-analysisAnalyze TRON contracts: deploy info, hot methods, top callers, open-source status, transaction count. Use when user asks "contract verification", "contract s...
openclaw skills install tronscan-contract-analysis| Tool | Function | Use Case |
|---|---|---|
| getContractDetail | Contract info | Balance, verification, call count, method map |
| getContractCallStatistic | Call stats | Call count, top callers, top methods |
| getContractCallers | Caller list | Callers and call count for a given day |
| getContractEvents | Events | Transfer events and method calls |
| getContractList | Contract list | Search by name/address, sort, paginate |
| getContractEnergyStatistic | Energy usage | Total and daily energy consumption |
| getContractTriggerTransactions | Trigger txs | Contract-triggered transactions in time range |
| getContractAnalysis | Daily analysis | Balance, transfers, energy, bandwidth, calls, fee |
| getCallerAddressStatistic | Caller address stats | Contract call count per period with max/min |
| getContractTriggerStatistic | Daily trigger stats | Daily call count for a contract in a time range |
| getHolderTokenBasicInfo | Holder token info | Token balance and holding duration for an account |
getContractDetail for balance, verification status, call count, method mapping.getContractCallStatistic for top called methods.getContractCallStatistic or getContractCallers for top 5 or full caller list.getContractDetail.getContractDetail or getContractTriggerTransactions for call/tx volume.getContractEvents), energy (getContractEnergyStatistic), and call stats to spot unusual patterns.getContractDetail — Get contract details (balance, verification status, call count, method map)contract (contract address) — Note: parameter name is contract, not address.getContractCallStatistic — Get contract call stats (call count, top callers, top methods)getContractCallers — Get all callers and call count for a given daygetContractEvents — Get contract events (transfer events and method calls)getContractList — Get contract list with search by name/address, sort, paginationgetContractEnergyStatistic — Get contract energy consumption (total and daily)getContractTriggerTransactions — Get contract-triggered transactions in a time rangegetContractAnalysis — Get contract daily analysis (balance, transfers, energy, bandwidth, calls, fee)getCallerAddressStatistic — Get contract call count per period (with max/min) on TRONstartTimestamp, endTimestamp (required); optional limit.getContractTriggerStatistic — Get daily call count for a contract within a time rangeaddress, startTimestamp, endTimestamp (all required).getHolderTokenBasicInfo — Get token balance and holding duration for an accountaccountAddress, tokenAddress (both required).Ensure the address is a valid TRON contract (not an EOA address). Use TRC20/721/1155 contract address for token contracts.
getContractCallStatistic.getContractDetail returns contract-level verification status (whether the contract source code has been open-sourced and verified on TronScan). This is a code-level check only — it does not indicate whether the token project itself has been officially endorsed or certified.