Dispatcher
Config
pub struct GlobalConfig {
pub gov: Addr,
pub claim_token: Addr,
pub total_lock_amount: Uint256,
pub start_lock_period_time: u64,
pub duration_per_period: u64,
pub periods: u64,
}Key
Type
Description
InitMsg
Key
Type
Description
ExecuteMsg
UpdateConfig
Key
Type
Description
AddUser
Key
Type
Description
Key
Type
Description
UserRegret
UserClaim
RegretClaim
QueryMsg
QueryGlobalConfig
GlobalInfosResponse
Key
Type
Description
Key
Type
Description
Key
Type
Description
QueryUserInfo
UserInfoResponse
Key
Type
Description
Key
Type
Description
QueryUserInfos
Key
Type
Description
Last updated