Auction

Verified contract

Active on Ethereum with 11,340 txns
Deployed by via 0x803d1258 at 14626154
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $630,191.11
0x367f803db1ae0cf57323a58e8e2d9021ea098bc637f5923877b282e86f60090c
0x4070b2667d539694c5bf5eb3b68bbe3070f1c8f4665667d7a5d26093c884e8dc
0xc376c5adb749c41780864318d8d27263d35b8e162112f9a323981659f2a31240
0x2cc00cf3f1f1fd034dc82a00a5d77fc412c33a1f264a9bde1c61d3e717f65dc7
0xac084a3f384961eacfe7b90e1b07d6c879102935a0649cf46af8dab5ad327389
0x69f606079da0cffe10876b594cbd61ad9223c92a73dfc7b60eb5bde127324168
From
0x675c38b3e829636539973ccbe1ccae67375a229a60b26464ec4c6e7c13c937ae
0xa7db8e1631a3993df029b9022e89ce1cff64dd9b7ee37329a63cf8d2dc732817
0x4cd7d593ab3b5a654e92ab1e718476fc600029871e961c3d05923bba3f18f8c7
0x35e5c9d847fe1ae75576abe46cd5cd5e29c1720ab318dc4b0a05ff2915a9388d

Functions
Getter at block 21160842
auctionEndThresholdHrs(view returns (uint256)
3
auctionLengthInHours(view returns (uint256)
24
auctionStart(view returns (uint256)
1650567575
auctionStatus(view returns (struct AuctionAuctionStatus)
(true, true)
beneficiaryAddress(view returns (address)
0x1ffe9762419a0384b8488c6e1f468d8bfb8d11f3
endWindows(view returns (uint256)
18
itemsPerAuction(view returns (uint256)
1920
maximumQuantity(view returns (uint256)
3
minimumBidIncrement(view returns (uint256)
100000000000000000
minimumQuantity(view returns (uint256)
1
minimumUnitPrice(view returns (uint256)
250000000000000000
numberOfAuctions(view returns (uint256)
1
numberOfBidsPlaced(view returns (uint256)
7822
owner(view returns (address)
0xbf9f7e7046b7a90a759cdc06ced11be634aada56
paused(view returns (bool)
false
refundMerkleRoot(view returns (bytes32)
0x2602c129e42ecf91ec96e695e706e4ec7f14fb69c25535455f4cc5ebae3776a5
unitPriceStepSize(view returns (uint256)
10000000000000000
Read-only
getBid(uint256 auctionIndex_address bidder_view returns (struct AuctionBid)
State-modifying
claimRefund(uint256 refundAmount_bytes32[] proof_
endAuction(
pause(
placeBid(uint256 auctionIndex_uint256 quantity_uint256 unitPrice_payable 
renounceOwnership(
setRefundMerkleRoot(bytes32 refundMerkleRoot_
startAuction(
transferERC20Token(address tokenuint256 amount
transferOwnership(address newOwner
unpause(
withdrawContractBalance(
Events
AuctionEnded(
AuctionStarted(
BidPlaced(bytes32 indexed bidHashuint256 indexed auctionIndexaddress indexed bidderuint256 bidIndexuint256 unitPriceuint256 quantityuint256 balance
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
RefundIssued(address indexed refundRecipientuint256 refundAmount
Unpaused(address account
Constructor
constructor(address beneficiaryAddress_uint256 minimumUnitPrice_uint256 minimumBidIncrement_uint256 unitPriceStepSize_uint256 maximumQuantity_uint256 numberOfAuctions_uint256 itemsPerAuction_
Fallback and receive
receive(
Errors

This contract contains no error objects.