SaleClockAuction
Verified contract
Active on
Ethereum with 684 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3bcb…5a0d
-
variable spans 3 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DOPR | ERC-20 | 7 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12433445 | 4 years ago | | | 0 | 0.0069598850 | |
| 8421879 | 5 years ago | | | 0 | 0.000044884400 | |
| 7356884 | 6 years ago | | | 0 | 0.000081608000 | |
| 6870058 | 6 years ago | | | 0 | 0.00018900800 | |
| 6778575 | 6 years ago | | | 0 | 0.000094504000 | |
| 6778573 | 6 years ago | | | 0 | 0.000094504000 | |
| 6762693 | 6 years ago | | | 0 | 0.00014175600 | |
| 6762691 | 6 years ago | | | 0 | 0.00014214000 | |
| 6762688 | 6 years ago | | | 0 | 0.00014175600 | |
| 6762688 | 6 years ago | | | 0 | 0.00014175600 |
ABI
ABI objects
Getter at block 21431891
averageGen0SalePrice() view returns (uint256)
65342013888888889
gen0SaleCount() view returns (uint256)
252
isSaleClockAuction() view returns (bool)
true
nonFungibleContract() view returns (address)
0x3bcbd2093e991363b98cf0f51d40fecd94a55a0d
owner() view returns (address)
0x435bc25b1de2097faaed46e08536121bc50f9d8a
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, uint256 tokenId)
getCurrentPrice(uint256 _tokenId) view returns (uint256)
lastGen0SalePrices(uint256) view returns (uint256)
State-modifying
Events bid(uint256 _tokenId) payable
cancelAuction(uint256 _tokenId)
cancelAuctionWhenPaused(uint256 _tokenId)
configureSaleClockAuction(address _nftAddr, uint256 _cut)
createAuction(uint256 _tokenId, uint256 _startingPrice, uint256 _endingPrice, uint256 _duration, address _seller)
pause() returns (bool)
transferOwnership(address newOwner)
unpause() returns (bool)
withdrawBalance()
AuctionCancelled(uint256 tokenId)
AuctionCreated(uint256 tokenId, uint256 startingPrice, uint256 endingPrice, uint256 duration)
AuctionSuccessful(uint256 tokenId, uint256 totalPrice, address winner)
Pause()
Unpause()
This contract contains no constructor objects.
fallback()
This contract contains no error objects.