Lockdrop
Introduction
InstantiateMsg
pub struct InstantiateMsg {
pub init_timestamp: MillisecondsExpiration,
pub deposit_window: MillisecondsDuration,
pub withdrawal_window: MillisecondsDuration,
pub incentive_token: AndrAddr,
pub native_denom: String,
pub kernel_address: String,
pub owner: Option<String>
}{
"init_timestamp":164987751339483294,
"deposit_window":600000,
"withdrawal_window":400000,
"incentive_token":"andr1...",
"native_denom":"uandr",
"kernel_address":"andr1..."
}Name
Type
Description
ExecuteMsg
Receive
Cw20ReceiveMsg
IncreaseIstncentives
DepositNative
WithdrawNative
Name
Type
Description
EnableClaims
ClaimRewards
Base Executes
QueryMsg
Config
ConfigResponse
State
StateResponse
Name
Type
Description
UserInfo
Name
Type
Description
UserInfoResponse
Name
Type
Description
WithdrawalPercentAllowed
Name
Type
Description
Base Queries
Last updated
Was this helpful?