Skip to content

CryptoFist/MemeMarketplace-contract

Repository files navigation

function setRoyalty(address tokenAddress_, uint256 tokenID_, uint16 royalty_) function addToBlackList(address scammerAddress_) function pause() function listAuctionForSale(address tokenAddress_, uint256 tokenID_, uint256 price_) function listAuction(address tokenAddress_, uint256 tokenID_, uint256 price_) function listAuctionForTime(address tokenAddress_, uint256 tokenID_, uint256 price_, uint256 timeLimit_) function listAuctionForSilent(address tokenAddress_, uint256 tokenID_, uint256 price_, uint256 timeLimit_) function closeAuction(uint256 auctionID_) function getAuctionList() external view returns(AuctionDispInfo[] memory) function getBidderInfo(uint256 auctionID_) external view returns(AuctionAskUserInfo[] memory) function bidAuction(uint256 auctionID_) function batchTransfer(address receive_, BatchInfo[] memory tokens_) function listBundleAuctionForSale(address tokenAddress_, uint256[] memory tokenIDs_, uint256 price_) function listAuction(address tokenAddress_, uint256[] memory tokenIDs_, uint256 price_) function listAuctionForTime(address tokenAddress_, uint256[] memory tokenIDs_, uint256 price_, uint256 timeLimit_) function listAuctionForSilent(address tokenAddress_, uint256[] memory tokenIDs_, uint256 price_, uint256 timeLimit_) function listNFTForSale(address tokenAddress_, uint256 tokenID_, uint256 price_) function listBundleNFTForSale(address tokenAddress_, uint256[] memory tokenIDs_, uint256 price_) function buyNFTs(uint256 sellID_) function getTokensForSale() external view returns (TokenSellInfo[] memory) function getSaleTokensByOwner(address owner_) external view returns(TokenSellInfo[] memory) function makeOffer(uint256[] memory sellIDs_, uint256[] memory buyIDs_) function addCollection(address tokenAddress_, uint256[] memory tokenIDs_) function getTredningList() function withDraw() function setFundAddress(address fundAddress_) function getTokensByOwner(address owner_) external view returns(TokenSellInfo[] memory)

About

Ethereum NFT Marketplace Smart Contract

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published