Safe Module Auth
contract SafeModuleAuth {
function callExecute(
address _safeAddr,
address _recipeExecutorAddr,
bytes memory _callData
) external payable onlyExecutor notPaused;
}Last updated
contract SafeModuleAuth {
function callExecute(
address _safeAddr,
address _recipeExecutorAddr,
bytes memory _callData
) external payable onlyExecutor notPaused;
}Last updated