SAFEHandler

Git Source

This contract is spawned to provide a unique safe handler address for each user's SAFE

When a new SAFE is created inside HaiSafeManager, this contract is deployed and calls the SAFEEngine to add permissions to the SAFE manager

Functions

constructor

Grants permissions to the SAFE manager to modify the SAFE of this contract's address

constructor(address _safeEngine);

Parameters

NameTypeDescription
_safeEngineaddressAddress of the SAFEEngine contract