ERC1967Proxy

Verified contract

Proxy

Active on Ethereum with 57 txns
Deployed by via 0xac02d52b at 17809407
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
 (#47)
ERC-721
--
 (#45)
ERC-721
--
 (#44)
ERC-721
--
 (#43)
ERC-721
--
 (#33)
ERC-721
--
 (#26)
ERC-721
--
 (#19)
ERC-721
--
 (#14)
ERC-721
--
 (#9)
ERC-721
--
0x122915d8f5f630d3fdfa10470566d813cbc3798a3c930c5773748fc680f01644
0xc01eb5531fb3a899dc091d37165bda3de8f86fa802fab385aadb9b78d38ba344
0xa431936b29f1515b45865b6bab745cdfbaf01a1a8e373327e107e9823f5eae28
0xe4624342df4f0e0eec69f693f25f3f83f68e83952622565ac44b2978d7a0f384
0x0c4f3757aceb163c823de39a829d75951a2132498062edb154a454e041300b1d
0xaf7820c6e9636d3b90d2b05236041c7fd5efeaf75c601a9d1b3cf7b234becede
0x0ce3edc2d3a127c0a5db62522f2bb132e33d890ff741b7ed4d603a49e1b2f726
0x12f6aefe5ba4f61fc086a76eb359abd5a2733305137a0205bf3074fbc1dc50ae
0xab8cd5a59fce536aa0d7062e0e27f3c9caf6bba3ece1264b7fbe1e9be74fd5f3
0xe19375ca7d3f23e4d36bd86151f5103a21f2baafc6dbc8d438fe5f8ba0b2a271

Functions
Getter at block 20934870
auction(view returns (uint256 tokenIduint256 highestBidaddress highestBidderuint40 startTimeuint40 endTimebool settled)
(tokenId=47, highestBid=0, highestBidder=0x0000000000000000000000000000000000000000, startTime=1692365303, endTime=1692386903, settled=false)
contractVersion(pure returns (string)
1.2.0
duration(view returns (uint256)
21600
minBidIncrement(view returns (uint256)
10
owner(view returns (address)
0xbb7107af60383cf0f230bd0057280e557d0087a6
paused(view returns (bool)
false
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
 
proxiableUUID(view returns (bytes32)
reservePrice(view returns (uint256)
12000000000000000
timeBuffer(view returns (uint256)
300
token(view returns (address)
0x65555fbe8672a4ae2ae85e56c2804cd2a9d0f519
treasury(view returns (address)
0xbb7107af60383cf0f230bd0057280e557d0087a6
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(