Ve Seilor
Config
#[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)]
pub struct VoteConfig {
pub max_supply: u128,
pub fund: Addr,
pub gov: Addr,
pub max_minted: Uint128,
pub total_minted: Uint128,
pub new_gov: Option<Addr>,
}
Key
Type
Description
InitMsg
Key
Type
Description
ExecuteMsg
UpdateConfig
Key
Type
Description
SetMinters
Key
Type
Description
Mint
Key
Type
Description
Burn
Key
Type
Description
UpdateMarketing
Key
Type
Description
UploadLogo
Key
Type
Description
QueryMsg
VoteConfig
VoteConfigResponse
Key
Type
Description
IsMinter
IsMinterResponse
Key
Type
Description
Checkpoints
Key
Type
Description
CheckpointResponse
Key
Type
Description
NumCheckpoints
Key
Type
Description
NumCheckpointsResponse
Key
Type
Description
GetVotes
Key
Type
Description
GetVotesResponse
Key
Type
Description
GetPastVotes
Key
Type
Description
GetPastVotesResponse
Key
Type
Description
GetPastTotalSupply
Key
Type
Description
GetPastTotalSupplyResponse
Key
Type
Description
Balance
Key
Type
Description
BalanceResponse
Key
Type
Description
TokenInfo
TokenInfoResponse
Minter
MinterResponse
Key
Type
Description
AllAccounts
Key
Type
Description
MarketingInfo
MarketingInfoResponse
Key
Type
Description
DownLoadLogo
DownloadLogoResponse
Key
Type
Description
Last updated