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

ABDrop5

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x6d8d4c81 at 16577417
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 "ABDrop5"

No transactions found for "ABDrop5"


Functions
Getter at block 21214011
dropId(view returns (uint256)
0
dropManager(view returns (address)
0x0000000000000000000000000000000000000000
genesisMinted(view returns (bool)
false
locked(view returns (bool)
false
name(view returns (string)
operatorFilteringEnabled(view returns (bool)
false
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
totalSupply(view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
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
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
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

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

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(