I initially posted these questions to the community some time ago, and was hoping a developer could assist.
Is it possible to edit the end time of an auction, so it can end within 24 hours after the first bid is placed?
Is it also possible to edit the listing, and change it from an auction format to a buy format?
I also visited the Gallery site and couldn’t locate the art I created. I used to see it, but it’s not visible anymore, not sure how to make it visible again.
hello tina. it is possible to modify parts of your listing as long as no one has bid on the listing/the listing has not started. if the listing has started, you will not be able to modify anything.
Is it possible to edit the end time of an auction, so it can end within 24 hours after the first bid is placed?
yes, you can, but you will need to interact with the Marketplace contract (0x3a3548e060be10c2614d0a4cb0c03cc9093fd799 on mainnet) directly. you can do so through Etherscan here: https://etherscan.io/address/0x3a3548e060be10c2614d0a4cb0c03cc9093fd799#writeProxyContract#F16 and call the function modifyListing. you will need to connect the wallet with which you listed the token and pay gas fees. fill out the details like below:
listingId: your listing id, that can be found in the Gallery app.
initialAmount: the amount of tokens available for sale (for erc-721s, you would set 1)
startTime: 0 means that the auction starts on first bid
endTime: 86400 means that the auction ends 86400 seconds after the first bid
Is it also possible to edit the listing, and change it from an auction format to a buy format?
you cannot edit the listing type using the edit function. if you want to change it from an auction type to a flat price (buy) type, you will have to cancel your listing and relist it as a flat price type listing.
I also visited the Gallery site and couldn’t locate the art I created. I used to see it, but it’s not visible anymore, not sure how to make it visible again.
you should be able to see the link to your token using the following pattern: https://gallery.manifold.xyz/{contractAddress}/{tokenId}. for example, my contract address is 0x123, and token id is 1, so the link to my token on Gallery is: https://gallery.manifold.xyz/0x123/1 . if that does not help, can you please provide what you mean by I used to see it, but it’s not visible anymore ? was this on gallery.manifold.xyz or on the Gallery app?
I have not tried to edit after reviewing the initial response because it sounds like it will be expensive. I have decided to leave my collection as is.
I noticed that my url’s for my artworks has timed out and no longer work. I’m guessing this is because the date I plugged in for the live auction has expired. Can you help me make the url’s work again? I would also like to remove the auction function and make it a simple “buy” transaction. I asked about editing this last year, but it sounded too expensive back then. Is it more affordable to edit something like this now?