DevStation / LaunchKit / Deploy / MultiSigWallet

Configure MultiSigWallet

Step 2 of 3 — Fill in constructor arguments and review deployment.

GovernanceMultiSigWallet

A multi-signature wallet requiring M of N owner approvals to execute any transaction.

Constructor Arguments

Addresses authorized to confirm transactions.

Must be ≤ number of owners.

Project Label

Deployment Preview

Template
MultiSigWallet
Network
QIE Testnet (Chain 1983)
Compiler
Solidity 0.8.20
Est. Gas
~980,000 units
Est. Cost
~0.001176 QIE
Compiled
In-browser (solc)
Registry
MultiSigWallet
Generated Constructor Call
json
{
"_owners": "<address[]>",
"_required": "<uint>"
}
DevStation
Loading console…