Proposal Details

Proposal #154

Passed

Proposal title

Launchpad Whitelist Contract v2.1.0

Submit time

Deposit end time

Voting start time

Voting end time

Tally result

96.27%

Proposal #154 description

Store WASM Code

This uploads the code for whitelist, a contract for creating zero mint fee whitelists.

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:

565a8664d2dd300b4c8aa74a024e22af9f083824c36e062a7f8cd30d6e299285 sg_whitelist.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/sg_whitelist.wasm

Proposal #154 overview

Total votes
2,385
Voters
2,370
Total deposit
20,000 STARS