Environment
Defender, Sentinel, Mainnet
Details
I am using following notification format:
Signatures
{{ matchReasons.0.signature }}
{{ matchReasons.1.signature }}Explorer Link
{{ transaction.link }}
{{ matchReasonsFormatted }}
I defined condition to watch on execution of method with signature
closeSwaps(uint256[], uint256[])
I defined Telegram for sending notifications.
When this method is executed I have got more or less following notification message in Telegram:
Signatures
closeSwaps(uint256,uint256)
failed to resolve {{ matchReasons.1.signature }}Explorer Link
I manually changed <>. In this place is some real hash from mainnet, but this hash is not related with this method signature, not related with this particular smart contract which I am trying to monitor.
Signature in etherscan looks like this:
"Function: swap(uint256 amount0Out, uint256 amount1Out, address to, bytes data) ***"
MethodID: 0x022c0d9f
What is wrong?