SaleClockAuction
Verified contract
Active on
Ethereum with 5,381 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x87d5…21a1
-
variable spans 3 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
YOO | ERC-20 | 16.983K | -- | -- | |
CF | ERC-20 | 51 | -- | -- | |
BEC | ERC-20 | 8 | -- | -- | |
BEC | ERC-20 | 8 | -- | -- | |
BONUS | ERC-20 | 5 | -- | -- | |
EBK | ERC-20 | 2.47215 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14296861 | 3 years ago | | | 0 | 0.0038342089 | |
| 13601517 | 3 years ago | | | 0 | 0.0057561045 | |
| 13601517 | 3 years ago | | | 0 | 0.0057561045 | |
| 13211077 | 3 years ago | | | 0 | 0.0031744723 | |
| 13184888 | 3 years ago | | | 0 | 0.0046286939 | |
| 13184888 | 3 years ago | | | 0 | 0.0048651753 | |
| 13184855 | 3 years ago | | | 0 | 0.0037267794 | |
| 13184823 | 3 years ago | | | 0 | 0.0038895171 | |
| 13184823 | 3 years ago | | | 0 | 0.0030487893 | |
| 13180855 | 3 years ago | | | 0.9 | 0.010828298 |
ABI
ABI objects
Getter at block 21286468
averageGen0SalePrice() view returns (uint256)
10000000000000000
gen0SaleCount() view returns (uint256)
1661
isSaleClockAuction() view returns (bool)
true
nonFungibleContract() view returns (address)
0x87d598064c736dd0c712d329afcfaa0ccc1921a1
owner() view returns (address)
0x4e2eae6aba4e61eb16c2d7905a4747323ca7a504
ownerCut() view returns (uint256)
390
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)
fallback()
This contract contains no error objects.