Bytecode-generated storage layout

We've generated a storage layout (with no variable labels) from this contract's bytecode. We've also started a backfill to track the inferred variables.

ERC1967Proxy

Verified contract

Proxy

Active on Base with 2,366 txns
Deployed by via 0x3890602a at 4840437
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
Native
Value $2.44
ERC-20
--
 (#412)
ERC-721
--
 (#166)
ERC-721
--
 (#35)
ERC-721
--
 (#26)
ERC-721
--
 (#23)
ERC-721
--
 (#2)
ERC-721
--
ERC-20
--
0x917f32cfd7a1adaaf9785f5938e6c0e6027f633377b56e8dcab07ff8a52f5f8f
0x6eca3cd49d15cbdf41483a09df2d7037093088dd4aab59230b436802d5ebb17e
0x461e73be95df53e2c884569ff52619c3dc166df36cd1fbd55ed7bebe9cb9ba1d
0xbf3497a02ece8caa8f2e21bfb9dc3386c4899e6b619e4d02f47f9fd96e2395b9
0x18695a0a848c8a99724a4ced8ee2ee60c2fc7eca0a9e70abf0c67c64d142c8a4
0xc6b2e5379cd713c79012e38aa87d1eec675059c9bf187e11a77635993c34976e
0xdbfd2148b17be9efff77f1cffaaaff2237e9ae643be5c42f85d6e3933cf94f4c
0xc12f83c9c2f949af8492ee0d97fada5177267f6e0ab74d82f503cb230b29cd83
0x7c44550587e75acdda89ea479bb468c6c7bb82161c9f7cfc9ffce4b1c2dbf2f8
0x2e30cad4817ee1230a64ca6378159ca9154113ce46f8d08958d3aa7271037c16

Functions
Getter at block 22012480
REWARDS_REASON(view returns (bytes4)
0x0b411de6
auction(view returns (uint256 tokenIduint256 highestBidaddress highestBidderuint40 startTimeuint40 endTimebool 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 recipientuint16 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
 
proxiableUUID(view returns (bytes32)
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
acceptOwnership(
cancelOwnershipTransfer(
createBid(uint256 _tokenIdpayable 
createBidWithReferral(uint256 _tokenIdaddress _referralpayable 
initialize(address _tokenaddress _founderaddress _treasuryuint256 _durationuint256 _reservePriceaddress _founderRewardRecipientuint16 _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 _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
FounderRewardUpdated(struct AuctionTypesV2FounderReward reward
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(
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(