SweepersAuctionHouse
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
2
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
-
variable spans 4 additional slots
3 additional
variables
Balances ($0.00)
No balances found for "SweepersAuctionHouse"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "SweepersAuctionHouse"
ABI
ABI objects
Getter at block 21279103
auction() view returns (uint256 sweeperId, uint256 amount, uint256 startTime, uint256 endTime, address bidder, bool settled)
(sweeperId=0, amount=0, startTime=0, endTime=0, bidder=0x0000000000000000000000000000000000000000, settled=false)
auctionInfo() view returns (uint256, uint256, address, bool)
(0, 0, 0x0000000000000000000000000000000000000000, false)
auctionInitialized() view returns (bool)
false
duration() view returns (uint256)
0
metatopiaPercent() view returns (uint16)
0
metatopiaTreasury() view returns (address)
0x0000000000000000000000000000000000000000
minBidIncrementPercentage() view returns (uint8)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
reservePrice() view returns (uint256)
0
settlementTimeinterval() view returns (uint256)
180
settler() view returns (address)
0x0000000000000000000000000000000000000000
sweepers() view returns (address)
0x0000000000000000000000000000000000000000
sweepersDev() view returns (address)
0x0000000000000000000000000000000000000000
sweepersTreasury() view returns (address)
0x0000000000000000000000000000000000000000
timeBuffer() view returns (uint256)
0
weth() view returns (address)
0x0000000000000000000000000000000000000000
winnerSettlementTime() view returns (uint256)
180
Read-only
bids(uint256, uint256) view returns (address bidder, uint256 amount, uint256 bidTime)
State-modifying
Events createBid(uint256 sweeperId) payable
initialize(address _sweepers, address _weth, address _sweepersDev, address _sweepersTreasury, address _metatopiaTreasury, uint16 _metatopiaPercent, uint256 _timeBuffer, uint256 _reservePrice, uint8 _minBidIncrementPercentage, uint256 _duration)
pause()
renounceOwnership()
setDuration(uint256 _duration)
setMetatopiaPercent(uint16 _metatopiaPercent)
setMetatopiaTreasury(address _metatopiaTreasury)
setMinBidIncrementPercentage(uint8 _minBidIncrementPercentage)
setReservePrice(uint256 _reservePrice)
setSettlementTimeInterval(uint256 _winnerSettlementTime, uint256 _settlementTimeinterval)
setSweepersDev(address _sweepersDev)
setSweepersSettler(address _address)
setSweepersToken(address _sweepers)
setSweepersTreasury(address _sweepersTreasury)
setTimeBuffer(uint256 _timeBuffer)
settleAuction() payable
settleCurrentAndCreateNewAuction() payable
transferOwnership(address newOwner)
unpause()
AuctionBid(uint256 indexed sweeperId, address sender, uint256 value, bool extended)
AuctionCreated(uint256 indexed sweeperId, uint256 startTime, uint256 endTime)
AuctionExtended(uint256 indexed sweeperId, uint256 endTime)
AuctionMinBidIncrementPercentageUpdated(uint256 minBidIncrementPercentage)
AuctionReservePriceUpdated(uint256 reservePrice)
AuctionSettled(uint256 indexed sweeperId, address winner, uint256 amount, bool sniped)
AuctionSniped(uint256 indexed sweeperId, address sniper, address originalWinner, uint256 snipedAmount, uint256 winningAmount)
AuctionTimeBufferUpdated(uint256 timeBuffer)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.