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.

DropFacet

Verified contract

Implementation

Active on Base with 0 txns
Deployed by via 0x3453c507 at 7636309
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "DropFacet"

No transactions found for "DropFacet"


Functions
Getter at block 22064443
 
airdropFee(view returns (uint256)
displayPrice(view returns (uint256)
0
dropRevenue(view returns (uint256)
0
maxAmount(view returns (uint256)
0
maxPerMint(view returns (uint256)
0
maxPerWallet(view returns (uint256)
0
 
mintFee(view returns (uint256)
presaleActive(view returns (bool)
false
 
price(view returns (uint256)
saleActive(view returns (bool)
false
Read-only

This contract contains no read-only function objects.

State-modifying
batchAirdrop(uint64[] quantitiesaddress[] recipientspayable 
mintTo(address recipientuint64 quantitypayable 
presaleMintTo(address recipientuint64 quantityuint256 allowedbytes32[] proofpayable 
setMerkleRoot(bytes32 newRoot
startSale(uint256 newMaxAmountuint256 newMaxPerMintuint256 newMaxPerWalletuint256 newPricebool presale
stopSale(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipHandoverCanceled(address indexed pendingOwner
OwnershipHandoverRequested(address indexed pendingOwner
OwnershipTransferred(address indexed oldOwneraddress indexed newOwner
RolesUpdated(address indexed useruint256 indexed roles
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
NewOwnerIsZeroAddress(
NoHandoverRequest(
Unauthorized(