SaleClockAuction

Verified contract

Active on Ethereum with 478 txns
Deployed by via 0x1de325f4 at 5458098
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 4 additional slots
ERC-20
--
0x62e096732917e37118c29092f65dfe6c17f0a787396349fcfa928d7bad8fbe24
0x0c295b0c87630f6a39ee950e4cbb35eeabfdf739e2c604a896e92f148e69d5f1
0xfedb11e6dd31a1eef2e9d514115d60577653ec6daed9b1cf245b70d4d9256a92
0x00395b80ab283b5b9740fdc858cdcf498e2506950b93a69d837365e797062981
0x825ec3adc5eade93944f45433fa0aaf664ab880a7da913d7c30774064347997d
0x353eac63853a9222f2d9b49c3b2d5acd3f86d54758f7c49e6976b71688bd118f
0x19c973a25ee7853756fd0a2fba27df92712ee92c9dd3c0819c2121b73f66a8a3
0x9f816b34cae1a7768b42b4b3cbc717b9e4e94a0bda574150cddf33ce2230c395
0xf5dec3844cd329bb5abf9f3e6e26522243148ef9754f4081efa9021e216e63ff
0xd2efc0f44448e04b993c2fae56e63638d923d4528cd6cf192aeb355237b6ec55

Functions
Getter at block 21099061
PRICE_CHANGE_TIME_STEP(view returns (uint256)
900
averageMinerSalePrice(view returns (uint256)
50000000000000000
isSaleClockAuction(view returns (bool)
true
minerSaleCount(view returns (uint256)
14
nonFungibleContract(view returns (address)
0xd79b3d20bf9e9d54c4da992fda0b52861fb67575
owner(view returns (address)
0x2c68c56d652d6ce7e8d71938c7efc167ca9ee33b
ownerCut(view returns (uint256)
350
paused(view returns (bool)
false
Read-only
getAuction(uint256 _tokenIdview returns (address selleruint256 startingPriceuint256 endingPriceuint256 durationuint256 startedAt)
getAuctions(uint32 fromIndexuint32 countview returns (uint256[] auctionDatauint32 stepSize)
getAuctionsById(uint32[] tokenIdsview returns (uint256[] auctionDatauint32 stepSize)
getCurrentPrice(uint256 _tokenIdview returns (uint256)
lastMinerSalePrices(uint256view returns (uint256)
State-modifying
bid(uint256 _tokenIdpayable 
cancelAuction(uint256 _tokenId
cancelAuctionWhenPaused(uint256 _tokenId
createAuction(uint256 _tokenIduint256 _startingPriceuint256 _endingPriceuint256 _durationaddress _seller
pause(
transferOwnership(address newOwner
unpause(
Events
AuctionCancelled(uint256 tokenIdaddress seller
AuctionCreated(uint256 tokenIdaddress selleruint256 startingPrice
AuctionSuccessful(uint256 tokenIduint256 totalPriceaddress winneraddress seller
Pause(
Unpause(
Constructor
constructor(address _nftAddressuint256 _cut
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.