TokenValidatorAuction

Verified contract

Active on Ethereum with 51 txns
Deployed by via 0x1bd76991 at 10198538
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0x1dcf56f758419ceeff4d5ca2dc946804f25965cee275e8a4fa1dc74540f82338
0x8bcf65757d8f1115bf9a6491f5b96ded078648c460dd64c7a806c0a286ae4b02
0x541de2de1cce07ec0751b4292b2be4484ae2ad73a1f180e3731ae988c00dcd80
0x4f18796f7c9faa264c4b007abd55fcd4bfa856f83bd6d04ff7b46074cbb6c343
0xf5e01fd5666fa74e388f79fa47858af117c83a5b859d1a58290bce00a7c32e05
0x1dd2769fd4a5481c752f0c1f687166a05f07707be3375862ad9a94dc3d82d1cb
0xa4cd5ecbd2cddae25cf925e8546ea055cd6d0c1f1e2eb86ccf1d4c1c33f89c40
0x01f6ebaf6c639d071bd0614816ba30f6842f553675d7afe45863e24ec244a715
0x1077c3605108c568457c24ee2d29f31007bc4a650ff5eb8e4e900bb6b753e195
0x2ac1fad480007c93f0966bcdda8eccb4aaabd5f1ce7d08865c931ee6d0cd9ad5

Functions
Getter at block 21045936
auctionDurationInDays(view returns (uint256)
14
auctionState(view returns (uint8)
3
bidToken(view returns (address)
0x679131f591b4f369acb8cd8c51e68596806c3916
closeTime(view returns (uint256)
1592913605
 
currentPrice(view returns (uint256)
depositLocker(view returns (address)
0x3f52cb880b534d57f3c925f2bbb6b2750e2f415a
lowestSlotPrice(view returns (uint256)
5072545581038130147932
maximalNumberOfParticipants(view returns (uint256)
36
minimalNumberOfParticipants(view returns (uint256)
15
owner(view returns (address)
0x640a8bac54f5e32414d4d60a98f01434ece2cf33
startPrice(view returns (uint256)
50000000000000000000000000
startTime(view returns (uint256)
1591704003
Read-only
bidders(uint256view returns (address)
bids(addressview returns (uint256)
priceAtElapsedTime(uint256 secondsSinceStartview returns (uint256)
whitelist(addressview returns (bool)
State-modifying
addToWhitelist(address[] addressesToWhitelist
bid(payable 
closeAuction(
depositBids(
startAuction(
transferOwnership(address newOwner
withdraw(
Events
AddressWhitelisted(address whitelistedAddress
AuctionDeployed(uint256 startPriceuint256 auctionDurationInDaysuint256 minimalNumberOfParticipantsuint256 maximalNumberOfParticipants
AuctionDepositPending(uint256 closeTimeuint256 lowestSlotPriceuint256 totalParticipants
AuctionEnded(uint256 closeTimeuint256 lowestSlotPriceuint256 totalParticipants
AuctionFailed(uint256 closeTimeuint256 numberOfBidders
AuctionStarted(uint256 startTime
BidSubmitted(address bidderuint256 bidValueuint256 slotPriceuint256 timestamp
Constructor
constructor(uint256 _startPriceInWeiuint256 _auctionDurationInDaysuint256 _minimalNumberOfParticipantsuint256 _maximalNumberOfParticipantsaddress _depositLockeraddress _bidToken
Fallback and receive
fallback(
Errors

This contract contains no error objects.