Kusama
subscan
Runtime Modules / Gilt
Spec Version:
Call Functions
Name
Lookup
Parameters
place_bid26002
retract_bid26012
set_target26021
thaw26031
Events
Name
Lookup
Attributes
BidPlaced2600["AccountId","BalanceOf","u32"]
BidRetracted2601["AccountId","BalanceOf","u32"]
GiltIssued2602["ActiveIndex","BlockNumber","AccountId","BalanceOf"]
GiltThawed2603["ActiveIndex","AccountId","BalanceOf","BalanceOf"]
Storage Functions
Name
Type
QueueTotals{"origin":"PlainType","plain_type":"Vec<Tuple:U32U128>","PlainTypeValue":655}
Queues{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"Vec<pallet_gilt:pallet:GiltBid>","keys_id":4,"value_id":656}}
ActiveTotal{"origin":"PlainType","plain_type":"pallet_gilt:pallet:ActiveGiltsTotal","PlainTypeValue":659}
Active{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"pallet_gilt:pallet:ActiveGilt","keys_id":4,"value_id":660}}
Constants
Name
Type
Value
QueueCountU322c010000
MaxQueueLenU32e8030000
FifoQueueLenU32fa000000
PeriodU3280970600
MinFreezeU12850f8369c4d0000000000000000000000
IntakePeriodU3232000000
MaxIntakeBidsU3264000000
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.
UnknownGilt index is unknown.
NotOwnerNot the owner of the gilt.
NotExpiredGilt not yet at expiry date.
NotFoundThe given bid for retraction is not found.