SaleClockAuction
Verified contract
Active on
Ethereum with 478 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd79b…7575
-
variable spans 4 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CW | ERC-20 | 190 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8011055 | 5 years ago | | | 0 | 0.000088755000 | |
| 7987326 | 5 years ago | | | 0.02 | 0.0017554024 | |
| 7951634 | 5 years ago | | | 0.01 | 0.00013468560 | |
| 7927339 | 5 years ago | | | 0.05 | 0.000097174000 | |
| 7927308 | 5 years ago | | | 0.0999 | 0.000097174000 | |
| 7927272 | 5 years ago | | | 0.01 | 0.00011223800 | |
| 7925109 | 5 years ago | | | 0 | 0.000088755000 | |
| 7911062 | 5 years ago | | | 0 | 0.00032502000 | |
| 7911060 | 5 years ago | | | 0 | 0.00032502000 | |
| 7911060 | 5 years ago | | | 0 | 0.00032502000 |
ABI
ABI objects
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 _tokenId) view returns (address seller, uint256 startingPrice, uint256 endingPrice, uint256 duration, uint256 startedAt)
getAuctions(uint32 fromIndex, uint32 count) view returns (uint256[] auctionData, uint32 stepSize)
getAuctionsById(uint32[] tokenIds) view returns (uint256[] auctionData, uint32 stepSize)
getCurrentPrice(uint256 _tokenId) view returns (uint256)
lastMinerSalePrices(uint256) view returns (uint256)
State-modifying
Events bid(uint256 _tokenId) payable
cancelAuction(uint256 _tokenId)
cancelAuctionWhenPaused(uint256 _tokenId)
createAuction(uint256 _tokenId, uint256 _startingPrice, uint256 _endingPrice, uint256 _duration, address _seller)
pause()
transferOwnership(address newOwner)
unpause()
AuctionCancelled(uint256 tokenId, address seller)
AuctionCreated(uint256 tokenId, address seller, uint256 startingPrice)
AuctionSuccessful(uint256 tokenId, uint256 totalPrice, address winner, address seller)
Pause()
Unpause()
constructor(address _nftAddress, uint256 _cut)
This contract contains no fallback and receive objects.
This contract contains no error objects.