Vara
subscan
Runtime Modules / Gear
Spec Version:
Events
Name
Lookup
Attributes
MessageQueued6800["MessageId","AccountId","ProgramId","MessageEntry"]
UserMessageSent6801["UserMessage","Option<BlockNumber>"]
UserMessageRead6802["MessageId","UserMessageReadReason"]
MessagesDispatched6803["MessengerCapacityOf","BTreeMap<MessageId, DispatchStatus>","BTreeSet<ProgramId>"]
MessageWaited6804["MessageId","Option<GasNodeId<MessageId, ReservationId>>","MessageWaitedReason","BlockNumber"]
MessageWoken6805["MessageId","MessageWokenReason"]
CodeChanged6806["CodeId","CodeChangeKind<BlockNumber>"]
ProgramChanged6807["ProgramId","ProgramChangeKind<BlockNumber>"]
QueueNotProcessed6808
ProgramResumeSessionStarted6809["SessionId","AccountId","ProgramId","BlockNumber"]
Storage Functions
Name
Type
ExecuteInherent{"origin":"PlainType","plain_type":"Bool","PlainTypeValue":52}
BlockNumber{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
GearRunInBlock{"origin":"PlainType","plain_type":"NULL","PlainTypeValue":58}
Constants
Name
Type
Value
Schedulepallet_gear:schedule:Schedule01204e000000010000000400008000000000020010000000010000200000002000000000008000000008000a000000ce000000d22400002924000001510000f25a0000121c0000d1180000330c0000c3150000d82700006001000070110000de4a0000d5080000000000008b03000066080000e909000028070000b40b00009a3700007d190000571700008f170000d6140000b204000097030000920e0000b60900003e0400001a0400003704000033040000ae03000004030000410100008c0000003f0c0000370700004e0c00008b080000540d0000b0080000400d00004f080000e90c0000f8070000ab0d0000a2080000810d000006090000500d0000b30800001e0d0000460700006c0c0000ff080000f10900009c040000d4090000890400000f0d000020090000d50c0000010e00002c120000491000009f480000eb370000e30f0000530e0000f4090000ac0400009f090000bd030000ee0800008f040000a20800002d0400008f0800007a030000020700002503000063080000f10300007b08000008040000ba1dd0010046eb180000b6d2300000a2bb980000e23d7f00004a564f000072fd47000046fd47000062a201000046ab47000062ac4700008a114a0000668c490000be47480000062e750000910200b6f14600006e5c470000a6b08600005e6ccc01004e2bca0000110400ae74ca000029040016e74c0000fa3b860000a9050092f6a90000ae9bad000036efd300003104004a97bd0000d25ce503002a0df60300a2c4a6020096821a00008af89901000aef7900005223300400a9060042c4650400950600190a00f2be480000467446000066cb48000062bf1b0600b201ae05000265580000e101007651db0000e637da00004ad864000059020076f258000091040056b946000002e7ff77005a21ae6500121efe6e00121e7064007a9778720062507f0000d6410c01007d01009d2000cacf1201008501008d2000da20f206007abd7408000a4da002003ec7390700a262a50800521da402007a8e910200020ea5180091010062e13b00000000112600350300510a0002639043ed3c5eac030000
OutgoingLimitU3200040000
PerformanceMultiplierU3264000000
MailboxThresholdU64b80b000000000000
ReservationsLimitU640001000000000000
ProgramRentFreePeriodU3200d44900
ProgramResumeMinimalRentPeriodU32004e0c00
ProgramRentCostPerBlockU12840597307000000000000000000000000
ProgramResumeSessionDurationU32b0040000
ProgramRentEnabledBool00
ProgramRentDisabledDeltaU3280130300
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.
FailureRedeemingVoucherVoucher can't be redeemed
GearRunAlreadyInBlockGear::run() already included in current block.
ProgramRentDisabledThe program rent logic is disabled.