hydration
subscan
Runtime Modules / Dispatcher
Spec Version:
Events
Name
Lookup
Attributes
TreasuryManagerCallDispatched2800["Hash","DispatchResultWithPostInfo"]
AaveManagerCallDispatched2801["Hash","DispatchResultWithPostInfo"]
EmergencyAdminCallDispatched2802["Hash","DispatchResultWithPostInfo"]
HyperbridgeCleanupProgress2803["Stage","u32"]
HyperbridgeCleanupStageCompleted2804["Stage"]
HyperbridgeCleanupCompleted2805
HyperbridgeCleanupStatusChanged2806["bool"]
Storage Functions
Name
Type
AaveManagerAccount{"origin":"PlainType","plain_type":"AccountId","PlainTypeValue":0}
ExtraGas{"origin":"PlainType","plain_type":"U64","PlainTypeValue":12}
CleanupEnabled{"origin":"PlainType","plain_type":"Bool","PlainTypeValue":8}
CleanupStage{"origin":"PlainType","plain_type":"pallet_dispatcher:hyperbridge_cleanup:Stage","PlainTypeValue":474}
LastEvmCallExitReason{"origin":"PlainType","plain_type":"evm_core:error:ExitReason","PlainTypeValue":512}
Error Types
Name
Docs
EvmCallFailedThe EVM call execution failed. This happens when the EVM returns an exit reasonother than `ExitSucceed(Returned)` or `ExitSucceed(Stopped)`.
NotEvmCallThe provided call is not an EVM call. This extrinsic only accepts `pallet_evm::Call::call`.
EvmOutOfGasThe EVM call ran out of gas.
EvmArithmeticOverflowOrUnderflowThe EVM call resulted in an arithmetic overflow or underflow.
AaveSupplyCapExceededAave - supply cap has been exceeded.
AaveBorrowCapExceededAave - borrow cap has been exceeded.
AaveHealthFactorNotBelowThresholdAave - health factor is not below the threshold.
AaveHealthFactorLowerThanLiquidationThresholdAave - health factor is lesser than the liquidation threshold
CollateralCannotCoverNewBorrowAave - there is not enough collateral to cover a new borrow
AaveReservePausedAave - the reserve is paused and no operations are allowed