We want to use GnosisSafe to deploy a ERC-20 (Ethereum blockchain).
- deploy ERC-20 and
- immediately mint tokens to the safe account.
Is it possible to do that?
Thanks
We want to use GnosisSafe to deploy a ERC-20 (Ethereum blockchain).
Is it possible to do that?
Thanks
You could change the owner after deploying, but if you want to do it with the Safe itself: You can use the CreateCall library to deploy Contracts: https://github.com/gnosis/safe-contracts/blob/main/contracts/libraries/CreateCall.sol
Referencing Using Gnosis Safe to deploy a smart contract
_mint(GnosisSafeWalletAddress, amount)– Adam Boudj Mar 18 '22 at 08:50