UnapologeticApe

Verified contract

Active on Ethereum with 3,347 txns
Deployed by via 0xffa09102 at 14535892
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional variables
Native
Value $316.13
 (#1686)
ERC-721
--
 (#1628)
ERC-721
--
0xf8e5ed6af55f8f45f1692595ad5a5bf3a5f2f845790f5a47ab3efb1cecca5c1e
0x6f7294d4c15a1a27db40d1c7d13003b74e5b9228ad822f675abd56d1d3b008e4
0x6d2c6e7b296661a7d536200e9f0a006ae4270200d1c59b343ebaf746dfdddb44
0x5b8dcdbbffd1fabaaa11ab03301577c092ca4100e9436d6f457a29415f425681
0x48301c7d37d2cdd8643e018f1cc0586b9a70b3c97e7592c4408b525b33d56b04
0x987dd3610cd3cad0916971a71373969a92cb2a88292e31773ae786bc3498c2ea
0xdc033affe4833e95d9e1f11b751d3d9972588ddbf80cacfbfd915a18573c6ddd
0xad7219dcfda87f95d967975d6d8fe8e00815faefb4ec059f7d16853cd46bc83d
0xd68742e1715812fda9affffa21c37383e941e1a55d972434bf9e56bbff1fdc4a
0x46b3212a8677d3988a44a903ccf876876daef0e60890bcca1b792f9f07f5830c

Functions
Getter at block 21394502
MAX_SUPPLY(view returns (uint256)
5000
PRESALE_PRICE(view returns (uint256)
60000000000000000
PRICE(view returns (uint256)
40000000000000000
_airdropCounter(view returns (uint256)
357
_isActive(view returns (bool)
true
_preSaleListCounter(view returns (uint256)
119
_presaleActive(view returns (bool)
false
_publicCounter(view returns (uint256)
2452
_reserveCounter(view returns (uint256)
101
_revealed(view returns (bool)
true
baseExtension(view returns (string)
.json
getBalance(view returns (uint256)
80000000000000000
maxPresale(view returns (uint256)
4794
maxPublic(view returns (uint256)
4794
name(view returns (string)
UnapologeticApe
notRevealedUri(view returns (string)
https://unapologeticapes.com/non-reveal/reveal.json
owner(view returns (address)
0x2f4d592cb0b550ab0788df96e300427151f3ed9a
preSaleRoot(view returns (bytes32)
0x69c42b841b55831ca075999555add8f068e4f5e1789bf115cce30e018c6e30b6
symbol(view returns (string)
UA
totalSupply(view returns (uint256)
3029
Read-only
allowList(addressview returns (bool)
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
addToPreSaleOverflow(address[] addresses
airDrop(address touint256 quantity
approve(address touint256 tokenId
mintPreSaleTokens(uint8 quantitybytes32[] _merkleProofpayable 
presaleActive(bool isActive
publicSaleMint(uint256 quantitypayable 
renounceOwnership(
reserveMint(uint256 quantity
reveal(bool _state
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setActive(bool isActive
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setCost(uint256 _newCost
setMaxPresale(uint256 _maxPresale
setMaxPublic(uint256 _maxPublic
setNotRevealedURI(string _notRevealedURI
setPreSaleRoot(bytes32 _merkleRoot
setPresaleMintPrice(uint256 _newCost
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(payable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string namestring symbolstring _notRevealedUri
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(