Auction
Verified contract
Active on
Ethereum with 1,236 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Auction"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13859220 | 3 years ago | | | 0 | 0.0036488502 | |
| 13859215 | 3 years ago | | | 0 | 0.059126900 | |
| 13858748 | 3 years ago | | | 0.08 | 0.0017763229 | |
| 13858697 | 3 years ago | | | 0 | 0.0047215286 | |
| 13858659 | 3 years ago | | | 0 | 0.0039869539 | |
| 13858659 | 3 years ago | | | 0.02 | 0.0052273607 | |
| 13858657 | 3 years ago | | | 3.45 | 0.0097263318 | |
| 13858657 | 3 years ago | | | 0.08 | 0.0097263318 | |
| 13858657 | 3 years ago | | | 0.21 | 0.0055644768 | |
| 13858656 | 3 years ago | | | 3.2 | 0.0087682874 |
ABI
ABI objects
Getter at block 21306097
beneficiaryAddress() view returns (address)
0xb0a66cd3ae369ba790336d1dac091a9e00214b37
bidsPlacedCount() view returns (uint256)
1205
contractBalance() view returns (uint256)
0
currentAuctionStatus() view returns (struct AuctionAuctionStatus)
(true, true)
getAllowWithdrawals() view returns (bool)
false
getCurrentAuctionID() view returns (uint256)
3
maximumQuantity() view returns (uint256)
1000
minimumBidIncrement() view returns (uint256)
10000000000000000
minimumQuantity() view returns (uint256)
1
numberOfAuctions() view returns (uint256)
3
owner() view returns (address)
0xd8931cf00bf3f4fd80d1c29c09929c7fdf3f8616
paused() view returns (bool)
true
unitPriceStepSize() view returns (uint256)
10000000000000000
Read-only
auctionStatus(uint256 _auctionID) view returns (struct AuctionAuctionStatus)
getBid(address bidder) view returns (struct AuctionBid)
getRemainingItemsForAuction(uint256 auctionID) view returns (uint256)
itemsPerDay(uint256) view returns (uint256)
minimumUnitPrice(uint256) view returns (uint256)
State-modifying
Events claimRefund()
decrementAuctionID()
endAuction()
finalizeAuctions()
incrementAuctionID()
pause()
placeBid(uint256 quantity, uint256 unitPrice) payable
refundBidders(address[] bidders)
renounceOwnership()
selectWinners(address[] bidders)
setAllowWithdrawals(bool allowWithdrawals_)
startAuction()
transferOwnership(address newOwner)
unpause()
withdrawContractBalance()
withdrawPartialContractBalance(uint256 amount)
AuctionEnded(uint256 auctionID)
AuctionStarted(uint256 auctionID)
BidPlaced(uint256 indexed auctionID, address indexed bidder, uint256 bidIndex, uint256 unitPrice, uint256 quantity)
BidderRefunded(address indexed bidder, uint256 refundAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
WinnerSelected(uint256 indexed auctionID, address indexed bidder, uint256 unitPrice, uint256 quantity)
constructor(address _contractOwner, address _beneficiaryAddress, uint256 _minimumBidIncrement, uint256 _unitPriceStepSize, uint256 _minimumQuantity, uint256 _maximumQuantity, uint256 _numberOfAuctions, uint256[] _itemsPerDay)
receive()
This contract contains no error objects.