queryLogs
Query historical Ethereum event logs by specifying filters like contract address, block range, and topics to analyze blockchain activity using the MCP Ethers Wallet server.
Instructions
Query historical logs
Input Schema
Name | Required | Description | Default |
---|---|---|---|
address | No | The contract address emitting the events (optional). | |
fromBlock | No | The starting block number (optional). | |
provider | No | Optional. Either a network name or custom RPC URL. Use getSupportedNetworks to get a list of supported networks. | |
toBlock | No | The ending block number (optional). | |
topics | No | A list of topics to filter by. Each item can be a string, null, or an array of strings (optional) |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from MCP Ethers Wallet
- checkWalletExists
- contractCall
- contractCallView
- contractCallWithEstimate
- contractCallWithOverrides
- contractEvents
- contractSendTransaction
- contractSendTransactionWithEstimate
- contractSendTransactionWithOverrides
- formatEther
- formatUnits
- getBlockDetails
- getBlockNumber
- getContractCode
- getERC20Balance
- getFeeData
- getGasPrice
- getSupportedNetworks
- getTransactionDetails
- getTransactionsByBlock
- getWalletBalance
- getWalletTransactionCount
- lookupAddress
- parseEther
- parseUnits
- queryLogs
- resolveName
- sendRawTransaction
- sendTransaction
- sendTransactionWithOptions
- signMessage
Related Tools
- @0xKoda/eth-mcp
- @dcSpark/mcp-cryptowallet-evm
- @crazyrabbitLTC/mcp-ethers-server
- @Bankless/onchain-mcp
- @ahmad2x4/mcp-server-seq