AuctionHouse
Verified contract
Active on
Ethereum with 164 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x479e…d0e0
-
variable spans 15 additional slots
Balances ($0.00)
No balances found for "AuctionHouse"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15808228 | 2 years ago | | | 0 | 0.00041098216 | |
| 15807662 | 2 years ago | | | 10 | 0.00057049284 | |
| 15807660 | 2 years ago | | | 0.5 | 0.00062918840 | |
| 15807648 | 2 years ago | | | 30 | 0.00065619000 | |
| 15807626 | 2 years ago | | | 12 | 0.00062292509 | |
| 15807621 | 2 years ago | | | 207.9 | 0.0012452070 | |
| 15807614 | 2 years ago | | | 207.66 | 0.0012715438 | |
| 15807590 | 2 years ago | | | 9 | 0.00060273613 | |
| 15807579 | 2 years ago | | | 13 | 0.00064439234 | |
| 15807578 | 2 years ago | | | 12.12 | 0.00062379080 |
ABI
ABI objects
Getter at block 21385529 getAllActiveBids() view returns ((address, uint192, uint64)[8])
MAX_NUM_BIDS() view returns (uint256)
8
auctionSettled() view returns (bool)
false
endTime() view returns (uint256)
1666490771
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(uint256) view returns (address bidder, uint192 amount, uint64 bidTime)
bidIndexes(address) view returns (uint8 index, bool isSet)
State-modifying
Events bid() payable
renounceOwnership()
setAuctionTimes(uint256 _startTime, uint256 _endTime)
setMinBidIncrementPercentage(uint8 _minBidIncrementPercentage)
setMinReplacementIncrease(uint256 _minStackedBidIncrement)
setReservePrice(uint256 _reservePrice)
setTimeBuffer(uint256 _timeBuffer)
settleAuction((address, uint192, uint64)[8] sortedBids)
transferOwnership(address newOwner)
withdraw()
AuctionExtended()
BidIncreased(address bidder, uint256 oldValue, uint256 increment)
NewBid(address bidder, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _st, uint256 _timeBuffer, uint256 _reservePrice, uint8 _minBidIncrementPercentage, uint256 _minStackedBidIncrement, uint256 _startTime, uint256 _endTime)
This contract contains no fallback and receive objects.
AuctionNotInitialized()
AuctionNotLive()
AuctionSettled()
AuctionStillLive()
BidIncrementTooLow()
BidsNotSorted()
IncrementalPriceNotMet()
NonExistentBid()
NotEOA()
ReservePriceNotMet()
WithdrawFailed()