get_token_holder_count
Estimate unique holder count for any ERC20 token by analyzing its transfer events across EVM networks.
Instructions
Estimate token holder count by analyzing transfer events
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | Network name (e.g. 'bsc', 'opbnb', 'ethereum', 'base', etc.) or chain ID. Supports others main popular networks. Defaults to BSC mainnet. | bsc |
| blockRange | No | Number of blocks to analyze (default: 10000) | |
| tokenAddress | Yes | ERC20 token contract address |