NounsAuctionHouseProxy
Verified contract
Proxy
Active on
Ethereum with 12,153 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 1 additional slot
Balances ($35.57)
Native
Value
$35.57
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.01 | $3,557.49 |
$35.57 | |
WORST | ERC-721 | 1 | -- | -- | |
WORST | ERC-721 | 1 | -- | -- | |
0x29cc…f11b | ERC-1555 | 1 | -- | -- | |
GsMP | ERC-721 | 1 | -- | -- | |
NOUN | ERC-721 | 1 | -- | -- | |
0xd530…b052 | ERC-1555 | 1 | -- | -- | |
0xe592…7bc0 | ERC-1555 | 1 | -- | -- | |
0xef4b…3539 | ERC-1555 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21292032 | 11 minutes ago | | | 0.01 | 0.00033530036 | |
| 21291451 | 2 hours ago | | | 0 | 0.0022668760 | |
| 21291422 | 2 hours ago | | | 2.46 | 0.00035227083 | |
| 21290882 | 4 hours ago | | | 2.4072 | 0.00030957727 | |
| 21290651 | 5 hours ago | | | 2.36 | 0.00034027522 | |
| 21290285 | 6 hours ago | | | 0.0306 | 0.00036168878 | |
| 21290268 | 6 hours ago | | | 0.03 | 0.00031386193 | |
| 21287747 | 15 hours ago | | | 0.0204 | 0.00072699528 | |
| 21287254 | 16 hours ago | | | 0.02 | 0.00084010122 | |
| 21286799 | 18 hours ago | | | 0.011 | 0.00093139147 |
ABI
ABI objects
Getter at block 21292082
MAX_TIME_BUFFER() view returns (uint56)
86400
auction() view returns (struct INounsAuctionHouseV2AuctionV2View)
(1332, 10000000000000000, 1732860335, 1732946735, 0xbf19db39ec9e5e4017d48e7db8631b33f5e16b64, false)
auctionStorage() view returns (uint96 nounId, uint32 clientId, uint128 amount, uint40 startTime, uint40 endTime, address bidder, bool settled)
(nounId=1332, clientId=0, amount=10000000000000000, startTime=1732860335, endTime=1732946735, bidder=0xbf19db39ec9e5e4017d48e7db8631b33f5e16b64, settled=false)
duration() view returns (uint256)
86400
minBidIncrementPercentage() view returns (uint8)
2
nouns() view returns (address)
0x9c8ff314c9bc7f6e59a9d9225fb22946427edc03
owner() view returns (address)
0xb1a32fc9f9d8b2cf86c068cae13108809547ef71
paused() view returns (bool)
false
reservePrice() view returns (uint192)
1
timeBuffer() view returns (uint56)
300
weth() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
biddingClient(uint256 nounId) view returns (uint32)
getPrices(uint256 auctionCount) view returns (uint256[] prices)
getSettlements(uint256 auctionCount, bool skipEmptyValues) view returns (struct INounsAuctionHouseV2Settlement[] settlements)
getSettlements(uint256 startId, uint256 endId, bool skipEmptyValues) view returns (struct INounsAuctionHouseV2Settlement[] settlements)
getSettlementsFromIdtoTimestamp(uint256 startId, uint256 endTimestamp, bool skipEmptyValues) view returns (struct INounsAuctionHouseV2Settlement[] settlements)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
createBid(uint256 nounId) payable
createBid(uint256 nounId, uint32 clientId) payable
initialize(uint192 _reservePrice, uint56 _timeBuffer, uint8 _minBidIncrementPercentage)
pause()
renounceOwnership()
setMinBidIncrementPercentage(uint8 _minBidIncrementPercentage)
setPrices(struct INounsAuctionHouseV2SettlementNoClientId[] settlements)
setReservePrice(uint192 _reservePrice)
setTimeBuffer(uint56 _timeBuffer)
settleAuction()
settleCurrentAndCreateNewAuction()
transferOwnership(address newOwner)
unpause()
warmUpSettlementState(uint256 startId, uint256 endId)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AuctionBid(uint256 indexed nounId, address sender, uint256 value, bool extended)
AuctionBidWithClientId(uint256 indexed nounId, uint256 value, uint32 indexed clientId)
AuctionCreated(uint256 indexed nounId, uint256 startTime, uint256 endTime)
AuctionExtended(uint256 indexed nounId, uint256 endTime)
AuctionMinBidIncrementPercentageUpdated(uint256 minBidIncrementPercentage)
AuctionReservePriceUpdated(uint256 reservePrice)
AuctionSettled(uint256 indexed nounId, address winner, uint256 amount)
AuctionSettledWithClientId(uint256 indexed nounId, uint32 indexed clientId)
AuctionTimeBufferUpdated(uint256 timeBuffer)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
constructor(address logic, address admin, bytes data)
fallback()
receive()
This contract contains no error objects.