Seilor
Config
#[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)]
pub struct SeilorConfig {
pub max_supply: u128,
pub fund: Addr,
pub gov: Addr,
pub distribute: Addr,
pub new_gov: Option<Addr>,
pub cross_chain_swap_contract: Option<Addr>,
}Key
Type
Description
InitMsg
InstantiateMsg
Key
Type
Description
ExecuteMsg
UpdateConfig
Key
Type
Description
Mint
Key
Type
Description
Burn
Key
Type
Description
Transfer
Key
Type
Description
Send
Key
Type
Description
IncreaseAllowance
Key
Type
Description
DecreaseAllowance
Key
Type
Description
TransferFrom
Key
Type
Description
SendFrom
Key
Type
Description
BurnFrom
Key
Type
Description
UpdateMinter
Key
Type
Description
UpdateMarketing
Key
Type
Description
UploadLogo
Key
Type
Description
QueryMsg
SeilorConfig
SeilorConfigResponse
Key
Valu
Description
Balance
Key
Type
Description
BalanceResponse
Key
Type
Description
TokenInfo
TokenInfoResponse
Key
Type
Description
Allowance
Key
Type
Description
AllowanceResponse
Key
Type
Description
Key
Type
Description
Minter
MinterResponse
Key
Type
Description
MarketingInfo
MarketingInfoResponse
Key
Type
Description
DownLoadLogo
DownloadLogoResponse
Key
Type
Description
AllAllowances
Key
Type
Description
AllAllowancesResponse
Key
Type
Description
AllowanceInfo
Key
Type
Description
AllAccounts
Key
Type
Description
Last updated