AuctionHouse

Verified contract

Active on Ethereum with 164 txns
Deployed by via 0xce683691 at 15798496
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 15 additional slots

No balances found for "AuctionHouse"

0xddc856235b0faaaa877dafb28d579973d1c04015efa9bf4f2c46e1eb88dce249
0xc14a526ed3f3cdbac85b4898e426f51cbb6f7ac7b5922ace3a1bd459063fd881
0x508c9301bbaabf4e585f8cbb9f7fc07d0dedaa029a8e8e0b75b2bd2c16ccd2df
From
0x9cd910078b63f69d122ec925b5faf4ae2a1025a46e16dc88254c7417e943a641
0xbbb7c56319c51b97d33840771462e73411fc1c751f91959abbec6d4270d4ed4f
0x6688607e246a2a0a61e81d588f404bb5932f33c320a867228ae086e3afe5df0d
0x5bb5087ca0f6a3724652f21bf6a7d52e1f35b696890945694f2f6e4b6290a7cf
From
0xecc1faf8a299f2985c24bbb7b0907a0b7676237724c3c8ba656391b48138d72f
0x517f31f80ad0e878c04d662cdc3e1a89b6d4932860d133ec390f106bd5361c9c
0x6f9a9b66bd68a674cff835cd9dbe5f93802a7a7c74d99efcd9cd04a15a03894d

Functions
Getter at block 21385529
MAX_NUM_BIDS(view returns (uint256)
8
auctionSettled(view returns (bool)
false
endTime(view returns (uint256)
1666490771
 
getAllActiveBids(view returns ((address, uint192, uint64)[8])
getBidIndexToUpdate(view returns (uint8)
5
minBidIncrementPercentage(view returns (uint8)
10
minStackedBidIncrement(view returns (uint256)
500000000000000000
owner(view returns (address)
0xd45058bf25bbd8f586124c479d384c8c708ce23a
reservePrice(view returns (uint256)
1000000000000000000
st(view returns (address)
0x479e02b7102bf374de3b9dc3f53817d0db99d0e0
startTime(view returns (uint256)
1666400400
timeBuffer(view returns (uint256)
600
Read-only
activeBids(uint256view returns (address bidderuint192 amountuint64 bidTime)
bidIndexes(addressview returns (uint8 indexbool isSet)
State-modifying
bid(payable 
renounceOwnership(
setAuctionTimes(uint256 _startTimeuint256 _endTime
setMinBidIncrementPercentage(uint8 _minBidIncrementPercentage
setMinReplacementIncrease(uint256 _minStackedBidIncrement
setReservePrice(uint256 _reservePrice
setTimeBuffer(uint256 _timeBuffer
settleAuction((address, uint192, uint64)[8] sortedBids
transferOwnership(address newOwner
withdraw(
Events
AuctionExtended(
BidIncreased(address bidderuint256 oldValueuint256 increment
NewBid(address bidderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Constructor
constructor(address _stuint256 _timeBufferuint256 _reservePriceuint8 _minBidIncrementPercentageuint256 _minStackedBidIncrementuint256 _startTimeuint256 _endTime
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AuctionNotInitialized(
AuctionNotLive(
AuctionSettled(
AuctionStillLive(
BidIncrementTooLow(
BidsNotSorted(
IncrementalPriceNotMet(
NonExistentBid(
NotEOA(
ReservePriceNotMet(
WithdrawFailed(