subscan
Runtime Modules / SafeMode
Spec Version:
Call Functions
Events
Name
Lookup
Attributes
Entered6e00["BlockNumberFor"]
Extended6e01["BlockNumberFor"]
Exited6e02["ExitReason"]
DepositPlaced6e03["AccountId","BalanceOf"]
DepositReleased6e04["AccountId","BalanceOf"]
DepositSlashed6e05["AccountId","BalanceOf"]
CannotDeposit6e06
CannotRelease6e07
Storage Functions
Name
Type
EnteredUntil{"origin":"PlainType","plain_type":"U32","PlainTypeValue":4}
Deposits{"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat"],"key_vec":["AccountId","U32"],"value":"U128","keys_id":430,"value_id":6}}
Constants
Name
Type
Value
EnterDurationU3260090000
ExtendDurationU32b0040000
EnterDepositAmountoption<U128>00
ExtendDepositAmountoption<U128>00
ReleaseDelayoption<U32>00
Error Types
Name
Docs
EnteredThe safe-mode is (already or still) entered.
ExitedThe safe-mode is (already or still) exited.
NotConfiguredThis functionality of the pallet is disabled by the configuration.
NoDepositThere is no balance reserved.
AlreadyDepositedThe account already has a deposit reserved and can therefore not enter or extend again.
CannotReleaseYetThis deposit cannot be released yet.
CurrencyErrorAn error from the underlying `Currency`.