DepartedApesFortuneCookies

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x4866c441 at 16138796
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots

No balances found for "DepartedApesFortuneCookies"

No transactions found for "DepartedApesFortuneCookies"


Functions
Getter at block 21386003
MAX_PER_ADDRESS_PUB(view returns (uint256)
0
MAX_PER_ADDRESS_WL(view returns (uint256)
0
MAX_SUPPLY(view returns (uint256)
0
baseURI(view returns (string)
isOperatorFilterRegistryRevoked(view returns (bool)
false
merkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
mintEnd(view returns (uint256)
0
mintStart(view returns (uint256)
0
name(view returns (string)
owner(view returns (address)
0x0000000000000000000000000000000000000000
paused(view returns (bool)
false
symbol(view returns (string)
tokenURISuffix(view returns (string)
totalMinted(view returns (uint256)
0
totalSupply(view returns (uint256)
0
whitelistEnd(view returns (uint256)
0
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
approve(address operatoruint256 tokenId
freeMint(uint256 _quantitybytes32[] proof
initialize(uint256 _MAX_PER_ADDRESS_WLuint256 _MAX_PER_ADDRESS_PUBstring _coverBaseURIstring _tokenURISuffixuint256 _mintStartuint256 _mintEnduint256 _whitelistEndbytes32 _merkleRootuint256 _MAX_SUPPLY
pause(
renounceOwnership(
revokeOperatorFilterRegistry(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setFreeMintInfo(uint256 _mintStartuint256 _mintEnduint256 _whitelistEnduint256 _MAX_PER_ADDRESS_WLuint256 _MAX_PER_ADDRESS_PUBuint256 _MAX_SUPPLY
setNewMerkleRoot(bytes32 _newRoot
setTokenURISuffix(string _newTokenURISuffix
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
unpause(
withdrawETH(address _to
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
Paused(address account
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyRevoked(
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OnlyOwner(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(