Name | Lookup | Parameters | |
|---|---|---|---|
| place_bid | 2600 | 2 | |
| retract_bid | 2601 | 2 | |
| set_target | 2602 | 1 | |
| thaw | 2603 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| BidPlaced | 2600 | ||
| BidRetracted | 2601 | ||
| GiltIssued | 2602 | ||
| GiltThawed | 2603 |
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}} |
Name | Type | Value | |
|---|---|---|---|
| QueueCount | u32 | 0x2c010000 | |
| MaxQueueLen | u32 | 0xe8030000 | |
| FifoQueueLen | u32 | 0xfa000000 | |
| Period | BlockNumber | 0x80970600 | |
| MinFreeze | BalanceOf | 0x50f8369c4d0000000000000000000000 | |
| IntakePeriod | BlockNumber | 0x32000000 | |
| MaxIntakeBids | u32 | 0x64000000 |
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. |