Vara
subscan
Runtime Modules / Gear
Spec Version:
Events
Name
Lookup
Attributes
MessageQueued6800["MessageId","AccountId","ProgramId","MessageEntry"]
UserMessageSent6801["UserMessage","Option<BlockNumberFor>"]
UserMessageRead6802["MessageId","UserMessageReadReason"]
MessagesDispatched6803["MessengerCapacityOf","BTreeMap<MessageId, DispatchStatus>","BTreeSet<ProgramId>"]
MessageWaited6804["MessageId","Option<GasNodeId<MessageId, ReservationId>>","MessageWaitedReason","BlockNumberFor"]
MessageWoken6805["MessageId","MessageWokenReason"]
CodeChanged6806["CodeId","CodeChangeKind<BlockNumberFor>"]
ProgramChanged6807["ProgramId","ProgramChangeKind<BlockNumberFor>"]
QueueNotProcessed6808
Storage Functions
Name
Type
ExecuteInherent{"origin":"PlainType","plain_type":"Bool","PlainTypeValue":54}
BlockNumber{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
GearRunInBlock{"origin":"PlainType","plain_type":"NULL","PlainTypeValue":58}
Constants
Name
Type
Value
Schedulepallet_gear:schedule:Schedule01878f000000010000000400008000000000800010000064000000000100002000000020000000000080000000080000040000dc050000ba000000d4160000b21600007e270000cb2a0000dc170000fc120000f60c00000715000045280000a200000053120000c2530000eb04000000000000aa0200002a0500000b05000082020000db04000088300000820100000201000094010000d200000096010000f40000001c0700008b030000790100007601000060010000790100007001000054010000cd000000060000003707000030030000c9080000790300006e060000f30200004006000006030000b6060000150300002f060000da0200006006000006030000b7060000bd02000078070000db02000032070000d70200009c0300005401000088030000e600000093060000470300006d0f0000200b0000d10d0000210a0000b5490000aa3b0000d50d0000de090000e8030000290100009c03000026010000c903000059010000e5020000e7000000b4020000e9000000fe02000038010000ed02000052010000d4020000320100005a875f0000f2013500004a243800006e5002000002fe8500004efb880000a6823f00004613370000aa1837000076f4360000fa6c370000b62f3700005e15370000fec8360000ca0b66000015030022093f00007acb3b0000068d36000056ec700000ba822b01006eeab40000b1070092f7b60000b107006257420000cead760000b10700ee259600009e939800009ec7d00000b50700e207b200000294dd020012d2e402004271ff010086f72b00008aa3dc0100d6db670000c2473e03001d0b008af9d802001d0b00310a0006d7390000469c3c0000a60b3a0000baec2e030022ba8602001e034600004102000e1fad0000766bb000001ad75700008502005ada4d0000d906005afd360000aac00517002a12111f009204d81a001ab8fa150062827f1e0066ceb70000423be10000d10100ed15009a61e50000c90100dd1500465cc30600faec2108005ae32d0200e6a02307002a22bd08008ab4cd020002cb2f0200c290c11800be6c34000000000000191f00250700711b00d50900452200e5ed00a90300e5080022de2649453b0651260000e643010000
OutgoingLimitU3200040000
OutgoingBytesLimitU3200000004
PerformanceMultiplierU3264000000
MailboxThresholdU64b80b000000000000
ReservationsLimitU640001000000000000
ProgramRentFreePeriodU3200d44900
ProgramResumeMinimalRentPeriodU32004e0c00
ProgramRentCostPerBlockU12840597307000000000000000000000000
ProgramResumeSessionDurationU32b0040000
ProgramRentEnabledBool00
ProgramRentDisabledDeltaU3280130300
RentPoolIdoption<AccountId>01e68325a26f5e8ea5c6c93bbdcfa596ac3ec8b69301c0cc54029dc7bc891bc515
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.
MessageQueueProcessingDisabledMessage queue processing is disabled.
ResumePeriodLessThanMinimalBlock count doesn't cover MinimalResumePeriod.
ProgramNotFoundProgram with the specified id is not found.
GearRunAlreadyInBlockGear::run() already included in current block.
ProgramRentDisabledThe program rent logic is disabled.
ActiveProgramProgram is active.