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 "Auctions"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20945731 | 2 months ago | | | 0 | 0.00021197463 | |
| 20932890 | 2 months ago | | | 0 | 0.00030983005 | |
| 20928002 | 2 months ago | | | 0 | 0.018516817 | |
| 20924057 | 2 months ago | | | 0.13 | 0.0015112101 | |
| 20924033 | 2 months ago | | | 0.12 | 0.0013261188 | |
| 20924023 | 2 months ago | | | 0.09 | 0.0012131833 | |
| 20924005 | 2 months ago | | | 0.08 | 0.0012675792 | |
| 20923786 | 2 months ago | | | 0.07 | 0.0023398042 | |
| 20923761 | 2 months ago | | | 0.06 | 0.0025229175 | |
| 20902542 | 2 months ago | | | 0.05 | 0.0039601398 |
ABI
ABI objects
Getter at block 21293282
ABANDONMENT_FEE_PERCENT() view returns (uint256)
20
auctionDuration() view returns (uint256)
259200
bidTicket() view returns (address)
0x62613aa9594d0116b5ca23acd37dddac90c67e5c
bidTicketCostBid() view returns (uint256)
1
bidTicketCostStart() view returns (uint256)
5
bidTicketTokenId() view returns (uint256)
1
maxTokens() view returns (uint256)
0
minBidIncrement() view returns (uint256)
10000000000000000
minStartingBid() view returns (uint256)
50000000000000000
nextAuctionId() view returns (uint256)
117
owner() view returns (address result)
0x69b1a9f37ffee30a992388a46883c6880527b818
settlementDuration() view returns (uint256)
604800
theBarn() view returns (address)
0x996e1d4ce3e1e558889832832004b2466153adbe
Read-only
auctionTokensERC1155(address, uint256) view returns (uint256)
auctionTokensERC721(address, uint256) view returns (bool)
auctions(uint256) view returns (uint8 auctionType, address tokenAddress, uint64 endTime, uint8 tokenCount, uint8 status, address highestBidder, uint256 highestBid)
getAuctionTokens(uint256 auctionId) view returns (uint256[], uint256[])
ownershipHandoverExpiresAt(address pendingOwner) view returns (uint256 result)
State-modifying
Events abandon(uint256 auctionId)
bid(uint256 auctionId) payable
cancelOwnershipHandover() payable
claim(uint256 auctionId)
completeOwnershipHandover(address pendingOwner) payable
refund(uint256 auctionId)
renounceOwnership() payable
requestOwnershipHandover() payable
setAuctionDuration(uint256 auctionDuration_)
setBarnAddress(address theBarn_)
setBidTicketAddress(address bidTicket_)
setBidTicketTokenId(uint256 bidTicketTokenId_)
setMaxTokens(uint256 maxTokens_)
setMinBidIncrement(uint256 minBidIncrement_)
setMinStartingBid(uint256 minStartingBid_)
setSettlementDuration(uint256 settlementDuration_)
startAuctionERC1155(address tokenAddress, uint256[] tokenIds, uint256[] amounts) payable
startAuctionERC721(address tokenAddress, uint256[] tokenIds) payable
transferOwnership(address newOwner) payable
withdraw(uint256[] auctionIds)
Abandoned(uint256 indexed auctionId, address indexed bidder, uint256 indexed fee)
AuctionStarted(address indexed bidder, address indexed tokenAddress, uint256[] indexed tokenIds)
Claimed(uint256 indexed auctionId, address indexed winner)
NewBid(uint256 indexed auctionId, address indexed bidder, uint256 indexed value)
OwnershipHandoverCanceled(address indexed pendingOwner)
OwnershipHandoverRequested(address indexed pendingOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
Refunded(uint256 indexed auctionId, address indexed bidder, uint256 indexed value)
Withdrawn(uint256 indexed auctionId, address indexed bidder, uint256 indexed value)
constructor(address theBarn_, address bidTicket_)
This contract contains no fallback and receive objects.
AuctionAbandoned()
AuctionActive()
AuctionClaimed()
AuctionEnded()
AuctionIsApproved()
AuctionNotClaimed()
AuctionNotEnded()
AuctionRefunded()
AuctionWithdrawn()
BidTooLow()
InvalidLengthOfAmounts()
InvalidLengthOfTokenIds()
MaxTokensPerTxReached()
NewOwnerIsZeroAddress()
NoHandoverRequest()
NotEnoughTokensInSupply()
NotHighestBidder()
SettlementPeriodEnded()
SettlementPeriodNotExpired()
StartPriceTooLow()
TokenAlreadyInAuction()
TokenNotOwned()
TransferFailed()
Unauthorized()