Turing
subscan
Runtime Modules / AutomationTime
Spec Version:
Events
Name
Lookup
Attributes
TaskScheduled3c00["AccountOf","TaskId"]
TaskCancelled3c01["AccountOf","TaskId"]
Notify3c02["Bytes"]
TaskNotFound3c03["AccountOf","TaskId"]
SuccessfullyTransferredFunds3c04["TaskId"]
XcmpTaskSucceeded3c05["Hash","ParaId"]
XcmpTaskFailed3c06["Hash","ParaId","DispatchError"]
TransferFailed3c07["TaskId","DispatchError"]
SuccesfullyAutoCompoundedDelegatorStake3c08["TaskId","BalanceOf"]
AutoCompoundDelegatorStakeFailed3c09["TaskId","Bytes","DispatchErrorWithPostInfo"]
TaskMissed3c0a["AccountOf","TaskId","UnixTime"]
DynamicDispatchResult3c0b["AccountOf","TaskId","DispatchResult"]
CallCannotBeDecoded3c0c["AccountOf","TaskId"]
TaskRescheduled3c0d["AccountOf","TaskId"]
TaskNotRescheduled3c0e["AccountOf","TaskId","DispatchError"]
TaskFailedToReschedule3c0f["AccountOf","TaskId","DispatchError"]
Storage Functions
Name
Type
ScheduledTasksV3{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U64"],"value":"pallet_automation_time:types:ScheduledTasks","keys_id":9,"value_id":450}}
AccountTasks{"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat"],"key_vec":["AccountId","H256"],"value":"pallet_automation_time:types:Task","keys_id":452,"value_id":453}}
TaskQueueV2{"origin":"PlainType","plain_type":"Vec<Tuple:AccountIdH256>","PlainTypeValue":451}
MissedQueueV2{"origin":"PlainType","plain_type":"Vec<pallet_automation_time:types:MissedTaskV2>","PlainTypeValue":456}
LastTimeSlot{"origin":"PlainType","plain_type":"Tuple:U64U64","PlainTypeValue":458}
Shutdown{"origin":"PlainType","plain_type":"Bool","PlainTypeValue":57}
Constants
Name
Type
Value
MaxTasksPerSlotU3200010000
MaxExecutionTimesU3218000000
MaxScheduleSecondsU64004eed0000000000
MaxBlockWeightU640088526a74000000
MaxWeightPercentageU3280f0fa02
MaxWeightPerSlotU128005cb2ec220000000000000000000000
UpdateQueueRatioU320065cd1d
ExecutionWeightFeeU1280c000000000000000000000000000000
GetNativeCurrencyIdU3200000000
Error Types
Name
Docs
InvalidTimeTime must end in a whole hour.
PastTimeTime must be in the future.
TimeTooFarOutTime cannot be too far in the future.
EmptyMessageThe message cannot be empty.
EmptyProvidedIdThe provided_id cannot be empty
DuplicateTaskThere can be no duplicate tasks.
TimeSlotFullTime slot is full. No more tasks can be scheduled for this time.
TaskDoesNotExistThe task does not exist.
BlockTimeNotSetBlock time not set.
InvalidAmountAmount has to be larger than 0.1 OAK.
TransferToSelfSender cannot transfer money to self.
InsufficientBalanceInsufficient balance to pay execution fee.
LiquidityRestrictionsAccount liquidity restrictions prevent withdrawal.
TooManyExecutionsTimesToo many execution times provided.
CallCannotBeDecodedThe call can no longer be decoded.