Describe the feature
Is it possible currently to trigger alert on implementation function? It seems that monitor mainly use eth_getLogs but to have the ability to see what implementation function has been called we need trace ?
Is it possible though to monitor the fallback on the proxy, and see if a certain function signature has been called with a certain value?
My understanding is that what
"match_conditions": {
"functions": [
{
"signature": "_fallback()",
"expression": null //is it possible to do that here?
}
],
"events": [],
"transactions": [
{
"status": "Success",
"expression": null
}
]
},
Is function.expression the place to do that?
Additional context
No response
Describe the feature
Is it possible currently to trigger alert on implementation function? It seems that monitor mainly use
eth_getLogsbut to have the ability to see what implementation function has been called we needtrace?Is it possible though to monitor the fallback on the proxy, and see if a certain function signature has been called with a certain value?
My understanding is that what
Is
function.expressionthe place to do that?Additional context
No response