Kusama
subscan
Runtime Modules / Nis
Spec Version:
Call Functions
Name
Lookup
Parameters
place_bid26002
retract_bid26012
fund_deficit2602-
thaw_private26032
thaw_communal26041
communify26051
privatize26061
Events
Name
Lookup
Attributes
BidPlaced2600["AccountId","BalanceOf","u32"]
BidRetracted2601["AccountId","BalanceOf","u32"]
BidDropped2602["AccountId","BalanceOf","u32"]
Issued2603["ReceiptIndex","BlockNumberFor","AccountId","Perquintill","BalanceOf"]
Thawed2604["ReceiptIndex","AccountId","Perquintill","BalanceOf","bool"]
Funded2605["BalanceOf"]
Transferred2606["AccountId","AccountId","ReceiptIndex"]
Storage Functions
Name
Type
QueueTotals{"origin":"PlainType","plain_type":"Vec<Tuple:U32U128>","PlainTypeValue":785}
Queues{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"Vec<pallet_nis:pallet:Bid>","keys_id":4,"value_id":786}}
Summary{"origin":"PlainType","plain_type":"pallet_nis:pallet:SummaryRecord","PlainTypeValue":789}
Receipts{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"pallet_nis:pallet:ReceiptRecord","keys_id":4,"value_id":790}}
Constants
Name
Type
Value
PalletId[U8; 8]70792f6e69732020
QueueCountU32f4010000
MaxQueueLenU32e8030000
FifoQueueLenU32fa000000
BasePeriodU32c0890100
MinBidU1283435261a080300000000000000000000
MinReceiptU6400e8764817000000
IntakePeriodU3232000000
MaxIntakeWeightsp_weights:weight_v2:Weight0700d0ed902e139999999999999919
ThawThrottleTuple:U64U320000d9e9ac2d780305000000
Error Types
Name
Docs
DurationTooSmallThe duration of the bid is less than one.
DurationTooBigThe duration is the bid is greater than the number of queues.
AmountTooSmallThe amount of the bid is less than the minimum allowed.
BidTooLowThe queue for the bid's duration is full and the amount bid is too low to get inthrough replacing an existing bid.
UnknownReceiptReceipt index is unknown.
NotOwnerNot the owner of the receipt.
NotExpiredBond not yet at expiry date.
UnknownBidThe given bid for retraction is not found.
PortionTooBigThe portion supplied is beyond the value of the receipt.
UnfundedNot enough funds are held to pay out.
AlreadyFundedThere are enough funds for what is required.
ThrottledThe thaw throttle has been reached for this period.
MakesDustThe operation would result in a receipt worth an insignficant value.
AlreadyCommunalThe receipt is already communal.
AlreadyPrivateThe receipt is already private.