Closed Boyan-MILANOV closed 2 years ago
Is it CALL
already supported? For using optik in audits, the highest priority will be doing calls to the same deployed contract to perform try/catch operations and detect unexpected reverts.
All calls are already supported, except for DELEGATECALL
which is a little bit more annoying to handle because contracts must share the same storage
We should add proper support for
STATICCALL
andDELEGATECALL
operations