SaleClockAuction
Verified contract
Active on
Ethereum with 14,671 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xf7a6…f643
-
variable spans 4 additional slots
Balances ($3,216.69)
Native
Value
$3,216.69
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.891817 | $3,606.89 |
$3,216.69 | |
YOO | ERC-20 | 19.291K | -- | -- | |
CBT | ERC-20 | 427 | -- | -- | |
CBTB | ERC-20 | 10 | -- | -- | |
CBIT | ERC-20 | 0.5 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15351786 | 2 years ago | | | 0 | 0.00062289995 | |
| 14081307 | 3 years ago | | | 0 | 0.0025776944 | |
| 14069393 | 3 years ago | | | 0 | 0.0074709178 | |
| 14069387 | 3 years ago | | | 0 | 0.0091991899 | |
| 14069385 | 3 years ago | | | 0 | 0.010116890 | |
| 14069385 | 3 years ago | | | 0 | 0.010116890 | |
| 14069383 | 3 years ago | | | 0 | 0.0086623172 | |
| 14026347 | 3 years ago | | | 1 | 0.012521685 | |
| 14012817 | 3 years ago | | | 0.4 | 0.0075033709 | |
| 14012736 | 3 years ago | | | 0.4 | 0.010074995 |
ABI
ABI objects
Getter at block 21284638
averageGen0SalePrice() view returns (uint256)
3200077373061616
gen0SaleCount() view returns (uint256)
1431
isSaleClockAuction() view returns (bool)
true
nonFungibleContract() view returns (address)
0xf7a6e15dfd5cdd9ef12711bd757a9b6021abf643
owner() view returns (address)
0x77e42674e1cc459dd116bcab3d3be01409481f9d
ownerCut() view returns (uint256)
300
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, address seller, uint256 time)
AuctionCreated(address seller, uint256 tokenId, uint256 startingPrice, uint256 endingPrice, uint256 creationTime, uint256 duration)
AuctionSuccessful(uint256 tokenId, uint256 totalPrice, address seller, address winner, uint256 time)
Pause()
Unpause()
constructor(address _nftAddr, uint256 _cut)
This contract contains no fallback and receive objects.
This contract contains no error objects.