NounsAuctionHouseProxy

Verified contract

Proxy

Active on Ethereum with 3,099 txns
Deployed by via 0xc6b595ce at 14080425
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

No balances found for "NounsAuctionHouseProxy"

0xd561fe9f49729c4f6d5771e40a817eb6200d7fe5d403bb93e2c524751fd62425
0xdf9d5623316b098f60961b38e93f13b4ccb5adb3918f009adff124172aaca049
0x24fa4998c738f6aa6c6e11c984da6b0b8755b686c3da30f33dd757f071fd20e1
0x99d5be3670bfd122240181f9d070d90677766ec4ca558022d08482ec63611ac1
0xfcac997a01f11da0048d9352d02b60645e977bdc9895b26baf93aa4084b24a0e
0x38c7de44fa92bc475497fc358670fc76e0a7e4ddcc3d4f2c1c1373e665b68eb1
0x92f783427684af41795b8083337d28a021f5139a81829c8c664a2b7399d2a8b9
0x08e1bae9e990d1ac6fc4410a34485cfbded20f971dfa84b99e2d1737ee645a56
From
0xbf4295c0740a62b42052c324202e24e59f835f7af7651da4bccd94f2f5d7ffb9
0xf8db40f6964c1b2b71083b39275db3945d98d97f01694ef8b4d2ab523ffae616
From

Functions
Getter at block 21098444
auction(view returns (uint256 nounIduint256 amountuint256 startTimeuint256 endTimeaddress bidderbool settled)
(nounId=403, amount=4220000000000000000, startTime=1665704183, endTime=1665790583, bidder=0xf8a065f287d91d77cd626af38ffa220d9b552a2b, settled=true)
duration(view returns (uint256)
86400
minBidIncrementPercentage(view returns (uint8)
2
nouns(view returns (address)
0x2605afbb22c59296c16ef5e477110357f760b20f
owner(view returns (address)
0xaba225fbd58dcf3a9c2c50cdd176928cc5a5e694
paused(view returns (bool)
true
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 _duration
pause(
renounceOwnership(
setDuration(uint256 _duration
setMinBidIncrementPercentage(uint8 _minBidIncrementPercentage
setReservePrice(uint256 _reservePrice
setTimeBuffer(uint256 _timeBuffer
settleAuction(
settleCurrentAndCreateNewAuction(
transferOwnership(address newOwner
unpause(
withdraw(
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
AuctionDurationUpdated(uint256 duration
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.