SweepersAuctionHouseProxy
Verified contract
Proxy
Active on
Ethereum
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
0xc95e…b45b
-
variable spans 4 additional slots
7 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SWEEPER | ERC-721 | 1 | -- | -- | |
SWEEPER | ERC-721 | 1 | -- | -- | |
SWEEPER | ERC-721 | 1 | -- | -- | |
SWEEPER | ERC-721 | 1 | -- | -- | |
SWEEPER | ERC-721 | 1 | -- | -- | |
SWEEPER | ERC-721 | 1 | -- | -- | |
SWEEPER | ERC-721 | 1 | -- | -- | |
SWEEPER | ERC-721 | 1 | -- | -- | |
SWEEPER | ERC-721 | 1 | -- | -- | |
SWEEPER | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16579722 | 2 years ago | | | 0.025 | 0.017705243 | |
| 16564266 | 2 years ago | | | 0.025 | 0.012300274 | |
| 16530844 | 2 years ago | | | 0 | 0.0059496540 | |
| 16529263 | 2 years ago | | | 0 | 0.0012795062 | |
| 16529015 | 2 years ago | | | 0 | 0.0012132982 | |
| 16529006 | 2 years ago | | | <0.00000001 | 0.0078661062 | |
| 16529000 | 2 years ago | | | 0 | 0.0012625193 | |
| 16521800 | 2 years ago | | | 0 | 0.0014098718 | |
| 16434539 | 2 years ago | | | 0.025 | 0.0086328501 | |
| 16380354 | 2 years ago | | | 0.025 | 0.0070377418 |
ABI
ABI objects
Getter at block 21277668
auction() view returns (uint256 sweeperId, uint256 amount, uint256 startTime, uint256 endTime, address bidder, bool settled)
(sweeperId=2685, amount=0, startTime=1675807007, endTime=1675807607, bidder=0x0000000000000000000000000000000000000000, settled=false)
auctionInfo() view returns (uint256, uint256, address, bool)
(1675807007, 1675807607, 0x0000000000000000000000000000000000000000, false)
auctionInitialized() view returns (bool)
true
duration() view returns (uint256)
600
metatopiaPercent() view returns (uint16)
500
metatopiaTreasury() view returns (address)
0xa7ae8e1fdbb98d29be76f08dbeac46ea3f544855
minBidIncrementPercentage() view returns (uint8)
10
owner() view returns (address)
0x9d0717faddb61c48e3fce46abc2b2dcaa43d1255
paused() view returns (bool)
false
reservePrice() view returns (uint256)
25000000000000000
settlementTimeinterval() view returns (uint256)
120
settler() view returns (address)
0x06e4933bfc7ebcdbb965cf81ab2139e85cf2dac8
sweepers() view returns (address)
0xc95efc5203ce255db12193119c73d13bcbc0b45b
sweepersDev() view returns (address)
0x9d0717faddb61c48e3fce46abc2b2dcaa43d1255
sweepersTreasury() view returns (address)
0x811074e281d86f862dc84e7df80ed38aa22aa23d
timeBuffer() view returns (uint256)
60
weth() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
winnerSettlementTime() view returns (uint256)
300
Read-only
bids(uint256, uint256) view returns (address bidder, uint256 amount, uint256 bidTime)
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 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()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
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)
constructor(address logic, address admin, bytes data)
fallback()
receive()
This contract contains no error objects.