type Bid = { auctionId: string; bidAmount: string; bidAmountCurrencyValue: { decimals: number; displayValue: string; name: string; symbol: string; value: BigNumber; }; bidderAddress: string; currencyContractAddress: string;};