SaleClockAuction

Verified contract

Active on Ethereum with 256 txns
Deployed by via 0x20a4e117 at 5555406
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $161.35
0x99071bd032a250c6f8f9bfbf60b6436219af97c6d80d3c7bf3e7050a99a0a914
0xf24c7ddc6d2fd06e2919e57b72f581234c523459f425b0235621ca204f772430
0x04200b9ff5b29ac232037018d6219348fb0be17bb808542c5380330efb6b7ffe
0xc0865ff8798388a503268c90cbfecc865d1f04a71f34f4deebb61af62982b496
0x69c0ac286dcda7782558777c6ec5e85aca87f12b83cd5821aa04adc234e17272
0x5ec258ea08aff32b728bc791b1bb402e1647c75867bc6e74da4a985ae947a1e7
0x54474573c120e974f55697d1382c298db4a61a112700efbafc24d9a13c30ee00
0x382281026e4d218ed28ccc9cce999b090250b838bd35211b929cf688b89f0c67
0x1f84d7cfa0883d5c37f7471f93ea0f0afe2e1baa5b0f3fcb2ba8a36f601c18da
0xa449a86972c724201a0ddf5ab042cf6cf34e86325ae69dfd9cc3eb62fd9c9bd1

Functions
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 _tokenIdview returns (address selleruint256 startingPriceuint256 endingPriceuint256 durationuint256 startedAt)
getCurrentPrice(uint256 _tokenIdview returns (uint256)
isValidPrice(uint256 _startingPriceuint256 _endingPriceview returns (bool)
State-modifying
bid(uint256 _tokenIdpayable 
cancelAuction(uint256 _tokenId
cancelAuctionWhenPaused(uint256 _tokenId
createAuction(uint256 _tokenIduint256 _startingPriceuint256 _endingPriceuint256 _durationaddress _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)
Events
AuctionCancelled(uint256 tokenId
AuctionCreated(uint256 tokenIduint256 startingPriceuint256 endingPriceuint256 duration
AuctionSuccessful(uint256 tokenIduint256 totalPriceaddress winneraddress selleruint256 sellerProceeds
OwnershipTransferred(address previousOwneraddress newOwner
Pause(
Unpause(
Constructor
constructor(address _nftAddraddress _storageAddressaddress _systemSaleAddressuint256 _cutuint256 _minCutValue
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.