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,644 txns
Deployed by via 0x82100d6b at 9407907
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 $74.48
ERC-20
Value $29.44
ERC-20
Value $16.59
ERC-20
Value $0.27
ERC-20
Value $0.22
ERC-20
Value $0.01
ERC-20
Value $0
ERC-20
--
ERC-20
--
ERC-20
--
0xb59904b6a40f63162d780c640460f9b11fbee1520d7c2d458e062dce4ce972fe
0x86a69805952bffb8c66395a7e9f3c0cb79d6f5b1a27aaed1aa2ea9e945b625cf
0xb006b2ee2e1fdb9002f22555e502c4dd2ea4c210601ec7989239a98320751e39
0x1330b023269ff7166c655cf2e856414924eb86e572d0cc5310fb89b74eb99eaa
0xd2d7fde1b87a59003bf34eb09517512574d58d9f9472cc64131fdb6ad7eb326e
0xa485edc25e7f93fc4d88f2f520d0059bc1caa0c4fad442c146a4bcc38b2ca972
0x3effa31d025aa38d770bec0c2fa53ff03a7241904287883ea2cdd0d33815d6cc
0xc211207840a71ee9191aa5221036fa14965138075ea0b377d5df473a6222ecb1
0xbc395c2c286e9a4c539610572e5de2633a435a43e9d9caee71ec77de97ccdf1f
0x9d383e32c8867a4aff72c3793c68e3904ddbc04a4b277148e3c928eb0071bc15

Functions
Getter at block 22780825
REWARDS_REASON(view returns (bytes4)
0x0b411de6
auction(view returns (uint256 tokenIduint256 highestBidaddress highestBidderuint40 startTimeuint40 endTimebool settled)
(tokenId=397, highestBid=22000000000000000, highestBidder=0x9c99bf82fc38713c471d4415f66c8336d361501a, startTime=1732338377, endTime=1732424777, settled=false)
builderRewardsBPS(view returns (uint16)
250
contractVersion(pure returns (string)
2.0.0
currentBidReferral(view returns (address)
0x1c937764e433878c6eb1820bc5a1a42c6f25da81
duration(view returns (uint256)
86400
founderReward(view returns (address recipientuint16 percentBps)
(recipient=0x0000000000000000000000000000000000000000, percentBps=0)
minBidIncrement(view returns (uint256)
10
owner(view returns (address)
0x55333306a4c6e74eb9e23a521a24fb78be2de92c
paused(view returns (bool)
false
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
 
proxiableUUID(view returns (bytes32)
referralRewardsBPS(view returns (uint16)
250
reservePrice(view returns (uint256)
0
timeBuffer(view returns (uint256)
300
token(view returns (address)
0x220e41499cf4d93a3629a5509410cbf9e6e0b109
treasury(view returns (address)
0x55333306a4c6e74eb9e23a521a24fb78be2de92c
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(