CryptoDickApes

Verified contract

Active on Ethereum with 1,326 txns
Deployed by via 0x36a7efe4 at 15299977
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "CryptoDickApes"

0x000807bc52c42de8ad4e835a44bbc2590a1cdf23da49c767df7188224007c2a9
0x830ef074d89c5863c7b2c9f469f3a873859bee4edb6fdfa7281bf292c0a20e79
0x11f27266276bced1e03319051c275b72972d6d7829b8634654315188ad198f90
0x77369c16e4ca9fb4dda1f3df6b32df9e8355591a2cf5dd82ccdf9280b75fdc91
0x92a5aeacce2d1601782e6e5172c5298bdba65c35df6c3f8012ff8cff8784f19b
0x888638ca83079d8157a7d2e6c3a3e642d23e78a42d41d8832a7f363c06accccd
0x2b58c99add896d62689fd4d87b4d30a956d09a1b666a03466080d853e535d29a
0xd588e0c47b7d61b92746f15f4b3950033cb4967810b2ee550a2da45b73da1d3f
0x3d58856afec86373adf5ac262cb57f41541977052fd43af877fabd018abe4271
0x3c17c7de60be891123cd1fbc66167578a2c617372efb4caf592b19fb5f4deee4

Functions
Getter at block 20953962
baseURI(view returns (string)
https://ipfs.io/ipfs/QmawJiEafPRvXQJkDy5Tg8iWSWYLkTre2GqkbeyphfX9ij/
maxFreeAmount(view returns (uint256)
5100
maxFreePerTx(view returns (uint256)
5
maxFreePerWallet(view returns (uint256)
5
maxPerTx(view returns (uint256)
10
maxSupply(view returns (uint256)
5555
mintEnabled(view returns (bool)
true
name(view returns (string)
CryptoDickApes
owner(view returns (address)
0xfc3c9f012c3e035946f07033c11908ddf9977dd9
price(view returns (uint256)
2000000000000000
revealed(view returns (bool)
true
symbol(view returns (string)
DickApes
totalSupply(view returns (uint256)
5133
unrevealedURI(view returns (string)
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)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
flipReveal(
flipSale(
mint(uint256 amountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string uri
setMaxFreeAmount(uint256 _amount
setMaxFreePerTx(uint256 _amount
setMaxFreePerWallet(uint256 _amount
setMaxPerTx(uint256 _amount
setPrice(uint256 _newPrice
setUnrevealedURI(string uri
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
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(
Fallback and receive

This contract contains no fallback and receive objects.

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