Kusama
subscan
Runtime Modules / Gilt
Spec Version:
Call Functions
Name
Lookup
Parameters
place_bid26002
retract_bid26012
set_target26021
thaw26031
Events
Name
Lookup
Attributes
BidPlaced2600
BidRetracted2601
GiltIssued2602
GiltThawed2603
Storage Functions
Name
Type
QueueTotals{"origin":"PlainType","plain_type":"Vec<(u32, BalanceOf)>"}
Queues{"origin":"MapType","map_type":{"key":"u32","hasher":"Blake2_128Concat","value":"Vec<GiltBid<BalanceOf, AccountId>>","isLinked":false}}
ActiveTotal{"origin":"PlainType","plain_type":"ActiveGiltsTotal<BalanceOf>"}
Active{"origin":"MapType","map_type":{"key":"ActiveIndex","hasher":"Blake2_128Concat","value":"ActiveGilt<BalanceOf,<T as frame_system::Config>::AccountId,< T as frame_system::Config>::BlockNumber,>","isLinked":false}}
Constants
Name
Type
Value
IgnoredIssuanceBalanceOf0x4f25ecbdb743a5050000000000000000
QueueCountu320x2c010000
MaxQueueLenu320xe8030000
FifoQueueLenu320xfa000000
PeriodBlockNumber0x80970600
MinFreezeBalanceOf0x50f8369c4d0000000000000000000000
IntakePeriodBlockNumber0x32000000
MaxIntakeBidsu320x64000000
Error Types
Name
Docs
DurationTooSmall The duration of the bid is less than one.
DurationTooBig The duration is the bid is greater than the number of queues.
AmountTooSmall The amount of the bid is less than the minimum allowed.
BidTooLow The queue for the bid's duration is full and the amount bid is too low to get in through replacing an existing bid.
Unknown Gilt index is unknown.
NotOwner Not the owner of the gilt.
NotExpired Gilt not yet at expiry date.
NotFound The given bid for retraction is not found.