Proposal Details

Proposal #152

Passed

Proposal title

Launchpad Vending Factory Contract v2.1.0

Submit time

Deposit end time

Voting start time

Voting end time

Tally result

96.26%

Proposal #152 description

Store WASM Code

This uploads the code for vending factory, a contract for creating zero mint fee minters.

The source code is available at https://github.com/public-awesome/launchpad/releases/tag/v2.1.0.

Compile Instructions

docker run --rm -v \$(pwd)\:/code --platform linux/amd64 \\ --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.13

This results in the following SHA256 checksum:

678bf871d733441ba84427a693a46966e6d52ef297b8e761426d7cdc82a69c03 vending_factory.wasm

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/vending_factory.wasm

Proposal #152 overview

Total votes
2,212
Voters
2,201
Total deposit
20,000 STARS