Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 681 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 681 Bytes

Gnosis Nominee Contract

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:

  1. setNominee: Using this function each owner of a gnosis safe can set their nominee & takeOverTime.
  2. transferSafeOwnership: The nominee's of the gnosis safe can transfer ownership using this function.
  3. updateOwnerStatus: Funtion that current owner needs to use to update that he is active / alive.