Skip to main content

Module event

Module event 

Source
Expand description

On-chain events (sol_log_data via Steel event! / .log()).

§Event contract

EventTriggerObserver
TicketPurchasedBuyTicket ixIndexer records ticket; bot uses for payout calculation
FeesRoutedAdminRouteFees ixOff-chain ledger updates protocol revenue
PaidAdminPayout ixBot confirms payout in DB
InitializedInitialize ixOne-time setup confirmation

Structs§

FeesRouted
Emitted by AdminRouteFees.
Initialized
Emitted by Initialize.
Paid
Emitted by AdminPayout.
TicketPurchased
Emitted by BuyTicket.