SaleClockAuction
Verified contract
Active on
Ethereum with 144 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x9849…a346
-
variable spans 4 additional slots
Balances ($161.85)
Native
Value
$161.85
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.049166 | $3,291.86 |
$161.85 | |
CK | ERC-20 | 5 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16462290 | 2 years ago | | | 0.08 | 0.0014437178 | |
| 16460435 | 2 years ago | | | 0.04 | 0.0011317976 | |
| 16460432 | 2 years ago | | | 0.04 | 0.0010766956 | |
| 16459818 | 2 years ago | | | 0.005 | 0.0011572906 | |
| 16457050 | 2 years ago | | | 0.005 | 0.0011304959 | |
| 16457019 | 2 years ago | | | 0.015 | 0.0012830228 | |
| 16457015 | 2 years ago | | | 0.01 | 0.0014170516 | |
| 16456972 | 2 years ago | | | 0.01 | 0.0012217793 | |
| 16456956 | 2 years ago | | | 0.01 | 0.0013002753 | |
| 4608542 | 7 years ago | | | 0.0098209795 | 0.000044952000 |
ABI
ABI objects
Getter at block 21171552
averageGen0SalePrice() view returns (uint256)
0
gen0SaleCount() view returns (uint256)
0
isSaleClockAuction() view returns (bool)
true
nonFungibleContract() view returns (address)
0x984976f6aca045057cc2a9de3d86a6b6d8aea346
owner() view returns (address)
0xba52c75764d6f594735dc735be7f1830cdf58ddf
ownerCut() view returns (uint256)
375
paused() view returns (bool)
false
Read-only
getAuction(uint256 _tokenId) view returns (address seller, uint256 startingPrice, uint256 endingPrice, uint256 duration, uint256 startedAt)
getCurrentPrice(uint256 _tokenId) view returns (uint256)
lastGen0SalePrices(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() 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()
constructor(address _nftAddr, uint256 _cut)
This contract contains no fallback and receive objects.
This contract contains no error objects.