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:Schedule01204e000000010000000400008000000000020010000000010000200000002000000000008000000008000a000000d0000000132d00003c290000f84b00006d460000901c0000611800003a0c00001916000024290000560100004b110000494b00000509000000000000f5020000700700000307000048060000dd0a0000c137000050190000aa17000021180000261400001f040000b8020000280e000039080000f20200001703000038030000890300005f030000e102000061010000a9000000810d0000ed070000170d0000c00700000b0d0000e3070000a80d0000db070000c00d0000460800004c0d000031070000320d00002b070000d00c000090070000ba0c0000fe070000650d0000bd0700006d0800006a0300000008000053030000420c0000c3070000181000006d0f0000f4130000221100001a470000113900007815000080120000b3080000c3030000310800001e0300002108000019030000c2060000050300000c070000100300006507000004030000970600006d0300009b0600005e030000e2a5b201007a6f160000ca08300000ba8e9400007289790000b6d84a00008a4e4100003a03420000567601000016d9480000f2614100001e904000005a56410000865440000032fb710000810200966a4600000ad7400000164f8300003285c0010032c3c40000190400bec1c8000011040092e7460000fe34780000a1050092e3a300006e52a60000fa9bca0000210400e666b100005adbf70400c60ad003004e35a502007add190000a6d34301008a1d6f00001acc030400950600b678e50400950600c5090076894100004e674100005e7c3805000000fefb5200005902000a56d200009aeed800003e496200005d02004a89570000e90400e2803f0000da70a505002a71e80200aa02230300b2ab550300ea7aea02001ebc77000082650201007501002922007a390801006d01002d22005ab9e40600220955080086146602003ee51207004eb31b0800a2ab5b020082a55802004244a818009101003af73800000000c52500410300850a00a2a19d43ed3c0a7b030000
OutgoingLimitU3200040000
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.