Auction
Verified contract
Active on
Ethereum with 11,340 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($630,191.11)
Native
Value
$630,191.11
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 197.33 | $3,193.59 |
$630,191.11 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19422018 | 8 months ago | | | 0 | 0.0045141292 | |
| 17528849 | a year ago | | | 0 | 0.0025800790 | |
| 16942993 | 2 years ago | | | 0 | 0.0024439069 | |
| 15519478 | 2 years ago | | | 0 | 0.00046529574 | |
| 15404075 | 2 years ago | | | 0 | 0.00039582642 | |
| 15181654 | 2 years ago | | | 0 | 0.0033498833 | |
| 15175285 | 2 years ago | | | 0 | 0.0019300435 | |
| 14961812 | 2 years ago | | | 0 | 0.0058838123 | |
| 14856308 | 2 years ago | | | 0 | 0.0027124064 | |
| 14829515 | 2 years ago | | | 0 | 0.0013744015 |
ABI
ABI objects
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
Events claimRefund(uint256 refundAmount_, bytes32[] proof_)
endAuction()
pause()
placeBid(uint256 auctionIndex_, uint256 quantity_, uint256 unitPrice_) payable
renounceOwnership()
setRefundMerkleRoot(bytes32 refundMerkleRoot_)
startAuction()
transferERC20Token(address token, uint256 amount)
transferOwnership(address newOwner)
unpause()
withdrawContractBalance()
AuctionEnded()
AuctionStarted()
BidPlaced(bytes32 indexed bidHash, uint256 indexed auctionIndex, address indexed bidder, uint256 bidIndex, uint256 unitPrice, uint256 quantity, uint256 balance)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RefundIssued(address indexed refundRecipient, uint256 refundAmount)
Unpaused(address account)
constructor(address beneficiaryAddress_, uint256 minimumUnitPrice_, uint256 minimumBidIncrement_, uint256 unitPriceStepSize_, uint256 maximumQuantity_, uint256 numberOfAuctions_, uint256 itemsPerAuction_)
receive()
This contract contains no error objects.