Interface for a marketplace contract.
This interface defines the basic functions and events for a marketplace contract. This contract allows for listing items, making bids, and purchasing items. It is intended to be implemented by specific marketplace contracts.
listItem(address,uint256,uint256,string,string)makeBid(uint256,uint256)buyItem(uint256)cancelListing(uint256)withdrawBid(uint256)Press Enter to send your query
Powered by Neuron AI • Press Enter to send