Events

The x/incentives module emits the following events:

Register Incentive Proposal

TypeAttribute KeyAttribute Value

register_incentive

"contract"

{erc20_address}

register_incentive

"epochs"

{strconv.FormatUint(uint64(in.Epochs), 10)}

Cancel Incentive Proposal

TypeAttribute KeyAttribute Value

cancel_incentive

"contract"

{erc20_address}

Incentive Distribution

TypeAttribute KeyAttribute Value

distribute_incentives

"contract"

{erc20_address}

distribute_incentives

"epochs"

{strconv.FormatUint(uint64(in.Epochs), 10)}

Last updated