Skip to content

anv-nft/AniverseNFT-AuctionSellBuy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Aniverse - Auction Market Solidity File

Getting Started

1. Auction Market Solidity

Auction Market Solidity file in exactly the same ways as Fixed Price Solidity is a java script code executed when buying or creating NTF in the form of Auction. In this case, the code checks when the Auction ends and selects the highest price from the list. NTF is sent to the one who offered the highest price, and the rest of the participants receive their tokens in return, and this whole function is performed automatically.

2. Aniverse Auction Market Smart Contract Adressess

2.1 const ETH_NFT_AUCTION_MARKET is NFT market contract address for auction artwork :

      const ETH_NFT_AUCTION_MARKET = Web3.utils.toChecksumAddress("0x3b9b45b21a9DdD008082dCFad053458Cc83dB289");

2.2 const ETH_NFT_AUCTION_ADVANCED_MARKET is NFT market contract address for auction artwork :

      const ETH_NFT_AUCTION_ADVANCED_MARKET = Web3.utils.toChecksumAddress("0x2BE8265D962044daD1bEb5b7a62F728Fd7DDE5C0");

Contacts

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published