SaleClockAuction
Verified contract
Active on
Ethereum with 1,782 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc4a2…d2b7
-
variable spans 4 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CW | ERC-20 | 623 | -- | -- | |
CW | ERC-20 | 623 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5443008 | 7 years ago | | | 0.009 | 0.000062620000 | |
| 5442457 | 7 years ago | | | 0 | 0.000068202000 | |
| 5442436 | 7 years ago | | | 0 | 0.000068202000 | |
| 5441568 | 7 years ago | | | 0 | 0.000083202000 | |
| 5441494 | 7 years ago | | | 0 | 0.000083202000 | |
| 5441434 | 7 years ago | | | 0 | 0.000068202000 | |
| 5441250 | 7 years ago | | | 0 | 0.000034101000 | |
| 5441186 | 7 years ago | | | 0 | 0.000083202000 | |
| 5441153 | 7 years ago | | | 0.018263889 | 0.000095274000 | |
| 5441147 | 7 years ago | | | 0 | 0.000083202000 |
ABI
ABI objects
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 _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.