hydration
subscan
Runtime Modules / Dispatcher
Spec Version:
Events
Name
Lookup
Attributes
TreasuryManagerCallDispatched2800["Hash","DispatchResultWithPostInfo"]
AaveManagerCallDispatched2801["Hash","DispatchResultWithPostInfo"]
EmergencyAdminCallDispatched2802["Hash","DispatchResultWithPostInfo"]
Storage Functions
Name
Type
AaveManagerAccount{"origin":"PlainType","plain_type":"AccountId","PlainTypeValue":0}
ExtraGas{"origin":"PlainType","plain_type":"U64","PlainTypeValue":12}
LastEvmCallExitReason{"origin":"PlainType","plain_type":"evm_core:error:ExitReason","PlainTypeValue":511}
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