Auction

Verified contract

Active on Ethereum with 12,009 txns
Deployed by via 0xb1420767 at 14095779
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Auction"

0xd3b83bd411276f7a98cbe557eafd8eaccf1bb2cbddc82c26a2210c641d9f6751
0x51fa5b5cd6729ddbe00adcb94140bb8908b5b7881c974493598bed1d02756a60
0x420e9eccf3142b1a9dc7bde8c1cf1ece9699d70d8b13762b1c25b8e36110fe6c
0x15875d262d1f339a0e2c1907a9282c6d785891346d1a4fbbbfb9e060f037110a
0x82eec44a7747d8869c75f3a01eb6cec0537de0fab40327d53d1dc3daa3b284ce
0x031f624fe0eeecf48d8e0abbb479ee4e1c9175ead326575337df678da92d52c3
0x2dbd156788602fabbb2c1b48c148d21775bcfbf377b9b4f912e489c3a563a593
0xb44a621928cb41607989155ed799baa88c6b8177d11d46245af6e9d9f3a6a8eb
0xd022f8e78cc6bd26a97eae0eeb887196cad385df8a5b1e9b77589bc060d0b6e9
0x3c4ee0d5a5b7d81b1847e2f57ee32756af0302cc863ade680feb2a9ed3a955de

Functions
Getter at block 20893956
auctionEnd(view returns (uint256)
1643484600
auctionEndThresholdHrs(view returns (uint256)
1
auctionLengthHrs(view returns (uint256)
24
auctionStatus(view returns (bool startedbool ended)
(started=true, ended=true)
beneficiaryAddress(view returns (address)
0x58233c73e18f1172bc0eb9f4c7a6c534957d75a6
bidsPlacedCount(view returns (uint256)
11849
hoursInSeconds(view returns (uint256)
3600
itemsPerDay(view returns (uint256)
1000
maximumQuantity(view returns (uint256)
1
minimumBidIncrement(view returns (uint256)
10000000000000000
minimumQuantity(view returns (uint256)
1
minimumUnitPrice(view returns (uint256)
200000000000000000
owner(view returns (address)
0x0eec36a19ccdaff22752df27e458326d1ac8aeb6
paused(view returns (bool)
true
unitPriceStepSize(view returns (uint256)
10000000000000000
Read-only
getBid(address bidderview returns (struct AuctionBid)
State-modifying
endAuction(
pause(
placeBid(uint256 quantityuint256 unitPricepayable 
refundBidders(address[] bidders_uint128[] quantities_
renounceOwnership(
startAuction(
transferOwnership(address newOwner
unpause(
withdrawContractBalance(
Events
AuctionEnded(
AuctionStarted(
BidPlaced(address indexed bidderuint256 bidIndexuint256 unitPriceuint256 quantity
BidderRefunded(address indexed bidderuint256 refundAmount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Unpaused(address account
Constructor
constructor(address _beneficiaryAddressuint256 _minimumUnitPriceuint256 _minimumBidIncrementuint256 _unitPriceStepSizeuint256 _minimumQuantityuint256 _maximumQuantityuint256 _itemsPerDayuint256 _auctionLengthHrsuint256 _auctionEnd
Fallback and receive
receive(
Errors

This contract contains no error objects.