ArtMarketplace
Verified contract
Active on
Ethereum with 770 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "ArtMarketplace"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19178551 | 10 months ago | | | 0 | 0.010001545 | |
| 19178540 | 10 months ago | | | 0 | 0.032354374 | |
| 19178488 | 10 months ago | | | 0 | 0.074684290 | |
| 19178361 | 10 months ago | | | 0 | 0.0093728871 | |
| 19178327 | 10 months ago | | | 0 | 0.0041919771 | |
| 19178267 | 10 months ago | | | 0 | 0.0049591547 | |
| 19178262 | 10 months ago | | | 0 | 0.0041739185 | |
| 19178261 | 10 months ago | | | 0 | 0.0049731518 | |
| 19178257 | 10 months ago | | | 0 | 0.0048352031 | |
| 19178255 | 10 months ago | | | 0 | 0.0046446594 |
ABI
ABI objects
Getter at block 21322199
beneficiary() view returns (address)
0x5308545d3ca57d051e1cfa56e9e1a330c2933d79
owner() view returns (address)
0x5308545d3ca57d051e1cfa56e9e1a330c2933d79
paused() view returns (bool)
false
Read-only
artTokentoAuctionId(address collection, uint256 tokenId) pure returns (uint256)
auctionConfig(uint256) view returns (address artist, uint16 split, uint80 buyNowStartTime, uint80 auctionStartTime, uint88 buyNowPrice, uint88 reservePrice, uint256 preBidPrice)
auctionIdToAuction(uint256) view returns (uint24 offsetFromEnd, uint72 amount, address bidder)
discountsCount(address) view returns (uint256)
getArtTokenIdFromId(uint256 id) pure returns (uint256)
getAuctionEndTime(uint256 auctionId) view returns (uint256)
getAuctionStartTime(uint256 auctionId) view returns (uint256)
getCollectionFromId(uint256 id) pure returns (address)
isAuctionActive(uint256 auctionId) view returns (bool)
isAuctionOver(uint256 auctionId) view returns (bool)
reservePrice(uint256 auctionId) view returns (uint256)
State-modifying
Events bid(uint256 auctionId) payable
bidOnFavs(uint256[] favorites, uint256[] expectedPrices) payable
buyNow(uint256 auctionId) payable
buyNowMultiple(uint256[] auctionIds) payable
changePrices(address collectionAddress, uint256 tokenId, uint256 newBuyNowPrice, uint256 newReservePrice, uint256 newPreBidPrice)
changePricesMultiple(address[] collections, uint256[] tokenIds, uint256[] newBuyNowPrices, uint256[] newReservePrices, uint256[] newPreBidPrices)
changeSplit(address collectionAddress, uint256 tokenId, address artist, uint256 split)
changeSplitMultiple(address[] collections, uint256[] tokenIds, address[] artists, uint256[] splits)
renounceOwnership()
reschedule(address collectionAddress, uint256 tokenId, uint256 newBuyNowStartTime, uint256 newAuctionStartTime)
rescheduleMultiple(address[] collections, uint256[] tokenIds, uint256[] newBuyNowStartTimes, uint256[] newAuctionStartTimes)
resetAuction(address collectionAddress, uint256 tokenId)
resetMultiple(address[] collections, uint256[] tokenIds)
schedule(address collectionAddress, uint256 tokenId, uint256 buyNowStartTime, uint256 auctionStartTime, address artist, uint256 split, uint256 buyNowPrice, uint256 reserve, uint256 preBidPrice)
scheduleMultiple(address[] collections, uint256[] tokenIds, uint256[] buyNowStartTimes, uint256[] auctionStartTimes, address[] artists, uint256[] splits, uint256[] buyNowPrices, uint256[] reservePrices, uint256[] preBidPrices)
scheduleMultipleLight(address collections, uint256[] tokenIds, uint256 buyNowStartTime, uint256 auctionStartTimes, address artists, uint256 splits, uint256 buyNowPrice, uint256 reservePrices, uint256 preBidPrices)
setBeneficiary(address _beneficiary)
setPaused(bool _paused)
settleAuction(uint256 auctionId) payable
settleMultipleAuctions(uint256[] auctionIds) payable
transferOwnership(address newOwner)
BidMade(uint256 indexed auctionId, address indexed collectionAddress, uint256 indexed tokenId, address bidder, uint256 amount, uint256 timestamp)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Settled(uint256 indexed auctionId, address indexed collectionAddress, uint256 indexed tokenId, uint256 timestamp, uint256 price)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.