ERC1967Proxy
Verified contract
Proxy
Active on
Base with 2,366 txns
Unified 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 1 additional slot
0xa507…4601
-
variable spans 2 additional slots
Balances ($2.44)
Native
Value
$2.44
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.001 | $2,441.06 |
$2.44 | |
OHNO | ERC-20 | 1 | -- | -- | |
BSDF | ERC-721 | 1 | -- | -- | |
BSDF | ERC-721 | 1 | -- | -- | |
BSDF | ERC-721 | 1 | -- | -- | |
BSDF | ERC-721 | 1 | -- | -- | |
BSDF | ERC-721 | 1 | -- | -- | |
BSDF | ERC-721 | 1 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22008506 | 2 hours ago | | | 0.001 | 4.8351238e-7 | |
| 22008494 | 2 hours ago | | | 0 | 0.0000020268186 | |
| 22002971 | 5 hours ago | | | 0.00169 | 3.7869821e-7 | |
| 21997765 | 8 hours ago | | | 0.0011 | 2.1846882e-7 | |
| 21965071 | a day ago | | | 0.001 | 4.8030053e-7 | |
| 21965022 | a day ago | | | 0 | 0.0000026890292 | |
| 21963737 | a day ago | | | 0.00169 | 4.1419828e-7 | |
| 21952460 | a day ago | | | 0.0011 | 2.1354116e-7 | |
| 21921394 | 2 days ago | | | 0.001 | 4.8221203e-7 | |
| 21921379 | 2 days ago | | | 0 | 0.0000020285676 |
ABI
ABI objects
Getter at block 22012480 proxiableUUID() view returns (bytes32)
REWARDS_REASON() view returns (bytes4)
0x0b411de6
auction() view returns (uint256 tokenId, uint256 highestBid, address highestBidder, uint40 startTime, uint40 endTime, bool settled)
(tokenId=412, highestBid=1000000000000000, highestBidder=0x415122f61f3462a41869a30777079b53333e6956, startTime=1730806335, endTime=1730892735, settled=false)
builderRewardsBPS() view returns (uint16)
250
contractVersion() pure returns (string)
2.0.0
currentBidReferral() view returns (address)
0x0000000000000000000000000000000000000000
duration() view returns (uint256)
86400
founderReward() view returns (address recipient, uint16 percentBps)
(recipient=0x0000000000000000000000000000000000000000, percentBps=0)
minBidIncrement() view returns (uint256)
10
owner() view returns (address)
0x22ce25ed2708a2a0aaf3b6eaca248a506a31c7e5
paused() view returns (bool)
false
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
referralRewardsBPS() view returns (uint16)
250
reservePrice() view returns (uint256)
100000000000000
timeBuffer() view returns (uint256)
300
token() view returns (address)
0xa5078075b929eabeb02a25edf4243665c9354601
treasury() view returns (address)
0x22ce25ed2708a2a0aaf3b6eaca248a506a31c7e5
Read-only
This contract contains no read-only function objects.
State-modifying
Events acceptOwnership()
cancelOwnershipTransfer()
createBid(uint256 _tokenId) payable
createBidWithReferral(uint256 _tokenId, address _referral) payable
initialize(address _token, address _founder, address _treasury, uint256 _duration, uint256 _reservePrice, address _founderRewardRecipient, uint16 _founderRewardBps)
pause()
safeTransferOwnership(address _newOwner)
setDuration(uint256 _duration)
setFounderReward(struct AuctionTypesV2FounderReward reward)
setMinimumBidIncrement(uint256 _percentage)
setReservePrice(uint256 _reservePrice)
setTimeBuffer(uint256 _timeBuffer)
settleAuction()
settleCurrentAndCreateNewAuction()
transferOwnership(address _newOwner)
unpause()
upgradeTo(address _newImpl)
upgradeToAndCall(address _newImpl, bytes _data) payable
Upgraded(address impl)
AuctionBid(uint256 tokenId, address bidder, uint256 amount, bool extended, uint256 endTime)
AuctionCreated(uint256 tokenId, uint256 startTime, uint256 endTime)
AuctionSettled(uint256 tokenId, address winner, uint256 amount)
DurationUpdated(uint256 duration)
FounderRewardUpdated(struct AuctionTypesV2FounderReward reward)
Initialized(uint256 version)
MinBidIncrementPercentageUpdated(uint256 minBidIncrementPercentage)
OwnerCanceled(address indexed owner, address indexed canceledOwner)
OwnerPending(address indexed owner, address indexed pendingOwner)
OwnerUpdated(address indexed prevOwner, address indexed newOwner)
Paused(address user)
ReservePriceUpdated(uint256 reservePrice)
TimeBufferUpdated(uint256 timeBuffer)
Unpaused(address user)
Upgraded(address impl)
constructor(address _logic, bytes _data)
fallback()
receive()
DELEGATE_CALL_FAILED()
INVALID_TARGET()
INVALID_UPGRADE(address impl)
ONLY_UUPS()
UNSUPPORTED_UUID()
ADDRESS_ZERO()
ALREADY_INITIALIZED()
AUCTION_ACTIVE()
AUCTION_CREATE_FAILED_TO_LAUNCH()
AUCTION_NOT_STARTED()
AUCTION_OVER()
AUCTION_SETTLED()
CANNOT_CREATE_AUCTION()
DELEGATE_CALL_FAILED()
FAILING_WETH_TRANSFER()
INITIALIZING()
INSOLVENT()
INVALID_REWARDS_BPS()
INVALID_REWARDS_RECIPIENT()
INVALID_REWARD_TOTAL()
INVALID_TARGET()
INVALID_TOKEN_ID()
INVALID_UPGRADE(address impl)
MINIMUM_BID_NOT_MET()
MIN_BID_INCREMENT_1_PERCENT()
NOT_INITIALIZING()
ONLY_CALL()
ONLY_DELEGATECALL()
ONLY_MANAGER()
ONLY_OWNER()
ONLY_PENDING_OWNER()
ONLY_PROXY()
ONLY_UUPS()
PAUSED()
REENTRANCY()
RESERVE_PRICE_NOT_MET()
UNPAUSED()
UNSAFE_CAST()
UNSUPPORTED_UUID()