Modified Events
Accounting Events
AllocatePartyA
AllocatePartyAOld Event:
event AllocatePartyA(address user, uint256 amount);New Event:
event AllocatePartyA(address user, uint256 amount, uint256 newAllocatedBalance);DeallocatePartyA
DeallocatePartyA Old Event:
event DeallocatePartyA(address user, uint256 amount);New Event:
event DeallocatePartyA(address user, uint256 amount, uint256 newAllocatedBalance);AllocateForPartyB
AllocateForPartyB Old Event:
event AllocateForPartyB(address partyB, address partyA, uint256 amount);New Event:
DeallocateForPartyB
DeallocateForPartyB Old Event:
New Event:
TransferAllocation
TransferAllocation Old Event:
New Event:
Control Events
SetMuonConfig
SetMuonConfig Old Event:
New Event:
SetFeeCollector
SetFeeCollector Old Event:
New Event:
SetForceCloseCooldown
SetForceCloseCooldown Old Event:
New Event:
SetForceCloseGapRatio
SetForceCloseGapRatio Old Event:
New Event:
Liquidation Events
SetSymbolsPrices
SetSymbolsPrices Old Event:
New Event:
LiquidatePartyA
LiquidatePartyA Old Event:
New Event:
LiquidatePositionsPartyA
LiquidatePositionsPartyA Old Event:
New Event:
LiquidatePendingPositionsPartyA
LiquidatePendingPositionsPartyA Old Event:
New Event:
SettlePartyALiquidation
SettlePartyALiquidation Old Event:
New Event:
LiquidationDisputed
LiquidationDisputed Old Event:
New Event:
ResolveLiquidationDispute
ResolveLiquidationDispute Old Event:
New Event:
FullyLiquidatedPartyA
FullyLiquidatedPartyA Old Event:
New Event:
LiquidatePositionsPartyB
LiquidatePositionsPartyB Old Event:
New Event:
Close Events
RequestToClosePosition
RequestToClosePosition Old Event:
New Event:
RequestToCancelCloseRequest
RequestToCancelCloseRequest Old Event:
New Event:
ForceCancelCloseRequest
ForceCancelCloseRequest Old Event:
New Event:
ForceClosePosition
ForceClosePosition Old Event:
New Event:
FillCloseRequest
FillCloseRequest Old Event:
New Event:
AcceptCancelCloseRequest
AcceptCancelCloseRequest Old Event:
New Event:
EmergencyClosePosition
EmergencyClosePosition Old Event:
New Event:
Last updated
