Giter VIP home page Giter VIP logo

mememarketplace-contract's Introduction

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)

mememarketplace-contract's People

Watchers

 avatar Kell Daniel avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.