RefundInfo
Struct of refund information
lastPrice
Price of last sale before selling outminterInfo
Mapping of minter address to struct of minter information
struct RefundInfo {
uint256 lastPrice;
mapping(address minter => MinterInfo) minterInfo;
}