UnapologeticApe

Verified contract

Active on Ethereum with 3,338 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 $213.97
 (#1686)
ERC-721
--
 (#1628)
ERC-721
--
0x46b3212a8677d3988a44a903ccf876876daef0e60890bcca1b792f9f07f5830c
0x08608f01fecd9def54ea6236b81668604272856fdce85570824b5b710079477e
0x94211b663bb61831247c164757220149df4284076b8ada0c7e1475a6b7b81f12
0x4a21e98e2250e3604275a2daa153f5f32a2aa4345a851beb231a9fd1f9b6cdc5
0xfb64f83d7588a38dd6d14221beb1efdb2c36bd05dbc6e32c68c15364312d0f6e
0x3217977930269d4bfd1b1b9ba432e3db3d40a9ef21a49e886503f99996d749f9
0x362ea9a22158c005c86d053a6610221ba9c49588c1127baa078f8770cea32de6
0xca716c9125c9ca30916b3c8ca070a8927813460f07f2c95e1bd5a798240c2339
0xb60bbbc6351f5148bfd31c47171904416b95b0628752d66e45dc5b3514bbc4ce
0x1474195ed93f766dfa5803df0777737ada5ec0deadb866a366c0f2609b1efc39

Functions
Getter at block 20848787
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(