Name | Lookup | Parameters | |
|---|---|---|---|
| dispatch_as_treasury | 2800 | 1 | |
| dispatch_as_aave_manager | 2801 | 1 | |
| note_aave_manager | 2802 | 1 | |
| dispatch_with_extra_gas | 2803 | 2 | |
| dispatch_evm_call | 2804 | 1 | |
| dispatch_as_emergency_admin | 2805 | 1 | |
| pause_hyperbridge_cleanup | 2806 | 1 | |
| dispatch_with_fee_payer | 2807 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| TreasuryManagerCallDispatched | 2800 | ["Hash","DispatchResultWithPostInfo"] | |
| AaveManagerCallDispatched | 2801 | ["Hash","DispatchResultWithPostInfo"] | |
| EmergencyAdminCallDispatched | 2802 | ["Hash","DispatchResultWithPostInfo"] | |
| HyperbridgeCleanupProgress | 2803 | ["Stage","u32"] | |
| HyperbridgeCleanupStageCompleted | 2804 | ["Stage"] | |
| HyperbridgeCleanupCompleted | 2805 | ||
| HyperbridgeCleanupStatusChanged | 2806 | ["bool"] |
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} |
Name | Docs |
|---|---|
| EvmCallFailed | The EVM call execution failed. This happens when the EVM returns an exit reasonother than `ExitSucceed(Returned)` or `ExitSucceed(Stopped)`. |
| NotEvmCall | The provided call is not an EVM call. This extrinsic only accepts `pallet_evm::Call::call`. |
| EvmOutOfGas | The EVM call ran out of gas. |
| EvmArithmeticOverflowOrUnderflow | The EVM call resulted in an arithmetic overflow or underflow. |
| AaveSupplyCapExceeded | Aave - supply cap has been exceeded. |
| AaveBorrowCapExceeded | Aave - borrow cap has been exceeded. |
| AaveHealthFactorNotBelowThreshold | Aave - health factor is not below the threshold. |
| AaveHealthFactorLowerThanLiquidationThreshold | Aave - health factor is lesser than the liquidation threshold |
| CollateralCannotCoverNewBorrow | Aave - there is not enough collateral to cover a new borrow |
| AaveReservePaused | Aave - the reserve is paused and no operations are allowed |