TaxInfo
Struct of tax information
startTime
Timestamp of when harberger taxation beginsforeclosureTime
Timestamp of token foreclosurecurrentPrice
Current listing price of tokendepositAmount
Total amount of taxes deposited
struct TaxInfo {
uint48 startTime;
uint48 foreclosureTime;
uint80 currentPrice;
uint80 depositAmount;
}