πŸšΆβ€β™‚οΈ
The Chain'Factory'
  • βš™οΈThe Chain'Factory'
  • Factory Orientation
    • Getting Started
    • πŸ“„My Account
    • πŸ“”Deployed Contracts
      • Deploy Management
        • Summary
        • Manage
        • Holder List
        • Pausable
        • Recoverable
        • Mintable
        • Blacklist
        • Whitelist
        • Cooldown
        • Max Balance
        • Max Transferable
        • Dex Router
        • Taxable
        • Social
    • πŸ’ΌManage Contracts
  • Token Forge (Builder)
    • Token Forge (Builder)
      • πŸ†•New Deploy
        • Basic Details
          • ℹ️Token Information
          • πŸ”Transfer Ownership
          • ⬇️Initial Supply Recipients
        • Feature Add-Ons
          • β˜‘οΈContract Features
          • πŸ’°Mintable
          • πŸ”₯Burnable
          • πŸ›‘Blacklist
          • 🟒Whitelist
          • ⏱️Cooldown
          • πŸ“©Max Balance Per Wallet
          • πŸ“€Max Transfer Amount
          • βͺRecover Foreign Tokens
          • ⏸️Pausable
          • 🎟️Permit
          • πŸ“ΈHolder List
        • Dex & Taxes
          • πŸ›£οΈDex Router
          • πŸ’΅Taxable
        • Header & Compiler
          • ✍️Header Comment Block
          • πŸ€“Advanced Compiler Settings
          • πŸ”°Verify Code on Block Explorer
        • Summary
          • πŸ“ƒContract Summary
          • ✍️Confirming Deploy
        • Deploy
          • πŸŽ‰Token Deploy
      • πŸ’΅Pricing & Examples
        • ERC20 Example
        • Meme Token Example
  • Liquidity Locker
    • Coming Soon
  • Vesting Scheduler
    • Coming Soon
  • Presales
    • Coming Soon
  • Launchpads
    • Coming Soon
  • ℹ️Factory Information
    • πŸ“œWallets & Contracts
    • πŸ“ƒFactory Audits
      • Main Token Contract
      • Transparent Proxy Contract
      • Proxy Implementation of Factory Contract
      • MultiSignature Builder
      • Staking dApp Builder
      • Vesting Scheduler
Powered by GitBook
On this page
  1. Factory Information
  2. Factory Audits

MultiSignature Builder

The following threats are what was found during the course of the audit, along with our comments and suggestions for the users.

No High Level Risks Found!

This is amazing for ChainFactory, as our multisig contract has no high level risks, ensuring your safety and security.


No Medium Level Risks Found!

Our multisig contract has no medium level risks, further ensuring your safety and security.


No Low Level Risk Found!

Our multisig contract has no low level risks, further ensuring your safety and security.


Informational: Manager can set delegate address to vote on their behalf.

Informational: Manager can submit new proposals.

Informational: Manager can execute approved proposals.

Informational: Only managers and addresses that they delegated vote power to can vote on proposals.

Manager or their delegate can vote once.

Informational: Manager can cancel only proposals that they created.

Informational: The following functions rely on 'onlySelf' modifier which prevents them to be called by EOA and/or external contracts.

recoverERC20, recoverSepoliaETH, setQuorum, setDeadline, setTimeLimit, setManager

These informational items are built in to the multisig for the purposes of its use. Without having these features, the multisignature wallet would not work, as managers must be able to create proposals, vote on them, execute them etc.

PreviousProxy Implementation of Factory ContractNextStaking dApp Builder

Last updated 1 year ago

ℹ️
πŸ“ƒ