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.

0x965efa34c91088fb2df67cc1c8e4e83c3b8b4ec3

Verified contract

Proxy

Active on Base with 1,040 txns
Deployed by via 0x8b526e0f at 10293511
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
ERC-20
Value $0
ERC-20
--
ERC-20
--
 (#218)
ERC-721
--
 (#217)
ERC-721
--
 (#216)
ERC-721
--
 (#215)
ERC-721
--
 (#214)
ERC-721
--
 (#213)
ERC-721
--
 (#212)
ERC-721
--
0x64c36dd9588a4e368c6d08b5598b5daf6adc70fa850e1dedce759cc7b55647bb
0xed3f88d1c0326704d47af575e9b72ce6bae5374284fe040c5fe578f9850d6355
0x1c81c854b7d5c05fe015cbd529ef711167fa6ad07ee5ad18038ddfc862f1e023
0x2f672eb51112600d3164c2fb4c38b73b5c6f40ce341ba55c8150f4f6d9363385
0xf8feaaf0515f431a4d22220f28107cdfb014d662f44376cf2cdea8feca6619cc
0xed5315cda810e6d6aada26d20a3f210a3d6d713155fa4ce936a769ff9495d7a2
0x3a5c47f6ab038ac2e8c1d32c3a0981af3c2dbab59454bf111cd2c4bbe2dda40e
0x56d19bca2c8c1464596216684f9906cc74288c24dd7580bf4f3713cb47308b62
0x57318716a418cb27b7aa954ed177359c30ff87d73ecef2ef24c484f60636cd72
0xe662249e7687b285ae4e401d354321970de4cde9d15bd605296d17e56e41a1b8

Functions
Getter at block 22723110
REWARDS_REASON(view returns (bytes4)
0x0b411de6
auction(view returns (uint256 tokenIduint256 highestBidaddress highestBidderuint40 startTimeuint40 endTimebool settled)
(tokenId=218, highestBid=0, highestBidder=0x0000000000000000000000000000000000000000, startTime=1732152529, endTime=1732238929, 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)
0xf2a6f079f507a3a1b70f8a1943b434e194c036ee
paused(view returns (bool)
false
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
 
proxiableUUID(view returns (bytes32)
referralRewardsBPS(view returns (uint16)
250
reservePrice(view returns (uint256)
10000000000000000
timeBuffer(view returns (uint256)
300
token(view returns (address)
0xfbfe187b444798214dd4bbfade369f8dc3864c6a
treasury(view returns (address)
0xf2a6f079f507a3a1b70f8a1943b434e194c036ee
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
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

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
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(