New Events
New Events
BalanceChange
BalanceChange
To facilitate the tracking of user balances for partyB or anyone monitoring the Symmio contracts, we have added an event called BalanceChanged
that is emitted every time a user's allocated balance changes. The reason for the change can be accessed through the type field of this event.
ExpireQuote
To enhance clarity, the single ExpireQuote
event has been split into two separate events: ExpireQuoteOpen
and ExpireQuoteClose
.
ExpireQuoteOpen
ExpireQuoteOpen
Explanation: Emitted when an open request expires, providing the quote status and quote ID.
ExpireQuoteClose
ExpireQuoteClose
Explanation: Emitted when a close request expires, including the quote status, quote ID, and close ID.
Affiliate Events
RegisterAffiliate
RegisterAffiliate
Explanation: Emitted when an affiliate is registered.
DeregisterAffiliate
DeregisterAffiliate
Explanation: Emitted when an affiliate is deregistered.
Bridge Events
AddBridge
AddBridge
Explanation: Emitted when a bridge is added.
RemoveBridge
RemoveBridge
Explanation: Emitted when a bridge is removed.
TransferToBridge
TransferToBridge
Explanation: Emitted when a transfer to a bridge is initiated.
WithdrawReceivedBridgeValue
WithdrawReceivedBridgeValue
Explanation: Emitted when the received bridge value is withdrawn.
SuspendBridgeTransaction
SuspendBridgeTransaction
Explanation: Emitted when a bridge transaction is suspended.
RestoreBridgeTransaction
RestoreBridgeTransaction
Explanation: Emitted when a bridge transaction is restored.
WithdrawReceivedBridgeValues
WithdrawReceivedBridgeValues
Explanation: Emitted when multiple received bridge values are withdrawn.
SetInvalidBridgedAmountsPool
SetInvalidBridgedAmountsPool
Explanation: Emitted when the invalid bridged amounts pool is updated.
Internal Transfer Events
InternalTransfer
InternalTransfer
Explanation: Emitted when an internal transfer is made.
Deferred Liquidation Events
DeferredLiquidatePartyA
DeferredLiquidatePartyA
Explanation: Emitted when a deferred liquidation for Party A occurs.
Last updated