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 and it is currently at block 22757332.

Bees are happy

Unverified contract

Proxy

Active on Base with 2,994 txns
Deployed by via 0x1b5fb35d at 21175733
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 12 additional slots

No balances found for "Bees are happy"

0xc8750c7e855c876e46e75c4a6ae7c59594ac776a0a2e0e081f9cf5f8709c875d
0xd3fb8b428e75fa4aaedfd5c099aee72300fae8f6b21da751e52ba192f6cd94f4
0x9a51c8b5fc886accd8e4531994c35c9406cd96a77c86335a0ef405e30f38c03f
0xa59a6af11eb35c7c6f4bcbe0e2fb62c9839960674506524d3cd8dce0b3239fbf
0x458797f25029b831b2ed5924ee41f9fdf35135ac62e45557cd4697a644348b7d
0x143426dc7624a668f702b4ef7b29083276dfd2c07bdef72ee66165147b66d26b
0x79b09717067adaae06abe6af1359c2907e2ccab2dc1bdd8bc71b8227fa0e8662
0xb07d58566e0d5b6cac2cb0264dda8df7917325c7ccf47f6cf2e9f474bfc0cbca
0xee63a6796545c02083b994bb657c7dafcf6faa1016739fb1da64815a3834e44f
0xe316890fa61438bd2a4c3e6e79174107a945d88e2cce664915dda277b9aa50cf

Functions
Getter at block 22757334
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
2819
 
getMetadata(view returns (struct CollectionCreationRequest)
 
metadata(view returns (address creatorstring namestring descriptionstring symbolstring imagestring animation_urlstring mintTypeuint128 maxSupplyuint128 maxPerWalletuint256 costuint256 startTimeuint256 endTimeuint256 nonce)
mintingContract(view returns (address)
0x5da05215aca9edbe27cbdce86888986e4b4c996f
name(view returns (string)
Bees are happy
owner(view returns (address)
0x40360f4f0f87517664dffe28047b9d31145b6bb1
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
BAH
totalSupply(view returns (uint256)
2818
Read-only
balanceOf(address ownerview returns (uint256)
cost(uint256 quantityview returns (uint256)
getApproved(uint256view returns (address)
isApprovedForAll(addressaddressview returns (bool)
ownerOf(uint256 idview returns (address owner)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
acceptOwnership(
approve(address spenderuint256 id
initialize(struct CollectionCreationRequest requestaddress mintingContract_
mint(address touint256 quantitypayable 
mintWithComment(address touint256 quantitystring commentpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setMetadata(struct CollectionCreationRequest metadata_
transferFrom(address fromaddress touint256 id
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed spenderuint256 indexed id
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Initialized(uint64 version
MintConfigChanged(
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TokenForgeMint(address indexed touint256 quantity
TokenForgeMintComment(address indexed touint256 quantitystring comment
Transfer(address indexed fromaddress indexed touint256 indexed id
Withdrawn(address indexed owneruint256 amount
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
FailedToSendEth(
IncorrectETHAmount(uint256 sentuint256 expected
InvalidCollectionRequest(string message
InvalidContractAddress(
InvalidInitialization(
InvalidMintQuantity(
MintingClosed(
MintingNotStarted(
NotInitializing(
OutOfSupply(
OverClaimLimit(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ReentrancyGuardReentrantCall(
TokenDoesNotExist(uint256 tokenId