Runtime Events
Acala Runtime Events
Auction Related
Event | Parameters | Description | Module |
NewCollateralAuction | 1. | collateral auction created | AuctionManager |
NewDebitAuction | 1. | debit auction created | AuctionManager |
NewSurplusAuction | 1. | surplus auction created | AuctionManager |
CancelAuction | 1. | auction canceled | AuctionManager |
AuctionDealed | 1. | auction dealed | AuctionManager |
Bid | 1. | bid succeeded | Auction |
DEX Related
Event | Parameters | Description | Module |
AddLiquidity | 1. | add liquidity to specific pool | Dex |
WithdrawLiquidity | 1. | withdraw liquidity from specific pool | Dex |
Swap | 1. | swap token to another token with DEX | Dex |
Homa Related
Event | Parameters | Description | Module |
BondAndMint | 1. | lock DOT to Homa protocal and issue liquid DOT | StakingPool |
RedeemByUnbond | 1. | redeem DOT by normal unbonding | StakingPool |
RedeemByFreeUnbonded | 1. | redeem DOT directly with Homa free pool | StakingPool |
RedeemByClaimUnbonding | 1. | redeem DOT by claiming unbonding | StakingPool |
CDP Related
Event | Parameters | Description | Module |
Authorization | 1. | An account authorize other account to manipulate its specific type of loan | Honzon |
UnAuthorization | 1. | authorizer account revoke the right of authorized account to manipulate specific type of loan | Honzon |
UnAuthorizationAll | 1. | account revoked all authorization to other accounts with all loan types | Honzon |
LiquidateUnsafeCDP | 1. | liquidate an unsafe CDP | CdpEngine |
SettleCDPInDebit | 1. | settle a CDP has debit after emergency shutdown begin | CdpEngine |
UpdatePosition | 1. | cdp owner manipulate his loan and collateral | Loans |
ConfiscateCollateralAndDebit | 1. | emit by system operations for CDPs, such as settlement, liquidation | Loans |
TransferLoan | 1. | sender transfer his whole specific collateral CDP(include all collateral amount and debit amount) to receiver | Loans |
Emergency Shutdown Related
Event | Parameters | Description | Module |
Shutdown | 1. | system emergency shutdown | EmergencyShutdown |
OpenRefund | 1. | refund operation opened | EmergencyShutdown |
Refund | 1. | refund succeeded | EmergencyShutdown |
Risk Management Parameters Related
Event | Parameters | Description | Module |
UpdateStabilityFee | 1. | param updated | CdpEngine |
UpdateLiquidationRatio | 1. | param updated | CdpEngine |
UpdateLiquidationPenalty | 1. | param updated | CdpEngine |
UpdateRequiredCollateralRatio | 1. | param updated | CdpEngine |
UpdateMaximumTotalDebitValue | 1. | param updated | CdpEngine |
UpdateSurplusAuctionFixedSize | 1. | param updated | CdpTreasury |
UpdateSurplusBufferSize | 1. | param updated | CdpTreasury |
UpdateInitialAmountPerDebitAuction | 1. | param updated | CdpTreasury |
UpdateDebitAuctionFixedSize | 1. | param updated | CdpTreasury |
UpdateCollateralAuctionMaximumSize | 1. | param updated | CdpTreasury |
Last updated