Vara
subscan
Runtime Modules / Gear
Spec Version:
Events
Name
Lookup
Attributes
MessageQueued6800["MessageId","AccountId","ProgramId","MessageEntry"]
UserMessageSent6801["UserMessage","Option<BlockNumber>"]
UserMessageRead6802["MessageId","UserMessageReadReason"]
MessagesDispatched6803["MessengerCapacityOf","BTreeMap<MessageId, DispatchStatus>","BTreeSet<ProgramId>"]
MessageWaited6804["MessageId","Option<GasNodeId<MessageId, ReservationId>>","MessageWaitedReason","BlockNumber"]
MessageWoken6805["MessageId","MessageWokenReason"]
CodeChanged6806["CodeId","CodeChangeKind<BlockNumber>"]
ProgramChanged6807["ProgramId","ProgramChangeKind<BlockNumber>"]
QueueProcessingReverted6808
ProgramResumeSessionStarted6809["SessionId","AccountId","ProgramId","BlockNumber"]
Storage Functions
Name
Type
ExecuteInherent{"origin":"PlainType","plain_type":"Bool","PlainTypeValue":52}
BlockNumber{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
LastGearBlockNumber{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
Constants
Name
Type
Value
Schedulepallet_gear:schedule:Schedule0000010000000400008000000000020010000000010000200000002000000000008000000008000700000096000000271a0000651a0000118f0000a7650000e51c000004180000320c0000c315000027290000c00000009a1100008a5000004d07000000000000b7010000fe030000ed0400003f0400007e080000a2340000fe1700003617000085160000451300007803000033020000f60b0000ec060000fe020000f2020000b7030000be0300007b0300007d0200001e010000ae000000380d00009a0700002c0d00008f070000d80d000019070000610d00009f070000360d000085070000f10d00006e070000d90c000018070000960d0000b30700003e0d00007c0700005e0d000083070000f90800008b030000ce0800009e0300004f0c0000bb070000b71400004611000081160000071100007b4b00008f3a00005316000098110000fc0800007a0300007008000040030000ac080000bd030000c906000011030000fc060000ef020000f40600000903000056070000ed02000096060000dd02000022a27a000012cf720000a208f6000062a5fe0000ae52a300002a21a100004a969f00004a040700007e1aa50000ee60a600006eeba30000deb0a400000a5ca60000e220e100008902009ef0a20000320da20000f6c4d600006a5ff6000082183e0100b10400c6803b0100b904007ecfa800006a99eb00008d06009a0f130100dec61a01002a8e4a0100bd04001e9d260100aa19bf0500aaafa605004e460a03008eb61d0000ca9b0f04000673e300004ae5250500610700e6428006007507003d0a008655a20000925aa30000ea49d2080036178a0300969da90000a901004609470100bef94401008ab7b500005902003e3ca90000d905002e5ca000005289ba060002aaa003000a751e0400363b1b0400c6ca0703001e68e7000032c27e0100990100f51d009a66830100b901001d1e000e66ae0600ca8e3d0800c279450200aa11e60600428a01080036751502000608060200c22cac18009101009101000000752100510300390b0022871a43ed3c7a26030000
OutgoingLimitU3200040000
MailboxThresholdU64b80b000000000000
ReservationsLimitU640001000000000000
ProgramRentFreePeriodU32404b4c00
ProgramResumeMinimalRentPeriodU32004e0c00
ProgramRentCostPerBlockU12840597307000000000000000000000000
ProgramResumeSessionDurationU32b0040000
Error Types
Name
Docs
MessageNotFoundMessage wasn't found in the mailbox.
InsufficientBalanceNot enough balance to execute an action.Usually occurs when the gas_limit specified is such that the origin account can't afford the message.
GasLimitTooHighGas limit too high.Occurs when an extrinsic's declared `gas_limit` is greater than a block's maximum gas limit.
ProgramAlreadyExistsProgram already exists.Occurs if a program with some specific program id already exists in program storage.
InactiveProgramProgram is terminated.Program init failed, so such message destination is no longer unavailable.
NoMessageTreeMessage gas tree is not found.When a message claimed from the mailbox has a corrupted or non-extant gas tree associated.
CodeAlreadyExistsCode already exists.Occurs when trying to save to storage a program code that has been saved there.
CodeDoesntExistCode does not exist.Occurs when trying to get a program code from storage, that doesn't exist.
CodeTooLargeThe code supplied to `upload_code` or `upload_program` exceeds the limit specified in thecurrent schedule.
ProgramConstructionFailedFailed to create a program.
ValueLessThanMinimalValue doesn't cover ExistentialDeposit.
MessagesStorageCorruptedMessages storage corrupted.
MessageQueueProcessingDisabledMessage queue processing is disabled.
ResumePeriodLessThanMinimalBlock count doesn't cover MinimalResumePeriod.
ProgramNotFoundProgram with the specified id is not found.
FailureRedeemingVoucherVoucher can't be redemmed