SummitEvents

Git Source

A collection of events emitted by the Summit contract

Events

TipAwarded

Emitted when a tip is awarded to the actor, whether they are bonded or unbonded actor.

event TipAwarded(address actor, uint32 origin, uint256 tip);

TipWithdrawalInitiated

Emitted when a tip withdrawal is initiated by the actor.

event TipWithdrawalInitiated(address actor, uint32 origin, uint256 tip);