bid() :
Adds a bid greater than the current highest bid.
bids(address) :
A list of the current bids for an address.
end() :
Ends the current auction.
endAt() :
The time at which the auction ends.
ended() :
Whether or not the auction is ended.
highestBid() :
The current highest bid.
highestBidder() :
The current highest bidder.
nft() :
The address of the NFT for sale.
nftId() :
The ID of the NFT for sale.
seller() :
The seller of the NFT for sale.
start() :
The timestamp at which the auction begins.
started() :
Whether or not the auction has begun.
withdraw() :
Withdraws bids for an account if that address is not the current highest bidder.