Vara
subscan
Runtime Modules / Gear
Spec Version:
Call Functions
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
ProgramResumeSessionStarted6809["SessionId","AccountId","ProgramId","BlockNumberFor"]
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":60}
Constants
Name
Type
Value
Schedulepallet_gear:schedule:Schedule01878f0000000100000004000080000000000200100000000100002000000020000000000080000000080000040000780500008b000000231a0000291a00004d3c0000e13e000066110000f71000005a0c0000050e00008f21000061000000f2100000ef3b00004304000000000000b80200004905000049050000a1020000d7030000d32a0000d50f00000e0f0000a60f00005a0e00004a02000072010000460500009b04000022020000a3020000dc020000a9020000200200006f02000052010000fe000000150700002204000076060000d6030000c6040000c40200005e0400000103000006050000de02000077040000dc0200006c040000ac020000e0040000bb02000016050000fb0200005b0500005a030000510500006a020000ee040000940200002f0600008e060000e70b00005c090000690c0000a50900002a2e0000501d0000290d0000c6080000590400006d030000dd0400002e0200003c0400004c02000096030000cf01000080030000ee01000030030000dc01000046050000a30100009c030000e40100002247f601009e180f0000e655260000a6252f0000f2dd030000a6318a0000becf7600004ad93f00005ee73800009e8c380000cac4380000e2ce38000006b8390000f6123b00005a933800005a12660000750200925e3f00006e833800000ef2380000ee2773000096fd8e0100fadac20000d505002e78c60000f905002e243f000032b1790000ed05001a6fa30000ea0fa30000d2aece0000e10500060baf000092491605004a1c9504000abdf7010002ad230000e2dc7c0200ba82670000ba145c0500d108008294180500fd0800010a00aaff3900003ebf3a00005276390000aab52a06004a6adc0500426646000049020096d2bd0000beb8bb0000fec65c00009502001aff490000f104008a233800002258c00500c217fd020092a0b902009274590200c23fc40200febbe000002ef4f80000390100411d0002ecfb0000610100391d009aaddb0600f2dc450800ea166802008664250700c634260800a621350200a68c7a0200027dc6180091010056984300000000fd0300b9030021090002a56d4789392ead030000
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.
ValueLessThanMinimalValue doesn't cover ExistentialDeposit.
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.