AuctionHouse
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
7
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
-
variable spans 4 additional slots
Balances ($0.00)
No balances found for "AuctionHouse"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "AuctionHouse"
ABI
ABI objects
Getter at block 20856002
auction() view returns (uint256 squidDAONFTId, uint256 amount, uint256 startTime, uint256 endTime, address bidder, bool settled)
(squidDAONFTId=0, amount=0, startTime=0, endTime=0, bidder=0x0000000000000000000000000000000000000000, settled=false)
duration() view returns (uint256)
0
minBidIncrementPercentage() view returns (uint8)
0
ohm() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
reservePrice() view returns (uint256)
0
squidDAONFT() view returns (address)
0x0000000000000000000000000000000000000000
timeBuffer() view returns (uint256)
0
weth() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
This contract contains no read-only function objects.
State-modifying
Events createBid(uint256 squidDAONFTId, uint256 amount) payable
initialize(address _squidDAONFT, address _weth, uint256 _timeBuffer, uint256 _reservePrice, uint8 _minBidIncrementPercentage, uint256 _duration)
pause()
renounceOwnership()
setDuration(uint256 _duration)
setMinBidIncrementPercentage(uint8 _minBidIncrementPercentage)
setOhm(address _ohm)
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)
AuctionBid(uint256 indexed squidDAONFTId, address sender, uint256 value, bool extended)
AuctionCreated(uint256 indexed squidDAONFTId, uint256 startTime, uint256 endTime)
AuctionDurationUpdated(uint256 duration)
AuctionExtended(uint256 indexed squidDAONFTId, uint256 endTime)
AuctionMinBidIncrementPercentageUpdated(uint256 minBidIncrementPercentage)
AuctionReservePriceUpdated(uint256 reservePrice)
AuctionSettled(uint256 indexed squidDAONFTId, 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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.