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":53}
BlockNumber{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
GearRunInBlock{"origin":"PlainType","plain_type":"NULL","PlainTypeValue":59}
Constants
Name
Type
Value
Schedulepallet_gear:schedule:Schedule01878f00000001000000040000800000000002001000000001000020000000200000000000800000000800b00400009b0000002a250000c72300006c5c00008b3700007f1c0000cc1800006d0c00001b1700008524000069010000b8110000bd4e0000c1080000000000004a040000f9090000450b000054070000f90a00002f3800009e1a0000991800006a1800008e1400008c040000ea020000750e00004c090000d003000075030000e10300000b040000a8030000620300002c0200005a010000090e000003090000dc0d000018090000210e00008c0900002f0f000098090000700f00006c090000c80e0000a0090000170e0000e1080000bc0d0000d90800009e0d00006a080000150e00009b0800001a0a0000e2040000630a00004c040000d30d00002a0900000e0d0000610e00003e110000451000005d3c00001c340000f50f00005d100000840a000084040000140a000099040000640a0000e6040000470800001d040000bf080000960400004b09000070040000ca080000ef0400000f090000dc0400001273b50100b2b51500001e422e0000b2fd360000d2c203000096948f0000ee468500002e6d480000a259400000a2f544000092a340000052e73f0000e2e04200001afd4100009eda420000c6716f0000950200f2784f0000128b410000aea5420000e2dc7f00000efa8d010086b2c000003d0400f6aec300003504002202480000826e7d0000f905009ee2a50000b6aba6000036e8d100002d04000a50b30000fa51cf030092e0170500127837020036611a000012b5b601001e39700000f2df6204008506006a3e2f04009d06008d0a006a014200004e8440000092724200002251010800000072ac5200008d0200cebacf00004eb7da0000fa97630000a902007eac5800000505002a78400000c22c112f001aa0972d009abd711e00724bbf2d008294ec2c00fa027d00003208050100590100551e003e420501005d0100151e00264def06009e2c96080022d48502009a0d5e07002a12ed08003abd300200669c71020042bbc81800910100b2304f00000000352e00c50300f50800a2bc544489398eb0030000
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.