TaxInfo
Struct of tax information
startTimeTimestamp of when harberger taxation beginsforeclosureTimeTimestamp of token foreclosurecurrentPriceCurrent listing price of tokendepositAmountTotal amount of taxes deposited
struct TaxInfo {
uint48 startTime;
uint48 foreclosureTime;
uint80 currentPrice;
uint80 depositAmount;
}