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.

CBGOV2

Verified contract

Proxy

Active on Base with 9,696 txns
Deployed by via 0x6c287bf9 at 7175358
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 47 additional slots

No balances found for "CBGOV2"

0xde30931f1c860b6728bbfe02959f9b71b4d40707c7898d95d2ced020c8fd2e5a
0x981007a8680adbdef9ff38a978c333304ba030a05ac5e54752f633cc14c0dcb1
0x599c8422495407ff4cae8fe8938da0f22379a23809912daf52e9331b5bbdd71f
0x1a956982c4f144f3423ac49910135f44be6daa7c1711fa0d7d56aafaef496382
0x14a78e24f7ce51b9edc657f786f15a45b97ea2145c923f4d84887e80fc7cfe5f
0x4b385b30eaa49ad065c32894371c85464bb1467a208446b7346b79ac33020483
0x2db4b73f8b8b0411b8d722eff765143a06aead25f2c3cb934a09d4f5c6602a74
0x7c76e142eebd640c198341ebfb762b79cd50aa883528e27f86083b688beff6bb
0xd2c1818121e63df30a2b43edebe699857038d380a33ab581c5c36c1d5541dab1
0x81813987c0e0df9c537f1aebbfe9435598f4fc6d544a54aff3cfd8117f76862d

Functions
Getter at block 22753294
TREASURY_MARKETPLACE_ADDRESS(view returns (address)
0xba005604bc2b929fdd13e7cfb135c95df1800349
_treasuryAddress(view returns (address)
0xba005604bc2b929fdd13e7cfb135c95df1800349
edition(view returns (uint256)
1
name(view returns (string)
CBGOV2
owner(view returns (address)
0xba005604bc2b929fdd13e7cfb135c95df1800349
paused(view returns (bool)
false
symbol(view returns (string)
CBGO
totalSupply(view returns (uint256)
5949
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
offers(uint16view returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
adminMint(uint256 quantityuint256 adminEdition
airdrop(address[] recipientsuint16[] quantitiesuint256 specialEdition
approve(address touint256 tokenIdpayable 
getTotalMinted(returns (uint256)
initialize(
mint(address touint8 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setContractURI(string _contractURI
setEdition(uint256 _edition
setOffers(uint16[] quantitiesuint256[] prices
setPaused(bool _state
setTreasuryAddress(address treasuryAddress
transferFrom(address fromaddress touint256 tokenIdpayable 
transferGas(payable 
transferOwnership(address newOwner
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
_AirdropToCycle(uint256 editionuint256 currentIdaddress[] recipientsuint16[] quantities
_OfferUpgraded(uint16[] quantitiesuint256[] prices
_SendToCycle(uint256 editionuint256 quantityuint256 currentIdaddress wallet
Constructor
constructor(address _logicaddress admin_bytes _data
Fallback and receive
fallback(
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
ContractPaused(
IncorrectPrice(uint256 expecteduint256 actual
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(