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 |
Name | Lookup | Attributes | |
|---|---|---|---|
| TreasuryManagerCallDispatched | 2800 | ["Hash","DispatchResultWithPostInfo"] | |
| AaveManagerCallDispatched | 2801 | ["Hash","DispatchResultWithPostInfo"] |
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":447} |
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`. |