Environment
Contract Sentinel
Details
I'm trying to use Contract Sentinel in order to create a Sentinel to track transactions, more specifically transfers for a particular wallet address.
Trying to use a wallet address in this example: 0x0548F59fEE79f8832C299e01dCA5c76F034F558e
I want to achieve the following:
- Be notified whenever that wallet address makes a transfer
- Customize the notification message to the following:
Defender Sentinel -wallet address name- Webhook Triggered
Details
-wallet address name- has transferred -quantity of tokens- of -token name- ($ notional) to -receiving address-
Network
Mainnet
Transaction Hash
https://etherscan.io/tx/0x1dc91b98249fa9f2c5c37486a2427a3a7825be240c1c84961dfb3063d9c04d50
Problem is that the template only includes a limited number of variables for me to customize the notification body to. And i cannot get the Details part of the above sample ideal notification body, that will be web hooked to Slack.
Screenshot of the Monitoring parameters
Can someone help to suggest what code i need to enter in to the editor for:
-wallet address name -
-quantity of tokens-
-token name- that is being transferred
-USD $ equivalent of the amount is being transferred
-wallet address that tokens are being transferred to-
Code to reproduce
Defender Sentinel {{ sentinel.name }} Triggered
Network
{{ sentinel.network }}
Block Hash
{{ blockHash }}
Transaction Hash
https://etherscan.io/tx/{{ transaction.transactionHash }}