Incentives
The Incentives Contract handles additional incentives. It offers the capability to incentivise markets permissionlessly by third parties. Incentive assets have to be whitelisted to be applied.
Deployments
Types
type Addr = string
type Decimal = string
type Uint128 = stringinterface Coin {
amount: Uint128
denom: string
[k: string]: unknown
}Queries
active_emissions
config
emission
emissions
incentive_state
incentive_states
staked_astro_lp_position
staked_astro_lp_positions
staked_astro_lp_rewards
user_unclaimed_rewards
whitelist
Methods
balance_change
claim_rewards
claim_staked_astro_lp_rewards
set_asset_incentive
stake_astro_lp
unstake_astro_lp
Last updated