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:Schedule01878f00000001000000040000800000000080001000000001000020000000200000000000800000000800000400006c070000c40000009c1500009c1400006c290000c7280000a71b000041150000050f000097180000002d00009600000055150000806200001b05000000000000a7020000b4050000a3050000ca02000031040000a337000026020000ee00000026020000ee000000b70100000701000023070000ad030000e9000000eb000000840100008c01000054010000be000000db000000d900000050060000c903000034060000090400007b060000b903000054060000f50300003d060000fa0300005f060000c303000089060000d50300003f0600009f03000051060000ab03000032060000ad03000081030000e80100007f030000e60100003f06000032030000d30e00000e0a00000b0f0000450a000071520000f6440000650f0000800a000036040000260200001b0400005e020000fd0300001f0200000b0300001f010000040300001d0100002b0300001d010000fd020000230100001f0300002e01000032b26d00008ad83c0000f64d3f00006e440300009e1b9c0000ea969a0000a2cd4e00006aea4900001e5b4a000056464a00007eed4c0000ee9a4a00005e1c4c00007af94a0000763b700000610300b6974b000036084a00006ef44a00006ae0850000aeb6610100fed0c100003508007a45c300002108009abc530000b2bc8100005108001e9b9d0000ee6fa00000d2c6e70000650800c69bcc0000821b6203009228f7020072465d0200fd0b00129c5c020002bf7900000a60520300310c002ac23a0300390c00190b0062ca4b0000a6e44b0000727f4c00002252780300a20011030016165500000502008233ba0000caaebd00005ee560000075020002e4560000b90700b2564c0000faba220500e2d0e103007a69bc03006266d803003a3df603005294c80000ba2ef50000050200691900b65ffb00000902006919003e4bf206005e479108003ac58a0200922b3f07003eaca608007e6dfa0200cee6900200c22ec5180022762c000014000000910100910100910100910100e12e0002e1f50500f90c000284d71700b5030002b3fee3d160e2543fa909430380e7b357d160a2197ec2794062d985cc4d4402c19b07653703d804e871b9760368a32f6f6572512b001d0a00692f00d10900012a00b61d01000062989f49c13ad65c2c0000c274010000
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.