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:Schedule0000010000000400008000000000020010000000010000200000002000000000008000000008000900000093000000372d00004f2e0000d95d0000184d0000a41c00008e170000490c00005a16000077280000ff000000bf110000d24f0000bf0900000000000042020000be050000cc05000023060000e709000068350000c21900009f170000e517000014140000cc03000082020000340e0000c408000013030000ca0200004f030000bd0300008a030000b80200003c010000a4000000cb0d0000ba0700003b0d0000f5070000490d00008c070000f90c000090070000600d000085080000dd0d0000d3070000e30d000037080000d30d000054080000f40d000000080000b80d00006508000009090000d7030000d008000088030000a40c00007e080000a2140000f41100004f1600003b1200004d480000de390000f415000037120000bf080000da03000008090000c503000019090000e7030000d6070000780300004b070000220300008807000044030000b50700008f0300008107000073030000e23a9301005283180000f2d7300000d2ab8b0000fe9e890000f6c6420000becd390000c6473a00001e650100003e1f3a0000a2393a000022d13900009edb3a000012793d000082a767000079020012f73900005a5a3a00000ece8200000a77a601000208c000000504008299c00000fd03003a1c420000ca52770000a50500da2da00000de96a10000d64bcb00000d04008ac7af00002297d9030016432703009eb87902009a0f1a0000aa0517030016386f00001e4ed70400750600b6377104006d0600890900bedb3b0000225f390000aae1b80b004af81a0d007ec74a00000502004230c700000a70cb00002af65800006102005aee550000e10400de733a00009a1eab04002e393f03004239e30300e214c20200be10d503004a7b7800008e0a000100690100d921003e8d030100550100ad210022f7a906001acf120800be6a34020072bbe7060036d7a60800ca538c0200660e1c02000247a2180091010026631200000000bd2300290300490a002233b740ed3ce611030000
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