Turing
subscan
Runtime Modules / AutomationTime
Spec Version:
Events
Name
Lookup
Attributes
TaskScheduled3c00["AccountOf","TaskIdV2","Option<AccountOf>"]
TaskCancelled3c01["AccountOf","TaskIdV2"]
TaskNotFound3c02["AccountOf","TaskIdV2"]
TaskMissed3c03["AccountOf","TaskIdV2","UnixTime"]
TaskRescheduled3c04["AccountOf","TaskIdV2","Option<AccountOf>"]
TaskNotRescheduled3c05["AccountOf","TaskIdV2","DispatchError"]
TaskRescheduleFailed3c06["AccountOf","TaskIdV2","DispatchError"]
TaskCompleted3c07["AccountOf","TaskIdV2"]
TaskTriggered3c08["AccountOf","TaskIdV2","BTreeMap<Vec<u8>, Vec<u8>>","Option<Vec<u8>>"]
TaskExecuted3c09["AccountOf","TaskIdV2"]
TaskExecutionFailed3c0a["AccountOf","TaskIdV2","DispatchError"]
Storage Functions
Name
Type
ScheduledTasksV3{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U64"],"value":"pallet_automation_time:types:ScheduledTasks","keys_id":11,"value_id":489}}
AccountTasks{"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat"],"key_vec":["AccountId","Vec<U8>"],"value":"pallet_automation_time:types:Task","keys_id":491,"value_id":492}}
TaskQueueV2{"origin":"PlainType","plain_type":"Vec<Tuple:AccountIdVec<U8>>","PlainTypeValue":490}
MissedQueueV2{"origin":"PlainType","plain_type":"Vec<pallet_automation_time:types:MissedTaskV2>","PlainTypeValue":495}
LastTimeSlot{"origin":"PlainType","plain_type":"Tuple:U64U64","PlainTypeValue":497}
Shutdown{"origin":"PlainType","plain_type":"Bool","PlainTypeValue":64}
Constants
Name
Type
Value
MaxTasksPerSlotU3200010000
MaxExecutionTimesU3224000000
MaxScheduleSecondsU64004eed0000000000
MaxBlockWeightU640088526a74000000
MaxWeightPercentageU3280f0fa02
MaxWeightPerSlotU128005cb2ec220000000000000000000000
SlotSizeSecondsU645802000000000000
UpdateQueueRatioU320065cd1d
ExecutionWeightFeeU1280c000000000000000000000000000000
SelfLocationxcm:v3:multilocation:MultiLocation0101000921
Error Types
Name
Docs
InvalidTimeTime in seconds must be a multiple of SlotSizeSeconds
PastTimeTime must be in the future.
TimeTooFarOutTime cannot be too far in the future.
DuplicateTaskThere can be no duplicate tasks.
TimeSlotFullTime slot is full. No more tasks can be scheduled for this time.
TaskDoesNotExistThe task does not exist.
TaskScheduleAsNotMatchThe task schedule_as does not match.
BlockTimeNotSetBlock time not set.
InsufficientBalanceInsufficient balance to pay execution fee.
LiquidityRestrictionsAccount liquidity restrictions prevent withdrawal.
TooManyExecutionsTimesToo many execution times provided.
CallCannotBeDecodedThe call can no longer be decoded.
IncoveribleCurrencyIdIncoverible currency ID.
BadVersionThe version of the `VersionedMultiLocation` value used is not ableto be interpreted.
UnsupportedFeePayment
CannotReanchor
InvalidAssetLocationInvalid asset location.