2

We want to use GnosisSafe to deploy a ERC-20 (Ethereum blockchain).

  1. deploy ERC-20 and
  2. immediately mint tokens to the safe account.

Is it possible to do that?

Thanks

svak
  • 21
  • 2

1 Answers1

3

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

mikheevm
  • 1,075
  • 1
  • 5
  • 11
jomoormann
  • 41
  • 3