AuctionHandler
Verified contract
Active on
Ethereum with 207 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($159,851.08)
Native
Value
$159,851.08
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 43.056949 | $3,712.55 |
$159,851.08 | |
HQG | ERC-20 | 1.01234 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21318013 | 9 days ago | | | 0 | 0.0015770787 | |
| 21128447 | a month ago | | | 0 | 0.0010237884 | |
| 20889760 | 2 months ago | | | 0 | 0.00029003428 | |
| 20865814 | 2 months ago | | | 0 | 0.0012292568 | |
| 20821185 | 3 months ago | | | 0 | 0.0034468234 | |
| 20820498 | 3 months ago | | | 0 | 0.0030020943 | |
| 20277908 | 5 months ago | | | 0 | 0.00053449159 | |
| 20277868 | 5 months ago | | | 0 | 0.00057113796 | |
| 20026816 | 6 months ago | | | 0 | 0.0012008967 | |
| 20026799 | 6 months ago | | | 0 | 0.0012274877 |
ABI
ABI objects
Getter at block 21379068
auctionExtension() view returns (uint256)
300
auctionLength() view returns (uint256)
26
duration() view returns (uint256)
172800
factory() view returns (address)
0x4e30235a3c556ff509cd4f71ad6168ec60c89b28
feeDivisor() view returns (uint8)
50
feeTo() view returns (address)
0x92b22149fec19094650f3f99dc141c8f77b03c15
feeToSetter() view returns (address)
0x92b22149fec19094650f3f99dc141c8f77b03c15
minBidMultiplier() view returns (uint8)
105
owner() view returns (address)
0x92b22149fec19094650f3f99dc141c8f77b03c15
Read-only
auctionIndex(address, uint256) view returns (uint256)
auctionInfo(uint256) view returns (uint256 startTime, uint256 endTime, address uToken, uint256 nftIndexForUToken, bool claimed)
auctionStarted(address, uint256) view returns (bool)
bidRefunds(uint256, address) view returns (uint256)
bids(uint256) view returns (address bidder, uint256 amount)
onAuction(address uToken, uint256 nftIndexForUToken) view returns (bool)
vaultBalances(address) view returns (uint256)
State-modifying
Events bid(uint256 _auctionId) payable
burnAndRedeem(address _uToken, uint256 _amount)
claim(uint256 _auctionId)
initialize(address _factory, uint256 _duration, uint8 _minBidMultiplier, uint256 _auctionExtension, uint8 _feeDivisor, address _feeToSetter, address _feeTo)
newAuction(address _uToken, uint256 _nftIndexForUToken) payable
renounceOwnership()
setAuctionParameters(uint256 _duration, uint8 _minBidMultiplier, uint256 _auctionExtension, uint8 _feeDivisor)
setFactory(address _factory)
setFeeTo(address _feeTo)
setFeeToSetter(address _feeToSetter)
transferOwnership(address newOwner)
unbid(uint256 _auctionId)
AuctionCreated(uint256 indexed auctionId, address indexed uToken, uint256 nftIndexForUToken, uint256 startTime, uint256 indexed endTime)
BidCreated(uint256 indexed auctionId, address indexed bidder, uint256 amount, uint256 indexed endTime)
BidRemoved(uint256 indexed auctionId, address indexed bidder)
ClaimedNFT(uint256 indexed auctionId, address indexed winner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.