Events
ITO V1 contract events
Supply
This event is emitted upon any new positions created into the contract. This event can be used to build out a backend which tracks each position within the contract.
Remove
This event is emitted upon any position has removed any upside or downside tokens.
Take
This event is emitted when a user has taken (partially or fully) a position.
Untake
This event is emitted when a user has returned tokens (partially or fully) previously taken from a position.
ProtocolFeeClaimed
This event is emitted when protocol fees have been claimed.
LPFeeClaimed
This event is emitted when supply fees have been claimed.
ProtocolFeeSet
This event is emitted when the protocol fee's percentage value has been updated.
Last updated