# Functions
GetTokensInVesting queries the vesting contract for an array of users who have tokens locked in the contract and their respective amount, as well as computing the total amount of locked tokens.
MustGetTokensInVesting is the same with `GetTokensInVesting`, but panics on error.
NewKeeper returns a custom gov keeper
NOTE: compared to the vanilla gov keeper's constructor function, here we require an additional wasm keeper, which is needed for our custom vote tallying logic.
# Variables
DefaultContractAddr is the wasm contract address generated by code ID 1 and instance ID 1.