NounsAuctionHouseProxy

Verified contract

Proxy

Active on Ethereum with 2,431 txns
Deployed by via 0xc7da5ae1 at 16638193
Slot
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 4 additional slots
 (#555)
ERC-721
--
 (#289)
ERC-721
--
0x58a484ac7a05f87e46fa2a93896e1a27679d0a8baf338c04e8eb98e73d643fff
0x344e04dbb63039e000bde3b706f379e37d21d97e053d69867cb87088925f340c
0x935f72917f42bbf88cca1b4dd94f0b344a1dcd23473838b2260b52f798423bf5
0x6383bfe38b63c0f7d6fbd598acf46be6b6dc857d0590a0bc364a9df89ded2bc5
0x799491a87adbb99ac6f9d6347643a3f5a8b463f66862cbe7f355d6d91b0dd4c2
0xb336b3851b55ffbf81ba5293749feefebea5892fdf6fd41786dc25f7827fc3ae
0xc5c7b14fb61fac4c0ae353b3b21d0e82ed7ba854006ce47a6d3ca68cdf339bcb
0xd5c2d462a75f986d50246a8b2f0fea4828196a86e8e04ba698aef9aac55334e9
0x248cdcb4990db7079ccb764bc7feb37407398060b0ad93ffd578a6a5562ecfc4
0x4326c7115a5a2b249f16939f35c8c71100289775876155fe8fc1de56dcb82ce8

Functions
Getter at block 20815998
auction(view returns (uint256 nounIduint256 amountuint256 startTimeuint256 endTimeaddress bidderbool settled)
(nounId=555, amount=0, startTime=1727101739, endTime=1727215826, bidder=0x0000000000000000000000000000000000000000, settled=false)
baseDuration(view returns (uint256)
86400
minBidIncrementPercentage(view returns (uint8)
2
nouns(view returns (address)
0xac3aaff5576cd40343651f1a32dd160df3b36537
origin(view returns (uint256)
1676513051
owner(view returns (address)
0x52c5dcf49f10c827e070cee4adf1d006942eaab6
paused(view returns (bool)
false
reservePrice(view returns (uint256)
1
timeBuffer(view returns (uint256)
300
weth(view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only

This contract contains no read-only function objects.

State-modifying
admin(returns (address admin_)
changeAdmin(address newAdmin
implementation(returns (address implementation_)
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
createBid(uint256 nounIdpayable 
initialize(address _nounsaddress _wethuint256 _timeBufferuint256 _reservePriceuint8 _minBidIncrementPercentageuint256 _baseDuration
pause(
renounceOwnership(
setMinBidIncrementPercentage(uint8 _minBidIncrementPercentage
setReservePrice(uint256 _reservePrice
setTimeBuffer(uint256 _timeBuffer
settleAuction(
settleCurrentAndCreateNewAuction(
transferOwnership(address newOwner
unpause(
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
AuctionBid(uint256 indexed nounIdaddress senderuint256 valuebool extended
AuctionCreated(uint256 indexed nounIduint256 startTimeuint256 endTime
AuctionExtended(uint256 indexed nounIduint256 endTime
AuctionMinBidIncrementPercentageUpdated(uint256 minBidIncrementPercentage
AuctionReservePriceUpdated(uint256 reservePrice
AuctionSettled(uint256 indexed nounIdaddress winneruint256 amount
AuctionTimeBufferUpdated(uint256 timeBuffer
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Unpaused(address account
Constructor
constructor(address logicaddress adminbytes data
Fallback and receive
fallback(
receive(
Errors

This contract contains no error objects.