constructor(address _nft, uint256 _nftId, uint256 _startingBid) { nft = IERC721(_nft); nftId = _nftId; seller = payable(msg.sender); highestBid = _startingBid; }
0.7.1