pub const MAX_AUCTION_AMOUNT_RESERVES: u128 = _; // 4_503_599_627_370_495u128
The maximum amount of input/output in a Dutch auction description. 52 bits gives us enough headroom to do infaillible price interpolation.