ERC1967Proxy

Verified contract

Proxy

Active on Ethereum with 513 txns
Deployed by via 0x2db6dedf at 16214448
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 2 additional slots
 (#166)
ERC-721
--
 (#115)
ERC-721
--
 (#71)
ERC-721
--
0xb632555694028b4385cc23407bcdbae372d98656aede1651669b928de63b9251
0x73792d127fd5cb4803bb687e7df35aea6d4aeb1400c2a1beba01ebc89b6429ef
0x6515f2c174defda211e8d7c7eb30092b616b6a8187947de265cbc399fcca0f40
0xec2cccd7493d372dbe4b5cd6dd7e85bfe8bddd72d6decdc0e9c81a62146b9de8
0xb6bf2ef65ce49c26f3b3bbf84441c8b0fbb27e668b9bbf0cf27a948d7774af41
0x6743f86edf5359fe3bf10723b9da5a6b434113f4bfc4b77402c14394d48eaab2
0x508dfb5602392f4ab01848c9a2db530c1bf47e0e19a2478007b66a78545764c8
0xc72b2bc12a445605751521010af1576663e2481de7e1b2ba7d8566afab4997d3
0x9747bcf12659b7101529d1ebf324b6b6506bb0e0255245228baceffc20bc701e
0x444323798815905873bcf51c373115f2649c2a9f3787ba7294b47ceab8f0fdab

Functions
Getter at block 20791885
auction(view returns (uint256 tokenIduint256 highestBidaddress highestBidderuint40 startTimeuint40 endTimebool settled)
(tokenId=175, highestBid=9000000000000000, highestBidder=0xa915dc6e27c8a3ca24f0f640a10b3cabc121c9a5, startTime=1717535435, endTime=1717578635, settled=true)
contractVersion(pure returns (string)
1.1.0
duration(view returns (uint256)
43200
minBidIncrement(view returns (uint256)
10
owner(view returns (address)
0xa0f1228dc23cbc44e6113bce4125636ef30ed211
paused(view returns (bool)
true
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
 
proxiableUUID(view returns (bytes32)
reservePrice(view returns (uint256)
6900000000000000
timeBuffer(view returns (uint256)
300
token(view returns (address)
0xe8f0b57a805b9a15fee874fdd8f6bc250a0d2c55
treasury(view returns (address)
0xa0f1228dc23cbc44e6113bce4125636ef30ed211
Read-only

This contract contains no read-only function objects.

State-modifying
acceptOwnership(
cancelOwnershipTransfer(
createBid(uint256 _tokenIdpayable 
initialize(address _tokenaddress _founderaddress _treasuryuint256 _durationuint256 _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 _newImplbytes _datapayable 
Events
Upgraded(address impl
AuctionBid(uint256 tokenIdaddress bidderuint256 amountbool extendeduint256 endTime
AuctionCreated(uint256 tokenIduint256 startTimeuint256 endTime
AuctionSettled(uint256 tokenIdaddress winneruint256 amount
DurationUpdated(uint256 duration
Initialized(uint256 version
MinBidIncrementPercentageUpdated(uint256 minBidIncrementPercentage
OwnerCanceled(address indexed owneraddress indexed canceledOwner
OwnerPending(address indexed owneraddress indexed pendingOwner
OwnerUpdated(address indexed prevOwneraddress indexed newOwner
Paused(address user
ReservePriceUpdated(uint256 reservePrice
TimeBufferUpdated(uint256 timeBuffer
Unpaused(address user
Upgraded(address impl
Constructor
constructor(address _logicbytes _data
Fallback and receive
fallback(
receive(
Errors
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(