DeepBrain Chain
subscan
Runtime Modules / Tips
Spec Version:
Call Functions
Name
Lookup
Parameters
report_awesome1e002
retract_tip1e011
tip_new1e023
tip1e032
close_tip1e041
slash_tip1e051
Events
Name
Lookup
Attributes
NewTip1e00["Hash"]
TipClosing1e01["Hash"]
TipClosed1e02["Hash","AccountId","BalanceOf"]
TipRetracted1e03["Hash"]
TipSlashed1e04["Hash","AccountId","BalanceOf"]
Storage Functions
Name
Type
Tips{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["H256"],"value":"pallet_tips:OpenTip","keys_id":12,"value_id":547}}
Reasons{"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["H256"],"value":"Vec<U8>","keys_id":12,"value_id":13}}
Constants
Name
Type
Value
MaximumReasonLengthU322c010000
DataDepositPerByteU12800e87648170000000000000000000000
TipCountdownU3240380000
TipFindersFeeU814
TipReportDepositBaseU12800a0724e180900000000000000000000
Error Types
Name
Docs
ReasonTooBigThe reason given is just too big.
AlreadyKnownThe tip was already found/started.
UnknownTipThe tip hash is unknown.
NotFinderThe account attempting to retract the tip is not the finder of the tip.
StillOpenThe tip cannot be claimed/closed because there are not enough tippers yet.
PrematureThe tip cannot be claimed/closed because it's still in the countdown period.