subscan
Runtime Modules / SafeMode
Spec Version:
Call Functions
Events
Name
Lookup
Attributes
Entered1700["BlockNumberFor"]
Extended1701["BlockNumberFor"]
Exited1702["ExitReason"]
DepositPlaced1703["AccountId","BalanceOf"]
DepositReleased1704["AccountId","BalanceOf"]
DepositSlashed1705["AccountId","BalanceOf"]
CannotDeposit1706
CannotRelease1707
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":824,"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`.