ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 706 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
0xd7cb…c678
-
variable spans 2 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BITNOUN | ERC-721 | 1 | -- | -- | |
BITNOUN | ERC-721 | 1 | -- | -- | |
BITNOUN | ERC-721 | 1 | -- | -- | |
BITNOUN | ERC-721 | 1 | -- | -- | |
BITNOUN | ERC-721 | 1 | -- | -- | |
BITNOUN | ERC-721 | 1 | -- | -- | |
BITNOUN | ERC-721 | 1 | -- | -- | |
BITNOUN | ERC-721 | 1 | -- | -- | |
BITNOUN | ERC-721 | 1 | -- | -- | |
BITNOUN | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20726138 | 2 months ago | | | 0 | 0.00036060418 | |
| 20620846 | 3 months ago | | | 0 | 0.00068799830 | |
| 20620817 | 3 months ago | | | 0.0003 | 0.00021240471 | |
| 20620809 | 3 months ago | | | 0 | 0.00065039130 | |
| 20620773 | 3 months ago | | | 0 | 0.00066225288 | |
| 20620732 | 3 months ago | | | 0 | 0.00088336113 | |
| 20620696 | 3 months ago | | | 0.0003 | 0.00022746501 | |
| 20620680 | 3 months ago | | | 0 | 0.00075165039 | |
| 20620653 | 3 months ago | | | 0.000759 | 0.00012503451 | |
| 20620637 | 3 months ago | | | 0.00069 | 0.00016238942 |
ABI
ABI objects
Getter at block 21211539 proxiableUUID() view returns (bytes32)
auction() view returns (uint256 tokenId, uint256 highestBid, address highestBidder, uint40 startTime, uint40 endTime, bool settled)
(tokenId=398, highestBid=0, highestBidder=0x0000000000000000000000000000000000000000, startTime=1726042811, endTime=1726043111, settled=false)
contractVersion() pure returns (string)
1.2.0
duration() view returns (uint256)
300
minBidIncrement() view returns (uint256)
10
owner() view returns (address)
0x9c5c1f6b04e9b2e3fd9350b4bac76fa87e4ac48b
paused() view returns (bool)
false
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
reservePrice() view returns (uint256)
100000000000000
timeBuffer() view returns (uint256)
300
token() view returns (address)
0xd7cb208297f661867a43c08afe5980ee88dfc678
treasury() view returns (address)
0x9c5c1f6b04e9b2e3fd9350b4bac76fa87e4ac48b
Read-only
This contract contains no read-only function objects.
State-modifying
Events acceptOwnership()
cancelOwnershipTransfer()
createBid(uint256 _tokenId) payable
initialize(address _token, address _founder, address _treasury, uint256 _duration, uint256 _reservePrice)
pause()
safeTransferOwnership(address _newOwner)
setDuration(uint256 _duration)
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)
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()
DELEGATE_CALL_FAILED()
FAILING_WETH_TRANSFER()
INITIALIZING()
INSOLVENT()
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()