SaleClockAuction

Verified contract

Active on Ethereum with 1,782 txns
Deployed by via 0x5d9b8388 at 5160245
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
--
ERC-20
--
ERC-20
--
0x9ba2812e9764e1150a8fbd0aa755d3c1933ed2fea72f88396fa74d0990ad41eb
0xb0dad3e2acdd61684d86f3117f4d3a00ea191bb3099e76276427616fb2f7e26f
0xc5f79b16c0c48e8e6cc2cda14d95d5d54d9c9b60d1abeed38ad3e32113e8282d
0x42dfdb1595e7b0478b8b6efa8728f42e9c78abeedbdef8389575e1b3986475ec
0x3a026716a2863f75b43bddd4f5ac7277c0596ac01c7fe05917844000ce273e01
0xfa4d0cde6faea4c4d5ae5d0278563604f35139e0f79b5a3ac8eb96d4c3d7c8be
0xa508d548e4424c860a0337fba23406497731bf68e848e316a2d44e037c8b20f0
0xf619b25b96c6aded3e30f58ed5fba6a9a1000a53b01ee67e69b053956e39ebe6
0x37c8f91878c20b90c1d368f38a70cce187bc416d04a9d8a4ff52dffe32a575e4
0xcb838e4044f533c5576631b155f1e42819790830588093bb8c3ca3c7c9a46574

Functions
Getter at block 21294788
PRICE_CHANGE_TIME_STEP(view returns (uint256)
900
averageMinerSalePrice(view returns (uint256)
50000000000000000
isSaleClockAuction(view returns (bool)
true
minerSaleCount(view returns (uint256)
191
nonFungibleContract(view returns (address)
0xc4a21f9a38b813b2c8e3f2e01c8d7547a99ed2b7
owner(view returns (address)
0x45941d6199e6250f7a2ab57ae8fed8ef7d046b2a
ownerCut(view returns (uint256)
350
paused(view returns (bool)
true
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.