Name | Lookup | Parameters | |
---|---|---|---|
cancel | 7800 | 1 |
Name | Lookup | Attributes | |
---|---|---|---|
NewCollateralAuction | 7800 | ["AuctionId","CurrencyId","Balance","Balance"] | |
CancelAuction | 7801 | ["AuctionId"] | |
CollateralAuctionDealt | 7802 | ["AuctionId","CurrencyId","Balance","AccountId","Balance"] | |
DEXTakeCollateralAuction | 7803 | ["AuctionId","CurrencyId","Balance","Balance","Balance"] | |
CollateralAuctionAborted | 7804 | ["AuctionId","CurrencyId","Balance","Balance","AccountId"] |
Name | Type | |
---|---|---|
CollateralAuctions | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"module_auction_manager:CollateralAuctionItem","keys_id":4,"value_id":593}} | |
TotalCollateralInAuction | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["acala_primitives:currency:CurrencyId"],"value":"U128","keys_id":43,"value_id":6}} | |
TotalTargetInAuction | {"origin":"PlainType","plain_type":"U128","PlainTypeValue":6} |
Name | Type | Value | |
---|---|---|---|
MinimumIncrementSize | U128 | 000082dfe40d47000000000000000000 | |
AuctionTimeToClose | U32 | 4b000000 | |
AuctionDurationSoftCap | U32 | 58020000 | |
GetStableCurrencyId | acala_primitives:currency:CurrencyId | 0001 | |
UnsignedPriority | U64 | 30e8ab75a40d0000 |
Name | Docs |
---|---|
AuctionNotExists | The auction dose not exist |
InReverseStage | The collateral auction is in reverse stage now |
InvalidFeedPrice | Feed price is invalid |
MustAfterShutdown | Must after system shutdown |
InvalidBidPrice | Bid price is invalid |
InvalidAmount | Invalid input amount |