ArtMarketplace

Verified contract

Active on Ethereum with 770 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "ArtMarketplace"

0x0625534cba72b0ed6d3685551d1e436064cafd611496e5673643f1656039a343
0x3fb87bc3ca96627a078a936ba0ff8fe158fb15857e6b8d9a770f1c4a3fe0cbac
0x1cc09cfb9f725ec6a01d1ead2015cf18be211950bf01d11a158abdd29bf44ee0
0xf2ad09168cbb8bc82bc718d8324a200ce21ef377b1d69eb9c9e5ff12650ca315
0xde533ffcca8e92415cffb1694905703ef3a72270d736e86c82f76296f580155c
0x86a2e168367ed99e783858eaa7f1998156d66d09a90b971fc17bb8633c5ff439
0x634d21b9860ca2d204012b2386f590f7ace03d0c24baf146720dbcb5c1c43ba2
0xdeb29effb11a90628b2e3f72c3c7c6de858a020394f2666197675714462678d5
0x42e73ad8168bcd023433eef6aad25849bd71add6cedad6f1616ab04abc3c9479
0xfd85bd8cd3a804d9713e35ef23b1437ef1e9c9e25f6e35aac901614e24b9d3c0

Functions
Getter at block 21322199
beneficiary(view returns (address)
0x5308545d3ca57d051e1cfa56e9e1a330c2933d79
owner(view returns (address)
0x5308545d3ca57d051e1cfa56e9e1a330c2933d79
paused(view returns (bool)
false
Read-only
artTokentoAuctionId(address collectionuint256 tokenIdpure returns (uint256)
auctionConfig(uint256view returns (address artistuint16 splituint80 buyNowStartTimeuint80 auctionStartTimeuint88 buyNowPriceuint88 reservePriceuint256 preBidPrice)
auctionIdToAuction(uint256view returns (uint24 offsetFromEnduint72 amountaddress bidder)
discountsCount(addressview returns (uint256)
getArtTokenIdFromId(uint256 idpure returns (uint256)
getAuctionEndTime(uint256 auctionIdview returns (uint256)
getAuctionStartTime(uint256 auctionIdview returns (uint256)
getCollectionFromId(uint256 idpure returns (address)
isAuctionActive(uint256 auctionIdview returns (bool)
isAuctionOver(uint256 auctionIdview returns (bool)
reservePrice(uint256 auctionIdview returns (uint256)
State-modifying
bid(uint256 auctionIdpayable 
bidOnFavs(uint256[] favoritesuint256[] expectedPricespayable 
buyNow(uint256 auctionIdpayable 
buyNowMultiple(uint256[] auctionIdspayable 
changePrices(address collectionAddressuint256 tokenIduint256 newBuyNowPriceuint256 newReservePriceuint256 newPreBidPrice
changePricesMultiple(address[] collectionsuint256[] tokenIdsuint256[] newBuyNowPricesuint256[] newReservePricesuint256[] newPreBidPrices
changeSplit(address collectionAddressuint256 tokenIdaddress artistuint256 split
changeSplitMultiple(address[] collectionsuint256[] tokenIdsaddress[] artistsuint256[] splits
renounceOwnership(
reschedule(address collectionAddressuint256 tokenIduint256 newBuyNowStartTimeuint256 newAuctionStartTime
rescheduleMultiple(address[] collectionsuint256[] tokenIdsuint256[] newBuyNowStartTimesuint256[] newAuctionStartTimes
resetAuction(address collectionAddressuint256 tokenId
resetMultiple(address[] collectionsuint256[] tokenIds
schedule(address collectionAddressuint256 tokenIduint256 buyNowStartTimeuint256 auctionStartTimeaddress artistuint256 splituint256 buyNowPriceuint256 reserveuint256 preBidPrice
scheduleMultiple(address[] collectionsuint256[] tokenIdsuint256[] buyNowStartTimesuint256[] auctionStartTimesaddress[] artistsuint256[] splitsuint256[] buyNowPricesuint256[] reservePricesuint256[] preBidPrices
scheduleMultipleLight(address collectionsuint256[] tokenIdsuint256 buyNowStartTimeuint256 auctionStartTimesaddress artistsuint256 splitsuint256 buyNowPriceuint256 reservePricesuint256 preBidPrices
setBeneficiary(address _beneficiary
setPaused(bool _paused
settleAuction(uint256 auctionIdpayable 
settleMultipleAuctions(uint256[] auctionIdspayable 
transferOwnership(address newOwner
Events
BidMade(uint256 indexed auctionIdaddress indexed collectionAddressuint256 indexed tokenIdaddress bidderuint256 amountuint256 timestamp
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Settled(uint256 indexed auctionIdaddress indexed collectionAddressuint256 indexed tokenIduint256 timestampuint256 price
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.