vara
subscan
Vara
Runtime Modules / Gear
Spec Version:
Events
Name
Lookup
Attributes
MessageQueued6800["MessageId","AccountId","ActorId","MessageEntry"]
UserMessageSent6801["UserMessage","Option<BlockNumberFor>"]
UserMessageRead6802["MessageId","UserMessageReadReason"]
MessagesDispatched6803["MessengerCapacityOf","BTreeMap<MessageId, DispatchStatus>","BTreeSet<ActorId>"]
MessageWaited6804["MessageId","Option<GasNodeId<MessageId, ReservationId>>","MessageWaitedReason","BlockNumberFor"]
MessageWoken6805["MessageId","MessageWokenReason"]
CodeChanged6806["CodeId","CodeChangeKind<BlockNumberFor>"]
ProgramChanged6807["ActorId","ProgramChangeKind<BlockNumberFor>"]
QueueNotProcessed6808
Storage Functions
Name
Type
ExecuteInherent{"origin":"PlainType","plain_type":"Bool","PlainTypeValue":8}
BlockNumber{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
GearRunInBlock{"origin":"PlainType","plain_type":"NULL","PlainTypeValue":41}
Constants
Name
Type
Value
Schedulepallet_gear:schedule:Schedule01878f0000000100000004000080000000008000100000000100002000000020000000000080000000080000040000005000006c070000bf00000079150000c714000013280000c7280000b21b0000241500000c0f0000da180000eb2c0000ad0000004c150000736200003c05000000000000a7020000a7050000ec050000f1020000a30400009c3700005b02000023010000640200000e0100005602000020010000150800002c0400000f0100001e0100009f010000a4010000a2010000d9000000f0000000ef000000da060000470400001e07000047040000c80600007f04000049070000550400004b0700005d040000c90600003d0400000c07000049040000e0060000f603000061070000e30300006807000047040000d10300003f0200004b0400001a020000c606000070030000e80e0000320a0000010f0000e30900003d530000b04400005e0f00000d0a00004204000057020000ce0300007c020000ff030000cf020000390300001f01000068030000180100002b03000079010000230300004b0100001403000062010000aea66e0000ce5c3c000032783f0000a24c03000002299a0000f6969a0000fe5b4800002afe450000564f4600001a5d440000ba8e4500009ec444000092eb450000aa37460000deab6900004503009a2d4800006e7a450000d255440000ea7686000056155e0100eed9be00000108003235bf00000508007a744e0000d6a77c0000fd0700c2109f00008ecba200007a85e70000090800dac6c80000826a280300b230130300ba83490200990b00ca6d07020072a272000072ef840300c90b003a1d6f0300c10b00cd0a00bede450000e6e74400008600450000521da4020062bc2703000ee34d0000010200a6a8c100004200be0000f2c25a00006102008eb0510000710700966a450000bae0ff04002a57c80300ba558f030092259503002a3bb70300fe5fc500005eccf30000e901007919003a57f60000e90100791900d2dcf506008a2892080006798b0200622f5807007ac4b90800ae510a030076498602008217c6180002052d00000c000000910100910100910100910100e12e0002e1f50500550d000284d71700b90300e2fae5e3d160c29b3ba9094303e0740258d160625a6ec27940c27769cc4d44a2839307653703a895e671257603808d326f6572b92b00550a00052e00110a00dd2600525d010000d6163c62c13a16ee2c00000a76010000
OutgoingLimitU3200040000
OutgoingBytesLimitU3200000004
PerformanceMultiplierU3264000000
MailboxThresholdU64b80b000000000000
ReservationsLimitU640001000000000000
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.