AuctionHouse
Verified contract
Active on
Ethereum with 23,811 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($45,721.76)
Native
Value
$2,333.4
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.727958 | $3,205.40 |
$2,333.4 | |
WETH | ERC-20 | 13.528152 | $3,204.33 |
$43,348.66 | |
USDC | ERC-20 | 31.725 | $0.999928 |
$31.72 | |
USDT | ERC-20 | 3 | $1.001 |
$3 | |
DAI | ERC-20 | 3 | $0.999773 |
$3 | |
ARTEM | ERC-20 | 525 | $0.003771 |
$1.98 | |
NFD | ERC-20 | 0 | $0.000207 |
$0 | |
Nigger | ERC-20 | 272.65135B | -- | -- | |
ANFD | ERC-20 | 120K | -- | -- | |
JBX | ERC-20 | 85.714286K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21130107 | 4 days ago | | | 0 | 0.0034347644 | |
| 21115864 | 6 days ago | | | 0 | 0.0011719026 | |
| 20822196 | 2 months ago | | | 0 | 0.0056097005 | |
| 20788794 | 2 months ago | | | 0 | 0.00051593850 | |
| 20786029 | 2 months ago | | | 3 | 0.0030932009 | |
| 20785718 | 2 months ago | | | 0 | 0.0050586573 | |
| 20633888 | 2 months ago | | | 0 | 0.00015945891 | |
| 20633882 | 2 months ago | | | 0 | 0.00017425038 | |
| 20633879 | 2 months ago | | | 0 | 0.00016926195 | |
| 20633875 | 2 months ago | | | 0 | 0.00010415666 |
ABI
ABI objects
Getter at block 21158315
minBidIncrementPercentage() view returns (uint8)
5
timeBuffer() view returns (uint256)
900
wethAddress() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
zora() view returns (address)
0xabefbc9fd2f806065b4f3c237d4b59d9a97bcac7
Read-only
auctions(uint256) view returns (uint256 tokenId, address tokenContract, bool approved, uint256 amount, uint256 duration, uint256 firstBidTime, uint256 reservePrice, uint8 curatorFeePercentage, address tokenOwner, address bidder, address curator, address auctionCurrency)
State-modifying
Events cancelAuction(uint256 auctionId)
createAuction(uint256 tokenId, address tokenContract, uint256 duration, uint256 reservePrice, address curator, uint8 curatorFeePercentage, address auctionCurrency) returns (uint256)
createBid(uint256 auctionId, uint256 amount) payable
endAuction(uint256 auctionId)
setAuctionApproval(uint256 auctionId, bool approved)
setAuctionReservePrice(uint256 auctionId, uint256 reservePrice)
AuctionApprovalUpdated(uint256 indexed auctionId, uint256 indexed tokenId, address indexed tokenContract, bool approved)
AuctionBid(uint256 indexed auctionId, uint256 indexed tokenId, address indexed tokenContract, address sender, uint256 value, bool firstBid, bool extended)
AuctionCanceled(uint256 indexed auctionId, uint256 indexed tokenId, address indexed tokenContract, address tokenOwner)
AuctionCreated(uint256 indexed auctionId, uint256 indexed tokenId, address indexed tokenContract, uint256 duration, uint256 reservePrice, address tokenOwner, address curator, uint8 curatorFeePercentage, address auctionCurrency)
AuctionDurationExtended(uint256 indexed auctionId, uint256 indexed tokenId, address indexed tokenContract, uint256 duration)
AuctionEnded(uint256 indexed auctionId, uint256 indexed tokenId, address indexed tokenContract, address tokenOwner, address curator, address winner, uint256 amount, uint256 curatorFee, address auctionCurrency)
AuctionReservePriceUpdated(uint256 indexed auctionId, uint256 indexed tokenId, address indexed tokenContract, uint256 reservePrice)
constructor(address _zora, address _weth)
fallback()
receive()
This contract contains no error objects.