AuctionHouseProxy
Verified contract
Proxy
Active on
Ethereum with 590 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 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
0x5601…3e99
-
variable spans 4 additional slots
2 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SNDN | ERC-721 | 1 | -- | -- | |
SNDN | ERC-721 | 1 | -- | -- | |
SNDN | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14109545 | 3 years ago | | | 0 | 0.024626928 | |
| 14107726 | 3 years ago | | | 0 | 0.0084867754 | |
| 14102067 | 3 years ago | | | 0 | 0.027316498 | |
| 14098116 | 3 years ago | | | 0 | 0.014171298 | |
| 14095549 | 3 years ago | | | 0 | 0.026428174 | |
| 14013719 | 3 years ago | | | 0 | 0.013280124 | |
| 14013561 | 3 years ago | | | 0 | 0.017633846 | |
| 14001747 | 3 years ago | | | 0 | 0.0049618032 | |
| 14001725 | 3 years ago | | | 0 | 0.0056890023 | |
| 13963296 | 3 years ago | | | 0 | 0.0036802774 |
ABI
ABI objects
Getter at block 21296091
auction() view returns (uint256 snoopDAONFTId, uint256 amount, uint256 startTime, uint256 endTime, address bidder, bool settled)
(snoopDAONFTId=88, amount=0, startTime=1643577264, endTime=1643663664, bidder=0x0000000000000000000000000000000000000000, settled=false)
dog() view returns (address)
0xbaac2b4491727d78d2b78815144570b9f2fe8899
duration() view returns (uint256)
86400
minBidIncrementPercentage() view returns (uint8)
5
owner() view returns (address)
0x950cd0fb5d95c973a8699f64dec575cd7c32c17b
paused() view returns (bool)
false
reservePrice() view returns (uint256)
10000000000000000000000
snoopDAONFT() view returns (address)
0x5601230a85bcfe4a13c209aa6617ca2c16ac3e99
timeBuffer() view returns (uint256)
300
Read-only
This contract contains no read-only function objects.
State-modifying
Events createBid(uint256 snoopDAONFTId, uint256 amount)
initialize(address _snoopDAONFT, address _dog, uint256 _timeBuffer, uint256 _reservePrice, uint8 _minBidIncrementPercentage, uint256 _duration)
pause()
renounceOwnership()
setDuration(uint256 _duration)
setMinBidIncrementPercentage(uint8 _minBidIncrementPercentage)
setReservePrice(uint256 _reservePrice)
setTimeBuffer(uint256 _timeBuffer)
settleAuction()
settleCurrentAndCreateNewAuction()
transferOwnership(address newOwner)
unpause()
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
AuctionBid(uint256 indexed snoopDAONFTId, address sender, uint256 value, bool extended)
AuctionCreated(uint256 indexed snoopDAONFTId, uint256 startTime, uint256 endTime)
AuctionDurationUpdated(uint256 duration)
AuctionExtended(uint256 indexed snoopDAONFTId, uint256 endTime)
AuctionMinBidIncrementPercentageUpdated(uint256 minBidIncrementPercentage)
AuctionReservePriceUpdated(uint256 reservePrice)
AuctionSettled(uint256 indexed snoopDAONFTId, address winner, uint256 amount)
AuctionTimeBufferUpdated(uint256 timeBuffer)
BeaconUpgraded(address indexed beacon)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
This contract contains no error objects.