Vesting
Contract that holds logic for vested MBRN in the builder's allocation
InstantiateMsg
#[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)]
pub struct InstantiateMsg {
pub owner: Option<String>,
pub initial_allocation: Uint128,
pub pre_launch_contributors: String,
pub pre_launch_community: Vec<String>
pub mbrn_denom: String,
pub osmosis_proxy: String,
pub staking_contract: String,
}Key
Type
Description
ExecuteMsg
AddRecipient
AddRecipientKey
Type
Decription
RemoveRecipient
RemoveRecipientKey
Type
Description
AddAllocation
AddAllocationKey
Type
Description
WithdrawUnlocked
WithdrawUnlockedClaimFeesForContract
ClaimFeesForContractClaimFeesForReceiver
ClaimFeesForReceiverSubmitProposal
SubmitProposalKey
Type
Description
CastVote
CastVoteKey
Type
Description
UpdateConfig
UpdateConfigKey
Type
Description
QueryMsg
Config
ConfigRecipients
RecipientsAllocation
AllocationKey
Type
Description
UnlockedTokens
UnlockedTokensKey
Type
Description
Recipient
RecipientKey
Type
Description
Last updated