getEnsResolutionGuidance
Resolve ENS names and perform operations like checking balances, transaction counts, or contract code across supported Ethereum networks with defined guidance.
Instructions
Get guidance for resolving ENS names across networks and performing operations
Input Schema
Name | Required | Description | Default |
---|---|---|---|
ensName | Yes | The ENS name to resolve (e.g., 'vitalik.eth') | |
operation | Yes | The operation to perform: 'balance' for ETH balance, 'txCount' for transaction count, 'code' for contract code | |
targetNetwork | Yes | The target network to perform operations on (e.g., 'MEGA Testnet', 'Optimism') |