get_recent_events
Retrieve recent blockchain events from the last N blocks to monitor contract activity. Specify contract address and event signature to track specific occurrences across supported EVM networks.
Instructions
Get recent events from the last N blocks for monitoring
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 |
| blocksBack | No | Number of blocks to look back (default: 100) | |
| eventSignature | Yes | Event signature to watch | |
| contractAddress | Yes | Contract to monitor |