Proposal Details

Proposal #160

Passed

Proposal title

CosmWasm Fixed Multisig Contract v1.0.1

Submit time

Deposit end time

Voting start time

Voting end time

Tally result

99.54%

Proposal #160 description

Store WASM Code

Contract uploaded:

cw3_fixed_multisig.wasm
.

The source code is available at https://github.com/CosmWasm/cw-plus/tree/v1.0.1/contracts/cw3-fixed-multisig.

This is a basic CosmWasm multisig contract that enables on-chain multisigs that are easier to use than the native Cosmos SDK multisig.

Creators can use this to distribute their mint revenue and royalties to a multisig that can be controlled by a group of people. Multisigs can also be used to launch collections, manage NFT vaults, etc.

Compile Instructions

docker run --rm -v \$(pwd)\:/code \\ --mount type=volume,source=\$(basename \$(pwd)\)_cache\,target=/code/target \\ --mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \\ cosmwasm/workspace-optimizer:0.12.11

This results in the following SHA256 checksum:

77d9cd64a295d21080986b43b3c3fea71c219b22cbeccbddebca1a7188f431b9

Verify On-chain Contract

starsd q gov proposal $id --output json \\ | jq -r '.content.wasm_byte_code' \\ | base64 -d \\ | gzip -dc \\ | sha256sum

Verify Local Contract

sha256sum artifacts/cw3_fixed_multisig.wasm

Proposal #160 overview

Total votes
2,791
Voters
2,765
Total deposit
20,000 STARS