NounsAuctionHouseProxy
Verified contract
Proxy
Active on
Ethereum with 42,613 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
0x4b10…db3b
-
variable spans 4 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LILNOUN | ERC-721 | 1 | -- | -- | |
LILNOUN | ERC-721 | 1 | -- | -- | |
LILNOUN | ERC-721 | 1 | -- | -- | |
LILNOUN | ERC-721 | 1 | -- | -- | |
LILNOUN | ERC-721 | 1 | -- | -- | |
LILNOUN | ERC-721 | 1 | -- | -- | |
LILNOUN | ERC-721 | 1 | -- | -- | |
LILNOUN | ERC-721 | 1 | -- | -- | |
LILNOUN | ERC-721 | 1 | -- | -- | |
LILNOUN | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20381554 | 4 months ago | | | 0 | 0.00057085442 | |
| 20292949 | 4 months ago | | | 0.15 | 0.00025353077 | |
| 20292933 | 4 months ago | | | 0 | 0.0022139543 | |
| 19847323 | 6 months ago | | | 0.16 | 0.00055345119 | |
| 19847291 | 6 months ago | | | 0 | 0.0014412390 | |
| 19833250 | 6 months ago | | | 0 | 0.0016548797 | |
| 19832344 | 6 months ago | | | 0 | 0.0010957555 | |
| 19828699 | 6 months ago | | | 0 | 0.0010011840 | |
| 19818296 | 6 months ago | | | 0 | 0.0017106218 | |
| 19719738 | 7 months ago | | | 0 | 0.0056314690 |
ABI
ABI objects
Getter at block 21159598
auction() view returns (uint256 nounId, uint256 amount, uint256 startTime, uint256 endTime, address bidder, bool settled)
(nounId=7982, amount=150000000000000000, startTime=1720817531, endTime=1720818431, bidder=0x225e9b54f41f44f42150b6aaa730da5f2d23faf2, settled=true)
duration() view returns (uint256)
900
minBidIncrementPercentage() view returns (uint8)
5
nouns() view returns (address)
0x4b10701bfd7bfedc47d50562b76b436fbb5bdb3b
owner() view returns (address)
0xd5f279ff9eb21c6d40c8f345a66f2751c4eea1fb
paused() view returns (bool)
true
reservePrice() view returns (uint256)
150000000000000000
timeBuffer() view returns (uint256)
90
weth() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
This contract contains no read-only function objects.
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
createBidWithComment(uint256 nounId, string comment) payable
initialize(address _nouns, address _weth, uint256 _timeBuffer, uint256 _reservePrice, uint8 _minBidIncrementPercentage, uint256 _duration)
pause()
renounceOwnership()
setMinBidIncrementPercentage(uint8 _minBidIncrementPercentage)
setReservePrice(uint256 _reservePrice)
setTimeBuffer(uint256 _timeBuffer)
settleAuction()
settleCurrentAndCreateNewAuction()
transferOwnership(address newOwner)
unpause()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AuctionBid(uint256 indexed nounId, address sender, uint256 value, bool extended, string comment)
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)
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.