This contract is being backfilled. You may encounter incomplete storage history.

Bitch Better Have My Money

Verified contract

Proxy

Active on Ethereum with 795 txns
Deployed by via 0x02d74f78 at 16577419
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 11 additional slots

No balances found for "Bitch Better Have My Money"

0x002602e7dd582ca7f1b7928fa949cd2b62bd50ce2e41a11b889eef9de289d49b
0xd8040e6b3eb446968a43d663836d0e8401e35b7f4431ecd26684dd2595ce1448
0x65cbd3f5d87c5b249cd0ddba41b25973f69d6e5d6575bdb5dda04bdaea709087
0x3f8f2dadb2a6d57eff669976251fb48aebe93fd107b0ea35ae1ab47204411281
0x56fd726e4b357d89fc10bdd09fd94c88116432f4da76ac484dde2319be64dd75
0xdf26cbe49cfae4c027af1e00bc2431317f98bcc1dea68a1845faee2ece729eb7
0x99e855b197fa019136f04e733e849de215e69abeafbea6816ff8f41430f971d4
0x981be9497732f9024a846e40b2729cbf819953ee298deee4b7a165d5bfc7c327
0x8ec02d5665eca3c75519fffa34ceead305ab8744a135cb8d8f69af407b85dddf
0x41b32c296e293833557aab556055cd62952a2ba9fe5941f48c83e088614079cb

Functions
Getter at block 21214011
dropId(view returns (uint256)
5
dropManager(view returns (address)
0x025801923b2940b7b84d81722b00267c379d6a38
genesisMinted(view returns (bool)
true
locked(view returns (bool)
true
name(view returns (string)
Bitch Better Have My Money
operatorFilteringEnabled(view returns (bool)
true
owner(view returns (address)
0xa2b2d264aad4b083a9715dc568b57eb37b05ab35
symbol(view returns (string)
DROP5
totalSupply(view returns (uint256)
300
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintedPerAddress(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
phasesPerDrop(uint256view returns (uint256 phaseStartuint256 maxMintbytes32 merkle)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
admin(returns (address admin_)
changeAdmin(address newAdmin
implementation(returns (address implementation_)
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
approve(address _operatoruint256 _tokenIdpayable 
initialize(address _dropManageraddress _abPFPstring _baseUri
mintAllowlist(address _touint256 _quantitybytes32[] _proofpayable 
mintGenesis(address _anothercollectorpayable 
mintPfpHolder(address _touint256 _quantitybytes32[] _proofpayable 
mintPublic(address _touint256 _quantitypayable 
renounceOwnership(
safeTransferFrom(address _fromaddress _touint256 _tokenIdpayable 
safeTransferFrom(address _fromaddress _touint256 _tokenIdbytes _datapayable 
setApprovalForAll(address _operatorbool _approved
setBaseURI(string _newBaseURI
setDropId(uint256 _dropId
setDropManager(address _dropManager
setDropPhases((uint256, uint256, bytes32)[4] _phases
setOperatorFilteringEnabled(bool value
transferFrom(address _fromaddress _touint256 _tokenIdpayable 
transferOwnership(address newOwner
withdrawAll(
withdrawToRightholder(uint256 _amount
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
UpdatedPhase(uint256 _dropId
Constructor
constructor(address _logicaddress admin_bytes _data
Fallback and receive
fallback(
receive(
Errors
AlreadySet(
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
DropSoldOut(
Forbidden(
IncorrectETHSent(
IncorrectInterface(
InvalidDrop(
MaxMintPerAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
NotEligible(
NotEnoughTokensAvailable(
NotInMerkle(
NothingToWithdraw(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
SaleNotStarted(
TransferCallerNotOwnerNorApproved(
TransferFailed(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
UnauthorizedUpdate(
ZeroAddress(