SaleClockAuction
Verified contract
Active on
Ethereum with 256 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xa9e3…d59e
0x67c6…da97
0x67c6…da97
Balances ($161.35)
Native
Value
$161.35
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.044925 | $3,591.52 |
$161.35 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6149875 | 6 years ago | | | 0.002 | 0.00029879980 | |
| 6149815 | 6 years ago | | | 0 | 0.00022544900 | |
| 6149773 | 6 years ago | | | 0.002 | 0.00033681000 | |
| 6108110 | 6 years ago | | | 0 | 0.0020047300 | |
| 6083301 | 6 years ago | | | 0.0001 | 0.000080237300 | |
| 6082327 | 6 years ago | | | 0.0001 | 0.00021882900 | |
| 6082297 | 6 years ago | | | 0.0001 | 0.00021882900 | |
| 6082235 | 6 years ago | | | 0.0001 | 0.00021882900 | |
| 6082231 | 6 years ago | | | 0.0001 | 0.00021882900 | |
| 6082193 | 6 years ago | | | 0.0001 | 0.00022612330 |
ABI
ABI objects
Getter at block 21289181
averageSoldPrice() view returns (uint256)
733333333333333
clockAuctionStorage() view returns (address)
0x67c6a416a0a16f6a06989c43ba1e8e5b1d35da97
computeNextSystemSalePrice() view returns (uint256)
20000000000000000
getMinPrice() view returns (uint256)
0
isSaleClockAuction() view returns (bool)
true
minCutValue() view returns (uint256)
0
nonFungibleContract() view returns (address)
0xa9e3440d5c64e99c77410ec4b15746b835add59e
owner() view returns (address)
0x5f2da4e8ab7195fce8584b7f27279e8718e7196d
ownerCut() view returns (uint256)
1000
paused() view returns (bool)
false
storageContract() view returns (address)
0x67c6a416a0a16f6a06989c43ba1e8e5b1d35da97
systemAuctionDuration() view returns (uint256)
86400
systemEndingPrice() view returns (uint256)
0
systemOnSaleCount() view returns (uint256)
0
systemSaleAddress() view returns (address)
0x0761efe3e147af93b9f5c238913baf3bf241e71b
systemStartingPriceMin() view returns (uint256)
20000000000000000
totalSoldCount() view returns (uint256)
180
Read-only
getAuction(uint256 _tokenId) view returns (address seller, uint256 startingPrice, uint256 endingPrice, uint256 duration, uint256 startedAt)
getCurrentPrice(uint256 _tokenId) view returns (uint256)
isValidPrice(uint256 _startingPrice, uint256 _endingPrice) view returns (bool)
State-modifying
Events bid(uint256 _tokenId) payable
cancelAuction(uint256 _tokenId)
cancelAuctionWhenPaused(uint256 _tokenId)
createAuction(uint256 _tokenId, uint256 _startingPrice, uint256 _endingPrice, uint256 _duration, address _seller)
createSystemAuction(uint256 _tokenId)
destroy()
destroyAndSendToStorageOwner()
pause()
reclaimContract(address _contractAddr)
setMinCutValue(uint256 _minCutValue)
setNFTAddress(address _nftAddress)
setOwnerCut(uint256 _cut)
setSystemAuctionDuration(uint256 _duration)
setSystemEndingPrice(uint256 _endingPrice)
setSystemSaleAddress(address _systemSaleAddress)
setSystemStartingPriceMin(uint256 _startingPrice)
transferOwnership(address newOwner)
unpause()
withdrawBalance() returns (bool)
withdrawBalanceFromStorageContract() returns (bool)
AuctionCancelled(uint256 tokenId)
AuctionCreated(uint256 tokenId, uint256 startingPrice, uint256 endingPrice, uint256 duration)
AuctionSuccessful(uint256 tokenId, uint256 totalPrice, address winner, address seller, uint256 sellerProceeds)
OwnershipTransferred(address previousOwner, address newOwner)
Pause()
Unpause()
constructor(address _nftAddr, address _storageAddress, address _systemSaleAddress, uint256 _cut, uint256 _minCutValue)
This contract contains no fallback and receive objects.
This contract contains no error objects.