NounsAuctionHouseProxy

Verified contract

Proxy

Active on Ethereum with 750 txns
Deployed by via 0x860a09ab at 15809789
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
 (#233)
ERC-721
--
 (#192)
ERC-721
--
 (#175)
ERC-721
--
0xf201903fe1872c2eba9c013be945fa5ac8ea531bd1db1865d01bfe62413bc660
0x37255e24bf8aaf3e573e2a323f9ffd6308045ccd3964161ea62f0396378ef6ea
0x1a7815c844bd996cf25846ed96c663c52a13c90055bc00477f3cca092ebcf3e0
0x26bcdbf9f29b7756d91d2a008a32a71ac7dfd44bd90ade01bc48a22ba7fa868b
0x584fea5af1f50a1733e6621e0ff92ab7de0d8da42ad6a9b978d310e99288e558
0x49fecad34e041f1b633f3118959d39344a12dbbfd341173dadd8337bff1a8288
0xe9e8d485e702ee841f836245049cda73bb8bc4d634c37f4eb5b1ccc6f66b5c37
0x171299d2f676e81771b1820e3dd37d364acd04b042e2cf4d62496394d86f3a50
0x2325826fa1891f015e30eb65da745d913dee365b6e0e066625f88150802087b3
0x969b48d95775e4f8f073eb7e6e269d572dba1adb85299e1982ef78c90040f65b

Functions
Getter at block 20971853
auction(view returns (uint256 nounIduint256 amountuint256 startTimeuint256 endTimeaddress bidderbool settled)
(nounId=233, amount=0, startTime=1706234555, endTime=1706263355, bidder=0x0000000000000000000000000000000000000000, settled=false)
duration(view returns (uint256)
28800
minBidIncrementPercentage(view returns (uint8)
2
nouns(view returns (address)
0x2e5a7ea22c420b431811ecb9572e39106ddbd1d8
owner(view returns (address)
0xa7c9a15afd4feb20bc2809d99f1334672ba12f5f
paused(view returns (bool)
false
reservePrice(view returns (uint256)
500000000000000000
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 _duration
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.