📃Smart Contracts
Learn how to monitor specific events or activities happening within a smart contract
Example Request:
{
"external_user_id": "user123",
"channel": "EMAIL",
"notification_name": "Your Mint from Factory Contract",
"delivery_location": "[email protected]",
"event_details": {
"network": "BASE_MAINNET",
"event_type": "GRAPHQL",
"addresses": ["0x60a2...a7c6"],
"graphql": {
"topic_2": "0x2a29fb...9a888"
}
}
}Required graphql Parameter:
graphql Parameter:Optional graphql Parameters:
graphql Parameters:GraphQL Event Filters
Last updated