Is there a possibility to Access Control Lists (ACL) on Gnosis Safe?
Those are the 3 functionality that I am looking forward to implementing following the u/openzeppelin standard
The token must include the functionality of:
- BURN: The owner of the contract can decide to burn a share of the token supply; The token holder can decide to burn a share of his own amount of tokens held;
- PAUSE (to be discussed): The contract owner can pause all transactions on the token. Therefore, if the token is paused, the other token holders cannot send and receive new shares;
- ACL: The contract will contain a series of roles that can be associated with wallets. This way across roles, multiple accounts can manage and maintain the contract. Eg: 2 users can burn, 5 can pause;
And wanted to use Gnosis Safe but not sure if the ACL is implemented there, anyone know?
thanks!
submitted by /u/andreolf
[link] [comments]