Skip to main content

Latest Transactions

Fetches recent transactions that call a specific function or emit a specific event.

Returns

  • Transaction hashes with decoded arguments
  • Function parameters or event data
  • Useful for monitoring activity and finding examples

Example Queries

Parameters

You don’t need to know the signature hash - Claude will look it up from the contract’s ABI automatically.

Function Calls

Events

Understanding the Output

Function Call Results

Event Results

Common Use Cases

Monitor Protocol Activity

You: “How many swaps happened on Uniswap in the last hour?”

Find Example Transactions

You: “Find me an example of someone using the flashLoan function”

Track Large Movements

You: “Show recent large USDC transfers (look for whale activity)“

Analyze User Behavior

You: “What functions are people calling most on this contract?”

Function vs Event

Signature Hashes Explained

Each function and event has a unique identifier: Function signatures (4 bytes):
Event signatures (32 bytes):
Claude automatically handles these - just describe what you’re looking for.

Practical Examples

Example 1: Monitoring NFT Mints

You: “Show me recent mints from the Azuki contract” Result:

Example 2: DEX Activity

You: “What pairs are being swapped most on Uniswap V3?” Result:

Example 3: Governance Activity

You: “Show recent votes on Compound governance” Result:

Combining with Other Tools

  1. Find recent transactionsgetLatestTransactionsTool
  2. Analyze specific txqueryTransactionTool
  3. Understand the functionregexCodeAnalysisTool

Tips

Be specific: “deposit” is clearer than “put money in”
Mention the contract—different protocols use different function names.

Limitations

Historical depth varies. Very old transactions may not be available.
Rate limits apply. Don’t query too frequently for the same data.

Next Steps

Query Transaction

Analyze a specific transaction in detail

Transaction Activity

Get full transaction history for an address