Is anyone knows why Gnosis chose to create a new safe every time instead of storing all safes in single smart contract?
This approach potentially would remove the need for paying for safe creation and management.
Also, does anyone knows how much it costs to create a safe on layer2?
Jan 25, 2022, 9:03 AM
msg.sender
If all in one, no unique msg.sender
Gnosis safe, aka multisig wallet is a "wallet", and wallets must have unique addresses
Jan 25, 2022, 9:34 AM
Of course...but the msg.sender can be their MetaMask or any other wallet
Jan 25, 2022, 9:37 AM
Nope, msg.sender would be the safe's address
Well can't blame them, library concept wasn't wide used then
Jan 25, 2022, 10:04 AM