Any ERC-20 factories that have been audited?

Hi @jschiarizzi,

I am not aware of any ERC20 factory contracts that have been audited. (Doesn’t mean that there aren’t any)

Is there a reason why you want to use a factory? Are you deploying multiple ERC20’s?

You could use the ERC20PresetMinterPauser contract that you could create from Truffle or OpenZeppelin CLI or Remix.

If you want low cost deployment, then you could deploy a minimal proxy to the predeployed logic contract using the CLI.