This is a module for Gnosis Safe, using which any owner of the safe can set a Nominee for their account. The nominee can take over owner's place in the safe if owner becomes inactive for more than the set time period.
The module is built using Zodiac
Implementation:
- setNominee: Using this function each owner of a gnosis safe can set their nominee & takeOverTime.
- transferSafeOwnership: The nominee's of the gnosis safe can transfer ownership using this function.
- updateOwnerStatus: Funtion that current owner needs to use to update that he is active / alive.