subscan
Runtime Modules / SafeMode
Spec Version:
Call Functions
Events
Name
Lookup
Attributes
Entered4000["BlockNumberFor"]
Extended4001["BlockNumberFor"]
Exited4002["ExitReason"]
DepositPlaced4003["AccountId","BalanceOf"]
DepositReleased4004["AccountId","BalanceOf"]
DepositSlashed4005["AccountId","BalanceOf"]
CannotDeposit4006
CannotRelease4007
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":594,"value_id":6}}
Constants
Name
Type
Value
EnterDurationU32b0040000
ExtendDurationU3258020000
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`.