ABDrop5
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
16
Slot
XX
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
Balances ($0.00)
No balances found for "ABDrop5"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "ABDrop5"
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedPerAddress(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
phasesPerDrop(uint256) view returns (uint256 phaseStart, uint256 maxMint, bytes32 merkle)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address _operator, uint256 _tokenId) payable
initialize(address _dropManager, address _abPFP, string _baseUri)
mintAllowlist(address _to, uint256 _quantity, bytes32[] _proof) payable
mintGenesis(address _anothercollector) payable
mintPfpHolder(address _to, uint256 _quantity, bytes32[] _proof) payable
mintPublic(address _to, uint256 _quantity) payable
renounceOwnership()
safeTransferFrom(address _from, address _to, uint256 _tokenId) payable
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes _data) payable
setApprovalForAll(address _operator, bool _approved)
setBaseURI(string _newBaseURI)
setDropId(uint256 _dropId)
setDropManager(address _dropManager)
setDropPhases((uint256, uint256, bytes32)[4] _phases)
setOperatorFilteringEnabled(bool value)
transferFrom(address _from, address _to, uint256 _tokenId) payable
transferOwnership(address newOwner)
withdrawAll()
withdrawToRightholder(uint256 _amount)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
UpdatedPhase(uint256 _dropId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
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()