alert_contract_event
Set up alerts for smart contract events on Ethereum, BSC, Polygon, or Arbitrum. Specify contract address and event signature to monitor transactions.
Instructions
Create an alert for specific smart contract events
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | Blockchain | ethereum |
| filter | No | Optional filter for event parameters | |
| eventSignature | Yes | Event signature (e.g., 'Transfer(address,address,uint256)') | |
| contractAddress | Yes | Smart contract address |