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.

0x494eaa55ecf6310658b8fc004b0888dcb698097f

Verified contract

Proxy

Active on Base with 4,220 txns
Deployed by via 0xd0442c68 at 11194740
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
--
ERC-20
--
 (#6454)
ERC-721
--
 (#6453)
ERC-721
--
 (#6452)
ERC-721
--
 (#6451)
ERC-721
--
 (#6450)
ERC-721
--
 (#6448)
ERC-721
--
0xb0999174000fb5b0c65936f04019b041ec5800770a7d89ce8f5e52f15800726a
0x291d40257ae2990ccb2f6255f66adbf448ed77f233359cd4e823c21db4dcec5b
0x44a0575897b088d4c7373198522253646820dfa4fb42e252e04be04f65a6415c
0x9e7997a112786ed9878453796596917ac4c5878a2ef801b3eb5277fd5a79a534
0x7f3b6674dfefe72bc8c15a7ea50a77d844b7206d47c5981fc869bcb6bdfce457
0x779f434cab50636a9249c62e1e4675ec9e4b90b5a9dffe1e4e3f0cca22ae120e
0xe047e2a26eafec60a7517d2379e87acbcc15e90e6383be9181e196089a49707e
0x91824dca316fcea0778f0a3baa9b11fcace7612493ecd22448c6445c0c258a5e
0x70e8cfcbb91338a23e92b743e0e169a7ff99081a257e7a5f4de4885e226330ea
0xd591a7a2c8a81a08aececf5488198db7308c1b6698918b2c23eb8ec7a6cdac3c

Functions
Getter at block 22480542
REWARDS_REASON(view returns (bytes4)
0x0b411de6
auction(view returns (uint256 tokenIduint256 highestBidaddress highestBidderuint40 startTimeuint40 endTimebool settled)
(tokenId=6454, highestBid=0, highestBidder=0x0000000000000000000000000000000000000000, startTime=1731733119, endTime=1731748719, settled=false)
builderRewardsBPS(view returns (uint16)
250
contractVersion(pure returns (string)
2.0.0
currentBidReferral(view returns (address)
0x0000000000000000000000000000000000000000
duration(view returns (uint256)
15600
founderReward(view returns (address recipientuint16 percentBps)
(recipient=0x0000000000000000000000000000000000000000, percentBps=0)
minBidIncrement(view returns (uint256)
10
owner(view returns (address)
0x72ad986ebac0246d2b3c565ab2a1ce3a14ce6f88
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)
0x880fb3cf5c6cc2d7dfc13a993e839a9411200c17
treasury(view returns (address)
0x72ad986ebac0246d2b3c565ab2a1ce3a14ce6f88
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(