Code 12
CW4 Group v1.1.2
CW4 Group v1.1.2 (Code-ID: 12)
CosmWasm Source CW4 Group
This is a basic implementation of the cw4 spec. It fulfills all elements of the spec, including the raw query lookups, and it designed to be used as a backing storage for cw3 compliant contracts. It stores a set of members along with an admin, and allows the admin to update the state. Raw queries (intended for cross-contract queries) can check a given member address and the total weight. Smart queries (designed for client API) can do the same, and also query the admin address as well as paginate over all members.
Version: v1.1.2
Origin source https://github.com/CosmWasm/cw-plus/tree/bf3dd9656f2910c7ac4ff6e1dfc2d223741199a1/contracts/cw4-group
Contract Binary Checksum (SHA-256) DD2216F1114FC68BC4C043701B02E55CE3E5598CDEB616985388215A400DB277
Verify the Contract
curl -s https://thornode.ninerealms.com//cosmwasm/wasm/v1/code/12 | jq -r '.data' | base64 -d > app_layer_wasm_binary_code_12.bin
sha256sum app_layer_wasm_binary_code_12.bin
curl -s https://thornode.ninerealms.com//cosmwasm/wasm/v1/code/12 | jq -r '.code_info.data_hash'