MCP Ethers Wallet
queryLogs
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
- getSupportedNetworks
- checkWalletExists
- getWalletBalance
- getERC20Balance
- getWalletTransactionCount
- getBlockNumber
- getBlockDetails
- getTransactionDetails
- getGasPrice
- getFeeData
- getContractCode
- lookupAddress
- resolveName
- formatEther
- parseEther
- formatUnits
- parseUnits
- sendTransaction
- signMessage
- contractCall
- contractCallView
- contractCallWithEstimate
- contractSendTransaction
- contractSendTransactionWithEstimate
- contractCallWithOverrides
- contractSendTransactionWithOverrides
- sendRawTransaction
- queryLogs
- contractEvents
- sendTransactionWithOptions
- getTransactionsByBlock