Alarm Notification Template
What is an Alert Notification Template?
[ {$bot.name} ]
Contract: {$event.contract}
Time: {$block.time}
Explore: {$chain.explore}/tx/{$tx.hash}
Created By ChainBot.ioAdvanced Features of Alert Notification Templates
1. Formatting Time
// Format the time zone to the user's designated time zone
timezone($block.time, 8)2. Arithmetic Operations
3. Rounding Operations
Complex Alert Template Example
Last updated